.background-layer.contact-us .bg-layer__2 {
  left: 50px;
  bottom: 30px;
}

.contact-us__background-content {
  position: absolute;
  right: 38px;
  bottom: 30px;
}

.content {
  padding-bottom: 5px;
}
.content a {
  color: #ff3d46;
}
.content a:hover {
  color: #ff3d46;
  text-decoration: underline;
}
.content .content__list-icon.icon-bg .content__list-icon_bg {
  background-color: #ff3d46;
}

.contact-us__title {
  line-height: 24px;
  margin-bottom: 15px;
}

.contact-us__main-text {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
  padding: 30px 34px 30px;
  border: 1px solid #d9e8f8;
  border-radius: 20px;
  background: radial-gradient(120% 150% at 0% 0%, rgba(36, 133, 224, 0.09), transparent 58%), linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  color: #46586f;
  font-size: 1.02rem;
  line-height: 1.6;
  box-shadow: 0 12px 30px rgba(23, 74, 145, 0.09);
}
.contact-us__main-text h3 {
  margin: 0 0 10px;
  color: #14305c;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1.16rem;
  line-height: 1.35;
}
.contact-us__main-text h3 strong {
  font-weight: inherit;
}
.contact-us__main-text h3::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232f7fd4'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm1-13h-2v6l5 3 1-1.7-4-2.3V7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
}
.contact-us__main-text p {
  position: relative;
  margin-bottom: 0;
  color: #56687f;
  font-size: 1.02rem;
  line-height: 1.7;
}
.contact-us__main-text a[href^=mailto] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding: 11px 22px;
  border: 1px solid #cde2f7;
  border-radius: 12px;
  background: #fff;
  color: #1a56ac;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1.04rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(23, 74, 145, 0.1);
  transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.contact-us__main-text a[href^=mailto]::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a56ac'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-us__main-text a[href^=mailto]:hover {
  border-color: #9fc9ef;
  color: #123f83;
  box-shadow: 0 10px 22px rgba(23, 74, 145, 0.16);
  text-decoration: none;
  transform: translateY(-1px);
}
.contact-us__main-text a[href^=mailto]:focus-visible {
  outline: 3px solid #9ecdf5;
  outline-offset: 3px;
}
.contact-us__main-text .text-xl {
  font-size: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .contact-us__main-text a[href^=mailto] {
    transition: none;
  }
}
@media screen and (max-width: 780px) {
  .contact-us__main-text {
    padding: 24px 20px 26px;
    border-radius: 18px;
  }
  .contact-us__main-text h3 {
    font-size: 1.06rem;
  }
  .contact-us__main-text a[href^=mailto] {
    width: 100%;
    justify-content: center;
  }
}
.contact-us__list.bg {
  max-width: 438px;
  padding: 16px 17px 28px 21px;
}

.contact-us__list-title {
  line-height: 24px;
  margin-bottom: 8px;
  color: #ff3d46;
}

.content__list-icon_item {
  margin-bottom: 13px;
}

.content .alert-info.text-center {
  border: 1px dashed #a3d4f0;
  background-color: #f6fbff;
  box-shadow: none;
  color: #555;
}

.contact-smart-owl {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  gap: 28px;
  overflow: hidden;
  margin: 24px 0 26px;
  padding: 24px 28px;
  border-radius: 20px;
  background: radial-gradient(120% 160% at 100% 0%, rgba(96, 234, 212, 0.34), transparent 58%), radial-gradient(90% 140% at 0% 100%, rgba(38, 96, 196, 0.34), transparent 62%), linear-gradient(118deg, #17306a 0%, #24559f 52%, #10717d 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(16, 42, 92, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.contact-smart-owl__content {
  min-width: 0;
  flex: 1 1 auto;
}
.contact-smart-owl__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px;
  color: #a9ecdf;
  font-family: Gilroy-Semibold, sans-serif;
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contact-smart-owl__mark {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(10, 30, 68, 0.26);
}
.contact-smart-owl__owl {
  width: 26px;
  height: 26px;
}
.contact-smart-owl__title {
  margin: 0;
  color: #fff;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1.46rem;
  line-height: 1.2;
  text-transform: none;
}
.contact-smart-owl__description {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: Gilroy-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.contact-smart-owl__note {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: Gilroy-Medium, sans-serif;
  font-size: 0.86rem;
  line-height: 1.4;
}
.contact-smart-owl__button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 24px;
  border: 0;
  border-radius: 13px;
  background: #fff;
  color: #1d55ac;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 20px rgba(10, 30, 68, 0.26);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.contact-smart-owl__button:hover {
  background: #f3f9ff;
  color: #17458f;
  box-shadow: 0 14px 26px rgba(10, 30, 68, 0.32);
  transform: translateY(-2px);
}
.contact-smart-owl__button:focus-visible {
  outline: 3px solid #9ff3dc;
  outline-offset: 3px;
}
.contact-smart-owl__button-arrow {
  font-size: 1.28em;
  line-height: 0.8;
  transition: transform 0.18s ease;
}
.contact-smart-owl__button:hover .contact-smart-owl__button-arrow {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .contact-smart-owl__button, .contact-smart-owl__button-arrow {
    transition: none;
  }
}
@media screen and (max-width: 1100px) {
  .contact-smart-owl {
    gap: 22px;
    padding: 22px 24px;
  }
  .contact-smart-owl__title {
    font-size: 1.34rem;
  }
}
@media screen and (max-width: 780px) {
  .contact-smart-owl {
    display: block;
    margin: 20px 0 26px;
    padding: 22px 20px;
    border-radius: 18px;
  }
  .contact-smart-owl__title {
    font-size: 1.24rem;
  }
  .contact-smart-owl__description {
    font-size: 0.98rem;
  }
  .contact-smart-owl__button {
    width: 100%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 900px) {
  .contact-us__main-text p {
    line-height: 1.2em;
  }
}
