@media (max-width: 1400px) {
  .news__name {
    max-width: 300px;
  }
  .news__text {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .news-scheme {
    max-width: 30%;
  }

  .team-scheme, .posts-scheme {
    max-width: 40%;
  }

  .header__menu, .header__langs {
    display: none !important;
  }
  .header__form .search_icon {
    top: 17px;
  }
  .header__form::after {
    display: none !important;
    top: 11px;
  }
  .header__search {
    line-height: 43px;
  }

  .news__main {
    margin-bottom: 30px;
  }
  .news__main .news__img {
    height: 350px;
  }

  .shadow-text {
    font-size: 60px;
    top: -14px;
    left: 20px;
  }

  .footer__item {
    display: none;
  }
  .footer__item.first {
    display: block;
  }

  .post__info {
    flex-wrap: wrap;
    color: #fff;
  }
  .post__info .tags {
    color: #000;
    order: 5;
    margin-top: 20px;
  }
  .post__info .tags__wrap {
    max-width: 90%;
  }

  .vacancy__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .vacancy__sub-title {
    font-size: 26px;
  }
  .vacancy__img {
    display: none;
  }

  .tech__desk {
    margin-bottom: 30px;
  }

  .person__img {
    margin-bottom: 30px;
  }

  .offer_partners .second {
    display: none;
  }

  .digital__item_name {
    height: 75px;
  }
  .digital__item.box span {
    font-size: 18px;
  }
  .digital__pros {
    width: 49%;
    font-size: 18px;
  }
  .digital__pros:last-child {
    margin: 0 0 16px 0;
  }

  .slick-arrow {
    width: 37px;
    height: 37px;
    left: 25px;
  }

  .slick-next {
    left: auto;
    right: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    text-align: center;
  }

  .shadow-text {
    display: none;
  }

  .subscribe__wrap {
    flex-direction: column;
  }
  .subscribe__wrap .form__input, .subscribe__wrap .form__btn {
    width: 50%;
  }

  .post__title {
    max-width: 100%;
  }
  .post__info {
    justify-content: center;
  }
  .post__info .date {
    margin-right: 0;
  }
  .post__info .media {
    width: 70%;
    margin: 40px 0 20px;
  }
  .post__download {
    margin: 40px 0 20px;
  }
  .post__content p.bold {
    font-size: 16px;
  }

  .news__name {
    font-size: 15px;
    white-space: initial;
    margin-bottom: 12px;
  }
  .news__text {
    display: none;
  }

  .release {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .release__info {
    width: auto;
    margin-top: 30px;
  }

  .contacts__text {
    max-width: 90%;
  }
  .contacts .form {
    margin-top: 50px;
  }

  .team-page .team__item {
    margin: 0 0 50px;
  }

  .partners {
    flex-direction: column;
    align-items: flex-start;
  }

  .vacancy__item {
    margin-bottom: 40px;
  }

  .form__sub-title {
    margin-top: 30px;
  }
  .form__sub-title:first-child {
    margin-top: 0;
  }

  .person__name {
    text-align: left;
  }
  .person__img {
    width: 300px;
    height: 300px;
  }

  .posts-scheme {
    display: none;
  }

  .digital__item {
    width: 48%;
  }
  .digital__item.box {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 578px) {
  h2, .pages__title {
    font-size: 30px;
  }

  h4 {
    font-size: 16px;
  }

  .news__info {
    padding-left: 30px;
  }
  .news__item {
    height: 150px !important;
  }
  .news__img {
    width: 120px;
  }
  .news__name {
    font-size: 13px;
  }
  .news__btn {
    font-size: 14px;
  }

  .posts__top .pagination {
    display: none;
  }
  .posts__img_bottom {
    font-size: 12px;
  }

  .post__img_wrap {
    height: 350px;
  }

  .form__input {
    width: 100%;
  }

  .vacancy__title {
    font-size: 30px;
  }
  .vacancy__sub-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .vacancy__text {
    font-size: 14px;
  }

  .digital__title {
    font-size: 24px;
    margin: 40px 0;
  }
  .digital__item {
    width: 95%;
    text-align: center;
  }
  .digital__item_name {
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  .digital__item_text {
    margin: auto;
    margin-bottom: 15px;
  }
  .digital__pros {
    width: 90%;
    margin: auto !important;
    margin-bottom: 15px !important;
  }

  .team .logo__img {
    height: 70px;
  }
}

/*# sourceMappingURL=media.css.map */
