@media (max-width: 1279.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --header-height: 80px;
  }

  .container {
    max-width: 940px;
  }

  .row {
    --gx: 16px;
  }

  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
    padding-top: 12px;
  }

  .header__logo {
    position: static;
  }

  .header__logo img {
    height: 55px;
    width: auto;
    margin-left: -3px;
  }

  .header__content {
    flex-grow: 1;
    min-width: 1px;
  }

  .menu-btn {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }

  .menu-btn:before,
  .menu-btn:after {
    content: '';
  }

  .menu-btn:before,
  .menu-btn:after,
  .menu-btn > span {
    position: absolute;
    width: 18px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
    background: currentColor;
    transition: 0.25s ease-in-out;
  }

  .menu-btn:before {
    transform: translateY(-5px);
  }

  .menu-btn:after {
    transform: translateY(5px);
  }

  .menu-popup {

  }

  .menu-popup__bg {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 90001;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .menu-popup__bg {
    opacity: 1;
    visibility: visible;
  }

  .menu-popup__inner {
    position: fixed;
    z-index: 90002;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 270px;
    background: #fff;
    color: #0F1026;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .menu-popup__inner {
    transform: translateX(-100%);
  }

  .menu-popup__close {
    display: block;
    position: absolute;
    right: 16px;
    top: 35px;
    z-index: 1;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background: none;
    color: #000;
  }

  .menu-popup__close:before,
  .menu-popup__close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    border-radius: 2px;
    background: currentColor;
    transform: rotate(-45deg);
  }

  .menu-popup__close:after {
    transform: rotate(45deg);
  }

  .menu-popup__content {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 30px;
  }

  .header__nav {
    display: block;
    flex-grow: 1;
    margin-top: 58px;
  }

  .header__nav ul {
    display: block;
  }

  .header__nav li {
    margin: 0 0 40px;
  }

  .header__callback-btn {
    display: none;
  }

  .languages__target {
    display: none;
  }

  .languages__droplist {
    position: static;
    margin: 0;
    background: none;
    color: inherit;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .languages__item {
    display: block !important;
    margin: 0;
  }

  .languages__flag {
    margin: 0;
  }

  .languages__text {
    display: none;
  }

  .hero-wrapper {
    background-image: url('../images/hero-bg-mob.svg');
    background-size: auto 1110px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .hero {
    padding-top: 39px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .hero h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 11px;
  }

  .hero .btn {
    margin-top: 5px;
    width: 100%;
  }

  .about-section {
    margin-bottom: 44px;
  }

  .about {
    max-width: none;
    background-image: none;
    border-radius: 20px;
    background-color: var(--accent-color);
    padding: 42px 26px 27px;
    display: block;
    min-height: 0;
  }

  .about__inner {
    max-width: none;
    margin: 0;
  }

  .about h2 {
    font-size: 32px;
    margin-bottom: 17px;
  }

  .about__lead {
    margin: 0 0 18px;
  }

  .services-section {
    margin-bottom: 74px;
  }

  .services-section .section-header {
    text-align: center;
    margin-bottom: 43px;
  }

  .service {
    margin-bottom: 48px;
  }

  .service__content {
    font-size: 16px;
    line-height: 20px;
  }

  .service__content h3 {
    margin-bottom: 15px;
  }

  .section-header {
    margin-bottom: 33px;
  }

  .section-header h2 {
    margin-bottom: 8px;
  }

  .section-header p {
    line-height: 1.2;
  }

  .clients-section {
    margin-bottom: 48px;
  }

  .bg-section {
    margin-bottom: 45px;
  }

  .faq-section {
    margin-bottom: 40px;
  }

  .faq-section .section-header {
    margin-bottom: 21px;
  }

  .reviews .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-section {
    margin-bottom: 61px;
  }

  .reviews-section .section-header {
    margin-bottom: 29px;
  }

  .review__content {
    margin: 0 -15px;
  }

  .contacts-section .section-header {
    margin-bottom: 27px;
  }

  .contacts-section .section-header h2 {
    margin-bottom: 26px;
  }

  .contacts-section .section-header p {
    line-height: 34px;
  }

  .contacts__header {
    padding: 40px;
  }

  .contacts__header h4 {
    margin-bottom: 21px;
  }

  .contacts__content {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  .hero {
    display: block;
  }

  .hero__content {
    width: auto;
    padding-right: 0;
    margin-bottom: 61px;
  }

  .hero__image {
    width: auto;
    max-width: 343px;
    margin: 0 auto;
  }

  .hero__image-inner {
    margin-right: 0;
  }

  .service {
    display: block;
    margin-left: 0;
  }

  .service__image {
    width: auto;
    max-width: 343px;
    padding-left: 0;
    margin: 0 auto 20px;
  }

  .service__content {
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }

  .service__content-inner {
    max-width: none !important;
  }

  .faq__item {
    padding: 21px 23px;
  }

  .faq__item-icon {
    margin-right: -15px;
    margin-left: 4px;
  }

  .faq__item-content {
    margin: 0;
  }

  .footer {
    background-image: url('../images/footer-bg-mob.svg');
    background-size: 100% 1090px;
    min-height: 1090px;
    padding-top: 145px;
    padding-bottom: 29px;
  }

  .contacts {
    display: block;
    margin-bottom: 10vw;
  }

  .contacts__header {
    width: auto;
    border-radius: 20px 20px 0 0;
    padding: 31px 16px 32px;
  }

  .contacts__header h4 {
    text-align: center;
  }

  .contacts__content {
    width: auto;
    padding: 35px 16px 40px;
  }

  .callback-form .btn {
    width: 100%;
  }

  .footer__bottom {
    display: block;
    text-align: center;
  }

  .footer__copyright {
    margin-bottom: 23px;
  }

  .footer__social {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: none;
  }
}