

/* 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/Product/AddToBasketButton/style.css?17749563374703*/
.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: 25px;
    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: 400;
    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: 400;
}
.product__add-to-basket[data-inc="vue"] .product__quantity-block .in-basket {
    color: #3D6791;
    font-weight: 400;
}

@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;
}

/* preloader */
.product__preloader-overlay[data-inc="vue"] {
    background-color: #F0D7D2;
    border-radius: 25px;
    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);
    }
}

/* Стили для кнопки с ценой*/
.product__add-to-basket[data-inc="vue"] .add2Basket--with-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 53px;
    padding: 8px 12px;
}

.product__add-to-basket[data-inc="vue"] .add2Basket--with-price:hover {
    background-color: #FDD2C5
}

.add2basket__price {
    display: block;
    margin-top: 4px;
    line-height: 1.1;
}

.add2basket__price-old {
    text-decoration: line-through;
    margin-right: 6px;
    font-size: 0.9rem;
    opacity: 0.75;
}

.add2basket__price-current {
    font-weight: 500;
}

/* Стили для кнопки "Перейти к оформлению" */
.add2Basket--checkout {
}

.add2Basket--checkout .add2basket__price-current {
}
/* 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/components/itg/news.item/templates/news_2022/style.css?17406432431552*/
.row-images {
	width: 100%;
	margin-bottom: 1rem;
}
.row-images img, table.cocktail img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.news-product {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 2rem;
	margin-right: -15px;
	margin-left: -15px;
}
.news-product .prod-wrap {
	position: relative;
	margin: 10px 0;
}
.news-product .product {
	height: 100%;
}


.news-article__paginator {
	display: flex;
	justify-content: space-between;
}

.news-article__paginator-item {
	display: flex;
	align-items: center;
	font-size: 1.13rem;
	font-weight: 400;
	color: #25232C;
}
@media(max-width: 500px) {
	.news-article__paginator {
		flex-direction: column;
		align-items: center;
	}
}

.news-article__paginator-item.prev svg {
	transform: rotate(-180deg);
}
.news-article__paginator-item svg path {
	stroke: #25232C;
	transition: .2s;
}
.news-article__paginator-item:hover {
	color: #A04476;
}
.news-article__paginator-item:hover svg path {
	stroke: #A04476;
}

.index-partners__grid {
	display: flex;
}
.index-partners__item {
	margin: .5rem;
	border-radius: 5px;
	overflow: hidden;
}

table.cocktail {
	display: block;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
table.cocktail td.cocktail__name span {
	display: block;
	font-size: 2rem !important;
	font-weight: 400 !important;
	color: #1E355C;
	margin-bottom: 1.5rem;
}
table.cocktail .cocktail__recipe {
	margin: 1.5rem 0;
}
/* End */
/* /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/Product/AddToBasketButton/style.css?17749563374703 */
/* /local/vue-components/CatalogSection/ProductPropsString/style.min.css?1744209848190 */
/* /local/components/itg/news.item/templates/news_2022/style.css?17406432431552 */
