html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
    font-family: 'SFUIText-Regular', sans-serif;
    position: relative;
    background: #EEEEFA;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container{
    width: calc(100% - 30px);
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.container:not(.main_bg_container--inner){
    overflow: hidden;
}
.head{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    background: rgba(248, 247, 253, 0.8);
    padding: 20px 0;
    z-index: 5;
}

.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_bg_container{
    background: url(../u.images/bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 100vh;
    min-height: 800px;
    overflow: auto;
}
.main_bg_container .container{
    height: 100%;
}
.main_form_wrap{
    width: 320px;
    margin:0;
    position: relative;
    top:20vh;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 20px;
   
    
}

.main_form_wrap::-webkit-scrollbar{
   width: 7px;
    height: 90%;
    background-color: transparent;
    position: absolute;
    right:4px;  
}
.main_form_wrap::-webkit-scrollbar-thumb{
    background-color: #af37f86e;
}

.main_form_wrap--login{
    margin:0 auto;
    top:40vh;
}

.head_form{
    color:#AF37F8;
    font-family: 'SFUIText-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 10px;
}
.wrap_top_btn{
    display: flex;
    overflow: hidden;
    padding: 10px;
}
.wrap_top_btn .top_login_btn{
    background: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-weight: 700;
font-size: 20px;
line-height: 20px;
color: #34393F;
display: inline-block;
padding: 10px 30px;
text-decoration: none;
margin:0 5px;
display: flex !important;
    justify-content: center;
    align-items: center;

}

.wrap_top_btn .top_login_btn.register_google{
    position: relative;
    
}



#google_btn_div {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 0px;
    width: 100%;
}
.login_popup--main{border-radius: 16px;}
.login_popup--select-wrap .login_popup--select-wrap-in:after,#popup_send_btn{background: #AF37F8 !important;}
.form_item #google_btn_div {left:-30px;}
.top_login_btn img{margin:0 5px 0 0;}
.head .container{overflow: visible;}
.sub_head_form{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #34393F;
    margin-bottom: 10px;
}
.form_item{
    text-align: left;
    margin-bottom: 5px;
    
}
.form_item--btns{
    overflow:hidden;
}
.form_item input[type='text'],.form_item input[type='mail']{
    width: calc(100% - 20px);
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 20px;
    height: 30px;
    padding: 5px 10px;
    box-sizing: content-box;
    font-family: 'SFUIText-Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #34393F;
}
.form_item--title{
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #34393F;
}
#regform .select2-container{
    width: 100% !important;
    
}
.form_looking_select{
    margin-top: 19px;
}
.select2-search--dropdown{
    display: none;
}
.form_region_select_wrap{
    margin-top: 19px;
}
.select2-container--default .select2-selection--single{
    border: none !important;
    height: 40px !important;
    border-radius: 20px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    font-family: 'SFUIText-Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #34393F;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    width: 12px;
    height: 9px;
    background:url(../u.images/arrow_down.svg) no-repeat center center;
    background-size: 100%;
    border:none;
    margin-left: -10px;
    margin-top: 2px;
}

.jq-selectbox__dropdown::-webkit-scrollbar,.select2-container--open .select2-dropdown--below ul::-webkit-scrollbar {
    width: 7px;
    height: 90%;
    background-color: transparent;
    position: absolute;
    right:4px;
}
.jq-selectbox__dropdown::-webkit-scrollbar-thumb,.select2-container--open .select2-dropdown--below ul::-webkit-scrollbar-thumb {
    background-color: #AF37F8;
}
.error{color: red !important;text-align: left !important;padding-left: 15px;}
.wrap_input--email--error input,.wrap_input--name--error input,.form_born_select_wrap--error select,.form_region_select_wrap--error select,.form_region_select_wrap--error .select2-container--default .select2-selection--single,.form_born_select_wrap--error .select2-container--default .select2-selection--single{
    border: 1px solid red !important;
}
.error.error_email + input{border: 1px solid red;}
.form_born_select_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 19px;
}
.form_born_select_wrap .wrap_select{
    width: 30%;
}

.form_item--check input{
    border:1px solid #AF37F8;
}
.form_item--check span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #34393F;
    position: relative;
}

#regAgree {opacity: 0;}

#regAgree {
    opacity: 0;
    position: absolute;
}
#regAgree ~ label::before {
  content: '\2713';  
  text-align: center;
  color: transparent;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #AF37F8;
  border-radius: 6px;
  margin: 0.25em;
  display: inline-block;
}
#regAgree:checked ~ label::before {
  color: #AF37F8;
}

.form-button{
    background: #AF37F8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    height: 40px;
    width: 100%;
    display: block;
    color: #fff;
    margin:10px 0;
    text-align:center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.form-button img{margin: 0 10px;}
.form-button.form-button--google{background: #fff;color: #34393F;font-weight: 400;font-size: 16px;position: relative;}

/*Carusel*/
.block--title{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #AF37F8;
    text-align: center;
    margin:30px 0;
}
.block--title span{color: #34393F;}
.carusel{height: 280px;padding: 0 60px;position: relative;}

.carusel_item--in{
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
    cursor: pointer;
    transition: all .2s linear;
}
.carusel_item--in:hover{
    background:#34393F !important; 
}
.carusel_item--info{
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
margin-top: 10px;
}
.carusel_item--info--age{
    color: #AF37F8;
    margin-bottom: 5px;
}
.carusel_item--in:hover .carusel_item--info,.carusel_item--in:hover .carusel_item--info--age{
    color: #fff;
}

.slick-prev.slick-arrow,.slick-arrow{
    position: absolute;
    left:0;
    width: 50px;
    height: 70px;
    top:40%;
    margin-top: -35px;
    background: url('../u.images/carusel/arrow_left.png') center center no-repeat;
    background-size: 100%;
    outline: none;
    border:none;
    text-indent: -99999999px;
    cursor: pointer;
}
.slick-next.slick-arrow{
    left:auto;
    right: 0;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.benefits_block--item{
    width: 30%;
}
.benefits_block_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.benefits_section{
    background:url('../u.images/benefits_bg.png')no-repeat center center;
    background-size: cover;
}
.benefits_block--item{
    width: 30%;
    display: flex;
    
    justify-content: space-between;
    background: #FFFFFF;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
border-radius: 30px;
margin: 0 1%;
}
.benefits_block--item--img{padding: 5px;}
.benefits_block--item--text--title{
    color: #AF37F8;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top:15px;
}
.benefits_block--item--text{
    padding: 5px;
}
.section_description{
    padding: 0px 0 50px 0;
}
.text-center{
    text-align: center;
}
.mb30{
    margin-bottom: 30px;
}
footer{
    background:#fff;
    padding: 40px 0 40px 0;
}
.footer_menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_menu ul li{
    padding-right: 30px;
    position: relative;
    font-weight: 700;
font-size: 20px;
line-height: 24px;
margin:0 5px;
}
.footer_menu ul li a{
    text-decoration: none;
    font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #34393F;
}
.footer_menu ul li:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../u.images/heart_color.svg)no-repeat center center;
    background-size: contain;
    right: 10px;
    top: 5px;
}
.footer_menu ul li:last-of-type:after{
    display: none;
}
footer .text,.logo-footer{
    margin-top: 40px;
}
.copyright-company{display: inline-block;}
.text.text-purple{
    color: #AF37F8;
}
.link-finish.form-button__green{
	background: #6DBA1F;
}
#dob_status_text{width: 100%;text-align: left;}
.agree_status_text{text-align: left;}
#regform{font-size: 12px;}
@media (max-width:1200px){	
    .benefits_block--item{
        flex-direction: column;
        justify-content: center;
    }
    .benefits_block--item--text {
        padding: 10px 15px 15px 15px;
    }
    .benefits_block--item--img{text-align: center;}
    .benefits_block--item--text--title{text-align: center;}
    .main_bg_container{height: 800px;}
    .main_form_wrap{top: 130px;}
    .login-page{height: 600px;min-height: 600px;}
}

@media (max-width:650px){ 
	.main_bg_container{
    	background-position: 70%;
	} 
    .benefits_block--item{
        margin-bottom: 30px;
        width: 100%;
    }
    .block--title{
        font-size: 30px;
    }
    .main_form_wrap{
        margin:0 auto;
    }
    .top_login_btn span{display: none;}
    .top_login_btn.register_google  img{margin: 0;}
    .wrap_top_btn .top_login_btn{padding: 10px;}
}

@media (max-width:460px){
    .login_popup--select-wrap .login_popup--select-wrap-in{margin-bottom: 5px;}
}

@media (max-width:450px){
	.wrap_top_btn .top_login_btn{box-shadow: none;}
	.wrap_top_btn{padding: 0;}
	.wrap_top_btn .top_login_btn{font-size: 14px;}
    .carusel{padding: 0 20px;} 
    .slick-prev.slick-arrow, .slick-arrow{left:-20px;}
    .slick-next.slick-arrow{right: -20px;}
    .logo-top img{
        width: 130px;
    }
    .main_form_wrap {
        width: calc(100% - 40px);
    }
}

