.dz-block {
    margin-bottom: 60px;
}
.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-text-notice,
.dz-text-footer {
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.dz-text-footer a {
/*    color: #0077c8;*/
    color: inherit;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all 0.2s ease;
}
.dz-text-footer a:hover {
/*    color: #1eb4e1;*/
    border-color: transparent;
}
.dz-text-footer p:not(:last-child),
.dz-text-footer ul:not(:last-child),
.dz-text-footer ol:not(:last-child) {
    margin-bottom: 8px;
}
.dz-button {
    display: flex;
}
.dz-button__link {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
    user-select: none;
    transition: all 0.2s ease;
}
.dz-button__link-black {
    background: rgb(0, 0, 0);
}
.dz-button__link-black:hover {
    background: rgb(0, 0, 0, 0.8);
}
.dz-button__link-white {
    background: #fff;
    color: #000;
}
.dz-button__link-white:hover {
    background: #000;
    color: #fff;
}
.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-text-24 {
    font-size: 24px;
    line-height: 120%;
}
.dz-text-20 {
    font-size: 20px;
    line-height: 120%;
}
.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;
}

/* Adaptation */
@media screen and (max-width: 1280px) {
    .dz-block:last-child {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .dz-topLine {
        flex-direction: column;
    }
    .dz-topLine__shop {
        flex-wrap: wrap;
    }
    .dz-text-24 {
        font-size: 20px;
    }
    .dz-text-20 {
        font-size: 18px;
    }
    .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;
    }
}
@media screen and (max-width: 480px) {
    .dz-text-24 {
        font-size: 18px;
    }
    .dz-text-20 {
        font-size: 16px;
    }
}