body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.container {
  padding: 37px 16px
}

.bg-white {
  background: #FFF;
}

.bg-blue {
  background: #F0F4FB;
}

.bg-blue2 {
  background: #1565C0;
}

.container__title {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.container__title-text {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}

.container__title-description {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.why__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.why__card {
  min-width: 288px;
  flex: 1;
  border-radius: 10px;
  border: 1px solid #DCE8FF;
  background: #F5F8FF;
  padding: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.why .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why__card-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  padding: 5px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: #1976D2;
}

.why__card-description {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.2px;
}

.options .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.options__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.options__description {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.options__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.options__card {
  min-width: 288px;
  flex: 1;
  border-radius: 16px;
  border: 1px solid #DCE8FF;
  background: #FFF;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.badge {
  display: flex;
  padding: 4px 12px 5px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #F0F0F0;
  margin-bottom: 16px;
  color: #888;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  width: max-content;
}

.options__card:nth-of-type(1) {
  border: 2px solid #1976D2;
}

.options__card:nth-of-type(1) .badge {
  background: #E3F0FB;
  color: #1976D2;
}

.options__card h3 {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}

.options__card-price {
  display: flex;
  align-items: flex-start;
  color: #1976D2;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 20px;
}

.options__card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.options__card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.button {
  border-radius: 22px;
  background: #F0F4FB;
  width: 100%;
  padding: 12px 0 13px 0;
  color: #1976D2;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  margin-top: auto;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.button:hover {
  background: #E3F0FB;
  color: #1565C0;
  box-shadow: 0 4px 14px rgba(25, 118, 210, 0.18);
}

.button:active {
  transform: translateY(1px);
  box-shadow: none;
}

.options__card:nth-of-type(1) .button {
  background: #1976D2;
  color: #FFF;
}

.options__card:nth-of-type(1) .button:hover {
  background: #1565C0;
  color: #FFF;
  box-shadow: 0 6px 18px rgba(25, 118, 210, 0.35);
}

.services .wrapper {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.services__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services__card {
  min-width: 150px;
  flex: 1;
  border-radius: 12px;
  border: 1px solid #DCE8FF;
  background: #F5F8FF;
  padding: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.services__card-icon {
  border-radius: 22px;
  background: #1976D2;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.services__card h3 {
  color: #222;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.2px;
}

.expertise .expertise__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expertise__cards {
  display: flex;
  flex-direction: column;
}

.expertise__cards .container__title-text {
  color: #FFF;
}

.expertise__cards .container__title-description {
  color: rgba(255, 255, 255, 0.78);
}

.expertise__cards .container__title {
  margin-bottom: 20px;
}

.expertise__card {
  display: inline-flex;
  padding: 17px 115px 20px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
}

.expertise__cards .expertise__card:nth-last-of-type(1) {
  margin-top: 10px;
}

.expertise__card h3 {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.expertise__card p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.expertise__cards2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise__cards-item {
  min-width: 100px;
  flex: 1;
  display: flex;
  padding: 17px 26px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.expertise__cards-item-number {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.expertise__cards-item-text {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

.special-offers .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.special-offers__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.special-offers__card {
  display: flex;
  min-width: 288px;
  flex: 1;
  padding: 19px 21px;
  justify-content: space-between;
  align-items: center;
  gap: 31px;
  border-radius: 12px;
  border: 1px solid #DCE8FF;
  background: #FFF;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.special-offers__card:hover {
  border-color: #1976D2;
  box-shadow: 0 6px 18px rgba(25, 118, 210, 0.12);
  transform: translateY(-1px);
}

.special-offers__card h3 {
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.special-offers__card-badge {
  white-space: nowrap;
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: #E3F0FB;
  color: #1976D2;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
}

.modal__desc--strong {
  color: #1976D2;
  font-weight: 600;
}

.contact .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact__form--col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact__form input {
  min-height: 48px;
  padding: 14px 15px;
  border-radius: 10px;
  border: 1px solid #D0D8E8;
  background: #FFF;
  width: 100%;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact__form input:hover {
  border-color: #1976D2;
}

.contact__form input:focus {
  outline: none;
  border-color: #1976D2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.12);
  color: #111;
}

#service {
  border-radius: 10px;
  border: 1px solid #D0D8E8;
  background: #EFEFEF;
}

#service:hover,
#service:focus {
  background: #FFF;
}

.contact__form .button {
  border-radius: 26px;
  background: #FE6700;
  color: #FFF;
  font-size: 14px;
}

.contact__form .button:hover {
  background: #E85E00;
  color: #FFF;
  box-shadow: 0 6px 18px rgba(254, 103, 0, 0.35);
}

.footer {
  background: #111;
  padding: 26px 16px;
}

.footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__copy {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.footer__contact-link:hover {
  color: #FFF;
}

.footer__contact-link:hover .footer__icon img {
  opacity: 1;
}

.footer__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.footer__icon img {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

/* Success page */
.success {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
}

.success__wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.success__status {
  color: #1976D2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.success__title {
  color: #111;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.success__text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto;
}

.success__regards {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin-top: 4px;
}

.success__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  color: #1976D2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  width: max-content;
  padding: 8px 12px;
  margin-left: 0;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}

.success__back:hover {
  color: #1565C0;
  background: #F0F4FB;
  opacity: 1;
}

.success__back img {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.2s ease;
}

.success__back:hover img {
  transform: translateX(-3px);
}

.footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer__link {
  color: rgba(255, 255, 255, 0.45);
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}

.footer__link:hover {
  color: #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 28px 20px 24px;
  border-radius: 16px;
  border: 1px solid #DCE8FF;
  background: #FFF;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.modal.is-open .modal__dialog {
  transform: translateY(0) scale(1);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #F0F4FB;
  border: 1px solid #DCE8FF;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.modal__close:hover {
  background: #E3F0FB;
  border-color: #1976D2;
  color: #1976D2;
}

.modal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal__title {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  padding-right: 36px;
}

.modal__desc {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 8px;
}

.modal__desc:last-of-type {
  margin-bottom: 12px;
}

.modal__label {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.modal__required {
  color: #1976D2;
  margin-left: 2px;
}

.modal__dialog--package {
  max-width: 520px;
}

.modal__package-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-right: 28px;
}

.modal__package-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #E3F0FB;
  border: 1px solid #DCE8FF;
}

.modal__package-icon img {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 1;
}

.modal__title--package {
  padding-right: 0;
  font-size: 20px;
  line-height: 1.25;
}

.modal__note {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}

.modal__price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #F5F8FF;
  border: 1px solid #DCE8FF;
}

.modal__price-label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}

.modal__price-value {
  color: #1976D2;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.modal__includes-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 8px;
}

.modal__includes-title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.modal__includes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal__includes li {
  position: relative;
  padding-left: 22px;
  color: #444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.modal__includes li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1976D2;
}

.modal__form--package {
  margin-top: 4px;
}

.modal__submit--arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 22px;
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal__field input {
  width: 100%;
  min-height: 48px;
  padding: 14px 15px;
  border-radius: 10px;
  border: 1px solid #D0D8E8;
  background: #FFF;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.modal__field input:hover {
  border-color: #1976D2;
}

.modal__field input:focus {
  outline: none;
  border-color: #1976D2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.12);
  color: #111;
}

/* intl-tel-input in modal */
.modal__field--phone {
  position: relative;
}

.modal__field--phone .iti {
  width: 100%;
  display: block;
  --iti-spacer-horizontal: 10px;
  --iti-arrow-padding: 8px;
  --iti-hover-color: #F0F4FB;
  --iti-dialcode-color: #111;
  --iti-arrow-color: #1976D2;
  --iti-border-color: #D0D8E8;
}

.modal__field--phone .iti__country-container {
  z-index: 2;
  padding: 5px;
}

.modal__field--phone .iti__selected-country {
  height: 100%;
  border-radius: 8px;
}

.modal__field--phone .iti__selected-country-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  min-height: 38px;
  padding: 0 10px 0 12px !important;
  border-radius: 8px;
  background: #F0F4FB;
  border: 1px solid #DCE8FF;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.modal__field--phone .iti__selected-country:hover .iti__selected-country-primary,
.modal__field--phone .iti__selected-country:focus .iti__selected-country-primary,
.modal__field--phone .iti__selected-country[aria-expanded="true"] .iti__selected-country-primary,
.modal__field--phone .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover {
  background: #E3F0FB;
  border-color: #1976D2;
}

.modal__field--phone .iti__selected-country-primary .iti__flag {
  flex-shrink: 0;
  margin: 0 !important;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.modal__field--phone .iti .iti__selected-dial-code {
  margin-left: 0 !important;
  margin-right: 0;
  padding-left: 2px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.modal__field--phone .iti__arrow {
  margin-left: 8px !important;
  opacity: 0.9;
}

/* phone number field with space after country chip */
.modal__field--phone .iti__tel-input {
  width: 100%;
  min-height: 48px !important;
  height: 48px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 15px !important;
  /* ITI sets padding-left in JS; keep extra gap after country block via left space feel */
  border-radius: 10px;
  border: 1px solid #D0D8E8;
  background: #FFF;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.modal__field--phone .iti__tel-input:hover {
  border-color: #1976D2;
}

.modal__field--phone .iti__tel-input:focus {
  outline: none;
  border-color: #1976D2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.12);
  color: #111;
}

.modal__field--phone .iti__tel-input.iti-error {
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

.iti--container {
  z-index: 300;
  font-family: "Poppins", sans-serif;
}

.iti__dropdown-content {
  border: 1px solid #DCE8FF !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden;
}

.iti__search-input {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  border-color: #D0D8E8;
  border-radius: 8px;
  padding: 10px 12px !important;
  margin: 8px;
  width: calc(100% - 16px) !important;
}

.iti__search-input:focus {
  outline: none;
  border-color: #1976D2;
}

.iti__country {
  font-size: 13px;
  color: #222;
  gap: 4px;
  padding: 10px 12px !important;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #F0F4FB !important;
}

.iti__country-list .iti__flag {
  margin-right: 10px !important;
}

.iti__country-name {
  margin-right: 8px !important;
}

.iti__dial-code {
  color: #666;
  font-weight: 500;
}

.modal__submit {
  width: 100%;
  margin-top: 4px;
  border-radius: 26px;
  background: #FE6700;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0 15px;
}

.modal__submit:hover {
  background: #E85E00;
  color: #FFF;
  box-shadow: 0 6px 18px rgba(254, 103, 0, 0.35);
}

.modal__submit--arrow img {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

body.modal-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 100px 16px 20px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrapper {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}

.hero__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  /* glass: напівпрозорий фон + blur того, що під блоком */
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); /* Safari */
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero__title {
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 10px;
}

.hero__description {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
}

.hero__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}

.hero__item {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero__buttons {
  display: flex;
}

.hero__buttons .button {
  padding: 12px 24px 13px;
  border-radius: 22px;
  width: max-content;
  color: #fff;
  background: #FE6700;
  font-size: 14px;
  font-weight: 600;
}

.hero__buttons .button:hover {
  background: #E85E00;
  color: #fff;
  box-shadow: 0 6px 20px rgba(254, 103, 0, 0.4);
}
























@media (min-width: 1200px) {
  .container {
    padding: 70px 40px
  }

  .container__title {
    gap: 11px;
  }

  .container__title-text {
    color: #111;
    font-size: 32px;
    font-weight: 800;
  }

  .container__title-description {
    color: #666;
    font-size: 18px;
  }

  .hero {
    min-height: 100vh;
    padding: 120px 40px 60px;
    align-items: center;
    justify-content: flex-start;
  }

  .hero .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
  }

  .hero__content {
    width: 100%;
    max-width: 560px;
    padding: 40px 42px;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .hero__title {
    font-size: 48px;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .hero__description {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .hero__list {
    gap: 10px;
    margin-bottom: 30px;
  }

  .hero__item {
    font-size: 16px;
  }

  .hero__buttons .button {
    padding: 15px 34px 16px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
  }

  .why .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    gap: 37px;
  }

  .contact .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    gap: 37px;
  }

  .services .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    gap: 37px;
  }

  .special-offers .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    gap: 37px;
  }

  .special-offers__cards {
    gap: 20px;
  }

  .special-offers__card {
    flex: 1 1 calc(50% - 10px);
    padding: 37px 42px;
    border-radius: 16px;
  }

  .special-offers__card h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .special-offers__card-badge {
    padding: 11px 24px;
    border-radius: 20px;
    font-size: 20px;
  }

  .options .wrapper {
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
    gap: 37px
  }

  .options__box {
    gap: 16px;
  }

  .why__cards {
    gap: 20px
  }

  .options__description {
    font-size: 12px;
  }

  .options__cards {
    gap: 27px;
  }

  .why__card {
    padding: 37px 50.71px 38px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 14px;
    border: 1px solid #DCE8FF;
    background: #F5F8FF;
  }

  .why__card-icon {
    width: 32px;
    height: 32px;
    padding: 4.5px 7.8px 4.5px 8px;
    border-radius: 16px;
    background: #1976D2;
  }

  .why__card-description {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
  }

  .options__card {
    padding: 42px;
    border-radius: 20px;
  }

  .badge {
    font-size: 10px;
    padding: 5px 16px 6px 16px;
    margin-bottom: 17px;
  }

  .options__card h3 {
    font-size: 20px;
    margin-bottom: 19px;
  }

  .options__card-price {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 24px;
  }

  .options__card-list {
    gap: 14px;
  }

  .options__card-item {
    padding: 7px 0;
    gap: 10px;
    font-size: 18px;
  }

  .button {
    padding: 15px 0;
    font-size: 18px;
  }

  .services__cards {
    gap: 19px;
  }

  .services__card {
    padding: 41px 32px;
    border-radius: 16px;
    gap: 16px;
  }

  .services__card-icon {
    width: 58px;
    height: 58px;
    padding: 15px;
    border-radius: 29px;
  }

  .services__card h3 {
    font-size: 22px;
    line-height: 30.8px;
  }

  .expertise .expertise__box {
    flex-direction: row;
    gap: 80px;
  }

  .expertise__cards {
    width: calc(100% - 360px);
    gap: 18px;
  }

  .expertise__cards2 {
    flex-direction: column;
    flex-shrink: 0;
    gap: 18px;
    width: 280px;
  }

  .expertise__cards-item {
    padding: 38px;
    gap: 8px;
  }

  .expertise__cards-item-number {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight: 800;
    line-height: 56px;
  }

  .expertise__cards-item-text {
    font-size: 13px;
  }

  .expertise__card {
    flex: 1;
    display: flex;
    padding: 48px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .expertise__card h3 {
    font-size: 22px;
  }

  .expertise__cards .container__title {
    flex: 1;
    margin-bottom: 0;
    min-height: 181px;
  }

  .expertise__card p {
    font-size: 16px;
  }

  .expertise .expertise__box {
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    width: 100%;
  }

  .expertise__cards .expertise__card:nth-last-of-type(1) {
    margin-top: 18px;
  }

  .contact__form {
    max-width: 800px;
    width: 100%;
  }

  .contact__form {
    gap: 16px;
  }

  .contact__form--col {
    gap: 16px;
    flex-direction: row;
  }

  .contact__form--col .contact__form-group {
    flex: 1;
  }

  .contact__form input {
    min-height: 55px;
    font-size: 14px;
  }

  .contact__form .button {
    width: 135px;
    font-size: 18px;
    border-radius: 30px;
  }

  .success {
    min-height: calc(100vh - 220px);
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .success__wrapper {
    max-width: 720px;
    gap: 20px;
  }

  .success__status {
    font-size: 16px;
  }

  .success__title {
    font-size: 48px;
  }

  .success__text {
    font-size: 18px;
    max-width: 600px;
  }

  .success__regards {
    font-size: 16px;
  }

  .success__back {
    font-size: 16px;
    gap: 10px;
  }

  .footer {
    padding: 38px 40px;
  }

  .footer .wrapper {
    max-width: 1760px;
    margin: 0 auto;
    width: 100%;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer__content {
    gap: 18px;
  }

  .footer__copy {
    font-size: 13px;
  }

  .footer__contacts {
    gap: 12px;
  }

  .footer__contact-link {
    font-size: 14px;
  }

  .footer__list {
    flex-direction: column;
    gap: 12px;
  }

  .footer__link {
    font-size: 13px;
  }

  .modal {
    padding: 40px;
  }

  .modal__dialog {
    max-width: 520px;
    padding: 40px 36px 32px;
    border-radius: 20px;
  }

  .modal__title {
    font-size: 32px;
  }

  .modal__title--package {
    font-size: 26px;
  }

  .modal__dialog--package {
    max-width: 560px;
  }

  .modal__note {
    font-size: 15px;
  }

  .modal__price-value {
    font-size: 36px;
  }

  .modal__includes li {
    font-size: 14px;
  }

  .modal__label {
    font-size: 13px;
  }

  .modal__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .modal__field input {
    min-height: 52px;
    font-size: 15px;
  }

  .modal__submit {
    font-size: 16px;
    padding: 16px 0 17px;
  }
}