

/* Start:/ru/product/taste-delia/style.css?173795328211104*/
.promo {
    position: relative;
    text-align: center;
}

.promo__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/local/templates/deus/assets/pics/product/taste-delia/bg_header.jpg');
    background-size: 100% 100%;
}

.promo__titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 85px;
    gap: 20px;
}

.promo__title {
    color: var(--iluma-white);
}

.promo__subtitle {
    font-size: 30px;
    line-height: 24px;
    color: var(--iluma-white);
}

.promo__video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin-bottom: 85px;
}

.promo__video picture {
    width: 100%;
}

.promo__video-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.25);
}

.promo__video-link.btn {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    transform: translate(-100%, -100%);
}

.promo__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 60px 0;
    max-width: 920px;
    margin-bottom: 70px;
}

.promo__description-text {
    font-size: 20px;
    line-height: 32px;
}

.delia__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.delia__info.container {
    margin-top: 80px;
    margin-bottom: 60px;
}

.block-info {
    padding: 30px 0;
}

.block-info__inner {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
}

.block-info__inner-inform {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
}

.block-info__article {
    max-width: 45%;
}

.block-info-header {
    margin-bottom: 5px;
}

.block-info-header--disclamer {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.block-info__subinfo {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.block-info__preview {
    max-width: 50%; 
}

.block-info-ol {
    font-size: 20px;
    line-height: 32px;
    list-style-type: decimal !important; 
    padding-left: 20px !important; 
}

.block-info-ol li::marker {
    font-weight: bold; 
}

.check-section.container {
    margin-bottom: 140px;
}

.check-section__title {
    text-align: center;
    padding: 60px 0;
}

.check-section__list {
    display: flex;
    justify-content: space-between;
}

.check-section__item {
    width: 30%; 
}

.check-section-card__image {
    width: 100%;
    display: block; 
}

.check-section-card__header {
    padding-top: 20px;
}

.check-section-card__text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 10px; 
}

.check-section__subinfo {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding-top: 60px;
}

.desktop-hidden {
    display: none;
}

.delia-sticks.container {
    margin-bottom: 130px;
}

.delia-sticks__header {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.delia-sticks__title {
    text-align: center;
}

.delia-sticks__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
    padding-bottom: 70px;
}

.delia-stick {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
}

.delia-stick__image {
    padding-bottom: 25px;
}

.delia-stick__title {
    text-align: center;
    padding-bottom: 10px;
}

.delia-stick__title--gold {
    color: #BB9A76;
}

.delia-stick__title--green {
    color: #44B7B7;
}

.delia-stick__title--coral {
    color: #EE2837;
}

.delia-stick__title--burgundy {
    color: #EE1E2E;
}

.delia-stick__description {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.btn.btn-outline.delia-sticks__link {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 130px;
}

.delia-sticks__disclamer {
    font-size: 17px;
    line-height: 25px;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.container.flavor-info--ru, .container.flavor-info--kz {
    margin-bottom: 70px;
}

.flavor-info--ru {
    background-image: url('/local/templates/deus/assets/pics/product/taste-delia/flavor-info-desktop-bg_ru.png'); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.flavor-info--kz {
    background-image: url('/local/templates/deus/assets/pics/product/taste-delia/flavor-info-desktop-bg_kz.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.flavor-info__details {
    padding: 60px 0 40px 60px;
    max-width: 550px;
}

.flavor-info__title {
    padding-bottom: 50px;
    color: var(--iluma-white);
}

.flavor-info__details .btn.btn-outline.flavor-info__button {
    color: var(--soft-white);
    box-shadow: inset 0 0 0 1.5px var(--soft-white)
}

.flavor-info__note {
    font-size: 13px;
    padding-top: 60px;
    line-height: 18px;
    color: var(--iluma-white);
}

.block-pages-title {
    padding-bottom: 40px;
}

.index_notification {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) /* mobile */ {

    .promo__subtitle {
        font-size: 24px;
    }

    .promo__video-link.btn {
        transform: translate(-40%, -40%);
    }

    .promo__content {
        margin-bottom: 40px;
        padding: 60px 20px;
    }


    .delia__info {
        flex-direction: column-reverse;
    }

    .delia__info.container {
        margin: 0;
    }

    .delia__info.container, .check-section.container {
        padding: 0;
    }

    .block-info {
        padding: 0;
    }

    .block-info__inner {
        display: flex;
        flex-direction: column-reverse; 
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }

    .block-info__inner-inform {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .block-info__article {
        max-width: 80%;
        margin-top: 30px; 
    }
    
    .block-info__preview {
        width: 100%;
        max-width: 100%;
    }

    .check-section.container {
        margin-bottom: 55px;
    }

    .check-section__list {
        flex-direction: column;
        gap: 20px;
    }

    .check-section__item {
        width: 100%;
    }

    .check-section-card__content {
        padding: 10px 20px 0;
    }

    .check-section-card__header {
        text-align: center;
    }

    .desktop-hidden {
        display: inline;
    }

    .check-section__subinfo {
        display: none;
    }

    .delia-sticks.container {
        margin-bottom: 70px;
    }

    .delia-sticks__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h5.delia-stick__title {
        font-size: 25px;
        line-height: 30px;
    }

    .delia-sticks__list {
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
    }
    
    .btn.btn-outline.delia-sticks__link {
        margin-bottom: 70px;
    }

    .delia-sticks__disclamer {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 0 5px;
    }

    .flavor-info--ru {
        background-image: url('/local/templates/deus/assets/pics/product/taste-delia/flavor-info-mobile-bg_ru.png'); 
        background-size: cover;
        background-position: center -220px;
    }

    .flavor-info--kz {
        background-image: url('/local/templates/deus/assets/pics/product/taste-delia/flavor-info-mobile-bg_kz.png'); 
        background-size: cover;
        background-position: center -220px;
    }

    .flavor-info__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .flavor-info__details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0px;
        max-width: 80%;
    }

    .flavor-info__title {
        text-align: center;
        padding-bottom: 550px;
        order: -2;
    }

    .flavor-info__details .btn.btn-outline.flavor-info__button {
        color: var(--slate);
        box-shadow: inset 0 0 0 1.5px var(--slate);
        margin-bottom: 60px;
        width: 100%;
    }


    .flavor-info__note {
        font-size: 14px;
        line-height: 18px;
        color: var(--slate);
        order: -1;
        padding-bottom: 40px;
    }

}

@media (max-width: 481px) /* mobile */ {

    .promo__body {
        background-image: url('/local/templates/deus/assets/pics/product/taste-delia/bg_header_mobile.png');
    }

    .promo__titles {
        padding: 15px 20px;
        gap: 5px;
    }

    .promo__subtitle {
        padding: 0 40px;
        line-height: 20px;
        font-size: 16px;
    }

    .promo__video {
        margin-bottom: 5px;
    }

    .promo__content {
        gap: 20px;
        padding: 0;
    }

    h3.promo__description {
        font-size: 24px;
        line-height: 28px;
    }

    .promo__description {
        padding: 30px 20px 0 20px;
    }

    .promo__description-text {
        padding: 0 20px 30px 20px;
    }

    .block-info-header {
        text-align: center;
    }

    .block-info__article {
        max-width: 100%;
        margin-top: 10px;
        padding: 0 20px;
    }

    .block-info-header {
        margin-bottom: 10px;
    }

    .block-info-header--disclamer {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .block-info__subinfo {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .block-info-ol {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }

    .block-pages-title {
        max-width: 80%;
        margin: 0 auto;
    }

    .check-section__title {
        display: none;
    }

    .check-section-card__text {
        font-size: 14px;
        line-height: 20px;
    }

    .delia-sticks__header {
        margin-bottom: 40px;
    }

    .delia-stick__description {
        font-size: 16px;
        line-height: 28px;
    }

    .flavor-info--ru, .flavor-info--kz {
        background-position: top;
    }

    .flavor-info__details {
        max-width: 100%;
        padding: 0 5px;
    }

    .flavor-info__title {
        padding-top: 30px;
        padding-bottom: 450px;
    }

    .flavor-info__note {
        line-height: 20px;
        font-size: 14px;
    }

    .btn.btn-outline {
        min-width: 90%;
    }
    
    .block-info__preview {
        max-width: 100%;
        height: auto;
    }

    .index_notification {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 375px) /* mobile */ {
    .flavor-info__title {
        padding-bottom: 300px;
    }
}
/* End */


/* Start:/ru/product/iqos-iluma/style.min.css?17411655761252*/
.iluma-first-top{padding:60px 0}.iluma-first-preview{width:100%;display:flex}.iluma-first-preview-img{width:100%}.iluma-first-bottom{padding:60px 0}.iluma-first-warning{max-width:920px;margin:0 auto}.iluma-first-article h2{margin-bottom:30px}.block-pages-article h2{margin-bottom:60px}.first-content,.product-single{margin-bottom:60px}.first-content.iluma .first-content__btns .block-compare{padding-top:60px;margin-bottom:0}.swiper.product-single-slider{display:none}.swiper.product-single-slider.active{display:block}@media (max-width:1000px) and (min-width:769px){.first-content.iluma .first-content__btns{flex-direction:column;gap:14px}.first-content.iluma .first-content__btns .btn:first-child{margin-right:0!important}}@media (max-width:768px){.iluma-first-article h2{margin-bottom:10px}.iluma-first-top{padding:30px 0}.iluma-first-bottom{padding:30px 0}.iluma-first-preview-img{height:300px;width:100%;object-fit:cover}.block-pages-article h2{margin-bottom:30px}.first-content,.product-single{margin-bottom:30px}.block-compare{padding-top:30px;overflow:hidden}}@media (max-width:480px){.iluma-first-preview-img{height:150px}.iluma-warning p.bd-lg{font-size:12px;line-height:16px}.product-slider-next,.product-slider-prev{display:none!important}}
/* End */


/* Start:/local/templates/deus/blocks/i-compare/style.css?17586834008617*/
.i-compare {
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px 15px;
}

.i-compare__header {
    text-align: center;
    background-color: var(--hard-white);
    position: relative;
    padding-top: 120px;
    margin-bottom: -200px;
    padding-bottom: 200px;
    z-index: -1;
}

.i-compare__title {
    padding-bottom: 24px;
}

.i-compare__body {
    padding: 0 185px;
}

.i-compare__characteristics {
    position: relative;
}

.i-compare__characteristics__item {
    position: absolute;
    left: -160px;
    width: 170px;
}

.i-compare__characteristics__item:nth-child(1) {
    top: 505px;
}

.i-compare__characteristics__item:nth-child(2) {
    top: calc(505px + 76px * 1);
}

.i-compare__characteristics__item:nth-child(3) {
    top: calc(505px + 76px * 2);
}

.i-compare__characteristics__item:nth-child(4) {
    top: calc(505px + 76px * 3);
}

.i-compare__characteristics__item:nth-child(5) {
    top: calc(505px + 76px * 4);
}

.i-compare__characteristics__item:nth-child(6) {
    top: calc(495px + 76px * 5);
}

.i-compare__characteristics__item:nth-child(7) {
    top: calc(505px + 76px * 6);
}

.i-compare__characteristics__item:nth-child(8) {
    top: calc(530px + 76px * 7);
}

.i-compare__product-wrapper {
    padding-bottom: 50px;
}

.i-compare__product {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.i-compare__product::-webkit-scrollbar {
    display: none;
}

.i-compare__product-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 290px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.i-compare__product-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.i-compare__product-novelty {
    height: 30px;
}
.i-compare__product-novelty > span {
    background-color: var(--turquoise);
    padding: 4px 8px;
    border-radius: 2px;
}

.i-compare__product-novelty,
.i-compare__product-title,
.i-compare__product-description {
    padding-bottom: 8px;
}

.i-compare__product-description {
    min-height: 58px;
}

.i-compare__product-price {
    padding-bottom: 32px;
}

.i-compare__product-checkmark {
    padding: 16px 0 16px 16px;
    margin-bottom: 16px;
}

.i-compare__product-checkmark:nth-child(even) {
    background-color: var(--slate-t-5);
}

.i-compare__product-checkmark > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--turquoise);
}

.i-compare__product-dash {
    padding: 16px 0 16px 16px;
    margin-bottom: 16px;
}

.i-compare__product-dash:nth-child(even) {
    background-color: var(--slate-t-5);
}

.i-compare__product-dash > span {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--hard-white);
    text-align: center;
    position: relative;
}

.i-compare__product-dash > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 12px;
    background-color: var(--slate);
}

.i-compare__product-session,
.i-compare__product-material,
.i-compare__product-design {
    display: flex;
    align-items: center;
    padding: 16px 22px;
    font-size: 18px;
    line-height: 24px;
}

.i-compare__product-session {
    margin-bottom: 16px;
}

.i-compare__product-material {
    height: 104px;
    margin-bottom: 16px;
}

.i-compare__product-design {
    height: 80px;
    margin-bottom: 32px;
}

.i-compare__pagination {
    display: none;
    justify-content: center;
    margin-bottom: 32px;
}

@media (max-width: 600px) {
    .i-compare__pagination {
        display: flex;
    }
}

.i-compare__pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--slate-t-50);
    margin: 0 6px;
    cursor: pointer;
}

.i-compare__pagination-dot.active {
    background: var(--slate);
}

.i-compare__button {
    text-align: center;
}

.i-compare__disclaimer {
    text-align: center;
    padding: 30px 150px;
}

@media (max-width: 1250px) {
    .i-compare__body {
        padding-inline: 135px;
    }
    .i-compare__characteristics__item {
        left: -145px;
    }
}

@media (max-width: 1090px) {
    .i-compare__body {
        padding-inline: 32px;
    }
    .i-compare__characteristics__item {
        left: 0;
        color: var(--slate-t-50);
        width: max-content;
        font-size: 14px;
    }

    .i-compare__characteristics__item:nth-child(1) {
        top: 460px;
    }
    
    .i-compare__characteristics__item:nth-child(2) {
        top: calc(470px + 75px * 1);
    }
    
    .i-compare__characteristics__item:nth-child(3) {
        top: calc(460px + 75px * 2);
    }
    
    .i-compare__characteristics__item:nth-child(4) {
        top: calc(463px + 75px * 3);
    }
    
    .i-compare__characteristics__item:nth-child(5) {
        top: calc(455px + 75px * 4);
    }
    
    .i-compare__characteristics__item:nth-child(6) {
        top: calc(455px + 75px * 5);
    }
    
    .i-compare__characteristics__item:nth-child(7) {
        top: calc(455px + 75px * 6);
    }
    
    .i-compare__characteristics__item:nth-child(8) {
        top: calc(495px + 75px * 7);
    }
}

@media (max-width: 768px) {
    .full-vw-line {
    position: relative;
    }
    .full-vw-line::before,
    .full-vw-line::after {
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: var(--slate-t-50);
    }
    /* линия сверху */
    .full-vw-line--top::before {
    content: '';
    bottom: 100%;
    }
    /* линия снизу */
    .full-vw-line--bottom::after {
    content: '';
    top: 100%;
    }
    /* сдвиг влево */
    .full-vw-line--left::before,
    .full-vw-line--left::after {
    right: 100%;
    }
    /* сдвиг вправо */
    .full-vw-line--right::before,
    .full-vw-line--right::after {
    left: 100%;
    }
    .i-compare__header {
        padding-top: 70px;
        background-color: inherit;
        margin-bottom: 0;
        padding-bottom: 32px;
    }
    .i-compare__body {
        padding-inline: 17px;
    }
    .i-compare__characteristics__item:nth-child(1) {
        top: 340px;
    }
    
    .i-compare__characteristics__item:nth-child(2) {
        top: calc(340px + 70px * 1);
    }
    
    .i-compare__characteristics__item:nth-child(3) {
        top: calc(340px + 69px * 2);
    }
    
    .i-compare__characteristics__item:nth-child(4) {
        top: calc(340px + 68px * 3);
    }
    
    .i-compare__characteristics__item:nth-child(5) {
        top: calc(340px + 67px * 4);
    }
    
    .i-compare__characteristics__item:nth-child(6) {
        top: calc(340px + 67px * 5);
    }
    
    .i-compare__characteristics__item:nth-child(7) {
        top: calc(340px + 67px * 6);
    }
    
    .i-compare__characteristics__item:nth-child(8) {
        top: calc(340px + 72px * 7);
    }
    .i-compare__product-wrapper {
        padding-bottom: 20px;
    }
    .i-compare__product-item {
        display: flex;
        flex: 0 0 160px;
    }
    .i-compare__product-img {
        width: 160px;
    }
    .i-compare__product-title {
        font-size: 16px;
    }
    .i-compare__product-description {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        padding-bottom: 12px;
        min-height: 54px;
    }
    .i-compare__product-checkmark,
    .i-compare__product-dash,
    .i-compare__product-session,
    .i-compare__product-material  {
        margin-bottom: 0;
		padding: 35px 0 15px;
    }
    .i-compare__product-checkmark:nth-child(even) {
        background-color: inherit;
    }
    .i-compare__product-checkmark > span {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }
    .i-compare__product-checkmark > span > svg {
        width: 8px;
        height: 6px;
    }
    .i-compare__product-dash:nth-child(even) {
        background-color: inherit;
    }
    .i-compare__product-dash > span {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }
    .i-compare__product-dash > span::after {
        width: 6px;
        height: 1px;
    }
    .i-compare__product-session,
    .i-compare__product-material,
    .i-compare__product-design {
        font-size: 14px;
        line-height: 19px;
    }
    .i-compare__product-design {
		padding: 35px 0 15px;
	}
    .i-compare__disclaimer {
        padding: 30px 17px;
    }
}
/* End */


/* Start:/local/templates/deus/blocks/block-pages/style.css?17665712311610*/
.block-pages {
    padding: 60px 0;
    overflow: hidden;
}

.block-pages__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    justify-content: center;
}

.block-pages__link {
    width: calc((100% / 3) - 32px);
    margin: 0 32px 32px 0;
    position: relative;
}

.block-pages__link img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.block-pages__article {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    color: var(--soft-white);

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    bottom: 6px;
}

.block-pages__article .btn {
    padding: 0;
}

.block-pages__article h5 {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .block-pages__link {
        width: calc((100% / 2) - 32px);
    }
}


@media (max-width: 768px) {
    .block-pages__link {
        width: calc((100% / 1) - 32px);
    }

    .block-pages__article h5 {
        margin-bottom: 10px;
    }

    .block-pages__article .btn i {
        /*display: none;*/
    }

    .block-pages__article .btn {
        /*text-decoration: underline;*/
    }
}

@media (max-width: 480px) {
    .block-pages__link img {
        height: 300px;
    }

    .block-pages__article .btn {
        font-size: 16px;
    }
    .block-pages__article .btn span {
        line-height: 2;
        text-align: left
    }
    .block-pages__article .btn.btn-tertiary {
        border-radius: 0
    }

    .block-pages {
        padding: 30px 0;
    }
}
/* End */
/* /ru/product/taste-delia/style.css?173795328211104 */
/* /ru/product/iqos-iluma/style.min.css?17411655761252 */
/* /local/templates/deus/blocks/i-compare/style.css?17586834008617 */
/* /local/templates/deus/blocks/block-pages/style.css?17665712311610 */
