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 {
    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 {
    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: 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,
.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 18px;
}
.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;
}
.topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.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-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-tabs {
    transition: all 0.2s ease;
}
.dz-tabs:not(:last-child) {
    margin-bottom: 32px;
}
.dz-tabs__list {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    user-select: none;
}
.dz-tabs__item {
    background: #f2f2f2;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    transition: all 0.2s ease;
}
.dz-tabs__item:not(:first-child) {
    margin-left: 4px;
}
.dz-tabs__item:first-child {
    border-radius: 4px 0 0 4px;
}
.dz-tabs__item:last-child {
    border-radius: 0 4px 4px 0;
}
.dz-tabs__item:hover {
    background: #e5e5e5;
}
.dz-tabs__item:active {
    background: #d9d9d9;
}
.dz-tabs__item-active {
    background: #1428a0 !important;
    color: #fff;
    cursor: default;
}
.dz-tabsContent:not(:last-child) {
    margin-bottom: 32px;
}
.dz-tabsContent__item {
    display: none;
}
.dz-tabsContent__item-active {
    display: block;
}
.dz-chessboard {
    display: flex;
    align-items: center;
}
.dz-chessboard:not(:last-child) {
    margin-bottom: 32px;
}
.dz-chessboard-reversed {
    display: flex;
    flex-direction: row-reverse;
}
.dz-chessboard__col {
    width: calc(50% - 16px);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.dz-chessboard__col:first-child {
    margin-right: 16px;
}
.dz-chessboard__col:last-child {
    margin-left: 16px;
}
.dz-chessboard-reversed .dz-chessboard__col:first-child {
    margin: 0 0 0 16px;
}
.dz-chessboard-reversed .dz-chessboard__col:last-child {
    margin: 0 16px 0 0;
}
.dz-chessboard__imgWrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.dz-chessboard__img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    transition: all 0.2s ease;
}
.dz-chessboard__textWrapper {
    padding: 0 16%;
    transition: all 0.2s ease;
}
.dz-chessboard__icon {
    width: 88px;
    margin-bottom: 12px;
}
.dz-chessboard__h3,
.dz-chessboard__h4 {
    margin-bottom: 8px;
}
.dz-chessboard__h3 {
    text-align: inherit;
}
.dz-chessboard__h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
}
.dz-chessboard__text {
    font-size: 16px;
    line-height: 22px;
}
.dz-chessboard__text:not(:last-child) {
    padding-bottom: 8px;
}
.dz-chessboard__notice {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}
.dz-chessboard__notice ol {
    padding-left: 12px;
}
.dz-chessboard__notice ol:not(:last-child),
.dz-chessboard__notice li:not(:last-child),
.dz-chessboard__notice p:not(:last-child) {
    margin-bottom: 4px;
}
.dz-chessboard__notice-hidden {
    display: none;
}
.dz-chessboard__noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.dz-chessboard__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-chessboard__noticeLink:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1060px) {
    .dz-chessboard__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 930px) {
    .dz-chessboard__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .dz-h3 br,
    .dz-h4 br {
        display: none;
    }
    .dz-chessboard__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;
        margin-right: 0;
        padding-right: 0;
    }
    .topLine {
        flex-direction: column;
    }
    .topLine__shop {
        flex-wrap: wrap;
    }
    .dz-banner {
        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-chessboard {
        height: auto;
        flex-direction: column !important;
    }
    .dz-chessboard__col {
        width: 100%;
        border-radius: 8px;
    }
    .dz-chessboard__col:first-child,
    .dz-chessboard__col:last-child,
    .dz-chessboard-reversed .dz-chessboard__col:first-child,
    .dz-chessboard-reversed .dz-chessboard__col:last-child {
        margin: 0 0 16px;
    }
    .dz-chessboard__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 630px) {
    .dz-chessboard__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 380px) {
    .dz-tabs__item {
        padding: 12px;
    }
}
@media screen and (max-width: 360px) {
    .dz-chessboard__textWrapper {
        padding: 0;
    }
}