.registration-page__form-area {
    margin-top: -60px;
    padding-top: 60px;
    background: url(../../..../../../images/new-frontend/registration-bg.svg) 50% 50% no-repeat;
    background-size: cover;
}

.registration-page__form-area-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 62px;
    padding-bottom: 49px;
    position: relative;
}

.registration-page__image {
    position: absolute;
    bottom: 0;
    left: 354px;
    width: 889px;
    height: 775px;
    background: url(../../../images/new-frontend/registration-picture.png?1609148622) 50% 50% no-repeat;
}

.registration-page__counter {
    width: 403px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
}

.registration-page__counter-number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #8d75eb;
}

.registration-page__counter-description {
    font-size: 16px;
    color: #afb6c6;
    font-weight: 600;
}

.registration-page__form {
    width: 403px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin-top: 7px;
    position: relative;
    z-index: 1;
}

.registration-page__form-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.registration-page__form-field {
    margin-bottom: 12px;
}

.registration-page__form-field_sex {
    font-size: 0;
}

.registration-page__form-field_sex .registration-page__form-field-select-container {
    background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L4 4.5L7 1.5' stroke='%23D2C9FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 18px top 50%;
    display: inline-block;
    height: 46px;
    width: 165px;
}

.registration-page__form-field_sex .registration-page__form-field-select-container:first-child {
    margin-right: 13px;
}

.registration-page__form-field_sex .registration-page__form-field-select {
    color: #afb6c6;
    width: 165px;
    display: inline-block;
    vertical-align: top;
    height: 46px;
    position: relative;
}

.registration-page__form-field_sex .registration-page__form-field-select.selected-male,
.registration-page__form-field_sex .registration-page__form-field-select.selected-female {
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #333;
    padding-left: 32px;
}

.registration-page__form-field_sex .registration-page__form-field-select.selected-male {
    background-image: url(../../../images/new-frontend/gender-male.svg?1609148622);
}

.registration-page__form-field_sex .registration-page__form-field-select.selected-female {
    background-image: url(../../../images/new-frontend/gender-female.svg?1609148622);
}

.registration-page__form-field_error .registration-page__form-field-select {
    border-color: #ff6363;
}

.registration-page__form-field-select.select-default option:first-child {
    display: none;
}

.registration-page__form-field-select option {
    height: 40px;
}

.registration-page__form-field-input.input-default {
    width: 100%;
    height: 46px;
}

.registration-page__form-field_error .registration-page__form-field-input {
    border-color: #ff6363;
}

.registration-page__form-field-error {
    color: #ff6363;
    padding: 4px 0 0 10px;
    font-size: 12px;
}

.registration-page__form-submit {
    box-shadow: 0 7px 15px -5px #888;
    width: 100%;
    height: 52px;
    border: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
}

.registration-page__form-submit:hover {
    color: #fff;
}

.registration-page__form-field_agreement {
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
}

.registration-page__form-field-agreement-text {
    vertical-align: top;
}

.registration-page__form-agreement {
    color: #6e49ff;
}

.registration-page__form-oauth-title {
    height: 1px;
    background: #e6e6f3;
    margin-bottom: 34px;
}

.registration-page__form-oauth-title-inner {
    font-size: 12px;
    line-height: 19px;
    height: 19px;
    position: relative;
    display: table;
    vertical-align: top;
    top: -9px;
    background: #fff;
    margin: 0 auto;
}

.registration-page__form-oauth-list {
    display: flex;
    justify-content: space-between;
}

.registration-page__form-oauth-item {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    width: 48px;
    font-size: 0;
}

.registration-page__form-oauth-item_vk {
    background: url(../../../images/new-frontend/socials-logo/vk.svg?1609148622) no-repeat 50% 50%;
    background-size: 48px 48px;
}

.registration-page__form-oauth-item_fb {
    background: url(../../../images/new-frontend/socials-logo/fb.svg?1609148622) no-repeat 50% 50%;
    background-size: 48px 48px;
}

.registration-page__form-oauth-item_google {
    background: url(../../../images/new-frontend/socials-logo/google.svg?1609148622) no-repeat 50% 50%;
    background-size: 48px 48px;
}

.registration-page__form-oauth-item_mailru {
    background: url(../../../images/new-frontend/socials-logo/mailru.svg?1609148622) no-repeat 50% 50%;
    background-size: 48px 48px;
}

.registration-page__form-oauth-item_ok {
    background: url(../../../images/new-frontend/socials-logo/ok.svg?1609148622) no-repeat 50% 50%;
    background-size: 48px 48px;
    margin-right: 0;
}

.registration-page__block-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.registration-page__block-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.registration-page__text-block {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #afb6c6;
}

.registration-page__pager {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    font-size: 18px;
    z-index: 1;
}

.registration-page__pager-prev {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 30px;
    background: url(../../../images/new-frontend/pager-prev-arrow.svg?1609148622) no-repeat 50% 50%;
    padding: 9px;
    cursor: pointer;
}

.registration-page__pager-prev.disabled {
    background-image: url(../../../images/new-frontend/pager-prev-arrow-disabled.svg?1609148622);
    cursor: default;
}

.registration-page__pager-next {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 30px;
    background: url(../../../images/new-frontend/pager-next-arrow.svg?1609148622) no-repeat 50% 50%;
    padding: 9px;
    cursor: pointer;
}

.registration-page__pager-next.disabled {
    background-image: url(../../../images/new-frontend/pager-next-arrow-disabled.svg?1609148622);
    cursor: default;
}

.registration-page__pager-current {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    color: #000;
}

.registration-page__pager-current-value,
.registration-page__pager-current-separator,
.registration-page__pager-current-count {
    display: inline;
}

.registration-page__advantages {
    background: #fff;
    padding: 125px 0;
}

.registration-page__advantages-viewport {
    width: 1200px;
    height: 544px;
    position: relative;
    overflow: hidden;
}

.registration-page__advantages-content {
    width: 10000px;
    font-size: 0;
    position: relative;
    transition: 0.4s ease-out left;
}

.registration-page__advantages-page {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 1200px;
    height: 544px;
    position: relative;
}

.registration-page__advantages-page-content {
    width: 461px;
    height: 544px;
    display: table-cell;
    vertical-align: middle;
}

.registration-page__advantages-page-content-inner {
    display: inline-block;
    vertical-align: middle;
}

.registration-page__advantages-page-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}

.registration-page__advantages-page-try.button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 70px;
    height: 44px;
    margin-top: 8px;
    line-height: 18px;
    font-weight: bold;
}

.registration-page__advantages-page-try:hover {
    background: #fff;
}

.registration-page__advantages-page .registration-page__text-block {
    margin-bottom: 35px;
}

.registration-page__advantages-page-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 544px;
    width: 700px;
}

.registration-page__advantages-page_compatibility .registration-page__advantages-page-img {
    background: url(../../../images/new-frontend/advantages-imgs/compatibility.jpg?11609148622) no-repeat 50% 50%;
}

.registration-page__advantages-page_matches .registration-page__advantages-page-img {
    background: url(../../../images/new-frontend/advantages-imgs/matches.jpg?1609148622) no-repeat 50% 50%;
}

.registration-page__advantages-page_activity .registration-page__advantages-page-img {
    background: url(../../../images/new-frontend/advantages-imgs/activity.jpg?1609148622) no-repeat 50% 50%;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .registration-page__advantages-page_compatibility .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/compatibility@3x.jpg?11609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }

    .registration-page__advantages-page_matches .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/matches@3x.jpg?11609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }

    .registration-page__advantages-page_activity .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/activity@3x.jpg?1609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }
}

@media (-webkit-min-device-pixel-ratio: 3) {
    .registration-page__advantages-page_compatibility .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/compatibility@3x.jpg?11609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }

    .registration-page__advantages-page_matches .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/matches@3x.jpg?11609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }

    .registration-page__advantages-page_activity .registration-page__advantages-page-img {
        background: url(../../../images/new-frontend/advantages-imgs/activity@3x.jpg?1609148622) no-repeat 50% 50%;
        background-size: 700px 544px;
    }
}

.registration-page__comments {
    background: #fcfcfe;
    padding: 94px 0;
    position: relative;
}

.registration-page__comments .registration-page__block-inner {
    position: static;
}

.registration-page__comments .registration-page__block-title {
    position: relative;
}

.registration-page__comments-viewport {
    position: absolute;
    padding-top: 138px;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    overflow: hidden;
    margin-top: 90px;
    box-sizing: content-box;
}

.registration-page__comments-viewport-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.registration-page__comments-viewport-overlay {
    background: -webkit-linear-gradient(90deg, rgba(252, 252, 254, 0), #fcfcfe);
    background: -moz-linear-gradient(90deg, rgba(252, 252, 254, 0), #fcfcfe);
    background: -o-linear-gradient(90deg, rgba(252, 252, 254, 0), #fcfcfe);
    background: linear-gradient(90deg, rgba(252, 252, 254, 0), #fcfcfe);
    display: block;
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: 920px;
    right: -500px;
}

.registration-page__comments-space {
    height: 350px;
    margin-top: 90px;
    position: relative;
}

.registration-page__comments-list {
    width: 10000px;
    font-size: 0;
    transition: 0.4s ease-out left;
    position: relative;
}

.registration-page__comments-page {
    display: inline-block;
    vertical-align: top;
}

.teamo-comment {
    display: inline-block;
    vertical-align: top;
    width: 440px;
    height: 261px;
    background: #fff;
    box-shadow: 0 4px 100px rgba(0, 14, 90, 0.08);
    border-radius: 10px;
    padding: 30px;
    font-size: 16px;
    margin-right: 40px;
}

.teamo-comment__meta {
    padding-left: 80px;
    position: relative;
    min-height: 62px;
    margin-bottom: 14px;
}

.teamo-comment__avatar {
    border-radius: 100%;
    margin-right: 18px;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
}

.teamo-comment__name {
    padding-top: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.teamo-comment__date {
    font-weight: 500;
    font-size: 14px;
    color: #afb6c6;
}

.teamo-comment__rating {
    height: 19px;
    font-size: 0;
    margin-bottom: 15px;
}

.teamo-comment__rating-star {
    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    background: url(../../../images/new-frontend/comment-rating-star.svg?1609148622) no-repeat 50% 50%;
    background-size: 20px 19px;
}

.teamo-comment__rating-star.active {
    background-image: url(../../../images/new-frontend/comment-rating-star-active.svg?1609148622);
}

.teamo-comment__content {
    font-size: 16px;
    line-height: 29px;
}

.teamo-comment__read-more {
    color: #000;
}

.teamo-comment__read-more:hover {
    color: #000;
    text-decoration: underline;
}

.registration-page__comments-all-link {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #6e49ff;
    text-decoration: underline;
    cursor: pointer;
    z-index: 1;
}

.registration-page__comments-all-link:hover {
    color: #d049ff;
    text-decoration: underline;
}

.registration-page__comments-pages {
    height: 3px;
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 0;
    z-index: 1;
}

.registration-page__comments-pages-item {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 3px;
    background: #8d75eb;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    opacity: 0.3;
}

.registration-page__comments-pages-item.active {
    opacity: 1;
}

.registration-page__find-pair {
    height: 234px;
    background: url(../../../images/new-frontend/find-pair-bg.jpg?1609148622) no-repeat 50% 50%;
}

.registration-page__find-pair .registration-page__block-inner {
    padding-top: 97px;
}

.registration-page__find-pair .registration-page__block-title {
    color: #fff;
}

.registration-page__find-pair-action {
    position: absolute;
    top: 86px;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(218.54deg, #ffcd1d 9.02%, #ea22be 100%);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 22px 40px 23px;
    cursor: pointer;
    transition: background 0.7s ease-out;
}

.registration-page__find-pair-action:hover {
    background: linear-gradient(31.85deg, #ffcd1d -3.9%, #ea22be 115.72%);
}

.registration-page__mobile-app {
    background: #fff;
    padding: 120px 0;
}

.registration-page__mobile-app-content {
    width: 600px;
    height: 597px;
    display: table-cell;
    vertical-align: middle;
}

.registration-page__mobile-app .registration-page__block-title {
    margin-bottom: 35px;
}

.registration-page__mobile-app .registration-page__text-block {
    margin-bottom: 35px;
}

.registration-page__mobile-app-image {
    position: absolute;
    width: 642px;
    height: 597px;
    top: 0;
    right: 0;
    background: url(../../../images/new-frontend/mobile-app-block-img.jpg?11609148622) no-repeat 50% 50%;
}

.registration-page__mobile-app-gplay {
    display: block;
    width: 216px;
    height: 64px;
    cursor: pointer;
    background: url(../../../images/new-frontend/store-links/gplay-en.svg?1609148622) no-repeat 50% 50%;
    background-size: 216px 64px;
    margin-bottom: 10px;
}

.locale-ru .registration-page__mobile-app-gplay {
    background-image: url(../../../images/new-frontend/store-links/gplay.svg?1609148622);
}

.registration-page__mobile-app-appstore {
    display: block;
    width: 216px;
    height: 64px;
    cursor: pointer;
    background: url(../../../images/new-frontend/store-links/appstore-en.svg?1609148622) no-repeat 50% 50%;
    background-size: 216px 64px;
}

.locale-ru .registration-page__mobile-app-appstore {
    background-image: url(../../../images/new-frontend/store-links/appstore.svg?1609148622);
}

.registration-page__number-one {
    background: #fff;
    padding-bottom: 102px;
}

.registration-page__number-one .registration-page__block-title {
    margin-bottom: 50px;
}