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 video {
    width: 100%;
}
.dz sup {
    font-size: 70%;
}
.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: 40px;
    line-height: 48px;
}
.dz-h3 {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin: auto auto 32px;
}
.dz-h3 sup {
    font-size: 60%;
    top: -0.6em;
}
.dz-h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.dz-h5 {
    max-width: 780px;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin: auto auto 16px;
}
.dz-text p:not(:last-child) {
    margin-bottom: 16px;
}
.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-notice {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.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: 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;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.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-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
}
.dz-banner__img-mob {
    display: none !important;
}
.dz-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    transition: all 0.2s ease;
}
.dz-features__item {
    background: #f4f4f4;
    border-radius: 16px;
    flex: 1 1 calc(25% - (24px * 3 / 4));
    padding: 24px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.dz-features__icon {
    width: 120px;
    margin-bottom: 16px;
}
.dz-features__h4 {
    font-size: 24px;
    text-align: left;
    margin: 0;
}
.dz-chess {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.dz-chess:not(:last-child) {
    margin-bottom: 64px;
}
.dz-chess-carousel {
    margin-bottom: 64px !important;
}
.dz-chess__item {
    display: flex !important;
    align-items: center;
    gap: 32px;
}
.dz-chess__item-reversed {
    display: flex;
    flex-direction: row-reverse;
}
.dz-chess__col {
    width: calc(50% - 16px);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.dz-chess__mediaWrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-chess__media {
    width: 100%;
/*    max-width: 100%;
    max-height: 100%;*/
    transition: all 0.2s ease;
}
.dz-chess__textWrapper {
    padding: 0 16%;
    transition: all 0.2s ease;
}
.dz-chess__h3 {
    font-size: 28px;
}
.dz-chess__h3,
.dz-chess__h4 {
    margin-bottom: 8px;
}
.dz-chess__h3 {
    text-align: inherit;
}
.dz-chess__h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
}
.dz-chess__text:not(:last-child) {
    margin-bottom: 8px;
}
.dz-chess__noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.dz-chess__noticeLink:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px #999 solid;
    border-top: none;
    border-left: none;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 0 1px 2px;
}
.dz-chess__noticeLink:hover {
    opacity: 0.6;
}
.dz-chess__notice {
    color: #999;
    font-size: 12px;
    line-height: 110%;
}
.dz-chess__notice ol {
    padding-left: 12px;
}
.dz-chess__notice ol:not(:last-child),
.dz-chess__notice li:not(:last-child),
.dz-chess__notice p:not(:last-child) {
    margin-bottom: 4px;
}
.dz-chess__notice-hidden {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-arrow {
    background: #f2f2f2 !important;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.slick-prev {
    left: 8px;
}
.slick-next {
    right: 8px;
}
.slick-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px rgb(0, 0, 0) solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: 50%;
}
.slick-prev:before {
    left: 17px;
    transform: translateY(-50%) rotate(-45deg);
}
.slick-next:before {
    right: 17px;
    transform: translateY(-50%) rotate(135deg);
}
.slick-arrow:hover {
    opacity: 0.9;
}
.slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 8px;
    transition: all 0.2s ease;
}
.slick-dots li:hover {
    background: #999;
}
.slick-dots .slick-active {
    background: #333;
    cursor: default;
}
.dz-h3-ai {
    display: flex;
    justify-content: center;
}
.dz-h3-ai__img {
    width: 48px;
    margin: -12px 4px 0;
}
@media screen and (max-width: 1140px) {
    .dz-features {
        gap: 16px;
    }
    .dz-features__icon {
        width: 80px;
    }
    .dz-features__h4 {
        font-size: 20px;
    }
    .dz-chess__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 980px) {
    .dz-h3 {
        font-size: 28px;
    }
    .dz-h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 930px) {
    .dz-chess__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-features__item {
        flex: 1 1 calc(50% - (24px * 1 / 2));
    }
    .dz-chess__textWrapper {
        padding: 0 5%;
    }
}
@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-topLine {
        flex-direction: column;
    }
    .dz-topLine__shop {
        flex-wrap: wrap;
    }
    .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-features__item {
        border-radius: 8px;
    }
    .dz-chess {
        gap: 32px;
    }
    .dz-chess:not(:last-child) {
        margin-bottom: 32px;
    }
    .dz-chess-carousel {
        margin-bottom: 32px !important;
    }
    .dz-chess__item {
        height: auto;
        flex-direction: column !important;
        gap: 16px;
    }
    .dz-chess__col {
        width: 100%;
    }
    .dz-chess__mediaWrapper {
        border-radius: 8px;
    }
    .dz-chess__h3 {
        margin-bottom: 8px;
    }
    .dz-chess__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .slick-dots {
        bottom: 16px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}
@media screen and (max-width: 630px) {
    .dz-chess__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 480px) {
    .dz-features {
        flex-direction: column;
        gap: 8px;
    }
    .dz-features__item {
        width: 100%;
        border-radius: 8px;
        flex: auto;
    }
    .dz-features__h4 {
        text-align: center;
    }
    .dz-features__icon {
        margin-left: auto;
        margin-right: auto;
    }
    .dz-features__h3 {
        text-align: center;
        margin: 0;
    }
}
@media screen and (max-width: 440px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .dz-h5 {
        font-size: 20px;
    }
}
@media screen and (max-width: 360px) {
    .dz-chess__textWrapper {
        padding: 0;
    }
}