@media (max-width: 1400px) {
  .intro {
    width: 98%;
    /* margin: 2%; */
    background-size: cover;
  }

  .container {
    width: unset;
    margin: 0 auto;
  }
  .cards {
    margin: 85px 15px;
  }
  .registration-row {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .intro {
    width: 100%;
    /* margin: 2%; */
    background-size: cover;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
  }
  .cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    width: 100%;
    max-width: 300px;
    margin: 10px 0;
  }
  .btn-contact {
    order: 1;
  }
  .nav {
    margin-left: 0;
    background-color: transparent;
  }
  .nav__list {
    display: none;
    transition: max-height 0.3s;
  }
  .nav-button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    stroke: #fff;
    position: relative;
    width: 56px;
    height: 56px;
    padding: 0;
    order: 2;
    margin-left: 0;
  }
  .nav.open .nav__list {
    display: flex;
    flex-direction: column;
    background: #232323;
    position: absolute;
    top: 70px;
    right: 0;
    width: 220px;
    border-radius: 0 0 20px 20px;
    z-index: 1001;
    padding: 24px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .nav-button img {
    width: 48px;
    height: 48px;
    display: block;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .footer {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .header-fixed {
    left: 0 !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 25px !important;
  }
  .intro {
    padding-top: 0px !important;
  }
  .header {
    top: 10px;
    left: 0;
    transform: none;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
  }
  .header.sticky {
    left: 0;
    transform: none;
    box-shadow: none;
  }
  .header-actions {
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
  }
  .btn-contact {
    width: 65%;
    margin: 0;
  }
  .nav {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .nav__item {
    margin-right: 0;
  }
  .nav-button {
    order: 2;
    margin-left: 0;
  }
  .intro {
    width: 100%;
    margin: 0;
    padding-top: 80px;
    border-radius: 0;
    background-position: center;
  }
  .container {
    width: 100%;
    padding: 0 8px;
  }
  .cards {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    width: 100%;
    max-width: 100%;
  }
  .card p {
    text-align: center;
    width: 100%;
  }
  .circle-gradient {
    display: none;
  }
  .cta {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 24px;
  }
  .cta-text {
    font-size: 20px;
  }
  .cta-btn {
    width: 100%;
    height: auto;
  }
  .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .tarrifs-list,
  .clients-list,
  .offers-list,
  .solutions-list {
    align-items: stretch !important;
    gap: 16px !important;
    flex-direction: column !important;
    padding: 10px 0;
  }
  .tarrifs-list {
    padding: 0 8px;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .tarrifs-card {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .tarrif-img,
  .tarrifs-card,
  .clients-card,
  .offers-card,
  .solutions-c,
  .solutions-card {
    border-radius: 16px !important;
    padding: 16px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .tarrif-img {
    display: none;
  }
  .tarrif-img img {
    border-radius: 16px !important;
    height: 220px !important;
  }
  .registration-row {
    border-radius: 16px;
    flex-direction: column;
    gap: 24px;
    height: auto;
  }
  .registration-form-block,
  .registration-info {
    border-radius: 16px;
    padding: 24px 8px;
    height: auto;
    gap: 24px;
    flex-direction: column;
  }
  .registration-info-title {
    margin-bottom: 0;
  }
  .closing {
    padding: 24px 8px;
  }
  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 0;
    border-radius: 16px;
  }
  .logo-nav {
    gap: 12px;
    flex-direction: column;
  }
  .content {
    padding: 100px 0px;
  }
  .registration-title .solutions-title,
  .tarrifs-title,
  .offers-title,
  .clients-title,
  .rewiews-title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .review-card {
    min-width: 220px;
    max-width: 100%;
    padding: 16px;
  }
  .review-photo {
    /* width: 48px;
    height: 48px; */
    margin-right: 12px;
  }
  .carousel-control {
    width: 32px;
    height: 32px;
    font-size: 18px;
    top: 30%;
  }

  .carousel-control.prev {
    left: unset;
    right: unset;
  }

  .modal {
    min-width: 90vw;
    padding: 24px 8px;
    border-radius: 16px;
  }
  .modal-form label {
    font-size: 18px;
  }
  .modal-form input,
  .modal-form .btn-submit {
    font-size: 16px;
    padding: 10px 8px;
  }
  .footer-info {
    font-size: 12px;
  }
  .nav__link {
    font-size: 14px;
  }
  .btn,
  .btn-contact,
  .btn-cta {
    font-size: 14px;
  }
  .cost-info {
    font-size: 14px;
  }
  .review-text {
    font-size: 12px;
  }
  .card p,
  .old-cost,
  .btn-tarrifs-contact,
  .services-info p,
  .offers-card-description,
  .review-name,
  .registration-form-block input[type="text"],
  .registration-form-block input[type="tel"],
  .registration-form-block input[type="text"]::placeholder,
  .registration-form-block input[type="tel"]::placeholder,
  .modal-form input[type="text"],
  .modal-form input[type="tel"],
  .modal-form input[type="text"]::placeholder,
  .modal-form input[type="tel"]::placeholder,
  .btn-submit,
  .modal-form .btn-submit {
    font-size: 14px;
  }
  .offers-card-description,
  .clients-card-title,
  .review-org {
    font-size: 16px;
  }
  .offers-card-title,
  .highlight7,
  label[for="fioInline"],
  label[for="modalInn"] {
    font-size: 18px;
  }
  .registration-info-title {
    font-size: 18px;
  }
  .card-title {
    font-size: 20px;
  }
  .tarrifs-card-title {
    font-size: 22px;
  }
  .solutions-title,
  .tarrifs-title,
  .offers-title,
  .clients-title {
    font-size: 24px;
  }
  .registration-title {
    font-size: 26px;
  }
  .title {
    font-size: 32px;
  }
  .fovarable-cost {
    font-size: 32px;
  }
  .registration-form-block label {
    font-size: 16px !important;
  }
  .clients-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100vw !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .clients-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 16px !important;
    padding: 16px !important;
    box-sizing: border-box;
  }
  .registration-info {
    margin: 0 !important;
    padding: 24px 8px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100vw !important;
    gap: 0px;
  }
  .registration-info > * {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .solutions-list img,
  .clients-list img,
  .registration-info-list .icon img {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }
}
