@media (max-width: 1280px){
    .container_main{
        width: 100%;
        padding: 0 40px;
    }
    .home_banner__img{
        width: 600px;
    }
    .home_banner__img.analytics_img{
        width: 380px;
        margin-right: 40px;
    }
    .sps_title{
        left: 40px;
    }
}
@media (max-width: 1200px){
    .l_pricing_list_wrapper{
        overflow-x: auto;
        padding-top: 20px;
    }
    .l_pricing_list{
        width: 1200px;
    }
    .p_tarif_item{
        padding: 50px 40px 45px;
    }
    .tarif_item{
        padding: 48px 24px;
    }
    .sbb_block{
        padding: 30px 60px;
    }
    .tarifs_table_wrapper{
        overflow-x: auto;
    }
    .tarifs_table{
        width: 1200px;
    }
    .p_tarif_item{
        padding: 50px 20px 0;
    }
    .stb_block_right{
        margin-left: -40px;
    }
    .h1_stb {
        font: 700 50px/60px 'Inter';
        color: #181818;
    }
    .slider_srb_item_row_t{
        padding: 0;
    }
    .slider_srb_item_row_b{
        padding: 0;
    }
    .h2_stt {
        font: 600 50px/60px 'Inter';
    }
    .srb_item_rw_1 {
        width: 270px;
    }
    .s3_item {
        width: 420px;
    }
    .m2_signup_block{
        padding: 0 0 35px;
    }
    .ssj_item_text {
        padding: 0 35px;
    }
    .btt_logo{
        width: 80px;
        height: 80px;
    }
    .btt_logos {
        width: 180px;
    }
    .btt_logo_empty {
        width: 80px;
        height: 80px;
    }
    .tiktok_girl{
        width: 360px;
    }
    .tiktok_girl:before {
        width: 160px;
        height: 160px;
    }
    .home_banner__left_620 {
        width: 570px;
    }
    .btt_logo img{
        max-width: 65%;
        max-height: 65%;
    }
    .section_tiktok{
        padding-top: 60px;
    }
    .part_brand__item{
        padding: 0 10px;
    }
    .part_brands{
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 1100px){
    .container_small{
        width: 100%;
        padding: 0 40px;
    }
    .home_brands {
        padding: 24px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section_problem_solution .slick-prev{
        left: 0;
    }
    .section_problem_solution .slick-next{
        right: 0;
    }
    section{
        overflow: hidden;
    }
}
@media (max-width: 991px){
    .section_problem_solution_s3 .sps_block{
        height: auto;
    }
    .section_problem_solution_s3 .sps_right {
        height: 670px;
    }
    .h2_tarifs {
        font: 700 56px/58px 'Inter';
        margin-bottom: 72px;
    }
    .section_tarifs{
        padding: 88px 0 190px;
    }
    .tarifs_list{
        display: block;
    }
    .tarif_item{
        width: 390px;
        margin: 0 auto 40px;
        padding: 48px;
    }
    .p_tarifs{
        display: block;
    }
    .p_tarif_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .p_tarifs__var_list{
        width: 260px;
        margin: 0 auto;
    }
    /****dd2****/
    .sub-menu-2{
        position: static;
        transform: translateX(0);
        filter: none;
        border: none;
        border-bottom: 1px solid #D1D1D1;
        border-radius: 0;
    }
    .hfm_item__has_dd2:before{
        top: 28px;
        transform: translateY(0);
    }
    .sbb_h2{
        text-align: center;
    }
    .hfm_item.hfm_item__has_dd2.hfm_item__has_dd2_show:before{
        transform: rotate(90deg);
    }
    .footer_nav_list_c{
        max-width: 300px;
    }
    /****dd2****/
    .section_buy_box {
        padding: 60px 0;
    }
    .sbb_block_left{
        width: 100%;
    }
    .sbb_block{
        flex-direction: column;
    }
    .sbb_block_left{
        margin-bottom: 30px;
    }
    .header_wrapper{
        height: 72px;
    }
    .section_nav{
        top: 72px;
    }
    .header_empty{
        height: 72px;
    }
    .header.out {
        top: -72px;
    }
    .header_right{
        display: none;
    }
    .hamburger{
        display: inline-block;
        cursor: pointer;
        -webkit-transition-property: opacity,-webkit-filter;
        transition-property: opacity,-webkit-filter;
        transition-property: opacity,filter;
        transition-property: opacity,filter,-webkit-filter;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        z-index: 101;
        outline: none !important;
    }
    .hamburger-box {
        width: 27px;
        height: 20px;
        display: inline-block;
        position: relative;
        z-index: 100;
    }
    .hamburger-inner {
        top: 1.5px;
        -webkit-transition: background-color 0s .13s linear;
        transition: background-color 0s .13s linear;
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 27px;
        height: 2px;
        background-color: #3F3F3F;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        border-radius: 2px;
    }
    .hamburger-inner{
        display: block;
        top: 50%;
        margin-top: -9px;
    }
    .hamburger-inner::after,
    .hamburger-inner::before{
        content: "";
        display: block;
    }
    .hamburger--spring .hamburger-inner::before {
        top: 9px;
        -webkit-transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    }
    .hamburger--spring .hamburger-inner::after {
        top: 18px;
        -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    }
    .show.hamburger--spring .hamburger-inner {
        -webkit-transition-delay: .22s;
        transition-delay: .22s;
        background-color: transparent;
    }
    .show.hamburger--spring .hamburger-inner::before {
        top: 4px;
        -webkit-transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,5px,0) rotate(45deg);
        transform: translate3d(0,5px,0) rotate(45deg);
    }
    .show.hamburger--spring .hamburger-inner::after {
        top: 4px;
        -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .22s cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,5px,0) rotate(-45deg);
        transform: translate3d(0,5px,0) rotate(-45deg);
    }
    .header_nav{
        position: fixed;
        width: 100%;
        padding: 104px 40px 32px;
        background: #FCFCFC;
        top: 0;
        left: 0;
        z-index: 100;
        height: 100vh;
    }
    .header_full_menu li a {
        padding: 17px !important;
        font: 600 32px/120% 'Inter';
    }
    .header_full_menu .hfm_item.header_item {
        font: 600 18px/120% 'Inter';
        padding: 20px 19px !important;
    }
    .hfm_item__has_dd > a:after{
        background-size: 20px 12px;
        width: 20px;
        height: 12px;
    }
    .header_full_menu .sub-menu {
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        min-width: auto;
        position: static;
    }
    .header_full_menu .hfm_item__has_dd.show .sub-menu .sub-menu__row {
        flex-direction: column;
    }
    .header_full_menu .hfm_item__has_dd.show .sub-menu .sub-menu__block {
        width: auto;
    }
    .header_full_menu .sub-menu a{
        font: 600 32px/120% 'Inter';
        padding: 17px 40px !important;
        border-radius: 12px;
    }
    .footer_top{
        flex-wrap: wrap;
    }
    .footer_contacts{
        width: 50%;
    }
    .footer_nav{
        width: 50%;
    }
    .footer_nav_product{
        order: 1;
        margin-bottom: 64px;
    }
    .footer_nav_channels{
        order: 2;
        margin-bottom: 64px;
    }
    .footer_contacts{
        order: 3;
    }
    .footer_nav_resources{
        order: 4;
    }
    .footer_bottom_links a:last-child{
        margin: 0;
    }
    .header_nav_wrapper{
        height: 100%;
        overflow-y: auto;
    }
    .header_full_menu {
        display: block;
    }
    [data-mobile="hide"]{
        display: none;
    }
    [data-mobile="show"]{
        display: block;
    }
    .home_banner {
        padding: 0 0 90px;
    }
    .home_banner__left{
        padding-top: 323px;
    }
    .home_banner__img {
        right: auto;
        top: 0;
        z-index: 1;
        left: 0;
        width: 100%;
    }
    .home_banner__img.analytics_img{
        position: initial;
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }
    .home_section_2 {
        padding: 88px 0 82px;
    }
    .h2_hs2 {
        max-width: 435px;
    }
     .hs2_left {
         max-width: 435px;
     }
     .hs2_image{
         top: 0;
         right: -180px;
     }
    .hs2_item{
        padding: 40px 30px 0 30px;
        height: 212px;
    }
    .hs2_item_value {
        font: 700 42px/50px 'Inter';
    }
    .hs2_item_label {
        font: 14px/22px 'Inter';
    }
    .home_brands img {
        margin: 0 50px;
    }
    .home_brands {
        padding: 55px 0;
    }
    .h2_hs3{
        padding-top: 48px;
        font: 700 42px/50px 'Inter';
        margin: 0 0 48px;
    }
    .feature_item {
        width: calc((100% - 20px) / 2);
    }
    .feature_item:nth-child(3n) {
        margin-right: 20px;
    }
    .feature_item:nth-child(2n) {
        margin-right: 0;
    }
    .section_install {
        padding: 64px 0;
    }
    .install_block {
        display: block;
    }
    .install_block__img{
        margin-bottom: 48px;
        height: 624px;
    }
    .install_block__right {
        width: 436px;
        margin-left: 0;
        max-width: 100%;
    }
    .section_user_review {
        padding: 94px 0 100px;
    }
    .h2_user_review{
        margin: 0 0 25px;
    }
    .block_user_review {
        display: block;
    }
    .ur_right{
        width: 100%;
        margin-left: 0;
    }
    .ur_text{
        margin-bottom: 32px;
    }
    .ur_list {
        font: 18px/26px 'Inter';
    }
    .ur_list li:before {
        width: 6px;
        height: 6px;
        left: 11px;
        top: 10px;
    }
    .ur_list li {
        padding: 0 0 0 28px;
        margin-bottom: 0;
    }
    .ur_left{
        margin-bottom: 54px;
    }
    .ur_rate__text{
        width: 320px;
        margin: 0 auto;
    }
    .ur_right__top {
        margin-bottom: 56px;
    }
    .home_section_2{
        overflow: hidden;
    }
    .section_shop_banner {
        padding: 64px 0 100px;
    }
    .top_video_block {
        margin-bottom: 64px;
    }
    .catalog_row > div:nth-child(2n-1){
        order: 2;
    }
    .catalog_row > div:nth-child(2n){
        order: 1;
    }
    .catalog_info{
        padding-top: 20px;
        text-align: center;
    }
    .catalog_row{
        margin-bottom: 80px;
    }
    .catalog_row:last-child{
        margin-bottom: 0;
    }
    .h2_trial{
        width: 660px;
    }
    .top_video_iframe {
        height: 340px;
    }
    .section_our_story {
        padding: 48px 0 85px;
    }
    .h1_about_mob{
        display: block;
        font: 700 100px/105px 'Inter';
        letter-spacing: -0.03em;
        color: #181818;
        margin: 0 0 44px;
        text-align: center;
    }
    .h1_about{
        display: none;
    }
    .os_img {
        padding-left: 0;
        padding-right: 10px;
    }
    .section_values {
        padding: 76px 0;
    }
    .h2_about_values{
        margin: 0 0 48px;
    }
    .values_item {
        width: calc((100% - 20px) / 2);
        padding: 60px 30px;
    }
    .block_values{
        flex-wrap: wrap;
    }
    .section_move_forward {
        padding: 64px 0 120px;
    }
    .h2_mf {
        font: 700 80px/84px 'Inter';
        margin-bottom: 48px;
    }
    .about_sales_block {
        width: 100%;
    }
    .text_as{
        width: 460px;
        margin: 0 auto 76px;
    }
    .section_pricing {
        padding: 48px 0 90px;
    }
    .p_filter{
        flex-wrap: wrap;
        margin-bottom: 48px;
    }
    .p_filter__currency{
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .p_filter__period{
        order: 1;
        margin-bottom: 32px;
        width: 100%;
    }
    .btn_p_filter__period{
        width: calc(50% - 4px);
    }
    .p_filter__currency{
        padding: 8px 0;
    }
    .btn_p_filter__currency{
        width: calc((100% - 24px) / 4);
        text-align: center;
        padding: 15px;
    }
    .p_tarifs{
        display: block;
    }
    .p_tarif_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .p_tarifs__var_list{
        width: 260px;
        margin: 0 auto;
    }
    .srv_big_p {
        font: 600 20px/30px 'Inter';
    }
    .stb_block_right svg{
        height: auto;
    }
    .sfl_h3 {
        font: 700 24px/30px 'Inter';
    }
    .sfl_item_img:before {
        width: 340px;
        height: 340px;
        background-size: 340px auto;
    }
    .sfl_item_2 .sfl_item_img:before {
        left: -50px;
    }
    .sps_block{
        display: block;
        height: auto;
    }
    .sps_left{
        width: 470px;
        margin: 0 auto 84px;
    }
    .sps_right{
        height: 470px;
        margin: 0 auto;
    }
    .sfl_item_img_2{
        order: 2;
    }
    .sfl_item_img_2:before{
        width: 296px;
        height: 219px;
        background-size: 296px 219px;
    }
    .sfl_item_img_3{
        order: 2;
    }
    .sfl_item_img_3:before{
        width: 287px;
        height: 236px;
        background-size: 287px 236px;
    }
    .section_int_nav {
        padding: 60px 0;
    }
    .sin_list {
        display: block;
    }
    .sin_item {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        padding: 60px 40px;
    }
    .sin_item:last-child {
        margin-bottom: 0;
    }
    .srb_item_rblock{
        padding: 20px;
    }
    .srb_item_rw_center_wrapper{
        margin: 0 20px;
    }
    .srb_item_rw_1 {
        width: 210px;
    }
    .srb_item_rw_sc {
        width: 356px;
        height: 262px;
    }
    .sf_block{
        padding: 64px;
    }
    .s3_item{
        width: 320px;
        margin: 0 10px 20px;
    }
    .srb_item_description_2{
        height: 192px;
    }
    .m2_signup_block{
        flex-direction: column;
    }
    .m2_sb_left{
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .m2_sb_right{
        order: 1;
        margin-bottom: 46px;
    }
    .block_m2epro {
        padding: 46px 46px 46px 100px;
    }
    .ssj_item_text {
        padding: 0 16px;
    }
    .h3_stt{
        font: 600 36px/46px 'Inter';
    }
    .js_section_nav {
        height: 45px;
    }
    .btn_snl {
        height: 44px;
        font: 13px/18px 'Inter';
    }
    .sms_block {
        display: block;
    }
    .sms_block_left{
        width: 100%;
    }
    .sms_block_right{
        width: 100%;
    }
    .section_manual_support {
        padding: 60px 0;
    }
    .h2_srw {
        font: 700 40px/50px 'Inter';
        margin: 0 0 26px;
    }
    .container_900{
        padding: 0 40px;
        max-width: 100%;
    }
    .section_problem_solution_s2 .sps_title{
        position: static;
        margin-bottom: 40px;
        padding-top: 60px;
    }
    .home_banner_2 .home_banner__left{
        padding-top: 0;
    }
    .section_problem_solution .container_main {
        padding: 0;
    }
    .sps_slider .slick-dots li button:before{
        display: none;
    }
    .sps_slider .slick-dots li button{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #E27D44;
    }
    .sps_slider .slick-dots li{
        margin: 0 7px;
        width: auto;
        height: auto;
    }
    .sps_slider .slick-dots li.slick-active button{
        background: #181818;
    }
    .section_contact_us {
        padding: 60px 0 0;
    }
    .block_contact_us {
        padding: 26px 20px;
        background-size: auto 64%;
    }
    .home_banner__left.home_banner__left_620 {
        padding-top: 0;
        margin-right: 0;
        width: 100%;
    }
    .banner_tiktok_mob{
        width: 100vw;
        margin-left: -40px;
    }
    .banner_tiktok_mob img{
        width: 100%;
    }
    .home_banner__left_620 .home_banner__text{
        margin-top: -225px;
    }
    .block_tiktok{
        position: relative;
    }
    .btt_logos{
        position: absolute;
        z-index: 5;
        width: 400px;
        left: -40px;
        bottom: 0;

    }
    .btt_logo_empty{
        display: none;
    }
    .btt_logos_r1{
        justify-content: flex-start;
        background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, rgba(24, 24, 24, 0.90) 66.67%, #181818 100%);
        padding-bottom: 20px;
        padding-left: 40px;
    }
    .btt_logo{
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .btt_logo_big{
        width: 168px;
        margin-right: 8px;
    }
    .btt_right {
        width: 305px;
    }
    .tiktok_girl:before {
        width: 130px;
        height: 130px;
        top: 23px;
        right: -20px;
    }
    .section_tiktok:before{
        right: 44%;
        bottom: 0;
        width: 568px;
        background-size: 100% auto;
        height: 364px;
    }
    .screens_slider_mode_1 .screens_slider_item_l,
    .screens_slider_mode_2 .screens_slider_item_r,
    .screens_slider_mode_3 .screens_slider_item_c {
        height: 140px;
        top: 40px;
    }
    .screens_slider_mode_1 .screens_slider_item_c,
    .screens_slider_mode_2 .screens_slider_item_l,
    .screens_slider_mode_3 .screens_slider_item_r {
        height: 220px;
    }
    .screens_slider_mode_1 .screens_slider_item_r,
    .screens_slider_mode_2 .screens_slider_item_c,
    .screens_slider_mode_3 .screens_slider_item_l{
        height: 140px;
        top: 40px;
        left: calc(100% - 278px);
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_l,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c0,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_r{
        height: 140px;
        top: 40px;
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_c0,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_r,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_l{
        height: 220px;
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_r,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_l,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_c0{
        height: 140px;
        top: 40px;
        left: calc(100% - 278px);
    }
    .section_screenshots {
        padding: 40px 0 60px;
    }
    .screens_slider{
        height: 220px;
        margin-bottom: 20px;
    }
    .smp_item_col{
        width: calc(100% / 3);
    }
    .sexp_item_icon{
        width: 58px;
        height: 58px;
        margin-top: -29px;
    }
    .sexp_item {
        width: 207px;
    }
    .sexp_item_icon svg{
        width: 26px;
        height: 26px;
    }
    .home_banner__left_aa{
        padding-top: 0;
    }
    .home_banner__img_aa{
        height: 490px;
    }
    .home_banner__img_aa img {
        max-width: none;
        height: 100%;
    }
    .home_banner__text_mb120 {
        margin-bottom: 420px;
    }
    .home_banner__img_aa {
        height: 642px;
        bottom: auto;
        top: 168px;
        left: auto;
        right: 0;
    }
    .part_block{
        display: block;
    }
    .part_h1{
        margin-bottom: 24px;
    }
    .part_brands{
        flex-wrap: wrap;
    }
    .part_brand__item{
        margin-bottom: 10px;
    }
    .part_brand__item_1{
        order: 1;
    }
    .part_brand__item_2{
        order: 3;
    }
    .part_brand__item_3{
        order: 4;
    }
    .part_brand__item_4{
        order: 5;
    }
    .part_brand__item_5{
        order: 2;
    }
    .ssm_block{
        display: block;
        background: url("../img/smm_bg.png") no-repeat right bottom;
        background-size: 100% auto;
    }
    .home_banner__left{
        width: 100%;
    }
    .home_banner__wrapper_stat_dp{
        display: block;
    }
    .section_features_dark .values_item{
        width: calc((100% - 40px) / 2);
    }
    .section_basic_tools {
        padding: 80px 0;
    }
    .sbt_item{
        flex-direction: column;
    }
    .sbt_item_info{
        width: 100%;
        order: 2;
    }
    .sbt_item_img{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .about_h1 {
        font: 700 30px/36px 'Inter';
        margin-bottom: 30px;
    }
    .about_value {
        width: 100%;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .about_value_icon{
        height: 40px;
        margin-bottom: 10px;
    }
    .about_value_icon svg{
        height: 40px;
        width: 40px;
    }
    .about_value_title {
        font: 600 21px/25px 'Inter';
        margin: 0 0 5px;
    }
    .about_value_text {
        font: 15px/21px 'Inter';
        letter-spacing: -0.45px;
    }
    .asc_title {
        font: 600 21px/25px 'Inter';
        letter-spacing: -0.63px;
        margin: 0 0 5px;
    }
    .asc_text {
        font: 15px/21px 'Inter';
        margin-bottom: 30px;
    }
    .asc_right {
        padding: 0 20px;
    }
    .section_our_products {
        padding: 80px 0;
    }
    .sop_title {
        font: 700 30px/42px 'Inter';
        letter-spacing: -0.9px;
        margin: 0 0 30px;
    }
    .home_banner__left_620 .home_banner__text_mt0{
        margin-top: 0 !important;
    }
    .soc_block{
        display: block;
    }
    .soc_block__slider{
        width: 100%;
    }
    .soc_block__title{
        width: auto;
        text-align: center;
        margin-bottom: 24px;
    }
    .mrk_buttons_wr{
        justify-content: flex-start;
        overflow-x: auto;
    }
}
@media (max-width: 740px){
    .soc_block__title {
        font: 700 30px / 32px 'Inter';
    }
    .section_problem_solution_s3 .h3_sps_lamp {
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .section_problem_solution_s3{
        padding: 0;
    }
    .ur_text .ur_text_small{
        font: 600 20px/26px 'Inter';
    }
    .smp_item_col{
        width: calc(100% / 2);
    }
    .section_marketplaces {
        padding: 60px 0;
    }
    .h2 {
        font: 700 30px/40px 'Inter';
        margin: 0 0 20px;
    }
    .h2_tarifs {
        font: 700 32px/36px 'Inter';
        margin-bottom: 40px;
    }
    .tarif_item{
        width: 100%;
        padding: 20px 16px;
        margin-bottom: 20px;
    }
    .tarifs_table_mh{
        display: none;
    }
    .tarifs_table_titles_mob{
        display: flex;
        background: #F2F4FB;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .tttm_item{
        width: calc(100%/3);
        height: 40px;
        font: 500 14px/16px 'Inter';
        letter-spacing: -0.03em;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn_ttf_mobile{
        display: block;
    }
    .btn_toggle_tarif_feature{
        position: relative;
        padding-left: 50px;
        font: 700 20px/32px 'Inter';
        color: #202A39;
        display: block;
        margin-bottom: 24px;
    }
    .btn_toggle_tarif_feature:before{
        content: '';
        width: 32px;
        height: 32px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/icon_plus.svg") no-repeat center center;
        transition: 0.3s all;
        border: 2px solid #D4E0FF;
        border-radius: 50%;
        transition: 0.3s all;
    }
    .tt_row .col-3:nth-child(1){
        flex: 0 0 55%;
        max-width: 55%;
    }
    .tt_row .col-3:nth-child(2){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_row .col-3:nth-child(3){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_row .col-3:nth-child(4){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_td{
        font: 14px/18px 'Inter';
        color: #202A39;
    }
    .tt_row{
        border: none;
    }
    .ttf_collapse_block{
        margin-bottom: 40px;
    }
    .ttf_collapse_block_list{
        display: none;
    }
    .ttf_collapse_block._show .ttf_collapse_block_list{
        display: block;
    }
    .ttf_collapse_block._show .btn_toggle_tarif_feature:before{
        transform: rotate(45deg);
        border: 2px solid #2962FF;
    }
    .section_contact_us {
        padding: 30px 0 0;
    }
    .h1_sku {
        font: 700 30px/36px 'Inter';
        margin-bottom: 30px;
    }
    .block_contact_us{
        background-image: url("../img/bg_contact_us.svg");
        background-size: 92% auto;
        padding-bottom: 290px;
    }
    .section_contact_form {
        padding: 60px 0;
    }
    .h2_scf {
        font: 600 30px/36px 'Inter';
        margin: 0 0 18px;
    }
    .scf_subtitle {
        font: 21px/28px 'Inter';
        margin-bottom: 28px;
    }
    .scf_text {
        font: 16px/26px 'Inter';
        margin-bottom: 30px;
    }
    .container_900{
        padding: 0 20px;
    }
    .section_nav_list_wrapper{
        width: 100%;
        overflow-x: auto;
    }
    .section_nav_list{
        width: 650px;
    }
    .sbb_block {
        padding: 30px 20px;
    }
    .sbb_h2 {
        font: 700 30px/36px 'Inter';
        margin: 0 0 24px;
    }
    .container_main{
        padding: 0 20px;
    }
    .container_small{
        padding: 0 20px;
    }
    .footer_top {
        padding: 48px 0;
    }
    .footer_nav_product{
        order: 1;
        margin-bottom: 48px;
    }
    .footer_nav_channels{
        order: 2;
        margin-bottom: 48px;
    }
    .footer_contacts{
        order: 4;
    }
    .footer_nav_resources{
        order: 3;
        margin-bottom: 48px;
    }
    .footer_contacts{
        width: 100%;
    }
    .footer_nav{
        width: 100%;
    }
    .footer_bottom {
        padding: 48px 0;
        display: block;
    }
    .footer_bottom_links{
        display: block;
    }
    .footer_copyright{
        display: block;
        margin-bottom: 32px;
    }
    .footer_bottom_links a{
        margin-bottom: 16px;
        display: block;
    }
    .header_nav{
        padding: 104px 20px 32px;
    }
    .header_full_menu li a {
        padding: 17px !important;
        font: 600 24px/28px 'Inter';
    }
    .header_full_menu .hfm_item.header_item {
        font: 600 18px/28px 'Inter';
        padding: 20px 19px !important;
    }
    .header_full_menu .sub-menu a {
        font: 600 18px/28px 'Inter';
        padding: 17px 19px !important;
    }
    .home_banner__left {
        padding-top: 160px;
        width: 100%;
    }
    .analytics_top__left {
        width: 100%;
    }
    .h1_home {
        font: 700 42px/50px 'Inter';
        margin: 0 0 24px;
    }
    .home_banner__btns {
        display: block;
    }
    .btn_w234{
        width: 100%;
    }
    section{
        overflow: hidden;
    }
    .home_banner__img{
        width: 100vw;
        left: -20px;
    }
    .home_banner__text{
        margin-bottom: 42px;
    }
    .home_banner__btns a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home_banner {
        padding: 0 0 56px;
    }
    .home_section_2 {
        padding: 45px 0 28px;
    }
    .h2_hs2{
        padding-top: 240px;
    }
    .hs2_image {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }
    .h2_hs2{
        font: 600 32px/38px 'Inter';
    }
    .hs2_left{
        margin-bottom: 48px;
    }
    .hs2_list{
        display: block;
    }
    .hs2_item{
        width: 100%;
        margin-bottom: 10px;
    }
    .hs2_item {
        padding: 24px;
        height: auto;
    }
    .hs2_item_value{
        margin-bottom: 10px;
    }
    .home_brands img{
        margin: 32px 0;
    }
    .h2_hs3{
        text-align: left;
        margin-bottom: 32px;
    }
    .feature_item{
        width: 100%;
        margin-right: 0 !important;
        padding: 32px 0 0 0;
        margin-bottom: 0;
    }
    .home_section_3{
        padding-bottom: 48px;
    }
    .btn_scroll_up{
        right: 20px;
    }
    .section_install {
        padding: 48px 0 72px;
    }
    .install_block__img {
        height: calc(100vw - 50px);
    }
    .h2_install {
        font: 700 42px/50px 'Inter';
        margin: 0 0 16px;
    }
    .ib_text {
        font: 18px/26px 'Inter';
    }
    .install_block__right_top {
        margin-bottom: 48px;
    }
    .section_user_review {
        padding: 64px 0 56px;
    }
    .h2_user_review {
        font: 700 42px/50px 'Inter';
        margin-bottom: 50px;
    }
    .ur_text{
        font: 400 24px/35px 'Inter';
        padding-left: 0;
        padding-top: 60px;
    }
    .ur_text_3{
        font: 400 20px/30px 'Inter';
    }
    .ur_left {
        margin-bottom: 40px;
    }
    .ur_right_wr{
        padding: 48px 24px;
    }
    .ur_rate__text {
        width: 220px;
    }
    .section_shop_banner {
        padding: 48px 0;
    }
    .top_video_iframe {
        height: 150px;
    }
    .tv_title {
        font: 400 18px/26px 'Inter';
    }
    .h3_catalog {
        font: 700 32px/38px 'Inter';
    }
    .section_trial {
        padding: 70px 0 74px;
    }
    .section_trial{
        background-size: 100% auto;
        background-position: center 0;
    }
    .st_logo {
        margin-bottom: 32px;
    }
    .h2_trial {
        font: 700 42px/50px 'Inter';
    }
    .btn_orange{
        height: 76px;
        font: 18px/26px 'Inter';
    }
    .section_our_story {
        padding: 48px 0;
    }
    .h1_about_mob {
        font: 700 42px/50px 'Inter';
        text-align: left;
        margin-bottom: 32px;
    }
    .os_img{
        display: none;
    }
    .h2_about_values {
        font: 700 42px/50px 'Inter';
        margin: 0 0 32px;
    }
    .values_item {
        width: 100%;
        padding: 60px 0;
    }
    .vi_text{
        padding-bottom: 0;
    }
    .h2_mf {
        font: 600 32px/38px 'Inter';
        margin-bottom: 48px;
    }
    .h2_mf br{
        display: none;
    }
    .container_main_m0{
        padding: 0;
    }
    .as_block {
        padding: 64px 20px 88px;
    }
    .about_sales_block{
        border: none;
        border-radius: 0;
    }
    [data-mobile="hide_xs"]{
        display: none;
    }
    [data-mobile="show_xs"]{
        display: block;
    }
    .text_as{
        width: 100%;
    }
    .faq_subtitle{
        margin: 0 0 68px;
    }
    .faq_item{
        padding: 16px;
    }
    .faq_question {
        font: 600 18px/26px 'Inter';
        width: calc(100% - 40px);
    }
    .faq_btn{
        width: 28px;
        height: 28px;
        background-size: 28px auto;
    }
    .faq_answer_block {
        font: 14px/22px 'Inter';
    }
    .h1_pricing {
        font: 700 42px/50px 'Inter';
        margin-bottom: 32px;
    }
    .p_tarifs__var_text{
        height: 106px;
    }
    .p_alert {
        padding: 24px;
        font: 14px/22px 'Inter';
    }
    .modal-dialog{
        width: calc(100vw - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .modal-content {
        padding: 40px 20px;
    }
    .modal-header{
        margin-bottom: 24px;
        text-align: center;
        justify-content: center;
    }
    .btn_box {
        padding-top: 14px;
        flex-direction: column;
    }
    .btn_box a,
    .btn_box button{
        width: 100%;
    }
    .btn_box .btn_cancel{
        order: 2;
    }
    .btn_box .btn_submit{
        order: 1;
        margin-left: 0 !important;
        margin-bottom: 16px;
    }
    .sin_item {
        padding: 40px 20px;
    }
    .h3_sin {
        font: 600 20px/24px 'Inter';
    }

    .h2_tarifs {
        font: 700 32px/36px 'Inter';
        margin-bottom: 40px;
    }
    .tarif_item{
        width: 100%;
        padding: 20px 16px;
        margin-bottom: 20px;
    }
    .sfl_item_img_2{
        width: 100%;
    }
    .sfl_item_img_3{
        width: 100%;
    }
    .container_main{
        padding: 0 20px;
    }
    .container_small{
        padding: 0 20px;
    }
    .footer_top {
        padding: 48px 0 28px;
    }
    .footer_nav_product{
        order: 1;
        margin-bottom: 48px;
    }
    .footer_nav_channels{
        order: 2;
        margin-bottom: 48px;
    }
    .footer_contacts{
        order: 4;
    }
    .footer_nav_resources{
        order: 3;
        margin-bottom: 48px;
    }
    .footer_contacts{
        width: 100%;
    }
    .footer_nav{
        width: 100%;
    }
    .footer_bottom {
        padding: 48px 0;
        display: block;
    }
    .footer_bottom_links{
        display: block;
    }
    .footer_copyright{
        display: block;
        margin-bottom: 32px;
    }
    .footer_bottom_links a{
        margin-bottom: 16px;
        display: block;
    }
    .header_nav{
        padding: 104px 20px 32px;
    }
    .header_full_menu li a {
        padding: 17px !important;
        font: 600 24px/28px 'Inter';
    }
    .header_full_menu .hfm_item.header_item {
        font: 600 18px/28px 'Inter';
        padding: 20px 19px !important;
    }
    .header_full_menu .sub-menu a {
        font: 400 18px/28px 'Inter';
        padding: 17px 19px !important;
    }
    .header_full_menu .hfm_item__has_dd.show .sub-menu .sub-menu__row {
        flex-direction: column;
    }
    .header_full_menu .hfm_item__has_dd.show .sub-menu .sub-menu__block {
        width: auto;
    }
    .header_right{
        display: none;
    }
    .header_logo_img{
        width: 170px;
    }
    .hfm_item_mob{
        display: block;
        padding-top: 40px;
    }
    .header_full_menu li .btn_header_login{
        font: 600 24px/28px 'Inter' !important;
        letter-spacing: -0.01em;
        color: #2962FF !important;
        height: auto;
    }
    .header_full_menu li .btn_header_blue{
        padding: 12px !important;
        font: 18px/26px 'Inter' !important;
        letter-spacing: -0.01em;
        color: #ffffff !important;
        margin-right: 0 !important;
        height: auto;
    }
    .header_logo span{
        display: none;
    }
    .header_logo_img {
        width: 86px;
    }
    .hfm_item__has_dd > a:after {
        background-size: 20px 12px;
        width: 20px;
        height: 12px;
    }
    .section_top_banner {
        padding: 18px 0 34px;
    }
    .h1_stb {
        font: 700 30px/40px 'Inter';
    }
    #a_full{
        width: 100%;
        height: auto;
    }
    .stb_block_right {
        width: calc(100vw - 20px);
        margin-bottom: 30px;
    }
    .stb_block_btns{
        flex-direction: column;
        width: 187px;
        margin: 0 auto;
    }
    .stb_block_btns a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .stb_block_btns a{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .stb_block_btns button{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .section_marketplaces {
        padding: 40px 0 50px;
    }
    .h2 {
        font: 700 30px/40px 'Inter';
        margin: 0 0 20px;
    }
    .section_faqs{
        padding: 60px 0;
    }
    .smt_item_col {
        width: 100%;
    }
    .smt_item{
        height: 120px;
    }
    .smt_item img{
        max-height: 90%;
    }
    .smp_btns {
        padding-top: 15px;
    }
    .seb_wrapper {
        padding: 64px 0 78px;
        background-size: auto 105%;
        background-position: 57% center;
    }
    .h2_seb {
        font: 700 40px/50px 'Inter';
        margin: 0 0 30px;
    }
    .seb_text {
        font: 20px/30px 'Inter';
        margin: 0 0 34px;
    }
    .section_features_home {
        padding: 34px 0 40px;
    }
    .h2_sfh {
        font: 400 30px/40px 'Inter';
        margin-bottom: 25px;
    }
    .sfh_collapse_nav{
        padding-left: 24px;
    }
    .sfh_collapse_nav_title {
        font: 600 20px/35px 'Inter';
    }
    .sfh_collapse_img_item {
        margin: 14px 0 0;
        padding: 12px 0 12px 12px;
        height: 215px;
        width: calc(100vw - 40px);
        border-radius: 10px 0 0 10px;
    }
    .sfh_collapse_nav_text {
        padding-top: 30px;
    }
    .sfh_collapse_nav_item {
        padding-bottom: 30px;
    }
    .sfh_block_info_title {
        font: 600 25px/35px 'Inter';
    }
    .sfh_block_info_text{
        margin-bottom: 35px;
    }
    .section_why_choose{
        padding: 40px 0;
    }
    .h2_swc {
        font: 700 28px/34px 'Inter';
        margin-bottom: 0;
    }
    .swc_item {
        width: 100%;
        padding: 40px 0 26px;
    }
    .swc_item_spec{
        padding-bottom: 40px;
    }
    .section_review{
        padding: 40px 0;
    }
    .srw_block{
        flex-direction: column;
    }
    .srw_block_left{
        padding-right: 0;
        margin-bottom: 40px;
    }
    .srw_block_right:before{
        display: none;
    }
    .srw_block_right{
        width: 100%;
    }
    .srv_text{
        height: 65px;
    }
    .section_skyrocket{
        padding: 50px 0 40px;
        background-size: 100% auto;
    }
    .h2_skr{
        font: 700 30px/40px 'Inter';
        margin-bottom: 40px;
    }
    .srv_sign{
        font: 16px/26px 'Inter';
    }
    .section_pricing {
        padding: 20px 0;
    }
    .h1_pricing {
        font: 700 30px/40px 'Inter';
        margin-bottom: 30px;
    }
    .subtitle_pricing{
        margin-bottom: 14px;
    }
    .p_filter__period{
        margin-bottom: 20px;
    }
    .p_filter{
        margin-bottom: 20px;
    }
    .pt_alert{
        padding: 0;
    }
    .pt_alert {
        font: 14px/22px 'Inter';
    }
    .tfi_h2{
        font: 700 28px/34px 'Inter';
        margin-bottom: 20px;
    }
    .tfi_h2 br{
        display: none;
    }
    #comparePlanFeatures .tfi_h2 {
        font: 700 40px/50px 'Inter';
    }
    .tarifs_table_mh{
        display: none;
    }
    .tarifs_table_titles_mob{
        display: flex;
        background: #F2F4FB;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .tttm_item{
        width: calc(100%/3);
        height: 40px;
        font: 500 14px/16px 'Inter';
        letter-spacing: -0.03em;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn_ttf_mobile{
        display: block;
    }
    .btn_toggle_tarif_feature{
        position: relative;
        padding-left: 50px;
        font: 700 20px/32px 'Inter';
        color: #202A39;
        display: block;
        margin-bottom: 24px;
    }
    .btn_toggle_tarif_feature:before{
        content: '';
        width: 32px;
        height: 32px;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../img/icon_plus.svg") no-repeat center center;
        transition: 0.3s all;
        border: 2px solid #D4E0FF;
        border-radius: 50%;
    }
    .tt_row .col-3:nth-child(1){
        flex: 0 0 55%;
        max-width: 55%;
    }
    .tt_row .col-3:nth-child(2){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_row .col-3:nth-child(3){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_row .col-3:nth-child(4){
        flex: 0 0 15%;
        max-width: 15%;
    }
    .tt_td{
        font: 14px/18px 'Inter';
        color: #202A39;
    }
    .tt_row{
        border: none;
    }
    .ttf_collapse_block{
        margin-bottom: 40px;
    }
    .ttf_collapse_block_list{
        display: none;
    }
    .ttf_collapse_block._show .ttf_collapse_block_list{
        display: block;
    }
    .ttf_collapse_block._show .btn_toggle_tarif_feature:before{
        transform: rotate(45deg);
        border: 2px solid #2962FF;
    }
    .faq_question {
        font: 600 20px/30px 'Inter';
        width: calc(100% - 40px);
    }
    .faq_item{
        padding: 32px 12px 32px 32px;
    }
    .h1_stb_small {
        font: 700 16px/40px 'Inter';
    }
    .sfl_item{
        flex-direction: column;
    }
    .sfl_item_text{
        order: 1;
        width: 100%;
        margin-bottom: 24px;
    }
    .sfl_item_img{
        order: 2;
        width: 100%;
    }
    .section_features_list {
        padding: 30px 0 5px;
    }
    .h2_sfl {
        font: 700 28px/34px 'Inter';
        margin-bottom: 40px;
    }
    .sfl_h3{
        margin-bottom: 24px;
    }
    .sfl_item_img img{
        width: 100vw;
        max-width: 100vw;
    }
    .sfl_item_1 .sfl_item_img:before {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sfl_item_2 .sfl_item_img:before {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sps_left{
        padding-top: 34px;
        max-width: 100%;
    }
    .sps_title{
        flex-wrap: wrap;
    }
    .sps_title_label{
        width: 100%;
        padding-top: 28px;
        padding-left: 20px;
    }
    .h2_sps {
        font: 700 50px/55px 'Inter';
        margin-bottom: 22px;
    }
    .sps_title{
        margin-bottom: 35px;
    }
    .sps_right {
        width: 100vw;
    }
    .sps_right:before {
        width: 434px;
        height: 434px;
    }
    .sps_right:after {
        width: 400px;
        height: 400px;
    }
    .sps_right_wrapper{
        padding: 0 20px;
    }
    .h2_sps {
        font: 700 50px/55px 'Inter';
        width: 270px;
    }
    .h3_sps_r {
        font: 700 50px/55px 'Inter';
        width: 270px;
        margin: 0 0 22px;
    }
    .h3_sps_lamp{
        top: -20px;
        bottom: 0;
        right: 30px;
    }
    .h3_sps_lamp svg{
        height: 64px;
    }
    .sps_left{
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 36px;
    }
    .sps_right_ins{
        height: 670px;
    }
    .sps_right_ins:before {
        width: 634px;
        height: 634px;
    }
    .sps_right_ins:after {
        width: 600px;
        height: 600px;
    }
    .sps_block {
        padding-top: 30px;
    }
    .sps_rel .sps_block {
        padding-top: 130px;
    }
    .sps_title{
        left: 20px;
    }
    .text_sps{
        width: auto;
    }
    .country_item{
        margin-bottom: 10px;
        padding: 20px 8px;
        flex-direction: column;
        font: 600 14px/20px 'Inter';
    }
    .country_item img{
        margin-bottom: 8px;
        margin-right: 0;
    }
    .sfl_item_img_2:before{
        transform: translate(-50%, -50%) scale(1.2);
    }
    .sfl_item_img_2:before{
        transform: translate(-50%, -50%) scale(1.2);
    }
    .sfh_block_img{
        border-radius: 10px 0 0 10px;
    }
    .section_top_title {
        padding: 20px 0 30px;
    }
    .h2_stt {
        font: 600 30px/40px 'Inter';
        text-align: left;
    }
    .section_reviews_block{
        display: none;
    }

    .srbm_slider_item{
        width: 280px;
        height: 350px;
        padding-right: 20px;
    }
    .section_reviews_block_mobile{
        display: block;
        background: url('../img/img_planet.svg') no-repeat center center #181818;
        background-size: auto 510px;
        padding: 34px 0 42px;
        position: relative;
        overflow: hidden;
    }
    .section_reviews_block_mobile .container_main{
        position: relative;
        z-index: 2;
    }
    .srbm_slider .slick-list{
        overflow: visible;
    }
    .srbm_slider_item .srb_item_rw_sc{
        width: 100%;
    }
    .srbm_slider .slick-dots li button:before{
        display: none;
    }
    .srbm_slider .slick-dots li button{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #3F3F3F;
        margin: 0 !important;
    }
    .srbm_slider .slick-dots li.slick-active button{
        background: #ffffff;
    }
    .srbm_slider .slick-dots li{
        width: auto;
        height: auto;
        margin-right: 10px;
    }
    .srbm_slider .slick-list{
        overflow: visible;
    }
    .srbm_h2{
        font: 600 30px/32px 'Inter';
        color: #ffffff;
        margin: 0 0 24px;
        text-align: center;
    }
    .srbm_h2 span{
        color: #ffffff;
    }
    .section_form {
        padding: 42px 0 65px;
    }
    .h2_sf {
        font: 600 30px/36px 'Inter';
        margin-bottom: 24px;
    }
    .sf_block {
        padding: 20px 20px 32px;
    }
    .f_input{
        padding: 0 20px;
    }
    .f_label{
        margin-bottom: 6px;
    }
    .f_btns_form{
        flex-direction: column;
    }
    .f_btns_form .btn_f_submit{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .section_success_stories {
        padding: 40px 0;
    }
    .h2_ss {
        font: 600 30px/36px 'Inter';
        margin-bottom: 8px;
    }
    .s3_subtitle {
        font: 18px/22px 'Inter';
        margin-bottom: 22px;
    }
    .s3_item {
        width: 100%;
        margin: 0 0 20px;
    }
    .section_brands{
        padding: 30px 0;
    }
    .section_brands_list{
        flex-direction: column;
    }
    .header_full_menu li a.btn_header_black{
        height: auto;
        color: #ffffff !important;
    }
    .header_full_menu li .btn_header_login{
        height: auto;
        color: #181818 !important;
    }
    .s3_item_text{
        height: auto;
    }
    .s3_item{
        height: auto;
    }
    .faq_question {
        font: 600 20px/30px 'Inter';
        width: calc(100% - 40px);
    }
    .faq_item{
        padding: 32px 12px 32px 32px;
    }
    .h3_stt{
        padding-top: 32px;
        margin-bottom: 20px;
    }
    .h3_stt {
        font: 600 30px/36px 'Inter';
        text-align: left;
    }
    .h2_stt{
        padding: 0;
    }
    .h2_stt_2{
        font: 600 40px/48px 'Inter';
    }
    .block_m2epro {
        padding: 20px 20px 20px 80px;
        margin-bottom: 32px;
    }
    .ul_m2epro li:before{
        transform: translateY(0);
        top: 10px;
    }
    .m2_sb_right{
        width: 100%;
    }
    .h3_m2_sb {
        margin-bottom: 24px;
        font: 600 23px/28px 'Inter';
    }
    .m2_signup_block .d-flex{
        width: 100%;
    }
    .m2_signup_block .btn_orange{
        width: 100%;
    }
    .section_start_jorney{
        padding: 32px 0;
    }
    .h2_ssj {
        font: 600 30px/36px 'Inter';
        margin-bottom: 0;
    }
    .block_ssj{
        display: block;
        border-bottom: none;
    }
    .ssj_item{
        width: 100%;
        padding-top: 22px;
        margin-bottom: 12px;
    }
    .ssj_item:last-child{
        margin-bottom: 0;
    }
    .ssj_item_icon{
        border-bottom: none ;
    }
    .block_ssj{
        padding-left: 28px;
        margin-left: 20px;
        border-left: 1px solid #181818;
    }
    .ssj_item_icon{
        justify-content: flex-start;
        height: auto;
        margin-bottom: 13px;
    }
    .ssj_item_icon:before{
        bottom: auto;
        top: 20px;

        transform: none;
        left: -38px;
    }
    .ssj_item_text {
        padding: 0;
        text-align: left;
    }
    .block_ssj{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .block_ssj_bottom{
        border-top: 1px solid #DDDDDD;
        padding-top: 44px;
        margin-top: 44px;
    }
    .subtitle_ssj br{
        display: none;
    }

    .home_banner_2 .h1_home {
        font: 700 30px/36px 'Inter';
    }
    .section_overview{
        padding: 20px 0 50px;
    }
    .overview_item {
        width: 100%;
        padding: 40px 0 26px;
    }
    .overview_bottom {
        padding: 25px 30px;
    }
    .h2_sbm {
        font: 600 30px/40px 'Inter';
    }
    .section_countries_wt {
        padding: 50px 0;
    }
    .h2_countries{
        font: 700 30px/36px 'Inter';
    }
    .country_item_tooltip{
        top: 124px;
        width: 115%;
        padding: 24px 12px;
        font: 14px/20px 'Inter';
        left: -12px;
    }
    .section_countries_wt{
        overflow: visible;
    }
    .section_problem_solution.section_problem_solution_s2 .sps_rel .sps_block {
        padding-top: 0;
    }
    .ur_blok_3 {
        padding-left: 0;
        padding-top: 75px;
    }
    .h2_user_review_2 {
        font: 700 40px/50px 'Inter';
        margin: 0 0 17px;
    }
    .section_rec_resources {
        padding: 60px 0 40px;
    }
    .h2_srr {
        font: 700 30px/36px 'Inter';
        margin: 0 0 30px;
    }
    .srr_slider {
        width: 100%;
    }
    .srr_slider_item__img {
        height: 195px;
    }
    .srr_slider_item__info {
        padding: 18px 30px 30px;
    }
    .srr_slider_item__title {
        font: 600 20px/24px 'Inter';
        margin: 0 0 10px;
    }
    .srr_slider_item__info_top {
        height: 190px;
    }
    .h2_srw {
        font: 700 30px/40px 'Inter';
        margin: 0 0 26px;
    }
    .sms_block_left {
        padding: 30px 20px 20px;
    }
    .sms_bl_title {
        font: 600 23px/30px 'Inter';
        margin: 0 0 20px;
    }
    .sms_block_right {
        padding: 40px 20px;
    }
    .sms_br_title {
        font: 600 23px/30px 'Inter';
        margin: 0 0 20px;
    }
    .h2_sf {
        font: 600 30px/36px 'Inter';
        margin-bottom: 24px;
    }
    .sf_block {
        padding: 20px 20px 32px;
    }
    .f_input{
        padding: 0 20px;
    }
    .f_label{
        margin-bottom: 6px;
    }
    .f_btns_form{
        flex-direction: column;
    }
    .f_btns_form .btn_f_submit{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .section_contact_us {
        padding: 30px 0 0;
    }
    .h1_sku {
        font: 700 30px/36px 'Inter';
        margin-bottom: 30px;
    }
    .bcu_block_1{
        width: auto;
        margin-bottom: 40px;
    }
    .text_bcu {
        font: 18px/140% 'Inter';
        letter-spacing: -0.54px;
    }
    .bcu_block_2 {
        width: auto;
        margin-bottom: 30px;
    }
    .bcu_block_btn a{
        width: 100%;
        text-align: center;
    }
    .block_contact_us{
        background-image: url("../img/bg_contact_us.svg");
        background-size: 92% auto;
        padding-bottom: 290px;
    }
    .section_contact_form {
        padding: 60px 0;
    }
    .h2_scf {
        font: 600 30px/36px 'Inter';
        margin: 0 0 18px;
    }
    .scf_subtitle {
        font: 21px/28px 'Inter';
        margin-bottom: 28px;
    }
    .scf_text {
        font: 16px/26px 'Inter';
        margin-bottom: 30px;
    }
    .h1_home_55 {
        font: 700 30px/42px 'Inter';
    }
    .home_banner__left_620 .home_banner__text {
        margin-top: -150px;
    }
    .banner_tiktok_mob{
        margin-left: -20px;
    }
    .block_tiktok{
        flex-direction: column;
    }
    .btt_left{
        order: 2;
    }
    .btt_right{
        order: 1;
        width: 100%;
    }
    .section_tiktok:before {
        right: -180px;
        bottom: 100px;
        width: 681px;
        background-size: 100% auto;
        height: 436px;
    }
    .tiktok_girl {
        width: 100%;
    }
    .tiktok_girl:before{
        right: -10px;
    }
    .btt_logo{
        width: 64px;
        height: 64px;
    }
    .btt_logo_big{
        width: 140px;
    }
    .tiktok_girl img {
        margin-bottom: 75px;
    }
    .btt_logos_r1{
        padding-right: 40px;
    }
    .btt_logos_r1{
        padding-top: 150px;
        padding-left: 20px;
    }
    .btt_logos{
        bottom: 10px;
    }
    .btt_logos {
        position: absolute;
        z-index: 5;
        width: 100vw;
        left: -20px;
        bottom: 10px;
    }
    .btt_logos_r1{
        padding-bottom: 0;
    }
    .screens_slider_mode_1 .screens_slider_item_l,
    .screens_slider_mode_2 .screens_slider_item_r,
    .screens_slider_mode_3 .screens_slider_item_c {
        height: 90px;
        top: 25px;
        left: -100px;
    }
    .screens_slider_mode_1 .screens_slider_item_c,
    .screens_slider_mode_2 .screens_slider_item_l,
    .screens_slider_mode_3 .screens_slider_item_r {
        height: 140px;
    }
    .screens_slider_mode_1 .screens_slider_item_r,
    .screens_slider_mode_2 .screens_slider_item_c,
    .screens_slider_mode_3 .screens_slider_item_l{
        height: 90px;
        top: 25px;
        left: calc(100% - 80px);
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_l,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c0,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_r{
        height: 90px;
        top: 25px;
        left: -100px;
        box-shadow: 3.2833335399627686px 3.2833335399627686px 13.133334159851074px 6.566667079925537px rgba(68, 96, 172, 0.20);
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_c0,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_r,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_l{
        height: 140px;
        box-shadow: 3.2833335399627686px 3.2833335399627686px 13.133334159851074px 6.566667079925537px rgba(68, 96, 172, 0.20);
    }
    .screens_slider_mode_11.screens_slider_eaw .screens_slider_item_c1,
    .screens_slider_mode_12.screens_slider_eaw .screens_slider_item_c2,
    .screens_slider_mode_13.screens_slider_eaw .screens_slider_item_c3,
    .screens_slider_mode_14.screens_slider_eaw .screens_slider_item_r,
    .screens_slider_mode_15.screens_slider_eaw .screens_slider_item_l,
    .screens_slider_mode_16.screens_slider_eaw .screens_slider_item_c0{
        height: 90px;
        top: 25px;
        left: calc(100% - 80px);
        box-shadow: 3.2833335399627686px 3.2833335399627686px 13.133334159851074px 6.566667079925537px rgba(68, 96, 172, 0.20);
    }
    .section_screenshots {
        padding: 40px 0 60px;
    }
    .screens_slider{
        /*height: 140px;*/
        margin-bottom: 20px;
    }
    .scr_slider_item img{
        border-radius: 4px;
    }
    .screens_slider_btn {
        height: 10px;
        width: 10px;
        margin: 0 7px;
    }
    .home_banner__left{
        padding-top: 0;
    }
    .home_banner__img_aa {
        height: 492px;
        top: 182px;
        left: -58px;
    }
    .home_banner__text {
        /*margin-bottom: 350px;*/
    }
    .home_banner__btns {
        display: block;
        padding: 0 24px;
    }
    .btn_w184{
        width: 100%;
    }
    .se_list{
        display: block;
        border-left: 1px solid #000000;
        border-top: none;
        padding-top: 20px;
        margin-left: 29px;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .sexp_item_icon{
        margin-top: 0;
        margin-left: -29px;
    }
    .sexp_item{
        display: flex;
        width: auto;
    }
    .sexp_text{
        flex-grow: 1;
        flex-basis: 0;
        padding-left: 15px;
    }
    .section_experience{
        padding: 60px 0;
    }
    .section_experience .subtitle_countries{
        font-size: 21px;
        margin-bottom: 0;
    }
    .sexp_item:last-child .sexp_text{
        margin-bottom: 0;
    }
    .part_brand__item img{
        height: 57px;
    }
    .part_brand__item_3 img,
    .part_brand__item_4 img{
        height: 75px;
    }
    .ssm_block {
        padding: 38px 20px;
    }

    .ssm_wrapper {
        width: 100%;
        padding: 0;
    }

    .ssm_title {
        font: 600 30px/36px 'Inter';
    }
    .ssm_lists{
        display: block;
        margin-bottom: 20px;
    }
    .ssm_list{
        margin-bottom: 0;
    }
    .ssm_btns{
        display: block;
        margin-bottom: 36px;
    }
    .ssm_btns a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ssm_btns a{
        width: 100%;
    }
    .ssm_block{
        background-size: 100% auto;
    }
    .section_selling_multiple{
        padding: 60px 0;
    }
    .section_partners_form {
        padding: 60px 0;
    }
    .section_partners {
        padding: 60px 0;
    }
    .part_h1 {
        font: 700 40px/44px 'Inter';
    }
    .part_img{
        display: none;
    }
    .part_img_mobile{
        display: block;
        padding-left: 32px;
    }
    .spf_title {
        font: 700 30px/36px 'Inter';
    }
    .spf_subtitle {
        font: 21px/25px 'Inter';
        margin-bottom: 30px;
    }
    .hb_analytics_img_mob{
        margin-bottom: 24px;
    }
    .home_banner_dp .home_banner__text{
        margin-bottom: 40px;
    }
    .section_features_dark{
        padding-top: 8px;
    }
    .h2_hs3 {
        font: 700 30px/34px 'Inter';
    }
    .section_features_dark .values_item {
        width: 100%;
    }
    .values_item{
        padding: 20px 0;
    }
    .section_basic_tools {
        padding: 60px 0;
    }
    .h1_sbt {
        font: 700 30px/36px 'Inter';
    }
    .sbt_item {
        padding-top: 30px;
    }
    .section_problem_solution_dp .sps_title_label{
        padding-left: 0;
    }
    .section_faq_analytics {
        padding: 60px 0;
    }
    .about_row{
        flex-direction: column;
        margin-bottom: 60px;
    }
    .about_col_img{
        order: 1;
        width: 100%;
    }
    .about_col_text{
        order: 2;
        width: 100%;
    }
    .section_about{
        padding: 20px 0 70px;
    }
    .about_year img{
        max-width: none;
        width: 106vw;
    }
    .sa_arrow_1{
        width: 77px;
        height: 429px;
        background: url("../img/about/a1_mob.png");
        bottom: -68px;
        left: -20px;
        margin-left: 0;
    }
    .sa_arrow_2{
        width: 152px;
        height: 743px;
        background: url("../img/about/a2_mob.png");
        bottom: -155px;
        left: auto;
        right: -20px;
        margin-left: 0;
    }
    .sa_arrow_3{
        width: 41px;
        height: 471px;
        background: url("../img/about/a3_mob.png");
        bottom: auto;
        top: 265px;
        left: -20px;
        margin-left: 0;
    }
    .sa_arrow_4{
        width: 68px;
        height: 314px;
        background: url("../img/about/a4_mob.png");
        position: absolute;
        z-index: 1;
        top: -251px;
        left: -20px;
        display: block;
    }
    .about_sales_chanel{
        display: block;
        border-radius: 12px;
    }
    .asc_img {
        width: 100%;
    }
    .asc_img img{
        border-radius: 12px;
    }
    .asc_right {
        padding: 25px 20px 20px 20px;
        width: 100%;
    }
    .section_our_products {
        padding: 60px 0;
    }
    .btn_black_blue{
        width: 100%;
    }
    .home_banner__btns_2{
        padding-top: 30px;
    }
    .h2_sbt {
        font: 600 32px / 40px 'Inter';
    }
    .sbt_item__img{
        display: none;
    }
    .sbt_item__img_mob{
        display: block;
    }
    .sbt_item__info {
        padding: 0;
    }
}
@supports (-webkit-touch-callout: none) {
    .header_nav {
        padding: 104px 20px;
    }
}
