@media screen and (max-width: 1200px) {
  .nav__link,
  .nav__links-line {
    display: none;
  }

  .steps__wrapper {
    gap: 20px;
  }

  .benefits__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .benefits__image-wrapper {
    justify-content: center;
  }

  .form__image-left {
    left: -220px;
  }

  .form__image-right {
    right: -220px;
  }

  .action__wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 992px) {
  .step__number {
    height: 50px;
    min-width: 50px;
    font-size: 28px;
  }

  .steps__wrapper {
    flex-direction: column;
  }

  .form__image {
    height: 200px;
  }

  .form__image-left {
    left: -110px;
  }

  .form__image-right {
    right: -110px;
  }

  .action__wrapper-info {
    text-align: center;
  }

  .action__wrapper {
    flex-direction: column;
  }

  .contacts__wrapper {
    flex-direction: column;
  }

  .contacts__image,
  .contacts__info {
    width: 100%;
  }

  .contacts__info-wrapper {
    justify-content: center;
  }

  .contacts__info-title {
    text-align: center;
  }

  .contacts__info {
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .nav__links-wrapper,
  .nav__line,
  .nav__contacts {
    display: none;
  }

  .call__title {
    font-size: 28px;
  }

  .call {
    padding: 40px 0;
  }

  .call_input {
    max-width: 235px;
  }

  .steps {
    margin: 80px 0;
  }

  h2 {
    font-size: 28px;
  }

  .benefits__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .feedbacks {
    margin: 80px 0;
  }

  .call__form {
    margin-top: 130px;
  }

  .form__image {
    height: 160px;
    top: -120px;
  }

  .form__image-left {
    left: -20px;
  }

  .form__image-right {
    right: -20px;
  }

  .nav__burger {
    display: block;
  }

  .nav__mobile-link {
    display: block;
  }

  .call__select {
    max-width: 235px;
  }

  .adv__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .action__wrapper {
    padding: 30px;
  }

  .action__form {
    margin-top: 24px;
  }

  .adv {
    margin: 80px 0;
  }

  #hiddenBlock {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .call__title {
    font-size: 27px;
  }

  .call__form-cells {
    flex-direction: column;
    gap: 16px;
  }

  .call_input,
  .call__select {
    max-width: 100%;
  }

  .call__countryCode {
    max-width: 100%;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 19px;
  }

  .step__number {
    height: 40px;
    min-width: 40px;
    font-size: 21px;
  }

  .step__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .steps__wrapper {
    margin-top: 80px;
  }

  .benefits__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  iframe {
    height: 200px;
    width: 150px;
  }

  .swiper {
    height: 200px;
  }

  .logo {
    font-size: 28px;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
  }

  .button-main {
    padding: 12px 16px;
    max-width: 190px;
  }

  .form__image {
    height: 140px;
    top: -110px;
  }

  .call__year {
    max-width: 100%;
  }

  .adv__title {
    margin-top: 40px;
  }

  .adv__block-title {
    font-size: 18px;
  }

  .tab__label {
    font-size: 18px;
  }

  .contacts__image {
    height: 240px;
  }

  .contacts__info-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .contacts__info-column {
    width: auto;
    margin: 0 auto;
  }

  .contacts__info-socials-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  footer {
    margin-top: 24px;
  }

  .contacts__info {
    padding-top: 40px;
  }

  .tab input:checked ~ .tab__content {
    max-height: 18rem;
  }

  .call__selectCode {
    max-width: 53px;
  }

  .call__block-btn {
    max-width: 100%;
  }

  #hiddenBlock {
    width: 90%;
  }
}

@keyframes mobileMenuAnimation {
  0% {
    margin-left: -100%;
  }

  100% {
    margin: 0;
  }
}
