body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84em;
    letter-spacing: 0.3px;
    padding-top: 90px
}

*,
*::after,
*::before {
    outline: none !important
}

a,
a:hover,
a:link,
a:active,
a:focus {
    text-decoration: none;
    color: #1C1C1C;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

img {
    max-width: 100%
}

ul,
li,
p,
h1,
h2,
h3,
h4 {
    display: block;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

h1 {
    font-size: 2.75em
}

h2 {
    font-size: 2.125em
}

h3 {
    font-size: 1.25em
}

main {
    position: relative
}

body .container {
    max-width: 1130px
}

@media (max-width: 991px) {
    body .container {
        padding: 0 40px
    }
}

@media (max-width: 450px) {
    body .container {
        padding: 0 22px
    }
}

.menu-item svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}


.lines-container {
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    height: -webkit-calc(100% + 190px);
    height: calc(100% + 190px)
}

.v-lines {
    position: absolute;
    width: 1px;
    display: block;
    height: 100%;
    background: #efefef
}

.v-lines--2 {
    left: 33.3333%
}

.v-lines--3 {
    right: 33.3333%
}

.v-lines--4 {
    right: 0
}

@media (max-width: 768px) {
    .v-lines--4 {
        right: 40px
    }
}

.btn,
.top_slider .offer__btn,
.customers .load_more,
.production .load_more {
    border: 2px solid #1C1C1C;
    border-radius: 0;
    height: 44px;
    display: inline-block;
    line-height: 40px;
    padding: 0 44px;
    font-size: 14px;
    font-weight: 600;
    color: #1C1C1C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:hover,
.top_slider .offer__btn:hover,
.customers .load_more:hover,
.production .load_more:hover {
    background: #000;
    color: #fff
}

.btn:hover svg,
.top_slider .offer__btn:hover svg,
.customers .load_more:hover svg,
.production .load_more:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn:hover svg path,
.top_slider .offer__btn:hover svg path,
.customers .load_more:hover svg path,
.production .load_more:hover svg path {
    fill: #fff
}

.btn svg,
.top_slider .offer__btn svg,
.customers .load_more svg,
.production .load_more svg {
    margin-left: 6px
}

.action {
    width: 625px;
    position: absolute;
    right: 0;
    bottom: 42px
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 269px
}

input[type=range]:focus {
    outline: none !important;
    border: 0 !important;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: 0.2s;
    background: #ECECEC;
    -webkit-animation: 0.2s;
}

input[type=range]::-webkit-slider-thumb {
    height: 4px;
    top: 13px;
    position: relative;
    background: #FD5B00;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
    outline: none !important;
    border: 0 !important;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ECECEC
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: 0.2s;
    background: #ECECEC;
    -webkit-animation: 0.2s;
}

input[type=range]::-moz-range-thumb {
    height: 4px;
    background: #FD5B00;
    top: 13.5px;
    position: relative;
    cursor: pointer;
    outline: none !important;
    border: 0 !important;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    background: #ECECEC;
    -webkit-animation: 0.2s;
}

input[type=range]::-ms-thumb {
    height: 4px;
    top: 13.5px;
    position: relative;
    background: #FD5B00;
    cursor: pointer;
    outline: none !important;
    border: 0 !important;
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.65)
}

.regular .product-card__permalink {
    font-weight: 600;
    color: #1C1C1C;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.regular .product-card__permalink:hover {
    color: #FD5B00 !important;
}

.regular .product-card__permalink:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.regular .product-card__permalink:hover svg path {
    fill: #1C1C1C
}

.regular .product-card__permalink svg {
    margin-left: 6px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: block
}

.regular .product-card__permalink svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tabs {
    margin-top: 30px
}

.tabs .tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 76px
}

.tabs .tabs__caption li {
    margin-right: 43px;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.tabs .tabs__caption li::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #FD5B00;
    position: absolute;
    bottom: -5px;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tabs .tabs__caption li:hover,
.tabs .tabs__caption li.active {
    font-weight: 500;
    color: #FD5B00
}

.tabs .tabs__caption li:hover::after,
.tabs .tabs__caption li.active::after {
    left: 0;
    width: 100%
}

.tabs .tabs__caption li:last-child {
    margin-right: 0
}

.tabs .tab-content {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2px
}

.tabs .tab-content__item-clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs .tab-content__item-clients:hover {
    background: rgba(0, 0, 0, 0.05);
}

.tabs .tab-content__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

/*.tabs .tab-content__item:hover .mask {*/
/*    visibility: visible;*/
/*    opacity: 1*/
/*}*/

/*.tabs .tab-content__item .mask {*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, 0.65);*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*    font-weight: 500*/
/*}*/




/*s*/


.tabs .tab-content.active {
    display: grid
}

.banner {
    max-height: 250px;
    height: 250px;
    width: 100%
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs .current {
    color: #FD5B00;
    font-weight: 500
}

.breadcrumbs a:not(:last-child) {
    margin-right: 20px;
    /* margin-left: -10px; */
}

.breadcrumbs a:hover {
    color: #FD5B00
}

.breadcrumbs .separator {
    width: 5px;
    height: 9px;
    margin-left: 7px
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px
}

.pagination .page-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important
}

.pagination .current {
    font-size: 1.25em;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FD5B00
}

.pagination .prev img,
.pagination .next img {
    width: 6px;
    height: 11px
}

.pagination li:hover a {
    color: #FD5B00
}

.pagination li {
    margin-right: 20px !important
}

.pagination .prev {
    margin-right: 28px
}

.pagination .next {
    margin-left: 28px
}

.cards-wrapper {
    margin-top: 45px;
    grid-row-gap: 14px
}

.cards-wrapper .product-card {
    /*-webkit-transition: all .3s ease;*/
    /*-o-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
    padding-top: 175px;
    font-size: 14px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cards-wrapper .product-card-modal {
    position: relative;
    padding-top: 220px
}

.cards-wrapper .product-card-modal:hover .product-card__open-modal {
    background: #fff
}

.cards-wrapper .product-card-modal:hover .product-card__open-modal svg path {
    fill: #FD5B00
}

.cards-wrapper .product-card-modal:hover .mask {
    visibility: visible;
    opacity: 1
}

.cards-wrapper .product-card-modal .mask {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

/* .cards-wrapper .product-card-modal .mask .card__title {
    width: 85%
} */

.cards-wrapper .product-card-modal .product-card__open-modal {
    -webkit-box-shadow: 0px 0px 5px rgba(224, 224, 224, 0.25);
    box-shadow: 0px 0px 5px rgba(224, 224, 224, 0.25);
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: #FD5B00;*/
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    position: relative;
    z-index: 2
}

.cards-wrapper .product-card-modal .product-card__open-modal svg {
    width: 20px
}

.cards-wrapper .product-card__desc {
    /*background: #fff;*/
    /*-webkit-box-shadow: -1px 8px 15px rgba(239, 239, 239, 0.4);*/
    /*box-shadow: -1px 8px 15px rgba(239, 239, 239, 0.4)*/
}

.cards-wrapper .product-card__title {
    font-size: 14px;
    line-height: 129%;
    font-weight: 400
}

.cards-wrapper .product-card__title span {
    font-weight: 700
}

.cards-wrapper .product-card__permalink {
    font-weight: 600;
    color: #1C1C1C;
    /*margin-top: 10px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cards-wrapper .product-card__permalink:hover {
    color: #FD5B00!important;
}

.cards-wrapper .product-card__permalink:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.cards-wrapper .product-card__permalink:hover svg path {
    fill: #1C1C1C
}

.cards-wrapper .product-card__permalink svg {
    margin-left: 6px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: block
}

.cards-wrapper .product-card__permalink svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cards-wrapper .product-card__desc--style_1 {
    width: 65%;
    padding: 14px 62px 11px 20px
}

.cards-wrapper .product-card__desc--style_2 {
    width: 100%;
    /*border-left: 4px solid #FD5B00;*/
    padding: 20px 26px 20px 23px
}

.cards-wrapper .product-card__desc--style_2 .product-card__permalink {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    color: #1C1C1C;
    font-weight: 400
}

.cards-wrapper .product-card__desc--style_2 .product-card__permalink:hover svg path {
    fill: #FD5B00
}

.cards-wrapper .product-card__desc--style_2 .product-card__permalink svg {
    width: 26px;
    margin-left: auto
}

.cards-wrapper .product-card__desc--style_2 .product-card__permalink svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.remodal .lines-container .v-lines--4 {
    right: 0
}

.product-card__details .recommended-items__slider .slick-list {
    margin-left: -19px;
    margin-right: 0px
}

@media (max-width: 768px) {
    .product-card__details .recommended-items__slider .slick-list {
        margin-left: -6.5px;
        margin-right: -6.5px
    }
}

.product-card__details {
    /* max-width: 80%; */
    max-width: 50%;
    padding: 0
}

@media (max-width: 768px) {
    .product-card__details {
        max-width: 90%
    }
}

.product-card__details .product-card__lines {
    height: 100%;
    width: -webkit-calc(100% - 28px * 2);
    width: calc(100% - 28px * 2)
}

.product-card__details .remodal-close {
    background: #fff
}

.product-card__details .product-thumbnail {
    width: 100%;
    height: 75vh
}

.product-card__details .recommended-items {
    margin-top: 47px;
    padding: 0 28px 44px
}

.product-card__details .recommended-items__title {
    font-size: 1em;
    line-height: 1.125em;
    margin-bottom: 34px;
    text-align: left
}

.product-card__details .recommended-items .regular>.slick-cloned {
    display: none
}

.product-card__details .recommended-items__slider {
    margin-top: 0
}

.product-card__details .recommended-items__slider .product-card {
    margin-left: 11px;
    margin-right: 11px;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    cursor: -webkit-grab;
    cursor: grab
}

.product-card__details .recommended-items__slider .product-card img.recommended-items__product-thumbnail {
    width: 100%;
    height: 20vh;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card__details .recommended-items__slider .product-card__desc {
    width: 100%;
    padding-right: 0;
    padding-left: 7px;
}

.product-card__details .recommended-items__slider .product-card__title {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px
}

.product-card__details .recommended-items__slider .product-card__permalink {
    color: #1C1C1C;
    font-weight: 600
}

.product-card__details .recommended-items__slider .product-card__permalink img {
    margin-left: 9px
}

.product-card__details .recommended-items .action {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    margin-top: 30px
}

.contacts {
    position: relative
}

@media (max-width: 768px) and (min-width: 577px) {
    .contacts::after {
        position: absolute;
        content: "";
        background-color: #fff;
        bottom: 0;
        left: 0;
        height: 87px;
        width: 100%
    }
}

.lines-container .v-lines--4 {
    right: 15px
}

@media (max-width: 991px) {
    .lines-container .v-lines--4 {
        right: 40px
    }
}

@media (max-width: 450px) {
    .lines-container .v-lines--4 {
        right: 22px
    }
}

.contacts-page .form .input-textarea .input-group__icon {
    top: 25px
}

.contacts .main-wrapper .contacts__box .contacts__list .contacts__clock img {
    margin-bottom: 2px
}

.contacts .main-wrapper2 .contacts__box .contacts__list .contacts__clock img {
    margin-bottom: 2px
}

.contacts .title-bg-text {
    left: -4px
}

.about .lines-container {
    z-index: 0
}

.section {
    padding: 120px 0 133px
}

.section .section__title {
    position: relative;
    z-index: 55;
    margin-bottom: 40px
}

.section .section__title .title-bg-text {
    font-size: 5.625em;
    position: absolute;
    letter-spacing: 0.1px;
    color: rgba(239, 239, 239, 0.3);
    font-weight: 700;
    line-height: 90%;
    bottom: 0
}

.section__title__title,
.section__title__subtitle {
    position: relative;
    z-index: 2
}

.section__title__title span,
.section__title__subtitle span {
    position: relative;
    display: inline-block
}

.section__title__title span::after,
.section__title__subtitle span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: #FD5B00;
    height: 4px;
    bottom: 4px;
    left: 0;
    z-index: -1
}

.section__title__subtitle span::after {
    bottom: 3.25px
}

.section .section__excerpt {
    margin-top: 40px
}

.section .section__excerpt p:not(:last-child) {
    margin-bottom: 20px
}

.header {
    background: #fff;
    padding: 31px 0 35px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .main-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .main-nav ul li {
    margin-right: 33px
}

@media (max-width: 1100px) {
    .header .main-nav ul li {
        margin-right: 20px
    }
}

.header .main-nav ul li.current-menu-item a {
    color: #FD5B00
}

.header .main-nav ul li.current-menu-item a::after {
    left: 0;
    width: 100%
}

.header .main-nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 53px
}

.header .main-nav ul li a {
    font-size: 14px;
    position: relative
}

.header .main-nav ul li a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #FD5B00;
    position: absolute;
    bottom: -5px;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .main-nav ul li a:hover {
    text-shadow: 0px 0px 0.6px #1c1c1c
}

.header .main-nav ul li a:hover::after {
    left: 0;
    width: 100%
}

.header .main-nav ul li:last-child {
    margin-right: 0
}

.header .main-nav ul li .sub-menu {
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px rgba(224, 224, 224, 0.25);
    box-shadow: 0px 8px 20px rgba(224, 224, 224, 0.25);
    left: 0;
    top: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: -webkit-calc(100vh - 82px);
    height: calc(100vh - 82px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: -webkit-calc(40 / 1920 * 100vw) -webkit-calc(40 / 1920 * 100vw);
    padding: calc(40 / 1920 * 100vw) calc(40 / 1920 * 100vw);
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: -webkit-calc(32 / 1920 * 100vw);
    padding-bottom: calc(32 / 1920 * 100vw);
    opacity: 0;
    visibility: hidden
}

.header .main-nav ul li .sub-menu__col {
    display: contents;
    width: -webkit-calc(277.5 / 1920 * 100vw);
    width: calc(277.5 / 1920 * 100vw);
    margin-bottom: 40px;
    position: relative
}

.header .main-nav ul li .sub-menu__col::after {
    content: "";
    background: #EFEFEF;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: -1;
    display: block
}

.header .main-nav ul li .sub-menu__col:first-child::after {
    left: 75px
}

.header .main-nav ul li .sub-menu__col:nth-child(2)::after {
    left: 30%
}

.header .main-nav ul li .sub-menu__col:nth-child(3)::after {
    left: 65%
}

.header .main-nav ul li .sub-menu__col:last-child::after {
    right: 75px
}

.header .main-nav ul li .sub-menu__col a {
    margin-bottom: 10px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header .main-nav ul li .sub-menu__col a:hover {
    color: #FD5B00;
    text-shadow: 0px 0px 0.6px #FD5B00
}

.header .main-nav ul li .sub-menu__col a:last-child {
    margin-bottom: 40px
}

.header .main-nav ul li .sub-menu__cat-name {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px !important
}

.header .lang {
    position: relative;
    font-size: 14px;
    margin-left: 34px;
    font-weight: 500;
    z-index: 999
}

.header .lang:hover svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header .lang:hover svg path {
    fill: #FD5B00
}

.header .lang:hover .lang__list {
    top: 25px;
    opacity: 1;
    visibility: visible
}

.header .lang__cur {
    cursor: pointer;
    display: inline-block
}

.header .lang__cur svg {
    margin-left: 4px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header .lang__cur svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .lang__list {
    top: 50px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .lang__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 10px
}

.header .lang__list ul li {
    font-size: 14px;
    margin-right: 8px
}

.header .lang__list ul li:last-child {
    margin-right: 0
}

.header .lang__list ul li a {
    font-weight: 400
}

.header .lang__list ul li a:hover {
    color: #FD5B00;
    font-weight: 500
}

.header .phone {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500
}

.header .phone img {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.header .burger {
    height: 18px;
    width: 35px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    display: none
}

.header .burger.active span {
    width: 23px;
    border-radius: 5px
}

.header .burger.active span:first-child,
.header .burger.active span:last-child {
    top: 8px;
    opacity: 0;
    visibility: hidden
}

.header .burger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .burger span {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #1C1C1C
}

.header .burger span:first-child {
    top: 0
}

.header .burger span:nth-child(2),
.header .burger span:nth-child(3) {
    top: 8px
}

.header .burger span:last-child {
    bottom: 0;
    width: 24px
}

.header .mob-menu {
    overflow: hidden;
    display: none
}

.header .mob-menu .v-lines--4 {
    right: 40px
}

@media (max-width: 600px) {
    .header .mob-menu .lines-container {
        display: none
    }
}

.top {
    overflow-x: hidden;
    position: relative
}

.top_slider {
    color: #fff
}

.top_slider a {
    color: #fff
}

.top_slider__slide {
    padding: 145px 0 187px
}

.top_slider .slick-arrow {
    background: #fff;
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.top_slider .slick-arrow::before {
    display: none
}

.top_slider .slick-prev {
    left: 0
}

.top_slider .slick-next {
    right: 0
}

.top_slider .offer__title {
    position: relative;
    z-index: 2
}

.top_slider .offer__title span {
    position: relative;
    display: inline-block
}

.top_slider .offer__title span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: #FD5B00;
    height: 4px;
    bottom: 8px;
    left: 0;
    z-index: -1
}

.top_slider .offer__excerpt {
    font-size: 20px;
    line-height: 1.1em;
    margin: 24px 0 48px 0
}

.top_slider .offer__btn {
    border-color: #fff;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top_slider .offer__btn:hover {
    background: #fff;
    color: #000
}

.top_slider .offer__btn:hover svg path {
    fill: #000
}

.top .nav_slider-wrap {
    position: static
}

.top .nav_slider {
    max-width: 585px;
    width: 100%;
    position: absolute;
    right: 40px;
    bottom: 83px;
    cursor: -webkit-grab;
    cursor: grab
}

.top .nav_slider .slick-list {
    padding-top: 20px
}

.top .nav_slider .slick-slide {
    margin: 0 8px 0 0
}

.top .nav_slider img {
    width: 100%
}

.customers .load_more,
.production .load_more {
    display: table;
    margin: 0 auto
}

.customers .tabs .tab-content__item {
    /*background: #f9f9f9*/
}

.customers .load_more {
    margin-top: 52px
}

.about {
    background: #F9F9F9;
    padding: 44px 0 95px;
    position: relative
}

.about .section__excerpt {
    margin-bottom: 57px;
    padding-right: 65px
}

.about .section__title__subtitle {
    font-size: 18px;
    letter-spacing: .1px
}

.about__item {
    padding-right: 15px;
    background: url("../img/check.svg") no-repeat left top/24px 18px;
    padding-left: 30px
}

.about__item p {
    width: 268px;
    margin-top: 13px;
    letter-spacing: 0.3px
}

.about-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38%;
    -o-object-fit: cover;
    object-fit: cover
}

.production {
    margin: 0
}

.production .tab-content {
    display: none;
    grid-row-gap: 14px;
    grid-column-gap: 0
}

.production .tab-content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.production .load_more {
    margin-top: 53px
}

/* .product__slider-item .product-card:last-child {
    display: none
} */

.get_started {
    position: relative;
    padding: 80px 0 61px 0;
    background-color: #fafafa
}

.get_started__bg {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.get_started .lines-container {
    height: 100%;
    z-index: 0
}

.get_started .section__excerpt {
    width: 319px;
    margin: 30px auto
}

.get_started .btn,
.get_started .top_slider .offer__btn,
.top_slider .get_started .offer__btn,
.get_started .customers .load_more,
.customers .get_started .load_more,
.get_started .production .load_more,
.production .get_started .load_more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.get_started .section__title {
    margin-bottom: 0
}

.contacts {
    position: relative;
    padding-top: 89px;
    padding-bottom: 0
}

.contacts .btn,
.contacts .top_slider .offer__btn,
.top_slider .contacts .offer__btn,
.contacts .customers .load_more,
.customers .contacts .load_more,
.contacts .production .load_more,
.production .contacts .load_more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts .captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.contacts .g-recaptcha {
    width: 191px
}

@media (max-width: 550px) {
    .contacts .g-recaptcha {
        width: 100px;
        height: 26px
    }
}

.contacts .main-wrapper .contacts__box {
    padding: 75px 0;
    padding-left: 25px;
    padding-right: 15px;
    max-width: 380px;
    background: #f9f9f9
}

.contacts .main-wrapper2 .contacts__box {
    padding: 75px 0;
    padding-left: 60px;
    max-width: 380px;
    background: #f9f9f9
}

.contacts .main-wrapper .contacts__box .contacts__list li {
    margin-bottom: 25px;
    font-size: 18px
}

.contacts .main-wrapper2 .contacts__box .contacts__list li {
    margin-bottom: 25px;
    font-size: 20px
}

.contacts .main-wrapper .contacts__box .contacts__list li img {
    margin-right: 10px
}

.contacts .main-wrapper2 .contacts__box .contacts__list li img {
    margin-right: 20px
}

.contacts .main-wrapper .contacts__box .contacts__list li:last-child {
    margin-bottom: 0
}

.contacts .main-wrapper2 .contacts__box .contacts__list li:last-child {
    margin-bottom: 0
}

.contacts .main-wrapper .contacts__box .social_links__list {
    margin-top: 32px
}

.contacts .main-wrapper2 .contacts__box .social_links__list {
    margin-top: 32px
}

.contacts .main-wrapper .contacts__box .social_links__list h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.contacts .main-wrapper2 .contacts__box .social_links__list h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.contacts .main-wrapper .contacts__box .social_links__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts .main-wrapper2 .contacts__box .social_links__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts .main-wrapper .contacts__box .social_links__list ul li {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contacts .main-wrapper2 .contacts__box .social_links__list ul li {
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contacts .main-wrapper .contacts__box .social_links__list ul li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.contacts .main-wrapper2 .contacts__box .social_links__list ul li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.contacts .main-wrapper .contacts__box .social_links__list ul li:not(:last-child) {
    margin-right: 13px
}

.contacts .main-wrapper .contacts__box .social_links__list ul li:not(:last-child) {
    margin-right: 5px
}

.contacts .map-xs {
    display: none
}

.footer {
    background: #fff;
    padding: 43px 0 11px
}

.footer .logo {
    width: 104px
}

.footer .footer-menu {
    margin-left: -30px
}

.footer .footer-menu.last .footer-menu__heading {
    position: relative;
    display: inline-block;
    margin-bottom: 13px
}

.footer .footer-menu.last .footer-menu__heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #1C1C1C;
    position: absolute;
    bottom: -2px;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer .footer-menu.last .footer-menu__heading:hover::after {
    left: 0;
    width: 100%
}

.footer .footer-menu.last .footer-menu__heading:last-child {
    margin-bottom: 21px
}

.footer .footer-menu__heading {
    margin-bottom: 19px;
    font-size: 1.375em;
    font-weight: 700
}
#menu-menyu-v-podvale, #menu-footer-en, #menu-footer-ru{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#menu-footer_ru{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .menu-item-has-children > a {
    margin-bottom: 19px;
    font-size: 1.375em;
    font-weight: 700
}

.footer .footer-menu ul li a {
    font-size: 1.125em;
    line-height: 1.5em;
    position: relative
}

.footer .footer-menu ul li a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #FD5B00;
    position: absolute;
    bottom: -2px;
    right: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer .footer-menu ul li a:hover {
    font-weight: 500
}

.footer .footer-menu ul li a:hover::after {
    left: 0;
    width: 100%
}

.footer .footer-menu ul li:not(:last-child) {
    margin-bottom: 13px
}

.footer .footer-menu .order-call {
    margin-bottom: 22px
}

.footer .go_to {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400
}

.footer .go_to svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer .go_to:hover {
    color: #FD5B00;
    font-weight: 500
}

.footer .go_to:hover svg path {
    fill: #FD5B00
}

.footer .development {
    margin-top: 3px;
    font-size: 12px;
    color: #838383;
    line-height: 1.45em
}

.footer .privacy {
    margin-top: 52px;
    font-size: 12px;
    color: #838383;
    line-height: 1.45em
}

.contacts-page .main-wrapper {
    margin-top: 26px;
    padding-bottom: 160px
}

.contacts-page .main-wrapper2 {
    margin-top: 26px;
    padding-bottom: 160px
}

.contacts-page .main-wrapper .contacts__box {
    background: transparent;
    padding: 0
}

.contacts-page .main-wrapper2 .contacts__box {
    background: transparent;
    padding: 0
}

.contacts-page .main-wrapper .contacts__box .social_links__list {
    margin-top: 44px
}

.contacts-page .main-wrapper2 .contacts__box .social_links__list {
    margin-top: 44px
}

.contacts-page .form {
    margin-right: 36px
}

.contacts-page .form .input-group {
    position: relative
}

.contacts-page .form .input-group:not(:last-child) {
    margin-bottom: 18px
}

.contacts-page .form .input-group:last-child {
    margin-bottom: 30px
}

.contacts-page .form .input-group__input {
    width: 100%;
    background: #F5F5F5;
    padding-left: 38px;
    height: 49px;
    font-size: 0.75em;
    outline: none;
    border: 2px solid transparent
}

.contacts-page .form .input-group__input:focus,
.contacts-page .form .input-group__input:active {
    border-color: #383838
}

.contacts-page .form .input-group__input:invalid:not(:placeholder-shown) {
    border-color: #DB0303
}

.contacts-page .form .input-group__input:valid:not(:placeholder-shown) {
    border-color: #00C136
}

.contacts-page .form .input-group__input:disabled::-webkit-input-placeholder {
    color: #B1B1B1
}

.contacts-page .form .input-group__input:disabled::-moz-placeholder {
    color: #B1B1B1
}

.contacts-page .form .input-group__input:disabled:-ms-input-placeholder {
    color: #B1B1B1
}

.contacts-page .form .input-group__input:disabled::-ms-input-placeholder {
    color: #B1B1B1
}

.contacts-page .form .input-group__input:disabled::placeholder {
    color: #B1B1B1
}

.contacts-page .form .input-group__input:disabled~img {
    opacity: .5
}

.contacts-page .form .input-group__icon {
    position: absolute;
    left: 19px;
    top: 20px
}

.contacts-page .form .input-group textarea {
    padding-top: 17px;
    height: 113px
}

.contacts-page .form .input-group .custom-checkbox {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-page .form .input-group .custom-checkbox__input {
    display: none
}

.contacts-page .form .input-group .custom-checkbox__icon {
    width: 22px;
    height: 19px;
    cursor: pointer
}

.contacts-page .form .input-group .custom-checkbox__icon .tick {
    display: none
}

.contacts-page .form .input-group .custom-checkbox input[type="checkbox"]:checked+.custom-checkbox__icon .tick {
    display: block
}

.contacts-page .form .input-group .custom-checkbox__label {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .2px;
    display: inline-block;
    max-width: 233px;
    margin-left: 9px
}

.contacts-page .map {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.remodal-close {
    width: 55px;
    height: 55px;
    background: #FD5B00;
    right: 0;
    left: unset;
	z-index: 9999;
}

.remodal-close::before {
    display: none
}

.thx-modal {
    padding: 200px 90px 50px 100px;
    max-width: 792px
}

.thx-modal__title {
    margin-bottom: 155px
}

.thx-modal__title-main {
    line-height: 1.206em;
    margin-bottom: 18px
}

.thx-modal__subtitle {
    font-size: 1.25em;
    line-height: 1.64em
}

.thx-modal__subscribe ul {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thx-modal__subscribe ul li:not(:last-child) {
    margin-right: 14px
}

.thx-modal__subscribe ul li img {
    width: 38px
}

::-webkit-input-placeholder {
    color: #1C1C1C
}

::-moz-placeholder {
    color: #1C1C1C
}

:-ms-input-placeholder {
    color: #1C1C1C
}

::-ms-input-placeholder {
    color: #1C1C1C
}

::placeholder {
    color: #1C1C1C
}

@media screen and (max-width: 1200px) {
    .header .lang {
        margin-left: 0
    }

    .header .phone {
        margin-left: 15px
    }

    .footer .footer-menu {
        margin-left: 0
    }
}

@media (max-width: 992px) {
    .recommended-items__slider-range input {
        width: 180px;
        height: 1.5px
    }

    .recommended-items__slider-range input[type=range]::-webkit-slider-runnable-track {
        height: 1.5px
    }

    .recommended-items__slider-range input[type=range]::-webkit-slider-thumb {
        height: 3px
    }

    .recommended-items__slider-range input[type=range]::-ms-track {
        height: 1.5px
    }

    .recommended-items__slider-range input[type=range]::-ms-thumb {
        height: 3px
    }

    .tabs ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tabs .tab-content {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .section {
        padding-top: 67px;
        padding-bottom: 87px
    }

    .section__title__title span::after,
    .section__title__subtitle span::after {
        bottom: 6px
    }

    .category-product-page .get_started__bg {
        background-position: right -134px center !important
    }

    .category-design-page .get_started__bg {
        background-position: right -75px center !important
    }

    .category-single-page .get_started__bg {
        background-position: right -92px center !important
    }

    .main-page .get_started__bg {
        background-position: right -78px center !important
    }

    .customers-page .get_started__bg {
        background-position: right -92px center !important
    }

    .design-page .get_started__bg {
        background-position: right -70px center !important
    }

    .production-page .get_started__bg {
        background-position: right -132px center !important
    }

    .cards-wrapper .product-card__desc--style_2 {
        padding: 20px 22px 20px 23px
    }
}

@media screen and (max-width: 991.5px) {
    .header.active {
        position: absolute
    }

    .header .burger {
        display: block
    }

    .header .mob-menu {
        padding: 30px 40px;
        width: -webkit-calc(100% + 33px);
        width: calc(100% + 33px);
        z-index: 2;
        background: #fff;
        position: absolute;
        left: -17px;
        top: 53px;
        z-index: 99;
        -webkit-box-shadow: 0px 8px 20px rgba(224, 224, 224, 0.25);
        box-shadow: 0px 8px 20px rgba(224, 224, 224, 0.25)
    }

    .header .mob-menu .sub-menu {
        margin-left: 10px;
        display: none
    }

    .header .mob-menu ul a {
        margin-bottom: 15px;
        display: block
    }

    .header .mob-menu ul li.has-children>a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .mob-menu ul li.has-children>a::after {
        content: '';
        margin-left: 8px;
        display: block;
        width: 5px;
        height: 5px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border: 1px solid #1C1C1C;
        border-left-color: transparent;
        border-bottom-color: transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header .mob-menu ul li.has-children>a.active {
        color: #FD5B00;
        font-weight: 500
    }

    .header .mob-menu ul li.has-children>a.active::after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .top .top_slider__slide {
        padding: 102px 0 258px
    }

    .top .nav_slider-wrap {
        position: relative
    }

    .top .nav_slider {
        right: unset;
        left: 15px
    }

    .top .action {
        left: 0;
        right: unset;
        padding-left: 15px;
        bottom: 20px
    }

    .about {
        padding-bottom: 600px
    }

    .about .about-bg {
        width: 100%;
        max-height: 550px;
        height: auto;
        top: unset;
        bottom: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

    .get_started__bg {
        background-size: 272px auto !important
    }

    .contacts__box {
        padding-left: 60px
    }

    .footer .logo {
        margin-bottom: 34px
    }

    .footer .last {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer .last .footer-menu__item {
        width: 50%
    }

    .footer .last .footer-menu__item a {
        display: inline-block
    }

    .contacts-page .main-wrapper {
        padding-bottom: 79px
    }

    .contacts-page .main-wrapper2 {
        padding-bottom: 79px
    }

    .contacts-page .form {
        margin-top: 80px;
        margin-right: 0 !important
    }

    .contacts-page .map {
        height: 433px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .thx-modal {
        padding: 149px 50px 31px
    }

    .thx-modal__title {
        margin-bottom: 85px
    }
}

@media (max-width: 640px) {
    .about__item p {
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 39px;
        padding-right: 39px
    }

    body {
        padding-top: 88px
    }

    .header {
        height: 88px;
        padding: 28px 0
    }

    .header .mob-menu {
        overflow-y: scroll;
        max-height: 97vh;
        width: -webkit-calc(100% + 48px);
        width: calc(100% + 48px);
        left: -24px;
        top: 56px
    }

    .banner {
        height: 300px
    }

    .top_slider .offer__title span::after {
        bottom: 6px
    }

    .cards-wrapper .product-card__desc--style_1 {
        width: 75%
    }

    .get_started__bg {
        background-position: 118% center
    }

    .production .tab-content {
        grid-row-gap: 7px
    }

    .production .tab-content__item {
        padding-left: 3.5px;
        padding-right: 3.5px;
        margin: 10px auto;
    }

    .product-card__details {
        max-width: 690px
    }

    .product-card__details .product-card__lines {
        width: -webkit-calc(100% - 13px * 2);
        width: calc(100% - 13px * 2)
    }

    .product-card__details .product-thumbnail {
        height: 314px
    }

    .product-card__details .recommended-items {
        margin-top: 23px;
        padding: 0 13px 36px
    }

    .product-card__details .recommended-items__title {
        margin-bottom: 25px
    }

    .product-card__details .recommended-items__slider .product-card {
        margin-left: 6.5px;
        margin-right: 6.5px
    }

    .product-card__details .recommended-items .action {
        margin-top: 27px
    }

    .cards-wrapper .product-card-modal {
        padding-top: 150px
    }

    .about .section__excerpt {
        padding-right: 0
    }
}

@media screen and (max-width: 575px) {
    .product__slider-item .product-card {
        margin-bottom: 3px
    }

    .product__slider-item .product-card:last-child {
        display: block
    }

    .recommended-items__slider-range input {
        width: 74px;
        height: 1px
    }

    .recommended-items__slider-range input[type=range]::-webkit-slider-runnable-track {
        height: 1px
    }

    .recommended-items__slider-range input[type=range]::-webkit-slider-thumb {
        height: 2px
    }

    .recommended-items__slider-range input[type=range]::-ms-track {
        height: 1px
    }

    .recommended-items__slider-range input[type=range]::-ms-thumb {
        height: 2px
    }
}

@media screen and (max-width: 576px) {
    .contacts-page .form .input-textarea .input-group__icon {
        top: 24px
    }

    .main-wrapper iframe {
        position: relative;
    }

    .main-wrapper2 iframe {
        position: relative;
    }

    .contacts .main-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .contacts .main-wrapper2{
        display: flex;
        /*flex-direction: column-reverse;*/
    }

    #contacts.contacts-page .form {
        margin-top: 15px
    }

    .contacts-page .form .input-group:not(:last-child) {
        margin-bottom: 10px
    }

    .contacts-page .form .input-group .custom-checkbox__label {
        font-size: 7px;
        line-height: 8px
    }

    .remodal .lines-container .v-lines--4 {
        right: 0
    }

    .product-card__details .recommended-items__slider .product-card img.recommended-items__product-thumbnail {
        width: 100%
    }
    .product-card__details .recommended-items__slider .product-card img.recommended-items__product-thumbnail {
        height: auto;
    }
    .production.section {
        margin-top: 0
    }

    .production.section .breadcrumbs {
        margin-bottom: 15px
    }

    /* .cards-wrapper div {
        margin-bottom: 10px
    } */

    input[type=range]::-webkit-slider-thumb {
        top: 13px
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 24px
    }

    .offer__excerpt {
        line-height: 22px
    }

    .banner {
        height: 75px;
        background-position: center center !important
    }

    .btn,
    .top_slider .offer__btn,
    .customers .load_more,
    .production .load_more {
        height: 35px;
        padding: 0px 20px;
        line-height: 31px
    }

    .btn svg,
    .top_slider .offer__btn svg,
    .customers .load_more svg,
    .production .load_more svg {
        width: 14px
    }

    .nav_slider {
        display: none
    }

    .cards-wrapper {
        margin-top: 12px;
        grid-row-gap: 11px
    }

    .cards-wrapper .product-card-modal {
        padding-top: 220px
    }

    .section {
        padding: 50px 0
    }

    .section .section__title {
        margin-bottom: 13px
    }

    .section .section__title .title-bg-text {
        font-size: 3.125em
    }

    .section .section__excerpt {
        margin-top: 6px;
        margin-bottom: 12px
    }

    .section .breadcrumbs {
        margin-bottom: 22px
    }

    .section .pagination {
        margin-top: 25px
    }

    .tabs {
        margin-top: 14px
    }

    .tabs .tabs__caption {
        margin-bottom: 22px
    }

    .tabs .tabs__caption li {
        margin-right: 20px
    }

    body {
        padding-top: 72px;
        font-size: 14px
    }

    .customers .section__title__title span::after {
        bottom: 4.1px
    }

    .header {
        height: 71px;
        padding: 20px 0
    }

    .header .container {
        margin-top: 5px
    }

    .header .burger {
        margin-left: 30px
    }

    .header .phone {
        display: none !important
    }

    .header .lang {
        margin-left: auto
    }

    .header .mob-menu {
        width: -webkit-calc(100% + 22px);
        width: calc(100% + 22px);
        /* top: 45px */
        top: 40px;
    }

    /* .cards-wrapper .product-card {
        margin-bottom: 10px;
    } */
    .cards-wrapper .col-lg-4.col-sm-6.col-12{
        margin-bottom: 10px;
    }
    

    .section__title__title span::after,
    .section__title__subtitle span::after {
        bottom: 4px
    }

    .tabs .tabs__caption li::after {
        bottom: 2px
    }

    .pagination .prev {
        margin-right: 10px
    }

    .pagination .next {
        margin-left: 10px
    }

    .v-lines--4 {
        right: 20px
    }

    .production {
        padding-top: 35px
    }

    .production .section__title span::after {
        bottom: 4.5px
    }

    .top .top_slider__slide {
        padding: 119px 0 130px
    }

    .top .top_slider .offer__title span::after {
        bottom: 5px
    }

    .top .btn,
    .top .top_slider .offer__btn,
    .top_slider .top .offer__btn,
    .top .customers .load_more,
    .customers .top .load_more,
    .top .production .load_more,
    .production .top .load_more {
        height: 44px;
        padding-left: 44px;
        padding-right: 44px;
        line-height: 40px
    }

    .top .offer__excerpt {
        font-size: 13px;
        margin: 16px 0 21px 0
    }

    .customers .load_more,
    .production .load_more {
        margin-top: 27px
    }

    .tabs ul li {
        margin-bottom: 6px
    }

    .tabs .tab-content {
        grid-template-columns: repeat(2, 1fr)
    }

    .tabs .tab-content img {
        width: 100%
    }

    .production .tab-content {
        grid-row-gap: 7px
    }

    .about {
        padding-bottom: 274px;
        padding-top: 30px
    }

    .about .about-bg {
        max-height: 252px
    }

    .about__item {
        margin-bottom: 19px
    }

    .about__item h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .1px
    }

    .about__item p {
        font-size: 14px;
        line-height: 20px
    }

    .about .section__excerpt {
        padding-right: 0;
        margin-bottom: 33px
    }

    .about .section__title__subtitle {
        font-size: 18px;
        margin-bottom: 12px
    }

    .about__item:not(:last-child) {
        margin-bottom: 20px
    }

    .get_started {
        padding: 30px 0
    }

    .get_started__bg {
        background-image: unset !important
    }

    .get_started .section__title {
        margin-bottom: 0
    }

    .get_started .section__excerpt {
        width: 274px;
        font-size: 14px
    }

    .contacts {
        padding-bottom: 0
    }

    .contacts .main-wrapper,
    .contacts .contacts__box {
        background: transparent !important
    }

    .contacts .main-wrapper2,
    .contacts .contacts__box {
        background: transparent !important
    }

    .contacts .section__title {
        margin-bottom: 32px
    }

    .contacts .main-wrapper .contacts__box {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 37px
    }

    .contacts .main-wrapper2 .contacts__box {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 37px
    }

    .contacts .main-wrapper .contacts__box .contacts__list li {
        font-size: 14px;
        margin-bottom: 8px
    }

    .contacts .main-wrapper2 .contacts__box .contacts__list li {
        font-size: 14px;
        margin-bottom: 8px
    }

    .contacts .main-wrapper .contacts__box .contacts__list li img {
        width: 13px;
        margin-right: 10px
    }

    .contacts .main-wrapper2 .contacts__box .contacts__list li img {
        width: 13px;
        margin-right: 10px
    }

    .contacts .main-wrapper .contacts__box .social_links__list {
        margin-top: 25px
    }

    .contacts .main-wrapper2 .contacts__box .social_links__list {
        margin-top: 25px
    }

    .contacts .main-wrapper .contacts__box .social_links__list h3 {
        font-size: 13px
    }

    .contacts .main-wrapper2 .contacts__box .social_links__list h3 {
        font-size: 13px
    }

    .contacts .main-wrapper .contacts__box .social_links__list img {
        width: 26px
    }

    .contacts .main-wrapper2 .contacts__box .social_links__list img {
        width: 26px
    }

    .contacts .map-xs {
        display: block;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        height: 207px;
        max-height: 207px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: unset
    }

    .customers .section__excerpt {
        margin-bottom: 0
    }

    .customers .tabs__caption {
        margin-left: -15px;
        margin-right: -15px
    }

    .customers .tabs__caption li {
        margin: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .footer .footer-menu {
        margin-bottom: 20px
    }

    .footer .footer-menu ul li:not(:last-child) {
        margin-bottom: 7px
    }

    .footer .last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 30px
    }

    .footer .last .footer-menu__item {
        width: 100%;
        flex-direction: column;
    display: flex;
    }
.footer .menu-item-has-children{
    margin: 0 0 21px 0;
}
.footer .menu-item-has-children > a{
   font-size: 13px;
line-height: 21px; 
}

    .footer .go_to {
        display: block !important
    }

    .contacts-page .main-wrapper {
        padding-bottom: 63px;
        margin-top: 16px
    }

    .contacts-page .main-wrapper2 {
        padding-bottom: 63px;
        margin-top: 16px
    }

    .contacts-page .map {
        height: 205px
    }

    .contacts-page .section__title {
        margin-bottom: 0
    }

    .contacts-page .form {
        margin-top: 52px
    }

    .thx-modal {
        padding: 76px 20px 18px
    }

    .thx-modal .remodal-close {
        width: 30px;
        height: 30px
    }

    .thx-modal .remodal-close svg {
        width: 11px
    }

    .thx-modal__title {
        margin-bottom: 59px
    }

    .thx-modal__title-main {
        margin-bottom: 6px;
        font-size: 22px;
        line-height: 26px
    }

    .thx-modal__subtitle {
        font-size: 14px;
        line-height: 16.38px
    }

    .product-card__details {
        max-width: 100%
    }

    .product-card__details .remodal-close {
        width: 17px;
        height: 17px;
        line-height: 17px
    }

    .product-card__details .remodal-close svg {
        width: 7px;
        height: 7px
    }

    .product-card__details .product-card__lines {
        width: -webkit-calc(100% - 8px * 2);
        width: calc(100% - 8px * 2)
    }

    .product-card__details .product-thumbnail {
        height: 260px
    }

    .product-card__details .recommended-items {
        margin-top: 12px;
        padding: 0 21px 9px 8px
    }

    .product-card__details .recommended-items__title {
        margin-bottom: 7px;
        font-size: 10px;
        line-height: 18px
    }

    .product-card__details .recommended-items__slider .product-card {
        margin-left: 6.5px;
        margin-right: 6.5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .product-card__details .recommended-items__slider .product-card__desc {
        margin-left: 7px;
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .product-card__details .recommended-items__slider .product-card__title,
    .product-card__details .recommended-items__slider .product-card__permalink {
        font-size: 10px;
        margin-top: 3px;

    }

    .product-card__details .recommended-items__slider .product-card__title {
        line-height: 11px
    }

    .product-card__details .recommended-items__slider .product-card__permalink {
        line-height: 18px
    }

    .product-card__details .recommended-items__slider .product-card__permalink img {
        width: 10px
    }

    .product-card__details .recommended-items__slider .recommended-items__product-thumbnail {
        width: 104px
    }

    .product-card__details .recommended-items .action {
        /* margin-top: 15px */
        margin-top: 0;
    margin-bottom: -9px;

    }

    .footer {
        padding-bottom: 8px
    }
    #menu-menyu-v-podvale {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer .logo {
        width: 77px;
        margin-bottom: 20px
    }

    .footer .footer-menu__heading {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px
    }

    .footer .footer-menu.last {
        margin-top: 0
    }

    .footer .footer-menu ul li a {
        font-size: 14px
    }

    .footer .order-call {
        margin-top: 16px;
        height: 44px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .footer .go_to {
        font-size: 10px
    }

    .footer .privacy {
        font-size: 8px;
        margin-top: 22px
    }

    .footer .development {
        font-size: 8px;
        margin-top: 3px;
    }
}

.header .main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12::after{
    display: none !important;

}