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 {
    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: 40px;
    line-height: 48px;
}
.dz-h3 {
    max-width: 1000px;
    font-size: 28px;
    line-height: 34px;
    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-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: 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: 10px;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    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-headerMain {
    width: 1140px;
    text-align: center;
    margin: 0 auto 32px;
    transition: all 0.2s ease;
}
.dz-chess {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.dz-chess:not(:last-child) {
    margin-bottom: 32px;
}
.dz-chess__item {
    display: flex;
    align-items: center;
    gap: 32px;
}
.dz-chess-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__imgWrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-chess__img {
    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__icon {
    width: 88px;
    margin-bottom: 12px;
}
.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: 22px;
}
.dz-chess__text {
    font-size: 16px;
    line-height: 22px;
}
.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: 14px;
}
.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;
}
.dz-carousel {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-carousel-large {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.dz-carousel-large__img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}
.dz-carousel-largeSlideNum {
    height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    cursor: default;
    position: absolute !important;
    bottom: 16px;
    left: 16px;
    right: 16px;
    user-select: none;
}
.dz-carousel-large .slick-arrow {
    width: 60px;
    height: 60px;
}
.dz-carousel-large .slick-prev {
    left: 16px;
}
.dz-carousel-large .slick-next {
    right: 16px;
}
.dz-carousel-large .slick-arrow:before {
    width: 16px;
    height: 16px;
    border-width: 3px;
}
.dz-carousel-large .slick-prev:before {
    left: 25px;
}
.dz-carousel-large .slick-next:before {
    right: 25px;
}
.dz-carousel-thumbs {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
}
.dz-carousel-thumbs .slick-slide {
    margin: 0 8px;
}
.dz-carousel-thumbs__img {
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dz-carousel-thumbs__img:hover {
    opacity: 0.8;
}
.dz-carousel-named__slideNum {
    height: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    cursor: default;
    position: absolute !important;
    left: 16px;
    user-select: none;
}
.dz-carousel-names {
/*    height: 20px;*/
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    cursor: default;
    position: absolute !important;
    bottom: 8px;
    left: 16px;
    right: 16px;
    user-select: none;
}
.dz-carousel-descr {
    position: relative;
    padding-left: 32px;
}
.dz-carousel-descr span {
    position: absolute;
    top: 0;
    left: 0;
}
.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: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: rgba(255, 255, 255, 0.7);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease;
}
.slick-dots li:hover {
    transform: scale(1.15);
}
.slick-dots .slick-active {
    background: rgb(255, 255, 255);
    cursor: default;
    transform: scale(1.25) !important;
}
.slick-current .dz-carousel-thumbs__img {
    cursor: default !important;
    opacity: 0.4 !important;
}
@media screen and (max-width: 1220px) {
    .dz-headerMain {
        width: auto;
    }
}
@media screen and (max-width: 1060px) {
    .dz-chess__textWrapper {
        padding: 0 10%;
    }
}
@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-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 {
        border-right: none;
    }
    .dz-banner {
        border-radius: 8px;
    }
    .dz-banner-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-banner-main,
    .dz-banner-main__img {
        border-radius: 0;
    }
    .dz-banner__img-desktop {
        display: none !important;
    }
    .dz-banner__img-mob {
        display: block !important;
    }
    .dz-chess {
        gap: 32px;
    }
    .dz-chess__item {
        height: auto;
        flex-direction: column !important;
        gap: 16px;
    }
    .dz-chess__col {
        width: 100%;
    }
    .dz-chess__imgWrapper {
        border-radius: 8px;
    }
    .dz-chess__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .dz-carousel {
        border-radius: 8px;
    }
    .dz-carousel-named__slideNum,
    .dz-carousel-names {
        font-size: 14px;
        line-height: 16px;
    }
    .dz-carousel-large {
        border-radius: 8px;
    }
    .dz-carousel-largeSlideNum {
        height: 20px;
        font-size: 16px;
        line-height: 24px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
    .dz-carousel-thumbs {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .dz-carousel-thumbs .slick-slide {
        margin: 0 4px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
}
@media screen and (max-width: 630px) {
    .dz-chess__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 430px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 360px) {
    .dz-chess__textWrapper {
        padding: 0;
    }
}