@font-face {
    font-family: 'Balgin-RegularSmCondensed';
    src: url('../fonts/Balgin-RegularSmCondensed.eot');
    src: url('../fonts/Balgin-RegularSmCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Balgin-RegularSmCondensed.woff2') format('woff2'),
        url('../fonts/Balgin-RegularSmCondensed.woff') format('woff'),
        url('../fonts/Balgin-RegularSmCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.danger-mail, .danger-password, .danger-mail2, .danger-password2, .danger-password3, .name-reg-danger, .pass-reg-danger, .mail-reg-danger {
    font-weight: bold;
    color: red;
}

.border-red {
    border:2px solid red;
}

@font-face {
    font-family: 'BalginDisplay';
    src: url('../fonts/BalginDisplay-Regular.woff2') format('woff2'),
        url('../fonts/BalginDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Balgin-RegularCondensed';
    src: url('../fonts/Balgin-RegularCondensed.eot');
    src: url('../fonts/Balgin-RegularCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Balgin-RegularCondensed.woff2') format('woff2'),
        url('../fonts/Balgin-RegularCondensed.woff') format('woff'),
        url('../fonts/Balgin-RegularCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'balgin-semi-bold-condensed';
    src: url(../fonts/balgin-semi-bold-condensed.eot);
    src: url(../fonts/balgin-semi-bold-condensed.eot?#iefix) format('embedded-opentype'),
        url(../fonts/balgin-semi-bold-condensed.otf) format('otf'),
        url(../fonts/balgin-semi-bold-condensed.svg#balgin-semi-bold-condensed) format('svg'),
        url(../fonts/balgin-semi-bold-condensed.ttf) format('truetype'),
        url(../fonts/balgin-semi-bold-condensed.woff) format('woff'),
        url(../fonts/balgin-semi-bold-condensed.woff2) format('woff2');
}



@font-face {
    font-family: 'balgin-regular-condensed';
    src: url(../fonts/balgin-regular-condensed.eot);
    src: url(../fonts/balgin-regular-condensed.eot?#iefix) format('embedded-opentype'),
        url(../fonts/balgin-regular-condensed.otf) format('otf'),
        url(../fonts/balgin-regular-condensed.ttf) format('truetype'),
        url(../fonts/balgin-regular-condensed.woff) format('woff'),
        url(../fonts/balgin-regular-condensed.woff2) format('woff2'),
        url(../fonts/balgin-regular-condensed.svg#balgin-regular-condensed) format('svg');
}


@font-face {
    font-family: 'BalginDisplay2';
    src: url('../fonts/BalginDisplay-Medium.woff2') format('woff2'),
        url('../fonts/BalginDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.form-select {
    height: 52px;
}

.lm {
    transform: rotate(-90deg);
    color: #4496F3;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.lm:before {
    content: '';
    position: absolute;
    left: -58px;
    top: 11px;
    width: 49px;
    height: 1px;
    background-color: #4496F3;
}

.gender {
    width: 100%;
    padding: 10px;
}

.half {
    width: 50%;
    padding: 3px;
    float: left;
}

.female-young {
    cursor: pointer;
    color: #FF6CA7;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    padding: 18px 21px;
    border-radius: 2px;
    border: 1px solid #FF6CA7;
}

.male-mature {
    cursor: pointer;
    color: #34A853;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    padding: 18px 21px;
    border-radius: 2px;
    border: 1px solid #34A853;
}

.male-mature.selected {
    color: #fff;
    background-color: #34A853;
}

.male-mature.selected svg path {
    fill: #fff;
}

.female-mature.selected {
    color: #fff;
    background-color: #EC4154;
}

.female-mature.selected svg path {
    fill: #fff;
}

.female-young.selected {
    color: #fff;
    background-color: #FF6CA7;
}

.female-young.selected svg path {
    fill: #fff;
}

.male-young.selected {
    color: #fff;
    background-color: #4496F3;
}

.male-young.selected svg path {
    fill: #fff;
}

.male-young {
    cursor: pointer;
    color: #4496F3;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    padding: 18px 21px;
    border-radius: 2px;
    border: 1px solid #4496F3;
}


.female-mature {
    cursor: pointer;
    color: #EC4154;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    padding: 18px 11px;
    border-radius: 2px;
    border: 1px solid #EC4154;
}

.male-mature svg {
    margin-right: 5px;
}

.female-young svg {
    margin-right: 5px;
}

.male-young svg {
    margin-right: 5px;
}

.female-mature svg {
    margin-right: 5px;
}

.female-young svg path {
    fill: #FF6CA7
}

.male-young svg path {
    fill: #4496F3
}

.male-mature svg path {
    fill: #34A853
}

.female-mature svg path {
    fill: #EC4154
}

.form-select {
    width: 100%;
}

.pass-forgot {
    margin-top: 10px;
}

.pass-forgot a {
    color: #888 !important;
    ;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    letter-spacing: 1.28px;
    text-decoration: underline !important;
    text-transform: uppercase;
}

body {
    font-family: 'SF Pro Display';
}

.login {
    font-family: 'SF Pro Display' !important;
    min-width: 100px !important
}


footer span {
    margin: 0px 10px;
}

footer span a {
    margin: 0px 5px;
    text-decoration: underline;
    color: #505050;
}

.login {
    font-size: 17px !important;
    padding: 12px 24px !important;
}

.last-section {
    padding: 50px 0px;
    background: url('../img/apple-bg.png') no-repeat center;
    background-size: contain;
}

.curved-bg-container {
    padding: 50px 0px;
}

.curved-bg {
    background: url('../img/non-apple-bg.png') no-repeat center bottom;
    background-size: contain;
}

.intro-btn {
    margin-top: 30px !important;
    font-size: 32px !important;
}

.mt-10 {
    margin-top: 0px;
}

header .logo {
    padding: 15px;
    max-width: 320px;
}

.btn {
    font-family: 'Balgin-RegularSmCondensed', sans-serif;
    letter-spacing: 1px;
}

footer {
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #D2D2D2;
}

.btn-primary {
    background-color: #E60060;
    border-color: #E60060;
    padding: 20px 40px;
    font-size: 24px;
    line-height: 100%;
    border-radius: 6px;
    border: 1px solid #E60060;
    font-weight: 500;
}

.bg-transparent {
    background-color: #fff !important;
    border-color: #E60060;
    color: #E60060;
}

.bg-transparent:hover {
    background: #E60060 !important;
    color: #fff !important;
    opacity: 0.8;
}

.btn-primary:hover {
    opacity: 0.8;
    background-color: #E60060;
    border-color: #E60060;
}

footer p {
    margin-bottom: 10px;
}

.center-text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.image {
    max-width: 100%;
    padding: 20px;
    margin: 10px 0px;
}

.margin50 {
    margin: 50px 0px;
}

.last-section p,
.no-bg-block p,
.curved-bg p {
    font-size: 24px;
    padding: 0px 60px;
    margin-bottom: 40px;
    line-height: 170%;
}

.cta p {
    font-size: 24px;
    padding: 0px 0px;
    margin-bottom: 30px;
    line-height: 170%;
}

.cta2 p {
    font-size: 24px;
    padding: 0px 60px;
    margin-bottom: 40px;
    line-height: 150%;
}

.balgin {
    font-family: 'balgin-regular-condensed', sans-serif;
}

.last-section h3,
.no-bg-block h3,
.curved-bg h3 {
    margin-bottom: 40px;
    font-family: 'Balgin-RegularSmCondensed', sans-serif;
    padding: 0px 60px;
    font-size: 32px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 130%;
    /* 41.6px */
}

.intro h1 {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0px 10px;
    font-weight: 500;
    line-height: 130%;
    font-family: 'Balgin-RegularSmCondensed', sans-serif;
}

.login-arrow {
    margin-top: 20px;
    width: 340px;
    position: relative;
}

.pass-rec-form {
    margin-top: 50px;
}

.message-bubble {
    background-color: #F1F4F9;
    border: 1px solid #D5DCE7;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-family: SF Pro Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 10px 10px 10px 2px;
    /* 31.2px */
}

.logo-bubble {
    margin-right: 12px;
}

.message-bubble p {
    margin-bottom: 0px;
}

.login-arrow:before {
    content: '';
    width: 30px;
    height: 25px;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 20px;
    background: url(../img/arrow_icon.svg) no-repeat center center;
    background-size: contain;
}

.modal-content h3 {
    font-size: 36px;
    margin-top: -50px;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 130%;
    font-family: 'Balgin-RegularSmCondensed', sans-serif;
}

.sign-in {
    color: #091230;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 40px;
}

.social {
    margin: 0px 5px;
}

.form-control {
    display: initial;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 24px;
    width: 400px;
    min-height: 52px;
}

.intro h1 span {
    position: relative;
    overflow: visible;
    z-index: 1;
    display: inline-block;
    margin-left: 15px;
}

.intro h1 span:before {
    content: '';
    background: url(../img/round-text.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    width: 120%;
    top: -45%;
    left: -8%;
    right: auto;
    height: 80px;
    z-index: -1;
}

.with-margin {
    margin-left: 270px;
    margin-top: 40px;
    position: relative;
}

.with-margin::before {
    content: '';
    left: -170px;
    top: -70px;
    width: 140px;
    height: 100px;
    position: absolute;
    background: url(../img/arrow-bottom.png) no-repeat center;
    background-size: 140px 100px;
}

.blue-arrow {
    position: relative;
    margin-top: 10px;
}

.blue-arrow::before {
    content: '';
    left: -70px;
    top: -25px;
    width: 60px;
    height: 60px;
    position: absolute;
    background: url('../img/blue-arrow.png') no-repeat center;
    background-size: 60px;
}

.cta {
    padding: 50px 0px;
}

.big-border {
    border: 2px solid #E60060 !important;
}

.border-block {
    background: url('../img/border-yellow.png') no-repeat center;
    background-size: 80%;
    padding: 120px 0px;
    position: relative;
}

.rounded {
    background: url('../img/rounded-bg.png') no-repeat center;
    background-size: contain;
    padding: 150px 0px;
    position: relative;
}

.border-block::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 10%;
    width: 100px;
    height: 150px;
    background: url('../img/left-block.png') no-repeat left;
    background-size: cover;
}

.border-block::after {
    content: '';
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 100px;
    height: 120px;
    background: url('../img/right-block.png') no-repeat left;
    background-size: cover;
}

.changer {
    min-width: 150px;
    display: inline-block;
}

.btn {
    min-width: 260px;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

video {
    scale: 1.1;
    outline: none;
}

.btn-close {
    border: 2px solid silver;
    border-radius: 50%;
    z-index: 99;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 0px;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: 2.5rem 2.5rem -0.5rem auto;
}

.modal {
    background: rgb(118 123 138 / 69%);
}

.modal-content {
    border: 0px;
    min-height: 600px;
    background: url(../img/modal-bg.png) no-repeat center;
    background-size: contain;
}

.sf-pro {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.btn-close {
    background-size: 0.7em !important;
}
 

@media(max-width: 767px) {

    .mont, .mont b {
        font-family: 'SF Pro Display', sans-serif !important;
 
        color: #091230;
    }


    .sf-pro {
        font-family: 'SF Pro Display', sans-serif !important;
        font-size: 18px !important;
        line-height: 18px;
        font-weight: 600 !important;
    }

    .lm {
        display: none;
    }

    video {
        scale: 1.3;
        margin-top: 20px;
    }

    .male-mature svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .female-young svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .male-young svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .female-mature svg {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }


    .female-young {
        color: #FF6CA7;
        font-family: SF Pro Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 10px */
        padding: 15px 5px;
        border-radius: 2px;
        border: 1px solid #FF6CA7;
    }

    .male-mature {
        color: #34A853;
        font-family: SF Pro Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 10px */
        padding: 15px 5px;
        border-radius: 2px;
        border: 1px solid #34A853;
    }

    .male-young {
        color: #4496F3;
        font-family: SF Pro Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 10px */
        padding: 15px 5px;
        border-radius: 2px;
        border: 1px solid #4496F3;
    }


    .female-mature {
        color: #EC4154;
        font-family: SF Pro Display;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 10px */
        padding: 15px 5px;
        border-radius: 2px;
        border: 1px solid #EC4154;
    }


    .login-arrow:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: auto;
        bottom: auto;
        margin-top: -2px;
        right: 20px;
        background: url(../img/arrow_icon.svg) no-repeat center center;
        background-size: contain;
    }

    .login-arrow {
        margin-top: 20px;
        width: 100%;
    }

    .social {
        max-width: 35px;
        margin: 0px 5px;
    }

    .pass-forgot a {
        color: #888;
        text-align: center;
        font-family: SF Pro Display;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 10px */
        letter-spacing: 0.8px;
        text-decoration-line: underline;
        text-transform: uppercase;
    }

    .sign-in {
        text-align: center;
        font-family: SF Pro Display;
        font-size: 18px;
        margin-top: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
    }

    .form {
        padding: 0px 30px;
    
        margin: 0 auto;
    }

    .btn-close {
        background-size: 0.7em !important;
    }

    .form-control {
        display: initial;
        font-size: 18px;
        width: 100%;
        min-height: 40px;
        padding: 10px;
    }

    .form-select {
        height: 42px;
    }

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: 1.5rem 1.8rem -0.5rem auto;
    }

    .modal-content h3 {
        text-align: center;
        font-family: Balgin-RegularSmCondensed;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;

        max-width: 60%;
        margin: -60px auto;
    }

    .modal-content {
        border: 0px;
        min-height: 500px;
        background: url(../img/modal-bg-mob.png) no-repeat center;
        background-size: contain;
    }

    .intro {
        overflow: hidden;
    }

    .intro .container {
        padding: 0px;
    }

    .intro .row {
        margin: 0px;
    }

    .logo {
        max-width: 186px;
    }

    .big-border {
        border: 2px solid #E60060 !important;
    }

    .intro-btn {
        margin-top: 40px !important;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }


    .changer {
        min-width: 130px;
        display: inline-block;
    }


    .border-block::before {
        content: '';
        position: absolute;
        left: 5%;
        top: 5%;
        width: 80px;
        height: 120px;
        background: url('../img/left-block.png') no-repeat left;
        background-size: cover;
    }

    .border-block::after {
        content: '';
        position: absolute;
        right: 5%;
        bottom: 10%;
        width: 80px;
        height: 90px;
        background: url('../img/right-block.png') no-repeat left;
        background-size: cover;
    }

    .border-block {
        background: url('../img/borders-mobile.png') no-repeat center;
        background-size: 110%;
        padding: 120px 0px;
        position: relative;
    }

    header .logo {
        padding: 5px;
    }

    .last-section h3,
    .no-bg-block h3,
    .curved-bg h3 {
        letter-spacing: 0px;
    }

    .intro-btn {
        font-size: 21px !important;
    }

    .btn-primary {
        background-color: #E60060;
        border-color: #E60060;
        padding: 7px 15px;
        margin-top: 10px;
        border-radius: 5px;
        border: 2px solid #E60060;
        padding: 14px 28px;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 20px */
        letter-spacing: 0.8px;
    }

    .login {
        font-size: 12px !important;
        /* width: 60px; */
        /* height: 45px; */
        padding: 6px 12px !important;
        border: 1px solid #E60060 !important;
        width: auto !important;
        border-radius: 3px !important;
        min-width: 60px !important;
    }


    .intro h1 {
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 26px */
        margin-top: 30px;
        text-align: center;
    }

    header .logo {
        padding: 15px;
        max-width: 230px;
    }

    .intro h1 span:before {
        content: '';
        background: url('../img/round-text.svg') center no-repeat;
        background-size: contain;
        position: absolute;
        width: 120%;
        top: -18px;
        left: -15px;
        right: auto;
        height: 60px;
        z-index: -1;
    }

    .image {
        max-width: 100%;
        padding: 30px;
        margin: 0px 0px;
    }

    .last-section h3,
    .no-bg-block h3,
    .curved-bg h3 {
        font-size: 26px;
        margin-bottom: 35px;
        margin-top: 25px;
        padding: 0px 10px;
        text-align: center;
    }

    .last-section p,
    .no-bg-block p,
    .curved-bg p {
        margin-bottom: 20px;
        font-size: 16.5px;
        padding: 0px 0px;
        text-align: center;
    }

    .cta p {
        margin-bottom: 20px;
        font-size: 16.5px;
        padding: 0px 0px;
        text-align: center;
    }



    .cta2 p {
        font-size: 20px;
        padding: 0px 10px;
        text-align: center;
    }

    .bubble {
        max-width: 44px;

    }

    .logo-bubble {
        margin-top: -50px;
    }

    .pass-rec-form {
        margin-top: 0px;
    }
    .message-bubble {
        font-size: 17px;
        font-style: normal;
        letter-spacing: -0.2px;
        font-weight: 400;
        line-height: 130%;
        padding: 10px 15px;
    }

    footer span a {
        margin: 5px;
        text-decoration: underline;
        color: #505050;
        font-size: 10px;
    }

    footer span {
        margin: 10px 10px;
        display: block;
    }

    footer p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .curved-bg-container {
        padding: 0px 0px;
    }

    footer img {
        max-width: 200px;
    }

    .last-section {
        padding: 0px 0px 50px 0px;
        background: url('../img/apple-bg.png') no-repeat center bottom;
        background-size: 200%;
    }

    .margin-image {
        margin: 20px 0px;
    }

    .no-padding-mob {
        padding: 0px !important;
    }

    .btn {
        min-width: 240px;
    }

    .with-margin::before {
        content: '';
        left: -80px;
        top: -20px;
        width: 80px;
        height: 55px;
        position: absolute;
        background: url(../img/arrow-bottom.png) no-repeat center;
        background-size: 76px 54px;
    }

    .with-margin {
        margin-left: 35px;
        margin-top: 10px;
        position: relative;
    }

    .curved-bg {
        background: url('../img/non-apple-bg.png') no-repeat center bottom;
        background-size: 350%;
    }

    .cta2 {
        background: url(../img/mobile-bg-rounded-angles.png) no-repeat center;
        background-size: cover;
        padding: 40px 0px;
        position: relative;
        margin-top: 30px;
    }

    .rounded {
        background: none;
        padding: 0px;
    }
}