@media (min-width: 350px) and (max-width: 768px) { 

  /* header */
  .header_wrp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 5%;
  }
  
  #theme-toggle:checked + .switch-label .slider {
    transform: translateX(30px);
  }
  
  .header_option {
    width: 200px;
  }
  
  .header_animated_button {
    display: none;
  }
  
  .header_left_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  .header_nav_menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    font-size: 20px;
    top: 108px;
    left: 5%;
    right: 5%;
    padding: 16px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    display: none;
    height: 86%;
  }
  
  body.light .header_nav_menu {
    background: #ffffff;
    color: #333232;
  }
  body.dark .header_nav_menu {
    background: #363636;
  }
  
  #menu:checked ~ .header_nav_menu {
    display: flex;
  }
  
  body.dark .header_nav_menu:hover .menu_title{
    color: #212121;
  }
  
  .nav_menu > *:not(:last-child) {
    margin: 0;
  }
  
  label {
    display: flex;
  }
  
  .nav_menu_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  
  .menu_button-item {
    width: 271px;
    height: 50px;
  }
  
  .menu_closed_icon {
    display: none;
  }
  .icon-border.opened .menu_open_icon {
    display: none;
  }
  .icon-border.opened .menu_closed_icon {
    display: block;
  }
  
  .actions_unpaid_item {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .menu_title {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0 20px 0;
    width: 90%;
  }
  
  .menu_title:last-child {
    border-bottom: none;
  }
  .menu_title:first-child {
    padding-top: 20px;
  }
  
  .header_option {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
  }
  
    .header_lang_hover .header_lang-options {
    display: none;
  }

  .header_lang_hover.open .header_lang-options {
    display: block;
  }

  

  /* about section */
  
  .section_title {
    width: 85%;
    font-size: 32px;
  }
  
  #about_section-title {
    font-size: 32px;
    width: 75%;
  }
  
  .about_section {
    width: 100%;
  }
  
  .about_section-actions {
    display: none;
  }
  
  .about_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .menu_actions_button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .menu_section_button-elem {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
  }
  .invert_button-elem {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
  }
  .footer_button-elem {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
  }

  body.light #contact-btn-boost_underfooter_mobile {
      color: #DDDDDD;
      background-color: #212121;
  }
  body.dark #contact-btn-boost_underfooter_mobile {
    color: #212121;
    background-color: #FFFFFF;
  }
  body.light #contact-btn-boost_mobile {
      color: #DDDDDD;
      background-color: #212121;
  }
  body.dark #contact-btn-boost_mobile {
    color: #212121;
    background-color: #FFFFFF;
  }
  body.light #contact-btn-footer_mobile {
    background-color: #212121;
    color: #DDDDDD;
  }
  body.dark #contact-btn-footer_mobile {
    background-color: #212121;
    color: #DDDDDD;
  }

  
  
  .menu_unpaid_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 8px 0 24px;
  }
  
  .item {
    padding: 16px;
  }
  
  .menu_section_button-item {
    width: 100%;
    height: 50px;
  }
  
  .menu_actions_button > *:nth-child(1) {
    margin-right: 0;
  }
  
  .about_section_icons_block {
    margin-top: -105px;
  }
  
  #about_section-desc {
    width: 95%;
    height: 66px;
    margin: 16px 0 32px 0;
  }
  
  
  .about_section-floating {
    display: none;
  }
  
  
  /* decision section */
  
  
  .decision_section  {
    width: 100%;
    height: 1264px;
    margin-top: 48%;
    margin-bottom: 100px;
    border-radius: 80px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 0 0 0;
  }
  
  .decision_section_text_item {
    margin: 16px 0 40px 0;
    width: 55%;
  }

  .image-border-wrapper {
    width: 90%;
    top: -150px;
    position: absolute;
    padding: 6px;
    left: 2.5%;
  }
  
  .decision_dashboard-preview {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  
  .dicision_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
  }
  
  .dicision_block:not(:last-of-type) {
    margin-bottom: 24px;
  }
  
  .decision_block_title {
    margin: 4px 0 8px 0;
  }
  
  .decision_block_text {
    text-align: start;
  }
  
  
  
  .reports_img_border {
    border-radius: 30px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .decision_section_reports_img {
    width: 100%;
    height: 95%;
    border-radius: 20px;
  }
  
  .decision_footer_elem {
    width: 95%;
  }
  
  .decision_section_line {
    display: none;
  }
  
  .decision_section_line_mobile {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    height: 50px;
    background: url(./assets/descision_section_line.svg) no-repeat center center;
  }
  
  .decision_footer_elem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
  
  /* optimisation section */
  
  .optimisation-section {
    width: 100%;
    height: 100%;
  }
  
  .optimisation_title  {
    padding: 0;
  }
  
  .optimisation_player_section {
    width: 100%;
    height: 100%;
  }
  
  .under_player_item {
    width: 100%;
    height: 25vw;
    margin-top: 26vw;
    background: #333232;
    box-sizing: border-box;
  }
  
  .player_item {
    width: 93%;
    height: 47vw;
  }
  
  .optimisation_section_text_inner {
    width: 90%;
    padding: 0;
  }

  .actions_menu_container {
    width: 95%;
  }
  
  /* performance section */
  
  .performance-section {
    width: 100%;
    margin: 80px 0 40px 0; 
  }
  
  .performance-section_title {
    font-size: 30px;
  }


  
  .performance_section_grid-container {
    width: 100%;
    padding: 0 16px;
  }
  
  .row-1,
  .row-2,
  .row-3 {
    display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
    }
    
    .item_top {
      width: 100% !important;
      height: 336px;
    }
    .item_midle_f,
    .item_midle_s,
    .item_bot {
      width: 100% !important;
      height: auto;
    }
    .item_midle_s::after {
      bottom: 0;
    }

    .item_midle_s_border {
      width: 100%;
    }

    .item_greed::before {
      background-size: 80px 80px;
    }
    
    .performance_title_item,
    #perfotmance_integration_text,
    .item_text_inner {
      width: 100%;
    }


    #performance_text_analytic,
    #perfotmance_integration_text {
      margin-bottom: 40px;
      text-align: left;
    }
    .item_text_inner {
      margin-bottom: 45px;
    }

    .performance_title_item {
      display: flex;
      justify-content: flex-start;
    }
    
    .performance_integration_img_block,
    .performance_keitaro_img,
    .performance_telegram_img,
    .performance_antiford_img,
    .performance_lead_img,
    .performance_bottom_img {
      width: 100%;
      height: auto;
    }

    .performance_integration_img_block {
      margin: 40px 0;
      padding: 4% 4%;
    }
    
    .performance_img_border {
      width: 42px;
      height: 42px;
      border-radius: 12px;
    }
    
    .performance_setting_border {
      width: 78px;
      height: 78px;
      padding: 0;
      border-radius: 12px;
    }

    .performans_social_setting_light_icon {
      display: block;
      width: 70px;
      height: 70px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px;
      left: 3px;
      top: 3px;
    }
    
    .performans_social_apply_icon  {
      width: 70px;
      height: 70px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px;
      left: 3.5px;
      top: 3.5px;
    }
    .performance_integration_img_block::before {
      top: 30%;
    }
    .dot {
      width: 5px;
      height: 5px;
    }
    .dot-yellow-right {
      right: -2px;
    }
    .dot-yellow-right:after {
      height: 20px;
      top: -8px;
    }
    .dot-yellow-left {
      left: -3px;
    }
    .dot-yellow-left::after {
      left: 6px;
      top: -30px;
      height: 60px;
    }
    .dot-red-left {
      left: -2px;
    }
    .dot-red-left:after {
      left: 1px;
      transform: scale(0);
      height: 20px;
      top: -8px;
    }
    .dot-red-right {
      left: 74px;
    }
    .dot-red-right::after {
      left: 2px;
      top: -30px;
      height: 60px;
    }

    .performance_keitaro_img,
    .performance_telegram_img {
      width: 34px;
      height: 34px;
      border-radius: 8px;
    }


    .item_midle_f {
      max-width: 100%;
    }

    .item_midle_f_container {
      max-width: 100%;
      max-height: 224px;
      margin-top: 16px;
    }

    .item_midle_f_container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    max-height: 224px; 
    pointer-events: none;
    z-index: 10;
  }
    body.light .item_midle_f_container::after {
      background: linear-gradient(to right, transparent 0%, #ffffff 100%);
  }
    body.dark .item_midle_f_container::after {
      background: linear-gradient(to right, transparent 0%, #333232 100%);
  }
  .item_midle_f_container::before {
    content: "";
    position: absolute;
    bottom: 27px;
    left: -4;
    top: 0;
    width: 72px;
    max-height: 224px; 
    pointer-events: none;
    z-index: 10;
  } 

  .client_section_antiford_img {
    width: 70px;
    height: 70px;
  }
  .client_section_antiford_img::before {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .fraud_floating_border {
    left: 40px;
    top: 40px;
    padding: 4px;
    width: 125px;
    border-radius: 16px;
    height: 80px;
  }
  .fraud_floating_content {
    padding: 6px;
    border-radius: 9px;
  }
  .fraud_floating_subtitle {
    font-size: 9px;
  }
  .fraud_primary_text {
    font-size: 12px;
    margin: 12px 0 4px 0;
  }

  .item_midle_s_container {
    max-width: 291px;
    max-height: 152px;
  }


  .contact-card_border {
    border-radius: 10px;
  }
  .contact-card {
    width: 112px;
    height: 58px;
    border-radius: 6px;
    font-size: 4px;
    padding: 4px;
  }

  .contact-card_body > *:not(:last-child) {
    padding-bottom: 2px;
    margin-bottom: 2px;
  } 

  #contact-card_arg,
  #contact-card_spain,
  #contact-card_mexico,
  #contact-card_spain_valid {
    width:118px;
    height: 63px;
  }
  
  #contact-card_arg {
    top: 45px;
    left: 25px;
  }
  #contact-card_spain {
    top: 54px;
    left: 192px;
  }
  #contact-card_mexico {
    top: 129px;
    left: 101px;
  }

  .contact-card_border {
    width: 109px;
    height: 63px;
    border-radius: 9px;
  }
  .card_lead {
    width: 104px;
    height: 58px;
    border-radius: 6px;
  }
  #contact-card_spain_lead {
    left: 145px;
    top: 111px;
  }
    #contact-card_spain_lead:not(.fraud-visible) { 
    transform: rotate(16deg) translateY(-90px);
  }
  #contact-card_arg_lead {
    top: 88px;
    left: 27px;
  }
  #contact-card_arg_lead:not(.fraud-visible) {
    transform: translateY(-68px) rotate(-6deg) ;
  }
  #contact-card_mexico_lead {
    top: 158px;
    left: 30%;
  }
    #contact-card_mexico_lead:not(.fraud-visible) {
    transform: translateY(-96px);
  }

  .contact-card_body {
    font-size: 5px;
  }
  .card_id {
    font-size: 4px;
  }

  .contact-card .status {
    font-size: 5px;
  }
  .contact-card .call-back {
    font-size: 5px;
  }
  .contact-card .recall {
    font-size: 5px;
  }
  .contact-card_title {
    font-size: 6px;
  }

  .country_icon,
  .phone_icon,
  .mail_icon {
    width: 5px;
    height: 5px;
    margin-right: 3px;
    background-size: contain;
  }

  .fin_main_block {
    width: 100%;
    height: 293px;
  }

  .fin_floating_text_border  {
    max-width: 115px;
    max-height: 108px;
    padding: 0;
    border-radius: 20px;
  }
  .fin_floating_text {
    max-width: 102px;
    max-height: 94px;
    font-size: 10px;
    padding: 8px;
    border-radius: 13px;
  }

  .floating_primary_text {
    font-size: 13px;
  }

  .performance_text_finmodul,
  .item_text_inner {
    margin-bottom: 0;
  }

  .backup_main_container {
    width: 100%;
    padding:60px 0 10px 0;
    max-height: 291px;
  }

  .validaion_container {
    width: 100%;
  }

  .backup_main_border_item {
    width: 109px;
    height: 109px;
    border-radius: 20px;
  }
  
  .backup_main_item {
    width: 96px;
    height: 96px;
    border-radius: 13px;
  }

  .backup_img {
    width: 80px;
    height: 80px;
  }

  .backup_upload_border_item {
    max-width: 228px;
    max-height: 71px;
    border-radius: 20px;
  }

  .backup_upload_item  {
    max-width: 214px;
    max-height: 58px;
    border-radius: 13px;
    padding: 8px;
  }

  .backup_upload_logo {
    max-width: 31px;
    max-height: 24px;
  }

  .backup_upload_img {
    max-width: 198px;
    max-height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .backup_upload_img::before {
    height: 8px;
  }

  .backup_upload_title {
    font-size: 10px;
  }

  .validaion_container {
    width: 100%;
    padding-top: 20px;
    height: 292px;
  }

  #performance_text_check_lead {
    width: 100%;
  }

  .validation_border {
    width: 208px;
    height: 44px;
    border-radius: 20px;
    border-radius: 20px;
  }

  .validation_main_item {
    width: 194px;
    height: 31px;
  }
  
  .validation_item {
    height: 31px;
    border-radius: 13px;
  }

  .validation_new_item {
    width: 94px;
  }

  .validation_total_item {
    width: 60px;
  }

  #contact-card_spain_valid {
    width: 236px;
    height: 127px;
    top: 190px;
    border-radius: 20px;
  }

  .validation_main_item {
    font-size: 10px;
  }
  
  .contact-card_mobile {
    width: 225px;
    height: 116px;
    border-radius: 13px;
    padding: 9px;
  } 

  .contact-card_title_mobile {
    font-size: 12px;
  }

  .contact-card_mobile .recall {
    font-size: 8px;
  }

  .card_mobile_id {
    font-size: 8.5px;
  }

  .contact-card_mobile_body {
    font-size: 10px;
  }




   /* chart  */

  .chart-wrapper {
    max-height: 420px;
    max-width: 700px;
    box-sizing: border-box;
  }

  .chart {
    position: relative;
    height: 162px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 50px; 
    box-sizing: border-box;
  }


 
  .bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .bar {
    width: 20px;
    height: calc((var(--value) / var(--max-value)) * 100%);
    background-color: #666;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    color: #fff;
    position: relative;
  }

  .bar-wrapper {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    display: flex;
  }

  .bar-label {
    position: absolute;
    bottom: -24px; 
    font-size: 14px;
    z-index: 2;
    white-space: nowrap;
  }

  .bar.highlighted {
    background-color: #ffc926;
  }

  .chart-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #555;
    z-index: 1; 
  }

  .chart-line span {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    color: #eee;
    font-size: 14px;
    background-color: #333;
    padding: 2px 6px;
    z-index: 2;
  }

  .chart-line.base-line {
    top: calc(100% - 28px); 
    z-index: 3;
  }

  .chart-line.base-line span {
    transform: translateY(-100%);
  }

  .bar-label {
    font-size: 14px;
    color: #fff;
    z-index: 1; 
  }


  /* boost secion */

  .boost_section {
    width: 100%;
    height: 759px;
  }
  
  .boost_section_container {
    width: 100%;
    font-size: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    padding: 80px 12px 0 12px;
  }

  #boost_section_text {
    margin-bottom: 32px;
  }

  .boost_section_left_item {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  body.dark .boost_section_left_item {
    background-color: #f3f3f3;
  }

  
  .boost_section_title {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  
  #boost_section_text {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    height: auto;
  }

  .boost_section-actions {
    display: none;
  }
  
  .boost_section_button-elem {
    width: 100%;
  }
  .boost_section-actions > *:nth-child(1) {
    margin-right: 0;
  }

  .boost_main_img {
    width: 614px;
    height: 350px;
    background-size: cover;
    top: 500px;
    left: 320px;
  }

  #contact-card_arg_boost {
    width: 187px;
    height: 104px;
  }
  #contact-card_arg_boost-underfooter {
    width: 187px;
    height: 104px;
  }

  .boost_card {
    width: 178px;
    height: 92px;
  }

  .boost_body {
    font-size: 8px;
  }

  .boost_title {
    font-size: 10px;
  }

  .id_boost {
    font-size: 7px;
  }
  .id_boost-underfooter {
    font-size: 7px;
  }

  .boost_border {
    position: absolute;
    width: 100px;
    height: 93px;
    border-radius: 17px;
    left: 200px;
    top: 0;
  }

  .boost_text {
    width: 88px;
    height: 81px;
  }

  #unpaid_period-boost_mobile {
    font-size: 14px;
  }
  body.light #unpaid_period-boost_mobile {
    color: #DDDDDD;
  }
  body.dark #unpaid_period-boost_mobile {
    color: #8B8B8B;
  }
  #unpaid_period_boost_underfooter_mobile {
    font-size: 14px;
  }
  body.light #unpaid_period_boost_underfooter_mobile {
    color: #DDDDDD;
  }
  body.dark #unpaid_period_boost_underfooter_mobile {
    color: #8B8B8B;
  }
  #unpaid_period-footer-mobile {
    color: #DDDDDD;
  }

  /* client section */

  .client_section {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 60px 0;
  }

  .client_section-actions {
    display: none;
  }

  .client_section_container {
    flex-direction: column;
    width: 97%;
    align-items: center;
  }

  .client_section_left_item {
    width: 96%;
    margin: 0;
  }

  .slider_content {
    flex-direction: column;
    width: 100%;
  }

  .right_border_elem {
    width: 100%;
    height: 459x;
    margin:20px 0 0 0;
    display: flex;
    align-items: flex-start;
    padding: 10px;
  }

  .right_item {
    width: 100%;
    height: 439px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
  }

  #client_right_personal_inner,
  .client_right_title,
  #client_section_text {
    width: 100%;
  }

  .client_personal_main_img {
    width: 100%;
    height: 221px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }




  .client_key_main_img {
    width: 100%;
    background-repeat: no-repeat;
    height: 311px;
    background-size: cover;
  }

  .client_key_main_img::before {
    width: 91%;
    left: 12px;
    bottom: 20px;
  }
  .key_elem {
    display: block;
    width: 100%;
  }

  .kanban-container {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 10px;
  }

  .column {
    width: 50%;
  }

  .card-description {
    font-size: 9px;
  }

  #client_right_text_key_inner {
    width: 100%;
    height: 60px;
    margin-bottom: 0;
  }
  


  /* paid section */
  .paid_section {
    height: 940px;
    width: 100%;
    padding: 0;
    margin: 160px 0 0 0;
  }

  .paid_section-actions {
    display: none;
  }
  
  .paid_section_container {
    width: 100%;
    height: 882px;
    padding: 0;
    padding-bottom: 40px;
    border-radius: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  
  .paid_section_left_item {
    justify-content: center;
    align-items: flex-start;
    width: 94%;
  }

  body.dark .paid_item_border::before {
  background: linear-gradient(
    to bottom,
    #333232 30%,
    red 60%,
   #333232 100%
  );
}
  
  .paid_item_border {
    left: 50%;
    transform: translateX(-50%);
    top: -126px;
    width: 343px;
    height: 647px;
  }
  .paid_item_underposition  {
    width: 327px;
    height: 631px;
    padding: 1px;
    align-items: center;
  }

  .paid_section-actions {
    width: 100%;
    margin-bottom: 10px;
  }

  .paid_item__title_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
  }
  .paid_item_img_group::before  {
    width: 96%;
    font-size: 14px;
  }
  

  .paid_item_title_inner {
    font-size: 38px;
  }

  .paid_item_text_inner {
    width: 94%;
  }

  .paid_item_inner {
    width: 257px;
    height: 40px;
  }

  #paid_section_text {
    width: 343px;
  }


  /* faq section */

    .faq_section {
      width: 100%;
      height: auto;
      align-items: flex-start;
      justify-content: center;
      margin-bottom: 40px;
    }
    
    .faq_section_container {
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    } 

    .faq_left_item {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: fls;
      justify-content: center;
    }


    .faq_section_title  {
      width: 343px;
    }

    .faq_section_text_inner {
      width: 85%;
      height: 40px;
    }

    .faq_feedback_img {
      width: 56px;
      height: 56px;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .faq_description_block {
      width: 99%;
      padding: 16px;
      height: auto;
      align-items: flex-start;
      justify-content: flex-start;
    }

    .faq_feedback_block {
      width: 96%;
      margin: 50px 0 24px 0;
      position: relative;
      height: 68px;
    }

    .faq_feedback_block::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 0;
      height: 1px; 
      width: 343px;
      pointer-events: none; 
      background-color: rgba(236, 236, 236, 1);      
    }
    body.light .faq_feedback_block::before {
      background-color: rgba(236, 236, 236, 1);      
    }
    body.dark .faq_feedback_block::before {
      background-color: rgba(51, 50, 50, 1);      
    }

    .client_section_button-elem_secondary {
      display: none;
    }

    .faq_feedback_description_block {
      height: 60px;
    }

    .faq_feedback_description_title {
      font-size: 20px;
      width: 65%;
    }

    .faq_section_text_inner {
      font-size: 15px;
    }

    .faq_description_block strong {
      white-space: nowrap;
    }

    .faq_right_item {
      margin-top: 40px;
      width: 90%;
      align-items: center;
      height: auto;
    }

    .faq_description_title {
      font-size: 16px;
      width: 80%;
    }
    
    .faq_description_text_inner {
      font-size: 14px;
    }

    #unpaid_period_boost_underfooter_mobile {
      font-size: 14px;
    }

    body.dark #unpaid_period_boost_underfooter_mobile {
      color: rgba(139, 139, 139, 1);
    }


  /* footer section */

    .footer-wrp {
      width: 100%;
      min-height: 574px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 40px 16px 0 16px;
    }

    .footer_container  {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0;
    }
    
    .footer_container::after {
      bottom: -216px;
    }

    .footer_section-actions {
      display: none;
    }

    .footer_under-line {
      width: 96%;
    }
    
    .menu_title {
      text-align: center;
    }

    .footer_main {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 90%;
    }

    .footer_logo {
      margin: 0 0 8px 0;
    }
    .nav_menu.menu_footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    gap: 24px;
    position: relative;
    margin-top: 16px;
    margin: 0;
    margin-left: 16px;
  }

  .footer_column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 33.3%;
    position: relative; 
  }

  .footer_column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px; 
    width: 1px;
    height: 100%;
    background-color: #E8E8E8;
  }

  .footer_title,
  .footer_title:first-child {
    padding: 0;
  }

  .footer_title {
    border: none;
  }

  #menu_solutions-footer {
    text-align: start;
  }
  #menu_video-footer {
    text-align: start;
  }
  #menu_function-footer {
    text-align: start;
  }
  #menu_price-footer {
    text-align: end;
  }
  #menu_faq-footer {
    text-align: end;
  }

  .footer_under-line {
    flex-direction: column;
    align-items: center;
  }

  .footer_left_under-item {
    margin-bottom: 24px;
  }

  .footer_actions {
    margin: 24px 0 16px 0;
  }

  /* support sections */
  
  .support_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 94%;
  }
  
  .legal-wrapper {
    width: 100%;
  }
  
  .legal-card {
    padding: 16px;
  }
  
  #legal-title {
    margin-top: 0;
  }
  /* error section */
  
  .error_section {
    width: 100%;
  }
}

