/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline; }

@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url("fonts/OpenSansHebrew-Regular.ttf");
    src: url("fonts/OpenSansHebrew-Regular.eot");
    src: url("fonts/OpenSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrew-Regular.woff2") format("woff2"), url("fonts/OpenSansHebrew-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'OpenSansHebrew-Bold';
    src: url("fonts/OpenSansHebrew-Bold.ttf");
    src: url("fonts/OpenSansHebrew-Bold.eot");
    src: url("fonts/OpenSansHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrew-Bold.woff2") format("woff2"), url("fonts/OpenSansHebrew-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
/* remember to define focus styles! */
:focus {
    outline: 0; }

body {
    line-height: 1;
    direction: rtl;
    color: black;
    font-family: 'OpenSansHebrew-Regular', sans-serif;
    background: url('../img/main_bg.png')no-repeat,#151515;
    background-position: top;
    background-size: 100%;
    font-size: 16px; }

ol, ul {
    list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0; }

caption, th, td {
    text-align: right;
    font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: ""; }

blockquote, q {
    quotes: "" ""; }

.text-center{text-align: center;}
.logo_container img{width: 100%;max-width: 380px;}

.form_mail .wrap_input.errParent:after {
    content: '';
    background: url(../img/close.svg)no-repeat center center;
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 5px;
    top: 20px;
    font-size: 13px;
}
.form_mail .wrap_input.fine:after {
    content: '';
    background: url(../img/check.svg)no-repeat center center;
    background-size: 110%;
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 5px;
    top: 20px;
    font-size: 13px;
}
.top_nav{
    height: 70px;
}
.top_nav > ul {
    float: left;
    margin-top: 30px;
}
.top_nav > ul li{
    float:right;
    margin: 0 5px;
}
.top_nav > ul li a.login{
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    background: #0083d7;
    color:#fff;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    position: relative;
    padding-left: 38px;
    font-family: 'OpenSansHebrew-Bold', sans-serif;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.top_nav > ul li a.login:hover{
    background: #368fc9;
}
.top_nav > ul li{
    color:#fff;
}
.top_nav > ul li a.login:before{
    width: 17px;
    height: 16px;
    background: url('../img/login.png')no-repeat;
    content: '';
    position: absolute;
    left:5px;
    top:50%;
    margin-top: -8px;

}
.top_nav > ul li a.toolbar{
    display: none;
    width: 33px;
    height: 20px;

    text-decoration: none;
    background: url('../img/toolbar.png')no-repeat;
    margin-top: 7px;
}

.topMenu{
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: none;
    position: fixed;
    max-width: 255px;
    background: #242424;
    padding: 25px;
    height: 100%;
}
.closeBtn{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    text-decoration: none;
}
.topMenu ul{
    margin: 43px 0 0;
    padding: 0 15px 0 0;
    width: 100%;

}
.topMenu ul li{
    padding: 11px 0;
}
.topMenu ul li a{
    color: #fff;
    font-size: 1.067em;
    font-weight: 600;
    text-decoration: none;

}
.logo_text{
    font-size: 24px;
    color: #54b4ff;
    line-height: 30px;
    max-width: 890px;
    margin: 10px auto;
}


.main_title h1{
    font-family: 'OpenSansHebrew-Bold', sans-serif;
    color:#dfdfdf;
    font-size: 45px;
    margin:60px 0;
}

.loginCarusel__wrap__in{
    direction: ltr;
    height: auto;
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}
.wrapper{overflow: hidden;}
.loginCarusel .slick-list{
    overflow: visible;
}

/*Select*/
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#fff;
    text-align: right;
    direction: rtl;
}
.select2-container,.select2-container .select2-selection--single .select2-selection__rendered{
    width: 100% !important;
    box-shadow: none;
    text-shadow: none;
    min-width: 320px;
    height: 52px;
    border-radius: 5px;
    /*line-height: 42px;*/
    color:#fff;
    text-align: right;
    direction: rtl;
}
.select2-selection--single .select2-selection__rendered{
    line-height: 52px !important;

}
.select2-results li.select2-results__option{
    line-height: 28px !important;
    color:#000;
} 
.select2-container--default .select2-selection--single{
    width: 100% !important;
    background: rgba(255,255,255,0.3);
    box-shadow: none;
    text-shadow: none;
    min-width: 220px;
    border: 1px solid transparent !important;
    height: 52px;
    border-radius: 5px;
    color:#000;
}
.errParent .select2-selection--single{
    border:1px solid red !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 25px;
}

.wrap__ask_buttons{position: relative;padding-bottom: 10px;}
.jq-selectbox{margin:5px 5px;}
#univers_flexselect_dropdown{direction: rtl;text-align: right;}
#univers_flexselect{text-align: right;direction: rtl;padding-left: 25px;cursor: pointer;margin:5px;margin-left:0;font-size: 16px;}
.wrap_input{max-width: 320px;display: inline-block;margin: 10px 5px;}

.wrap_input_arrow:after{
    content: '';
    position: absolute;
    border: none;
    width: 14px;
    height: 8px;
    top: -8px;
    bottom: 0;
    left: 13px;
    z-index: -1;
    cursor: pointer;
    right: auto;
    margin: auto;
    background: url(../img/arrow_bottom.png)no-repeat;
}
.jq-selectbox__dropdown ul{max-height: 150px !important;}
.jq-selectbox__select{border: 1px solid transparent !important;height: 52px;}
.wrapSelect,.wrap_input{text-align: center;display: inline-block;position: relative;padding-bottom: 10px;}
.wrap_input input,.slide-b{
    margin: 5px 5px;
    display: inline-block;
    padding: 0 10px 0 10px;
    background: rgba(255,255,255,0.3);
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    min-width: 320px;
    border: 1px solid transparent !important;
    height: 52px;
    border-radius: 5px;
    font-size: 16px;
}
.wrap_input input{
    margin:0;
}
input,select{direction: rtl;}
.wrap_input .label{margin-bottom:5px;}
.email_status_text{
    position: absolute;
    width: 100%;
    text-align: center;
}
.slide-b{
    line-height: 52px;
    text-decoration: none;
    font-size: 16px;
}
.slide-b.active{
    background: rgba(0,0,0,0.6);
}
.label{font-size: 12px;color: #fff;text-align: center;}
.wrap_input input::-webkit-input-placeholder {color:#fff;font-family: 'OpenSansHebrew-Regular', sans-serif;text-align: right;}
.wrap_input input::-moz-placeholder          {color:#fff;font-family: 'OpenSansHebrew-Regular', sans-serif;text-align: right;}/* Firefox 19+ */
.wrap_input input:-moz-placeholder           {color:#fff;font-family: 'OpenSansHebrew-Regular', sans-serif;text-align: right;}/* Firefox 18- */
.wrap_input input:-ms-input-placeholder      {color:#fff;font-family: 'OpenSansHebrew-Regular', sans-serif;text-align: right;}
.ui-menu.ui-autocomplete{
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    max-width: 220px;
    font-size: 14px;
}
.jq-selectbox__select{
    padding: 0 10px 0 35px;
    border: none;
    background: rgba(255,255,255,0.3);
    box-shadow: none;
    color:#fff;
    text-shadow: none;
    min-width: 320px;
}
.jq-selectbox__select:active,.jq-selectbox__select:hover{
    box-shadow: none;
    background: rgba(255,255,255,0.4);
}
.jq-selectbox__select-text{
    width: 100% !important;
    text-align: right;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    left: 4px;
    right: auto;
    width: 24px;
    height: 100%;
    border-left: none;
}
.jq-selectbox__trigger-arrow{
    border:none;
    width: 14px;
    height: 8px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../img/arrow_bottom.png')no-repeat;
}
.slick-prev{
    top:0;
}
.loginCarusel .slick-next{
    bottom: 0px !important;
    left:0 !important;
    right: 0 !important;
    top: 0;
    margin: 50px auto 20px auto !important;
    display: block;
    font-size: 20px !important;
    color: #fff !important;
    background: #0083d7 !important;
    padding: 0 20px !important;
    line-height: 20px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    width: 215px;
    position: relative;
    z-index: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    display: none !important;
}
.my_button{
    bottom: 0px !important;
    left:0 !important;
    right: 0 !important;
    top: 0;
    margin: 40px auto 20px auto !important;
    display: block;
    font-size: 20px !important;
    color: #fff !important;
    background: #0083d7 !important;
    padding: 0 20px !important;
    line-height: 20px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    width: 215px;
    position: relative;
    z-index: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    border: none !important;
    outline: none !important;
    cursor: pointer;
    position: relative;
}

.reg__item__error{
    position: absolute;
}
.loginCarusel .slick-next:before,.my_button:before{
    content: '';
    width: 8px;
    height: 14px;
    left:6px;
    top: 14px;
    text-indent: -9999px;
    position: absolute;
    background: url('../img/arrow_left.png')no-repeat;
}
body .loginCarusel .slick-slide .errorField{border: 1px solid red !important;}
.loginCarusel .slick-next:hover,.my_button:hover{
    background: #1971a9 !important;;
    color:#fff;
}
.loginCarusel .slick-prev.slick-disabled{
    display: none !important;
}
.loginCarusel .slick-prev{
    left: auto;
    right: 20px;
    display: inline-block !important;
    z-index: 100;
    margin-top: 10px;
}

.loginCarusel .slick-prev:before{
width: 15px;
height: 27px;
left: 6px;
top: 21px;
text-indent: -9999px;
position: absolute;
background: url(../img/arrow_left_big.png)no-repeat;
background-size: 100%;}

.form_mail #email_status_text{
    display: none;
    color:red;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#email{
    direction: ltr;
}
/*Why We*/
.ask_text{
    font-size: 30px;
    color:#dfdfdf;
    direction: rtl;
    margin: 15px auto 15px auto;
    text-align: center;
}

.title_block{
    font-size: 30px;
    color:#dfdfdf;
    direction: rtl;
    margin: 15px auto 50px auto;
}
.whyWe__title{
    font-size: 24px;
    color:#fff;
    margin: 20px auto;
}

.whyWe__text{
    font-size: 16px;
    color: #54b4ff;
    text-align: center;
    line-height: 20px;
    padding: 0 35px;

}
.whyWe__text a,.title_block a{color: #e52363;text-decoration: underline;}
.whyWe__text a:hover,.title_block a:hover{text-decoration: none;}
.whyWe{padding: 0 0 0 0;}
.whyWe .title_block{
    margin-bottom: 20px;
}
.whyWe__items .whyWe__img{
    margin-top: 20px;
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
}
.whyWe__items .whyWe__img{
    vertical-align: middle;
}
/**/
.proffessionPeople{
    padding: 0 0 0 0;
}
.slick-slider{direction: ltr}
.proffessionPeople__carusel{
    direction: ltr;
    max-width: 880px;
    margin: 0 auto;
}
.proffessionPeople__carusel .slick-slide img{
    display: inline-block;
    width: 100%;
}
.slick-slide{text-align: center;}
.proffessionPeople__carusel .slick-slide .roundedBlock{
    display: inline-block;
    overflow:hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative}
.proffessionPeople__carusel .slick-slide .roundedBlock:after{
    content: '';width: 100%;height: 100%;
    position: absolute;
    z-index: 100;
    background: url('../img/shadow.png')repeat-x;
    background-position: bottom;
    bottom: 0;
    left: 0;
}

.proffessionPeople__carusel__text{
    direction: rtl;
    color:#fff;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

/*newUsers*/
.newUsers__carusel{
    max-width: 920px;
    margin: 0 auto;
    padding-left: 20%;
}

.newUsers__carusel .slick-slide .roundedBlock{
    width: 125px;
    height: 125px;
    display: inline-block;
    overflow:hidden;
    border-radius: 50%;
}
.newUsers__carusel .slick-slide .roundedBlock img{
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.newUsers__carusel .slick-slide .roundedBlock:after{
    display: none;
}

/*logos_list*/
.logos_list li{display: inline-block;width: auto;margin: 15px 25px;}
.logos_list{font-size: 0;text-align: center;padding: 15px 0;}
.logos_list li .text{
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-top:10px;
    text-align: center;
}
footer{
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 40px 0;
}
.copyright{
    color:#54b4ff;
    font-size: 14px;
    text-align: center;
}
.dateland-text{
    font-size: 14px;
    color: #dfdfdf;
    margin-bottom: 10px;
}
.newUsers__carusel__text{
    font-size: 20px;
    text-align: center;
    color:#dfdfdf;
    margin: 8px 0;
}

.newUsers__carusel__text_small{
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.newUsers .slick-prev{
    display: none !important;
}
.newUsers .slick-next{
    left:calc(20% - 125px) !important;
    top:0 !important;
    margin: 0 !important;
    right: auto;
    width: 125px !important;
    height: 125px!important;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: none !important;
    background: url('../img/button_bg.png')no-repeat;
    background-size: 100%;
    font-size:24px;
    color:#dfdfdf;
    padding-left: 10px;
}

.newUsers .slick-next:before{
    width: 8px;
    height: 14px;
    content: '';
    position: absolute;
    left:15px;
    top: 50%;
    bottom: 0;
    right: auto;
    margin-top: -5px !important;
    background: url(../img/arrow_left.png)no-repeat;
}

.delimiter{
    width: 100%;
    height: 33px;
    position: relative;
    text-align: center;
    margin: 35px 0;
}
.delimiter img{
    width: 50px;
    height: 33px;
    display: inline-block;
}
.delimiter:after{
    content: '';
    position: absolute;
    top:50%;
    bottom: 0;
    right: auto;
    left:0;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    width: calc(50% - 35px);
}
.delimiter:before{
    content: '';
    position: absolute;
    top:50%;
    bottom: 0;
    right: 0;
    left:auto;
    margin: 0 auto;
    height: 1px;
    background: #dfdfdf;
    width: calc(50% - 35px);
}
/**/
.vysi{
    max-width: 600px;
    margin:0 auto;
}
.table-bordered {
    border: 1px solid #2a3246;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}

table {
    max-width: 100%;
    background-color: transparent;
}
.table>tbody>tr:nth-child(even)>td, .table>tbody>tr:nth-child(even)>th {
    background-color: #171a25;
}
.table>tbody>tr:nth-child(odd)>td, .table>tbody>tr:nth-child(odd)>th {
    background-color: #1d2536;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    color:#fff;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #2a3246;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #2a3246;
}
.table>thead>tr>td:last-child, .table>tbody>tr>td:last-child{
    text-align: center;
}
.reg__item__error{
    display: none;
    color: red;
    font-size: 12px;
    width: 100%;
    text-align: center;

}

.top_line {
    background: #1e2536 repeat-x;
    height: 36px;
    position: relative;
    z-index: 5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    line-height: 37px;
    border: solid 1px #2a3246;
    font-weight: bold;
}
.top_line .title_block {
    text-align: right;
    width: calc(50% - 15px);
    vertical-align: top;
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 15px;
    margin:0;
    font-weight: normal;
}
.top_line .title_block:last-child{
    padding-right: 30px;
}
.column_footer {
    display: inline-block;
    text-align: right;
    width: 50%;
    vertical-align: top;
    float: right;
}
.footer_white #footer ul {
    width: 100%;
    list-style: none;
}
footer ul li {
    padding: 6px 0;
    width: 90%;
    border-bottom: 1px solid #2a3246;
    float: right;
}
footer ul li a {
    font-weight: normal !important;
    display: block;
    padding-right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
footer ul li a:hover{
    text-decoration: underline;
}
footer ul li#last {
    border: none;
}
footer ul.mobile_app_last li{
    width: 100%;
}
.footer_icon {
    position: relative;
    margin-left: 5px;
    float: right;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 0px;
}
.rusdate_mobile {
    background-image: url(../img/rusdate.png);
}
.android_ico {
    background-image: url(../img/android_ico.svg);
}
.ios_ico {
    background-image: url(../img/ios_ico.svg);
}
.videoBlock{
    max-width: 560px;
    margin: 0 auto;
}
footer ul.social_list li {
    width: 100% !important;
}
.fb_ico {
    background-image: url(../img/fb_ico.svg);
}
footer ul.mobile_app_last li{
    width: 90%;
}

@media (max-width:1024px){
    .newUsers__carusel{
        padding-left: 25%;
    }
    

}
.title_block-mobile{display: none;}
@media (max-width:767px){
    .top_line .title_block:last-child{display: none;}
    .top_line .title_block{width: 50%;}
    .fb_footer{border-bottom: none !important;border-top: 1px solid #2a3246;}
    .title_block-mobile{display: block;}
    .column_footer .title_block{
        font-size: 16px;
        margin:8px 0;
        text-align: right;
        font-weight: normal;
    }
    .wrap_input input, .slide-b,.jq-selectbox__select,.wrap_input{
        width: 280px !important;
        min-width: 280px !important;
    }
    .select2-container,.select2-container .select2-selection--single .select2-selection__rendered{
        width: 280px !important;
        min-width: 280px !important;
    }
    .slide-b{
        margin-top: 25px;
    }
.top_line .title_block {
    font-size: 14px;
}
.column_footer {
    width: 50%;
}
footer ul li{

}
footer ul li a{
    font-size: 14px;
}
.top_line .title_block {
    text-align: right;
    width: calc(50% - 15px);
}
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .newUsers__carusel{
        padding-left: 0;
        width: 100%;
    }
    .newUsers .slick-next{
        display: none !important;
    }
    .my_button{
        margin-top: 5px !important;
    }

}

