

/* Start:/local/templates/sabaisabai/components/bitrix/search.title/.default/style.css?1729531326633*/
.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    background-color: var(--gray);
		border: 1px solid rgba(237, 217, 236, 0.5);
}
.title-search-result-item {
		margin: 0;
		margin-bottom: 10px;
		font-weight: 300;
}
.title-search-result-item:last-child {
	margin: 0;
}
.title-search-result-item-img {
	display: none;
}
.title-search-result-item a {
	text-decoration: none;
}
.title-search-result-item b {
		font-weight: 700;
}
.header__search {
    margin-left: 0 !important;
}
/* End */


/* Start:/local/templates/sabaisabai/components/bitrix/search.title/search_mobile/style.css?1771503400674*/
.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    background-color: var(--gray);
		border: 1px solid rgba(237, 217, 236, 0.5);
}
.title-search-result-item {
		margin: 0;
		margin-bottom: 10px;
		font-weight: 300;
}
.title-search-result-item:last-child {
	margin: 0;
}
.title-search-result-item-img {
	display: none;
}
.title-search-result-item a {
	text-decoration: none;
}
.title-search-result-item b {
		font-weight: 700;
}
.header__search {
    margin-left: 0 !important;
}

.search-mobile form{
    width: 100%;
}
/* End */


/* Start:/local/templates/sabaisabai/components/bitrix/menu/menu__item/style.css?172953132683*/
@media (min-width: 992px){
	.menu__item > a.selected::after {
    width: 100%;
	}
}
/* End */


/* Start:/local/templates/sabaisabai/components/bitrix/form.result.new/popup-2/style.css?172953132678*/
.modal__wrapper .errortext {
    margin-bottom: 20px;
    display: block;
}
/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1729531306163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/sabaisabai/components/bitrix/news.list/header-contacts/style.css?1769505507150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/sabaisabai/components/nastart/cookies/module/style.css?17496536747676*/
body {

    position: relative;
}

.nw-cookies-modal-settings {
    .nw-cookies-type-desc {
        padding: 0 0 0 24px;
    }
}

.nw-cookies-modal {
    position: fixed;
    background-color: #f9f9f9;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}

.nw-cookies-modal.nw-cookies-show {
    transform: translateY(0);
    opacity: 1;
}

.nw-cookies-modal-primary {
    bottom: 30px;
    right: 0;
    transform: translateX(-5%) translateY(100%);
    width: 500px;
    max-width: 95%;
    opacity: 0;

    @media(max-width: 992px) {
        width: 100%;
        bottom: 0;
        max-width: 100%;
    }

}

.nw-cookies-modal-primary.nw-cookies-show {
    transform: translateX(-5%) translateY(0);

    @media(max-width: 992px) {
        transform: translateX(0%) translateY(0);
    }
}

.nw-cookies-text {
    margin-bottom: 30px !important;
}

.nw-cookies-modal-settings {
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    width: 930px;
    max-width: 90%;
    height: auto;
    visibility: hidden;
    transition: all 0.3s ease;
    position: fixed;

    @media(max-width: 992px) {
        padding: 20px;
    }
}

.nw-cookies-modal-settings.nw-cookies-show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;


}

.nw-cookies-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.nw-cookies-modal-header h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.nw-cookies-close-btn {
    cursor: pointer;
    font-size: 22px;
    color: #999;
    background: none;
    border: none;
    display: none;
    /* отобразить крестик*/

}

.nw-cookies-modal-content {
    margin-bottom: 25px;
    overflow-y: auto;
    max-height: calc(80vh - 130px);
    /* Account for header and buttons */
    padding-right: 5px;
}

@media(max-width: 992px) {
    .nw-cookies-modal-content {
        margin-bottom: 0;
    }

    .nw-cookies-modal-primary {
        .nw-cookies-modal-actions-btns {
            flex-direction: column-reverse;
        }
    }
}

.nw-cookies-modal-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 140%;
    color: #6b6b6b;
    margin-bottom: 10px;
}

.nw-cookies-modal-content a {
    color: #b5b5b5;
}
.nw-cookies-modal-content a:hover {
    color: #edd9ec;
}

@media(max-width: 992px) {
    .nw-cookies-modal-actions>div {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

.nw-cookies-modal-actions {
    display: flex;
    justify-content: space-between;


    @media(max-width: 992px) {
        flex-direction: column;
        gap: 10px;


        button {
            width: 100%;
        }
    }

}

.nw-cookies-modal-actions-btns {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;

    width: 100%;

    @media(max-width: 992px) {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.nw-cookies-btn {
    cursor: pointer;
    transition: .3s ease all;
    border: none;
}

.nw-cookies-btn-cancel {
    background: transparent;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(14px, 1.3vw, 16px);
    color: #000;
}

.nw-cookies-btn-cancel:hover {
    opacity: .6;
}


.nw-cookies-btn-accept {
    background: transparent;
    padding: 10px 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(14px, 1.3vw, 16px);
	border-radius:5px;
	border: 1px solid #2c1c32;
	color:#2c1c32;
}

.nw-cookies-btn-accept-all {
    background-color: var(--cookies-btn-accept-all-btn-color);
    padding: 10px 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(14px, 1.3vw, 16px);
    color: #2c1c32;
	background-color: #edd9ec;
	border-radius:5px;
}

.nw-cookies-btn-accept:hover,
.nw-cookies-btn-accept-all:hover {
    opacity: .6;
}

.nw-cookies-settings {
    margin-top: 20px;
}

.nw-cookies-type {
    margin-bottom: 25px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
}

.nw-cookies-type:last-child {
    border-bottom: none;
}

.nw-cookies-checkbox-container {
    margin-bottom: 5px;
    position: relative;
}

.nw-cookies-checkbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.nw-cookies-checkbox-container input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
    z-index: 2;
}

.nw-cookies-checkbox-container input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.nw-cookies-checkbox-container input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid black;
    transition: all 0.3s ease;
}

.nw-cookies-checkbox-container input[type="checkbox"]:checked+label:before {
    background: #000;
    border-color: #000;
}

.nw-cookies-checkbox-container input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.00008L3.82843 6.82851L9.48498 1.17163' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.nw-cookies-type-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.nw-cookies-type-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
    padding: 0;
    margin: 0;
}

.nw-cookies-type-desc.open {
    max-height: 200px;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.nw-cookies-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.nw-cookies-overlay.nw-cookies-show {
    opacity: 1;
    visibility: visible;
}

.nw-cookies-modal-settings {
    .nw-cookies-modal-content {
        margin-bottom: 0;
    }

    .nw-cookies-type:last-child {
        margin-bottom: 20px;
    }
}

.nw-cookies-technical input[type="checkbox"] {
    cursor: not-allowed;
}

.nw-cookies-modal-settings-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: clamp(24px, 1.4vw, 32px);
    color: #000;
}

.nw-cookies-modal-settings-subTitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.nw-cookies-accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px;
    transition: transform 0.3s ease;
}

.nw-cookies-accordion svg {
    transition: transform 0.3s ease;
}

.nw-cookies-accordion.active svg {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/sabaisabai/template_styles.css?17804075133386*/
.gray .choice-link__header > input {
    display: none;
}
.choice-link__content {
    z-index: 10 !important
}
#modal-strock .notetext {
    color: #3ec047;
}
#modal-strock .notetext br {
    display: none;
}
.header__control a span {
    text-align: center;
    line-height: 20px;
}
font.errortext {
    color: #d57373;
}
font.notetext {
    color: #c8ffc8;
}
.bx-yandex-view-map {
    width: 100%;
    min-height: inherit;
    height: 100%;
}
.bx-yandex-view-map .ymaps-layers-pane,
.bx-yandex-view-map [class$="-ground-pane"],
.bx-yandex-view-map [class*=ymaps-2-1][class*=-ground-pane] {
    pointer-events: none;
    -webkit-filter: grayscale(1) invert(95%);
    filter: grayscale(1) invert(95%);
}
.bx-yandex-view-map .ymaps-copyrights-pane,
.bx-yandex-view-map .ymaps-copyrights-pane + ymaps,
.bx-yandex-view-map [class$="-controls-pane"],
.bx-yandex-view-map [class$="-copyrights-pane"],
.bx-yandex-view-map [class$="-copyrights-pane"] {
    display: none;
}
.choice-link input[type="text"] {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0;
}
.choice-link {
    z-index: 4 !important;
}
.checkbox-link {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}
.checkbox-link input[type="checkbox"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--white);
    display: block;
    border-radius: 5px;
    position: relative;
    outline: none;
    margin-top: 2px;
}
.filter-scroll {
    overflow: overlay;
}
.list-services {
    list-style-type: none;
    text-align: center;
}
.list-services > li:before {
    display: none;
}
.list-services > li {
    display: inline;
}
.modal-review .checkbox-link {
    grid-column: 1 / span 2;
}
.sale_order_full_table input[type="submit"] {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: color 0.5s, background 0.5s;
    -o-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s;
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 10px 20px;
    color: var(--black);
    background-color: var(--white);
}
.sale_order_full_table input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#edd9ec), to(rgba(237, 217, 236, 0.5)));
    background: -o-linear-gradient(top, #edd9ec 0%, rgba(237, 217, 236, 0.5) 100%);
    background: linear-gradient(180deg, #edd9ec 0%, rgba(237, 217, 236, 0.5) 100%);
}
.bx-section-desc-post {
    padding-bottom: 40px
}
.modal__items > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
}
@media(max-width: 768px){
    .banners{
        height: 500px!important;
    }
}
@media(max-width: 576px){
    .subtitle_new{
        left: unset!important;
        padding: 8px 18px!important;
        clip-path: unset;
    }
    .banners__content{
        padding: 60px 0 0!important;
    }
    .banners__content.content__new{
        width: 100%;
    }
    .banners__title.title__new{
        font-size: 24px!important;
    }
    .banners__subtitle.subtitle_new{
        font-size: clamp(15px, 1.4vw, 20px)!important;
    }
    .banners{
        height: 400px!important;
    }
    .banners__container.container__new{
        margin: 20px auto;
    }
}


/* End */


/* Start:/local/templates/sabaisabai/css/libraries/fancybox.css?172953132615598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/sabaisabai/css/libraries/swiper-bundle.min.css?172953132616482*/
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/sabaisabai/css/all-style.css?1778741880154897*/
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.main *:focus-visible,
header *:focus-visible,
footer *:focus-visible {
  outline: none;
}

.main a,
header a,
footer a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section ul,
section ol,
header ul,
header ol,
footer ul,
footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

section select,
section input,
section textarea,
section button,
header button,
footer button {
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
}

section select:focus-visible,
section input:focus-visible,
section textarea:focus-visible,
section button:focus-visible,
header button:focus-visible,
footer button:focus-visible {
  outline: none;
}

.main input::-webkit-outer-spin-button,
.main input::-webkit-inner-spin-button,
.modal input::-webkit-outer-spin-button,
.modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.main input[type="number"],
.modal input[type="number"] {
  -moz-appearance: textfield;
}

header button,
footer button,
section button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

header input,
footer input,
section input {
  background: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body.hidden {
  overflow: hidden;
}

/* ---------------- */

.wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

section img,
header img,
footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section b,
section strong,
header b,
header strong,
footer b,
footer strong {
  font-weight: 500;
}

header,
footer {
  overflow: hidden;
}

:root {
  --black: #232323;
  --section-bg: #1d1d1d;
  --gray: #2e2e2e;
  --white: #edd9ec;
  --white-opacity: rgba(237, 217, 236, 0.7);
  --white-dark: #f5f5f5;
  --purple: #2c1c32;
  --red: #ff0505;
  --violet: #2c1c32;
  --ff-title: Vetrino;
}

[class*="__container"]:not(.fancybox__container, .modal__container) {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  background-color: var(--black);
  color: var(--white);
}

body * {
  line-height: 1.25;
}

body *::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

body.bg::before {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0.7;
  z-index: 100;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1e1e1e;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.5;
}

.fancybox__slide *::-webkit-scrollbar,
.fancybox__slide::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-track,
.fancybox__slide::-webkit-scrollbar-track,
.main *::-webkit-scrollbar-track {
  background: var(--gray);
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb,
.fancybox__slide::-webkit-scrollbar-thumb,
.main *::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 5px;
}

header *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(48, 48, 48, 0.1);
  border-radius: 5px;
}

header *::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 5px;
}

section {
  margin-top: 140px;
  overflow: hidden;
}

section:first-child {
  margin-top: 60px;
}

section:last-child:not(.bg-dark) {
  margin-bottom: 120px;
}

section *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

section.bg-dark {
  padding: 120px 0;
}

section.bg-dark+.bg-purple {
  margin-top: 0;
}

section p {
  margin-bottom: 15px;
}

section p:last-child {
  margin-bottom: 0;
}

section select {
  width: 100%;
  background-color: var(--gray);
  padding: 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section h2,
section h3,
section a {
  color: var(--white);
}

section ul:not(:first-child, li ul, .catalog-list__sort-body, .choice-link__content) {
  margin-top: 20px;
}

section ul:not(:last-child, li ul) {
  margin-bottom: 20px;
}

section ul li {
  padding-left: 23px;
  margin-bottom: 10px;
  position: relative;
}

section ul li:last-child {
  margin-bottom: 0;
}

section ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: var(--white);
  border-radius: 100%;
}

section ul li>ul,
section ul li>ol {
  margin-top: 10px;
}

section ul li>ul>li::before {
  background: none;
  border: 1px solid var(--white);
}

section input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: none;
  border: 1px solid var(--white);
  position: relative;
}

section input[type="radio"]:checked::after {
  display: block;
}

section input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  border-radius: 100%;
  background-color: var(--white);
  display: none;
}

.bg-purple {
  background-color: var(--purple);
}

section [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn),
header [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn),
footer [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn),
.modal [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn),
.modal-cookie [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn) {
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  position: relative;
}

section [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn)>*,
header [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn)>*,
footer [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn)>*,
.modal [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn)>*,
.modal-cookie [class*="btn"]:not([class*="_btn"],
  [class*="-btn"],
  .btn-next,
  .btn-prev,
  .quiz__btn)>* {
  position: relative;
  z-index: 2;
}

section [class*="icon-"]:not([class*="-icon"], [class*="_icon"]),
header [class*="icon-"]:not([class*="-icon"], [class*="_icon"]),
footer [class*="icon-"]:not([class*="-icon"], [class*="_icon"]),
.modal [class*="icon-"]:not([class*="-icon"], [class*="_icon"]),
.modal-cookie [class*="icon-"]:not([class*="-icon"], [class*="_icon"]) {
  position: relative;
  padding-left: 30px;
}

section [class*="icon-"]:not([class*="-icon"], [class*="_icon"])::before,
header [class*="icon-"]:not([class*="-icon"], [class*="_icon"])::before,
footer [class*="icon-"]:not([class*="-icon"], [class*="_icon"])::before,
.modal [class*="icon-"]:not([class*="-icon"], [class*="_icon"])::before,
.modal-cookie [class*="icon-"]:not([class*="-icon"], [class*="_icon"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

section select,
header select,
footer select,
.modal select,
.modal-cookie select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.choice-link {
  position: relative;
  z-index: 3;
}

.choice-link.active .choice-link__header::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.choice-link__header {
  display: block;
  position: relative;
  z-index: 2;
}

.choice-link__header::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow-black.svg");
}

.choice-link__header {
  width: 100%;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
}

.choice-link__content {
  list-style: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(100% - 5px);
  left: 0;
  padding: 20px;
  display: none;
  background-color: var(--purple);
  border: 1px solid rgba(237, 217, 236, 0.5);
  border-radius: 5px;
  color: var(--white-opacity);
}

.choice-link__content a {
  color: inherit;
}

.choice-link__content li {
  cursor: pointer;
  padding-left: 0;
  margin-bottom: 20px;
}

.choice-link__content li::before {
  display: none;
}

.choice-link__content li:last-child {
  margin-bottom: 0;
}

.choice-link__content li.active {
  color: var(--white);
  font-weight: 600;
}

.choice-link.gray .choice-link__header {
  background-color: var(--gray);
  color: var(--white);
  padding-right: 35px;
}

.choice-link.gray .choice-link__header::after {
  right: 10px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(105%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(105%) contrast(102%);
}

.choice-link.gray .choice-link__content {
  background-color: var(--black);
}

.masters .choice-link.gray .choice-link__header {
  padding-top: 10px;
  padding-bottom: 10px;
}

section p a,
section ul a,
section ol a,
section .anim-line,
section .link-arrow,
section .block-info__links a,
header p a,
header ul a,
header ol a,
header .anim-line,
header .link-arrow,
header .block-info__links a,
footer p a,
footer ul a,
footer ol a,
footer .anim-line,
footer .link-arrow,
footer .block-info__links a,
.modal p a,
.modal ul a,
.modal ol a,
.modal .anim-line,
.modal .link-arrow,
.modal .block-info__links a,
.modal-cookie p a,
.modal-cookie ul a,
.modal-cookie ol a,
.modal-cookie .anim-line,
.modal-cookie .link-arrow,
.modal-cookie .block-info__links a {
  display: inline-block;
  position: relative;
}

section p a::after,
section ul a::after,
section ol a::after,
section .anim-line::after,
section .link-arrow::after,
section .block-info__links a::after,
header p a::after,
header ul a::after,
header ol a::after,
header .anim-line::after,
header .link-arrow::after,
header .block-info__links a::after,
footer p a::after,
footer ul a::after,
footer ol a::after,
footer .anim-line::after,
footer .link-arrow::after,
footer .block-info__links a::after,
.modal p a::after,
.modal ul a::after,
.modal ol a::after,
.modal .anim-line::after,
.modal .link-arrow::after,
.modal .block-info__links a::after,
.modal-cookie p a::after,
.modal-cookie ul a::after,
.modal-cookie ol a::after,
.modal-cookie .anim-line::after,
.modal-cookie .link-arrow::after,
.modal-cookie .block-info__links a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--white);
  top: 95%;
  left: 0;
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.icon-phone::before {
  background-image: url("/local/templates/sabaisabai/css/../images/icons/phone.svg");
}

.icon-clock::before {
  background-image: url("/local/templates/sabaisabai/css/../images/icons/clock.svg");
}

[class*="__container"]>.title {
  margin-bottom: 40px;
}

.btn {
  overflow: hidden;
  border-radius: 5px;
}

.btn,
.btn-border,
.menu-serv__btn {
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.btn,
.menu-serv__btn,
.btn-border,
.order-list__link,
.quiz__title .bx-soa-editstep {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  cursor: pointer;
}

.btn>*,
.menu-serv__btn>*,
.btn-border>*,
.order-list__link>*,
.quiz__title .bx-soa-editstep>* {
  position: relative;
  z-index: 2;
}

.btn::after,
.btn::before,
.menu-serv__btn::after,
.menu-serv__btn::before,
.btn-border::after,
.btn-border::before,
.order-list__link::after,
.order-list__link::before,
.quiz__title .bx-soa-editstep::after,
.quiz__title .bx-soa-editstep::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--white);
  z-index: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.btn::after,
.menu-serv__btn::after,
.btn-border::after,
.order-list__link::after,
.quiz__title .bx-soa-editstep::after {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#edd9ec),
      to(rgba(237, 217, 236, 0.5)));
  background: -o-linear-gradient(top,
      #edd9ec 0%,
      rgba(237, 217, 236, 0.5) 100%);
  background: linear-gradient(180deg,
      #edd9ec 0%,
      rgba(237, 217, 236, 0.5) 100%);
  opacity: 0;
}

.btn:active,
.menu-serv__btn:active,
.btn-border:active,
.order-list__link:active,
.quiz__title .bx-soa-editstep:active {
  color: var(--white);
  background-color: var(--gray);
}

.btn:active::before,
.btn:active::after,
.menu-serv__btn:active::before,
.menu-serv__btn:active::after,
.btn-border:active::before,
.btn-border:active::after,
.order-list__link:active::before,
.order-list__link:active::after,
.quiz__title .bx-soa-editstep:active::before,
.quiz__title .bx-soa-editstep:active::after {
  opacity: 0 !important;
}

.btn:active::after,
.btn:active::before,
.menu-serv__btn:active::after,
.menu-serv__btn:active::before,
.btn-border:active::after,
.btn-border:active::before,
.order-list__link:active::after,
.order-list__link:active::before,
.quiz__title .bx-soa-editstep:active::after,
.quiz__title .bx-soa-editstep:active::before {
  background-color: var(--white);
}

.btn span {
  margin: 0 auto;
}

.btn-border,
.order-list__link,
.quiz__title .bx-soa-editstep {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-border::after,
.btn-border::before,
.order-list__link::after,
.order-list__link::before,
.quiz__title .bx-soa-editstep::after,
.quiz__title .bx-soa-editstep::before {
  opacity: 0;
}

.height50 {
  height: 50px;
}
@media (min-width: 841px) and (max-width: 939px ) {
  .height50 {
    height: 75px;
  }
}

@media(max-width: 768px) {
  .catalog-prog__information--info span {
    font-size: 18px;
  }

  .height50 {
    height: auto;
  }

}

.title {
  text-align: center;
  font-size: 32px;
  font-family: var(--ff-title);
}

.link-arrow {
  padding-right: 30px;
  position: relative;
}

.link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow.svg");
}

.form__content>.btn {
  margin-top: 20px;
}

.form__choice,
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__choice {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.form__subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}

.form__subtitle:not(:first-child) {
  margin-top: 20px;
}

.form__item {
  gap: 10px;
  font-size: 20px;
  cursor: pointer;
}

.form>*:not(:last-child) {
  margin-bottom: 40px;
}

.form__clarification {
  margin-top: 10px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 300;
}

.form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.form__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.form__quantity:not(:first-child) {
  margin-top: 40px;
}

.form__quantity .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form__sum {
  margin-top: 40px;
  padding: 15px 20px;
  background-color: var(--gray);
  border-radius: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__sum span {
  margin-left: auto;
  display: inline-block;
}

.form input[type="text"],
.form textarea {
  padding: 12px 10px;
  width: 100%;
}

.form__desc {
  margin-top: 20px;
}

.form_gray {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--gray);
}

.form_gray input[type="text"],
.form_gray textarea {
  background-color: var(--black);
  border-radius: 5px;
}

.form_gray .form__desc {
  background-color: var(--black);
  color: var(--white-opacity);
  padding: 20px;
  border-radius: 10px;
}

.form_gray .form__sum {
  padding: 0;
  background: none;
}

.form_gray .form__subtitle {
  font-weight: 400;
}

.form_gray .form__content .btn {
  width: 100%;
  padding: 15px;
}

.form_gray .form__quantity {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.amount {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.amount input {
  width: 30px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.amount-add,
.amount-delete {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.amount-add {
  background-image: url("/local/templates/sabaisabai/css/../images/icons/plus.svg");
}

.amount-delete {
  background-image: url("/local/templates/sabaisabai/css/../images/icons/minus.svg");
}

.search {
  position: relative;
  font-size: 14px;
}

.search input:not([type="submit"], [type="button"]) {
  width: 100%;
  padding: 10px;
  padding-left: 45px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--gray);
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.search input:not([type="submit"], [type="button"]):hover,
.search input:not([type="submit"], [type="button"]):focus {
  border-color: rgba(237, 217, 236, 0.5);
}

.search input:not([type="submit"], [type="button"]):hover+.search__btn,
.search input:not([type="submit"], [type="button"]):focus+.search__btn {
  opacity: 0.5;
}

.search__btn {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/search.svg");
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

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

.checkbox__inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.checkbox__inner>span {
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  display: block;
  border-radius: 5px;
  position: relative;
}

.checkbox__inner>span::before {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  left: 40%;
  right: 0;
  bottom: 0;
  border: solid var(--gray);
  border-width: 0px 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 30%;
  height: 50%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.checkbox input {
  display: none;
}

.checkbox input+span {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.checkbox input:checked+span {
  border: 0;
  background-color: var(--white);
}

.checkbox input:checked+span::before {
  opacity: 1;
  visibility: visible;
  border: solid var(--black);
  border-width: 0px 2px 2px 0;
}

.checkbox__text {
  margin-left: 10px;
}

.slider {
  position: relative;
}

.slider__wrapper {
  overflow: hidden;
}

.slider__pagination {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin: 30px auto 0;
  text-align: center;
}

.slider__pagination .swiper-pagination-bullet {
  background-color: var(--white-dark);
}

.slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--white);
}

.slider__btns {
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.slider__btn-prev,
.slider__btn-next {
  cursor: pointer;
  pointer-events: all;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow-slider.svg");
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.slider__btn-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.phone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/phone.svg");
}

.addresses {
  font-weight: 300;
  font-size: 14px;
}

.addresses__name {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.addresses__item:not(:last-child) {
  margin-bottom: 30px;
}

.addresses__text p:not(:last-child) {
  margin-bottom: 3px;
}

.list-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 170px;
}

.list-footer__name::before,
.list-footer__links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-footer__name {
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.list-footer__name::before {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/icon-list.svg");
}

.list-footer__links {
  font-weight: 300;
  font-size: 14px;
}

.list-footer__links li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.list-footer__links li::before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--white);
}

.list-footer__links li:last-child {
  margin-bottom: 0;
}

.requisites {
  margin-top: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 10px 20px;
  background-color: var(--gray);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.requisites img {
  max-width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.breadcrumb {
  margin-bottom: 60px;
  opacity: 0.7;
}

.breadcrumb+section {
  margin-top: 60px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  list-style: none;
  white-space: nowrap;
  row-gap: 7px;
}

.breadcrumb__list::-webkit-scrollbar {
  height: 0;
}

.breadcrumb__list::-webkit-scrollbar-track,
.breadcrumb__list::-webkit-scrollbar-thumb {
  background: none;
}

.breadcrumb__list>*:not(:first-child) {
  margin-left: 10px;
}

.breadcrumb__list>*:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb__list>*:first-child a {
  position: relative;
  padding-left: 20px;
}

.breadcrumb__list>*:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/home.svg");
}

.elem-title {
  margin-bottom: 40px;
}

.elem-title h1 {
  font-family: var(--ff-title);
  font-size: 40px;
  letter-spacing: 5%;
  text-align: center;
}

.elem-title+*,
.elem-title~section:first-of-type {
  margin-top: 0;
}

.block-text {
  color: var(--white-opacity);
}

.block-text :where(h2, h3, h4) {
  font-family: var(--ff-title);
  margin-bottom: 20px;
}

.block-text h2 {
  font-size: 32px;
}

.block-text :where(h3, h4) {
  font-size: 20px;
}

.block-text :where(h2, h3):not(:first-child) {
  margin-top: 40px;
}

.block-text h4:not(:first-child) {
  margin-top: 20px;
}

.block-text__image {
  max-height: 700px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.block-text__desc {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.block-text__desc>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-text b,
.block-text strong {
  font-weight: 700;
}

.block-text__img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 355px;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.list-doc ul {
  color: var(--white-opacity);
}

.list-doc ul li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-doc ul a {
  margin-left: 15px;
  color: var(--white);
  padding-right: 30px;
}

.list-doc ul a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/file-2.svg");
}

.page-error {
  margin: 0 !important;
  min-height: calc(100vh - 183px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-error::after {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  inset: 0;
}

.page-error__container,
.page-error__wrapper {
  min-height: inherit;
}

.page-error__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  z-index: 1;
}

.page-error__title {
  font-size: 96px;
  font-weight: 700;
}

.page-error__text {
  font-family: var(--ff-title);
  font-size: 40px;
  letter-spacing: 5%;
  max-width: 690px;
}

.page-error a.btn {
  margin-top: 40px;
  padding: 15px 25px;
}

.pagination {
  margin-top: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.pagination,
.pagination__wrapper,
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__wrapper,
.pagination__list {
  gap: 10px;
}

.pagination__list {
  list-style: none;
  text-align: center;
}

.pagination__item {
  min-width: 30px;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pagination__item:hover,
.pagination__item.current {
  background-color: var(--white);
  color: var(--black);
}

.pagination .prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

[data-tabContent] {
  display: none;
  margin-top: 40px;
  margin-bottom: 120px;
}

[data-tabContent] section {
  margin-top: 0 !important;
}

.modal-buy__start,
.modal-buy__end,
.card-prod__start,
.card-prod__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.modal-buy__start,
.card-prod__start {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-buy__image,
.card-prod__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100%;
  height: 100px;
}

.modal-buy__image>*,
.modal-buy__image>*>*,
.card-prod__image>*,
.card-prod__image>*>* {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.modal-buy__image>*>*,
.card-prod__image>*>* {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-buy__end,
.card-prod__end {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
}

.modal-buy__items>*:not(:last-child) {
  margin-bottom: 20px;
}

.modal-buy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.modal-buy__start {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal-buy__item {
  background-color: var(--gray);
  padding: 20px;
  border-radius: 10px;
}

.card-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background-color: var(--gray);
  padding: 20px;
  border-radius: 10px;
}

.table-bonuses .table__body .table__td:last-child::after,
.basket__checklist-block p:last-child::before,
.block-price ul>li::before,
.sidebar__info-bonuses span::after,
.menu-sub__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/icon-list.svg");
}

.sidebar__info-bonuses span::after,
.basket__checklist-block p:last-child::before,
.table-bonuses .table__body .table__td:last-child::after {
  right: 0;
}

.table {
  width: 100%;
}

.table__head {
  display: none;
}

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

.table__body .table__td:first-child {
  color: var(--white-opacity);
}

.table-bonuses .table__body .table__td:last-child {
  position: relative;
  padding-right: 30px;
}

.table-bonuses .table__body .table__td:last-child::after {
  right: 0;
}

.modal-cookie {
  position: fixed;
  z-index: 60;
  bottom: 80px;
  right: 20px;
  left: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 40px);
  margin-left: auto;
  padding: 20px 30px;
  padding-right: 50px;
  border-radius: 10px;
  background-color: var(--gray);
  border: 1px solid var(--white);
  display: none;
}

.modal-cookie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
}

.modal-cookie__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
}

.modal-cookie__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-cookie .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.time-work {
  font-weight: 300;
  text-align: right;
}

.time-work__title {
  font-weight: 500;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  padding: 10px;
  background-color: var(--gray);
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Mulish-Bold.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Mulish-Light.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Mulish-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Mulish-Medium.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Mulish-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Mulish-SemiBold.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Mulish-Regular.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Vetrino;
  font-display: swap;
  src: url("/local/templates/sabaisabai/css/../fonts/Vetrino.woff2") format("woff2"),
    url("/local/templates/sabaisabai/css/../fonts/Vetrino.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.bonuses {
  margin-top: 20px;
}

.bonuses h3 {
  font-family: var(--ff-title);
  font-size: 20px;
  margin-bottom: 20px;
}

.bonuses>*:not(:first-child) {
  margin-top: 60px;
}

.bonuses__info {
  background-color: var(--purple);
  border-radius: 10px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  position: relative;
  overflow: hidden;
}

.bonuses__info::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18%;
  width: 350px;
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/background/block-purple.svg");
}

.bonuses__text {
  color: var(--white-opacity);
}

.bonuses__item {
  min-width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.bonuses__item:first-child {
  margin-right: auto;
}

.bonuses__name {
  font-family: var(--ff-title);
  font-size: 20px;
}

.bonuses__name img {
  width: 20px;
  height: 20px;
}

.desc-order__list {
  margin-top: 40px;
}

.desc-order__list>*:not(:last-child) {
  margin-bottom: 20px;
}

.desc-order__desc {
  margin-top: 40px;
  color: var(--white-opacity);
}

.desc-order__desc h2 {
  font-family: var(--ff-title);
  margin-bottom: 10px;
  font-size: 20px;
}

.desc-order__info:not(:last-child) {
  margin-bottom: 40px;
}

.desc-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.desc-order__item:not(:last-child) {
  margin-bottom: 10px;
}

.desc-order__item>*:last-child {
  color: var(--white);
}

.personal-form {
  max-width: 450px;
}

.personal-form__item:not(:last-child) {
  margin-bottom: 50px;
}

.personal-form__name,
.personal-form__delete {
  font-weight: 700;
}

.personal-form__name {
  margin-bottom: 20px;
}

.personal-form__input {
  position: relative;
  border: 1px solid var(--white);
  border-radius: 5px;
}

.personal-form__input:not(:last-child) {
  margin-bottom: 20px;
}

.personal-form__input svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.personal-form input {
  padding: 12px 10px;
  padding-right: 40px;
  width: 100%;
}

.personal-form__delete {
  padding-right: 30px;
  position: relative;
}

.personal-form__delete::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/delete.svg");
}

.order-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.order-list__header::-webkit-scrollbar {
  height: 0;
}

.order-list__header::-webkit-scrollbar-track,
.order-list__header::-webkit-scrollbar-thumb {
  background: none;
}

.order-list__link {
  display: block;
  padding: 5px 25px;
  border: 1px solid var(--white);
  border-radius: 5px;
  overflow: hidden;
}

.order-list__link.active {
  background-color: var(--white);
  color: var(--black);
}

.order-list__content {
  margin-top: 40px;
}

.card-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 50px;
  background-color: var(--gray);
  padding: 20px;
  border-radius: 10px;
}

.card-order:not(:last-child) {
  margin-bottom: 20px;
}

.card-order__btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
}

.card-order__btns>* {
  padding: 15px 25px;
}

.card-order__price {
  font-size: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.card-order__name {
  max-width: 320px;
}

.footer {
  padding: 70px 0 30px;
  border-top: 1px solid var(--gray);
}

.footer__logo {
  display: block;
  max-width: 210px;
}

.footer__wrapper {
  margin: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 50px;
}

.footer__addresses {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__title {
  font-size: 20px;
}

.footer__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.footer__menu {
  padding: 30px 0;
}

.footer__menu .menu__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__signature {
  padding-top: 30px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.footer__signature::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--gray);
}

.footer .footer__link {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.footer .footer__link img {
  width: auto;
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.tabbar {
  display: none;
}

.header {
  --h_height: 183px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  position: relative;
  overflow: visible;
}

.header-fixed {
  background-color: var(--black);
  position: fixed;
}

.header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.transition {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav,
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header__main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
  position: relative;
}

.header__main::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  background-color: var(--gray);
}

.header__nav {
  padding: 20px 0;
  gap: 30px;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.header__logo img {
  max-width: 100%;
}

.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__search {
  margin-right: auto;
  margin-left: 50px;
  width: 370px;
}

.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header__control a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--gray);
  border-radius: 100%;
  padding: 10px;
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.header__control a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__control a span {
  top: -3px;
  right: -3px;
  position: absolute;
  z-index: 1;
  background-color: var(--red);
  border-radius: 100%;
  font-size: 11px;
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.burger {
  z-index: 10;
  border: 0;
  background: 0;
  position: relative;
  height: 13px;
  width: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.burger span,
.burger::after,
.burger::before {
  background-color: var(--white);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.burger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.burger::before,
.burger::after {
  content: "";
  height: 1px;
  width: 100%;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger:focus-visible {
  outline: none;
}

.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 160%;
}

.menu .search {
  display: none;
}

.menu__wrapper {
  width: 100%;
}

.menu__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 30px;
  background-color: var(--gray);
  border-radius: 5px;
}

.menu__list>.menu__item {
  cursor: pointer;
}

.menu__desc {
  display: none;
}

.menu__item.only-mob {
  display: none;
}

.menu-serv {
  display: none;
}

.menu-sub {
  padding: 50px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--black);
  height: calc(100vh - var(--h_height));
  overflow-y: auto;
}

.menu-sub.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.menu-sub__wrapper {
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.menu-sub__list {
  max-width: 450px;
}

.menu-sub__items.max-h {
  max-height: 220px;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}

.menu-sub__items>*:not(.menu-sub__title) {
  margin-bottom: 10px;
}

.menu-sub__items *:last-child {
  margin-bottom: 0;
}

.menu-sub__title {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}

.menu-sub__title::before {
  left: 0;
}

.menu-sub__more {
  margin-top: 10px;
  opacity: 0.5;
  padding-right: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  display: none;
}

.menu-sub__more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow-pag.svg");
}

.dropdown-images .menu-sub__wrapper {
  display: block;
}

.dropdown-images .menu-sub__list,
.dropdown-images .menu-sub__items {
  width: 100%;
  max-width: 100%;
}

.dropdown-images .menu-sub__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.dropdown-images .menu-sub__item {
  text-align: center;
  font-size: 20px;
}

.dropdown-images .menu-sub__item a {
  max-width: 330px;
}

.dropdown-images .menu-sub__item a::after {
  display: none;
}

.dropdown-images .menu-sub__item img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.modal {
  display: none;
  padding: 0;
  background: none;
  color: var(--white);
  max-width: 570px;
  width: 100%;
}

.modal__wrapper {
  background-color: var(--purple);
  border-radius: 10px;
  padding: 70px 40px 50px;
}

.modal__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modal .btn {
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 30px;
}

.modal__title {
  font-size: 20px;
  text-align: center;
}

.modal__title+*,
.modal__title+.btn {
  margin-top: 50px;
}

.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="number"],
.modal input[type="password"],
.modal textarea {
  width: 100%;
  padding: 12px 10px;
  border-radius: 5px;
  background: none;
  border: 1px solid var(--white);
}

.modal .choice-link input[type="text"] {
  background-color: var(--white);
  color: var(--black);
  padding: 12px 20px;
  padding-right: 40px;
}

.modal__remember {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.modal__remember .checkbox {
  margin-bottom: 0;
}

.modal__text {
  margin-top: 50px;
  text-align: center;
  color: var(--white-opacity);
}

.modal__text a {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
}

.modal button {
  background: none;
}

.modal__name {
  margin-bottom: 10px;
}

.modal__list>*:not(:first-child) {
  margin-top: 5px;
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal__total {
  padding: 15px 20px;
  border: 1px solid var(--white-opacity);
  border-radius: 10px;
  text-align: center;
}

.modal__callback,
.modal__btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.modal__btns>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.modal__btns>*.btn {
  margin: 0;
}

.modal__image {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal__bg {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#232323),
      to(#2e1636));
  background: -o-linear-gradient(top, #232323 0%, #2e1636 100%);
  background: linear-gradient(180deg, #232323 0%, #2e1636 100%);
  opacity: 0.96;
  z-index: 1;
}

.modal__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-review {
  max-width: 690px;
}

.modal-review textarea {
  resize: none;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
  min-height: 80px;
}

.modal-review .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.modal-review .modal__title+* {
  margin-top: 30px;
}

.modal-review .modal__items {
  width: 100%;
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.modal-review .modal__wrapper {
  padding: 70px 40px 50px;
}

.fancybox__content>.carousel__button.is-close {
  top: 24px;
  right: 24px;
  color: var(--white);
  width: 30px;
  height: 30px;
}

.carousel__button svg {
  -webkit-filter: none;
  filter: none;
}

.modal-pers .modal__wrapper {
  padding: 100px 70px;
}

.modal-pers .btn {
  padding: 15px 20px;
}

.modal-basket {
  max-width: 570px;
}

.modal-basket .modal__text {
  margin-top: 20px;
}

.modal-basket .modal__text a {
  text-decoration: underline;
}

.modal-record {
  max-width: 1170px;
}

.modal-record .modal__container {
  background-color: var(--purple);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.modal-record .modal__container>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 570px;
}

.modal-record .modal__items {
  gap: 10px;
}

.modal-record .modal__image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.modal-record .modal__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(44, 28, 50, 0)),
      to(#2c1c32));
  background: -o-linear-gradient(left, rgba(44, 28, 50, 0) 0%, #2c1c32 100%);
  background: linear-gradient(90deg, rgba(44, 28, 50, 0) 0%, #2c1c32 100%);
}

.modal-record .modal__callback .btn {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
}

.modal-record .modal__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

.modal-strock {
  max-width: 930px;
}

.modal-strock .modal__container,
.modal-strock .modal__wrapper {
  background: none;
}

.modal-strock .modal__container {
  border-radius: 10px;
  overflow: hidden;
}

.modal-strock .modal__wrapper {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.modal-strock .modal__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px 50px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  z-index: 2;
}

.modal-strock .modal__form {
  padding: 40px 50px;
  background-color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.modal-strock .modal__form *:first-child {
  max-width: 350px;
}

.modal-strock .modal__info {
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.modal-strock .modal__image {
  z-index: 2;
  max-width: 430px;
  max-height: 415px;
}

.modal-strock .modal__text {
  margin-top: auto;
  text-align: left;
  max-width: 500px;
}

.modal-strock .modal__title {
  text-align: left;
  font-size: 48px;
  font-family: var(--ff-title);
}

.modal-strock .modal__title span {
  font-size: 64px;
}

.modal-strock .modal__title+* {
  margin-top: 0;
}

.modal-strock .modal__subtitle {
  font-size: 20px;
}

.modal-strock .btn {
  padding: 13px 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}

.articles__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.card-article__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  border-radius: 10px;
  overflow: hidden;
}

.card-article__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.card-article__name {
  font-family: var(--ff-title);
  font-size: 20px;
}

.card-article__text {
  margin-top: 10px;
  color: var(--white-opacity);
}

.card-article .link-arrow {
  margin-top: auto;
}

.banners {
  --height: 700px;
  margin-top: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/sabaisabai/css/../images/background/banners.jpg");
  min-height: 430px;
  height: var(--height);
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.banners__bg {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#232323),
      to(#2e1636));
  background: -o-linear-gradient(top, #232323 0%, #2e1636 100%);
  background: linear-gradient(180deg, #232323 0%, #2e1636 100%);
  opacity: 0.96;
}

.banners__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.banners__slider {
  position: static;
}

.banners__container,
.banners__slider {
  min-height: inherit;
}

.banners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--height);
}

.banners__content {
  max-width: 690px;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.banners__title {
  font-size: 64px;
  font-family: var(--ff-title);
}

.banners__text {
  margin-top: 50px;
  font-size: 24px;
}

.banners__image {
  margin-top: -25px;
  max-height: 740px;
  max-width: 645px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banners .slider__btns {
  left: 20px;
  right: 20px;
}

.banners .slider__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index: 5;
}

.basket {
  overflow: visible;
}

.basket__close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/close.svg");
}

.basket__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 40px 30px;
}

.basket__content,
.basket__block,
.basket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__desc,
.basket__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket__content {
  background-color: var(--gray);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.basket__content:not(:last-child) {
  margin-bottom: 20px;
}

.basket__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 100px;
}

.basket__btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.basket__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket .btn {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

.basket .btn>* {
  position: relative;
  z-index: 2;
}

.order__promo {
  margin-bottom: 35px;
}

.order__promo-head {
  margin-bottom: 10px;
}

.order__promo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.order__promo-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 15px 10px;
}

.order__promo-btn {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket__checklist-btn {
  margin-bottom: 20px;
  padding: 15px 20px;
  width: 100%;
}

.basket-items-list-item-descriptions {
  margin-top: 10px;
  color: var(--white-opacity);
}

.basket-items-list-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-items-list-wrapper>* {
  margin-bottom: 40px;
}

.basket__checklist {
  background-color: var(--gray);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  border-radius: 10px;
  padding: 40px 30px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: sticky;
  top: 120px;
  right: 0;
}

.order__btn {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  position: relative;
}

.order__btn>* {
  position: relative;
  z-index: 2;
}

.order__title,
.quiz__title {
  font-family: var(--ff-title);
  letter-spacing: 5%;
  font-size: 20px;
  margin-bottom: 20px;
}

.bx-soa-cart-total-line {
  margin-bottom: 20px;
}

.bx-soa-cart-total-line>*>*:not(:last-child) {
  margin-right: 10px;
}

.basket__checklist .checkbox .checkbox__text {
  font-size: 14px;
  opacity: 0.5;
  letter-spacing: normal;
}

.basket__checklist-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 20px;
}

.basket__checklist-chars {
  margin-bottom: 35px;
}

.basket__checklist-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.basket__checklist-char p,
.basket__checklist-block p {
  margin-bottom: 0;
}

.basket__checklist-char:last-child {
  margin-bottom: 0;
}

.basket__checklist-char::before,
.basket__checklist-block::before {
  content: "";
  border-bottom: 1px dashed rgba(237, 217, 236, 0.2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 10px;
}

.basket__checklist-char *:last-child,
.basket__checklist-block *:last-child {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.basket__checklist-char>*:last-child {
  position: relative;
}

.bx-price-old {
  margin-right: 10px;
  display: inline-block;
  text-decoration: line-through;
  color: var(--white-opacity);
  font-size: 14px;
}

.basket__checklist-char p {
  padding-bottom: 1px;
  position: relative;
  z-index: 5;
}

.basket__checklist-banner {
  padding: 20px;
  border-radius: 10px;
  background: var(--black);
  margin-bottom: 35px;
}

.basket__checklist-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.basket__checklist-block:last-child {
  margin-bottom: 0;
}

.basket__checklist-block p:last-child {
  padding-right: 25px;
  position: relative;
}

.basket__checklist-block p:last-child::before {
  display: block;
}

.basket__checklist-text {
  font-size: 14px;
  color: rgba(237, 217, 236, 0.5);
}

.basket__checklist-text a {
  font-weight: 600;
  color: var(--white);
}

.bx-soa-cart-total+* {
  margin-top: 20px;
  margin-bottom: 0;
}

.bx-soa-item-imgcontainer {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quiz__start {
  min-width: 200px;
  margin-left: auto;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  position: relative;
}

.quiz__start>* {
  position: relative;
  z-index: 2;
}

.quiz__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz__title .bx-soa-editstep,
.quiz__title .btn {
  color: var(--white);
  padding: 7px 20px;
  border-radius: 5px;
  display: block;
  font-family: Mulish;
  font-size: 16px;
}

.quiz__title .bx-soa-editstep span,
.quiz__title .btn span {
  padding-right: 0;
}

.quiz__title .bx-soa-editstep span::after,
.quiz__title .btn span::after {
  display: none;
}

.quiz__title .btn::before,
.quiz__title .btn::after {
  display: none;
}

.quiz__pays {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}

.quiz__pays.error .quiz__radio {
  border: 1px solid #b5212b;
}

.quiz__pay,
.quiz__radio {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.quiz__pay input,
.quiz__radio-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--white);
  position: relative;
}

.quiz__pay {
  border-radius: 10px;
  padding: 20px;
  background-color: var(--gray);
}

.quiz__pay input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.quiz__radio input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}

.quiz__radio-text {
  font-size: 14px;
  opacity: 0.5;
}

.quiz__radio:not(:last-child) {
  margin-bottom: 10px;
}

.quiz__inputs {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.quiz__inputs:not(:last-child) {
  margin-bottom: 20px;
}

.quiz__inputs .soa-property-container {
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 5px;
}

.quiz__inputs .soa-property-container input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.quiz__edit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.quiz__map {
  height: 420px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.quiz__map>* {
  width: 100%;
  height: 100%;
}

.basket-item-block-price {
  font-size: 20px;
}

input[type="checkbox"]:checked+.quiz__radio-item::before,
.quiz__radio.active .quiz__radio-item::before,
.quiz__pay input:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bx_soa_location .bx-soa-custom-label {
  display: none;
}

.bx-soa-section.bx-selected .bx-soa-editstep {
  display: none;
}

.quiz__title .bx-soa-editstep {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.block-circs h2 {
  font-family: var(--ff-title);
  font-size: 32px;
  margin-bottom: 30px;
}

.block-circs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.block-circs__wrapper>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-circs__content,
.block-circs__text {
  color: var(--white-opacity);
}

.block-circs__content ul:not(:last-child) {
  margin-bottom: 20px;
}

.block-circs__desc {
  text-align: center;
}

.block-circs__info {
  padding: 30px;
  background-color: var(--gray);
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.block-circs__btns {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 20px;
}

.block-circs__btns>* {
  min-width: 195px;
}

.block-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
}

.block-info__wrapper>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-info__text,
.block-info__items {
  color: var(--white-opacity);
}

.block-info h3,
.block-info__title {
  color: var(--white);
  font-family: var(--ff-title);
  font-size: 20px;
}

.block-info__item:not(:first-child) {
  margin-top: 50px;
}

.block-info__item h3 {
  margin-bottom: 30px;
}

.block-info__desc {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--purple);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.block-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.block-info__links>* {
  padding-right: 30px;
  position: relative;
}

.block-info__links>*::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/file.svg");
}

.block-price__wrapper {
  background-color: var(--purple);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.block-price__content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 740px;
}

.block-price ul>li {
  padding-left: 35px;
}

.block-price ul>li::before {
  background-color: initial;
}

.block-price__text {
  color: var(--white-opacity);
}

.block-price__btns {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.block-price__btns>* {
  min-width: 156px;
}

.block-price__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  background-image: url("/local/templates/sabaisabai/css/../images/background/block-purple.svg");
}

.block-purple {
  min-height: 300px;
}

.block-purple__container,
.block-purple__wrapper {
  min-height: inherit;
}

.block-purple__desc {
  margin-bottom: 46px;
  text-align: center;
  color: var(--white-opacity);
}

.block-purple__wrapper {
  padding: 54px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  background-color: var(--purple);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 482px;
  background-image: url("/local/templates/sabaisabai/css/../images/background/block-purple.svg");
}

.block-purple__wrapper>* {
  max-width: 930px;
  margin: 0 auto;
}

.block-purple__title {
  font-size: 32px;
  font-family: var(--ff-title);
}

.block-purple__text {
  color: var(--white-opacity);
}

.block-tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
  overflow-x: auto;
}

.block-tabs__wrapper::-webkit-scrollbar {
  height: 0;
}

.block-tabs__wrapper::-webkit-scrollbar-track,
.block-tabs__wrapper::-webkit-scrollbar-thumb {
  background: none;
}

.block-tabs .btn-border {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.block-tabs .btn-border span {
  padding-right: 0;
}

.block-tabs .btn-border span::after {
  display: none;
}

.block-tabs .btn-border.active {
  background-color: var(--white);
  color: var(--black);
}

.catalog {
  overflow: visible;
}

.catalog__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog__list>*:not(:first-child) {
  margin-top: 20px;
}

/* .list-prog .catalog__list > *:not(:first-child) {
	margin: 0;
} */

.catalog__list .card-prog__image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.catalog__list .form__choice {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 30px;
}

.catalog__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.catalog__btns>* {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 20px 30px;
}

.catalog-list__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  position: sticky;
  top: 120px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  left: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.catalog-list__sidebar.top {
  bottom: auto;
  top: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.catalog-list__sidebar-strong,
.catalog-list__sidebar-btn {
  display: none;
}

.catalog-list__sidebar-item {
  width: 100%;
  margin-bottom: 20px;
}

.catalog-list__sidebar-item:last-child {
  margin-bottom: 0;
}

.catalog-list__sidebar-item .catalog-list__sidebar-body {
  overflow: hidden;
}

.catalog-list__sidebar-title {
  display: none;
}

.catalog-list__sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background: var(--gray);
}

:where(.catalog-list__sidebar-header, .catalog-list__sidebar-item).active .catalog-list__sidebar-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.catalog-list__sidebar-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-list__sidebar-arrow {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.catalog-list__sidebar-body {
  margin-top: 20px;
  overflow-y: auto;
}

.catalog-list__sidebar-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.catalog-list__sidebar-body::-webkit-scrollbar-thumb {
  background: rgba(237, 217, 236, 0.5);
}

.catalog-list__sidebar-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-list__sidebar-input {
  width: 100%;
  margin-right: 20px;
  position: relative;
  height: 39px;
}

.catalog-list__sidebar-input input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid var(--white);
  background: var(--gray);
  padding: 0 10px 0 33px;
  font-size: 16px;
}

.catalog-list__sidebar-input span {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.5;
}

.catalog-list__sidebar-input b {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 400;
}

.catalog-list__sidebar-input:last-child {
  margin-right: 0;
}

.catalog-list__sidebar-range .irs--round .irs-bar {
  background: var(--white);
}

.catalog-list__sidebar-range .irs-min,
.catalog-list__sidebar-range .irs-max {
  display: none;
}

.catalog-list__sidebar-range .irs-single {
  background: var(--white);
  color: var(--black);
}

.catalog-list__sidebar-range .irs--round .irs-from:before,
.catalog-list__sidebar-range .irs--round .irs-to:before,
.catalog-list__sidebar-range .irs--round .irs-single:before {
  border-top-color: var(--white);
}

.catalog-list__sidebar-range .irs--round .irs-handle {
  border: 0;
  background: none;
  background-color: var(--white);
  background-image: url("/local/templates/sabaisabai/css/../images/range.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  top: 24px;
  background-position: center center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.catalog-list__sidebar-range .irs-to,
.catalog-list__sidebar-range .irs-from {
  display: none;
}

.catalog-list__sidebar .radio {
  margin-bottom: 10px;
}

.catalog-list__sidebar .radio:last-child {
  margin-bottom: 0;
}

.catalog-list__sidebar .bx-filter-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.catalog-list__sidebar .bx-filter-input-checkbox:hover input {
  background: var(--white-opacity);
}

.catalog-list__sidebar .radio input {
  background: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  min-width: 20px;
  border: 1px solid var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.catalog-list__sidebar .radio .bx-filter-param-text {
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  color: var(--white);
  font-weight: 400;
}

.catalog-list__sidebar .radio .bx-filter-param-text b {
  font-weight: 400;
}

.catalog-list__sidebar .radio input:checked~.bx-filter-param-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 6px;
  left: -24px;
}

.bx-filter .bx-filter-block {
  display: none;
}

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  top: 0px;
  height: 55px;
  border-radius: 4px;
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: 36px;
  height: 4px;
  border-radius: 4px;
  background: rgba(237, 217, 236, 0.2);
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: var(--black);
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: var(--gray);
}

.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 37px;
  height: 4px;
}

.bx-filter .bx-ui-slider-range {
  z-index: 90;
  position: absolute;
  top: 0px;
  height: 4px;
  border-radius: 4px;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.catalog-list__sidebar-range .irs--round .irs-line,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-vd {
  background: rgba(237, 217, 236, 0.2);
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  background: var(--white);
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  border-bottom: none;
  z-index: 70;
  border: 0;
  background: none;
  background-color: var(--white);
  background-image: url("/local/templates/sabaisabai/css/../images/icons/range.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  top: 24px;
  background-position: center center;
  width: 30px;
  cursor: pointer;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.bx-filter #del_filter {
  width: 100%;
  display: block;
  border: 1px solid var(--white);
  color: var(--white);
}

.catalog-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.catalog-list__sort,
.catalog-list__show,
.catalog-list__sort-body,
.catalog-list__show-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog-list__sort-body li {
  padding-left: 0;
  margin-bottom: 0;
}

.catalog-list__sort-body li::before {
  display: none;
}

.catalog-list__sort {
  color: var(--white-opacity);
}

.catalog-list__sort li.active {
  color: var(--white);
}

.catalog-list__sort a {
  color: inherit;
}

.catalog-list__show-item a {
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 5px;
}

.catalog-list__show-item.active a {
  background-color: var(--white);
  color: var(--black);
}

.cert-price {
  margin: 0;
}

.cert-price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.cert-price .form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.cert-price__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--white-opacity);
}

.cert-price h2 {
  font-family: var(--ff-title);
  font-size: 32px;
  margin-bottom: 30px;
}

.cert-price b,
.cert-price strong {
  color: var(--white);
  font-weight: 700;
}

.gallery__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
}

.gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.gallery__item img {
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.gallery__name {
  text-align: center;
  font-size: 20px;
}

.gallery-slider__slide {
  border-radius: 10px;
  overflow: hidden;
  height: 310px;
}

.greetings {
  min-height: 750px;
  position: relative;
}

.greetings__container,
.greetings__content {
  min-height: inherit;
}

.greetings .greetings__container {
  max-width: 100%;
}

.greetings__content {
  padding: 30px 0;
  width: 49%;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greetings__logo {
  max-width: 250px;
  margin: 0 auto;
}

.greetings__logo+* {
  margin-top: 50px;
}

.greetings__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.greetings__text h2 {
  margin-bottom: 30px;
  font-size: 20px;
}

.greetings__text h2:last-child {
  margin-bottom: 0;
}

.greetings__text p {
  opacity: 0.8;
}

.kinds-tabs__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 30px;
}

.kinds-tabs__item {
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 600px;
}

.kinds-tabs__image {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.kinds-tabs__name {
  margin-top: 20px;
  font-size: 20px;
}

.last-news__slide {
  height: auto;
}

.last-news__slide .card-link {
  height: 100%;
}

.card-link {
  width: 100%;
  background-color: var(--gray);
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
}

.card-link__name {
  font-size: 20px;
}

.card-link__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.card-link__date {
  opacity: 0.5;
}

.list-prog {
  background-color: var(--section-bg);
}

.list-map a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
}

.list-map a:last-child {
  margin-bottom: 0;
}

.card-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.card-map:last-child {
  margin-bottom: 0;
}

.card-map>* {
  border-radius: 10px;
  overflow: hidden;
}

.card-map__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  padding: 30px;
  background-color: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.card-map__map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 350px;
}

.card-map__title {
  font-size: 20px;
}

.card-map__text {
  color: var(--white-opacity);
}

.card-map__name {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.card-map p {
  margin-bottom: 10px;
}

.card-map .link-arrow {
  margin-top: auto;
}

.map {
  height: auto;
  width: 100%;
}

.map [class*="ymaps-2-1"][class*="-ground-pane"] {
  pointer-events: none;
  -webkit-filter: grayscale(1) invert(95%);
  filter: grayscale(1) invert(95%);
}

.map [class*="-copyrights-promo"],
.map [class*="-copyright_logo_no"] {
  display: none;
}

.masters .choice-link,
.masters__search {
  width: 330px;
}

.masters__filter {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
}

.masters__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.masters .pagination {
  margin-top: 30px;
}

.masters .choice-link__header input {
  padding: 10px 20px;
}

.card-master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.card-master__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 340px;
}

.card-master__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.card-master__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.card-master__name {
  font-family: var(--ff-title);
  font-size: 20px;
  letter-spacing: 5%;
}

.card-master__salon {
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
}

.card-master__experience {
  padding: 5px 25px;
  border: 1px solid var(--white);
  border-radius: 5px;
}

.card-master__text {
  color: var(--white-opacity);
}

.card-master .btn {
  margin-top: auto;
}

.personal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 30px;
}

.personal__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.personal__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personal__title {
  font-family: var(--ff-title);
  font-size: 20px;
  letter-spacing: 5%;
}

.personal__title+* {
  margin-top: 40px;
}

.personal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.personal__header>* {
  margin-top: 0;
}

.personal__back {
  padding-left: 40px;
  position: relative;
}

.personal__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow-long.svg");
}

.sidebar__info {
  background-color: var(--gray);
  border-radius: 10px;
  padding: 25px 10px;
  text-align: center;
}

.sidebar__info:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar__info-name {
  font-size: 20px;
}

.sidebar__info-bonuses span {
  position: relative;
  padding-right: 25px;
}

.sidebar .choice-link {
  margin-top: 50px;
}

.sidebar .choice-link__content {
  position: static;
}

.sidebar .choice-link__content>*:last-child {
  margin-top: 50px;
}

.personal__wrapper .sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.programs {
  background-color: var(--section-bg);
}

.card-prog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.card-prog>* {
  overflow: hidden;
  border-radius: 10px;
}

.card-prog__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.card-prog__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--purple);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.card-prog__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.card-prog form {
  margin-top: auto;
}

.card-prog__name {
  font-size: 20px;
  font-family: var(--ff-title);
  letter-spacing: 5%;
  margin-bottom: 20px;
}

.card-prog__text {
  opacity: 0.8;
}

.card-prog__tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.tags {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  font-weight: 300;
}

.tags__item {
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 5px;
  opacity: 0.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.reviews {
  overflow: visible;
}

.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.reviews__subtitle {
  text-align: center;
  font-family: var(--ff-title);
  letter-spacing: 5%;
  font-size: 20px;
}

.reviews__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reviews__desc {
  position: sticky;
  top: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.reviews__desc .btn {
  margin-top: 30px;
  padding: 15px;
  width: 100%;
}

.reviews .pagination {
  max-width: calc(100% - 330px - 30px);
}

.card-rev {
  background-color: var(--gray);
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.card-rev:not(:first-child) {
  margin-top: 20px;
}

.card-rev>* {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.card-rev__header,
.card-rev__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}

.card-rev__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-rev__content {
  color: var(--white-opacity);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.card-rev__title {
  font-size: 20px;
}

.rating {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}

.rating>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.rating>* svg,
.rating>* img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
}

.rating .shadows {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  width: 0%;
}

.rating .shadows svg path {
  fill: var(--white);
}

.service-desc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.service-desc__wrapper>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-desc__image {
  border-radius: 10px;
  overflow: hidden;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-desc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.service-desc__text {
  color: var(--white-opacity);
}

.service-desc__text:not(:first-child) {
  margin-top: 40px;
}

.service-desc__text b,
.service-desc__text strong {
  color: var(--white);
  font-weight: 700;
}

.service-desc__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.service-desc .form {
  margin-top: 20px;
}

.service-desc .form__choice {
  background-color: var(--gray);
  border-radius: 10px;
  padding: 15px 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 30px;
}

.card-salons,
.card-prog {
  min-height: 350px;
}

.card-salons {
  background-color: var(--gray);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.card-salons>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-salons__content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-salons__image,
.card-prog__image {
  position: relative;
}

.card-salons__image img,
.product-item-image-wrapper {
  position: absolute;
  inset: 0;
}

.card-salons__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(6.77%, #2e2e2e),
      to(rgba(46, 46, 46, 0)));
  background: -o-linear-gradient(left, #2e2e2e 6.77%, rgba(46, 46, 46, 0) 100%);
  background: linear-gradient(90deg, #2e2e2e 6.77%, rgba(46, 46, 46, 0) 100%);
}

.card-salons__header>*:not(:first-child),
.card-salons__info>*:not(:first-child) {
  margin-top: 10px;
}

.card-salons__title {
  font-size: 20px;
}

.card-salons__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-salons__phones a {
  margin: 0;
}

.card-salons__address {
  opacity: 0.5;
}

.card-salons__time {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.card-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-height: 300px;
}

.card-stock:not(:first-child) {
  margin-top: 30px;
}

.card-stock>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}

.card-stock__content {
  background-color: var(--gray);
}

.card-stock__wrapper {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.card-stock__name {
  font-family: var(--ff-title);
  font-size: 20px;
  letter-spacing: 5%;
}

.card-stock__text {
  margin-top: 20px;
  color: var(--white-opacity);
}

.card-stock .btn {
  margin-top: auto;
}

.tour {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}

.tour__container::before {
  content: "";
  display: block;
  width: 100%;
}

.tour__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour__container::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(34, 34, 34, 0.49)),
      to(#222));
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0.49) 0%, #222 100%);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.49) 0%, #222 100%);
}

.tour iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tour iframe.show {
  opacity: 1;
  pointer-events: all;
}

.tour__content {
  position: relative;
  z-index: 1;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 930px;
  background-color: var(--purple);
  padding: 40px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.tour__content .btn-border {
  margin: 30px auto 0;
}

.tour__title {
  font-family: var(--ff-title);
  font-size: 32px;
  margin-bottom: 10px;
}

.tour .btn-border span {
  padding-right: 26px;
  position: relative;
}

.tour .btn-border span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/sabaisabai/css/../images/icons/play.svg");
}

#header_search_title_conteiner {
  margin-right: auto;
  margin-left: 50px;
}

.modal input[type="submit"] {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 601px) {
  .table {
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px 10px;
  }

  .table__head,
  .table__body {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  .table__head>*>*:first-child,
  .table__body>*>*:first-child {
    width: 130px;
  }

  .table__tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }

  .table__td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    padding-right: 30px;
  }

  .table__td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 30px;
  }

  .table__td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
  }

  .table__body .table__td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-bonuses .table__body .table__td:last-child {
    padding-right: 55px;
  }

  .table-bonuses .table__body .table__td:last-child::after {
    right: 30px;
  }

  .sidebar .choice-link__header {
    display: none;
  }

  .sidebar .choice-link__content {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    font-size: 20px;
    color: var(--white);
  }
}

@media (min-width: 992px) {
  .header-fixed .header__nav {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: -100%;
  }

  .header__nav {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .header__nav .phone,
  .header__nav .header__logo {
    display: none;
  }

  .menu-serv {
    display: block;
  }

  .menu-serv__btn {
    cursor: pointer;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.5s, background 0.5s;
    -o-transition: color 0.5s, background 0.5s;
    transition: color 0.5s, background 0.5s;
  }

  .menu-serv__btn>* {
    position: relative;
    z-index: 2;
  }

  .menu-serv__btn>.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    height: 10px;
  }

  .menu-serv__btn>.burger span,
  .menu-serv__btn>.burger::after,
  .menu-serv__btn>.burger::before {
    background-color: var(--black);
  }

  .menu-serv__btn:active>.burger span,
  .menu-serv__btn:active>.burger::after,
  .menu-serv__btn:active>.burger::before {
    background-color: var(--white);
  }

  .dropdown-images .menu-sub__item img+* {
    margin-top: 20px;
  }

  .list-prog__slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 1920px) {
  section {
    margin-top: calc(70px + 50 * (100vw - 320px) / 1600);
  }

  section:first-child {
    margin-top: calc(40px + 20 * (100vw - 320px) / 1600);
  }

  section:last-child:not(.bg-dark) {
    margin-bottom: calc(70px + 50 * (100vw - 320px) / 1600);
  }

  section.bg-dark {
    padding: calc(70px + 50 * (100vw - 320px) / 1600) 0;
  }

  [data-tabContent] {
    margin-bottom: calc(70px + 50 * (100vw - 320px) / 1600);
  }

  .card-order {
    -webkit-column-gap: calc(10px + 40 * (100vw - 320px) / 1600);
    -moz-column-gap: calc(10px + 40 * (100vw - 320px) / 1600);
    column-gap: calc(10px + 40 * (100vw - 320px) / 1600);
  }

  .header {
    --h_height: calc(100px + (183 - 100) * ((100vw - 320px) / 1600));
  }

  .header__logo {
    -ms-flex-preferred-size: calc(180px + 70 * (100vw - 320px) / 1600);
    flex-basis: calc(180px + 70 * (100vw - 320px) / 1600);
  }

  .header__search {
    width: calc(200px + 170 * (100vw - 320px) / 1600);
    margin-left: calc(0px + 50 * (100vw - 320px) / 1600);
  }

  .header__info {
    gap: calc(20px + 30 * (100vw - 320px) / 1600);
  }

  .banners {
    --height: calc(658px + (700 - 658) * ((100vw - 320px) / 1600));
  }

  .banners__title {
    font-size: calc(40px + 24 * (100vw - 320px) / 1600);
  }

  .banners__text {
    margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
    font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  }

  .gallery-slider__slide {
    height: calc(200px + 110 * (100vw - 320px) / 1600);
  }

  .greetings {
    min-height: calc(500px + 250 * (100vw - 320px) / 1600);
  }

  .kinds-tabs__image {
    height: calc(180px + 120 * (100vw - 320px) / 1600);
  }

  .tour {
    margin-bottom: calc(74px + 46 * (100vw - 320px) / 1600);
  }
}

@media (max-width: 1560px) {
  .slider__btns {
    display: none;
  }
}

@media (max-width: 1300px) {
  .footer__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 1240px) {
  .catalog-list__inner {
    display: block;
  }

  .catalog-list__sidebar {
    position: relative;
    margin: 0 0 20px 0;
    top: 0;
  }

  .catalog-list__sidebar-strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 5;
    width: 16px;
    height: 16px;
  }

  .catalog-list__sidebar-btn {
    cursor: pointer;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 5px;
    padding: 8px 10px;
    padding-right: 44px;
    background: var(--gray);
    position: relative;
  }

  .catalog-list__sidebar-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/sabaisabai/css/../images/icons/filter.svg");
  }

  .catalog-list__sidebar-content {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    height: 100vh;
    width: 400px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    z-index: 250;
  }

  .catalog-list__sidebar-content.active {
    right: 0;
  }

  .catalog-list__sidebar-title {
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .catalog-list__sidebar-intro {
    background-color: var(--black);
    position: relative;
    padding: 40px;
    overflow-y: auto;
    height: 100vh;
  }
}

@media (max-width: 1200px) {
  .card-order {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__menu .menu__list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .modal-record {
    max-width: 570px;
  }

  .modal-record .modal__image {
    display: none;
  }

  .card-article {
    gap: 15px;
  }

  .basket__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 0;
  }

  .basket__checklist {
    position: static;
  }

  .gallery__wrapper {
    gap: 20px;
  }

  .greetings__content {
    width: 47%;
  }

  .card-stock__image img {
    -o-object-position: 20%;
    object-position: 20%;
  }
}

@media (max-width: 1090px) {
  .footer__addresses {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }

  .modal-strock .modal__content {
    padding: 50px;
  }

  .modal-strock .modal__image {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    opacity: 0.5;
  }

  .modal-strock .modal__image img {
    -o-object-position: top;
    object-position: top;
  }

  .modal-strock .modal__text {
    margin-top: 50px;
  }

  .articles__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-info__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .block-info__desc {
    padding: 30px 20px;
  }

  .cert-price .form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-map {
    gap: 5px 15px;
  }

  .card-map__desc {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
  }

  .card-prog__tags {
    display: none;
  }

  #header_search_title_conteiner {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .form__item {
    font-size: 18px;
  }

  .form>*:not(:last-child) {
    margin-bottom: 20px;
  }

  .form_gray {
    padding: 30px 20px;
  }

  .list-footer {
    min-width: 200px;
  }

  .breadcrumb {
    margin-top: 20px;
  }

  .block-text__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .page-error {
    min-height: calc(100vh - 85px);
  }

  .footer {
    padding-bottom: 92px;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabbar {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    background-color: var(--gray);
    position: fixed;
    z-index: 59;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .tabbar__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    list-style: none;
  }

  .tabbar__list>* {
    text-align: center;
  }

  .tabbar__list>* img {
    margin: 0 auto 5px;
    display: block;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header {
    --h_height: calc(81px + (86 - 81) * ((100vw - 320px) / 1600));
  }

  .header__main {
    display: none;
  }

  .header__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu .search {
    display: block;
  }

  .menu__desc {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
  }

  .menu__item.only-mob {
    display: block;
  }

  .dropdown-images .menu-sub__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-images .menu-sub__items {
    gap: 5px;
  }

  .dropdown-images .menu-sub__item {
    font-size: 18px;
    text-align: right;
  }

  .burger.active::after {
    bottom: 0;
    width: 60%;
  }

  .header__nav {
    padding: 30px 0 20px;
    position: relative;
  }

  .header__nav::after {
    z-index: 6;
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: var(--gray);
  }

  .header .menu {
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 555;
    -webkit-transform: translate(0px, 10%);
    -ms-transform: translate(0px, 10%);
    transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: var(--black);
    border: 1px solid var(--white);
    border-radius: 10px;
    width: 390px;
  }

  .header .menu__wrapper,
  .header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .header .menu__wrapper {
    overflow-y: auto;
    max-height: 650px;
  }

  .header .menu__wrapper::-webkit-scrollbar {
    height: 0;
    width: 0;
  }

  .header .menu__wrapper::-webkit-scrollbar-track,
  .header .menu__wrapper::-webkit-scrollbar-thumb {
    background: none;
  }

  .header .menu__list {
    background: none;
    padding: 0;
    text-align: right;
    font-size: 18px;
  }

  .header .menu__item {
    width: 100%;
  }

  /* .header .menu a {
    width: 100%;
  } */

  .header .menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    pointer-events: all;
  }

  .menu-sub {
    padding: 0;
    padding-top: 15px;
    position: static;
    height: auto;
    display: none;
    overflow: visible;
    color: var(--white-opacity);
  }

  .menu-sub__wrapper {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dropdown>*:first-child {
    padding-right: 30px;
    position: relative;
  }

  .dropdown>*:first-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow.svg");
  }

  .dropdown.show>*:first-child::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .dropdown-images img {
    display: none;
  }

  .banners {
    --height: calc(100vh - 84px - 60px);
  }

  .banners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banners__content {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .banners__image {
    margin-top: -70px;
  }

  .block-circs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-price__content {
    padding: 40px;
    padding-bottom: 0;
  }

  .block-price__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 600px;
    margin: 0 auto;
    background-size: 43%;
  }

  .catalog-list__sidebar {
    position: static;
  }

  .catalog-list__sidebar-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 10;
  }

  .catalog-list__sort-head {
    padding: 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--gray);
    color: var(--white);
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 1px solid transparent;
    position: relative;
    padding-right: 44px;
  }

  .catalog-list__sort-head::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/sabaisabai/css/../images/icons/arrow-pag.svg");
  }

  .catalog-list__header {
    position: relative;
  }

  .catalog-list__sort.active .catalog-list__sort-head {
    border-color: var(--white);
  }

  .catalog-list__sort.active .catalog-list__sort-head::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .catalog-list__sort-body {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 60%;
    border-radius: 5px;
    background: var(--gray);
    border: 1px solid var(--white);
    padding: 20px 15px;
    z-index: 20;
    display: none;
  }

  .catalog-list__sort-body li:not(:first-child) {
    margin-top: 20px;
  }

  .cert-price__wrapper {
    gap: 70px 20px;
  }

  .greetings {
    min-height: auto;
  }

  .greetings__content {
    width: 100%;
    padding-top: 70px;
  }

  .greetings__bg {
    width: 100vw;
    margin: 0 -20px;
    position: static;
    max-height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-map__desc {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .masters__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .personal__sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-prog__image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .card-prog__content {
    padding: 30px;
  }

  .card-prog__info {
    gap: 20px;
  }

  .card-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-rev>* {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .card-rev__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-item-image-wrapper {
    position: static;
  }

  .card-prog__image {
    max-height: 350px;
  }

  .personal__wrapper .sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .order-list__header {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .order-list__link {
    min-width: max-content;
  }
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
  .tabbar {
    font-size: 12px;
  }
}

@media (max-width: 840px) {
  .card-prog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-prog__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .kinds-tabs__items {
    grid-template-columns: 1fr;
  }

  .kinds-tabs__items .kinds-tabs__item {
    padding: 10px;
    border: 1px solid #EDD9EC;
    border-radius: 5px;
  }

  .kinds-tabs__items .kinds-tabs__item .kinds-tabs__name {
    margin: 0;
  }

  .kinds-tabs__image {
    display: none;
  }

  .title {
    font-size: 28px;
  }

  .elem-title h1 {
    font-size: 32px;
  }

  .block-text h2 {
    font-size: 20px;
  }

  .block-text :where(h3, h4) {
    font-size: 18px;
  }

  .page-error__text {
    font-size: 24px;
  }

  .bonuses__info {
    padding: 40px 30px;
  }

  .personal-form__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer__wrapper {
    margin-top: 30px;
  }

  .footer__info {
    gap: 20px;
  }

  .footer__info .requisites {
    margin-top: 20px;
  }

  .footer__menu {
    padding-top: 20px;
  }

  .modal__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-review .modal__wrapper {
    padding: 70px 30px 50px;
  }

  .modal-strock .modal__form {
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-strock .modal__title {
    font-size: 32px;
  }

  .modal-strock .modal__title span {
    font-size: 40px;
  }

  .banners {
    max-height: 100%;
  }

  .basket__checklist {
    padding: 40px 20px;
  }

  .block-circs h2 {
    font-size: 20px;
    text-align: center;
  }

  .block-purple__desc {
    margin-bottom: 20px;
  }

  .block-purple__title {
    font-size: 28px;
  }

  .catalog-list__sidebar-intro {
    padding: 50px 20px;
  }

  .cert-price__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cert-price__content {
    text-align: center;
  }

  .masters .choice-link,
  .masters__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .masters__search {
    width: 100%;
  }

  .masters .choice-link {
    width: 250px;
  }

  .card-master {
    gap: 20px;
  }

  .reviews__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 20px;
  }

  .reviews__desc {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .reviews .pagination {
    max-width: 100%;
  }

  .service-desc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .card-salons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .card-salons__image img {
    position: static;
  }

  .card-salons,
  .card-prog {
    min-height: auto;
  }

  .card-salons>* {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .card-salons__image::after {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(6.77%, #2e2e2e),
        to(rgba(46, 46, 46, 0)));
    background: -o-linear-gradient(top,
        #2e2e2e 6.77%,
        rgba(46, 46, 46, 0) 100%);
    background: linear-gradient(180deg,
        #2e2e2e 6.77%,
        rgba(46, 46, 46, 0) 100%);
  }

  .card-salons__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 350px;
    overflow: hidden;
  }

  .card-stock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-stock__image img {
    -o-object-position: center;
    object-position: center;
  }

  .card-stock__image {
    max-height: 300px;
  }

  .tour__content {
    margin: auto -20px 0;
    width: 100vw;
  }

  .tour__title {
    font-size: 20px;
  }
}

@media (max-width: 600px) {

  .modal-buy__start,
  .card-prod__start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .modal-buy__image,
  .card-prod__image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .modal-buy__end,
  .card-prod__end {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .modal-buy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .card-prod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .table__tr {
    padding: 20px;
    border-radius: 10px;
  }

  .table__tr:not(:last-child):not(:last-child),
  .table__tr>*:not(:last-child) {
    margin-bottom: 10px;
  }

  .table-bonuses .table__tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-bonuses .table__tr>* {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .table-bonuses .table__tr>*:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .table-bonuses .table__tr>*:last-child {
    justify-self: flex-end;
    grid-column: -2;
    grid-row: start/-2;
  }

  .bonuses__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bonuses__info::before {
    width: 200px;
    height: 275px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .bonuses__item:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .desc-order__item>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header__menu nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .header .menu {
    position: fixed;
    top: var(--h_height);
    height: calc(100vh - var(--h_height));
    opacity: 1;
    width: 100%;
    right: -100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border: none;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header .menu.active {
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header .menu__wrapper {
    max-height: 100%;
  }

  .header .menu__list {
    margin-top: 18px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header .menu__desc {
    margin-top: auto;
  }

  .modal-strock .modal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-strock .modal__form>* {
    width: 100%;
  }

  .modal-strock .modal__form>*:first-child {
    max-width: 100%;
  }

  .modal-strock .modal__info {
    text-align: center;
  }

  .modal-strock .modal__image {
    right: -25%;
  }

  .basket__close {
    width: 15px;
    height: 15px;
  }

  .basket__content,
  .basket__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .basket__content {
    padding-top: 50px;
  }

  .basket__price {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .quiz__inputs:not(:last-child) {
    margin-bottom: 10px;
  }

  .quiz__pays,
  .quiz__inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .catalog-list__sidebar-content {
    width: 100%;
  }

  .sidebar .choice-link {
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .card-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479.98px) {

  section ul:not( :first-child,
    li ul,
    .catalog-list__sort-body,
    .choice-link__content) {
    margin-top: 10px;
  }

  .btn,
  .btn-border {
    width: 100%;
  }

  .title {
    font-size: 20px;
  }

  .form__subtitle {
    font-weight: 600;
  }

  .form__clarification {
    font-size: 12px;
  }

  .form__quantity:not(:first-child) {
    margin-top: 20px;
  }

  .form__quantity {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__quantity .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 170px;
    padding: 10px;
  }

  .form__sum {
    margin-top: 20px;
    font-size: 18px;
  }

  .amount {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }

  .slider__pagination {
    margin-top: 15px;
  }

  .addresses {
    font-size: 12px;
  }

  .list-footer__links {
    font-size: 12px;
  }

  .requisites {
    gap: 7px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .elem-title {
    margin-bottom: 20px;
  }

  .elem-title h1 {
    font-size: 24px;
    letter-spacing: normal;
  }

  .block-text h2:not(:first-child) {
    margin-top: 20px;
  }

  .block-text h2 {
    margin-bottom: 10px;
  }

  .block-text p {
    margin-bottom: 10px;
  }

  .block-text p:last-child {
    margin-bottom: 0;
  }

  .block-text__image {
    margin: 20px;
    margin-top: 0;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-text__image img {
    width: 125%;
  }

  .block-text>.block-text__image {
    width: auto;
  }

  .list-doc ul a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .pagination {
    margin-top: 20px;
  }

  [data-tabContent] {
    margin-top: 20px;
  }

  .modal-cookie__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .modal-cookie {
    padding: 20px;
  }

  .modal-cookie .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .bonuses h3 {
    font-size: 18px;
  }

  .bonuses__name {
    font-size: 18px;
  }

  .desc-order__list {
    margin-top: 20px;
  }

  .desc-order__desc h2 {
    font-size: 18px;
  }

  .personal-form__name,
  .personal-form__delete {
    font-weight: 600;
  }

  .personal-form__input:not(:last-child) {
    margin-bottom: 10px;
  }

  .card-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .card-order__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .card-order__price {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 82px;
  }

  .footer__addresses {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer__menu .menu__list {
    padding: 10px 20px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .footer__signature {
    padding-top: 20px;
    font-size: 12px;
  }

  .menu-sub__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal__title+*,
  .modal__title+.btn {
    margin-top: 40px;
  }

  .modal__title {
    font-size: 18px;
  }

  .modal__callback,
  .modal__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-review textarea {
    grid-column: auto;
    grid-row: auto;
  }

  .modal-review .btn {
    width: 100%;
    padding: 15px;
  }

  .modal-review .modal__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .modal-review .modal__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fancybox__content>.carousel__button.is-close {
    top: 20px;
    right: 35px;
  }

  .modal-pers .modal__wrapper {
    padding: 70px 20px;
  }

  .modal-review .modal__title,
  .modal-basket .modal__title {
    font-size: 20px;
  }

  .modal-record .modal__callback .btn {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .modal-record .modal__text {
    font-size: 12px;
  }

  .modal-strock .modal__content {
    gap: 10px;
    padding: 60px 20px;
  }

  .modal-strock .modal__form {
    padding: 30px 20px;
  }

  .modal-strock .modal__text {
    margin-top: 30px;
  }

  .modal-strock .modal__title {
    margin-top: 20px;
  }

  .modal-strock .modal__subtitle {
    font-size: 18px;
  }

  .fancybox__slide {
    padding: 0;
  }

  .modal:not(.modal-pers) {
    padding: 0 20px;
  }

  .modal-pers {
    min-height: 100%;
  }

  .modal-pers .modal {
    padding: 0;
  }

  .modal-pers .modal__container,
  .modal-pers .modal__wrapper {
    min-height: inherit;
  }

  .modal-pers .modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .articles__wrapper {
    gap: 20px;
  }

  .card-article__image {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }

  .card-article__name {
    font-size: 18px;
  }

  .card-article__text {
    margin-top: 0;
  }

  .banners__image {
    max-height: 420px;
  }

  .basket__image {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .order__promo {
    margin-bottom: 20px;
  }

  .order__promo-form {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order__promo-btn {
    padding: 15px;
  }

  .basket__checklist {
    padding: 30px 20px;
  }

  .order__title,
  .quiz__title {
    letter-spacing: normal;
    font-size: 18px;
  }

  .basket__checklist-header {
    font-size: 18px;
  }

  .basket__checklist-chars {
    margin-bottom: 20px;
  }

  .bx-price-old {
    position: absolute;
    bottom: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    right: 0;
    margin-right: 0;
  }

  .basket__checklist-banner {
    margin-bottom: 20px;
  }

  .basket__checklist-text {
    font-size: 12px;
  }

  .quiz__start {
    margin-top: 20px;
  }

  .block-circs__info {
    padding: 30px 20px;
    gap: 20px;
  }

  .block-info h3,
  .block-info__title {
    font-size: 18px;
  }

  .block-info__item:not(:first-child) {
    margin-top: 20px;
  }

  .block-info__item h3 {
    margin-bottom: 20px;
  }

  .block-info__desc {
    text-align: left;
  }

  .block-info__links {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .block-price__content {
    padding: 40px 20px 0;
    gap: 20px;
  }

  .block-price__image {
    margin-top: -35px;
    min-height: 240px;
    background-size: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }

  .block-price__image img {
    width: 120%;
  }

  .block-purple__wrapper {
    background-size: auto 308px;
  }

  .block-purple__title {
    font-size: 20px;
  }

  .block-tabs__wrapper {
    padding-bottom: 20px;
    gap: 10px;
  }

  .block-tabs .btn-border {
    padding: 5px 25px;
  }

  .catalog-list__sort-body {
    width: 100%;
  }

  .cert-price h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .gallery__wrapper {
    gap: 40px;
  }

  .gallery__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery__item {
    gap: 10px;
  }

  .gallery__item img {
    min-height: 260px;
  }

  .gallery-slider__slide {
    border-radius: 5px;
  }

  .gallery-slider__slide {
    height: 260px;
  }

  .greetings__logo {
    max-width: 220px;
  }

  .greetings__text h2 {
    font-size: 18px;
  }

  .kinds-tabs__name {
    margin-top: 10px;
    font-size: 18px;
  }

  .card-link__name {
    font-size: 16px;
  }

  .card-map {
    margin-bottom: 20px;
  }

  .card-map__desc {
    padding: 30px 20px;
  }

  .card-map__title {
    font-size: 18px;
  }

  .card-map__name {
    font-weight: 600;
  }

  .masters__filter {
    margin-bottom: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .masters__wrapper {
    gap: 40px;
  }

  .masters__wrapper {
    padding-bottom: 0;
    border: none;
  }

  .masters .pagination {
    margin-top: 40px;
  }

  .card-master {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-master__image {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-height: inherit;
  }

  .card-master__name {
    font-size: 18px;
  }

  .personal__title+* {
    margin-top: 30px;
  }

  .personal__title {
    font-size: 18px;
    letter-spacing: normal;
  }

  .personal__header {
    margin-bottom: 30px;
  }

  .sidebar__info-name {
    font-size: 18px;
  }

  .sidebar .choice-link__content>*:last-child {
    margin-top: 40px;
  }

  .card-prog__image {
    max-height: inherit;
  }

  .card-prog__content {
    padding: 30px 20px;
  }

  .card-prog__name {
    font-size: 18px;
  }

  .reviews__subtitle {
    letter-spacing: normal;
    font-size: 18px;
  }

  .reviews__desc .btn {
    margin-top: 20px;
  }

  .card-rev {
    padding: 30px 20px;
  }

  .card-rev__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-rev__title {
    font-size: 18px;
  }

  .service-desc__image {
    max-height: 180px;
  }

  .service-desc__content {
    gap: 20px;
  }

  .service-desc__text:not(:first-child) {
    margin-top: 20px;
  }

  .service-desc .form__choice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-salons__content {
    padding: 20px;
    padding-top: 30px;
    text-align: center;
  }

  .card-salons__header,
  .card-salons__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-salons__title {
    font-size: 18px;
  }

  .card-salons__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-stock:not(:first-child) {
    margin-top: 20px;
  }

  .card-stock__wrapper {
    padding: 30px 20px;
  }

  .card-stock__name {
    font-size: 18px;
  }

  .card-stock [class*="btn"]:not([class*="_btn"], [class*="-btn"]) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .tour__content {
    padding: 30px 20px;
  }

  .masters .choice-link,
  .masters__filter>* {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .requisites img {
    max-width: 40px;
  }
}

@media (min-width: 479.98px) and (max-width: 1200px) {
  .card-order__btns>* {
    padding: 10px 20px;
  }
}

@media (any-hover: hover) {
  body.lock {
    width: calc(100% - 10px);
  }
}

@media (hover: hover) and (pointer: fine) {

  section p a:hover::after,
  section ul a:hover::after,
  section ol a:hover::after,
  section .anim-line:hover::after,
  section .link-arrow:hover::after,
  section .block-info__links a:hover::after,
  header p a:hover::after,
  header ul a:hover::after,
  header ol a:hover::after,
  header .anim-line:hover::after,
  header .link-arrow:hover::after,
  header .block-info__links a:hover::after,
  footer p a:hover::after,
  footer ul a:hover::after,
  footer ol a:hover::after,
  footer .anim-line:hover::after,
  footer .link-arrow:hover::after,
  footer .block-info__links a:hover::after,
  .modal p a:hover::after,
  .modal ul a:hover::after,
  .modal ol a:hover::after,
  .modal .anim-line:hover::after,
  .modal .link-arrow:hover::after,
  .modal .block-info__links a:hover::after,
  .modal-cookie p a:hover::after,
  .modal-cookie ul a:hover::after,
  .modal-cookie ol a:hover::after,
  .modal-cookie .anim-line:hover::after,
  .modal-cookie .link-arrow:hover::after,
  .modal-cookie .block-info__links a:hover::after {
    width: 100%;
  }

  .btn.active:hover,
  .menu-serv__btn.active:hover,
  .btn-border.active:hover,
  .order-list__link.active:hover,
  .quiz__title .bx-soa-editstep.active:hover {
    background-color: transparent;
  }

  .btn:hover::before,
  .menu-serv__btn:hover::before,
  .btn-border:hover::before,
  .order-list__link:hover::before,
  .quiz__title .bx-soa-editstep:hover::before {
    opacity: 0;
  }

  .btn:hover::after,
  .menu-serv__btn:hover::after,
  .btn-border:hover::after,
  .order-list__link:hover::after,
  .quiz__title .bx-soa-editstep:hover::after {
    opacity: 1;
  }

  .btn-border:hover,
  .order-list__link:hover,
  .quiz__title .bx-soa-editstep:hover {
    border-color: transparent;
    color: var(--black);
  }

  .checkbox:hover input+span {
    background: var(--white-opacity);
  }

  .order-list__link.active:hover {
    background-color: transparent;
  }

  .header__control a:hover {
    background-color: var(--white);
  }

  .header__control a:hover svg path {
    stroke: var(--black);
  }

  .header__control a:first-child:hover svg path {
    fill: var(--black);
  }

  .dropdown-images .menu-sub__item:hover {
    color: var(--white-opacity);
  }

  .bx-filter #del_filter:hover:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .bx-filter #del_filter:hover:hover span::after {
    -webkit-filter: invert(97%) sepia(100%) saturate(26%) hue-rotate(27deg) brightness(105%) contrast(108%);
    filter: invert(97%) sepia(100%) saturate(26%) hue-rotate(27deg) brightness(105%) contrast(108%);
  }

  .catalog-list__show-item:hover a {
    background-color: var(--white);
    color: var(--black);
  }

  .tour .btn-border:hover span::before {
    -webkit-filter: invert(97%) sepia(100%) saturate(26%) hue-rotate(27deg) brightness(105%) contrast(108%);
    filter: invert(97%) sepia(100%) saturate(26%) hue-rotate(27deg) brightness(105%) contrast(108%);
  }

  .slider__btns>*:hover {
    background-color: #000;
  }
}

@media (pointer: fine) {
  .modal-cookie {
    right: 30px;
    bottom: 30px;
  }

  .header {
    max-width: calc(100% - 10px);
  }
}

#modal-strock .modal__form {
  display: block;
}

#modal-strock .modal__newitems {
  display: flex;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}

#modal-strock .modal__form br {
  display: none;
}

#modal-strock .modal__captcha {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

#modal-strock .modal__end {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

#modal-strock .modal__info {
  width: 100%;
}

#modal-strock .modal__newitems input:first-child {
  max-width: 100%;
}

#modal-strock .errortext {
  font-size: 12px;
  line-height: 100%;
  max-width: 100%;
}

#modal-strock .modal__info p {
  max-width: 100%;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  #modal-strock .modal__end {
    flex-direction: column;
  }

  #modal-strock .modal__info {
    text-align: center;
  }

  #modal-strock .modal__newitems {
    flex-direction: column;
    align-items: center;
  }
}

#open-stock {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #edd9ec;
  border-radius: 10px;
  max-width: 360px;
  padding: 15px 20px 20px 20px;
  width: 100%;
  font-size: 22px;
  line-height: 22px;
  z-index: 50;
  color: #1a181d;
  text-align: center;
  font-family: "Vetrino", sans-serif;
  cursor: pointer;
  transition: 300ms;
}

#open-stock span {
  font-size: 36px;
}

#open-stock:hover {
  background: #fceefb;
}

@media only screen and (max-width: 991px) {
  #open-stock {
    bottom: 90px;
    width: calc(100% - 20px);
    left: 10px;
    max-width: 100%;
    font-size: 16px;
    padding: 15px 10px;
  }

  #open-stock span {
    font-size: 24px;
  }
}

.table-new-content {
  margin: 50px 0;
}

.table-new-content table {
  min-width: 950px;
}



.table-new-content table tbody tr:first-child {
  background: #2E2E2E;
}

.table-new-content table tbody tr:first-child td {
  padding: 16px 11px 16px 25px;
  border-top: 1px solid rgba(237, 217, 236, .25);
}


.table-new-content table tbody tr:first-child td p {
  font-size: 20px;
}


.table-new-content table tbody tr:first-child td p b {
  font-weight: 400;
}

.table-new-content table tbody tr td:first-child {
  width: 15%;
}

.table-new-content table tbody tr td:nth-child(3) {
  width: 23%;
}

.table-new-content table tbody tr td:nth-child(4) {
  width: 18%;
}

.table-new-content table tbody tr {
  background: #3B3B3B;
  border-radius: 10px;
}

.table-new-content table tbody tr td {
  padding: 25px;
  color: #EDD9EC;
  font-size: 16px;
  border-bottom: 1px solid rgba(237, 217, 236, .25);
  border-left: 1px solid rgba(237, 217, 236, .25);
}

.table-new-content table tbody tr td:last-child {
  border-right: 1px solid rgba(237, 217, 236, .25);
}


.table-new-content table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

.table-new-content table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

.table-new-content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;

}

.table-new-content table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;

}



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

  .table-new-content {
    padding-bottom: 20px;
    overflow: auto;
    margin-right: -16px;
    padding-right: 16px;
  }

  .table-new-content table tbody tr td:nth-child(2) {
    font-size: 12px;
  }

  .table-new-content table tbody tr:first-child td {
    padding: 17px 16px;
  }

  .table-new-content table tbody tr td:first-child {
    width: 105px;
  }
}

.catalog-section .catalog__list {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .wrapper .ps-btn-float.bottom {
    bottom: 80px !important;
  }
}


@media only screen and (max-width: 1024px) {
  .ps-btn-float.right {
    right: auto !important;
    left: 30px !important;
  }

  .wrapper .ps-btn-float.bottom {
    bottom: 170px !important;
  }
}


.header-contacts {
  display: none;
}


@media only screen and (max-width: 991px) {
  .header-contacts {
    position: fixed;
    display: none;
    top: 81px;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 82px);
    padding: 15px;
    background: #2E2E2E;
    z-index: 111111;
    left: 0;
    padding-right: 10px;
    padding-bottom: 90px;


  }

  .header-contacts::-webkit-scrollbar {
    width: 5px;
    background: #fff;
  }

  .header-contacts::-webkit-scrollbar-thumb {
    background: #b8b3b3;
    width: 5px;
  }

  .header-contacts.active {
    display: block;
  }
}

.header-contacts__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #EDD9EC;
  margin-bottom: 18px;
}

.header-contacts__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.header-contacts__number {
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 30px;
}

.header-contacts__info {
  span {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
  }


  p {
    font-size: 14px;
  }
}


@media only screen and (max-width: 991px) {
  .ps-btn-float-background {
    display: none;
  }

  .ps-btn-float-wave {
    display: none;
  }

  .ps-btn-float-icon {
    display: none;
  }

  .wrapper .ps-btn-float-text {
    background: #edd9ec;
    color: rgba(35, 35, 35, 1) !important;
    border-radius: 5px 5px 0 0 !important;
    width: 100% !important;
    padding-top: 12px;
  }

  .wrapper .ps-btn-float.bottom {
    width: 161px !important;
    right: -28px !important;
    top: 185px;
    transform: rotate(-90deg);
    left: auto !important;
    height: 35px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: auto !important;
    z-index: 55 !important;

  }
}

@media only screen and (max-width: 767px) {
  .search-page form .btn {
    min-width: 110px;
    width: 110px;
  }

  .search-page-result-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__btns .product-item-info-container {
  align-items: center;

  .btn-link {

    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;


  }

  .btn-link:hover {
    text-decoration: underline;
  }
}

.catalog-prog__aside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: flex-start;
}

.product-item-scu-container {
  span {
    font-size: 20px;
    font-family: 'Vetrino';
    display: block;
    margin-bottom: 15px;
  }
}

.catalog-prog__information {
  a {
    margin-bottom: 15px;
    text-decoration: underline;
    font-size: 20px;
    font-family: 'Vetrino';
    display: block;
  }
}


.catalog-prog__information--info {
  gap: 20px;
  display: flex;
  flex-direction: column;

  span {
    display: block;
    /*margin-bottom: 15px;*/
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-prog__aside {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .catalog-prog__information {
    a {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }

  .catalog-prog__information--info  {
    span {
      margin-bottom: 10px;
      font-size: 18px;
    }
  }

  .product-item-scu-container {
    span {
      font-size: 18px;
      margin-bottom: 10px;
    }
  }
}

.modal__description{
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .modal__description{
    text-align: center;
  }
}
/* End */
/* /local/templates/sabaisabai/components/bitrix/search.title/.default/style.css?1729531326633 */
/* /local/templates/sabaisabai/components/bitrix/search.title/search_mobile/style.css?1771503400674 */
/* /local/templates/sabaisabai/components/bitrix/menu/menu__item/style.css?172953132683 */
/* /local/templates/sabaisabai/components/bitrix/form.result.new/popup-2/style.css?172953132678 */
/* /bitrix/components/bitrix/form.result.new/error.css?1729531306163 */
/* /local/templates/sabaisabai/components/bitrix/news.list/header-contacts/style.css?1769505507150 */
/* /local/templates/sabaisabai/components/nastart/cookies/module/style.css?17496536747676 */
/* /local/templates/sabaisabai/template_styles.css?17804075133386 */
/* /local/templates/sabaisabai/css/libraries/fancybox.css?172953132615598 */
/* /local/templates/sabaisabai/css/libraries/swiper-bundle.min.css?172953132616482 */
/* /local/templates/sabaisabai/css/all-style.css?1778741880154897 */
