@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
    * {
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    #frame385 {
      font-family: "Montserrat", sans-serif;
      color: #333333;
    }
   #frame385 .wrapper {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto; 
      padding: 0 24px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper {
        max-width: 420px;
        padding: 0 8px;
         margin: 16px 0;
      }
    }
#frame385, #frame385 .wrapper {
  overflow-x: hidden;
}
    #frame385 .wrapper .screen_1 {
      display: flex;
      flex-direction: row;
      gap: 60px;
      margin-top: 95px;
      margin-bottom: 95px;
      align-items: center;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
        align-items: stretch;
      }
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_l {
      width: 50%;
      text-align: left;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_l {
        width: 100%;
        text-align: center;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_title {
      font-size: 48px;
      font-weight: 600;
      line-height: 120%;
      margin-bottom: 16px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_title {
        font-size: 28px;
        text-align: left;
      }
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_title {
        font-size: 24px;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_txt {
      font-size: 20px;
      line-height: 150%;
      margin-bottom: 32px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_txt {
        font-size: 16px;
        text-align: left;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 315px;
      height: 48px;
      font-size: 16px;
      font-weight: 500;
      background: #f2f2f2;
      border: 2px solid #333;
      border-radius: 57px;
      transition: background 0.3s;
      margin: 0;
    }
    #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_btn a:hover {
      background: #fff;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_btn a {
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_r {
      width: 50%;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_1 .screen_1_r {
        width: 100%;
      }
    }
    #frame385 .wrapper .screen_1 .screen_1_r img {
      display: block;
      width: 100%;
      max-height: 660px;
      border-radius: 0;
    }
    #frame385 .wrapper .screen_2 {
      margin-top: 34px;
      margin-bottom: 224px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 {
        margin-bottom: 60px;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
    #frame385 .wrapper .screen_2 .screen_2_wrap {
      max-width: 636px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 65px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 .screen_2_wrap {
        margin-bottom: 30px;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_title {
      font-weight: 500;
      font-size: 40px;
      margin-bottom: 12px;
      text-align: center;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 .screen_2_title {
        font-size: 24px;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_txt {
      font-weight: 400;
      font-size: 20px;
      text-align: center;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 .screen_2_txt {
        font-size: 14px;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_lr {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    @media (max-width: 600px) {
      #frame385 .wrapper .screen_2 .screen_2_lr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item {
      width: 50%;
      padding: 55px;
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item:first-child {
      margin-right: 20px;
    }
    @media (max-width: 900px) {
      #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item {
        padding: 20px;
      }
    }
    @media (max-width: 600px) {
      #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item {
        width: 100%;
      }
      #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item:first-child {
        margin-bottom: 20px;
        margin-right: 0;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 24px;
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_img img {
      display: block;
      border-radius: 0;
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_title {
      font-weight: 500;
      font-size: 28px;
      text-align: center;
      margin-bottom: 12px;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_title {
        font-size: 20px;
      }
    }
    #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_txt {
      font-weight: 400;
      font-size: 16px;
      text-align: center;
    }
    @media (max-width: 768px) {
      #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_txt {
        font-size: 14px;
      }
    }
    #frame385 .screen_3 {
      background: #F1EFEC;
      padding: 130px 0;
    }
    @media (max-width: 1000px) {
      #frame385 .screen_3 {
        padding: 60px 0;
      }
    }
    #frame385 .screen_3 .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    @media (max-width: 1000px) {
      #frame385 .screen_3 .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
    }
    #frame385 .screen_3 .screen_3_l {
      width: 50%;
      margin-right: 124px;
    }
    @media (max-width: 1000px) {
      #frame385 .screen_3 .screen_3_l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
      }
    }
    #frame385 .screen_3 .screen_3_l .screen_3_l_title {
      font-weight: 500;
      font-size: 40px;
      margin-bottom: 15px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_3 .screen_3_l .screen_3_l_title {
        font-size: 26px;
      }
    }
    #frame385 .screen_3 .screen_3_l .screen_3_l_txt {
      font-weight: 400;
      font-size: 20px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_3 .screen_3_l .screen_3_l_txt {
        font-size: 14px;
      }
    }
    #frame385 .screen_3 .screen_3_r {
      width: 50%;
    }
    @media (max-width: 1000px) {
      #frame385 .screen_3 .screen_3_r {
        width: 100%;
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_txt {
      font-weight: 400;
      font-size: 20px;
      margin-top: 20px
    }
    @media (max-width: 768px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_txt {
        font-size: 14px;
      }
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_txt {
        margin-top: 30px;
      }
    }
    #frame385 .screen_3 .screen_3_r {
      max-width: 485px;
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r {
        max-width: unset;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 124px;
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_item {
      width: 124px;
      height: 124px;
      margin-right: 44px;
      position: relative;
      z-index: 1;
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_item:last-child {
      margin-right: 0;
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_item:last-child {
        margin: 0;
      }
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_item {
        margin-bottom: 44px;
        margin-right: 0;
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_item img {
      width: 100%;
      display: block;
      border-radius: 0;
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_abs {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_1 {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_line_1 {
      left: 124px;
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_line_1 {
        left: 0%;
        top: 168px;
        -webkit-transform: rotate(90deg) translate(-50%, -50%);
                transform: rotate(90deg) translate(-50%, -50%);
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_2 {
      -webkit-transform: rotate(-6deg);
              transform: rotate(-6deg);
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_line_2 {
      left: 272px;
    }
    @media (max-width: 500px) {
      #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_line_2 {
        left: 0%;
        top: 342px;
        -webkit-transform: rotate(90deg) translate(-50%, -50%);
                transform: rotate(90deg) translate(-50%, -50%);
      }
    }
    #frame385 .screen_3 .screen_3_r .screen_3_r_elem .screen_3_r_elem_3 {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    #frame385 .screen_4 {
      margin-bottom: 115px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_4 {
        margin-bottom: 55px;
      }
    }
    #frame385 .screen_4 .wrapper {
      max-width: 1400px;
    }
    #frame385 .screen_4 .wrapper .screen_4_wrap {
      margin-top: 130px;
      margin-bottom: 88px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_4 .wrapper .screen_4_wrap {
        margin-top: 60px;
        margin-bottom: 40px;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_wrap .screen_4_wrap_title {
      font-weight: 500;
      font-size: 40px;
      text-align: center;
      max-width: 486px;
      margin: 0 auto;
      color: #333333;
    }
    @media (max-width: 768px) {
      #frame385 .screen_4 .wrapper .screen_4_wrap .screen_4_wrap_title {
        font-size: 26px;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    @media (max-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_slider {
        display: none !important;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l {
      width: 50%;
    }
    @media (max-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l {
        width: 100%;
      }
    }
    @media (min-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .screen_4_slider_l_items_item {
      cursor: pointer;
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 20px;
      padding-left: 95px;
      position: relative;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .screen_4_slider_l_items_item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50px;
      height: 2px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      background: #D9D9D9;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .screen_4_slider_l_items_item:hover:before {
      background: #333333;
      width: 66px;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .screen_4_slider_l_items_item.slick-current {
      color: #333333;
      font-weight: 500;
      font-size: 24px;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_l .screen_4_slider_l_items .screen_4_slider_l_items_item.slick-current:before {
      background: #333333;
      width: 66px;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r {
      width: 50%;
    }
    @media (max-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r {
        width: 100%;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item .screen_4_slider_r_item_img img {
      display: block;
      width: 100%;
      border-radius: 0;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item .screen_4_slider_r_item_txt {
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      color: #333333;
      margin-top: 26px;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_img {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_img .screen_4_slider_r_item_tripl_img_elem img {
      display: block;
      width: 100%;
      border-radius: 0;
    }
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_txt {
      margin-top: 26px;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      color: #333333;
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows {
      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px;
    }
    @media (max-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_all {
      width: 50px;
      height: 50px;
      position: relative;
      display: block;
      cursor: pointer;
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_all:before, #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_all:after {
      position: absolute;
      content: "";
      width: 50%;
      height: 2px;
      background: #333333;
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_l {
      margin-right: 50px;
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_l:before {
      left: 50%;
      top: 50%;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_l:after {
      left: 50%;
      top: 50%;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_r:before {
      left: 50%;
      top: 50%;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    #frame385 .screen_4 .wrapper .screen_4_arrows .screen_4_arrows_r:after {
      left: 50%;
      top: 50%;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    #frame385 .screen_5, #frame385 .screen_5_reverse {
      margin-bottom: 70px;
    }
    #frame385 .screen_5 .screen_5_title_wrap, #frame385 .screen_5_reverse .screen_5_title_wrap {
      margin-bottom: 70px;
      position: relative;
    }
    #frame385 .screen_5 .screen_5_title_wrap:before, #frame385 .screen_5_reverse .screen_5_title_wrap:before {
      position: absolute;
      content: "";
      width: 50%;
      height: 100%;
      left: 0;
      top: 0;
      background: #F1EFEC;
    }
    #frame385 .screen_5 .screen_5_title_wrap:after, #frame385 .screen_5_reverse .screen_5_title_wrap:after {
      position: absolute;
      content: "";
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      background: unset;
    }
    #frame385 .screen_5 .screen_5_title_wrap .wrapper, #frame385 .screen_5_reverse .screen_5_title_wrap .wrapper {
      position: relative;
      z-index: 1;
      background: #F1EFEC;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #frame385 .screen_5 .screen_5_title_wrap .wrapper .screen_5_title_wrap_title, #frame385 .screen_5_reverse .screen_5_title_wrap .wrapper .screen_5_title_wrap_title {
      font-weight: 500;
      font-size: 40px;
      color: #333333;
    }
    @media (max-width: 768px) {
      #frame385 .screen_5 .screen_5_title_wrap .wrapper .screen_5_title_wrap_title, #frame385 .screen_5_reverse .screen_5_title_wrap .wrapper .screen_5_title_wrap_title {
        font-size: 26px;
      }
    }
    #frame385 .screen_5 .wrapper, #frame385 .screen_5_reverse .wrapper {
      position: relative;
    }
    @media (max-width: 1520px) {
      #frame385 .screen_5 .wrapper, #frame385 .screen_5_reverse .wrapper {
        padding-left: 90px;
        padding-right: 90px;
      }
    }
    @media (max-width: 600px) {
      #frame385 .screen_5 .wrapper, #frame385 .screen_5_reverse .wrapper {
        padding-left: 15px;
        padding-right: 15px;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 8px 25px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem {
        grid-gap: 8px;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item img, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item img {
      width: 100%;
      display: block;
      border-radius: 0;
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_1, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_1 {
      -ms-grid-row: 1;
          grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_2, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_2 {
      -ms-grid-row: 2;
          grid-row-start: 2;
      -ms-grid-row-span: 0;
      grid-row-end: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_5 .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_3, #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_3 {
      -ms-grid-row: 1;
          grid-row-start: 1;
      -ms-grid-row-span: 2;
      grid-row-end: 3;
      -ms-grid-column: 3;
          grid-column-start: 3;
      -ms-grid-column-span: 0;
      grid-column-end: 3;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    @media (max-width: 600px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_all, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_all {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      background: #F1EFEC;
      cursor: pointer;
      border-radius: 50%;
      border: solid 1px #F1EFEC;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }
    @media (max-width: 600px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_all, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_all {
        position: relative;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_all:hover, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_all:hover {
      background: unset;
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_all:before, #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_all:after, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_all:before, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_all:after {
      position: absolute;
      content: "";
      width: 30%;
      height: 4px;
      background: #333333;
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_l, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_l {
      left: -92px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    @media (max-width: 1520px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_l, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_l {
        left: 0;
      }
    }
    @media (max-width: 600px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_l, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_l {
        -webkit-transform: unset;
                transform: unset;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_l:before, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_l:before {
      left: 50%;
      top: 48%;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_l:after, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_l:after {
      left: 50%;
      top: 52%;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_r, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_r {
      right: -92px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    @media (max-width: 1520px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_r, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_r {
        right: 0;
      }
    }
    @media (max-width: 600px) {
      #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_r, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_r {
        -webkit-transform: unset;
                transform: unset;
      }
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_r:before, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_r:before {
      left: 50%;
      top: 52%;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slider_grid_arrows_r:after, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slider_grid_arrows_r:after {
      left: 50%;
      top: 48%;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }
    #frame385 .screen_5 .wrapper .slider_grid_arrows .slick-disabled, #frame385 .screen_5_reverse .wrapper .slider_grid_arrows .slick-disabled {
      opacity: 0;
      pointer-events: none;
    }
    #frame385 .screen_5_reverse .screen_5_title_wrap:before {
      background: unset;
    }
    #frame385 .screen_5_reverse .screen_5_title_wrap:after {
      background: #F1EFEC;
    }
    #frame385 .screen_5_reverse .screen_5_title_wrap .wrapper .screen_5_title_wrap_title {
      text-align: end;
    }
    #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_1 {
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 3;
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 2;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_2 {
      -ms-grid-row: 2;
      grid-row-start: 1;
      -ms-grid-row-span: 0;
      grid-row-end: 2;
      -ms-grid-column: 1;
      grid-column-start: 2;
      -ms-grid-column-span: 2;
      grid-column-end: 4;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_5_reverse .wrapper .slider_grid .slider_grid_elem .slider_grid_elem_item_3 {
      -ms-grid-row: 1;
      grid-row-start: 2;
      -ms-grid-row-span: 2;
      grid-row-end: 3;
      -ms-grid-column: 3;
      grid-column-start: 2;
      -ms-grid-column-span: 0;
      grid-column-end: 4;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #frame385 .screen_6 {
      background: #F1EFEC;
      color: #333333;
      padding-top: 130px;
      padding-bottom: 130px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_6 {
        padding-top: 60px;
        padding-bottom: 60px;
      }
    }
    #frame385 .screen_6 .wrapper .screen_6_title {
      font-weight: 500;
      font-size: 40px;
      text-align: center;
      margin-bottom: 13px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_6 .wrapper .screen_6_title {
        font-size: 26px;
      }
    }
    #frame385 .screen_6 .wrapper .screen_6_txt {
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      max-width: 636px;
      margin: 0 auto;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl {
      margin-top: 90px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      justify-items: center;
    }
    @media (max-width: 960px) {
      #frame385 .screen_6 .wrapper .screen_6_fl {
        grid-gap: 15px;
      }
    }
    @media (max-width: 768px) {
      #frame385 .screen_6 .wrapper .screen_6_fl {
        margin-top: 45px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
      }
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item {
      background: #FBFAF9;
      padding: 40px 50px;
      max-width: 440px;
      width: 100%;
      border-radius: 17px;
    }
    @media (max-width: 768px) {
      #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item {
        max-width: unset;
      }
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_fl_item_title {
      font-weight: 500;
      font-size: 28px;
      text-align: center;
      margin-bottom: 9px;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_fl_item_txt {
      font-weight: 400;
      font-size: 20px;
      text-align: center;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_title_wraps {
      margin-bottom: 46px;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_fl_item_sub_txt {
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      margin-bottom: 31px;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_fl_item_elem ul li {
      padding-left: 30px;
      list-style: none;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 16px;
      position: relative;
    }
    #frame385 .screen_6 .wrapper .screen_6_fl .screen_6_fl_item .screen_6_fl_item_elem ul li:before {
      position: absolute;
      content: url("../img/gal.svg");
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
    }
    #frame385 .page-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
    }
    #frame385 .services-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
    }
    #frame385 .services-header {
      text-align: center;
      margin-bottom: 40px;
      max-width: 900px;
    }
    #frame385 .services-title {
      font-size: 28px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 15px;
    }
    #frame385 .services-description {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      margin-bottom: 30px;
    }
    #frame385 .services-subtitle {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.2;
    }
    #frame385 .services-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 30px;
      width: 100%;
      margin-bottom: 60px;
    }
    #frame385 .service-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
    }
    #frame385 .service-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    #frame385 .service-icon img {
      width: 46px;
      height: 46px;
    }
    #frame385 .service-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    #frame385 .service-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 8px;
    }
    #frame385 .service-description {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 400;
    }
    #frame385 .vision-container {
      background: #f1efec;
      width: 100%;
      padding: 60px 0;
    }
    #frame385 .vision-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    #frame385 .vision-content {
      max-width: 100%;
      text-align: center;
      margin-bottom: 40px;
      margin-right: 98px;
    }
    #frame385 .vision-title {
      font-size: 28px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    #frame385 .vision-description {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 20px;
    }
    #frame385 .benefits-card {
      background: #fff;
      border-radius: 24px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      max-width: 400px;
      width: 75vw;
      margin: 24px auto 32px auto;
      padding: 32px 32px 28px 32px;
      display: flex;
      flex-direction: column;
      gap: 32px;
      align-items: flex-start;
      box-sizing: border-box;
    }
    #frame385 .benefit-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-bottom: 40px;
    }
    #frame385 .benefit-item:last-child {
      margin-bottom: 0;
    }
    #frame385 .benefit-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    #frame385 .benefit-icon img {
      width: 100%;
      height: auto;
    }
    #frame385 .benefit-text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    #frame385 .benefit-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 4px;
    }
    #frame385 .benefit-description {
      font-size: 15px;
      line-height: 1.4;
    }
    @media (min-width: 768px) {
      #frame385 .services-container {
        padding: 130px 20px 0;
      }
      #frame385 .services-title {
        font-size: 40px;
        margin-bottom: 20px;
      }
      #frame385 .services-description {
        font-size: 20px;
        margin-bottom: 60px;
      }
      #frame385 .services-subtitle {
        font-size: 28px;
      }
      #frame385 .services-grid {
        -ms-grid-columns: 1fr 150px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 150px;
        margin-bottom: 100px;
      }
      #frame385 .service-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 30px;
      }
      #frame385 .service-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 86px;
                flex: 0 0 86px;
        height: 86px;
      }
      #frame385 .service-icon img {
        width: 56px;
        height: 56px;
      }
      #frame385 .service-title {
        font-size: 24px;
      }
      #frame385 .service-description {
        font-size: 18px;
      }
      #frame385 .vision-container {
        padding: 100px 0;
      }
      #frame385 .vision-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      #frame385 .vision-content {
        max-width: 672px;
        text-align: left;
        margin-bottom: 0;
      }
      #frame385 .vision-title {
        font-size: 40px;
        margin-bottom: 30px;
      }
      #frame385 .vision-description {
        font-size: 20px;
      }
      #frame385 .benefits-card {
        padding: 45px 61px;
      }
      #frame385 .benefit-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 60px;
        gap: 30px;
      }
      #frame385 .benefit-title {
        font-size: 20px;
      }
      #frame385 .benefit-description {
        font-size: 16px;
      }
    }
    #frame385 .presentation-section {
      margin: 0 auto;
      padding: 130px 24px;
    }
    #frame385 .presentation-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    #frame385 .presentation-image-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 740px;
              flex: 0 0 740px;
      height: 458px;
      position: relative;
      overflow: hidden;
    }
    #frame385 .presentation-image {
      width: 832.71px;
      height: 555px;
      position: relative;
      top: -97px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    #frame385 .presentation-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 654px;
              flex: 0 0 654px;
      background: #f1efec;
      padding: 63px 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #frame385 .presentation-divider {
      border-top: 1px solid #8f877f;
      width: 98px;
      margin-bottom: 48px;
    }
    #frame385 .presentation-description {
      color: #000000;
      font-family: "Montserrat-Light", sans-serif;
      font-size: 28px;
      line-height: 110%;
      font-weight: 300;
      margin-bottom: 25px;
    }
    #frame385 .download-btn {
      background: #8f877f;
      color: #ffffff;
      font-family: "Montserrat-Regular", sans-serif;
      font-size: 20px;
      line-height: 110%;
      font-weight: 400;
      width: 315px;
      height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
    }
    #frame385 .download-btn:hover {
      background: #7a736c;
    }
    #frame385 .download-btn:active {
      background: #655e58;
    }
    @media (max-width: 1199px) {
      #frame385 .presentation-section {
        padding: 80px 40px;
      }
      #frame385 .presentation-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
      }
      #frame385 .presentation-image-container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
        height: 400px;
      }
      #frame385 .presentation-image {
        width: 120%;
        height: 120%;
        left: -10%;
        top: -10%;
        -o-object-fit: cover;
           object-fit: cover;
      }
      #frame385 .presentation-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
      }
      #frame385 .presentation-description {
        font-size: 24px;
      }
    }
    @media (max-width: 767px) {
      #frame385 .presentation-section {
        padding: 60px 20px;
      }
      #frame385 .presentation-image-container {
        height: 250px;
      }
      #frame385 .presentation-image {
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
      }
      #frame385 .presentation-content {
        padding: 30px 20px;
      }
      #frame385 .presentation-description {
        font-size: 18px;
      }
      #frame385 .download-btn {
        width: 100%;
        max-width: 315px;
        font-size: 16px;
      }
    }
    
    
    @charset 'UTF-8';
    /* Slider */
    .slick-loading .slick-list
    {
        background: #fff url('./ajax-loader.gif') center center no-repeat;
    }
    
    /* Icons */
    @font-face
    {
        font-family: 'slick';
        font-weight: normal;
        font-style: normal;
    
        src: url('./fonts/slick.eot');
        src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
    }
    /* Arrows */
    .slick-prev,
    .slick-next
    {
        font-size: 0;
        line-height: 0;
    
        position: absolute;
        top: 50%;
    
        display: block;
    
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    
        cursor: pointer;
    
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus
    {
        color: transparent;
        outline: none;
        background: transparent;
    }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before
    {
        opacity: 1;
    }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before
    {
        opacity: .25;
    }
    
    .slick-prev:before,
    .slick-next:before
    {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
    
        opacity: .75;
        color: white;
    
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .slick-prev
    {
        left: -25px;
    }
    [dir='rtl'] .slick-prev
    {
        right: -25px;
        left: auto;
    }
    .slick-prev:before
    {
        content: '←';
    }
    [dir='rtl'] .slick-prev:before
    {
        content: '→';
    }
    
    .slick-next
    {
        right: -25px;
    }
    [dir='rtl'] .slick-next
    {
        right: auto;
        left: -25px;
    }
    .slick-next:before
    {
        content: '→';
    }
    [dir='rtl'] .slick-next:before
    {
        content: '←';
    }
    
    /* Dots */
    .slick-dotted.slick-slider
    {
        margin-bottom: 30px;
    }
    
    .slick-dots
    {
        position: absolute;
        bottom: -25px;
    
        display: block;
    
        width: 100%;
        padding: 0;
        margin: 0;
    
        list-style: none;
    
        text-align: center;
    }
    .slick-dots li
    {
        position: relative;
    
        display: inline-block;
    
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
    
        cursor: pointer;
    }
    .slick-dots li button
    {
        font-size: 0;
        line-height: 0;
    
        display: block;
    
        width: 20px;
        height: 20px;
        padding: 5px;
    
        cursor: pointer;
    
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:hover,
    .slick-dots li button:focus
    {
        outline: none;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before
    {
        opacity: 1;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
    
        position: absolute;
        top: 0;
        left: 0;
    
        width: 20px;
        height: 20px;
    
        content: '•';
        text-align: center;
    
        opacity: .25;
        color: black;
    
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before
    {
        opacity: .75;
        color: black;
    }
    /* Slider */
    .slick-slider
    {
        position: relative;
    
        display: block;
        box-sizing: border-box;
    
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list
    {
        position: relative;
    
        display: block;
        overflow: hidden;
    
        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    
    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
    
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;
    
        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }
    
    .slick-slide
    {
        display: none;
        float: left;
    
        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;
    
        height: auto;
    
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    /* Fix for compressed headings */
    #frame385 .screen_1_l_title, 
    #frame385 .screen_3_l_title, 
    #frame385 .screen_4_wrap_title {
        line-height: normal;
        display: block;
        padding: 0;
        margin: 0;
    }
    
    #frame385 .screen_1_l_title br,
    #frame385 .screen_3_l_title br,
    #frame385 .screen_4_wrap_title br {
        display: block;
        content: "";
        margin-bottom: 0.4em;
    }
    
     #frame385 .wrapper12 {
          max-width: 1280px;
          margin: 0 auto;
          padding: 60px 20px;
          display: flex;
          flex-direction: column;
          gap: 60px;
          background: #f1efec;
          color: #333;
        }
    
     #frame385    .text-center {
          text-align: center;
        }
    
      #frame385   .title {
          font-size: 36px;
          font-weight: 500;
          margin-bottom: 20px;
        }
    
     #frame385    .subtitle {
          font-size: 18px;
          line-height: 1.6;
          max-width: 640px;
          margin: 0 auto;
        }
    
     #frame385    .projects {
          display: flex;
          gap: 40px;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: wrap;
        }
    
      #frame385   .project-card {
          border-radius: 12px;
          box-sizing: border-box;
          padding: 30px 24px;
          display: flex;
          flex-direction: column;
          gap: 20px;
        }
    
     #frame385    .project-left {
          background-color: #fbfaf9;
          border: none;
          width: 440px;
          height: 514px;
        }
    
      #frame385   .project-right {
          background-color: #ffffff;
          border: 1px solid #333;
          width: 100%;
          max-width: 438px;
        height: 646px;
        }
    
     #frame385    .project-title {
          font-size: 24px;
          font-weight: 500;
          text-align: center;
          margin: 0;
        }
    
     #frame385    .project-subtitle {
          font-size: 16px;
          text-align: center;
          margin-top: -10px;
          margin-bottom: 10px;
          line-height: 1.4;
        }
    
     #frame385    .project-description {
          font-size: 16px;
          margin: 50px;
          text-align: center;
        }
    
     #frame385    .bullet-points {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }
    
     #frame385    .bullet {
          display: flex;
          align-items: flex-start;
          gap: 12px;
        }
    
      #frame385   .bullet img {
          width: 20px;
          height: 20px;
          margin-top: 3px;
        }
    
      #frame385   .bullet p {
          margin: 0;
          font-size: 16px;
          line-height: 1.5;
        }
      #frame385 .project-subtitle {
      min-height: 40px; 
    }
        @media (max-width: 768px) {
          .projects {
            flex-direction: column;
            align-items: center;
          }
    
          .project-card {
            width: 100% !important;
            height: auto !important;
          }
        }
    /* Общие стили для всех изображений в слайдере */
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item img,
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl_img_elem img {
      width: 100%;
      height: 198px;
      object-fit: cover; /* Это обеспечит правильное масштабирование изображений */
      display: block;
    }
    
    /* Стили для одиночных изображений */
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item .screen_4_slider_r_item_img {
      max-width: 599px;
      margin: 0 auto; /* Центрирование одиночного изображения */
    }
    
    /* Стили для тройных изображений */
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_img {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 599px; /* 186px * 3 + 20px * 2 = 598px (почти 599) */
      margin: 0 auto; /* Центрирование блока с тремя изображениями */
    }
    
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_img_elem {
      width: 100%;
    }
    
    /* Выравнивание текста под изображениями */
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_txt,
    #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl_txt {
      max-width: 599px;
      margin: 26px auto 0;
      padding: 0 10px; /* Небольшие отступы по бокам для текста */
    }
    
    /* Адаптация для мобильных устройств */
    @media (max-width: 600px) {
      #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl .screen_4_slider_r_item_tripl_img {
        grid-template-columns: 1fr;
        gap: 10px;
      }
      
      #frame385 .screen_4 .wrapper .screen_4_slider .screen_4_slider_r .screen_4_slider_r_item_tripl_img_elem img {
        height: auto;
      }
    }
    @media (max-width: 480px) {
      #frame385 .wrapper .screen_1 {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-top: 32px;
        margin-bottom: 0;
      }
      #frame385 .wrapper .screen_1 .screen_1_l {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 24px;
      }
      #frame385 .wrapper .screen_1 .screen_1_l_title {
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 16px;
        text-align: center;
      }
      #frame385 .wrapper .screen_1 .screen_1_l_txt {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 24px;
        text-align: center;
      }
      #frame385 .wrapper .screen_1 .screen_1_l_btn {
        margin-bottom: 24px;
      }
      #frame385 .wrapper .screen_1 .screen_1_l_btn a {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        font-weight: 500;
        border: 2px solid #333;
        border-radius: 57px;
        background: #fff;
        color: #333;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
        transition: background 0.3s;
      }
      #frame385 .wrapper .screen_1 .screen_1_r {
        width: 100%;
        order: 2;
      }
      #frame385 .wrapper .screen_1 .screen_1_r img {
        width: 100%;
        display: block;
        border-radius: 0;
        margin-top: 0;
      }
    }
    // ... existing code ...
    
    @media (max-width: 600px) {
      #frame385 .wrapper, #frame385 .vision-wrapper, #frame385 .services-container {
        max-width: 100vw;
        padding: 0 8px;
      }
#frame385 .screen_1, #frame385 .screen_2_lr, #frame385 .screen_3 .wrapper, #frame385 .presentation-container, #frame385 .projects, #frame385 .services-grid, #frame385 .vision-wrapper {
        flex-direction: column !important;
        display: flex !important;
        align-items: stretch !important;
        gap: 24px !important;
      }
#frame385 .screen_1_l, #frame385 .screen_1_r, #frame385 .screen_2_lr_item, #frame385 .screen_3_l, #frame385 .screen_3_r, #frame385 .presentation-image-container, #frame385 .presentation-content, #frame385 .project-card, #frame385 .service-item, #frame385 .benefits-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 16px auto !important;
        box-sizing: border-box;
      }
#frame385 .screen_1_l_title, #frame385 .screen_2_title, #frame385 .screen_3_l_title, #frame385 .screen_4_wrap_title, #frame385 .services-title, #frame385 .vision-title {
        font-size: 22px !important;
        text-align: center !important;
        margin-bottom: 12px !important;
      }
#frame385 .screen_1_l_txt, #frame385 .screen_2_txt, #frame385 .screen_3_l_txt, #frame385 .screen_4_slider_r_item_txt, #frame385 .services-description, #frame385 .vision-description {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 16px !important;
      }
#frame385 .screen_1_l_btn a, #frame385 .download-btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        font-size: 16px !important;
        border-radius: 57px !important;
        display: block !important;
        text-align: center !important;
        line-height: 48px !important;
        margin: 0 auto 16px auto !important;
        box-sizing: border-box !important;
      }
#frame385 .screen_1_r img, #frame385 .screen_2_lr_item_img img, #frame385 .screen_3_r_elem_item img, #frame385 .presentation-image, #frame385 .screen_4_slider_r_item_img img, #frame385 .screen_4_slider_r_item_tripl_img_elem img, #frame385 .slider_grid_elem_item img {
        width: 100% !important;
        height: auto !important;
        max-height: 260px !important;
        object-fit: cover !important;
        border-radius: 0 !important;
        display: block !important;
        margin: 0 auto !important;
      }
      #frame385 .project-card, #frame385 .benefits-card {
        padding: 16px 8px !important;
        border-radius: 10px !important;
      }
      #frame385 .service-item {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        text-align: center !important;
      }
      #frame385 .service-icon img {
        width: 36px !important;
        height: 36px !important;
      }
      #frame385 .slider_grid_elem {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
      }
      #frame385 .slider_grid_elem_item {
        width: 100% !important;
        margin: 0 !important;
      }
      #frame385 .screen_4_slider {
        flex-direction: column !important;
        gap: 16px !important;
      }
      #frame385 .screen_4_slider_l, #frame385 .screen_4_slider_r {
        width: 100% !important;
        max-width: 100% !important;
      }
      #frame385 .screen_4_slider_r_item_tripl_img {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
      }
      #frame385 .screen_4_arrows, #frame385 .slider_grid_arrows {
        justify-content: center !important;
        margin-top: 16px !important;
      }
      #frame385 .screen_5 .wrapper, #frame385 .screen_5_reverse .wrapper {
        padding-left: 8px !important;
        padding-right: 8px !important;
      }
    }

    /* Общие стили для формы */
.contact-section {
  background: linear-gradient(0deg, #CDC6BB 0%, #F1EFEC 60%, rgba(241, 239, 236, 0.24) 100%);
  padding: 100px 0;
}

.contact-content-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  align-items: flex-start;
}

.contact-info {
  flex: 1;
  padding: 0 20px;
  padding-top: 40px; /* Смещение вниз для заголовка */
}

.contact-form-box {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 30px; /* Уменьшенный padding */
  width: 460px; /* Уменьшенная ширина */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 15px; /* Уменьшенный отступ */
  text-align: left; /* Выравнивание по левому краю */
}

.contact-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4; /* Уменьшенный межстрочный интервал */
  color: #333333;
  margin-bottom: 30px; /* Уменьшенный отступ */
}

.contact-description p {
  margin-bottom: 10px; /* Отступ между абзацами */
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Уменьшенное расстояние между контактами */
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 15px; /* Уменьшенное расстояние между иконкой и текстом */
}

.contact-icon {
  width: 30px; /* Уменьшенный размер иконок */
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 100%;
  height: auto;
}

.contact-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px; /* Уменьшенный размер текста */
  line-height: 1.4;
  color: #333333;
}

/* Стили для формы */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Уменьшенное расстояние между полями */
}

.form-field {
  position: relative;
  margin-bottom: 15px; /* Уменьшенный отступ между полями */
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #8F877F;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; /* Уменьшенный размер шрифта */
  padding: 8px 0; /* Уменьшенный padding */
  outline: none;
  color: #333333;
}

.form-field input::placeholder,
.form-field select option[disabled] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px; /* Уменьшенный размер шрифта */
  line-height: 150%;
  letter-spacing: 0.13em;
  color: #333333;
  opacity: 1;
}

.form-field textarea {
  height: 120px; /* Уменьшенная высота */
  border: 2px solid #8F877F;
  border-radius: 10px;
  padding: 10px;
  resize: none;
}

/* Стили для кнопки по макету */
.submit-btn-container {
  width: 100%;
  height: 48px;
  margin-top: 10px;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #8F877F;
  border-radius: 5px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #7a736c;
}

/* Кастомизация выпадающего списка */
.select-container {
  position: relative;
}

.select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%238F877F' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Адаптация */
@media (max-width: 1024px) {
  .contact-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-form-box {
    width: 100%;
    max-width: 460px;
  }
}

@media (max-width: 768px) {
  .contact-form-box {
    padding: 30px 20px;
  }
  
  .contact-title {
    font-size: 32px;
  }
  
  .contact-description {
    font-size: 18px;
  }
  
  .contact-text {
    font-size: 16px;
  }
  
  .form-field input,
  .form-field input::placeholder,
  .form-field select,
  .form-field textarea {
    font-size: 14px;
  }
  
  .submit-btn {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .contact-content-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 24px !important;
    padding: 0 4px !important;
  }
  .contact-info {
    padding: 0 4px 16px 4px !important;
    text-align: center !important;
  }
  .contact-form-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 4px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }
  .form-field {
    margin-bottom: 12px !important;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 15px !important;
    padding: 10px 8px !important;
    border-radius: 7px !important;
  }
  .form-field textarea {
    min-height: 80px !important;
    height: 100px !important;
  }
  .submit-btn {
    font-size: 16px !important;
    height: 44px !important;
    border-radius: 24px !important;
  }
  .contact-title {
    font-size: 22px !important;
    margin-bottom: 8px !important;
    text-align: center !important;
  }
  .contact-description {
    font-size: 15px !important;
    margin-bottom: 12px !important;
    text-align: center !important;
  }
  .contact-details {
    gap: 8px !important;
    margin-bottom: 12px !important;
  }
  .contact-detail {
    gap: 8px !important;
  }
  .contact-icon {
    width: 22px !important;
    height: 22px !important;
  }
  .contact-text {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 32px 0 !important;
  }
  .contact-content-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 0 4px !important;
  }
  .contact-info {
    padding: 0 4px 16px 4px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .contact-details {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
  }
  .contact-detail {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: center !important;
    margin-bottom: 4px !important;
  }
  .contact-icon {
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 6px !important;
  }
  .contact-text {
    font-size: 15px !important;
    text-align: left !important;
    margin-left: 0 !important;
  }
  .contact-form-box {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    padding: 16px 8px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
  }
}

@media (max-width: 600px) {
  .contact-section {
    background: linear-gradient(0deg, #CDC6BB 0%, #F1EFEC 60%, rgba(241,239,236,0.24) 100%) !important;
    padding: 32px 0 32px 0 !important;
    display: flex;
    justify-content: center;
  }
  .contact-content-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    max-width: 340px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: none !important;
    padding: 0 !important;
  }
  .contact-info {
    width: 100% !important;
    text-align: left !important;
    align-items: flex-start !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .contact-title {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    width: 100% !important;
  }
  .contact-description {
    font-size: 16px !important;
    line-height: 150% !important;
    color: #333 !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    width: 100% !important;
  }
  .contact-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }
  .contact-detail {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .contact-icon {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }
  .contact-text {
    font-size: 16px !important;
    line-height: 150% !important;
    color: #333 !important;
    text-align: left !important;
    width: auto !important;
  }
  .contact-form-box {
    background: #fff !important;
    border-radius: 10px !important;
    max-width: 340px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 32px 16px 24px 16px !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .form-field {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    border-bottom: 1.2px solid #8F877F !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    padding: 8px 0 !important;
    outline: none !important;
    color: #333 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }
  .form-field textarea {
    border: 1.2px solid #8F877F !important;
    border-radius: 6px !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: 140px !important;
    padding: 10px !important;
    resize: none !important;
  }
  .form-field input::placeholder,
  .form-field select option[disabled] {
    font-size: 12px !important;
    letter-spacing: 0.13em !important;
    color: #333 !important;
    opacity: 1 !important;
  }
  .submit-btn {
    background: #8F877F !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    height: 48px !important;
    width: 100% !important;
    margin-top: 24px !important;
    border: none !important;
    box-shadow: none !important;
    transition: background 0.3s;
  }
  .submit-btn:hover {
    background: #7a736c !important;
  }
}

@media (max-width: 600px) {
  .presentation-section {
    background: #F1EFEC !important;
    display: flex;
    justify-content: center;
    padding: 0 !important;
  }
  .presentation-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    max-width: 335px !important;
    width: 100% !important;
    background: #F1EFEC !important;
    margin: 32px auto 0 auto !important;
    padding: 0 0 24px 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    gap: 0 !important;
  }
  .presentation-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .presentation-divider { order: 1 !important; width: 98px !important; border-top: 1px solid #8F877F !important; margin: 24px 0 0 15px !important; align-self: flex-start !important; }
  .presentation-description { order: 2 !important; font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; font-size: 22px !important; line-height: 110% !important; color: #000 !important; max-width: 317px !important; margin: 18px 0 0 15px !important; text-align: left !important; }
  .presentation-image-container { order: 3 !important; width: 100% !important; max-width: 335px !important; height: auto !important; background: none !important; margin: 24px 0 0 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; overflow: hidden !important; border-radius: 0 !important; }
  .presentation-image { width: 100% !important; max-width: 335px !important; height: auto !important; aspect-ratio: 335/208 !important; object-fit: cover !important; display: block !important; border-radius: 0 !important; margin: 0 auto !important; }
  .download-btn { order: 4 !important; width: 100% !important; max-width: 335px !important; height: 48px !important; background: #8F877F !important; color: #fff !important; font-family: 'Montserrat', sans-serif !important; font-weight: 400 !important; font-size: 16px !important; line-height: 110% !important; border: none !important; border-radius: 0 !important; margin: 24px 0 0 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; box-shadow: none !important; transition: background 0.3s; }
  .download-btn:hover { background: #7a736c !important; }
}

.download-btn.mobile-only { display: none; }
@media (max-width: 600px) {
  .presentation-content .download-btn.desktop-only { display: none !important; }
  .download-btn.mobile-only { display: flex !important; }
  .presentation-image { left: 0 !important; }
}

@media (max-width: 600px) {
  #frame385 .screen_3 .screen_3_r .screen_3_r_elem {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 342px !important;
    min-width: 0 !important;
    min-height: 84px !important;
    position: relative !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }
  #frame385 .screen_3 .screen_3_r .screen_3_r_elem_item {
    width: 84px !important;
    height: 84px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }
  #frame385 .screen_3 .screen_3_r .screen_3_r_elem_item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block !important;
  }
}

@media (max-width: 600px) {
  /* Линия между первой и второй картинкой */
  #frame385 .screen_3 .screen_3_r_elem_line_1 {
    left: 84px !important;
    top: 50% !important;
    width: 60px !important;
    height: 16px !important;
    transform: none !important;
  }
  /* Линия между второй и третьей картинкой */
  #frame385 .screen_3 .screen_3_r_elem_line_2 {
    left: 176px !important;
    top: 50% !important;
    width: 60px !important;
    height: 16px !important;
    transform: none !important;
  }
  #frame385 .screen_3 .screen_3_r_elem_abs svg {
    width: 60px !important;
    height: 16px !important;
    display: block !important;
    transform: none !important;
  }
}
@media (max-width: 600px) {
  #frame385 .screen_3 .screen_3_r_elem_line_2 {
    left: 168px !important;
    width: 90px !important;
    top: 50% !important;
    height: 16px !important;
    transform: none !important;
  }
  #frame385 .screen_3 .screen_3_r_elem_abs svg {
    width: 100% !important;
    height: 16px !important;
    display: block !important;
    transform: none !important;
  }
}

/* --- MOBILE: Stars & Why We Stand Out --- */
@media (max-width: 600px) {
  #frame385 .wrapper .screen_2 .screen_2_stars {
    justify-content: flex-start !important;
    margin-left: 16px !important;
    margin-bottom: 12px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_stars_items {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_title {
    text-align: left !important;
    margin-left: 16px !important;
    font-size: 20px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_txt {
    text-align: left !important;
    margin-left: 16px !important;
    font-size: 13px !important;
  }
}

/* --- MOBILE: screen_2_lr items left align --- */
@media (max-width: 600px) {
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item {
    text-align: left !important;
    align-items: flex-start !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_img {
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_title {
    text-align: left !important;
    font-size: 18px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_txt {
    text-align: left !important;
    font-size: 13px !important;
  }
}

/* --- MOBILE: screen_2_lr Figma-like layout --- */
@media (max-width: 600px) {
  #frame385 .wrapper .screen_2 .screen_2_lr {
    max-width: 337px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 337px !important;
    max-width: 100vw !important;
    padding: 0 !important;
    gap: 16px !important;
    margin-bottom: 52px !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item:last-child {
    margin-bottom: 0 !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_img {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: flex !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_img img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    display: block !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_title {
    font-size: 22px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    width: 337px !important;
    max-width: 100vw !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_lr .screen_2_lr_item .screen_2_lr_item_txt {
    font-size: 16px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-align: left !important;
    width: 337px !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 600px) {
  #frame385 .wrapper .screen_2 .screen_2_wrap {
    max-width: 337px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_stars {
    max-width: 337px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-bottom: 12px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_stars_items {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_title {
    text-align: left !important;
    font-size: 22px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 0 !important;
    width: 337px !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #frame385 .wrapper .screen_2 .screen_2_txt {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 140% !important;
    font-weight: 400 !important;
    color: #333 !important;
    width: 337px !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 600px) {
  #frame385 .wrapper .screen_1 .screen_1_r img[alt="Living Space"] {
    width: 337px !important;
    height: 360px !important;
    max-width: 100vw !important;
    max-height: 100vw !important;
    object-fit: cover !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 600px) {
  #frame385 .wrapper .screen_1 .screen_1_l {
    max-width: 337px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    padding: 0 !important;
  }
  #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_title,
  #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_txt {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 337px !important;
  }
  #frame385 .wrapper .screen_1 .screen_1_l .screen_1_l_btn {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 337px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 600px) {
  #frame385 .screen_4 .screen_4_slider {
    max-width: 336px;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
  }
  #frame385 .screen_4 .screen_4_slider_l_items_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 17px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid rgba(51,51,51,0.5);
    position: relative;
    cursor: pointer;
    background: #fff;
  }
  #frame385 .screen_4 .screen_4_slider_l_items_item::after {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    border: 1.6px solid rgba(51,51,51,0.5);
    border-width: 0 0 1.6px 1.6px;
    transform: rotate(-45deg);
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    transition: transform 0.2s;
  }
  #frame385 .screen_4 .screen_4_slider_l_items_item:first-child::after {
    transform: rotate(135deg);
  }
  #frame385 .screen_4 .screen_4_slider_l_items_item:last-child {
    border-bottom: none;
  }
  #frame385 .screen_4 .screen_4_slider_r {
    width: 100%;
  }
  #frame385 .screen_4 .screen_4_slider_r_item,
  #frame385 .screen_4 .screen_4_slider_r_item_tripl {
    display: none;
  }
  #frame385 .screen_4 .screen_4_slider_r_item:first-child {
    display: block;
    padding: 0 17px 22px 17px;
  }
  #frame385 .screen_4 .screen_4_slider_r_item:first-child .screen_4_slider_r_item_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 16px auto;
    border-radius: 0;
  }
  #frame385 .screen_4 .screen_4_slider_r_item:first-child .screen_4_slider_r_item_txt {
    font-size: 14px;
    line-height: 140%;
    color: #333;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .screen_4_accordion_mobile {
    display: block;
    max-width: 336px;
    margin: 32px auto 16px  auto;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
  }
  .screen_4_accordion_mobile .accordion_item {
    border-bottom: 1px solid rgba(51,51,51,0.5);
  }
  .screen_4_accordion_mobile .accordion_item:last-child {
    border-bottom: none;
  }
  .screen_4_accordion_mobile .accordion_checkbox {
    display: none;
  }
  .screen_4_accordion_mobile .accordion_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 17px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    position: relative;
    width: 100%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    transition: background 0.2s;
  }
  .screen_4_accordion_mobile .accordion_header::after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L9 0.999999L17 9" stroke="%23333333" stroke-opacity="0.5" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -5px;
    transition: transform 0.2s;
  }
  .screen_4_accordion_mobile .accordion_checkbox:checked + .accordion_header::after {
    transform: rotate(180deg);
  }
  .screen_4_accordion_mobile .accordion_content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
    padding: 0 17px;
  }
  .screen_4_accordion_mobile .accordion_checkbox:checked ~ .accordion_content {
    max-height: 500px;
    padding-bottom: 22px;
    transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), padding 0.2s;
  }
  .screen_4_accordion_mobile .accordion_content_inner {
    font-size: 14px;
    line-height: 140%;
    color: #333;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 10px;
  }
  .screen_4_accordion_mobile .accordion_content_imgs {
    display: flex;
    gap: 8px;
    margin: 0 0 12px 0;
    justify-content: center;
  }
  .screen_4_accordion_mobile .accordion_content_imgs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    background: #f1efec;
    display: block;
  }
  .screen_4_accordion_mobile .accordion_content_img_single img {
    width: 100%;
    max-width: 228px;
    height: auto;
    margin: 0 auto 12px auto;
    display: block;
    border-radius: 6px;
    background: #f1efec;
  }
}
@media (min-width: 601px) {
  .screen_4_accordion_mobile {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .screen_4_arrows {
    display: none !important;
  }
}

@media (max-width: 600px) {
  /* Tailored Projects to Suit Your Needs: заголовок и подзаголовок */
  .wrapper12 .text-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
    margin: 0 auto !important;
    width: 100%;
    max-width: 340px;
    padding: 0;
  }
  .wrapper12 .title {
    text-align: left !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .wrapper12 .subtitle {
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 340px !important;
  }
  /* Карточки проектов */
  .wrapper12 .projects {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    margin-top: 24px !important;
  }
  .wrapper12 .project-card {
    width: 336px !important;
    max-width: 95vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 24px 16px 24px 16px !important;
    border-radius: 8px !important;
    margin: 0 auto 12px auto !important;
    box-shadow: none !important;
  }
  .wrapper12 .project-left {
    background: #FBFAF9 !important;
    border: none !important;
    height: auto !important;
  }
  .wrapper12 .project-right {
    background: #fff !important;
    border: 1px solid #333 !important;
    height: auto !important;
  }
  .wrapper12 .project-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  .wrapper12 .project-subtitle {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
    width: 100% !important;
  }
  .wrapper12 .project-description {
    font-size: 16px !important;
    text-align: center !important;
    margin: 24px 0 12px 0 !important;
    width: 100% !important;
  }
  .wrapper12 .bullet-points {
    gap: 16px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .wrapper12 .bullet {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .wrapper12 .bullet img {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
  }
  .wrapper12 .bullet p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  #frame385 .screen_5 .wrapper .slider_grid_arrows,
  #frame385 .screen_5_reverse .wrapper .slider_grid_arrows {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .services-header {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .services-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 12px;
    width: 335px;
    max-width: 100%;
  }
  .services-description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 24px;
    width: 335px;
    max-width: 100%;
  }
  .services-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 24px;
    width: 332px;
    max-width: 100%;
  }
  .services-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    padding: 0 16px 16px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .service-item {
    min-width: 220px;
    max-width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 9px;
    box-shadow: 6px 19px 8px rgba(0,0,0,0.01), 3px 11px 7px rgba(0,0,0,0.05), 1px 5px 5px rgba(0,0,0,0.09), 0px 1px 3px rgba(0,0,0,0.1);
    padding: 16px 12px 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    scroll-snap-align: start;
  }
  .service-icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    display: block;
  }
  .service-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
    width: 100%;
  }
  .service-description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    width: 100%;
  }
  /* Убираем лишние отступы между блоками */
  .page-container {
    padding: 0;
  }
  .services-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .services-icons-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 0 16px 16px 16px;
    margin-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .service-icon-mobile {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 6px 19px 8px rgba(0,0,0,0.01), 3px 11px 7px rgba(0,0,0,0.05), 1px 5px 5px rgba(0,0,0,0.09), 0px 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    scroll-snap-align: start;
    border: 2px solid transparent;
    transition: border 0.2s, box-shadow 0.2s;
    flex: 0 0 64px;
  }
  .service-icon-mobile.active {
    border: 2px solid #333;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  }
  .service-icon-mobile img {
    width: 48px;
    height: 48px;
    display: block;
  }
  .services-text-mobile {
    padding: 0 16px 24px 16px;
  }
  .service-title-mobile {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
    width: 100%;
  }
  .service-description-mobile {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    width: 100%;
  }
  /* Скрываем десктопную сетку услуг на мобильном */
  .services-grid {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .services-icons-mobile,
  .services-text-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .vision-container {
    background: #f5f3f0;
    padding: 0;
  }
  .vision-wrapper {
    padding: 0;
    margin: 0 auto;
    max-width: 100vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vision-content {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 24px auto;
    padding: 0 16px;
    text-align: left;
  }
  .vision-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #333;
    margin-bottom: 16px;
    text-align: left;
  }
  .vision-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-bottom: 0;
    text-align: left;
  }
  .benefits-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    max-width: 400px;
    width: 95vw;
    margin: 24px auto 32px auto;
    padding: 32px 32px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    box-sizing: border-box;
  }
  /* Удалено: .benefit-item, .benefit-icon, .benefit-icon img, .benefit-text, .benefit-title, .benefit-description */
}

/* Глобальные стили для benefit-блока, одинаковые для всех экранов */
.benefit-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.benefit-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.benefit-icon img {
  width: 48px;
  height: 48px;
  display: block;
}
.benefit-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.benefit-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 2px;
  text-align: left;
}
.benefit-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin: 0;
  text-align: left;
}

@media (min-width: 769px) {
  #frame385 .benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-bottom: 32px;
    gap: 20px;
  }
  #frame385 .benefit-item:last-child {
    margin-bottom: 0;
  }
  #frame385 .benefit-icon {
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #frame385 .benefit-icon img {
    width: 36px;
    height: 36px;
    display: block;
  }
  #frame385 .benefit-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #frame385 .benefit-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-bottom: 2px;
    text-align: left;
  }
  #frame385 .benefit-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 768px) {
  #frame385 .benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-bottom: 32px;
    gap: 20px;
  }
  #frame385 .benefit-item:last-child {
    margin-bottom: 0;
  }
  #frame385 .benefit-icon {
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #frame385 .benefit-icon img {
    width: 36px;
    height: 36px;
    display: block;
  }
  #frame385 .benefit-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #frame385 .benefit-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-bottom: 2px;
    text-align: left;
  }
  #frame385 .benefit-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .slider_grid_elem {
    margin-bottom: 24px;
  }
  .slider_grid_elem:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .contact-detail {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: left !important;
    margin-bottom: 4px !important;
  }
}

@media (max-width: 600px) {
  .select-container select {
    font-size: 15px !important;
    height: 44px !important;
    padding: 0 0px !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-size: 18px 18px !important;
  }
  .select-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.download-btn.desktop-only { display: flex; }
.download-btn.mobile-only { display: none; }
@media (max-width: 600px) {
  .download-btn.mobile-only { display: flex !important; }
}
@media (min-width: 601px) {
  .download-btn.mobile-only { display: none !important; }
}

