body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font: 400 16px SamsungOne, sans-serif;
}
.dz img,
.dz video {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz video {
    width: 100%;
}
.dz iframe {
    border: none;
    display: block;
    box-sizing: border-box;
}
.dz sup {
    font-size: 70%;
    line-height: 1;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4, .dz-h5 {
    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: 48px;
    line-height: 120%;
    margin-bottom: 8px;
}
.dz-h3 {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin: auto auto 16px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    margin: auto auto 16px;
}
.dz-h5 {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin: auto auto 8px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.dz-text em {
    font-style: normal;
    font-weight: 700;
}
.dz-text ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 12px;
}
.dz-text ol:not(:last-child) {
    margin-bottom: 10px;
}
.dz-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dz-text ol li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
}
.dz-text ol li:not(:last-child) {
    margin-bottom: 2px;
}
.dz-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 0;
}
.dz-text-28 {
    font-size: 28px;
    line-height: 120%;
}
.dz-text-24 {
    font-size: 24px;
    line-height: 120%;
}
.dz-text-20 {
    font-size: 20px;
    line-height: 120%;
}
.dz-text-notice {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.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: 10px;
}
.dz-topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.dz-topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.dz-topLine__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    margin-right: 32px;
}
.dz-button {
    display: flex;
}
.dz-button__link {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button__link-black {
    background: rgb(0, 0, 0);
}
.dz-button__link-black:hover {
    background: rgb(0, 0, 0, 0.8);
}
.dz-button__link-white {
    background: #fff;
    color: #000;
}
.dz-button__link-white:hover {
    background: #000;
    color: #fff;
}
.dz-button__link-blue {
    background: #1428a0;
}
.dz-button__link-blue:hover {
    background: #102080;
}
.dz-button__link-blue:active {
    background: #0e1c71;
}
.dz-button__link-lightblue {
    background: #0077c8;
}
.dz-button__link-lightblue:hover {
    background: #0068af;
}
.dz-button__link-lightblue:active {
    background: #005e9d;
}
.dz-block {
    margin-bottom: 60px;
}
.dz-900 {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
    cursor: pointer;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-gray {
    background: linear-gradient(to bottom, #fff, #f7f7f7, #eee, #f3f3f3, #fff);
}
.dz-gradient-v1 {
    background: linear-gradient(to bottom, #68aeff 30%, #006bea);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dz-gradient-v2 {
    background: linear-gradient(to right, #57e1d2 10%, #006bea);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.dz-intro {
    max-width: 1158px;
    text-align: center;
    margin: auto auto 100px;
    transition: all 0.2s ease;
}
.dz-intro__info {
    max-width: 1048px;
    margin: auto auto 40px;
}
.dz-intro .dz-h4 {
    margin-bottom: 56px;
}
.dz-steps {
    counter-reset: steps;
    display: flex;
    gap: 60px;
    transition: all 0.2s ease;
}
.dz-steps__item {
    counter-increment: steps;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    flex: 1 1 calc(50% - (60px * 1 / 2));
    position: relative;
    padding: 32px 32px 40px;
    box-sizing: border-box;
}
.dz-steps__item:before {
    content: counter(steps);
    background: linear-gradient(to bottom, #68aeff 30%, #006bea);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font: 700 90px SamsungSharpSans, sans-serif;
    display: block;
    margin: -8px 0 8px;
    padding-top: 16px;
}
.dz-steps__img {
    position: absolute;
}
.dz-steps__img-1 {
    width: 148px;
    top: -27px;
    left: -125px;
}
.dz-steps__img-2 {
    width: 158px;
    bottom: -27px;
    right: -125px;
}
.g-content-dz-v2 {
    z-index: 2147483647;
}
.dz-block-iframe {
    margin-bottom: 160px !important;
    transition: all 0.2s ease;
}
.dz-tv {
    max-width: 1232px;
    position: relative;
    margin: auto;
}
.dz-tv__img {
    width: 100%;
}
.dz-tv__inner {
    background: url(/upload/static/sm/promo/nachekanit-na-skidku/media/images/tv_left.png) repeat-y top left / 7px auto,
                url(/upload/static/sm/promo/nachekanit-na-skidku/media/images/tv_right.png) repeat-y bottom right / 7px auto;
}
.dz-tv__iframeW {
    padding: 0 7px;
    box-sizing: border-box;
}
.dz-tv__iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    box-sizing: border-box;
}
.dz-tv__iframe-fullscreen {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}
.dz-tv__layer {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dz-tv__close {
    width: 32px;
    height: 32px;
    display: none;
    position: fixed;
    top: 24px;
    right: 16px;
    z-index: 999;
    opacity: 0.6;
}
.dz-tv__close:before,
.dz-tv__close:after {
    content: '';
    background: #fff;
    width: 2px;
    height: 28px;
    border-radius: 1px;
    position: absolute;
    top: 2px;
    left: 15px;
}
.dz-tv__close:before {
    transform: rotate(-45deg);
}
.dz-tv__close:after {
    transform: rotate(45deg);
}
.dz-tv__close:hover {
    opacity: 1;
}
.dz-tv__addition {
    width: 21.96%;
    position: absolute;
    bottom: -8%;
    left: -3.8%;
}
.dz-advans {
    display: flex;
    gap: 32px;
}
.dz-advans__item {
    background: #f2f2f2;
    text-align: center;
    border-radius: 16px;
    flex: 1 1 calc(33.33% - (32px * 2 / 3));
    padding: 40px 16px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-advans__img {
    height: 94px;
    object-fit: contain;
    margin: auto auto 16px;
}
.dz-advans .dz-h3 {
    margin: -8px 0 8px;
    padding-top: 8px;
}
.dz-video {
    border-radius: 16px;
    overflow: hidden;
}
.dz-desktop {
    display: block !important;
}
.dz-mob {
    display: none !important;
}
.dz-block-products .dz-h3 {
    margin-bottom: -8px;
}

/* Adaptation */
@media screen and (max-width: 1410px) {
    .dz-intro {
        max-width: 1048px;
    }
}
@media screen and (max-width: 1310px) {
    .dz-intro {
        max-width: 900px;
    }
    .dz-steps {
        gap: 32px;
    }
    .dz-steps__item {
        flex: 1 1 calc(50% - (32px * 1 / 2));
    }
}
@media screen and (max-width: 1280px) {
    .dz-block:last-child {
        margin-bottom: 24px;
    }
    .dz-block-iframe {
        margin-bottom: 120px !important;
    }
}
@media screen and (max-width: 1240px) {
    .dz-steps {
        gap: 32px;
    }
    .dz-steps__item {
        flex: 1 1 calc(50% - (32px * 1 / 2));
    }
    .dz-advans {
        max-width: 640px;
        flex-direction: column;
        gap: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .dz-advans__item {
        flex: 1 1 100%;
        padding: 40px 32px;
    }
}
@media screen and (max-width: 1160px) {
    .dz-steps__img-1 {
        width: 110px;
        top: 50%;
        left: -93px;
        transform: translateY(-50%);
    }
    .dz-steps__img-2 {
        width: 90px;
        bottom: -20px;
        right: -64px;
    }
}
@media screen and (max-width: 1080px) {
    .dz-steps {
        flex-direction: column;
        gap: 24px;
        margin: 0 20%;
    }
    .dz-steps__item {
        flex: 1 1 100%;
        padding: 24px 16px;
    }
    .dz-steps__item:before {
        margin-bottom: -8px;
    }
}
@media screen and (max-width: 980px) {
    .dz-h3 {
        font-size: 28px;
    }
    .dz-h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
}
@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-h1 {
        line-height: 110%;
        border-right: none;
    }
    .dz-h3 {
        margin-bottom: 16px;
    }
    .dz-text-28 {
        font-size: 24px;
    }
    .dz-text-24 {
        font-size: 20px;
    }
    .dz-text-20 {
        font-size: inherit;
    }
    .dz-banner {
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .dz-banner-main {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner__img-desktop {
        display: none !important;
    }
    .dz-banner__img-mob {
        display: block !important;
    }
    .dz-intro {
        margin-bottom: 80px;
    }
    .dz-intro__info {
        margin-bottom: 24px;
    }
    .dz-intro .dz-h4 {
        margin-bottom: 32px;
    }
    .dz-steps__item,
    .dz-advans__item,
    .dz-video {
        border-radius: 8px;
    }
    .dz-block-iframe {
        margin-bottom: 80px !important;
    }
    .dz-tv__iframeW {
        margin-top: -1px;
        margin-bottom: -1px;
        padding: 0 3px;
    }
    .dz-tv__layer {
        display: block;
    }
    .dz-desktop {
        display: none !important;
    }
    .dz-mob {
        display: block !important;
    }
}
@media screen and (max-width: 540px) {
    .dz-text-28 {
        font-size: 22px;
    }
    .dz-steps {
        margin: 0 15%;
    }
}
@media screen and (max-width: 480px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-h4 {
        font-size: 20px;
    }
    .dz-text-28 {
        font-size: 20px;
    }
    .dz-text-24 {
        font-size: 18px;
    }
    .dz-steps__img-1 {
        width: 90px;
        left: -77px;
    }
    .dz-steps__img-2 {
        width: 70px;
        right: -48px;
    }
    .dz-advans__item {
        padding: 32px 16px;
    }
}
@media screen and (max-width: 420px) {
    .dz-text-28 {
        font-size: 20px;
    }
    .dz-steps {
        margin: 0 10%;
    }
}