@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/inter-v3-cyrillic-regular.eot");
    src: url("../fonts/inter-v3-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-cyrillic-regular.woff2") format("woff2"), url("../fonts/inter-v3-cyrillic-regular.woff") format("woff"), url("../fonts/inter-v3-cyrillic-regular.ttf") format("truetype"), url("../fonts/inter-v3-cyrillic-regular.svg#Inter") format("svg");
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/inter-v3-cyrillic-600.eot");
    src: url("../fonts/inter-v3-cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-cyrillic-600.woff2") format("woff2"), url("../fonts/inter-v3-cyrillic-600.woff") format("woff"), url("../fonts/inter-v3-cyrillic-600.ttf") format("truetype"), url("../fonts/inter-v3-cyrillic-600.svg#Inter") format("svg");
    font-display: swap;
}

*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    text-decoration: none;
}

a {
    color: #0658A8;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    -webkit-appearance: none;
    font-family: inherit;
}

button {
    font-family: inherit;
}

body {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    min-height: 720px;
    max-height: 1080px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.main {
    width: 100%
}

.header {
    width: 100%;
    background-color: #084B8D;
    display: none
}

.header-top {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top__block {
    display: flex;
    align-items: center
}

.burger {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 8px
}

.burger__line {
    position: relative;
    width: 28px;
    height: 3px;
    background-color: white;
    border-radius: 20px
}

.burger__line::before {
    content: '';
    position: absolute;
    top: 8px;
    width: 20px;
    height: 3px;
    background-color: white;
    border-radius: 20px
}

.burger__line::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 14px;
    height: 3px;
    background-color: white;
    border-radius: 20px
}

.header-top__logo {
    width: 90px;
    height: auto;
}

.header-top__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: white
}

.main-content {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.main-content__left {
    flex: 1 0 50%;
    padding: 25px 0 25px 25px;
    height: 100%;
    position: relative;
    max-width: 50%;
}

.main-content__left--sign-up {
    padding: 25px 25px 25px 0;
}

.main-left__photo-wrap::before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 57.81%, rgba(196, 196, 196, 0) 100%);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 144px;
    z-index: 1;
}

.main-left__block {
    position: relative
}

.main-left__bottom-info {
    z-index: 2;
}

.main-left__content {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-content__left .main-left__content-img {
    left: 16px;
    top: 16px;
    position: absolute;
}

.main-left__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.girlWhiteReverse .main-left__row {
    flex-direction: row-reverse;
}

.girlWhiteReverse .media-link__img {
    margin-left: 0;
    margin-right: 36px;
}

.main-left__block {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.main-left__block--sign-up {
    justify-content: flex-start;
    background: #EEECF1;
    max-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.main-left__block--sign-up-clone {
    transform: translateY(-100%);
    overflow: visible;
    z-index: 0;
}

.main-left__photo-wrap {
    background: #EEECF1;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.main-left__photo {
    position: relative;
    display: flex;
    align-items: flex-end;
    background: #e7e4eb;
}

.main-left__block--sign-up-clone .main-left__photo {
    background: none;
}

.main-left__photo--sign-in::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #EEECF1 0%, rgba(238, 236, 241, 0) 100%);
    width: 62px;
    content: "";
}

.main-left__photo--sign-up {
    transform: translateX(-21%);
    align-items: flex-start;
}

.main-left__photo--sign-up::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(270deg, #EEECF1 0%, rgba(238, 236, 241, 0) 100%);
    width: 62px;
    content: "";
}
.main-left__block--sign-up-clone .main-left__photo--sign-up::after {
    display: none;
}

.main-left__block .main-left__text:nth-child(1) {
    margin-right: 12px;
}

.main-left__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF
}

.main-left__media {
    display: flex;
    align-items: center
}

.media-link__img {
    margin-left: 36px;
    height: 20px;
    width: auto;
}

.main-left__img {
    height: auto;
    width: 611px;
}

.main-left__img--sign-up {
    width: 800px;
}

.main-content__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 50%;
    position: relative;
}

.main-content__right--sign-up {
    padding-bottom: 145px;
}

.main-content__top {
}

.main-top {
    position: absolute;
    right: 40px;
    top: 50px;
}

.girlWhiteReverse .main-left__block--sign-up .main-top {
    top: 40px;
    right: 20px;
    left: auto;
}

.girlWhiteReverse .main-top {
    top: 47px;
    left: 41px;
}

.main-top__logo {
    display: none
}

.main-top__link, .main-top__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000
}

.main-top__link:hover {
    text-decoration: underline
}

.main-top__button {
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #0658A8;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer
}

.main-content__adaptive {
    width: 100%;
    display: none;
    background: #EEECF1
}

.main-top__photo {
    height: 300px
}

.main-content__form {
    width: 100%
}

.main-form__calendar {
    position: relative;
    width: 100%
}

.main-calendar__img {
    position: absolute;
    top: 43%;
    left: 12px;
    cursor: pointer
}

.main-form__calendar .main-form__block-input {
    padding-left: 30px
}

.main-form__select {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

.main-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    line-height: 80px;
}

.main-select__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #222222;
    opacity: 0.4
}

.main-select__menu {
    width: 100.6%;
    position: absolute;
    top: 100%;
    left: -1px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-top: none;
    display: none
}

.main-select__menu.showList {
    display: flex
}

.main-select__menu-item {
    margin-top: 5px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    opacity: .5;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.main-select__menu-item:nth-child(3) {
    border-bottom: none
}

.main-select__menu-item:hover {
    opacity: 1
}

.main-information {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    bottom: 105px;
    width: 100%;
    max-width: 568px;
    left: 50%;
    transform: translateX(-50%);
}

.main-information__item {
    width: 23%;
    text-align: center;
}

.main-information__icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.main-information__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #051728
}

.main-form {
    width: 280px;
}

.main-form__title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #000000
}

.recoverMessageText {
    text-align: center
}

.main-form__block {
    margin-top: 7px;
    width: 100%;
}

.main-form__block-description {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 0;
}

.main-form__block-input {
    width: 100%;
    margin-top: 7px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    padding: 0 5px;
    height: 2.5em;
}

.main-form__block-input:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.main-form__block-input::placeholder {
    color: rgb(34,34,34,0.5);
}

.main-form__button {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3581CB;
    border-radius: 10px;
    margin-top: 25px;
    font-family: inherit;
}

.main-form__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-top: 10px;
    text-align: center
}

.main-form__media {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-form__media-link {
    width: 75px;
    height: 50px;
    background: #3378EA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08)
}

.google {
    background-color: #fff
}

.apple {
    background-color: black
}

.main-form__forgot {
    width: 100%;
    margin-top: 15px;
    text-align: center
}

.forgot {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #084B8D
}

.already {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #084B8D
}

.main-content__bottom {
    width: 100%
}

.main-bottom__block {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.main-content__right--sign-up .main-bottom__block {
    right: auto;
    left: 40px;
    width: auto;
}

.main-bottom__link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #084B8D
}

.main-bottom__link:nth-child(2) {
    margin-left: 10px
}

.main-adaptive__row {
    display: none
}

.main-form__hidden {
    display: none
}

.footer {
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    background: rgba(69, 164, 226, 0.04)
}

.footer__text {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222
}

.footer__text2 {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #222222;
    opacity: 0.6
}

.footer-block {
    width: 200px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-block__link {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #0658A8
}

.footer-media {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.girlWhiteBlock {
}

.girlWhitePaddingLeft {
    padding-left: 110px
}

.girlWhitePadding {
    padding: 15px
}

.girlWhiteHeight {
    height: 710px;
    align-items: flex-start;
    width: 40%
}

.girlWhiteReverse {
    flex-direction: row-reverse
}

.girlWhiteJustify {
    justify-content: flex-start
}

.girlWhiteDisplay {
    display: flex;
    align-items: flex-start
}

.girlWhiteMargin {
    margin-right: 0px;
    margin-left: 50px
}

.recover {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: #3581CB;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
}

.support {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: #0658A8;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer
}

.girlWhiteHidden {
    display: none
}

.girlWhiteColor {
    background: #DC3905;
    cursor: pointer
}

.passwordMessage__button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background: #3581CB;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer
}

.main-form__block--agree {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-height: 860px) {
    .main-left__img {
        width: 502px;
    }
    .main-left__img--sign-up {
        width: 672px;
        position: relative;
        top: -25px;
    }
    .main-content__left {
        padding: 20px 0 20px 20px;
    }
    .main-content__left--sign-up {
        padding: 20px 20px 20px 0;
    }
    .girlWhiteReverse .main-left__block--sign-up .main-top {
        right: 10px;
        top: 16px
    }
    .girlWhiteReverse .main-top {
        top: 20px;
        left: 20px;
    }
    .main-information {
        display: none;
    }
    .main-content__right--sign-up {
        padding-bottom: 35px;
    }
    .main-content__right--sign-up .main-bottom__block {
        bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .main-left__media {
        display: none;
    }

    .main-bottom__block {
        display: none
    }

    .main-adaptive__row {
        margin-top: 35px;
        left: 20px;
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        text-align: right;
    }

    .girlWhiteDisplay .main-adaptive__row {
        bottom: 35px;
    }

    .main-adaptive__row-text {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #051728
    }

    .adaptive-links__row {
        align-items: center;
        display: inline-block;
        vertical-align: middle;
    }

    .adaptive-links__info {
        display: inline-block;
        vertical-align: middle;
    }

    .adaptive-links__icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .adaptive-info__link {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        color: #084B8D
    }

    .adaptive-info__link:nth-child(2) {
        margin-left: 10px
    }

    .main-information {
        display: none
    }
    .girlWhiteMargin {
        margin-left: 0;
    }
    .main-left__img {
        width: 502px;
    }
    .main-left__img--sign-up {
        width: 576px;
    }
    .wrapper {
        max-height: 784px;
    }
    .girlWhiteReverse .main-adaptive__row-links {
        display: flex;
        justify-content: space-between;
    }
    .girlWhiteReverse .main-left__bottom-info {
        display: none;
    }
    .girlWhiteReverse .main-left .main-adaptive__row {
        z-index: 1;
    }
    .girlWhiteReverse .main-left .main-adaptive__row-text {
        color: #fff;
    }
}

@media (min-width: 1500px) {
    .main-left__img--sign-up {
        width: 824px;
    }
}

@media (max-width: 1000px) {
    .wrapper {
        align-items: flex-start;
        overflow-y: scroll;
        min-height: auto;
    }

    .main .mainContainer {
        padding: 0
    }

    .main-content__right {
        height: 100%
    }

    .main-top {
        width: 100%;
        height: 70px;
        padding: 0 15px;
        display: flex;
        justify-content: space-between
    }

    .main-top__logo {
        display: block;
        width: 120px
    }

    .main-content__left {
        display: none
    }

    .main-content__right {
        width: 100%;
        align-items: center
    }

    .main-form {
        margin-right: 0px
    }

    .main-content__adaptive {
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .header-top {
        padding: 10px
    }

    .main-content__form {
        margin-top: 30px
    }

    .main-form__title {
        text-align: center
    }

    .main-bottom__block {
        display: none
    }
    .main-content__form {
        margin-top: 15px
    }

    .main-content__top {
        display: none
    }

    .header {
        display: block
    }

    .main-content__adaptive {
        display: none
    }

    .main-form {
        width: 100%;
        padding: 0 15px
    }

    .main-form__media {
        justify-content: center
    }

    .main-form__media .main-form__media-link:nth-child(2) {
        margin-left: 15px;
        margin-right: 15px
    }

    .main-content__bottom {
        display: none
    }

    .main-form__title {
        display: none
    }

    .main-form__hidden {
        display: block
    }

    .footer {
        display: flex;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .header-top__link {
        font-size: 14px
    }

    .header-top__logo {
        width: 85px
    }

    .main-form__media {
        justify-content: center;
    }

    .recoverTitle {
        font-size: 28px
    }
}