@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf");
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 28px;
  color: #ffffff;
}

.intro {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
    url("../assets/images/29c6ced0e6f06d3e2039de2e7c52aad4eb0fb687.jpg");
  width: 1360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: 40px;
  padding-top: 40px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.title {
  font-size: clamp(24px, 3vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}

.registration-title,
.solutions-title,
.tarrifs-title,
.offers-title,
.clients-title,
.rewiews-title,
.card-title,
.offers-card-title,
.clients-card-title {
  font-size: clamp(22px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}

.cta-text,
.card-title,
.offers-card-title,
.offers-card-description,
.clients-card-title,
.review-org,
.review-name,
.review-text {
  font-size: clamp(14px, 2vw, 24px);
}

.header {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1000;
  background: rgba(34, 34, 34, 0.95);
  border-radius: 30px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-fixed {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
}

.header-placeholder {
  display: none;
}

.header.sticky + .header-placeholder {
  display: block;
  height: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo img {
  width: 10vw;
  min-width: 90px;
  max-width: 162px;
  height: auto;
}

.nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 30px;
  border-radius: 30px;
}

.nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s;
  font-weight: 500;
}

.nav__link.active {
  color: #ff5c00;
}

.nav__link:hover {
  color: #ff5c00;
}

.nav__item {
  margin-right: 20px;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav-button {
  display: none;
}

.btn,
.btn-contact,
.btn-submit {
  border-radius: 30px;
  transition: filter 0.5s, color 0.5s;
}

.btn {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  background-color: #ff5c00;
  cursor: pointer;
}

.btn-contact {
  margin-left: 36px;
}

.btn-contact:hover {
  filter: drop-shadow(0px 0px 20px #ff5c00);
}

.btn-contact:hover:before {
  transform: rotate(-20deg) translateX(200px);
}

.content {
  padding: 106px 0px 73px 0px;
}

.title {
  font-weight: 700;
}

.cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 85px;
  margin-bottom: 85px;
}

.card {
  display: flex;
  background: rgba(255, 255, 255, 1);
  padding: 24px;
  border-radius: 24px;
  width: 35%;
  height: auto;
  text-align: center;
  align-items: center;
}

.card p {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
  font-weight: 400;
}

.cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border: 2px solid #ff5c00;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
}

.btn-cta {
  font-size: 16px;
  width: inherit;
}

.btn-cta:hover {
  filter: drop-shadow(0px 0px 20px #ff5c00);
}

.cta-text {
  font-weight: 500;
}

.circle-gradient {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(
    circle at 50% 50%,
    #ff5c00 0%,
    #383838 40%,
    transparent 80%
  );
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-gift,
.card-icon,
.clients-icon-img,
.nubmer-circle-gradient img,
.registration-info-item .icon img {
  width: 6vw;
  min-width: 32px;
  max-width: 54px;
  height: auto;
}

.solutions-list img,
.clients-list img,
.registration-info .icon img {
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  max-width: 54px;
  max-height: 54px;
  min-width: 24px;
  min-height: 24px;
}

.solutions-title {
  font-weight: 700;
  line-height: 50px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-bottom: 60px;
}

.solutions-c {
  width: 386px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  border: 1px solid #ff5c00;
  border-radius: 30px;
  text-align: center;
  align-items: center;
  gap: 10px;
}

.solutions-c .card-title {
  line-height: 28px;
  font-weight: 500;
  color: #ff5c00;
}

.solutions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}

.solutions-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.02);
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  width: 386px;
  text-align: center;
  align-items: center;
  gap: 10px;
}

.solutions-card img {
  width: 48px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.card-title {
  font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  line-height: 32px;
  color: #000;
}

.card-description {
  font-weight: 400;
  line-height: 24px;
  color: #383838;
  margin-bottom: 0;
}

.offers-card-description,
.clients-card-title {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
  text-align: left;
}

.tarrifs-title {
  font-weight: 700;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}

.cost {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
  justify-content: space-between;
}

.tarrifs {
  background-color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tarrifs-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  padding: 32px;
  border-radius: 30px;
  width: 590px;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
  min-height: 400px;
  box-sizing: border-box;
}

.tarrifs-card-title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  padding-top: 32px;
  color: #000;
  text-align: center;
}

.tarrifs-card-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}

.fovarable-cost {
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 700;
  color: #ff5c00;
  line-height: 1.1;
  text-align: center;
}

.old-cost {
  font-size: 18px;
  color: #000;
  text-decoration: line-through;
  margin-right: 20px;
  text-align: center;
}

.cost-info {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #5d5d5d;
  padding-top: 24px;
  text-align: center;
}

.services {
  width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
  padding: 5%;
}

.services-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 29px;
  margin-bottom: 20px;
}

.services p {
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

.btn-tarrifs-contact {
  padding: 15px 0;
  height: inherit;
  width: 100%;
}

.tarrifs-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
  align-items: stretch;
}

.tarrifs-card,
.tarrif-img {
  flex: 1 1 0;
  min-height: 400px;
  box-sizing: border-box;
}

.tarrif-img {
  position: relative;
  width: 590px;
  display: flex;
  align-items: stretch;
  aspect-ratio: unset;
}

.tarrif-img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tarrif-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  border-radius: 30px;
}

.offers-title {
  font-weight: 700;
  line-height: 50px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}

.offers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 120px;
}

.offers-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.offers-card {
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.02);
  padding: 32px;
  border-radius: 30px;
  align-items: center;
  width: 100%;
}

.offers-card .nubmer-circle-gradient {
  width: 84.9px;
  min-width: 84.9px;
  max-width: 84.9px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  background-image: radial-gradient(
    circle at 50% 50%,
    #ff5c00 0%,
    #38383809 40%,
    transparent 80%
  );
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offers-card-title {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  line-height: 32px;
  color: #000;
}

.offers-card-description {
  font-weight: 400;
  line-height: 24px;
  color: rgba(69, 69, 69, 1);
}

.clients {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: rgba(51, 51, 51, 1);
}

.clients-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 75px;
}

.clients-title {
  font-weight: 700;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}

.clients-card {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

.clients-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.clients-card-title {
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  line-height: 1.3;
  margin: 0;
  display: block;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.contact-form-section {
  background: linear-gradient(135deg, #2d3748, #4a5568);
  border-radius: 16px;
  padding: 2rem;
  color: white;
}

.contact-form-section .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 25px;
  padding: 12px 20px;
}

.contact-form-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-section .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--primary-color);
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.contact-form-section .form-label {
  color: white;
  font-weight: 500;
}

.rewiews-title {
  font-weight: 700;
  line-height: 22px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}

.review-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}

.reviews-container {
  display: flex;
  transition: transform 0.5s;
  gap: 32px;
}

.review-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 32px;
  min-width: 320px;
  max-width: 380px;
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.review-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;

  /* display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 24px; */
}

.review-photo {
  width: 70%;
  object-fit: cover;

  /* width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 24px;
  flex-shrink: 0; */
}

.review-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-org {
  text-align: center;

  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 16px;
  font-size: clamp(14px, 2vw, 20px);
}

.review-name {
  font-weight: 400;
  color: rgba(144, 144, 144, 1);
  margin-bottom: 0;
  font-size: clamp(14px, 1.8vw, 18px);
}

.review-text {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  margin-top: 24px;
  font-size: clamp(12px, 1vw, 16px);
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 2;
}

.carousel-control.prev {
  left: 0px;
  color: #ff5c00;
}
.carousel-control.next {
  right: 0px;
  color: #ff5c00;
}

.registration {
  margin-top: 80px;
  margin-bottom: 80px;
}

.registration .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration-title {
  font-weight: 700;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin-top: 0;
}

.registration-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: auto;
  align-items: stretch;
}

.registration-info,
.registration-form-block {
  flex: 1 1 0;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.registration-info {
  background: #fff;
  border: 1px solid #ff5c00;
  border-radius: 24px;
  padding: 64px 32px;
  color: #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}

.registration-form-block {
  background: #232323;
  border-radius: 24px;
  padding: 64px 32px;
  border: none;
}

.registration-form-block form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
}

.registration-form-block .form-group {
  width: 100%;
  /* margin-bottom: 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration-form-block label {
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
  align-self: flex-start;
  font-size: clamp(14px, 1.8vw, 18px);
}

.registration-form-block input[type="text"],
.registration-form-block input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  border-radius: 30px;
  border: 2px solid transparent;
  font-weight: 400;
  line-height: 22px;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.registration-form-block input[type="text"]:focus,
.registration-form-block input[type="tel"]:focus {
  outline: none;
  border-color: #ff5c00;
}

.registration-form-block input[type="text"]::placeholder,
.registration-form-block input[type="tel"]::placeholder {
  color: rgba(102, 102, 102, 1);
  font-weight: 400;
  line-height: 22px;
}

.registration-form-group_textarea {
  width: 100%;
  resize: vertical;
  height: 150px;
  border: 0px;
  border-radius: 15px;
  padding: 15px;
  color: rgba(102, 102, 102, 1);
}

.registration-form-group_textarea:focus {
  outline: none;
  border: 3px #ff5c00;
}

.registration-form-block .btn-submit {
  width: 100%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  background: #ff5c00;
  border: none;
  border-radius: 30px;
  padding: 16px 0;
  cursor: pointer;
  transition: filter 0.5s, color 0.5s;
  display: block;
}

.registration-form-block .btn-submit:hover {
  background: #ff5c00;
  filter: drop-shadow(0px 0px 20px #ff5c00);
}

.registration-info-title {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: 700;
  line-height: 43px;
  color: #000;
  /* margin-bottom: 10vw; */
  text-align: left;
  width: 100%;
}

.registration-info-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.registration-info-item {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 400;
  color: #000;
}

.registration-info-item .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration-info-list a {
  text-decoration: underline;
}
.registration-info-list a[href^="tel:"] {
  text-decoration: none;
}

.closing {
  background-color: rgba(51, 51, 51, 1);
  padding: 40px 120px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-footer {
  background-color: transparent;
}

.logo-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-info {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.btn:hover,
.btn-contact:hover,
.btn-submit:hover {
  filter: drop-shadow(0px 0px 20px #ff5c00);
}

.modal-overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  background: #232323;
  border-radius: 30px;
  padding: 48px 32px;
  min-width: 350px;
  max-width: 95vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: modalIn 0.3s;
}
@keyframes modalIn {
  from {
    transform: translateY(-40px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #ff5c00;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-form-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
}

.modal-form label {
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
  align-self: flex-start;
}
.modal-form input[type="text"],
.modal-form input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 0;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.modal-form input[type="text"]:focus,
.modal-form input[type="tel"]:focus {
  outline: none;
  border-color: #ff5c00;
}
.modal-form input[type="text"]::placeholder,
.modal-form input[type="tel"]::placeholder {
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.modal-form .btn-submit {
  width: 100%;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  background: #ff5c00;
  border: none;
  border-radius: 30px;
  padding: 16px 0;
  cursor: pointer;
  transition: filter 0.5s, color 0.5s;
  display: block;
}
.modal-form .btn-submit:hover {
  background: #ff5c00;
  filter: drop-shadow(0px 0px 20px #ff5c00);
}

.input-error {
  color: #ff5c00;
  font-size: 14px;
  margin-top: 6px;
  min-height: 18px;
}
.modal-success-msg {
  color: #ff5c00;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.offers-card .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.offers-card-title,
.offers-card-description {
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.modal-form label,
.modal-form input[type="text"],
.modal-form input[type="tel"],
.modal-form .btn-submit {
  font-size: clamp(14px, 2vw, 18px);
}

.highlight7 {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .highlight7 {
    font-size: 16px !important;
  }
  .tarrifs-card,
  .registration-info,
  .registration-form-block {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tarrifs-card *,
  .registration-info *,
  .registration-form-block * {
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .tarrifs-card {
    min-height: unset !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    margin: 0 !important;
    padding: 16px 8px 16px 8px !important;
    box-sizing: border-box;
  }
  .tarrifs-card > * {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tarrifs-card-title,
  .cost-info {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .services {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .registration-form-block {
    min-height: unset !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    margin: 0 !important;
    padding: 16px 8px 16px 8px !important;
    box-sizing: border-box;
  }
  .registration-form-block > * {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .registration-form-block label,
  .registration-form-block .btn-submit {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .btn-tarrifs-contact {
    width: 100% !important;
    min-width: 220px;
    max-width: 100vw;
    height: 48px !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0 0 !important;
    box-sizing: border-box;
  }
  .solutions-list img,
  .clients-list img,
  .registration-info .icon img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }
}
