html, body {
    width: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #222;
}

.clearing {
    width: 100%;
    clear: both;
    height: 0;
    line-height: 0;
}

.wrapper-all {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wp {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}

/* top */
.fix-top {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 15;
}

.top-fidex {
    top: 0;
}

.top {
    position: relative;
    background: #00295c;
    z-index: 12;
}

.top-button {
    position: relative;
    overflow: hidden;
    float: left;
}

.top-button a {
    width: 160px;
    height: 50px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.top-button a.link-order {
    background: #0079c2;
}

.top-button a.link-contact {
    background: #069ddc;
}

.top-button a.link-service {
    background: #004a8d;
}

.top-button a:hover {
    background: #89d3f4;
}

.top-city {
    position: relative;
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    background: url(../images/i1.png) no-repeat center left;
}

.top-city i {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    font-style: normal;
}

.top-city .city-name {
    position: relative;
    float: left;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 50px;
}

.top-city span {
    color: #89d3f4;
    line-height: 21px;
    background: url(../images/i2.png) repeat-x bottom;
    cursor: pointer;
}

.top-city ul {
    width: 600px;
    position: absolute;
    top: 50px;
    left: -20px;
    padding: 10px 20px;
    background: #00295c;
    display: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.top-city ul li {
    margin: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

.top-city ul li a {
    color: #fff;
    text-decoration: none;
}

.top-city ul li a:hover {
    color: #89d3f4;
}

.top-social {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0;
}

.top-social a {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/social.png?) no-repeat;
}

.top-social a.vk {
    background-position: 0 0;
}

.top-social a.ok {
    background-position: -30px 0;
}

.top-social a.insta {
    background-position: -60px 0;
}

.top-social a.fb {
    background-position: -90px 0;
}

.top-social a.youtube {
    background-position: -120px 0;
}

.top-social a.dzen {
    background-position: -150px 0;
}

.top-social a.rutube {
    background-position: -180px 0;
}

.top-social a.vk:hover {
    background-position: 0 -30px;
}

.top-social a.ok:hover {
    background-position: -30px -30px;
}

.top-social a.insta:hover {
    background-position: -60px -30px;
}

.top-social a.fb:hover {
    background-position: -90px -30px;
}

.top-social a.youtube:hover {
    background-position: -120px -30px;
}

.top-social a.dzen:hover {
    background-position: -150px -30px;
}

.top-social a.rutube:hover {
    background-position: -180px -30px;
}

.top-language {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 15px 0 0 30px;
    color: #939598;
    font-size: 14px;
    line-height: 20px;
}

.top-language a {
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
    background: url(../images/i3.png) repeat-x bottom;
}

.top-language a.active {
    color: #939598;
    background: none;
}

.top-language a:hover {
    color: #89d3f4;
    line-height: 21px;
    background: url(../images/i2.png) repeat-x bottom;
}

.top-language span {
    float: left;
    margin: 0 5px;
}

.top-search {
    position: relative;
    padding: 10px 30px;
}

.top-search input {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border: none;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
}

.top-search button {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    right: 30px;
    background: url(../images/search.svg) center no-repeat;
    cursor: pointer;
}

.top-callback {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 0 0 20px;
}

.top-callback a.btn {
    width: 160px;
    height: 50px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: #069ddc;
}

.top-callback a.btn:hover {
    background: #89d3f4;
}

/* header */
.header {
    position: relative;
    padding: 20px 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 240px;
    height: 50px;
    position: relative;
    float: left;
    background: url(../images/logo.png) no-repeat top left;
}

.menu {
    position: relative;
    float: left;
    margin: 0 0 0 80px;
}

.menu ul {
    position: relative;
    z-index: 1;
}

.menu ul li {
    position: relative;
    float: left;
    margin: 0 25px 0 0;
}

.menu ul a, .menu ul span {
    position: relative;
    display: block;
    color: #222;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 !important;
}

.menu ul li .selected {
    color: #0079c2;
}

.menu ul li a:hover {
    color: #0079c2;
}

.menu ul li ul {
    width: 260px;
    position: absolute;
    background: #fff;
    border: 2px solid #0079c2;
    display: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.menu ul li:hover ul {
    display: block;
}

.menu ul li ul li {
    float: none;
    margin: 0;
}

.menu ul li ul li a, .menu ul ul span {
    padding: 10px;
    line-height: 22px;
    font-weight: 400;
}

.menu ul ul li:hover a, .menu ul ul li:hover span {
    color: #fff;
    background: #0079c2;
}

.menu ul li ul li ul {
    display: none;
    top: 0;
    left: 100%;
}

.menu ul li ul li:first-child ul {
    top: -2px;
}

.menu ul li:hover ul li ul {
    display: none;
}

.menu ul li ul li:hover ul {
    display: block;
}

.menu ul li ul li ul li a:hover {
    color: #89d3f4;
}

.phone {
    position: relative;
    float: right;
    padding: 0 0 0 35px;
    margin: 5px 0 0 0;
    background: url(../images/i4.png) no-repeat center left;
}

.phone a {
    display: block;
    color: #0079c2;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.phone a:hover {
    color: #069ddc;
}

.phone span {
    display: block;
    color: #939598;
    font-size: 12px;
    line-height: 18px;
}

/* bread-crumbs */
.bread-crumbs {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: 140px 0 0 0;
    color: #fff;
    font-size: 13px;
    background: #069ddc;
}

.bread-link {
    float: left;
    padding: 0 20px 0 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    background: url(../images/i5.png) no-repeat center right;
}

.bread-link a {
    color: #fff;
    text-decoration: none;
    background: url(../images/i3.png) repeat-x bottom;
}

.bread-link a:hover {
    color: #89d3f4;
    background: none;
}

.bread-crumbs span {
    float: left;
    line-height: 20px;
}

/* wrapper */
.wrapper {
    position: relative;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.title {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.title h1 {
    position: relative;
    /*padding: 0 0 0 80px;*/
    padding: 0 0 0 0px;
    color: #212121;
    font-size: 42px;
    line-height: 50px;
}

/*
.title h1:before {
	width: 60px;
	height: 6px;
	position: absolute;
	top: 20px;
	left: 0;
	background: #212121;
	content: '';
	display: block;
}
*/
.main-title {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.main-title h1 {
    position: relative;
    color: #212121;
    font-size: 42px;
    line-height: 50px;
}

.content {
    position: relative;
    overflow: hidden;
}

.card-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.card {
    position: relative;
    overflow: hidden;
}

.card:before {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f7f8;
    content: '';
    display: block;
}

.card-photo {
    width: 50%;
    position: relative;
    float: left;
}

.card-slider {
    position: relative;
    overflow: hidden;
    padding: 35px 30px 35px 0;
}

.card-info {
    width: 46.5%;
    position: relative;
    float: right;
    margin: 25px 0 0 0;
}

.card-icon {
    position: relative;
    margin: 0 -2% 10px 0;
}

.card-icon-item {
    width: 47%;
    min-height: 40px;
    position: relative;
    margin: 0 2% 20px 0;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
}

.card-icon-item span {
    padding: 10px 0 0 45px;
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.card-icon-item strong {
    color: #0079c2;
}

.temperature {
    background: url(../images/i6.png) no-repeat;
}

.power {
    background: url(../images/i7.png) no-repeat;
}

.volume {
    background: url(../images/i8.png) no-repeat;
}

.freon {
    background: url(../images/i9.png) no-repeat;
}

.rabota_220v {
    background: url(../images/v220.png) no-repeat;
}

.time-guarantee {
    position: relative;
    overflow: hidden;
    margin: 0 -2% 25px 0;
}

.guarantee-3-icon, .guarantee-2-icon, .guarantee-1-icon {
    width: 150px;
    height: 100px;
    float: left;
    margin: 0 40px 0 0;
}

.guarantee-3-icon {
    background: url(../images/i24.png) no-repeat;
    background-size: 100% auto;
}

.guarantee-2-icon {
    background: url(../images/i25.png) no-repeat;
    background-size: 100% auto;
}

.guarantee-1-icon {
    background: url(../images/i29.png) no-repeat;
    background-size: 100% auto;
}

.time-icon {
    width: 90px;
    height: 105px;
    float: left;
    background: url(../images/i28.png) no-repeat;
    background-size: 100% auto;
}

.card-description {
    position: relative;
    font-size: 18px;
    line-height: 28px;
}

.card-description a {
    color: #464545;
    text-decoration: none;
    border-bottom: 1px solid #464545;
}

.card-description a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

.card-button {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.card-button a {
    width: 180px;
    height: 50px;
    float: left;
    margin: 0 10px 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.blue {
    background: #069ddc;
}

.light-blue {
    background: #89d3f4;
}

.blue:hover, .light-blue:hover {
    background: #0079c2;
}

.back {
    color: #069ddc;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: url(../images/i10.png) repeat-x bottom;
}

.flex-container a:active,
.flexslider a:active,
.flexslider1 a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.flex-container {
    position: relative;
}

.flexslider, .flex-viewport, .flexslider .slides {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider {
    position: relative;
    zoom: 1;
    margin: 0;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .flex-control-nav {
    position: absolute;
    bottom: 20px;
    right: 40px;
    margin: 0 !important;
    text-align: center;
    list-style: none !important;
}

.flex-control-nav li {
    float: left;
    zoom: 1;
    margin: 5px 0 0 0;
    color: #069ddc;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.025em;
}

.flex-control-paging li a {
    display: none;
    text-decoration: none;
}

.flex-control-paging li a.flex-active {
    display: block;
    color: #069ddc;
    font-size: 14px;
}

.flex-control-paging li span {
    padding: 0 0 0 5px;
}

.flex-prev, .flex-next {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 15px;
}

.flex-prev {
    left: 5px;
    background: url(../images/prev.png) no-repeat center;
    display: none;
}

.flex-next {
    right: 5px;
    background: url(../images/next.png) no-repeat center;
}

.content h2 {
    position: relative;
    margin: 0 0 30px 0;
    color: #212121;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.content h3 {
    position: relative;
    margin: 0 0 30px 0;
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.content h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.card-plus {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background: #f6f7f8;
}

.card-plus-photo {
    width: 650px;
    position: relative;
    float: left;
}

.card-plus-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.card-plus-list {
    width: 540px;
    position: relative;
    float: right;
    margin: 40px 0;
    counter-reset: cardplus;
}

.card-plus-item {
    position: relative;
    margin: 0 0 10px 0;
}

.card-plus-title {
    position: relative;
    float: right;
    padding: 0 40px 0 60px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    background: #069ddc;
}

.card-plus-title:hover {
    background: #0079c2;
}

.card-plus-title:before {
    position: absolute;
    top: 0;
    left: 20px;
    counter-increment: cardplus;
    content: "0" counter(cardplus);
    display: block;
}

.card-plus-title:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/i11.png) no-repeat center;
    content: '';
    display: block;
}

.card-plus-text {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    color: #464545;
    font-size: 14px;
    line-height: 21px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 5;
}

.card-plus-text p {
    padding: 15px;
}

.card-plus-text .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/i12.png) no-repeat center;
    content: '';
    display: block;
    cursor: pointer;
}

.video {
    position: relative;
}

.text-img {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.text-img .text-left {
    margin: 50px 0 0 0;
}

.text-left {
    width: 400px;
    position: relative;
    float: left;
}

.text-title {
    position: relative;
    color: #212121;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
}

.text-title:after {
    width: 70px;
    height: 4px;
    position: relative;
    margin: 25px 0 0 0;
    background: #212121;
    content: '';
    display: block;
}

.text-title a {
    color: #212121;
    text-decoration: none;
}

.text-title a:hover {
    color: #0079c2;
}

.text-title span {
    color: #069ddc;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
}

.h-title {
    position: relative;
    margin: 0 0 80px 0;
    color: #212121;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.text-info {
    position: relative;
    margin: 35px 0 0 0;
    color: #464545;
    font-size: 20px;
    line-height: 30px;
}

.text-info p, .text-info ul {
    margin: 0 0 10px 0;
}

.text-info a {
    color: #464545;
    text-decoration: none;
    border-bottom: 1px solid #464545;
}

.text-info a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

.text-info ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.text-tagline {
    position: relative;
    margin: 25px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.img-right {
    position: relative;
    margin: 0 0 0 460px;
}

.img-left {
    position: relative;
    margin: 0 460px 0 0;
}

.img-right img, .img-left img {
    max-width: 1000px;
    height: auto;
    display: block;
}

.img-left img {
    float: right;
}

.text-fon-img {
    position: relative;
    overflow: hidden;
    padding: 180px 0;
}

.img-fon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img-fon img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-fon:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3127626050420168) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.text-right {
    width: 400px;
    position: relative;
    float: right;
    margin: 50px 0 0 0;
}

.text-fon-img .text-right {
    margin: 0;
}

.text-fon-img .text-title, .text-fon-img .text-info {
    color: #fff;
}

.text-fon-img .text-tagline {
    color: #89d3f4;
}

.text-fon-img .text-title:after {
    background: #89d3f4;
}

.grey-fon {
    padding: 60px 0;
    background: #f6f7f8;
}

.text {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 -10px 0;
}

.text p, .text ul, .text ol {
    margin: 0 0 15px 0;
}

.text a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222;
}

.text ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.text ol li {
    margin: 0 0 10px 20px;
    list-style: decimal;
}

.text a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

.specifications {
    position: relative;
    overflow: hidden;
}

.spec-item {
    position: relative;
    display: none;
}

.spec-item h4 {
    display: none;
}

.spec-item.act {
    display: block;
}

.spec-tag-list {
    position: relative;
    overflow: hidden;
}

.spec-tag {
    min-width: 180px;
    position: relative;
    float: left;
    padding: 0 20px;
    margin: 0 5px 5px 0;
    color: #069ddc;
    font-size: 13px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background: #f6f7f8;
    cursor: pointer;
}

.spec-tag.act {
    color: #fff;
    background: #069ddc;
}

 .coffee-def-color table {
     width: 100% !important;
     position: relative;
     border: solid 2px transparent;
     border-bottom: 2px solid #f6f7f8;
}

 .coffee-def-color table th {
    padding: 25px 20px;
    color: #282828;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
}

 .coffee-def-color table td {
    padding: 10px 20px;
    color: #939598;
    font-size: 14px;
    line-height: 24px;
}

 .coffee-def-color table tr:nth-child(even) {
    background: #f6f7f8;
}

.specifications .blue-button {
    margin: 35px 0 0 0;
    padding: 0 40px;
}

.blue-button {
    min-width: 140px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #fff !important;
    font-size: 12px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    background: #069ddc;
    border: none !important;
}

.blue-button:hover {
    background: #0079c2;
}

.spec-text {
    padding: 20px 0;
    color: #939598;
    font-size: 14px;
    line-height: 24px;
}

.spec-text p {
    margin: 0 0 10px 0;
}

.spec-text a {
    color: #069ddc;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: url(../images/i10.png) repeat-x bottom;
}

.order-page {
    position: relative;
    overflow: hidden;
    padding: 70px 0 55px 0;
    text-align: center;
    background: url(../images/img9.jpg) no-repeat center;
    background-size: cover;
}

.order-page-title {
    position: relative;
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.order-page-text {
    max-width: 700px;
    position: relative;
    margin: 0 auto 40px auto;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.order-page-text a {
    color: #fff;
}

.order-page-text a:hover {
    color: #89d3f4;
    text-decoration: none;
}

.order-page .blue-button {
    margin: 0 auto;
}

.general-plus {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.general-plus-list {
    position: relative;
}

.general-plus-item {
    width: 17%;
    position: relative;
    margin: 0 1%;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    text-align: center;
}

.general-plus-item:last-child {
    margin: 0;
}

.general-plus-item img {
    display: block;
    margin: 0 auto 10px auto;
}

.general-plus-item strong {
    display: block;
    margin: 0 0 10px 0;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.general-plus-item strong span {
    color: #069ddc;
}

.general-plus-item p {
    color: #939598;
    font-size: 14px;
    line-height: 21px;
}

.general-plus-item font {
    display: block;
}

/* map */
.map {
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #f6f7f8;
}

.map .cities {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -610px;
    z-index: 10;
}

.cities-label {
    position: relative;
    overflow: hidden;
    margin: 0 -5px 5px 0;
}

.citylabel {
    min-width: 140px;
    position: relative;
    float: left;
    padding: 0 20px;
    margin: 0 5px 0 0;
    color: #069ddc;
    font-size: 13px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #f6f7f8;
}

.citylabel:hover {
    background: #a3d4f3;
}

.citylabel.active {
    color: #fff;
    background: #069ddc;
}

.citydiv {
    display: none;
    padding: 35px 20px;
    background: #fff;
}

.citydiv.active {
    display: block;
}

.citydiv strong {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
}

.citydiv .phone {
    float: left;
}

.citydiv .addr {
    margin: 0 0 0 220px;
}

.citydiv p {
    color: #939598;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

#map {
    width: 120%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.ymaps-2-1-76-controls__toolbar_left, .ymaps-2-1-76-controls__toolbar_right {
    display: none;
}

/* footer */
.footer {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background: #203f81;
}

.footer-logo {
    width: 220px;
    position: relative;
    float: left;
    margin: 0 35px 0 0;
    font-size: 14px;
    line-height: 21px;
}

.f-logo {
    width: 205px;
    height: 45px;
    position: relative;
    display: block;
    margin: 0 0 25px 0;
    background: url(../images/f-logo.png) no-repeat top left;
}

.footer-menu {
    max-width: 180px;
    position: relative;
    float: left;
    margin: 0 30px 0 0;
}

.footer-menu a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #a3d4f3;
}

.footer-menu ul {
    margin: 15px 0 0 0;
}

.footer-menu ul li {
    margin: 0 0 5px 0;
}

.footer-menu ul a, .footer-menu ul span {
    color: #a3d4f3;
    text-transform: none;
}

.footer-menu ul a:hover {
    color: #fff;
}

.footer .phone {
    float: none;
    margin: 25px 0 0;
}

.footer .phone a {
    color: #fff;
}

.footer .phone span {
    color: #a3d4f3;
}

.footer-bottom {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    background: #0e244c;
}

.footer-bottom-text {
    width: 60%;
    float: left;
}

.footer-bottom-link {
    float: right;
}

.footer-bottom-link a {
    color: #a3d4f3;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

.footer-bottom-link a:hover {
    color: #fff;
}

.footer-info {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

.footer-info a {
    color: #fff;
    text-decoration: none;
}

.content-left {
    position: relative;
}

.left {
    width: 260px;
    position: relative;
    float: left;
    margin: 0 0 40px 0;
}

.content-left .content {
    margin: 0 0 40px 300px;
}

.filter {
    position: relative;
}

.filter-title {
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #f6f7f8;
}

.filter-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: '';
    cursor: pointer;
    background: url(../images/arrow-down.png) no-repeat 95% 50%;
    background-size: 20px auto;
}

.filter-mob.filter-open {
    background: url(../images/arrow-up.png) no-repeat 95% 50%;
    background-size: 20px auto;
}

.filter-block {
    position: relative;
    padding: 15px 20px 30px 20px;
    border-bottom: 1px solid #f6f7f8;
    border-left: 1px solid #f6f7f8;
    border-right: 1px solid #f6f7f8;
}

.filter-block-title {
    display: block;
    color: #0079c2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.filter-block label a {
    text-decoration: none;
    color: #222;
    pointer-events: none;
}

.filter-price {
    position: relative;
}

.min-price, .max-price {
    width: 75px;
    position: relative;
    float: left;
    padding: 0 5px;
    border: 1px solid #f6f7f8;
}

.min-price input, .max-price input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border: none;
    background: #fff;
}

.check, .radiocheck {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    padding: 2px 0 0 35px;
    /*color: #939598;*/
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 400;
}

.check:before, .radiocheck:before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    border: none;
    background: #f6f7f8;
}

.radiocheck:before {
    -webkit-border-radius: 1000%;
    -moz-border-radius: 1000%;
    border-radius: 100%;
}

.check input[type="checkbox" i], .radiocheck input[type="radio" i] {
    display: none;
}

.checked:before {
    background: #89d3f4;
}

.policy-check {
    min-height: 24px;
    position: relative;
    margin: 15px 0 0 0;
    background: url(../images/box.png) no-repeat top left;
}

.policy-check span {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 13px;
    line-height: 18px;
}

.policy-check input[type="checkbox" i] {
    display: none;
}

.policy-checked {
    background: url(../images/box-ch.png) no-repeat top left;
}

.form-item label a {
    color: #a8a9ab;
}

.filter-button {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.filter-button a {
    width: 125px;
    height: 40px;
    position: relative;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.add-filter {
    color: #fff;
    float: left;
    background: #069ddc;
}

.remove-filter {
    color: #222;
    float: left;
    margin: 0 0 0 10px;
    background: #f6f7f8;
}

.layout-slider {
    position: relative;
    margin: 30px 0 10px 0;
}

.layout-slider-line {
    position: relative;
}

.layout-slider-line div, .layout-slider-line span {
    font-size: 12px;
    color: #939598;
}

.catalog {
    position: relative;
    overflow: hidden;
    margin: 0 -3% 0 0;
}

.catalog-item {
    width: 30.3%;
    position: relative;
    margin: 0 3% 40px 0;
    padding: 0 0 60px 0;
    float: left;
}

.catalog-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
}

.catalog-item a {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 600;
}

.catalog-item a:hover {
    color: #0079c2;
}

.model-element {
    margin: 15px 0 0 0;
    color: #939598;
    font-size: 14px;
    line-height: 24px;
}

.m-line {
    overflow: hidden;
}

.m-left {
    width: 49%;
    float: left;
}

.m-right {
    width: 49%;
    float: right;
}

.catalog-button {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

.catalog-item .catalog-button a {
    width: 49%;
    height: 40px;
    position: relative;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.catalog-item a.catalog-more {
    float: right;
    background: #fff;
    outline: 2px solid #89d3f4;
    outline-offset: -2px;
}

.catalog-item a.catalog-order {
    color: #fff;
    float: left;
    background: #89d3f4;
}

.catalog-item a.catalog-more:hover {
    outline: 2px solid #069ddc;
}

.catalog-item a.catalog-order:hover {
    background: #069ddc;
}

.section {
    position: relative;
    overflow: hidden;
    margin: 0 -40px 80px 0;
}

.section-item {
    width: 380px;
    position: relative;
    float: left;
    margin: 0 40px 40px 0;
}

.section-img {
    height: 230px;
    position: relative;
}

.section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-item a {
    width: 340px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3127626050420168) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.section-item span {
    position: absolute;
    bottom: 20px;
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.section-dop {
    width: 1000px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.section-dop-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.section-dop-img {
    width: 90px;
    position: relative;
    float: left;
}

.section-dop-img img {
    width: 100%;
    height: auto;
    display: block;
}

.section-dop-info {
    position: relative;
    margin: 0 0 0 140px;
}

.section-dop-info a {
    position: relative;
    max-width: 700px;
    display: block;
    margin: 0 0 35px 0;
    color: #212121;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    text-decoration: none;
}

.section-dop-info a:hover {
    color: #0079c2;
}

.section-dop-info p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
}

.section-dop-info p a {
    max-width: 100%;
    display: inline;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: underline;
}

.section-list {
    position: relative;
    overflow: hidden;
    margin: 0 -3% 40px 0;
}

.section-list-item {
    width: 30.3%;
    position: relative;
    margin: 0 3% 40px 0;
    float: left;
}

.section-list-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
}

.section-list-item a {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: block;
}

.section-list-item:hover a {
    color: #0079c2;
}

/* main */
.video-slider {
    height: 600px;
    position: relative;
    overflow: hidden;
    margin: 140px 0 0 0;
}

.video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

@media (min-aspect-ratio: 16/9) {
    #video_bg {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #video_bg {
        width: 300%;
        left: -100%;
    }
}

@supports (object-fit: cover) {
    #video_bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.video-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main-slider {
    height: 410px;
    position: relative;
    padding: 190px 0 0 0;
    background: rgba(0, 0, 0, 0.5);
}

.slider-info {
    position: relative;
}

.slider-title {
    color: #fff;
    font-size: 62px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
}

.slider-title span {
    color: #89d3f4;
}

.slider-text {
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-info .blue-button {
    margin: 80px 0 0 0;
}

.main-slider .flexslider .flex-control-nav, .main-slider .flexslider .flex-direction-nav {
    z-index: 10;
}

.main-slider .flexslider .flex-control-nav, .main-slider .flex-control-paging li a.flex-active, .main-slider .flex-control-paging li span {
    color: #fff;
}

.main-slider .flexslider .flex-control-nav {
    right: auto;
    left: 220px;
    bottom: 15px;
}

.main-slider .flex-next {
    right: auto;
    left: 280px;
    bottom: 10px;
    z-index: 10;
}

.solutions {
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 0;
}

.solutions-info {
    position: relative;
    overflow: hidden;
    margin: 0 0 65px 0;
}

.solutions-text {
    position: relative;
    margin: 0 0 0 400px;
    padding: 40px 0 0 0;
    color: #464545;
    font-size: 16px;
    line-height: 25px;
}

.solutions-list {
    position: relative;
    overflow: hidden;
    padding: 0 85px;
    margin: 0 0 80px 0;
}

.carousel-element {
    position: relative;
    margin: 0 15px;
}

.solutions-element {
    max-width: 320px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.solutions-element img {
    width: 100%;
    height: auto;
    display: block;
}

.solutions-element a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3127626050420168) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.solutions-element span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.solutions-element .blue-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 0 0 -70px;
    padding: 0;
    font-style: normal;
}

.owl-prev, .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.owl-prev {
    left: -85px;
    background: #89d3f4 url(../images/prev-w.png) no-repeat center;
}

.owl-next {
    right: -85px;
    background: #89d3f4 url(../images/next-w.png) no-repeat center;
}

.fix-button {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -52px;
    z-index: 20;
}

.fix-button a {
    width: 50px;
    height: 50px;
    float: right;
    margin: 2px 0;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.fix-button a.order-link {
    background: #004a8d url(../images/i26.png) no-repeat 10px 50%;
}

.fix-button a.faq-link {
    background: #004a8d url(../images/i27.png) no-repeat 10px 50%;
}

.fix-button a span {
    padding: 0 20px 0 50px;
    display: none;
}

.fix-button a:hover {
    width: auto;
}

.fix-button a:hover span {
    display: block;
}

.bottom-order {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.bottom-order:before {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #f6f7f8;
    content: '';
    display: block;
}

.bottom-order .text-left {
    margin: 120px 0 0 0;
}

.order-phone {
    position: relative;
    margin: 45px 0 0 0;
}

.order-phone span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.order-phone a {
    color: #282828;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
}

.order-phone p {
    margin: 75px 0 0 0;
    font-size: 15px;
    line-height: 24px;
}

.order-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 480px;
    background: #f6f7f8;
}

.form {
    position: relative;
    overflow: hidden;
    padding: 40px;
    background: #f6f7f8;
}

.content .form h4 {
    margin: 0 0 25px 0;
}

.form-item {
    max-width: 525px;
    position: relative;
    margin: 0 0 40px 0;
}

.form-item input[type="text"] {
    width: 94%;
    height: 35px;
    position: relative;
    display: block;
    padding: 0 3%;
    margin: 0;
    color: #a8a9ab;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border: none;
}

.form-item textarea {
    width: 94%;
    height: 250px;
    position: relative;
    display: block;
    padding: 15px 3%;
    margin: 0;
    color: #a8a9ab;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border: none;
}

.form-item label {
    color: #a8a9ab;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin: 0 0 5px 0;
}

.submit-item {
    position: relative;
}

.submit-item input[type="submit"] {
    width: 120px;
    height: 35px;
    position: relative;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #069ddc;
    border: none;
    cursor: pointer;
}

.submit-item input[type="submit"]:hover {
    background: #0079c2;
}

.form ::-webkit-input-placeholder {
    color: #a8a9ab;
}

.form ::-moz-placeholder {
    color: #a8a9ab;
}

.form :-moz-placeholder {
    color: #a8a9ab;
}

.form :-ms-input-placeholder {
    color: #a8a9ab;
}

.questionnaire-form .form-item {
    width: 46%;
    max-width: 100%;
    float: left;
    margin-right: 4%;
}

.form-block {
    position: relative;
    margin-right: -4%;
}

.radio-btn {
    position: relative;
    margin: 0 0 30px 0;
}

.radio-item {
    color: #a8a9ab;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px 0;
}

.captcha_img {
    display: block;
    margin: 15px 0 0 0;
}

.fz152_pad_bot {
    margin: 0 0 15px 0;
}

.fz152_pad_bot label {
    color: #a8a9ab;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.fz152_pad_bot label a {
    color: #069ddc;
    text-decoration: none;
}

.fz152_pad_bot label a:hover {
    text-decoration: underline;
}

.questionnaire_notific {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #069ddc;
    background: #fff;
}

#error, #error_capthca {
    color: #ff0000;
}

.alert-form {
    display: none;
}

.form-text {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.form-text p, .form-text ul {
    color: #a8a9ab;
    margin: 0 0 15px 0;
}

.form-text ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.line-image {
    position: relative;
    margin: 0 0 30px 0;
}

.line-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-clientage {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.main-clientage .h-title {
    margin: 0 0 30px 0;
}

.clientage {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 480px;
}

.clientage-item {
    width: 225px;
    position: relative;
    float: left;
    margin: 10px;
}

.clientage-item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.clientage-item img:hover {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
    filter: none !important;
    filter: none !important; /* IE 6-9 */
    opacity: 1;
    filter: alpha(opacity=100);
}

.plus-number {
    position: relative;
    overflow: hidden;
    margin: 0 0 120px 0;
}

.plus-number-item {
    width: 25%;
    position: relative;
    float: left;
    padding: 30px 0;
    color: #282828;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.plus-number-item:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #94bfd2;
    content: '';
    display: block;
}

.plus-number-item:last-child:after {
    background: none;
}

.plus-number-item span {
    display: block;
    margin: 0 0 15px 0;
    color: #069ddc;
    font-size: 80px;
    line-height: 80px;
}

.projects-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.projects-block:before {
    width: 50%;
    height: 97%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f7f8;
    content: '';
    display: block;
}

.projects-block .projects {
    width: 585px;
    float: left;
    padding: 60px 0 0 0;
}

.projects {
    position: relative;
    overflow: hidden;
}

.projects-item {
    width: 270px;
    position: relative;
    float: left;
    margin: 0 20px 35px 0;
}

.projects-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
}

.projects-item a {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.projects .blue-button {
    float: right;
    margin: 0 20px 0 0;
}

.main-gallery {
    width: 560px;
    position: relative;
    overflow: hidden;
    float: right;
}

.gallery {
    position: relative;
    margin: 20px 0 0 20px;
}

.gallery:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    background: #89d3f4;
    content: '';
    display: block;
}

.gallery .flexslider .flex-control-nav, .gallery .flexslider .flex-direction-nav, .gallery .flexslider .flex-next {
    z-index: 10;
}

.gallery .flexslider .flex-control-nav, .gallery .flex-control-paging li a.flex-active, .gallery .flex-control-paging li span {
    color: #fff;
}

.gallery .flexslider .slides li:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3127626050420168) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.gallery-link {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    z-index: 10;
}

.gallery-link a {
    color: #89d3f4;
    text-decoration: none;
    background: url(../images/i2.png) repeat-x bottom;
}

.video-right {
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.video-item {
    position: relative;
    overflow: hidden;
}

.video-item img {
    width: 100%;
    height: auto;
    display: block;
}

.play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(40, 84, 162, 0.3) url('../images/play.png') no-repeat center;
    cursor: pointer;
}

.news {
    position: relative;
    overflow: hidden;
    margin: 0 -40px 40px 0;
}

.news-item {
    width: 380px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 40px 40px 0;
    text-align: center;
}

.news-img {
    position: relative;
    margin: 0 0 20px 0;
}

.news-img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.news-item a {
    display: block;
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
}

.news-item:hover a {
    color: #0079c2;
}

.news-inner {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.news-inner .news-img {
    width: 600px;
    position: relative;
    float: left;
    margin: 0 30px 30px 0;
}

.news-text {
    position: relative;
    color: #464545;
    font-size: 16px;
    line-height: 25px;
}

.news-text p, .news-text ul, .news-text ol {
    margin: 0 0 20px 0;
}

.news-text a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222;
}

.news-text ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.news-text ol li {
    margin: 0 0 10px 20px;
    list-style: decimal;

}
.news-text ol li::marker {
    color: rgb(29, 78, 178);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.news-text a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

.certificates {
    position: relative;
    overflow: hidden;
    margin: 0 -40px 40px 0;
}

.certificates-item {
    width: 275px;
    position: relative;
    float: left;
    margin: 0 40px 40px 0;
}

.certificates-item a {
    position: relative;
    display: block;
    padding: 10px;
    background: #f6f7f8;
}

.certificates-item img {
    width: 100%;
    height: auto;
    display: block;
}

.certificates-item span {
    display: block;
    margin: 15px 0 0 0;
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.contact-order {
    margin: 80px 0;
}

.contacts {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.contacts-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px 0;
}

.contacts-item h3 {
    padding: 0 0 20px 0;
    border-bottom: 3px solid #f6f7f8;
}

.main-contacts {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.main-contacts .contact-item {
    position: relative;
    overflow: hidden;
    margin: 0 60px 40px 0;
    text-align: left;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
}

.dop-contacts {
    position: relative;
    overflow: hidden;
    margin: 0 -2% 0 0;
    padding: 40px 40px 0 40px;
    border-top: 3px solid #f6f7f8;
}

.dop-contacts:nth-child(odd) {
    background: #f6f7f8;
}

.dop-contacts .contact-item {
    width: 22%;
    position: relative;
    overflow: hidden;
    margin: 0 2% 40px 0;
    text-align: left;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
}

.contact-item span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.contact-item p {
    color: #464545;
    font-size: 15px;
    line-height: 24px;
}

.contact-item p a {
    color: #069ddc;
    text-decoration: none;
}

.faq {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.faq-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px 0;
    padding: 0 0 20px 0;
    cursor: pointer;
}

.faq-item:after {
    width: 30px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    display: block;
    content: '';
    background: url(../images/arrow-down.png) no-repeat;
}

.faq-item.faq-open:after {
    background: url(../images/arrow-up.png) no-repeat;
}

.faq-item .question {
    position: relative;
    margin: 0 0 20px 0;
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.faq-item .answer {
    max-height: 100px;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 20px 40px;
    color: #464545;
    font-size: 16px;
    line-height: 25px;
    background: #f6f7f8;
}

.faq-item .answer:before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    background: #89d3f4;
}

.faq-item .answer:after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: url(../images/w-opacity.png) repeat-x;
}

.faq-item.faq-open .answer {
    max-height: 100%;
}

.faq-item.faq-open .answer:after {
    display: none;
}

.faq-item .answer p, .faq-item .answer ul {
    margin: 0 0 20px 0;
}

.faq-item .answer a {
    color: #464545;
    text-decoration: none;
    border-bottom: 1px solid #464545;
}

.faq-item .answer a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

.faq-item .answer ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.faq-item .answer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* about */
.snippet {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 28px;
}

.snippet a {
    color: #069ddc;
    text-decoration: none;
}

.snippet a:hover {
    text-decoration: underline;
}

.video-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0;
}

.plus-3c {
    position: relative;
    margin: 0 0 60px 0;
    text-align: center;
}

.plus-3c-item {
    width: 28%;
    position: relative;
    margin: 0 2% 40px 2%;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    text-align: center;
}

.plus-3c-item img {
    width: 80px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

.plus-3c-item p {
    font-size: 18px;
    line-height: 28px;
}

.plus-3c-item p span {
    color: #069ddc;
    font-weight: 500;
}

.plus-3c .text-title {
    margin: 0 0 60px 0;
}

.plus-3c .text-title:after {
    margin: 25px auto 0 auto;
}

.history {
    position: relative;
    overflow: hidden;
    margin: 0 40px 80px 40px;
}

.history .text-title {
    margin: 0 0 60px 0;
}

.years-line {
    position: relative;
    overflow: hidden;
}

.years-line:before {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    background: #a3d4f3;
    content: '';
}

.years-line:after {
    width: 5px;
    height: 8px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    background: #fff url('../images/st.png') no-repeat;
    content: '';
}

.year-item {
    width: 7.14%;
    position: relative;
    float: left;
}

.year-item:before {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #a3d4f3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: '';
}

.year-item span {
    position: relative;
    display: block;
    padding: 15px 0 0 15px;
    color: #203f81;
    font-size: 17px;
    line-height: 30px;
    font-weight: 800;
}

.history-upline {
    position: relative;
    overflow: hidden;
}

.history-upline .history-item {
    width: 14.28%;
    position: relative;
    float: left;
    display: flex;
    align-items: flex-end;
}

.history-upline .history-item p {
    position: relative;
    padding: 5px 10px 30px 10px;
    margin: 0 0 0 7px;
    color: #464545;
    font-size: 14px;
    line-height: 24px;
    border-left: 2px solid #94bfd2;
}

.history-item img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 15px 0 0 0;
}

.history-bottomline {
    position: relative;
    overflow: hidden;
    margin: -30px 0 0 0;
}

.history-bottomline .history-item {
    width: 14.28%;
    position: relative;
    float: left;
}

.history-bottomline .history-item p {
    position: relative;
    padding: 90px 20px 0 0;
    color: #464545;
    font-size: 15px;
    line-height: 24px;
}

.history-bottomline .history-item:after {
    width: 2px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 7px;
    background: #94bfd2;
    content: '';
    display: block;
}

.history-bottomline .history-item img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mob-history {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px 0;
    display: none;
}

.mob-history .text-title {
    margin: 0 0 40px 0;
}

.mob-history strong {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    color: #203f81;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
}

.mob-history p {
    color: #464545;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.mob-history p img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 15px 0 0 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* mob-menu */
.menu-icon {
    width: 30px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/menu.png) no-repeat center left;
    cursor: pointer;
    display: none;
}

.mob-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #203f81;
    z-index: 50;
    display: none;
}

.mob-menu .menu {
    float: none;
    margin: 20px 0 0 0;
}

.mob-menu .menu a, .mob-menu .menu span {
    float: none;
    display: block;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    text-decoration: none;
}

.mob-menu .menu a:hover {
    color: #a3d4f3;
}

.mob-menu .phone {
    float: none;
    margin: 45px 0 0 0;
}

.mob-menu .phone a {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}

.mob-menu .phone span {
    color: #a3d4f3;
    font-size: 16px;
    line-height: 24px;
}

.mob-menu .top-social {
    float: none;
    margin: 30px 0 0 0;
}

.mob-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close.png) no-repeat top right;
    cursor: pointer;
}

/* reviews */
.reviews {
    position: relative;
    margin: 0 0 80px 0;
}

.reviews-item {
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 25px 0;
    cursor: pointer;
}

.reviews-img {
    position: relative;
}

.reviews-img img {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
}

.reviews-title {
    position: relative;
    margin: 0 0 20px 0;
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.reviews-text {
    max-height: 150px;
    position: relative;
    overflow: hidden;
    color: #464545;
    font-size: 16px;
    line-height: 25px;
}

.reviews-text p {
    margin: 0 0 10px 0;
}

.reviews-text:after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: url(../images/w-opacity.png) repeat-x;
}

.reviews-item:after {
    width: 30px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    display: block;
    content: '';
    background: url(../images/arrow-down.png) no-repeat;
}

.reviews-item.rew-open:after {
    background: url(../images/arrow-up.png) no-repeat;
}

.reviews-item.rew-open .reviews-text {
    max-height: 100%;
}

.reviews-item.rew-open .reviews-text:after {
    display: none;
}

/* career */
.career {
    position: relative;
    margin: 0 0 80px 0;
}

.career-item {
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 25px 0;
    cursor: pointer;
}

.career-title {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    border-bottom: 3px solid #f6f7f8;
}

.career-text {
    position: relative;
    overflow: hidden;
    color: #464545;
    font-size: 16px;
    line-height: 25px;
}

.career-text b {
    margin: 0 0 15px 0;
    display: block;
    color: #212121;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.career-text ul {
    margin: 0 0 20px 0;
}

.career-text p {
    margin: 0 0 10px 0;
}

.career-text li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.career-text-hidden {
    display: none;
}

.career-item:after {
    width: 30px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    display: block;
    content: '';
    background: url(../images/arrow-down.png) no-repeat;
}

.career-item.career-open:after {
    background: url(../images/arrow-up.png) no-repeat;
}

.career-item.career-open .career-text-hidden {
    display: block;
}

/* Просто текст */
.content-text {
    position: relative;
    margin: 0 0 80px 0;
    font-size: 18px;
    line-height: 28px;
}

.content-text p, .content-text ul {
    margin: 0 0 15px 0;
}

.content-text a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222;
}

.content-text ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

.content-text a:hover {
    color: #069ddc;
    border-bottom: 1px solid #069ddc;
}

/* popup */
#popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background: rgba(30, 30, 30, 0.7);
    z-index: 20;
    display: none;
}

.popup-form {
    width: 500px;
    position: relative;
    margin: 50px auto;
}

.popup-form .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/i12.png) no-repeat center;
    content: '';
    display: block;
    cursor: pointer;
}

/* 404 */
.error-404 {
    position: relative;
    margin: 20px 0 0 0;
}

.img-404 {
    position: relative;
    margin: 0 0 30px 0;
}

.img-404 img {
    max-width: 100%;
    height: auto;
    position: relative;
    display: block;
}

/* dealers */
.diller-list-map {
    position: relative;
    margin: 0 0 60px 0;
}

.diller-map {
    position: relative;
}

.diller-map-form {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.filter-cities-item {
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    float: left;
}

.filter-cities-item:last-child {
    margin: 0;
}

.filter-cities-item b {
    margin: 0 10px 0 0;
    float: left;
    color: #069ddc;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

.filter-cities-item .select-wp {
    width: 240px;
    height: 40px;
    position: relative;
    float: left;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #f6f7f8;
}

.filter-cities-item .select-wp select {
    width: 100%;
    height: 100%;
    padding: 0 20px 0 10px;
    color: #939598;
    font-size: 14px;
    background: none;
    border: none;
    box-sizing: border-box;
}

#gmap {
    width: 100%;
    height: 500px;
    margin: 0 0 60px 0;
}

.diller-list-map .plus-3c {
    margin: 0;
}

.subdomains-contact {
    position: relative;
    overflow: hidden;
}

.list-dillerov-city {
    position: relative;
    overflow: hidden;
    margin: 0 -3% 0 0;
    padding: 30px 0 0 0;
    border-top: 3px solid #f6f7f8;
}

.list-dillerov-city li {
    width: 29%;
    position: relative;
    margin: 0 3% 30px 0;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    text-align: left;
}

.list-dillerov-city li a {
    display: block;
    padding: 0 0 0 20px;
    color: #939598;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    background: url(../images/i30.png) no-repeat top left;
}

.list-dillerov-city li a span {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}

.a-map-bound__text {
    position: relative;
    padding: 10px 0 0 0;
}

.a-map-bound__text a {
    display: block;
    color: #069ddc;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.a-map-bound__text div {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 24px;
}

.a-map-bound__text b {
    font-weight: 500;
}

.a-map-bound__text div a {
    display: inline;
    color: #069ddc;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}

/* text */
.content-card-block .card-block, .content-card-block .text-img {
    overflow: visible !important;
}

/* faq-form */
.faq-form {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.faq-form-item {
    position: relative;
    overflow: hidden;
    margin: 0 40px 0 0;
    float: left;
}

.faq-form-item b {
    margin: 0 10px 0 0;
    float: left;
    color: #069ddc;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

.faq-form-item .select-wp {
    width: 260px;
    height: 40px;
    position: relative;
    float: left;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background: #f6f7f8;
}

.faq-form .select-wp select {
    width: 100%;
    height: 100%;
    padding: 0 0 0 10px;
    color: #939598;
    font-size: 14px;
    background: none;
    border: none;
}

.popup-form-content h2 {
    position: relative;
    margin: 0 0 15px 0;
    color: #212121;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.popup-form-content .form-item p {
    color: #069ddc;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.pdf-link {
    display: block;
    padding: 0 0 0 40px;
    line-height: 36px;
    margin: 20px 0;
    background: url(../images/pdf.png) no-repeat top left;
    background-size: 30px auto;
}

.attention {
    min-height: 30px;
    padding: 5px 0 0 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 40px 0;
    background: url(../images/signs.png) no-repeat top left;
    background-size: 30px auto;
}

.filter-text {
    position: relative;
    margin: 40px 0 0 0;
    color: #939598;
    font-size: 13px;
    line-height: 21px;
}

.photo-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 85px;
}

.photo-element {
    position: relative;
    margin: 0 15px;
}

.photo-element img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
}

.photo-element a {
    display: block;
    color: #282828;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.photo-element:hover a {
    color: #0079c2;
}

.no-pointer {
    cursor: default;
}

#filterslider {
    max-width: 260px;
    margin: auto;
    padding-bottom: 10px;
}

#filterslider img {
    width: 100%;
    display: block;
}

#filterslider a {
    pointer-events: all;
}

#filterslider .owl-prev {
    left: -50px;
    background: #000 url(../images/prev-w.png) no-repeat center;
    filter: invert(100%);
}

.owl-next {
    right: -50px;
    background: #000 url(../images/next-w.png) no-repeat center;
    filter: invert(100%);
}

.filterslider {
    margin: auto;
    max-width: 260px;
}

.catalog-select {
    display: none;
    border: 2px solid #069ddc;
    padding: 5px 10px;
    background-color: #fff;
}

.header-line {
    display: flex;
    justify-content: space-between;
}

.header-line__center {
    flex: 1;
}

.mobile-search-link {
    width: 30px;
    height: 30px;
    border: none;
    background: url(../images/search.svg) center no-repeat;
    display: none;
    margin-top: 5px;
}

.catalog-item > a {
    position: relative;
    display: block;
}

.catalog-item__icon {
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    background: #069ddc url(../images/zoom.svg) center no-repeat;
    margin-top: 5px;
    z-index: 2;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    padding: 5px;
    border-radius: 50%;
    display: none;
}

.catalog-item > a:hover .catalog-item__icon {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3a3f4470;
    z-index: 100;
    display: none;
}

.modal-page {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

.modal-head {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.modal-title {
    font-size: 22px;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.modal-content {
    padding: 20px;
    overflow: auto;
    max-height: 80vh;
}

.modal-content .back {
    display: none;
}

.modal-content .card-block {
    margin-bottom: 30px;
}

.modal-content .card-block:last-child {
    margin-bottom: 0;
}

.modal-content h3 {
    margin-bottom: 20px;
}

.modal-content .card .wp {
    display: flex;
    align-items: center;
    gap: 30px;
}

.modal-content .card-slider {
    position: relative;
    overflow: hidden;
    padding: 0;
}


/*=====================*/
.flex{
    display: flex;
    gap: 0 40px;
}
.coffe-news-item{
    background: #F6F7F8;
}
.coffe-news-item a.coffe-news-item__link{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
}
.coffe-news-item .news-img{
    margin: 0;
}


.coffe-product-properties{}
.coffe-product-properties__items{
    display: grid;
    grid-auto-columns: 1fr 1fr 1fr;
}

.tabs._tab-init{
    padding: 0 15px;
}

.tabs__navigation {
    display: flex;
}
.tabs__title {
    padding: 20px;
    color: rgb(6, 157, 220);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    background: rgb(246, 247, 248);
    border: none;
    margin-right: 6px;
    cursor: pointer;

}
.tabs__title._tab-active {
    background: rgb(6, 157, 220);
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.tabs__content {
    padding: 40px 0px 15px 0px;
}



/*news*/

.coffee-list-filtr{
    margin-bottom: 40px;
}
.coffee-list-filtr__items{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.coffee-list-filtr__item{

}

.coffee-list-filtr__link{
    display: flex;
    padding: 17.5px 54px;
    background: #F6F7F8;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(6, 157, 220);
}
.coffee-list-filtr__link.active, .coffee-list-filtr__link:hover{
    background: #069DDC;
    color: rgb(255, 255, 255);
}

.news.coffee-news{
    position: relative;
    overflow: hidden;
    margin: 0 -40px 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 0;
}
.coffe-navbar{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.coffe-navbar .bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0;
}
#load-news{
    padding: 16px 24px;
    color: rgb(255, 255, 255);
    background: rgb(6, 157, 220);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    border: none;
}
@media (max-width: 900px) {
    .news.coffee-news {
        grid-template-columns: 1fr 1fr;
    }
    .coffe-navbar{
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .news.coffee-news {
        grid-template-columns: 1fr;
    }
    .coffee-list-filtr__item{
        flex-basis: 100%;
        text-align: center;
    }
    .coffee-list-filtr__link{
        display: block;
        text-align: center;
    }
    .coffe-navbar{
        margin-top: 20px!important;
    }
    .coffe-navbar  .bx-pagination{
        display: none;
    }
}

/*детальная статья*/
.coffee-def-color{
    background: #F6F7F8;
    padding: 0 112px;
    padding-bottom: 40px;
    margin-bottom: 40px;

}
.coffee-news-inner{

}

.coffee-title-h1{
    padding: 40px 0;
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}
.coffee-def-color  h1{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}
.coffee-def-color  h2 {
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
}
.coffee-def-color  h3,
.coffee-def-color  h4,
.coffee-def-color  h5,
.coffee-def-color  h6{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}
.coffee-def-color table{
    margin-bottom: 40px;
}
.coffee-def-color  tbody > tr:first-child{
    background: rgba(29, 78, 178, 0.08);
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    border-bottom: 1px solid transparent;

}
.coffee-def-color  tbody > tr td p{
    margin: 0px;
    padding: 15px 25px;
}

.coffee-def-color  tbody > tr {
    border-bottom: 1px solid rgba(29, 78, 178, 0.2);
}

.coffee-def-color ul li{
    display: flex;
    margin: 0px;
    gap: 0 8px;
    position: relative;
    margin-left: 25px;
}
.coffee-def-color ul li::marker{
    content: "";
}

.coffee-def-color ul li::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs%3e%3cclipPath id='clip38_1059'%3e%3crect id='mdi:check' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3crect id='mdi:check' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3e%3cg clip-path='url(%23clip38_1059)'%3e%3cpath id='Vector' d='M22 7.36L9.65 19L4 13.66L5.45 12.3L9.65 16.25L20.54 6L22 7.36Z' fill='%231D4EB2' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}
.coffee-def-color ul li p{
    margin: 0px;
}

.coffe-product-properties{
    margin-top: 24px;
}
.coffe-product-properties__title{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
}
.coffe-product-properties__items{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap: 30px 40px;
}
.coffe-product-properties__item{
    max-width: 172px;
    display: flex;
    gap: 16px 0;
    flex-direction: column;
    text-decoration: none;
}
.coffe-product-properties__text, .coffe-product-properties__text a{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.coffe-card-info{
    margin-bottom: 24px;
}
.coffe-card-info__list{}
.coffe-card-info__li{
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
}

.coffe-card-info__li span{
    color: #0079C2;
}

iframe{
    width: 100%!important;
}
iframe .raichu-player-center-controls-module__startScreen___UYdeF{
    width: 90px!important;
    height: 90px !important;
}
.raichu-button-module__withBg___arc2r.raichu-player-center-controls-module__startScreen___UYdeF.raichu-button-module__withBgBig___JdHV_{
    width: 100px!important;
    height: 100px!important;
}

.card-button + .back{
    display: none;
}

.werbebanner{
    display: grid;
    grid-template-columns: 50% 50%;
    background: #fff;
    margin-bottom: 50px;
    justify-content: space-between;
}
.werbebanner__left{
    margin-left: 40px;
    margin-top: 38.5px;
}
.werbebanner__right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.werbebanner__title{
    display: block!important;
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}
.werbebanner__text{}
.werbebanner__button{
    padding: 16px 26px;
    background: rgb(6, 157, 220);
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin-top: 32px;
    margin-bottom: 44px;

}

.card-block.v7 .wp .photo > div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 54px 40px;
}

.card-block.v7 .wp .photo-element a{
    text-align: left;
}

.card-block.v7 .wp .photo-element {
    margin: 0px;
}

.card-block.v7 .wp .photo-element img{
    margin-bottom: 18px;
}


.v3{
    display: none;
}
.newtabls .specifications{
    overflow: auto;
}
.newtabls table{
    width: 100%;
    border-top: #F6F7F8 solid 2px;
    border-bottom: #F6F7F8 solid 2px;
    min-width: 1000px;
}

.newtabls table th{
    text-align: left;
    padding: 10px 20px;
}
.newtabls table tr:nth-child(even){
    background: #F6F7F8;
}

.newtabls table td{
    padding: 10px 20px;
}

.img-left img, .img-right img{
    width: 100%;
    object-fit: cover;
}


.download{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
}
.download__btn{
    background: #F6F7F8;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.download__btn::after{
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs%3e%3cclipPath id='clip22_7294'%3e%3crect id='lsicon:download-filled' rx='0.000000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='white' fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3crect id='lsicon:download-filled' rx='0.000000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='0'/%3e%3cg clip-path='url(%23clip22_7294)'%3e%3cpath id='Vector' d='M11.18 13.69L11.21 3L12.7 3L12.67 13.68L16.3 10.04L17.36 11.1L12.45 16.02C12.31 16.16 12.12 16.24 11.92 16.24C11.73 16.24 11.54 16.16 11.4 16.02L6.49 11.1L7.55 10.04L11.18 13.69ZM4.49 19.5L4.49 14.27L3 14.27L3 20.25C3 20.45 3.07 20.64 3.21 20.78C3.35 20.92 3.54 21 3.74 21L20.25 21C20.45 21 20.64 20.92 20.78 20.78C20.92 20.64 21 20.45 21 20.25L21 14.27L19.5 14.27L19.5 19.5L4.49 19.5Z' fill='%23282828' fill-opacity='1.000000' fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
}
.download__btn span{
    display: flex;
    padding: 12px;
    color: rgb(40, 40, 40);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    position: relative;
}

.download__btn:hover, .download__btn:active{
    background: rgb(6, 157, 220);
}
.download__btn:hover::after, .download__btn:active::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs%3e%3cclipPath id='clip22_7290'%3e%3crect id='lsicon:download-filled' rx='0.000000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='white' fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3crect id='lsicon:download-filled' rx='0.000000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='0'/%3e%3cg clip-path='url(%23clip22_7290)'%3e%3cpath id='Vector' d='M11.18 13.69L11.21 3L12.7 3L12.67 13.68L16.3 10.04L17.36 11.1L12.45 16.02C12.31 16.16 12.12 16.24 11.92 16.24C11.73 16.24 11.54 16.16 11.4 16.02L6.49 11.1L7.55 10.04L11.18 13.69ZM4.49 19.5L4.49 14.27L3 14.27L3 20.25C3 20.45 3.07 20.64 3.21 20.78C3.35 20.92 3.54 21 3.74 21L20.25 21C20.45 21 20.64 20.92 20.78 20.78C20.92 20.64 21 20.45 21 20.25L21 14.27L19.5 14.27L19.5 19.5L4.49 19.5Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
}
.download__btn:hover span, .download__btn:active span{
    color: #fff   
}

@media (max-width: 1010.50px){
    
    .wp.flex{
	display: block;
    }
    .card:before{
	display: none;
    }
    .card-slider{
	padding: 0px;
    }
    .flexslider .slides > li{
	background: #f6f7f8;
    }

    .flexslider .slides img{
	max-height: 388px;
	object-fit: contain;
    }
    .card-photo{
	width: 100%;
	float: none;
    }  
    .coffe-pd-right{
	margin-top: 40px;
    }

    .card-description, .card-description  span, .card-description p {
	color: rgb(40, 40, 40);
	font-family: Roboto;
	font-size: 16px!important;
	font-weight: 400;
	line-height: 150%;
    }

    .tabs__title{
	padding: 14px 12px;
    }


}



@media (max-width: 972px) {
    .coffee-def-color{
        padding: 0 20px;
    }
    .news-img img{
        max-height: 540px;
    }


    .card-block.v7 .wp .photo > div{
	gap: 41px 20px;
    }

    .card-block.v7 .wp .photo-element a{
	font-size: 16px;
    }

    .card-block.v7 .wp .photo-element {
	margin: 0px;
    }

    .card-block.v7 .wp .photo-element img{
	margin-bottom: 16px;
    } 
}


@media (max-width: 889px) {
    .werbebanner__left{
        margin-left: 20px;
        margin-top: 20px;
    }
    .tabs__navigation{
	gap: 6px;
	flex-wrap: wrap;
    }


@media (max-width: 651px) {
    .werbebanner{
        grid-template-columns: 1fr;
    }
    .werbebanner__left{
        margin: 20px;
    }
    .werbebanner__right{
        background: #F6F7F8;
        padding-bottom: 20px;
    }


    .werbebanner__button{
        padding: 16px 26px;
        border: none;
        margin: 0px;
        width: 100%;
    }

    .card-block.v7 .wp .photo > div{
	grid-template-columns: 1fr;
	gap: 30px 0px;
    }

    .card-block.v7 .wp .photo-element img{
	max-height: 303px;
	object-fit: cover;
    } 

    .download{
	display: block;
    }

}


@media (max-width: 560px) {
    .coffee-def-color .content h1, .coffee-def-color .content h2{
        font-size: 26px!important;
    }
    .coffee-def-color .news-img img{
        max-height: 200px;
    }

}
