

/* Start:/local/vue-components/Loader/style.min.css?17442098481416*/
.loader-overlay[data-inc=vue]{background:#fff;height:100%;left:0;opacity:.7;position:fixed;top:0;width:100%;z-index:998}.loader-overlay[data-inc=vue] .loader-items{display:inline-block;height:13px;left:50%;margin-left:-34px;margin-top:-7px;position:absolute;width:69px;z-index:1000}.loader-overlay[data-inc=vue] .loader-items div{animation-timing-function:cubic-bezier(0,1,1,0);border-radius:50%;height:13px;position:absolute;top:0;width:13px}.loader-overlay[data-inc=vue] .loader-items div:first-child{background:#3d6791}.loader-overlay[data-inc=vue] .loader-items div:nth-child(2){background:#a04476}.loader-overlay[data-inc=vue] .loader-items div:nth-child(3){background:#ce998d}.loader-overlay[data-inc=vue] .loader-items div:nth-child(4){background:#dfc7c1}.loader-overlay[data-inc=vue] .loaderellipsis div:nth-child(5){animation:lds-ellipsis1 .6s infinite;left:8px}.loader-overlay[data-inc=vue] .loader-items div:nth-child(2){animation:lds-ellipsis2 .6s infinite;left:8px}.loader-overlay[data-inc=vue] .loader-items div:nth-child(3){animation:lds-ellipsis2 .6s infinite;left:32px}.loader-overlay[data-inc=vue] .loader-items div:nth-child(4){animation:lds-ellipsis3 .6s infinite;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}

/* End */


/* Start:/local/vue-components/CatalogSection/ProductFilters/style.css?178283188988*/
.product-filters {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

/* End */


/* Start:/local/vue-components/Ui/CustomDetails/style.css?1782831889882*/
html {
    interpolate-size: allow-keywords;
}

.custom-details::details-content {
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.custom-details[open]::details-content {
    height: auto;
    opacity: 1;
}

.custom-details > summary {
    list-style: none;
}

.custom-details summary::-webkit-details-marker {
    display: none;
}

.custom-details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #25232c;
}

.custom-details__title {
    font-size: 18px;
    font-weight: 700;
}

.custom-details summary svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s linear;
}

.custom-details[open] summary svg {
    transform: rotate(-180deg);
}

.custom-details__content {
    padding: 13px 0 5px;
}
/* End */


/* Start:/local/vue-components/Form/CustomRangeInput/style.css?1782831889601*/
.custom-range-input {
    display: flex;
    gap: 5px;
    color: #D0D4E1;
    align-items: center;
    padding: 0 1px;
}

.custom-range-input__input-group {
    display: flex;
    flex-direction: column;
}

.custom-range-input input[type="search"] {
    border: 1px solid #C2C8DB;
    outline: none;
    height: 40px;
    border-radius: 17px;
    color: #3D6791;
    font-size: 18px;
    line-height: 150%;
    transition: border-color 0.2s;
}

.custom-range-input input[type="search"]:hover,
.custom-range-input input[type="search"]:focus {
    border: 1px solid #3D6791
}
/* End */


/* Start:/local/vue-components/CatalogSection/ProductFilters/ProductFilterSelectableList/style.css?178283188961*/
.product-filter-selectable-list {
    padding-left: 20px;
}
/* End */


/* Start:/local/vue-components/Form/SelectableList/style.css?17828318891125*/
.selectable-list {

}

.selectable-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selectable-list li {
    display: flex;
    align-items: center;
}

.selectable-list__button {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    background: transparent;
    border: none;
    border-radius: unset;
    color: #25232C;
}

.selectable-list__button--selected {
    font-weight: 700;
    color: #3D6791;
}

.selectable-list__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: transparent;
    border: none;
    border-radius: unset;
    color: #A3A8BA;
    width: 36px;
    height: 36px;
}

.selectable-list__close-button svg {
    width: 16px;
    height: 16px;
}

.selectable-list__button:focus:not(:focus-visible),
.selectable-list__close-button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.selectable-list__button:hover,
.selectable-list__close-button:hover {
    background: transparent;
    color: #3D6791;
}

/* End */


/* Start:/local/vue-components/CatalogSection/Product/style.css?17833299429523*/
.product[data-inc="vue"] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    font-weight: 200;
}

.product[data-inc="vue"].product_not-available {
    opacity: 0.5;
}

.product[data-inc="vue"] .product__image {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    height: 220px;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 28px #CBCDD426;
    border-radius: 10px;
}

.product[data-inc="vue"] .product__fallback-image {
    width: 204px;
    height: 204px;
}

.product[data-inc="vue"] .product__image img {
    max-height: 200px;
}

.product[data-inc="vue"] .product__image > a {
    display: block;
}

.product[data-inc="vue"] .product-icons {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;

}

.product[data-inc="vue"] .product-icons .product__rating-icon {
    padding-top: 6px;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 12px;
    color: #A3A8BA;
    background: url("/local/templates/ast_2022_corp/images/rating.svg") no-repeat;
    font-weight: 200;
}

.product[data-inc="vue"] .product-icons .product__rating-icon:hover {
    cursor: default;
}

.product[data-inc="vue"] .product-icons_item {
    padding: 0 0.5rem 0.2rem 0.5rem;
    border-radius: 4px;
}

.product[data-inc="vue"] .product__articul {
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #A3A8BA;
    text-align: left;
}

.product[data-inc="vue"] .product__discount-percent {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 6px 10px;
    white-space: nowrap;
    /*font-size: 0.9rem;*/
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #D96262;
    border-radius: 4px;
}

.product[data-inc="vue"] .favorite-icon__image,
.product[data-inc="vue"] .favorite-icon__image_in-favorite,
.product[data-inc="vue"] .favorite-icon__image_dislike {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.product[data-inc="vue"] .favorite-icon__image {
    background: url("/local/templates/ast_2022_corp/images/favorite.svg") no-repeat;
}

.product[data-inc="vue"] .favorite-icon__image_in-favorite {
    background: url("/local/templates/ast_2022_corp/images/favorite_active.svg") no-repeat;
}

.product[data-inc="vue"] .favorite-icon__image_dislike {
    background: url("/local/templates/ast_2022_corp/images/favorite_broken.svg") no-repeat;
}

.product[data-inc="vue"] .bonus__icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 80px;
}

.product[data-inc="vue"] .bonus__icon .bonus.fix-width[data-inc=vue] {
    max-width: 80px;
    width: 71px;
}

.product[data-inc="vue"] .product__title {
    line-height: 130%;

}

.product__link-button {
    background: transparent;
    border: none;
    border-radius: unset;
    padding: 0;
}

.product[data-inc="vue"] .product__title a {
    color: #25232C;
}

.product__link-button--text {
    color: #25232C;
    text-align: left;
}

.product[data-inc="vue"] .product__title a:hover {
    text-decoration: underline;
}

.product__link-button:hover {
    background: transparent;
}

.product__link-button--text:hover {
    color: #25232C;
    text-decoration: underline;
}

.product__link-button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}


.product[data-inc="vue"] .product__price-block {
    margin-top: 0.82rem;
}

.product[data-inc="vue"] .product__rusname {
    margin-top: .82rem;
    color: #25232C;
    font-size: 0.88rem;
    line-height: 130%;
}

.product[data-inc="vue"] .product__props-string {
    color: #A3A8BA;
    font-size: 0.88rem;
}

.product[data-inc="vue"] .product__desc {
    margin-top: 0.45rem;
    line-height: 130%;
    font-size: 0.88rem;
    color: #A3A8BA;
    flex-grow: 1;
}

.product[data-inc="vue"] .product__available {
    color: #94AF59;
    font-size: 16px;
}

.product[data-inc="vue"] .product__not-available {
    color: #D96262;
}

.product[data-inc="vue"] .product__not-available_manager {
    color: #c70d54;
}

.product[data-inc="vue"] .product__image_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background: #25232C;
    border-radius: 10px;
    z-index: 1;
}

.product[data-inc="vue"] .product__in-basket {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    z-index: 2;
}

.product[data-inc="vue"] .product__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product[data-inc="vue"] .product__buttons .product__button-order-1click {
    margin-top: 0.9rem;
}

.product[data-inc="vue"] button.product__button-order-1click {
    margin-right: 0.05rem;
    width: 44px;
    height: 32px;
    background: url("/local/templates/ast_2022_corp/images/button_order_1click.svg") no-repeat;
}

.product[data-inc="vue"] button.product__button-order-1click:disabled {
    opacity: 1;
    background: url("/local/templates/ast_2022_corp/images/button_order_1click_disable.svg") no-repeat;
}

.product[data-inc="vue"] .product__quantity-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    height: 45px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    color: #3D6791;
    background: #D1DFED;
    border-radius: 20px;
    width: 100%;
}

.product[data-inc="vue"] .product__quantity-block_active {
    color: #fff;
    background: #3D6791;
}

.product[data-inc="vue"] .product__quantity-block .hidden {
    display: none;
}

.product[data-inc="vue"] .product__quantity-block button {
    color: inherit;
    border: none;
    background: none;
}

.product[data-inc="vue"] .product__quantity-block button:focus {
    outline: none;
}

.product[data-inc="vue"] .product__quantity-block .minus,
.product[data-inc="vue"] .product__quantity-block .plus,
.product[data-inc="vue"] .product__quantity-block .price {
    font-weight: inherit;
    font-size: inherit;
}

.product[data-inc="vue"] .product__quantity-block .minus {
    margin-right: 0;
}

.product[data-inc="vue"] .product__quantity-block .minus,
.product[data-inc="vue"] .product__quantity-block .plus {
    cursor: pointer;
    padding: 12px;
}

.product[data-inc="vue"] .product__quantity-block .price {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
    margin-left: 0.4rem;
}

.product[data-inc="vue"] .product__quantity-count {
    font-weight: inherit;
    font-size: inherit;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
    margin-left: 0.4rem;
    color: #3D6791;
}

.product[data-inc="vue"] .product__quantity-block .oldPrice {
    margin-right: 0.5rem;
    color: #A3A8BA;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-decoration: line-through;
}

.product[data-inc="vue"] .product__sold-out {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1rem;
    color: #A3A8BA;
    background: #EBEDF3;
    border-radius: 20px;
}

@media (max-width: 991px) {

    .product[data-inc="vue"] .product__image {
        height: 200px;
    }

    .product[data-inc="vue"] .product__image img {
        max-height: 180px;
    }

    .product[data-inc="vue"] .product__fallback-image {
        width: 130px;
        height: 130px;
    }

    .product[data-inc="vue"] .product__rusname {
        font-size: 0.75rem;
    }

    .product[data-inc="vue"] .product__desc {
        font-size: 0.75rem;
    }

    .product[data-inc="vue"] .product__available {
        font-size: 14px;
    }

    .product[data-inc="vue"] .product__price-block .product-price__discount {
        display: none !important;
    }

    .product[data-inc="vue"] .product__button-order-1click {

    }
}

@media (min-width: 992px) {
    .product[data-inc="vue"] {
        padding: 1rem;
    }

    .product__image {
        margin: 0 -10px;
    }

    .product[data-inc="vue"] .product__image {
        height: 305px;
    }

    .product[data-inc="vue"] .product__image img {
        max-height: 200px;
    }

    .product[data-inc="vue"]:not(.product_not-shadow):hover {
        background: #FFFFFF;
        box-shadow: 0px 5px 50px rgba(61, 103, 145, 0.1);
        backdrop-filter: blur(20px);
        border-radius: 10px;
        transition: 0.2s;
    }
}

@media (min-width: 1201px) {
    .product[data-inc="vue"] .product__rusname {
        font-size: 0.78rem;
    }

    .product[data-inc="vue"] .product__desc {
        font-size: 0.78rem;
    }
}

@media (max-width: 576px) {
    .product[data-inc="vue"] .product__rating-icon {
        font-weight: 400;
    }
}
/* End */


/* Start:/local/vue-components/CatalogSection/ProductName/style.min.css?1759232614238*/
.product-name[data-inc=vue-product-name],.product-name[data-inc=vue-product-name] span{font-size:1rem;font-weight:700;line-height:130%}@media (min-width:992px){.product-name[data-inc=vue-product-name]{display:flex;flex-direction:column}}

/* End */


/* Start:/local/vue-components/CatalogSection/ProductLoyaltyInfo/style.min.css?176536160995*/
.catalog-section-loyalty-info[data-inc=vue]{color:#a04476;font-size:.87rem;line-height:.87rem}

/* End */


/* Start:/local/vue-components/Product/Price/style.min.css?1744209848687*/
.product-price[data-inc=vue]{align-items:flex-start;display:flex;font-weight:700;justify-content:space-between}.product-price[data-inc=vue] .product-price__wrap{align-items:flex-start;display:flex;flex-direction:row;flex-shrink:0;font-size:1rem;font-weight:700}.product-price[data-inc=vue] .product-price__old{color:#a3a8ba;font-size:.78rem;font-weight:100;margin-left:.5rem;text-decoration:line-through}@media (max-width:991px){.product-price[data-inc=vue] .product-price{justify-content:space-between}}@media (max-width:500px){.product-price[data-inc=vue] .product-price__wrap{flex-direction:column}.product-price[data-inc=vue] .product-price__wrap .product-price__old{margin-left:0}}

/* End */


/* Start:/local/vue-components/Product/DiscountPercent/style.min.css?1744209848268*/
.discount-percent[data-inc=vue]{background:#d96262;border-radius:4px;color:#fff;display:inline-block;font-size:14px;line-height:14px;padding:6px 10px;white-space:nowrap}.discount-percent[data-inc=vue].discount-percent_position{bottom:10px;left:10px;position:absolute}

/* End */


/* Start:/local/vue-components/CatalogSection/ProductPropsString/style.min.css?1744209848190*/
.product-props-string *{color:#a3a8ba;font-size:.88rem}@media (max-width:991px){.product-props-string *{font-size:.75rem}}@media(min-width:1201px){.product-props-string *{font-size:.78rem}}

/* End */


/* Start:/local/vue-components/Common/PageNavigation/style.css?17833299421600*/
.page-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

ul.page-navigation {
    margin: 0;
    padding: 0;
}

ul.page-navigation li {
    list-style-type: none;
    min-width: 24px;
}

.page-navigation__begin,
.page-navigation__end {
    margin: 0 7px;
}

.page-navigation__previous-page,
.page-navigation__next-page {
    margin: 0 11px;
}

.page-navigation__page-active-text,
.page-navigation__button {
    font-size: 1.13rem;
    color: #25232C;
}

.page-navigation__page-active-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    min-width: 24px;
    font-weight: 700;
    color: #A04476;
}

.page-navigation__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1.13rem;
    font-weight: 400;
    background: transparent;
    border: none;
    border-radius: unset;
    color: #25232C;
    height: 24px;
    min-width: 24px;
    font-weight: 400;
}

.page-navigation__button:hover {
    background: transparent;
    color: #A04476;
}

.page-navigation__button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}


.page-navigation__button svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .page-navigation__page-active-text,
    .page-navigation__button {
        font-size: 1rem;
    }

    .page-navigation__begin,
    .page-navigation__end {
        display: none;
    }
}


/* End */


/* Start:/local/vue-components/ManagerOffer/OfferListDetailProducts/ToggleFiltersButton/style.css?1782831889796*/
button.toggle-filters-button:not(.default):not(.button-default) {
    color: #3D6791;
    background: transparent;
    padding: 16px 39px;
    gap: 10px;
    font-weight: 500;
    height: 24px;
    padding: 4px 0;
}

button.toggle-filters-button:not(.default):hover:not(.button-default):hover {
    color: #3D6791;
    background: transparent;
}

button.toggle-filters-button:not(.default):focus:not(.button-default):focus {
    color: #3D6791;
    background: transparent;
}

.toggle-filters-button__name {
    font-weight: 700;
    font-size: 16px;
}

.toggle-filters-button__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.toggle-filters-button__icon svg {
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/local/vue-components/ManagerOffer/BasketButtonBottom/style.css?17833299421124*/
button.basket-button-bottom:not(.default):not(.button-default) {
    color: #FFF;
    background: #EA805C;
    padding: 16px 39px;
    gap: 10px;
    font-weight: 500;
}

button.basket-button-bottom:not(.default):hover:not(.button-default):hover {
    color: #FFF;
    background: #FBA98D;
}

button.basket-button-bottom:not(.default):focus:not(.button-default):focus {
    color: #FFF;
    background: #FBA98D;
}

.basket-button-bottom__name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
}

.basket-button-bottom__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.basket-button-bottom__icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    button.basket-button-bottom:not(.default):not(.button-default) {
        height: 40px;
        padding: 12px 39px;
        gap: 5px;
        font-size: 0.89rem;
    }

    .basket-button-bottom__name {
        line-height: 1;
    }


    .basket-button-bottom__icon {
        width: 16px;
        height: 16px;
    }
}

/* End */


/* Start:/local/vue-components/Popup/ProductPreview/style.css?17833299423671*/
.product-preview-popup {
    width: 90vw;
    height: auto;
    max-width: 708px;
    position: absolute;
    top: 3rem;
    left: 50%;
    margin-left: max(-44vw, -354px);
    background: #fff;
    z-index: 1002;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.product-preview-popup .loader-items {
    top: 50% !important;
}

.product-preview-popup h2 {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

.product-preview-popup .popup-template__content {
    min-height: 200px;
}

.product-preview-popup__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-preview-popup__head {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product-preview-popup__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 0 4.3px 25.8px 0 #CBCDD426;
    border-radius: 10px;
}

.product-preview-popup__image-img {
    width: auto;
    height: 292px;
}

.product-preview-popup__buy {
    display: flex;
    align-items: center;
    gap: 30px;
}

.product-preview-popup__short-props-wrap {
    column-count: 2;
    column-gap: 30px;
}

.product-preview-popup__short-prop-row {
    position: relative;
    break-inside: avoid-column;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0 0;
}

.product-preview-popup__short-prop-name {
    flex: 0 0 calc(50% - 20px);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #A3A8BA;
}

.product-preview-popup__short-prop-value {
    flex: 0 0 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #25232C;
}

.product-preview-popup__long-props h2 {
    margin-bottom: 20px;
}

.product-preview-popup__long-props-wrap {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.product-preview-popup__long-props-row {
    font-size: 16px;
    line-height: 120%;
    color: #25232C;
}

.product-preview-popup__long-props-name {
    font-weight: 700;
}

.product-preview-popup__long-props-value {
    font-weight: 200;
}

.product-preview-popup__long-props-value p {
    font-size: 16px;
    line-height: 120%;
    color: #25232C;
    font-weight: 200;
}


.product-preview-popup__long-props-value p b {
    font-size: 16px;
    line-height: 120%;
    color: #25232C;
    font-weight: 700;
}

@media (max-width: 991px) {
    .product-preview-popup {
        gap: 35px;
    }

    .product-preview-popup h2 {
        font-size: 28px;
        line-height: 100%;
    }

    .product-preview-popup__head {
        gap: 16px;
    }

    .product-preview-popup__image {
        padding: 20px;
        box-shadow: 0 2.47px 14.83px 0 #CBCDD426;
    }

    .product-preview-popup__image-img {
        height: 218px;
    }

    .product-preview-popup__buy {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-preview-popup__short-props-wrap {
        column-count: 1;
    }

    .product-preview-popup__short-prop-name,
    .product-preview-popup__short-prop-value,
    .product-preview-popup__long-props-row,
    .product-preview-popup__long-props-value p,
    .product-preview-popup__long-props-value p b {
        font-size: 14px;
        line-height: 130%;
    }

    .product-preview-popup__long-props-wrap {
        gap: 18px;
    }

}

@media (min-width: 992px) {
    .product-preview-popup__basket-button {
        width: auto !important;
    }
}

/* End */


/* Start:/local/vue-components/Popup/ProductPreview/ProductPreviewPrice/style.css?1783329942843*/
.product-preview-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-preview-price__main {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}
.product-preview-price__wrap {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}
.product-preview-price__old {
    font-weight: 400;
    font-size: 18px;
    line-height: 123%;
    text-decoration: line-through;
    color: #A3A8BA;
}
.product-preview-price__discount-percent {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 7px 10px 5px;
    white-space: nowrap;
    color: #fff;
    background: #D96262;
    border-radius: 35px;
}

@media (max-width: 991px) {
    .product-preview-price__wrap {
        font-size: 28px;
        line-height: 100%;
    }
}

/* End */


/* Start:/local/vue-components/Popup/ProductPreview/ProductPreviewGrapes/style.css?17833299421107*/
.product-preview-grapes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-preview-grapes__item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.product-preview-grapes__item-name {
    width: min-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #25232C;
}

.product-preview-grapes__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #A3A8BA;
    cursor: help;
}

.product-preview-grapes__tooltip-description {
    position: absolute;
    bottom: 100%;
    padding: 1.25rem 1rem;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.33rem;
    background: #EBEDF3;
    box-shadow: 0px 5px 70px #3D67911A;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    max-width: 400px !important;
    z-index: 99;
    width: 100%;
    left: 0;

    opacity: 0;
    animation: ani .2s forwards;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* End */


/* Start:/local/vue-components/ManagerOffer/AddToBasketButton/style.css?17833299424614*/
.product__add-to-basket[data-inc="vue"] {
    width: 100%;
    position: relative;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    height: 50px;
    font-size: 1rem;
    line-height: 1rem;
    color: #3D6791;
    background: #D1DFED;
    border-radius: 30px;
    width: 100%;
}
.product__add-to-basket-small[data-inc="vue"] .product__quantity-block {
    height: 45px;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-block button {
    color: inherit;
    border: none;
    background: none;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-block button:focus {
    outline: none;
}
    .product__add-to-basket[data-inc="vue"] .product__quantity-block .minus, .product__add-to-basket[data-inc="vue"] .product__quantity-block .plus {
    cursor: pointer;
    padding: 12px;
    font-weight: 500;
    font-size: inherit;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-count {
    font-size: inherit;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-shrink: 0;
    margin-left: 0.4rem;
    color: #3D6791;
    font-weight: 500;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-block .in-basket {
    color: #3D6791;
    font-weight: 500;
}

@media(max-width: 575px) {
    .product__quantity-block-change {
        width: 100%;
    }
}


.product__add-to-basket[data-inc="vue"] .add2Basket {
    height: 50px;
}
.product__add-to-basket-small[data-inc="vue"] .add2Basket {
    height: 45px;
}

.product__add-to-basket-responsive[data-inc="vue"] .add2Basket {
    height: 60px;
    font-size: 18px;
    font-weight: 500;
}

.product__add-to-basket-responsive[data-inc="vue"] .product__quantity-block {
    height: 60px;
}

.product__add-to-basket-responsive[data-inc="vue"] .product__quantity-block {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 991px) {
    .product__add-to-basket-responsive[data-inc="vue"] .add2Basket {
        height: 40px;
        font-size: 16px;
    }

    .product__add-to-basket-responsive[data-inc="vue"] .product__quantity-block {
        height: 40px;
    }

    .product__add-to-basket-responsive[data-inc="vue"] .product__quantity-block {
        font-size: 16px;
    }
}

/* preloader */
.product__preloader-overlay[data-inc="vue"] {
    background-color: #F0D7D2;
    border-radius: 30px;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.product__preloader-overlay[data-inc="vue"].product__preloader-blue {
    background-color: #D1DFED;
}


.product__preloader-overlay[data-inc="vue"] .product__loader-items {
    display: inline-block;
    position: absolute;
    left: calc(50% - 22px);
    margin-top: 22px;
    z-index: 1000;
}
.product__add-to-basket-small[data-inc="vue"] .product__preloader-overlay[data-inc="vue"] .product__loader-items {
    margin-top: 19px;
}

.product__preloader-overlay[data-inc="vue"] .product__loader-items div {
    position: absolute;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.product__preloader-overlay[data-inc="vue"] .product__loader-items div {
    background-color: #948A8A;
}


.product__preloader-blue[data-inc="vue"] .product__loader-items div {
    background-color: #3D6791;
}

/* preloader animation */
.product__preloader-overlay[data-inc="vue"] .product__loader-items div:first-child {
    left: 0px;
    animation: prod-ellipsis1 0.6s infinite;
}

.product__preloader-overlay[data-inc="vue"] .product__loader-items div:nth-child(2) {
    left: 0px;
    animation: prod-ellipsis2 0.6s infinite;
}

.product__preloader-overlay[data-inc="vue"] .product__loader-items div:nth-child(3) {
    left: 18px;
    animation: prod-ellipsis2 0.6s infinite;
}

.product__preloader-overlay[data-inc="vue"] .product__loader-items div:nth-child(4) {
    left: 36px;
    animation: prod-ellipsis3 0.6s infinite;
}


@keyframes prod-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes prod-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(18px, 0);
    }
}

@keyframes prod-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

/* End */


/* Start:/local/components/ast/offer-list.detail/templates/.default/style.min.css?1781619089460*/
#app-offer-list-detail:first-child{padding-top:2rem}.manager-contacts__label{line-height:1.5rem}.manager-contacts__icon{margin-right:.25rem}.manager-contacts__item,.manager-contacts__labe{margin:.1rem 0}.manager-contacts{padding-bottom:.5rem;padding-top:.5rem}.rounded-16{border-radius:16px}.offer-list-detail__bottom-basket-row{margin-bottom:89px;margin-top:16px}@media(max-width:990px){.offer-list-detail__bottom-basket-row{margin-bottom:48px;margin-top:0}}

/* End */
/* /local/vue-components/Loader/style.min.css?17442098481416 */
/* /local/vue-components/CatalogSection/ProductFilters/style.css?178283188988 */
/* /local/vue-components/Ui/CustomDetails/style.css?1782831889882 */
/* /local/vue-components/Form/CustomRangeInput/style.css?1782831889601 */
/* /local/vue-components/CatalogSection/ProductFilters/ProductFilterSelectableList/style.css?178283188961 */
/* /local/vue-components/Form/SelectableList/style.css?17828318891125 */
/* /local/vue-components/CatalogSection/Product/style.css?17833299429523 */
/* /local/vue-components/CatalogSection/ProductName/style.min.css?1759232614238 */
/* /local/vue-components/CatalogSection/ProductLoyaltyInfo/style.min.css?176536160995 */
/* /local/vue-components/Product/Price/style.min.css?1744209848687 */
/* /local/vue-components/Product/DiscountPercent/style.min.css?1744209848268 */
/* /local/vue-components/CatalogSection/ProductPropsString/style.min.css?1744209848190 */
/* /local/vue-components/Common/PageNavigation/style.css?17833299421600 */
/* /local/vue-components/ManagerOffer/OfferListDetailProducts/ToggleFiltersButton/style.css?1782831889796 */
/* /local/vue-components/ManagerOffer/BasketButtonBottom/style.css?17833299421124 */
/* /local/vue-components/Popup/ProductPreview/style.css?17833299423671 */
/* /local/vue-components/Popup/ProductPreview/ProductPreviewPrice/style.css?1783329942843 */
/* /local/vue-components/Popup/ProductPreview/ProductPreviewGrapes/style.css?17833299421107 */
/* /local/vue-components/ManagerOffer/AddToBasketButton/style.css?17833299424614 */
/* /local/components/ast/offer-list.detail/templates/.default/style.min.css?1781619089460 */
