

/* Start:/ru/lau-special-offer/style.css?17512510276033*/
.devices .group-wrap > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.bundle-preview__bottom{
    margin: auto 0 0 0;
    display: flex;
    flex-direction: column;
}

.bundle-grid__item{
    position: relative;
}

.badges{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: absolute;
    left: 20px;
}

.bundle-grid__item-price{
    justify-content: center;
}

.badges .product-preview__badges .badge {
    margin: 0 8px 8px 0;
}

.devices .bundle-grid__item-action{
    transition: all 800ms ease-out;
}

.product-card .product-card-counter,
.offer-item .product-card-counter{
    display: none;
}

.bundle-grid__item-selected .product-card-counter,
.offer-item.bundle-grid__item-selected .product-card-counter{
    display: flex;
}

.product-card.product-card-promo .bundle-grid__item-selected .add2cart,
.product-card.bundle-grid__item-selected .add2cart,
.offer-item.bundle-grid__item-selected .add2cart{
    display: none;
}


.product-card.bundle-grid__item-selected {
	flex-direction: column;
}

.blocked .btn:not(.offer-item-selected, .minus){
    background: #C4C4C4 !important;
    pointer-events: none;
}

.bundle-grid__item-color{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* add warn block start */
.add-warn__inner {
    padding: 70px 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

.notification__inner {
    padding: 0 0 70px 0;
}
/* add warn block end */

/* product block start */
.product {
    padding: 0;
}
/* product block end */

/* cart block start */

.cart-block {
    padding: 0px 0 50px 0;
    background-color: var(--hard-white);
}

.cart-block-inner {
    background-color: var(--slate);
    color: var(--soft-white);
    padding: var(--spacing-8);
    border-radius: 20px;
}

.cart-block-list {
    padding: var(--spacing-5) 0;
}

.cart-block-list:first-child {
    padding-top: 0;
}

.cart-block-list:last-child {
    padding-bottom: 0;
}

.cart-block-list:not(:last-child) {
    border-bottom: 1px solid var(--slate-t-85);
}

.cart-block-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-block-item:not(:last-child) {
    margin-bottom: 15px;
}

.cart-block-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cart-block-action .btn {
    width: 340px;
}

.cart-block-offer {
    display: flex;
    align-items: center;
}

.cart-block-offer input {
    margin-right: 12px;
    flex-shrink: 0;
}

.cart-block-options {
    display: flex;
}

.cart-block-option {
    width: 100%;
    border: 1px solid var(--soft-white);
    border-radius: 15px;
    padding: 16px 20px;
}

.cart-block-option-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cart-block-option-art {
    display: flex;
    align-items: center;
}

.cart-block-option-art img {
    margin-right: 10px;
    width: 48px;
    height: 48px;
}

.cart-block-option:first-child {
    margin-right: 32px;
}

.cart-block-option-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-block-option-card-info {
    display: flex;
    align-items: center;
}

.cart-block-option-card-info > *:not(:last-child) {
    margin-right: 12px;
}

.cart-block-option-card-info img {
    width: 44px;
    height: auto;
}

.cart-block-option-change-mobile {
    display: none;
}

.cart-block-option-card-mobile {
    display: none;
}

.offer-warning {
    padding: 20px 0 70px 0;
}

.offer-warning-inner {
    display: flex;
    justify-content: center;
}

.offer-warning-list {
    max-width: 860px;
}

.offer-warning-list li {
    display: flex;
    align-items: center;
}

.offer-warning-list li img {
    width: 48px;
    height: 48px;
}

.product-tabs {
    margin: 0 0 70px 0;
}

.tabs {
    gap: 24px;
}

.product-tabs__tabs.tabs {
    justify-content: center;
    box-shadow: 0px -1px 0px 0px var(--slate-t-15) inset;
    align-items: flex-end;
}

.tabs-link{
    background-color: transparent!important;
}

#heets-wrapper .group-wrap{
    display: none;
}

#heets-wrapper .group-wrap.active{
    display: flex;
}

.bottom{
    scroll-margin-bottom: 600px;
    transition: all 800ms ease-out;
    max-height: 0px;
    overflow: hidden;
}

.bottom.show{
    max-height: 15000px;
}

.bundle-grid__slider.swiper {
    display: none;
}

@media (max-width: 768px) {
    .cart-block {
        background-color: var(--slate);
        padding: 0;
        margin-bottom: 30px;
    }

    .cart-block-inner {
        padding: 20px 0 30px 0;
    }

    .cart-block-action .btn {
        width: 100%;
    }

    .cart-block-item > * {
        width: 50%;
    }

    .cart-block-item > *:last-child {
        text-align: right;
    }

    .cart-block-offer {
        align-items: flex-start;
    }

    .cart-block-options {
        flex-direction: column;
    }

    .cart-block-option:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .cart-block-option-change {
        display: none;
    }

    .cart-block-option-change-mobile {
        display: block;
        margin-top: 10px;
    }

    .cart-block-option-card {
        display: none;
    }

    .cart-block-option-card-mobile {
        display: block;
    }

    .cart-block-option-card-mobile-list {
        display: flex;
        justify-content: space-between;
    }

    .cart-block-option-card-mobile-list:first-child {
        margin-bottom: 10px;
    }

    .cart-block-option-card-mobile-list img {
        width: 44px;
    }

    .offer-warning-list li {
        align-items: flex-start;
    }

    .offer-warning {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 624px) {
    .bundle-grid__slider.swiper {
        display: block !important;
    }
    .bundle-grid__list.desktop {
        display: none !important;
    }
}
/* cart block end */

/* End */
/* /ru/lau-special-offer/style.css?17512510276033 */
