@media(max-height: 1000px) {

  .section__main,
  .section__promo {
    min-height: auto;
    height: auto;
    padding-top: 100px;
  }

  .section__static-page .center {
    padding-top: 120px;
  }
}

@media(max-width: 1024px) {
  :root {
    --titleFontH1: 700 32px/normal var(--fontFamily);
    --titleFontH2: var(--titleFontH1);
    --titleFontBig: var(--titleFontH1);
    --titleFontSmall: 400 14px/normal var(--fontFamily);
  }

  .header_menu-item {
    margin: 0 10px;
  }

  .section__main,
  .section__promo {
    min-height: auto;
    height: auto;
    padding-top: 100px;
  }

  .promo_description__2 {
    margin-top: 32px;
  }

  .promo_img {
    min-height: 100%;
  }

  .promo_content {
    width: 60%;
  }

  .section .center {
    padding: 80px 0;
    border: none;
  }

  .section__about-us .center::before,
  .section__about-us .center::after,
  .section__process .center::before,
  .section__process .center::after,
  .section__about-us::before {
    display: none;
  }

  .section__static-page .center {
    padding-top: 120px;
  }
}

@media(max-width: 768px) {
  .btn {
    width: 100%;
  }

  .header_button {
    width: 100%;
  }

  .header_menu-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 56px;
    height: 56px;
    background: #fff;
    color: #111;
    z-index: 101;
  }

  .header_menu-toggle.is-active {
    position: fixed;
  }

  .header_menu-toggle.is-active .icon__close {
    display: -ms-flexbox;
    display: flex;
  }

  .header_menu-toggle.is-active .icon__menu,
  .header_menu-toggle .icon__close {
    display: none;
  }

  .header_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #151515;
    z-index: -1;
    padding: 20px 40px;
    transition: all 0.3s ease;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_menu-items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: initial;
    flex: initial;
  }

  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }

  .header_menu-item {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 60px;
  }

  .section .center {
    padding: 40px 0;
    border: none;
  }

  /*main section mob*/
  .section__main {
    height: auto;
    padding-top: 0;
  }

  .section__main .center {
    padding: 164px 0 60px;
  }

  .main_actions {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .main_counter {
    margin-top: 20px;
  }

  .main_counter-number {
    font: var(--titleFontH2);
  }

  .main_counter-text {
    font-size: 14px;
  }

  /*why us mob*/
  .why-us_title-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .why-us_title {
    margin: 0 0 32px;
  }

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

  .why-us_item {
    border: none;
    border-bottom: var(--border);
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .why-us_item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .why-us_item-title {
    font-size: 64px;
  }

  /*about us mob*/
  .section__about-us {
    overflow: hidden;
  }

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

  .about-us_description {
    padding: 0;
    width: 100%;
  }

  .about-us_img {
    max-height: none;
  }

  .about-us_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .about-us_action {
    padding: 0;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }

  /*benefits mob*/
  .section__benefits {
    overflow: hidden;
  }

  .benefits_img {
    margin: 20px 0;
  }

  .benefits_img img {
    height: 80vw;
    width: auto;
    max-width: none;
  }

  .benefits_items {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits_item {
    border: none;
    border-bottom: var(--border);
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .benefits_item:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }

  .benefits_item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  /*contact us mob*/
  .section__contact-us {
    background-size: auto 660px;
  }

  .contact-us_badge {
    font-size: 18px;
    margin: 20px auto;
    max-width: 100%;
  }

  .contact-us_form {
    margin-top: 40px;
  }

  /*section promo mob*/
  .section__promo {
    height: auto;
    padding-top: 80px;
  }

  .section__promo .center {
    padding-top: 0;
  }

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

  .promo_img {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    min-height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promo_content {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  /*section pluses*/
  .section__our-pluses .center {
    padding-bottom: 0;
  }

  .our-pluses_description {
    margin-bottom: 40px;
  }

  .our-pluses_items {
    padding: 20px;
    margin: 0 -20px;
  }

  .our-pluses_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /*process mob*/
  .process_description {
    margin-bottom: 20px;
  }

  .process_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .platforms_title {
    margin-bottom: 40px;
  }

  .platforms_img {
    margin: 20px 0;
  }

  /*technologies mob*/
  .technologies_title-block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .technologies_title {
    margin: 0 0 32px;
    width: 100%;
    max-width: 100%;
  }

  .technologies_description {
    width: 100%;
    max-width: 100%;
  }

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

  .technologies_items .technologies_item {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border: none;
    border-bottom: 1px solid #282727;
  }

  .technologies_items .technologies_item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .technologies_item-title {
    font-size: 32px;
    line-break: normal;
  }

  .technologies_item-icons {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .technologies_item-icon {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
  }

  .technologies_item-icon .icon {
    font-size: 80px;
  }

  /*static mob*/
  .section__static-page .center {
    padding-top: 100px;
  }

  .static-page h1 {
    margin-bottom: 20px;
  }

  .static-page h4 {
    font-size: 24px;
    margin-top: 20px;
  }

  /*footer mob*/
  .footer_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_menu {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_menu-item {
    margin: 0 0 20px;
  }
}