[data-rouble] {
    white-space: nowrap;
}

[data-rouble]:after {
    content: " ₽";
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #AFAFAF;
}

img {
    max-width: 100%;
    height: auto;
}

.form .error {
    color: #FF6E60;
    border-color: #FF6E60;
}

.form label.error {
    display: block;
    font-size: 90%;
}

.form .error_text {
    color: #FF6E60;
    font-size: 12px;
    line-height: normal;

    margin-top: 6px;
}

.alert {
    border: none;
    border-radius: 1px;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px;
    margin-bottom: 20px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert a,
.alert .alert-link {
    color: inherit;
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.bxe-aleft-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-secondary {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    float: right;
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    cursor: pointer;
}

.alert font {
    color: inherit;
}

.alert font.errortext {
    color: inherit !important;
}

.bx-soa-tooltip .tooltip-inner {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    margin: 4px 0;
    display: inline-block;
}


.btn.loading {
    position: relative;
}

.btn.loading::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: rgb(15 94 255);
    border-radius: 50%;
    animation: btnLoading 1s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    z-index: 10;
}

.btn.loading.btn-blue {
    background: #5990ff;
    color: rgb(255 255 255 / 50%);
}

@keyframes btnLoading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form {
    position: relative;
}

.form.loading:before,
.form form[target^="formTarget"]:before,
form.form[target^="formTarget"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 5;
    opacity: 0.8;
}

.form.loading:after,
.form form[target^="formTarget"]:after,
form.form[target^="formTarget"]:after {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    border: 6px solid rgb(0 0 0 / 25%);
    border-top-color: #F8DE22;
    border-radius: 50%;
    animation: formLoading 1s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 10;
}


@keyframes formLoading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


.form_result.error {
    font-size: 16px;
    border: 1px solid #f00;
    background-color: #db5b5b;
    color: #fff;
    padding: 12px 10px;
    margin: 10px 0;
    text-align: center;
    border-radius: 3px;
}

.form_result.success {
    font-size: 16px;
    border: 1px solid #1b7400;
    background-color: #218d00;
    color: #fff;
    padding: 12px 10px;
    margin: 10px 0;
    text-align: center;
    border-radius: 3px;
}

.form_result font.errortext {
    color: inherit !important;
}

.form_head + .form_result {
    margin-top: 0;
}

.form_result:not([style*="none"]) + form {
    margin-top: 20px;
}


.editor_dialog .content {
    width: 100%;
}

.bx-core-window input,
.bx-core-window textarea,
.bx-core-window button {
    -webkit-appearance: auto;
    appearance: auto;
}

.popup-window-overlay {
    max-width: 100%;
}

.popup-window,
.popup-window.popup-window-with-titlebar {
    width: 772px;
    max-width: 100%;
    border-radius: 8px;
    padding: 60px 40px;
    background: #FFF;
    font-family: inherit;

    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
}

@media (max-width: 767px) {
    .popup-window,
    .popup-window.popup-window-with-titlebar {
        padding: 40px 30px;
    }
}

@media (max-width: 479px) {
    .popup-window,
    .popup-window.popup-window-with-titlebar {
        padding: 60px 15px 30px;
        border-radius: 0;
        min-height: 100%;
    }
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    font-family: var(--font_family2);
    color: #3B3D42;
    margin-bottom: 30px;
    padding: 0;
}

@media (min-width: 1690px) {
    .popup-window-titlebar-text,
    .popup-window-titlebar-text-version {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .popup-window-titlebar-text,
    .popup-window-titlebar-text-version {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .popup-window-titlebar-text,
    .popup-window-titlebar-text-version {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (max-width: 479px) {
    .popup-window-titlebar-text,
    .popup-window-titlebar-text-version {
        font-size: 20px;
    }
}

.popup-window .popup-window-titlebar {
    height: auto;
}

.popup-window .popup-window-content {
    padding: 0;
    font-size: 16px;
}

.popup-window-titlebar-close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #223264;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    border: none;
    padding: 2px;
    border-radius: 0;
    transition: .2s linear;
}

.popup-window-close-icon:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' viewBox='0 0 24 24'%3E%3Cpath d='M13 12l5-5-1-1-5 5-5-5-1 1 5 5-5 5 1 1 5-5 5 5 1-1z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
}

.popup-window-close-icon:hover {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .popup-window-titlebar-close-icon {
        top: 10px;
        right: 10px;
    }
}

.popup-window .product-info {

}

.popup-window .product-info img {
    max-width: 100%;
    object-fit: contain;
}

.popup-window .product-info p {
    font-size: 16px;
    margin-top: 12px;
}

.popup-window div[id*="CatalogSubscribe"] .bx-catalog-popup-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.popup-window div[id*="CatalogSubscribe"] .bx-catalog-popup-message {
    font-weight: 400;
    min-width: 0;
    margin: 10px 0;
    font-size: 16px;
}

.popup-window-buttons > * {
    margin: 5px;
}


.bx-404-container {
}

.bx-404-block {
    text-align: center;
    margin: 40px 0;
}

.bx-404-block img {
    max-width: 100%;
    height: auto;
}

.bx-404-text-block {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0 0;
}


.main-user-consent-request-popup-button-acc,
.main-user-consent-request-popup-button-rej {
    color: #fff;
    font: 600 18px var(--font_family);
    position: relative;
    display: inline-flex;
    height: auto;
    padding: 14px 15px;
    cursor: pointer;
    transition: .2s linear;
    border: none;
    background: #0f5eff;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    border: 1px solid #0f5eff;
    box-shadow: none;
}

.main-user-consent-request-popup-button-rej {
    color: #0f5eff;
    background-color: transparent;
}

.main-user-consent-request-popup-button-acc:hover,
.main-user-consent-request-popup-button-rej:hover {
    color: #fff;
    background: #80BFC9;
    border-color: #80BFC9;
}


@media (max-width: 767px) {
    .main-user-consent-request-popup-button-acc,
    .main-user-consent-request-popup-button-rej {
        font-size: 14px;
        padding: 10px 15px;
    }
}


/* Убираем нативный прелоадер битрикса */
div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

/* Подправить форму параметров компонента */
#bx-comp-params-wrap textarea {
    min-width: 87%;
    height: 100px;
    resize: auto;
}


/* modal */
.modal {
    display: none;
    visibility: visible !important;
    width: 750px;
    max-width: 100%;
    background: #FFF;
    border-radius: 5px;
    padding: 40px;
}

.modal.success_modal {
    text-align: center;
    padding-top: 108px;
    padding-bottom: 108px;
    position: relative;
    overflow: hidden;
}

.modal .form {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .modal {
        padding: 40px 30px;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 479px) {
    .modal {
        padding: 60px 15px 30px;
        border-radius: 0;
        min-height: 100%;
    }

    .modal .form {
        margin-top: 20px;
    }

    .fancybox-slide--html.fancybox-slide {
        padding: 0;
    }

    .fancybox-slide--html .fancybox-content {
        height: 100%;
        background: #fff;
    }

    .modal.success_modal {
        padding-top: 170px;
    }
}


/* 404 */
section.error {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 640px) {
    section.error {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

section.error div.container {
    display: grid;
    grid-gap: 30px;
}

section.error h2 {
    font-size: 40px;
    line-height: 1em;
    text-align: left;
}

@media (max-width: 640px) {
    section.error h2 {
        font-size: 26px;
    }
}

section.error div.text {
    display: grid;
}

section.error div.text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}

@media (max-width: 640px) {
    section.error div.text p {
        font-size: 16px;
    }
}

.bxmaker-authuserphone-header {
    /*display: none !important;*/
    font-size: 16px !important;
    font-weight: 400 !important;
}

.bxmaker-authuserphone-simple-smscode .bxmaker-authuserphone-header {
    display: none !important;
}

.bxmaker-authuserphone-input-phone input[type=text] {
    height: 50px;
}

.bxmaker-authuserphone-simple {
    padding: 0px !important;
    width: 100% !important;
    box-shadow: none !important;
    margin-bottom: 30px;
}

.bxmaker-authuserphone-button__inner {
    background: var(--blue);
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.bxmaker-authuserphone-button__inner:hover, .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: var(--blue);
    opacity: .8;
}

#phoneNumberInputSelectCountry {
    display: none !important;
}

.bxmaker-authuserphone-simple-smscode__notice, .bxmaker-authuserphone-link, .bxmaker-authuserphone-message {
    font-size: 16px;
}

.bxmaker-authuserphone-link {
    padding-left: 6px;
}

.button_blue {
    white-space: nowrap;
}

@media (max-width: 998px) {
    #chatra.chatra--side-bottom {
        bottom: 120px !important;
    }

    .city-item {
        white-space: nowrap;
    }

    .city-column {
        width: auto;
    }

    .zoomable img {
        object-fit: contain;
        max-height: 400px;
    }

    .product-price {
        position: relative;
    }

    .product-price__sale {
        position: absolute;
        right: 0px;
        top: -70%;
        height: 16px;
        font-size: 12px;
    }
}

.breadcrumbs {
    position: relative;
    z-index: 3;
}

.zoomable {
    justify-content: center;
}

.viewed-pic {
    padding: 10px;
}

.viewed-pic picture, .viewed-pic picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide-popular img {
    max-height: 280px;
    object-fit: contain;
    border: 1px solid var(--gray-d);
    border-radius: 10px;
    padding: 30px;
}

.catalog-menu__container {
    height: 100%;
    padding-bottom: 0px;
}

.catalog-menu .container {
    height: 100%;
}

/*.header-bottom .header-flex {*/
/*    border-bottom: none;*/
/*}*/
.slide-video {
    cursor: pointer;
}

.slide-video iframe {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.rating-flex.input_error div {
    color: red;
}

.product .product-event {
    margin-bottom: 1px;
}

@media (max-width: 998px) {
    .product-events__button {
        width: 100%;
    }
}

.basket-item picture {
    object-fit: contain;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.basket-item picture img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-fast__item-link {
    cursor: pointer;
}

.search-fast__item-link:hover {
    color: var(--blue);
}

.search-fast__reset {
    max-width: max-content;
    cursor: pointer;
}

.cart img {
    max-width: 600px;
    width: 100%;
    object-fit: contain;
}

.cart a {
    width: 185px;
}

.cart-wrap {
    display: flex;
    gap: 25px;
}

.cart-descr {
    max-width: 600px;
    margin: 50px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

@media (max-width: 1200px) {
    .cart-descr {
        max-width: 450px;
    }

    .cart img {
        max-width: 450px;
    }
}

@media (max-width: 998px) {
    .cart {
        flex-direction: column;
        gap: 40px;
    }

    .cart-descr {
        font-size: 16px;
        margin: 30px 0;
        max-width: 100%;
    }

    .cart img {
        max-width: 100%;
    }

    .cart-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .cart a {
        width: 100%;
    }
}

.additionally-item.hidden {
    display: none;
}

.decor-entry {
    cursor: pointer;
}

.form-city {
    color: #000000;
    padding: 0 20px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid var(--gray-light);
    resize: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.decor-item__line.hidden, .form-delivery__item.hidden, .form-item-wrap.hidden {
    display: none;
}

.form-item-text {
    position: relative;
}

.order-dropdown {
    display: none;
    position: absolute;
    top: 105%;
    padding: 10px 20px;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 600px;
    max-height: 250px;
    overflow-y: auto;
    flex-direction: column;
    z-index: 100;
    background: #fff;
    border-radius: 15px;
    border: 1px solid var(--blue);
}

.order-dropdown.active {
    display: flex;
}

.dropdown-item {
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 1px solid var(--gray-light);
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.dropdown-item:hover {
    opacity: .9;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.order-send {
    z-index: 1000;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(38, 167, 146, .075);
}

.error {
    scroll-margin-top: 50px;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--blue-gradient);
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.content h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 10px;
}

.content h3, .content h4, .content h5 {
    font-size: 26px;
    font-weight: 500;
    padding: 20px 0 10px;
}

.content h5 {
    font-size: 22px;
}

.content a {
    color: var(--blue);
}

.content ul {
    margin-bottom: 40px;
    padding-left: 25px;
}

.content li {
    list-style-type: disc;
    margin-bottom: 12px;
}

.main-content a:not(.tab-link, .wholesale-contact__phone, .select-delivery__item, .home-shop__item, .button-video, .button_border-blue, .home-about__video) {
    color: var(--blue);
    border-bottom: 1px solid;
}

.tab-item__block h5 {
    padding-top: 0;
}

.tab-item__block.content p:not(.mb-50, .mb-20) {
    margin-bottom: 20px;
}

.return-item__content p {
    margin-bottom: 0 !important;
}

.wholesale-info {
    margin-top: 20px;
}

.content table {
    margin-top: 10px;
}

.content table td, .content table th {
    padding: 16px 20px;
}

.content table {
    width: 100%;
}

.content table, .content th, .content td {
    border: 1px solid var(--gray-d);
    border-collapse: collapse;
}

.content table tr:first-child th {
    background: #f5f5f5;
    font-weight: 500;
}

.delivery-items {
    display: none;
}

.delivery-items.active {
    display: block;
}

.product-compare:hover {
    color: var(--blue);
}

.product-compare:hover:before {
    background: var(--blue);
}

.product-compare.active:before {
    background: var(--blue);
}

.product-compare.active {
    color: var(--blue);
}

.popup .form-item-flex .form-item {
    width: 100%;
}

.product {
    justify-content: space-between;
}

.next-order.hidden {
    display: none;
}

@media (max-width: 998px) {
    .content table td, .content table th {
        padding: 12px 15px;
        max-width: 400px;
    }

    .content table {
        display: table;
        width: 100%;
    }

    .content h2 {
        font-size: 24px;
    }

    .content h3, .content h4, .content h5 {
        font-size: 20px;
    }

    .header-count {
        width: 20px;
        height: 20px;
    }

    .line {
        margin: 2.8px 0;
    }

    .wholesale-block .product:not(.product_slide) {
        margin-top: 55px;
    }
}

@media (max-width: 580px) {
    .breadcrumb-submenu {
        display: none;
    }

    .breadcrumb-items {
        display: flex;
        flex-flow: initial;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .content table {
        display: block;
        overflow-x: scroll;
    }

    .pagination-link {
        width: 32px;
        height: 32px;
    }

    .content table tr:first-child th {
        min-width: 200px;
        max-width: 200px;
    }
}

#tracking-widget {
    max-width: 1024px;
    width: 100%;
}

.catalog-items_detail .collection-item {
    justify-content: space-between;
}

.collection-detail__pic picture, .collection-detail__pic picture img, .present-label__pic picture, .present-label__pic img {
    height: 100%;
}

.catalog-pic picture, .catalog-pic picture img {
    width: 100%;
    object-fit: contain;
    height: 600px;
}

.links-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.links-wrap a {
    text-decoration: none;
    width: max-content;
}

.footer-wrap {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 5fr;
    gap: 50px;
    margin-bottom: -30px;
}

.filter-video-link-wrap:hover {
    color: #fff;
}

@media (max-width: 1023px) {
    .product_slide .swiper-pagination {
        display: none !important;
    }

    .catalog-pic picture, .catalog-pic picture img {
        height: 320px;
    }

    .footer-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 0px;
    }
}

.product-slider {
    opacity: 1 !important;
}

.info-order__content span a {
    color: var(--blue);
}

.characteristic-items tbody {
    display: block;
}

.section-text {
    margin-top: 60px;
}

.section-text p {
    margin-top: 10px;
}

.section-text ul {
    margin-bottom: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.ya-split__wrap {
    display: flex;
    margin-bottom: 15px;
}

.ya-split {
    min-height: 20px;
    width: 100%;
    padding: 15px 0;
}

.another__price {
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
}

@media (max-width: 998px) {
    .ya-split__wrap {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .mt-60 {
        margin-top: 40px;
    }
}

.interval.hidden {
    display: none !important;
}

.price__another-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
}

.price__another-content {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.price__another-content:hover svg circle {
    fill: #000;
    stroke: #000;
}

.price__another-content:hover svg path {
    fill: #fff;
}

.price__another-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.price__another-block {
    display: none;
}

.price__another-block:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    display: block;
    transform: rotate(45deg);
    top: -5px;
    right: 30px;
    position: absolute;
}

.price__another-content:hover .price__another-block {
    position: absolute;
    box-sizing: border-box;
    width: 140px;
    right: -28px;
    padding: 15px;
    top: 175%;
    color: #fff;
    background: #000;
    border-radius: 12px;
    display: block;
    z-index: 100;
}

.price__another-text.mb {
    margin-bottom: 12px;
}

.another__price-text-element {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    opacity: 0.5;
}

.beznal-header, .item__another-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

.beznal-header {
    margin-bottom: 10px;
}

.item__another-price {
    margin-top: 10px;
}

body.fixed:not(.fixed_top) .header-search__hidden {
    display: none !important;
}

@media (max-width: 998px) {
    .product-info__status {
        font-size: 11px;
    }

    .product-price__current {
        margin-right: 7px;
    }

    .product-price__old {
        margin-right: 0px;
    }

    .product-info__code {
        font-size: 11px;
        margin-left: 5px;
    }
    .product--period.product-info__code{
        margin-right: 2px;
    }
}

@media (max-width: 760px) {
    body.fixed .header-search__hidden, body.fixed:not(.fixed_top) .header-search__hidden {
        display: block !important;
    }
}

/**===== dots1 =====*/
.load {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

.load span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-animation: dots1 1s infinite ease-in-out;
    animation: dots1 1s infinite ease-in-out;
}

.load span:nth-child(1) {
    left: 0px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.load span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.load span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.load span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes dots1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: var(--blue);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        background: var(--blue);
        opacity: 0.75;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: var(--blue);
        opacity: 1;
    }
}

@-webkit-keyframes dots1 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: var(--blue);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        background: var(--blue);
        opacity: 0.75;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: var(--blue);
        opacity: 1;
    }
}

.show-more-text {
    position: relative;
}

.show-more-text #dots1 {
    margin: -12px 0 0 -25px;
}

.header-flex-top {
    min-height: 57px;
}

@media (max-width: 998px) {

    .header-flex-top {
        min-height: unset;
    }

    .show-more-text #dots1 span {
        background: #fff;
        -webkit-animation: dots2 1s infinite ease-in-out;
        animation: dots2 1s infinite ease-in-out;
    }

    .show-more-text #dots1 span:nth-child(1) {
        left: 0px;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .show-more-text #dots1 span:nth-child(2) {
        left: 15px;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .show-more-text #dots1 span:nth-child(3) {
        left: 30px;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .show-more-text #dots1 span:nth-child(4) {
        left: 45px;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    @keyframes dots2 {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            background: #fff;
        }
        50% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            background: #fff;
            opacity: 0.75;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            background: #fff;
            opacity: 1;
        }
    }
    @-webkit-keyframes dots2 {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            background: #fff;
            opacity: 0.5;
        }
        50% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            background: #fff;
            opacity: 0.75;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            background: #fff;
            opacity: 1;
        }
    }
}

/** END of dots1 */
.filter-banner-slider .swiper-pagination {
    margin-top: -20px;
}

.fixed_top .fixed-slider {
    display: none !important;
}

.catalog-close {
    z-index: 100;
}

.button_red {
    color: #fff;
    background: #e01414;
}

.main-content .home-shop, .main-content .home-about {
    margin-top: 50px;
}

.main-content .home-shop__pic {
    flex-basis: 100px;
}

.benefit-block {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.benefit-item {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-left: 1px solid #e1e1e1;
}

.benefit-item:first-child {
    padding: 0 30px 0 0;
    border-left: none;
}

.benefit-item:last-child {
    padding: 0 0 0 30px;
}

.benefit-title {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 998px) {
    .wrapper {
        padding-bottom: 65px;
    }

    .benefit-block {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .benefit-item {
        padding: 0px !important;
        border-left: none;
    }
}

.compare-item__label, .compare-item__column {
    padding: 0 10px;
}

.instruction-title {
    word-break: break-word;
}

.rek-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.filter .rek-text {
    font-size: 12px;
}

.topBanWrap {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.topBanLink a {
    color: var(--blue);
}

.topBanLink {
    text-align: right;
}

.slide-video__pic.video {
    background: #fff;
}

.button_address.hidden {
    display: none;
}

.order-detail {
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.order-history img, .order-history picture {
    object-fit: contain;
    height: 100%;
}

.personal-timeline {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.timeline-line {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 10px;
}

.timeline-line-gray, .timeline-line-green {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
}

.timeline-line-gray {
    background: rgba(228, 233, 235, 1);
}

.timeline-line-green {
    background: rgba(131, 206, 57, 1);
}

.timeline-circle {
    position: relative;
}

.timeline-circle::after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    background: rgba(238, 245, 248, 1);
    border-radius: 50%;
    position: absolute;
    z-index: 3;
}

.timeline-item.active .timeline-circle::after {
    background: #78C130;
}

.timeline-item.red .timeline-circle::after {
    background: #EB001B;
}

.mt-40 {
    margin-top: 40px;
}

.timeline-circle::before {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(238, 245, 248, 1);
    background: #fff;
}

.timeline-item.active .timeline-circle::before {
    border: 1px solid #78C130;
}

.timeline-item.red .timeline-circle::before {
    border: 1px solid #EB001B;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.personal-timeline > div:nth-child(3) .timeline-circle, .personal-timeline > div:nth-child(4) .timeline-circle {
    left: calc(60% - 25px);
}

.personal-timeline > div:nth-child(5) .timeline-circle {
    left: calc(100% - 25px);
}

.timeline-name {
    margin-top: 40px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.personal-descr, .timeline-name, .tooltip-descr {
    font-size: 14px;
}

.tooltip-descr {
    display: none;
}

.timeline-name {
    color: rgba(64, 84, 100, 1);
}

.timeline-name:hover .tooltip-descr {
    display: block;
    position: absolute;
    width: 240px;
    padding: 10px;
    border-radius: 10px;
    right: -60px;
    z-index: 100;
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000;
}

.personal-timeline > div:nth-child(2) > div.timeline-name .tooltip-descr {
    right: -90px;
}

.header-user {
    display: flex;
    gap: 40px;
}

.header-box:not(.mobile-menu__link) {
    color: var(--blue);
    display: inline-flex;
    align-items: center;
}

.header-box:not(.mobile-menu__link):before {
    background: var(--blue);
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.header-box-wrap {
    flex: 0;
}

.brand-modal__item.none {
    display: none;
}

.decor-final {
    align-items: center;
}

.decor-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.decor-price-wrap div, .decor-price-wrap span {
    margin: 0;
}

.product-empty {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.bottom-border {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 60px;
}

.button-subscribe {
    gap: 7px;
}

.button-subscribe:hover svg {
    filter: invert(1);
}

.decor-final {
    font-size: 18px;
}

.decor-final.gray {
    margin-top: -10px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
    justify-content: flex-start;
    gap: 5px;
}

.decor-final.gray span {
    font-weight: 500;
}

.color-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.color-item {
    display: flex;
    padding: 8px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border: 1px dashed #C7C7C7;
    border-radius: 10px;
}

.color-item img {
    object-fit: contain;
}

.color-item.active {
    border: 2px solid #FF6801;
}

.color-name {
    margin-bottom: 20px;
    display: block;
    margin-top: 12px;
    font-size: 14px;
}

.footer-brand__items {
    flex-wrap: wrap;
    gap: 5px;
}

.content ul, .content ol {
    padding-left: 40px;
}

.content ol li {
    list-style-type: auto;
}

.info-order__content a.header-box {
    color: #007cff;
}

.bonus_wrap {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.bonus_wrap .accordion {
    margin-top: 30px;
}

.bonus_wrap h4 {
    font-weight: 500;
    font-size: 20px;
}

.bonus_wrap p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.bonus_wrap ul {
    list-style: auto;
    padding-left: 20px;
}

.bonus_wrap ul li {
    list-style: auto;
    list-style-type: disc;
    padding: 5px 0 0 0;
}

.bonus_wrap ol {
    list-style: auto;
    padding-left: 20px;
}

.bonus_wrap ol li {
    list-style: auto;
    list-style-type: decimal;
    padding: 5px 0 0 0;
}

.check-icon.disabled {
    background: #eee;
}

.check-icon.disabled span:before {
    width: 11px;
    height: 11px;
    background: #eee;
}

.product-events__price-bonus.price__another-content:hover .price__another-block {
    bottom: -100px;
    top: initial;
    font-size: 11px;
    padding: 10px;
}

.product-events__price-bonus .price__another-block:before {
    right: 40px;
}

.product-events__price-bonus {
    margin-bottom: 0px;
}


@media (max-width: 998px) {
    #totalPrice {
        white-space: nowrap;
    }

    .footer-brand__items {
        gap: 0;
    }

    .product-empty {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .bottom-border {
        padding-bottom: 40px;
    }

    .brand-modal__item.none {
        display: block;
    }

    .big-text {
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .big-text::before {
        content: "";
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 165px;
        background: linear-gradient(to top, white, transparent);
    }

    .order-detail {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .timeline-name {
        font-size: 12px;
    }

    .timeline-name:hover .tooltip-descr {
        width: 220px;
        font-size: 12px;
    }

    .rek-text {
        padding: 1px 4px;
        border-radius: 5px;
        font-size: 12px;
    }

    #add-basket p.mb-40, #add-favorites p.mb-40, #add-сompare p.mb-40, #add-favorites p.mb-40, #delete-all-compare .size-28, #delete-all-favorite .size-28 {
        max-width: 70%;
    }

    .personal-timeline > div:nth-child(2) > div.timeline-name .tooltip-descr {
        right: 0;
        left: 0;
    }

    .personal-timeline > div:nth-child(5) > div.timeline-name .tooltip-descr {
        right: 0;
    }

    .timeline-tooltip svg {
        width: 16px;
    }

    .header-contact__mobile .header-box {
        padding: 15px 0;
        text-align: center;
        width: 100%;
        background: #78C130;
        border-radius: 10px;
        display: flex;
        justify-content: center;
    }

    .header-contact__mobile .header-user__default {
        color: #fff;
        font-weight: 500;
    }

    .header-catalog_mobile {
        margin-top: 0px !important;
        margin-bottom: 30px
    }

    #all-brands-mobile .popup__content {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #all-brands-mobile .brand-modal__item {
        flex-basis: 50%;
    }

    #all-brands-mobile h3 {
        padding: 0 15px 25px;
    }

    #all-brands-mobile .popup__close {
        right: 15px;
        top: 20px;
        transform: scale(2);
    }
}

@media (max-width: 480px) {
    .review-item__title.size-22 {
        font-size: 13px;
    }

    .personal-content .size-22.mb-50 span {
        display: block;
    }

    .product-event a.product-event__button {
        font-size: 12px;
    }
}

.load-block {
    position: relative;
    height: 20px;
}

.filter-banner-slider.ajax {
    opacity: 1;
}

.color-link-wrap {
    display: flex;
    white-space: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.color-link-item {
    padding: 10px;
    display: inline-flex;
    align-items: center;
    background: var(--blue-light);
    font-size: 14px;
    border-radius: 10px;
    color: var(--blue);
}

.color-link-item.disabled {
    opacity: 0.5;
    color: #000;

}
.color-link-item.disabled:hover{
    background: var(--blue-light);
}
.color-link-item.disabled

.color-link-item:hover, .color-link-item.active {
    color: white;
    background: var(--blue-gradient);
}

@media (max-width: 998px) {
    .load-block-section {
        top: -50%;
    }

    .brand-modal__close, .brand-modal__sems {
        display: none;
    }
}

.input.error {
    border-color: #f00;
}

.form-item-prov {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

select.select-form-ajax {
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 0px 20px;
    border: 1px solid var(--gray-light);
    height: 50px;
    outline: none;
}

.bonus-wrap {
    position: relative;
    cursor: pointer;
}

.bonus__popover {
    display: none;
    position: absolute;
    top: 100%;
    left: -55px;
    color: #222;
    font-size: 14px;
    padding: 6px;
    width: 160px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
    line-height: 110%;
    font-weight: 400;
    z-index: 100;
}

.bonus__popover a {
    color: var(--blue);
    opacity: 1;
    transition: opacity .3s ease;
}

.bonus__popover a:hover {
    opacity: .8;
}

.bonus-wrap:hover .bonus__popover {
    display: block;
}

.product-pic .product-slider img {
    border-radius: 0;
}

.tip-helper-name {
    padding-bottom: 5px;
}

.cookie.none {
    display: none;
}

/* Баннер в листинге */
.section-banner-listing {
    margin-bottom: -25px;
    padding: 30px 0 0;
    width: 100%;
    position: relative;
}

.section-banner-listing img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.section-banner-listing img:hover {
    opacity: .9;
}

.section-banner-listing-mobile {
    display: none;
}

@media (max-width: 1700px) {
    .set-price-wrap_block .card-event-price__current {
        font-size: 14px;
    }

    .set-price-wrap_block .product-events__price-percent {
        font-size: 12px;
        padding: 0 4px;
    }

    .set-price-wrap_block .button {
        padding: 13px 10px;
    }

    .set-price-wrap_block .set-price-wrap_block_with_btn {
        gap: 5px;
    }

    .set-price-wrap_block .set-price-wrap {
        gap: 5px;
    }
}

.it-hram {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    max-width: 224px;
}

.it-hram:hover {
    opacity: .8;
}

@media (max-width: 998px) {
    .set-price-wrap_block .card-event-price__current {
        font-size: 16px;
    }

    .set-price-wrap_block .button {
        padding: 13px 26px;
    }

    .it-hram {
        max-width: 175px;
    }
}

@media (max-width: 768px) {
    .section-banner-listing {
        margin-bottom: -5px;
        padding: 20px 0 0;
    }

    .section-banner-listing-mobile {
        display: block;
    }

    .section-banner-listing-desktop {
        display: none;
    }

    .set .product-title {
        margin-bottom: 15px;
    }
    .flex-content.column-2{
        flex-direction: column;
    }
    .flex-content.column-2.contacts-block .half-content:last-child{
        order: 0;
    }
    .flex-content.column-2.contacts-block .half-content:first-child{
        order: 1;
    }
}

.benefit-text ul li {
    list-style: initial;
}

.official-btn {
    margin-left: 35px;
    padding: 17px 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    background: #FF9F10;
    border-radius: 10px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.official-btn:hover {
    opacity: .75;
    color: #000;
}

.email-auth__step {
    display: none;
}

.email-auth__step.is-active {
    display: block;
}

.email-auth__link--resend {
    margin-top: 15px;
    width: 100%;
}

.email-auth__link {
    margin-top: 10px;
    background: transparent;
    border: 0;
    color: #111;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

.email-auth__hint {
    margin: 15px 0;
    font-size: 13px;
    color: #666;
}

.email-auth__hint.is-error {
    color: #e30000;
}

.email-auth__hint.is-ok {
    color: #0a7a2a;
}

.email-auth .form-item {
    margin-bottom: 15px;
}

.another__price a {
    text-decoration: underline;
}

.product-events__button {
    margin-top: 8px;
}

.icon_frame-img{
    position: absolute;
    height: 100%;
}

.flex-content{
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.half-content > img{
    min-width: 100%;
}

/* -- FAQ ------------------------------------------------------------------- */
.faq-list .toggle{
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

.faq-list .toggle label {
    color: var(--blue);
    border-color: var(--blue);
    border-left: 3px solid;
    transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    background: #f4f4f4;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;
}
.faq-list .toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}
.faq-list .toggle-content{
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: .2s all ease;
}
.faq-list .toggle-content-inner{
    position: relative;
    padding: 0px 15px 20px;
}
.faq-list .toggle-content ol, .faq-list .toggle-content ul{
    margin-left: 20px;
    margin-top: 15px;
}

.faq-list .toggle.active > label {
    background-color: var(--blue);
    border-color: var(--blue);
    color: white;
}
.faq-list .toggle.active > label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}
.faq-list .toggle.active .toggle-content{
    height: 100%;
}
/* -- \FAQ ------------------------------------------------------------------ */
.price-context::before{
    display: block;
    content: "Розничные цены";
}
.price-context.opt-text::before{
    content: "Оптовые цены";
}