@media (max-width: 1360px) {
  .container {
    padding: 0 15px;
    max-width: 1100px;
  }
  .header .container {
    padding: 15px 15px;
  }
  .intro__heading h1 {
    font-size: 8vw;
  }
  .team__img {
    max-width: 450px;
  }
  .structure__content {
    gap: 40px 200px;
  }
  .structure__item {
    max-width: 350px;
    font-size: 21px;
  }
  .footer h2 {
    font-size: 80px;
    line-height: 1.2;
    max-width: 620px;
  }
  .en .footer h2 {
    font-size: 65px;
  }
  .en .footer h2::after {
    font-size: 30px;
    right: -40px;
    line-height: 2;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .container > div {
    max-width: 100%;
  }
  .about__text p {
    max-width: 100%;
  }
  .team__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__content > img, .team__content > div {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    gap: 25px;
  }
  .intro__heading {
    background: url(../img/intro-heading.png) no-repeat center/850px auto;
  }
  .what .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .what .container > div {
    max-width: 100%;
  }
  h2 {
    font-size: 64px;
    line-height: 1.25;
  }
  .vacancies h2 br {
    display: none;
  }
  .structure__content {
    gap: 30px 100px;
    padding: 220px 0;
  }
  .structure__item {
    max-width: 255px;
    font-size: 16px;
    padding: 30px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__content {
    text-align: center;
  }
  .footer__follow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__content .vacancies__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .intro__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .intro__text p {
    text-indent: 0;
    text-align: center;
  }
  h2, .footer h2 {
    font-size: 45px;
    line-height: 1.25;
  }
  .vacancies h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .structure__content {
    gap: 20px;
  }
  .structure__content {
    background: url(../img/structure.png) no-repeat center/700px auto;
  }
  .footer h2::after {
    top: 60px;
    right: 0px;
    font-size: 26px;
    line-height: 1.7;
    padding: 10px 20px;
  }
  .en .footer h2 {
    font-size: 40px;
    text-align: center;
  }
  .en .footer h2::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 385px;
  }
  .intro__heading {
    background: url(../img/intro-heading.png) no-repeat center/430px auto;
  }
  .about__text p {
    font-size: 16px;
  }
  .about__block {
    gap: 30px;
    padding: 40px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .marquee__item img {
    height: 30px;
  }
  h2, .footer h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .vacancies h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .team {
    padding: 60px 0;
  }
  .structure__content {
    background: url(../img/structure.png) no-repeat center/380px auto;
    padding: 70px 0;
  }
  .structure__item:nth-child(3) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .structure__item:nth-child(4) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footer h2::after {
    top: -20px;
  }
  .vacancies__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .vacancies__footer .desk {
    display: none;
  }
  .main-wrapper {
    background: url(../img/main-bg-mob.png) no-repeat top center/cover;
  }
  .what__img img {
    width: 1500px;
  }
}
@media (max-width: 440px) {
  .intro__heading h1 {
    font-size: 9vw;
  }
  h2, .footer h2 {
    font-size: 35px;
    line-height: 1.4;
  }
  .vacancies__item span {
    font-size: 20px;
  }
  .en .footer h2 {
    font-size: 24px;
  }
  .en h2 {
    font-size: 30px;
  }
}/*# sourceMappingURL=adaptive.css.map */