
@font-face {
  font-family: 'Myriad Pro';
  src: url('/u.css/fonts/myriad/myriadpro_regular.eot');
  src: url('/u.css/fonts/myriad/myriadpro_regular.eot?#iefix') format('embedded-opentype'),
       url('/u.css/fonts/myriad/myriadpro_regular.woff') format('woff'),
       url('/u.css/fonts/myriad/myriadpro_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('/u.css/fonts/myriad/myriadpro_semibold.eot');
  src: url('/u.css/fonts/myriad/myriadpro_semibold.eot?#iefix') format('embedded-opentype'),
       url('/u.css/fonts/myriad/myriadpro_semibold.woff') format('woff'),
       url('/u.css/fonts/myriad/myriadpro_semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('/u.css/fonts/myriad/myriadpro_bold.eot');
  src: url('/u.css/fonts/myriad/myriadpro_bold.eot?#iefix') format('embedded-opentype'),
       url('/u.css/fonts/myriad/myriadpro_bold.woff') format('woff'),
       url('/u.css/fonts/myriad/myriadpro_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Light */
@font-face {
  font-family: 'Myriad Pro';
  src: url('/u.css/fonts/myriad/myriadpro_light.eot');
  src: url('/u.css/fonts/myriad/myriadpro_light.eot?#iefix') format('embedded-opentype'),
       url('/u.css/fonts/myriad/myriadpro_light.woff') format('woff'),
       url('/u.css/fonts/myriad/myriadpro_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}



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: 'Myriad Pro', sans-serif;
    background: #65EBEC;
}
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{
    padding:0 5%;
}
.row{
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.head .row{
    align-items: center;
    justify-content: space-between;

}

.head{
    height: 640px;
    background: url('../u.images/main_img.png') center center no-repeat;
    margin:0 auto;
    background-size: cover;
    overflow:hidden;
}

.top_login_btn{
    display: inline-block;
    width: calc(200px - 50px);
    border-radius: 30px;
    padding: 10px 10px 10px 40px;
    background: linear-gradient(180deg, #FAD0A0 0%, #F6B060 100%);
    text-align: center;
    text-transform: uppercase;
    color: #1f2535;
    text-decoration: none;
    font-size: 26px;
    position: relative;
}

.top_login_btn:after{content: '';width: 32px;height: 32px;position: absolute;left:15px;top:10px;background: url('../u.images/login_arrow.png');}
.mobile_menu_list li.login_btn:before{content: '';width: 300px;height: 300px;position: absolute;left:0px;top:-10px;background: url('../u.images/login_shadow.png')no-repeat;}
.mobile_menu_list li:before{content: '';width: 300px;height: 300px;position: absolute;left: 4px;top: -5px;background: url('../u.images/google_shadow.png')no-repeat;}
#google_btn_div{
    position: absolute;
    opacity: 0;
    top:5px;
    left:0px;
    width: 100%;
}
.register.register_google:after{
    display: none;
}
.mobile_menu_list .register_google{margin-top: 0px;display: inline-block;}
.toogle_menu{
    display: none;
    width: 47px;
    height: 43px;
    text-decoration: none;
    background: url('../u.images/menu.png')no-repeat;
    position: relative;
    z-index: 100000000;
}
.mobile_menu_list{
    display: block;
    margin-right: 20px;
}



.mobile_menu_list .langs .jq-selectbox__dropdown{
    width: 100% !important;
}

.mobile_menu_list li{
    vertical-align: top;
    color: #4c4c4c;
    display: block;
    margin-top:30px;
}

.mobile_menu_list li:first-of-type{
    margin-top: 0;
}
.mobile_menu{
    margin-top: 70px;
}
.logo-top{
    margin-top:40px;
}
.logo-top img{
    height: 80px;
}
.main_form{
    background: url('../u.images/main_banner.png') no-repeat center center;
    height: 560px;
    text-align: center;
}

.main_form .form{
    width: 100%;
    margin-bottom: 4%;
}

.form a.form-button{
    text-decoration: none;
    display: inline-block;
    padding: 20px 60px 20px 30px;
    color: #1f2535;
    background: #ffc27d; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc27d 0%, #fad0a0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc27d 0%,#fad0a0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc27d 0%,#fad0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc27d', endColorstr='#fad0a0',GradientType=0 );
    border-radius: 45px;
    outline: none;
    border:none;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.form a.form-button:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 19px;
    background: url('../u.images/arrow_right.png')no-repeat center center;
    background-size: 100%;
    right: 25px;
    top: 26px;

}



.slick-prev, .slick-next{
    display: inline-block;
    background: #ff578f;
    padding: 5px 10px;
    color: transparent;
}
.slick-next{
    display: none !important;
}
.main_carusel .slick-next{
    display: none !important;
}

.slick-dots{
    display: none !important;
}

.slick-prev, .slick-next{
    display: none;
    width: 40px !important;
    height: 20px !important;
    border-radius: 10px !important;
    background: #64eaec !important;
    opacity: 0.5;
    border: none !important;
    position: absolute;
    right: 20px;
    bottom: -20px;
    z-index: 1000;
    cursor: pointer;
}
.slick-prev{
    left:20px;
    right: auto;
    
}
#regform{
    margin-bottom: 30px;
    max-width: 800px;
    background: rgba(255,255,255,0.6);
    border-radius: 60px;
    padding: 10px 30px;
    background-size: cover;
    -webkit-box-shadow: 4px 9px 36px -14px rgba(66, 68, 90, 1);
    -moz-box-shadow: 4px 9px 36px -14px rgba(66, 68, 90, 1);
    box-shadow: 4px 9px 36px -14px rgba(66, 68, 90, 1);
}
.slick-disabled{display: none !important;}
.slick-prev:after, .slick-next:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../u.images/strelka.png)no-repeat center center;
    background-size: 100%;
    right: 40%;
    top: 20%;
}
.slick-prev:after{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.main_form .row{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.select_val{display: none;}
.title_form{
	padding: 5px 10px;
    font-size: 44px;
    font-weight: bold;
    margin: 0px auto;
    color: #414B66;
    text-transform: uppercase;
}
.form{
    margin-top: 140px;
}
.main_form .form input.name,.main_form .form input.mail{
    border:1px solid #c5dafe;
    border-radius: 45px;
    padding: 10px 20px;
    background: #fff;
    margin:20px 20px 20px 20px;
    font-size: 24px;
    line-height: 24px;
    color: #4c4c4c;
}

.loginCarusel_item .jq-selectbox__select,.loginCarusel_item .select2-container{
    border:none;
    border-radius: 45px;
    padding: 20px 30px;
    width: 400px;
    text-align: left;
    background: #fff;
    margin:0px;
    font-size: 24px;
    line-height: 24px;
    color: #1f2535;
    border:2px solid rgba(66, 196, 197, 1);
}
.select2-container--default .select2-selection--single{border:none !important;}
.login_popup--select-wrap .select2-container{
    border:1px solid #6587F9;
    border-radius: 45px;
    padding: 2px 5px;
    width: 110px !important;
    text-align: left;
    background: #fff;
    margin:0;
    font-size: 18px;
    color: #4c4c4c;
}
.loginCarusel_item.born_year .select2-container{
    width: 160px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	width: 10px;
	height: 25px;
	background: url(../u.images/arrow_right.png)no-repeat center center;
    background-size: 100%;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
    right: 10px;
}
.loginCarusel_item.cities .select2-container{
    width: 260px !important;
}
.login_popup--select-wrap .jq-selectbox__select{
	border:1px solid #c5dafe;
    border-radius: 45px;
    text-align: left;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
}

.login_popup--select-wrap .jq-selectbox__dropdown{
	max-height: 150px;
    overflow: auto;
    border-radius: 20px;
    border-color: #6587F9;
    -webkit-overflow-scrolling: auto;
}
#login_popup2{
	border-radius: 20px;
}
.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: #6587F9;
}
.login_popup--select-wrap .jq-selectbox li{
    padding: 5px;
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
}
.login_popup--select-wrap .jq-selectbox li:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#FF578F;
    position: absolute;
    left: 10px;
    top: 10px; 
}
.login_popup--select-wrap .jq-selectbox__select .jq-selectbox__trigger-arrow{
	top: calc(50% - 10px);
    right: 10px;
    width: 20px;
    height:20px;
    border-radius: 50%;
    background: #FF578F;
    border:none;
    background-size: 100%;
}

.login_popup--select-wrap .jq-selectbox__select .jq-selectbox__trigger-arrow:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url(../u.images/strelka.png)no-repeat center center;
    background-size: contain;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 5px;
    top: 5px;
}

.loginCarusel_item .jq-selectbox__select .jq-selectbox__trigger-arrow{
    top: 40%;
    right: 20px;
    width: 20px;
    height:12px;
    border:none;
    background: url(../u.images/arrow_red.png)no-repeat center center;
    background-size: 100%;
}

.loginCarusel_item.born_year  .jq-selectbox__select{
    width: 180px;
}

.loginCarusel_item .jq-selectbox__dropdown{
    font-size: 24px;
    margin-top: -20px;
    color: #4c4c4c;
}

.loginCarusel_item .jq-selectbox__dropdown{
    top:calc(60px - 100%);
    max-height: 280px;
    overflow: auto;
    max-width: 200px;
    border-radius: 20px;
    border: 1px solid #6587F9;
}

.jq-selectbox__dropdown::-webkit-scrollbar {
    width: 7px;
    height: 90%;
    background-color: transparent;
    position: absolute;
    right:4px;
}
.jq-selectbox__dropdown::-webkit-scrollbar-thumb {
    background-color: #6587F9;
}

.loginCarusel_item .jq-selectbox li{
    padding: 5px;
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left: 35px;
}
.mainwrapGeoSelects{display: flex;flex-wrap: wrap;justify-content: center;}
.loginCarusel_item .mainwrapGeoSelects .jq-selectbox__select{width: 180px;}
#date_of_birth-styler.jq-selectbox li:after,.loginCarusel_item .mainwrapGeoSelects .jq-selectbox li:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#FF578F;
    position: absolute;
    left: 20px;
    top: 10px; 
}
#date_of_birth-styler .jq-selectbox__dropdown{
    max-width: 140px;
}
#month_of_birth-styler.jq-selectbox li:after,#year_of_birth-styler.jq-selectbox li:after,#geo_select-styler.jq-selectbox li:after {
   content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#FF578F;
    position: absolute;
    left: 15px;
    top: 10px; 
}



.loginCarusel_item .jq-selectbox li:first-of-type:after{display: none;}
.jq-selectbox__trigger{
    border-left: none;
}
.main_form .form input:focus{
    outline: none !important;
}
.main_form .form input.name{
    width: 285px;
}
.main_form .form input.male{
    width: 400px;
}

.loginCarusel_item.sex button{
    border: none !important;
    outline: none !important;
    font-size: 24px;
    padding: 5px 10px;
    position: relative;
    border-radius: 35px;
    margin: 10px 20px 10px 0;
    cursor: pointer;
    background: rgba(250, 208, 160, 1);
    color: #1f2535;
    padding-left: 55px;
    max-width: 310px;
    text-align: left;
}

.loginCarusel_item.sex button:hover{
    opacity: 0.9;
}

.loginCarusel_item.sex button.women{
    background: rgba(250, 208, 160, 1);
    color: #1f2535;
}
.loginCarusel_item.sex button.men{
    padding-left: 60px;
}
.loginCarusel_item.sex button:after{
    width: 25px;
    height: 40px;
    content: '';
    position: absolute;
    background-size: contain !important;
    left:15px;
    top:12px;
}
.loginCarusel_item.sex button.women:after{
    left: 20px;
}
.loginCarusel_item.sex button.women:after{
    width: 25px;
    height: 40px;
    background: url(../u.images/women.png)no-repeat center center !important;
    background-size: 100% !important;
}
.loginCarusel_item.sex button.men:after{
    width: 36px;
    height: 37px;
    background: url(../u.images/men.png)no-repeat center center !important;
    background-size: 100% !important;
}
::-webkit-input-placeholder {color:#1f2535;font-size: 24px;font-family: 'Myriad Pro', sans-serif;}
::-moz-placeholder          {color:#1f2535;font-size: 24px;font-family: 'Myriad Pro', sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {color:#1f2535;font-size: 24px;font-family: 'Myriad Pro', sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {color:#1f2535;font-size: 24px;font-family: 'Myriad Pro', sans-serif;}
.email_name{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.email_name .wrap_input{
    position: relative;
    margin-right: 15px;
    max-width: 250px;
}
.email_name .wrap_input:after{
    content: '';
    width: 41px;
    height: 41px;
    background: url('../u.images/form_close.png');
    position: absolute;
    right: 20px;
    top:calc(50% - 21px);
}
.email_name input{
    padding: 20px 15px;
    border-radius: 35px;
    background: #fff;
    color: #1f2535;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 26px;
    max-width: 250px;
}
.email_name input#name{
    max-width: 240px;
}
.email_name input#email,.email_name input{
    border: 2px solid rgba(66, 196, 197, 1);
}
.check{
    max-width: 570px;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
    display: flex;
    position: relative;

}
.check div{
    color: #414B66;
}
.check input{
    width: 20px;
    height: 20px;
    position: relative;
    top:0px;
}
.main_carusel{
    margin: 20px 0;
}
.main_carusel .title{
    font-size: 40px;
    color: #6587f9;
    margin:20px 0;
    text-transform: uppercase;
}

.loginCarusel .slick-slide{
    height: auto !important;
}
.wrap_select{display: inline-block;vertical-align: top;margin-right: 15px;margin-top: 20px;}
.wrap_input{margin-top: 20px;}
.form a.form-button{margin-top: 20px;}
/*in_start_flirting*/
.start_flirting{padding: 30px 0;}
.in_start_flirting--left{width: 45%;}
.in_start_flirting--right{width: 51%;padding: 0 2%;}
.in_start_flirting--left{display: flex;flex-wrap: wrap;}
.in_start_flirting--right--title{color: #414B66;font-size: 50px;font-weight: 600;}
.in_start_flirting--right--text{font-size: 20px;color: #414B66;}
.in_start_flirting--left--wrap--img img{
   width: 100%; 
}
.in_start_flirting--left--wrap--img-1{
    -moz-transform: rotate(-10deg); 
    -ms-transform: rotate(-10deg); 
    -webkit-transform: rotate(-10deg); 
    -o-transform: rotate(-10deg);  
    transform: rotate(-10deg);
}
.in_start_flirting--left--wrap--img-2{
    -moz-transform: rotate(10deg); 
    -ms-transform: rotate(10deg); 
    -webkit-transform: rotate(10deg); 
    -o-transform: rotate(10deg);  
    transform: rotate(10deg);
}
.start_flirting--right--btn{
    display: inline-block;
    border-radius: 30px;
    padding: 10px 50px 10px 30px;
    background: rgba(250, 208, 160, 1);
    text-align: center;
    text-transform: uppercase;
    color: #414B66;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    margin-top: 30px;
}
.start_flirting--right--btn:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    background: url('../u.images/arrow_right_big.png') no-repeat;
    background-size: 100%;
    right: 20px;top:19px;
}
/**/
.screens_item--img{
    width: 200px;
    height: 200px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    background: none;
    line-height: 200px;
}
.screens_item--img img{
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
.app_sreens .title{
    font-size: 60px;
    color: #414B66;
    padding: 25px 0 25px 0;
    margin:20px auto;
    border-top: 1px solid #fff;
    text-align: center;
    text-transform: none;
    width: 100%;
    font-weight: 600;
}

.screens{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.screens_item{
    width: 25%;
    text-align: center;
    margin:0 4%;
}
.screens_item--title{
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;  
}
.screens_item--title-2{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}
.screens_item--text{
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: #4c4c4c;
    line-height: 1.25;
}
.in_info_section{
    padding:0 0 30px 0;
    width: 100%;
    color: #fff;
}
.in_info_section p{
    color: #414B66;
}
.info_section{
    margin:30px auto 0px auto;
    text-align: center;
    width: 100%;
}
.info_section .title{
    font-size: 52px;
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 30px 0 20px 0;
    border-top: 2px dotted #4c4c4c;
    width: 100%;

}
.info_section a{
    color: #fad0a0;
}
.info_section p{
    font-size: 22px;
    color: #414B66;
    line-height: 1.25;
    text-align: center;
    width: 100%;
}
.mt25{margin-top: 25px;}
/*in_footer*/
.footer{
    padding: 25px 0;
    background:#fff;
}
.in_footer{
    width: 100%;
    text-align: center;
}
.footer_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_nav ul li{
    padding-right: 30px;
    position: relative;
}

.footer_nav ul li:last-of-type:after{
    display: none;
}
.footer_nav ul li a{
    color: #414B66;
    font-size: 22px;
    text-decoration: none;
    position: relative;
}
.footer_nav ul li a:hover{
    color: #65ebec;
    text-decoration: underline;
}
.footer_text{
    font-size: 15px;
    color: #414B66;
    margin:30px auto;
    text-align: center;
    line-height: 1.4;
    max-width: 1010px;
}
.copyright{
    color: #414B66;
    font-size: 19px;
}
.copyright-company{display: inline-block;}
.langs{
    display: none !important;
}
.langs .jq-selectbox__select{
    border:none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
    color: #fff;
}
.langs .jq-selectbox__trigger-arrow{
    border-top:5px solid #fff !important;
    right: 26px;
}
.langs .jq-selectbox__trigger{
    border-left:none;
}
.error {
    color: rgb(208, 0, 0);
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.wrap_selects--form{
    display: inline-block;
    position: relative;
}
.payway__item{
    border-radius: 16px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: transparent;
}
#email_status_text{}
.error.error_name:not(:empty),.error.error_email:not(:empty){top: -30px;font-size: 10px !important;line-height: 1;}
.wrap_input--email:after,.wrap_input--name:after{display: none;}
/*.wrap_input--email--error:after,.wrap_input--name--error:after{display: block;}*/
.agree_status_text{display: inline-block;color: red;position: absolute;top: -12px;width: 100%;}
.select2-search.select2-search--dropdown{display: none;}
.select2-container--open .select2-dropdown--below{border-radius: 10px;overflow:hidden;}
/*Google btn*/
/*.mobile_menu_list li{overflow: hidden;}*/
.mobile_menu_list li{position: relative;}
.mobile_menu_list .register_google {margin-top: 0px;display: inline-block;}
.register.register_google {background: linear-gradient(180deg, #55B8FF 0%, #0096FF 100%) !important;padding: 11px 0px 18px 55px !important; margin: 0 5px;height: 22px;position: relative;width: 140px;}
.mobile_menu_list .register{outline: none !important;border: none !important;font-size: 26px;text-transform: uppercase;padding: 12px 25px 17px 25px;border-radius: 30px;background: #ff578f;color: #fff;font-family: Arial, sans-serif;cursor: pointer;position: relative;text-decoration: none;display: inline-block;height: 22px;}
.mobile_menu_list .register img{position: absolute;top: 11px;left: 15px;}
/*Google btn*/
@media (max-width:1700px){
	.in_start_flirting--left--wrap--img img{
		width: 600px;
	}
}

@media (max-width:1480px){
	.in_start_flirting--left--wrap--img img{
		width: 500px;
	}
}

@media (max-width:1300px){
	.head{
		background-position: 50% 0;
	}
	
}
@media (max-width:1170px){
   	.in_start_flirting--left--wrap--img img{
		width: 450px;
	}
    .screens{
        justify-content:center;
    }
    .carusel{
        max-width: 960px;
    }
    #login_popup2 .jq-selectbox select{
		z-index: 10000000;
	}
}

@media (max-width:1030px){
	.in_start_flirting--left,.in_start_flirting--right{
		width: 100%;
	}
	.in_start_flirting--left{
		justify-content: center;
	}
	.in_start_flirting--right--btn{
		text-align: center;
	}
	.loginCarusel_item .mainwrapGeoSelects .jq-selectbox__select{
        padding: 15px 10px;
    }
    .screens_item{
        
    }
    .mainwrapGeoSelects{justify-content: center;}
    .carusel{
        max-width: 760px;
    }
    .loginCarusel_item .jq-selectbox__select,.main_form .form input.name, .main_form .form input.mail{
        margin: 10px;
    }
    
    .error {
    color: rgb(208, 0, 0);
    font-size: 14px;
    
    }

}

.wrap_select select {
    opacity: 0;
}

@media (max-width:991px){
    .form{overflow:hidden;}
    .loginCarusel_item.sex{text-align: center;}
    .email_name .wrap_input{display: inline-block;margin-right: 0 !important;}
    .form {margin-top: 60px;}
    .error {top:-20px;}
    .wrap_selects--form{
        text-align: center;
    }
    
    .loginCarusel .slick-slide.slick-current{
        background: rgba(255,255,255,0.6);
        border-radius: 60px;
        
        background-size: cover;
       
    }
    .loginCarusel .slick-slide{
        padding: 10px 10px;
    }
    #regform{
        background:none;
        box-shadow:none;
    }
    .wrap_select{position: relative; border: none; border-radius: 45px; padding: 15px 30px; width: 400px; text-align: left; background: #fff; margin: 0px; font-size: 24px; line-height: 24px; color: #1f2535; box-sizing: border-box; display: inline-block; margin: 0 10px 20px 0; position: relative; vertical-align: top;
    border:2px solid rgba(66, 196, 197, 1);
    }
    .email_name input{
        padding: 10px 15px;
    }
    .form a.form-button{margin-top: 0;vertical-align: top;}
    .form .email_name a.form-button{margin-top: 20px !important;}
    .wrap_select:after{content:'';position:absolute;right:15px;top:20px;width: 10px;height: 25px;background: url(../u.images/arrow_right.png)no-repeat center center;background-size: 100%;-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);border: none;}

    .loginCarusel_item.born_year .wrap_select{
        width: 160px !important;
    }
    .select2-container{
        display: none;
    }
   .wrap_select select {
        z-index: 100000000000;
        left: 0;
        top: 0;
        height: 50px;
        width: 100%;
    }
    .select2-hidden-accessible {
        display: block;
        clip: auto !important;
        width: 100% !important;
        height: 40px !important;
        clip-path: none !important;
    }
    .select_val {
        display: inline-block;
    }
}

@media (max-width:910px){
    .title_form{font-size: 40px !important;}
}

@media (max-width:850px){
    #email_status_text{position: relative;top: -10px;}
    .email_name .wrap_input:after{display: none;}
}

@media (max-width:850px){
    .email_name{justify-content: center !important;align-items: end;}
    .title_form{text-align: center;}
    .loginCarusel_item.born_year{margin-top: 0 !important;}
    .wrap_select,.loginCarusel_item.born_year .wrap_select{
        width: 300px !important;
        margin:10px auto;
        display: block;
    }
    .title_form{margin:0 auto;}
    .wrap_selects--form{display: block;}
	.in_start_flirting--right--title,.app_sreens .title{
		font-size: 40px;
	}
	.screens_item--img{
		width: 150px;
		height: 150px;

	}
	.screens_item--img img{
		margin-top: 25px;
		width: 80%;
	}
	.screens_item--title{
		font-size: 40px;
	}
	.screens_item--title-2{
		font-size: 26px;
	}
	.form{
		margin-top: 20px;
	}
    .loginCarusel_item.sex button{
        font-size: 18px;
    }
    .title_form{
        font-size: 45px;
    }
    .main_carusel .title{
        font-size: 30px;
        text-align: center;
    }
    
    .carusel{
        max-width: 560px;
    }


    
    .jq-selectbox__select-text{
        line-height: 32px;
    }
    .loginCarusel_item .jq-selectbox__select{
        padding: 12px 20px;
        width: 200px;
    }
    .form a.form-button{
        
        margin-top: 20px;
        vertical-align: top;
    }
    
}

@media (max-width:870px){
    .screens_item--title-2{
        font-size: 22px;
    }
	.info_section p{font-size: 20px;}
	.email_name input#email,.email_name input#name{
		width: 100%;
        max-width: none;
	}
	.title_form {
    	font-size: 45px;
	}
	.loginCarusel_item.born_year{
    	margin-top: 60px;
	}
    .loginCarusel_item.sex button.women:after{
        width: 20px;
        height: 30px;
    }
    .loginCarusel_item.sex button.men:after{
        width: 26px;
        height: 27px;
    }
    .loginCarusel_item.sex button.men,.loginCarusel_item.sex button{
        padding-left: 50px;
    }
    

}
@media (max-width:780px){
    .loginCarusel_item.sex{
        text-align: center;
    }
    .title_form{
        margin: 10px auto;
    }
    .check{
        margin: 30px auto;
    }
    .wrap_input{
        text-align: center;
    }
    .email_name{
        display: block;
        text-align: center;
    }
    .title_form{
        text-align: center;
    }
    .loginCarusel_item.born_year{
        margin-top: 0;
    }
    .wrap_selects--form{
        display: block;
        text-align: center;
    }
    .wrap_select{
        width: 100%;
    }
    #regform .wrap_select .select2-container{
        width: 300px !important;
    }
}




@media (min-width:741px){
    .mobile_menu{display: block !important;}
}
@media (max-width:740px){
    #regform{padding: 10px 0px;}
    .mobile_menu_list li:before{display: none !important;}
	.mobile_menu{
        margin-top: 0px;
    }
    .mobile_menu_list li{margin-top: 10px !important;}
    .logo-top {margin-top: 10px;}
	.head{
		position: relative;
	}
    /*body .mobile_menu_list .register{padding: 5px 15px 5px 25px;font-size: 18px;}
    body .mobile_menu_list .register:after{width: 16px;height: 15px;background-size: 100%;top: 7px;left: 7px;}
    body .mobile_menu_list .register.register_google{padding: 5px 15px 5px 15px; }
    body .mobile_menu_list .register.register_google img{position: relative;top:3px;}*/
    .logo-top img{
    	height: 80px;
    }
    
    .register.register_google{height: 25px;text-align: left;}
    .toogle_menu{display: block;}
    .register-block{
        display: none;
    }
    .mobile_menu{
        display: none;
        position: absolute;
        top: 0px;
        left:0;
        width: 100%;
        background:#fff;
        color: #4c4c4c;
        text-align: center;
        z-index: 100000;

    }
    .mobile_menu_list li{margin:10px 0;}
}

@media (max-width:710px){
	.screens_item{
		width: 100%;
    	text-align: center;
    	margin: 4% 4%;
	}
	.screens_item--img{
		width: 200px;
		height: 200px;

	}
	.screens_item--img img{
		margin-top: 25px;
		width: 80%;
	}
	

}

@media (max-width:640px){
    .form-button.link-finish{display: block !important;width: 100px;margin:0 auto;}
	.title_form{font-size: 32px !important}
	.in_start_flirting--left--wrap--img img{
		width: 400px;
	}
    .logo-top img{height: 50px;}
    
    .main_form .form input.mail{
        width: 285px !important;
    }
    
    .carusel{
        max-width: 360px;
    }
    .title_form{
        font-size: 45px;
    }
}

@media (max-width:500px){
	
	.email_name .wrap_input{
		margin-right: 20px;
	}
}

@media (max-width:460px){
    .slick-prev, .slick-next{bottom: 40px;}
    .title_form{
        margin: 20px auto;
    }
    .loginCarusel_item{
        
    }
	.screens_item--img{
		width: 150px;
    	height: 150px;
	}
	.screens_item--title{font-size: 30px;}
	.screens_item--title-2{font-size: 22px;}
	.in_start_flirting--right--title,.app_sreens .title{
		font-size: 36px;
	}
	.in_start_flirting--left--wrap--img img{
		width: 350px;
	}
	
	.login_popup--line .login_popup--select-wrap > div{
		margin:5px 0;
	}
    .screens_item{
        width: 100%;
       
    }
    .email_name input#email{
    	
    }
    .title_form{
    	font-size: 35px;
    }
    .form a.form-button{
    	padding: 20px 50px 20px 20px;
    }
    .check{
    	margin-top: 50px;
    }
    .loginCarusel_item .jq-selectbox__select, .loginCarusel_item .select2-container{
        padding: 20px 10px;
    }
}



@media (max-width:360px){
    .wrap_select,.loginCarusel_item.born_year .wrap_select{
        width: 260px !important;
        margin:10px auto;
        display: block;
    }
    .title_form{font-size: 32px !important;}
    #regform .wrap_select .select2-container{
        width: 280px !important;
    }
	.wrap_select{
		
	}
	.loginCarusel_item.born_year .select2-container{
		width: 140px !important;
	}
	.in_start_flirting--left--wrap--img img{
		width: 300px;
	}
    
    .toogle_menu{margin:0 10px;}
    .loginCarusel_item.sex button{
        font-size: 16px;
    }
    .logo-top{
        width: 220px;
    }
    
}