:root {
        --padding-side: 40px;
        --bg: #0073E6;
        --bg-major-shade: #1f8fff;
        --bage-bg: #EE632C;
        --bg-cat-menu: #FFFFFF;
        --layout-pt: 1vw;
        --layout-pb: 1vw;
        --layout-content-max-width: var(--draft-layout-content-max-width, 1508px);
        --layout-side-padding-mobile: 15px;
        --layout-side-padding: 40px;
        --logo-max-width: 220px;
        --side-padding: 40px;
        --color-text-light: var(#ffffff);
        --bg-minor-shade: #0381ff;
        --bg-half-shade: #73b9ff;
        --color-text-light: var(--draft-color-text-light, #ffffff);
        --color-text: var(--color-text-light);
        --color-text-dark: var(--draft-color-text-dark, #333333);
        --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
        --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
        --controls-border-width: 1px;
        --controls-form-padding-y: calc(1em* 0.8);
        --controls-form-padding-x: 10px;
        --font-family-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        --line-height: 1.5;
        --font-size: var(--draft-font-size, 16px);
        --font-weight: 400;
        --layout-pt: 1vw;
        --layout-pb: 0.9vw;
    }

    html{
        font-size: var(--font-size);
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    body {
        margin: 0;
        font-family: var(--font-family),var(--font-family-default);
        font-size: var(--font-size);
        font-weight: var(--font-weight);
        line-height: var(--line-height);
        text-align: left;
        overflow-x: hidden;
    }
    /*****************************************************/
    .t396 {
        display: none;
    }
    .t706__carticon_custom {
        position: absolute;
        z-index: 4000;
    }
    [id^="rec"] {
        touch-action: pan-y !important;
    }
    @media (max-width: 480px) {
        .t1002__addBtn {
            width: 40px !important;
            height: 40px !important;
        }
        .t-store__card__mark {
            height: 40px !important;
        }
    }
    /*****************************************************/
    .layout {
        padding-left: var(--layout-side-padding);
        padding-right: var(--layout-side-padding);
        margin-top: var(--layout-mt);
        margin-bottom: var(--layout-mb);
    }
    .layout[style*="--bg:"][style*="--layout-wide-bg:true"], .layout[style*="--bg:"][style*="--layout-wide-bg: true"] {
        touch-action: none;
        background: var(--bg);
        padding-left: var(--layout-side-padding);
        padding-right: var(--layout-side-padding);
    }
    .widget-type_system_widget_v4_header_8 {
        --submenu-indent: 15px;
        --submenu-item-vertical-indent: 3px;
        --submenu-min-width: 200px;
        --submenu-max-width: 300px;
        position: relative;
    }
    .widget-type_system_widget_v4_collections_on_index_2 {
        touch-action: none;
        background-color: #f3f9ff;
        display: grid;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
    [style*="--bg-is-dark:true"], [style*="--bg-is-light:false"], [style*="--bg-is-dark: true"], [style*="--bg-is-light: false"] {
        color: var(--color-text-light);
        --color-text: var(--color-text-light);
        --color-text-minor-shade: var(--color-text-light-minor-shade);
        --color-text-major-shade: var(--color-text-light-major-shade);
        --color-text-half-shade: var(--color-text-light-half-shade);
    }
    @media screen and (max-width: 767px) {
        .layout {
            margin-top: calc(var(--layout-mt)* var(--layout-adaptive-vertical-indents-factor-decrease));
            margin-bottom: calc(var(--layout-mb)* var(--layout-adaptive-vertical-indents-factor-decrease));
        }
    }
    @media screen and (max-width: 767px) {
        .layout {
            --layout-side-padding: var(--layout-side-padding-mobile);
        }
    }
    /*****************************************************/
    .layout__content {
        max-width: var(--layout-content-max-width);
        margin: 0 auto;
        padding-top: var(--layout-pt);
        padding-bottom: var(--layout-pb);
    }
    .layout[style*="--bg:"][style*="--layout-wide-bg:true"] .layout__content, .layout[style*="--bg:"][style*="--layout-wide-bg: true"] .layout__content {
        background: rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }
    @media screen and (max-width: 767px) {
        .layout .layout__content {
            padding-top: calc(var(--layout-pt)* var(--layout-adaptive-vertical-indents-factor-decrease));
            padding-bottom: calc(var(--layout-pb)* var(--layout-adaptive-vertical-indents-factor-decrease));
        }
    }
    /*****************************************************/
    @media screen and (max-width: 767px) {
        .widget-type_system_widget_v4_header_8 .header:not(.sticky) {
            position: relative;
            z-index: 1000;
        }
    }
    @media (max-width: 992px) {
        .widget-type_system_widget_v4_header_8 .header {
            position: relative;
            will-change: transform, scroll-position;
            z-index: 1000;
            top: -100%;
            background: var(--bg);
            transition: 0.3s all cubic-bezier(0.83, 0, 0.17, 1);
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__content {
        display: grid;
        grid-template-areas: "logo burger search lang controls";
        grid-template-columns: var(--logo-max-width, 220px) 40px 1fr;
        grid-gap: 24px;
        align-items: center;
        padding-bottom: 10px;
    }
    @media screen and (max-width: 1025px) {
        .widget-type_system_widget_v4_header_8 .header__content {
            grid-row-gap: 0;
            grid-template-areas:
            "logo logo controls"
            "burger search search";
            grid-template-columns: max-content 1fr max-content;
            row-gap: 24px;
        }
    }
    @media screen and (max-width: 1024px) {
        .widget-type_system_widget_v4_header_8 .header__content {
            grid-template-columns: max-content 1fr max-content;
        }
    }
    /*****************************************************/
    ._png00 {
        width: 24px;
        height: 24px;
    }
    ._png01 {
        width: 27px;
        height: 24px;
    }
    ._png02 {
        width: 27px;
        height: 24px;
    }
    /*****************************************************/
    .header-cat-menu._hide {
        display: none;
    }
    /*****************************************************/
    .header-cat-menu {
        position: absolute;
        z-index: 99999;
        left: 0;
        width: 100vw;
    }
    @media screen and (max-width: 767px) {
        .header-cat-menu {
            left: calc(-1* var(--layout-side-padding));
            margin-top: calc(var(--layout-pt)* var(--layout-adaptive-vertical-indents-factor-decrease));
        }
    }
    /*****************************************************/
    *, *::before, *::after {
        box-sizing: border-box;
    }
    /*****************************************************/
    .header-cat-menu .m-cat-menu {
        position: relative;
        z-index: 10000;
        font-family: sans-serif;
        touch-action: none;
        padding-left: 40px; 
        padding-top: 10px;
        padding-right: 40px;
        display: inline-block;
        vertical-align: top;
        background-color: var(--bg-cat-menu);
        height: max-content;
    }
    @media (max-width: 768px) {
        .header-cat-menu .m-cat-menu, .header-cat-menu .m-cat-menu ul .header-cat-menu .m-cat-menu ul li {
            width: 100%;
        }
    }
    /*****************************************************/
    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    @media (max-width: 768px) {
        .header-cat-menu .m-cat-menu ul {
            padding-right: 2rem;
        }
    }
    /*****************************************************/
    @media (max-width: 768px) {
        .title {
            width: auto;
            font-size: 14px;
        }
    }
    /*****************************************************/
    .header-cat-menu .header__area-languages, .header-cat-menu .header__languages {
        display: none;
    }
    @media (max-width: 768px) {
        .header-cat-menu .header__area-languages, .header-cat-menu .header__languages {
            display: flex;
            height: max-content;
        }
    }
    @media screen and (max-width: 767px) {
        .widget-type_system_widget_v4_header_8 .header__languages, .widget-type_system_widget_v4_header_8 .header__area-languages {
            display: none;
        }
    }
    /*****************************************************/
    .header-cat-menu .m-cat-menu ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
        text-decoration: none;
        color: var(--color-text);
    }
    a, .co-input-description a:not([class]), .co-menu-link, .co-link, .link {
        color: var(--color-accent-text);
        text-decoration: underline;
    }
    a, .co-input-description a:not([class]), .co-menu-link, .co-link, .link {
        background-color: rgba(0, 0, 0, 0);
    }
    /*****************************************************/
    img {
        vertical-align: middle;
        border-style: none;
    }
    .header-cat-menu .m-cat-menu ul li a img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: var(--img-border-radius);
    }
    /*****************************************************/
    .header-cat-menu .m-cat-menu ul li a span.title {
        font-weight: 333;
        margin-left: 10px;
        text-transform: uppercase;
        letter-spacing: 1.33px;
        line-height: 100%;
    }
    .m-cat-menu__list {
        list-style-type:  none;
        font-weight: 700;
    }
    .m-cat-menu__list li a {
        color: black !important;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__area-logo {
        grid-area: logo;
        text-align: left;
        padding: 0;
    }
    @media (max-width: 992px) {
        .widget-type_system_widget_v4_header_8 .header .header__area-logo, .widget-type_system_widget_v4_header_8 .header .header__area-search {
            will-change: transform, opacity;
            opacity: 1;
            transform: translateY(0);
            transition: transform .5s;
        }
    }
    @media screen and (max-width: 767px) {
        .widget-type_system_widget_v4_header_8 .header__area-logo {
            padding: 0;
            text-align: left;
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__logo {
        display: inline-block;
        max-width: var(--logo-max-width, 260px);
        text-decoration: none;
    }
    @media screen and (max-width: 767px) {
    .widget-type_system_widget_v4_header_8 .header__logo {
            max-width: var(--logo-max-width, 120px);
            max-width: min(var(--logo-max-width), 120px);
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__logo img, .widget-type_system_widget_v4_header_8 .header__logo .default-logo {
        max-width: 100%;
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        object-position: 50%;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__area-show-menu {
        grid-area: burger;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__search-field {
        height: 100%;
        width: 100%;
        background: var(--bg-minor-shade);
        border-color: var(--bg-minor-shade);
        color: var(--color-text);
        font-size: 1rem;
        outline: none;
        box-shadow: none;
    }
    /*****************************************************/
    .header__show-menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        margin-bottom: 4px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__show-menu-btn {
        height: 40px;
        display: grid;
        border: 2px solid var(--bg-major-shade);
        border-radius: 10px;
        text-decoration: none;
        width: 40px;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: var(--color-text);
        font-size: 26px;
        cursor: pointer;
        border-radius: 10px;
        background: transparent;
        padding: 0;
    }
    button, [type=button], [type=reset], [type=submit] {
        -webkit-appearance: button;
    }
    button, select {
        text-transform: none;
    }
    button, input {
        overflow: visible;
    }
    button, input, optgroup, select, textarea {
        font-family: inherit;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__show-menu-btn span._show {
        display: inline;
    }
    .widget-type_system_widget_v4_header_8 .header__show-menu-btn span._hide {
        display: none;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__area-search {
        grid-area: search;
    }
    @media (max-width: 992px) {
        .widget-type_system_widget_v4_header_8 .header .header__area-logo, .widget-type_system_widget_v4_header_8 .header .header__area-search {
            will-change: transform, opacity;
            opacity: 1;
            transform: translateY(0);
            transition: transform .5s;
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__search {
        display: inline-flex;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }
    /*****************************************************/
    .form-control, .co-input-field, .m-input-field {
        display: inline-block;
        height: var(--controls-height-m);
        padding: var(--controls-form-padding-y) var(--controls-form-padding-x);
        font-family: var(--font-family);
        font-size: var(--controls-font-size-m);
        font-weight: var(--font-weight);
        line-height: var(--line-height);
        color: var(--color-form-controls-color);
        background: var(--color-form-controls-bg);
        border: var(--controls-border-width) solid var(--color-form-controls-border-color);
        border-radius: 10px;
        box-shadow: var(--color-form-controls-shadow);
        outline: 0;
        vertical-align: middle;
        transition: var(--input-transition);
    }
    
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__search-form {
        z-index: 1;
        display: block;
        position: relative;
        right: 0;
        width: 100%;
        height: 40px;
    }
    .header__search-form input::placeholder {
        color: #c3cff0ec; /* Цвет плейсхолдера */
        letter-spacing: 0.038em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__search-btn {
        position: absolute;
        top: -0.3rem;
        right: 0;
        z-index: 1;
        min-width: 3rem;
        height: 3rem;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: var(--color-text);
        font-size: 1.5rem;
        cursor: pointer;
        border-top-right-radius: var(--controls-form-border-radius);
        border-bottom-right-radius: var(--controls-form-border-radius);
    }
    @media screen and (max-width: 767px) {
        .widget-type_system_widget_v4_header_8 .header__search-btn {
            z-index: 2;
            border-radius: 0;
            font-size: 1.4rem;
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__search-btn img {
        width: 40px;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__area-controls {
        padding-top: 5px;
        grid-area: controls;
        justify-self: flex-end;
        display: flex;
        align-items: center;
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__control-btn:first-child {
        margin-left: 0;
    }
    .widget-type_system_widget_v4_header_8 .header__control-btn {
        display: inline-block;
        text-align: center;
        line-height: 1;
        text-decoration: none;
        margin-left: 1.25rem;
        color: var(--color-text);
    }
    /*****************************************************/
    .widget-type_system_widget_v4_header_8 .header__control-text {
        font-size: 16px;
        text-align: center;
        word-break: break-word;
        line-height: 1.125rem;
        font-family: system-ui;
        display: block;
        margin-top: 2px;
        letter-spacing: 0.05em;
        font-weight: 501;
        color: #f7f7f7;
    }
    @media screen and (max-width: 377px) {
        .widget-type_system_widget_v4_header_8 .header__control-text {
            display:none;
        }
    }
    /*****************************************************/
    @media screen and (max-width: 767px) {
        .widget-type_system_widget_v4_collections_on_index_2 .layout__content {
            gap: var(--slide-gap-mobile);
            grid-template-columns: calc(var(--slide-width-mobile) + 14px) calc(100% - calc(var(--slide-width-mobile) + 14px));
        }
    }
    /*****************************************************/
    .widget-type_system_widget_v4_collections_on_index_2 .collections:last-child {
        margin-bottom: 0;
    }
    .widget-type_system_widget_v4_collections_on_index_2 .collections.no_image {
        grid-column: 1 / -1;
    }
    .widget-type_system_widget_v4_collections_on_index_2 .collections {
        /*position: relative;*/
        /*margin-bottom: 2rem;*/
    }
    /*****************************************************/
    ._hide {
        display: none !important;
    }
    .splide, .splide__slide {
        position: relative;
        outline: none;
    }
    .widget-type_system_widget_v4_collections_on_index_2 .collections .splide__arrows {
        display: none;
    }
    @media screen and (max-width: 1508px) {
      .widget-type_system_widget_v4_collections_on_index_2 .collections .splide__arrows {
        display: block;
      }
    }
    .splide__arrow:hover {
        cursor: pointer;
        opacity: .9;
    }
    .splide__arrow--prev {
        position: fixed;
        top: 30%;
        left: 5vw;
        transform: translateY(-50%);
    }
    .splide__arrow {
        z-index: 1;
        transform: translateY(-50%);
        width: 2.8em;
        height: 2.8em;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 0;
        opacity: .7;
        background: #ccc;
    }
    .splide__arrow--next {
        position: fixed;
        top: 30%;
        right: 5vw;
        transform: translateY(-50%);
    }
    /*****************************************************/
    .widget-type_system_widget_v4_collections_on_index_2[style*="--slides-align-center:true"] .splide__track {
        display: grid;
        justify-items: center;
    }
    .splide--draggable>.splide__slider>.splide__track, .splide--draggable>.splide__track {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .splide__track {
        position: relative;
        z-index: 0;
        overflow: hidden;
        transition: left 0.3s;
    }
    /*****************************************************/
    .splide.is-active .splide__list {
        display: grid;                                     
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
        overflow: hidden;                                   
        position: relative;                                 
        grid-auto-flow: column;                             
    }
    .splide__list {
        margin: 0 !important;
        padding: 0 !important;
        width: -webkit-max-content;
        width: max-content;
        will-change: transform;
        backface-visibility:hidden;
        transform-style: preserve-3d;
    }
    /*****************************************************/
    .splide__slide {
        margin-right: 24px !important;
        width: 142.7px;
        
        box-sizing: border-box;
        list-style-type: none !important;
        margin: 0;
        flex-shrink: 0;
        backface-visibility: hidden;
    }
    .splide__slide_content a img {
        width: 100%;
        height: 100%;
        object-fit: cover;       
        display: block; 
    }
    .splide__slide_content a {
        color: #333333 !important; 
        text-decoration: none;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        text-align: center;
        word-break: break-word;
        line-height: 1.125rem;
        letter-spacing: 0.038em;
    }
    .splide__slide_content a span {
        display: flex;
        justify-content: center;
        font-family: system-ui;
    }
    /*****************************************************/

    /*****************************************************/
    main {
        touch-action: pan-y;
        background-color: #f3f9ff;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        z-index: 0;
    }
    /*****************************************************/
    .title-catalog {
        color: #333333;
        font-size: x-large;
        line-height: 3.125rem;
        font-family: 'TildaSans';
        letter-spacing: 0.05em;
        padding-right: 40px;
        padding-left: 40px;
        font-weight: 430;
    }
    .special-products__head {
        padding-bottom: 1vw;
    }
    /*****************************************************/
    .menu-row {
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .row-rectangle, .row-square {
        flex: 1;
        text-align: center;
        height: 399px;
    }
    .menu-row img {
        max-width: auto;
        height: 399px;
        object-fit: contain; 
    }
    .menu-row button {
        border: none;
        background-color: #f3f9ff;
        cursor: pointer;
    }
    .menu-row button:hover {
        background-color: #cbe5ff;
    }
    @media screen and (max-width: 1391px) {
            .row-rectangle, .row-square {
                height: 300px; 
            }
            .menu-row img {
                height: 300px; 
            }
    }

    @media screen and (max-width: 1024px) {
            .row-rectangle, .row-square {
                height: 200px; 
            }
            .menu-row img {
                height: 200px; 
            }
    }

    @media screen and (max-width: 692px) {
            .row-rectangle, .row-square {
                height: 166px; 
            }
            .menu-row img {
                height: 166px; 
            }
    }

    @media screen and (max-width: 592px) {
            .row-rectangle, .row-square {
                height: 133px; 
            }
            .menu-row img {
                height: 133px;
            }
    }

        @media screen and (max-width: 460px) {
            .row-rectangle, .row-square {
                height: 111px;
            }
            .menu-row img {
                height: 111px;
            }
    }
    /*****************************************************/
    .t-store__card .t-typography__descr {
        max-height: 240px;
        min-height: 100px;
        overflow-y: hidden;
        position: relative;
    }
    .t-store__card .t-typography__descr p{
        max-height: 240px;
        min-height: 100px;
        overflow-y: hidden;
        position: relative;
    }
    .t-store__card .t-typography__descr::after {
        content: '';
        height: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1000;
        background: linear-gradient(to top, #f3f9ff, transparent);
        background: linear-gradient(to top, rgba(243, 249, 255, 1), rgba(243, 249, 255, 0));
    }
    .t-store__prod__quantity-input {
        font-weight: 500;   
    }
    /*****************************************************/
    footer {
        background: var(--bg);
        padding-left: 40px;
        padding-top: 2em;
        padding-right: 40px;
        touch-action: pan-y;
    }
    footer .t123 {
        max-width: var(--layout-content-max-width);
        margin: 0 auto;
        padding-top: var(--layout-pt);
        padding-bottom: var(--layout-pb);
    }
    uc-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    footer .end-menu-logo {
        display: grid;
        justify-content: space-between;
        justify-items: center;
        align-items: center;
    }
    
    footer .end-menu-logo ul {
        width: 100%;
        list-style-type: none;
    }
    
    footer .end-menu-logo ul li a {
        color: #f7f7f7 !important;
        font-family: system-ui;
        line-height: 1rem;
        padding-bottom: 10px;
        letter-spacing: 0.05em;
        font-weight: 501;
        font-size: 17px;
    }
    
    footer .end-menu-logo img {
        max-width: 100%;
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        object-position: 50%;
    }
    
    footer .soc-webs {
        padding: 5px
    }
    
    footer .soc-webs div {
        width: 50px;
        height: 50px;
    }