a {color:#979797;}
img {max-width: 100%;}
svg {
    fill: #333;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}
a:not(.header__social-link):focus,
a:not(.header__social-link):active {
    outline:none;
    box-shadow:none!important;
}
a:hover,
.footer-nav__item .nav-link:hover,
.footer-nav__item .nav-link:focus {color: #8fa558;}
input:focus {
    outline: none;
    /*border: none;*/
    box-shadow: none!important;
    border-bottom-color: transparent;
}
.main-logo {
    max-width: 235px;
    height: 47px;
    display: none;
}
.logo-foo {height: 50px;}
.btn.bg-default {
    background-color: #b0b000;
    color: #fff;
}
body:not(.show-dropdown):not(.f-nav) header.index .main-logo.tr,
body:not(.show-dropdown):not(.f-nav) header.catalog .main-logo.tr {
    display: initial;
}

body.f-nav .main-logo.tr,
body.show-dropdown .main-logo.tr {display: none;}

body.f-nav .main-logo.wh,
body.show-dropdown .main-logo.wh,
header:not(.index):not(.catalog) .main-logo.wh {display: initial;}

.scroll-block::-webkit-scrollbar {
    width: 3px; /* ширина полосы прокрутки */
}

.scroll-block::-webkit-scrollbar-track {
    background: #d5d5d5; /* цвет фона трека */
    width: 3px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: #99ae5d; /* цвет бегунка */
    border-radius: 10px; /* скругление бегунка */
    border: 2px solid #8da159; /* отступ вокруг бегунка */
}
.scroll-block::-webkit-scrollbar-thumb:hover {
    background: #99ae5d; /* цвет бегунка при наведении */
}

section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.top-menu {
    /*display: flex;
    justify-content: flex-start;*/
    align-items: center;
    height: 100%;
}

.top-menu .nav-link {font-size: 12px;opacity: .75;}
.top-menu .nav-link:hover {opacity: 1;}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
/****************/
.icon-mobile-only, .text_mobile_only,
.text_mobile_only {display:none;}
.header {background-color: rgba(255, 255, 255, 0.07);}
body.f-nav .header {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .87);
    color: #333;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 2px 22px -4px rgba(0, 0, 0, 0.3);
}

.pre-header {border-bottom: 1px solid rgba(255, 255, 255, .1);}
header:not(.index) .pre-header {
    border-bottom: 1px solid rgba(170, 170, 170, .4);
}
.pre-header a {color:#333;}

header:not(.index):not(.catalog) {height: 134px;padding-top: 15vh;height: 129px;padding-top: 14vh;background-color:#fff;}
header:not(.index):not(.catalog) .header {background-color:#fff;}
header:not(.index):not(.catalog) .navbar-brand,
header:not(.index):not(.catalog) .nav-link {color: #333;}
.header__social-link svg, .main-sidebar__box svg, .main-sidebar__holder svg {
    fill: #333;
}

.header.fixed-top {width: 100vw;}
header .bg--transparent {background-color: #fff;}
header.index .bg--transparent,
header.catalog .bg--transparent {background-color: transparent;}
header.index .pre-header a,
header.catalog .pre-header a {color:#fff;}
.header__languages .dropdown-menu {min-width: auto;}
header .pre-header .header__languages .nav-link {
    padding: 0.5rem 1rem;
    /*color:#6b874c;color:#779a4c;color:#a9a9a9;*/
}
header .pre-header .header__languages li .nav-link {
    color:#333;
}
header .pre-header .header__languages .nav-link.active {
    color:#6b874c;
    color:#779a4c;
    color:#a9a9a9;
    color:#85b34d;
}
header .pre-header .header__languages .dropdown-toggle::after {content:none;}

.main-sidebar__box {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.right-side>a {
    margin-left: 18px;
    text-decoration: none;
    border-bottom: 0;
}
.header__social-item {
    margin-right: 1rem;
}

.header__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid;
}

header.catalog .header__social-link,
header.index .header__social-link {border-color: rgba(196, 196, 196, .3);}
header.catalog .header__social-link svg,
header.index .header__social-link svg,
header.catalog .main-sidebar__box svg,
header.index .main-sidebar__box svg,
header.catalog .main-sidebar__holder svg,
header.index .main-sidebar__holder svg {
    fill: #fff;
}
.main-sidebar__holder {
    position: relative;
}
.pre-header .main-sidebar__box {
    background: 0 0;
    border-top: 0;
    height: auto;
    font-size: 11px;
    color: #fff;
    position: relative;
    padding-top: 0.5rem;
}

body.f-nav .pre-header a,
body.f-nav .header .navbar-nav .nav-link,
body.f-nav .header .navbar-nav .nav-link,
body.show-dropdown .header .navbar-nav .nav-link,
body.f-nav .header .navbar-brand,
header:not(.index):not(.catalog) .header__tel-text,
body.f-nav .header .header__tel-text {color: #333;}
header:not(.index):not(.catalog) .header__tel-text,
body.f-nav .header .header__tel-text {line-height: 1;}

header:not(.index):not(.catalog) .header__social-link,
body.f-nav .pre-header .header__social-link {border-color: rgba(61, 61, 61, .3)}
body.f-nav .pre-header .header__social-link svg,
body.f-nav .pre-header .header__social-link svg symbol,
body.f-nav .pre-header .main-sidebar__box svg,
body.f-nav .pre-header .main-sidebar__holder svg,
body.f-nav .header__tel-message svg,
body.f-nav .pre-header .header__social-link svg path {fill:#858585;fill:#333;}
body.f-nav .header .navbar-nav .nav-link.active,
body.f-nav .header .navbar-nav .nav-link.show {
    color: #000;
}

body.show-dropdown .pre-header a,
/*body.show-dropdown .header .navbar-nav .nav-link,
body.show-dropdown .header .navbar-nav .nav-link,*/
header:not(.index):not(.catalog) .header__tel-text,
body.show-dropdown .header .navbar-brand,
body.show-dropdown .header .header__tel-text {color: #333;}
body.show-dropdown .header {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .87);
    color: #333;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 2px 22px -4px rgba(0, 0, 0, 0.3);
}
body.show-dropdown .pre-header .header__social-link {border-color: rgba(61, 61, 61, .3)}
body.show-dropdown .pre-header .header__social-link svg,
body.show-dropdown .pre-header .header__social-link svg symbol,
body.show-dropdown .pre-header .main-sidebar__box svg,
body.show-dropdown .pre-header .main-sidebar__holder svg,
body.show-dropdown .header__tel-message svg,
header:not(.index):not(.catalog) .header__tel-message svg,
body.show-dropdown .pre-header .header__social-link svg path {fill:#858585;fill:#333;}
body.show-dropdown .header .navbar-nav .nav-link.active,
body.show-dropdown .header .navbar-nav .nav-link.show {
    color: #000;
}
body header.index .navbar-nav .nav-link,
body header.catalog .navbar-nav .nav-link,
body .header .navbar-nav .down--menu-catalog .dropdown-menu .nav-link {
    color: rgba(255, 255, 255, .55);
    display: inline-block;
    width: auto;
}
body .header .navbar-nav .down--menu-catalog .dropdown-menu .nav-link {
    border-left: 1px solid #9f9f9f;
    border-left: 1px solid #595959;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: .75rem;
    font-size: 1rem;
}
body .header .navbar-nav .down--menu-catalog .dropdown-menu .nav-link:first-child {
    border-color: transparent;
}
body header.index .navbar-brand,
body header.catalog .navbar-brand,
body header.catalog .navbar-nav .nav-link.active,
body.show-dropdown header .navbar-nav .nav-link.dropdown-item.active,
body header.index .navbar-nav .nav-link.active {color: #fff;}

.main-sidebar__box.main-sidebar__box--basket.empty_basket {
    pointer-events: auto;
}
.main-sidebar__number {
    position: absolute;
    right: -7px;
    top: -7px;
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #6b874c;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    line-height: 15px;
}
.header__tel-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.header__tel-row {
    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: flex-start;
    margin-bottom: .3rem;
}
.header__tel-row:first-of-type {
    /*margin-bottom: 8px;*/
}
.header__tel {
    text-decoration: none;
    position: relative;
    margin-right: 1.2rem;
}
.header__tel-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.header__tel-text {
    font-weight: 400;
    font-size: 14px;
}
.header__social-title {
    position: absolute;
    top: calc(100% + 1rem);
    left: 200vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 0.75rem;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    text-align: center;
}
.header__social-title {
    z-index: 90;
}
.header__social-title {
    max-width: 120px;
    line-height: 136%;
    white-space: break-spaces;
}
.header__social-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1rem;
}
.header__social-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: .8rem solid #fff;
    bottom: 100%;
    left: 50%;
    margin-left: -.8rem;
}
.header__tel-message {
    position: relative;
    width: 2.8rem;
    height: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(196, 196, 196, .3);
}
.header__tel-message {
    position: relative;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    border: 0 solid rgba(196, 196, 196, .3);
}
.header__tel-message svg {
    fill: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.down--menu-catalog .dropdown-menu {
    transition: .3s ease-in-out;
}

.down--menu-catalog .dropdown-menu.show {
    display: flex;
    background-color: #3f3f3f;
    background-color: #808000;
    background-color: #657a2b;
    top: 82px;
    width: 100%;
    left: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    justify-content: space-evenly;
    justify-content: center;
}

header:not(.index):not(.catalog) .down--menu-catalog .dropdown-menu.show,
body.show-dropdown.f-nav header.catalog .down--menu-catalog .dropdown-menu.show,
body.f-nav .down--menu-catalog .dropdown-menu {top: 72px;top:100%;margin-top: 0;}
.down--menu-catalog.dropdown.nav-item {position: initial;}
.down--menu-catalog .dropdown-menu .nav-link:focus,
.down--menu-catalog .dropdown-menu .nav-link:hover {background: transparent;}
/****************/

.swiper {
    height: 100%;
}
.img-activities {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.img-bg {
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    display: flex;
}
.img-bg::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}


/*****************/
.heading__note {
    /*font-size: 1.75rem;*/
    max-width: 49rem;
    margin: 0 auto 5.5rem;
    text-align: center;
    line-height: 2.4rem;
    line-height: 125%;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.product-thumb {
    margin-bottom: 4rem;
    border: 1px solid #eee;
    border: 1px solid #b3b3b3;
    border-radius: 7px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.product-thumb__favorite {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    max-width: 60px;
    height: 6rem;
    max-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.product-thumb__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.3rem;
    padding-bottom: 1rem;
    min-height: 22.2rem;
    min-height: 20.2rem;
    min-height: 15.2rem;
}
.product-thumb__image {
    margin-bottom: 1.5rem;
    margin-bottom: .5rem;
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
    display: grid;
    overflow: hidden;
    height: 230px;
    place-items: center;
}
.slick-slider a {
    outline: 0;
}
.product-thumb__image>img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-thumb__hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.additional-slider__item {
    padding: 0 1rem;
}
.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide>div {
    width: 100%;
}
.slick-track .slidder .product-thumb {
    padding-left: 10px;
    padding-right: 10px;
}
.product-thumb__labels {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    gap: 2px;
    align-items: center;
}
.product-thumb__label {
    /*position: absolute;
    left: 18px;*/
    background-color: #f3f3f3;
    line-height: 23px;
    font-size: 12px;
    padding: 0 .5rem;
    max-width: 6rem;
    z-index: 1;
}
.product-thumb__label:first-child {
    top: 18px;
}
.product-thumb__label.hit {
    background: #fbca1b;
    font-weight: 500;
}
.product-thumb__label.new {
    background: #6091c8;
    background: #2764ac;
    color: #fff;
}
.product-thumb__label.stock {
    background: #e53580;
    background: #e63839;
    color: #fff;
}
.product-thumb__label.free {
    background: transparent;
    padding: 0 2px;
}
.product-thumb__title {
    font-size: 1.24rem;
    /*font-family: Angelica;*/
    margin-bottom: 1rem;
    text-decoration: none;
    color: #333;
    color: #a3a300;
    color: #9aae69;
    color: #6f833e;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
}
.product-thumb__price {
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.product-thumb__price--old {
    text-decoration: line-through;
    font-size: 11px;
    margin-right: 10px;
    opacity: .8;
    line-height: 1;
}
.product-thumb__price--new {
    color: red;
}
.product-thumb__btn {
    border-top: 1px solid #eee;
}
.product-thumb__btn > .btn {
    display:block;
}
/*****************/

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.heading {
    /*font-family: Angelica;*/
    font-size: 2.5rem;
}
.heading__wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    margin-bottom: 1rem;
}
.section-related .heading__wrapper {
    margin-bottom: 60px;
}
.heading__wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 3rem;
    border-bottom: 1px solid #d9d9d9;
}
.heading__wrapper .heading {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 5rem;
    margin-bottom: 0;
}
.info-section {
    background-repeat: no-repeat;
    background-position: 90% 50%;
    height: 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-section__box {
    max-width: 28.75rem;
}
.info-section h2 {
    /*font-family: Angelica;
    margin: 0 0 3rem;
    font-size: 4rem;
    font-weight: 500;*/
}

.info-section__text {
    height: 9rem;
    height: 100%;
    overflow-y: scroll;
    overflow-y: initial;
    padding-right: 1.25rem;
    line-height: 180%;
    /*font-size: 14px;*/
}

.info-section__text h3,
.info-section__text .h3 {
    font-size: 1.15rem;
}
.info-section__text h2,
.info-section__text .h2 {
    font-size: 1.25rem;
}

/*.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}*/
.text {
    /*font-size: 1.75rem;
    line-height: 3rem;*/
}
.text p {
    /*margin: 0 0 2.5rem;*/
    -webkit-touch-callout: none;
}
.text ul {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}
.text ul li {
    padding-left: 1rem;
    margin-top: 1rem;
    position: relative;
}
.text ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: .6rem;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
}
.news-thumb {
    margin-bottom: 5rem;
    margin-bottom: 2rem;
}
.news-thumb__image {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}
.news-thumb__image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .3s ease-in-out;
    transition: transform .2s ease-in-out, opacity .3s ease-in-out, -webkit-transform .2s ease-in-out;
    height: auto;
}
.news-thumb__title {
    text-decoration: none;
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
    line-height: 125%;
    color: #333;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 500;
}
.news-thumb__text {
    /*line-height: 2.4rem;*/
    max-height: 8rem;
    overflow: hidden;
    /*font-size: 1.75rem;*/
    font-size: 14px;
}
.news-thumb__text p {
    margin: 0;
    /*font-weight: 300;*/
}
.news-thumb__date {
    background-color: #f4f4fa;
    text-decoration: none;
    color: #333;
    display: none !important;
    position: absolute;
    padding: 0 1.7rem;
    line-height: 3.4rem;
    top: 51px;
    left: -34px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
}
.news-thumb__btn {
    margin-top: 1rem;
    text-align: center;
}
.btn-link {
    color: #333;
    color: #a3a300;
    color: #6b874c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 3px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.btn-link:hover {
    color: #9aae69;
}

.question-form__wrap {
    padding: 0 11rem;
}
.question-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.question-form__col {
    width: 34rem;
}
.question-form__col--btn {
    width: 19.7rem;
}
.form-input {
    position: relative;
    height: 47px;
}
.input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    color: #333;
    padding: 15px 5px;
    padding-bottom: 7px;
    height: 47px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-input .label,
.form--input .label {
    font-size: 12px;
    color: #b2b2b2;
    -webkit-transition: font-size .2s ease-in-out, top .2s ease-in-out;
    transition: font-size .2s ease-in-out, top .2s ease-in-out;
}
.form-input .label {
    position: absolute;
    left: 5px;
    top: 18px;
}
.form-input::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #ab7225;
    border-bottom: 1px solid #6b874c;
    content: '';
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.form-input.active::after {
    width: 100%;
}
.form-input.active .input[type=tel] {
    color: #333;
}
.form-input.active .label {
    font-size: 10px;
    top: 0;
}
.form-btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #333;
    color: #343740;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    line-height: 43px;
    line-height: 33px;
    font-weight: 500;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    font-family: /*Montserrat,*/ sans-serif;
}
.search--form-wrapper .form-btn {
    line-height: 22px;
}

.footer {
    position: relative;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
    line-height: 1;
}
.footer::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.footer-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem 0;
    font-weight: 500;
}
.footer-top__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-top__col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer-top__title {
    font-size: 12px;
    color: grey;
    margin-right: 1rem;
}
.footer-top__link {
    text-decoration: none;
    color: #fff;
}
.footer-top__logo {
    margin: 0 14rem;
}
.loader__logo {
    fill: #fff;
}
.footer-middle {
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    padding-top: 2.5rem;
}
.footer-middle__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*.footer-col {
    width: 25%;
    padding-right: 10px;
}*/
.footer-nav__wrap {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.footer-nav__title {
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav__item {
    color: #fff;
    text-decoration: none;
    margin-top: 1rem;
    font-size: 12px;
    font-size: 10px;
    line-height: 150%;
}
.footer-nav__item:first-child {
    margin-top: 0;
}
.footer-nav__link {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    padding: 0;
}
.footer-nav__item a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
    padding: 1.25rem 0;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.footer-bottom__wrap {
    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;
}
.devs {
    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;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    width: 220px;
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials__link {
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    position: relative;
    margin-left: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.socials__link:first-child {
    margin-left: 0
}

.socials__link:first-child::before {
    display: none
}
.socials__link::before {
    position: absolute;
    content: '/';
    left: -10px;
    top: 2px;
    pointer-events: none;
}
.footer__copy-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-right: 3rem;*/
}
.footer__pay-item {
    margin-right: 1.3rem;
}
.footer-bottom__copy {
    text-align: right;
    text-transform: uppercase;
}
.cookies-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding: 1rem 2rem;
    /*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;
    box-shadow: 0 0 13px rgba(0, 0, 0, .45);
    transition: .6s cubic-bezier(0,1,.5,1);
    transform: translateY(100%);
}
.cookies-box__btn {
    background-color: #f1c40f;
    padding: 10px 20px;
    cursor: pointer;
}
.cookies-box.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-slider__holder, .project-slider__holder {
    position: relative;
}
.product-slider .product-slider__slide {
    position: relative;
}
.product-slider .product-slider__slide, .project-slider .project-slider__slide {
    text-align: center;
    outline: 0;
}
.product-slider__bottom, .project-slider__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
}
.product-slider__nav, .project-slider__nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    max-width: 580px;
}
.product-slider__dots, .project-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    outline: 0;
    width: 580px;

    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.product-slider__dot, .project-slider__dot {
    opacity: .6;
    cursor: pointer;
    text-align: center;
    margin: 0 8px;
}
.product-slider__dot img, .project-slider__dot img {
    border: 1px solid #dadada;
    width: auto;
    height: auto;
    vertical-align: top;
    display: initial;
}
.product-slider__bottom .slick-current .product-slider__dot, .project-slider__bottom .slick-current .project-slider__dot {
    opacity: 1;
}
.product-slider__arrow, .project-slider__arrow {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-slider__arrow--prev, .project-slider__arrow--prev {
    left: -50px;
}
.product-slider__arrow--next, .project-slider__arrow--next {
    right: -50px;
}
.product-slider__svg, .project-slider__svg {
    width: 22px;
    height: 4px;
}
.product-slider__wrap, .project-slider__wrap {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 1.4rem;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3rem;
    overflow: hidden;
}
.product-information__icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    padding: 10px;
}
.product-information__icon svg {
    width: 30px;
    height: 30px;
    position: relative;
}
.product-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
    /*margin-top: 5rem;*/
}
.product-btns__item {
    display: inline-flex;
    align-items: center;
    border-left: 1px solid #eee;
    padding-left: 1rem;
    margin-left: 1rem;
    max-width: 8rem;
    font-size: 11px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product-btns__item:hover svg,
.product-btns__item:hover {
    cursor: pointer;
    color: #a3a300;
    color: #9aae69;
    color: #6f833e;
    fill: #6f833e;
}
.product-btns__item:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.product-btns__item.disabled {
    opacity: .4;
    pointer-events: none;
}
.product-btns__item svg {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product-btns__title {
    margin-left: 1rem;
    max-width: 10rem;
}
.product-information__wrap {
    padding-left: 7px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.product-information__col {
    /*width: 50%;*/
    border-left: 1px solid #eee;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .7s ease-in-out, -webkit-transform .7s ease-in-out;
    transition: opacity .7s ease-in-out, -webkit-transform .7s ease-in-out;
    transition: opacity .7s ease-in-out, transform .7s ease-in-out;
    transition: opacity .7s ease-in-out, transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
}
.product-information__col.first-child {
    border: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.product-information.visible .product-information__col {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.product-information__box {
    max-width: 575px;
}
.product-information__thumb {
    text-align: center;
    position: relative;
    display: block;
}
.product-information__thumb img {
    width: auto;
    height: auto;
    vertical-align: top;
}
.product-price__wrap {
    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;
    margin-bottom: 1rem;
}
.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-price__new {
    font-size: 1.025rem;
    /*margin-right: 1.5rem;*/
    /*line-height: 1.4rem;*/
}
.product-sizes__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #ab7225;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
    border: 1px solid #ab7225;
    padding: 10px 20px;
}
.product-sizes__btn svg {
    margin-left: 6px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    fill: #ab7225;
    width: 24px;
    height: 10px;
}
.product-new-options__window {
    position: relative;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .75rem;
}
.product-new-options {
    margin-bottom: 3rem;
    margin-bottom: 0;
}
.product-new-options__row {
    border-bottom: 1px solid #a4a4a4;
}
.product-new-options__align {
    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;
    padding: 18px 20px 18px 9px;
    cursor: pointer;
}
.product-new-options__col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-new-options__title {
    min-width: 115px;
    font-weight: 600;
    color: grey;
    padding-right: 8px;
    font-size: 14px;
}
.product-new-options__value {
    max-width: 377px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.product-new-options__value {display:flex;align-items:center;}
.product-new-options__value img {width:40px;height:40px;}
.color-price-value, .title-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
}
.product-new-options__placeholder {
    font-weight: 400;
}
.product-new-options__quantity {
    font-size: 10px;
}
.product-new-options__arrow {
    margin-left: 20px;
    font-size: 6px;
}
.product-new-options__arrow svg {
    stroke: #7a7a7a;
    fill: transparent;
    width: 12px;
    height: 8px;
}
.product-new-options__box.active .product-new-options__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 8px;
    line-height: 1;
}
.product-new-options__box {
    background-color: #fff;
    border: 7px solid #f5f5f5;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    z-index: 2;
    display: none;
    overflow-y: auto;
}
.product-new-sizes__wrap {
    padding-left: 15px;
}
.product-new-options__box.active {
    display: block;
}
.product-new-options__img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
/**********************/
.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-price__new {
    font-size: 1.2rem;
    margin-right: 1.5rem;
}
.red,
.product-price__old+.product-price__new {
    color: red;
}
.product-price__old {
    text-decoration: line-through;
    font-size: 14px;
    color: #c2c2c2;
}
.product-price__old.val {font-size: 12px;}
.buy_block .product-price__old {
    font-size: 1.25rem;
}
/**********************/
.product-new-options__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-new-options__flex img {
    display: none;
}
.product-new-options__flex.active img {
    display: block;
}
.product-new-sizes__input {
    display: none;
}
.product-new-color__hidden {
    display: none;
}
.product-new-color__text {
    display: none;
}
.shipping-type-label,
.product-new-sizes__label {
    position: relative;
    padding-left: 4.7rem;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-new-sizes__row.has-img .product-new-sizes__label {
    padding-left:0;
    margin-right: 1rem;
}
.product-new-sizes__row.has-img .product-new-sizes__label .imgg {
    border: 1px solid transparent;
    width: 45px;
}
.shipping-type-label::before,
.product-new-sizes__row:not(.has-img) .product-new-sizes__label::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    border: 1px solid #c7c7c7;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.shipping-type-label::after,
.product-new-sizes__row:not(.has-img) .product-new-sizes__label::after {
    position: absolute;
    content: '';
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #7ab731;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.shipping-type-input:checked + .shipping-type-label::before,
.product-new-sizes__row:not(.has-img) .product-new-sizes__input:checked + .product-new-sizes__label::before {
    border-color: #99aa83;
}
.shipping-type-input:checked + .shipping-type-label::after,
.product-new-sizes__row:not(.has-img) .product-new-sizes__input:checked + .product-new-sizes__label::after {
    opacity: 1;
}
.product-new-sizes__row.has-img .product-new-sizes__input:checked + .product-new-sizes__label .imgg:hover {
    border-color: #548816;
}
.product-new-sizes__row.has-img .product-new-sizes__input:checked + .product-new-sizes__label .imgg {
    border-color: #7ab731;
}
.product-new-sizes__row {
    margin-top: 15px;
    font-size: 13px;
    line-height: 28px;
}
.product-new-sizes__row:first-child {
    margin-top: 0;
}
.product-new-color__input {
    display: none;
}
.product-new-color__row {
    margin-top: 20px;
}
.product-new-color__title {
    font-size: 15px;
    font-weight: 500;
    color: #999;
    margin-bottom: 12px;
}
.product-new-color__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-top: -17px;
}
.product-new-color__label {
    position: relative;
    display: block;
    cursor: pointer;
}
.product-new-color__item {
    margin-left: 17px;
    margin-top: 17px;
}
.product-new-color__label::after {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border: 5px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.product-new-color__input:checked+.product-new-color__label::after {
    opacity: 1;
}
.product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    align-items: center;
}
.product-bottom__title {
    font-size: 12px;
    margin-bottom: 1px;
}
.product-bottom__price {
    display: flex;
    font-weight: 500;
    font-size: 1.05rem;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
}
.product-bottom__btns {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.product-bottom__favorite {
    cursor: pointer;
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
}
.info-section {
    background-repeat: no-repeat;
    background-position: 90% 50%;
    height: 58rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-section--full {
    height: auto;
    padding: 2rem 0;
}
.offer-button .btn-default,
.offer-button .btn-default:focus,
.btn--buy,
.btn--buy:focus {background-color: #a3a300;color:#fff;}
.scroll-up {
    background: url(/images/arrow_up.svg) no-repeat center #829257;
    background-size: 55%;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 30px;
    position: fixed;
    bottom: 65px;
    right: -22px;
    transition: background-color .3s;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.scroll-up a {
    display: block;
    height: 100%;
}
.top-section {
    /*min-height: 330px;*/
    background-size: contain;
    background-position: top center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-top: 15rem;
    padding-bottom: 3rem;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.top-section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    background: linear-gradient(to bottom right, rgba(0, 0, 0, .69), rgba(0, 0, 0, .34));
    width: 100%;
    height: 100%;
}
.top-section .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.top-section h1 {
    color: #fff;
    position: relative;
    position: absolute;
    text-align: center;
    /*font-family: Angelica;
    font-size: 4.8rem;*/
    letter-spacing: 1px;
    font-weight: 400;
    /*margin: 4rem 0 0;*/
}
.top-section.blog,
.top-section.search {
    position: sticky;
    top: 1.75rem;
    z-index: 9;
    padding-bottom: 2rem;
}

.top-section.search {padding-top: 3.5rem;top: 7rem;}
.top-section.blog {padding-top: 8rem;}
.top-section.search::before,
.top-section.blog::before {
    content: none;

}
.top-section-img-bg {
    height: 411px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.top-section-img {
    height: 411px;
    display:none;
}
.top-section.search h1,
.top-section.blog h1 {
    color: #333;
}
h1 {
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}
.site-error h1 {
    text-align: left;
}
.product-thumb__favorite--icon {fill:#a3a3a3;}
.add-to-favorite:hover .product-thumb__favorite--icon {fill:#333;}

.product-thumb__favorite.active .product-thumb__favorite--icon {
    fill: #ab7225;
    stroke: #ab7225;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Скрываем стандартный чекбокс */
.custom-radio,
.custom-checkbox {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

/* Стили для кастомного чекбокса */
.checkbox-container label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    user-select: none;
    margin-bottom: 3px;
}

/* Создаем кастомный чекбокс */
.checkbox-container label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s ease;
}

/* Стили для состояния чекбокса при выборе */
.custom-checkbox:checked + label::before {
    border-color: #569300;
}
.checkbox-container:hover label::before {
    border-color: #659b25;
}
@keyframes checkmark {
    0% { height: 0; width: 0; opacity: 0; }
    100% { height: 10px; width: 5px; opacity: 1; }
}
@keyframes uncheckmark {
    0% { height: 10px; width: 5px; opacity: 1; }
    50% { height: 5px; width: 2.5px; opacity: 0.5; }
    100% { height: 0; width: 0; opacity: 0; }
}
.custom-checkbox:checked + label::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #7ab731;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    animation: checkmark 0.2s ease-in-out forwards;
}
.custom-checkbox:not(:checked) + label::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #7ab731;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    animation: uncheckmark 0.2s ease-in-out forwards;
}
li.active .custom-radio:checked + label {width: auto;min-width: 100%;max-width: 100%;}
.custom-radio:checked + label .shipping-title,
.custom-radio:checked + label .payment-title {font-weight: 600;}

.checkout-products__row {
    display: flex;
    padding-right: 3px;
}
.checkout-products__title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.checkout-textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    resize: none;
    padding: 5px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.product-page-qty {
    background: #fff;
    height: 39px;
    width: 39px;
    line-height: 39px;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.25rem;
}
.product-page-qty-input {
    height: auto;
    font-size: 1.75rem;
}
.checkout-products {}
.pro-wrapper {
    /*max-height: 370px;
    max-height: 23.1253rem;
    overflow-y: auto;
    min-width: 100%;*/
    /* overflow-x: hidden; */
    /*padding: 0 12px;*/
}
.checkout-product-main-row {border-bottom: 1px solid #ddd}
.checkout-products .checkout-products__info {padding-left: 7px;}
.checkout-products .sku {font-size: 12px;}
.checkout-products__note {
    margin-right: 5px;
}
.checkout-products__row--price {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.modal-cart-unit {
    /*align-self: self-end;*/
    text-align: left;
    flex: 1 1 auto;
    color: #afafaf;
}
.checkout-products__value--price {
    font-size: 16px;
    font-weight: 500;
    flex: 1 1 auto;
    justify-content: center;
    display: flex;
    font-size: 1.75rem;
}
.checkout-products--holder .checkout-product-price {
    font-weight: 500;
    font-size: 20px;
    font-size: 14px;
    text-align: right;
}
.product-main-row-count {font-size: 14px;color: #a5a5a5;text-align:right;}
.cart-property--row {
    /*display: flex;
    margin-bottom: .25rem;
    font-size: 12px;
    align-items: flex-start;*/
    margin-bottom: .25rem;
    font-size: 12px;
    display: grid;
    grid-template-columns: auto 1fr; /* Первая колонка подстроится под самый длинный текст */
    gap: 10px;
}
.cart-property--row:first-child {
    margin-top: .5rem;
}
.cart-property-name {color: #777;/*min-width: max-content;margin-right: 10px;*/white-space: nowrap;}
.cart-property-value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.checkout-products .sku span:first-child {color:#777;}
.checkout-products .product-price__old {margin-left: 3px;}
.checkout-products .sku span:last-child {color:#b3b3b3;}
.cart-product-count {
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    flex: 1;
    display: flex;
}
.cart-product-title {
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.btn-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: monospace;
    padding: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-page-qty:disabled {border:none;cursor: not-allowed;}
button.btn:disabled {opacity: .35;}
.product-page-qty:disabled:hover {cursor: not-allowed;}
.checkout-products--edit {
    background: #e7e7e7;
    margin-bottom: 7px;
    text-align: center;
    padding: 3px 0;
}
.edit-cart-link {
    display:block;
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}
.delete-cart-link svg {fill:#f00;fill:#939393;}

.checkout-products--edit:hover .edit-cart-link {
    color: #969696;
}
.checkout-product-info-wrapper {border-bottom: 1px solid #e1e1e1;padding-bottom: 7px;}

.add-comment {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted #333;
    font-size: 13px;
    padding-bottom: 1px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.Tgrwd {
    display: inline;
    outline: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}
.XqcMN {
    vertical-align: top;
}
svg.XqcMN {
    color: #ff4023;
}
.-ROQ5 {
    display: inline;
    line-height: 1.429em;
}
.HZ0cd {
    color: #ff4023;
}
li:not(.disabled) .row-label:hover {cursor: pointer;}
.shipping-list li .description-wrapper {
    transition: max-height 0.73s ease, opacity 0.73s ease;
    max-height: 500px;
    opacity: 1;
}
.payment-list li .description-wrapper .description,
.shipping-list li .description-wrapper .description {
    color: #acacbe;
    padding-left: 1.75rem;
}
.payment-list li.active .description-wrapper,
.shipping-list li.active .description-wrapper {
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}
.shipping-list li {
    transition: height 3s ease, opacity 3s ease;
}
.shipping-list li .shipping-params-wrapper {display:none;}
.shipping-list li.active .shipping-params-wrapper {
    display:block;
}
.shipping-list li.active .shipping-params-wrapper .params .params--list {
    padding: 1rem 1.5rem;
}

.product-thumb__favorite--close {
    fill: #cdcdcd;
}
p.error {
    color: red;
    font-size: 12px;
    line-height: 14px;
}
.hi {display:none;}
.line-height-1 {line-height: 1;}

.irs--modern .irs-min, .irs--modern .irs-max {
    background-color: #c3c8d3;
}
.irs--modern .irs-bar {
    background: #20b426;
    background: linear-gradient(to bottom, #70a62f 0%, #18891d 100%);
}
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
    background-color: #08b30f;
    color: #494949;
}
.article__thumb {
    margin-bottom: 1.75rem;
    /*position: relative;*/
    overflow: hidden;
    text-align: center;
}
.news-section__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.articles-list__thumb {display: block;}
.articles-list__title {
    text-decoration: none;
    margin-bottom: .25rem;
    margin-bottom: .5rem;
    color: #000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 1.05rem;
    font-size: 1rem;
    display: block;
    line-height: 110%;
}
.articles-list__note {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
    color: #575757;
}
.onli_param.blok .irs-hidden-input {display:none!important;}
.empty-cart {min-height: 29vh;}
.empty-cart h3 {color:#d7d7d7;}
.stickers {position:relative;}
.buy_block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 85px;*/
}
.dark-link {text-decoration:none;color:#6f833e;}
.description--wrapp {position:relative;}
.description--wrapp:after {
    content: '';
    display:block;
    position: absolute;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, transparent, #fff);
    background-image: linear-gradient(to bottom, transparent, #fff);
    width: 99%;
    height: 14px;
}
.description_wrapp {max-height: 16rem;overflow-y: scroll;overflow-y: auto;position:relative;}
.description_wrapp .description {
    font-size: 14px;
    line-height: normal;
    /*padding-bottom:7px;padding-top:7px;*/
    padding-right:7px;
    color: #797979;
    color: #616161;
}
.description_wrapp .description p {margin-bottom: 7px;}
.modal-title-grey {color: var(--bs-gray-500);}
.modal-img-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.change-property-wrapper {color: red;color:#a3a3a3;font-size: 13px;}
.change-property {color: #adadad;text-transform: lowercase;}
.cart-step-link {color:initial;text-decoration:none;}
.coupon-success,
.delivery-cost-wrapper {display:flex;}
.coupon-success .checkout-sum__value {color:green;}
.color-promo {color:#9b9b9b;}
.flex-1-1-auto {flex: 0 1 auto}
.popup-basket .cart-property-value {
    color: #81868b;
}
.has-error .select2-container--open .select2-selection, .has-error .select2-container--krajee-bs5.select2-container--focus .select2-selection {
    border-color: #dc3545;
    box-shadow: none;
}
select.is-invalid + .select2-container--krajee-bs5 .select2-selection--single,
select.is-invalid + .select2-container--krajee-bs5 > .selection > .select2-selection--single,
.has-error.select2-container--krajee-bs5 .select2-dropdown,
.has-error .select2-container--krajee-bs5 .select2-selection {
    border-color: #dc3545;
}

.shipping-name-label .invalid-feedback {
    margin-top: 0;
}
.link-agree {
    color: #8fa558;
    color: #979797;
}
.cart-login-link {
    color: #757575;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}
.site-error {min-height: 32.5vh;}

.tmpp-1 {
    background-size: contain;
    max-width: 100%;
    display: flex;
    flex-shrink: 1;
    height: 100%;
    min-height: 360px;
    background-repeat: no-repeat;
    background-position: center;
}
.ajax--loader {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    background: rgba(250, 250, 250, 0.4);
    background: rgba(75, 75, 75, 0.4);
    left: 0;
    width: 100%;
    height: 100%;
    /* min-height: 100px; */
    z-index: 99999999;
}
.ajax-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.slick-slide img {
    max-height: 600px;
    margin:auto;
}
.slidder img {
    max-height: 230px;
}
.slidder .product-thumb__title,
.product-block .product-thumb__title {
    min-height:60px;
}
.news-section__row .slidder .product-thumb__title {
    min-height: auto;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li.active a {
    background-color: #7ab731;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

.pagination li a {
    color: #7ab731;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination li.first, .pagination li.last {
    font-weight: bold;
}

.pagination li.disabled a {
    color: #ccc;
    border-color: #ccc;
}
.slick-prev:before,
.slick-next:before {
    content: none;
}
.slick-track .product-thumb {margin-bottom:0;}
ol.politic {}
ol.politic li {margin-bottom: .5rem;}
ol.politic li p {margin: 0 0 .5rem}
.search-form-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: -7px;
    background: rgba(255, 255, 255, .83);
    border-radius: 0.375rem;
    overflow: hidden;
    border: 1px solid transparent;
}
body.f-nav .search-form-wrapper {
    border-color: #bfbfbf;
}
.search-form-wrapper form {
    transition: opacity 0.5s ease, height 0.5s ease; /* Плавный переход для opacity и height */
    height: auto; /* Высота по умолчанию */
    opacity: 1;
}
.search-form-wrapper form.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;

}
.search-form-wrapper form input {background-color: transparent;padding-right: 15px;margin-right: 10px;}
.search-form-wrapper form input:active,
.search-form-wrapper form input:focus {box-shadow:none;outline:none;border-color: transparent;background-color: transparent;}
.subm, .clos {
    display: flex;
    align-items: center;
}
.search-form-wrapper .form-group.clos .btn:hover,
.search-form-wrapper form .form-group.subm .btn:hover {background:transparent;color:#212529}
.search-form-wrapper .form-group .btn:active,
.search-form-wrapper form .form-group .btn:focus {background:transparent;border-color:transparent;color: #596366;}
.search-form-wrapper .form-group .btn:active {color: #7a7a7a !important;}
.search--form-wrapper {
    border: 1px solid #ddd;
    padding: 3rem 1rem;
    border-radius: 7px;
}
.category-description {}
.category-description ul {margin-bottom: 1rem;}
.lk {
    /*padding-block: 94px 24px;*/
}
.product-pictogram__list:not(:empty) {
    padding: calc(4px* 3) calc(4px* 4);
    border-top: 1px solid #e9e9e9;
}
.product-pictogram__list li {
    display: inline-flex
}
.product-pictogram__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}
.product-pictogram__icon {
    width: 36px;
}
.credit-button {
    border: 1px solid #00a046;
    background: #fff;
    color: #00a046;
}
.lk {
    /*padding-block: 94px 24px;*/
}
.errorBlock,
.successBlock {
    background-color: #F2F4F7;
    padding: 24px;
    border-radius: 24px;
    width: min(100%, 460px);
    margin-inline: auto;
    text-align: center;
    margin-block: 48px;
    font-size: 15px;
    color: #F2F4F7;
    line-height: 1.5;
    text-wrap: pretty;
}
.successBlock {
    color: #F2F4F7;
}
.errorBlock {color: #5f5f5f;}
.errorBlock__icon,
.successBlock__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #DEE2E6;
    border-radius: 50%;
    color: #002450;
    margin-block-end: 24px;
}
.errorBlock__icon {
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    color: #002450;
}
.errorBlock__icon svg,
.successBlock__icon svg {
    width: 24px;
    height: 24px;
    fill: transparent;
}

.errorBlock__iconAccent,
.successBlock__iconAccent {
    position: absolute;
    top: 0;
    right: -10px;
    width: 32px;
    height: 32px;
    background-color: #0199FF;
    background-color: #7ab731;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.errorBlock__iconAccent {
    background-color: red;
    color: #FFF;
}

.successBlock__iconAccent svg {
    width: 16px;
    height: 16px;
}
.successBlock__title {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 24px;
    text-wrap: balance;
}
.successBlock__title span {
    /*color: #0199FF;*/
}

/******/
.select-css{
    align-items:center;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#fff;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23797878' viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7a.956.956 0 0 1-.657-.256l-5.57-5.25a.839.839 0 0 1 0-1.237.968.968 0 0 1 1.312 0L6.5 4.888 11.415.257a.968.968 0 0 1 1.313 0 .839.839 0 0 1 0 1.237l-5.572 5.25A.956.956 0 0 1 6.5 7Z'/%3E%3C/svg%3E");
    background-position:right 12px center;
    background-repeat:no-repeat,repeat;
    background-size:14px 9px;
    border:1px solid #d2d2d2;
    border-radius:8px;
    box-sizing:border-box;
    color:#221f1f;
    cursor:pointer;
    display:inline-flex;
    font-size:14px;
    height:32px;
    margin:0;
    max-width:100%;
    overflow:hidden;
    padding-left:12px;
    padding-right:40px;
    text-align:left;
    width:100%
}
.select-css::-ms-expand{display:none}
@media (hover:hover){
    .select-css:hover{border-color:#a6a5a5}
}
.select-css:disabled{background-color:#f5f5f5;border-color:#e9e9e9;color:#d2d2d2}
@media (hover:hover){
    .select-css:disabled:hover{
        background-color:#f5f5f5;
        border-color:#e9e9e9;
        color:#d2d2d2;
        cursor:default
    }
}
.select-css:focus{box-shadow:0 0 0 2px #6fc4e5;outline:none;z-index:1}
.select-css:focus{box-shadow:none}
.select-css.focus-visible{box-shadow:0 0 0 2px #6fc4e5;z-index:1}
.select-css:focus-visible{box-shadow:0 0 0 2px #6fc4e5;z-index:1}
.select-css option{font-weight:400}
.select-css--medium,
.select-css_size_medium{height:40px}
.select-css--large,
.select-css_size_large{height:48px}

@media (min-width: 1024px) {
    .credit-variant__period-select {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .credit-variant__period-select {
        width: 160px;
        width: 125px;
    }
}
.part-wrapper {
    display: none;
    flex-direction: column;
    margin-bottom: calc(4px * 4);
    margin-left: 1.5rem;
}
@media (min-width: 1024px) {
    .part-wrapper {
        flex-direction: column;
        width: 170px;
        margin-left: calc(4px * 12);
    }
}
@media (min-width: 768px) {
    .part-wrapper {
        margin-bottom: 0;
        flex-direction: row;
        align-items: flex-end;
    }
}
.custom-radio:checked + label .part-wrapper {display: flex;}
.payment-list li.disabled {opacity: .5;}
.payment-list li.disabled label {user-select: none;}
.parts-payment {min-width: 290px;}
/******/
.wrap--loader {
    position: absolute;
    top: 0;
    /*background: rgba(250, 250, 250, 0.4);
    background: rgba(75, 75, 75, 0.4);*/
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.wrap--loader .ajax-loader {position: absolute;}
.product-rating-block {display: flex; align-items: center; gap: 8px;line-height: 1;}
.rating-input {position:absolute;}
.review-star-wrapper {color:#7ab731;}

.main-slider .offer-wrapper {
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 99;
    justify-content: center;
    flex-direction: column;
}
.main-slider .offer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-slider .offer-title,
.main-slider .offer-html,
.main-slider .offer-offer {color: #ebebeb;}