*{
    outline: none !important;
}
a:active {
    text-decoration: none;
    outline: medium none;
}
a:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none;
}

input:hover, input:focus, input:active {
    text-decoration: none;
    outline: medium none;
}
section{
    padding: 0;
    overflow: hidden;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    min-height: 100vh;
    background: #ffffff;
}
.oh {
    overflow: hidden;
}
img{
    max-width: 100%;
}
.container_main {
    width: 1240px;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.header_wrapper{
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_navbar{
    justify-content: center;
}
.header_right{
    display: flex;
    align-items: center;
}
.btn_login{
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    color: #313131;
    font: 15px/24px 'Plus Jakarta Sans';
}
.btn_default{
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 500 13px/24px 'Plus Jakarta Sans';
    color: #ffffff !important;
    background: #08233E;
    border: none;
    border-radius: 6px;
    transition: 0.2s;
}
.btn_default:hover,
.btn_default:focus{
    opacity: 0.9;
}
.navbar-nav .nav-link{
    padding: 16px !important;
    font: 500 14px/22px 'Plus Jakarta Sans';
    color: #1B1B21;
    display: flex;
    align-items: center;
}
.dropdown-toggle::after{
    border: none;
    width: 10px;
    height: 10px;
    background: url("../img/icon_dd_black.svg") no-repeat center center;
    margin-left: 10px;
}

.home_top_block{
    padding: 128px 0 0;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.htb_head{
    width: 955px;
    margin: 0 auto 24px;
    max-width: 100%;
    text-align: center;
}
.h1_home{
    font: 600 60px/75px 'Plus Jakarta Sans';
    color: #1B1B21;
    margin: 0 0 24px;
}
.h1_home__pink{
    background: linear-gradient(90deg, #BE4D49 0%, #FF8985 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.htb_text{
    font: 24px/32px 'Plus Jakarta Sans';
    color: #313131;
}
.htb_commercer_wr{
    display: flex;
    justify-content: center;
}
.htb_commercer{
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding: 8px;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htb_commercer__title{
    padding: 0 16px;
    font: 600 16px/20px 'Dancing Script';
    color: #0C1117;
}
.f_dancing_script{
    font-family: 'Dancing Script' !important;
}
.btn_default.dropdown-toggle::after{
    background-image: url("../img/icon_dd_white.svg");
    background-size: 10px 6px;
}

.home_video_block{
    padding: 0 0 180px;
    background: url("../img/bg_3.png") no-repeat bottom center;
    position: relative;
    z-index: 1;
    margin-top: -32px;
}

.hw_list{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.hw_item{
    width: 302px;
    height: 410px;
    border-radius: 16px;
    margin: 0 18px;
    transform: translateY(300px);
    opacity: 0;
}
.hw_item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    border: 1px solid #ffffff;
}
.hw_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.hw_item_2{
    margin-top: 100px;
}
.hw_item_3{
    margin-top: 200px;
}
.hw_item_4{
    margin-top: 100px;
}
.hw_item.hw_item_video_2 {
    margin-top: 100px;
    width: 978px;
    height: 501px;
    position: relative;
}
.hw_item_video__frame{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/video_frame.png") no-repeat 0 0;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.hw_item_1.active{
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}
.hw_item_2.active{
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}
.hw_item_3.active{
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}
.hw_item_4.active{
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}
.hw_item_5.active{
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}
.hw_item.hw_item_video_2.active {
    transform: translateY(0);
    opacity: 1;
    animation: moveup 0.6s ;
}

@keyframes moveup {
    0%{
        transform: translateY(300px);
        opacity: 0;
    }
    80%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(0);
    }
}




.home_video_block .container_main{
    position: relative;
    z-index: 2;
}
.bg_v1{
    background: url("../img/bg_1.png") no-repeat center bottom;
    height: 187px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.video_frame{
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    font-size: 0;
}
.video_blur_block{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_bb_ins{
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    padding: 24px;
    border-radius: 30px 30px 0 0;
    font: 500 18px/28px 'Plus Jakarta Sans';
    color: #ffffff;
}
.home_carousel{
    padding: 80px 0 80px;
    background: #FFF8F8;
    overflow: hidden;
}
.hs_head{
    padding: 0 24px 24px;
    width: 960px;
    margin: 0 auto 24px;
    max-width: 100%;
}
.hs_head__logo{
    text-align: center;
    margin-bottom: 24px;
    font-size: 0;
}
.hs_head__text{
    font: 16px/28px 'Plus Jakarta Sans';
    color: #313131;
    text-align: center;
}

.image_carousel{
    width: 336px;
    margin: 0 auto;
}
.splide__slide{
    width: 336px;
    height: 336px;
    padding: 8px;
    border-radius: 6px;
    border: 8px solid #FFF8F8;
}
.splide__track{
    overflow: visible;
}
.home_plan__block{
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
}
.home_plan__block__icon{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.h2_hp{
    font: 700 40px/45px 'Plus Jakarta Sans';
    margin: 0 0 60px;
    text-align: center;
    color: #1C263B;
}
.section_home_plan{
    padding: 80px 0;
}
.home_plan__item{
    padding: 32px 56px;
    border-radius: 14px;
    background: rgba(108, 91, 243, 0.1);
    margin-bottom: 16px;
}
.home_plan__item_red{
    background: rgba(247, 194, 57, 0.1);
}
.home_plan__item_blue{
    background: rgba(57, 186, 246, 0.1);
}
.home_plan__item_green{
    background: rgba(109, 243, 91, 0.1);
}
.home_plan__item_pink{
    background: rgba(243, 91, 134, 0.1);
}
.home_plan__item_gray{
    background: rgba(202, 243, 91, 0.1);
}
.home_plan__item_dblue{
    background: rgba(124, 91, 243, 0.1);
}
.home_plan__title{
    font: 700 24px/36px 'Plus Jakarta Sans';
    color: #1C263B;
    margin: 0 0 16px;
}
.home_plan__text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #292929;
}
.section_bienvenue{
    padding: 80px 0;
    background: #FFF8F8;
}

.bie_info{
    padding: 24px;
}
.bie_info__title{
    font: 600 40px/60px 'Plus Jakarta Sans';
    color: #1B1B21;
    margin-bottom: 24px;
}
.bie_info__text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #313131;
}
.sb_wrapper{
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
}

.section_benefits{
    background: url("../img/bg_2.png") no-repeat center center #ffffff;
    z-index: 2;
    position: relative;
}
.section_benefits__wr{
    padding: 80px 0 180px;
    background: url("../img/bg_3.png") no-repeat bottom center;
}
.benefit_item{
    box-shadow: 0px 10px 30px 0px #0000001A;
    background: #FFFFFF;
    border: 1px solid #F2EFFE;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 16px;
}
.benefit_item:last-child{
    margin-bottom: 0;
}
.benefit_item__top{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.benefit_item__icon{
    height: 60px;
    width: 60px;
    border: 2px solid #F0CECC;
    margin-right: 16px;
    background: #F9EBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.benefit_item__title{
    font: 700 24px/30px 'Plus Jakarta Sans';
    color: #1C263B;
}
.benefits_list{
    width: 100%;
}
.benefit_item__text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
    margin-bottom: 24px;
}
.benefit_item__list li{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
    padding: 4px 0 4px 24px;
    position: relative;
}
.benefit_item__list li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404852;
    position: absolute;
    top: 13px;
    left: 9px;
}
.benefit_item__icon_2{
    border: 2px solid #E4BEFF;
    background: #F4E5FF;
}
.benefit_item__icon_3{
    border: 2px solid #E89700;
    background: #FFF6E7;
}

.section_steps{
    padding: 80px 0;
    background: #FFF8F8;
}
.h2_steps{
    font: 700 40px/50px 'Plus Jakarta Sans';
    color: #1B1B21;
    text-align: center;
    margin: 0 0 24px;
}
.steps_img{

}
.steps_list{
    padding: 0 24px;
}
.step_item{
    padding-left: 44px;
    position: relative;
}
.step_item:last-child{
    padding-bottom: 0;
}
.step_item__body{
    border-left: 1px solid #08233E;
    padding-left: 12px;
    padding-bottom: 16px;
}
.step_item__label{
    font: 700 16px/20px 'Plus Jakarta Sans';
    color: #08233E;
    margin-bottom: 8px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.step_item__num{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #ECECFD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 14px/18px 'Plus Jakarta Sans';
    color: #08233E;
}
.step_item__title{
    font: 700 24px/30px 'Plus Jakarta Sans';
    color: #1B1B21;
    margin-bottom: 8px;
}
.step_item__text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #1B1B21;
}
.section_steps__top{
    padding: 40px 0 64px;
}
.pour_block{
    display: flex;
    flex-wrap: wrap;
}
.pour_item{
    width: calc(100% / 3);
    padding: 32px 16px 24px;

}
.pour_item__icon{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8FD;
}
.pour_item__text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #1B1B21;
}
.block_garanty_wr{
    display: flex;
    justify-content: center;
}
.block_garanty{
    padding: 24px;
    border: 1px solid #F59E0B;
    border-radius: 30px;
}
.block_garanty__title{
    padding: 10px 0;
    text-align: center;
    font: 500 24px/30px 'Plus Jakarta Sans';
    color: #1B1B21;
}
.block_garanty__text{
    text-align: center;
    font: 500 24px/30px 'Plus Jakarta Sans';
    color: #F59E0B;
}

.section_testimonials{
    background: #FFF8F8;
    padding: 80px 0;
}
.h2_test{
    font: 700 40px/50px 'Plus Jakarta Sans';
    color: #1B1B21;
    text-align: center;
    margin: 0 0 16px;
}
.test_subtitle{
    font: 500 24px/30px 'Plus Jakarta Sans';
    margin: 0 0 24px;
    text-align: center;
    color: #F59E0B;
}
.test_list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.test_item__wr{
    padding: 0 16px 24px;
    width: calc(100% / 3);
}
.test_item{
    height: 100%;
    padding: 36px;
    border-radius: 24px;
    box-shadow: 0px 10px 20px 0px #0000001A;
    background: #ffffff;
}
.test_item__stars{
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.test_item__star{
    width: 24px;
    height: 24px;
    background: url("../img/icon_star.svg") no-repeat center center;
}
.test_item__text{
    height: 168px;
    text-align: center;
    font: 16px/24px 'Plus Jakarta Sans';
    color: #313131;
}
.test_item__img{
    display: flex;
    justify-content: center;
}
.test_item__img img{
    width: 71px;
    height: 71px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.section_social_media{
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.section_faq{
    padding: 80px 0;
    background: #ffffff;
}
.faq_list{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.faq_item{
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #313131;
    margin-bottom: 12px;
}
.faq_item__top{
    display: flex;
    justify-content: space-between;
}
.faq_question{
    font: 500 24px/26px 'Plus Jakarta Sans';
    color: #6B7989;
}
.faq_answer{
    padding-top: 24px;
    font: 16px/24px 'Plus Jakarta Sans';
    color: #6B7989;
    display: none;
}
.faq_item.opened .faq_answer{
    display: block;
}
.faq_item.opened .faq_question{
    color: #BE4D49;
}
.faq_item__btn{
    width: 22px;
    height: 22px;
    background: url("../img/icon_plus.svg") no-repeat center center;
}
.faq_item.opened .faq_item__btn{
    background-image: url("../img/icon_plus_open.svg");
    transform: rotate(45deg);
}


.section_our_argent{
    padding: 80px 0;
    position: relative;
    background: #ffffff;
    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;
    opacity: 0.2;
}
.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;
    opacity: 0.2;
}
.h2_soa{
    font: 700 64px/86px 'Plus Jakarta Sans';
    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));*/
    transform: translateX(-100%);
    transition: 0.3s all;
    border-radius: 0 14px 14px 0;
}
.soa_item_info_ins{
    /*background: #020607;*/
    height: 100%;
    width: 100%;
    padding: 32px 56px;
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    /*text-transform: uppercase;*/
}

.soa_item.soa_item_r img{
    order: 2;
}
.soa_item.soa_item_r .soa_item_info{
    border-radius: 14px 0 0 14px;

    transform: translateX(100%);
}
.soa_item.soa_item_r .soa_item_info_ins{

}
.soa_item_info.soa_item_info_an{
    transform: translateX(0) !important;
}

.home_plan__item_def{
    background: #F0EFFE;
}
.home_plan__item_red{
    background: #FEF9EB;
}
.home_plan__item_blue{
    background: #EBF8FE;
}
.home_plan__item_green{
    background: #F0FEEF;
}
.home_plan__item_pink{
    background: #FEEFF3;
}
.home_plan__item_gray{
    background: #FAFEEF;
}
.home_plan__item_dblue{
    background: #F2EFFE;
}



.section_adv_of_power{
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: visible;
    background: #ffffff;
}

.section_adv_of_power .container_main,
.section_adv_of_power .container_small_h{
    position: relative;
    z-index: 2;
}
.h2_aop{
    text-align: center;
    letter-spacing: -0.02em;
    color: #1C263B;
    margin: 0;
    padding: 150px 0;
}

.h2_aop > div{
    position: relative;
    z-index: 2;
}
.h2_aop_1{
    font: 700 40px/60px 'Plus Jakarta Sans';
    margin-bottom: 22px;
}
.h2_aop_2{
    font: 700 72px/72px 'Plus Jakarta Sans';
    margin-bottom: 40px;
}
.h2_aop_3{
    font: 700 90px/90px 'Plus Jakarta Sans';
    margin-bottom: 20px;
}
.h2_aop_4{
    font: 700 100px/100px 'Plus Jakarta Sans';
}
.block_aop{
    background: #F1EFFE;
    border-radius: 60px;
    padding: 32px;
}
.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_img img{
    border-radius: 30px;
}
.block_aop_text{
    padding: 0 40px;
    font: 500 24px/36px 'Plus Jakarta Sans';
    letter-spacing: -0.02em;
    color: #1C263B;
}
.block_aop_row_top{
    margin-bottom: 32px;
}
.section_adv_of_power_a{
    height: 200vh;
}
.section_adv_of_power_2{
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.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;
    opacity: 0.2;
}
.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;
}



.detection_top_block{
    padding: 80px 0 0;
    background: #ffffff;
}


.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: 700 56px/76px 'Plus Jakarta Sans';
    margin: 0 0 30px;
    letter-spacing: -0.03em;
    color: #2E3741;
}
.bsm_text{
    font: 24px/32px 'Plus Jakarta Sans';
    letter-spacing: -0.02em;
    color: #1C263B;
}
.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: 500 32px/42px 'Plus Jakarta Sans';
    text-align: center;
    letter-spacing: -0.03em;
    color: #1C263B;
    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************************/

.soc_image{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p10_item_text {
    font: 20px/33px Inter-SemiBold;
    color: #2e3741
}

.h2_aa {
    font: 700 100px/150px 'Plus Jakarta Sans';
    letter-spacing: -.02em;
    text-align: center;
    color: #1C263B;
    margin: 0
}

.subtitle_aa {
    font: 600 60px/80px 'Plus Jakarta Sans';
    letter-spacing: -.03em;
    text-align: center;
    color: #1C263B;
    margin-bottom: 50px
}

.color_red_2 {
    color: #08233E;
}
.soc_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
}

.footer{
    background: #0C1117;
    padding-bottom: 74px;
    position: relative;
    z-index: 10;
}
.footer__top{
    border-bottom: 1px solid #FFFFFF1A
}
.footer__top_content{
    padding-top: 24px;
    display: flex;
    justify-content: center;
}
.footer__bottom_content{
    padding: 28px 0;
    text-align: center;
    font: 15px/24px 'Plus Jakarta Sans';
    color: #313131;
}

.panel_fixed{
    width: 960px;
    height: 64px;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 20px 0px #0000001A;
    background: #ffffff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.pf_text{
    font: 600 16px/20px 'Plus Jakarta Sans';
    color: #0C1117;
    margin-right: 16px;
}


.section_avoid_cons_title{
    position: relative;
}
.section_avoid_cons_th1{
    height: 10px;
}
.section_avoid_cons{
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.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 'Plus Jakarta Sans';
    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: 80px 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{
    color: #08233E;
    letter-spacing: -0.03em;
    font: 700 52px/57px 'Plus Jakarta Sans';
}
.h1_home_1_flash{
    animation: flash_dot infinite 1s;
    transition: 0s all;
}
.section_avoid_cons_black_top{
    height: 100px;
}

.section_avoid_cons{
    padding: 80px 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: 700 80px/1.2 'Plus Jakarta Sans';
    margin: 0;
    letter-spacing: -0.03em;
    color: #000000;
}
.sac_text{
    font: 30px/50px 'Plus Jakarta Sans';
    letter-spacing: -0.02em;
    color: #2E3741;
}
.sac_info{
    width: 480px;
    max-width: 100%;
}

.s_act_block_2{
    display: none;
}
.h2_act_num_2 sup{
    vertical-align: top;
    font-size: 90px;
    top: 0.5em;
}
.h2_act_2{
    font: 700 80px/1 'Plus Jakarta Sans';
    color: #000000;
    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;
    padding-top: 80px;
}
.s_act_wrapper_1.show{
    opacity: 1;
}
@keyframes up_bottom {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.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;
}
.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: 700 22px/24px 'Plus Jakarta Sans';
    letter-spacing: -0.02em;
    color: #2E3741;
    flex-basis: 0;
    flex-grow: 1;
}
@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_avoid_cons_title_a .container_small {
    padding: 80px 0 0;
}

.sac_info__1 {
    font: 700 60px/75px 'Plus Jakarta Sans';
    color: #1B1B21;
    margin-bottom: 24px;
}

.sac_info__2{
    font: 700 24px/32px 'Plus Jakarta Sans';
    color: #1B1B21;
    margin-bottom: 24px;
}
.sac_info__3{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #1B1B21;
}

.section_perso{
    background: url("../img/bg_2.png") no-repeat center center;
}
.section_perso_wr{
    padding: 80px 0 80px;
    background: url("../img/bg_4.png") no-repeat bottom center #ffffff;
    position: relative;
    z-index: 2;
}
.perso_subtext{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #313131;
    margin-bottom: 24px;
}
.perso_block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px #0000001A;
}
.perso_block__left{
    width: 143px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.perso_block__left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.perso_block__right{
    width: 143px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.perso_block__right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.perso_block__center{
    flex-grow: 1;
    flex-basis: 0;
    padding: 24px 40px;
    background: #ffffff;
}

.perso_h3{
    font: 700 24px/32px 'Plus Jakarta Sans';
    color: #1C263B;
    margin-bottom: 24px;
}
.perso_item{
    font: 16px/24px 'Plus Jakarta Sans';
    margin-bottom: 24px;
    color: #404852;
    position: relative;
    padding-left: 24px;

}
.perso_item:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404852;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
}
.perso_item_num{
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}
.perso_item_num:last-child {
    margin-bottom: 0;
}
.perso_item_num__num{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 24px;
    background: #ECECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 14px/18px 'Plus Jakarta Sans';
    color: #08233E;
}
.perso_item_num__text{
    flex-basis: 0;
    flex-grow: 1;
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
}

.section_proces{
    padding: 80px 0;
    background: #FFF8F8;
}
.pr_block{
    box-shadow: 0px 10px 30px 0px #0000001A;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}
.pr_block__img{
    width: 100%;
}
.pr_block__text{
    padding: 24px;
    font: 16px/24px 'Plus Jakarta Sans';
    color: #313131;
}
.pr_block__content{
    padding: 24px;
}

.pr_block__item{
    padding: 24px;
}
.pr_block__title{
    font: 700 24px/32px 'Plus Jakarta Sans';
    color: #1C263B;
    margin-bottom: 24px;
}
.pr_block__item_text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
    margin-bottom: 24px;
}
.pr_block__item_list{
    list-style: disc;
    list-style-position: inside;
}
.pr_block__item_list li{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
    margin: 0 0 8px;
}
.pr_block__item_list li:last-child{
    margin-bottom: 0;
}

.section_page_links{
    padding: 80px 0 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: #ffffff;
    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: 700 24px/32px 'Plus Jakarta Sans';
    color: #404852;
    margin: 0 0 24px;
}
.page_link_text{
    font: 16px/24px 'Plus Jakarta Sans';
    color: #404852;
    margin-bottom: 40px;
}
.navbar-toggler-icon{
    background: url("../img/icon_menu.svg") no-repeat center center;
}
.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.nav-item-mobile{
    display: none;
}
.header_right__mob{
    display: none;
}
main{
    position: relative;
    z-index: 5;
}
.bg_page_mobile{
    display: none;
}
.header__logo_m{
    display: none;
}

.panel_fixed{
    display: none;
}
.panel_fixed.panel_fixed_show{
    display: flex;
}
.hs_head__text__a div{
    display: inline;
}
.hs_head__text__a span{
    opacity: 0;
}
.hs_head__text__a span.a_show{
    opacity: 1;
}