:root {
    --main-color: #30B931;
    --addition-color: #808080;
    --errors-color: #F03030;
    --section-title: min(max(22px, calc(1.375rem + (36 - 22) * ((100vw - 375px) / (1220 - 375)))), 36px);
    --section-mt: min(max(16px, calc(1rem + (48 - 16) * ((100vw - 375px) / (1220 - 375)))), 48px);
    --section-mb: min(max(14px, calc(0.875rem + (35 - 14) * ((100vw - 375px) / (1220 - 375)))), 35px);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) #F5F5F5;
}

main,
header,
footer,
.catalog-menu,
.app-bar,
.backdrop,
main *,
header *,
footer *,
.catalog-menu *,
.app-bar *,
.backdrop *,
span,
a,
.basket,
.footer__top {
    position: relative;
}

*:not(.bx-core-popup-menu *) {
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss01' on, 'ss09' on;
    font-family: 'chipakRaleway', sans-serif;
    text-decoration: none;
}

*:not(.bx-core-popup-menu *, .smartfilter *, .order__wrapper *, .order-modal *, .full-basket *, .personal *, .order *, .modalOrder *, .auth-modal *) {
    /* font-size: 16px; */
    font-size: var(--fs-14-16);
    color: #000;
}

*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

html {
    scrollbar-gutter: stable;
}

html,
body {
    font-size: var(--fs-14-16);
}

html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

body {
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
}

body::before {
    display: block;
    content: "";
    position: fixed;
    inset: 0;
    z-index: 130;
    background: rgba(0, 0, 0, 0.18);
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms;
}

body._backdrop::before {
    opacity: 1;
    pointer-events: all;
}

body._lock {
    overflow-y: hidden;
}

body:has(.searchPage),
body:has(#orderPage) {
    background-color: #FFF;
}

main {
    flex: 1 0 auto;
}


@media screen and (min-width: 1024px) {
    main._inner {
        margin-top: 40px;
    }

    main._inner-catalog {
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    main._inner-catalog {
        margin-top: 71px;
    }
}

body._background {
    background-color: white;
}

footer {
    margin-top: min(max(50px, calc(3.125rem + (90 - 50) * ((100vw - 375px) / (1220 - 375)))), 90px);
}

.footer__body {
    flex: 0 0 auto;
    background: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 14px;
    /* padding-top: 4px; */
}

._border-top {
    border-top: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
    .footer__body {
        padding-bottom: 73px;
    }
}

img,
svg {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

a:focus-visible {
    outline: none;
}

input {
    outline: none;
}

nav li:hover a span,
nav ul li:hover a {
    color: var(--main-color);
}

nav ul li:hover a .icon path {
    fill: var(--main-color);
}

form {
    width: 100%;
    height: 100%;
}

[class*=__badge] {
    cursor: default;
    color: white !important;
    pointer-events: none;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

/* -------------------------- icons START-------------------------- */
.ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico::before {
    content: "";
    display: block;
    width: var(--icon-size, var(--icon-width, 100%));
    height: var(--icon-size, var(--icon-height, 100%));
    pointer-events: none;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
}

.ico._bailer::before {
    mask-image: url("/local/templates/main/assets/svg/bailer.svg");
}

.ico._bath::before {
    mask-image: url("/local/templates/main/assets/svg/bath.svg");
}

.ico._blob::before {
    mask-image: url("/local/templates/main/assets/svg/blob.svg");
}

.ico._brickwork::before {
    mask-image: url("/local/templates/main/assets/svg/brickwork.svg");
}

.ico._brush::before {
    mask-image: url("/local/templates/main/assets/svg/brush.svg");
}

.ico._cleaning::before {
    mask-image: url("/local/templates/main/assets/svg/cleaning.svg");
}

.ico._door::before {
    mask-image: url("/local/templates/main/assets/svg/door.svg");
}

.ico._electricity::before {
    mask-image: url("/local/templates/main/assets/svg/electricity.svg");
}

.ico._fireplace::before {
    mask-image: url("/local/templates/main/assets/svg/fireplace.svg");
}

.ico._house::before {
    mask-image: url("/local/templates/main/assets/svg/house.svg");
}

.ico._roll::before {
    mask-image: url("/local/templates/main/assets/svg/roll.svg");
}

.ico._sale::before {
    mask-image: url("/local/templates/main/assets/svg/sale.svg");
}

.ico._spanner::before {
    mask-image: url("/local/templates/main/assets/svg/spanner.svg");
}

.ico._wood::before {
    mask-image: url("/local/templates/main/assets/svg/wood.svg");
}

.ico._accent::before {
    background-color: #F03030;
}

.ico._grey::before {
    background-color: #808080;
}

.ico._transparent::before {
    background-color: transparent;
}

/* -------------------------- icons END-------------------------- */


.site-button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 16px);
    line-height: 150%;
    cursor: pointer;
}

.site-button._fill {
    background: #30B931;
    color: white;
    border: 2px solid #30B931;
    border-radius: 4px;
    transition: 0.3s ease;
}

.site-button._fill:hover {
    color: white;
    border: 2px solid #0C920D;
    background: #0C920D;
}

.site-button._transparent {
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 4px;
    transition: 0.3s ease;
}

.site-button._transparent._red {
    color: #F03030;
    border: 2px solid #F03030;
}

.site-button._transparent:hover {
    background: rgba(48, 185, 49, 0.1);
    border: 2px solid #30B931;
    color: #30B931;
}

.site-button._transparent._red:hover {
    background-color: rgb(240, 48, 48, 0.1);
    border: 2px solid #F03030;
    color: #F03030;
}

.site-link {
    color: var(--main-color);
    border-bottom: 1px solid rgba(48, 185, 49, 0.4);
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 16px);
}

.site-link._thin {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.site-link._no-arrow {
    max-width: max-content;
}

.site-link._no-arrow:after {
    content: unset;
}

.site-link:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8' fill='none'%3E%3Cpath d='M1.25 0L0 1.25L2.75 4L0 6.75L1.25 8L5.25 4L1.25 0Z' fill='%2330B931'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(max(5.25px, calc(0.328125rem + (8.25 - 5.25) * ((100vw - 1024px) / (1220 - 1024)))), 8.25px);
    height: min(max(8px, calc(0.5rem + (9 - 8) * ((100vw - 1024px) / (1220 - 1024)))), 9px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: absolute;
    right: calc(min(max(10px, calc(0.625rem + (16 - 10) * ((100vw - 1024px) / (1220 - 1024)))), 16px) * -1);
    top: 6px;
}

.lazy-image {
    height: 50px;
}

.swiper-button-next>svg.swiper-navigation-icon,
.swiper-button-prev>svg.swiper-navigation-icon {
    display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all !important;
}

/* loader styles */

.loader {
    background: none repeat scroll 0 0 #ffffff82;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.lds-roller {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    margin: 80px auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--main-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

._buy-button .lds-ellipsis div {
    background: white;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* loader styles */

.center {
    position: relative;
    max-width: calc(1200px + 20px);
    width: 100%;
    height: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.section__title {
    position: relative;
    font-style: normal;
    font-weight: 900;
    font-size: var(--section-title);
    line-height: 42px;
    text-align: center;
    color: #000000;
    display: block;
    margin: var(--section-mt) 0 var(--section-mb);
}

.section__description p {
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

.section__description h2 {
    position: relative;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    margin: 20px 0 10px;
}

.popover {
    display: none;
    position: absolute;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 8px 15px 8px 15px;
    min-height: 85px;
    min-width: 250px;
}

.popover p {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 1px;
}

.popover span {
    position: relative;
    display: block !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150%;
    color: #808080 !important;
    padding: 0 !important;
}

.popover ul li {
    position: relative;
    margin-bottom: 7px;
}

.popover ul li a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 16px) !important;
    line-height: 130%;
}

/* small basket popover */
.popover__row {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr 25% calc(118.17px + 42px) 16px;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

.popover__row:first-child {
    padding-top: 20px;
}

.popover__row:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='735' height='90' viewBox='0 0 735 90' fill='none'%3E%3Crect opacity='0.05' x='30' y='2.6226e-06' width='675' height='90' fill='%2330B931'/%3E%3Crect opacity='0.05' x='705' y='2.6226e-06' width='30' height='90' fill='url(%23paint0_linear_1_2)'/%3E%3Crect opacity='0.05' x='30' y='90' width='30' height='90' transform='rotate(-180 30 90)' fill='url(%23paint1_linear_1_2)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_2' x1='705' y1='45' x2='735' y2='45' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2330B931'/%3E%3Cstop offset='1' stop-color='%2330B931' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_2' x1='30' y1='135' x2='60' y2='135' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2330B931'/%3E%3Cstop offset='1' stop-color='%2330B931' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    right: 50%;
    will-change: right, left;
    transition: right 0.3s ease, left 0.3s ease;
    top: 0;
    bottom: 0;
}

.popover__row:hover:before {
    right: 0;
    left: 0;
}

.popover__quantity {
    position: relative;
    display: grid;
    grid-template-columns: 29px 1fr 29px;
    grid-gap: 5px;
    max-width: 118px;
    margin-right: auto;
}

.popover__col:last-child .icon {
    position: relative;
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #DADADA;
    cursor: pointer;
}


.popover__quantity ._plus,
.popover__quantity ._minus {
    position: relative;
    width: 29.17px;
    height: 30px;
    background: #F2F2F2;
    border-radius: 4px;
    fill: #808080;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    cursor: pointer;
}

.popover__quantity .form__group {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 4px;
}

.popover__quantity .form__group input {
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.popover__col a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.popover__col:nth-child(2) {
    margin-left: 16px;
}

.popover__col._delete-item {
    position: relative;
    cursor: pointer;
    display: flex;
    margin: -14px;
    padding: 14px;
}

.popover__col._delete-item .icon {
    pointer-events: none;
    will-change: fill;
    transition: fill 0.3s ease;
}

.popover__col._delete-item:hover .icon {
    fill: #F03030;
}

.popover__price {
    margin-left: 7px;
}

.popover__price .old span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #858585;
    text-decoration: line-through;
}

.popover__price .new {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    background-color: unset;
}

.popover__price .old {
    display: flex;
    align-items: center;
}

.popover__badge {
    background: #F03030;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    color: white;
    margin-left: 5px;
    margin-top: 2px;
    padding: 0px 5px;
}

.popover__row:not(:first-child) {
    padding-top: 16px;
}

.popover__row:nth-last-child(2) {
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 27px;
}

.popover__buttons {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.popover__buttons a {
    height: 100%;
    max-width: 260px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}


.popover__results-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popover__results-price div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popover__results-price .old span:first-child {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 140%;
    text-decoration: line-through;
    margin-right: 9px;
}

.popover__results-price .old span:last-child {
    background: #F03030;
    border-radius: 4px;
    color: white !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 10px !important;
    line-height: 140%;
    padding: 0px 6px !important;
}

.popover__results {
    padding-top: 13px;
}

.popover__results-price .new span:last-child {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    color: black !important;
}

.popover__results-price .new span:first-child {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: black !important;
    display: block;
    margin-right: 16px;
}

.popover__results-price .new {
    margin-top: 5px;
    margin-bottom: 26px;
    background-color: unset;
}

/* small basket popover */

._visual-hidden {
    position: absolute;
    width: 1px;
    height: 1px !important;
    min-height: auto !important;
    margin: -1px;
    border: 0;
    padding: 0 !important;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* site inputs */

.form__group input {
    background-color: unset;
    border: none;
    height: 100%;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-14-16);
    line-height: 140%;
}




/* site inputs */

/* slider elements */
.slider-pagination.swiper-pagination-bullets span {
    width: 8.5px;
    height: 8.5px;
    opacity: 1;
    background-color: white;
}

.slider-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.slider-pagination.swiper-pagination-bullets {
    bottom: 15.5px;
}

.slider-arrow._main-slider {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 50%;
    background-image: unset;
    will-change: opacity;
    transition: opacity 0.3s ease;
}

.slider-arrow._main-slider:hover {
    opacity: 0.85;
}

.slider-arrow._main-slider:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M1.34917 15C1.16784 14.9939 0.989677 14.9509 0.825588 14.8736C0.6615 14.7964 0.514948 14.6865 0.394917 14.5507C0.142039 14.2979 0 13.9553 0 13.5981C0 13.2409 0.142039 12.8982 0.394917 12.6455L5.79634 7.25346L0.394917 1.86144C0.288105 1.60261 0.264667 1.317 0.327857 1.04426C0.391046 0.771517 0.537728 0.525181 0.747541 0.339445C0.957353 0.15371 1.21989 0.037788 1.4987 0.0077724C1.77751 -0.0222432 2.05876 0.0351362 2.30342 0.171946L8.60508 6.46264C8.85796 6.71539 9 7.058 9 7.41523C9 7.77245 8.85796 8.11507 8.60508 8.36782L2.30342 14.5507C2.18339 14.6865 2.03684 14.7964 1.87275 14.8736C1.70866 14.9509 1.53049 14.9939 1.34917 15V15Z' fill='black'/%3E%3C/svg%3E");
    background-size: contain;
    width: 9px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.swiper-button-prev._main-slider.slider-arrow {
    scale: -1;
}

.slider-arrow._main-slider {
    position: relative;
    inset: unset;
    margin: 0;
}


.swiper-pagination._main-slider {
    position: relative;
    color: #FFFFFF;
    font-weight: 400;
    bottom: 0;
    letter-spacing: -2px;
}

.swiper-pagination._main-slider span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: white;
}

.swiper-pagination._main-slider span.swiper-pagination-current {
    font-weight: 700;
}

.swiper-pagination._image-pagination {
    bottom: -4px !important;
}

.swiper-pagination._image-pagination span {
    width: 10px;
    height: 3px;
    background: #DADADA;
    border-radius: 10px;
    opacity: 1;
    overflow: hidden;
    margin: 0 2.5px !important;
}

.swiper-pagination._image-pagination span.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* slider elements */

/* mobile menu */

.mobile-menu {
    position: fixed;
    z-index: 98;
    background-color: white;
    width: 100%;
    height: 0%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    will-change: height;
}

.mobile-menu svg {
    height: auto;
    width: auto;
}

.mobile-menu.active {
    height: 100%;
}

.mobile-menu__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.mobile-menu__wrapper>.center {
    height: auto;
}

.mobile-menu__body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.mobile-menu__layers {
    display: flex;
    height: 100%;
    transition: transform 300ms;
}

.mobile-menu__layers._flipped {
    transform: translateX(-100%);
}

.mobile-menu__layer {
    flex-basis: 100%;
    height: 100%;
    min-width: 100%;
    overflow: auto;
}

.mobile-menu__layer._second ul {
    display: none;
}

.mobile-menu__layer._second ul._active {
    display: block;
}

.mobile-menu__layer li {
    position: relative;
    display: flex;
    align-items: center;
    height: 47px;
    padding: 0 10px;
}

.mobile-menu__layer li::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.mobile-menu__layer._second li {
    padding-left: 40px;
}

.mobile-menu__layer li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.mobile-menu__layer li a>span {
    font-size: 16px;
    line-height: 140%;
}

.mobile-menu__catalog-item>a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu__catalog-item>a>span {
    font-weight: 600;
}

.mobile-menu__parent-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mobile-menu__back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px !important;
}

.mobile-menu__back>svg {
    margin-bottom: 3px;
}

.mobile-menu__back>span {
    color: #A9A9A9;
}

.mobile-menu__title {
    padding-left: 28px !important;
}

.mobile-menu__title>a {
    font-weight: 600 !important;
}

.mobile-menu .site-button {
    border-radius: 4px;
    height: min(max(36px, calc(2.25rem + (46 - 36) * ((100vw - 375px) / (768 - 375)))), 46px);
    margin-top: auto;
    margin-bottom: 24px;
}

.mobile-menu .site-button span {
    font-style: normal;
    font-weight: 800;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 375px) / (768 - 375)))), 16px);
    line-height: 140%;
    color: white;
}

.mobile-menu .site-button .icon {
    width: 19px;
    height: 19px;
    fill: white;
    margin-right: 6px;
}

.mobile-menu .site-button svg {
    width: 100%;
    height: 100%;
}

/* mobile menu */


/* mobile panel */

#mobile_panel {
    width: 100%;
    background-color: white;
    position: fixed;
    bottom: 0;
    height: min(max(55px, calc(3.4375rem + (75 - 55) * ((100vw - 375px) / (768 - 375)))), 75px);
    padding: min(max(6px, calc(0.375rem + (9 - 6) * ((100vw - 375px) / (768 - 375)))), 9px) 0;
    border-top: 1px solid #DADADA;
    z-index: 101;
}

@media screen and (min-width: 768px) {
    #mobile_panel {
        display: none;
    }
}

.mobile-panel__wrapper ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile-panel__wrapper li {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile-panel__wrapper li .icon {
    min-width: min(max(15.95px, calc(0.996875rem + (20.95 - 15.95) * ((100vw - 375px) / (768 - 375)))), 20.95px);
    width: min(max(15.95px, calc(0.996875rem + (20.95 - 15.95) * ((100vw - 375px) / (768 - 375)))), 20.95px);
    height: min(max(15.95px, calc(0.996875rem + (20.95 - 15.95) * ((100vw - 375px) / (768 - 375)))), 20.95px);
    fill: var(--addition-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.mobile-panel__wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-panel__wrapper span:not(.icon) {
    font-style: normal;
    font-weight: 400;
    font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (768 - 375)))), 14px);
    line-height: 140%;
}

.mobile-panel__wrapper li:not(:last-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #EEEEEE;
}

.mobile-panel__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-panel__wrapper .basket__badge {
    position: absolute;
    background: var(--main-color);
    width: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 375px) / (768 - 375)))), 16px);
    height: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 375px) / (768 - 375)))), 16px);
    border-radius: 50%;
    font-style: normal;
    font-weight: 800 !important;
    font-size: min(max(8px, calc(0.5rem + (10 - 8) * ((100vw - 375px) / (768 - 375)))), 10px) !important;
    line-height: 140%;
    color: #FFFFFF;
    display: grid;
    place-items: center;
    top: -7px;
    right: -10px;
}


/* mobile panel */


/* header */

:root {
    --fs-12-14: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 768px) / (1024 - 768)))), 14px);
    --fs-12-16: 12px;
    --fs-14-16: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 1024px) / (1200 - 1024)))), 16px);
    --section-height: 81px;
    --fs-14-18: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 375px) / (640 - 375)))), 16px);
    --phone-icon-size: min(max(10px, calc(0.625rem + (14 - 10) * ((100vw - 375px) / (640 - 375)))), 14px);
}


.header {
    position: relative;
    z-index: 100;
    background-color: #FFF;
    width: 100%;
}

.header._fixed {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.header._fixed._open {
    transform: translateY(0);
}

body._backdrop .header:has(.header__search input._active) {
    z-index: auto;
}

body._backdrop .header._fixed:has(.header__search input._active) {
    z-index: 140;
}

.header__body {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 15px;
}

.header__body>.center {
    position: static;
    display: grid;
    grid-template-columns: min(max(107.69px, calc(6.730625rem + (160 - 107.69) * ((100vw - 375px) / (640 - 375)))), 160px) 1fr 27.33px;
    align-items: center;
}

.header__body .catalog-button._forfixed {
    display: none;
}

.header__bottom {
    display: none;
    /* padding-top: 10px;
	background-color: #F5F5F5; */
}

.header__bottom .icon {
    fill: var(--addition-color);
    opacity: 0.9;
    /* width: 25px;
	height: 25px; */
    display: flex;
    margin-top: 16px;
}

.header__bottom li:last-child .icon {
    width: 22px;
    height: 22px;
}

.header__bottom ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.header__bottom li {
    width: 100%;
    height: var(--section-height);
}

.header__bottom li.catalog {
    grid-column: 4;
    grid-row: 2;
}

.header__bottom li:last-child .icon {
    fill: var(--main-color);
}

.header__bottom li:nth-last-child(2) .icon {
    fill: #F03030;
}

.header__bottom li a {
    display: grid;
    background: #FFFFFF;
    border-radius: 4px;
    height: 100%;
    grid-template-rows: 1fr 32px;
    place-items: center;
    padding: 0 5px 5px;
}

.header__bottom a span,
.header__bottom span:not(.icon) {
    letter-spacing: -0.03em;
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-12-16);
    line-height: 12px;
    text-align: center;
    word-break: break-word;
    hyphens: manual;
}

.header .logo {
    object-fit: contain;
}

.phone {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    margin-left: auto;
    margin-right: 32.67px;
    margin-top: 10px;
}

.burger {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    height: 23.43px;
    width: 100%;
    margin-top: 7px;
}

.burger span {
    background: #000000;
    width: 100%;
    height: 3.9px;
    position: absolute;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    will-change: transform, right;
    transition: transform 0.3s ease-in-out, right 0.3s ease-in-out;
}

.burger:before {
    content: '';
    background: #000000;
    width: 100%;
    height: 3.9px;
    position: absolute;
    border-radius: 4px;
    top: 0;
    right: 0;
    pointer-events: none;
    will-change: transform, right, top;
    transition: transform 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out;
}

.burger:after {
    content: '';
    background: #000000;
    width: calc(100% - 11.47px);
    height: 3.9px;
    position: absolute;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    pointer-events: none;
    will-change: transform, right, bottom, width;
    transition: transform 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.burger._active span {
    transform: translate(50%, -50%) rotate(315deg);
    right: 50%;
}

.burger._active:before {
    transform: translate(50%, -50%) rotate(-135deg);
    right: 50%;
    top: 50%;
}

.burger._active:after {
    width: 100%;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%) rotate(315deg);
    opacity: 0;
}




/* start -------------------------- catalog-button --------------------------start */
.catalog-button {
    display: none;
    border: 1px solid #DADADA;
    border-radius: 4px;
    max-width: 180px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 45px;
    gap: 8px;
    transition: 300ms !important;
}

.catalog-button._active {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.catalog-button:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.catalog-button._forfixed {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.catalog-button._forfixed:hover {
    border: 1px solid #0C920D;
    background-color: #0C920D;
}

.catalog-button * {
    pointer-events: none;
}

.catalog-button__main-icon {
    position: relative;
    width: 18px;
    height: 18px;
    fill: var(--main-color);
    transition: 300ms;
}

.catalog-button._forfixed .catalog-button__main-icon {
    fill: white;
}

.catalog-button__main-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-button__main-icon-dots {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 300ms;
}

.catalog-button._active .catalog-button__main-icon-dots {
    opacity: 0;
}

.catalog-button__main-icon-close {
    fill: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 300ms;
}

.catalog-button._active .catalog-button__main-icon-close {
    opacity: 1;
}

.catalog-button:hover .catalog-button__main-icon {
    fill: white;
}

.catalog-button__text {
    margin-top: 2px;
    color: #000;
    font-size: 16px;
    font-weight: 800 !important;
    transition: 300ms;
}

.catalog-button._forfixed .catalog-button__text {
    color: white;
}

.catalog-button._active .catalog-button__text {
    color: white;
}

.catalog-button:hover .catalog-button__text {
    color: white;
}

.catalog-button__arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9px;
    height: 6px;
    margin-top: 2px;
    fill: #BCBCBC;
}

.catalog-button .catalog-button__arrow-icon svg {
    transition: 300ms;
}

.catalog-button._forfixed .catalog-button__arrow-icon svg {
    fill: white;
}

.catalog-button._active .catalog-button__arrow-icon svg {
    fill: white;
    opacity: 0.5;
    transform: rotate(-180deg);
}

.catalog-button:hover .catalog-button__arrow-icon svg {
    fill: white;
}

/* end -------------------------- catalog-button --------------------------end */




.header__search {
    position: static;
    grid-column: 1/4;
    display: flex;
    align-items: center;
    height: 45px;
    margin-top: 15px;
}

.header__search-close {
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width 300ms;
}

.header__search._open .header__search-close {
    width: 42px;
}

.header__search-close-btn {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.header__search-close-btn>svg {
    width: 27px;
    height: 20px;
}

.header__search .form__group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    border: 2px solid var(--main-color);
    border-radius: 4px;
    background-color: #FFF;
}

.header__search .form__group input {
    padding-left: 12px;
}

body._backdrop .header__search .form__group:has(input._active) {
    z-index: 140;
}

.header__search button {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    margin-right: 6px;
}

.header__search button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.71px;
    height: 18.71px;
    fill: var(--main-color);
}

.phone._header .icon {
    width: var(--phone-icon-size);
    height: var(--phone-icon-size);
    fill: var(--main-color);
    margin-right: 6px;
}

.phone._header span {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-14-18);
    line-height: 140%;
}

.basket {
    display: none;
}

.header__top {
    display: none;
}

.header__search button span:not(.icon) {
    display: none;
}

.header .logo__descriptor {
    display: none;
}

.region-selector .icon {
    fill: var(--main-color);
    width: 10px;
    height: 14px;
    display: flex;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}

.region-selector {
    display: none;
    align-items: center;
    display: flex;
    padding-bottom: 11px;
    margin-bottom: clamp(-11px, calc(0rem + (-11 - 0) * ((100vw - 1024px) / (1200 - 1024))), 0px);
}

.region-selector:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M6.7979 0L4 2.69005L1.2021 0L0 1.15552L4 5L8 1.15552L6.7979 0Z' fill='%23BCBCBC'/%3E%3C/svg%3E");
    width: 8px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.region-selector__item._selected {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.region-selector:hover .popover {
    display: flex;
    top: 100%;
    flex-direction: column;
    align-items: flex-start;
    min-width: 110px;
    min-height: 50px;
    gap: 10px;
    padding-top: 15px;
}


.region-selector__item:not(._selected) span {
    font-style: normal;
    font-weight: 400 !important;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 16px) !important;
    line-height: 130%;
    color: #000000 !important;
}

.region-selector__item:not(._selected) {
    margin-bottom: 7px;
    width: 100%;
}

.region-selector:hover span:not(a span) {
    color: var(--main-color) !important;
}

.region-selector__item:hover span {
    color: var(--main-color) !important;
}

@media screen and (min-width: 460px) {
    .header__bottom a span br {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    .header__body>.center {
        grid-template-columns: 347px 1fr 27px;
    }

    .header .logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }

    .header .logo__descriptor {
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        white-space: nowrap;
        margin-bottom: -14px;
    }
}

@media screen and (min-width: 768px) {
    .header {
        border-top: 4px solid var(--main-color);
    }

    .header._fixed {
        border-top: none;
    }

    .header__bottom ul {
        /* grid-template-columns: repeat(8, 1fr); */
    }

    .region-selector {
        display: flex;
    }

    .header__top {
        display: block;
        height: 44px;
        background-color: white;
        border-bottom: 1px solid #DDDDDD;
    }

    .header__top>.center {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header._fixed .header__top {
        display: none;
    }

    .login .icon {
        width: 15px;
        height: 13.5px;
        fill: var(--addition-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .login._enter {
        cursor: pointer;
        padding-bottom: 11px;
        margin-bottom: -11px;
    }

    .login._enter:hover .popover {
        display: block;
        top: 100%;
        right: 0;
        box-shadow: unset;
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
        min-width: 180px;
    }

    .login._enter .icon {
        width: 20px;
        height: 20px;
    }

    .login {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .login span:not(.icon) {
        font-style: normal;
        font-weight: 400;
        font-size: var(--fs-12-14);
        line-height: 140%;
    }

    .login._enter span:not(.icon) {
        display: none;
    }

    .region-selector span:not(.icon) {
        font-style: normal;
        font-weight: 700;
        font-size: var(--fs-12-14);
        line-height: 140%;
    }

    .header__search {
        position: relative;
    }

    .header__top nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: min(max(10px, calc(0.625rem + (30 - 10) * ((100vw - 768px) / (1024 - 768)))), 30px);
        margin-top: 4px;
    }

    .header__top nav {
        margin-right: auto;
        /*margin-left: min(max(15px, calc(0.9375rem + (30 - 15) * ((100vw - 1024px) / (1220 - 1024)))), 30px);*/
        margin-bottom: 5px;
    }

    .header__top nav ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 1024px) / (1220 - 1024)))), 14px);
        line-height: 140%;
    }

    .header__top li.parent:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M6.7979 0L4 2.69005L1.2021 0L0 1.15552L4 5L8 1.15552L6.7979 0Z' fill='%23BCBCBC'/%3E%3C/svg%3E");
        width: 8px;
        height: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 5px;
        /* margin-bottom: -5px; */
    }

    .header__top li.parent {
        display: flex;
        align-items: center;
        /* margin-bottom: -5px; */
    }

    .burger {
        display: none;
    }

    .header._fixed .burger {
        display: block;
    }

    .basket {
        display: flex;
        grid-column: 3;
        grid-row: 1;
        margin-top: 5px;
        width: 100%;
        height: 100%;
    }

    .header._fixed .basket {
        display: none;
    }

    .basket__wrapper .icon {
        width: 30px;
        height: 24px;
        display: flex;
        grid-row: 1/3;
        align-items: center;
        justify-content: center;
        fill: #808080;
    }

    .header__body>.center {
        position: relative;
        grid-template-columns: 347px 1fr 120px;
    }

    .header._fixed .header__body>.center {
        grid-template-columns: 160px 1fr 27px;
    }

    .header__search .form__group {
        flex-direction: row;
        padding: 0;
    }

    .header__search button {
        background: #30B931;
        height: 100%;
        margin-right: 0;
        min-width: 103px;
        padding-left: 14px;
    }

    .header__search button .icon {
        fill: white;
        margin-right: 6px;
    }

    .header__search button span:not(.icon) {
        display: flex;
        color: white;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
    }

    .basket__wrapper {
        flex-shrink: 0;
        display: grid;
        position: relative;
        grid-template-columns: min(max(25px, calc(1.5625rem + (35 - 25) * ((100vw - 1024px) / (1220 - 1024)))), 35px) 1fr;
        align-items: center;
        grid-column-gap: 10px;
        border-radius: 4px;
        height: 100%;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px 14px;
    }

    .basket:hover .basket__wrapper {
        background: #F5F5F5;
    }

    .basket:hover .popover {
        display: block;
        top: 100%;
        right: 0;
        min-width: 765px;
        padding: 0 15px 20px;

    }

    .basket__wrapper span:not(.icon, .basket__badge) {
        grid-column: 2;
        grid-row: 1;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }

    .basket__wrapper b {
        grid-column: 2;
        grid-row: 2;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 140%;
        display: block;
        margin-top: -4px;
    }

    .basket__wrapper span.grey {
        grid-column: 2;
        grid-row: 2;
        color: #808080;
        font-style: normal;
    }

    .basket__badge {
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: var(--main-color);
        border-radius: 50%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -4px;
        right: -2px;
        font-style: normal;
        font-weight: 800;
        font-size: 11px;
        line-height: 140%;
    }
}

@media screen and (min-width: 1024px) {

    .header._fixed .logo__descriptor {
        display: none;
    }

    .header__body>.center {
        grid-template-columns: auto 1fr auto auto;
        gap: 30px;
    }

    .header._fixed .header__body {
        padding: 15px 0;
    }

    .header._fixed .catalog-button._forfixed {
        display: flex;
    }

    header._border-bottom {
        border-bottom: 1px solid #DDDDDD;
    }

    .phone {
        grid-column: 3;
        justify-content: center;
        width: 100%;
        margin-right: 0;
    }

    .header._fixed .phone {
        grid-column: 4;
        margin-top: 0;
    }

    .basket {
        grid-column: 4;
    }

    .header._fixed .basket {
        grid-column: 5;
    }

    .header._fixed .burger {
        display: none;
    }

    .header__search {
        grid-column: 2;
        margin: 0;
        height: min(max(40px, calc(2.5rem + (45 - 40) * ((100vw - 1024px) / (1200 - 1024)))), 45px);
    }

    .header._fixed .header__search {
        grid-column: 3;
    }

    .header__search button span:not(.icon) {
        font-size: var(--fs-14-16);
    }

    .header__search button {
        min-width: min(max(88px, calc(5.5rem + (103 - 88) * ((100vw - 1024px) / (1200 - 1024)))), 103px);
    }

    .header__search button .icon {
        width: min(max(14.71px, calc(0.919375rem + (18.71 - 14.71) * ((100vw - 1024px) / (1200 - 1024)))), 18.71px);
        height: min(max(16.71px, calc(1.044375rem + (18.71 - 16.71) * ((100vw - 1024px) / (1200 - 1024)))), 18.71px);
    }

    .login._enter span:not(.icon) {
        display: flex;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 1024px) / (1220 - 1024)))), 14px);
    }

    .header._fixed .header__body>.center {
        grid-template-columns: 140px 180px 1fr 180px;
    }

    .header__bottom li:last-child .icon {
        width: unset;
        height: unset;
    }

    .header__bottom li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }

    .header__bottom ul {
        /*display: flex;
		align-items: center;*/
        display: grid;
        grid-template-columns: auto;
        grid-auto-flow: column;
        justify-content: space-between;
        width: 100%;
    }

    .catalog-button {
        display: none;
    }

    .header__bottom .icon {
        margin: 0;
        width: 24px;
        height: 24px;
        margin-right: min(max(5px, calc(0.3125rem + (10 - 5) * ((100vw - 1024px) / (1200 - 1024)))), 10px);
    }

    .header__bottom a span,
    .header__bottom span:not(.icon) {
        font-size: var(--fs-14-16);
        line-height: 140%;
    }

    .header__bottom li {
        width: max-content;
        height: auto;
    }

    .header__bottom {
        display: block;
        padding-top: min(max(15px, calc(0.9375rem + (20 - 15) * ((100vw - 1024px) / (1200 - 1024)))), 20px);
        padding-bottom: min(max(20px, calc(1.25rem + (25 - 20) * ((100vw - 1024px) / (1200 - 1024)))), 25px);
        background-color: white;
    }

    .header__bottom>.center {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header._fixed .header__bottom {
        display: none;
    }

    .header__bottom nav {
        width: 100%;
        margin-left: 31px;
    }

    .catalog-button {
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .header__top {
        height: min(max(44px, calc(2.75rem + (48 - 44) * ((100vw - 1024px) / (1200 - 1024)))), 48px);
    }


    .header._fixed .header__top {
        display: none;
    }

    .header__body {
        padding-top: 25px;
    }

    .header._fixed .header__body {
        padding: 5px 0;
    }

    .header._fixed .header__body>.center {
        grid-template-columns: 140px 180px 375px 1fr 166px;
    }

    .header__body>.center {
        grid-template-columns: 350px 365px 1fr auto;
    }

    .header__search {
        margin-top: 11px;
    }

    .header._fixed .header__search {
        margin-top: 0;
    }

    .header._fixed .basket {
        display: flex;
    }

    .basket__wrapper .icon {
        width: 35px;
        height: 35px;
    }

    .basket__wrapper {
        grid-column-gap: 18px;
    }

    .basket__wrapper>span {
        transition: 300ms;
    }

    .basket__badge {
        width: 19px;
        height: 19px;
        top: -3px;
        right: -9px;
        transition: width 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), height 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), font-size 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), top 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), right 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33);
        will-change: width, height, font-size, top, right;
    }

    /* .basket__badge._added {
		width: calc(19px * 2);
		height: calc(19px * 2);
		font-size: 24px;
		top: -12px;
		right: -19px;
				transition: width 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), height 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), font-size 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), top 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33), right 0.2s cubic-bezier(0.45, -0.34, 0.58, 1.33);
		will-change: width, height, font-size, top, right;
	} */

    .basket__wrapper span:not(.icon, .basket__badge) {
        font-size: 16px;
    }

    .basket__wrapper b {
        font-size: 16px;
    }

    .phone._header span {
        font-size: 18px;
    }

    .phone._header .icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}

/* info-banner  START */
.info-banner {}

.header._fixed .info-banner {
    display: none;
}

.info-banner._green {
    background-color: var(--main-color);
}

.info-banner._green * {
    color: #FFF;
}

.info-banner__body {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
}

.info-banner__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.info-banner__icon>img {
    display: block;
    width: 100%;
    height: 100%;
}

.info-banner__text {
    font-size: 15px;
    text-align: center;
}

/* info-banner  END */


/* banners */

.banners {
    position: relative;
    margin-top: min(max(12px, calc(0.75rem + (20 - 12) * ((100vw - 375px) / (1024 - 375)))), 20px);
}

.banners__wrapper {
    display: flex;
    aspect-ratio: 3 / 1;
    width: 100%;
    gap: 20px;
}

.banners__slider._main-slider {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.banners__slider-control {
    position: absolute;
    right: 19px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 130px;
    width: 100%;
    height: 40px;
}

.slider-arrow._main-slider {
    display: flex;
}

.banners__right-side {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: max-content;
}

.banners__item {
    display: block;
    aspect-ratio: 44 / 19;
    transition: box-shadow 0.3s ease;
}

.banners__item>picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.banners__item>picture>img,
.banners__item>picture>source {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners__bottom {
    margin-top: 50px;
}

.swiper-slide._additional-slider {
    transition: box-shadow 0.3s ease;
}

.swiper-slide._additional-slider {
    width: 344px;
    height: 190px;
}

.swiper-slide._additional-slider>picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.swiper-slide._additional-slider>picture>img,
.swiper-slide._additional-slider>picture>source {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-arrow._additional-slider {
    display: flex;
    width: 44px;
    height: 44px;
    background-color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    right: -22px;
    opacity: 1;
    transition: 0.3s;
}

.slider-arrow._additional-slider:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='22' viewBox='0 0 15 22' fill='none'%3E%3Cpath d='M3.37798 0L0 3.37798L7.43155 10.8095L0 18.2411L3.37798 21.619L14.1875 10.8095L3.37798 0Z' fill='%23ADAFAD'/%3E%3C/svg%3E");
    width: 14.19px;
    height: 21.62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._additional-slider.slider-arrow.swiper-button-prev {
    scale: -1;
    left: -22px;
}

._additional-slider.swiper-button-disabled {
    opacity: 0;
}



@media (min-width: 920px) {
    .banners__item:hover {
        box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    }

    .swiper-slide._additional-slider:hover {
        box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    }
}

@media (max-width: 1280px) {
    .banners__bottom {
        margin-top: 30px;
    }

    .slider-arrow._additional-slider {
        display: none;
    }
}

@media (max-width: 1024px) {
    .banners__wrapper {
        gap: 15px;
    }

    .banners__right-side {
        gap: 15px;
    }

    .banners__bottom {
        margin-top: 15px;
    }
}

/* @media (max-width: 919px) {
	.slider-arrow._additional-slider {
		display: none;
	}
} */

@media (max-width: 767px) {

    .banners__wrapper {
        aspect-ratio: 74 / 40;
    }

    .slider-arrow._main-slider {
        display: none;
    }

    .banners__slider-control {
        bottom: 3px;
        right: 0;
        max-width: 100%;
    }

    .banners__right-side {
        display: none;
    }

    .banners__bottom {
        margin-top: 10px;
    }

    .swiper-slide._additional-slider {
        width: 150px;
        height: 210px;
    }
}

/* banners */

/* index catalog */


.catalog__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    grid-gap: min(max(5px, calc(0.3125rem + (20 - 5) * ((100vw - 375px) / (768 - 375)))), 20px);
}

.catalog__banner {
    grid-column: span 2;
    width: auto;
    margin: 10px -10px 10px -10px;
}

/* catalog card */
.catalog__item {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: min(max(9px, calc(0.5625rem + (20 - 9) * ((100vw - 375px) / (768 - 375)))), 20px);
    display: flex;
    flex-direction: column;
    min-height: 270px;
    height: 100%;
    transition: box-shadow 300ms ease;
}

.catalog__item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.catalog__item.list {
    max-width: 100%;
}

.catalog__item.wallpapper {
    max-width: 100%;
}

.catalog__item-badges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 25px;
    grid-gap: 5px;
    z-index: 2;
}

.catalog__item-badges span:not(.hint),
.catalog__item-badges .sticker {
    grid-column: 1;
    font-style: normal;
    font-weight: 700;
    font-size: min(max(11px, calc(0.6875rem + (12 - 11) * ((100vw - 375px) / (768 - 375)))), 12px);
    line-height: 140%;
    color: #FFFFFF;
    width: fit-content;
    padding: 0 11px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    height: min(max(20px, calc(1.25rem + (23 - 20) * ((100vw - 375px) / (768 - 375)))), 23px);
    cursor: default;
}

.catalog__item-badges .sticker {
    background: #F03030;
}

.catalog__item-badges .hint {
    grid-column: 2;
    grid-row: 1;
    min-width: 25px;
    height: 25px;
}


.catalog__item-badges .hint .icon {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__item-badges span:not(.hint, ._active),
.catalog__item-badges .sticker:not(.hint, ._active) {
    display: none;
}

.card-detail__badges span.label_promo,
.catalog__item-badges div.label_promo {
    background-color: #F03030;
}

.card-detail__badges span.label_new,
.catalog__item-badges div.label_new {
    background-color: #FFB800;
    color: #000000 !important;
}

.card-detail__badges span.label_sale,
.catalog__item-badges div.label_sale {
    background-color: #9F03C6;
}

.card-detail__badges span.label_month,
.catalog__item-badges div.label_month {
    background-color: #4112FF;
}

.card-detail__badges span.label_exclusive,
.catalog__item-badges div.label_exclusive {
    background-color: #00A0D2;
}

.card-detail__badges>span:hover>.popover,
.catalog__item-badges>div:hover>.popover {
    display: block;
    bottom: 50%;
    left: 50%;
}

.catalog__item-name {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.catalog__item-new span {
    font-style: normal;
    font-weight: 900;
    font-size: min(max(16px, calc(1rem + (20 - 16) * ((100vw - 375px) / (768 - 375)))), 20px);
    line-height: 140%;
}

.catalog__item-prices {
    margin-top: 20px;
}

.catalog__item-old {
    font-style: normal;
    font-weight: 700;
    font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (768 - 375)))), 14px);
    line-height: 140%;
    color: #858585;
    text-decoration: line-through;
    margin-bottom: -2px;
}

.catalog__item-discount {
    padding: 1.5px 4px;
    background: #F03030;
    mix-blend-mode: normal;
    border-radius: 4px;
    font-style: normal;
    font-weight: 900;
    font-size: min(max(11px, calc(0.6875rem + (15 - 11) * ((100vw - 375px) / (768 - 375)))), 15px);
    line-height: 16px;
    color: #FFFFFF;
    margin-left: 5px;
    margin-top: 2px;
}

.catalog__item-new {
    width: max-content;
    display: flex;
    align-items: flex-start;
}

.catalog__item-stock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

.catalog__item-stock._pre-order span {
    color: #858585;
}

.catalog__item-stock span:not(:last-child, .icon) {
    width: 6px;
    height: 6px;
    background: #CACACA;
    border-radius: 50%;
}

.catalog__item-stock .icon {
    width: 13px;
    height: 13px;
    fill: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog__item-stock span:last-child {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 140%;
    margin-bottom: 2px;
}

.catalog__item-stock span:last-child._iconed {
    margin-bottom: 0;
}

.site-button._buy-button,
.site-button._pre-order {
    font-style: normal;
    font-weight: 700;
    font-size: min(max(14px, calc(0.875rem + (15 - 14) * ((100vw - 375px) / (768 - 375)))), 15px);
    line-height: 140%;
    padding: 0 min(max(26px, calc(1.625rem + (32 - 26) * ((100vw - 375px) / (768 - 375)))), 32px);
    height: 35px;
}

.site-button {
    border: none;
}

.catalog__item-body {
    padding: 0 min(max(1px, calc(0.0625rem + (10 - 1) * ((100vw - 375px) / (768 - 375)))), 10px);
    margin-top: 8px;
    height: 100%;
    min-height: 99.58px;
    display: flex;
    flex-direction: column;
}

.catalog__item-image {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(max(122px, calc(7.625rem + (150 - 122) * ((100vw - 375px) / (768 - 375)))), 150px);
    padding: 10px 0;
    max-width: min(max(153.38px, calc(9.58625rem + (202 - 153.38) * ((100vw - 375px) / (1200 - 375)))), 202px);
    margin: 0 auto;
}

.catalog__item-image .--slider-thumbs {
    position: absolute;
    inset: 0;
    z-index: 6;
}

.catalog__item-image img {
    object-fit: scale-down;
}

.catalog__item-image img.lazy-image {
    width: 60px;
    height: 60px;
}

.catalog__item-footer {
    padding: 0px min(max(1px, calc(0.0625rem + (10 - 1) * ((100vw - 375px) / (768 - 375)))), 10px);
    margin-top: min(max(9px, calc(0.5625rem + (12 - 9) * ((100vw - 375px) / (768 - 375)))), 12px);
}

.catalog__item-quantity {
    display: grid;
    grid-template-columns: 32.87px 56.67px 32.87px;
    grid-gap: 5.67px;
    max-width: max-content;
    align-items: center;
    height: 35px;
}

.catalog__item-quantity span.icon {
    height: 34px;
    background: #F2F2F2;
    border-radius: 4px;
    fill: #808080;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.catalog__item-quantity .form__group {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}

.catalog__item-quantity .form__group input {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    -moz-appearance: textfield;
}

@media screen and (min-width: 520px) {
    /* .catalog__wrapper.wallpapper {
		grid-template-columns: repeat(2, 1fr);
	} */
}

@media screen and (min-width: 634px) {
    .catalog__banner {
        display: none;
    }
}

@media screen and (max-width: 521px) {
    .catalog__banner {
        grid-column: auto;
    }
}

@media screen and (min-width: 640px) {
    .catalog__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .catalog__item-stock {
        gap: 5px;
        margin-bottom: 4px;
    }

    .catalog__item-stock span:last-child {
        font-size: 12px;
    }

    .catalog__item-name {
        font-size: 14px;
    }

    .catalog__item-discount {
        margin-left: 6px;
        margin-top: 4px;
    }

    /* .catalog__wrapper.wallpapper {
		grid-template-columns: repeat(3, 1fr);
	} */
}

@media screen and (min-width: 910px) {
    .catalog__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .catalog__wrapper._full-width {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* catalog card */

/* index catalog */

/* lower banner */
.lower-banners__wrappers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    width: 100%;
    margin-top: 50px;
}

.lower-banners__item._two-columns {
    grid-column: span 2;
}

.lower-banners__item {
    display: flex;
    max-height: 400px;
    border-radius: 4px;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.3s ease;
}

.lower-banners__item:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

@media (max-width: 1024px) {
    .lower-banners__wrappers {
        grid-gap: 15px;
    }
}

@media (max-width: 768px) {
    .lower-banners {
        display: none;
    }
}

/* lower banner */

/* about */
.about .site-button {
    /*display: none;*/
    display: inherit;
    max-width: 243px;
    height: 44px;
    margin-top: auto;
}

.about__reviews a {
    display: none;
}

.about__stars .icon {
    width: 12.86px;
    height: 12.06px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__stars {
    display: flex;
    align-items: center;
    gap: 6.43px;
}

.about__site-logo {
    max-width: 72.71px;
    margin: 4.05px 0;
}

.about__title {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
}

.about__rating {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px 10px 8px;
    margin-top: 10px;
}

.about p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

.about p.special {
    /*display: none;*/
}

.about p.special {
    display: flex;
    padding-left: min(max(15px, calc(0.9375rem + (29 - 15) * ((100vw - 1024px) / (1220 - 1024)))), 29px);
    border-left: min(max(4px, calc(0.25rem + (7 - 4) * ((100vw - 1024px) / (1220 - 1024)))), 7px) solid var(--main-color);
    font-style: italic;
    font-weight: 200;
    font-size: min(max(14px, calc(0.875rem + (18 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 18px);
    line-height: 150%;
    min-height: -webkit-fill-available;
    margin: 3px 0;
}

.about__wrapper {
    display: grid;
}

.about__right {
    grid-row: 2;
    margin: 15px 0 12px;
}

.about__reviews {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about__reviews p {
    margin-left: 10px;
}

.about__stars span:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
}

.about__image {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-height: 332px;
}

@media screen and (min-width: 920px) {
    .about__wrapper {
        grid-template-columns: min(max(440px, calc(27.5rem + (553 - 440) * ((100vw - 1024px) / (1220 - 1024)))), 553px) 1fr;
        grid-column-gap: min(max(15px, calc(0.9375rem + (58 - 15) * ((100vw - 1024px) / (1220 - 1024)))), 58px);
        max-height: 552px;
    }

    .about__reviews p {
        margin-top: calc(min(max(1px, calc(0.0625rem + (4 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 4px) * -1);
    }

    .about__site-logo {
        max-width: min(max(72.71px, calc(4.544375rem + (115 - 72.71) * ((100vw - 1024px) / (1220 - 1024)))), 115px);
        margin: min(max(4.05px, calc(0.253125rem + (9 - 4.05) * ((100vw - 1024px) / (1220 - 1024)))), 9px) 0 min(max(1px, calc(0.0625rem + (10 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 10px);
    }


    .about__right {
        margin: min(max(1px, calc(0.0625rem + (8 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 8px) 0px 0px;
        grid-column: 1;
        grid-row: 1/5;
    }

    /*.about p.special {
		display: flex;
		padding-left: min(max(15px, calc(0.9375rem + (29 - 15) * ((100vw - 1024px) / (1220 - 1024)))), 29px);
		border-left: min(max(4px, calc(0.25rem + (7 - 4) * ((100vw - 1024px) / (1220 - 1024)))), 7px) solid var(--main-color);
		font-style: italic;
		font-weight: 200;
		font-size: min(max(14px, calc(0.875rem + (18 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 18px);
		line-height: 150%;
		min-height: -webkit-fill-available;
		margin: 3px 0;
	}*/

    .about p {
        font-size: min(max(14px, calc(0.875rem + (18 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 18px);
    }

    .about .site-button {
        /*display: inherit;
		max-width: 243px;
		height: 44px;
		margin-top: auto;*/
    }

    .about__reviews a {
        display: inherit;
        margin-left: auto;
        margin-right: min(max(12px, calc(0.75rem + (26 - 12) * ((100vw - 1024px) / (1220 - 1024)))), 26px);
    }

    .about__rating {
        margin-top: min(max(15px, calc(0.9375rem + (40 - 15) * ((100vw - 1024px) / (1220 - 1024)))), 40px);
        padding: min(max(6px, calc(0.375rem + (19 - 6) * ((100vw - 1024px) / (1220 - 1024)))), 19px) min(max(16px, calc(1rem + (31 - 16) * ((100vw - 1024px) / (1220 - 1024)))), 31px) min(max(14px, calc(0.875rem + (30 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 30px);
    }

    .about__title {
        font-size: min(max(18px, calc(1.125rem + (24 - 18) * ((100vw - 1024px) / (1220 - 1024)))), 24px);
    }

    .about__stars {
        gap: min(max(6.43px, calc(0.401875rem + (8.43 - 6.43) * ((100vw - 1024px) / (1220 - 1024)))), 8.43px);
        margin-left: min(max(1px, calc(0.0625rem + (3 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 3px);
    }

    .about__stars span:last-child {
        margin-left: min(max(1px, calc(0.0625rem + (3 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 3px);
    }

    .about__stars .icon {
        width: min(max(12.06px, calc(0.75375rem + (15 - 12.06) * ((100vw - 1024px) / (1220 - 1024)))), 15px);
        height: min(max(12.06px, calc(0.75375rem + (15 - 12.06) * ((100vw - 1024px) / (1220 - 1024)))), 15px);
    }

}

/* about */

/* footer */

.footer__top {
    padding-bottom: 14px;
    padding-top: 0;
}

.footer__top>.center {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 889px) {
    .footer__top>.center {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer__top .footer__item:nth-child(2),
    .footer__top .footer__item:nth-child(3) {
        display: flex;
        width: calc(25% - 3.7px);
    }

    .footer__top .footer__item:nth-child(1) {
        width: calc(40% - 7.5px);
    }

    .footer__top .footer__item:nth-child(4) {
        width: 100%;
    }

    .footer__item nav li:first-child a {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width: 639px) {
    .footer__top .footer__newsletter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: auto;
    }

    .footer__newsletter>span {
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    .footer__newsletter form {
        width: 100%;
    }

    footer .form__group {
        display: flex;
        align-items: stretch;
        border: 2px solid #30B931;
        border-radius: 4px;
        height: 36px;
    }

    footer .form__group input {
        padding-left: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    footer .form__group button {
        background-color: var(--main-color);
        border: none;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .form__group button .icon {
        transform: rotate(-90deg);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14.19px;
        height: 21.62px;
        fill: white;
    }

    .footer__top .footer__item:last-child span:nth-child(2) {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    .footer__top .footer__item:last-child .site-button._inner-text-change {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .footer__top .footer__item:nth-child(2),
    .footer__top .footer__item:nth-child(3) {
        width: calc(50% - 7.5px);
    }

    .footer__top .footer__item:nth-child(1) {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {

    .footer__top .footer__item:nth-child(2),
    .footer__top .footer__item:nth-child(3) {
        width: calc(50% - 30px);
    }
}

.footer__item .site-link {
    display: none;
}

a.phone._footer {
    display: none;
}

span.operating-mode {
    display: none;
}

.social span:not(.icon, .iconText) {
    display: none;
}

.footer__newsletter {
    display: none;
}

.footer__item:last-child span:nth-child(2) {
    display: none;
}

.footer__item:nth-child(2),
.footer__item:nth-child(3) {
    display: none;
}

.social__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /*display: grid;
	grid-template-columns: repeat(4, 36px);
	grid-template-rows: 36px;
	grid-gap: 5px;*/
}

.site-button._inner-text-change {
    height: 36px;
    border-radius: 4px;
    max-width: 165px;
    width: 100%;
    margin-left: auto;
}

.social__wrapper a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.social__wrapper .icon {
    width: 36px;
    height: 36px;
    fill: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;
	height: 100%;*/
}

.social__wrapper a>span.iconText {
    margin-bottom: 0;
}

.social__wrapper a .icon path {
    transition: 0.3s;
}

.social__wrapper a:hover .icon path {
    fill: #0C920D;
}

.footer__developer {
    grid-column: 2;
    grid-row: 1/3;
    display: flex;
    gap: 10px;
    cursor: default;
}

.footer__developer>.icon {
    flex-shrink: 0;
    width: 25px;
    height: max-content;
    margin-top: 3px;
}

.footer__developer>.icon>img {
    display: block;
    width: 100%;
}

.footer__developer>div {
    max-width: 175px;
    font-size: 14px;
    line-height: 1.3;
    color: #A9A9A9;
}

.footer__developer>div>a {
    line-height: 1.3;
}

.footer__developer>div>a:hover {
    text-decoration: underline;
}

@media(max-width: 1024px) {
    .footer__developer {
        margin-top: 10px;
    }
}

.footer__bottom p,
.footer__bottom a {
    font-style: normal;
    font-weight: 400;
    font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
    line-height: 150%;
    color: #A9A9A9;
    /* margin-right: 10px; */
}

.footer__bottom p a {
    color: var(--main-color);
}

.footer__bottom p:first-child {
    margin-bottom: 10px;
    padding-right: 15px;
}

.footer__bottom p:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.footer__item nav ul {
    width: max-content;
}

footer .region-selector {
    display: none;
}

foter .region-selector__item._selected span {
    font-size: 16px;
}

.footer__item ul li:first-child {
    margin-bottom: 3px;
}

.footer__item nav ul li:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (min-width: 640px) {
    .footer__top {
        overflow: hidden;
    }

    .footer__bottom {
        padding-top: 20px;
    }

    .social span:not(.icon) {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    .footer__item:last-child span:nth-child(2) {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    .footer__top {
        padding-bottom: 30px;
    }

    .footer__top>.center {
        grid-template-columns: 159px 1fr 265px;
        align-items: flex-end;
    }

    .footer__item:last-child {
        grid-column: 3;
    }

    .site-button._inner-text-change {
        max-width: 100%;
    }

    span.operating-mode {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    a.phone._footer {
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-size: min(max(14px, calc(0.875rem + (18 - 14) * ((100vw - 1024px) / (1220 - 1024)))), 18px);
        line-height: 140%;
        margin: 0 0 4px 0;
    }

    .footer__item .site-link {
        display: block;
    }

    footer .region-selector {
        display: flex;
        /* margin-bottom: -6px; */
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        padding-bottom: 0;
    }

    footer .region-selector span:not(.popover span) {
        font-size: var(--fs-14-16);
    }

    .footer__newsletter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: auto;
    }

    .footer__newsletter>span {
        font-style: normal;
        font-weight: 400;
        font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
        line-height: 150%;
        margin-bottom: 10px;
    }

    footer .form__group {
        display: flex;
        align-items: stretch;
        border: 2px solid #30B931;
        border-radius: 4px;
        height: 36px;
    }

    .footer__item {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    footer .form__group button .icon {
        transform: rotate(-90deg);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14.19px;
        height: 21.62px;
        fill: white;
    }

    footer .form__group button {
        background-color: var(--main-color);
        border: none;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__newsletter form {
        width: 100%;
    }

    footer .form__group input {
        padding-left: 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

}

@media screen and (min-width: 890px) {
    .footer__top>.center {
        grid-template-columns: 159px 1fr 1fr 265px;
        grid-gap: 10px;
    }

    .footer__item:nth-child(2),
    .footer__item:nth-child(3) {
        display: flex;
        align-items: center;
    }

    .footer__item nav li:first-child a {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .footer__item nav li a {
        font-weight: 400;
        font-size: 14px;
    }

    .footer__item:last-child {
        grid-column: unset;
    }
}

@media screen and (min-width: 1024px) {
    .footer__body {
        padding-top: max(min(30px, calc(1.875rem + (26 - 30) * ((100vw - 1024px) / (1220 - 1024)))), 26px);
    }

    .footer__bottom>.center {
        display: grid;
        grid-template-columns: 1fr 210px;
        align-items: center;
    }

    .footer__top {
        padding-bottom: min(max(30px, calc(1.875rem + (35 - 30) * ((100vw - 1024px) / (1220 - 1024)))), 35px);
    }

    .footer__item .site-link {
        margin-bottom: min(max(1px, calc(0.0625rem + (9 - 1) * ((100vw - 1024px) / (1220 - 1024)))), 9px);
        margin-top: 15px;
    }

    .footer__top>.footer__item>*:first-child {
        margin-top: 0;
    }

    .social {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    footer .form__group {
        height: min(max(36px, calc(2.25rem + (45 - 36) * ((100vw - 1024px) / (1220 - 1024)))), 45px);
    }

    .site-button._inner-text-change {
        height: min(max(36px, calc(2.25rem + (45 - 36) * ((100vw - 1024px) / (1220 - 1024)))), 45px);
    }

    footer .form__group button {
        width: min(max(44px, calc(2.75rem + (53 - 44) * ((100vw - 1024px) / (1220 - 1024)))), 53px);
    }
}

@media screen and (min-width: 1220px) {
    .footer__item nav ul {
        margin-left: auto;
    }

    .footer__item:nth-child(2) nav {
        margin-left: auto;
        margin-right: 111px;
    }

    .footer__item:nth-child(3) nav {
        margin-right: auto;
        margin-left: 28px;
    }

    .footer__item nav ul li {
        line-height: 1;
    }
}

/* footer */

/* footer-teasers */
.footer-teasers {
    --teasers-p: 25px 0;
    --teasers-grid-tc: repeat(4, 1fr);
}

@media(max-width: 960px) {
    .footer-teasers {
        --teasers-p: 25px 40px;
        --teasers-grid-tc: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .footer-teasers {
        --teasers-p: 25px 0;
    }
}

@media(max-width: 600px) {
    .footer-teasers {
        --teasers-grid-tc: 100%;
    }
}

.footer-teasers {
    padding: var(--teasers-p);
    background-color: #FFF;
}

.footer-teasers>.center {
    display: grid;
    grid-template-columns: var(--teasers-grid-tc);
    column-gap: 30px;
    row-gap: 20px;
}

.footer-teasers__item {
    display: flex;
    gap: 15px;
    cursor: default;
}

a.footer-teasers__item {
    cursor: pointer;
}

.footer-teasers__icon-wrap {
    flex-shrink: 0;
    width: 36px;
    height: max-content;
}

.footer-teasers__icon {
    width: 100%;
}

.footer-teasers__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-teasers__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.footer-teasers__text {
    font-size: 14px;
    line-height: 1.5;
}

/* footer-teasers */


/* inputs animation */
input::-webkit-input-placeholder {
    opacity: 1;
    text-indent: 0px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input::-moz-placeholder {
    opacity: 1;
    text-indent: 0px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:-moz-placeholder {
    opacity: 1;
    text-indent: 0px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    text-indent: 0px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 200px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 200px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    text-indent: 200px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 200px;
    transition: opacity 0.3s ease, text-indent 0.6s ease;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

/* inputs animation */





/* scrool top */
.scroll-button {
    border: unset;
    background: var(--main-color);
    border-radius: 50%;
    padding: 0;
    min-width: 50px;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
    box-sizing: border-box;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 90px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    transition: 0.3s;
}

.scroll-button:hover {
    background: #0C920D;
}

.scroll-button__icon {
    width: 1.5em;
    height: 1.5em;
    transform: rotate(180deg);
}

.scroll-button__icon svg {
    fill: white;
    height: 100%;
    width: 100%;
}

/* scrool top */

/* megamenu */

#megamenu {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 98;
    background-color: #FCFCFC;
    transition: 0.3s ease-in-out;
    transition-property: top, height;
    overflow-y: scroll;
}

#megamenu._active {
    display: flex;
    left: 0%;
}

.main-section {
    background-color: #F7F7F7;
    max-width: min(max(255px, calc(15.9375rem + (364 - 255) * ((100vw - 768px) / (1200 - 768)))), 364px);
    width: 100%;
    min-height: 100%;
    padding-bottom: 86px;
}

.main-section ul {
    position: initial;
}

.main-section ul li {
    display: flex;
    align-items: center;
    position: inherit;
}

.main-section ul li:hover {
    background-color: var(--main-color);
}

.main-section ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: min(max(10px, calc(0.625rem + (12 - 10) * ((100vw - 768px) / (1200 - 768)))), 10px) min(max(15px, calc(0.9375rem + (30 - 15) * ((100vw - 768px) / (1200 - 768)))), 30px);
}

.main-section .ico {
    --icon-size: 25px;
    margin-right: 10px;
}

.main-section ul.subsection-item li {
    display: block;
}

.main-section ul li:hover a span {
    color: #000;
}

.main-section ul li a span {
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: min(max(14px, calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1200 - 768)))), 18px);
    line-height: 140%;
}

.main-section>ul>li:hover>a>.ico._grey::before,
.main-section>ul>li._active>a>.ico._grey::before {
    background-color: #FFF;
}

.main-section>ul>li._active {
    background-color: var(--main-color);
}

.main-section>ul>li._active>a>span {
    color: #FFF;
}

.main-section>ul>li._active .subsection__wrapper {
    opacity: 1;
    z-index: 10;
}

.subsection__wrapper {
    position: absolute;
    top: 0;
    left: min(max(255px, calc(15.9375rem + (364 - 255) * ((100vw - 768px) / (1200 - 768)))), 374px);
    /* left: min(max(255px, calc(15.9375rem + (364 - 255) * ((100vw - 768px) / (1200 - 768)))), 364px); */
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    width: calc(100% - min(max(255px, calc(15.9375rem + (364 - 255) * ((100vw - 768px) / (1200 - 768)))), 374px));
    height: calc(701.219px + 86px);
    padding-top: 20px;
}

.subsection {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 100px;
}

/* .main-section ul li:hover .subsection__wrapper {
	opacity: 1;
	z-index: 10;
} */

.subsection li {
    background-color: unset !important;
}

.subsection__block {
    max-width: 360px;
    width: calc(50% - 100px);
    overflow: hidden;
}

.subsection__title {}

.subsection__title-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 5px 10px 5px 30px !important;
}

.subsection__title-link-text {
    display: block;
    color: #000 !important;
    font-style: normal;
    font-weight: 600;
    font-size: min(max(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1200 - 768)))), 18px);
    line-height: 140%;
}

.subsection__title-link:hover .subsection__title-link-text {
    color: var(--main-color) !important;
}

.subsection__title-link-amount {
    display: block;
    padding: 3px 6px;
    border-radius: 4px;
    background: #F6F6F6;
    color: #808080 !important;
    font-size: min(max(12px, calc(0.875rem + (14 - 12) * ((100vw - 768px) / (1200 - 768)))), 14px) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 125%;
}

.subsection__list {}

.subsection__item {}

.subsection__link {
    padding: 5px 10px 5px 30px !important;
    color: #808080 !important;
    font-style: normal;
    font-weight: 400;
    font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1200 - 768)))), 16px);
    line-height: 140%;
}

.subsection__link:hover {
    color: var(--main-color) !important;
}

/* .subsection ul li:first-child a {
	font-style: normal;
	font-weight: 600;
	font-size: min(max(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1200 - 768)))), 18px);
	line-height: 140%;
	color: #000000 !important;
} */
/* .subsection ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: min(max(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1200 - 768)))), 16px);
	line-height: 140%;
	color: #808080 !important;
	padding: 5px 10px 5px 30px;
} */
/* .subsection ul li a:hover {
	color: var(--main-color) !important;
} */

/* megamenu */


/* h1 */
.page-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: clamp(22px, calc(1.375rem + (36 - 22) * ((100vw - 360px) / (1200 - 360))), 36px);
    line-height: clamp(26px, calc(1.625rem + (42 - 26) * ((100vw - 360px) / (1200 - 360))), 42px);
}

.page-title {
    display: flex;
    align-items: center;
    padding: clamp(0px, calc(0rem + (14 - 0) * ((100vw - 370px) / (640 - 370))), 14px) 10px 0;
    margin-top: 12px;
    margin-bottom: 10px;
}

.page-title.duty-title {
    margin: 10px auto clamp(13px, calc(0.8125rem + (40 - 13) * ((100vw - 380px) / (1920 - 380))), 40px);
}

.page-title .count {
    color: #808080;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    border-radius: 4px;
    margin-left: clamp(5px, calc(0.3125rem + (11 - 5) * ((100vw - 370px) / (640 - 370))), 11px);
    padding: 3px 6px;
    background: #F6F6F6;
    margin-top: 3px;
}


@media screen and (min-width: 1200px) {
    .page-title {
        padding: 0 10px;
        max-width: calc(1200px + 20px);
        /* margin: -10px auto 38px; */
        margin: 0 auto;
    }
}

/* h1 */


.fancybox__backdrop {
    background-color: #000000a3;
}

.fancybox__toolbar__items svg {
    stroke: white;
    opacity: 1 !important;
    filter: unset !important;
    stroke-width: unset;
}

.fancybox__toolbar__items button {
    opacity: 1 !important;
}

.carousel__button svg {
    stroke: white;
    stroke-width: unset;
    filter: unset;
}

/*PAGE_TEMPLATE - DUTY - START*/
.duty-template {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.duty-template__left {
    width: 100%;
    /*overflow: hidden;*/
}

.payment-wrapper {
    --item-mb: 17px;
    margin-top: 50px;
}

.payment-type {
    margin-bottom: var(--item-mb);
    display: flex;
    align-items: center;
    gap: 10px;

}

.payment-type svg {
    max-width: 40px;
    max-height: 40px;
}

.payment-type span {
    font-size: 31px;
}

.payment-wrapper h2 {
    margin-bottom: clamp(13px, calc(0.8125rem + (40 - 13) * ((100vw - 380px) / (1920 - 380))), 40px);
}

@media (max-width: 1024px) {
    .payment-type span {
        font-size: 21px;
        font-weight: 600;
    }
}

.inner-site-left.big-left.tipografy-page ul li li,
.inner-site-left.big-left.tipografy-page ol li li {
    padding-left: 10px;
}

.inner-site-left .small-image {
    max-width: 300px;
}

/*P*/
.duty-template p {
    font: 400 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) 'chipakRaleway', sans-serif;
    margin: clamp(15px, calc(0.93rem + (25 - 15) * ((100vw - 380px) / (1920 - 380))), 25px) 0;
    font-feature-settings: inherit;
}


.duty-template__left>*:first-child {
    margin-top: 0;
}

/*H2*/
.duty-template h2 {
    font: 900 clamp(16px, calc(1rem + (28 - 16) * ((100vw - 380px) / (1920 - 380))), 28px)/clamp(19px, calc(1.2rem + (32 - 19) * ((100vw - 380px) / (1920 - 380))), 32px) 'chipakRaleway', sans-serif;
    margin: clamp(24px, calc(1.5rem + (30 - 24) * ((100vw - 380px) / (1920 - 380))), 30px) 0 15px 0;
    font-feature-settings: inherit;
}

.duty-template h2+p {
    margin-top: 0;
}

/*h3*/
.duty-template h3 {
    font: 700 clamp(16px, calc(1rem + (22 - 16) * ((100vw - 380px) / (1920 - 380))), 22px)/clamp(18px, calc(1.125rem + (26 - 18) * ((100vw - 380px) / (1920 - 380))), 26px) 'chipakRaleway', sans-serif;
    margin: clamp(18px, calc(1.5rem + (30 - 24) * ((100vw - 380px) / (1920 - 380))), 24px) 0 9px 0;
    font-feature-settings: inherit;
}

/*BLOCKQUOTE*/
.duty-template blockquote {
    padding-left: clamp(15px, calc(0.93rem + (25 - 15) * ((100vw - 380px) / (1920 - 380))), 25px);
    font: italic 200 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    position: relative;
    margin: clamp(10px, calc(0.63rem + (20 - 10) * ((100vw - 380px) / (1920 - 380))), 20px) 0;
}

.duty-template blockquote:before {
    content: '';
    display: block;
    width: clamp(3px, calc(0.1875rem + (5 - 3) * ((100vw - 380px) / (1920 - 380))), 5px);
    height: calc(100% - (clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) / 2 - 2px));
    position: absolute;
    top: calc(1rem - (clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) / 2));
    left: 0;
    background-color: var(--main-color);
}

/*WARNING-NOTE*/
.warning-note {
    position: relative;
    padding: 15px 20px 15px 48px;
    border-radius: 4px;
    border: 1px solid #F3E79E;
    background: #FFF7C9;
    margin: clamp(14px, calc(0.875rem + (24 - 14) * ((100vw - 380px) / (1920 - 380))), 24px) 0 clamp(30px, calc(1.875rem + (50 - 30) * ((100vw - 380px) / (1920 - 380))), 50px);
}

.warning-note__icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 18px;
}

.warning-note__content__title {
    font: 700 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(20px, calc(1.25rem + (22 - 20) * ((100vw - 380px) / (1920 - 380))), 22px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

.warning-note__content__text {
    font: 400 14px/20px 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

/*TABS*/
.tabs {
    width: 100%;
    height: clamp(30px, calc(1.875rem + (35 - 30) * ((100vw - 380px) / (1920 - 380))), 35px);
    position: relative;
    margin-bottom: clamp(18px, calc(1.125rem + (30 - 18) * ((100vw - 380px) / (1920 - 380))), 30px);
    margin-top: clamp(25px, calc(1.5625rem + (35 - 25) * ((100vw - 380px) / (1920 - 380))), 35px);
}

.tabs-viewport {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.tabs-content-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: left .2s linear;
}

.tabs .debug-window {
    position: absolute;
    z-index: 100;
    top: -200px;
    width: 300px;
    height: 200px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    background: #fff;
}

.tabs-content-list {
    display: flex;
    gap: clamp(18px, calc(1.125rem + (30 - 18) * ((100vw - 380px) / (1920 - 380))), 30px);
    user-select: none;
}

.tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DADADA;
}

.tabs__item {
    font: 700 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(20px, calc(1.25rem + (22 - 20) * ((100vw - 380px) / (1920 - 380))), 22px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    color: var(--addition-color);
    cursor: pointer;
    position: relative;
    min-width: fit-content;
    max-width: fit-content;
}

.tabs__item.--active {
    color: #000;
    cursor: auto;
}

.tabs__item:after {
    content: '';
    opacity: 0;
    z-index: -9999;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background-color: var(--main-color);
    transition: opacity .2s linear;
}

.tabs__item.--active:after {
    opacity: 1;
    z-index: 0;
    transition: opacity .2s linear;
}

.tab-arrow {
    width: 62px;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, #F5F5F5 47.86%, rgba(245, 245, 245, 0.00) 100%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tab-arrow.--left {
    left: 0;
    background: linear-gradient(90deg, #F5F5F5 47.86%, rgba(245, 245, 245, 0.00) 100%);
    justify-content: flex-start;
}

.tab-arrow.--right {
    right: 0;
    justify-content: flex-end;
}

.tab-arrow img {
    width: 5px;
    height: 8px;
    top: -5px;
}

.tab-arrow.--left img {
    transform: rotate(180deg);
}

.tab-arrow.--disabled {
    display: none;
}

.tabs-wrapper {
    display: flex;
    gap: clamp(18px, calc(1.125rem + (30 - 18) * ((100vw - 380px) / (1920 - 380))), 30px);
    padding-bottom: clamp(12px, calc(0.75rem + (15 - 12) * ((100vw - 380px) / (1920 - 380))), 15px);
    margin: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 380px) / (1920 - 380))), 30px) 0;
    position: relative;
}


/*TABS-CONTENT*/
.tabs-content {
    margin-bottom: clamp(24px, calc(1.5rem + (44 - 24) * ((100vw - 380px) / (1920 - 380))), 44px);
    transition: opacity 200ms;
}

.tabs-content.--hidden {
    opacity: 0;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.--active {
    display: block;
}

/*UL-LI OL-LI*/
.duty-template .duty-template__left ul,
.section__description ul {
    margin: clamp(14px, calc(0.875rem + (25 - 14) * ((100vw - 380px) / (1920 - 380))), 25px) 0;
}

.duty-template .duty-template__left ul._list-style-tick {
    margin: 20px 0;
}

.duty-template .duty-template__left ul li,
.section__description ul li {
    padding-left: clamp(15px, calc(0.937rem + (20 - 15) * ((100vw - 380px) / (1920 - 380))), 20px);
    position: relative;
    font: 400 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

.duty-template .duty-template__left ul li:not(:last-child),
.duty-template .duty-template__left ol li:not(:last-child),
.section__description ul li:not(:last-child),
.section__description ol li:not(:last-child) {
    margin-bottom: 20px;
}

.duty-template .duty-template__left ul li:before,
.section__description ul li:before {
    content: '';
    width: clamp(5px, calc(0.313rem + (7 - 5) * ((100vw - 380px) / (1920 - 380))), 7px);
    height: clamp(5px, calc(0.313rem + (7 - 5) * ((100vw - 380px) / (1920 - 380))), 7px);
    background-color: var(--main-color);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

.duty-template .duty-template__left ul._list-style-tick li:before,
.section__description ul._list-style-tick li:before {
    content: unset;
}

.duty-template .duty-template__left ul._list-style-tick li,
.section__description ul._list-style-tick li {
    padding-left: 30px;
}

.duty-template .duty-template__left ul._list-style-tick li>svg:nth-child(1),
.section__description ul._list-style-tick li>svg:nth-child(1) {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.duty-template ol,
.duty-template ul {
    counter-reset: li;
    list-style: none;
    margin: clamp(14px, calc(0.875rem + (25 - 14) * ((100vw - 380px) / (1920 - 380))), 25px) 0;
}

.duty-template .duty-template__left ol li {
    font: 400 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

.duty-template ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    font: 700 clamp(14px, calc(0.88rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(21px, calc(1.31rem + (24 - 21) * ((100vw - 380px) / (1920 - 380))), 24px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

/*SLIDER*/
.duty-template .banners__slider._main-slider {
    max-width: clamp(380px, calc(23.75rem + (856 - 380) * ((100vw - 380px) / (1920 - 380))), 856px);
    max-height: clamp(199px, calc(12.43rem + (480 - 199) * ((100vw - 380px) / (1920 - 380))), 480px);
    margin-top: clamp(16px, calc(1rem + (33 - 16) * ((100vw - 380px) / (1920 - 380))), 33px);
    margin-left: 0;
    margin-bottom: clamp(30px, calc(1.875rem + (50 - 30) * ((100vw - 380px) / (1920 - 380))), 50px);
}

/*B*/
.duty-template b {
    font-weight: 700;
    font-feature-settings: inherit;
    line-height: 150%;
}

/*INPUTS*/
.duty-template label.input,
.popup label.input {
    width: 320px;
    height: clamp(40px, calc(2.5rem + (50 - 40) * ((100vw - 380px) / (1920 - 380))), 50px);
    position: relative;
    display: inline-block;
}

.popup label.input {
    width: 100%;
}

.popup label.input.--textarea {
    height: max-content;
}

.duty-template label.input input,
.duty-template label.input textarea,
.popup label.input input,
.popup label.input textarea {
    width: 100%;
    height: 100%;
    padding: 15px;
    font: 400 clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(16px, calc(1rem + (18 - 16) * ((100vw - 380px) / (1920 - 380))), 18px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    border: 1px solid #DADADA;
    border-radius: 4px;
}

.duty-template label.input input::-webkit-input-placeholder,
.duty-template label.input textarea::-webkit-input-placeholder,
.popup label.input input::-webkit-input-placeholder,
.popup label.input textarea::-webkit-input-placeholder {
    color: #808080;
}

.duty-template label.input input::-moz-placeholder,
.duty-template label.input textarea::-moz-placeholder,
.popup label.input input::-moz-placeholder,
.popup label.input textarea::-moz-placeholder {
    color: #808080;
    opacity: 1;
}

.duty-template label.input input.--with-icon,
.popup label.input input.--with-icon {
    padding-left: 38px;
}

.duty-template label.input span.--with-icon,
.popup label.input span.--with-icon {
    position: absolute;
    top: clamp(13px, calc(0.813rem + (18 - 13) * ((100vw - 380px) / (1920 - 380))), 18px);
    left: 15px;
    width: 15px;
    height: 15px;
    fill: var(--main-color);
}

.duty-template label.input span.--required,
.popup label.input span.--required {
    position: absolute;
    top: 0;
    right: 5px;
    width: 6px;
    height: 6px;
}

.duty-template label.input input:focus,
.duty-template label.input textarea:focus,
.duty-template label.input input.test-focus,
.popup label.input input:focus,
.popup label.input textarea:focus,
.popup label.input input.test-focus {
    outline: none;
    border: 1px solid var(--main-color);
}

.duty-template label.input input.--error,
.duty-template label.input textarea.--error,
.popup label.input input.--error,
.popup label.input textarea.--error {
    background-color: #FFF1F1;
    border: 1px solid #F03030;
}

/*TEXTAREA*/
.popup label.input textarea {
    height: 176px;
    resize: none;
}

/*SELECT*/
.duty-template label.select {
    position: relative;
    width: 320px;
    height: 50px;
}

.duty-template label.select:after {
    content: '';
    width: 6px;
    height: 6px;
    background: url("/local/templates/main/assets/image/input_icons/select_arrow.svg") no-repeat center;
    display: block;
    position: absolute;
    right: 8px;
    top: 23px;
    z-index: 1;
}

.duty-template label.select .custom-title {
    width: 100%;
    height: 100%;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 15px;
    font: 400 clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 380px) / (1920 - 380))), 16px)/clamp(16px, calc(1rem + (18 - 16) * ((100vw - 380px) / (1920 - 380))), 18px) 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.duty-template select:focus {
    outline: none;
    border: 1px solid var(--main-color);
}

.duty-template select~.custom-list {
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    z-index: -9999;
    transition: opacity .2s linear;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #DADADA;
    border-radius: 4px;
    overflow: hidden;
}

.duty-template select~.custom-list.--active {
    opacity: 1;
    z-index: 10;
    transition: opacity .2s linear;
}

.duty-template select~.custom-list div {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
    font-size: clamp(12px, calc(0.75rem + (14 - 12) * ((100vw - 380px) / (1920 - 380))), 14px);
    line-height: 140%;
}

.duty-template select~.custom-list div.--focus {
    color: #fff;
    background-color: var(--main-color);
}

/*BTNS*/
.duty-template .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: clamp(40px, calc(2.5rem + (50 - 40) * ((100vw - 380px) / (1920 - 380))), 50px);
    font: 700 16px/140% 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    border-radius: 4px;
}

.duty-template .additional-btn {
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.duty-template .main-btn {
    background-color: var(--main-color);
    color: #fff;
}

.duty-template .additional-btn.test-hover {
    background: rgba(48, 185, 49, 0.10);
}

/*CHECKBOX*/
.duty-template label.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.duty-template input[type=checkbox],
.duty-template label.checkbox>span.__custom {
    min-width: 16px;
    min-height: 16px;
    border: 1px solid #DADADA;
    border-radius: 2px;
    background-color: #fff;
}

.duty-template label.checkbox input {
    position: absolute;
    opacity: 0;
}

.duty-template label.checkbox input+span.__custom.--checked {
    background: url("/local/templates/main/assets/image/input_icons/checkbox_arrow.svg") no-repeat center #fff;
}

.duty-template label.checkbox.test-hover .__custom {
    border-color: var(--main-color);
}

.duty-template label.checkbox.test-hover .__text {
    color: var(--main-color);
}

/*ERROR*/
.popup .content .__error {
    color: var(--errors-color);
    margin-bottom: 20px;
}

/*A*/
.duty-template .duty-template__left a:not(.btn) {
    font-size: inherit;
}

.form-elements {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
    margin-top: clamp(15px, calc(0.9375rem + (25 - 15) * ((100vw - 380px) / (1920 - 380))), 25px);
}

.form-elements--column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-elements--column ._test-hover-mobile {
    display: none;
}

.form-elements--column h3:nth-child(1) {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) and (min-width: 1200px) {
    .tabs__item:after {
        bottom: -11px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 921px) {
    .tabs__item:after {
        bottom: -10px;
    }
}

@media screen and (min-width: 1024px) {

    /*TABS*/
    .tabs__item:hover:after {
        opacity: 1;
        z-index: 0;
        transition: opacity .2s linear;
    }

    .tabs__item:hover {
        color: #000;
    }

    /*A*/
    .duty-template .duty-template__left a:not(.btn):hover {
        color: #0C920D;
    }

    /*BTNS*/
    .duty-template .additional-btn:hover {
        background: rgba(48, 185, 49, 0.10);
    }

    .duty-template .main-btn:hover,
    .duty-template .main-btn.test-hover {
        background-color: #0C920D;
    }

    /*CHECKBOX*/
    .duty-template label.checkbox:hover .__text {
        color: var(--main-color);
    }

    .duty-template label.checkbox:hover .__custom {
        border-color: var(--main-color);
    }
}

@media screen and (max-width: 1230px) {
    .duty-template .duty-template__right {
        display: none;
    }

    .duty-template__left {
        max-width: 100%;
    }
}

@media screen and (max-width: 920px) {
    body.duty-modifier {
        background: #fff;
    }

    .duty-template {
        display: block;
    }

    .tabs__item:after {
        bottom: -10px;
    }

    .duty-template label.input input {
        padding: 12px;
    }

    .form-elements--column {
        gap: 15px;
    }

    .duty-template .btn {
        font-size: 14px;
    }

    .form-elements--column.__checkboxes {
        gap: 10px;
    }

    .duty-template label.select {
        height: 40px;
    }

    .duty-template label.select .custom-title {
        padding: 12px;
    }

    .duty-template label.select .custom-list div {
        height: 40px;
        padding: 12px;
    }

    .duty-template select~.custom-list {
        top: 40px;
    }

    .duty-template label.select:after {
        top: 17px;
    }

    .duty-template .duty-template__left ul._list-style-tick li {
        padding-left: 25px;
    }

    .duty-template .duty-template__left ul._list-style-tick li>svg:nth-child(1) {
        width: 15px;
        height: 15px;
    }

    .form-elements--column ._test-hover-mobile {
        display: inherit;
    }

    .form-elements--column ._test-hover,
    .duty-template .form-elements--column label.checkbox._test-hover {
        display: none;
    }

    .duty-template .form-elements--column .main-btn.test-hover {
        background-color: #0C920D;
    }

    /*TABS*/
    .tab-arrow {
        background: linear-gradient(270deg, #fff 47.86%, rgba(245, 245, 245, 0.00) 100%);
    }

    .tab-arrow.--left {
        background: linear-gradient(90deg, #fff 47.86%, rgba(245, 245, 245, 0.00) 100%);
    }

    /*MAIN_PAGE*/
    .about__wrapper {
        grid-gap: 15px;
    }

    .about .site-button {
        max-width: 100%;
    }
}

@media screen and (max-width: 730px) {
    .form-elements>div {
        width: 100%;
    }

    .duty-template label.input,
    .duty-template label.select,
    .duty-template .btn {
        width: 100%;
    }

}

/*PAGE_TEMPLATE - DUTY - END*/


/*МАГАЗИНЫ НАЧАЛО*/
.shops__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shops__item {
    display: flex;
    flex-direction: column;

    border-radius: 4px;
    background: #FFF;
    padding: 15px;

    cursor: pointer;
}



.shops__item-img {
    margin-bottom: 15px;
    height: clamp(186px, calc(11.625rem + (337 - 186) * ((100vw - 375px) / (639 - 375))), 337px);
}

.shops__item-img img {
    object-fit: cover;
}

.shops__item-map {
    display: flex;
    align-items: center;
    gap: 6px;
}

.shops__item-map .icon {
    width: 10px;
    height: 14px;
}

.shops__item-info {
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 10px;
}

.shops__item-name {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.shops__item-address,
.shops__item-map,
.shops__item-map span,
.shops__item-clock {
    color: #808080;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.shops__item-map span {
    text-decoration: underline;
}

.shops__item-map:hover span {
    color: var(--main-color)
}

.shops__item-contact {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.shops__item-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shops .shops__item .shops__item-phone a {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.shops .shops__item .shops__item-phone a:hover {
    color: var(--main-color);
}


.shops__item-phone .icon {
    width: 16px;
    height: 16px;
}

.shops__item-phone .icon svg * {
    fill: var(--main-color);
}

@media (min-width: 640px) {
    .shops__wrapper {
        gap: 15px;
    }

    .shops__item {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
        gap: 25px
    }

    .shops__item-img {
        margin-bottom: 0;

        width: 179px;
        height: 100px;
        flex-shrink: 0;
    }

    .shops__item-info {
        margin-bottom: 0;
        gap: 0;

        flex: 1 0 0;
    }

    .shops__item-contact {
        gap: 0;
        align-items: end;
    }

    .shops__item-name {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .shops__item-address {
        margin-bottom: 4px;
    }

    .shops__item-map {
        gap: 8px;
    }

    .shops__item-map .icon {
        margin-top: -6px;
    }

    .shops__item-phone {
        margin-bottom: 9px;
    }

    .shops__item-clock {
        margin-bottom: 5px;
    }
}

.shops__map {
    height: clamp(250px, calc(15.625rem + (460 - 250) * ((100vw - 375px) / (1200 - 375))), 460px);
    width: 100%;
    margin-bottom: 37px;
    border-radius: 4px;
    border: 1px solid #DADADA;
    overflow: hidden;
}

@media (min-width: 980px) {
    .shops {
        margin-top: 40px;
    }

    .shops__wrapper {
        gap: 20px;
    }

    .shops__item-name {
        font-size: 20px;
    }

    .shops__item-address,
    .shops__item-map,
    .shops__item-map span,
    .shops__item-clock {
        font-size: 16px;
    }

    .shops .shops__item .shops__item-phone a {
        font-size: 18px;
    }

    .shops__item-phone a {
        pointer-events: none;
    }

    .shops__map {
        margin-bottom: 48px;
    }
}

/*МАГАЗИНЫ КОНЕЦ*/

/*ДОСТАВКА - НАЧАЛО*/
.delivery-page__image-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.delivery-page__image-block img {
    width: 322px;
    margin-top: clamp(15px, calc(0.93rem + (25 - 15) * ((100vw - 380px) / (1920 - 380))), 25px);
}

.delivery-page__price-link {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: clamp(16px, calc(1rem + (23 - 16) * ((100vw - 380px) / (1920 - 380))), 23px);
}

.delivery-page__price-link svg {
    width: 16px;
    height: 22px;
}

.delivery-page__price-link span {
    text-decoration: underline;
    color: var(--main-color);
}

.delivery-page__images {
    display: flex;
    gap: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 380px) / (1920 - 380))), 30px);
}

.delivery-page__images>div {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DADADA;
    width: 50%;
}

.delivery-page__images>div._pek {
    padding: clamp(17px, calc(1.0625rem + (45 - 17) * ((100vw - 380px) / (1920 - 380))), 45px) clamp(20px, calc(1.25rem + (60 - 20) * ((100vw - 380px) / (1920 - 380))), 60px);
}

.delivery-page__images>div._lines {
    padding: clamp(10px, calc(0.625rem + (32 - 10) * ((100vw - 380px) / (1920 - 380))), 32px) clamp(32px, calc(2rem + (105 - 32) * ((100vw - 380px) / (1920 - 380))), 105px);
}

.delivery-page__time-block {
    display: flex;
    gap: 100px;
}

.delivery-page__time-block__weekdays div span:nth-child(2),
.delivery-page__time-block__weekend div span:nth-child(2) {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-left: 5px;
}

.delivery-page__time-block__weekdays div span svg,
.delivery-page__time-block__weekend div span svg {
    width: 12px;
    height: 12px;
}

.delivery-page__time-block__weekdays>div:not(:nth-child(1)) {
    margin-top: 10px;
}

@media screen and (min-width: 921px) {
    .delivery-page__calculator {
        padding: 35px 40px 40px 40px;
        background: #fff;
        border: 1px solid #E7E7E7;
    }

    .delivery-page__price-link:hover span {
        color: #0C920D;
    }
}

@media screen and (max-width: 920px) {
    .delivery-page__image-block {
        flex-direction: column-reverse;
    }

    .delivery-page__image-block img {
        margin-top: 0;
    }

    .delivery-page__images>img {
        border: 1px solid #E7E7E7;
    }

    .delivery-page__time-block {
        flex-direction: column;
        gap: 15px;
    }
}

/*ДОСТАВКА - КОНЕЦ*/

/*ВАКАНСИИ - НАЧАЛО*/
/*RIGHT-BLOCK - START*/
.job-page-right-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    width: 300px;
    padding: 20px;
    background-color: #fff;
}

.job-page-right-wrapper ._flex-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-page-right-wrapper svg.__phone {
    width: 16px;
    height: 16px;
    fill: var(--main-color);
}

.job-page-right-wrapper svg.__geo {
    width: 13px;
    height: 19px;
}

.job-page-right-wrapper .__title {
    font: 900 20px/24px 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
}

.job-page-right-wrapper .__phone-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.job-page-right-wrapper .__phone-list a {
    font-size: 18px;
    line-height: 140%;
}

.job-page-right-wrapper .__delimiter {
    margin: 20px 0;
}

.job-page-right-wrapper .__delimiter:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 176px;
    background: #DDDDDD;
}

.job-page-right-wrapper .__description>p:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 0;
}

.job-page-right-wrapper .__description>p:nth-child(1) a {
    font-weight: 700;
    color: #30B931;
}

.job-page-right-wrapper .__description>p:nth-child(2) {
    margin-bottom: 0;
}

.job-page-right-wrapper .__description>p:nth-child(2) * {
    font-size: 16px;
}

.job-page-right-wrapper .__description>p:nth-child(3) {
    margin-top: 15px;
    font-size: 16px;
}

.job-page-right-wrapper .__info {
    font-style: italic;
    font-weight: 200;
    line-height: 150%;
    font-feature-settings: inherit;
}

/*RIGHT-BLOCK - END*/

.job-page-description>*:first-child {
    margin-top: 0;
}

.job-page-description .job-page-right-wrapper {
    display: none;
}

.job-page-jobs-list h2 {
    font-size: clamp(22px, calc(1.375rem + (28 - 22) * ((100vw - 380px) / (1920 - 380))), 28px);
    line-height: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 380px) / (1920 - 380))), 32px);
}

@media screen and (max-width: 920px) {
    .job-page-description .job-page-right-wrapper {
        display: inherit;
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

    .job-page-right-wrapper .__delimiter:after {
        width: -webkit-fill-available;
    }

    .job-page-right-wrapper .__title {
        font-size: 22px;
    }

    .job-page-right-wrapper .__description>p:nth-child(2) {
        margin-top: 30px;
    }

    .job-page-right-wrapper .__description>p:nth-child(3) {
        margin-top: 8px;
    }
}

/*ВАКАНСИИ - КОНЕЦ*/


.btn._buy-one-click {
    display: flex;
    gap: 8px;
}

.btn._buy-one-click .icon {
    width: 18px;
    height: 18px;
    display: flex;
}

/*NEWS-DETAIL-START*/
.page-title.duty-title.news-detail-h1 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    width: calc(1220px - 350px);
    margin-left: calc((100vw - 1220px) / 2);
}

.news-detail-h1~.duty-template .duty-template__right {
    top: -170px;
}

.news-detail-h1 span {
    color: #A9A9A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1230px) {
    .page-title.duty-title.news-detail-h1 {
        width: 100%;
        margin-left: 0;
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 921px) {
    .news-detail-h1~.duty-template .duty-template__right {
        top: -155px;
    }
}

@media screen and (max-width: 639px) {
    .page-title.duty-title.news-detail-h1 {
        margin-bottom: 0;
        width: 100%;
    }

    .news-detail-h1 span {
        display: none;
    }
}

/*NEWS-DETAIL-END*/
.add-items {}

.add-items__wrapper {
    display: flex;
    gap: 32px;
    justify-content: space-between;

}

.add-items__item {
    background: var(--item-color, linear-gradient(90deg, #85B400 1.74%, #6A9908 100%));
    position: relative;
    min-height: 149px;
    overflow: hidden;
    max-width: 264px;
    flex: 1 1 264px;
    padding: 15px 16px;
    border-radius: 4px
    /* width: calc((100% - 25px) / 4); */
;
}

.add-items__item-blue {
    --item-color: linear-gradient(90deg, #008BE7 0%, #005892 100%);

}

.add-items__item-green {
    --item-color: linear-gradient(90deg, #85B400 1.74%, #6A9908 100%);
    --btn-color: #8DC002;
    --btn-hover-color: #8DC00280;
}

.add-items__item-aqua {
    --item-color: linear-gradient(90deg, #12ADB7 0%, #00576A 100%);
    --btn-color: #21C2CC;
    --btn-hover-color: #21C2CC80;
}

.add-items__item h4 {
    color: #ffff;
    font-size: 20px;
    line-height: 1.2;
    z-index: 4;
    max-width: 145px;
}

.add-items__item h4+span {
    font-size: 34px;
    color: #ffd302;
    font-weight: 700;
}

.add-items__item a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    padding: 4px 10px;
    position: relative;
    z-index: 4;
    background-color: var(--btn-color);
    border-radius: 4px;
    margin-top: 10px;
    gap: 5px;
    transition: .3s ea;
}

.add-items__item a:hover {
    background-color: var(--btn-hover-color);
}

.add-items__item a span {
    color: #ffff;
    font-weight: 700;
    font-size: 12px;

}

.add-items__item a svg {
    width: 10px;
    height: 7px;
}

.add-items__item img {
    position: absolute;
    object-fit: cover;
    z-index: 3;
    top: 6px;
    right: -121px;
    width: 100%;
    height: 100%;
}

@media (max-width:1240px) {
    .add-items__item {
        max-width: unset;
    }

    .add-items__item img {
        top: 0px;
        right: -164px;
    }
}

/*
@media (max-width:1024px) {

	.add-items__item img {
		right: -70px;
	}
} */
@media (max-width:962px) {
    .add-items__item img {
        right: -150px;

        width: 300px;
    }
}

@media (max-width:792px) {
    .add-items__wrapper {
        flex-direction: column;
    }

    .add-items__item {
        max-height: 196px;
    }

    .add-items__item img {
        width: 370px;
    }
}

/*DISCOUNT-CARD-NOVOSEL-START*/
.discount-card__form__top {
    padding: 60px 40px;
    background: url('/local/templates/main/assets/image/discount_card/form_top_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.novosel .discount-card__form__top {
    background: url('/local/templates/main/assets/image/novosel/form_top_bg.png') no-repeat center;
    background-size: cover;
    padding: 60px 40px 80px 40px;
}

.discount-card__form__top:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #fff;
}

.discount-card__form__top:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url('/local/templates/main/assets/image/discount_card/form_top_card.png') no-repeat right;
    width: 50%;
    height: 100%;
}

.novosel .discount-card__form__top:before {
    background: url('/local/templates/main/assets/image/novosel/form_top_family.png') no-repeat right;
}

.discount-card__form__top .__inner {
    width: 63%;
}

.discount-card__form__top .__inner * {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.discount-card__form__top .__inner .__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.discount-card__form__top .__inner .__title span {
    font-weight: 400;
}

.discounts-table {
    margin: 40px 0;
    display: flex;
    gap: 5px;
}

.discount-table__item {
    width: calc((100% - 25px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    border-radius: 4px;
}

.discount-table__item .__circle {
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss09' on;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.discount-table__item .__price {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss09' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.discount-table__item:nth-child(1) {
    background-color: #30B931;
}

.discount-table__item:nth-child(1) .__circle {
    color: #30B931;
}

.discount-table__item:nth-child(2) {
    background-color: #7BC424;
}

.discount-table__item:nth-child(2) .__circle {
    color: #7BC424;
}

.discount-table__item:nth-child(3) {
    background-color: #C8CE16;
}

.discount-table__item:nth-child(3) .__circle {
    color: #C8CE16;
}

.discount-table__item:nth-child(4) {
    background-color: #FFD50D;
}

.discount-table__item:nth-child(4) .__circle {
    color: #FFD50D;
}

.discount-table__item:nth-child(5) {
    background-color: #FF8A00;
}

.discount-table__item:nth-child(5) .__circle {
    color: #FF8A00;
}

.discount-table__item:nth-child(6) {
    background-color: #E70000;
}

.discount-table__item:nth-child(6) .__circle {
    color: #E70000;
}

.novosel-services,
.novosel-list,
.novosel-advantages {
    margin: 40px 0;
}

.novosel-services__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.novosel-services__item {
    width: calc((100% - 20px) / 2);
    height: 190px;
    display: flex;
    flex-direction: column;
    flex: 1 1 418px;
    justify-content: center;
    align-items: start;
    position: relative;
    padding-left: 35px;
    border-radius: 4px;
    overflow: hidden;
    gap: 10px;
}

.novosel-services__item:nth-child(1) {
    background: url('/local/templates/main/assets/image/novosel/man_full_bg.png') no-repeat center;
    background-size: cover;
}

.novosel-services__item:nth-child(1):before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 50%;
    height: calc(100% - 5px);
    background: url('/local/templates/main/assets/image/novosel/man.png') no-repeat center;
}

.novosel-services__item:nth-child(2) {
    background: url('/local/templates/main/assets/image/novosel/women_full_bg.png') no-repeat center;
    background-size: cover;
}

.novosel-services__item:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 50%;
    height: calc(100% - 10px);
    background: url('/local/templates/main/assets/image/novosel/women.png') no-repeat center;
}

.novosel-services__item:nth-child(3) {
    background: url('/local/templates/main/assets/image/novosel/sofa.jpg') no-repeat center;
    background-size: cover;
}

.novosel-services__item:nth-child(3):before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 50%;
    height: calc(100% - 10px);
    background: url('/local/templates/main/assets/image/novosel/sofa.png') no-repeat center;
}

.novosel-services__item:nth-child(4) {
    background: url('/local/templates/main/assets/image/novosel/bathBg.jpg') no-repeat center;
    background-size: cover;
}

.novosel-services__item>.__title {
    width: 220px;
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}

.novosel-services__item>.__top-title {
    background-color: #FFC743;
    color: #000000;
    padding: 3px 7px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.25;
}

.novosel-advantages__items {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px 48px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.novosel-advantages__item {
    display: flex;
    gap: 12px;
    width: calc((100% - 96px) / 3);
}

.novosel-advantages__item svg {
    min-width: 48px;
    width: 48px;
    min-height: 48px;
    height: 48px;
    fill: none;
    top: -5px;
}

.novosel-advantages__item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width: 920px) {
    .discounts-table {
        flex-wrap: wrap;
    }

    .discount-table__item {
        width: calc((100% - 10px) / 3);
    }

    .novosel-services__item:nth-child(1):before,
    .novosel-services__item:nth-child(2):before {
        right: 0;
        width: 60%;
    }
}

@media screen and (max-width: 875px) {
    .novosel-services__item:nth-child(3):before {
        right: -100px;
    }

    .novosel-services__item {
        flex-basis: auto;
    }
}

@media screen and (max-width: 540px) {
    .novosel-services__item:nth-child(3):before {
        right: -35px;
    }

    .novosel-services__item {
        justify-content: start;
        padding: 25px;
    }
}

@media screen and (max-width: 740px) {
    .novosel-services__items {
        flex-direction: column;
    }

    .novosel-services__item {
        align-items: flex-start;
        width: 100%;
        height: 190px;
        padding-top: 25px;
    }

    .novosel-services__item:nth-child(1) .__title,
    .novosel-services__item:nth-child(2) .__title {
        font-size: 22px;
        width: 50%;
    }

    .novosel-advantages__item {
        width: calc((100% - 48px) / 2);
    }
}

@media screen and (min-width: 720px) and (max-width: 815px) {
    .discount-card__form__top:before {
        width: 65%;
        background-size: cover;
    }

    .novosel .discount-card__form__top:before {
        width: 65%;
        background-size: cover;
    }
}

@media screen and (min-width: 630px) and (max-width: 719px) {
    .discount-card__form__top:before {
        background: url('/local/templates/main/assets/image/discount_card/form_top_card_mobile.png') no-repeat right;
        width: 100%;
    }

    .novosel .discount-card__form__top:before {
        background: url('/local/templates/main/assets/image/novosel/form_top_family_mobile.png') no-repeat right;
        width: 100%;
    }
}

@media screen and (min-width: 630px) and (max-width: 700px) {
    .discount-card__form__top:before {
        background-size: contain;
    }
}

@media screen and (max-width: 629px) {
    .discount-card__form__top:before {
        background: url('/local/templates/main/assets/image/discount_card/form_top_card_mobile.png') no-repeat right;
        width: 100%;
    }

    .novosel .discount-card__form__top:before {
        background: url('/local/templates/main/assets/image/novosel/form_top_family_mobile.png') no-repeat right;
        width: 100%;
    }

    .discount-card__form__top,
    .novosel .discount-card__form__top {
        padding: 24px 10px 160px 10px;
    }

    .discount-card__form__top .__inner {
        width: 100%;
    }

    .discount-card__form__top .__inner *,
    .discount-card__form__top .__inner .__title {
        font-size: 14px;
        margin: 0;
    }
}

@media screen and (max-width: 540px) {
    .discount-table__item {
        width: calc((100% - 5px) / 2);
    }
}

@media screen and (max-width: 480px) {
    .novosel-advantages__items {
        gap: 20px;
    }

    .novosel-advantages__item {
        width: 100%;
        align-items: center;
    }

    .novosel-advantages__item svg {
        min-width: 36px;
        width: 36px;
        min-height: 36px;
        height: 36px;
        top: 0;
    }
}

/*DISCOUNT-CARD-NOVOSEL-END*/

/*CONTACTS-START*/
.contacts-shops__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts-shops__item {
    width: 100%;
    padding: 30px 30px 40px 30px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.contacts-shops__item * {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-style: normal;
}

.contacts-shops__item .__title {
    font-size: 28px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 7px;
}

.contacts-shops__item .__address {
    color: #808080;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.contacts-shops__item .__phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.contacts-shops__item .__phone span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 16px;
}

.contacts-shops__map {
    margin-top: 60px;
    width: 100%;
    height: clamp(227px, calc(14.1875rem + (518 - 227) * ((100vw - 375px) / (1920 - 375))), 518px);
}

.contacts-text__item_wide,
.contacts-text__item {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 18px 25px 20px 25px;
}

.contacts-text__item_wide {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contacts-text__item_wide .__left,
.contacts-text__item_wide .__right {
    width: 45%;
}

.contacts-text__item_wide,
.contacts-text__items {
    margin-top: 24px;
}

.contacts-text__item_wide {
    margin-bottom: 40px;
}

.contacts-text__items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contacts-text__item {
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.contacts-text__item_wide .__left {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.contacts-text__item_wide .__right .__title,
.contacts-text__item .__title {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.contacts-text__item_wide .__right .__phones,
.contacts-text__item .__phones {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
}

.contacts-text__item_wide .__right .__mails,
.contacts-text__item .__mails {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contacts-requisites__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.contacts-requisites__items .__item {
    display: flex;
    gap: 20px;
}

.contacts-requisites__items .__item .__title {
    width: calc(30% - 10px);
}

.contacts-requisites__items .__item .__description {
    width: calc(70% - 10px);
}

.contacts-requisites__items .__item .__title,
.contacts-requisites__items .__item .__description {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.contacts-requisites__items .__item .__title {
    font-weight: 700;
}

.contacts-map {
    height: clamp(250px, calc(15.625rem + (460 - 250) * ((100vw - 375px) / (1200 - 375))), 460px);
    width: 100%;
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #DADADA;
    overflow: hidden;
    display: block;
    transition: opacity 200ms;
}

.contacts-map._disabled {
    display: none;
}

.contacts-map.--hidden {
    opacity: 0;
}

@media screen and (max-width: 1260px) {
    .contacts-shops__map {
        height: clamp(227px, calc(14.1875rem + (727 - 227) * ((100vw - 375px) / (1920 - 375))), 727px);
    }
}

@media screen and (max-width: 640px) {
    .contacts-shops__item {
        border: none;
        padding: 0;
    }

    .contacts-shops__item .__title {
        font-size: 16px;
        line-height: 125%;
        margin-bottom: 0;
    }

    .contacts-shops__item .__address {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contacts-shops__item .__phone {
        font-size: 14px;
    }

    .contacts-shops__item .__phone span {
        font-size: 14px;
        margin-right: 5px;
    }

    .contacts-text__item_wide,
    .contacts-text__item {
        padding: 18px 16px;
    }

    .contacts-text__item_wide {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 28px;
    }

    .contacts-text__item_wide .__left,
    .contacts-text__item_wide .__right {
        width: 100%;
    }

    .contacts-text__items {
        flex-direction: column;
        margin-top: 20px;
    }

    .contacts-text__item {
        width: 100%;
    }

    .contacts-requisites__items {
        gap: 10px;
        margin-bottom: 10px;
    }

    .contacts-requisites__items .__item {
        gap: 10px;
    }

    .contacts-requisites__items .__item .__title {
        width: calc(50% - 5px);
    }

    .contacts-requisites__items .__item .__description {
        width: calc(50% - 5px);
        word-break: break-word;
    }

    .contacts-requisites__items .__item .__title,
    .contacts-requisites__items .__item .__description {
        font-size: 14px;
    }

    .contacts-map {
        display: none;
    }
}

/*CONTACTS-END*/

/*WHOLESALE-START*/
.wholesale__top-description {
    margin: 30px 0;
    font-variant-numeric: lining-nums proportional-nums;
    line-height: 130%;
}

.duty-template .wholesale__advantages h2+p {
    margin: 24px 0;
}

.wholesale__superiors {
    margin: 40px 0;
}

.wholesale__superiors__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.wholesale__superiors__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: calc((100% - 30px) / 2);
    border-radius: 4px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 18px 25px 20px 25px;
}

.wholesale__superiors__item .__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wholesale__superiors__item * {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.wholesale__superiors__item .__top .__title {
    font-size: 20px;
    font-weight: 700;
}

.wholesale__superiors__item .__top .__description {}

.wholesale__superiors__item .__info .__phone {
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    .wholesale__top-description {
        margin: 14px 0;
    }

    .duty-template .wholesale__advantages h2+p {
        margin: 12px 0;
    }

    .wholesale__superiors {
        margin: 24px 0;
    }

    .wholesale__superiors__list {
        flex-direction: column;
        gap: 10px;
    }

    .wholesale__superiors__item {
        width: 100%;
        gap: 12px;
    }

    .wholesale__superiors__item * {
        font-size: 14px;
    }

    .wholesale__superiors__item .__top .__title {
        font-size: 16px;
    }
}

/*WHOLESALE-END*/

/*MODALS-START*/
#backdrop {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.18);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 520px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 4px;
}

.popup .closeIcon {
    width: 20px;
    height: 20px;
    fill: #111111;
    position: absolute;
    right: 30px;
    top: 33px;
    cursor: pointer;
}

.popup .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 100%;
    padding-right: 30px;
}

.popup form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup .consent {
    margin-top: 15px;
}

.popup .consent,
.popup .consent * {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0;
    color: #808080;
}

.popup .consent a {
    color: #30B931;
}

.popup .consent a:hover {
    text-decoration: underline;
}

/*кастомный чекбокc НАЧАЛО*/
.popup ._checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

._checkbox__item {
    position: relative;
}

.popup ._checkbox input {
    position: absolute;
    z-index: -100;
    opacity: 0;
}

.popup ._checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    cursor: pointer;
}

.popup ._checkbox input+label::before {
    content: '';
    border-radius: 2px;
    border: 1px solid #DADADA;
    background-color: #FFF;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-size: 10px 8px;
}

.popup ._checkbox input:checked+label::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.33333 8L0 4.7276L1.4823 3.2724L3.33333 5.09474L8.5177 0L10 1.4552L3.33333 8Z' fill='black'/%3e%3c/svg%3e");
}

.popup ._checkbox label span {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popup ._checkbox label span a {
    color: #30B931;
}

/*кастомный чекбокc КОНЕЦ*/

.popup .buttons {
    margin-top: 20px;
}

.popup .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font: 700 16px/140% 'chipakRaleway', sans-serif;
    font-feature-settings: inherit;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.popup .main-btn {
    background-color: var(--main-color);
    color: #fff;
}

.popup .main-btn:hover {
    background-color: #0C920D;
}

.popup .buttons._disabled {
    cursor: not-allowed;
}

.popup .buttons._disabled .main-btn {
    background-color: grey;
    pointer-events: none;
}

.popup .buttons._disabled .main-btn:hover {
    background-color: grey;
}

.popup .__success {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.popup .__success.--active {
    display: inherit;
}

.popup .__success * {
    /*text-align: center;*/
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popup .__success svg {
    width: 42px;
    height: 42px;
}

.popup .__success .__title {
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0;
}

@media screen and (max-width: 520px) {
    .popup {
        width: 375px;
        padding: 0;
        gap: 0;
        background-color: #EEEEEE;
    }

    .popup .content {
        padding: 20px 10px 20px 10px;
    }

    .popup .closeIcon {
        width: 25px;
        height: 25px;
        right: 10px;
        top: 18px;
    }

    .popup .title {
        font-size: 20px;
        padding: 20px 10px;
        background-color: #fff;
    }

    .popup .btn {
        height: 40px;
    }
}

@media screen and (max-width: 374px) {
    .popup {
        width: 100%;
    }
}

/*MODALS-END*/



/* ------------------------------ стили для режима правки битрикс ------------------------------ */
#bx_incl_area_2 {
    height: 100%;
}

#bx_incl_area_4 {
    width: 100%;
}

#bx_incl_area_5 .catalog__wrapper._full-width {
    display: block;
}

#bx_incl_area_5 .catalog__wrapper._full-width #bx_incl_area_5_4 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: min(max(5px, calc(0.3125rem + (20 - 5) * ((100vw - 375px) / (768 - 375)))), 20px);
}

#bx_incl_area_5 .lower-banners__wrappers {
    display: block;
}

#bx_incl_area_5 .lower-banners__wrappers #bx_incl_area_5_5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

#bx_incl_area_5_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#bx_incl_area_9 {
    margin-bottom: 10px;
}

#bx_incl_area_10 {
    font-size: min(max(12px, calc(0.75rem + (14 - 12) * ((100vw - 375px) / (1024 - 375)))), 14px);
}

@media screen and (min-width: 634px) {
    #bx_incl_area_5_4_1 {
        display: none;
    }
}


#bx_incl_area_6 .catalog__wrapper.block {
    display: block;
}

#bx_incl_area_6 .catalog__wrapper.block #bx_incl_area_6_1_1_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    grid-gap: min(max(5px, calc(0.3125rem + (20 - 5) * ((100vw - 375px) / (768 - 375)))), 20px);
}

#bx_incl_area_6_1_1_1_1 {
    display: none;
}

@media screen and (min-width: 640px) {
    #bx_incl_area_6 #bx_incl_area_6_1_1_1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 910px) {
    #bx_incl_area_6 #bx_incl_area_6_1_1_1 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*404 PAGE - START*/
.page404 .__image {
    margin: 60px 0;
    align-items: start;
}

.page404 .__image svg {
    width: 360px;
    height: 150px;
}

.page404 p,
.page404 a {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0;
}

.page404 a {
    color: #30B931;
}

@media screen and (max-width: 420px) {
    .page404 .__image svg {
        width: 280px;
        height: 116px;
    }

    .page404 p,
    .page404 a {
        font-size: 16px;
    }

    .page404 p {
        margin-bottom: 15px;
    }
}

/*404 PAGE - END*/


/*NUMBERED_LIST - START*/
.numberedList {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 50px;
    position: relative;
}

.numberedList::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 14px;
    background-color: #30B931;
}

.numberedList__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.numberedList__number {
    position: absolute;
    top: 0;
    left: -49px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #30B931;
    border-radius: 50%;
}

.numberedList__text {
    line-height: 150%;
    margin-top: 3px;
}

.numberedList__image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}

.numberedList__image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
}

.numberedList__image ._mobile {
    display: none;
}

@media screen and (max-width: 905px) {
    .numberedList {
        padding-left: 0;
    }

    .numberedList::before {
        display: none;
    }

    .numberedList__number {
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
        font-size: 14px;
    }

    .numberedList__number+.numberedList__text {
        padding-left: 36px;
    }

    .numberedList__text *,
    .numberedList__text {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
    }
}

@media screen and (max-width: 540px) {
    .numberedList__image ._mobile {
        display: block;
    }

    .numberedList__image ._desktop {
        display: none;
    }

    .numberedList__image {
        width: 320px;
    }
}

/*NUMBERED_LIST - END*/

/*CATALOG*/
.catalog__item-stock._higher span:not(:last-child) {
    background-color: var(--main-color);
}

.catalog__item-stock._lower span:first-child {
    background: #F03030;
}

.catalog__item-stock._medium span:nth-child(-n+2):not(:last-child) {
    background: #FF9A24;
}




#ajax-catalog {
    scroll-margin-top: 130px;
}

.__banner-holidays-btn img,
.__banner-holidays-btn svg {
    width: auto;
    height: auto;
}





/* ------------------------------------------------------ cookies START------------------------------------------------------ */
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #1a9f29;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    transition: transform 300ms ease-out;
}

.cookies._active {
    transform: translateY(0);
}

.cookies__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
}

.cookies__text {
    color: #FFF;
    font-size: 15px;
    line-height: 1.3;
    cursor: default;
}

.cookies__text a {
    color: #FFF;
    font-size: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.cookies__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 7px 62px;
    border: 2px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

@media(min-width: 960px) {
    .cookies__btn:hover {
        color: #1a9f29;
        background-color: #FFF;
        border-color: #FFF;
    }
}

@media (max-width: 960px) {
    .cookies__body {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .cookies__text {
        font-size: 14px;
    }

    .cookies__btn {
        width: 100%;
    }
}

/* ------------------------------------------------------ cookies END------------------------------------------------------ */
