<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-on {
  display: none !important;
}

.main {
  /* max-height: 1185px; */
  background-color: #fff;
}

.main-section {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.section__background {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.section__content {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  height: 100%;
  padding: 231px 30px 80px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.section__box {
  width: 43.4%;
  font-family: "r0c0i Linotte", sans-serif;
  color: #1f1f1f;
}

.section__form {
  width: 49.05%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 35px;
  background-color: #fff;
  padding: 56px 36px 86px 35px;
  flex-shrink: 0;
  border-radius: 33px;
  box-shadow: 0px 16px 35px 0px rgba(189, 189, 189, 0.25);
}

.form__btn {
  width: 15.77%;
}

.section__title {
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.section__subTitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  margin: 20px 0 40px;
}

.text-highlight {
  color: #228dc9;
}

.section__label {
  font-size: 20px;
  font-family: r0c0i Linotte;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
}

.section__contact {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 26px;
}
@media screen and (max-width: 1023px) {
  .section__contact {
    flex-wrap: wrap;
  }
}

.section__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__list {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.section__list &gt; li &gt; a {
  display: flex;
  transition: all .2s;
}
.section__list &gt; li &gt; a:hover {
  transform: scale(1.1);
}

.section__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section__contact-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.26px;
}

.section__contact-info {
  font-family: r0c0i Linotte;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .section__content {
    flex-direction: column;
  }

  .section__form.mobile-on {
    display: flex !important;
    padding: unset;
    margin: 32px 0;
    width: 100%;
    box-shadow: unset;
  }

  .mobile-hidden {
    display: none !important;
  }

  .section__box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .head-logo {
    width: 110px;
  }

  .scroll__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    color: #fff;
    padding: 42px 80px;
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 3px;
    background-color: rgba(26, 141, 201, 0.9);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
  }

  .scroll__nav-down {
    transform: translateX(0);
    opacity: 1;
  }

  .nav__icon-off {
    position: absolute;
    top: 6%;
    right: 6%;
    width: 24px;
    height: 24px;
  }

  .section__title {
    font-size: 24px;
  }

  .section__subTitle {
    margin: 12px 0 32px;
    font-size: 12px;
    letter-spacing: 0.12px;
  }

  .section__label {
    margin-bottom: 16px;
  }

  .section__contact {
    flex-direction: row-reverse;
    gap: 12px;
    justify-content: space-between;
  }

  .section__group {
    max-width: 108px;
  }

  .section__group-img,
  .form__btn {
    width: 100%;
  }

  .section__socialNetwork {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .section__list {
    gap: 8px;
  }

  .socialNetwork-item {
    max-width: 24px;
  }
}
</pre></body></html>