.header__contacts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
.header__contacts .email {
  margin: 0;
}

.tel {
  margin: 0;
}

.email {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-wrap: nowrap;
  text-decoration: none;
  margin: 0;
}

.mobile-menu__contacts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
.mobile-menu__contacts .email {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #1e439b;
  text-decoration: none;
}
.mobile-menu__contacts .tel {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #1e439b;
  text-decoration: none;
  display: block;
}

.first-screen {
  background-color: #1e439b;
}

.icon-field img {
  width: 100%;
  height: 100%;
  display: block;
}

.form-block__trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #1e439b;
  box-shadow: 0 10px 24px rgba(30, 67, 155, 0.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #c5352b;
}
.scroll-top:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.scroll-top img {
  width: 22px;
  height: auto;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

.form-block__status {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #1e439b;
}

.form-block__status.is-error {
  color: #c5352b;
}

.form-block__status.is-success {
  color: #1f7a3f;
}

.about__grid--single {
  grid-template-columns: 1fr;
  gap: 0;
}

.info-sect__subtitle {
  margin: -8px 0 22px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1e439b;
}

@media screen and (max-width: 1024px) {
  .info-sect__subtitle {
    margin-top: -4px;
    font-size: 20px;
  }
}

.partners-slider__case-title {
  margin: 0 0 18px;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #1e439b;
}

@media screen and (max-width: 767px) {
  .info-sect__subtitle {
    margin: -6px 0 18px;
    font-size: 18px;
  }

  .partners-slider__case-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=custom.css.map */
