.container-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
}


.header{
    background: radial-gradient(102.85% 148.54% at 21.62% 61.83%, rgba(240, 99, 255, 0.31) 0%, rgba(177, 89, 221, 3.1e-05) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(0deg, #8390FF, #8390FF), linear-gradient(360deg, rgba(144, 68, 125, 0.159584) 0%, rgba(215, 147, 196, 0.7) 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-catalog a{
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.15px;
    color: #8390FF!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5.5px 10px;
    width: 94px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 15px;
}
@media only screen and (max-width: 360px) {
    .header-logo p{
        display: none;
    }
}
.header-logo{
    display: flex;
    height: 35px;
    align-items: center;
    padding-left: 10px;
}
.header-logo p{
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    line-height: 124.5%;
    color: #FFFFFF;
    margin: 0 10px;
    max-width: 100px;
    top: 6px;
    position: relative;
}
.header-logo img{
    width: 100%;
    max-width: 109px;
}
.container-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 100%;
}

.header-button a{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

}
.login-button{
    padding-left: 35px;
    background-image: url("../imgs/landing/login.png");
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.content{
    background: linear-gradient(130.44deg, rgba(172, 177, 249, 0.455) 12.34%, rgba(172, 177, 249, 0.084) 52.48%);

}
.breadcrumbs{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 40px 0;
}
.breadcrumbs a{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #4A4A4A;
    text-decoration: none;
}
.back{
    padding-left: 35px;
    min-height: 30px;
    background-image: url("../imgs/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center left;
}
.contant-main{
    display: flex;
    padding: 20px 0 0;
}
.content-data{
    display: flex;
    flex-direction: column;
    max-width: 60%;
}

.content-title{
    font-family: 'RobotoBold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.present-img{
    padding-left: 65px;
    background-image: url("../imgs/landing/present.png");
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.content-text{
    font-family: 'Raleway', sans-serif;;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #4A4A4A;
}
.services{
    display: flex;
    justify-content: center;
    padding: 0 144px;
    flex-wrap: wrap;
}
.services-item{
    width: 94px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3px;

}
.new-string{
    min-width: 100%;
}
.viber{
    background-image: url("../imgs/landing/viber.svg");
}
.youtube{
    background-image: url("../imgs/landing/youtube.svg");
}
.whatsapp{
    background-image: url("../imgs/landing/whatsapp.svg");
}
.facebook{
    background-image: url("../imgs/landing/facebook.svg");
}
.telegram{
    background-image: url("../imgs/landing/telegram.svg");
}
.instagram{
    background-image: url("../imgs/landing/instagram.svg");
}
.badoo{
    background-image: url("../imgs/landing/badoo.svg");
}
.tinder{
    background-image: url("../imgs/landing/tinder.svg");
}
.images{
    width: 100%;
    display: flex;
    height: 405px;
    overflow: hidden;
    justify-content: space-between;
}
.man{
    width: 341px;
    height: 428px;
    background-image: url("../imgs/landing/man.png");
    background-size: contain;

    background-repeat: no-repeat;
    position: relative;
}
.man:before{
    content:'';
    position: absolute;
    top:77px;
    left:0;
    width: 341px;
    height: 72px;
    background-image: url("../imgs/landing/message.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.woman{
    width: 362px;
    height: 379px;
    background-image: url("../imgs/landing/woman.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.content-form{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
}
.form-wrap{
    background: #FFFFFF;
    border-radius: 3px;
    padding: 31px 51px 41px 51px;
    max-width: 464px;
}
.form-title{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    text-align: center;

    color: #4A4A4A;
    margin-bottom: 30px;
}
.form-wrap .login-form input{
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #8390FF;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.form-wrap .login-form{
    margin-bottom: 18px;
}
.form-wrap .login-form .form-btn{
    height: 55px;
    width: 100%;
    background: #8390FF;
    border-radius: 8px;
}

.or-login-with{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 23px 0;
    position: relative;
}
.or-login-with span{
    background-color: #ffffff;
    position: relative;
    z-index: 1;

    padding: 0 10px;
}
.or-login-with:before{
    content: '';
    border-bottom: 1px solid #000000;
    top: 50%;
    position: absolute;
    z-index: 0;
    height: 1px;
    width: 100%;
    display: inline-block;
    left: 0;
}

.firebaseui-card-content{
    padding: 0!important;
}
.firebaseui-idp-google{
    border: 1px solid #757575!important;
}
.firebaseui-idp-button,
.firebaseui-tenant-button{
    max-width: initial!important;
    box-shadow: none!important;

    border-radius: 8px!important;
}
.firebaseui-list-item{
    width: 100%;
    border-radius: 8px;
}

#languageSelect {
    font-size: 16px;
    font-family: 'Relaway',sans-serif;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #b4b4b4;
    border-radius: 1px;
    padding: 5px 30px 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    background:url('https://uploads-ssl.webflow.com/5f3439668cfd7dfa3ce0053e/5fe9d11a541e6e7a7e9cff8e_lang-select.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right 0px;
    margin-top: 40px;
}
#languageSelect:focus {
    outline: none;
}

.mobile-visible{
    display: none;
}
.breadcrumbs-delimiter{
    display: flex;
    width: 100%;
    height: 60px;
}

@media only screen and (max-width: 1110px) {
    .form-title{
        font-weight: 500;
        font-size: 24px;
        line-height: 129%;
    }
    .mobile-visible{
        display: flex;
    }
    .desktop-visible{
        display: none;
    }
    .contant-main {
        display: flex;
        flex-direction: column;
    }
    .content-data {
        max-width: 100%;
        padding: 0 20px;
    }
    .content-form{
        padding-left: 0;
    }
    .form-wrap-1{
        width: 100%;
    }
    .services {
        padding: 30px;
    }
    .content-text{
        position: relative;
        max-height: 113px;
        overflow: hidden;
        padding-bottom: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .content-text.active{
        max-height: initial;
    }
    .arrow-down{
        background-image: url("../imgs/landing/down.svg");
        right: -4px;
        bottom: 7px;

        background-repeat: no-repeat;
    }
    .arrow-up{
        background-image: url("../imgs/landing/up.svg");
        right: 0px;
        bottom: 17px;
        background-repeat: no-repeat;
    }
    .form-title{
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 0px;
        flex-direction: column;
        text-transform: initial;
    }
    .form-title strong{
        text-transform: uppercase;
    }
    .images {
        height: 370px;
        position: relative;
    }
    .breadcrumbs{
        margin: 20px 10px;
    }
    .breadcrumbs-delimiter {
        height: 30px;
    }
    .woman{
        max-width: 305px;
        width: 100%;
        height: 313px;
        background-image: url("../imgs/landing/woman_mob.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
    }
    .man:before{
        top:-50px;
        left:-30px;
    }
    .man{
        max-width: 180px;
        position: absolute;
        bottom: 0;
        height: 222px;
        left: 50px;
    }
}
