@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0
}
body {
    height: 100%
}
a {
    text-decoration: none;
    color: #4D4D4D
}
a:hover {
    color: #231F20
}
ul {
    list-style: none
}
#main-content {
    background-color: #f5f5f6
}
.page-content {
    margin-top: 65px;
    padding: 60px
}
/*Баннер низ*/
.banner-bottom-custom {
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 120px
}
.banner-bottom-custom-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}
.banner-bottom-custom-title {
    color: red;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1vw
}
.banner-bottom-custom-description {
    font-size: 35px;
    font-weight: 600
}
.banner-bottom-custom-img {
    max-width: 20vw
}
.banner-bottom-custom-img img {
    width: 100%
}
@media screen and (max-width:919px) {
    .banner-bottom-custom-title {
        font-size: 35px
    }
    .banner-bottom-custom-description {
        font-size: 30px
    }
    .banner-bottom-custom-img {
        width: 250px
    }
}
@media screen and (max-width:718px) {
    .banner-bottom-custom-img {
        width: 250px
    }
    .banner-bottom-custom-title {
        font-size: 30px
    }
    .banner-bottom-custom-description {
        font-size: 25px
    }
}
@media screen and (max-width:456px) {
    .banner-bottom-custom-title {
        font-size: 25px
    }
    .banner-bottom-custom-description {
        font-size: 20px
    }
}
/*Баннер текст верх*/
.banner-top-text {
    background-color: #94c51b;
    height: auto
}
.banner-top-text p,
.banner-top-text h1{
    padding: 10px 0;
    font-size: 45px;
    text-align: center
}
@media screen and (max-width:1000px) {
    .banner-top-text p,
    .banner-top-text h1 {
        font-size: 36px
    }
}
@media screen and (max-width:680px) {
    .banner-top-text p,
    .banner-top-text h1 {
        font-size: 30px
    }
}
/*Карты на главной*/
.maps {
    padding: 60px 0;
    display: flex;
    justify-content: center
}
.maps-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px
}
.maps-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center
}
.title-map {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
iframe {
    max-width: 100%;
    max-height: 100%;
    width: 600px;
    height: 450px;
    margin-top: 20px
}
@media screen and (max-width:1000px) {
    .maps-container {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px
    }

    .maps-block {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}
/*Логотип-*/
.custom-logo {
    margin-left: -5px
}
@media screen and (max-width:1360px) {
    .custom-logo {
        margin-left: 10px
    }
}
@media screen and (max-width:1144px) {
    .custom-logo {
        margin-left: 0
    }
}
@media screen and (max-width:768px) {
    .custom-logo {
        width: 100px;
        margin-left: 0
    }
}
/*Header*/
.header__catalog--btn>a {
    text-decoration: none;
    color: #4D4D4D
}

.header__catalog--btn>a:hover {
    text-decoration: none;
    color: #4D4D4D
}

.module_page-custom {
    display: flex;
    justify-content: center
}
/*Блок каталога*/
.pro_type {
    margin-top: 40px
}
.pro_type ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}
.pro_type li {
    max-width: 403px;
    max-height: 500px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    flex-shrink: 1;
    display: block
}
.pro_type li img {
    width: 100%
}
@media screen and (max-width:1280px) {
    .pro_type li img,
    .pro_type li {
        max-width: 300px;
        max-height: 397px;
        width: 100%
    }
}
@media screen and (max-width:1200px) {
    .pro_type li img,
    .pro_type li {
        max-width: 300px;
        max-height: 397px;
        width: 100%
    }
}
@media screen and (max-width:700px) {
    .pro_type li img,
    .pro_type li {
        max-width: 250px;
        max-height: 330px;
        width: 100%
    }
}
@media screen and (max-width:590px) {
    .pro_type li img,
    .pro_type li {
        max-width: 200px;
        max-height: 263px;
        width: 100%
    }
}
.pro_type li figure {
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}
.pro_type li figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: 0;
    z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s
}
aside>img {
    max-width: 100px;
    width: 100%
}
@media screen and (max-width:1000px) {
    .pro_type ul {
        gap: 10px
    }
}
@media screen and (max-width:852px) {
    .pro_type li {
        width: 100%
    }
}
.pro_type li figcaption h6 {
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
    text-transform: uppercase
}
@media screen and (max-width:1000px) {
    .pro_type li figcaption h6 {
        font-size: 20px
    }
}
.pro_type li figcaption span {
    display: block;
    margin: 0 auto;
    margin-top: 50px
}
.pro_type li figcaption span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear
}
@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0)
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0)
    }
}
.pro_type li:hover figcaption {
    bottom: 0
}
.pro_type li:hover figure {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
@media screen and (max-width:767px) {
    .pro_type li figure {
        overflow: hidden
    }
    .pro_type li figcaption h6 {
        font-size: 18px
    }
    .pro_type li:nth-child(2n) {
        margin-right: 0
    }
    .module_page2 figcaption {
        flex: 0 0 100%;
        height: auto;
        padding: 6% 4%;
        margin-right: 0
    }
    .module_page2 figcaption div.enitor {
        margin-right: 5%
    }
    .module_page2 figure {
        flex: 1 0 100%
    }
    .module_page2 figure img {
        width: 100%
    }
    .flex {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .module_page2 figcaption div.enitor h3 {
        font-size: 28px
    }
    .module_page2 figcaption div.enitor aside {
        font-size: 16px
    }
    .module_page2 figcaption div.enitor a {
        margin-top: 8%
    }
}
:root {
    --color-white: #FFF;
    --color-gray: #BDBDBD;
    --color-gray__dark: #333;
    --color-gray__light: #F2F2F2;
    --color-yellow--hover: #F7BA1F;
    --color-red: #ED1C24;
    --color-black: #231F20;
    --transition-base: .3s all ease-in-out
}
*,
*::after,
*::before {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400
}
body.overflow {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden
}
main {
    min-height: calc((var(--vh, 1vh) * 100) - 60px - 397px)
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px
}
/*header*/
.header {
    background: white;
    width: 100%;
    height: 92px;
    display: flex;
    justify-content: center;
    padding: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}
.header::after,
.header::before {
    content: '';
    display: block;
    height: 9px;
    background-color: #94c51b;
    position: absolute;
    bottom: -8px;
    transition: var(--transition-base);
    transition: .5s all ease-in-out
}
.header::after {
    width: calc(((100% - 1320px) / 2) - 10px);
    left: 0
}
.header::before {
    width: calc((100% - ((100% - 1320px) / 2) - 140px));
    right: 0
}
.header.active::after {
    width: calc(((100% - 1320px) / 2) + 170px)
}
.header.active::before {
    width: calc((100% - ((100% - 1320px) / 2) - 320px))
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header__logo {
    width: 0;
    height: 24px;
    transform: scale(0);
    transition: var(--transition-base);
    transition: .5s all ease-in-out
}
.header__logo.active {
    width: 90px;
    min-width: 90px;
    height: 100%;
    transform: scale(1)
}
.header__logo.active:hover {
    transform: scale(1.2)
}
.header__logo svg {
    width: 100%;
    height: 100%
}
.header__catalog--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 150px;
    min-width: 150px;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    transition: var(--transition-base)
}
.header__catalog--btn span {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}
.header.active .header__catalog--btn {
    margin-left: 65px
}
.header__catalog--btn::after {
    content: '';
    display: block;
    height: 8px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: -8px;
    transition: .3s all ease-in-out
}
.header__catalog--btn:hover::after {
    height: calc(100% + 8px);
    background-color: #94c51b59
}
.header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    height: calc(100% + 8px);
    position: relative;
    top: 4px
}
.header__nav ul {
    display: flex;
    align-items: center;
    padding: unset;
    height: 100%
}
.header__nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 4px
}
.header__nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #94c51b59;
    bottom: 0;
    left: 0;
    transition: .3s all ease-in-out
}
.header__nav ul li:hover::after {
    height: 100%
}
.header__nav ul li:last-child {
    margin-right: unset
}
.header__nav ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: var(--color-black);
    padding: 0 15px;
    transition: var(--transition-base);
    position: relative;
    z-index: 1
}
.header__search {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: calc(100% + 8px);
    top: 4px;
    margin-right: 30px;
    border-bottom: 1px black solid
}
.header__search--wrap {
    width: 78px;
    transition: var(--transition-base);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    top: 4px
}
.header__search--wrap::after {
    margin-top: 5px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #94c51b59;
    transition: var(--transition-base)
}
.header__search svg {
    width: 22px;
    height: 22px;
    stroke: var(--color-black);
    transition: var(--transition-base);
    stroke-width: 1px
}
.header__search:hover .header__search--wrap::after {
    height: 2px;
    background-color: #94c51b59
}
.header__search:hover svg {
    stroke: #94c51b59;
    stroke-width: 2px
}
.aws-container .aws-search-field {
    width: 78px;
    transition: var(--transition-base);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    top: 4px;
    border: none
}
.aws-container .aws-search-form .aws-wrapper {
    border-bottom: 1px #ccc solid
}
.aws-search-result {
    min-width: 250px
}
@media screen and (max-width:1000px) {
    .aws-container .aws-search-field {
        max-width: 337px;
        width: 100%;
        color: black
    }
    .aws-container .aws-search-form .aws-wrapper {
        border-bottom: 1px #000 solid
    }
}
.header__phone {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    height: calc(100% + 8px);
    position: relative;
    top: 4px;
    transition: var(--transition-base);
    margin-right: 13px
}
.header__phone span {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-black);
    position: relative;
    z-index: 1
}
.header__auth {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: calc(100% + 8px);
    position: relative;
    top: 4px;
    cursor: pointer;
    transition: .5s all ease-in-out
}
.header.header--with--cart .header__auth,
.header.header--with--comparison .header__auth {
    margin: 0 14px 0 0
}
.header__auth::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #94c51b59;
    bottom: 0;
    left: 0;
    transition: .3s all ease-in-out
}
.header__auth:hover::after {
    height: 100%
}
.header__auth svg {
    width: 31px;
    height: 32px;
    position: relative;
    z-index: 1
}
.header__cart {
    display: flex;
    justify-content: center;
    position: relative;
    top: 4px;
    transform: scale(1);
    height: calc(100% + 8px);
    width: 55px;
    cursor: pointer;
    transition: .5s all ease-in-out;
    z-index: 2;
    margin-left: 20px
}
.header__cart::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #94c51b59;
    bottom: 0;
    left: 0;
    transition: .3s all ease-in-out
}
.header__cart:hover::after {
    height: 100%
}
.header__cart.header__cart--hidden,
.header__mobile--cart--icon.header__cart--hidden {
    opacity: 0;
    pointer-events: none
}
.header__cart.header__cart--hidden {
    transform: scale(0);
    width: 0
}
.header__cart--icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: var(--transition-base);
    text-align: center
}
.header__cart--icon svg {
    width: 31px;
    height: 32px
}
.header__cart--icon-menu svg {
    width: 31px;
    height: 32px
}
.header__cart--count {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--color-black);
    margin-top: 10px
}
.header__mobile--icon,
.header__mobile--menu {
    display: none
}
@media screen and (max-width:1365px) {
    .header::after {
        width: calc((100% - 1290px) / 2)
    }

    .header::before {
        width: calc((100% - ((100% - 1290px) / 2) - 150px))
    }

    .header.active::after {
        width: calc(((100% - 1290px) / 2) + 155px)
    }

    .header.active::before {
        width: calc((100% - ((100% - 1290px) / 2) - 305px))
    }
}
@media screen and (max-width:1320px) {
    .header::after {
        width: 15px
    }

    .header::before {
        width: calc(100% - 165px)
    }

    .header.active::after {
        width: 169px
    }

    .header.active::before {
        width: calc(100% - 320px)
    }
}
@media screen and (max-width:1270px) {
    .header__phone span {
        font-size: 14px;
        line-height: 16px
    }
}
@media screen and (max-width:1250px) {
    .header.active .header__catalog--btn {
        margin-left: 20px
    }

    .header.active .header__search {
        margin-right: 15px
    }

    .header.header--with--cart .header__auth,
    .header.active.header--with--cart .header__auth,
    .header.header--with--comparison .header__auth .header.active.header--with--comparison .header__auth .header.header--with--comparison .header__compare.show,
    .header.active.header--with--comparison .header__compare.show {
        margin: 0 5px 0 0
    }

    .header__nav ul li a {
        padding: 0 7px
    }

    .header.active::after {
        width: 125px
    }

    .header.active::before {
        width: calc(100% - 275px)
    }

    .header__phone span {
        font-size: 14px;
        line-height: 16px
    }

    .header__phone {
        display: none
    }
}
@media screen and (max-width:1150px) {
    .header.active .header__catalog--btn {
        margin-left: 25px
    }

    .header.active::after {
        width: 130px
    }

    .header::before {
        width: calc(100% - 135px)
    }

    .header.active::before {
        width: calc(100% - 250px)
    }

    .header__catalog--btn {
        width: 120px;
        min-width: 120px
    }

    .header__phone {
        display: none
    }
}
@media screen and (max-width:1100px) {
    .header__phone {
        display: none
    }
}
@media screen and (max-width:1000px) {

    .header__location,
    .header__search,
    .header__auth {
        display: none
    }

    .header__cart {
        margin-right: 40px
    }
    .header__mobile--icon {
        width: 55px;
        height: calc(100% + 8px);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 4px;
        cursor: pointer
    }
    .header__mobile--icon span {
        width: 28px;
        height: 2px;
        border-radius: 4px;
        background-color: #231F20;
        display: block
    }
    .header__mobile--icon span::after,
    .header__mobile--icon span::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #231F20
    }
    .header__mobile--icon span::after {
        transform: translateY(-12px)
    }
    .header__mobile--icon span::before {
        transform: translateY(10px)
    }
    .header__mobile--menu {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        top: 0;
        right: 0;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background-color: rgba(0, 0, 0, .92);
        z-index: 10001;
        opacity: 0;
        transform: translateX(50px);
        pointer-events: none;
        transition: opacity .3s ease-in-out, transform .6s ease-in-out
    }
    .header__mobile--menu.show {
        opacity: 1;
        transform: translateX(0);
        pointer-events: inherit
    }
    .header__mobile--content {
        max-width: 561px;
        width: 100%;
        background-color: white;
        box-shadow: 0 17px 21px rgba(0, 0, 0, .12);
        overflow-y: scroll
    }
    .header__mobile--head {
        padding: 53px 60px 10px 20px;
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        flex-wrap: wrap
    }
    .header__mobile--close {
        position: absolute;
        top: 25px;
        right: 60px;
        width: 30px;
        height: 19px;
        cursor: pointer
    }

    .header__mobile--close svg {
        width: 100%;
        height: 100%
    }

    .header__mobile--logo {
        width: 160px
    }

    .header__mobile--logo img {
        width: 100%
    }

    .header__mobile--logo svg {
        width: 100%;
        height: 100%
    }

    .header__mobile--location {
        display: flex;
        align-items: center;
        transition: var(--transition-base);
        margin-top: 20px
    }

    .header__mobile--location a {
        border-bottom: unset !important;
        transition: var(--transition-base) !important
    }

    .header__mobile--location span {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-black)
    }

    .header__mobile--location svg {
        width: 14px;
        height: 20px;
        margin-left: 8px;
        stroke: var(--color-black)
    }

    .header__mobile--body {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 32px 0
    }

    .header__mobile--auth {
        display: flex;
        justify-content: space-between;
        padding: 0 20px
    }

    .header__mobile--auth a {
        height: auto;
        display: block;
        border-bottom: 1px solid #94c51b;
        font-size: 17px;
        color: var(--color-black)
    }

    .header__mobile--auth a p {
        margin-top: 1.3vw
    }

    .header__mobile--catalog {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 60px 16px 20px
    }

    .header__mobile--catalog span {
        font-weight: 800;
        font-size: 18px;
        line-height: 22px
    }

    .header__mobile--catalog svg {
        width: 7px;
        height: 14px
    }

    .header__mobile--cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 80px);
        margin-top: 40px;
        padding: 0 0 20px;
        margin: 30px 60px 0 20px;
        border-bottom: 1px solid var(--color-gray)
    }

    .header__mobile--cart span {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-black)
    }

    .header__mobile--cart--icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-self: center;
        position: relative
    }

    .header__mobile--cart--icon svg {
        width: 100%;
        height: 100%
    }
    .header__mobile--cart--icon span {
        position: absolute;
        font-weight: 600;
        font-size: 12px;
        line-height: 13px;
        color: var(--color-black);
        top: calc(50% + 6px);
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }
    .header__mobile--nav__top {
        width: calc(100% - 80px)
    }
    .header__mobile--nav__top ul {
        width: 100%;
        padding: 20px 0 20px;
        margin: 20px 60px 0 20px;
        border-bottom: 1px solid #94c51b;
        border-top: 1px solid #94c51b
    }
    .header__mobile--nav__top ul li {
        margin-bottom: 20px
    }
    .header__mobile--nav__top ul li:last-child {
        margin-bottom: unset
    }
    .header__mobile--nav__top ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #000 !important
    }
    .header__mobile--info {
        width: 100%;
        padding: 0 60px 20px 20px;
        margin-top: 26px
    }
    .header__mobile--phone {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
        text-align: left;
    }
    .header__mobile--phone .svg-collection{
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    gap: 5px;
    text-align: center;
    }
    .header__mobile--phone a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        color: black !important;
        text-align: left;
    }
    .header__mobile--phone span {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: black
    }
    .header__mobile--email a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: black;
    }
    .header__mobile--search {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding-bottom: 10px;
        margin: 24px 20px 0;
        max-width: 337px
    }
    .header__mobile--search span,
    .header__mobile--search svg {
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        display: flex;
        align-self: flex-end
    }
    form {
        padding: 10px 0 0
    }
    .header__mobile--search svg {
        width: 22px;
        height: 22px;
        stroke: var(--color-black);
        margin-right: 19px
    }
}
@media screen and (max-width:768px) {
    .header__phone,
    .header__nav {
        display: none
    }
    .header.active .header__catalog--btn {
        margin-left: auto
    }
    .header::before {
        width: calc(100% - 115px)
    }
    .header.active::after {
        width: calc(50% - 53px)
    }
    .header.active::before {
        width: calc(50% - 48px)
    }
    .header.header--with--comparison.active::after {
        width: calc(50% - 85px)
    }
    .header.header--with--cart.active::after {
        width: calc(50% - 80px)
    }
    .header.header--with--comparison.active::before {
        width: calc(50% - 20px)
    }
    .header.header--with--cart.active::before {
        width: calc(50% - 20px)
    }
    .header.header--with--comparison.header--with--cart.active::after {
        width: calc(50% - 110px)
    }
    .header.header--with--comparison.header--with--cart.active::before {
        width: calc(50% + 10px)
    }
    .header__catalog--btn {
        width: 100px;
        min-width: 100px
    }
    .header__catalog--btn span {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px
    }
}
@media screen and (max-width:600px) {
    .header.header--with--comparison.active::after {
        width: calc(50% - 55px)
    }
    .header.header--with--comparison.active::before {
        width: calc(50% - 50px)
    }

    .header.header--with--comparison.header--with--cart.active::after {
        width: calc(50% - 80px)
    }

    .header.header--with--comparison.header--with--cart.active::before {
        width: calc(50% - 20px)
    }
}
@media screen and (max-width:550px) {
    .header {
        height: 44px
    }
    .header::after,
    .header::before {
        height: 5px;
        bottom: -4px
    }
    .header::before {
        width: calc(100% - 115px)
    }
    .header__logo.active {
        width: 75px;
        min-width: 75px
    }
    .header.active::after {
        width: calc(50% - 50px)
    }
    .header.active::before {
        width: calc(50% - 55px)
    }
    .header.header--with--cart.active::after,
    .header.header--with--comparison.header--with--cart.active::after {
        width: calc(50% - 75px)
    }
    .header.header--with--cart.active::before,
    .header.header--with--comparison.header--with--cart.active::before {
        width: calc(50% - 25px)
    }
    .header__cart--count {
        font-size: 10px;
        line-height: 13px
    }
    .header__mobile--icon,
    .header__cart,
    .header__compare {
        height: calc(100% + 4px);
        top: 2px
    }
    .header__cart {
        margin-right: 15px
    }
    .header__cart--icon svg {
        width: 29px;
        height: 30px
    }
}
/**/
.arrow-left-3 path,
.arrow-right-3 path {
    fill: dimgray;
    ;
    transition: fill 0.5s ease-out
}
.arrow-left-3 {
    z-index: 20;
    transform: rotate(180deg)
}
.arrow-right-3 {
    z-index: 20;
    transform: rotate(180deg)
}
.border {
    transition: ease-in-out .5s
}
.border:hover {
    border-bottom: 3px #94c51b59 solid;
    border-top: 2px #94c51b59 solid;
    border-left: 2px #94c51b59 solid;
    border-right: 2px #94c51b59 solid
}
.swiper-slider-img img {
    width: 100%
}
.woocommerce-product-gallery__image>img {
    width: 100%
}
/**/
/*footer*/
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #333;
    padding: 40px 100px;
    color: white
}
.footer>.container {
    width: 100%;
    display: flex;
    justify-content: space-between
}
.footer-left,
.footer-right {
    display: flex;
    flex-direction: column
}
.footer-left>.footer-page {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    max-width: 190px
}
.footer-page span {
    display: block;
    width: 220px
}
.footer__logo {
    width: 190px;
    height: 50px
}
.footer-left span {
    line-height: 150%
}
.footer-right {
    align-self: center;
    gap: 10px
}
.column-contact {
    display: flex;
    flex-direction: column
}
.footer__phone {
    margin: 25px 0 25px;
    display: flex;
    flex-direction: column;
    gap: 10px
}
.svg-collection {
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 5px;
    text-align: center
}
.svg-collection-header {
    display: flex;
    gap: 5px;
    padding-bottom: 10px
}
.svg-collection-header>svg {
    width: 20px;
    height: 20px
}
.svg-collection> a {
    width: 20px;
    height: 20px
}
.header__phone a:hover {
    color: #94c51b;
}
.svg-header>svg {
    width: 20px;
    height: 20px
}
.footer__phone--link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 320px;
    color: #F2F2F2 !important;
    transition: .3s all ease-in-out;
    text-align: center
}
.footer__phone--link:hover,
.footer__phone--link:focus {
    color: #94c51b
}
.footer-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px
}
.footer__phone--text {
    font-size: 14px;
    line-height: 17px;
    color: #F2F2F2;
    text-align: center
}
.footer-page {
    display: flex;
    justify-content: center;
    gap: 70px
}
ul {
    padding-left: 0
}
.column-page>ul>li,
.column-page-two>ul>li {
    margin-bottom: 15px
}
@media screen and (max-width:899px) {
    .footer-page {
        justify-content: center;
        gap: 20px
    }
    .column-page,
    .column-page-two,
    .footer__phone--text,
    .footer__phone--link {
        font-size: 15px
    }
    .footer-left>.footer-page {
        max-width: 250px
    }
    .footer__nav--person {
        margin: 14px 0 27px;
        width: 300px
    }
    .footer__social {
        margin-left: 5px
    }
    .footer__nav--person ul li a svg {
        display: block;
        transition: var(--transition-base)
    }
    .footer__nav--person__ch-wrap {
        display: none
    }
    .footer__nav--person__ch-wrap.show {
        display: flex
    }
    .prevent__default.active svg {
        transform: rotate(180deg)
    }
}
@media screen and (max-width:963px) {
    .footer-page {
        justify-content: center;
        gap: 20px
    }
    .column-page,
    .column-page-two,
    .footer__phone--text,
    .footer__phone--link {
        font-size: 15px
    }
    .footer-left>.footer-page {
        max-width: 250px
    }
    .footer__nav--person {
        margin: 14px 0 27px;
        width: 300px
    }
    .footer__social {
        margin-left: 5px
    }
    .footer__nav--person ul li a svg {
        display: block;
        transition: var(--transition-base)
    }
    .footer__nav--person__ch-wrap {
        display: none
    }
    .footer__nav--person__ch-wrap.show {
        display: flex
    }
    .prevent__default.active svg {
        transform: rotate(180deg)
    }
}
@media screen and (max-width:734px) {
    .footer {
        padding: 30px
    }
    footer.footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px
    }
    .footer-left {
        justify-content: center
    }
    .footer-left>.footer-page {
        flex-direction: column;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
    .footer-right>.footer-page {
        gap: 40px;
        flex-wrap: wrap
    }
    .footer__logo {
        width: 115px;
        height: 30px
    }
    .footer-page {
        display: flex;
        justify-content: center
    }
    .footer-page>ul {
        border-top: 1px #F2F2F2 solid;
        padding-top: 10px
    }
    .footer__phone {
        font-size: 28px;
        line-height: 34px
    }
}
@media screen and (max-width:338px) {
    .footer-right>.footer-page {
        gap: 10px
    }
}
/*header*/
.header__modal--content {
    width: 100%;
    background-color: var(--color-white);
    padding: 38px 46px 70px 5px;
    position: relative;
    min-height: 730px;
    display: flex;
    flex-direction: column
}
.header__modal--close {
    position: absolute;
    top: 30px;
    right: 45px;
    width: 46px;
    height: 46px;
    cursor: pointer
}
.header__modal--close svg {
    width: 100%;
    height: 100%;
    transition: var(--transition-base);
    stroke: var(--color-black)
}
.header__modal--close:hover svg {
    stroke: var(--color-red);
    transform: rotate(90deg)
}
.header__modal--title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
    margin-right: 55px;
    text-transform: uppercase
}
.header__modal--search {
    width: 100%
}
.header__search--form {
    width: 100%
}
.header__search--form__wrap {
    width: 100%;
    display: flex;
    align-items: center
}
.header__search--form--input__wrap {
    width: 100%;
    max-width: 540px;
    position: relative;
    height: 40px
}
.header__search--form--input {
    border: unset !important;
    border-radius: unset !important;
    border-bottom: 1px solid var(--color-black) !important;
    padding: 0 !important;
    height: 100% !important
}
.header__search--form--input__wrap button {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: unset;
    padding: unset;
    box-shadow: unset;
    transition: var(--transition-base);
    pointer-events: none;
    border: unset;
    outline: unset
}
.header__search--form--input__wrap button svg {
    stroke: var(--color-black);
    width: 100%;
    height: 100%;
    transition: var(--transition-base)
}
.header__search--form--input__wrap .header__search--form--input.focus+button {
    left: calc(100% - 20px);
    pointer-events: inherit
}
.search__form--reset {
    margin-left: 40px;
    width: 162px;
    height: 40px;
    display: flex;
    background-color: #E0E0E0;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: unset;
    transition: var(--transition-base);
    opacity: 0;
    pointer-events: none
}
.search__form--reset.active {
    opacity: 1;
    pointer-events: inherit
}
.search__form--reset:hover,
.search__form--reset:focus {
    background-color: var(--color-gray)
}
/**/
.header__modal--head {
    display: flex;
    align-items: center;
    margin: 0 0 134px;
    padding-left: 15px
}
@media screen and (max-width:1380px) {
    .header__modal--swipe .container {
        max-width: calc(100% - 30px)
    }
}
@media screen and (max-width:1200px) {
    .header__modal--content {
        padding: 38px 15px 70px
    }
    .header__modal--swipe .container {
        max-width: calc(100% - 30px);
        padding: 0
    }
}
@media screen and (max-width:1120px) {
    .header__modal--head {
        margin-bottom: 36px
    }
    .header--catalog__item--name .header--catalog__item--img {
        display: none
    }
    .header__modal--catalog {
        flex-wrap: wrap;
        align-items: stretch
    }
    .header--catalog__item.order1,
    .header--catalog__item.order3 {
        width: 26%
    }
    .header--catalog__item.order2,
    .header--catalog__item.order4 {
        width: 74%
    }
    .header--catalog__item.order2 {
        border-right: unset
    }
    .header--catalog__item.order4 {
        border: unset
    }
    .header--catalog__item.order1,
    .header--catalog__item.order2 {
        margin-bottom: 26px
    }
    .header--catalog__item:not(.order1) .header--catalog__item--name {
        padding-top: unset
    }
    .header--catalog__item--name {
        padding-top: unset;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 19px;
        width: max-content
    }
    .header--catalog__item.order2 ul {
        columns: 2 auto
    }
    .header__modal--catalog__btn {
        margin-right: 69px
    }
    .header__search--form__result--wrap {
        left: 13px;
        width: calc(100% - 13px)
    }
    .header--catalog__item.order3 .header--catalog__item--name,
    .header--catalog__item.order4 .header--catalog__item--name {
        max-width: 190px
    }
}
@media screen and (max-width:1050px) {
    .header__modal--content {
        padding: 25px 0 24px
    }
    .header__search--form--input__wrap {
        width: 440px
    }
    .header__modal--close {
        top: 20px;
        right: 30px
    }
}
@media screen and (max-width:950px) {
    .header--catalog__item.order1,
    .header--catalog__item.order3 {
        width: 30%
    }
    .header--catalog__item.order2,
    .header--catalog__item.order4 {
        width: 67%
    }
    .header__search--form--input__wrap {
        max-width: 340px
    }
}
@media screen and (max-width:900px) {
    .header__modal--swipe .container {
        margin-bottom: 10px
    }
    .search-auto-result--footer ul {
        flex-wrap: wrap
    }
    .search-auto-result--footer ul li {
        width: 50%;
        margin: 0 0 5px 0
    }
    .header__search--form__result--wrap {
        height: calc(100% - 170px)
    }
}
@media screen and (max-width:850px) {
    .header--catalog__item.order1,
    .header--catalog__item.order3 {
        width: 33%
    }
    .header__search--form--input__wrap {
        max-width: 290px
    }
    .search__form--reset {
        margin-left: 20px
    }
}
@media screen and (max-width:768px) {
    .header__modal--catalog {
        flex-wrap: nowrap;
        flex-direction: column;
        margin-bottom: 20px
    }
    .header--catalog__item {
        border: unset
    }
    .header--catalog__item__child--list {
        position: absolute;
        display: none
    }
    .header--catalog__item__child--list.double {
        display: none;
        flex-direction: column;
        align-items: flex-start
    }
    .header--catalog__item__child--list.double ul {
        width: 100%
    }

    .header--catalog__item__child--list.double ul:first-child {
        margin-bottom: unset
    }

    .header--catalog__item__child--list.double ul:last-child {
        margin-top: unset
    }

    .header--catalog__item:not(.order1) .header--catalog__item--name {
        padding: 7px 13px 0
    }

    .header__modal--swipe .container {
        padding: 0 30px;
        height: calc(100% - 10px)
    }

    .header__modal--head {
        margin-bottom: 70px
    }

    .header--catalog__item--name {
        margin: unset
    }

    .header--catalog__item {
        margin-bottom: 26px
    }

    .header--catalog__item--name {
        color: #828282;
        width: 35%
    }

    .header--catalog__item--name.active,
    .header--catalog__item--name:hover,
    .header--catalog__item--name:focus {
        color: var(--color-black)
    }

    .header__modal--catalog {
        position: relative;
        overflow: auto
    }

    .header--catalog__item.order1,
    .header--catalog__item.order2,
    .header--catalog__item.order3,
    .header--catalog__item.order4 {
        width: 100%
    }

    .header--catalog__item.order2 {
        border: unset
    }

    .header--catalog__item.active .header--catalog__item__child--list {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 50%;
        border-left: 1px solid var(--color-gray);
        height: 100%;
        padding-left: 17px;
        overflow: auto
    }

    .header--catalog__item.active .header--catalog__item__child--list::-webkit-scrollbar {
        width: 4px
    }

    .header--catalog__item.active .header--catalog__item__child--list::-webkit-scrollbar-thumb {
        background-color: #94c51b;
        border-radius: 2px;
        background-clip: content-box
    }

    .header--catalog__item.active .header--catalog__item__child--list::-webkit-scrollbar-track {
        background-color: #E0E0E0;
        border-radius: 2px
    }

    .header--catalog__item.order2 ul {
        columns: unset
    }

    .header__modal--content {
        min-height: unset;
        height: 100%
    }

    .header--catalog__item.order3 .header--catalog__item--name,
    .header--catalog__item.order4 .header--catalog__item--name {
        max-width: unset
    }

    .header--catalog__item--name {
        display: flex;
        align-items: center;
        position: relative;
        padding: unset
    }

    .header--catalog__item:not(.order1) .header--catalog__item--name {
        padding: unset
    }

    .header--catalog__item--name.active:after {
        content: '';
        width: 52px;
        height: 13px;
        display: block;
        position: absolute;
        right: -65px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .header__modal--close {
        right: 4px
    }

    .header__search--form__result--wrap {
        z-index: 2;
        left: 0;
        height: calc(100% - 160px);
        overflow: auto
    }

    .header__search--form__result .aside-wrap_content {
        background-color: #fff;
        z-index: 2
    }

    .header__search--form--input__wrap {
        width: 100%;
        max-width: calc(100% - 240px)
    }
}
@media screen and (max-width:700px) {
    .header__modal--search .auto-search-all {
        margin-left: unset
    }
    .header__search--form__result .aside-wrap_content {
        margin: unset
    }
}
@media screen and (max-width:650px) {
    .search__form--reset {
        display: none
    }
    .header__search--form--input__wrap {
        max-width: calc(100% - 75px)
    }
}
@media screen and (max-width:600px) {
    .header--catalog__item--name.active:after {
        width: 28px;
        background-position: 100% 50%
    }
}
@media screen and (max-width:550px) {
    .header--catalog__item--name {
        position: unset
    }
    .header--catalog__item--name.active:after {
        display: none
    }
    .header__modal--swipe .container {
        transform: translateX(20px)
    }
    .header__modal--swipe.active .container {
        transform: translateX(0)
    }
    .header--catalog__item .header--catalog__item__child--list {
        position: relative;
        display: none
    }
    .header__modal--swipe {
        justify-content: flex-end;
        padding: unset
    }
    .header__modal--swipe .container {
        max-width: 320px;
        margin: unset;
        height: 100%;
        padding: 22px 0 22px 21px
    }
    .header__modal--head {
        flex-direction: column;
        align-items: flex-start;
        padding-left: unset;
        padding-right: 21px
    }
    .header__modal--content {
        padding: unset
    }
    .header__modal--close {
        width: 40px;
        height: 40px;
        top: -5px;
        right: 15px
    }
    .header__modal--title {
        margin: 0 0 30px 0
    }

    .header__modal--head {
        margin: 0 0 40px 0
    }

    .header--catalog__item:not(.order1) .header--catalog__item--name,
    .header--catalog__item--name {
        width: 100%;
        padding: unset;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-left: 12px;
        font-size: 14px;
        padding-right: 20px
    }

    .header--catalog__item--name::before {
        position: absolute;
        content: '';
        display: block;
        width: 7px;
        height: 14px;
        top: 4px;
        right: 5px;
        transition: var(--transition-base);
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .header--catalog__item--name.active::before {
        transform: rotate(90deg)
    }

    .header--catalog__item {
        position: relative
    }

    .header--catalog__item::before {
        content: '';
        display: block;
        width: 5px;
        height: 15px;
        background-color: #94c51b;
        position: absolute;
        top: 4px;
        left: 0
    }

    .header--catalog__item.order1,
    .header--catalog__item.order2,
    .header--catalog__item.order3 {
        margin-bottom: 23px
    }

    .header--catalog__item.order4 {
        margin-bottom: unset
    }

    .header--catalog__item.active .header--catalog__item__child--list {
        position: relative;
        width: 100%;
        padding: 20px 0 0;
        border: unset
    }

    .header--catalog__item__child--list.double ul:last-child {
        margin: 9px 0 0 0
    }

    .header--catalog__item__child--list li {
        margin-bottom: 9px
    }

    .header--catalog__item__child--list li a {
        line-height: 160%
    }

    .header__modal--catalog {
        margin-right: 10px;
        width: calc(100% - 10px);
        padding-right: 10px;
        overflow: inherit;
        height: auto !important
    }

    .header__modal--catalog::-webkit-scrollbar {
        width: 4px
    }

    .header__modal--catalog::-webkit-scrollbar-thumb {
        background-color: #94c51b;
        border-radius: 2px;
        background-clip: content-box
    }

    .header__modal--catalog::-webkit-scrollbar-track {
        background-color: #E0E0E0;
        border-radius: 2px
    }

    .search__form--reset {
        display: flex
    }

    .header__search--form__result .aside-wrap_content {
        padding: unset
    }

    .header__modal--search .auto-search-all {
        flex-direction: column;
        align-items: flex-start
    }

    .header__modal--search .auto-search-all__link {
        background-color: #94c51b;
        margin-top: 25px
    }

    .search__form--reset,
    .search__form--reset:hover,
    .search__form--reset:focus {
        background-color: transparent;
        padding: unset;
        width: max-content
    }

    .aside-wrap_content {
        max-height: 100% !important
    }

    .search-auto-result--footer ul {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .search-auto-result--footer ul li {
        width: 100%;
        margin: 0 0 15px 0
    }

    .header__search--form__result--wrap::-webkit-scrollbar {
        width: 4px
    }

    .header__search--form__result--wrap::-webkit-scrollbar-thumb {
        background-color: #94c51b;
        border-radius: 2px;
        background-clip: content-box
    }

    .header__search--form__result--wrap::-webkit-scrollbar-track {
        background-color: #E0E0E0;
        border-radius: 2px
    }

    .header__search--form__result .aside-wrap_content {
        margin-right: 10px
    }
}
.main-content {
    margin-top: 80px
}
/*header*/
.header__modal--auth {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-base);
    overflow: hidden
}
.header__modal--auth.show {
    opacity: 1;
    pointer-events: inherit
}
.header__modal--auth__content {
    max-width: 725px;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    position: relative;
    z-index: 2;
    transform: translateX(30px);
    transition: .7s all ease-in-out
}
.header__modal--auth__content.active {
    transform: translateX(0)
}
.header__modal--auth__content--head {
    width: 100%;
    height: 60px;
    background-color: #94c51b;
    display: flex;
    align-items: center;
    justify-content: center
}
.header__modal--auth__content--head--icon {
    height: 33px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding-right: 12px
}
.header__modal--auth__content--head--icon svg {
    width: 25px;
    height: 26px
}
.header__modal--auth__content--head--close {
    height: 33px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    transition: var(--transition-base)
}
.header__modal--auth__content--head--close svg {
    width: 22px;
    height: 23px;
    stroke: #231F20;
    transition: var(--transition-base)
}
.header__modal--auth__content--head--close:hover svg {
    transform: rotate(180deg);
    stroke: var(--color-red)
}
.header__modal--auth__content--login {
    padding: 40px 112px
}
.header__modal--auth__content--login--wrap {
    height: calc((var(--vh, 1vh) * 100) - 100px);
    overflow: auto;
    padding: 0 0 40px 0
}
.header-modal-auth-buttons {
    display: flex;
    gap: 30px
}
.header__modal--auth__content--login--reg {
    display: flex;
    flex-direction: column;
    padding: 21px 22px 24px 26px;
    border: 1px solid var(--color-yellow);
    width: max-content;
    transition: var(--transition-base);
    margin-top: 50px
}
.header__modal--auth__content--login--reg:hover {
    background-color: #94c51b
}
.header__modal--auth__content--login--reg span {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--color-gray__dark);
    margin-bottom: 22px;
    transition: var(--transition-base)
}
.header__modal--auth__content--login--reg svg {
    width: 38px;
    height: 10px;
    transition: var(--transition-base)
}
.header__modal--auth__content--login--reg:hover svg {
    transform: translateX(15px)
}
.header__modal--auth__content--login--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--color-gray__dark);
    margin-bottom: 30px;
    display: block
}
.header__modal--auth__content--login .wa-signup-url {
    display: none
}
.header__modal--auth__content--login .wa-field.wa-field-login {
    margin-bottom: 20px
}
.header__modal--auth__content--login .wa-buttons-wrapper input[type='submit'] {
    background-color: var(--color-gray);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-black);
    padding: 9px 42px;
    border-radius: unset;
    transition: var(--transition-base);
    box-shadow: unset;
    border: unset
}
.header__modal--auth__content--login .wa-buttons-wrapper input[type='submit']:hover,
.header__modal--auth__content--login .wa-buttons-wrapper input[type='submit']:focus,
.header__modal--auth__content--login .wa-buttons-wrapper input[type='submit']:active {
    background-color: #94c51b;
    color: var(--color-black)
}
.header__modal--auth__content--login .wa-login-form-wrapper .wa-field .wa-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #4F4F4F
}
.header__modal--auth__content--login .wa-login-form-wrapper input[type="text"],
.header__modal--auth__content--login .wa-login-form-wrapper input[type="password"] {
    border: unset;
    border-bottom: 1px solid #C4C4C4;
    border-radius: unset;
    transition: var(--transition-base);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--color-black);
    padding-left: unset !important
}
.header__modal--auth__content--login .wa-login-form-wrapper input[type="text"]:hover,
.header__modal--auth__content--login .wa-login-form-wrapper input[type="text"]:focus,
.header__modal--auth__content--login .wa-login-form-wrapper input[type="password"]:hover,
.header__modal--auth__content--login .wa-login-form-wrapper input[type="password"]:focus {
    border-color: var(--color-gray__dark) !important
}
.header__modal--auth__content--login .wa-login-form-wrapper input[type="text"]::placeholder {
    color: transparent !important
}
.header__modal--auth__content--login .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
    margin: 20px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #4F4F4F;
    transition: var(--transition-base)
}
.header__modal--auth__content--login .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url:hover {
    color: var(--color-black);
    text-decoration: underline
}
.header__modal--auth__content--profile {
    padding: 40px 112px
}
.header__modal--auth__content--profile--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--color-gray__dark);
    margin-bottom: 30px;
    display: block
}
.header__modal--auth__content--profile--links {
    display: flex;
    flex-direction: column
}
.header__modal--auth__content--profile--links a {
    margin-bottom: 20px;
    display: block;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-gray__dark);
    transition: var(--transition-base)
}
.header__modal--auth__content--profile--links a:nth-child(2) {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%
}
.header__modal--auth__content--profile--links a:last-child {
    margin-bottom: unset
}
.header__modal--auth__content--profile--links a:hover {
    color: var(--color-yellow)
}
.header__modal--auth--bg {
    background: #232323;
    opacity: .92;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}
@media screen and (max-width:600px) {
    .header__modal--auth__content--login,
    .header__modal--auth__content--profile {
        padding: 20px 10px
    }
    .header__modal--auth__content--login .wa-login-form-wrapper {
        padding: 0 40px 0 0
    }
}
/**/

.page--product {
    background-color: var(--color-white);
    width: 100%;
    display: flex;
    justify-content: center
}
.product--name {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: var(--color-gray__dark);
    margin: 0
}
.cart_aux {
    margin: unset;
    padding: unset
}
.product--main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 1vw
}
.product--gallery {
    width: 630px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}
.product--right {
    width: calc(100% - 660px)
}
.product--cart--info {
    background: #F7F7F7;
    box-shadow: 2px 2px 0 #D2D2D2;
    padding: 30px 20px;
    position: relative
}
.product--cart--info--code {
    display: flex;
    align-items: center
}
.product--cart--info--code span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-gray__dark)
}
.product--add-to-compare--wrap {
    position: relative;
    margin: 24px 0 0 10px
}
.product--add-to-compare {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: max-content;
    position: relative
}
svg.product--add-to-compare--icon {
    width: 22px;
    height: 25px;
    fill: var(--color-white);
    stroke: #4F4F4F;
    transition: var(--transition-base);
    margin-right: 12px
}
.product--add-to-compare span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    transition: var(--transition-base)
}
.add-to-compare--count {
    opacity: 0;
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border: 1px solid #4F4F4F;
    color: #4F4F4F;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    position: absolute;
    left: 11px;
    bottom: -5px;
    border-radius: 50%;
    transition: var(--transition-base)
}
.add-to-compare--count.show {
    opacity: 1;
    pointer-events: inherit
}
.product--add-to-compare--link {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    bottom: -9px;
    left: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-yellow);
    transform: translateY(100%);
    transition: var(--transition-base)
}
.product--add-to-compare--link.show {
    opacity: 1;
    pointer-events: inherit
}
svg.product--add-to-compare--arrow {
    width: 6px;
    height: 11px;
    margin-left: 9px;
    stroke: var(--color-yellow);
    transition: var(--transition-base)
}
.product--add-to-compare--link:hover {
    color: var(--color-gray__dark)
}
.product--add-to-compare--link:hover svg.product--add-to-compare--arrow {
    stroke: var(--color-gray__dark)
}
.product--add-to-compare:hover span {
    color: var(--color-yellow)
}
.product--add-to-compare:hover svg.product--add-to-compare--icon {
    stroke: var(--color-yellow)
}
.product--add-to-compare.active .add-to-compare--count {
    background-color: #94c51b
}
.product--cart--info--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.product--cart--info__add2cart {
    margin-top: 24px
}
.product--cart--info__prices {
    display: flex;
    flex-direction: column
}
.product__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black)
}
.addtocart--large {
    line-height: unset;
    height: unset
}
.product__old-price {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #828282
}
.product--addtocart {
    background-color: #94c51b;
    border-radius: 6px;
    padding: 13px 30px;
    cursor: pointer;
    transition: var(--transition-base);
    margin-top: 24px
}
.product--addtocart.disabled {
    background-color: var(--color-gray);
    cursor: not-allowed
}
.product--addtocart.disabled:hover {
    background-color: var(--color-gray)
}
.product--addtocart.disabled:hover small {
    color: var(--color-black)
}
.product--addtocart small {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
    transition: var(--transition-base)
}
.product--addtocart span {
    display: none
}
.product--addtocart:hover,
.product--addtocart.cart-loading {
    background-color: var(--color-yellow--hover)
}
.product--addtocart.js-added-cart small {
    display: none
}
.product--addtocart.js-added-cart span {
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black)
}
.product--addtocart:hover small,
.product--addtocart:hover span,
.product--addtocart.cart-loading small,
.product--addtocart.cart-loading span {
    color: var(--color-white)
}
.cart_plugin {
    margin: unset;
    padding: unset
}
.product--stock--btn {
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
    margin-top: 38px
}
.product--stock--btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-gray__dark);
    transition: var(--transition-base)
}
.product--stock--btn svg {
    width: 52px;
    height: 13px;
    margin-left: 19px;
    transition: var(--transition-base);
    stroke: #828282
}
.product--stock--btn:hover span {
    color: var(--color-yellow--hover)
}
.product--stock--btn:hover svg {
    stroke: var(--color-yellow--hover)
}
.product--sku--list {
    display: flex;
    flex-direction: column
}
.product--sku--item {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}
.product--sku--item:last-child {
    margin-bottom: unset
}
.product--stocks--name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    margin-right: auto;
    width: calc(100% - 180px)
}
.product--stocks--name span {
    display: block !important
}
.product--stocks--count {
    width: 150px
}
.product--stocks--count strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F
}
.product--stocks--count i {
    display: none
}
.product--stocks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F7F7F7;
    box-shadow: 2px 2px 0 #D2D2D2;
    padding: 20px 28px 60px 20px;
    margin: unset;
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: .3s opacity ease-in-out, .5s transform ease-in-out;
    z-index: 2
}
.product--stocks.show {
    pointer-events: inherit;
    opacity: 1;
    transform: translateY(0)
}
.product--stocks--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px
}
.product--stocks--head span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333
}
.product--stocks--head svg {
    width: 22px;
    height: 22px;
    stroke: #4F4F4F;
    transition: var(--transition-base);
    cursor: pointer
}
.product--stocks--head svg:hover {
    transform: rotate(180deg);
    stroke: #ED1C24
}
.product_cart {
    padding: unset
}
.product--gallery .product_gallery-previews.carousel-vertical {
    padding: unset
}
.product--gallery .product_gallery-previews {
    width: 80px
}
.product--gallery .product_image-preview {
    height: 80px;
    border: 1px solid #BDBDBD
}
.product--gallery .product_image-preview.selected {
    border-color: var(--color-yellow) !important
}
.product--gallery .product_image-preview a {
    width: 100%;
    height: 100%;
    margin: unset;
    display: flex;
    align-items: center;
    justify-content: center
}
.product--gallery .product_image-preview a img {
    width: 100%;
    height: auto
}
.product--gallery .product_gallery-previews~.product_main-left {
    padding: unset;
    width: calc(100% - 115px);
    margin-left: auto;
    display: flex;
    align-items: center
}
.product--info {
    width: 100%;
    margin-top: 50px
}
.product--custom--tabs--list {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    overflow: auto
}
.product--custom--tabs--list--item {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-gray__dark);
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    margin-right: 70px;
    cursor: pointer;
    transition: var(--transition-base)
}
.product--custom--tabs--list--item:last-child {
    margin-right: unset
}
.product--custom--tabs--list--item:not(.active):hover {
    color: var(--color-yellow)
}
.product--custom--tabs--list--item.active {
    border-color: var(--color-yellow);
    font-weight: 700
}
.product__features--item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    justify-content: space-between
}
.product__features--item.product__features--item--hidden {
    display: none
}
.product__features--item--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    width: 205px
}
.product__features--item--value {
    width: calc(100% - 255px);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F
}
.product__features--see__all {
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-base)
}
.product__features--see__all.show {
    opacity: 1;
    pointer-events: inherit;
    margin-top: 20px
}
.product__features--see__all span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-yellow--hover);
    transition: var(--transition-base)
}
.product__features--see__all svg {
    width: 13px;
    height: 8px;
    stroke: var(--color-yellow--hover);
    transition: var(--transition-base);
    margin-left: 10px
}
.product__features--see__all:hover span,
.product__features--see__all:hover svg {
    color: var(--color-black);
    stroke: var(--color-black)
}
.product--custom--tabs--content--item {
    display: none
}
.product--custom--tabs--content--item.active {
    display: block
}
.product--lists {
    background-color: #E0E0E0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0 80px;
    margin-top: 100px
}
.product--related__list--wrap,
.product--upselling__list--wrap,
.product--viewed__list--wrap {
    margin-bottom: 60px
}
@media screen and (max-width:768px) {
    .product--related__list--wrap,
    .product--upselling__list--wrap,
    .product--viewed__list--wrap {
        margin-bottom: 30px
    }
    .product--lists {
        padding: 25px 0 40px;
        margin-top: 25px
    }
}
.product--related__list--top,
.product--upselling__list--top,
.product--viewed__list--top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0
}
.product--related__list--arrows,
.product--upselling__list--arrows,
.product--viewed__list--arrows {
    display: flex;
    align-items: center
}
.product--related__list--arrow,
.product--upselling__list--arrow,
.product--viewed__list--arrow {
    width: 52px;
    height: 13px;
    cursor: pointer;
    display: flex;
    align-items: center
}
.product--related__list--arrow.swiper-button-disabled,
.product--upselling__list--arrow.swiper-button-disabled,
.product--viewed__list--arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}
.product--related__list--arrow.prev,
.product--upselling__list--arrow.prev,
.product--viewed__list--arrow.prev {
    margin-right: 20px
}
.product--related__list--arrow svg,
.product--upselling__list--arrow svg,
.product--viewed__list--arrow svg {
    width: 100%;
    height: 100%;
    stroke: #828282;
    transition: var(--transition-base)
}
.product--related__list--arrow:not(.swiper-button-disabled):hover svg,
.product--upselling__list--arrow:not(.swiper-button-disabled):hover svg,
.product--viewed__list--arrow:not(.swiper-button-disabled):hover svg {
    stroke: var(--color-yellow--hover)
}
.product--related__list--arrow.prev svg,
.product--upselling__list--arrow.prev svg,
.product--viewed__list--arrow.prev svg {
    transform: rotate(180deg)
}
.product--related__title,
.product--upselling__title,
.product--viewed__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-gray__dark);
    margin: unset;
    max-width: calc(100% - 150px)
}
.product--upselling__title {
    display: flex;
    flex-direction: column
}
.product--related__list,
.product--upselling__list,
.product--viewed__list {
    display: flex;
    align-items: stretch;
    height: auto;
    overflow: hidden
}

.product--related__list .swiper-slide,
.product--upselling__list .swiper-slide,
.product--viewed__list .swiper-slide {
    height: auto
}

.product--related__list .category--item,
.product--upselling__list .category--item,
.product--viewed__list .category--item {
    margin: unset;
    max-width: 100%;
    height: 100%
}

.product--related__list .category--item:hover .category--item__buy--btn,
.product--upselling__list .category--item:hover .category--item__buy--btn,
.product--viewed__list .category--item:hover .category--item__buy--btn,
.product--related__list .category--item:hover .product-out-stock,
.product--upselling__list .category--item:hover .product-out-stock,
.product--viewed__list .category--item:hover .product-out-stock {
    opacity: 1
}

.product--category--parent--link {
    width: 52px;
    height: 13px;
    display: flex;
    margin-right: 29px
}

.product--category--parent--link a,
.product--category--parent--link svg {
    width: 100%;
    height: 100%;
    stroke: #828282;
    transition: var(--transition-base)
}

.product--category--parent--link a:hover svg {
    stroke: var(--color-yellow--hover)
}

.product--gallery--wrap {
    width: 100%;
    display: flex;
    height: 515px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.product--gallery--arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px
}

.product--gallery--arrow {
    display: flex;
    width: max-content;
    cursor: pointer
}

.product--gallery--arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default
}

.product--gallery--arrow svg {
    width: 13px;
    height: 34px;
    stroke: #828282;
    transition: var(--transition-base)
}

.product--gallery--arrow.prev {
    margin-left: 15px
}

.product--gallery--arrow.prev svg {
    transform: rotate(180deg)
}

.product--gallery--arrow:not(.swiper-button-disabled):hover svg {
    stroke: var(--color-yellow--hover)
}

.product--gallery--thumbnails--wrap {
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.product--gallery--thumbnails {
    width: 80px;
    overflow: hidden;
    height: 450px
}

.product--gallery--thumbnail--item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BDBDBD;
    transition: var(--transition-base);
    cursor: pointer
}

.product--gallery--thumbnail--item.swiper-slide-active {
    border-color: var(--color-yellow--hover)
}

.product--gallery--thumbnail--item img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product--gallery--main--img {
    width: calc(100% - 170px);
    margin-right: 24px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.product--gallery--main--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in
}

.product--gallery--main--img.single {
    width: 100%;
    margin-left: unset;
    overflow: hidden
}

.product--gallery--main--img.single img {
    cursor: default
}

.product--sticky {
    position: fixed;
    z-index: 1;
    top: 80px !important
}

.product--stop {
    position: relative;
    z-index: 1
}

.product--gallery--video {
    width: 100%;
    margin-top: 100px;
    position: relative
}

.product--gallery--video img {
    width: 100%
}

.product--gallery--video--btn {
    position: absolute;
    z-index: 1;
    stroke: var(--color-white);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 154px;
    border: 30px solid rgba(255, 255, 255, .26);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition-base)
}
.product--gallery--video--btn:hover {
    border-width: 38px
}
.product--gallery--video--btn svg {
    width: 24px;
    height: 24px
}
.product--banner {
    width: 100%;
    padding: 25px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #94c51b
}
.product--banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(../../../shop/themes/huter2022/img/product--banner.png);
    opacity: .5;
    mix-blend-mode: darken
}
.product--banner span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-gray__dark);
    position: relative;
    z-index: 1;
    word-break: break-all;
    text-align: left;
    width: calc(100% - 224px);
    font-weight: 700
}
.product--banner a {
    padding: 11px 29px;
    background-color: var(--color-gray__dark);
    border-radius: 6px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #F7F7F7;
    transition: var(--transition-base);
    position: relative;
    z-index: 1;
    min-width: 120px
}

.product--banner a:hover {
    background-color: var(--color-black);
    color: var(--color-yellow)
}
.product--banner img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
/*
.product--gallery--video__icon {
    flex-direction: column;
    display: none;
    align-items: center
}

.product--gallery--video__icon--wrap {
    width: 40px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #828282;
    border-radius: 4px;
    transition: var(--transition-base);
    cursor: pointer
}

.product--gallery--video__icon--wrap svg {
    width: 11px;
    height: 13px;
    stroke: #828282;
    fill: var(--color-white);
    transition: var(--transition-base)
}

.product--gallery--video__icon:hover .product--gallery--video__icon--wrap {
    background-color: var(--color-yellow--hover);
    border-color: var(--color-yellow--hover)
}

.product--gallery--video__icon:hover svg {
    stroke: var(--color-white)
}

.product--gallery--video__icon span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
    margin-top: 5px;
    transition: var(--transition-base)
}

.product--gallery--video__icon:hover span {
    color: var(--color-yellow--hover)
}
*/
.product--parent--link {
    display: none
}
.product_related-compare {
    color: var(--color-black);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: var(--transition-base);
    margin: 5px 0 0 0;
    width: max-content
}
.product_related-compare:hover {
    color: var(--color-yellow--hover) !important
}
@media screen and (max-width:1200px) {
    .product--right {
        width: calc(100% - 600px)
    }
    .product--gallery {
        width: 580px
    }
    .product--gallery--main--img {
        width: calc(100% - 120px);
        margin: 0 20px
    }
    .product--gallery--video--btn {
        width: 100px;
        height: 100px;
        border-width: 15px
    }
    .product--gallery--video--btn:hover {
        border-width: 20px
    }
}
@media screen and (max-width:1100px) {
    .product--custom--tabs--list--item {
        margin-right: 30px
    }
}
@media screen and (max-width:1050px) {
    .product--cart--info--row {
        flex-wrap: wrap
    }
    .product--cart--info__prices {
        flex-direction: row;
        align-items: center
    }
    .product__price {
        margin: 0 25px 0 0
    }
    .product--add-to-compare--wrap {
        width: 100%
    }
    .product__features--item--title,
    .product__features--item--value {
        width: calc(50% - 20px)
    }
    .product__features--item {
        margin-bottom: 15px
    }
}
@media screen and (max-width:1134px) {
    .product--banner {
        flex-direction: column
    }
    .product--banner span {
        width: 100%;
        text-align: center
    }
    .product--banner a {
        margin: 20px 0 0
    }
}
@media screen and (max-width:1000px) {
    .product--gallery--video {
        margin-top: 50px
    }
    .product--gallery--main--img {
        display: none
    }
    .product--gallery--main--img.single {
        display: flex
    }
    .product--gallery--main--img.single img {
        height: 100%;
        object-fit: contain
    }
    .product--gallery,
    .product--right {
        width: calc(50% - 16px)
    }
    .product--gallery--wrap,
    .product--gallery--thumbnails,
    .product--gallery--thumbnails--wrap {
        width: 100%
    }
    .product--gallery--wrap {
        height: 300px
    }
    .product--gallery--thumbnails {
        height: inherit;
        width: calc(100% - 100px)
    }
    .product--gallery--thumbnails--wrap {
        flex-direction: row
    }
    .product--gallery--thumbnail--item,
    .product--gallery--thumbnail--item.swiper-slide-active {
        border-color: transparent
    }
    .product--gallery--arrows {
        transform: rotate(-90deg)
    }
    .product--gallery--video__icon {
        display: flex;
        order: 1
    }
    .product--gallery--handler {
        width: 80px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 11px 0 30px
    }
    .product--gallery--arrows {
        margin-top: auto;
        order: 3
    }
    .product--gallery--handler .product--add-to-compare--wrap {
        order: 2;
        margin-top: 33px;
        flex-direction: column;
        align-items: center
    }

    .product--gallery--handler .product--add-to-compare--wrap .product--add-to-compare {
        margin: 0 auto
    }

    .product--gallery--handler .product--add-to-compare--wrap svg.product--add-to-compare--icon {
        margin: unset;
        width: 40px;
        height: 40px;
        stroke-width: .5px
    }

    .product--gallery--handler .product--add-to-compare--wrap .product--add-to-compare span {
        display: none
    }

    .product--gallery--handler .product--add-to-compare--wrap svg.product--add-to-compare--arrow {
        display: none
    }

    .product--gallery--handler .product--add-to-compare--wrap .product--add-to-compare--link {
        position: relative;
        inset: unset;
        transform: translate(0);
        display: block;
        text-align: center;
        margin-top: 5px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }

    .product--gallery--handler .product--add-to-compare--wrap .add-to-compare--count {
        left: unset;
        right: 1px
    }
}
@media screen and (max-width:900px) {
    .page--product .container {
        max-width: 100%
    }
    .product--gallery {
        width: calc(100% - 352px)
    }
    .product--right {
        width: 330px
    }
    .product--custom--tabs--list {
        padding-right: 20px;
        padding-bottom: unset;
        margin-bottom: unset
    }
    .product--custom--tabs--list::-webkit-scrollbar {
        width: 0
    }
    .product--custom--tabs--list--item {
        white-space: nowrap
    }
    .product--custom--tabs--content {
        padding-right: 15px
    }
    .product--banner {
        width: calc(100% - 15px)
    }
}
@media screen and (max-width:800px) {
    .product--gallery--handler {
        width: 60px
    }
    .product--gallery--thumbnails {
        width: calc(100% - 70px)
    }
}
@media screen and (max-width:767px) {
    .product--name--wrap {
        display: flex;
        align-items: flex-start;
        width: calc(100% - 15px)
    }

    .product--parent--link {
        display: flex;
        width: 28px;
        height: 16px;
        stroke: #828282;
        margin: 2px 15px 0 0
    }

    .product--parent--link svg {
        width: 100%;
        height: 100%
    }

    .page--product .container {
        padding: 0 15px;
        max-width: 1320px
    }

    .product--main {
        flex-direction: column
    }

    .product--gallery,
    .product--right {
        width: 100%
    }

    .product--gallery--thumbnails {
        width: calc(100% - 100px)
    }

    .product--gallery--handler {
        width: 80px
    }

    .product--name {
        font-weight: 700;
        font-size: 18px;
        line-height: 130%
    }

    .product--main {
        margin-top: 20px
    }

    .product--gallery--wrap {
        height: 100%;
        max-height: 420px
    }

    .product--gallery--thumbnail--item img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .product--cart--info {
        max-width: 100%
    }

    .product--cart--info {
        padding: 10px 28px 35px 10px
    }

    .product--cart--info--row {
        margin-top: 8px
    }

    .product--cart--info--code span {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px
    }

    .product--stock--btn {
        margin-top: 40px
    }

    .product--info {
        margin-top: 30px
    }

    .product--addtocart {
        padding: 7px 16px
    }

    .product--addtocart.disabled {
        pointer-events: none
    }

    .product--addtocart.js-added-cart span,
    .product--addtocart small {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px
    }

    .product__price {
        margin-right: 20px;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px
    }

    .product__old-price {
        font-weight: 300;
        font-size: 13px;
        line-height: 16px
    }

    .product--banner {
        padding: 20px;
        flex-direction: row
    }

    .product--banner span {
        width: calc(100% - 224px)
    }

    .product--banner a {
        margin: unset
    }

    .product--banner span,
    .product--banner a {
        font-size: 14px;
        line-height: 16px
    }

    .product--custom--tabs--content {
        padding-right: unset
    }

    .product--banner {
        width: 100%
    }

    .product__features--item {
        margin-bottom: 20px
    }

    .product__features--item--title {
        font-weight: 500;
        font-size: 13px;
        line-height: 16px
    }

    .product__features--item--value {
        font-weight: 500;
        font-size: 13px;
        line-height: 16px
    }

    .product--custom--tabs--list {
        margin-bottom: 20px
    }

    .product--gallery--handler {
        width: 60px
    }

    .product--gallery--thumbnails {
        width: calc(100% - 70px)
    }

    .product--gallery--video {
        margin-top: 20px
    }
}
@media screen and (max-width:420px) {
    .product--banner {
        flex-direction: column
    }
    .product--banner span {
        width: 100%;
        text-align: center
    }
    .product--banner a {
        margin: 20px 0 0
    }
}
@media screen and (max-width:406px) {
    .page--product .container {
        padding-right: unset;
        max-width: 100%
    }
    .product--gallery--thumbnails--wrap,
    .product--cart--info,
    .product--banner,
    .product--gallery--video {
        width: calc(100% - 15px)
    }
    .product--custom--tabs--content {
        padding-right: 15px
    }
    .product--custom--tabs--list {
        margin-bottom: unset
    }
}
.cursor {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #AEAEAE;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
    top: 50%;
    left: 125px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .4
}
.cursor svg {
    width: 19px;
    height: 24px
}
.cursor:hover {
    opacity: 1
}
@media screen and (max-width:1000px) {
    .hero .container::after,
    .hero .container::before {
        display: none
    }
}
.dlpv-form__button:hover {
    opacity: .7;
    color: var(--color-black)
}

.category--filter__mobile--head {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 31px
}

.category--filter__mobile--head span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-gray__dark)
}

/*
.dl__filter--footer {
    align-items: center;
    width: 300px;
    justify-content: space-between;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: var(--color-white);
    padding: 15px 20px;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-base)
}

.dl__filter--footer.show {
    opacity: 1;
    pointer-events: inherit
}

@media screen and (max-width:1110px) {

    .category--filter__mobile--head,
    .dl__filter--footer {
        display: flex
    }
}

.dl__filter-apply,
.dl__filter-reset {
    width: calc(50% - 15px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 3px;
    cursor: pointer;
    height: 33px
}

.dl__filter-reset {
    border: 1px solid #828282;
    border-radius: 3px;
    background-color: transparent;
    color: #828282 !important
}

.dl__filter-apply {
    background: #F7BA1F;
    color: #231F20
}

.product_zero-price {
    margin-bottom: 15px;
    display: block
}

.product--custom--tabs--content--item[data-tab-content="description"] {
    text-align: justify
}

.product--custom--tabs--content--item[data-tab-content="description"] a {
    text-decoration: underline;
    font-weight: 600;
    transition: var(--transition-base)
}

.product--custom--tabs--content--item[data-tab-content="description"] a:hover {
    color: var(--color-yellow--hover)
}

.product--custom--tabs--content--item[data-tab-content="description"] ul {
    list-style: disc
}

.product--custom--tabs--content--item[data-tab-content="pages"] a {
    display: flex;
    align-items: center;
    width: max-content;
    transition: 0s !important
}

.product--custom--tabs--content--item[data-tab-content="pages"] a::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../huter2022/img/doc.png');
    display: block;
    background-size: cover;
    margin-right: 10px
}

.product--custom--tabs--content--item[data-tab-content="pages"] a:hover::before {
    background-image: url('../huter2022/img/doc-y.png')
}

.dl-inpage .wa-field.wa-field-terms-accepted label .jq-checkbox.checked:before {
    font: normal normal normal 14px/1 FontAwesome !important;
    top: -2px;
    left: -1px;
    color: var(--color-yellow)
}

.dl-inpage .wa-field.wa-field-terms-accepted label a {
    transition: var(--transition-base);
    color: var(--color-black);
    text-decoration: underline
}

.dl-inpage .wa-field.wa-field-terms-accepted label a:hover {
    color: var(--color-yellow--hover)
}

.about-dl--bottom--info__form .wa-form .wa-field .wa-value textarea {
    padding: 10px !important
}

.about-dl--bottom--info__form .wa-form .wa-field .wa-value {
    margin-top: 5px
}

.shop-regions-ip-analyzer {
    width: unset !important
}

@media screen and (max-width:1000px) {
    .shop-regions__ip-analyzer-variants {
        display: none !important
    }
}

@media screen and (max-width:600px) {

    .hero--indicators,
    .cursor {
        top: 40%
    }

    .cursor {
        width: 52px;
        height: 52px;
        left: 100px
    }

    .cursor svg {
        width: 15px;
        height: 20px
    }
}

.category--item.active .category--item__compare,
.category--item:hover .category--item__compare {
    opacity: 1
}

.category--item__compare {
    width: 25px;
    height: 29px;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 8px;
    z-index: 2;
    opacity: 0;
    transition: var(--transition-base)
}

.category--item__compare.active {
    opacity: 1
}

.category--item__compare:hover svg,
.category--item__compare.active svg {
    stroke: var(--color-yellow)
}

.category--item__compare svg {
    width: 100%;
    height: 100%;
    stroke: #828282;
    transition: var(--transition-base)
}

@media screen and (max-width:1000px) {
    .category--item__compare {
        opacity: 1
    }

    .category--item__compare:hover svg {
        stroke: #828282
    }
}

@media screen and (max-width:768px) {
    .category--item__compare {
        width: 16px;
        height: 18px
    }
}
*/
.wa-button.blue {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important;
    transition: var(--transition-base) !important
}
/*
.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-thumb,
.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-thumb {
    height: auto !important;
    background-position: 50% 50%;
    padding-bottom: 52.6%
}

.dl-inpage form.form_im input[type="submit"] {
    margin-top: 20px
}
*/
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px;
    margin: 0 20px 0 auto;
    padding: unset !important;
    line-height: 1 !important
}

.wa-step-section.wa-step-confirm-section .wa-checkbox-wrapper a,
.wa-order-dialog .wa-dialog-body .wa-dialog-content a {
    color: #006bd8 !important;
    transition: var(--transition-base)
}

.wa-step-section.wa-step-confirm-section .wa-checkbox-wrapper a:hover,
.wa-step-section.wa-step-confirm-section .wa-checkbox-wrapper a:focus,
.wa-order-dialog .wa-dialog-body .wa-dialog-content a:hover,
.wa-order-dialog .wa-dialog-body .wa-dialog-content a:focus {
    color: var(--color-yellow) !important
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.dl-load-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-base)
}

.dl-load-circle svg {
    animation: rotating 2s linear infinite;
    transform-origin: center center
}

.header__cart--icon.dl--load {
    pointer-events: none
}
.header__cart--icon.dl--load svg:first-child,
.header__cart--icon.dl--load span {
    opacity: 0
}
.header__cart--icon.dl--load .dl-load-circle,
.header__cart--icon.dl--load .dl-load-circle svg {
    opacity: 1
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input.header__search--form--input,
    input.header__search--form--input:focus {
        font-size: 16px
    }
}
@media screen and (max-width:700px) {
    main {
        min-height: calc((var(--vh, 1vh) * 100) - 60px - 833px)
    }
}
.form_im input[type="submit"] {
    margin-top: 20px !important
}
.header__location--pseudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2
}

.product__modal--big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-base);
    user-select: none
}

.product__modal--big.open {
    opacity: 1;
    pointer-events: inherit
}

.product__modal--big__content {
    background-color: var(--color-white);
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.product__modal--big__content--head {
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product__modal--big__content--head span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-gray__dark);
    width: calc(100% - 44px)
}

.product__modal--big__content--head__close {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.product__modal--big__content--head__close svg {
    width: 100%;
    height: 100%;
    stroke: var(--color-black);
    transition: var(--transition-base)
}

.product__modal--big__content--head__close:hover svg {
    stroke: var(--color-red);
    transform: rotate(180deg)
}

.product__modal--big__content--body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product__modal--big__content--body__main {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.product__modal--big__content--body__main--img {
    height: calc(100% - 15px);
    margin-bottom: auto;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    transition: var(--transition-base)
}

.product__modal--big__content--body__main--img.load {
    opacity: 0
}

.product__modal--big__content--body__main--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: zoom-in
}

.product__modal--big__content--body__main--img img.focus--scale {
    cursor: zoom-out
}

.product__modal--big__content--body__main--arrow {
    width: 24px;
    height: 69px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    display: none
}

.product__modal--big__content--body__main--arrow.active {
    opacity: 1;
    pointer-events: inherit;
    display: flex
}

.product__modal--big__content--body__main--arrow:hover svg {
    stroke: var(--color-yellow)
}

.product__modal--big__content--body__main--arrow.next {
    transform: rotate(180deg)
}

.product__modal--big__content--body__main--arrow svg {
    width: 100%;
    height: 100%;
    transition: var(--transition-base);
    stroke: var(--color-black)
}

.product__modal--big__content--body__thumbs {
    height: 100px;
    width: 100%;
    position: relative
}

.product__modal--big__content--body__thumbs--wrap {
    width: 100%;
    display: flex;
    height: 100%;
    overflow: hidden
}

.product__modal--big__content--body__thumbs--item {
    width: 100px;
    margin-right: 12px;
    border: 1px solid #BDBDBD;
    cursor: pointer;
    transition: var(--transition-base);
    height: 100%;
    overflow: hidden
}

.product__modal--big__content--body__thumbs--item:hover,
.product__modal--big__content--body__thumbs--item.active {
    border: 1px solid var(--color-yellow)
}

.product__modal--big__content--body__thumbs--item:last-child {
    margin-right: unset
}

.product__modal--big__content--body__thumbs img {
    height: 100%;
    width: auto;
    padding: 12px
}

.product__modal--big__content--body__thumb--arrow {
    width: 32px;
    height: 32px;
    background-color: var(--color-white);
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border: 1px solid var(--color-gray__dark)
}

.product__modal--big__content--body__thumb--arrow.swiper-button-lock {
    display: none
}

.product__modal--big__content--body__thumb--arrow.swiper-button-disabled svg {
    opacity: .5
}

.product__modal--big__content--body__thumb--arrow.prev {
    left: -10px;
    transform: translateY(-50%) rotate(180deg)
}

.product__modal--big__content--body__thumb--arrow.next {
    right: -10px
}

.product__modal--big__content--body__thumb--arrow svg {
    stroke: var(--color-gray__dark);
    width: 14px;
    height: 20px
}

@media screen and (max-width:1000px) {
    .product__modal--big__content--body__thumbs--item:not(.active):hover {
        border-color: #BDBDBD
    }
}

@media screen and (max-width:768px) {
    .product__modal--big__content--body__main {
        height: calc(100% - 80px)
    }

    .product__modal--big__content--body__thumbs {
        height: 80px
    }

    .product__modal--big__content--body__thumbs--item {
        width: 80px
    }
}

@media screen and (max-width:500px) {
    .product__modal--big__content--body__main {
        height: calc(100% - 70px)
    }

    .product__modal--big__content--body__thumbs {
        height: 70px
    }

    .product__modal--big__content--body__thumbs img {
        padding: 4px
    }

    .product__modal--big__content--body__thumbs--item {
        width: 70px
    }
}

.wa-order-form-wrapper.is-locked:after {
    z-index: 2 !important
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action .wa-icon {
    min-width: 11px !important;
    padding: unset !important;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action .wa-tooltip {
    display: flex;
    align-items: center
}

.wa-button.gray.js-use-coupon {
    transition: var(--transition-base)
}

.wa-button.gray.js-use-coupon:hover {
    background-color: var(--color-yellow) !important;
    color: var(--color-white) !important
}

.wa-button.gray.js-use-coupon.active {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important
}

.filter-opt-show-btn span {
    color: var(--color-black) !important;
    transition: var(--transition-base) !important
}

.filter-opt-show-btn:before {
    color: var(--color-black) !important;
    transition: var(--transition-base) !important;
    font: normal normal normal 10px/1 FontAwesome !important
}

.filter-opt-show-btn:hover span,
.filter-opt-show-btn:hover:before {
    color: var(--color-yellow) !important
}

.form_im form[name="iblock_add"] p {
    margin: 16px 0 8px 0 !important
}

.wa-field-wrapper .wa-textarea {
    padding: 10px !important
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-name {
    margin: unset !important
}

.wa-delivery-types-section .wa-type-wrapper:hover {
    background-color: var(--color-yellow) !important;
    transition: var(--transition-base) !important
}

.wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active:hover {
    cursor: default !important
}

.wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-name:before {
    display: none !important
}

.about-dl--bottom--info .container {
    flex-wrap: wrap
}

.about-dl--bottom--info .container .about-dl--bottom--info__form+div {
    width: 100%;
    margin: 24px 0
}

.about-dl--bottom--info__form .wa-form button {
    background: var(--color-gray) !important;
    color: #333333 !important;
    opacity: 1 !important
}

.about-dl--bottom--info__form .wa-form button:hover {
    background: var(--color-yellow) !important
}

.wa-comment-section .wa-link:hover,
.wa-comment-section .wa-link:focus .wa-comment-section .wa-link:hover i,
.wa-comment-section .wa-link:focus i {
    color: var(--color-yellow) !important
}

.radio-styler.checked:before,
.jq-radio.checked:before {
    background: var(--color-yellow) !important
}

.checkbox-styler,
.jq-checkbox,
.jq-radio,
.radio-styler {
    border-color: #221F1F !important
}

.filter--stock__list {
    display: flex;
    flex-direction: column;
    margin-top: 9px
}

.filter--stock__item {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: var(--transition-base)
}

.filter--stock__list .filter--stock__item:last-child {
    margin-bottom: unset
}

.filter--stock__item::before,
.filter--stock__item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.filter--stock__item::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #221F1F;
    left: 0
}

.filter--stock__item.checked::after {
    background-color: #94c51b;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 5px
}

.products-tile-outer .category--item {
    max-width: calc((100% / 4) - 30px)
}

.products-tile-outer .category--page--list {
    margin-top: 45px
}

@media screen and (max-width:1150px) {
    .products-tile-outer .category--item {
        max-width: calc((100% / 3) - 30px)
    }
}

@media screen and (max-width:768px) {
    .products-tile-outer .category--item {
        max-width: calc((100% / 2) - 30px)
    }
}

@media screen and (max-width:660px) {
    .products-tile-outer .category--page--list {
        width: calc(100% + 10px);
        margin: 0 -5px;
        margin-top: 45px
    }

    .products-tile-outer .category--item {
        max-width: calc((100% / 2) - 10px);
        margin: 0 5px 10px
    }
}

@media screen and (max-width:760px) {
    .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
        min-height: 85px !important
    }

    .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name a {
        font-size: 16px !important;
        border-bottom: 1px solid !important;
        font-weight: 700 !important
    }
}

.wa-order-form-wrapper .wa-step-auth-section .wa-agreement-wrapper a {
    color: #006bd8 !important
}

.wa-order-form-wrapper .wa-step-auth-section .wa-agreement-wrapper a:hover,
.wa-order-form-wrapper .wa-step-auth-section .wa-agreement-wrapper a:focus {
    color: var(--color-yellow) !important
}

.servis__map--header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%
}

.servis__map--header h3 {
    margin: 20px 24px 0 0 !important
}

.servis__map--header a {
    margin: 20px 0 0 auto;
    padding: 12px 24px;
    background-color: #94c51b;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
    transition: var(--transition-base);
    border-radius: 4px;
    width: max-content;
    text-transform: initial
}

.servis__map--header a:hover,
.servis__map--header a:focus {
    color: var(--color-white)
}

@media screen and (max-width:768px) {
    .servis__map--header a {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 17px
    }
}

.dl-inpage #button-show {
    color: var(--color-black) !important;
    transition: var(--transition-base);
    cursor: pointer;
    text-decoration: underline
}

.dl-inpage #button-show:hover {
    color: var(--color-yellow) !important
}

.content-block.checkout-result.success .s-actions-wrapper a {
    transition: var(--transition-base)
}

.content-block.checkout-result.success .s-actions-wrapper a:hover {
    color: var(--color-yellow) !important
}

a[data-click="more-info"] {
    transition: var(--transition-base)
}

a[data-click="get-there"]:hover {
    transition: var(--transition-base);
    color: var(--color-white) !important
}

.wa-variant-wrapper .wa-variant-actions .wa-button.blue:hover {
    color: var(--color-white) !important;
    background: var(--color-yellow) !important;
    box-shadow: none !important
}

.wa-order-form-wrapper>.s-loading-animation {
    z-index: 3 !important
}

.wa-cross_selling-body .wa-button.gray.js-add-product {
    transition: var(--transition-base)
}

.wa-cross_selling-body .wa-button.gray.js-add-product:hover {
    background: var(--color-yellow) !important;
    color: var(--color-white) !important
}

@media screen and (max-width:768px) {

    .shop-regions-window .shop-regions-window__region_region span,
    .with_regions .js-shop-region-window_search .visible .shop-regions__trigger-switch-city {
        word-break: break-word
    }

    .shop-regions-window__wrapper {
        padding: 20px 5px !important
    }
}

.home__bannner--news {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px
}

.home__bannner--news a {
    width: 100%;
    height: auto;
    display: flex
}

@media screen and (max-width:768px) {
    .home__bannner--news img {
        height: 110px;
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .home__bannner--news img {
        height: 85px;
        width: 100%
    }
}

.badge.news {
    background: #134F0E;
    padding: 5px 12px;
    border-radius: 0;
    top: 0
}

.badge.news span {
    font-size: 12px;
    font-weight: 500;
    color: #F6F6F6
}

@media screen and (max-width:600px) {

    table.compare th,
    table.compare td {
        line-height: 150%
    }
}
/*
.shop-regions-window .shop-region-window_regions_sidebar::-webkit-scrollbar {
    -webkit-appearance: none
}

.shop-regions-window .shop-region-window_regions_sidebar::-webkit-scrollbar:vertical {
    width: 6px
}

.shop-regions-window .shop-region-window_regions_sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    border: 1px solid #fff
}

.shop-regions-window .shop-region-window_regions_sidebar::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #fff
}

.shop-regions-window .shop-regions-window__region_region.selected_region {
    background: #f1f1f1 !important
}

.shop-regions-window .shop-regions-window__region_region.selected_region span {
    color: var(--color-yellow) !important
}

.shop-regions-window .shop-regions-window__region_region span:hover {
    color: var(--color-yellow) !important
}
    */
/*
@media screen and (max-width:600px) {
    .shop-regions-window__wrapper {
        padding: 10px !important
    }

    .shop-regions-window .shop-regions-window__region_region {
        padding: 5px !important
    }

    .shop-regions-window .shop-regions-window__region_region span {
        font-size: 14px !important
    }

    .shop-regions-window .shop-regions-window__region_region.selected_region span {
        font-weight: normal !important
    }

    .shop-regions-window .with_regions .column {
        width: 100% !important
    }

    .with_regions .js-shop-region-window_search .visible .shop-regions__trigger-switch-city {
        font-size: 14px !important
    }

    .shop-regions-window .with_regions .shop-regions-window__region {
        margin-left: 5px !important
    }
}
*/
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover,
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:focus {
    box-shadow: none !important
}

@media screen and (max-width:600px) {
    .dlpv-block {
        margin: 40px 0 50px !important
    }
}

.wa-product-edit-dialog .wa-cart-section .wa-stock-wrapper .wa-stock {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.wa-cross_selling-body .wa-button {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important;
    border-radius: 3px !important;
    transition: var(--transition-base)
}

.wa-cross_selling-body .wa-button:not(.dl--active):hover {
    color: var(--color-white) !important
}

.wa-cross_selling-body .wa-button.dl--active {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important
}

.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
    background-color: var(--color-yellow) !important;
    color: var(--color-black) !important;
    font-weight: 500;
    border-radius: 3px !important;
    transition: var(--transition-base);
    box-shadow: unset !important
}

.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:hover {
    color: var(--color-white) !important
}

.dlpv-block__list__first {
    width: 40% !important
}

.dlpv-block__list--right {
    width: 60% !important
}

.dlpv-block__list__first a.dlpv-block__video .dlpv-block__video-info,
.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-name,
.dlpv-block__list--right a.dlpv-block__video .dlpv-block__video-date {
    display: none
}

@media screen and (max-width:1024px) {
    .dlpv-block__list__first {
        width: 50% !important
    }

    .dlpv-block__list--right {
        width: 50% !important
    }
}

@media screen and (max-width:768px) {
    .dlpv-block__list__first {
        width: 66.66% !important
    }

    .dlpv-block__list--right {
        width: 33.33% !important
    }
}

@media screen and (max-width:600px) {
    .dlpv-block__list__first {
        width: 100% !important
    }

    .dlpv-block__list--right {
        width: 100% !important
    }
}

.product--pnotice {
    text-align: center
}

@media screen and (min-width:1050px) {
    .product--cart--info--row {
        height: 76px
    }
}

.product--cart--info .pnotice__buttonView {
    padding: 0 25px;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
    height: 44px;
    line-height: 44px;
    background: #F7BA1F;
    text-align: center;
    border-radius: 5px;
    margin-top: 16px;
    width: 100%;
    transition: var(--transition-base);
    box-shadow: none
}

@media screen and (min-width:1050px) {
    .product--cart--info .pnotice__buttonView {
        width: auto;
        padding: 0 20px
    }
}

.product--cart--info .pnotice__buttonView:hover {
    color: #fff
}

.category--item .pnotice__buttonView {
    height: 34px;
    line-height: 34px;
    padding: 0 2px;
    font-size: 13px;
    margin-top: 10px;
    opacity: 0;
    transition: var(--transition-base);
    background: #F7BA1F;
    color: #4d4d4d;
    box-shadow: none !important;
    border-radius: 0
}

.category--item .pnotice__buttonView:hover {
    color: #fff
}

.category--item.active .pnotice__buttonView {
    opacity: 1
}

.category--item .pnotice__buttonView:after {
    content: "Ð£Ð²ÐµÐ´Ð¾Ð¼Ð¸Ñ‚ÑŒ Ð¾ Ð¿Ð¾ÑÑ‚ÑƒÐ¿Ð»ÐµÐ½Ð¸Ð¸"
}

.category--item .pnotice__buttonView svg {
    display: none
}
/*
.pnotice {
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1) !important
}
@media screen and (max-width:800px) {
    .pnotice {
        width: 100%;
        left: 0;
        top: 0;
        transform: scale(1) !important
    }
}
/*
.pnotice__select {
    padding: 0 4px
}
input[type="submit"].pnotice__button {
    border-radius: 5px;
    line-height: 44px;
    height: 44px;
    background: #F7BA1F;
    color: #4d4d4d !important;
    box-shadow: none !important;
    transition: var(--transition-base)
}
input.pnotice__input {
    height: 34px;
    line-height: 34px
}
.pnotice__message {
    font-weight: 600
}
.pnotice__message a {
    font-weight: 600;
    text-decoration: underline
}
.pnotice__buttonClose {
    color: #4d4d4d !important
}
input[type="submit"].pnotice__button:hover {
    color: #fff !important
}
.pnotice__select_stocks {
    width: auto;
    max-width: 100%
}
.dl-pnotice__politika {
    display: flex;
    align-items: flex-start
}
.pnotice__policyCheckbox {
    margin-top: 0px !important;
    margin-right: 5px !important
}
.dl-pnotice__policy--text {
    line-height: 18px
}
.pnotice__product {
    display: flex
}
.pnotice__close {
    top: 14px;
    right: 20px;
    width: 11px;
    height: 11px;
    padding: 10px;
    box-sizing: content-box;
    line-height: 11px
}
.pnotice__close svg {
    width: 100%;
    height: 100%;
    stroke: #333
}
.pnotice__politika_error .dl-pnotice__policy--text {
    color: red !important;
    font-weight: 400
}
@media screen and (max-width:480px) {
    .pnotice__w {
        padding: 14px 30px 40px
    }
    .pnotice__img {
        display: inline-block
    }
    .pnotice__name {
        width: auto
    }
    .pnotice__product {
        margin-bottom: 20px
    }
    .pnotice__h {
        margin-bottom: 30px
    }
    .pnotice__close {
        top: 12px;
        right: 15px
    }
    .category--item .pnotice__buttonView {
        margin-bottom: 10px;
        width: auto;
        padding: 0 20px;
        display: none
    }
    .pnotice__input_email {
        width: 100% !important;
        min-width: auto !important
    }
    .pnotice__close {
        top: 10px;
        right: 12px
    }
}
*/