

/* Start:/local/templates/disma/css/const.css?17479866753972*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
}

html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

body {
    font-size: 100%;
    font-family: 'Montserrat';
    font-weight: var(--fontweight-regular);

    color: var(--color-text);
    accent-color: var(--color-fiolet);
}

:root {
    --z-header-wrapper: 25;
    --z-index-main-header: 100;
    --z-index-header-logo: 125;
    --z-index-modal-delivery: 120;

    --color-white: #fff;
    --color-red: #FF0000;
    --color-fiolet: #662481;
    --color-fiolet-hover: #541E6A;
    --color-text: #302833;
    --color-gray: #F5F3F5;
    --color-gray-pink: #FEF8FE;
    --color-light-gray: #EEEEEE;
    --color-gray-stroke: #C2BCC5;
    --color-purple: #673DA7;
    --color-yellow: #F7B500;

    --fontsize-very-small: 12px;
    --fontsize-small: 14px;
    --fontsize-medium: 16px;
    --fontsize-big: 18px;
    --fontsize-very-big: 20px;

    --fontweight-light: 300;
    --fontweight-regular: 400;
    --fontweight-medium: 500;
    --fontweight-bold: 700;

    --max-width: min(1440px, 100%);
    --gutter: 0.625rem;
}

ul {
    list-style: none;
}

input:focus-visible,
textarea:focus-visible {
    outline-color: var(--color-fiolet);
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

a {
    color: var(--color-fiolet);
    text-decoration: none;
}

a:hover {
    color: var(--color-purple);
}

@media (max-width: 768px) {
    :root {
        --gutter: 1rem;
    }
}


.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}


.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}



.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-flex {
    display: inline-flex;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-grid {
    display: grid;
}

.d-contents {
    display: contents;
}


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

.ai-center {
    align-items: center;
}

.ai-end {
    align-items: flex-end;
}


.jc-start {
    justify-content: flex-start;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}


.js-start {
    justify-self: flex-start;
}

.js-center {
    justify-self: center;
}

.js-end {
    justify-self: flex-end;
}

.overflow-hidden {
    overflow: hidden;
}

.overflowX-hidden {
    overflow-x: hidden;
}

.overflowY-hidden {
    overflow-y: hidden;
}


sup {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-red);
    cursor: pointer;
    position: relative;
}

sup:hover {
    cursor: help;
}

sup:hover>span {
    cursor: auto;
}

sup>span {
    position: absolute;
    bottom: calc(100% + 10px);
    padding: 20px;
    border-radius: 8px;
    background-color: #F9F9F9;
    box-shadow: 0px 4px 32px 0px #0000001C;
    opacity: 0;
    width: min(400px, 90vw);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--color-text);
}

sup:hover>span {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 500px) {
    sup {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/extensions/suggestions/suggestions.min.css?17252537332091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/components/disma/geoIP/templates/.default/style.css?17309657812803*/
.geo-component {
    position: relative;

    .geo_header__selected-shop,
    .geo_footer__selected-shop {
        display: flex;
        flex-direction: row;
        align-items: center;

        cursor: pointer;
    }

    .geo_header__selected-shop_chevron,
    .geo_footer__selected-shop_chevron {
        margin-left: 10px;
        transition: transform .3s ease;
    }

    .geo_header__change-shop,
    .geo_footer__change-shop {
        display: none;
        position: absolute;
        top: calc(100% + 7px);

        z-index: 150;

        padding: 5px 8px;
        border-radius: 8px;
        background-color: var(--color-white);

        box-shadow: 0px 3px 14px 0px #C2BCC54A;
    }

    .geo_footer__change-shop {
        top: auto;
        bottom: calc(100% + 7px);
    }

    .geo_header__selected-shop.open>.geo_header__selected-shop_chevron,
    .geo_footer__selected-shop.open>.geo_footer__selected-shop_chevron {
        transform: rotate(180deg);
    }

    .geo_header__selected-shop.open+.geo_header__change-shop,
    .geo_footer__selected-shop.open+.geo_footer__change-shop {
        display: block;
    }

    .geo_header__change-shop_list,
    .geo_footer__change-shop_list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .geo_header__change-shop_item,
    .geo_footer__change-shop_item {
        display: flex;
        align-items: center;

        padding-block: 3px;
        border-top: 1px solid #E8E8E9;

        cursor: pointer;
    }

    .geo_header__change-shop_item.select,
    .geo_footer__change-shop_item.select {
        cursor: default;
    }

    .geo_header__change-shop_item:first-child,
    .geo_footer__change-shop_item:first-child {
        border-top: none;
    }

    .geo_header__change-shop_item-pin,
    .geo_footer__change-shop_item-pin {
        opacity: 0;
        transition: opacity .3s ease;
    }

    .geo_header__change-shop_item:hover>.geo_header__change-shop_item-pin,
    .geo_footer__change-shop_item:hover>.geo_footer__change-shop_item-pin {
        opacity: 0.5;
    }

    .geo_header__change-shop_item.select>.geo_header__change-shop_item-pin,
    .geo_footer__change-shop_item.select>.geo_footer__change-shop_item-pin {
        opacity: 1;
    }

    /* text-styles */
    .geo_header__change-shop_item-title,
    .geo_header__selected-shop_title,
    .geo_footer__change-shop_item-title,
    .geo_footer__selected-shop_title {
        color: var(--color-fiolet);
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        user-select: none;
    }

    .geo_header__change-shop_item,
    .geo_footer__change-shop_item {
        text-wrap: nowrap;
    }
}

/* End */


/* Start:/local/components/disma/catalog.menu.header/templates/.default/style.css?17252537333483*/
:root {
    --catalog-menu-top-span-position: 11px;
    --catalog-menu-bottom-span-position: -11px;
}

/* ---------- btn ---------- */

.catalog-menu_btn {
    z-index: 12;
    padding: 12px;

    background-color: var(--color-white);
    border: 1px solid var(--color-gray-stroke);
    border-radius: 8px;

    cursor: pointer;
    user-select: none;

    position: relative;
}

.catalog-menu_btn-burger {
    width: 45px;
    height: 20px;
    top: 10px;

    transform: rotate(0deg);
    transition: .5s ease-in-out;

    position: relative;
}

.catalog-menu_btn-burger span {
    width: 30px;
    height: 2px;

    right: 10px;

    border-radius: 5px;
    background: var(--color-text);

    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;

    position: absolute;
}

.catalog-menu_btn-text {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: var(--fontsize-big);
    line-height: 22px;
    color: var(--color-text);

    text-align: center;

    cursor: pointer;
}

.catalog-menu_btn-burger span:nth-child(1) {
    top: var(--catalog-menu-bottom-span-position);
}

.catalog-menu_btn-burger span:nth-child(3) {
    top: var(--catalog-menu-top-span-position);
}

.catalog-menu_btn-burger.open span:nth-child(1) {
    top: 0px;
    transform: rotate(135deg);
}

.catalog-menu_btn-burger.open span:nth-child(2) {
    opacity: 0;
}

.catalog-menu_btn-burger.open span:nth-child(3) {
    top: 0px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 998px) {
    .catalog-menu_btn-burger {
        width: 30px;
        height: 20px;
    }
    .catalog-menu_btn-burger span {
        right: 0px;
    }
    .catalog-menu_btn-text {
        display: none;
    }
}

@media (max-width: 768px) {
    :root {
        --catalog-menu-top-span-position: 7px;
        --catalog-menu-bottom-span-position: -7px;
    }

    .catalog-menu_btn {
        background: none;
        border: none;
        padding: 0;
    }



    .catalog-menu_btn-burger {
        width: 20px;
        height: 20px;
    }

    .catalog-menu_btn-burger span {
        width: 20px;
        right: 0;
    }
}

/* ---------- !btn ---------- */


/* ---------- modal ---------- */

.catalog-menu {
    transition: all .25s;

    display: block;
    opacity: 0;

    user-select: none;
    visibility: hidden;

    z-index: 10;
    overflow: hidden;
    box-sizing: border-box;

    margin: 0;
    padding: 0;
    border: none;

    top: calc(100%);

    width: 100%;
    height: calc(100vh - 100%);
}

.catalog-menu[open] {
    opacity: 1;
    user-select: auto;
    visibility: visible;
}

.catalog-menu-modal_container {
    display: flex;
    flex-direction: column;
    height: 100%;

    max-width: var(--max-width);
    margin: 0 auto;
}

.catalog-menu-modal_fake-header {
    display: none;
}

.catalog-menu-modal_body {
    height: 100%;
}

@media (max-width: 768px) {
    .catalog-menu {
        top: 0 !important;

        height: 100dvh !important;
    }

    .catalog-menu-modal_fake-header {
        height: 60px;
        display: block;
        position: absolute;
        z-index: 25;

        top: 0;
        left: 0;
        right: 0;

        background-color: var(--color-gray);
    }

    .catalog-menu-modal_body {
        padding-top: 60px;
    }
}
/* End */


/* Start:/local/components/disma/catalog.menu.header/templates/.default/catalog.css?17252537335445*/
.menu-catalog-container {
    width: 100%;
    max-height: 100%;

    overflow: hidden;
    transition: max-height 0.3s ease;
    transform: translateX(0%);
}

.menu-catalog-rootmenu {
    flex: 0 0 34.8%;
    overflow-y: scroll;
}

.menu-catalog-rootmenu-items {
    gap: 20px;
    padding: 10px;

    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.menu-catalog-rootmenu-item {
    cursor: pointer;
    display: flex;
    gap: 13px;
    width: 100%;
    align-items: center;

    color: var(--color-text);
    font-size: var(--fontsize-very-small);
    font-weight: var(--fontweight-medium);
    line-height: 14px;

    border-radius: 8px;
    background-color: var(--color-gray);
    border: 1px solid var(--color-gray);
}

.menu-catalog-rootmenu-item.active {
    color: var(--color-purple);
    font-weight: var(--fontweight-bold);
    border: 1px solid var(--color-gray-stroke);
}

.menu-catalog-submenu {
    flex: 0 0 65.2%;

    position: relative;
    overflow-y: scroll;
}

.menu-catalog-submenu-section {
    display: none;
}


.menu-catalog-submenu-section.open {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.menu-catalog-submenu-section-header {
    padding-bottom: 15px;
}

.menu-catalog-submenu-btnback {
    background: none;
    display: none;
    border: none;

    cursor: pointer;
}

.menu-catalog-submenu-btnback img {
    transform: rotate(90deg);
}

.menu-catalog-submenu-section-title {
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
}

.menu-catalog-submenu-section-title a:nth-child(1) {
    color: var(--color-text);
    font-weight: 700;
    font-size: 32px;

    padding-left: 18px;

    text-decoration: none;
}

.menu-catalog-submenu-section-title a:nth-child(2) {
    font-size: var(--fontsize-small);
    font-weight: 500;
    color: var(--color-text);
}

.menu-catalog-submenu-section-title a:nth-child(1):hover {
    color: var(--color-purple);
}

.menu-catalog-submenu-section-title a:nth-child(2):hover {
    color: var(--color-purple);
}

.menu-catalog-submenu-section-body {
    gap: 0;
    columns: 3;
    break-inside: avoid-column;
}

.menu-catalog-submenu-sections {
    padding: 10px 18px;

    vertical-align: top;
    display: inline-block;
}

.menu-catalog-submenu-sections label {
    padding: 10px 0;

    display: flex;
    justify-content: space-between;
}

.menu-catalog-submenu-sections label a {
    cursor: pointer;
    text-decoration: none;
}

.menu-catalog-submenu-sections label img {
    display: none;
}

.menu-catalog-submenu-sections span {
    font-size: var(--fontsize-big);
    color: var(--color-text);
    font-weight: 700;
}

.menu-catalog-submenu-sections span:hover {
    color: var(--color-purple);
}

.menu-catalog-submenu-subsection-items li {
    color: var(--color-text);
    font-size: var(--fontsize-medium);
    font-weight: 400;

    padding: 5px 0;

    display: block;
}

.menu-catalog-submenu-subsection-items li a {
    color: var(--color-text);
    font-size: var(--fontsize-medium);
    font-weight: 400;

    text-decoration: none;
}

.menu-catalog-submenu-subsection-items li a:hover {
    text-decoration: underline;
}


@media (max-width: 1150px) {
    .menu-catalog-rootmenu-items {
        grid-template-columns: 1fr;
    }

    .menu-catalog-submenu-section-body {
        columns: 2;
    }
}

@media (max-width: 768px) {
    .menu-catalog-container {
        transition: transform 0.3s ease;
        width: 200vw;
    }

    .menu-catalog-container.open {
        transform: translateX(-50%);
    }

    .menu-catalog-rootmenu {
        flex: 0 0 100dvw;
    }

    .menu-catalog-submenu {
        flex: 0 0 100dvw;
    }

    .menu-catalog-submenu-btnback {
        display: block;
    }

    .menu-catalog-rootmenu-items {
        grid-template-columns: 1fr 1fr;
    }

    .menu-catalog-rootmenu-item {
        border: 1px solid var(--color-gray-stroke);
        font-size: var(--fontsize-small);
        overflow: hidden;
    }

    .menu-catalog-submenu-section-title a:nth-child(1) {
        font-size: var(--fontsize-big);
        padding-left: 10px;
    }

    .menu-catalog-submenu-section-title a:nth-child(2) {
        font-size: var(--fontsize-very-small);
    }

    .menu-catalog-submenu-section-body {
        columns: 1;
    }

    .menu-catalog-submenu-sections {
        width: 100%;
        border-bottom: solid 1px var(--color-gray);
    }
}

@media (max-width: 468px) {
    .menu-catalog-rootmenu-items {
        grid-template-columns: 1fr;
    }

    .menu-catalog-submenu-sections label {
        cursor: pointer;
    }

    .menu-catalog-submenu-sections label img {
        transform: rotate(0deg);
        display: block;
    }

    .menu-catalog-submenu-sections.open label img {
        transform: rotate(180deg);
    }

    .menu-catalog-submenu-sections .menu-catalog-submenu-subsection-items {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .menu-catalog-submenu-sections.open .menu-catalog-submenu-subsection-items {
        max-height: var(--ul-height, '2000px');
        transition: max-height 0.3s ease-in-out;
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/search.form/.default/style.css?17465310086940*/
.search-form_form>.search-form_result {
    display: none;
}

.search-form_form.open_input>.search-form_result {
    display: flex !important;
}

.search-form_input {
    width: 100%;

    font-weight: 500;
    font-size: var(--fontsize-medium);

    border: solid 1px var(--color-gray-stroke);
    background: var(--color-gray);
    border-radius: 8px;
    transition: background-color .2s ease-in-out;
    padding: 13.5px 10px;
}

.search-form_input:focus-visible {
    border: solid 1px var(--color-gray-stroke);
    outline: none;
    background: var(--color-white);
}

.search-form_input::placeholder {
    font-family: 'Montserrat';
    line-height: 19.5px;
    font-weight: 500;
    font-size: var(--fontsize-medium);

    color: var(--color-text);
    opacity: 1;
}

.search-form_button {
    position: absolute;
    right: 0;

    border: none;
    background: none;

    cursor: pointer;
}

.search-form_result {
    width: 100%;
    position: absolute;
    background-color: white;
    top: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    padding: 20px 20px 10px 20px;
    border: solid 1px var(--color-gray);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    height: min(calc(100vh - 200px), 500px);
    max-height: min(calc(100vh - 200px), 500px);
    overflow: hidden;
    z-index: 10;
}

.search-form_result-wrapper {
    display: flex;
    gap: 15px;
    height: 100%;
    overflow-y: auto;
    position: relative;

}

.search-result-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;

}

.search-result-all {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.search-result-all a {
    font-weight: 700;
    font-size: var(--fontsize-medium);
    line-height: 19.5px;
    color: var(--color-fiolet);
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.search-result-all a:hover {
    border-bottom: 1px solid var(--color-fiolet);
}

@media (max-width: 1400px) {
    .search-form_result {
        top: auto;
        transform: translateY(10px);
        max-height: min(calc(100vh - 150px), 500px);
        width: 90vw;
        left: 5vw;
        position: fixed;
    }
}

@media (max-width: 768px) {
    .search-form_result {
        top: calc(100% + 10px);
        max-height: min(calc(100vh - 150px), 500px);
        width: 100%;
        left: 0;
        position: absolute;
    }

    .search-form_result-wrapper {
        flex-direction: column;
    }

    .search-form_input {
        padding: 9px 10px;
        background: var(--color-white);
    }

    .search-form_input::placeholder {
        font-size: var(--fontsize-small);
    }

    .search-form_button {
        top: 2px;
    }

    .search-form_button-img {
        width: 32px;
        height: 32px;
    }

    .search-form_form {
        width: 100%;
    }
}

/* search autocomplete */

#search-result-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 100;
}

#search-result-empty.active {
    opacity: 1;
    visibility: visible;
}

#search-result-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 100;
}

#search-result-loader.active {
    opacity: 1;
    visibility: visible;
}

.search-result-elements {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-block: 25px;
    border-bottom: 1px solid var(--color-gray-stroke);
    position: relative;
}

.search-result-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: var(--color-gray-stroke);
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item__img-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
    display: flex;
}

.search-result-item__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-result-item__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 5px;
    height: 100%;
}

.search-result-item__title {
    font-weight: 500;
    font-size: var(--fontsize-medium);
    line-height: 20px;
    color: var(--color-text);
    transition: all .3s ease-in-out;
    flex: 1 0 auto;
    word-break: break-all;
}

.search-result-item__title:hover {
    color: var(--color-fiolet);
}

.search-result-item__button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.search-result-item__button {
    border: 1px solid var(--color-fiolet);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: var(--fontsize-medium);
    font-weight: 500;
    color: var(--color-fiolet);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.search-result-item__button:hover {
    background-color: var(--color-fiolet);
    color: var(--color-white);
}

@media screen and (max-width: 768px) {
    .search-result-item__img-wrapper {
        width: 70px;
        height: 70px;
    }

}

/* search autocomplete aside */
.search-result-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: min(300px, 35%);
    flex-shrink: 0;
    padding-right: 15px;
}

.search-result-sections-title {
    font-weight: 700;
    font-size: var(--fontsize-medium);
    line-height: 20px;
    color: var(--color-text);
    margin-bottom: 10px;
}

.search-result-sections-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-result-sections-items a {
    font-weight: 500;
    font-size: var(--fontsize-medium);
    line-height: 20px;
    color: var(--color-text);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.search-result-sections-items a:hover {
    color: var(--color-fiolet);
}

/* search taps */
.search-result__taps {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-tap {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: var(--fontsize-medium);
    font-weight: 500;
    color: var(--color-fiolet);
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 1px solid var(--color-fiolet);
}

.item-tap:hover {
    background-color: var(--color-fiolet);
    color: var(--color-white);
}
/* End */


/* Start:/local/components/disma/user.profile.header/templates/.default/style.css?1725253733541*/
.user-profile-header_link {
    text-decoration: none;
    color: var(--color-text);

    flex-direction: column;
}

.user-profile-header_link-img {
    width: 32px;
    height: 32px;

    padding: 3px;
}

.user-profile-header_link-text {
    font-size: var(--fontsize-very-small);
    font-weight: 500;
}

@media (max-width: 768px) {
    .user-profile-header_link-text {
        display: none;
    }

    .user-profile-header_link-img {
        width: 22px;
        height: 22px;

        padding: 0px;
    }
}
/* End */


/* Start:/local/components/disma/basket.delay/templates/.default/style.css?1725253733969*/
.user-favorites_link {
    position: relative;
    color: var(--color-text);
    font-size: var(--fontsize-very-small);
    font-weight: var(--fontweight-medium);

    flex-direction: column;
}

.user-favorites_link-img {
    width: 32px;
    height: 27.5px;

    padding: 3px;
}

.user-favorites_quantity {
    position: absolute;

    top: -7px;
    right: 2px;

    text-align: center;
    font-size: var(--fontsize-very-small);
    font-weight: 700;

    color: var(--color-white);
    background-image: url(/local/components/disma/basket.delay/templates/.default/./img/ellipse.svg);
    background-position: center;
    background-size: 100% 100%;

    padding: 6px;
}

@media (max-width: 768px) {
    .user-favorites_link {
        font-size: 0;
    }

    .user-favorites_link-img {
        width: 22px;
        height: 19px;

        padding: 0px;
    }

    .user-favorites_quantity {    
        top: -13px;
        right: -6px;
    
        padding: 4px;
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/sale.basket.basket.line/basket/style.css?17252537336471*/
/* top_template */

.basket-line_basket {
	text-decoration: none;
	color: var(--color-text);

	flex-direction: column;
}

.basket-line_basket-link-img {
	width: 36px;
	height: 30px;
	padding: 3px;
}

.basket-line_basket-link-text {
	font-size: var(--fontsize-very-small);
	font-weight: 500;
}

.basket-line_num-prod-cnt {
	top: -5px;
	right: -5px;
	position: absolute;

	text-align: center;

	font-size: var(--fontsize-very-small);
	font-weight: 700;

	color: var(--color-white);
	background-image: url(/local/templates/disma/components/bitrix/sale.basket.basket.line/basket/./images/ellipse.svg);
	background-position: center;
	background-size: 100% 100%;

	padding: 6px;
}

@media (max-width: 768px) {
	.basket-line_basket-link-img {
		width: 24px;
		height: 20px;
		padding: 0px;
	}

	.basket-line_basket-link-text {
		display: none;
	}

	.basket-line_num-prod-cnt {
		top: -12px;
		padding: 4px;
	}
}

/* old */



.bx-basket {}

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block>.fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a {
	margin-right: 10px;
}

/* FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top {
		top: 10px
	}

	.bx-basket-fixed.right {
		right: 10px
	}

	.bx-basket-fixed.bottom {
		bottom: 10px
	}

	.bx-basket-fixed.left {
		left: 10px
	}

	.bx-basket-fixed.bx-max-height {
		top: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list {
		display: none;
	}
}

.bx-basket-fixed .bx-basket-block {
	margin-left: 10px;
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}


.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	padding: 10px 0;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 370px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 6px;
	border-bottom: 1px solid var(--color-gray-stroke);

}

.bx-basket-item-list-body {
	display: flex;
	gap: 20px;
}

/*.bx-basket-item-list-container .bx-basket-item-list-item:last-child {*/
/*	margin-bottom: 0;*/
/*	border-bottom: none;*/
/*}*/

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	padding-bottom: 5px;
	text-align: center;
	width: 56px;
	height: 46px;
	flex-basis: 56px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.bx-basket-item-list-item-img a {
	height: 35px;
}

.bx-basket-item-list-item-img img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.bx-basket-item-list-item-name {
	padding-bottom: 5px;
	padding-right: 30px;


}

.bx-basket-item-list-item-name a {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	color: var(--color-text);
	align-items: flex-start !important;
}

.bx-basket-item-list-item-name a:hover {
	color: var(--color-fiolet);
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: 0px;
	right: 3px;
	width: 24px;
	height: 22px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	top: 0px;
	left: 0;
	background: url(/local/templates/disma/images/trash_icon.svg) center no-repeat;
	background-size: contain;
}


.bx-basket-item-list-item-remove:hover {
	opacity: .7;
}

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 76px;
	margin-right: 4px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;

}
.bx-basket-item-list-item-price span {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;

}

.bx-basket-item-list-item-quantity {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;

}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile {
	line-height: 1.44em;
}

.header__top-cart {
	position: relative;
}

.bx-basket-item-list__footer {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}


.bx-basket-item-list-summ {
	margin: 5px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.bx-basket-item-list-summ div:first-child {
	margin-right: 5px;
}

.bx-basket-item-list-summ_big {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}


.bx-basket-item-list-button-container .primary-btn {
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;

}

.header__top-cart .bx-basket-item-list {
	display: none;
	position: absolute;
	z-index: 15;
	width: 380px;
	top: 100%;
	right: 0;
	background: #fff;
	color: #000;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.29);
}

.header__cols--bottom .bx-basket-item-list-button-container a {
	color: #fff !important;
}

.header__top-cart:hover .bx-basket-item-list {
	display: block;
}

@media (hover: none) {
	.header__top-cart:hover .bx-basket-item-list {
		display: none;
	}
}
/* End */


/* Start:/local/templates/disma/components/bitrix/menu/footer/style.css?17252537331835*/
.menu-footer {
    width: 100%;
    display: flex;
    gap: 50px;
}

.menu-footer_items-title>img {
    display: none;
}

.menu-footer_items-link {
    font-size: var(--fontsize-medium);
    line-height: 19.5px;
    font-weight: 700;
    color: var(--color-purple);

    text-decoration: none;

    padding-right: 20px;
}

.menu-footer_items-list {
    margin: 0;
    padding: 0;
}

.menu-footer_items-list>li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-footer_item-link {
    font-size: var(--fontsize-medium);
    line-height: 19.5px;
    font-weight: 500;
    color: var(--color-purple);

    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .menu-footer {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .menu-footer {
        display: inline-block;
        padding-top: 0;
    }

    .menu-footer_items {
        padding-bottom: 5px;
        margin-bottom: 30px;
        border-bottom: solid 1px var(--color-gray);
    }

    .menu-footer_items-title {
        display: flex;
        justify-content: space-between;
    }

    .menu-footer_items-list>li {
        margin-bottom: 25px;
    }


    .menu-footer_items-list {
        max-height: 0;
        transition: max-height 0.4s ease-out;
        overflow: hidden;
    }

    .menu-footer_items.open>.menu-footer_items-list {
        max-height: 400px;
        transition: max-height 0.4s ease-in-out;
    }

    .menu-footer_items-title>img {
        display: block;
        cursor: pointer;
        transition: .3s ease-in-out;
        transform: rotate(0deg);
    }

    .menu-footer_items.open>.menu-footer_items-title>img {
        transition: .3s ease-in-out;
        transform: rotate(180deg);
    }
}
/* End */


/* Start:/local/templates/disma/components/bitrix/news.list/footer-social/style.css?1725253733467*/
.list-footer-soc {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}

.list-footer-soc__link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-footer-soc__img {
    width: 30px;
    height: 30px;
    display: flex;
}

.list-footer-soc__img img {
    width: 100%;
    height: 100%;
}

.list-footer-soc__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--color-fiolet);
}
/* End */


/* Start:/local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease,  border-color .3s ease;
       -moz-transition: color .3s ease,  border-color .3s ease;
    	-ms-transition: color .3s ease,  border-color .3s ease;
    	 -o-transition: color .3s ease,  border-color .3s ease;
    		transition: color .3s ease,  border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--color-gray-stroke);
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	border-color: var(--color-fiolet);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
	background-color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: none;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: none;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border: none;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	border-color: var(--color-fiolet);
}


/* End */


/* Start:/local/templates/disma/styles.css?174861247822872*/
#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

input:focus-visible,
textarea:focus-visible {
    outline: var(--color-fiolet) solid 1px;
}

button:focus-visible {
    outline: none;
}

section.personal {
    margin-bottom: 30px;
}

.header-wrapper {
    top: 0;
    position: sticky;
    z-index: var(--z-header-wrapper);
    background-color: var(--color-white);
}

.page-wrapper {
    flex: 1 0 100%;
    margin-bottom: 30px;
}

.header-wrapper>.top-line {
    background-color: var(--color-gray);
}

.header-top-line {
    gap: 25px;
    height: 48px;
    justify-content: space-between;
}

.header-top-menu {
    gap: 36px;
}

.header-top-menu a {
    font-size: var(--fontsize-medium);
    font-weight: var(--fontweight-medium);
}


/*list-container*/
.list-container>.content-page {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-block: 30px;
}

.second-page-title {
    margin-top: 30px;
}

.top-navigation-wrapper {
    padding: 18px 0;
    /* background-color: var(--color-white); */
}

.top-navigation-main {
    gap: 30px;
    grid-template-columns: auto auto 1fr auto;
}

.top-navigation-main>a {
    z-index: var(--z-index-header-logo);
}

.top-navigation-menu {
    gap: 20px;
}

.page-footer-picture img {
    width: 100%;
    padding-bottom: 25px;
}

.page-footer-geo {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.footer__item-geo .geo-btn,
.footer__item-adress {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-fiolet);
}


.page-footer-content {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 30px;
}


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

    .top-navigation-wrapper {
        padding: 18px 0 8px 0;
        /* background-color: var(--color-white); */
    }

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

    .page-footer-logo {
        display: block;
    }

    .page-footer-geo {
        display: flex;
    }
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    max-width: var(--max-width);
    width: 100%;
}

.easy-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: var(--max-width);
    width: 100%;
}

.info-container {
    margin-inline: auto;
    max-width: 1180px;
}

.section-header {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.primary-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    background: var(--color-fiolet);
    border-radius: 8px;
    padding: 14px 31px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}

.primary-btn:hover {
    background: var(--color-white);
    color: var(--color-fiolet);
    border: 1px solid var(--color-fiolet);
}


.main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


@media (max-width: 768px) {
    .page-wrapper {
        margin-bottom: 30px;
        padding-top: 12px;
    }

    .main-wrapper {
        gap: 20px;
    }

    .header-wrapper {
        background-color: var(--color-gray);
    }

    .header-top-line {
        display: none;
    }

    .top-navigation-main {
        gap: 12px;
        grid-template-columns: auto 1fr auto;
    }

    .top-navigation-search {
        grid-column-start: 1;
        grid-column-end: 4;
        order: 1;
    }

    .top-navigation-catalog-btn {
        margin-left: auto;
        margin-right: 0;
        order: 1;
    }

    .page-footer-info {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
}


/*ajax-preloader*/
.ajax-preloader {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: var(--color-white);
    font-size: 40px;
    font-weight: 700;
    text-align: center;

    line-height: 40px;
}


.ajax-preloader-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 80;
}



.product-item__tooltip {
    position: absolute;
    min-width: 150px;
    background: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: var(--color-text);
    font-size: 14px;
    line-height: 17px;
}

/*Кнопка в корзину*/

.product-item__button-block {
    min-height: 48px;
    position: relative;
}

.product-item__btn-wrapper {
    align-self: flex-start;
    position: relative;
    display: flex;
}

.product-item__btn-wrapper.notfound .product-item__btn,
.primary-btn[disabled] {
    background-color: var(--color-gray-stroke);
    border: 2px solid transparent;
    cursor: default;
}

.product-item__btn-wrapper.notfound .product-item__btn:hover,
.primary-btn[disabled] {
    background-color: var(--color-gray-stroke);
    border: 2px solid transparent;
    color: var(--color-white);
}


.product-item__btn-error {
    position: absolute;
    bottom: calc(100%);
    padding: 5px 2px;
    padding-top: 18px;
    background-color: white;
    left: 0;
    color: red;
    font-size: 14px;
    z-index: 2;
}

.product-item__btn {
    background-color: var(--color-fiolet);
    padding: 10px 7px;
    /*width: min(150px, 100%);*/
    min-width: 150px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    border-radius: 8px;
    justify-self: flex-start;
    border: 2px solid transparent;
    cursor: pointer;
    user-select: none;
}

.product-item__btn-cart {
    background-color: var(--color-fiolet);
    color: var(--color-white);
    border: 2px solid transparent;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.product-item__btn-cart.disabled {
    display: none;
}

.product-item__btn-cart:hover {
    background-color: var(--color-white);
    color: var(--color-fiolet);
    border: 2px solid var(--color-fiolet);
}

.product-item__btn-cart:has(.product-item__btn-cart-loader.active):hover {
    background-color: var(--color-fiolet);
    color: var(--color-white);
    border: 2px solid transparent;
    cursor: default;
}

.product-item__btn-cart-text {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.product-item__btn-cart-loader {
    display: inline-block;
    width: 22px;
    height: 23px;
}

.product-item__btn-quantity.disabled,
.product-item__btn-cart-text.disabled,
.product-item__btn-cart-loader.disabled {
    display: none;
}

.product-item__btn-wrapper.notfound>.product-item__btn-quantity {
    display: none !important;
}

.product-item__btn-wrapper.notfound>.product-item__btn-cart {
    display: flex !important;
}

.product-item__btn-quantity {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    color: var(--color-text);
    background-color: var(--color-white);
    border: 2px solid var(--color-gray-stroke);
    cursor: auto;
}

.product-item__btn-input-wrapper {
    display: flex;
    gap: 4px;
    align-items: center;
}

.product-item__btn-input-wrapper>span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.product-item__btn-input {
    cursor: pointer;
    display: inline;
    white-space: nowrap;
    border: none;
    border-bottom: 1px solid transparent;
    text-align: center;
    width: 2ch;
    max-width: 150px;
    padding-inline: 5px;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
}

.product-item__btn-input:focus-visible {
    outline: none;
    border-bottom: 1px solid var(--color-text);
}

.product-item__btn-quantity>svg {
    cursor: pointer;
    width: 22px;
    height: 22px;
    fill: var(--color-white)
}

.catalog__item-delivery.add_address {
    margin-block: 10px;
    display: none;
}

/*DATEPICKER*/
.ui-datepicker-trigger {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: absolute;
    margin: 6px -39px;
}

.ui-datepicker {
    padding: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: var(--color-white);
    border-radius: 20px;
    font-size: 16px;
}

.ui-widget-header {
    background-color: var(--color-white);
    border: none;
    margin-bottom: 12px;
}

.ui-datepicker .ui-datepicker-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;

}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 8px;
    height: 16px;

    border: none;
    background: none;
}

.ui-datepicker .ui-datepicker-prev {
    right: 30px;
    left: auto;
}

.ui-datepicker .ui-datepicker-next span {
    background: url('/local/templates/disma/images/arrow-right.svg') no-repeat;
    background-size: contain;
    margin-top: -4px;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url('/local/templates/disma/images/arrow-left.svg') no-repeat;
    background-size: contain;
    margin-top: -4px;
}

.ui-datepicker .ui-datepicker-calendar tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #969696;
    padding: 4px 0;

}

.ui-datepicker-calendar tbody td.ui-datepicker-unselectable .ui-state-default {
    color: #969696;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    border: none;
}

.ui-datepicker-calendar tbody td a.ui-state-default {
    background-color: transparent;
    border: 1px solid transparent;
    transition: all .2s ease;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: var(--color-text);
    cursor: pointer;
}

.ui-datepicker-calendar tbody td a:hover {
    border: 1px solid var(--color-fiolet);
}

.ui-datepicker-calendar tbody td .ui-state-active {
    background-color: var(--color-fiolet) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-fiolet) !important;
}


/*reviews vote*/

.reviews__inner {
    display: flex;
    gap: 20px;
}

.reviews__sidebar {
    width: 200px;
    flex-basis: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.reviews__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: var(--color-text);
    cursor: pointer;
    transition: all .3s ease;
    padding: 10px 20px;
    border-radius: 28px;
    background-color: var(--color-gray);
}

.reviews__btn a:hover {
    color: var(--color-fiolet);
}

.reviews__sidebar-average {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.reviews__count {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.reviews__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    width: 100%;
}

.bx_item_detail_rating {
    margin-bottom: 10px;
}

.bx_item_detail_rating td {
    vertical-align: middle;
    text-align: right;
}

.bx_item_detail_rating .bx_item_rating {
    text-align: right;
    cursor: pointer;
}

.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: 156px;
    height: 20px;
    background: #ececec;
    background-size: 100% 100%;
}

.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/local/templates/disma/images/item-stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--color-yellow);
}

.bx-touch .catalog__item .bx_item_detail_rating .bx_stars_container,
.catalog__item .bx_item_detail_rating .bx_stars_container,
.catalog__item-rate .bx_stars_container {
    position: relative;
    width: 156px;
    height: 20px;
    background: #ececec;
    background-size: 100% 100%;
}

.catalog__item .bx_item_detail_rating .bx_stars_bg,
.catalog__item-rate .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/local/templates/disma/images/item-stars.png) no-repeat center;
}

.catalog__item-rate {
    margin-top: 10px;
}

.bx_item_detail_rating td {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    color: var(--color-text);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}


.reviews__item-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.reviews__item-rate {
    position: relative;
    width: 156px;
    height: 20px;
    background: #ececec;
    background-size: 100% 100%;
    margin-bottom: 16px;
}

.reviews__item-rate .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/local/templates/disma/images/item-stars.png) no-repeat center;
}

.reviews__item-rate .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--color-yellow);
}

.reviews__item-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 16px;
}

.reviews__item-descr {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

@media(max-width: 998px) {

    .reviews__inner {
        flex-direction: column;
    }

    .product-card__tabs-content {
        padding-top: 0;
    }

    .reviews__sidebar {
        width: 100%;
        flex-basis: auto;
    }

    .product-card__tabs-content-item {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-card__tabs-content-item h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
}

@media (max-width:530px) {

    .reviews__btn {
        width: 100%;
    }

    .bx-touch .bx_item_detail_rating .bx_stars_container {
        height: 20px;
        margin: 4px 0;
    }

    .reviews__item-descr {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
}


/*catalog_footer*/

.catalog-footer {
    margin-top: 50px;
}

.catalog-footer__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--color-text);
}

.catalog-footer__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.extra-controls {
    padding-left: 25px;
}

.extra-controls::before {
    position: absolute;
    content: "от";
    width: auto;
    top: 50%;
    height: auto;
    background-color: transparent;
    left: 0;
    right: auto;
    transform: translateY(-50%);
}

.extra-controls::after {
    position: absolute;
    content: "до";
    width: auto;
    top: 50%;
    height: auto;
    background-color: transparent;
    right: calc(50% - 25px);
    transform: translateY(-50%);
}

.extra-controls input {
    border: 2px solid var(--color-gray-stroke);
    background-color: var(--color-white);
}

.irs--round .irs-handle {
    width: 20px;
    height: 20px;
    top: 26px;
}

.irs-handle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 19px;
    height: 19px;
    border: 1px solid var(--color-gray-stroke);
    border-radius: 50%;
    background: var(--color-white);
}

.irs--round .irs-bar,
.irs--round .irs-line {
    height: 2px;
    background-color: var(--color-gray-stroke);
    border-radius: 2px;
}

/*custom-checkbox*/
.custom-checkbox {
    padding-left: 40px;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    min-height: 30px;
    display: flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.custom-checkbox:hover .custom-checkbox__checkbox {
    border-color: var(--color-text);
}

.custom-checkbox__checkbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid var(--color-gray-stroke);
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.custom-checkbox__checkbox>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.custom-checkbox__checkbox>span svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.custom-checkbox:has(input:checked) .custom-checkbox__checkbox {
    background-color: var(--color-gray-stroke);
    border-color: var(--color-gray-stroke);
}

.page-footer-phone a {
    font-weight: 700;
}

/*scroll-top*/
.scroll-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 14px 0px #C2BCC54A;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    z-index: 10;

}

.scroll-top-btn.active {
    opacity: 1;
    visibility: visible;
    user-select: auto;
}

.scroll-top-btn svg {
    transform: translateY(-2px);
}


@media screen and(max-width: 768px) {
    .scroll-top-btn {
        display: none !important;
    }
}

.requisites {
    margin-top: 10px;
}

.site-table {
    max-width: 100%;
    line-height: 2em;
    border-collapse: collapse;
}

.site-table td {
    padding: 5px;
    border: 1px solid var(--color-text);
}

@media screen and (max-width:600px) {
    .site-table tr td {
        display: block;
    }

    .site-table tr:first-child {
        display: none;
    }
}

.top-navigation-menu-item-delay {
    display: block;
}

.top-navigation-menu-item-geo-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-navigation-menu-item-delay {
        display: none;
    }

    .top-navigation-menu-item-geo-mobile {
        display: block;
    }
}


/* catalog */


.catalog__filter-item {
    padding-block: 30px;
    border-bottom: 1px solid var(--color-gray-stroke);
}


.sections-list__checkbox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.filter-item__param {
    cursor: pointer;
    transition: 0.3s;

}

.filter-item__param:hover {
    font-weight: 500;
}

.filter-item__paremeters.sections-list .checkbox {}

.filter-item__paremeters.sections-list .filter-item__param {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.catalog__sidebar .splide {
    visibility: visible !important;
}

.catalog__sidebar .splide .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
}



@media (max-width: 901px) {

    .catalog__sidebar .splide .splide__slide {
        white-space: nowrap;
        text-align: center;
    }

    .catalog__sidebar .splide.catalog-zero-level .splide__slide .filter-item__param {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        flex-basis: 100%;
    }
}

.catalog__sidebar .splide .splide__slide label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.catalog__sidebar .splide.catalog-zero-level .splide__slide {
    min-height: 100%;
    justify-content: stretch;
}

.catalog__sidebar .splide.catalog-zero-level .splide__slide label {
    width: 150px !important;
    white-space: normal;
    flex-basis: 100%;
    gap: 10px
}




.sections-list__icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
}

.sections-list__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


@media screen and (min-width: 900px) {

    .catalog__sidebar .splide .splide__slide {
        align-items: flex-start;
    }

    .catalog__sidebar .splide .splide__slide label {
        width: 100%;
        align-items: flex-start;

    }

    .sections-list__icon {
        display: none !important;
    }

    .sections-list__list .checkbox {
        margin-bottom: 20px;
    }

    .sections-list__list .checkbox:last-child {
        margin-bottom: 0;
    }

    .catalog__sidebar .splide__list {
        display: block !important;
    }

    .filter-item__paremeters.sections-list .filter-item__param {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-align: left;
    }
}

.accept-cookie {
    position: fixed;
    bottom: 20px;
    max-width: 360px;
    text-align: left;
    right: 20px;
    z-index: 9999;
    background-color: var(--color-fiolet);
    border-radius: 8px;
    font-size: 16px;
    color: var(--color-white);
    padding: 20px;
    transition: opacity .3s ease;
    opacity: 1;
    visibility: visible;
}

.accept-cookie.hidden {
    opacity: 0;
    visibility: hidden;
}

.accept-cookie__title {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    margin-bottom: 8px;
}

.accept-cookie__text {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;

}

.accept-cookie__link {
    color: red;
    text-decoration: none;
    font-weight: 700;
    transition: color .2s ease;
}

.accept-cookie__link:hover {
    text-decoration: underline;
    color: red;
}

@media screen and (max-width: 600px) {
    .accept-cookie {
        bottom: 10px;
        left: 10px;
        right: 10px;
        max-width: calc(100dvw - 20px);
    }

}

.accept-cookie__btn {
    align-self: flex-end;
    background-color: red;
    color: white;
    width: 100%;
    border: none;
    padding: 10px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-top: 16px;
    transition: all .2s ease;
    border: 1px solid var(--color-fiolet);
}

.accept-cookie__btn:hover {
    background-color: var(--color-white);
    border: 1px solid red;
    color: red;
}
/* End */
/* /local/templates/disma/css/const.css?17479866753972 */
/* /local/extensions/suggestions/suggestions.min.css?17252537332091 */
/* /local/components/disma/geoIP/templates/.default/style.css?17309657812803 */
/* /local/components/disma/catalog.menu.header/templates/.default/style.css?17252537333483 */
/* /local/components/disma/catalog.menu.header/templates/.default/catalog.css?17252537335445 */
/* /local/templates/disma/components/bitrix/search.form/.default/style.css?17465310086940 */
/* /local/components/disma/user.profile.header/templates/.default/style.css?1725253733541 */
/* /local/components/disma/basket.delay/templates/.default/style.css?1725253733969 */
/* /local/templates/disma/components/bitrix/sale.basket.basket.line/basket/style.css?17252537336471 */
/* /local/templates/disma/components/bitrix/menu/footer/style.css?17252537331835 */
/* /local/templates/disma/components/bitrix/news.list/footer-social/style.css?1725253733467 */
/* /local/templates/disma/components/bitrix/system.pagenavigation/.default/style.css?17252537332826 */
/* /local/templates/disma/styles.css?174861247822872 */
