.page-title {
    margin: 24px 0;
    display: inline-block;
    width: 100%;
    font-size: 36px;
    line-height: 1.1;
}
.page-title_sm {
    font-size: 24px;
    font-weight: 500;
}
.page-title__helper {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .page-title {
        font-size: 48px;
    }
    .page-title_sm {
        font-size: 36px;
    }
    .page-title__helper {
        font-size: 18px;
    }
}

h1 {}
h2 {}
h3 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
}
h4 {}
h5 {}
h6 {}

a {
    text-decoration: none !important;
    color: #0000be;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
a:hover {
    color: #0000be;
}
a:not([class]) {
    border-bottom: 1px solid #0000be;
}
a:not([class]):hover {
    color: #eb008c;
    border-color: transparent;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}
.img-centered {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .img-centered_mobile {
        margin-left: auto;
        margin-right: auto;
        max-height: 40vh;
        width: auto;

        position: relative;
        left: -11%;
    }
}

hr {
    border: none;
    border-top: 1px solid #d8edf5;
}

/* helpers */
.text-nowrap {
    white-space: nowrap !important;
}
.break-word {
    word-wrap: break-word !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-primary {
    color: #0000be !important;
}
.text-secondary {
    color: #eb008c !important;
}
.text-green {
    color: #08e8de !important;
}
.text-white {
    color: #fff !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-light {
    font-weight: 300 !important;
}
.text-medium {
    font-weight: 500 !important;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.d-inline-block {
    display: inline-block;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.justify-content-end {
    justify-content: flex-end;
}
.link-secondary {
    color: #eb008c;
    border-bottom: 1px solid rgba(235, 0, 140, 0.5);
}
.link-secondary:hover {
    color: #eb008c;
    border-color: transparent;
}
@media screen and (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
    .text-center_mobile {
        text-align: center !important;
    }
    .text-right_mobile {
        text-align: right !important;
    }
    .justify-content-center_mobile {
        justify-content: center;
    }
}
@media screen and (min-width: 768px) {
    .text-left-md {
        text-align: left !important;
    }
    .text-right-md {
        text-align: right !important;
    }
    .flex-nowrap-md {
        flex-wrap: nowrap !important;
    }
    .visible_mobile {
        display: none !important;
    }
}



.section {
    position: relative;
    padding: 40px 0;
}
.section__bg,
.section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.section__content {
    position: relative;
    z-index: 3;
}
.section__title {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.18;
    color: #181818;
}
.section__title_sm {
    font-size: 22px;
}
.section__title_mb_lg {
    margin-bottom: 30px;
}
.section__intro {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.16;
    color: #212121;
}
.section__intro_mb {
    margin-bottom: 20px;
}
.section__text {}
.section__img {
    border-radius: 15px;
    margin: 24px auto;
}
.section__btn-group {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}
.section__btn-group > .section__btn-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.section__btn {
    margin-top: 20px;
}

.section_mt {
    margin-top: 40px;
}
.section_pt {
    padding-top: 40px;
}
.section_pt0 {
    padding-top: 0!important;
}
.section_grey {
    background: #fafafa;
    padding: 40px 0;
}
.section_sign {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    min-height: 590px;
}
.section_sign .section__content {
    flex: 1 1 auto;
}
.section_payment {
    background-color: #FFF!important;
    min-height: 560px;
}
.section_features {
    padding-top: 70px;
    background-color: #FBFBFB;
}
.section_return {
    background: #0000BE;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .section_mt {
        margin-top: 80px;
    }
    .section_pt {
        padding-top: 80px;
    }
    .section__title {
        font-size: 34px;
    }
    .section__title_sm {
        font-size: 22px;
    }
    .section__title_mb_lg {
        margin-bottom: 50px;
    }
    .section__intro {
        font-size: 24px;
    }
    .section_timer {
        margin-top: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .section_raffle .section__bg-img {
        object-position: 30% center;
    }
}
@media screen and (max-width: 991px) {
    .section_sign {
        min-height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .section__img-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }
    .section__img {
        max-width: 320px;
    }
    .section__intro {
        font-size: 16px;
    }

}
@media screen and (max-width: 575px) {
    .section_intro {
        height: 0;
        padding-bottom: 142%;
    }
    .section_intro .section__content {
        position: absolute;
        top: 18%;
        left: 0;
        right: 0;
    }
    .section_features {
        /*padding-bottom: 80%;*/
        padding-top: 50px;
    }
    .section_features .section__bg {
        top: auto;
        bottom: 0;
        padding-bottom: 100%;
        height: 0;
    }
    .section_features .section__bg-img {
        width: 160%;
        max-width: none;
    }
    .section_sign {
        padding-bottom: 115%;
    }
    .section_sign .section__bg {
        top: auto;
        bottom: 0;
        padding-bottom: 120%;
        height: 0;
    }
}
@media screen and (min-width: 1440px) {
    .section_features .section__bg-img {
        left: 50%;
        transform: translate(-50%,0);
        max-width: 1440px;
    }
}

.btn {
    border: none;
    text-decoration: none !important;
    padding: 0 24px;
    line-height: 48px;
    height: 48px;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: none;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
}
.btn_primary,
.btn_primary:hover {
    background: #0000be;
    color: #fff;
    border: 2px solid #0000be;
}
.btn_secondary,
.btn_secondary:hover {
    background: #eb008c;
    color: #fff;
    border: 2px solid #eb008c;
}
.btn_white,
.btn_white:hover {
    background: #fff;
    color: #313131;
    border: 1px solid #fff;
}
.btn_empty {
    background: none !important;
}
.btn_empty.btn_secondary {
    color: #eb008c;
}
.btn_empty.btn_primary {
    color: #0000be;
}
.btn_empty.btn_white {
    color: #fff;
}
.btn_block {
    display: flex;
    width: 100%;
    padding: 0 15px;
}
.btn_mt {
    margin-top: 40px;
}
.btn_disabled {
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    transition: filter 0.3s ease;
}
.btn.btn_wrap {
    white-space: normal;
    line-height: 1.3;
    height: auto;
    padding: 8px 24px;
}
@media screen and (max-width: 767px) {
    .btn.btn_wrap_mobile {
        white-space: normal;
        line-height: 1.3;
        height: auto;
        padding: 8px 24px;
    }
}
@media screen and (min-width: 768px) {
    .btn {
        padding: 0 24px;
        line-height: 48px;
        height: 48px;
    }
    .btn_min {
        min-width: 165px;
    }
}

.btn-link {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #0000be;
    border-bottom: 1px solid #0000be;
    display: inline-flex;
    align-items: center;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link i[class^="vm-icon-"],
.btn-link i[class*=" vm-icon-"] {
    color: #0000be;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.btn-link_dashed {
    border-bottom-style: dashed;
}

.content-styles {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}
.content-styles p {
    margin: 0;
}
.content-styles p + p {
    margin-top: 12px;
}
.content-styles_lg {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}
.content-styles_md {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .content-styles_lg {
        font-size: 32px;
    }
}

.panel-block {
    border: 1px solid #F4F4F4;
    padding: 24px;
    border-radius: 16px;
}
@media screen and (min-width: 768px) {
    .panel-block {
        padding: 40px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .panel-block_mobile_outside {
        padding: 15px;
        margin: 0 -15px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
}


.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
    transition: opacity 0.3s ease;
    color: #0000be;
}
.swiper-button-prev {
    left: auto;
    right: 100%;
}
.swiper-button-next {
    right: auto;
    left: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
}
.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-pagination {
    bottom: 0;
}
.swiper-pagination-bullet-active {
    background: #0000be;
}

.numbers-filter {
    display: flex;
    margin-top: 42px;
}
.numbers-filter__list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 2px;
    overflow: visible;
}
.numbers-filter .swiper-wrapper {}
.numbers-filter .swiper-slide {
    width: auto;
}
.numbers-filter .swiper-button-prev,
.numbers-filter .swiper-button-next {
    top: 0;
    transform: none;
    height: 100%;
    color: #000;
}
.numbers-filter .swiper-button-prev {
    right: auto;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.numbers-filter .swiper-button-next {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.numbers-filter__item {
    position: relative;
}
.numbers-filter__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.numbers-filter__item input:checked ~ label {
    border-color: #0000BE;
}
.numbers-filter__item label {
    text-decoration: none !important;
    padding: 0 15px;
    line-height: 1.2;
    height: 48px;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #fff;;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #212121;
    min-width: 105px;
    border: 1px solid #CACACA;
    user-select: none;
}
.numbers-filter__item label.with-discount {
    flex-direction: column;
}
.numbers-filter__item label.with-discount .old-price {
    font-size: 11px;
    color: #A8A8A8;
    text-decoration: line-through;
}
.numbers-filter__btn {
    width: 105px;
    padding: 0 10px;
    margin-left: 10px;
}

.numbers-slider {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 60px;
}
.numbers-slider__radio {
    position: relative;
    padding-left: 13px;
    margin-bottom: 16px;
}
.numbers-slider__radio input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.numbers-slider__radio input:checked ~ label:before {
    background: #0000BE;
}
.numbers-slider__radio label {
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-left: 6px;
    user-select: none;
    display: inline-block;
    min-width: 150px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.16;
    color: #212121;
    text-align: right;
}
.numbers-slider__radio label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -13px;
    width: 13px;
    height: 13px;
    border: 1px solid #0000BE;
    border-radius: 50%;
    background: #fff;
    transition: background 0.2s ease;
}
.numbers-slider__radio label .digit {
    width: 9px;
    display: inline-block;
    text-align: center;
}
.numbers-slider__radio-helper {
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    text-align: right;
    color: #0000BE;
    white-space: nowrap;
    margin-top: 3px;
}
.numbers-slider__radio-helper .old-price {
    display: inline-block;
    margin-right: 5px;
    color: #A8A8A8;
    text-decoration: line-through;
}
.numbers-slider .swiper-button-prev {
    left: 0;
    right: auto;
    color: #000;
}
.numbers-slider .swiper-button-next {
    right: 0;
    left: auto;
    color: #000;
}

@media screen and (max-width: 767px) {
    .numbers-slider {
        padding-bottom: 20px;
    }
    .numbers-slider__radio {
        text-align: center;
    }
}


.number-widget__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
}
.number-widget__wrapper {
    padding: 0 15px;
    margin-bottom: 30px;
}
.number-widget {
    background: #FFFFFF;
    box-shadow: 0px 10px 36px rgba(0, 0, 0, 0.1);
    padding: 26px 20px 30px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.number-widget__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #181818;
    margin-bottom: 12px;
    width: 100%;
}
.number-widget__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #212121;
    margin-bottom: 12px;
    flex: 1 1 auto;
    width: 100%;
}
.number-widget__helper {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #A8A8A8;
    width: 100%;
}
.number-widget__form {
    margin-top: 10px;
}
.number-widget__form_full {
    width: 100%;
}
.number-widget_custom {
    background-color: #EB008C;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTU0IiBoZWlnaHQ9IjI3OCIgdmlld0JveD0iMCAwIDU1NCAyNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxMF8zKSI+PHJlY3Qgd2lkdGg9IjU1NCIgaGVpZ2h0PSIyNzgiIGZpbGw9IiNFQjAwOEMiLz48bWFzayBpZD0ibWFzazBfMjEwXzMiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1NTQiIGhlaWdodD0iMjc4Ij48cmVjdCB3aWR0aD0iNTU0IiBoZWlnaHQ9IjI3OCIgZmlsbD0iI0VCMDA4QyIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI21hc2swXzIxMF8zKSI+PGNpcmNsZSBjeD0iNTUyIiBjeT0iMiIgcj0iMTIxIiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjU1NCIgcj0iMTIxIiBmaWxsPSIjMDAwMEJFIi8+PGNpcmNsZSBjeD0iLTAuNSIgY3k9IjI3OS41IiByPSI1NC41IiBmaWxsPSIjMDAwMEJFIi8+PC9nPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzIxMF8zIj48cmVjdCB3aWR0aD0iNTU0IiBoZWlnaHQ9IjI3OCIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}
.number-widget_custom .number-widget__name {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.18;
    color: #FFFFFF;
    text-align: center;
}
.number-widget_custom .number-widget__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.16;
    text-align: center;
    color: #FFFFFF;
}
.number-widget_custom .form-control {
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    color: #fff;
}
.number-widget_custom .form-control_transparent {
    background: none;
    font-weight: 500;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .number-widget__btn.btn {
        height: 40px;
        border-radius: 5px;
    }
}



.row.row_md {
    margin-left: -15px;
    margin-right: -15px;
}
.row.row_md > .col,
.row.row_md > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.row.row_sm {
    margin-left: -5px;
    margin-right: -5px;
}
.row.row_sm > .col,
.row.row_sm > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row.row_xs {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row_xs > .col,
.row.row_xs > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
@media screen and (max-width: 575px) {
    .row.row_sm_mobile {
        margin-left: -5px;
        margin-right: -5px;
    }
    .row.row_sm_mobile > .col,
    .row.row_sm_mobile > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.position-relative {
    position: relative;
}

.btn.disabled {
    cursor: not-allowed;
}

.number-load__wrapper {

}
.number-load__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.number-load__block .number-load__title {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.18;
    color: #181818;
}
@media screen and (min-width: 768px) {
    .number-load__block .number-load__title {
        font-size: 34px;
    }
}

.check-process {
    margin-bottom: 0!important;
}
.sign-load__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
}
.random-load__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.loader-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,0.5);*/
    z-index: 20;
}
.loader-block:before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -21px;
    margin-left: -21px;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid #0000be;
    border-radius: 50%;
    border-top-color: transparent;
    animation: loaderSpin 0.75s infinite linear;
}
.random-load__block .loader-block:before {
    border: 4px solid #ffffff;
    border-top-color: transparent;
}
@keyframes loaderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.intro-block {
    text-align: center;
    min-height: 170px;
}
.intro-block__title {
    font-weight: 800;
    font-size: 43px;
    line-height: 1.18;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.intro-block__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.16;
    color: #FFFFFF;
}
.intro-block__btn {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .intro-block__title {
        font-size: 45px;
    }
    .intro-block__text {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}


.steps-tile {}
.steps-tile__list {
    counter-reset: stepItem;
}
.steps-tile__item-wrapper {
    counter-increment: stepItem;
    margin-top: 34px;
    margin-bottom: 30px;
}
.steps-tile__item {
    position: relative;
    background: #F7F7F7;
    border-radius: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 150px;
}
.steps-tile__text-input {
    margin-top: 30px;
}
.steps-tile__input {
    margin-top: 10px;
}
.steps-tile__input input {
    text-align: center;
}
.steps-tile__bg,
.steps-tile__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
}
.steps-tile__bg-img {
    object-position: center center;
    object-fit: cover;
}
.steps-tile__content {
    position: relative;
    z-index: 3;
}
.steps-tile__item:before {
    content: counter(stepItem);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #EB008C;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    z-index: 4;
    box-shadow: 0px 4px 0 0 #fff;
}
.steps-tile__item a:not([class]) {
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.steps-tile__item a:not([class]):hover {
    color: #0000BE;
    border-color: transparent;
}
.steps-tile__item_inverse {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .steps-tile__item-wrapper {
        margin-bottom: 16px;
    }
    .steps-tile__item:before {
        width: 58px;
        height: 58px;
    }
}

.answer_block {
    min-height: 17px;
    font-size: 14px;
    margin-top: 5px;
}
.answer_block .error {
    color: red;
}
.answer_block .success {
    color: green;
}

.panel-tile {
    background: #fff;
    margin-top: 50px;
    padding: 32px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .panel-tile {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.status-panel {
    background: #fff;
    padding: 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}
.status-panel__list {
    align-items: flex-end;
}
.status-panel__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    color: #000000;
}
.status-panel__text {

}
#header.header_shadow ~ main .status-panel {
    position: fixed;
    top: 50px;
}
@media screen and (max-width: 767px) {
    .status-panel {
        padding-top: 10px;
        padding-bottom: 2px;
    }
    .status-panel__list {
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
    }
    .status-panel__item {
        margin-bottom: 8px;
    }
    #header.header_shadow ~ main .status-panel {
        top: 80px;
    }
}



.timer-block {
    min-width: 120px;
}
.timer-block__numbers {
    display: flex;
    justify-content: center;
}
.timer-block__number {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    color: #eb008c;
}
.timer-block__number:not(:last-child):after {
    content: "\0000a0:\0000a0";
    color: #000;
}
@media screen and (max-width: 767px) {
    .timer-block__numbers {
        justify-content: flex-end;
    }
}


.features-list {}
.features-list__item {
    position: relative;
    padding-left: 53px;
    margin-bottom: 25px;
}
.features-list__img-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 47px;
    height: 47px;
}
.features-list__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.features-list__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.16;
    color: #181818;
    margin-bottom: 7px;
}
.features-list__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #000000;
}


.features-section {
    min-height: 585px;
    align-items: center;
    padding-top: 70px;
}
.features-section__hint-wrapper {
    position: relative;
    align-self: stretch;
}
.features-section__hint {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 7px 22px;
    display: inline-flex;
    align-items: center;

    position: absolute;
    transform: translateY(-50%);
}
.features-section__hint-img-wrapper {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    position: relative;
    margin-right: 24px;
}
.features-section__hint-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.features-section__hint-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
    color: #181818;
}


.features-section__hint_1 {
    top: 43%;
    left: 15px;
}
.features-section__hint_2 {
    top: 55%;
    left: 12%;
}
.features-section__hint_3 {
    top: 81%;
    left: 45%;
}
@media screen and (max-width: 767px) {
    .features-section {
        min-height: 400px;
        padding-top: 20px;
    }
    .features-section__hint {
        padding: 4px 25px;
    }
    .features-section__hint-img-wrapper {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    .features-section__hint-text {
        text-transform: capitalize;
    }
}
@media screen and (max-width: 575px) {
    .features-section__hint-wrapper {
        height: 0;
        padding-bottom: 75%;
    }
}
@media screen and (min-width: 768px) {
    .features-section__hint-text_md {
        font-size: 14px;
    }
}

.return-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: calc(100vh - 160px);
}
.return-block__desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.return-block__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 27px;
}
.return-block__text {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.16;
    color: #FFFFFF;
    max-width: 350px;
}
.return-block__btn {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: block;
    margin: 28px auto 0;
    background-color: #EB008C;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAMAAAAOARRQAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMAEWbh9Rk/+/jz5BQK7MO+Ia9zXgzVV0o3HAa2bUMl6M7Lo5lOPTGofi4p2p6LeA/ehVK7k7X+c8IAAALASURBVHja7djVgsM4DAXQG9pwyszDTO39/09bVpzigq23nseZtmZbEq6urpzJ73rjAtqGAclZDl0/Kf/Q6UPTw4p/ihdQ9PLKv3Whx9tQ+FBTPFKkbWjpv1HEPtR0Y4pbxVYSisc+tCxSiiqHlnFGMVhCy+SLYjWGlryiKEfQUswo4iHU3FIkH1DzwdoN1PixacWDloeEYt3XayWj2LxASxRQBM96rbQoyjuo6VCEQ2gpvll7gpon1qrFL//X/UN7igt+EtaS8H9L0zKobv3nPk66S+lSPLhd4IQ1nVv3pjhEBfF6iAMxVWxfsKeijrKLpkVIJW8FGkYxlbQ8NMwb/2hH/1f7ZTTvrGI2DSYwpt+svcPK5/0uY8PmEw2PrHVhqT8PaLQKGN6MohzC1mSXsPaGhmJAEd7D2qJkbYiG54DiawlrDwOKrI2GZWbaiWAtb1F00NQLzT8KWFvW+Ws8RpPfyGw+YW2Znen1O0Xchb0e/5bcYc8NRTKfwlqdxM4OznBFkY5grZ3KGcmxxxs4TaPez5UX2iuKcglbS7OnD4xLik0EWy1zRM/nH9Wns832g0Pz0ByfKexMZBN848itw1dhLR3Gkb45PukLbJiTuMGx6ZbCdxSeBzhhuXEzaybMSGEYbbn27h1ttfhihei20G0G968k33I4mrQQZxT3d8/uMrQMisyGXkNVZe5ORdHKXDaK7kywpmkmO+AZivLERNKKnsydpcgL+LcJ9JiIo4Ki+9jUZ/VMXvXK88a0RTGCmsZL34KaRnqTjqHlYU2qn5nio2StAx3T0TbZK0BoaH9sYhrZUStTz04evYw+ZlnMhmyMA6PWV2BllfLQaxsH5jGdqyY44IV0LXnv49APXRuMcKxHt8onDyc806XsNj8fHDiSzPwc5/Q7Ca2F5WB35+Gicc+30hsuHiJcXV258xv4ArsfNoECoAAAAABJRU5ErkJggg==");
}
.return-block__helper {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.18;
    color: #FFFFFF;
    margin-top: 50px;
}

.dp { width: 1100px; margin: 0 auto; position: relative; }
@media screen and (max-width: 767px) {
    .dp { width: auto; }
}
.message-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    padding: 10px 0;
    text-align: center;
}
.message-block__container {}
.message-block__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -15px;
    padding: 0 10px;
}
.message-block__desc {
    flex: 1 1 auto;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    color: #333;
}
.message-block__btn-wrapper {
    flex: 0 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.message-block__btn {
    margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 4px;
    height: 36px;
    background: #0000be;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none !important;
}
.message-block__btn:hover {
    background: #0000be;
    color: #fff;
}
.message-block__btn_secondary,
.message-block__btn_secondary:hover {
    background: #fff;
    border-color: #0000be;
    color: #0000be;
}
@media screen and (min-width: 768px) {
    .message-block {
        text-align: left;
    }
    .message-block__inner {
        flex-direction: row;
    }
}

.loader-circle {
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    padding: 24px;
    position: relative;
    margin: 40px auto 24px;
    transition: border 0.2s ease;
}
.loader-circle:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;
    border: 8px solid rgba(0,0,0,0.1);
}
.loader-circle__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: rotate(-90deg);
    overflow: visible;
}
.loader-circle__progress-line {
    stroke: #0000be;
    stroke-width: 19px;
    stroke-linecap: round;
    transition: stroke-dashoffset 60s linear;
}
.loader-circle__text {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #181818;
}