*{
    outline: none !important;
}
a:active {
    text-decoration: none;
    outline: medium none;
}
a:hover,
a:focus{
    text-decoration: none;
}
input:hover, input:focus, input:active {
    text-decoration: none;
    outline: medium none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    min-height: 100vh;
}
.oh {
    overflow: hidden;
}
.container {
    width: 1026px;
    margin: 0 auto;
}
.container_full{
    padding: 0 96px;
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.header_wrapper{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_buttons{
    display: flex;
}
.header_logo {
    width: 180px;
    margin-top: 22px;
}
.header_logo img{
    width: 100%;
}
.hl_text {
    font: 20px/30px 'SFProDisplay-Regular';
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    padding-left: 14px;
}
.header_buttons .btn{
    margin-left: 20px;
}
.btn_login {
    width: 150px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font: 16px/34px 'Roboto-Bold';
    color: #0086FF;
    text-align: center;
    transition: 0.3s all;
    display: block;
    padding: 0;
}
.btn_login:hover,
.btn_login:focus{
    color: #0086FF;
    opacity: 0.9;
}
.btn_signup {
    width: 150px;
    height: 34px;
    background: #0086FF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font: 16px/34px 'Roboto-Bold';
    color: #ffffff;
    text-align: center;
    transition: 0.3s all;
    display: block;
    padding: 0;
}
.btn_signup:hover,
.btn_signup:focus{
    color: #ffffff;
    opacity: 0.9;
}
.section_rel{
    position: relative;
    z-index: 1;
    background: #ffffff;
}
.top_block{
    padding-top: 80px;
    background: transparent;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 10;
}
.h1 {
    font: 62px/72px 'SFProDisplay-Bold';
    color: #FFFFFF;
    position: relative;
    margin-bottom: 36px;
    display: inline-block;
}
.h1 span{
    position: relative;
    z-index: 10;
}
.top_block_full {
    height: 100vh;
}
.bottom_block_full{
    position: relative;
    z-index: 15;
    background: #ffffff;
}
#video_bg{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    object-fit: cover;
}
#video_bg_mobile{
    display: none;
}
.video_popup_mobile{
    display: none;
}
.top_block_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
}
.top_block_overlay_2{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.1) 50%);
}
.top_block_wrapper{
    position: relative;
    z-index: 2;
}
.ul_header {
    font: 24px/40px 'SFProDisplay-Medium';
    color: #0288F3;
    list-style: disc;
    margin-bottom: 35px;
    list-style-position: inside;
}
.ul_header li{
    opacity: 0;
    transition: 0.7s all;
}
.ulh_white{
    color: #ffffff;
}
.ul_header li.static{
    transform: translate(0, 0) !important;
}
.top_block_bottom{
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    transform: translate(0, 100%);
    transition: 0.5s all;
}
.top_block_bottom.open{
    transform: translate(0, 0);
}
.tb_wrapper{
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tb_item{
    min-width: 200px;
    text-align: center;
}
.tb_item_num{
    font: 26px/38px 'SFProDisplay-Bold';
    color: #ffffff;
}
.tb_item_sign{
    font: 28px/45px 'SFProDisplay-Regular';
    color: #ffffff;
}

.reviews{
    padding: 55px 0 110px;
    background: #F6F6F6;
}
.h2{
    font: 48px/58px 'SFProDisplay-Bold';
    color: #424242;
    margin: 0 0 15px;
}
.review_item{
    border-radius: 14px;
    position: relative;
    background: url(../img/bq.svg) no-repeat 25px 25px #ffffff;
    color: #18191F;
    margin-bottom: 30px;
    padding: 30px 30px 30px 75px;
    font: 15px/30px 'SFProDisplay-Regular';
    background-size: 28px 28px;
}
.review_item:before{
    content: '';
    width: 0;
    border: 20px solid #ffffff;
    position: absolute;
    left: 50px;
    bottom: -40px;
    z-index: 1;
    border-color: #ffffff transparent transparent;
    border-width: 20px 15px;
}
.slick-dots li{
    width: 11px;
}
.container_left{
    width: 56%;
}
.ri_name{
    font: 17px/26px 'SFProDisplay-Bold';
    color: #ffffff;
    padding-left: 35px;
    margin-bottom: 10px;
}
.review_block .slick-dots{
    text-align: left;
    padding-left: 25px;
}
.review_block .slick-dots li button{
    width: 11px;
    height: 11px;
    background: #C4C4C4;
    border-radius: 8px;
    margin-right: 0;
}
.review_block .slick-dots li.slick-active button{
    background: #0288F3;
}
.review_block .slick-dots li button:before{
    display: none;
}
.container_form{
    width: 480px;
    margin: 0 auto;
}
.bnt_play_video{
    display: none;
}
.h3_form{
    font: 38px/55px 'SFProDisplay-Bold';
    color: #18191F;
    margin-bottom: 20px;
    text-align: center;
}
.h3_form span{
    display: inline-block;
    background: #0086FF;
    color: #ffffff;
    padding: 0 5px;
}
.form_text{
    font: 18px/26px 'SFProDisplay-Regular';
    color: #18191F;
    margin-bottom: 50px;
    text-align: center;
}
.block_form_f {
    padding: 70px 0;
}
.block_form_f2 {
    padding: 120px 0;
}

.input_box{
    margin-bottom: 12px;
}
.cs_input{
    border: 1px solid #D3D3D3;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    font: 17px/24px 'SFProDisplay-Medium';
    color: #000000;
    background: #ffffff;
}
.cs_textarea{
    border: 1px solid #D3D3D3;
    width: 100%;
    padding: 5px 15px;
    font: 17px/24px 'SFProDisplay-Medium';
    color: #000000;
    background: #ffffff;
    resize: none;
}
.button_box{
    padding-top: 16px;
}
.btn_submit{
    background: rgba(0, 134, 255, 0.7);
    height: 71px;
    border-radius: 35px;
    padding: 8px;
    border: none;
    transition: 0.3s all;
    width: 100%;
}
.btn_submit span{
    display: block;
    height: 100%;
    font: 22px/55px 'SFProDisplay-Bold';
    color: #ffffff;
    text-align: center;
    background: rgba(0, 134, 255, 1);
    border-radius: 27px;
}
.btn_submit:hover{
    opacity: 0.9;
}
.block_form{
    padding: 70px 0 64px;
    background: #F6F6F6;
}
.block_form .h2{
    margin-bottom: 15px;
}
.bf_text{
    font: 20px/33px 'SFProDisplay-Regular';
    color: #18191F;
    margin-bottom: 60px;
}
.footer{
    background: #323232;
    padding: 40px 0 20px;
    overflow: hidden;
}
.footer_container{
    width: 1028px;
    margin: 0 auto;
}
.footer_top {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_nav {
    display: block;
    padding: 30px 0;
}
.footer_nav li:first-child a{
    margin-left: 0;
}
.footer_nav a{
    font: 20px/46px 'SFProDisplay-Regular';
    color: #ffffff;
    margin: 5px 0;
    text-transform: uppercase;
}
.footer_form{
    display: flex;
    align-items: center;
}
.ff_input{
    width: 248px;
    height: 43px;
    border: 1px solid #ffffff;
    border-radius: 21px;
    padding: 0 15px;
    color: #ffffff;
    font: 12px/14px 'SFProDisplay-Regular';
    position: relative;
    z-index: 1;
    background: transparent;
}
.button_ff{
    height: 43px;
    width: 160px;
    border-radius: 21px;
    background: #0169B0;
    color: #ffffff;
    text-align: center;
    font: 12px/43px 'SFProDisplay-Regular';
    letter-spacing: 3.51965px;
    text-transform: uppercase;
    margin-left: -75px;
    position: relative;
    z-index: 2;
    transition: 0.3s all;
    padding: 0;
}
.button_ff:hover,
.button_ff:focus{
    opacity: 0.9;
    color: #ffffff;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_links{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.footer_link{
    font: 14px/28px 'SFProDisplay-Regular';
    color: #ffffff;
    transition: 0.3s all;
    margin-right: 40px;
    opacity: 0.4;
}
.footer_link:last-child{
    margin-right: 0;
}
.footer_link:hover{
    opacity: 1;
    color: #ffffff;
}
.footer_soc_links{
    display: flex;
    align-items: center;
}
.fs_link{
    height: 48px;
    width: 48px;
    margin-left: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    transition: 0.3s all;
}
.fs_link:hover{
    opacity: 1;
}
.support_chat{
    width: 35%;
    position: fixed;
    top: 110px;
    bottom: 40px;
    right: 100px;
    z-index: 99998;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    min-height: 500px;
}
.support_right_block{
    width: 35%;
    position: fixed;
    top: 20px;
    bottom: 40px;
    right: 100px;
    z-index: 99998;

    min-height: 500px;
    max-height: 800px;
}
.sc_header{
    padding: 10px 20px 15px;
    background: #0288F3;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    position: relative;
}
.btn_sc_header_close{
    display: none;
}
.sch_avatar{
    height: 98px;
    width: 98px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    padding: 9px;
    margin-right: 20px;
    position: relative;
}
.sch_avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.sc_secured{
    width: 28px;
    height: 37px;
    background: url("../img/secured.png") no-repeat 0 0;
    background-size: cover;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 9px;
    display: none !important;
}
.sch_user_info{
    flex-basis: 0;
    flex-grow: 1;
}
.sch_name{
    font: 22px/40px 'SFProDisplay-Medium';
    color: #ffffff;
    margin-bottom: 0;
}
.sch_position{
    font: 14px/14px 'SFProDisplay-Medium';
    color: #ffffff;
    margin-bottom: 8px;
}
.sch_description{
    font: 14px/14px 'SFProDisplay-Medium';
    color: #ffffff;
    margin-bottom: 8px;
}
.sch_rait{
    display: flex;
    align-items: center;
}
.sch_stars{
    display: flex;
    padding-right: 7px;
    justify-content: center;
}
.sch_stars img{
    margin-right: 3px;
}
.sch_rait_text{
    font: 14px/14px 'SFProDisplay-Medium';
    color: #ffffff;
}
.sch_rait_text span{
    font: 14px/14px 'SFProDisplay-Bold';
}
.sc_body{
    flex-basis: 0;
    flex-grow: 1;
    overflow: hidden;
}
.sc_body_wrapper{
    height: 100%;
    overflow-y: auto;
}
.sc_message_manager{
    padding: 7px 30px 7px 20px;
    display: flex;
}
.sc_message_manager_avatar{
    width: 38px;
    height: 38px;
    background: rgba(2, 136, 243, 0.2);
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 20px;
    padding: 3px;
}
.sc_message_manager_avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.sc_message_manager_answer_block{
    flex-basis: 0;
    flex-grow: 1;
}
.sc_message_manager_name{
    font: 14px/17px 'SFProDisplay-Regular';
    color: #7B7B7B;
    margin-bottom: 3px;
    margin-left: 15px;
}
.sc_message_manager_answer{
    background: #D8EEFF;
    font: 18px/24px 'SFProDisplay-Regular';
    color: #424242;
    padding: 10px 15px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
}
.sc_message_manager_answer:before{
    content: '';
    width: 0;
    position: absolute;
    top: 13px;
    left: -26px;
    z-index: 1;
    border: 20px solid #D8EEFF;
    border-color: transparent #D8EEFF transparent transparent;
    border-width: 8px 13px;
}
.sc_message_user{
    padding: 7px 20px;
    display: flex;
}
.sc_message_user_answer_block{
    flex-basis: 0;
    flex-grow: 1;
    text-align: right;
}
.sc_message_user_name{
    font: 12px/14px 'SFProDisplay-Regular';
    color: #7B7B7B;
    margin-bottom: 3px;
    margin-right: 10px;
}
.sc_message_user_answer{
    background: rgba(204,204,204,.2);
    font: 18px/24px 'SFProDisplay-Regular';
    color: #424242;
    padding: 10px 15px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    align-items: left;
}
.sc_message_user_answer:before{
    content: '';
    width: 0;
    position: absolute;
    top: 13px;
    right: -26px;
    z-index: 1;
    border: 20px solid rgba(204,204,204,.2);
    border-color: transparent transparent transparent rgba(204,204,204,.2);
    border-width: 8px 13px;
}



.sc_footer{
    padding: 17px 20px;
    background: #EEEEEE;
    border-radius: 0 0 10px 10px;
}
.sc_textarea{
    padding: 15px 24px 8px;
    background: #FFFFFF;
    box-shadow: 0px 42.8704px 57.1605px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    border: none;
    resize: none;
    width: 100%;
    display: block;
    margin-bottom: 24px;
    font: 14px/20px 'SFProDisplay-Regular';
    color: #424242;
}
.textarea_wrapper{
    position: relative;
}
.textarea_wrapper:before{
    content: '';
    width: 0;
    border: 20px solid #ffffff;
    position: absolute;
    right: 84px;
    bottom: -26px;
    z-index: 1;
    border-color: #ffffff transparent transparent;
    border-width: 13px 12px;
}
.scf_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scf_online{
    font: 14px/14px 'SFProDisplay-Medium';
    color: #424242;
}
.scf_button{
    height: 39px;
    width: 193px;
    border-radius: 20px;
    background: #0086FF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    font: 18px/39px 'Roboto-Bold';
    color: #ffffff;
    padding: 0;
    border: none;
    transition: 0.3s all;
}
.scf_button:hover{
    opacity: 0.9;
}
.top_block_bottom{
    overflow: hidden;
}
.tb_item{
    transform: translate(100vw, 0);
    transition: 0.5s all;
}
.tb_item_on{
    transform: translate(0, 0) !important;
}

.h1{
    height: 240px;
}
.slogan_anim_1 .span{
    display: none;
    background: #0086FF;
}
.slogan_anim_4 .span{
    display: none;
    background: #0086FF;
}
.slogan_anim_0{
    display: block;
}
.slogan_anim_1{
    display: block;
}
.slogan_anim_2{
    display: block;
}
.slogan_anim_3{
    display: none;
}
.slogan_anim_4{
    display: none;
}
.slogan_anim_5{
    display: none;
}
.slogan_anim_0 span{
    display: none;
}
.slogan_anim_1 span{
    display: none;
}
.slogan_anim_2 span{
    display: none;
}
.slogan_anim_3 span{
    display: none;
}
.slogan_anim_4 span{
    display: none;
}
.slogan_anim_5 span{
    display: none;
}

.glm_chat_loader {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -25px;
    margin-top: -25px;
    background: url("../img/loader_2.gif") no-repeat 0 0;
    background-size: 100%;
    display:none;
}
#glm_load_previous {
    text-align: center;
    display: none;
    position: absolute;
    left: calc(50% - 96px);
    z-index: 99;
}
#glm_load_previous button{
    height: 28px;
    font: 18px/28px 'Roboto-Bold';
    margin: 3px auto;
}
.glm_info{
    padding-top: 10px;
    text-align: right;
    font-size: 8px;
    color: #aeaeae;
}
.support_right_block{
    display: none !important;
}
.support_right_block{
    opacity: 1;
    transition: 0.3s all;
}
.support_right_block.trans_rb{
    opacity: 0;
}
.btn_support_chat{
    display: none !important;
}
.chat_hidden .support_chat{
    /*display: none !important;*/
}
.chat_hidden .support_right_block{
    display: flex !important;
}
.chat_hidden .btn_support_chat{
    display: flex !important;
}
.sr_head{
    display: flex;
    align-items: center;
    height: 48px;
    margin-bottom: 10px;
}
.sr_head_ring{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: url("../img/question.png") no-repeat 10px 12px #0086FF;
    margin-right: 20px;
    background-size: 28px 28px;
}
.sr_head_text{
    flex-basis: 0;
    flex-grow: 1;
    font: 16px/20px 'SFProDisplay-Medium';
    color: #0086FF;
}
.sr_body{
    padding-bottom: 20px;
    flex-basis: 0;
    flex-grow: 1;
    overflow-y: auto;
}
.sr_body_title{
    font: 20px/26px 'SFProDisplay-Light';
    color: #45575F;
    margin-bottom: 10px;
}
.sr_body_form_wrapper {
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    padding: 20px 20px 4px;
    margin-bottom: 20px;
}
.sr_body_form_btn_wrapper {
    padding: 0 20px 10px;
}
.btn_submit_r{
    height: 58px;
    border-radius: 30px;
    border: none;
    transition: 0.3s all;
    width: 100%;
    display: block;
    font: 22px/22px 'SFProDisplay-Bold';
    color: #ffffff;
    text-align: center;
    background: rgba(0, 134, 255, 1);
    padding: 0;
}

.btn_submit:hover{
    opacity: 0.9;
    color: #ffffff;
}
.sr_body_item{
    font: 19px/22px 'SFProDisplay-Medium';
    margin-bottom: 5px;
    color: #000000;
    display: flex;
    align-items: center;
}
.sr_item {
    font-size: 24px;
    color: #cccccc;
    cursor: pointer;
    margin-left: 3px;
}
.js_close_section{
    display: none;
    height: 20px;
    width: 20px;
    font: 26px/20px 'SFProDisplay-Medium';
    margin-left: 7px;
    color: #cccccc;
}
#db_video {
    width: 80%;
    margin-left: 10%;
    cursor: pointer;
}
.video_popup{
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    display: none;
}
.video_popup.open{
    display: flex;
}
#video_popup {
    height: inherit !important;
    position: relative;
    z-index: 1;
    /*width: auto !important;*/
}

.video_popup_wr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.st_heading{
    font: 24px/36px 'SFProDisplay-Medium';
    color: #18191F;
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.st_h_b{
    font: 500 42px/50px 'SFProDisplay-Medium';
    color: #1867DD;
}
.st_h_n{
    font: 24px/36px 'SFProDisplay-Regular';
    color: #18191F;
}
.st_h_n .b{
    font-family: 'SFProDisplay-Bold';
}
.support_right_block{

}
.support_right_block_wrapper{
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 15px;
}
.btn_support_chat{
    height: 60px;
    padding: 0 20px 0 30px;
    display: flex;
    align-items: center;
    font: 24px/28px 'SFProDisplay-Medium';
    color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 99999;
    border-radius: 40px 0 0 40px;
    background: #0086FF;
}
.btn_support_chat img{
    margin-right: 18px;
    height: 36px;
}
.btn_support_chat[data-chat="closed"] .btn_support_chat_close{
    display: none;
}
.btn_support_chat[data-chat="closed"] .btn_support_chat_open{
    display: block;
}
.btn_support_chat[data-chat="opened"] .btn_support_chat_close{
    display: block;
}
.btn_support_chat[data-chat="opened"] .btn_support_chat_open{
    display: none;
}
.support_chat{
    transition: 0.5s all;
    min-height: 0 !important;
}
.chat_hidden.hide_chat .support_chat {
    transform: scale(0.1) !important;
    /* opacity: 0; */
    right: 0;
    /* height: 100px; */
    top: calc(100% - 20px);
    overflow: hidden;
    bottom: 20px;
    width: 0;
    opacity: 0.5;
}
.iti{
    display: block !important;
}
.iti--allow-dropdown {
    width: 100%;
}
.tel_country_li{
    padding: 5px;
}
.tel_country_input{
    padding-left: 10px !important;
    border: 1px solid #d3d3d3;
    width: 100%;
}
#mobile-number {
    padding-left: 45px;
}
#country-listbox{
    width: 457px;
}
@media (max-width: 1400px){
    #country-listbox{
        width: 402px;
    }
}
@media (max-width: 767px){
    #country-listbox{
        min-width: 280px;
    }
}
.is_new_point{
    animation-name: change_weight;
    animation-duration: 1s;
}

@keyframes change_weight {
    0% {
        font-weight: 700;
    }
    20% {
        font-weight: 400;
    }
    40% {
        font-weight: 700;
    }
    60% {
        font-weight: 400;
    }
    80% {
        font-weight: 700;
    }
    100% {
        font-weight: 400;
    }
}

.adv_block_new{
    padding: 17px 18px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.adv_block_new_num{
    height: 73px;
    width: 73px;
    margin-right: 20px;
    position: relative;
}
.ab_number{
    font: 54px/73px 'SFProDisplay-Regular';
    color: #1867DD;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.ab_anim{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.adv_block_new_info{
    flex-basis: 0;
    flex-grow: 1;
}
.adv_block_title{
    font: 500 24px/24px 'SFProDisplay-Medium';
    color: #1867DD;
    margin-bottom: 10px;
}
.adv_block_text{
    font: 18px/28px 'SFProDisplay-Regular';
    color: #18191F;
}
.vidoe_block_bottom{
    display: flex;
    align-items: center;
    margin-top: 18px;
    justify-content: center;
}
.text{
    font: 26px/36px 'SFProDisplay-Medium';
    color: #18191F;
}
.ab_bottom{
    padding-left: 111px;
}
.blue{
    color: #1867DD;
}
.frb_title{
    font: 18px/22px 'SFProDisplay-Medium';
    color: #ffffff;
    margin-bottom: 18px;
    padding-left: 20px;
}
.footer_nav_title{
    font: 18px/22px 'SFProDisplay-Medium';
    color: #ffffff;
}
.footer_nav {
    display: block;
    padding: 30px 0 10px;
}
.sc_message_manager_first{
    transform: translate(-100%, 0);
    transition: 4s all;
}
.sc_message_manager_first.fixed{
    transform: translate(0, 0);
}

.message_flash{
    animation: flash 1s infinite linear;
}

.message_flash:before{
    animation: flash_border 1s infinite linear;
}


@keyframes flash {
    0% {
        background: #0086FF;
    }
    50% {
        background: #D8EEFF;
    }
    100% {
        background: #0086FF;
    }
}
@keyframes flash_border {
    0% {
        border-color: transparent #0086FF transparent transparent;
    }
    50% {
        border-color: transparent #D8EEFF transparent transparent;
    }
    100% {
        border-color: transparent #0086FF transparent transparent;
    }
}
.fly_form .h2{
    font: 28px/36px 'Rubik-Regular';
}
.otitle {
    font: 22px/36px 'SFProDisplay-Regular';
    color: #18191F;
    margin-bottom: 30px;
}
.oblock{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.form_required{
    font: 14px/18px 'SFProDisplay-Regular';
    color: #18191F;
    opacity: 0.8;
}
.oblock_text {
    font: 18px/30px 'SFProDisplay-Regular';
    color: #18191F;
    flex-basis: 0;
    padding-left: 30px;
    flex-grow: 1;
}
.oblock_h{
    height: 30px;
    /* width: 40px; */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYoAAAGKCAYAAAASfgYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4OTNFODlDMkU0RjExRUI4Mjg0QzhCMjE2OUVCMkQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4OTNFODlEMkU0RjExRUI4Mjg0QzhCMjE2OUVCMkQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTg5M0U4OUEyRTRGMTFFQjgyODRDOEIyMTY5RUIyRDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTg5M0U4OUIyRTRGMTFFQjgyODRDOEIyMTY5RUIyRDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6A4nj4AAAKNElEQVR42uza0XHT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) no-repeat 0 center;
    display: inline-block;
    margin-top: 0;
    background-size: 20px 20px;
    padding-left: 30px;
    font: 20px/30px 'SFProDisplay-Medium';
}
#video_taskea {
    width: 320px;
    border-radius: 56px;
}
.ab_anim svg{
    width: 200px !important;
    height: 200px !important;
}
.ab_anim{
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
.body_fixed{
    overflow: hidden;
}
.service_block_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_block{
    position: relative;
    width: calc((100% - 8px)/3);
    margin-bottom: 4px;
    overflow: hidden;
}
.service_block img{
    width: 100%;
    transition: 0.3s all;
}
.service_block:hover img{
    border-radius: 50%;
}
.sb_top_left{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 10;
    transition: 0.5s all;
}
.sb_top_left:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: -50%;
    left: -50%;
}

.sb_bottom_left{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 10;
    transition: 0.5s all;
}
.sb_bottom_left:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: -50%;
}
.sb_bottom_right{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transition: 0.5s all;
}
.sb_bottom_right:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.sb_top_right{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    transition: 0.5s all;
}
.sb_top_right:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: -50%;
    left: 50%;
}
.sb_anim_element{
    transition: 0.3s transform 0s linear, 0.2s top 0.3s linear,  0.5s left 0s linear;
}
.js_service_block:hover{
    cursor: pointer;
}
.service_block:hover .sb_anim_element{
    /*transform: rotate(-45deg);*/
}

.service_block:hover .sb_top_left{
    top: -100%;
}
.service_block:hover .sb_bottom_left{
    left: -100%
}
.service_block:hover .sb_bottom_right{
    top: 100%
}
.service_block:hover .sb_top_right{
    left: 100%
}
.mb_show{
    display: none;
}
.service_block_name{
    text-align: center;
    font: 24px/34px 'SFProDisplay-Bold';
    color: #424242;
    z-index: 10;
    padding: 5px 0 0;
}
.service_block_item{
    opacity: 0;
    position: relative;
    z-index: -1;
    height: 0;
}
.service_block_item_inside{
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 37px 44px;
    margin-bottom: 25px;
    position: relative;
}
.service_block_item_inside_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}
.service_block_item_inside_top_image{
    height: auto;
    width: auto;
}
.service_block_item_inside_top_image img{
    width: 100%;
    border-radius: 50%;
}
.service_block_item_inside_top_info{
    flex-basis: 0;
    flex-grow: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.service_block_item_inside_top_title{
    font: 38px/42px 'SFProDisplay-Bold';
    color: #ffffff;
    margin-bottom: 23px;
}
.service_block_item_inside_top_text{
    font: 22px/28px 'SFProDisplay-Medium';
    color: #138DFD;
}
.sbi_text{
    font: 18px/26px 'SFProDisplay-Regular';
    color: #ffffff;
    padding: 0;
    margin-bottom: 35px;
}
.service_block_item_inside_bottom{
    display: flex;
    justify-content: center;
    position: relative;
}
.service_block_row_btn{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.btn_service{
    height: 48px;
    width: 423px;
    max-width: 100%;
    border-radius: 26px;
    background: #138DFD;
    font: 18px/48px 'SFProDisplay-Medium';
    color: #ffffff;
    text-align: center;
    border: none;
    transition: 0.3s all;
    display: block;
}
.service_block_item_inside_bottom a{
    max-width: 45%;
}
.btn_service:hover{
    opacity: 0.9;
    color: #ffffff;
}
.btn_service_back{
    position: absolute;
    right: 0;
    top: 50%;
    padding-left: 20px;
    background: url("../img/chewron_2.svg") no-repeat 0 center;
    font: 22px/32px 'SFProDisplay-Medium';
    color: #0169B0;
    margin-top: -16px;
}
.btn_chat_avatar{
    display: none;
}

.service_block_item_inside_top_image img {
    width: 300px;
    height: 300px;
    border-radius: 0;
    position: absolute;
    transition: 0.6s top 0.2s ease-out,
    0.6s left 0.2s ease-out,
    0.6s width 0.2s ease-out,
    0.6s height 0.2s ease-out,
    0.3s border-radius 0.7s ease-in-out;
}
.service_block_item_inside_top_title{
    opacity: 0;
    transform: translate(0, 100%);
    transition: 0.5s opacity 1s ease-out,
    0.5s transform 1s ease-out;
}
.service_block_item_inside_top_text{
    opacity: 0;
    transform: translate(0, 100%);
    transition: 0.5s opacity 1.5s ease-out,
    0.5s transform 1.5s ease-out;
}
.sbi_text{
    opacity: 0;
    transform: translate(0, 100%);
    transition: 0.5s opacity 2s ease-out,
    0.5s transform 2s ease-out;
}
.service_block_item.show_this_block{
    opacity: 1;
    z-index: 1;
    height: auto;
}

.service_block_item.show_this_block{

}
.service_block_item.show_this_block .service_block_item_inside_top_image img{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    object-fit: cover;
}
.service_block_item .service_block_item_inside_top_image .img_overlay{
    width: 300px;
    height: 300px;
    position: absolute;
    transition: 0.6s top 0.2s ease-out,
    0.6s left 0.2s ease-out,
    0.6s width 0.2s ease-out,
    0.6s height 0.2s ease-out;
}
.service_block_item.show_this_block .service_block_item_inside_top_image .img_overlay{
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    object-fit: cover;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}
.service_block_item.show_this_block .service_block_item_inside_top_title{
    opacity: 1;
    transform: translate(0, 0);
}
.service_block_item.show_this_block .service_block_item_inside_top_text{
    opacity: 1;
    transform: translate(0, 0);
}
.service_block_item.show_this_block .sbi_text{
    opacity: 1;
    transform: translate(0, 0);
}
.slogan_anim_0,
.slogan_anim_1,
.slogan_anim_2{
    display: none;
}
.right_block_wrapper_m{
    display: none;
}

.service_table_item_hidden{
    display: none !important;
}

.service_svg_block svg g{
    opacity: 0.3;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
}
.service_svg_block svg g:hover{
    opacity: 1;
}

.plan_table{
    background: #FFFFFF;
    box-shadow: 0px 18.7926px 56.3778px rgba(0, 0, 0, 0.1);
}
.plan_table_row{
    display: flex;
}
.plan_table_item{

}
.plan_table_item:nth-child(1){
    width: 54%;
    border-right: 1px solid #E2E2E2;
}
.plan_table_item:nth-child(2){
    width: 23%;
    border-right: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan_table_item:nth-child(3){
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan_table_item_h_title_1{
    padding: 14px 18px;
    font: 30px/34px 'SFProDisplay-Bold';
    color: #424242;
}
.plan_table_item_h_title_2{
    text-align: center;
    font: 36px/40px 'SFProDisplay-Bold';
    padding: 11px 10px;
    text-transform: uppercase;
}
.plan_table__blue{
    color: #0288F3;
}
.plan_table__red{
    color: #FF4545;
}
.pti_block{
    display: flex;
    align-items: center;
    padding: 30px 15px;
}
.pti_block_num{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #EFEFEF;
    margin-right: 26px;
    text-align: center;
    font: 30px/58px 'SFProDisplay-Bold';
    color: #939393;
}
.pti_block_info{
    flex-basis: 0;
    flex-grow: 1;
}
.pti_block_title{
    font: 20px/22px 'SFProDisplay-Bold';
    color: #0288F3;
    margin-bottom: 15px;
}
.pti_block_text{
    font: 16px/24px 'SFProDisplay-Regular';
    color: #424242;
}
.plan_table_row:nth-child(2n){
    background: #F8F8F8;
}
.plan_table_item_text{
    font: 32px/38px 'SFProDisplay-Bold';
}
.plan_table_item_head:nth-child(1){
    width: 54%;
}
.plan_table_item_head:nth-child(2){
    width: 46%;
    font: 32px/56px 'SFProDisplay-Bold';
    background: #F8F8F8;
    text-align: center;
    text-transform: uppercase;
    color: #424242;

}


.ul_header li{
    transform: translate(0, 0) !important;
    opacity: 1;
}
.h1 .span{
    background: #0086FF;
}
.tb_item {
    transform: translate(0, 0);
    transition: none;
}



.btn_chat_avatar_desktop{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 11;
    box-shadow: 0 0 2px 0 #0288F3;
    display: block;
    transform: scale(0);
    opacity: 0;
    transition: 1s opacity, 1s transform;
}
.btn_chat_avatar_desktop img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.green_buble_chat {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #00f300;
    font: 14px/30px 'SFProDisplay-Medium';
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
    position: absolute;
    top: -6px;
    right: -6px;
    display: none;
}
@keyframes box_pulse {
    0% {
        box-shadow: 0 0 2px 0 #0288F3;
    }
    100% {
        box-shadow: 0 0 2px 10px rgba(2, 136, 243, 0);
    }
}
.btn_sc_d_close{
    display: none;
}
@media (min-width: 1200px){
    .scrolled_d .btn_chat_avatar_desktop{
        transform: scale(1) !important;
        opacity: 1 !important;
        animation: box_pulse 1s ease-in-out infinite !important;
    }
    .support_chat{
        transition: 0.5s all;
    }
    .scrolled_d .support_chat{
        transform: scale(0) !important;
    }
    .body_center_page.scrolled_d .support_chat{
        right: -14%;
        top: 84%;
    }
    .container_left_d{
        transition: 0.5s all;
    }
    .body_center_page .container_left_d{
        width: 80%;
        margin: 0 10%;
    }
    .body_left_page .support_chat{
        transform: scale(1) translate(0, 0) !important;
    }
    .body_left_page .btn_chat_avatar_desktop{
        transform: scale(0) !important;
        opacity: 0 !important;
    }
    .btn_sc_d_close{
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 50px;
        color: #ffffff;
        z-index: 1111;
        display: block;
        line-height: 30px;
        height: 50px;
        transform: rotate(45deg);
    }
    .btn_sc_d_close:hover{
        color: #ffffff;
    }
}

.section_map{
    background: #F6F6F6;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 45px;
    overflow: hidden;
}
.section_map_wrapper{
    position: relative;
    height: 830px;
    width: 1391px;
    margin: 0 auto;
}
.sm_sign{
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    z-index: 2;
    position: absolute;
}
.sm_sign_wrapper{
    border-radius: 17px;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.sm_sign_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0288F3;
    border-radius: 17px;
    z-index: 1;
    top: 0;
    left: 0;
}
.sm_sign img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 3px;
}
.sm_sign_name{
    font: 14px/24px 'SFProDisplay-Medium';
    color: #424242;
}
.sm_sign_main .sm_sign_wrapper{
    background: #0288F3;
}
.sm_sign_main .sm_sign_wrapper .sm_sign_name{
    color: #ffffff;
}
/********************/
.sm_sign_montreal{
    top: 113px;
    left: 50%;
    margin-left: -467px;
}
.sm_sign_ottawa{
    top: 207px;
    left: 50%;
    margin-left: -516px;
}
.sm_sign_sanfrancisco{
    top: 325px;
    left: 50%;
    margin-left: -475px;
}
.sm_sign_newyork{
    top: 271px;
    left: 50%;
    margin-left: -284px;
}
.sm_sign_saopaolo{
    top: 452px;
    left: 50%;
    margin-left: -225px;
}
.sm_sign_barcelona{
    top: 231px;
    left: 50%;
    margin-left: -72px;
}
.sm_sign_paris{
    top: 137px;
    left: 50%;
    margin-left: 17px;
}
.sm_sign_london{
    top: 89px;
    left: 50%;
    margin-left: 29px;
}
.sm_sign_telaviv{
    top: 224px;
    left: 50%;
    margin-left: 124px;
}
.sm_sign_shanghai{
    top: 237px;
    left: 50%;
    margin-left: 440px;
}
.sm_sign_hongkong{
    top: 291px;
    left: 50%;
    margin-left: 393px;
}
.sm_sign_sidney{
    top: 536px;
    left: 50%;
    margin-left: 402px;
}
/********************/

@keyframes map_pulse {
    0% {
        box-shadow: 0 0 0 1px rgba(2, 136, 243, 1);
    }
    50% {

    }
    100% {
        box-shadow: 0 0 0 10px rgba(2, 136, 243, 0);
    }
}
.sm_sign_pulse .sm_sign_bg{
    animation: map_pulse 1.2s ease ;
}

.section_offices{
    width: 1028px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -200px;
}
.so_data{
    width: 315px;
}
.so_data_img{
    width: 100%;
    margin-bottom: 24px;
}
.so_data_addr_title{
    font: 22px/30px 'SFProDisplay-Bold';
    color: #0288F3;
    margin-bottom: 16px;
    text-align: center;
}
.so_data_addr{
    font: 22px/26px 'SFProDisplay-Medium';
    color: #0288F3;
    margin-bottom: 16px;
    text-align: center;
}
.btn_contact_us{
    display: block;
    width: 100%;
    background: rgba(0, 134, 255, 0.7);
    padding: 6px;
    border-radius: 27px;
    transition: 0.3s all;
}
.btn_contact_us span{
    height: 44px;
    display: block;
    text-align: center;
    font: 17px/44px 'SFProDisplay-Bold';
    color: #ffffff;
    background: rgba(0, 134, 255, 1);
    border-radius: 22px;
}
.btn_contact_us:hover{
    opacity: 0.9;
}
.so_list{
    background: #F3F3F3;
    border-radius: 10px;
    padding: 16px 45px;
}
.so_item_title{
    font: 22px/30px 'SFProDisplay-Bold';
    color: #424242;
    text-align: center;
    margin-bottom: 18px;
}
.so_item{
    font: 18px/22px 'SFProDisplay-Regular';
    color: #424242;
    text-align: left;
    margin-bottom: 10px;
}
.so_item span{
    font-family: 'SFProDisplay-Medium';
}
.so_item:last-child{
    margin-bottom: 0;
}
.footer_copy{
    font: 16px/28px 'SFProDisplay-Regular';
    color: #ffffff;
    text-align: center;
    opacity: 0.4;
}
.fmenu_block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 40px;
}
.section_map_wrapper_img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
}
.tb_wrapper{
    display: none !important;
}
.plyr--video {
    overflow: hidden;
    width: 90%;
    height: 90%;
    position: relative;
    z-index: 2;
}
.vp_close{
    background: transparent;
    border: none;
}
.vp_close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
}
#video_popup_wr > svg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
