@font-face {
    font-family: 'Montserrat';
    src: url('../lib/fonts/ofont.ru_Montserrat.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../lib/fonts/ofont.ru_Montserrat_bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratHairline';
    src: url('../lib/fonts/montserrat-hairline.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../lib/fonts/Montserrat-Medium.ttf');
    font-display: swap;
}

html {
    font-size: 14px !important;
    font-family: 'Montserrat';
}

h1, h2, h4 {
    font-family: 'Montserrat';
    font-family: 'MontserratBold';
}

h1.main-title {
    text-align: center;
    font-family: inherit;
    font-size: 3rem;
    margin-bottom: 50px;
}

.b-company__main-title.main-title {
    display: none;
}

p, a, div, input, button {
    font-family: 'Montserrat';
}

.logo-img {
    max-width: 100%;
}

.header-wrap-busket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-around; */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-wrap-busket img {
    max-width: 32px;
}

.header_wrap {
    padding: 18px 0;
}

.main_menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_menu-link {
    text-decoration: underline;
}

.main_menu-item {
    margin: 4px 12px;
}

.phone-header {
    color: #333;
    font-family: 'MontserratBold';
    font-size: 18px;
}

.wrap-v-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.js-search {
    padding: 5px 16px !important;
}

.js-search img {
    max-width: 28px;
}

/* menu */
.nav_cat_menu .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_wrap_catalog_menu {
    background: #1d252c;
    background: -o-linear-gradient(#192027, #212932);
    background: -webkit-gradient(linear, left top, left bottom, from(#192027), to(#212932));
    background: linear-gradient(#192027, #212932);
}

.nav_cat_menu {
    background: #1d252c;
}

.nav_cat_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_cat_menu ul:after {
    content: "";
    display: table;
    clear: both;
}

.nav_cat_menu a {
    text-decoration: none;
    display: block;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.nav_cat_menu .topmenu > li {
    float: left;
    position: relative;
    border-left: 1px solid black;
    text-align: center;
    width: 100%;
    border-bottom: 3px solid transparent;
}

.nav_cat_menu .topmenu > li:first-child {
    border-left: 0;
}

.nav_cat_menu .topmenu > li > div > a {
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'MontserratBold';
    margin: 0 auto;
}

.nav_cat_menu .topmenu > li > div > a.active {
    color: #fb613e;
    text-decoration: none;
    /* background-color: #1d252c; */
}

.nav_cat_menu .submenu a:hover {
    color: #fb613e;
    text-decoration: none;
    background-color: #1d252c;
}

.nav_cat_menu .topmenu .fa,
.nav_cat_menu .submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.nav_cat_menu .submenu {
    position: absolute;
    z-index: 20;
    min-width: 250px;
    background: white;
    border-top: 0px solid #1d2227;
    margin-top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.nav_cat_menu .submenu li {
    position: relative;
}

.nav_cat_menu .submenu li a {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #1d252c;
    background-color: #11161b;
    text-align: left;
}

.nav_cat_menu .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.nav_cat_menu li > .submenu {
    width: 100%;
}

.nav_cat_menu li:hover > .submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

.nav_cat_menu .DEPTH_LEVEL_1 {
    border-bottom: 3px solid transparent;
}

.nav_cat_menu .topmenu > li:hover {
    border-bottom: 3px solid #fb613e;
    background-color: #11161b;
    color: #fb613e;
}

.nav_cat_menu .DEPTH_LEVEL_1:hover + .submenu li a {
    background-color: #1d252c;
    background-color: #1d252c;
}

.nav_cat_menu .DEPTH_LEVEL_2:hover .DEPTH_LEVEL_2_a {
    background-color: #1d2227 !important;
    color: #fb613e !important;
}

.nav_cat_menu .menu_denied {
    display: none;
}

.nav_cat_menu .submenu .submenu {
    margin-top: 0;
}

.nav_cat_menu .DEPTH_LEVEL_1 > .submenu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav_cat_menu .DEPTH_LEVEL_1 > .submenu > li:last-of-type {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav_cat_menu .DEPTH_LEVEL_1 > .submenu > li:last-of-type > div > a {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav_cat_menu .topmenu > li.li-search {
    width: auto;
}

.nav_cat_menu .topmenu > li > .submenu {
    top: 100%;
    max-height: 78vh;
    /*    overflow-y: auto;
        overflow-x: hidden;*/
}

.nav_cat_menu .topmenu > li > .catalog_menu-wrap-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

/* menu */

/* animate */
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* animate */


/* slider */
.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-main {
    -webkit-box-shadow: 0 0px 11px #333;
    box-shadow: 0 0px 11px #333;
}

.slider-main .swiper-slide {
    /* padding: 10rem 0; */
    background-position: center;
    /* background-size: cover;*/
    background-repeat: no-repeat;
    min-height: 450px;
}

.slide-text {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    text-align: left;
    line-height: 1;
}

.slide-title {
    font-size: 24px;
    font-family: 'MontserratBold';
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 16px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    color: rgb(33, 37, 43);
    text-shadow: none;
}

.slide-title:nth-child(2) {
    background: rgba(33, 37, 43, 0.8);
    color: #fff;
}

.slide-title:nth-child(1) {
    background: rgb(255 99 63 / 80%);
    color: #fff;
}

.slide-desc {
    margin-top: 10px;
    font-size: 28px;
    font-family: 'MontserratBold';
}

.slider-main .swiper-button-prev {
    left: 7%;
}

.slider-main .swiper-button-next {
    right: 7%;
}

.slider-tkan .slide-title {
    padding: 5px 6px;
}

.btn-slider {
    padding: 8px 20px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 2px 3px 7px #333;
    box-shadow: 2px 3px 7px #333;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    text-shadow: none;
}

.btn-slider:hover {
    color: #fff;
}

.wrap-slide {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* slider */

/* company */
.b-company {
    padding: 2rem 0;
}

.b-company__main-title {
    margin: 30px 0 50px 0;
}

.b-company-text {
    font-size: 18px;
    text-align: center;
}

.wrap-company-advantage {
    text-align: center;
    font-size: 14px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    margin: 3rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantage-item-b-img {
    padding: 10px 0;
    text-align: center;
}

.advantage-item-b-img img {
    max-width: 100%;
}

/* company */

.b-title {
    max-width: 600px;
    border-bottom: 3px solid #ff633f;
    text-align: center;
    margin: 20px auto;
    padding: 0px 0;
    font-size: 32px;
    text-transform: uppercase;
    font-family: inherit;
    line-height: inherit;
}

.slide-link {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 8px #333;
    box-shadow: 0 2px 8px #333;
    padding: 0 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.slide-section {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.slide-section .slide-link {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 10px;
    background-blend-mode: multiply;
}

.slide-section-title {
    color: #fff;
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.slide-section:hover .slide-link {
    background-color: #333a;
    opacity: 1;
    text-decoration: none;
}

.slide-section:hover .slide-section-title {
    opacity: 1;
}

.wrap-slide-section {
    position: relative;
}

.wrap-slide-section .swiper-button-prev {
    left: -50px;
}

.wrap-slide-section .swiper-button-next {
    right: -50px;
}

.b-slider-section {
    margin: 4rem 0;
}

.b-slider-clients {
    margin: 4rem 0;
}

.b-slider-reviews {
    margin: 4rem 0;
}

.wrap-clients {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.item-clients img {
    max-width: 100%;
}

.wrap-slide-reviews {
    position: relative;
}

.wrap-slide-reviews .swiper-button-prev {
    left: -50px;
}

.wrap-slide-reviews .swiper-button-next {
    right: -50px;
}

.slide-reviews {
    padding: 7px;
    position: relative;
    outline: 0 !important;
}

.slide-reviews img {
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 7px -2px #333;
    box-shadow: 2px 2px 7px -2px #333;
}

.inner_relative {
    position: relative;
}

.slide-bg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slide-reviews:hover .slide-bg {
    background: #00000059;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rev-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}

/* footer */
.footer {
    padding-top: 2rem;
    background-color: #192027;
    color: #fff;
}

.footer_menu-item {
    margin: 2px 0;
    font-size: 13px;
}

.footer .logo-img {
    max-width: 160px;
}

.title-footer_menu {
    margin-bottom: 10px;
    font-family: 'MontserratBold';
}

.menu-link {
    color: #fff;
    text-decoration: underline;
}

.menu-link:hover {
    color: #f8f8f8;
    text-decoration: none;
}

.contact-info a {
    color: #fff !important;
    text-decoration: none;
}

.contact-info a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.text-bold {
    font-family: 'MontserratBold';
}

/* footer */

.product-item-wrap .stock {
    margin-bottom: 5px;
}

.product-item.product-custom-item .property {
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    max-height: 163px;
    height: 100%;
}

.another_catalog-item-hide .product-item.product-custom-item .property {
    max-height: initial;
    /* overflow: visible;
    text-overflow: initial;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial; */
}

.b-team {
    padding: 2rem 0;
}

.wrap-team {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 35px;
}

.item-team-b-img {
    padding: 10px;
    padding-bottom: 5px;
    max-width: 180px;
    margin: 0 auto;
}

.item-team-b-img img {
    -webkit-box-shadow: 5px 5px 0px 0px #ff633f, 10px 10px 7px -4px #333;
    box-shadow: 5px 5px 0px 0px #ff633f, 10px 10px 7px -4px #333;
    max-width: 100%;
}

.item-team-title {
    font-size: 20px;
    font-family: 'MontserratBold';
    text-align: center;
}

.item-team-position {
    text-align: center;
}


.wrap-sklad-slider {
    padding: 2rem 0;
}

.wrap-team-slider {
    padding: 3rem 0;
}

.content-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

/* catalog */

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    -o-transition: background 300ms ease, opacity 300ms ease;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    -webkit-transition: opacity 300ms ease, background 300ms ease;
    -o-transition: opacity 300ms ease, background 300ms ease;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/* amount */

.b-catalog {
    padding: 2rem 0;
}

.bx_catalog_tile.b_sections .bx_catalog_tile_ul li {
    width: auto;
    float: none;
    list-style: none;
}

.b_sections-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    padding: 2rem 0;
}

.b_sections-item {
    padding: 5px;
    border: 1.5px solid #e0e0e0;
}

.b_sections-item:hover {
    -webkit-box-shadow: 3px 3px 9px #615e5e73;
    box-shadow: 3px 3px 9px #615e5e73;
    border: 1.5px solid #e0e0e0;
}

.b_sections-item-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 10px auto;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    color: #192027;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    height: 100%;
}

.b_sections-item-b_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b_sections-item-b_img img {
    max-width: 100%;
}


.b_sections-item:hover .b_sections-item-link {
    color: #ff633f;
    text-decoration: none;
}

.b_sections-item-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.catalog-title-h1 {
    margin-bottom: 10px;
    font-weight: 500;
}

.catalog-title-h1-link {
    color: #192027;
    font-size: 28px;
    padding-left: 3rem;
}

.catalog-title-h1-link:hover {
    color: #192027;
    text-decoration: none;
}

.catalog-title-h2 {
    margin-bottom: 10px;
    font-weight: 500;
    color: #192027;
    font-size: 22px;
}

.hr-catalog {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    background: #ff633f;
    height: 3px;
    border: none;

    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100vw;
    width: 100vw;
    z-index: 5;
}

.bx_catalog_tile.b_sections {
    padding-bottom: 1px;
}

/* catalog */

.topmenu > li:nth-child(4) .submenu .submenu {
    left: -100%;
}


.b-wrap-breadcrumb {
    padding: .5rem 0 1rem;
}

.b-breadcrumb .b-wrap-breadcrumb {
    padding-bottom: 0;
    margin-bottom: 0;
}

.b-breadcrumb {
    margin-bottom: 0;
}

.bx-breadcrumb-item a {
    color: #192027;
    text-decoration: underline;
    font-size: 13px;
}

.bx-breadcrumb-item:hover a {
    color: #333;
    text-decoration: none;
}

.bx-breadcrumb i {
    margin: 0 8px;
    margin-right: 10px;
}

.fa-angle-right:before {
    font-size: 16px;
}


.b-catalog {
    padding-top: 0;
}

.product-custom-item {
    -webkit-box-shadow: 2px 2px 7px -1px #3333;
    box-shadow: 2px 2px 7px -1px #3333;
    padding: 15px 10px 5px;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item-wrap {
    height: 100%;
    padding: 8px 0;
}

.b-catalog .col-xs-6.col-md-6.col-lg-3 {
    padding-right: 8px;
    padding-left: 8px;
}

.catalog-section.bx-red {
    padding-top: 20px;
}

.product-item-image-wrapper {
    padding-top: 66%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.product-item-fancy-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 200px;
    max-height: 200px;
}

.product-custom-item .product-item-title {
    overflow: visible;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: initial;
    margin-bottom: 8px;
    font-family: 'MontserratBold';
}

.product-item-title a {
    font-size: 14px;
    font-family: 'MontserratBold';
    word-break: break-word;
}

.product-item-amount {
    padding: 6px 0 2px;
    text-align: left;
}


.product-item-amount-field-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    background-color: #f2f2f2;
    height: 100%;
}

.product-item-amount-field {
    max-width: 30px;
    height: 20px;
    background: #fff !important;
}

.subtext-small {
    font-size: 12px;
    margin-left: .5rem;
}

.btn-order {
    padding: 2px 12px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 1px 2px 5px -2px #333;
    box-shadow: 1px 2px 5px -2px #333;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'MontserratBold';
    margin: 2px 0 4px;
}

.btn-order:hover, .btn-order:focus, .btn-order:active {
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: 1px 2px 4px -2px #333;
    box-shadow: 1px 2px 4px -2px #333;
}

.product-item-price {
    margin: 12px 0 0;
    font-family: 'MontserratBold';
    line-height: 1.2;
}

.property {
    font-size: 13px;
    line-height: 1.2;
}

.product-item-price-subtext {
    font-size: 13px;
    font-weight: 500;
}

.sect-wrap-advantage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    text-align: center;
    padding: 3rem 0 1rem;
    width: 100%;
}

.item-advantage-title {
    padding-top: 75px;
    border-bottom: 4px solid #ff633f;
    max-width: 290px;
    margin: 0 auto 5px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 20px;
    font-family: 'MontserratBold';
    background-repeat: no-repeat;
    background-position: bottom;
}

.item-img-delivery {
    background-image: url('/image/delivery.png');
}

.item-img-box {
    background-image: url('/image/box.png');
}

.item-img-price {
    background-image: url('/image/price.png');
}

.catalog-section-desc {
    padding: 1rem 0;
}

.sect-title {
    padding-bottom: 2px;
    padding-top: 10px;
    font-size: 20px;
    font-family: 'MontserratBold';
}

.dark-link {
    color: #333;
}

.sect-wrap-advantage-btn {
    padding: 0 0 2rem;
    text-align: center;
}

.btn-advantage {
    padding: 6px 22px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 2px 2px 5px -2px #333;
    box-shadow: 2px 2px 5px -2px #333;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'MontserratBold';
    margin: 10px 0;
}

.btn-advantage:hover {
    color: #fff;
    -webkit-box-shadow: 2px 2px 7px -2px #333;
    box-shadow: 2px 2px 7px -2px #333;
}

.btn-advantage:hover, .btn-advantage:focus, .btn-advantage:active {
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: 1px 2px 4px -2px #333;
    box-shadow: 1px 2px 4px -2px #333;
}


.wrap-consult {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 25px;
    margin: 3rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.consult-img {
    max-width: 170px;
}

.b-consult-wrap-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.b-consult-inner-text {
    font-size: 20px;
    line-height: 1.3;
    color: #192027;
}

.stock-text {
    display: flex;
    align-items: center;
}

.stock-text svg,
.stock-text button {
    display: none;
}

/* .stock-text div[data-role="open-popup-city"] {
    margin-left: 10px;
} */

.stock {
    margin-bottom: 25px;
}

.in_stock,
.stock-text.in_stock .header-location__city {
    color: #109916;
    font-size: 14px;
    font-family: 'MontserratBold';
    position: relative;
    padding-left: 16px;
}


.in_stock::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 35px;
    background: #109916;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.not_stock,
.stock-text.not_stock .header-location__city {
    color: #ea7005;
    font-size: 14px;
    font-family: 'MontserratBold';
    position: relative;
    padding-left: 16px;
}

.not_stock::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 35px;
    background: #ea7005;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stock-text .header-location__city {
    padding-left: 5px !important;
}

.order_stock {
    color: #ff633f;
    font-size: 14px;
    font-family: 'MontserratBold';
    position: relative;
    padding-left: 16px;
}

.order_stock::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 35px;
    background: #ff633f;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-detail-info-section {
    padding: 8px 0;
}

.prop-title {
    font-size: 16px;
    font-family: 'MontserratBold';
    margin-bottom: 5px;
    line-height: 1.5;
}

.item-prop {
    line-height: 1.3;
}

.product-ul {
    list-style: '–';
    padding-left: 10px;
    margin-bottom: 0;
}

.product-ul li {
    padding-left: 5px;
}

.product-text-price {
    margin-top: 20px;
}

.product-item-detail-info-container {
    margin-bottom: 15px;
}

.btn.product-item-detail-buy-button {
    font-family: 'Montserrat';
}

.product-item-detail-price {
    text-align: center;
    font-size: 24px;
    font-family: 'MontserratBold';
}

.btn-item-order {
    padding: 4px 20px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 1px 2px 5px -2px #333;
    box-shadow: 1px 2px 5px -2px #333;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'MontserratBold';
    border: 3px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.btn-item-order:hover {
    color: #ff633f;
    background-color: #fff;
    border: 3px solid #ff633f;
}

.btn-item-order-model {
    padding: 4px 20px;
    color: #ff633f;
    background-color: #fff;
    border: 3px solid #ff633f;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'MontserratBold';
    width: 100%;
    -webkit-transition: .4;
    -o-transition: .4;
    transition: .4;
}

.btn-item-order-model:hover {
    color: #fff;
    background-color: #ff633f;
    border: 3px solid #ff633f;
}

.btn-item-order:hover, .btn-item-order:focus, .btn-item-order:active {
    outline: none !important;
    -webkit-box-shadow: 1px 2px 5px -2px #333;
    box-shadow: 1px 2px 5px -2px #333;
}

.btn-item-order-model:hover, .btn-item-order-model:focus, .btn-item-order-model:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-item-detail-pay-block .product-item-amount {
    padding: 6px 0 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item-detail-pay-block .product-item-amount-field {
    font-size: 14px;
}

.product-item-detail-pay-block .subtext-small {
    font-size: 16px;
}

.product-item-detail-pay-block {
    padding: 20px;
    border-radius: 13px;
}


.product-item-detail-pay-block .product-item-amount-field-btn-plus, .product-item-detail-pay-block .product-item-amount-field-btn-minus {
    min-width: 24px;
    height: 26px;
}

.product-item-detail-pay-block .product-item-amount-field {
    max-width: 33px;
    height: 22px;
}


.product-item-detail-b-img {
    text-align: center;
}

.product-item-detail-img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


.product-item-container-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    justify-content: center;
}

.product-item-detail-b-img-link {
    height: 240px;
    display: block;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-item-container-imgs-links {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    z-index: 2;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}

.product-item-container-imgs .product-item-container-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.busket-wrap-items {

}

.busket-item {
    padding: 16px 0;
    border-bottom: 1px solid #e4e4e4;
}

.busket-item:first-of-type {
    padding-top: 0;
}

.busket-item-b-img {
    border: 1px solid #e4e4e4;
    text-align: center;
    max-height: 100%;
    padding: 6px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.busket-item-b-img img {
    max-width: 100%;
    max-height: 100%;
}


.busket-item-title {
    margin-bottom: 7px;
}

.busket-item-desc {
    margin-bottom: 5px;
}

.busket-item-title-link {
    font-size: 16px;
    font-family: 'MontserratBold';
    color: #000;
}

.busket-item-title-link:hover {
    color: #000;
}

.busket-item-b-count .product-item-amount {
    text-align: right;
}

.busket-item-b-count .product-item-amount {
    padding: 0;
}

.busket-item-b-price {
    font-family: 'MontserratBold';
    font-size: 16px;
    text-align: center;
}

.b-busket {
    overflow: hidden;
    padding-bottom: 3rem;
}

.wrap-b-order {
    border-radius: 5px;
    border: 2px solid #e4e4e4;
    padding: 18px 16px 20px;
    width: 100%;
}

.wrap-busket-form {
    padding: 2rem 0 4rem;
}

.wrap-busket-icon {
    padding: 4px 7px;
    position: relative;
}

.order-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'MontserratBold';
    font-weight: 600;
}

.order-prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-order-btn .btn-item-order {
    width: 100%;
    padding: 8px 0;
    margin: 15px 0 14px;
}

.wrap-order-btn .btn-item-order-model {
    font-size: 16px;
    padding: 6px 0;
}

.busket-item {
    position: relative;
}

.busket-item-btn-trash {
    position: absolute;
    bottom: 5px;
    right: 3px;
    padding: 3px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.busket-item-btn-trash:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}


.b-busket .slide-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-busket .slide-section-title {
    margin-top: 8px;
    opacity: 1;
    color: #000;
}

.b-busket .slide-section-title:hover {
    color: #000;
}

.abs-slide-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}


/* input */
.input-wrap {
    position: relative
}

.input, .input-label {
    font-weight: 300;
    color: #000
}

.input {
    display: block;
    width: 100%;
    height: 2.5rem;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: .75rem .9375rem .3125rem;
    font-family: roboto, Arial, sans-serif;
    z-index: 1;
    background: 0 0;
    position: relative
}

.input-label {
    left: 0;
    line-height: 1;
    top: 50%;
    position: absolute;
    padding-left: .9375rem;
    padding-right: .9375rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input.fullval ~ .input-label, .input:focus ~ .input-label {
    top: .3125rem;
    font-size: .75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input_blue .form-control_textarea.fullval + .input-wrap-label {
    background-color: #e7faff
}

.input_textarea.fullval + .input-wrap-label {
    top: .0625rem !important;
    border-radius: 5px;
    padding-top: .1875rem;
    z-index: 2;
    background-color: #fff
}

.input:not(.is-invalid) + .invalid-feedback {
    display: none
}

.input::-ms-expand {
    background-color: transparent;
    border: 0
}

.input::-webkit-input-placeholder {
    color: #6a6a6a
}

.input::-moz-placeholder {
    color: #6a6a6a
}

.input:-ms-input-placeholder {
    color: #6a6a6a
}

.input::-ms-input-placeholder {
    color: #6a6a6a
}

.input::placeholder {
    color: #6a6a6a
}

.input:focus {
    -webkit-box-shadow: 0 0 0 4 pxrgba 25, 167, 204, .65;
    box-shadow: 0 0 0 4 pxrgba 25, 167, 204, .65
}

.input:focus::-webkit-input-placeholder {
    color: transparent
}

.input:focus::-moz-placeholder {
    color: transparent
}

.input:focus:-ms-input-placeholder {
    color: transparent
}

.input:focus::-ms-input-placeholder {
    color: transparent
}

.input:focus::placeholder {
    color: transparent
}

.input.is-invalid::-webkit-input-placeholder {
    color: #cf3f3f
}

.input.is-invalid::-moz-placeholder {
    color: #cf3f3f
}

.input.is-invalid:-ms-input-placeholder {
    color: #cf3f3f
}

.input.is-invalid::-ms-input-placeholder {
    color: #cf3f3f
}

.input.is-invalid::placeholder {
    color: #cf3f3f
}

.input.is-invalid + .invalid-feedback {
    display: block
}

.checkbox {
    cursor: pointer
}

.checkbox-input, .filter-select + .dropdown-menu li a.disabled.selected {
    display: none
}

.checkbox-input:checked ~ .checkbox-text::before {
    background: url(../img/icon_checked.png) no-repeat center;
    background-size: 100% auto
}

/* input */


.modal-box {
    display: none;
    max-width: 95%;
    max-width: 520px;
    width: 90%;
    border-radius: 20px;
}

.full_order {
    padding: 35px 44px 40px;
}

.input-wrap {
    margin: 15px 0 0;
    width: 100%;
}

.form-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'MontserratBold';
    margin: 4px 16px 8px;
    text-align: center;
}

.form-desc {
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 14px;
    text-align: center;
}

.input {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 18px 10px 12px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.input:hover, .input:active, .input:focus {
    border: 1px solid #ff633f;
    outline: none;
}

.input:focus + label {
    color: #ff633f;
}

.input.fullval ~ .input-label, .input:focus ~ .input-label {
    top: .8125rem;
    font-size: .75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}


.full_order .fancybox-close-small {
    /*display: none;*/
}


.full_order .btn-item-order {
    width: 100%;
    padding: 12px 0;
    margin-top: 5px;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}


.item-busket {
    position: relative;

}

.busket-img-counter.active {
    padding: 1px 4px;
    position: absolute;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
}


.mobile-menu-arrow {
    display: none;
}

.footer-copyright {
    padding: 1rem;
}


.header-search-form {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 15;
}

.header-search-form.active {
    display: block;
}

.search-input .search-suggest {
    max-width: 340px;
    min-width: 340px;
    border-radius: 0;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    padding: 9px 16px;
    -webkit-box-shadow: 2px 1px 6px #9E9E9E;
    box-shadow: 2px 1px 6px #9E9E9E;
    outline: 0;
}

.search-input .search-btn {
    position: absolute;
    right: 10px;
    background: url('/image/search-img.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    opacity: .4;
    padding: 4px 12px;
    cursor: pointer;
}

.nav_cat_menu .topmenu > li.li-search:hover {
    border-bottom: 0;
}

div.search-item h4 a {
    color: #333;
}

div.search-item:hover h4 a {
    color: #333;
    text-decoration: underline;
}


.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
    width: 48px;
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
}

.swiper-button-next:after {
    background-image: url('/image/next-slide.png');
}

.swiper-button-prev:after {
    background-image: url('/image/prev-slide.png');
}

.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
}

.swiper-pagination-bullet-active {
    background: #BDBDBD;
}


.item-advantage {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 143px auto;
    grid-template-rows: 143px  auto;
}

.item-advantage-title {
    width: 100%;
}

.btn-added-busket {
    background: #4fad00;
    border-color: #4fad00;
    max-width: 100%;
    /*width: 100%;*/
    /*margin: 10px auto;*/
    /*display: block;*/
}

.hide-line {
    display: none;
}

.hide-line.product-list-hide-0, .hide-line.product-list-hide-1 {
    display: block;
}

.another_catalog-item-hide {
    display: none;
}

.another_catalog-item-hide-0, .another_catalog-item-hide-1, .another_catalog-item-hide-2 {
    display: block;
}

.another_catalog .product-item-title {
    margin-bottom: 10px;
    font-weight: 600;
    color: #192027;
    font-size: 22px;
    font-family: 'MontserratBold';
}

.another-prop .btn-added-busket {
    max-width: initial;
    width: auto;
    margin: initial;
}

.header-an-props {
    font-weight: 500;
    color: #192027;
    font-size: 14px;
}

.header-an-props .prop-cat-name {
    padding: 4px 0;
    font-weight: 600;
    font-family: 'MontserratBold';
}

.another-prop {
    padding: 0;
}

.another-prop .prop-border-bottom {
    border-bottom: 1.5px solid #e0e0e0;
    padding: 4px 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.another-prop .prop-border-bottom > div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.another-prop:last-of-type .prop-border-bottom {
    border-bottom: 0;
}

.prop-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.prop-btn .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 15px;
    padding: 4px 15px
}

.another-sizes {
    padding: 8px 0;
}

.another-sizes-link {
    margin: 0 15px;
}

.another-sizes-title {
    font-weight: 600;
}

.product-item-wrap .product-item-wrap-img {
    width: 100%;
}

.product-item-wrap .product-item-wrap-img .product-item-detail-b-img {
    padding-top: 66%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.another_catalog .product-item-image-wrapper {
    height: auto;
}

.another_catalog .product-item-line-card .product-item {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-desctop {
    display: block;
}

.mobile-header-wrap {
    display: none;
    background: #192027;
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.mm-navbar__title {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.mob-menu-hamburger {
    text-decoration: none !important;
    color: #fff !important;
}

.mob-menu-hamburger:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c9";
    font-size: 24px;
}

.wrap-mob-item {
    margin: 0 16px;
}

.wrap-mob-item img {
    max-width: 105px;
}


.wrap-search-icon img {
    max-width: 21px;
}

.wrap-search-icon .js-search img {
    max-width: 21px;
}

.wrap-search-icon .js-search {
    padding: 0 !important;
}

.wrap-head-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    /*padding-left: 15px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 400px) {
    .wrap-head-icons {
        margin: 0;
    }

    .wrap-mob-item img {
        max-width: 90px;
    }
}

.wrap-head-icons .search-input .search-suggest {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.wrap-head-icons .header-search-form {
    top: 50px;
}


.header-phones-wrap {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
    border-bottom-right-radius: 00px;
    border-bottom-left-radius: 00px;
    z-index: 15;
    top: 51px;
}

.header-phones-wrap.active {
    display: block;
}

.phone-item {
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #a0a0a02e;
    color: #192027;
    display: block;
}

.phone-item:first-of-type {
    background-color: rgb(187 187 187 / 0.1);
}

.phone-item:hover {
    background-color: rgb(187 187 187 / 0.1);
}

.wrap-phone {
    -webkit-box-shadow: 0px 0px 5px #3c3c3cbf;
    box-shadow: 0px 0px 5px #3c3c3cbf;
}

.close-wrap {
    float: right;
    padding-right: 7px;
}


.wrap-search-icon .search-input .btn-search {
    position: absolute;
    right: 60px;
    border: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;

    padding: 2px 12px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 1px 2px 5px -2px #333;
    box-shadow: 1px 2px 5px -2px #333;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'MontserratBold';
    margin: 0;
}

.btn-search:hover, .btn-search:focus, .btn-search:active {
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: 1px 2px 4px -2px #333;
    box-shadow: 1px 2px 4px -2px #333;
}


.wrap-search-icon .close-wrap {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#my-menu .item-busket .busket-img-counter.active {
    bottom: auto;
    right: -30px;
    width: 19px;
    height: 20px;
    padding: inherit;
    text-align: center;
    line-height: 1.3;

    width: 21px;
    height: 21px;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
}

.mm-panels, .mm-navbar, .mm-panel {
    background: #192027;
}

a.mm-listitem__text {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.menu-contact-title {
    border-bottom: transparent;
    font-weight: 600;
    padding: 10px 0px;
    padding-bottom: 0;
}

.menu-tel, .menu-address, .menu-mail {
    border: transparent;
}

.mm-listitem:after {
    left: 0px;
}

.menu-tel span, .menu-address span, .menu-mail span {
    padding-left: 7px;
    text-decoration: underline;
}

.active-li {
    border-left: 3px solid #ff633f;
    background-color: #8686860d;
}

.item-team-phone, .item-team-mail {
    display: none;
    line-height: 1.3;
    color: #192027;
    text-align: center;
}

.item-team-phone a, .item-team-mail a {
    color: #192027;
}

.sklad-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 14px;
}

.ul-contacts {
    padding-left: 0;
    margin-top: 45px;
    list-style: none;
}

.ul-contacts li {
    margin: 6px 0;
}

.header__true {
    position: fixed;
    top: -80px;
    z-index: 2;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    display: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin: 0 auto;
}

.header-desctop-fixed {
    background-color: #fff;
    -webkit-box-shadow: #b9b9b966 0px 2px 8px;
    box-shadow: #b9b9b966 0px 2px 8px;
    z-index: 100;
}

.header-desctop-fixed .header_wrap {
    padding: 8px 0;
}


.layers {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.slide-title.layers {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    /* animation-delay: 2s; */
    opacity: 0;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    will-change: transform, opacity;
}

.layers-1 {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.layers-2 {
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.layers-3 {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.layers, .layers-1, .layers-2, .layers-3 {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.anim-paused-on {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.swiper-slide-active .slide-title.animate__fadeInUp {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.12, 0.32);
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.12, 0.32);
}


.layers-slide-1-img-1, .layers-slide-1-img-2 {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    opacity: 0;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    will-change: transform, opacity;
}

.layers-slide-1-img-2 {
    text-align: left;
}

.layers-slide-1-img-1 {
    text-align: right;
}

.layers-slide-1-img-1 img, .layers-slide-1-img-2 img {
    max-width: 80%;
}

/*  */
.layers-slide-2-img-1, .layers-slide-2-img-2 {
    position: absolute;
    bottom: -2px;
    /* transform: translateY(-50%); */
    max-width: 100%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.layers-slide-2-img-2 {
    text-align: left;
}

.layers-slide-2-img-1 {
    text-align: right;
    margin-left: 270px;
}

.layers-slide-2-img-1 img, .layers-slide-2-img-2 img {
    max-width: 80%;
}

.layers-slide-2-img-3 {
    margin-bottom: 110px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.swiper-slide.swiper-slide-active .layers.anim-paused:not(.anim-paused-on) {
    opacity: 1;
}


.wrap-text {
    padding: 3rem 0;
}

.smart-filter-angles {
    font-family: 'MontserratHairline';
    font-size: 24px;
    line-height: 14px;
}

.smart-filter-angles::after, .smart-filter-angles::before {
    content: none;
}

.smart-filter-parameters-box-title-text {
    color: #192027;
    font-size: 14px;
    text-transform: uppercase;
}

.smart-filter-parameters-box {
    margin-right: 18px;
}

.smart-filter-slider-price-bar-v {
    background: #ff633f;
}

.smart-filter-slider-price-bar-vn {
    background: #ffd0c5;
}


/*  */
.tabs-container {
    /* max-width: 1000px;
    margin: 50px auto;
    padding: 25px; */
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.smart-filter-button-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smart-filter-input-group-checkbox-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs li:not(:last-child) {
    /* margin-right: 7px; */
}

.tabs li a {
    display: block;
    padding: 10px 25px;
    /* border-radius: 2px 2px 0 0; */
    background: white;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #192027;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.tabs li a span {
    font-family: 'MontserratHairline';
    font-size: 24px;
    line-height: 14px;
    vertical-align: text-top;
}

.tabs li a:hover {
}

.tabs li a:hover {
    -webkit-box-shadow: inset 0px 1px 0px 1px #23232324, 0px 5px 0px -1px #ffffff00;
    box-shadow: inset 0px 1px 0px 1px #23232324, 0px 5px 0px -1px #ffffff00;
    position: relative;
    z-index: 4;
}

.tabs li.active a {
    -webkit-box-shadow: inset 0px 1px 0px 1px #23232396, 0px 5px 0px -1px #ffffff;
    box-shadow: inset 0px 1px 0px 1px #23232396, 0px 5px 0px -1px #ffffff;
    position: relative;
    z-index: 4;
}

.tabs li a .plus {
    display: inline-block;
}

.tabs li a .minus {
    display: none;
}

.tabs li.active a .plus {
    display: none;
}

.tabs li.active a .minus {
    display: inline-block;
    text-shadow: 0 0 black;
}

.tabs-content {
    position: absolute;
    z-index: 2;
    /* border-radius: 0 4px 4px 4px; */
    background: white;
    width: 100vw;
    left: 50%;
    overflow: hidden;
    max-width: 100vw;
    -webkit-box-shadow: 0 3px 5px -2px #333, inset 0 2px 2px -1px #23232396;
    box-shadow: 0 3px 5px -2px #333, inset 0 2px 2px -1px #23232396;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 2px;
}

.tabs-panel {
    display: none;
    padding: 15px 0;
}

.tabs-panel .smart-filter-input-group-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-panel .smart-filter-slider-track-container {
    min-width: 170px;
}

.tabs-panel .min-price.form-control, .tabs-panel .max-price.form-control {
    max-width: 90px;
}

.tabs-panel .smart-filter-input-group-checkbox-list {
    margin-right: 20px;
}

.tabs-panel .form-check-label {
    margin-left: 20px;
}

.b-catalog .smart-filter-popup-result {
    /* border: 1px solid #ff633f; */
    border: 0;
    border-radius: 10px;
    padding: 2px 14px;

    /* display: none !important; */
    display: block !important;
    margin: 0;
    padding: 0;
}

.b-catalog .smart-filter-popup-result a {
    color: #333;
    line-height: 1.5;
}

.b-catalog .smart-filter-popup-result a:hover {
    color: #fff;
}

.b-catalog .smart-filter-popup-result #modef_num {
    display: none !important;
}

.btn-filter-succes {
    border-radius: 20px;
    padding: 2px 20px;
    background: transparent;
    color: #333;
    border-color: #333;
    /* display: none; */
}

input.btn-filter-succes {
    display: none;
}

.btn-filter-succes:hover {
    color: #fff;
    background-color: #ff633f;
    border-color: #ff633f;
}

.smart-filter-slider-handle {
    border: 7px solid #ff633f;
}

.product-item-image-original {
    z-index: 1;
}

.tabs-panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.open-form {
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #FBFBFB !important;
    background: #FF633F;
    border: 3px solid #FF633F;
    border-radius: 38px;
    width: fit-content;
    padding: 13px 60px;
    text-shadow: none;
    cursor: pointer;
    transition: all .3s;
}

.open-form:hover {
    color: #FF633F !important;
    background: #FBFBFB;
    transition: all .3s;
}

.first-title {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 150%;
    color: #212529;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-shadow: none;
}

.third-title {
    margin-bottom: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #212529;
    text-shadow: none;
}

.termo-image .row.wrap-slide,
.pilomaterialy-tkan .row.wrap-slide {
    margin: 0 !important;
}

@media all and (min-width: 1471px) {
    .termo-image .third-title,
    .pilomaterialy-tkan .third-title {
        width: 43%;
    }
}

@media all and (max-width: 1870px) {
    .pilomaterialy-tkan.stretch-plenka-block {
        background-position-x: 200% !important;
    }
}
@media all and (max-width: 1700px) {
    .pilomaterialy-tkan.stretch-plenka-block {
        background-position-x: calc(100% + 390px) !important;
    }
}
@media all and (max-width: 1660px) {
    .pilomaterialy-tkan .container-slider-photo-wrap,
    .termo-image .container-slider-photo-wrap {
        min-height: 400px !important;
    }
}


@media all and (max-width: 1470px) {
    .termo-image .container-slider-photo-wrap .wrap-slide .col-lg-12,
    .pilomaterialy-tkan .container-slider-photo-wrap .wrap-slide .col-lg-12 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .open-form {
        text-align: center;
    }
}

@media all and (max-width: 1280px) {
    .termo-image {
        background-position: 150% !important;
    }

    .pilomaterialy-tkan:not(.stretch-plenka-block) {
        background-position: 65% !important;
    }
}

@media all and (max-width: 1100px) {
    .termo-image {
        background-position: 230% !important;
    }

    .termo-image .container-slider-photo-wrap .wrap-slide .col-lg-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media all and (max-width: 1260px) {
    .pilomaterialy-tkan.stretch-plenka-block {
        background-size: cover !important;
    }
}

@media all and (max-width: 1060px) {
    .termo-image {
        background-position: right !important;
    }

    .pilomaterialy-tkan:not(.stretch-plenka-block) {
        background-position: 100% !important;
    }

    .pilomaterialy-tkan.stretch-plenka-block {
        background-position: center !important;
    }

    .termo-image .container-slider-photo-wrap .wrap-slide .col-lg-12,
    .pilomaterialy-tkan .container-slider-photo-wrap .wrap-slide .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .termo-image .container-slider-photo-wrap,
    .pilomaterialy-tkan .container-slider-photo-wrap {
        min-height: 500px !important;
    }

    .termo-image .container-slider-photo-wrap .wrap-slide {
        justify-content: center;
    }

    .open-form {
        margin: 0 auto;
    }

    .first-title,
    .third-title {
        color: #fff !important;
        text-shadow: 2px 2px 5px #000;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    .termo-image {
        background-size: cover !important;
    }
}

@media screen and (max-width: 600px) {
    .termo-image {
        background-position: 26% !important;
    }

    .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs li {
        width: 100%;
    }

    .tabs li:not(:last-child) {
        margin-right: 0;
    }

    .tabs li a {
        border-radius: 0;
        opacity: 1;
        top: 0;
    }

    .tabs-content {
        border-radius: 0;
    }

    .tabs li.active a {
        -webkit-box-shadow: -4px -1px 0px -1px #ff633f, inset 0px 5px 0px -1px #ffffff;
        box-shadow: -4px -1px 0px -1px #ff633f, inset 0px 5px 0px -1px #ffffff;
    }

    .tabs-panel .smart-filter-input-group-number {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* .tabs li a .plus {
        display: none;
    }
    .tabs li.active a .minus {
        display: inline-block;
    } */
}

/*  */


/*  */
.smart-filter-input-group-checkbox-list input[type="checkbox"] {
    display: none;
}

.smart-filter-input-group-checkbox-list label {
    color: #212529;
    cursor: default;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
}

.smart-filter-input-group-checkbox-list label:before {
    content: " ";
    color: #212529e8;
    display: inline-block;
    font: 15px/17px 'Montserrat';
    margin-right: 15px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #e3e3e3;
    -o-border-image: initial;
    border-image: initial;
    vertical-align: middle;
}

.smart-filter-input-group-checkbox-list input:checked + label:before {
    content: "✓";
}

.smart-filter-input-group-checkbox-list input:disabled + label:before {
    background: #eee;
    color: #aaa;
}

/*  */


.product-item-wrap-prices {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item-fancy-link {
    display: block;
    height: 100%;
}

.product-item-image-wrapper {
    /* height: 100%; */
    /* width: 100%; */
    padding-top: 0;
}

.another_catalog .product-item-image-wrapper {
    height: 100%;
}

.product-item-amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__fixed-mobile {
    position: fixed;
    top: -80px;
    z-index: 10;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    display: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin: 0 auto;
}


@media (max-width: 880px) {
    .slide-title, .btn-slider {
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
    }

    .smart-filter-button-box {
        position: absolute;
        right: auto;
        top: auto;
        /* left: 50%; */
        bottom: 5px;
        /* transform: translateX(-50%); */
        text-align: center;
        width: 100%;
    }

    .tabs-panel.active {
        padding-bottom: 35px;
    }

    .wrap-b-order {
        margin-top: 20px;
    }

    .wrap-slide .animate__animated {
        display: none;
    }

    .header__true {
        display: none !important;
    }

    .sklad-text {
        font-size: 14px;
    }

    .item-team-b-img img {
        max-width: 60%;
        margin: 0 auto;
        display: block;
    }

    .item-team-position {
        color: #909090;
    }

    .item-team-phone, .item-team-mail {
        display: block;
    }

    .header-desctop {
        display: none;
    }

    .mobile-header-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
    }

    .wrap-company-advantage {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        margin: 3rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;


        display: -webkit-box;


        display: -ms-flexbox;


        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .advantage-item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .btn-added-busket {
        max-width: 90%;
    }

    .sect-wrap-advantage {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 35px;
        text-align: center;
        padding: 3rem 0 2rem;
    }

    .modal-box {
        max-width: 95%;
        width: 100%;
    }

    .nav_cat_menu .topmenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .slider-main .swiper-slide {
        padding: 1rem 0;
        min-height: 350px;
        height: auto;
    }

    .slider-tkan .swiper-slide {
        padding: 1rem 0;
        min-height: 350px;
        height: auto;
    }

    .slider-tkan .col-lg-7 {
        padding: 1rem 0;
    }

    .slider-main .swiper-wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .main_menu-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav_cat_menu .submenu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: auto;
        -o-transition: auto;
        transition: auto;
    }

    .nav_cat_menu .submenu .submenu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        -webkit-transition: auto;
        -o-transition: auto;
        transition: auto;
    }

    .nav_cat_menu .submenu .submenu .catalog_menu-wrap-link a {
        padding-left: 55px;
    }

    .nav_cat_menu li:hover > .submenu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .DEPTH_LEVEL_1 > .submenu > li:last-of-type > div > a, .DEPTH_LEVEL_1 > .submenu > li:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .nav_cat_menu .topmenu > li {
        text-align: left;
        border-left: none;
        border-bottom: 1px solid #616161;
    }

    .nav_cat_menu .topmenu > li > div > a {
        padding: 8px 18px;
        margin: 0;
    }

    .mobile-menu-arrow {
        display: block;
    }

    .nav_cat_menu .submenu li a {
        padding-left: 35px;
    }

    .js-search {
        margin: 0 auto !important;
    }

    .nav_cat_menu .topmenu > li.li-search {
        padding: 5px 0;
        text-align: center;
    }

    #header .logo {
        text-align: center;
    }

    .wrap-v-center {
        padding-top: 8px;
        text-align: center;
    }

    .swiper-button-prev {
        left: 10px !important;
    }

    .swiper-button-next {
        right: 10px !important;
    }

    .wrap-clients {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer_menu-item {
        text-align: left;
    }

    .footer_main_menu .footer_menu-item {
        text-align: center;
    }

    .catalog-title-h1-link {
        padding-left: 0;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        margin-right: 4px;
    }

    .item-advantage-title {
        padding-top: 55px;
    }

    .wrap-consult {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .b-consult-img {
        text-align: center;
    }

    .footer {
        padding-top: 1rem;
    }

    .b_sections-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .b_sections-item-title {
        word-break: break-word;
    }

    .product-item-wrap {
        padding: 1rem;
    }

    .another_catalog .product-item-wrap {
        padding: 2rem 0;
    }

    .bx-touch .product-item {
        padding: 15px 20px 0;
    }

    .product-item-amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .busket-item-b-price {
        text-align: left;
        padding-bottom: 10px;
    }

    .busket-item-btn-trash {
        bottom: 22px;
        top: auto;
        right: 44%;
        transform: translateX(50%);
    }

    .form-title {
        line-height: 1.2;
    }

    .full_order {
        padding: 18px 24px 24px;
    }

    .full_order .fancybox-close-small {
        display: block;
    }

    .wrap-team {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 35px 25px;
    }

    .item-team {
        border: 1px solid #cacacab3;
        border-radius: 30px;
        padding: 15px 0;
    }

    .search-input .search-suggest {
        max-width: 100%;
        min-width: auto;
        width: 100%;
    }

    .header-search-form {
        width: 100%;
    }

    .another-prop {
        border-bottom: 1px solid #E0E0E0;
        border-top: 1px solid #E0E0E0;
        padding: 7px 0;
    }

    .another-prop:first-of-type {
        border-bottom: 1px solid #E0E0E0;
        border-top: 2px solid #E0E0E0;
    }

    .another_catalog .prop-btn .btn {
        margin: 8px auto;
        width: 100%;
    }

    .another_catalog .subtext-small {
        font-size: 14px;
        margin: 5px auto 0;
    }

    .another-prop .prop-border-bottom .product-item-info-container {
        width: 100%;
        margin-bottom: 0;
    }

    .another-prop .prop-border-bottom {
        border-bottom: 0;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        content: '';
        width: 28px;
        background-repeat: no-repeat;
        background-position: center;
        height: 28px;
        background-size: contain;
    }

    .slide-section:hover .slide-link {
        background-color: transparent;
    }

    .slider-catalog .slide-link {
        padding: 0;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        opacity: 1;
        background-color: transparent;
    }

    .slider-catalog .slide-section-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0px;
        opacity: 1;
        background-color: #333333cf;
        color: #fff;
        margin: 10px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .b_sections-item {
        padding: 5px 9px;
        -webkit-box-shadow: 0px 1px 9px -4px #333;
        box-shadow: 0px 1px 9px -4px #333;
        border-radius: 30px;
        overflow: hidden;
        border: 0;
    }

    .mm-listitem__text {
        white-space: initial;
    }

    #header {
        padding-top: 50px;
    }

    .product-item.product-custom-item .property {
        height: auto;
    }

    .product-custom-item--sale {
        display: block !important;
    }
}


@media (min-width: 880px) {
    .header__fixed-mobile {
        display: none !important;
    }
}

.contacts-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 768px) {
    .contacts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .termo-image {
        background-position: 41% !important;
    }
    
    .slider-main .first-title,
    .slider-main .char-i{
        font-size: 21px !important;
        line-height: 130% !important;
    }
    .slider-main .swiper-slide {
        padding: 18rem 0 0;
    }
    .slider-main .container-slider-photo-wrap .container-slider-photo {
        background: #fff;
        padding: 20px 40px;
        border-radius: 20px;
        box-shadow: 0 0 30px -13px;
    }
    .slider-main .wrap-slide {
        justify-content: center;
    }
    .slider-main .list-pp {
        font-size: 15px;
    }
    .slider-main .slide-text * {
        width: fit-content !important;
    }
    .slider-main .slide-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider-main .third-title {
        font-size: 15px !important;
        line-height: 130% !important;
        margin-bottom: 35px;
    }
    
    .open-form {
        padding: 13px 15px;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 500px) {
    .slider-main .container-slider-photo-wrap .container-slider-photo {
        padding: 20px 25px;
    }
    .slider-main .first-title,
    .slider-main .char-i {
        font-size: 14px !important;
    }
    .slider-main .flex-row-block {
        flex-direction: column;
        align-items: center !important;
    }
    .slider-main .char-i {
        left: 0 !important;
        margin: 0;
    }
    .slider-main .list-pp {
        margin-top: 10px !important;
        margin-bottom: 0;
        font-size: 14px !important;
    }
.list-pp li::before {
left: -25px !important;
}
.slide-text.tkan-pp .first-title {
    max-width: 600px;
    text-align: center;
    margin: 20px auto !important;
    padding: 0px 0 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none;
    color: #212529 !important;
    font-family: 'Montserrat';
    font-weight: 500;
}
}
@media (max-width: 1180px) {
    .main_menu-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn-order {
        margin: 8px auto 4px;
        display: block;
        width: 100%;
    }
}

@media (min-width: 769px) {
    [data-role="sliderMain"] .wrap-slide {
        padding: 25px 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .phone-header {
        font-size: 16px;
    }

    .nav_cat_menu .topmenu > li > div > a {
        padding: 5px 0px;
        font-size: 14px;
        line-height: 1.2;
    }

    .header-desctop-fixed {
        line-height: 1.2;
    }

    .product-item-detail-price {
        font-size: 22px;
    }

    .btn-item-order {
        width: 100%;
        margin-top: 20px;
    }

    .product-item-detail-pay-block {
        padding: 15px;
    }

    .btn-item-order-model {
        padding: 4px 0px;
    }

    .product-item-info-container {
        margin-bottom: 0;
    }
}

/*07.22 UPD*/

#my-page .b-company .swiper-slide .slide-section-title {
    font-size: 14px;
}

#my-page .b-company .main-catalog .main-catalog-title {
    font-size: 14px;
}

#my-page .b-company .main-catalog-button {
    padding: 10px 30px;
    color: #fff;
    background-color: #ff633f;
    -webkit-box-shadow: 2px 3px 7px #333;
    box-shadow: 2px 3px 7px #333;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 30px 0;
    text-shadow: none;
}

/* 15.11.22 upd */
#js-form-profit-popup .form-profit-popup-title {
    font-size: 24px;
    font-weight: 600;
}

#js-form-profit-popup .form-profit-popup-text {
    font-size: 16px;
    margin: 30px 0;
}

@media (max-width: 880px) {
    #js-form-profit-popup .form-profit-popup-text {
        margin: 15px 0;
    }
}

@media (max-width: 550px) {
    #js-form-profit-popup .form-profit-popup-title {
        font-size: 20px;
    }

    #js-form-profit-popup .form-profit-popup-text {
        font-size: 15px;
    }

    #js-form-profit-popup {
        font-size: 15px;
    }
}