@media(max-width: 1700px) {
  .header {
    padding-top: 20px;
  }

  .header_wrap {
    margin: 0 auto;
  }

  .header_menu-toggle {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .main_pic-inner {
    border: none;
  }

  .main_badge {
    left: 20%;
    bottom: 0;
  }

  .main_badge-img {
    width: 395px;
    height: 165px;
  }

  .main_title {
    margin-top: 20px;
  }

  .main_action {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main_text {
    font-size: 48px;
    padding-bottom: 44px;
  }
}

@media(max-width: 1400px) {
  :root {
    --titleFontH1: 600 24px/normal var(--fontFamily);
    --textBtn: 500 32px/normal var(--fontFamily);
  }

  .header_menu-inner {
    padding: 80px 24px 24px;
  }

  .header_menu-logo {
    left: 24px;
    bottom: 24px;
  }

  .header_menu-item {
    margin-bottom: 30px;
    min-height: 50px;
  }

  .header_menu-item-icon {
    --iconWidth: 16px;
    margin-right: 80px;
  }

  .main_title {
    font-size: 62px;
  }
}

@media(max-width: 1024px) {
  .btn {
    padding: 0 24px;
    height: 40px;
  }

  .header {
    padding: 24px 24px 0;
  }

  .header_wrap {
    min-width: 100%;
  }

  .header_logo {
    margin: 0;
  }

  .header_menu-inner {
    width: 100%;
  }

  .header_menu-toggle {
    color: #000;
    z-index: 2000;
  }

  .header_menu-toggle.is-active {
    color: #fff;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    position: fixed;
    top: 40px;
    right: 20px;
  }

  .header_menu-toggle.is-active .icon::before {
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    top: 50%;
    left: 0;
  }

  .header_menu-toggle.is-active .icon::after {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    top: 50%;
    left: 0;
  }

  .section__main {
    min-height: auto;
  }

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

  .main_img {
    border: 1px solid #7F7F7F;
    width: 240px;
    height: 240px;
  }

  .main_col {
    width: 100%;
  }

  .main_col__1 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 95px 24px 40px;
  }

  .main_title {
    font-size: var(--titleFontH1);
  }

  .main_title-line__1 {
    margin-left: 80px;
  }

  .main_col__2 {
    padding: 46px 0 0;
  }

  .main_pic {
    height: auto;
    padding: 0 24px;
  }

  .main_pic::before {
    top: 0;
  }

  .main_text {
    margin: 0;
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .main_description {
    font: var(--titleFontH1);
    padding: 4px 24px;
    color: #fff;
    text-align: left;
    -webkit-mask: none;
    mask: none;
    background: none;
    -webkit-text-fill-color: initial;
  }

  .main_description span {
    display: block;
  }

  .main_description .line__2,
  .main_description .line__5 {
    padding-left: 12%;
  }

  .main_description .line__3 {
    padding-left: 5%;
  }

  .main_description .line__2,
  .main_description .line__3 {
    padding-right: 0;
  }

  .main_description::before {
    width: 100%;
    height: 100%;
    top: 0;
    border-top: none;
  }

  .main_badge {
    -webkit-transform: none;
    transform: none;
    left: 0;
    bottom: 20px;
  }

  .main_badge-img {
    width: 264px;
    height: auto;
  }

  .main_action {
    width: 100%;
    margin-top: 40px;
    padding: 0 24px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main_action .btn {
    margin-right: 44px;
  }

  .about-us,
  .services_item-text,
  .career_info-inner,
  .news,
  .footer_wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 24px 0 64px;
    margin: 0;
  }

  .section {
    border-left: none;
    border-right: none;
  }

  .section__divider__1 {
    border-bottom: none;
    border-top: 1px solid #FFF;
  }

  .about-us_title span {
    margin: -9px 8px 0 0;
  }

  .about-us_description {
    padding-right: 10px;
  }

  .services_subtitle {
    margin: 0 0 24px 24px;
  }

  .services_title {
    padding-left: 64px;
  }

  .services_item {
    padding: 24px 0;
  }

  .services_item-icon {
    --iconWidth: 16px;
  }

  .services_item-text {
    font: var(--textFont);
  }

  .career_info {
    padding: 48px 0;
  }

  .career_info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career_action {
    position: static;
    -ms-flex-order: 2;
    order: 2;
    margin: 32px 24px 0 auto;
  }

  .career_title-inner span {
    margin-right: 20px;
  }

  .career_description {
    font: var(--textFont);
  }

  .section__news {
    padding-bottom: 10px;
  }

  .news_logo {
    top: 48px;
    right: 24px;
  }

  .news_details {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news_action {
    -ms-flex-order: 2;
    order: 2;
    margin: 32px 24px 0 auto;
  }

  .body__error .header {
    padding: 24px;
  }

  .error-block_title {
    font-size: 24px;
    padding: 24px 0;
  }

  .error-block_action {
    padding: 48px 0;
  }

  .footer {
    font: var(--textFont);
    padding-bottom: 120px;
  }

  .footer:after {
    height: 108px;
    background-size: auto 150px;
  }

  .footer_pic {
    right: auto;
    top: 10%;
    left: -34px;
    width: 108px;
    height: 304px;
  }

  .footer_img {
    max-height: 100%;
  }

  .footer_pic-text {
    top: 30%;
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
  }

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

  .footer_menu-items {
    width: 100%;
    margin-top: 48px;
  }

  .copyright_block,
  .copyright {
    margin-top: 48px;
  }

  .social_link-name {
    font-size: 24px;
  }

  .contact-us_window {
    padding: 24px;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
  }

  .back-action {
    margin: 24px 0;
  }

  .section__static-page .center {
    width: 100%;
    padding: 0 14px;
  }

  .static-page h2 {
    font-size: 24px;
  }

  .body__static-page .footer_pic {
    -webkit-transform: translate(0, -30%) scale(0.8);
    transform: translate(0, -30%) scale(0.8);
  }
}