body {
    cursor: default;
}
.action-list__cards {
    margin-bottom: 32px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.dz {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dz img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.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: 36px;
    line-height: 40px;
}
.dz-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 32px;
}
.dz-h4 {
    font-size: 20px;
    line-height: 24px;
    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 {
    margin: 0;
    padding: 0
}
.dz-text ol li:not(:last-child) {
    margin-bottom: 3px;
}
.dz-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.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 {
    background: #1428a0;
    height: 40px;
    color: #fff;
    font-size: 14px;
    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:hover {
    background: #102080;
}
.dz-button__link-blue:active {
    background: #0e1c71;
}
.dz-banner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    transition: all 0.2s ease;
}
.dz-banner__img {
    width: 100%;
    border-radius: 16px;
}
.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-ticket {
    background: #f7f7f7;
    margin-bottom: 16px;
    padding: 64px 0;
    transition: all 0.2s ease;
}
.dz-ticket__list {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    transition: all 0.2s ease;
}
.dz-ticket__img {
    width: 100%;
    max-width: 620px;
}
.dz-ticket__plus {
    min-width: 116px;
    position: relative;
    transition: all 0.2s ease;
}
.dz-ticket__plus:before,
.dz-ticket__plus:after {
    content: '';
    background: #000;
    width: 48px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.2s ease;
}
.dz-ticket__plus:before {
    transform: translate(-50%, -50%);
}
.dz-ticket__plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 32px;
}
.dz-text-footer a {
/*    color: inherit;*/
    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-text-footer-js {
    display: none;
}
.dz-text-footer-last {
    width: 836px;
}
.dz-noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.dz-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-noticeLink:hover {
    opacity: 0.6;
}
@media screen and (max-width: 920px) {
    .dz-text-footer-last {
        width: auto;
    }
}
@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-banner,
    .dz-banner__img {
        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-ticket {
        padding: 32px 0;
    }
    .dz-ticket__list {
        flex-direction: column;
        justify-content: inherit;
        padding: 0;
    }
    .dz-ticket__img {
        max-width: inherit;
    }
    .dz-ticket__plus {
        height: 44px;
    }
    .dz-ticket__plus:before,
    .dz-ticket__plus:after {
        content: '';
        background: #000;
        width: 24px;
        height: 7px;
    }
}
@media screen and (max-width: 430px) {
    .dz-h3 {
        font-size: 20px;
        line-height: 24px;
    }
}