.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;
  padding: 32px 32px 28px;
  margin-bottom: 22px;
  border: 2px solid #1489e3;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf4fc 0%, #f4f9ff 50%, #eaf4fc 100%);
  line-height: 1.6;
  color: #333;
  font-size: 1.05rem;
  box-shadow: 0 2px 10px rgba(20, 137, 227, 0.12);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-us__main-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1489e3, #34c5f3, #1489e3);
  border-radius: 16px 16px 0 0;
}
.contact-us__main-text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231489e3'%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;
  pointer-events: none;
}
.contact-us__main-text h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.contact-us__main-text p {
  position: relative;
  margin-bottom: 0;
  line-height: 1.8em;
  font-size: 1.05rem;
}
.contact-us__main-text a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 2px 0;
  transition: color 0.2s ease;
}
.contact-us__main-text:hover {
  box-shadow: 0 6px 24px rgba(20, 137, 227, 0.18);
  transform: translateY(-1px);
}

.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;
}

@media screen and (max-width: 900px) {
  .contact-us__main-text p {
    line-height: 1.2em;
  }
}
