.registration-form__block h1 {
    font-size: 20px;
    line-height: 130%;
    color: #1a1c1f;
    margin-bottom: 32px;
    text-align: center
}

.registration-header {
    text-align: center;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.page-template-registration .registration-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-template-registration .header-logo {
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%
}

.page-template-registration .header-logo svg {
    width: 98px;
    height: 21px
}

.registration-section {
    padding: 48px 48px 56px;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background: rgba(255, 255, 255, .6)
}

.registration-section--inner {
    width: 600px
}

.registration-title__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px
}

.step-number {
    font-size: 20px;
    line-height: 120%;
    text-align: end;
    color: #707276
}

.registration-title {
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #1a1c1f
}

.registration-title--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.registration-change--contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.registration-change--contact-link {
    color: #2b7eeb
}

.form-discr {
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    margin-top: 32px
}

.form-discr a {
    text-decoration: underline
}

.registration-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-discr.-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-top: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-discr.-auth a,
.form-discr.-back a {
    color: #0047ff;
    text-decoration: none
}

.iti__selected-country-primary {
    border-radius: 12px 0 0 12px !important;
    padding-inline: 20px !important;
    border-right: 1px solid rgba(0, 0, 0, .05) !important
}

.input-container {
    position: relative
}

.input-container .iti {
    width: 100%
}

.input-container input[type=tel] {
    width: 100%;
    padding-left: 80px !important;
    border: 1px solid #ccc !important
}

.registration-section .iti__selected-flag {
    border-radius: 12px 0 0 12px !important;
    border-right: 1px solid rgba(0, 0, 0, .05) !important;
    padding-inline: 16px !important
}

.label-phone {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    left: 80px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.label-phone.filled {
    -webkit-transform: translatey(-32px);
    transform: translatey(-32px);
    font-size: 12px;
    line-height: 140%
}

.iti--allow-dropdown:focus-within+.label-phone {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
    font-size: 12px;
    line-height: 140%
}

.container-registration .iti--allow-dropdown:focus-within input,
.container-registration .iti.iti--allow-dropdown input.filled {
    padding-top: 28px !important;
    padding-bottom: 12px !important
}

.iti__country-list {
    margin-left: 0;
    top: calc(100% + 4px);
    border-radius: 8px
}

.iti__country-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.iti__country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 22px
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 22px
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: #0468d3
}

.iti__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iti__dial-code {
    margin-left: auto
}

.iti__dial-code,
.iti__country-name {
    font-size: 16px;
    line-height: 140%
}

.form-discr-serv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    gap: 12px
}

.forgot-password-link {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.remember-me {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: auto
}

.remember-me label {
    cursor: pointer
}

.forgot-password-link {
    width: auto
}

.remember-me input[type=checkbox] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 0
}

.remember-me input[type=checkbox]:hover {
    border-color: #0047ff
}

.remember-me input[type=checkbox]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0047ff;
    font-weight: 700;
    font-size: 18px;
    background: none;
    border-radius: 0
}

.password-eye--inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.password-eye--inner input {
    width: 100%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.password-toggle {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.password-toggle img {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.password-toggle:focus {
    outline: 0
}

.registration-form__block {
    position: relative
}

.page-template-registration .btn-back {
    left: 28px;
    top: 28px
}

.btn-back {
    font-family: "Montserrat", sans-serif;
    background: inherit;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #767779;
    font-size: 16px;
    line-height: 100%;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.btn-back:hover {
    color: #2b7eeb
}

.btn-back svg {
    height: 16px
}

.btn-secondary {
    background: inherit;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin-top: 20px
}

#resend-timer {
    margin-top: 20px;
    text-align: center
}

.registration-form #email-input-container {
    margin-bottom: 25px
}

.registration-form__tab-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 36px
}

.registration-form__tab-button {
    padding: 4px 10px 16px;
    font-size: 18px;
    line-height: 120%;
    color: #767779;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: color .3s ease, border-bottom .3s ease;
    transition: color .3s ease, border-bottom .3s ease;
    border-bottom: 2px solid transparent;
    position: relative
}

.registration-form__tab-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    border-radius: 12px
}

.registration-form__tab-button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 6px 6px 0 0;
    background: #2b7eeb
}

.registration-form__tab-button.active {
    color: #2b7eeb
}

.registration-form__tab-button:hover {
    color: #2b7eeb
}

.page-template-registration .cselect {
    position: relative;
    width: 100%
}

.page-template-registration .birth-date-selects .cselect {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0
}

.page-template-registration .cselect__native--hidden {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

.page-template-registration .cselect__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #fff;
    color: #1a1c1f;
    font-family: inherit;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer
}

.page-template-registration .cselect.is-empty .cselect__value {
    color: #999
}

.page-template-registration .cselect__btn:focus {
    outline: none;
    border-color: #2b7eeb
}

.page-template-registration .cselect__chev {
    width: 14px;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23767779' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.page-template-registration .cselect.is-open .cselect__chev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-template-registration .cselect__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 60;
    display: none;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
    overflow: hidden
}

.page-template-registration .cselect.is-open .cselect__panel {
    display: block
}

.page-template-registration .cselect__list {
    max-height: 260px;
    overflow: auto;
    padding: 6px
}

.page-template-registration .cselect__opt {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 10px;
    text-align: left;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 16px;
    line-height: 140%;
    color: #1a1c1f;
    cursor: pointer
}

.page-template-registration .registration-section,
.page-template-registration .registration-section--inner,
.page-template-registration .registration-form__block {
    overflow: visible !important
}

.page-template-registration .cselect.is-open {
    z-index: 2000
}

.page-template-registration .cselect__panel {
    z-index: 3000
}

.page-template-registration .container-registration {
    overflow: visible !important
}

.page-template-registration .cselect__opt:hover,
.page-template-registration .cselect__opt:focus {
    outline: none;
    background: rgba(43, 126, 235, .08);
    color: #2b7eeb
}

.page-template-registration .cselect__opt[aria-selected=true] {
    background: rgba(43, 126, 235, .1);
    color: #2b7eeb
}

.page-template-registration .cselect__opt.is-disabled {
    opacity: .55;
    cursor: default
}

.page-template-registration .cselect__list::-webkit-scrollbar {
    width: 6px
}

.page-template-registration .cselect__list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .8);
    border-radius: 12px
}

.page-template-registration .cselect__list::-webkit-scrollbar-thumb {
    background: rgba(43, 126, 235, .35);
    border-radius: 12px
}

.page-template-registration .cselect__list::-webkit-scrollbar-thumb:hover {
    background: rgba(43, 126, 235, .55)
}

.registration-form input:focus:not([type=checkbox]),
.registration-form select:focus {
    outline: none;
    border-color: #2b7eeb
}

.registration-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23767779' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 10px;
    padding-right: 28px !important;
    cursor: pointer;
    color: #1a1c1f;
    background-color: #fff
}

.registration-form select::-ms-expand {
    display: none
}

.birth-date-selects select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0
}

.registration-form select option[value=""],
.registration-form select option:disabled {
    color: #999
}

.registration-form select option {
    padding: 12px 20px;
    background: #fff
}

.registration-form select option:hover,
.registration-form select option:focus,
.registration-form select option:checked {
    background-color: rgba(43, 126, 235, .08);
    color: #2b7eeb;
    outline: none
}

.registration-form select option[value=""],
.registration-form select option:disabled {
    color: #999
}

.registration-form select::-webkit-scrollbar {
    width: 8px
}

.registration-form select::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .8);
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .05)
}

.registration-form select::-webkit-scrollbar-thumb {
    background: rgba(43, 126, 235, .35);
    border-radius: 12px;
    -webkit-transition: background .25s ease;
    transition: background .25s ease
}

.registration-form select::-webkit-scrollbar-thumb:hover {
    background: rgba(43, 126, 235, .55)
}