body,
html {
    min-height: 100%;
}
html {
    scroll-behavior: smooth;
}
html *,
html :after,
html :before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
ol,
ul {
    list-style: none;
}
button,
input,
select {
    outline: none;
}
select option {
    color: #000;
}
img,
video {
    width: 100%;
}
video {
    object-fit: cover;
}
.clear-btn,
.tip_hint {
    display: none;
}
.loading {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.loading,
.loading__progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading__progress-bar {
    position: relative;
}
.loading__progress-bar:after,
.loading__progress-bar:before {
    position: absolute;
    content: "";
    -webkit-animation: pulsOut 1.5s ease-in-out infinite;
    animation: pulsOut 1.5s ease-in-out infinite;
    border-radius: 50%;
}
.loading__progress-bar:before {
    width: 100%;
    padding-bottom: 100%;
    -webkit-animation-name: pulsIn;
    animation-name: pulsIn;
}
.loading__progress-bar:after {
    width: calc(100% - 2rem);
    padding-bottom: calc(100% - 2rem);
}
.loading__text {
    max-width: 312px;
    text-align: center;
    color: #303030;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.password-container {
    position: relative;
}
.show-password {
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 100%;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.show-password:active,
.show-password:hover,
.show-password_visible {
    transition: 0.3s linear;
}
.show-password__icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 23px 20px;
}
.show-password__text {
    position: absolute;
    right: 20px;
}
.btn {
    cursor: pointer;
}
.btn_inactive {
    position: relative;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.btn_back {
    cursor: pointer;
    border: none;
    -webkit-tap-highlight-color: transparent;
}
.grecaptcha-badge {
    display: none !important;
}
.cookie-popup {
    font-family: Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
}
html *,
html :after,
html :before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
ol,
ul {
    list-style: none;
}
button,
input,
select {
    outline: none;
}
select option {
    color: #000;
}
img,
video {
    width: 100%;
}
video {
    object-fit: cover;
}
.clear-btn,
.tip_hint {
    display: none;
}
.btn {
    cursor: pointer;
}
.header {
    position: relative;
    z-index: 2;
    background-color: #211f1f;
    font-family: Tahoma, sans-serif;
}
.header__inner {
    justify-content: space-between;
    max-width: 100%;
    height: 48px;
    padding: 0 24px;
}
.header-signin__text {
    margin-right: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.header-signin__btn {
    width: 88px;
    height: 32px;
    padding: 4px 16px;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: initial;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.reg-form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: inherit;
    min-height: calc(100vh - 48px);
}
.step {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 20px 10px;
    padding: 0;
    background: transparent;
}
.step__header {
    padding: 15px 0 5px;
    text-align: center;
}
.step__title {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 35px;
    line-height: 40px;
}
.step__title_small {
    padding: 10px 0;
    font-size: 23px;
    line-height: 26px;
}
.step__body {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}
.step__item {
    width: 100%;
}
.step__message {
    display: flex;
    margin: 0;
    text-align: left;
    font-size: 22px;
}
.step__message_prompt {
    justify-content: center;
    color: #666;
    font-size: 20px;
}
.step__message_main {
    display: inherit;
    text-align: center;
    font-size: 22px;
}
.step__message_long {
    white-space: pre-line;
}
.step__attention {
    color: #ea0457;
    font-weight: 600;
}
.step__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 354px;
    height: 201px;
    margin: 16px auto 24px;
}
.step__img .img {
    height: 100%;
}
.step_regform {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 625px;
    min-height: 350px;
    margin-top: 152px;
    padding: 0 0 36px;
    border: 4px solid #000;
    border-radius: 12px;
}
.step_regform .progress-bar_number {
    margin-top: 5px;
    background: transparent;
}
.step_regform .progress-bar__item {
    color: #fff;
    border: 1px solid transparent;
    background: hsla(0, 0%, 39.2%, 0.35);
    text-shadow: none;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.step_regform .progress-bar__item.active {
    color: #000;
    border-color: #333;
    background: transparent;
}
.step_regform .logo__img {
    display: block;
    max-width: 200px;
    object-fit: contain;
    height: 35px;
}
.step_regform .step__body {
    width: 100%;
    padding: 0;
}
.step_regform .step__header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background: #ea0457;
}
.step_regform .step__message {
    justify-content: center;
    margin: 0;
    text-align: center;
    white-space: pre-line;
    color: #000;
    font-family: cursive;
    font-size: 51.2px;
    font-weight: 700;
    line-height: normal;
}
.step_regform .step__btn {
    margin-top: 14px;
}
.step_regform .age-legal-text {
    max-width: 280px;
    margin: 6px auto 0;
    white-space: normal;
    color: #8a8a8a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.step_regform .btn {
    max-width: 280px;
    height: 56px;
    color: #162e07;
    background: #77d42a;
    text-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: normal;
}
.step_loader {
    min-height: 100%;
}
.gender {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    color: #000;
    font-family: cursive;
    font-size: 51.2px;
    font-weight: 700;
    line-height: normal;
}
.gender__item {
    display: flex;
    align-items: center;
    margin: 0 16px 8px;
}
.gender__icon {
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    border: 2px solid #007ab1;
    border-radius: 0;
    background: #fff;
}
.gender__icon_checked {
    border: 6px solid #007ab1;
    border-radius: 50%;
}
.gender__icon_checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #007ab1;
}
.name-container {
    width: 100%;
    text-align: center;
}
.input,
.select {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 15px;
    color: #555;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    line-height: normal;
}
.age-container {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.age-container__item {
    min-width: 85px;
    max-width: 85px;
    margin-top: 8px;
    margin-right: 8px;
}
.age-container__item:last-child {
    margin-right: 0;
}
.age-container__item .select {
    height: 35px;
    padding: 0;
    color: #000;
    background-color: #f8f8f8;
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
}
.age-container__item:first-of-type {
    min-width: 105px;
    max-width: 100%;
}
.day_filled .age-container__item:nth-of-type(2) .select,
.input_filled,
.month_filled .age-container__item:first-of-type .select,
.year_filled .age-container__item:last-of-type .select {
    color: #1f1f1f;
    font-weight: 500;
}
.password-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.password-container__input {
    padding: 15px 48px 15px 15px;
}
.password-container .show-password {
    height: 48px;
}
.password-container .show-password__icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M11.505 4.21c2.887 0 5.23 2.358 5.23 5.264 0 .684-.136 1.326-.377 1.926l3.055 3.074a12.436 12.436 0 003.587-5c-1.81-4.621-6.276-7.895-11.505-7.895-1.464 0-2.866.263-4.163.737l2.26 2.273a5.048 5.048 0 011.913-.378zM1.045 1.338l2.386 2.4.48.484A12.418 12.418 0 000 9.474c1.81 4.62 6.276 7.894 11.505 7.894 1.621 0 3.17-.315 4.581-.884l.44.442L19.59 20l1.329-1.337L2.374 0 1.046 1.337zm5.785 5.82L8.45 8.79a2.988 2.988 0 00-.084.685 3.144 3.144 0 003.138 3.158c.23 0 .46-.032.68-.085l1.621 1.632c-.7.347-1.474.558-2.3.558-2.888 0-5.23-2.358-5.23-5.263 0-.832.209-1.61.554-2.316zm4.508-.82l3.295 3.316.02-.169a3.144 3.144 0 00-3.137-3.158l-.178.01z' fill='%23000'/%3E%3C/svg%3E");
}
.password-container .show-password_visible .show-password__icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' fill-rule='evenodd' clip-rule='evenodd' d='M13.5 0c5.49 0 10.452 3.291 13.282 8.73l.218.41-.218.42c-2.821 5.483-7.791 8.73-13.282 8.73C8.01 18.29 3.048 15 .218 9.56L0 9.14l.235-.41C3.04 3.291 8.01 0 13.5 0zM1.914 9.14c2.519 4.62 6.86 7.36 11.586 7.36 4.718 0 9.017-2.74 11.577-7.36-2.56-4.609-6.85-7.359-11.577-7.359S4.433 4.522 1.914 9.141zm15.247.005a3.661 3.661 0 11-7.322 0 3.661 3.661 0 017.322 0zM13.5 14.807a5.661 5.661 0 100-11.323 5.661 5.661 0 000 11.322z' fill='%23000'/%3E%3C/svg%3E");
}
.terms {
    justify-content: center;
    max-width: 100%;
    margin: 16px auto 0;
}
.terms .terms__text {
    max-width: 250px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 10px;
    line-height: normal;
}
.terms .terms__link {
    color: #00e;
}
.terms .terms__link:active,
.terms .terms__link:focus,
.terms .terms__link:hover {
    text-decoration: none;
}
.terms .terms__label:before {
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    margin-right: 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: transparent;
}
.terms .terms__label:after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    content: "✔";
    transform: translate(2px, 2px);
    color: #f01d71;
    background-color: initial;
    font-size: 19px;
    line-height: 1.2;
}
.auto-complete {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    max-width: 300px;
}
.auto-complete__inner {
    max-height: 200px;
    margin-top: -2px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.auto-complete__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.auto-complete__item {
    padding: 2px 0;
    cursor: pointer;
    text-indent: 20px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.auto-complete__item_hover {
    color: #000;
    background: #dedede;
}
.footer {
    z-index: 2;
    /* margin-bottom: -48px; */
    margin-top: 80px;
    background-color: #211f1f;
}
.footer__inner {
    max-width: 200px;
    height: 48px;
}
.footer__link {
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
@media only screen and (max-width: 540px) {
    .reg-form {
        align-items: flex-start;
        min-height: calc(100vh - 80px);
        padding: 15px 8px 30px;
    }
    .error {
        max-width: 100%;
        font-size: 13px;
        line-height: 15px;
    }
    .step {
        margin: 5vh 0 0;
    }
    .step:first-of-type {
        align-self: center;
        margin: auto 15px;
    }
    .step:first-of-type .step__header {
        padding: 15px 0;
    }
    
    .step__body {
        padding: 15px 0;
    }
    .step__item {
        width: 100%;
    }
    .step__header {
        padding: 15px 0;
    }
    .step__title {
        font-size: 20px;
        line-height: 24px;
    }
    .step__title_small {
        padding: 0;
        text-transform: uppercase;
    }
    .step__img {
        max-width: 350px;
        height: 100%;
        max-height: 201px;
        height: 201px;
        margin-top: 0;
    }
    .step__message {
        text-align: left;
        font-size: 18px;
    }
    .step__message_prompt {
        font-size: 14px;
    }
    .step_regform {
        max-width: 343px;
        min-height: auto;
        margin-top: 7vh;
        padding: 0 0 24px;
        font-size: 18px;
        line-height: 22px;
    }
    .step_regform .step__body {
        padding: 0 10px;
    }
    .step_regform .gender,
    .step_regform .step__message {
        font-family: Brush Script MT, cursive;
        font-size: 23px;
        line-height: normal;
    }
    .step_regform .step__message {
        margin-bottom: 15px;
    }
    .step_regform .progress-bar_number .progress-bar__item {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .step_regform .step__btn {
        margin-top: 15px;
    }
    .step_regform .age-legal-text {
        margin: 6px auto 0;
        font-family: Arial, sans-serif;
        font-size: 12px;
        line-height: 14px;
    }
    .step .btn,
    .step .radio-btn__item {
        max-width: 320px;
        font-size: 24px;
    }
    .gender {
        margin: 16px 5px 0;
    }
    .input,
    .select {
        height: 48px;
        font-size: 16px;
    }
    .btn,
    .radio-btn__item {
        max-width: 100%;
        height: 58px;
        font-size: 24px;
        line-height: normal;
    }
    .radio-btn,
    .step__btn {
        margin-top: 0;
        padding-top: 10px;
    }
    .radio-btn__item {
        height: 56px;
        font-size: 30px;
    }
    .progress-bar_number {
        padding: 15px 0;
        font-size: 20px;
    }
    .progress-bar__item {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .checkbox {
        margin-top: 10px;
    }
    .checkbox__item {
        width: 100%;
        height: 41px;
        margin-right: 8px;
        padding: 9px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }
    .age-container {
        width: 100%;
    }
    .age-container__item:last-child {
        margin-right: 0;
    }
    .age-container__item .select {
        width: 100%;
        height: 50px;
        padding: 8px;
        color: #555;
        border: 1px solid #999;
        border-radius: 5px;
        font-size: 18px;
    }
    .password-container .show-password {
        height: 46px;
    }
    .terms__text {
        font-size: 11px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 374px) {
    .step__img {
        max-height: 45vw;
    }
    .age-container__item {
        min-width: 76px;
        max-width: 100%;
    }
    .age-container__item:first-of-type {
        min-width: 105px;
    }
}
@media (orientation: landscape) and (max-width: 900px) {
    .step {
        margin-top: 56px;
        margin-bottom: 32px;
    }
}
@supports (-webkit-touch-callout: none) {
    .template {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: -webkit-fill-available;
    }
    .main {
        flex-grow: 1;
    }
    .reg-form {
        min-height: auto;
    }
}

.header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.header__logo {
    max-width: 136px;
    max-height: 24px;
}
.header-signin__btn {
    cursor: pointer;
    transition: 0.3s linear;
}
.header-signin__btn:hover {
    opacity: 0.85;
}
@media only screen and (max-width: 540px) {
    .header__inner {
        padding: 0 16px;
    }
    .header-signin__text {
        display: none;
    }
}

.footer {
    display: flex;
    justify-content: center;
}
.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer__link {
    text-align: center;
    text-decoration: none;
}
.footer__link_address {
    cursor: default;
}
.footer__container {
    display: flex;
    justify-content: space-between;
    width: 328px;
    padding: 8px;
}
.footer__links-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footer__address-block {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
@media only screen and (max-width: 540px) {
    .footer__inner {
        padding: 0 16px;
    }
    .footer__link {
        font-size: 13px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 374px) {
    .footer__inner {
        padding: 0 12px;
    }
    .footer__link {
        font-size: 12px;
    }
}



.progress-bar_number {
    display: flex;
    font-weight: 700;
}
.progress-text {
    color: #fff;
}
.progress-bar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

input[hidden] {
    display: none !important;
}
.gender__item {
    cursor: pointer;
}

.recaptcha-popup {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

button[data-v-b5d6b42a]:disabled {
    position: relative;
    opacity: 0.5;
}
.lds-ring[data-v-b5d6b42a] {
    top: 50%;
    left: 13px;
    display: inline-block;
    transform: translateY(-50%);
}
.lds-ring[data-v-b5d6b42a],
.lds-ring__item[data-v-b5d6b42a] {
    position: absolute;
    width: 16px;
    height: 16px;
}
.lds-ring__item[data-v-b5d6b42a] {
    display: block;
    box-sizing: border-box;
    -webkit-animation: loading-data-v-b5d6b42a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: loading-data-v-b5d6b42a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
}
.lds-ring__item[data-v-b5d6b42a]:first-child {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.lds-ring__item[data-v-b5d6b42a]:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-ring__item[data-v-b5d6b42a]:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes loading-data-v-b5d6b42a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes loading-data-v-b5d6b42a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.checkbox__item {
    cursor: pointer;
}
.checkbox__text {
    pointer-events: none;
}

.gender-select__item {
    cursor: pointer;
}

.tooltip__text {
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}
.tooltip__btn {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.tooltip__btn:focus ~ .tooltip__text {
    visibility: visible;
    opacity: 1;
}

.age-container__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.auto-complete__inner {
    position: absolute;
    z-index: 9;
    display: block;
    overflow: auto;
    width: 100%;
}
.auto-complete__item {
    cursor: pointer;
}
body {
    display: flex;
    flex-direction: column;
    line-height: 26px;
    width: 100%;
}
@media only screen and (max-width: 540px) {
    body {
        position: relative;
        line-height: 24px;
    }
}
@media only screen and (max-width: 374px) {
    body {
        line-height: 22px;
    }
}
@media (orientation: landscape) and (max-width: 900px) {
    body {
        position: relative;
    }
}



.step__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.step__btn a {
    margin: 0 auto 15px !important;
    width: 100%;
    text-decoration: none;
    width: 100%;
}
.btn {
    color: #fff !important;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}
.step__title {
    padding-right: 20px;
    padding-left: 20px;
}
.step__attention.subtitle {
    padding: 0 30px;
    margin: 20px auto 0 !important;
    max-width: 400px;
}

@media screen and (max-width: 550px) {
    .step__attention.subtitle {
        font-size: 15px;
        padding: 0 15px;
        margin: 20px auto 0 !important;
        max-width: 400px;
    }
}
@media only screen and (max-width: 540px) {
    .step__title {
        font-size: 22px;
        line-height: 24px;
        padding-right: 7px;
        padding-left: 7px;
    }
}

.step:first-of-type .step__header .step__title {
    margin-bottom: 0;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
    display: block;
}
.swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.swiper-slide button {
    margin: 15px auto 0 !important;
    font-size: 18px;
    text-decoration: none !important;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.35) inset !important;
}
.swiper-slide .btn,
.swiper-slide .radio-btn__item {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .btn {
    left: 15px;
}
@media only screen and (max-width: 540px) {
    .popup-container .btn,
    .popup-container .radio-btn__item {
        max-width: 320px;
        font-size: 24px;
    }

    .swiper-slide .btn,
    .swiper-slide .radio-btn__item {
        max-width: 320px;
        font-size: 18px;
        margin-top: 10px !important;
        height: 45px !important;
        min-height: 45px !important;
    }
}


.online-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4CAF50; 
  margin-right: 6px;
  animation: blink 1s infinite;
  vertical-align: middle;
  transform: translateY(-2px);
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.swiper-slide--placeholder {
    background-image: url('../img/end.webp');
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide--placeholder:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.swiper-slide--placeholder h3 {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 550px) {
    .swiper {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.logo {
    text-align: center;
}
.logo img{
    width: 240px;
    margin-bottom: -7px;
}
.swiper-slide .btn img {
    width: 22px;
    margin-right: 5px;
    height: 100%;
    object-fit: initial;
}

.styles_btn__Tv4My {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ea0457 -0.16%, #ea0457 99.89%);
    padding: 19px 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.35) inset !important;
}
.styles_arrow__9SbMn {
    width: 32px;
    height: 32px;
    margin-left: 18px;
    transform: rotate(-90deg);
}
.styles_arrow__9SbMn span {
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    animation: styles_animate__pHXpz 2s infinite;
    margin-top: -8px;
    margin-left: 8px;
}
.styles_arrow__9SbMn span:nth-child(2) {
    animation-delay: -.2s;
}
.styles_arrow__9SbMn span:nth-child(3) {
    animation-delay: -.4s;
}
@keyframes styles_animate__pHXpz {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px)
    }
}
.btn-container a {
    max-width: 375px;
}
@media screen and (max-width: 767px) {
    .styles_btn__Tv4My {
        margin-top: 5px;
        padding: 16px 80px;
        max-width: 100%;
    }
    .logo img{
        width: 170px;
    }
    .step__header {
        margin-top: 5px;
    }
    .btn-container a {
        max-width: 275px;
    }
}
.swiper h3 {
    color: #defafa;
}