@media(max-width: 1024px) {
  :root {
    --titleBig: 500 30px/normal var(--fontFamily);
  }

  .section {
    margin-bottom: 20px;
  }

  .contact-us-custom-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-us-custom-field,
  .contact-us-custom_button {
    width: 100%;
  }

  .approach_inner,
  .team_inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .approach_items,
  .approach_img-block,
  .team_img-block,
  .team_description,
  .approach__3 .approach_items {
    width: 100%;
    margin: 0 auto 20px;
  }

  .approach_img-block,
  .team_img-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .approach_img-block img,
  .team_img-block img {
    max-width: 300px;
  }

  .approach__1 .approach_items,
  .approach__2 .approach_text {
    -ms-flex-order: 2;
    order: 2;
  }

  .approach__2 .approach_img-block {
    margin: 0 auto 20px;
  }

  .approach__3 .approach_img-block {
    margin: 0 auto;
  }

  .why-us_items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
  }

  .why-us_item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .team_description img {
    float: none;
    margin: 0 auto 20px;
  }

  .workflow_badge,
  .team_badge {
    position: static;
    width: calc(100vw - 40px);
    margin: 0 auto 20px;
  }

  .team_badge {
    -webkit-transform: none;
    transform: none;
  }

  .motivation_action .btn,
  .workflow_item-action .btn {
    width: 100%;
  }

  .main__index {
    margin-bottom: 20px;
  }

  .section__team {
    padding: 0;
  }

  .section__about {
    background: none;
    display: block;
    height: auto;
  }

  .section__about::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: url(../i/about-bg.jpg) no-repeat -180px center/auto 300px;
    margin-bottom: 20px;
  }

  .about {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .workflow_items {
    height: auto;
    padding: 0 20px;
  }

  .slider-wrapper {
    overflow: initial;
  }

  .workflow_item-inner {
    height: auto;
    padding: 250px 20px 20px;
  }

  .slide {
    margin: 0 0 20px;
    width: 100%;
    padding: 0;
  }

  .slider-track {
    display: block;
    width: 100%;
  }

  .dots {
    display: none;
  }

  .footer {
    padding: 20px;
  }

  .footer_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_logo-block,
  .footer_menu-items {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_menu-items {
    margin-top: 20px;
  }
}