*{
    outline: none;
}
a:active {
    text-decoration: none;
    outline: medium none;
}
a:hover{
    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;
    /*background: #1E2833;*/
    background: #000000;
}
img{
    max-width: 100%;
}
.oh {
    overflow: hidden;
}
.container {
    width: 1026px;
    margin: 0 auto;
}
.body_fixed{
    overflow: hidden;
}
.body_fixed_2{
    overflow: hidden;
}
.container_big{
    width: 1640px;
    margin: 0 auto;
}
.container_small{
    width: 1280px;
    margin: 0 auto;
}
.container_small_h{
    width: 1024px;
    margin: 0 auto;
}
.page{
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding-top: 44px;
}
.page:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/bg.webp") no-repeat center 0;
    opacity: 0.25;
}
.page.page_home:before{
    background-position: center -100px;
    background-image: none;
}
.page_wrapper{
    position: relative;
    z-index: 10;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFFFFF;
}
.header_wrapper{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
}
.btn_white_b{
    border: 1px solid #28CA42;
    border-radius: 8px;
    height: 46px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 16px/24px 'Inter-SemiBold';
    color: #28CA42;
    transition: 0.3s all;
}
.btn_white_b:hover,
.btn_white_b:focus{
    color: #FFFFFF;
    opacity: 0.9;
}

.section_top{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.section_top .container_small{
    position: relative;
    z-index: 5;
}
.st_video{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}
.st_shadow{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(30, 40, 51, 0.6);
}
.h1_block{
    display: flex;
    justify-content: center;
}
.h1{
    font: 124px/124px 'Inter-Bold';
    color: #ffffff;
    padding-right: 36px;
    margin: 0;
    letter-spacing: -0.03em;
}
.h1_block_right{
    width: 478px;
}
.h1_block_description{
    font: 22px/32px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.btn_blue{
    background: #0086FF;
    border: none;
    border-radius: 8px;
    height: 56px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 16px/24px 'Inter-SemiBold';
    color: #FFFFFF;
    transition: 0.3s all;
    width: 100%;
}
.btn_blue:hover,
.btn_blue:focus{
    color: #FFFFFF;
    opacity: 0.9;
}
.st_image{
    display: flex;
    justify-content: center;
    padding: 58px 0;
}
.st_data_info{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.stdi_item{
    width: 265px;
    background: #182028;
    border-radius: 15.0669px;
    padding: 20px;
    margin-right: 13px;
}
.stdi_item:last-child{
    margin-right: 0;
}
.col_st_mob{
    display: none;
}
.std_value{
    font: 29px/34px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.std_label{
    font: 16px/24px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.flags_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flags_list img{
    width: 61px;
    height: 44px;
    margin-right: 24px;
    opacity: 0;
    transition: 0.2s all;
}
.flags_list img:last-child{
    margin-right: 0;
}
.flags_list img.fl_show{
    opacity: 1;
}
.his_wrapper{
    padding: 75px 90px;
    background: rgba(24, 32, 40, 1);
    border: 1px solid #0086FF;
    box-shadow: 0 0 80px 20px rgb(0 0 1);
    border-radius: 50px;
}
.section_sec_wh_row{
    display: flex;
    margin-bottom: 52px;
    align-items: center;
}
.section_sec_wh_col1{
    width: 300px;
}
.section_sec_wh_title{
    font: 70px/95px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}
.section_sec_wh_col2{
    flex-grow: 1;
    flex-basis: 0;
}
.section_sec_wh_subtitle{
    font: 26px/38px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}
.section_sec_wh_subtitle_sm {
    font: 22px/32px 'Inter-Regular';
}
.h2_his{
    font: 48px/64px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.section_how_is{
    padding: 80px 0;
}
.section_cons{
    padding: 240px 0 80px;
    position: relative;
    z-index: 2;
}
.section_sec_wh_title_2{
    font: 48px/64px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.section_sec_wh_subtitle_2{
    font: 26px/32px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 28px;
}
.list_slider_item{
    padding: 0 20px;
}
.section_sec_wh_list{
    width: 50%;
    padding: 0 10px;
}
.section_sec_wh_list li{
    font: 22px/32px 'Inter-SemiBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #182028;
    border: 1px solid #162044;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section_sec_wh_list_row{
    display: flex;

}
.slick-slide img{
    width: 60px;
    height: 60px;
    margin-right: 22px;
}
.list_slider_controls {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 10px;
}
.btn_ls_left{
    width: 41px;
    height: 27px;
    background: url("../img/arrow_left.svg");
}
.btn_ls_right{
    width: 41px;
    height: 27px;
    background: url("../img/arrow_right.svg");
}
.slick-dots li button:before{
    display: none;
}
.slick-dots li{
    width: auto;
    margin: 0 3px;
}
.slick-dots li button{
    height: 9px;
    width: 27px;
    background: #104B81;
    border-radius: 5px;
}
.slick-dots li.slick-active button{
    width: 58px;
    background: #0086FF;
}
.slick-dots{
    bottom: -68px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
.section_step_ahead{
    padding: 80px 0;
}
.sa_block{
    border-radius: 24px;
    background: #0086FF;
    width: 840px;
    margin: 0 auto;
    position: relative;
}

.sa_block_bottom{
    padding: 62px 50px 62px ;
}
.sf_video{
    border-radius: 24px;
    width: 100%;
}
.sf_logo{
    width: 245px;
    height: 245px;
    position: absolute;
    z-index: 4;
    border-radius: 50%;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
    background: #FFFFFF;
    box-shadow: 23.3609px 23.3609px 46.7219px rgba(166, 140, 241, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sf_logo img{
    width: 80%;
}
.sf_image_bg{
    position: relative;
}
.h2_sa{
    font: 46px/50px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.sa_text{
    font: 22px/32px 'Inter-Regular';
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.section_tarifs_link{
    padding: 80px 0 120px;
}
.stl_block{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(13, 110, 253, 1));
    border-radius: 50px;
    padding: 1px;
    position: relative;
}
.stl_block_inside{
    background: #1E2833;
    border-radius: 50px;
}
.stl_top_block{
    padding: 52px 24px;
    border-radius: 50px 50px 0 0;
    background: #182028;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
}
.stl_bottom_block{
    padding: 0 0 52px;
    text-align: center;
}
.stl_bottom_block_title{
    font: 36px/38px 'Inter-Bold';
    text-align: center;
    color: #FFFFFF;
}
.stl_top_block_title{
    font: 20px/24px 'Inter-Regular';
    text-align: center;
    color: #95BFFE;
    margin-bottom: 14px;
}
.stl_top_block_text{
    font: 36px/38px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
}
.stl_block_btn{
    position: absolute;
    width: 100%;
    bottom: -23px;
    display: flex;
    justify-content: center;
    left: 0;
}
.section_rtd{
    padding: 80px 0;
}
.sd_wrapper{

}
.h3_sd{
    font: 48px/64px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 66px;
}
.sd_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sd_item{
    width: 400px;
    height: 90px;
    margin: 0 50px 50px;
    display: flex;
    align-items: center;
}
.sd_item_icon{
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border: 1px solid #0086FF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sd_item_icon img{
    max-width: 80px;
    max-height: 80px;
}
.sd_item_text{
    flex-basis: 0;
    flex-grow: 1;
    font: 24px/30px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.section_protection_table{
    padding: 80px 0;
    position: relative;
}
.section_sec_wh_title_pr{
    font: 48px/64px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.section_sec_wh_subtitle_pr{
    font: 52px/57px 'Inter-Medium';
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.s_act_wrapper{
    display: flex;
    justify-content: center;
    font: 52px/57px 'Inter-ExtraBold';
    letter-spacing: -0.02em;
}
.table_protection{
    background: #182028;
    border: 1px solid #0086FF;
    box-shadow: 0 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 25px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.tpr_col{
    width: 25%;
    border-right: 1px solid #505050;
}
.tpr_col:last-child{
    border: none;
}
.tpr_head{
    height: 80px;
    border-bottom: 1px solid #505050;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 19px/26px 'Inter-Bold';
    color: #0086FF;
}
.tpr_body{
    padding: 22px;
    display: flex;
    justify-content: center;
}
.tpr_content{
    font: 16px/27px 'Inter-Medium';
    color: #FFFFFF;
    text-align: left;
}
.table_protection{
    width: 100%;
    overflow: hidden;
    transition: 0.6s all;
}
.table_protection_wrapper_outher{
    display: flex;
    justify-content: center;
}
.table_protection_wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 0.5s all;
}
.table_protection_wrapper.table_protection_open{
    width: 100%;
}
.reviews_head_block{
    display: flex;
    align-items: center;
    margin-bottom: 76px;
}
.reviews_head_block_l{
    width: 380px;
    font: 48px/54px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}
.reviews_head_block_r{
    font: 26px/32px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex-grow: 1;
    flex-basis: 0;
}
.section_reviews{
    padding: 240px 0 80px;
}
.container_1080{
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
}
.sr_list{

}
.sr_item{
    display: flex;
}
.sr_item:nth-child(2n){
    justify-content: flex-end;
}
.sr_item_review{
    width: 600px;
    background: #182028;
    border: 1px solid #162044;
    border-radius: 16px;
    margin-bottom: 56px;
    padding: 30px 20px 0 150px;
    min-height: 200px;
    position: relative;
}
.sr_item_img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -35px;
    z-index: 1;
}
.sr_item_review_text{
    font: 16px/24px 'Inter-Light';
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.sr_item_review_name{
    font: 22px/32px 'Inter-SemiBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.sr_item_review_position{
    font: 16px/32px 'Inter-Light';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.container_1234{
    width: 1234px;
    margin: 0 auto;
}
.h2_services{
    font: 48px/58px 'Inter-Medium';
    text-align: center;
    color: #ffffff;
    margin: 0 0 42px;
}
.services_filter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}
.btn_sf{
    height: 32px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0086FF;
    font: 12px/14px 'Inter-Bold';
    color: #2F2F2F;
}
.btn_sf:hover{
    color: #2F2F2F;
}
.btn_sf:first-child{
    border-radius: 16px 0 0 16px;
}
.btn_sf:last-child{
    border-radius: 0 16px 16px 0;
}
.btn_sf.active{
    background: #0086FF;
    color: #ffffff;
}

.container_1234{
    width: 1234px;
    margin: 0 auto;
}
.container_1070{
    width: 1070px;
    margin: 0 auto;
}
.services_table{
    background: #182028;
    border: 1px solid #0086FF;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.row_st{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #555555;
}
.row_st:last-child{
    border: none;
}
.col_st_l{
    flex-basis: 0;
    flex-grow: 1;
}
.col_st_r{
    width: 285px;
    border-left: 1px solid #555555;
}
.title_pt{
    font: 25px/30px 'Inter-Bold';
    padding: 24px 12px;
    color: #ffffff;
    background: #0086FF;
    text-align: center;
}
.title_ep{
    font: 25px/30px 'Inter-Bold';
    padding: 24px 12px;
    color: #ffffff;
    background: #4600B8;
    text-align: center;
}
.services_table_head{
    display: flex;
    align-items: center;
    padding: 28px;
    font: 36px/36px 'Inter-Bold';
    letter-spacing: 0.2em;
    color: #ffffff;
    height: 100%;
}
.col_st_r_pt{
    /*background: rgba(0, 134, 255, 0.05);*/
    padding: 40px 16px;
    height: 100%;
}
.col_st_r_ep{
    /*background: rgba(70, 0, 184, 0.05);*/
    padding: 40px 16px;
    height: 100%;
}
.st_price{
    font: 40px/40px 'Inter-Medium';
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}
.st_price span{
    font: 27px/34px 'Inter-Regular';
}
.st_price_2{
    font: 44px/48px 'Inter-Medium';
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
.st_period{
    font: 44px/48px 'Inter-Regular';
}
.st_btn_box{
    padding: 0 16px;
}
.btn_green{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #04DA00;
    border-radius: 20px;
    font: 16px/20px 'Inter-Bold';
    color: #ffffff;
}
.btn_green:hover{
    color: #ffffff;
}
.col_st_info{
    height: 100%;
    padding: 16px 24px 24px 28px;
}
.col_st_info_title{
    font: 20px/20px 'Inter-Bold';
    color: #ffffff;
    margin-bottom: 8px;
}
.col_st_info_text{
    font: 15px/20px 'Inter-Regular';
    color: #ffffff;
}
.st_check{
    height: 100%;
    width: 100%;
    background: url("../img/icon_check.svg") no-repeat center center;
}
.row_st_mob{
    display: none;
}
.st_no_check{
    height: 100%;
    width: 100%;
    background: url("../img/icon_nocheck.svg") no-repeat center center;
}
.st_text{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 22px/30px 'Inter-Medium';
    color: #ffffff;
}
.services_table_description{
    padding: 32px 24px 32px 28px;
    /*background: rgba(200, 200, 200, 0.1);*/
    height: 100%;
}
.services_table_nb{
    border: none;
}
.std_item{
    margin-bottom: 20px;
}
.std_text{
    font: 18px/22px 'Inter-Regular';
    color: #ffffff;
}
.std_title{
    font-family: 'Inter-Bold';
}
.std_item_bottom{
    font: 22px/32px 'Inter-Bold';
    color: #ffffff;
}
.sbb_title{
    font: 22px/22px 'Inter-Bold';
    color: #ffffff;
    margin-bottom: 20px;
}
.sbb_text{
    font: 20px/26px 'Inter-Regular';
    color: #ffffff;
}
.services_bottom_block{
    padding: 0 28px;
}
.col_st_r_green{
    background: rgba(4, 218, 0, 0.05);
}
.section_price{
    padding: 0 0 80px;
}
.security_video{
    width: 100%;
    border-radius: 50px;
}
.section_video{
    padding: 20px 0 100px;
}
.section_map_wrapper_img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center -58px;
    background-size: 1200px 597px;
}
.section_map_wrapper_img_2{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1001px 471px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.section_map_wrapper_points{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.section_map_wrapper{
    position: relative;
    height: 490px;
    width: 1122px;
    margin: 0 auto 32px;
}
.sm_sign{
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    z-index: 3;
    position: absolute;
}
.sm_sign:before{
    content: '';
    position: absolute;
    width: 41px;
    height: 66px;
    background: url("../img/point.png") no-repeat 0 0;
}
.sm_sign_wrapper{
    border-radius: 17px;
    padding: 0 7px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    background: #ffffff;
    width: max-content;
}
.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: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3px;
}
.sm_sign_name{
    font: 12px/24px 'Inter-Medium';
    color: #424242;
    white-space: nowrap;
}
.sm_sign_main .sm_sign_wrapper{
    background: #0288F3;
}
.sm_sign_main .sm_sign_wrapper .sm_sign_name{
    color: #ffffff;
}
/********************/
.sm_sign_montreal {
    top: 28px;
    left: 50%;
    margin-left: -464px;
}
.sm_sign_montreal:before{
    right: 15px;
    top: 39px;
}
.sm_sign_ottawa {
    top: 111px;
    left: 50%;
    margin-left: -525px;
}
.sm_sign_ottawa:before{
    right: -10px;
    top: -44px;
}
.sm_sign_sanfrancisco {
    top: 228px;
    left: 50%;
    margin-left: -446px;
}
.sm_sign_sanfrancisco:before{
    left: -31px;
    top: -62px;
}
.sm_sign_newyork {
    top: 168px;
    left: 50%;
    margin-left: -301px;
}
.sm_sign_newyork:before{
    width: 63px;
    height: 113px;
    background-image: url("../img/point_big.png");
    left: -30px;
    top: -107px;
}
.sm_sign_saopaolo {
    top: 352px;
    left: 50%;
    margin-left: -225px;
}
.sm_sign_saopaolo:before{
    left: -45px;
    top: -39px;
}
.sm_sign_barcelona {
    top: 143px;
    left: 50%;
    margin-left: -73px;
}
.sm_sign_barcelona:before{
    left: -1px;
    top: -64px;
}
.sm_sign_paris {
    top: 111px;
    left: 50%;
    margin-left: -11px;
}
.sm_sign_paris:before {
    left: -34px;
    top: -36px;
}
.sm_sign_london {
    top: 79px;
    left: 50%;
    margin-left: 8px;
}
.sm_sign_london:before {
    left: -40px;
    top: -33px;
}
.sm_sign_telaviv {
    top: 162px;
    left: 50%;
    margin-left: 177px;
}
.sm_sign_telaviv:before {
    left: -45px;
    top: -56px;
}
.sm_sign_shanghai {
    top: 212px;
    left: 50%;
    margin-left: 452px;
}
.sm_sign_shanghai:before {
    left: -31px;
    top: -44px;
}
.sm_sign_hongkong {
    top: 246px;
    left: 50%;
    margin-left: 429px;
}
.sm_sign_hongkong:before {
    left: -28px;
    top: -51px;
}
.sm_sign_sidney {
    top: 416px;
    left: 50%;
    margin-left: 372px;
}
.sm_sign_sidney:before {
    right: -35px;
    top: -41px;
}
/********************/

@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_white{
    background: #ffffff;
    padding: 90px 0;
}
.h2_services{
    font: 48px/58px 'Inter-Medium';
    text-align: center;
    color: #ffffff;
    margin: 0 0 42px;
}
.services_filter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
}
.btn_sf{
    height: 32px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0086FF;
    font: 12px/14px 'Inter-Bold';
    color: #ffffff;
}
.btn_sf:hover{
    color: #ffffff;
}
.btn_sf:first-child{
    border-radius: 16px 0 0 16px;
}
.btn_sf:last-child{
    border-radius: 0 16px 16px 0;
}
.btn_sf.active{
    background: #0086FF;
    color: #ffffff;
}

.sf_border_block{
    border: 1px solid #727272;
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.sf_border_block_ins{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sf_head_office{
    padding: 18px 24px 32px;
}
.sf_ho_title{
    font: 18px/30px 'Inter-Bold';
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.sf_ho_info{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.sf_ho_logo{
    padding: 0 4px;
}
.sf_ho_addres{
    font: 13px/20px 'Inter-Bold';
    color: #FFFFFF;
    padding: 0 4px;
}
.sf_local_offices{
    flex-grow: 1;
    flex-basis: 0;
    background: rgba(243, 243, 243, 0.1);
    padding: 12px 0;
}
.sf_lo_item{
    font: 13px/21px 'Inter-Regular';
    color: #ffffff;
}
.sf_lo_item span{
    font-family: 'Inter-SemiBold';
}
.sf_lo_left{
    padding: 0 4px;
}
.sf_lo_right{
    padding: 0 4px;
}
.sf_border_block_wrapper{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.sf_form{
    padding: 18px 40px;
}
.sf_form_title{
    font: 18px/30px 'Inter-Bold';
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.form_input_box{
    margin-bottom: 16px;
}
.form_input{
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 0 18px;
    font: 12px/14px 'Inter-Regular';
    letter-spacing: -0.3px;
    color: #FFFFFF;
    width: 100%;
    background: transparent;
}
.form_input::-webkit-input-placeholder,
.form_textarea::-webkit-input-placeholder{
    color: #FFFFFF;
}

.form_input:-ms-input-placeholder,
.form_textarea:-ms-input-placeholder{
    color: #FFFFFF;
}

.form_input::placeholder,
.form_textarea::placeholder{
    color: #FFFFFF;
}
.form_textarea{
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 12px 18px;
    font: 12px/14px 'Inter-Regular';
    letter-spacing: -0.3px;
    color: #FFFFFF;
    width: 100%;
    background: transparent;
    resize: none;
}
.form_btn_box{
    display: flex;
    justify-content: center;
}
.btn_form_submit{
    height:40px;
    width: 225px;
    border-radius: 20px;
    font: 12px/15px 'Inter-Bold';
    color: #ffffff;
    padding: 4px;
    background: rgba(0, 134, 255, 0.7);
    box-shadow: 0px 2.25px 11.25px rgba(0, 0, 0, 0.15);
    border: none;
}
.btn_form_submit:hover{
    color: #ffffff;
}
.btn_form_submit span{
    background: #0086FF;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sf_bottom{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sfb_title{
    font: 22px/27px 'Inter-Regular';
    color: #ffffff;
    margin-bottom: 34px;
}
.sfb_subs_block{
    width: 290px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.subs_input{
    flex-basis: 0;
    flex-grow: 1;
    height: 50px;
    font: 12px/14px 'Inter-Regular';
    letter-spacing: -0.3px;
    color: #FFFFFF;
    border: none;
    background: transparent;
}
.subs_input::-webkit-input-placeholder{
    color: #FFFFFF;
    opacity: 0.5;
}

.subs_input:-ms-input-placeholder{
    color: #FFFFFF;
    opacity: 0.5;
}

.subs_input::placeholder{
    color: #FFFFFF;
    opacity: 0.5;
}
.btn_subscribe{
    width: 50px;
    height: 50px;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/icon_arrow_right.svg") no-repeat center center #0086FF;
    border: none;
    padding: 0;
}
.sfb_section_title{
    font: 17px/21px 'Inter-Regular';
    letter-spacing: -0.231818px;
    color: #0086FF;
    margin-bottom: 21px;
}
.sfb_section_link{
    display: block;
    font: 15px/18px 'Inter-Medium';
    letter-spacing: -0.204545px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.sfb_section_link:hover{
    text-decoration: underline;
    color: #ffffff;
}
.sfb_section_link:last-child{
    margin-bottom: 0;
}
.block_copy{
    padding: 24px 0;
    text-align: center;
    font: 12px/15px 'Inter-Regular';
    letter-spacing: -0.204545px;
    color: #FFFFFF;
}
.st_flex{
    display: flex;
}
.sa_btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.btn_white{
    background: #ffffff;
    border: none;
    border-radius: 8px;
    height: 56px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 16px/24px 'Inter-SemiBold';
    color: #0086FF;
    transition: 0.3s all;
}
.btn_white:hover,
.btn_white:focus{
    color: #0086FF;
    opacity: 0.9;
}
.stl_security_video{
    border-radius:  0 0 50px 50px;
    background: #182028;
    margin-bottom: 52px;
}
.form_wrapper{
    border: 1px solid #727272;
    border-radius: 30px;
    width: 1420px;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.form_block{
    width: 400px;
}
.form_block_title{
    font: 26px/26px 'Inter-Bold';
    text-align: center;
    color: #ffffff;
    margin-bottom: 36px;
}
.fb_input_box{
    margin-bottom: 16px;
}
.fb_input_label{
    font: 14px/16px 'Inter-Regular';
    color: #ffffff;
    margin-bottom: 6px;
}
.fb_input{
    height: 52px;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    font: 14px/16px 'Inter-Regular';
    color: #ffffff;
    padding: 0 16px;
    width: 100%;
    background: transparent;
}
.fb_btn_box{
    padding-top: 10px;
}
.fb_bottom_text{
    padding-top: 36px;
    font: 14px/18px 'Inter-Regular';
    text-align: center;
    color: #ffffff;
}
.section_form{
    padding: 80px 0;
}
.form_wrapper_img_wr{
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 40px 0 0;
}
.header_right{
    display: flex;
    align-items: center;
}
.header_phone{
    font: 18px/32px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #2E3741;
    background-size: auto 22px;
}
.header_phone:hover{
    color: #2E3741;
}
.mesage-sent-success{
    display: none;
    color:#00bb00;
    text-align:center;
    font: 24px/32px 'Inter-Regular';
}
.body_white{
    background: #ffffff;
}
.text_page{
    padding: 50px 0;
    font: 20px/26px 'Inter-Regular';
    color: #1E2833;
}
.text_page h1,
.text_page h3{
    font-weight: 700;
}
.page_detection:before{
    background-image: url("../img/bg_detection.webp");
}
.detection_top_block{
    padding: 80px 0 0;
}
.dt_tb_wrapper{
    display: flex;
    justify-content: center;
}
.h1_dt_tb{
    font: 120px/150px 'Inter-SemiBold';
    color: #FFFFFF;
    margin: 0 20px 0 0;
}
.dt_tb_right{
    width: 480px;
}
.dt_tb_text{
    font: 22px/32px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.dt_tb_btn{
    display: flex;
    width: 200px;
}

.detection_real_time{
    padding: 120px 0;
    /*display: flex;*/
    /*height: calc(100vh - 54px);*/
    /*align-items: center;*/
}
.det_rt{
    font: 48px/60px 'Inter-SemiBold';
    color: #FFFFFF;
    margin: 0 0 32px;
}
.det_rt_text{
    font: 22px/36px 'Inter-Regular';
    color: #ffffff;
}
.det_rt_img_wrapper_o{
    display: flex;
    justify-content: center;
}
.det_rt_img_wrapper{
    width: 442px;
    height: 442px;
    background: url("../img/bg_rt.svg") no-repeat 0 0;
    position: relative;
}
.color_blue{
    color: #0086FF;
}

.det_rt_row{
    align-items: center;
    position: relative;
}
.det_tp_block{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(13, 110, 253, 1));
    border-radius: 50px;
    padding: 1px;
}
.det_tp_block_ins{
    background: #1E2833;
    border-radius: 50px;
}
.det_tp_block_blue{
    background: #0086FF;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 36px/48px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.det_tp_block_body{
    padding: 40px 70px 50px;
}
.det_la_prot{
    width: 821px;
    height: 340px;
    background: url("../img/bg_la_protocole.png") no-repeat 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font: 33px/33px 'Inter-Regular';
    text-align: center;
    color: #95BFFE;
    padding-bottom: 40px;
    margin-top: -60px;
}
.det_tp_text{
    font: 22px/36px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}
.detection_to_proactivity{
    padding: 80px 0;
}
.detection_internet_class{
    padding: 80px 0;
    background: url("../img/bg_internet_class.png") no-repeat 0 center;
}
.det_ic_row{
    align-items: center;
}
.det_ic_title{
    font: 48px/60px 'Inter-SemiBold';
    color: #ffffff;
    margin: 0 0 32px;
}
.det_ic_text{
    font: 24px/42px 'Inter-Regular';
    color: #FFFFFF;
}
.det_ic_ring{
    width: 348px;
    height: 348px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.3154px solid #0086FF;
    box-shadow: 0px 26.3081px 65.7702px rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translate(0, -52%);
}
.det_ic_ring_title{
    font: 21px/26px 'Inter-Bold';
    color: #2E3741;
    margin-bottom: 20px;
}
.det_ic_ring_img{
    display: inline-block;
}
.det_ic_col_img{
    position: relative;
}
.det_ic_ring_points{
    height: 514px;
    background: url("../img/bg_det_ic.png") no-repeat 0 0;
    position: relative;
    margin-left: 180px;
}
.det_ic_ring_point{
    width: 277px;
    height: 67px;
    background: linear-gradient(to right, rgba(0, 134, 255, 1), rgba(0, 224, 255, 1));
    box-shadow: 0px 26.3081px 65.7702px rgba(0, 0, 0, 0.7);
    padding: 2px;
    border-radius: 34px;
    position: absolute;
    z-index: 1;
}
.det_ic_ring_point_ins{
    background: #ffffff;
    border-radius: 34px;
    font: 19px/18px 'Inter-Medium';
    color: #2E3741;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.det_ic_ring_point_1 {
    top: -10px;
    left: 140px;
}
.det_ic_ring_point_2{
    top: 170px;
    left: 220px;
}
.det_ic_ring_point_3{
    top: 340px;
    left: 220px;
}
.det_ic_ring_point_4{
    top: 470px;
    left: 140px;
}
.det_ii_col_1{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.color_red{
    color: #ff6161 !important;
}
.det_ii_title{
    font: 48px/60px 'Inter-SemiBold';
    color: #ffffff;
    margin: 0;
    width: 420px;
}
.det_ii_text{
    font: 24px/42px 'Inter-Regular';
    color: #FFFFFF;
    flex-grow: 1;
    flex-basis: 0;
}
.detection_internet_illegal{
    padding: 80px 0;
    background: url("../img/bg_internet_illegal.png") no-repeat right bottom;
}
.det_ii_col_img{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.det_ii_ring{
    width: 348px;
    height: 348px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.3106px solid #E85858;
    box-shadow: 0px 26.3081px 65.7702px rgba(0, 0, 0, 0.7);
    padding: 60px 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -47%);
}
.det_ii_ring_title{
    font: 21px/26px 'Inter-Bold';
    color: #2E3741;
    margin-bottom: 20px;
}
.det_ii_ring_img{
    display: inline-block;
}
.det_ic_col_img{
    position: relative;
}
.det_ii_ring_points{
    height: 514px;
    background: url("../img/bg_det_ii_right.png") no-repeat 0 0;
    position: relative;
    margin-left: 45px;
    width: calc(50% - 90px);
}
.det_ii_ring_points_left{
    height: 514px;
    background: url("../img/bg_det_ii_left.png") no-repeat right 0;
    position: relative;
    margin-right: 45px;
    width: calc(50% - 90px);
}
.det_ii_ring_point{
    width: 277px;
    height: 67px;
    background: linear-gradient(to right, rgba(0, 240, 255, 1), rgba(255, 91, 91, 1));
    box-shadow: 0px 26.3081px 65.7702px rgba(0, 0, 0, 0.7);
    padding: 2px;
    border-radius: 34px;
    position: absolute;
    z-index: 1;
}
.det_ii_ring_point_ins{
    background: #ffffff;
    border-radius: 34px;
    font: 19px/18px 'Inter-Medium';
    color: #2E3741;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.det_ii_ring_point_1 {
    top: -10px;
    right: 95px;
}
.det_ii_ring_point_2{
    top: 170px;
    right: 175px;
}
.det_ii_ring_point_3{
    top: 340px;
    right: 175px;
}
.det_ii_ring_point_4{
    top: 470px;
    right: 95px;
}
.det_ii_ring_point_5 {
    top: -10px;
    left: 95px;
}
.det_ii_ring_point_6{
    top: 170px;
    left: 175px;
}
.det_ii_ring_point_7{
    top: 340px;
    left: 175px;
}
.det_ii_ring_point_8{
    top: 470px;
    left: 95px;
}
.det_ii_col_2{
    display: flex;
    justify-content: center;
}
.page_enterprise:before{
    background-image: url("../img/bg_enterprise.webp");
}
.page.page_clear:before{
    background-image: none;
}
.h2_enterprise{
    margin: 0 0 32px;
    text-align: left;
}
.ent_wb_body{
    padding: 50px;
    text-align: center;
}
.ent_wb_text{
    font: 24px/36px 'Inter-SemiBold';
    color: #ffffff;
    width: 705px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.ent_wb_img{
    display: inline-block;
}
.section_ent_sociale{
    padding: 80px 0;
}
.sf_image_img{
    border-radius: 24px;
}
.section_cyber_ransom{
    padding: 80px 0;
}
.h2_cr{
    font: 48px/56px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 32px;
}
.block_bbb{
    background: #182028;
    border: 1px solid #0086FF;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 25.5149px;
}
.block_bbb.block_bbb_white{
    background: #FFFFFF;
}
.ent_cr_body{
    padding: 62px 94px;
}
.ent_cr_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ent_cr_item{
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.ent_cr_icon{
    width: 82px;
    height: 82px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #0086FF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.ent_cr_icon img{
    width: 55px;
    height: 55px;
}
.ent_cr_title{
    font: 22px/27px 'Inter-SemiBold';
    color: #ffffff;
    letter-spacing: -0.03em;
    flex-basis: 0;
    flex-grow: 1;
}
.ent_cr_text{
    font: 20px/28px 'Inter-Medium';
    text-align: center;
    color: #FFFFFF;
}
.block_bbb.block_bbb_white .ent_cr_title{
    color: #2E3741;
}
.block_bbb.block_bbb_white .ent_cr_text{
    color: #2E3741;
}
.simple_text_block{
    padding: 50px 0;
    text-align: center;
}
.h2_st{
    font: 48px/60px 'Inter-SemiBold';
    color: #FFFFFF;
    margin: 0 0 32px;
}
.text_st{
    font: 24px/36px 'Inter-Medium';
    color: #FFFFFF;
}
.ent_wb_text_1000{
    width: 1000px;
}
.section_mise_hors{
    padding: 80px 0;
}
.ent_mh_body{
    padding: 50px 75px 30px;
}
.h3_ms{
    font: 36px/45px 'Inter-SemiBold';
    color: #FFFFFF;
    margin: 0 0 24px;
}
.text_ms{
    font: 22px/36px 'Inter-Medium';
    color: #FFFFFF;
}

.page_prevention:before{
    background-image: url("../img/bg_prevention.webp");
}
.prevention_pillars{
    padding: 80px 0;
    background: url("../img/bg_prevention_pillars.webp") no-repeat center center;
    background-size: 100% auto;
}
.psb_block_text{
    width: 255px;
    font: 24px/32px 'Inter-Medium';
    color: #ffffff;
    text-align: center;
}
.prev_wb_body{
    padding: 32px 32px 70px;
}
.prev_pillars{
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.prev_pillar_item{
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}
.prev_pillar_item:last-child{
    margin-bottom: 0;
}
.ppi_img{
    width: 236px;
    height: 236px;
    padding: 34px;
}
.ppi_img_wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 9px;
}
.ppi_img_ins{
    background: linear-gradient(180deg, #95BFFE 0%, #0D6EFD 100%);
    opacity: 0.6;
    box-shadow: 0px 19.6916px 105.022px rgba(13, 110, 253, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ppi_img_num{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #191D25;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 56px/66px 'Inter-Medium';
    text-align: center;
    color: #0086FF;
    position: relative;
    z-index: 2;
}
.ppi_img_num:before{
    content: '';
    width: 3px;
    height: 180px;
    background: rgba(0, 134, 255, 1);
    position: absolute;
    bottom: -180px;
    left: 50%;
    margin-left: -1px;
}
.prev_pillar_item:last-child .ppi_img_num:before{
    display: none;
}
.ppi_info{
    flex-grow: 1;
    flex-basis: 0;
}
.ppi_title{
    font: 36px/42px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.ppi_text{
    font: 22px/36px 'Inter-Regular';
    color: #ffffff;
}
.det_tp_block_trans .det_tp_block_ins{
    background: transparent;
}
.det_tp_block_trans.det_tp_block{
    background: transparent;
    border: 1px solid rgba(13, 110, 253, 1);
    padding: 0;
}

.header_nav_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_nav_link{
    font: 14px/24px 'Inter-SemiBold';
    color: #2E3741;
    display: flex;
    padding: 12px 24px;
    letter-spacing: -0.02em;
}
.header_nav_link svg{
    width: 20px;
    height: 20px;
}
.header_nav_link:hover{
    color: #2E3741;
}
.header_nav_link.active{
    color: #28CA42;
}
.btn_menu_toggle{
    display: none;
}
.smh{
    display: none;
}
.section_practical_cases{
    padding: 80px 0;
}
.practical_cases_block{
    background: #F4F4F4;
    border: 1px solid #0086FF;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 25px;
    padding: 48px 36px;
}
.pcb_title{
    font: 48px/48px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
    margin: 0 0 32px;
}
.pcb_text{
    font: 24px/26px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
    margin-bottom: 50px;
}
.pcb_item{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(13, 110, 253, 1));
    padding: 1px;
    border-radius: 20px;
    margin-bottom: 50px;
    display: block;
}
.pcb_item:last-child{
    margin-bottom: 0;
}
.pcb_item_ins{
    background: #F4F4F4;
    padding: 28px 34px;
    border-radius: 20px;
}
.pcb_item_title{
    font: 36px/36px 'Inter-SemiBold';
    text-align: center;
    color: #0086FF;
    margin-bottom: 24px;
}
.pcb_item_text{
    font: 20px/28px 'Inter-SemiBold';
    color: #2E3741;
    margin-bottom: 35px;
}
.pcb_item_img{
    height: 325px;
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
}
.det_tp_block_blue_black{
    background: #182028;
    border: 1px solid #0086FF;
}
.section_wi_white{
    padding: 80px 0;
}
.wi_white_block{
    background: #F4F4F4;
    border-radius: 50px;
    padding: 70px 0;
}
.wi_container{
    width: 912px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.wiw_img_wrapper{
    width: 360px;
    height: 360px;
    border: 1.3154px solid #0086FF;
    box-shadow: 0px 26.3081px 65.7702px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
}
.wiw_info{
    flex-basis: 0;
    flex-grow: 1;
}
.wiw_title{
    font: 48px/56px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0 0 24px;
}
.wiw_text{
    font: 26px/40px 'Inter-SemiBold';
    color: #2E3741;
}
.anticipation_empty_120{
    height: 120px;
}
.page_anticipation:before{
    background-image: url("../img/bg_anticipation.webp");
    opacity: 1;
}
.ant_cyber_body{
    padding: 54px 0 96px;
    width: 860px;
    margin: 0 auto;
}
.ant_cyber_block{
    background: url("../img/bg_ant_cyber.svg") no-repeat center center #FFFFFF;
    background-size: cover;
}
.ac_text{
    font: 24px/36px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
}
.ac_list{
    padding: 30px 0 40px;
    display: flex;
    justify-content: space-between;
}
.ac_item{
    width: 200px;
    height: 200px;
    padding: 30px;
}
.ac_item_ins{
    width: 100%;
    height: 100%;
    padding: 6px;
    position: relative;
}
.ac_item_ins_bg{
    background: linear-gradient(180deg, #95BFFE 0%, #0D6EFD 100%);
    opacity: 0.6;
    box-shadow: 0px 16.7816px 89.5017px rgba(13, 110, 253, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ac_item_wrapper{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 49px/56px 'Inter-Medium';
    text-align: center;
    color: #0086FF;
    position: relative;
    z-index: 3;
}
.ac_item_wrapper:before{
    content: '';
    height: 4px;
    background: #0086FF;
    width: 250px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -250px;
    z-index: 2;
}
.ac_item_block:last-child .ac_item_wrapper:before{
    display: none;
}
.ac_item_title {
    font: 24px/36px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
}
.section_prioritet_10{
    padding: 80px 0;
}
.block_p10{
    background: #FFFFFF;
    border: 1px solid #0086FF;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 50px;
    padding: 80px 90px 60px;
    margin-bottom: 64px;
}
.h2_p10{
    font: 48px/64px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
    margin: 0 0 72px;
}
.p10_text{
    font: 24px/36px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
    margin: 0 0 50px;
}
.p10_item{

}
.p10_item_img{
    height: 90px;
    margin-bottom: 16px;
}
.p10_item_title{
    font: 34px/40px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #0086FF;
    margin-bottom: 16px;
}
.p10_item_text{
    font: 20px/33px 'Inter-SemiBold';
    color: #2E3741;
}
.h2_aa{
    font: 100px/150px 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.subtitle_aa{
    font: 56px/76px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}
.color_red_2{
    color: #28CA42;
}
.aa_image{
    width: 850px;
    margin: 0 auto ;
    max-width: 100%;
}
.bg_shadow{
    background: url("../img/bg_shadow.webp") no-repeat right center;
    background-size: auto 100%;
}
.block_bbb_ant{
    background: #1E2833;
}
.ant_wb_text_815{
    width: 815px;
    margin: 0 auto 55px;
    max-width: 100%;
}
.section_price_single{
    padding: 80px 0;
}
.section_v2{
    padding: 20px 0;
}
.v2_video{
    width: 700px;
    height: 700px;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
}
.page_prevention:before{
    background-image: url("../img/bg_particuliers.webp");
    opacity: 0.5;
}
.section_internet_monitoring{
    padding: 220px 0 80px;
    background: url("../img/webp/img_s_sim.webp") no-repeat right 0;
}
.sim_h2{
    font: 48px/58px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 85px;
}
.part_sim_body{
    padding: 54px 0 44px;
    width: 860px;
    margin: 0 auto;
    max-width: 100%;
}
.sim_text{
    font: 22px/36px 'Inter-SemiBold';
    text-align: center;
    color: #2E3741;
    margin-bottom: 40px;
}
.sim_img{
    border-radius: 30px;
    width: 100%;
}
.sim_block_ins{
    background: #ffffff;
}
.section_protection_table_part{
    position: relative;
}
.section_protection_table_part .container_small{
    position: relative;
    z-index: 2;
}
.section_protection_table_part:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
    z-index: 1;
}
.section_part_protocole{
    padding: 160px 0 160px;
    position: relative;
    background: url("../img/webp/img_s_sim.webp") no-repeat 40% center;

}
.section_part_protocole .container_small{
    position: relative;
    z-index: 2;
}
.section_part_protocole:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -40%);
    z-index: 1;
}
.table_protection_wrapper_outher_particuliers{
    background: #182028;
    box-shadow: 0px 20px 80px rgba(0, 117, 255, 0.2);
    border-radius: 25px;
}
.ent_wb_img_wrapper{
    display: inline-block;
    position: relative;
}
.ent_wb_img_wrapper img{
    position: relative;
    z-index: 2;
}
.ent_wb_img_wrapper:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    background-size: 100% auto;
    width: 750px;
    height: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.detection_to_proactivity_wr{
    background: url("../img/bg_hotline_wrapper.png") no-repeat center 120px;
    background-size: 100% auto;
}
.p10_img_part{
    width: 860px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
}
.p10_text_part{
    font: 21px/36px 'Inter-Medium';
    text-align: center;
    color: #2E3741;
    margin-bottom: 75px;
}
.section_particuliers_p10{
    padding: 80px 0;
    position: relative;
    background: url("../img/webp/img_s_sim.webp") no-repeat 40% center;

}
.section_particuliers_p10 .container_small{
    position: relative;
    z-index: 2;
}
.section_particuliers_p10:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    z-index: 1;
}
.partic_wb_body{
    padding: 70px 0 64px;
    width: 920px;
    margin: 0 auto;
}
.pwb_list{
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
}
.pwb_col{
    width: 45%;
}
.pwb_item{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.pwb_item_icon{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.pwb_item_text{
    font: 30px/30px 'Inter-SemiBold';
    color: #FFFFFF;
    flex-grow: 1;
    flex-basis: 0;
}
.pwb_item_icon img{
    width: 100%;
}
.pwb_text{
    font: 21px/36px 'Inter-Medium';
    text-align: center;
    color: #FFFFFF;
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
}
.detection_to_proactivity_part_sect{
    position: relative;
}
.detection_to_proactivity_part_sect .container_small{
    position: relative;
    z-index: 2;
}
.detection_to_proactivity_part_sect:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    z-index: 1;
    opacity: 0.2;
}
.section_part_identity{
    padding: 40px 0;
    position: relative;
}
.section_part_identity .container_small{
    position: relative;
    z-index: 2;
}
.section_part_identity:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    z-index: 1;
}

.section_part_legal{
    position: relative;
    padding: 80px 0 150px;
}
.section_part_legal .container_small{
    position: relative;
    z-index: 2;
}
.section_part_legal:before{
    content: '';
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #0086FF 0%, transparent 100%) no-repeat center center;
    opacity: 0.45;
}
.section_part_legal:after {
    content: '';
    width: 1271px;
    height: 890px;
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translate(-50%, 0);
    z-index: 1;
    background: url("../img/bg_cases.svg");
}
.h3_spl{
    font: 36px/44px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.text_spl{
    font: 22px/36px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 56px;
}
.img_spl{
    display: flex;
    justify-content: center;
}
.section_reviews_part{
    padding: 30px 0 130px;
    position: relative;
}
.h2_review{
    font: 48px/54px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 100px;
}
.section_reviews_part .container_1080{
    position: relative;
    z-index: 2;
}
.section_reviews_part:before{
    content: '';
    width: 1450px;
    height: 1450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -65%);
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #00F0FF 0%, rgba(30, 40, 51, 0) 100%);
    opacity: 0.3;
}
.section_reviews_part:after {
    content: '';
    width: 1450px;
    height: 1450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -35%);
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #0086FF 0%, rgba(30, 40, 51, 0) 100%);
    opacity: 0.45;
}
.sr_item_f{
    background: #182028;
    border: 1px solid #162044;
    border-radius: 16px;
}
.section_particuliers_p10 .block_p10{
    margin: 0;
}
.sm_par{
    margin-bottom: 12px;
}
.h2_ab{
    font: 200px/1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.prevention_second_block{
    position: relative;
}
.prevention_second_block .container_small{
    position: relative;
    z-index: 3;
}
.psb_block{
    width: 938px;
    height: 746px;
    /*background: url("../img/prev_network_img.svg") no-repeat center center;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.psb_video{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
    object-position: center;

}
.drt_img{
    width: 160%;
    max-width: none;
    margin-top: -20px;
}
.h2_anticipation{
    font: 90px/110px 'Inter-ExtraBold';
    z-index: 2;
    margin-bottom: 0;
}
.det_rt_img_wrapper_oa{
    position: absolute;
    top: 50%;
    right: -100px;
    width: 710px;
    height: 413px;
    z-index: 1;
    transform: translate(0, -50%);
}
.anticipation_top_block{
    display: flex;
    align-items: center;
    height: calc(100vh - 94px);
    position: relative;
}
.block_double_w{
    height: calc(200vh - 200px);
    position: relative;
}
.ant_block1_a1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.ant_block1_a1.antb1_position_1{
    position: fixed;
}
.ant_block1_a1.antb1_position_2{
    position: absolute;
    top: auto !important;
    bottom: 0;
}

.btn_blue_sm{
    background: #0086FF;
    border: none;
    border-radius: 8px;
    height: 34px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 14px/24px 'Inter-SemiBold';
    color: #FFFFFF;
    transition: 0.3s all;
    width: 100%;
}
.btn_blue_sm:hover,
.btn_blue_sm:focus{
    color: #FFFFFF;
    opacity: 0.9;
}
.header_logo img{
    width: 44px;
}
.header_btn{
    position: static;
    margin-right: 48px;
    top: 64px;
    z-index: 2;
    right: 0;
}
.header .container_small{
    position: relative;
}
.header_nav{
    flex-basis: 0;
    flex-grow: 1;
}



.block_double_w2_container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.dtp_a{
    position: relative;
}
.dtp_item{
    position: relative;
    height: 152px;
    margin-bottom: 310px;
}
.dtp_item:last-child{
    margin-bottom: 0;
}
.dtp_item_num{
    width: 152px;
    height: 152px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    margin-left: -76px;
}
.dtp_item_num_name{
    font: 38px/52px 'Inter-ExtraBold';
    color: #ffffff;
    position: absolute;
    top: 50px;
    transform: translate(100vw, 0);
    /*transition: 1s transform, 0.3s color;*/
}
.a2_animate .dtp_item_num_name{
    /*transform: translate(0, 0);*/
}
.dtp_item_num_1 .dtp_item_num_name{
    right: 200px;
}
.dtp_item_num_2 .dtp_item_num_name{
    right: 200px;
}
.dtp_item_num_3 .dtp_item_num_name{
    right: 200px;
}
.dtp_item_num_ins{
    width: 100%;
    height: 100%;
    background: #0086FF;
    border-radius: 50%;
    font: 68px/80px 'Inter-Medium';
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.dtp_item_num_1{
    margin-left: -306px;
}
.dtp_item_num_1 .dtp_item_num_back{
    width: 252px;
    height: 252px;
    position: absolute;
    top: -50px;
    right: -50px;
    background: url("../img/ant_a2_bg1.svg") no-repeat center center;
}
/*.a2_animate .dtp_item_num_1:after{
    animation: rotate 3s linear;
}*/
.dtp_item_num_line{
    z-index: 2;
}
.dtp_item_num_line:before{
    content: '';
    height: 420px;
    transform: rotate(-27deg);
    width: 4px;
    background: #0086FF;
    position: absolute;
    top: 96px;
    left: 189px;
    z-index: 1;
}
.dtp_item_num_2{

}
.dtp_item_num_2 .dtp_item_num_back{
    width: 202px;
    height: 202px;
    position: absolute;
    top: -25px;
    right: -25px;
    background: url("../img/ant_a2_bg2.svg") no-repeat center center;
}
/*.a2_animate .dtp_item_num_2:after{
    animation: rotate 3s linear;
}*/
.dtp_item_num_3{
    margin-left: 156px;
}
.dtp_item_num_3 .dtp_item_num_back{
    width: 224px;
    height: 224px;
    position: absolute;
    top: -36px;
    right: -36px;
    background: url("../img/ant_a2_bg3.svg") no-repeat center center;
}
/*.a2_animate .dtp_item_num_3:after{*/
/*    animation: rotate 3s linear;*/
/*}*/
.block_double_w2{

    position: relative;
}
.detection_to_proactivity_n{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.detection_to_proactivity_n .container_small{
    position: relative;
    z-index: 2;
}
body{
    transition: 0.3s background;
}
.white_theme,
.white_theme_2,
.white_theme_3,
.white_theme_4{
    background: #ffffff;
}
.blue_theme{
    background: #0086FF;
}
.white_theme .dtp_item_num_name{
    color: #0086FF;
}
.home_fsize_1{
    /*font-size: 500%;*/
    white-space: nowrap;
    text-align: center;
    /*transition: 1s all;*/
}
.section_protection_table_a{
    /*height: 500vh;*/
    padding-top: 160px;
}
.section_protection_table_a_wrapper{
    position: static;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 1;
    padding-bottom: 80px;
}
.home_block1_a1.homeb1_position_1{
    position: fixed;
}
.home_block1_a1.homeb1_position_2{
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.section_sec_wh_subtitle_pr_a{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.home_fsize_2 {
    /*font-size: 0%;*/
    text-align: center;
    /*margin-bottom: 100vh;*/
}
.detection_protocole{
    padding: 80px 0;
}
.depr_center{
    padding: 0 30px;
    flex-basis: 0;
    flex-grow: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.h2_depr{
    font: 70px/74px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 36px;
}
.white_theme .h2_depr{
    color: #2E3741;
}
.depr_a_wrapper{
    background: #FBFBFB;
    border-radius: 30px;
    margin-bottom: 36px;
    padding: 50px 10px;
}
.depr_name{
    font: 80px/80px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #0086FF;
}
.depr_wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.depr_left{
    width: 360px;
}
.depr_right{
    width: 360px;
}
.depr_left_text_block{
    padding: 46px 57px 64px;
    margin-bottom: 24px;
    background: #FBFBFB;
    border-radius: 30px;
}

.depr_left_text{
    font: 17px/28px 'Inter-Medium';
    color: #2E3741;
}
.depr_left_list{
    background: #FBFBFB;
    border-radius: 30px;
    padding: 90px 50px;
}
.depr_lr_title{
    font: 32px/42px 'Inter-ExtraBold';
    text-align: center;
    color: #2E3741;
    margin-bottom: 28px;
}
.depr_lr_head{
    font: 30px/46px 'Inter-ExtraBold';
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
}
.white_theme .depr_lr_head{
    color: #2E3741;
}
.depr_list{

}
.depr_list li{
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.depr_list li:last-child{
    margin-bottom: 0;
}
.depr_list li img{
    margin-right: 8px;
}
.depr_list li span{
    font: 22px/24px 'Inter-Medium';
    color: #2E3741;
}
.depr_list_wrapper{
    display: flex;
    justify-content: center;
}
.depr_right_text{
    font: 17px/28px 'Inter-Medium';
    color: #2E3741;
    margin-bottom: 20px;
}
.depr_left_list{
    background: #FBFBFB;
    border-radius: 30px;
    padding: 33px 33px;
}
.detection_protocole_a {
    height: 500vh;
    position: relative;
}
.det_block1_a1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100vh;
}
.det_block1_a1.detb1_position_1{
    position: fixed;
}
.det_block1_a1.detb1_position_2{
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.depr_left_a{
    transform: translate(0, 100%);
}
.depr_right_a{
    transform: translate(0, 100%);
}
.depr_lr_img{
    margin-bottom: 20px;
    border-radius: 30px;
    width: 100%;
}
.protocole_video{
    width: 100%;
}
.h2_sm{
    font: 120px/1 'Inter-ExtraBold';
    color: #ffffff;
    padding-top: 600px;
    margin-bottom: 300px;
    text-align: center;
}
.h2_sm_up{
    font-size: 135%;
}
.white_theme .h2_sm{
    color: #2E3741;
}
.detection_girl{
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: flex-end;
}
.dg_block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    min-height: 400px;
}
.dg_block.dg_block_r{
    justify-content: flex-start;
}
.dg_text{
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
}
.dg_block.dg_block_r .dg_text{
    left: auto;
    right: 0;
}
.h2_dg{
    font: 64px/88px 'Inter-ExtraBold';
    color: #2F2F2F;
}
.detection_risks{
    padding: 160px 0;
    background: #0086FF;
}
.h2_dr{
    font: 48px/64px 'Inter-ExtraBold';
    color: #ffffff;
    margin: 0 0 72px;
    text-align: center;
}
.gr_block{
    display: flex;
    justify-content: space-between;
}
.gr_item{
    width: 350px;
}
.gr_item_num{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font: 48px/58px 'Inter-Medium';
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}
.gr_item_text{
    font: 22px/36px 'Inter-Medium';
    color: #ffffff;
}

.table_protection_wrapper_outher_home{
    position: relative;

}
.table_protection_wrapper_outher_home .table_protection_wrapper{
    position: relative;
    z-index: 2;
}
.table_protection_wrapper_outher_home:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    z-index: 1;
    opacity: 0;
}
@keyframes light_animation_1 {
    0%{
        transform: translate(-10%, -50%) scale(0);
    }
    50%{
        transform: translate(-10%, -50%) scale(5);
    }
    100%{
        transform: translate(-10%, -50%) scale(1);
    }
}
@keyframes light_animation_2 {
    0%{
        transform: translate(-90%, -50%) scale(0);
    }
    50%{
        transform: translate(-90%, -50%) scale(5);
    }
    100%{
        transform: translate(-90%, -50%) scale(1);
    }
}
.table_protection_wrapper_outher_home:after{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    z-index: 1;
    opacity: 0;
}
.table_protection_wrapper_outher_sh.table_protection_wrapper_outher_home:before{
    opacity: 1;
    animation: light_animation_1 2s linear;
}
.table_protection_wrapper_outher_sh.table_protection_wrapper_outher_home:after{
    opacity: 1;
    animation: light_animation_2 2s linear;
}
.h2_sa_big{
    font: 80px/1 'Inter-ExtraBold';
}
.header{
    background: rgba(30, 40, 51, 0.72);
    backdrop-filter: saturate(180%) blur(20px);
    transition: 0.3s background;
}
.header.header_trans{
    background: transparent;
    backdrop-filter: none;
}
.header.header_trans_2{
    background: transparent;
    backdrop-filter: none;
}
.header.header_trans_3{
    background: transparent;
    backdrop-filter: none;
}
.header_nav_link{
    color: #ffffff;
    transition: 0.3s background;
}
.header_phone{
    color: #ffffff;
    transition: 0.3s background;
}
.white_theme .header{
    background: rgba(255, 255, 255, 0.72);
}
.white_theme .header_nav_link{
    color: #2E3741;
}
.white_theme .header_phone{
    color: #2E3741;
}

.section_bienvenue{
    padding: 80px 0 94px;
    background: #FFFFFF;
}
.section_bienvenue_wrapper{
    background: url("../img/bg_sb.webp") no-repeat center bottom #FFFFFF;
}
.sb_pretitle{
    font: 24px/36px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: 1.23em;
    text-transform: uppercase;
    color: #0086FF;
    margin-bottom: 80px;
}
.h2_sb{
    font: 56px/64px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0 0 95px;
}

.sb_hr{
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 134, 255, 1), rgba(255, 255, 255, 1));
}
.sb_browsers{
    padding: 60px 0;
    display: flex;
    justify-content: space-evenly;
}
.sb_bt_title{
    font: 18px/56px 'Inter-Regular';
    text-transform: uppercase;
    color: #9EB1C7;
    margin-bottom: 20px;
}
.sb_bt_item{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.sb_bt_item:last-child{
    margin-bottom: 0;
}
.sb_bt_item_icon{
    width: 30px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.sb_bt_item_name{
    font: 26px/30px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #2E3741;
}
.sb_video{
    height: 750px;
    position: relative;
}
.sb_bottom{
    height: 380px;
    padding-bottom: 65px;
    display: flex;
    align-items: flex-end;
}
.sb_bottom_wr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sbb_item{
    text-align: center;
    width: 308px;

}
.sbb_title{
    font: 34px/46px 'Inter-Bold';
    text-transform: uppercase;
    color: #9EB1C7;
    margin-bottom: 20px;
}
.sbb_text{
    font: 20px/26px 'Inter-Regular';
    color: #2E3741;
}
.det_rt_img{
    position: absolute;
    top: 75px;
    left: -27px;
    z-index: 1;
}

.det_rt_img_a{
    position: absolute;
    border-radius: 50%;
}
.det_rt_img_1{
    width: 290px;
    height: 290px;
    z-index: 9;
    left: 75px;
    top: 77px;
}
.det_rt_img_2{
    width: 136px;
    height: 136px;
    z-index: 6;
    top: 100px;
    left: -27px;
}
.det_rt_img_3{
    width: 82px;
    height: 82px;
    z-index: 3;
    top: 300px;
    left: 332px;
}

.section_step_ahead_a{
    height: 500vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section_step_ahead_a_wrapper{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sa_video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.h2_saa{
    font: 80px/1 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
}
.h2_saa > div{
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s all;
}
.h2_saa > div.h2_saa_a1{
    opacity: 1;
}
.h2_saa > div.h2_saa_a2{
    opacity: 0;
}
.section_step_ahead_a_wrapper.section_step_ahead_a_fixed{
    position: fixed;
}
.section_step_ahead_a_wrapper.section_step_ahead_a_fixed_2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.saa_backdrop{
    width: 800px;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 50%;
    z-index: 2;
    box-shadow: inset 0 0 70px 320px #03020e;
    pointer-events: none;
    transform: matrix(3.39792, 0, 0, 3.39792, 0, 0);
    opacity: 0.9;
    margin-left: -400px;
}
.review_w_block{
    width: 615px;
    padding: 134px 34px 56px;
    background: #FFFFFF;
    /*box-shadow: 0px 35px 45px rgba(7, 14, 39, 0.1);*/
    background: url("../img/bq.svg?v=1") no-repeat 37px 70px #ffffff;
    font: 24px/34px 'Inter-Regular';
    color: #2F2F2F;
}
.dg_img{
    transform: translate(100vh, 0);
    transition: 1.5s all;
}
.dg_block_r .dg_img{
    transform: translate(-100vh, 0);
}
.detection_girl_a .dg_img{
    transform: translate(0, 0);
}
.review_w_block span{
    opacity: 0;
}
.review_w_block span.a_show{
    opacity: 1;
}
.section_second_block{
    padding: 120px 0;
}
.page_home{
    padding-top: 0;
}
.h1_home{
    font: 170px/1.1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 0;
    display: flex;
    justify-content: center;
}
.h1_spp{
    font: 150px/1.1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 32px;
    display: flex;
    justify-content: center;
}
.h1_home_1{
    color: #0086FF;
    font-size: 52px;
    letter-spacing: -0.03em;
}
.h2_home{
    font-size: 140%;
}
.subtitle_home{
    font: 26px/26px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}
.h1_animate_1{
    transform: scale(0);
}
.h1_animate_1.h1_animate_1a{
    transition: 2s;
    transform: scale(1);
}
.section_home_white{
    background: #F5F5F7;
}
.shw_p{
    height: 92px;
    background: #F5F5F7;
}

.shw_block{
    width: 1075px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.shw_img{
    width: 525px;
    height: 820px;
    border-radius: 40px;
    object-fit: cover;
}
.shw_info_wrapper{
    width: 451px;
    position: relative;
}
.shw_info{
    padding: 66px 75px 52px;
    width: 451px;
    text-align: center;
    position: absolute;
    top: 0;
}
.shw_info_1{
    margin-left: 37px;
}
.shw_info_2{
    margin-left: -37px;
}
.shw_info_1.shw_info_1_f1{
    position: fixed;
    top: 100px;
}
.shw_info_1.shw_info_1_f2{
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}
.shw_info_2.shw_info_2_f1{
    position: fixed;
    top: 100px;
}
.shw_info_2.shw_info_2_f2{
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}
.shw_icon{
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.shw_text{
    font: 24px/36px 'Inter-Regular';
    color: #2E3741;
}
.shw_block_1{
    padding-right: 75px;
}
.shw_block_2{
    padding-left: 75px;
}
.section_page_links{
    padding: 0 0 100px 0;
    background: #ffffff;
}
.page_link_block{
    display: flex;
    justify-content: space-between;
}
.page_link_col{
    width: calc(50%);
    height: 480px;
}
.page_link_info{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FBFBFB;
    padding: 30px;
}
.page_link_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_link_video{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.page_link_title{
    font: 48px/64px 'Inter-ExtraBold';
    color: #2E3741;
    margin: 0 0 40px;
}
.page_link_text{
    font: 24px/24px 'Inter-Regular';
    color: #2E3741;
    margin-bottom: 40px;
}
.page_link_link{
    font: 18px/24px 'Inter-Medium';
    text-decoration-line: underline;
    color: #0D6EFD;
}
.page_link_link:hover{
    text-decoration: none;
}
.section_with_map{
    padding: 100px 0;
    background: #ffffff;
}
.section_with_map_wrapper{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swm_list{

}
.swm_item{
    padding: 25px 0;
    font: 26px/26px 'Inter-Regular';
    color: #2E3741;
}
.block_people{
    position: relative;
    overflow: hidden;
}
.block_people_wrapper{
    position: relative;
    z-index: 10;
}
.block_people_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.block_people_video.block_people_video_f1{
    position: fixed;
}
.block_people_video.block_people_video_f1{
    position: absolute;
    top: auto !important;
    bottom: 0;
}

.section_step_ahead_a0{
    height: 900vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section_step_ahead_a0_wrapper{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sa_video0{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.h2_saa0{
    font: 130px/1 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
    width: 100%;
}
.h2_saa0_big{
    font-size: 250%;
    color: #0D6EFD;
}
.h2_saa0 > div{
    opacity: 0;
    transform: scale(0.8) translateY(-50%);
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
}
.section_step_ahead_a0_wrapper.section_step_ahead_a0_fixed{
    position: fixed;
}
.section_step_ahead_a0_wrapper.section_step_ahead_a0_fixed_2{
    position: absolute;
    top: auto;
    bottom: 0;
}

.section_avoid_cons{
    padding: 120px 0 0;

}
.section_avoid_cons_black{
    padding: 80px 0;
}
.sac_block{
    display: flex;
    align-items: center;
}
.sac_block_left{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 40px 36px;
}
.sac_block_right{
    width: 50%;
    padding: 40px 60px;
}
.sac_title{
    font: 80px/1.2 'Inter-ExtraBold';
    margin: 0;
    letter-spacing: -0.03em;
    color: #000000;
}
.sac_text{
    font: 30px/50px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #2E3741;
}
.sac_info{
    width: 480px;
    max-width: 100%;
}
.sra_item{
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D7DEE6;
}
.sra_item:last-child{
    border: none;
}
.sra_item_name{
    font: 22px/24px 'Inter-SemiBold';
    letter-spacing: -0.02em;
    color: #2E3741;
    flex-basis: 0;
    flex-grow: 1;
    white-space: nowrap;
}
@keyframes check_animation {
    20%{
        transform: translateY(-3px);
    }
    40%{
        transform: translateY(3px);
    }
    60%{
        transform: scale(1);
    }
}
.sac_check{
    width: 60px;
    height: 30px;
    background: url("../img/img_checkmark_blue.svg") no-repeat center center;
    animation: check_animation 3s infinite;
}
.sac_block.sac_block_black{
    background: transparent;
}
.sac_block.sac_block_black .sac_title{
    color: #ffffff;
}
.sac_block.sac_block_black .sac_text{
    color: #ffffff;
}
.sac_block.sac_block_black .sra_item_name{
    color: #ffffff;
}
.section_ats{
    height: 250vh;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.h1_ats_pt{
    height: 120px;
}

.block_ats{
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.block_ats_ring{
    width: 460px;
    height: 460px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.block_ats_item{
    background: url("../img/img_checkmark_blue.svg") no-repeat 0;
    padding: 27px 0 27px 42px;
    font: 28px/30px 'Inter-Medium';
    color: #ffffff;
}
.section_ats{
    position: relative;
    z-index: 10;
}
.section_ats .container_small{
    position: relative;
    z-index: 2;
}
.section_ats:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -50%);
    z-index: 1;
}
.ats_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.section_avoid_cons_black_a{
    height: 200vh;
    position: relative;
    overflow: hidden;
}
.section_avoid_cons_black_a_wrapper{
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 150px;
    display: flex;
    justify-content: center;
}
.section_avoid_cons_black_a_wrapper.section_avoid_cons_black_a_f1{
    position: fixed;
}
.section_avoid_cons_black_a_wrapper.section_avoid_cons_black_a_f2{
    position: absolute;
    bottom: 0;
    top: auto;
}
.h2_saca{
    font: 56px/76px 'Inter-SemiBold';
    margin: 0 0 50px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 3;
}
.h2_saca_big{
    font: 350px/1 'Inter-ExtraBold';
    color: #ffffff;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 3;
    transition: 0.3s all;
}
.h2_saca_big_null{
    font-size: 0;
}
.sac_block_fs{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sac_block_black{
    flex-grow: 1;
    flex-basis: 0;
}
.sac_block_left_a{
    position: relative;
    height: 100%;
    padding: 0;
}
.sac_info_a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s transform;
    transform: scale(1.8);
}
.sac_block_a{
    position: relative;
}
.sac_block_a.sac_block_a_a1{
    transition: 0.3s all;
}
.sac_block_a.sac_block_a_a1 .sac_block_left_a{
    width: 100%;
}
.sac_block_a.sac_block_a_a1 .sac_block_right{
    width: 0;
}

.sac_block_a .sra_item{
    transform: translate(50vw, 0);
    transition: 0.5s all;
}
.sac_block_a .sra_item.sra_item_a2{
    transform: translate(0, 0);
}
.sac_block_a .sra_item_1{
    transition-delay: 0.1s;
}
.sac_block_a .sra_item_2{
    transition-delay: 0.2s;
}
.sac_block_a .sra_item_3{
    transition-delay: 0.3s;
}
.sac_block_a .sra_item_4{
    transition-delay: 0.4s;
}
.sac_block_a .sra_item_5{
    transition-delay: 0.5s;
}
.sac_block_a .sra_item_6{
    transition-delay: 0.6s;
}
.sac_block_a .sra_item_7{
    transition-delay: 0.7s;
}
.sac_block_a .sra_item_8{
    transition-delay: 0.8s;
}
.sac_block_a .sra_item_9{
    transition-delay: 0.9s;
}
.sar_list_a.sar_list_a_a2 .sra_item{
    transform: translate(0, 0);
}


.section_prevention{

}
.sp_gray_block{
    background: #FBFBFB;
    padding: 40px 0 30px;
}
.spg_list{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.spg_item{

}
.spg_item_icon{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.spg_item_icon img{
    height: 42px;
}
.spg_item_name{
    font: 18px/24px 'Inter-Regular';
    letter-spacing: -0.03em;
    color: #2E3741;
}
.sp_white_block{
    background: #ffffff;
    height: calc(100vh - 296px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.spw_block{
    width: 845px;
    margin: 0 auto;
    max-width: 100%;
}
.h2_spw{
    font: 86px/90px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0 0 62px;
}
.spw_text{
    font: 28px/42px 'Inter-Regular';
    text-align: center;
    color: #2E3741;
}
.sp_black_block{
    background: #000000;
    padding: 32px 0;
}
.spb_block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.spb_logo{
    display: flex;
    align-items: center;
    font: 40px/1 'Inter-SemiBold';
    color: #FFFFFF;
}
.spb_logo img{
    margin-right: 8px;
}
.spb_text{
    margin-left: 50px;
    font: 22px/42px 'Inter-SemiBold';
    color: #FFFFFF;
}
.sph_block{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.st_data_info_c{

}
.stdi_item_h{
    margin-bottom: 50px;
    margin-right: 0;
}
.stdi_item_h:last-child{
    margin-bottom: 0;
}
.sph_block_img{
    max-width: 900px;
}

.section_warning{
    background: #F7F1E1;
    padding: 30px 0;
}
.section_warning_text{
    font: 22px/42px 'Inter-SemiBold';
    text-align: center;
    color: #969696;
}

.section_detection_first{
    background: #ffffff;
}
.block_sdf{
    padding: 90px 0 130px;
}
.h2_sdf{
    font: 86px/90px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
}
.block_sdf_img{
    width: 100%;
    height: 200vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.block_sdf_img_wr{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sdf_img{
    width: 70%;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.sdf_img.sdf_img_f1{
    position: fixed;
}
.sdf_img.sdf_img_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.block_sdf_banner{
    width: 1224px;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 120px 80px;
    position: relative;
    z-index: 5;
}
.block_sdf_b_suptitle{
    font: 36px/36px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #2E3741;
    margin-bottom: 50px;
}
.block_sdf_b_title{
    font: 64px/90px 'Inter-ExtraBold';
    letter-spacing: -0.03em;
    color: #2E3741;
}
.slp_block_subtitle{
    font: 18px/18px 'Inter-SemiBold';
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: #0086FF;
    margin-bottom: 30px;
}
.block_sdf_b_title span{
    color: #a3a9af;
}

.section_hotline{
    background: url("../img/bg_colors.jpg") no-repeat center 0;
    background-size: cover;
}
.block_hotline{
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.block_hotline_wrapper{
    width: 806px;
    margin: 0 auto;
    max-width: 100%;
}
.htln_img{
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E3741;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    margin: 0 auto 48px;
}
.h2_htln{
    font: 98px/98px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0 0 44px;
}
.text_htln{
    font: 36px/64px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
}
._animate_text span{
    opacity: 0;
}
._animate_text span.a_show{
    opacity: 1;
}


.block_social_media{
    height: calc(100vh - 44px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.bsm_left{
    width: 50%;
    display: flex;
    align-items: center;
}
.bsm_right{
    position: relative;
    height: 100%;
    width: calc(100vh - 44px);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.bsm_info{

}
.bsm_title{
    font: 56px/76px 'Inter-ExtraBold';
    margin: 0 0 30px;
    letter-spacing: -0.03em;
    color: #2E3741;
}
.bsm_text{
    font: 30px/50px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #ffffff;
}
.bsm_col_1{
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bsm_col_2{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bsm_item_1{
    height: 18%;
    padding: 10px 0;
}
.bsm_item_2{
    height: 54%;
    padding: 10px 0;
}
.bsm_item_3{
    height: 25%;
    padding: 10px 0;
}
.bsm_item_4{
    height: 50%;
    padding: 10px 0;
}
.bsm_item{
    border-radius: 15px;
    position: relative;
    height: 100%;
}
.bsm_text{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 36px/42px 'Inter-SemiBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #ffffff;
    height: 100%;
}
.bsm_red{
    background: red;
    height: 100%;
}
.bsm_blue{
    background: blue;
    height: 100%;
}
.bsm_green{
    background: green;
    height: 100%;
}
.bsm_item_img_wr{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.bsm_item_img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

/**********************bsm_item_animation_ltr************************/
.bsm_item_animation_ltr .bsm_item_img_wr{
    left: 0;
    top: 0;
}
.bsm_item_animation_ltr .bsm_item_img_wr_0{
    width: 100%;
}
.bsm_item_animation_ltr .bsm_item_img_wr_1{
    width: 100%;
}
.bsm_item_animation_ltr .bsm_item_img_wr_2{
    width: 0;
}
.bsm_item_animation_ltr .bsm_item_img_wr_3{
    width: 0;
}
.bsm_item_animation_ltr.bsm_item_animation_1 .bsm_item_img_wr_1{
    transition: 1.5s width;
    width: 100%;
    z-index: 2;
}
.bsm_item_animation_ltr.bsm_item_animation_1 .bsm_item_img_wr_2{
    width: 0;
    z-index: 4;
}
.bsm_item_animation_ltr.bsm_item_animation_1 .bsm_item_img_wr_3{
    width: 0;
    z-index: 6;
}
.bsm_item_animation_ltr.bsm_item_animation_2 .bsm_item_img_wr_1{
    width: 100%;
    z-index: 2;
}
.bsm_item_animation_ltr.bsm_item_animation_2 .bsm_item_img_wr_2{
    transition: 1.5s width;
    width: 100%;
    z-index: 4;
}
.bsm_item_animation_ltr.bsm_item_animation_2 .bsm_item_img_wr_3{
    width: 0;
    z-index: 6;
}
.bsm_item_animation_ltr.bsm_item_animation_3 .bsm_item_img_wr_1{
    width: 0;
    z-index: 2;
}
.bsm_item_animation_ltr.bsm_item_animation_3 .bsm_item_img_wr_2{
    width: 100%;
    z-index: 4;
}
.bsm_item_animation_ltr.bsm_item_animation_3 .bsm_item_img_wr_3{
    transition: 1.5s width;
    width: 100%;
    z-index: 6;
}
/**********************bsm_item_animation_ltr************************/

/**********************bsm_item_animation_ttb************************/
.bsm_item_animation_ttb .bsm_item_img_wr{
    left: 0;
    top: 0;
}
.bsm_item_animation_ttb .bsm_item_img_wr_0{
    height: 100%;
}
.bsm_item_animation_ttb .bsm_item_img_wr_1{
    height: 100%;
}
.bsm_item_animation_ttb .bsm_item_img_wr_2{
    height: 0;
}
.bsm_item_animation_ttb .bsm_item_img_wr_3{
    height: 0;
}
.bsm_item_animation_ttb.bsm_item_animation_1 .bsm_item_img_wr_1{
    transition: 1.5s height;
    height: 100%;
    z-index: 2;
}
.bsm_item_animation_ttb.bsm_item_animation_1 .bsm_item_img_wr_2{
    height: 0;
    z-index: 4;
}
.bsm_item_animation_ttb.bsm_item_animation_1 .bsm_item_img_wr_3{
    height: 0;
    z-index: 6;
}
.bsm_item_animation_ttb.bsm_item_animation_2 .bsm_item_img_wr_1{
    height: 100%;
    z-index: 2;
}
.bsm_item_animation_ttb.bsm_item_animation_2 .bsm_item_img_wr_2{
    transition: 1.5s height;
    height: 100%;
    z-index: 4;
}
.bsm_item_animation_ttb.bsm_item_animation_2 .bsm_item_img_wr_3{
    height: 0;
    z-index: 6;
}
.bsm_item_animation_ttb.bsm_item_animation_3 .bsm_item_img_wr_1{
    height: 0;
    z-index: 2;
}
.bsm_item_animation_ttb.bsm_item_animation_3 .bsm_item_img_wr_2{
    height: 100%;
    z-index: 4;
}
.bsm_item_animation_ttb.bsm_item_animation_3 .bsm_item_img_wr_3{
    transition: 1.5s height;
    height: 100%;
    z-index: 6;
}
/**********************bsm_item_animation_ttb************************/

/**********************bsm_item_animation_rtl************************/
.bsm_item_animation_rtl .bsm_item_img_wr{
    right: 0;
    left: auto;
    top: 0;
    direction: rtl;
}
.bsm_item_animation_rtl .bsm_item_img_wr_0{
    width: 100%;
}
.bsm_item_animation_rtl .bsm_item_img_wr_1{
    width: 100%;
}
.bsm_item_animation_rtl .bsm_item_img_wr_2{
    width: 0;
}
.bsm_item_animation_rtl .bsm_item_img_wr_3{
    width: 0;
}
.bsm_item_animation_rtl.bsm_item_animation_1 .bsm_item_img_wr_1{
    transition: 1.5s width;
    width: 100%;
    z-index: 2;
}
.bsm_item_animation_rtl.bsm_item_animation_1 .bsm_item_img_wr_2{
    width: 0;
    z-index: 4;
}
.bsm_item_animation_rtl.bsm_item_animation_1 .bsm_item_img_wr_3{
    width: 0;
    z-index: 6;
}
.bsm_item_animation_rtl.bsm_item_animation_2 .bsm_item_img_wr_1{
    width: 100%;
    z-index: 2;
}
.bsm_item_animation_rtl.bsm_item_animation_2 .bsm_item_img_wr_2{
    transition: 1.5s width;
    width: 100%;
    z-index: 4;
}
.bsm_item_animation_rtl.bsm_item_animation_2 .bsm_item_img_wr_3{
    width: 0;
    z-index: 6;
}
.bsm_item_animation_rtl.bsm_item_animation_3 .bsm_item_img_wr_1{
    width: 0;
    z-index: 2;
}
.bsm_item_animation_rtl.bsm_item_animation_3 .bsm_item_img_wr_2{
    width: 100%;
    z-index: 4;
}
.bsm_item_animation_rtl.bsm_item_animation_3 .bsm_item_img_wr_3{
    transition: 1.5s width;
    width: 100%;
    z-index: 6;
}
/**********************bsm_item_animation_ltr************************/

/**********************bsm_item_animation_btt************************/
.bsm_item_animation_btt .bsm_item_img_wr{
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}
.bsm_item_animation_btt .bsm_item_img_wr .bsm_item_img{
    background-position: center bottom;
}
.bsm_item_animation_btt .bsm_item_img_wr_0{
    height: 100%;
}
.bsm_item_animation_btt .bsm_item_img_wr_1{
    height: 100%;
}
.bsm_item_animation_btt .bsm_item_img_wr_2{
    height: 0;
}
.bsm_item_animation_btt .bsm_item_img_wr_3{
    height: 0;
}
.bsm_item_animation_btt.bsm_item_animation_1 .bsm_item_img_wr_1{
    transition: 1.5s height;
    height: 100%;
    z-index: 2;
}
.bsm_item_animation_btt.bsm_item_animation_1 .bsm_item_img_wr_2{
    height: 0;
    z-index: 4;
}
.bsm_item_animation_btt.bsm_item_animation_1 .bsm_item_img_wr_3{
    height: 0;
    z-index: 6;
}
.bsm_item_animation_btt.bsm_item_animation_2 .bsm_item_img_wr_1{
    height: 100%;
    z-index: 2;
}
.bsm_item_animation_btt.bsm_item_animation_2 .bsm_item_img_wr_2{
    transition: 1.5s height;
    height: 100%;
    z-index: 4;
}
.bsm_item_animation_btt.bsm_item_animation_2 .bsm_item_img_wr_3{
    height: 0;
    z-index: 6;
}
.bsm_item_animation_btt.bsm_item_animation_3 .bsm_item_img_wr_1{
    height: 0;
    z-index: 2;
}
.bsm_item_animation_btt.bsm_item_animation_3 .bsm_item_img_wr_2{
    height: 100%;
    z-index: 4;
}
.bsm_item_animation_btt.bsm_item_animation_3 .bsm_item_img_wr_3{
    transition: 1.5s height;
    height: 100%;
    z-index: 6;
}
/**********************bsm_item_animation_ttb************************/
.slp_block{
    width: 50%;
    background: #ffffff;
    padding: 80px;
    border-radius: 40px;
}
.slp_block_img{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.slp_block_img img{
    width: 200px;
}
.slp_block_text{
    font: 52px/70px 'Inter-ExtraBold';
    letter-spacing: -0.03em;
    color: #2E3741;
}
.section_les_pirates{
    position: relative;
    height: 200vh;
    display: flex;
    align-items: self-end;
    justify-content: center;
}
.section_les_pirates_img{
    position: absolute;
    top: 0;
    width: 100%;
    background: url("../img/bg_les_pirates.jpg") no-repeat 0 0;
    background-size: 125% auto;
    height: 100vh;
    left: 0;
}
.section_les_pirates_img_a.section_les_pirates_img_a_f1{
    position: fixed;
}
.section_les_pirates_img_a.section_les_pirates_img_a_f2{
    position: absolute;
    bottom: 0;
    top: auto;
}
.slp_block_wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sac_block_white{
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}
.sac_block_white .sac_block_left{
    display: flex;
    align-items: center;
    background: #ffffff;
    width: calc(50% - 12px);
    border-radius: 30px;
}
.sac_block_white .sac_block_right{
    background: #ffffff;
    width: calc(50% - 12px);
    border-radius: 30px;
}
.sac_logo{
    width: 80px;
}
.sac_logo_wrapper{
    display: flex;
    justify-content: flex-end;
}
.soc_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
}
.sb_video_item{
    position: absolute;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}
.sb_video_1{
    width: 195px;
    height: 128px;
    top: 534px;
    left: 50%;
    margin-left: -518px;
    transform: matrix(1, 0, -0.08, 1, 0, 0);
}
.sb_video_2 {
    width: 535px;
    height: 300px;
    left: 50%;
    margin-left: -265px;
    top: 243px;
}

.sb_video_3 {
    width: 50px;
    height: 107px;
    left: 50%;
    margin-left: 318px;
    top: 554px;
    border-radius: 5px;
}
.sb_video_4{
    width: 300px;
    height: 185px;
    left: 50%;
    margin-left: 396px;
    top: 462px;
}

.section_slider_faces{
    background: #ffffff;
    padding: 80px 0;
}
.ssf_top{
    padding: 0 0 80px 0;
}

.ssf_pretitle{
    font: 36px/36px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #0086FF;
    margin-bottom: 32px;
}
.h2_ssf{
    font: 64px/72px 'Inter-ExtraBold';
    letter-spacing: -0.03em;
    color: #2E3741;
    margin-bottom: 32px;
}
.ssf_text{
    font: 24px/34px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    color: #2E3741;
}

.faces_slider{
    width: 100%;
    padding: 20px 0;
}
.faces_slider__item{
    width: 430px;
    height: 500px;
    padding: 0 20px;
    filter: grayscale(1);
}
.faces_slider__item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}

.section_protocole_1a{
    height: 300vh;
    position: relative;
    background: #ffffff;
}
.section_protocole_1a_wrapper{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h2_sp1{
    font: 86px/180px 'Inter-ExtraBold';
    text-align: center;
    color: #2E3741;
    margin: 0;
}
.h2_sp1_l{
    opacity: 0;
    transition: 0.3s all;
}
.section_protocole_1a_wrapper.section_protocole_1a_wrapper_f1{
    position: fixed;
}
.section_protocole_1a_wrapper.section_protocole_1a_wrapper_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.sp2_img.sp2_img_f1{
    position: fixed;
}
.sp2_img.sp2_img_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}

.section_detection_first{
    background: #ffffff;
}
.section_protocole_1_5{
    padding: 90px 0 130px;
    background: #000000;
    position: relative;
    z-index: 2;
}
.section_protocole_2{
    background: #000000;
    z-index: 2;
}

.h2_sdf{
    font: 86px/90px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
}
.block_sp2_img{
    width: 100%;
    height: 200vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.block_sp2_img_wr{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp2_img{
    width: 70%;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.sp2_img.sp2_img_f1{
    position: fixed;
}
.sp2_img.sp2_img_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.block_sp2_banner{
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 90px ;
    position: relative;
    z-index: 5;
}
.sp2_h2{
    font: 56px/86px 'Inter-ExtraBold';
    text-align: center;
    color: #2E3741;
    margin: 0;
}
.block_sp2{
    padding: 80px 0;
}
.h2_sp2{
    font: 36px/42px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.section_protocole_3{
    padding: 130px 0;
    background: #ffffff;
    position: relative;
    z-index: 3;
}
.h2_sp3{
    font: 56px/56px 'Inter-ExtraBold';
    text-align: center;
    color: #2E3741;
    margin: 0 0 130px;
}
.sp3_gray_block{
    background: #FBFBFB;
    margin-bottom: 120px;
    padding: 150px 190px;
}
.sp3_gray_t1{
    font: 36px/50px 'Inter-Medium';
    color: #2E3741;
    margin: 0 0 36px;
}
.sp3_gray_t2{
    font: 26px/36px 'Inter-Regular';
    color: #2E3741;
}
.h3_sp3{
    font: 86px/150px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
}

.section_protocole_4{
    height: 200vh;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.sp4_video{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.sp4_video.sp4_video_f1{
    position: fixed;
    top: auto;
    bottom: 0;
}
.sp4_video.sp4_video_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.block_sp4_white_wrapper{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.block_sp4_white{
    background: #FFFFFF;
    box-shadow: 0px 35px 45px rgba(7, 14, 39, 0.05);
    padding: 60px 100px 80px;
}
.sp4_flex{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.sp4_flex img{
    width: 66px;
}
.sp4_title{
    font: 36px/46px 'Inter-Bold';
    text-align: center;
    color: #2E3741;
}
.section_protocole_5{
    background: #ffffff;
    padding: 180px 0;
}
.h2_sp5{
    font: 86px/150px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0 0 110px;
}
.sp5_block{
    display: flex;
    align-items: center;
    background: #000000;
}
.sp5_block_text{
    width: 50%;
    padding: 45px;
    display: flex;
    align-items: center;
}
.sp5_img{
    width: 50%;
}
.sp5_bt_icon{
    margin-right: 36px;
}
.sp5_bt_icon img{
    width: 72px;
}
.sp5_bt_right{
    font: 24px/36px 'Inter-Medium';
    color: #FFFFFF;
    flex-grow: 1;
    flex-basis: 0;
}

.section_votre_security{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.svs_block{
    background-color: #fafafa;
    border-radius: 20px;
    text-align: center;
    padding: 100px 50px;
}
.h2_svs{
    font: 100px/110px 'Inter-ExtraBold';
    text-align: left;
    letter-spacing: -0.03em;
    color: #2E3741;
    margin: 0;
    display: flex;
    align-items: center;

}
.h2_svs_a{
    padding-left: 16px;
    text-align: left;
}
.svs_title_block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
    padding-left: 135px;
}
.svs_title_block img{
    margin-right: 0px;
    margin-top: 13px;
}
.svs_icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
}
.svs_icons img{
    height: 70px;
    margin: 0 15px;
}
.svs_text{
    font: 32px/36px 'Inter-Medium';
    color: #2E3741;
    margin-bottom: 24px;
}
.svs_btn{
    display: flex;
    justify-content: center;
}
.logo_svs{
    height: 86px;
}
.btn_blue_r{
    background: #0086FF;
    border: none;
    border-radius: 28px;
    height: 56px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 16px/24px 'Inter-SemiBold';
    color: #FFFFFF;
    transition: 0.3s all;
}
.btn_blue_r{
    color: #ffffff;
    opacity: 0.9;
}
.h2_svs_a_slider{
    height: 110px;
    width: 540px;
    overflow: hidden;
}
.h2_svs_a_slider_item{
    height: 110px;
    width: 500px;
}
.header_logo_text{
    font: 16px/24px 'Inter-SemiBold';
    color: #ffffff;
    margin-left: 8px;
}
.header_logo{
    display: flex;
    align-items: center;
}

.section_choice_of_elite{
    padding: 120px 0;
}
.h1_sce{
    font: 86px/105px 'Inter-ExtraBold';
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 115px;
    position: relative;
    z-index: 2;
}
.sce_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
}
.sce_item{
    width: calc((100% - 80px) / 3 );
    background: #30455A;
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.sce_item_top{
    height: 250px;
    background: url("../img/icon_sce_blue.svg") no-repeat center bottom;
    padding: 52px 0 0;
    border-radius: 30px 30px 0 0;
    font: 36px/36px 'Inter-SemiBold';
    text-align: center;
    color: #FFFFFF;
}
.sce_item_top.sce_item_top_y{
    background-image: url("../img/icon_sce_yellow.svg");
}
.sce_item_top.sce_item_top_p{
    background-image: url("../img/icon_sce_purple.svg");
}
.sce_item_bottom{
    padding: 50px 0 77px;
    text-align: center;
}
.sce_item_price{
    font: 60px/60px 'Inter-Bold';
    color: #FFFFFF;
}
.sce_item_cp{
    font: 23px/23px 'Inter-SemiBold';
    color: #FFFFFF;
}
.sce_text{
    font: 36px/56px 'Inter-Regular';
    text-align: center;
    color: #FFFFFF;
}

.sce_list:before{
    content: '';
    background: url("../img/webp/img_s_sim.webp") no-repeat 0 center;
    width: 1050px;
    height: 1050px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -58%);
    opacity: 0.9;
    z-index: 1;
}

.section_choice_of_elite_a{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.section_choice_of_elite_a.section_choice_of_elite_a_f1{
    position: static;
}
.section_choice_of_elite_a_start{
    height: 100vh;
}
.section_choice_of_elite_a_start.section_choice_of_elite_a_start_f1{
    height: 0;
}
.white_theme .hamburger-inner,
.white_theme .hamburger-inner::after,
.white_theme .hamburger-inner::before{
    background-color: #2E3741;
}
.white_theme .header_nav{

}
.white_theme .header_logo_text{
    color: #2E3741;
}
.header{
    transform: translateY(-100%);
}
.header_a{
    transition: 0.5s all;
    transform: translateY(0);
}
.st_bottom{
    padding: 10px 0;
    position: absolute;
    background: #000000;
    bottom: -46px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.section_avoid_cons_title{
    position: relative;
}
.section_avoid_cons_th1{
    height: 20px;
}
.section_avoid_cons{

}
.h2_act{
    font: 200px/1 'Inter-ExtraBold';
    color: #ffffff;
    text-align: center;
    margin: 0;
    transition: 0.3s all;
}
.h2_act_num{
    font-size: 280px
}
.h2_act_subtext{
    font: 52px/57px 'Inter-Medium';
    color: #ffffff;
    text-align: center;
    transition: 0.3s all;
}
.sac_block_right,
.sac_block_left{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.white_theme_2 .h2_act,
.white_theme_2 .h2_act_2{
    color: #000000;
}
.white_theme_2 .h2_act_subtext,
.white_theme_2 .h2_act_subtext_2{
    color: #000000;
}

.section_avoid_cons_title_ab_wr{

}
.section_avoid_cons_title_a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section_avoid_cons_title_a .container_small{
    padding: 120px 0 0
}
.section_avoid_cons_title_a.section_avoid_cons_title_ab_f1{
    position: fixed;
    background: #ffffff;
    z-index: 2;
}
.section_avoid_cons_title_a.section_avoid_cons_title_ab_f2{
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.section_avoid_cons_null{
    height: 100vh;
}
.st_bottom_img{
    height: 30px;
    margin-right: 20px;
}
.st_bottom_f{
    display: flex;
    align-items: center;
    justify-content: center;
}
.st_bottom{
    transition: 0.3s all;
}
.st_bottom.st_bottom_f1{
    top: 0;
    bottom: auto !important;
    position: fixed;
}
.st_bottom.st_bottom_f2{
    display: none !important;
}
.st_bottom.st_bottom_ac{
    bottom: 0;
}

@keyframes flash_dot {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.h1_home_1_flash{
    animation: flash_dot infinite 1s;
    transition: 0s all;
}
.section_avoid_cons_black_top{
    height: 100px;
}

.reviews_head_block_l{
    transition: 0.3s all;
}
.reviews_head_block_r{
    transition: 0.3s all;
}
.white_theme_3 .reviews_head_block_l{
    color: #000000;
}
.white_theme_3 .reviews_head_block_r{
    color: #000000;
}

.section_confiance{
    position: relative;
    height: 100vh;
}
.section_confiance_wrapper{
    text-align: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.h2_confiance_pre{
    font: 52px/62px 'Inter-Medium';
    color: #000000;
    margin: 0;
}
.h2_confiance{
    font: 200px/1 'Inter-ExtraBold';
    color: #000000;
    margin: 0;
}


.section_confiance_wh{
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 111;
}
.section_confiance_wh .section_confiance_wrapper{
    position: fixed;
    z-index: 1;
}
.section_confiance_white .h2_confiance_pre{
    color: #ffffff;
}
.section_confiance_white .h2_confiance{
    color: #ffffff;
}

.section_confiance_black_wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_confiance_white_wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_confiance_wrapper_a.section_confiance_wrapper_a_f1{
    position: fixed;
}
.section_confiance_wrapper_a.section_confiance_wrapper_a_f1 .section_confiance_black_wrapper,
.section_confiance_wrapper_a.section_confiance_wrapper_a_f1 .section_confiance_white_wrapper{
    height: 100vh;
    /*position: fixed;

    top: 0;
    width: 100%;
    left: 0;*/
}
.section_confiance_black{
    overflow: hidden;
    z-index: 5;
}
.section_confiance_wrapper_a.section_confiance_wrapper_a_f2{
    height: 0;
}

.section_confiance_block_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_confiance_block_cont_top{
    text-align: left;
}
.section_confiance_block_cont_bottom {
    font: 38px/52px 'Inter-Medium';
    color: #000000;
    margin: 0;
}
.h2_confiance_1{
    color: #0086FF;
    font: 52px/57px 'Inter-ExtraBold';
    letter-spacing: -0.02em;
}
.section_confiance_white .section_confiance_block_cont_bottom {
    color: #ffffff;
}
.section_step_ahead_a0:before{
    content: '';
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #000000;
}
.section_step_ahead_a0.section_step_ahead_a0_opn:before{
    display: none;
}
.h1_ats_wrapper{
    height: 250px;
    position: relative;
}
.h1_ats{
    font: 190px/1 'Inter-ExtraBold';
    color: #ffffff;
    text-align: center;
    margin: 0;
    height: 250px;
    position: fixed;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 100%;
    display: none;
}
.h1_ats.h1_ats_f1{
    display: block;
}
.h1_ats.h1_ats_f2{
    position: absolute;
}
.h1_ats_box{
    display: flex;
    justify-content: center;
    text-align: left;
}
.h2_ab_wrapper{
    display: flex;
    justify-content: center;
}
.h1_home_subtext{
    font: 38px/52px 'Inter-Medium';
    color: #ffffff;
    text-align: center;
}
.h1_home_subtext_a{
    transform: translateY(100vh);
    transition: 1s transform;
    opacity: 0;
}
.h1_home_subtext_a.h1_home_subtext_a_f1{
    transform: translateY(0);
    opacity: 1;
}
.h1_home_subtext_a2{
    transform: translateY(100vh);
    transition: 1s transform;
    opacity: 0;
}
.h1_home_subtext_a2.h1_home_subtext_a_f2{
    transform: translateY(0);
    opacity: 1;
}
.h1_home_subtext_n{
    font: 38px/64px 'Inter-ExtraBold';
    color: #ffffff;
    text-align: center;
    background: #000000;
}
.h1_home_logo{
    height: 36px;
    margin-right: 8px;
}
.h1_ats_wrapper_white .h1_ats{
    color: #ffffff;
}
.h1_ats_wrapper_black .h1_ats{
    color: #000000;
}
.h1_ats_wrapper_inset{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.h1_ats_wrapper_inset_white{
    z-index: 2;
}
.h1_ats_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.h2_ats{
    font: 56px/76px 'Inter-SemiBold';
    letter-spacing: -0.03em;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
    width: 100%;
    transition: 0.3s all;
}
.h2_ats.h2_ats_inv{
    color: #ffffff;
}
.h1_ats_box_black{
    overflow: hidden;
}
.h1_ats_box_black{
    color: #000000;
}
.h1_ats_box_white{
    z-index: 3;
    overflow: hidden;
}
.h1_ats_box_white_2{
    z-index: 1;
    overflow: hidden;
}
.block_ats_video{
    width: 100%;
}
.section_ats:before{
    display: none;
}
.section_confiance_block_cont_bottom{
    transition: 0.1s all;
}
.section_confiance_block_cont_bottom.section_confiance_block_cont_bottom_f{
    opacity: 0;
}
.block_ats_videos{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.block_ats_video{
    width: 28%;
}
.block_ats_v{
    width: 100%;
}
.section_ats_old{
    padding: 120px 0;
}
.section_ats_screen{
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.section_ats_screen_a.section_ats_a_f1{
    position: fixed;
}
.section_ats_screen_a.section_ats_a_f2{
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}
.section_ats_screen_black{
    height: 150vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #000000;
}
.h1_ats_old_box{
    display: flex;
    justify-content: center;
    font: 180px/1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.block_ats_ring{
    position: relative;
}
.block_ats_backdrop {
    width: 460px;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    box-shadow: inset 0 0 60px 80px #03020e;
    pointer-events: none;
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 0.9;
    margin-left: -230px;
    margin-top: -230px;
    border-radius: 50%;
}
.h2_saca_big_wrapper{
    display: flex;
    justify-content: center;
    text-align: left;
}
.h2_saca_big_null .h1_home_1{
    font-size: 0;
}

.section_justice{
    height: 100vh;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sj_video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.sj_backdrop{
    width: 800px;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 50%;
    z-index: 2;
    box-shadow: inset 0 0 70px 320px #03020e;
    pointer-events: none;
    transform: matrix(3.39792, 0, 0, 3.39792, 0, 0);
    opacity: 0.9;
    margin-left: -400px;
}
.section_justice_box{
    position: relative;
    z-index: 3;
}
.h1_sj_box{
    display: flex;
    justify-content: center;
    font: 220px/1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.sj_subtext{
    font: 52px/57px 'Inter-Medium';
    text-align: center;
    color: #FFFFFF;
}
.h2_sm_title{
    font: 230px/1 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
}
.h2_sm_subtext{
    font: 52px/57px 'Inter-Medium';
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 40px;
}
.section_sm{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.section_bienvenue_video{
    width: 100%;
}
.section_bienvenue_wrapper{
    background: none;
}
.st_data_info_c_mob{
    display: none;
}
.section_table_col{
    display: none;
}
.h1_ats_box_black .h1_home_1{
    color: #28CA42;
}
.h1_ats_box_white_2 .h1_home_1{
    color: rgb(209,29,47);
}
.st_mobile{
    display: none;
}
.s_act_block_2{
    display: none;
}
.h2_act_num_2 sup{
    vertical-align: top;
    font-size: 90px;
    top: 0.5em;
}
.h2_act_2{
    font: 80px/1 'Inter-ExtraBold';
    color: #ffffff;
    text-align: center;
    margin: 0;
    transition: 0.3s all;
}
.h2_act_num_2{
    font-size: 240px;
}
.section_avoid_cons_title_ab_pre{
    height: 300px;
}
.section_avoid_cons_title_st{
    padding-bottom: calc(50vh);
}
.s_act_wrapper_1{
    opacity: 0;
    transition: 0.3s all;
}
.s_act_wrapper_1.show{
    opacity: 1;
}
@keyframes up_bottom {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}
.saa_mouse{
    background: url("../img/icon_mouse.svg") no-repeat 0 0;
    width: 36px;
    height: 55px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
    opacity: 0.8;
    animation: up_bottom linear 1s infinite;
}
.dtb_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_adv_of_power{
    padding: 0;
    position: relative;
    z-index: 2;
}

.section_adv_of_power .container_small,
.section_adv_of_power .container_small_h{
    position: relative;
    z-index: 2;
}
.h2_aop{
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    padding: 150px 0;
}

.h2_aop > div{
    position: relative;
    z-index: 2;
}
.h2_aop_1{
    font: 42px/57px 'Inter-Bold';
    margin-bottom: 22px;
}
.h2_aop_2{
    font: 72px/72px 'Inter-Bold';
    margin-bottom: 40px;
}
.h2_aop_3{
    font: 90px/90px 'Inter-Bold';
    margin-bottom: 20px;
}
.h2_aop_4{
    font: 100px/100px 'Inter-Bold';
}
.block_aop{
    background: #000000;
    border-radius: 60px;
    padding: 34px;
}
.block_aop_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block_aop_col{
    width: calc(50% - 25px);
}
.block_aop_img{
    border-radius: 30px;
}
.block_aop_text{
    padding: 0 40px;
    font: 26px/40px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.block_aop_row_top{
    margin-bottom: 60px;
}
.section_adv_of_power_a{
    height: 200vh;
}
.section_adv_of_power_2{
    padding-bottom: 170px;
    position: relative;
    z-index: 2;
}
.section_adv_of_power_a1{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.section_adv_of_power_a1:before{
    content: '';
    height: 1590px;
    width: 1590px;
    background: url("../img/webp/ellipse_1.webp") no-repeat center center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.section_adv_of_power_wrapper{
    height: 100%;
}
.section_adv_of_power_a1.section_adv_of_power_a1_f1{
    position: fixed;
}
.section_adv_of_power_a1.section_adv_of_power_a1_f2{
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.h2_aop_2{
    opacity: 0;
    transition: 0.3s all;
}
.h2_aop_2.h2_aop_a{
    opacity: 1;
}
.h2_aop_3{
    opacity: 0;
    transition: 0.3s all;
}
.h2_aop_3.h2_aop_a{
    opacity: 1;
}
.h2_aop_4{
    opacity: 0;
    transition: 0.3s all;
}
.h2_aop_4.h2_aop_a{
    opacity: 1;
}

.section_protection_perimetr{
    padding: 0 0 150px;
}
.h2_spp{
    font: 80px/105px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 100px;
    transition: 0.3s all;
}
.h2_spp span{
    color: #0086FF;
}
.white_theme .h2_spp{
    color: #000000;
}

.spp_block{
    width: 812px;
    height: 812px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes spp_block_r {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.spp_block_r{
    width: 100%;
    height: 100%;
    background: url("../img/img_spp_text.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    animation: spp_block_r 25s linear infinite;
}
.spi_title{
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
    font: 54px/69px 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #000000;
}
.h2_spi{
    text-align: center;
    font: 54px/69px 'Inter-ExtraBold';
}
.h2_spi span{
    color: #ff5b5b;
}
.section_pirates_info{
    background: #ffffff;
    padding: 150px 0;
}
.block_spi{
    display: flex;
}
.block_spi_col{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.block_spi_col img{
    width: 100%;
}
.block_spi_col_1{
    height: 560px;
    padding: 0 105px;
    display: flex;
    align-items: center;
    font: 46px/46px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #FF5B5B;
}
.block_spi_col_2{
    height: 406px;
    padding: 0 105px;
    display: flex;
    align-items: center;
    font: 32px/46px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #000000;
}

.section_our_argent{
    padding: 150px 0;
    position: relative;
    z-index: 2;
}
.section_our_argent_wrapper{
    padding: 0 20px;
}
.section_our_argent .container_small_h{
    position: relative;
    z-index: 2;
}
.section_our_argent:before{
    content: '';
    height: 1400px;
    width: 1400px;
    background: url("../img/webp/ellipse_1.webp") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-67%, -6%);
    z-index: 1;
}
.section_our_argent:after{
    content: '';
    height: 1400px;
    width: 1400px;
    background: url("../img/webp/ellipse_1.webp") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-33%, 30%);
    z-index: 1;
}
.h2_soa{
    font: 64px/86px 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 120px;
}
.soa_item{
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.soa_item_img{
    width: 445px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.soa_item_info{
    flex-grow: 1;
    flex-basis: 0;
    background: linear-gradient(to left, rgba(0, 134, 255, 1), rgba(0, 0, 0, 1));
    height: 140px;
    border-radius: 0 70px 70px 0;
    padding: 1px 1px 1px 0;
    transform: translateX(-100%);
    transition: 0.3s all;
}
.soa_item_info_ins{
    background: #020607;
    border-radius: 0 69px 69px 0;
    height: 100%;
    width: 100%;
    padding: 0 100px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font: 34px/46px 'Inter-Bold';
    color: #ffffff;
    text-transform: uppercase;
}

.soa_item.soa_item_r .soa_item_img{
    order: 2;
}
.soa_item.soa_item_r .soa_item_info{
    border-radius: 70px 0 0 70px;
    padding: 1px 0 1px 1px;
    background: linear-gradient(to right, rgba(0, 134, 255, 1), rgba(0, 0, 0, 1));
    transform: translateX(100%);
}
.soa_item.soa_item_r .soa_item_info_ins{
    border-radius: 69px 0 0 69px;
    padding: 0 0 0 100px;
    justify-content: flex-start;
}
.soa_item_info.soa_item_info_an{
    transform: translateX(0) !important;
}
.h2_suptext{
    font: 170px/1 'Inter-ExtraBold';
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    transition: 0.3s all;
    margin: 0;
    height: 360px;
    padding: 150px 0 40px;
}
.white_theme .h2_suptext{
    color: #000000;
}
.h2_suptext_i{
    font-size: 300%;
}
.h2_suptext_a_wr{
    height: 200vh;
    position: relative;
}
.h2_suptext_a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.h2_suptext_a.h2_suptext_a_f1{
    position: fixed;
}
.h2_suptext_a.h2_suptext_a_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}

.section_dtb_video{
    height: 100vh;
}

.section_part_h{
    position: relative;
    z-index: 2;
}
.sp_black_block_empty{
    height: 106px;
}
.sp_black_block{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
.sp_black_block_a.sp_black_block_a_f1{
    position: fixed;
}
.header.header_hidden{
    display: none;
}
.section_map_wrapper_m{
    display: none;
}

.section_personalisation{
    height: 300vh;
    position: relative;
    z-index: 2;
}
.section_personalisation_wr{
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.section_personalisation_wr_a.section_personalisation_wr_a_f1{
    position: fixed;
}
.section_personalisation_wr_a.section_personalisation_wr_a_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.block_sp_a{
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}
.img_sp_a{
    width: 100%;
    filter: grayscale(100%);
}
.block_sp_text{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.block_sp_text .h2_ssf{
    color: #ffffff;
}
.block_sp_text .ssf_text{
    color: #ffffff;
}
.p_0{
    padding: 0 !important;
}

.ssf_info_sp{
    opacity: 0;
}

.tfs_backdrop {
    width: 800px;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 50%;
    z-index: 2;
    box-shadow: inset 0 0 70px 420px #03020e;
    pointer-events: none;
    transform: matrix(3.39792, 0, 0, 3.39792, 0, 0);
    opacity: 0.8;
    margin-left: -400px;
}
.section_time_for_sad_wrapper{
    position: relative;
    z-index: 2;
    height: 100vh;
    overflow: hidden;
}
.tfs_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.h2_stf{
    font: 64px/72px 'Inter-ExtraBold';
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 50px;
}
.stf_text{
    font: 32px/46px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #ffffff;
}
.stf_block{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section_system_decomiss{
    padding: 0 0 120px 0;
}
.block_ssd{
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.block_ssd_ins{
    width: 760px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
.h2_ssd{
    font: 54px/68px 'Inter-ExtraBold';
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 24px;
}
.h2_text{
    font: 18px/28px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.block_ssd_2{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 18px;
}
.col_ssd_50{
    width: calc(50% - 9px);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #2A2D32 0%, #131313 99.17%);
}
.pb_28{
    margin-bottom: 28px;
}
.title_ssd{
    font: 22px/28px 'Inter-Bold';
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: 0.02em;
}
.text_ssd{
    font: 18px/28px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.sub_title_ssd{
    font: 18px/28px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.ssd_list{
    padding: 20px 0;
}
.ssd_list_item{
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.ssd_li_num{
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 18px/28px 'Inter-Regular';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-right: 16px;
}
.ssd_li_num span{
    position: relative;
    z-index: 2;
}
.ssd_li_num:before{
    content: '';
    background: url("../img/round_frame.svg") no-repeat center center;
    background-size: 100% 100%;
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -45%);
}
.ssd_li_text{
    font: 20px/28px 'Inter-Medium';
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.col_ssd_38{
    width: calc(38% - 9px);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #2A2D32 0%, #131313 99.17%);
}
.col_ssd_62 {
    width: calc(62% - 9px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col_ssd_62_1{
    margin-bottom: 18px;
    padding: 40px 98px 40px 40px;
    background: linear-gradient(180deg, #2A2D32 0%, #131313 99.17%);
    position: relative;
    z-index: 2;
}
.col_ssd_62_1:before{
    content: '';
    width: 178px;
    height: 228px;
    background: url("../img/icon_ssd.svg") no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
}
.col_ssd_62_1_wr{
    position: relative;
    z-index: 2;
}
.h2_col_ssd_62_1{
    font: 34px/42px 'Inter-Bold';
    color: #ffffff;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.col_ssd_62_2{
    flex-grow: 1;
    flex-basis: 0;
    background: linear-gradient(180deg, #2A2D32 0%, #131313 99.17%);
    padding: 20px 40px;
    display: flex;
    align-items: center;
}
.col_ssd_62_2_wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.col_ssd_62_2_wr_r{
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 36px;
}

.section_system_decomiss_top{
    height: 300vh;
    position: relative;
    z-index: 2;
}
.section_system_decomiss_top_wr{
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.section_system_decomiss_top_wr.section_system_decomiss_top_wr_a_f1{
    position: fixed;
}
.section_system_decomiss_top_wr.section_system_decomiss_top_wr_a_f2{
    position: absolute;
    top: auto;
    bottom: 0;
}
.section_system_decomiss_top_wr.section_system_decomiss_top_wr_a_f2 .block_sdt_a{
    top: auto;
    bottom: 0;
}
.block_sdt_a{
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 120px 0 60px;
    height: 100vh;
}
.img_std_a{
    width: 100%;
    filter: grayscale(100%);
    height:100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center 0;
}
.block_sdt_text{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.block_sdt_text .h2_ssf{
    color: #ffffff;
}
.block_sdt_text .ssf_text{
    color: #ffffff;
}
.ssd_info_sp{
    opacity: 0;
    width: 760px;
    margin: 0 auto;
}
.section_system_decomiss_top_t{
    height: 120px;
}