

/* Start:/local/templates/uborka_v2/accets/css/reset.css?17824808291402*/
/*reset styles*/
:where(*, *::before, *::after) {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
* {
    margin: 0;
    padding: 0;
    font: inherit;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
    background: transparent;
    border: none;
    outline: none;
}
button { cursor: pointer; }
textarea { resize: vertical; }

table { border-collapse: collapse; border-spacing: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; color: inherit}

:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
:focus { outline: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/accets/css/variable.css?17824808291193*/
:root {
    --s10: 0.625rem;
    --s11: 0.6875rem;
    --s12: 0.75rem;
    --s13: 0.8125rem;
    --s14: 0.875rem;
    --s15: 0.9375rem;
    --s16: 1rem;
    --s17: 1.0625rem;
    --s18: 1.125rem;
    --s19: 1.1875rem;
    --s20: 1.25rem;
    --s21: 1.3125rem;
    --s22: 1.375rem;
    --s23: 1.4375rem;
    --s24: 1.5rem;
    --s28: 1.75rem;
    --s32: 2rem;
    --s36: 2.25rem;
    --s40: 2.5rem;
    --s44: 2.75rem;
    --s48: 3rem;

}


:root {
    --cl-blue-teal: #1888B8;
    --cl-blue: #4365AF;
    --cl-midnight-blue: #194a79;
    --cl-pearl-light-grey: #999999;
    --cl-platinum:#EAEAEA;
    --cl-gray-platinum:#DBDBDB;
    --cl-gray: #808080;
    --cl-black: #000000;
    --cl-dark-greenish: #333333;
    --cl-granite-grey: #30323A;
    --cl-smoky-white: #F6F6F6;
    --cl-greenish-wet-asphalt: #545454;
    --promo-color-1: #A4FFFF;
    --promo-color-2: #FF97AA;
    --promo-color-3: #5BC4FF;
    --promo-color-4: #F7FFA9;
    --promo-color-5: #EBB2FF;
    --promo-color-6: #D8FFCA;
}

:root{
    --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
/* End */


/* Start:/local/templates/uborka_v2/accets/css/global.css?17824808297096*/
html {
    font-size: 16px;
}
body {
    font-family: var(--font-sans);
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}

section {
    margin-bottom: 2.5rem;
}

input, button, textarea, select { font: inherit; }

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header {
    flex: 0 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.container-page {
    flex: 1 0 auto;
}

.img__container {
    width: 100%;
    aspect-ratio: 680 / 360;
    overflow: hidden;
    border-radius: 0 .625rem .625rem 0;

    display: flex;
    justify-content: center;
    align-items: center;
}
.img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo-cta, .articles-span {
    display: flex;
    align-items: center;
    gap: .2rem;
    text-transform: uppercase;
    font-weight: 700;
}
.promo-cta::after, .articles-span::after {
    content: ">";
    font-size: .8rem;
}
.container-page {
    margin: 0 auto;
    padding: 1.875rem 8.75rem 2.5rem 8.75rem;
}
.title-page {
    font-size: var(--s28);
    font-weight: 700;
    margin-bottom: 1.875rem;
    color: inherit;
}
.product__price.product__price--empty {
    font-weight: 500;
    font-size: var(--s16);
}
main {
    flex: 1;
}

.clamp-2,
.clamp-3,
.clamp-4,
.clamp-5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* конкретные варианты */
.clamp-2 { -webkit-line-clamp: 2; }
.clamp-3 { -webkit-line-clamp: 3; }
.clamp-4 { -webkit-line-clamp: 4; }
.clamp-5 { -webkit-line-clamp: 5; }


.container-page.breadcrumb-container {
    padding-top: .5rem;
    padding-bottom: 0;
}

div .product-card__sale-container .sale {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* display: inline-block; */
    background-image: none;
    background-clip: unset;
    -webkit-background-clip: text;
    color: #194a79;
    -webkit-text-fill-color: #194a79;
    font-size: var(--s17);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}


/* cookie баннер */
.cookie-banner {
    width: 100%;
    opacity: 1;

    display: flex;
    justify-content: center;

    transition: max-height 0.5s ease, opacity 0.3s ease;
}

.cookie-banner.hide {
    max-height: 0;
    opacity: 0;
}

.cookie-banner__content {
    padding: 1.5rem;

    text-align: center;
    font-size: var(--s15);
    color: var(--cl-granite-grey);

    max-width: 70%;
}

.cookie-banner button {
    margin-top: 1.5rem;

    padding: .5rem 3.75rem;
    background-color: var(--cl-platinum);
    border-radius: .6rem;

    font-weight: 500;

    transition: background-color .3s ease;
}

.cookie-banner button:hover {
    background-color: #dbdbdb;
}




/*кастом input
    Использование:
    структура в точности такая же все классы указывать
    <label class="form-input">
        <input type="text" placeholder=" ">
        <div>Плейсхолдер</div>
    </label>
*/
.form-input {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.form-input input {
    width: 100%;
    padding: .7rem 1.2rem;
    border: 1px solid var(--cl-platinum);
    border-radius: 0.8rem;
    font-weight: 600;
    color: var(--cl-granite-grey);
    background: transparent;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-input input:focus {
    border-color: var(--cl-greenish-wet-asphalt);
}

.form-input div {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: var(--s16);
    color: var(--cl-greenish-wet-asphalt);
    pointer-events: none;
    transition: all 0.25s ease;
    background: #fff;
    padding: 0 .5rem;
    border-radius: .3rem;
}

.form-input input:focus + div,
.form-input input:not(:placeholder-shown) + div {
    top: 0;
    transform: translateY(-50%) scale(0.95);
    color: var(--cl-greenish-wet-asphalt);
}


/* кастом checkbox
    Использование структура в точности такая же все классы указывать
    <label class="form-checkbox">
        <input type="checkbox" checked>
        <span class="form-checkbox__custom"></span>
        <span class="form-checkbox__label">Label</span>
    </label>
*/

.form-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    margin-right: 1.5rem;
}

.form-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-checkbox__custom {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid var(--cl-platinum);
    border-radius: 0.4rem;
    display: inline-block;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
    margin-right: 0.6rem;
}

.form-checkbox input:checked + .form-checkbox__custom {
    border-color: var(--cl-pearl-light-grey);
}

.form-checkbox input:checked + .form-checkbox__custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    background-color: var(--cl-pearl-light-grey);
    border-radius: .25rem;
}

.form-checkbox__label {
    font-weight: 600;
    font-size: var(--s16);
    color: var(--cl-granite-grey);
    user-select: none;
    transition: color 0.3s;
}

.form-checkbox input:checked ~ .form-checkbox__label {
    color: var(--cl-greenish-wet-asphalt);
}


/* cтили popup */

.popup-body {
    background-color: white;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: .7rem;

    min-width: min(410px, 100%);
    min-height: min(336px, 100%);
}
body .mfp-bg {
    opacity: .2;
}



@media (max-width: 4000px) {
    html { font-size: 22px; }
}

@media (max-width: 2200px) {
    html { font-size: 20px; }
}

@media (max-width: 2000px) {
    html { font-size: 18px; }
}

@media (max-width: 1850px) {
    html { font-size: 17.33px; }
}

@media (max-width: 1700px) {
    html { font-size: 16.67px; }
}

@media (max-width: 1600px) {
    html { font-size: 16px; }
}

@media (max-width: 1400px) {
    html { font-size: 14.67px; }
}

@media (max-width: 1300px) {
    html { font-size: 13.33px; }
}

@media (max-width: 1200px) {
    html { font-size: 11.33px; }
}

@media (max-width: 950px) {
    html { font-size: 16px; }

    section {
        margin-bottom: 1.75rem;
    }

    .container-page {
        width: 100%;
        padding: 1.25rem 1rem 1.75rem;
    }

    .container-page.breadcrumb-container {
        padding-top: .35rem;
    }

    .title-page {
        margin-bottom: 1.1rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .img__container {
        border-radius: .625rem;
    }
}

@media (max-width: 480px) {
    .container-page {
        padding-right: .875rem;
        padding-left: .875rem;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/accets/css/animates/hover-raise.css?17824808292841*/
:root{
    --hover-scale-base: 1.008;
    --hover-raise-base: .08rem;

    --hover-dur: 180ms;
    --hover-ease: cubic-bezier(.2,.8,.2,1);

    --y0-base: .5px;
    --b0-base: 1px;
    --y-base:  .5rem;
    --b1-base: 1.25rem;
    --b2-base: .75rem;

    --alpha0: .01;
    --alpha0b: .02;
    --alpha1: .05;
    --alpha2: .04;

    --img-scale-add: .03;
}

.hover-raise--sm,
.hover-raise--md,
.hover-raise--lg{
    --y0: var(--y0-base);
    --b0: var(--b0-base);

    --y:  calc(var(--y-base)  * var(--elev-scale));
    --b1: calc(var(--b1-base) * var(--elev-scale));
    --b2: calc(var(--b2-base) * var(--elev-scale));

    --hover-scale: calc(1 + (var(--hover-scale-base) - 1) * var(--lift-mult));
    --hover-raise: calc(var(--hover-raise-base) * var(--lift-mult));

    position: relative;
    box-shadow:
            0 var(--y0) var(--b0) rgba(0,0,0,var(--alpha0b)),
            0 0 0 1px  rgba(0,0,0,var(--alpha0));
    transform: translateZ(0);
    transition:
            transform var(--hover-dur) var(--hover-ease),
            box-shadow var(--hover-dur) var(--hover-ease),
            filter    var(--hover-dur) var(--hover-ease);
    will-change: transform, box-shadow;
}

:is(.hover-raise--sm,.hover-raise--md,.hover-raise--lg) img{
    transition: transform var(--hover-dur) var(--hover-ease);
}

@media (hover:hover){
    .hover-raise--sm:hover,
    .hover-raise--md:hover,
    .hover-raise--lg:hover{
        transform: translateY(var(--hover-raise)) scale(var(--hover-scale));
        box-shadow:
                0 var(--y)            var(--b1) rgba(0,0,0,var(--alpha1)),
                0 calc(var(--y)*.5)   var(--b2) rgba(0,0,0,var(--alpha2));
    }
    :is(.hover-raise--sm,.hover-raise--md,.hover-raise--lg):hover img{
        transform: scale(calc(1 + var(--img-scale-add) * var(--lift-mult)));
    }
}

.hover-raise--sm:focus-visible,
.hover-raise--md:focus-visible,
.hover-raise--lg:focus-visible{
    outline: none;
    box-shadow:
            0 0 0 .16rem rgba(0,125,255,.18),
            0 var(--y)          var(--b1) rgba(0,0,0,var(--alpha1)),
            0 calc(var(--y)*.5) var(--b2) rgba(0,0,0,var(--alpha2));
    transform: translateY(var(--hover-raise)) scale(var(--hover-scale));
}

.hover-raise--sm:active,
.hover-raise--md:active,
.hover-raise--lg:active{
    transform: translateY(0) scale(.998);
    box-shadow:
            0 var(--y0) var(--b0) rgba(0,0,0,var(--alpha0b)),
            0 0 0 1px   rgba(0,0,0,var(--alpha0));
}

@media (prefers-reduced-motion: reduce){
    .hover-raise--sm,
    .hover-raise--md,
    .hover-raise--lg,
    :is(.hover-raise--sm,.hover-raise--md,.hover-raise--lg) img{
        transition: none;
    }
}

.hover-raise--sm{ --elev-scale:.2;  --lift-mult:.6;  }
.hover-raise--md{ --elev-scale:1;   --lift-mult:1;   }
.hover-raise--lg{ --elev-scale:1.15;--lift-mult:1.15;}

/* End */


/* Start:/local/templates/uborka_v2/accets/css/animates/hover-glow.css?17824808292659*/
:root {
    --glow-hover-scale-base: 1;
    --glow-hover-raise-base: .08rem;

    --glow-hover-dur: 180ms;
    --glow-hover-ease: cubic-bezier(.2,.8,.2,1);

    --glow-y-base:  .5rem;
    --glow-b1-base: 1.25rem;
    --glow-b2-base: .75rem;

    --glow-alpha1: .05;
    --glow-alpha2: .08;

    --glow-img-scale-add: .03;
}

.hover-glow--sm,
.hover-glow--md,
.hover-glow--lg {
    --glow-y:  calc(var(--glow-y-base)  * var(--glow-elev-scale));
    --glow-b1: calc(var(--glow-b1-base) * var(--glow-elev-scale));
    --glow-b2: calc(var(--glow-b2-base) * var(--glow-elev-scale));

    --glow-hover-scale: calc(1 + (var(--glow-hover-scale-base) - 1) * var(--glow-lift-mult));
    --glow-hover-raise: calc(var(--glow-hover-raise-base) * var(--glow-lift-mult));

    position: relative;
    transform: translateZ(0);
    transition:
            transform var(--glow-hover-dur) var(--glow-hover-ease),
            filter var(--glow-hover-dur) var(--glow-hover-ease);
    will-change: transform, filter;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

:is(.hover-glow--sm,.hover-glow--md,.hover-glow--lg) img {
    transition: transform var(--glow-hover-dur) var(--glow-hover-ease);
}

@media (hover:hover) {
    .hover-glow--sm:hover,
    .hover-glow--md:hover,
    .hover-glow--lg:hover {
        transform: scale(var(--glow-hover-scale));
        filter:
                drop-shadow(0 var(--glow-y) var(--glow-b1) rgba(0,0,0,var(--glow-alpha1)))
                drop-shadow(0 calc(var(--glow-y)*.5) var(--glow-b2) rgba(0,0,0,var(--glow-alpha2)));
    }

    :is(.hover-glow--sm,.hover-glow--md,.hover-glow--lg):hover img {
        transform: scale(calc(1 + var(--glow-img-scale-add) * var(--glow-lift-mult)));
    }
}

.hover-glow--sm:focus-visible,
.hover-glow--md:focus-visible,
.hover-glow--lg:focus-visible {
    outline: none;
    filter:
            drop-shadow(0 0 0 .16rem rgba(0,125,255,.18))
            drop-shadow(0 var(--glow-y) var(--glow-b1) rgba(0,0,0,var(--glow-alpha1)))
            drop-shadow(0 calc(var(--glow-y)*.5) var(--glow-b2) rgba(0,0,0,var(--glow-alpha2)));
    transform: scale(var(--glow-hover-scale));
}

.hover-glow--sm:active,
.hover-glow--md:active,
.hover-glow--lg:active {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

@media (prefers-reduced-motion: reduce) {
    .hover-glow--sm,
    .hover-glow--md,
    .hover-glow--lg,
    :is(.hover-glow--sm,.hover-glow--md,.hover-glow--lg) img {
        transition: none;
    }
}

.hover-glow--sm { --glow-elev-scale:.2;  --glow-lift-mult:.6;  }
.hover-glow--md { --glow-elev-scale:1;   --glow-lift-mult:1;   }
.hover-glow--lg { --glow-elev-scale:1.15;--glow-lift-mult:1.15;}

/* End */


/* Start:/local/templates/uborka_v2/styles.css?178248083021208*/
/*хедер*/
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
body {
    letter-spacing: 1px;
}

html {
    scroll-padding-top: calc(var(--sticky-header-top, 0px) + var(--header-height, 0px) + 1rem);
}

.header {
    position: fixed;
    top: var(--sticky-header-top, 0px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    background: #fff;
    transition: box-shadow .2s ease;
}

body.has-fixed-header {
    padding-top: calc(var(--sticky-header-top, 0px) + var(--site-header-space, var(--header-height, 0px)));
}

.header.is-sticky {
    box-shadow: 0 .5rem 1.5rem rgba(22, 34, 50, .08);
}

main {
    overflow: visible;
}

main > section,
main .top-products,
main .main-promo,
main .main-articles,
main .home-callback-cta {
    scroll-margin-top: calc(var(--sticky-header-top, 0px) + var(--header-height, 0px) + 1rem);
}

h1 {
    font-size: var(--s28)
}
h2 {
    color: var(--cl-blue);
}
.logo img {
    max-height: 2.875rem;
}

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

.header__middle-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; /* логотип слева, иконки справа */
    gap: 1rem;
    padding: 0 8.75rem;
}

.searchbar {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.catalog-btn {
    color: var(--cl-platinum);
    background-color: var(--cl-midnight-blue);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 3rem;
    padding: 0 1.25rem;
    border-radius: .8rem;
    font-weight: 500;
}
.mfp-content {
    max-width: max-content;
}
.actions {
    display: flex;
}

.searchbar__form {
    background-color: var(--cl-smoky-white);
    width: 27.75rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem 0.75rem 1rem;
    border-radius: .8rem;
    border: 1px solid transparent;
}

.searchbar__form.focused {
    border-color: var(--cl-platinum);
}

.searchbar__form img {
    width: 1.5rem;
    height: 1.5rem;
}

.action {
    display: flex;
    flex-direction: column; /* иконка сверху, текст снизу */
    align-items: center; /* выравнивание по центру */
    width: 5.13rem;
    height: 3rem;
}

.action a {
    width: 1.5rem;
    height: 1.5rem;
}

.header__top-row {
    padding: 0.63rem 8.75rem 0.63rem 8.75rem;
    background-color: var(--cl-smoky-white);
    display: flex;
    justify-content: space-between;
}

.header__top-right {
    display: flex;
    gap: 1.5rem;
}

.header__top-left {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.header__top-left img {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.location {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .2rem .45rem;
    border-radius: .55rem;
    color: inherit;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.location::after {
    content: "";
    width: .42rem;
    height: .42rem;
    margin-top: -.18rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: .75;
}

.location:hover {
    background-color: rgba(68, 101, 175, .1);
    color: #4465af;
}

.header__bottom-row {
    border-top: 1px solid var(--cl-smoky-white);
    border-bottom: 1px solid var(--cl-smoky-white);
    padding: 1rem 0 1rem 0;
}

.categories {
    display: flex;
    justify-content: center;
    gap: 1.875rem; /* расстояние между пунктами */
}

#popup_set_regions {
    width: min(440px, calc(100vw - 32px));
    max-width: 440px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

#popup_set_regions .popup-regions {
    position: relative;
    width: 100%;
    padding: 34px 36px 36px;
    background: #fff;
    border: 1px solid rgba(37, 59, 82, 0.08);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(20, 35, 55, 0.18);
    text-align: left;
}

.popup-regions__eyebrow {
    margin-bottom: 7px;
    color: #4465af;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.popup-regions__title {
    margin-bottom: 10px;
    color: #162232;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.popup-regions__lead {
    margin-bottom: 24px;
    color: #667085;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
}

.popup-regions__list {
    display: grid;
    gap: 12px;
}

.popup-regions__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 13px 16px;
    border: 1px solid #dfe7ec;
    border-radius: 12px;
    background: #f8fbfc;
    color: #162232;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.popup-regions__link:hover {
    border-color: #4465af;
    background: #4465af;
    color: #fff;
    transform: translateY(-1px);
}

.popup-regions__link.is-active {
    border-color: rgba(68, 101, 175, .35);
    background: #eef4ff;
    color: #194a79;
}

.popup-regions__link.is-active:hover {
    border-color: #4465af;
    background: #4465af;
    color: #fff;
}

.popup-regions__name {
    overflow-wrap: anywhere;
}

.popup-regions__badge {
    flex: 0 0 auto;
    margin-left: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(68, 101, 175, .12);
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

#popup_set_regions .mfp-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    color: #98a2b3;
    font-size: 32px;
    line-height: 36px;
    opacity: 1;
}

#popup_set_regions .mfp-close:hover {
    color: #162232;
}


/*футер*/

footer {
    background-color: var(--cl-granite-grey);
    color: #fff;
}

footer a {
    color: inherit;
    text-decoration: none;
}

.contacts__footer {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    align-items: flex-start;
    min-width: 0;
    max-width: 26rem;
}

.footer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 109rem;
    margin: 0 auto;
    padding: 3rem clamp(1rem, 7vw, 8.75rem) 1.35rem;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(18rem, 26rem) minmax(0, 1fr);
    gap: clamp(2rem, 7vw, 8rem);
    align-items: flex-start;
    margin-bottom: 2.4rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .82);
    font-size: .95rem;
    line-height: 1.35;
}

.footer-bottom p {
    margin: 0;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(10rem, 1fr));
    gap: 2rem clamp(2rem, 4vw, 4.5rem);
    width: 100%;
    height: auto;
    margin-left: 0;
}

.footer-links__group {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .72rem;
}

.footer-links__title {
    margin-bottom: .2rem;
    color: rgba(255, 255, 255, .58);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-links a,
.footer-contact-link,
.footer-contact-text {
    color: rgba(255, 255, 255, .92);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.footer-links a {
    width: fit-content;
    max-width: 100%;
    transition: color .2s ease, opacity .2s ease;
}

.footer-links a:hover,
.footer-contact-link:hover {
    color: #fff;
    opacity: .78;
}

.searchbar__input {
    flex: 1;
}

.logo__footer {
    display: inline-flex;
    width: min(13rem, 100%);
}

.logo__footer img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-contact-list {
    display: grid;
    gap: .55rem;
}

.footer-requisites {
    display: grid;
    gap: .35rem;
    padding-top: .35rem;
    color: rgba(255, 255, 255, .7);
    font-size: .86rem;
    line-height: 1.35;
}

.footer-requisites__row {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.footer-requisites__row strong {
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}

@media (max-width: 480px) {
    #popup_set_regions {
        width: calc(100vw - 24px);
    }

    #popup_set_regions .popup-regions {
        padding: 30px 18px 22px;
        border-radius: 14px;
    }

    .popup-regions__title {
        font-size: 22px;
    }

    .popup-regions__lead {
        font-size: 14px;
    }

    .popup-regions__link {
        min-height: 52px;
        font-size: 16px;
    }
}

/* 404 */
.right-404 {
    color: var(--cl-blue-teal);
}

.container-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 8.25rem 0;
}

.go-home {
    display: inline-block;
    padding: 12px 24px;
    background: var(--cl-blue-teal);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.text1-404{
    font-size: 9rem;
}
.text2-404{
    font-size: 2.25rem;
    padding-bottom: 0.625rem;
}
.text3-404{
    font-size: 1.13rem;
    padding-bottom: 0.625rem;
}
/* Цветные карточки только для новых и активных акций */
.new_promo .promo-card:nth-child(6n + 1),
.promo .promo-card:nth-child(6n + 1) {
    background-color: var(--promo-color-1);
}

.new_promo .promo-card:nth-child(6n + 2),
.promo .promo-card:nth-child(6n + 2) {
    background-color: var(--promo-color-2);
}

.new_promo .promo-card:nth-child(6n + 3),
.promo .promo-card:nth-child(6n + 3) {
    background-color: var(--promo-color-3);
}

.new_promo .promo-card:nth-child(6n + 4),
.promo .promo-card:nth-child(6n + 4) {
    background-color: var(--promo-color-4);
}

.new_promo .promo-card:nth-child(6n + 5),
.promo .promo-card:nth-child(6n + 5) {
    background-color: var(--promo-color-5);
}

/* Product reviews */
.product-reviews {
    display: grid;
    gap: 0;
    max-width: 60rem;
    margin: 0 0 1.75rem;
}

.product-reviews__empty {
    margin: 0;
    color: var(--cl-greenish-wet-asphalt);
    font-size: var(--s16);
}

.product-reviews__item {
    padding: 0 0 1.25rem;
    border: 0;
    border-bottom: 1px solid rgba(219, 219, 219, .75);
    border-radius: 0;
    background: transparent;
}

.product-reviews__item + .product-reviews__item {
    padding-top: 1.25rem;
}

.product-reviews__item:last-child {
    border-bottom: 0;
}

.product-reviews__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}

.product-reviews__author {
    color: var(--cl-black);
    font-size: var(--s18);
    font-weight: 700;
    line-height: 1.3;
}

.product-reviews__date {
    margin-top: .25rem;
    color: var(--cl-gray);
    font-size: var(--s13);
}

.product-reviews__rating {
    display: inline-flex;
    flex-shrink: 0;
    gap: .15rem;
    color: #c8c8c8;
    font-size: 1.15rem;
    line-height: 1;
}

.product-reviews__rating span.is-active {
    color: #f5a000;
}

.product-reviews__text {
    color: var(--cl-granite-grey);
    font-size: var(--s16);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.product-reviews__photos {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1rem;
}

.product-reviews__photo {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    overflow: hidden;
    border: 0;
    border-radius: .5rem;
    background: var(--cl-smoky-white);
}

.product-reviews__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-review-add,
#reviewForm[data-review-form],
.review-form {
    max-width: 44rem;
}

.product-review-add {
    margin-top: 2rem;
}

#reviewForm[data-review-form],
.review-form {
    padding: 1.35rem;
    border: 0;
    border-radius: .75rem;
    background: #f7fafc;
}

#ratingStars,
.review-form__stars,
.review-rating__stars {
    display: flex;
    gap: .25rem;
}

#ratingStars .star,
.review-form__star,
.review-rating__star {
    padding: 0;
    border: 0;
    background: transparent;
    color: #c8c8c8;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}

#ratingStars .star.active,
.review-form__star.is-active,
.review-rating__star.is-active {
    color: #f5a000;
}

.review-form__label,
.review-rating__title {
    margin-bottom: .6rem;
    color: var(--cl-black);
    font-size: var(--s16);
    font-weight: 800;
}

#reviewForm textarea,
.review-form textarea,
.review-form__field textarea {
    width: 100%;
    min-height: 10rem;
    padding: 1rem;
    border: 1px solid rgba(219, 219, 219, .8);
    border-radius: .5rem;
    background: #fff;
    color: var(--cl-black);
    font: inherit;
    resize: vertical;
}

#reviewForm textarea:focus,
.review-form textarea:focus,
.review-form__field textarea:focus {
    outline: none;
    border-color: var(--cl-blue-teal);
    box-shadow: 0 0 0 3px rgba(24, 136, 184, .12);
}

.review-form__field,
.review-rating,
#reviewForm > div {
    margin-bottom: 1.25rem;
}

.review-form__file,
#reviewForm input[type="file"] {
    width: 100%;
}

.review-form__file {
    display: grid;
    gap: .6rem;
    color: var(--cl-black);
    font-weight: 800;
}

.review-form__file input,
#reviewForm input[type="file"] {
    padding: .8rem;
    border: 0;
    border-radius: .5rem;
    background: #fff;
    font-weight: 400;
}

.review-form__submit,
#reviewSubmitBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14rem;
    min-height: 2.9rem;
    padding: .8rem 1.5rem;
    border: 0;
    border-radius: .5rem;
    background: var(--cl-blue-teal);
    color: #fff;
    font-size: var(--s16);
    font-weight: 700;
    cursor: pointer;
}

.review-form__submit:hover,
#reviewSubmitBtn:hover {
    background: var(--cl-midnight-blue);
}

.review-form__submit:disabled,
#reviewSubmitBtn:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.review-form-message {
    max-width: 48rem;
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    border-radius: .5rem;
    font-weight: 700;
}

.review-form-message--error {
    background: #fff0f0;
    color: #b00020;
}

.review-form-message--success {
    background: #eef7ff;
    color: var(--cl-blue);
}

.review-form-auth,
.review-auth {
    padding: 1rem;
    border: 1px solid var(--cl-gray-platinum);
    border-radius: .5rem;
    background: var(--cl-smoky-white);
    color: var(--cl-greenish-wet-asphalt);
}

@media (max-width: 640px) {
    .product-reviews__item {
        padding: 0 0 1rem;
    }

    .product-reviews__item + .product-reviews__item {
        padding-top: 1rem;
    }

    #reviewForm[data-review-form],
    .review-form {
        padding: 1rem;
    }

    .product-reviews__head {
        display: grid;
    }

    .review-form__submit,
    #reviewSubmitBtn {
        width: 100%;
    }
}

.new_promo .promo-card:nth-child(6n + 6),
.promo .promo-card:nth-child(6n + 6) {
    background-color: var(--promo-color-6);
}

/* Завершённые акции */
.old_promo .promo-card {
    background-color: #f1f1f1;
    color: #8f8f8f;
    filter: grayscale(100%);
}

.old_promo .promo-card img {
    opacity: 0.45;
    filter: grayscale(100%);
}

.old_promo .promo-content h3,
.old_promo .promo-text,
.old_promo .promo-cta {
    color: #8f8f8f;
}

.old_promo .promo-label {
    display: none;
}
.main-promo .btn-all-wrapper a {
    display: block;
    min-width: 16rem;
    padding: .8rem;
    text-align: center;
    color: var(--cl-greenish-wet-asphalt);
    font-size: var(--s17);
    font-weight: 600;
    border-radius: .5rem;
    background: #F2F2F2;
}
.main-promo .btn-all-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

@media (max-width: 950px) {
    body {
        letter-spacing: 0;
    }

    .header__top-row {
        padding: .6rem 1rem;
        gap: .75rem;
    }

    .header__top-right {
        max-width: 100%;
        gap: 1rem;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .header__top-right::-webkit-scrollbar {
        display: none;
    }

    .header__middle-row {
        padding: 1rem;
        align-items: stretch;
        gap: .9rem;
    }

    .searchbar {
        flex: 1 1 auto;
        min-width: 0;
    }

    .searchbar__form {
        width: min(100%, 28rem);
    }

    .footer-container {
        padding: 2rem 1rem 1.25rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links {
        width: 100%;
        height: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .header__top-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .header__middle-row {
        flex-direction: column;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .searchbar {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .searchbar__form {
        width: 100%;
        height: 3rem;
        box-sizing: border-box;
    }

    .actions {
        width: 100%;
        justify-content: space-between;
        gap: .5rem;
    }

    .action {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: auto;
        gap: .2rem;
        font-size: .78rem;
        letter-spacing: 0;
    }

    .header__bottom-row {
        padding: .65rem 0;
    }

    .categories {
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        padding: 0 1rem;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .categories::-webkit-scrollbar {
        display: none;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts__footer {
        align-items: flex-start;
    }

    .footer-links {
        margin-left: 0;
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .footer-bottom {
        gap: .75rem;
    }
}

@media (max-width: 430px) {
    .header__top-right {
        width: 100%;
    }

    .action span {
        font-size: .72rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    html {
        scroll-padding-top: calc(var(--sticky-header-top, 0px) + var(--site-header-space, var(--header-height, 0px)) + .5rem);
    }

    .header {
        overflow: hidden;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        width: 2.5rem;
        height: 2.5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .28rem;
        border: 1px solid var(--cl-smoky-white);
        border-radius: .6rem;
        background: #fff;
    }

    .mobile-menu-toggle span {
        width: 1.15rem;
        height: 2px;
        border-radius: 999px;
        background: var(--cl-granite-grey);
    }

    .header__top-row {
        display: none;
    }

    .header__top-right {
        display: none;
    }

    .header__middle-row {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        margin: 0;
        padding: .55rem .875rem .65rem;
        gap: .55rem;
    }

    .header__middle-row .logo {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-start;
    }

    .logo img {
        max-height: 2rem;
    }

    .searchbar {
        display: contents;
    }

    .searchbar__form {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 2.45rem;
        border-radius: .55rem;
        padding: .55rem .75rem;
    }

    .actions {
        grid-column: 3;
        grid-row: 1;
        width: auto;
        justify-content: flex-end;
        gap: .25rem;
    }

    .action {
        width: 2rem;
        height: 2rem;
        flex: 0 0 auto;
        justify-content: center;
    }

    .action img,
    .action a {
        width: 1.35rem;
        height: 1.35rem;
    }

    .action span {
        display: none;
    }

    .header__bottom-row {
        padding: .5rem 0;
    }

    .categories {
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        padding: 0 .875rem .05rem;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .categories::-webkit-scrollbar {
        display: none;
    }

    .categories a {
        flex: 0 0 auto;
        font-size: .9rem;
        line-height: 1.2;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/accets/css/mobile.css?178248082916499*/
@media (max-width: 720px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        letter-spacing: 0;
        background: #fff;
    }

    header,
    main,
    footer,
    section {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    img,
    svg,
    video,
    canvas,
    iframe,
    object,
    embed {
        max-width: 100%;
    }

    table {
        max-width: 100%;
    }

    input,
    textarea,
    select,
    button {
        max-width: 100%;
    }

    .container-page,
    .header-container,
    .footer-container {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .container-page {
        padding: 1.1rem .875rem 1.75rem;
        overflow-wrap: anywhere;
    }

    .title-page {
        margin-bottom: 1rem;
        font-size: 1.38rem;
        line-height: 1.18;
    }

    section {
        margin-bottom: 1.75rem;
    }

    .img__container {
        border-radius: .5rem;
    }

    .mfp-wrap {
        padding: .75rem;
    }

    .mfp-container {
        padding-right: 0;
        padding-left: 0;
    }

    .mfp-content {
        width: 100%;
        max-width: calc(100vw - 1.5rem);
    }

    .popup-body,
    #popup_set_regions {
        width: 100%;
        min-width: 0;
        max-width: calc(100vw - 1.5rem);
    }

    .popup-body {
        min-height: 0;
    }

    .uborka-form--popup {
        padding: .75rem;
    }

    .uborka-form__dialog {
        width: 100%;
        max-width: 100%;
    }

    .uborka-form__shell {
        max-width: 100%;
    }

    .uborka-form__actions,
    .uborka-form__submit {
        width: 100%;
    }

    .cookie-banner__content {
        max-width: none;
        width: 100%;
        padding: 1rem .875rem;
        font-size: .88rem;
        line-height: 1.42;
    }

    .cookie-banner button {
        width: 100%;
        margin-top: .8rem;
        padding: .65rem 1rem;
    }

    footer {
        width: 100%;
        max-width: 100%;
        background: var(--cl-granite-grey);
    }

    .footer-container {
        margin: 0;
        padding: 2rem .875rem 1.25rem;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .contacts__footer {
        align-items: flex-start;
        width: 100%;
    }

    .logo__footer {
        width: 9.6rem;
    }

    .footer-links {
        width: 100%;
        height: auto;
        margin-left: 0;
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .footer-links a {
        min-width: 0;
        color: #fff;
        line-height: 1.3;
    }

    .footer-links__group {
        gap: .62rem;
    }

    .footer-links__title {
        margin-bottom: .1rem;
    }

    .footer-requisites {
        font-size: .82rem;
    }

    .footer-bottom {
        align-items: flex-start;
        gap: .75rem;
        margin-bottom: 0;
        font-size: .88rem;
    }

    .header__top-row {
        display: none;
    }

    .header__middle-row {
        margin: 0;
        padding: .55rem .875rem .65rem;
        gap: .55rem;
    }

    .header__middle-row .logo {
        min-width: 0;
    }

    .searchbar__form {
        height: 2.45rem;
        min-width: 0;
        padding: .55rem .75rem;
    }

    .header__bottom-row,
    .categories {
        max-width: 100%;
    }

    .header__bottom-row {
        padding: .5rem 0;
    }

    .categories {
        gap: 1rem;
        padding: 0 .875rem .05rem;
    }

    .home-callback-cta {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .home-callback-cta__inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 2rem .875rem;
    }

    .home-callback-cta__title {
        font-size: 1.45rem;
        line-height: 1.18;
    }

    .home-callback-cta__button {
        width: 100%;
        min-height: 3rem;
    }

    .catalog-page,
    .catalog-main__container,
    .catalog-page__left,
    .catalog-page__right {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .catalog-main__container {
        gap: 1.25rem;
    }

    .catalog-header {
        margin-bottom: 1.25rem;
    }

    .name-section {
        font-size: 1.25rem;
        line-height: 1.22;
    }

    .catalog-menu {
        display: flex;
        gap: .5rem;
        margin-right: -.875rem;
        margin-left: -.875rem;
        padding: 0 .875rem .35rem;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .catalog-menu::-webkit-scrollbar {
        display: none;
    }

    .catalog-menu li {
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .catalog-menu a,
    .catalog-menu .current {
        display: inline-flex;
        align-items: center;
        min-height: 2.25rem;
        padding: .45rem .8rem;
        border-radius: 999px;
        background: #f2f2f2;
        color: #545454;
        white-space: nowrap;
    }

    .catalog-menu .current {
        color: #000;
    }

    .catalog-filter {
        margin-top: .8rem;
        padding: .85rem;
        border-radius: .7rem;
    }

    .catalog-filter__range {
        grid-template-columns: 1fr;
    }

    .catalog-products-grid,
    .bx_item_list_slide.active {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .8rem !important;
    }

    .product-slider-card {
        min-width: 0;
    }

    .product-card__title,
    .product-slider-card .product__name,
    .product-slider-card .product-card__title {
        font-size: .78rem;
        line-height: 1.25;
    }

    .product__price,
    .product-card__price {
        font-size: .95rem;
        line-height: 1.25;
    }

    .product-header {
        margin-bottom: 1rem;
    }

    .product-header h1 {
        font-size: 1.38rem;
        line-height: 1.18;
    }

    .product-header > div {
        flex-wrap: wrap;
        gap: .75rem;
    }

    .product__main-info__container {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .pd-gallery {
        display: grid !important;
        height: auto !important;
        gap: .75rem;
    }

    .pd-gallery__viewer {
        aspect-ratio: 1 / 1;
        height: auto;
        order: 1;
        background: #f8f8f8;
    }

    .pd-gallery__sidebar {
        order: 2;
        width: 100%;
        height: auto;
        flex-direction: row;
    }

    .pd-gallery__thumbs {
        flex-direction: row;
        width: 100%;
        padding-right: 0;
        overflow-x: auto;
    }

    .pd-gallery__thumb {
        flex: 0 0 4.25rem;
        width: 4.25rem;
        height: 4.25rem;
    }

    .pd-gallery__thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .pd-gallery__arrow {
        display: none;
    }

    .product__main-info {
        gap: 1.15rem;
    }

    .product-offer-prop-item,
    .catalog-elem__property {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .product_sizes #size-options,
    .product_colors > div,
    .product_property_values {
        flex-wrap: wrap;
    }

    .product_quantity > div {
        justify-content: space-between;
        gap: .75rem;
        width: 100%;
        max-width: 14rem;
    }

    .product__buttons-container #add-basket,
    .product__buttons-container .btn--subscribe,
    .product__buttons-container button,
    .product__buttons-container a {
        width: 100% !important;
    }

    .product-tabs__nav {
        justify-content: flex-start;
        gap: 1rem;
        margin-right: -.875rem;
        margin-left: -.875rem;
        padding: 0 .875rem;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .product-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .product-tabs__btn {
        flex: 0 0 auto;
        padding: .9rem .15rem;
        font-size: .95rem;
    }

    .product-tabs__content {
        min-height: 0;
    }

    .product-tabs__pane {
        padding-top: 1.2rem;
    }

    .related {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .related .mslider {
        width: 100%;
        max-width: 100%;
        --per-view: 2 !important;
    }

    .related .mslider__viewport {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .related .mslider__track {
        gap: .75rem !important;
    }

    .related .mslider__slide {
        min-width: 0;
        overflow: visible;
    }

    .related .mslider__slide .product-slider-card {
        width: 100%;
        min-height: 19rem;
        height: auto;
    }

    .related .mslider__slide .product-slider-card h3 {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .catalog-elem__desc,
    .catalog-elem__video,
    .product-docs ul {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .promolist-container,
    .promo-list,
    .new_promo,
    .old_promo {
        grid-template-columns: 1fr !important;
        gap: .875rem !important;
    }

    .promo-card {
        min-height: 8.75rem;
        height: auto;
        padding: 1rem;
        gap: .75rem;
    }

    .promo-content {
        max-width: 62%;
    }

    .promo-content h1,
    .promo-content h3 {
        font-size: .98rem;
        line-height: 1.2;
    }

    .promo-media {
        min-width: 5rem;
        padding: 0;
    }

    .promo-more__container a,
    .brands-all__container a,
    .main-promo .btn-all-wrapper a {
        width: 100%;
        min-width: 0;
    }

    .brands-slider__track {
        margin-right: -.875rem;
        margin-left: -.875rem;
        padding-right: .875rem;
        padding-left: .875rem;
    }

    .brand-slide {
        width: 11rem;
        height: 5.5rem;
        border-radius: .75rem;
    }

    .brand-products__header {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
        margin-bottom: 1rem;
    }

    .brand-products__toggle {
        min-height: 2.6rem;
        padding: .55rem .65rem;
        border-radius: .55rem;
        background: #f2f2f2;
        font-size: .82rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .brand-products__toggle.active {
        background: var(--cl-blue-teal);
        color: #fff;
    }

    .brand-products__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .8rem !important;
    }

    .faq-title {
        margin-bottom: 1rem;
        font-size: 1.35rem;
        line-height: 1.2;
    }

    .faq-item {
        padding: .95rem .85rem;
    }

    .faq-question__text {
        padding-right: .75rem;
        font-size: .98rem;
        line-height: 1.35;
    }

    .faq-answer__inner {
        font-size: .92rem;
        line-height: 1.5;
    }

    .shop-item,
    .shop-item__grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .shop-item {
        padding: 1.1rem 0;
    }

    .shop-name {
        margin-bottom: .85rem;
    }

    .contact-elem {
        margin-bottom: .9rem;
    }

    .cart-main-block__wrapper {
        gap: 1.25rem;
    }

    .basket-items-list-wrapper,
    .cart-main-block__side,
    .basket-total-block,
    .basket-side-info {
        width: 100%;
        min-width: 0;
    }

    .basket-total-block,
    .basket-side-info {
        padding: 1rem;
        border-radius: .7rem;
    }

    .basket-item {
        display: grid !important;
        grid-template-columns: 5rem minmax(0, 1fr) !important;
        gap: .85rem;
        padding: 1rem 0;
    }

    .basket-item__image .img__container {
        width: 5rem;
        margin-right: 0;
    }

    .basket-item__info-link {
        min-width: 0;
    }

    .basket-item__quantity,
    .basket-item__price-block {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0;
    }

    .basket-item__price-block {
        text-align: left;
    }

    #bx-soa-order,
    #bx-soa-order > .bx-soa,
    #bx-soa-order > .bx-soa-sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    #bx-soa-order {
        gap: 1.25rem;
    }

    #bx-soa-order .bx-soa-section,
    #bx-soa-order .bx-soa-section.bx-selected,
    #bx-soa-order .bx-soa-section.bx-step-completed,
    #bx-soa-order .bx-soa-section.bx-step-warning,
    #bx-soa-order .bx-soa-section.bx-step-error {
        padding: 1.45rem 0;
    }

    #bx-soa-order .bx-soa-section-title,
    #bx-soa-order .bx-soa-section.bx-selected .bx-soa-section-title {
        gap: .8rem;
        min-height: 2.25rem;
        font-size: 1.05rem;
    }

    #bx-soa-order .bx-soa-section-title-count {
        min-width: 2.25rem;
        width: 2.25rem;
        height: 2.25rem;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-count:after {
        font-size: 1.25rem;
    }

    #bx-soa-order .bx-soa-section-content,
    #bx-soa-order .bx-soa-section.bx-selected .bx-soa-section-content,
    #bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-content {
        padding: 1rem 0 0;
    }

    .bx-soa-contact-row,
    #bx-soa-order .bx-soa-pp-item-container {
        grid-template-columns: 1fr;
        gap: .85rem;
    }

    #bx-soa-order .bx-soa-cart-total,
    .bx-soa-side-info {
        padding: 1rem;
        border-radius: .7rem;
    }

    .sale-order-title-line,
    .sale-order-actions,
    .sale-order-list-inner-title-line,
    .sale-order-list-inner-row-body,
    .personal-orders .sale-order-title-line {
        min-width: 0;
    }

    .sale-order-title-line,
    .personal-orders .sale-order-title-line {
        display: grid;
        gap: .75rem;
    }

    .sale-order-actions {
        flex-wrap: wrap;
        gap: .65rem 1rem;
    }

    .personal-orders .sale-order-list-container {
        padding: .9rem;
        border-radius: .75rem;
    }

    .sale-order-list-inner-row-body {
        grid-template-columns: 1fr !important;
        padding: .9rem;
    }

    .sale-order-product {
        grid-template-columns: 3.75rem minmax(0, 1fr) !important;
        gap: .75rem;
        padding: .85rem;
    }

    .sale-order-product__meta {
        grid-column: 1 / -1;
        justify-items: start;
        white-space: normal;
    }

    .sale-order-inline-payment__body iframe {
        height: 13rem !important;
        min-height: 13rem;
    }

    .profile-top-row,
    .contact-info,
    .profile-edit__head,
    .bonus-account__head,
    .bonus-account__grid,
    .bonus-account__row {
        display: grid !important;
        gap: 1rem;
    }

    .contact-info {
        padding-left: 0;
    }

    .contact-info > div {
        width: 100%;
        padding-right: 0;
    }

    .profile-sections ul,
    .profile-edit__section,
    .bonus-account__head,
    .bonus-account__card,
    .bonus-account__history {
        padding: 1rem;
        border-radius: .7rem;
    }

    .profile-edit__form,
    .profile-edit .alert {
        max-width: 100%;
    }

    .profile-edit__actions .form-button-submit,
    .profile-edit__cancel {
        width: 100%;
        text-align: center;
    }

    .bonus-account__title {
        font-size: 1.45rem;
    }

    .bonus-account__balance {
        min-width: 0;
        width: 100%;
        padding: 1rem;
        text-align: left;
    }

    .bx_item_list_slide.active {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .bx_item_list_slide .product-slider-card {
        height: auto;
        min-height: 20rem;
    }

    .right-404,
    .text1-404 {
        font-size: 5rem;
    }

    .container-404 {
        display: grid;
        gap: 1rem;
        padding-bottom: 3rem;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .catalog-products-grid,
    .bx_item_list_slide.active,
    .brand-products__wrapper {
        grid-template-columns: 1fr !important;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .basket-item,
    .sale-order-product {
        grid-template-columns: 1fr !important;
    }

    .related .mslider {
        --per-view: 1 !important;
    }

    .basket-item__image .img__container,
    .sale-order-product__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/* End */


/* Start:/local/components/custom/catalog_menu/templates/.default/style.css?17824808293123*/
.menu {
    display: flex;
    gap: 3.125rem;

    border-bottom: 1px solid var(--cl-smoky-white);
}
.menu.container-page {
    padding-top: .625rem;
    padding-bottom: 0;
}

.submenus {
    position: relative;
    z-index: 1000;
}

.menu-link {
    display: block;
    cursor: pointer;

    color: rgba(84, 84, 84, 1);
    font-size: var(--s15);
    font-weight: 600;

    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    padding-bottom: .625rem;

    transition: border-bottom-color .3s ease;
}

.menu-item:hover .menu-link {
    border-bottom-color: #194A7A;
}

.submenus {
    width: 100vw;
}

.submenu {
    position: absolute;
    top:0;
    max-height: 0;
    width: 100%;
    padding: 1.875rem 8.75rem 2.5rem 8.75rem;
    pointer-events: none;

    overflow: hidden;
    opacity: 0;

    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);

    transition: all 0.4s ease;
}

/* Активное подменю */
.submenu.active {
    opacity: 1;
    max-height: 2000px;
    pointer-events: all;
}

.submenu-item {
    margin-bottom: 1.5rem;
    max-width: 25%;
}
.submenu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.submenu-title {
    font-size: var(--s15);
    font-weight: 400;
}

.submenu-children {
    margin-top: .7rem;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s13);
    font-weight: 400;
}

.submenu-children li {
    margin: .3rem 0;
}

.product-count {
    color: #888;
    font-size: var(--s13);
    margin-left: 8px;
}

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

@media (max-width: 720px) {
    .menu-container {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        border-bottom: 1px solid var(--cl-smoky-white);
        transition: max-height .25s ease;
    }

    body.is-mobile-menu-open .menu-container {
        max-height: 80vh;
        overflow-y: auto;
    }

    .menu {
        display: grid;
        gap: 0;
        border-bottom: 0;
    }

    .menu.container-page {
        padding: .35rem 1rem;
    }

    .menu-link {
        padding: .8rem 0;
        border-bottom: 1px solid var(--cl-smoky-white);
        font-size: .95rem;
    }

    .submenus {
        width: 100%;
    }

    .submenu {
        position: static;
        width: 100%;
        padding: 0 1rem;
        box-shadow: none;
    }

    .submenu.active {
        max-height: 40rem;
        padding-bottom: 1rem;
    }

    .submenu-list {
        display: grid;
        gap: .75rem;
    }

    .submenu-item {
        max-width: none;
        margin-bottom: 0;
    }

    .mobile-menu-extra {
        display: grid;
        gap: 0;
        padding: .4rem 1rem 1rem;
        border-top: 1px solid var(--cl-smoky-white);
        background: #fff;
    }

    .mobile-menu-extra a {
        display: flex;
        align-items: center;
        min-height: 2.85rem;
        border-bottom: 1px solid var(--cl-smoky-white);
        color: #1f2933;
        font-size: .95rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .mobile-menu-extra a:last-child {
        border-bottom: 0;
    }
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/news.list/set_regions/style.css?17824808302466*/
#popup_set_regions {
	width: min(440px, calc(100vw - 32px));
	max-width: 440px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#popup_set_regions .popup-regions {
	position: relative;
	width: 100%;
	padding: 34px 36px 36px;
	background: #fff;
	border: 1px solid rgba(37, 59, 82, 0.08);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(20, 35, 55, 0.18);
	text-align: left;
}

.popup-regions__eyebrow {
	margin-bottom: 7px;
	color: #4465af;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.popup-regions__title {
	margin-bottom: 10px;
	color: #162232;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.popup-regions__lead {
	margin-bottom: 24px;
	color: #667085;
	font-size: 15px;
	line-height: 1.45;
	letter-spacing: 0;
}

.popup-regions__list {
	display: grid;
	gap: 12px;
}

.popup-regions__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	padding: 13px 16px;
	border: 1px solid #dfe7ec;
	border-radius: 12px;
	background: #f8fbfc;
	color: #162232;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.popup-regions__link:hover {
	border-color: #4465af;
	background: #4465af;
	color: #fff;
	transform: translateY(-1px);
}

.popup-regions__link.is-active {
	border-color: rgba(68, 101, 175, 0.35);
	background: #eef4ff;
	color: #194a79;
}

.popup-regions__link.is-active:hover {
	border-color: #4465af;
	background: #4465af;
	color: #fff;
}

.popup-regions__name {
	overflow-wrap: anywhere;
}

.popup-regions__badge {
	flex: 0 0 auto;
	margin-left: 12px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(68, 101, 175, 0.12);
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

#popup_set_regions .mfp-close {
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	color: #98a2b3;
	font-size: 32px;
	line-height: 36px;
	opacity: 1;
}

#popup_set_regions .mfp-close:hover {
	color: #162232;
}

@media (max-width: 480px) {
	#popup_set_regions {
		width: calc(100vw - 24px);
	}

	#popup_set_regions .popup-regions {
		padding: 30px 18px 22px;
		border-radius: 14px;
	}

	.popup-regions__title {
		font-size: 22px;
	}

	.popup-regions__lead {
		font-size: 14px;
	}

	.popup-regions__link {
		min-height: 52px;
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/uborka_v2/components/bitrix/form.result.new/uborka-popup/../_shared/style.css?17824808307880*/
.uborka-form {
    --uborka-form-accent: #4365af;
    --uborka-form-accent-dark: #194a79;
    --uborka-form-border: #dfe7ec;
    --uborka-form-muted: #667085;
    --uborka-form-bg: #fff;
    width: 100%;
    color: #162232;
    letter-spacing: 0;
}

.uborka-form *,
.uborka-form *::before,
.uborka-form *::after {
    box-sizing: border-box;
}

.uborka-form__shell {
    width: 100%;
    background: var(--uborka-form-bg);
}

.uborka-form.is-loading .uborka-form__shell {
    pointer-events: none;
    opacity: .66;
}

.uborka-form__header {
    margin-bottom: 1.25rem;
}

.uborka-form__title {
    margin: 0;
    color: #162232;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.uborka-form__description {
    margin-top: .6rem;
    color: var(--uborka-form-muted);
    font-size: .95rem;
    line-height: 1.5;
}

.uborka-form__fields {
    display: grid;
    gap: .9rem;
}

.uborka-form__field {
    display: grid;
    gap: .4rem;
    min-width: 0;
}

.uborka-form__label {
    color: #344054;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.3;
}

.uborka-form__control {
    min-width: 0;
    color: #162232;
    font-size: .95rem;
    line-height: 1.45;
}

.uborka-form__control label {
    display: inline-flex;
    gap: .35rem;
    align-items: flex-start;
    margin: 0 .9rem .35rem 0;
}

.uborka-form__control table {
    width: 100%;
    border-collapse: collapse;
}

.uborka-form__required {
    color: #d92d20;
}

.uborka-form__control input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.uborka-form__control select,
.uborka-form__control textarea,
.uborka-form__captcha input {
    width: 100%;
    min-height: 2.9rem;
    padding: .75rem .9rem;
    border: 1px solid var(--uborka-form-border);
    border-radius: .65rem;
    background: #fff;
    color: #162232;
    font: inherit;
    line-height: 1.35;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.uborka-form__control textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.uborka-form__control input:focus,
.uborka-form__control select:focus,
.uborka-form__control textarea:focus,
.uborka-form__captcha input:focus {
    border-color: var(--uborka-form-accent);
    box-shadow: 0 0 0 3px rgba(67, 101, 175, .12);
}

.uborka-form__control input[type="checkbox"],
.uborka-form__control input[type="radio"] {
    margin-right: .4rem;
}

.uborka-form__control input[type="file"] {
    width: 100%;
    padding: .75rem;
    border: 1px dashed var(--uborka-form-border);
    border-radius: .65rem;
    background: #f8fbfc;
}

.uborka-form__field-error,
.uborka-form__status--error {
    color: #b42318;
}

.uborka-form__field-error {
    font-size: .8rem;
    line-height: 1.35;
}

.uborka-form__caption-image {
    display: block;
}

.uborka-form__captcha {
    display: grid;
    gap: .5rem;
    margin-top: .9rem;
}

.uborka-form__captcha-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
}

.uborka-form__captcha img {
    max-width: 180px;
    height: 40px;
    border-radius: .5rem;
}

.uborka-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.uborka-form__consent {
    display: flex;
    gap: .55rem;
    margin-top: 1rem;
    color: var(--uborka-form-muted);
    font-size: .82rem;
    line-height: 1.4;
}

.uborka-form__consent input {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin-top: .1rem;
}

.uborka-form__consent a {
    color: var(--uborka-form-accent);
}

.uborka-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.2rem;
}

.uborka-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: .75rem 1.5rem;
    border: 0;
    border-radius: .65rem;
    background: var(--uborka-form-accent);
    color: #fff;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.uborka-form__submit:hover {
    background: var(--uborka-form-accent-dark);
    transform: translateY(-1px);
}

.uborka-form__submit:disabled {
    cursor: not-allowed;
    opacity: .65;
    transform: none;
}

.uborka-form__submit--secondary {
    background: #eef4ff;
    color: var(--uborka-form-accent-dark);
}

.uborka-form__status {
    padding: 1rem;
    border-radius: .75rem;
    line-height: 1.5;
}

.uborka-form__status--success {
    border: 1px solid #b7e4d6;
    background: #eef8f5;
    color: #136c5c;
}

.uborka-form__status--error {
    border: 1px solid #fecdca;
    background: #fff4f2;
}

.uborka-form__status-title {
    margin-bottom: .25rem;
    font-weight: 700;
}

.uborka-form--card .uborka-form__shell,
.uborka-form--popup .uborka-form__shell,
.uborka-form--split .uborka-form__shell {
    border: 1px solid var(--uborka-form-border);
    border-radius: .9rem;
    box-shadow: 0 16px 45px rgba(20, 35, 55, .08);
}

.uborka-form--card {
    max-width: 36rem;
}

.uborka-form--card .uborka-form__shell {
    padding: 1.5rem;
}

.uborka-form--popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    max-width: none;
    padding: 1rem;
}

.uborka-form--popup.is-open {
    display: flex;
}

.uborka-form-lock {
    overflow: hidden;
}

.uborka-form__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, .52);
}

.uborka-form__dialog {
    position: relative;
    z-index: 1;
    width: min(30rem, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    border-radius: .9rem;
    outline: none;
}

.uborka-form--popup .uborka-form__shell {
    position: relative;
    padding: 1.35rem;
}

.uborka-form--popup .uborka-form__title {
    font-size: 1.25rem;
}

.uborka-form__close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eef4ff;
    color: #194a79;
    cursor: pointer;
}

.uborka-form__close::before,
.uborka-form__close::after {
    content: "";
    position: absolute;
    width: .9rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.uborka-form__close::before {
    transform: rotate(45deg);
}

.uborka-form__close::after {
    transform: rotate(-45deg);
}

.uborka-form__close:hover,
.uborka-form__close:focus {
    background: #dfeaff;
}

.uborka-form--inline .uborka-form__shell {
    display: grid;
    grid-template-columns: minmax(16rem, .85fr) minmax(18rem, 1.15fr);
    gap: 1.5rem;
    align-items: start;
    padding: 1.5rem;
    border-top: 1px solid var(--uborka-form-border);
    border-bottom: 1px solid var(--uborka-form-border);
}

.uborka-form--split .uborka-form__shell {
    display: grid;
    grid-template-columns: minmax(16rem, .9fr) minmax(18rem, 1.1fr);
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fbfc 0%, #fff 48%);
}

.uborka-form--inline .uborka-form__header,
.uborka-form--split .uborka-form__header {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .uborka-form--popup {
        align-items: flex-end;
        padding: .75rem;
    }

    .uborka-form__dialog {
        width: 100%;
        max-height: calc(100vh - 1.5rem);
    }

    .uborka-form--popup .uborka-form__shell {
        padding: 1.2rem;
    }

    .uborka-form--inline .uborka-form__shell,
    .uborka-form--split .uborka-form__shell {
        grid-template-columns: 1fr;
    }

    .uborka-form__captcha-row {
        grid-template-columns: 1fr;
    }

    .uborka-form__actions,
    .uborka-form__submit {
        width: 100%;
    }
}

/* End */
/* /local/templates/uborka_v2/accets/css/reset.css?17824808291402 */
/* /local/templates/uborka_v2/accets/css/variable.css?17824808291193 */
/* /local/templates/uborka_v2/accets/css/global.css?17824808297096 */
/* /local/templates/uborka_v2/accets/css/animates/hover-raise.css?17824808292841 */
/* /local/templates/uborka_v2/accets/css/animates/hover-glow.css?17824808292659 */
/* /local/templates/uborka_v2/styles.css?178248083021208 */
/* /local/templates/uborka_v2/accets/css/mobile.css?178248082916499 */
/* /local/components/custom/catalog_menu/templates/.default/style.css?17824808293123 */
/* /local/templates/uborka_v2/components/bitrix/news.list/set_regions/style.css?17824808302466 */
/* /local/templates/uborka_v2/components/bitrix/form.result.new/uborka-popup/../_shared/style.css?17824808307880 */
