body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.dz-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.dz-h2 {
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 32px;
}
.dz-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 16px;
}
.dz-h3 sup {
    font-size: 60%;
}
.dz-h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text ul,
.dz-text ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dz-text ol {
    counter-reset: num;
}
.dz-text ul:not(:last-child),
.dz-text ol:not(:last-child) {
    margin-bottom: 8px;
}
.dz-text li {
    position: relative;
    margin: 0;
}
.dz-text li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ul li {
    padding: 0 0 0 12px;
}
.dz-text ul li:before {
    content: '';
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    transform: translateY(-50%);
}
.dz-text ol li {
    padding: 0 0 0 12px;
}
.dz-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 24px;
}
.dz-text-footer a {
    color: #0077c8;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover {
    color: #1eb4e1;
}
.dz-text-footer p:not(:last-child) {
    margin-bottom: 4px;
}
.dz-mob {
    display: none !important;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-block {
    border-radius: 16px;
    overflow: hidden;
}
.dz-block:not(:last-child) {
    margin-bottom: 32px;
}
.dz-esthetic {
    background: #c4deea;
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 32px 48px;
}
.dz-esthetic__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dz-esthetic__item {
    display: flex;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
}
.dz-esthetic__descr {
}
.dz-esthetic .dz-h3 {
    text-align: left;
}
.dz-esthetic__img-v1 {
    width: 100%;
    max-width: 440px;
}
.dz-esthetic__img-v2 {
    width: 100%;
    max-width: 186px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.dz-limited {
    background-color: #79a5be;
    background-image: url(/upload/static/sm/promo/2mood/media/images/limited_1.png), url(/upload/static/sm/promo/2mood/media/images/limited_2.png);
    background-position: 0 50%, 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%, auto 90%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease;
}
.dz-limited__inner {
    max-width: 348px;
    text-align: center;
    margin-left: 47%;
    transition: all 0.2s ease;
}
.dz-mood {
    display: flex;
    gap: 32px;
}
.dz-mood__col {
    background-color: #bad7e5;
    width: calc(50% - 16px);
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-mood__col:first-child {
    display: flex;
    align-items: center;
    padding-right: 32px;
}
.dz-mood__col:first-child .dz-h3 {
    text-align: inherit;
}
.dz-mood__col:last-child {
    background-image: url(/upload/static/sm/promo/2mood/media/images/mood_2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.dz-mood__img {
    width: 100%;
    max-width: 360px;
}
.dz-exclusive {
    background: #d4ebf7;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}
.dz-exclusive__descr,
.dz-exclusive__photo {
    width: calc(50% - 87px);
}
.dz-exclusive__descr {
    background-color: #76a6bf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-carousel {
    display: flex;
    flex-direction: column;
    padding: 32px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-carousel__imgThumb:first-child {
    border-radius: 8px 8px 0 0;
}
.dz-carousel__imgThumb:last-child {
    border-radius: 0 0 8px 8px;
}
.dz-carousel__imgThumb {
    max-width: 110px;
    min-width: 110px;
    cursor: pointer;
    opacity: 0.5;
}
.dz-carousel__imgThumb:hover {
    opacity: 0.7;
}
.dz-carousel__imgThumb.active {
    cursor: default;
    opacity: 1;
}
.dz-exclusive__photo {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-carousel__img {
    width: 100%;
    opacity: 0;
}
@media screen and (max-width: 1380px) {
    .dz-limited {
        background-position: -8% 50%, 104% 50%;
    }
    .dz-limited__inner {
        margin-left: 45%;
    }
}
@media screen and (max-width: 1360px) {
    .dz-esthetic__img-v1 {
        max-width: 360px;
    }
}
@media screen and (max-width: 1300px) {
    .dz-limited {
        background-position: -25% 50%, 104% 50%;
    }
    .dz-limited__inner {
        margin-left: 41.5%;
    }
}
@media screen and (max-width: 1280px) {
    .dz-mood {
        flex-direction: column;
    }
    .dz-mood__col {
        width: 100%;
    }
}
@media screen and (max-width: 1240px) {
    .dz-esthetic {
        flex-direction: column;
    }
    .dz-esthetic__col {
        flex-direction: row;
        align-items: flex-start;
    }
    .dz-esthetic__col:not(:first-child) .dz-esthetic__item {
        width: calc(33% - 10.7px);
        text-align: center;
        flex-direction: column-reverse;
        gap: 16px;
    }
}
@media screen and (max-width: 1220px) {
    .dz-exclusive__descr,
    .dz-exclusive__photo {
        width: calc(50% - 61px);
    }
    .dz-exclusive__descr,
    .dz-carousel {
        padding: 16px;
    }
    .dz-carousel__imgThumb {
        max-width: 90px;
        min-width: 90px;
    }
}
@media screen and (max-width: 1200px) {
    .dz-limited {
        background-position: -5% 50%, 104% 50%;
        height: 320px;
    }
    .dz-limited__inner {
        margin-left: 40.5%;
    }
}
@media screen and (max-width: 1000px) {
    .dz-limited {
        background-position: -20% 50%, 104% 50%;
    }
    .dz-limited__inner {
        margin-left: 36%;
    }
}
@media screen and (max-width: 940px) {
    .dz-limited {
        background-position: -1000% 50%, 100% 50%;
        text-align: left;
    }
    .dz-limited__inner {
        max-width: inherit;
        text-align: left;
        margin-left: 0;
        padding-left: 24px;
        padding-right: 240px;
    }
    .dz-limited .dz-h3 {
        text-align: left;
    }
    .dz-exclusive {
        flex-direction: column;
    }
    .dz-exclusive__descr,
    .dz-exclusive__photo {
        width: 100%;
    }
    .dz-exclusive__descr {
        order: 1;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dz-exclusive__photo {
        order: 2;
    }
    .dz-carousel {
        flex-direction: row;
        order: 3;
        margin: auto;
    }
    .dz-carousel__imgThumb:first-child {
        border-radius: 8px 0 0 8px;
    }
    .dz-carousel__imgThumb:last-child {
        border-radius: 0 8px 8px 0;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-esthetic__img-v1 {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .g-breadcrumbs {
        margin-left: -12px;
    }
    .g-breadcrumbs .gm-swipe {
        align-items: flex-start;
    }
    .g-breadcrumbs__page {
        white-space: wrap;
    }
    .dz-desktop {
        display: none !important;
    }
    .dz-mob {
        display: block !important;
    }
    .dz-banner,
    .dz-block {
        border-radius: 8px;
    }
    .dz-banner-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner-main {
        border-radius: 0;
    }
    .dz-esthetic {
        gap: 24px;
        padding: 24px;
    }
    .dz-esthetic__col {
        flex-direction: column;
        gap: 24px;
    }
    .dz-esthetic__item {
        width: 100% !important;
        text-align: center;
        flex-direction: column !important;
    }
    .dz-esthetic .dz-h3 {
        text-align: center;
    }
    .dz-esthetic__img-v1 {
        max-width: 440px;
    }
    .dz-esthetic__img-v2 {
        max-width: 440px;
    }
}
@media screen and (max-width: 680px) {
    .dz-limited__inner {
        padding-right: 270px;
    }
}
@media screen and (max-width: 640px) {
    .dz-mood {
        flex-direction: column;
    }
    .dz-mood__col {
        width: 100%;
        height: auto;
    }
    .dz-mood__col:first-child {
        flex-direction: column;
        padding-top: 24px;
        padding-right: 0;
    }
    .dz-mood__descr {
        padding: 24px;
    }
    .dz-mood__col:last-child {
        height: 400px;
    }
    .dz-carousel {
        padding: 0;
    }
    .dz-carousel__imgThumb {
        max-width: 20%;
        min-width: 20%;
        border-radius: 0 !important;
    }
}
@media screen and (max-width: 590px) {
    .dz-limited {
        background: #79a5be url(/upload/static/sm/promo/2mood/media/images/limited_2.png) 100% 20px no-repeat;
        background-size: 200px auto;
        height: auto;
    }
    .dz-limited__inner {
        padding: 270px 16px 16px;
    }
}
@media screen and (max-width: 480px) {
    .dz-esthetic {
        padding-left: 16px;
        padding-right: 16px;
    }
    .dz-mood__col:last-child {
        height: 300px;
    }
}
@media screen and (max-width: 430px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-exclusive__descr {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 400px) {
    .dz-mood__col:last-child {
        height: 250px;
    }
}