.header-banner {
    min-height: 1px;
}

.preWrap {
    white-space: pre-wrap;
}

.design-header.no-space {
    margin-bottom: 0;
    border-bottom: none;
}

.block.offer {
    padding: 0;
}

.block.offer .block-title {
    margin-left: 20px;
    font-size: 26px;
}

.block .di-slider {
    /*padding: 20px;*/
}


.block .offer-bg {
    margin-top: 30px;
}

.block-title {
    margin: 15px 20px;
    font-family: Portrait;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #dcd0c6;
}

.contacts .block {
    padding: 30px 20px 60px;
}

.contacts .email-content p {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contacts .email-box {
    width: 250px;
    padding: 20px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    color: #000;
}

.contacts .email-box img {
    margin-right: 10px;
}

.contacts .block .block-title {
    color: #000;
}

.back-action {
    display: flex;
    align-items: center;
    width: 100%;
}

.back-action .terms-image {
    width: 132px;
    height: 45px;
    /*margin-left: 20px;*/
}

.back-action img {
    width: 100%;
}

.reward .block .block-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 30px;
}

.reward .block .block-sub-title {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0;
}

.reward ul.rewards-list li {
    margin-bottom: 60px;
}


.reward ul.rewards-list li .copy-block {
    z-index: 11;
    padding: 25px;
    background-size: 200% 110%;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/images/image-gradient-bg.png);
    font-size: 24px;
    font-weight: 500;
}


.reward ul.rewards-list li h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.reward ul.rewards-list li .reward-image-wrapper {
    padding: 3px;
    background: #c66442;
    width: calc(100% - 20px);
}

.reward ul.rewards-list li .reward-image-wrapper img {
    width: 100%;
    height: auto;
    padding: 0;
}

.terms ul {
    padding: 0;
    margin: 0;
}

.terms .content li {
    margin-left: 25px;
}

.claim-rewards-button {
    width: 293px;
    margin: auto;
    height: 52px;
    background-image: url('/static/images/claim-button.png');
    background-size: 100% 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.claim-rewards-button a, .claim-rewards-button button {
    font-family: DINPro, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.back-button {
    min-width: 76px;
    height: 31px;
    background-image: url('/static/images/Back-btn.svg');
    background-size: 100% 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    border: 0;
    background-color: transparent;
    margin-right: 10px;
}

.back-button span {
    font-family: DINPro, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
