body {
    cursor: default;
}
.action-list__item {
    padding-top: 12px;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 32px;
}
.dz {
    font: 400 16px/22px SamsungOne, sans-serif;
}
.dz img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dz sup {
    font-size: 70%;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    transition: all 0.2s ease;
}
.dz-h1, .dz-h2, .dz-h3, .dz-h4 {
    font-weight: 700;
    font-family: SamsungSharpSans, sans-serif;
}
.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: 36px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 16px;
}
.dz-h3 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 8px;
}
.dz-h4 {
    font-size: 24px;
    line-height: 28px;
    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-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-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-banner__text {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 12%;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.dz-wrapper {
    max-width: 1232px;
    margin: auto;
}
.dz-how {
    margin-bottom: 40px;
}
.dz-how__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    counter-reset: support-counter;
}
.dz-how__item {
    font-size: 24px;
    border: 1px #999 solid;
    border-radius: 16px;
    flex: 1 1 calc(33.33% - (16px * 2 / 3));
    padding: 32px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-how__item:before {
    counter-increment: support-counter;
    content: counter(support-counter);
    background: #242424;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.dz-cashback__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}
.dz-cashback__item {
    background: #f4f4f4;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.33% - (16px * 2 / 3));
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-cashback__top {
    padding: 24px 24px 0;
    flex: auto;
    transition: all 0.2s ease;
}
.dz-cashback__bottom {
    display: flex;
    justify-content: flex-end;
}
.dz-cashback__descr {
    width: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    flex: auto;
    padding: 24px;
    transition: all 0.2s ease;
}
.dz-cashback__img {
    width: 100%;
}
.dz-button {
    display: flex;
    justify-content: center;
}
.dz-button__link {
    background: #fff;
    height: 40px;
    color: #000;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px #000 solid;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button__link:hover {
    background: #000;
    color: #fff;
}
@media screen and (max-width: 1080px) {
    .dz-how__item br {
        display: none;
    }
}
@media screen and (max-width: 1020px) {
    .dz-h3 {
        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-h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .dz-banner,
    .dz-how__item,
    .dz-cashback__item {
        border-radius: 8px;
    }
    .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-cashback__item {
        flex: 1 1 100%;
    }
    .dz-button__link {
        font-size: 15px;
        margin: auto;
    }
}
@media screen and (max-width: 680px) {
    .dz-cashback__item,
    .dz-how__item {
        flex: 1 1 100%;
    }
}
@media screen and (max-width: 480px) {
    .dz-h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .dz-h3,
    .dz-h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .dz-how__item {
        font-size: 20px;
    }
}