*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding-left: 100px;
    padding-right: 54px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: calc(1200px - 16px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #4e7cf2;
}

.header__inner {
  padding-top: 24px;
  padding-bottom: 24px;
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    align-items: flex-start;
  }
}
.header__logo:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  border-radius: 2px;
}
.header__logo img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 121px;
  }
}

.hero {
  overflow: hidden;
  min-height: calc(100dvh - 90px - 45px);
}

.hero__phone-holder {
  position: relative;
}

.hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero__ellipse {
  position: absolute;
  border-radius: 50%;
}

.hero__ellipse--1 {
  width: 1042px;
  height: 1042px;
  top: 50%;
  left: 50%;
  background: rgba(230, 237, 255, 0.2);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero__ellipse--1 {
    width: 596px;
    height: 596px;
  }
}

.hero__ellipse--2 {
  width: 825px;
  height: 825px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EEF2FF;
}
@media (max-width: 991px) {
  .hero__ellipse--2 {
    width: 472px;
    height: 472px;
    transform: translate(-50%, -50.5%);
  }
}

.hero__ellipse--3 {
  width: 575px;
  height: 575px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #E9EFFD;
  background-color: #F4F7FF;
}
@media (max-width: 991px) {
  .hero__ellipse--3 {
    width: 314px;
    height: 314px;
  }
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 32px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero__inner {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .hero__inner {
    gap: 0;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 710px;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .hero__content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1280px) {
  .hero__content {
    max-width: calc(100% - 379px - 32px);
  }
}
@media (max-width: 991px) {
  .hero__content {
    max-width: 100%;
    order: 2;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__content.hero__content--lg {
    gap: 52px;
  }
}

.hero__phone {
  flex-shrink: 0;
  width: 379px;
}
@media (max-width: 991px) {
  .hero__phone {
    width: 299px;
    order: 1;
  }
}
@media (max-width: 991px) {
  .hero__phone.hero__phone--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .hero__phone.hero__phone--mobile {
    display: none;
  }
}

.hero__mobile-intro {
  display: none;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .hero__mobile-intro {
    display: flex;
    order: 0;
  }
}

.hero__text-blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .hero__text-blocks {
    display: none;
  }
}

.hero__text-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__text-block.hero__block--lg {
  gap: 24px;
}
.hero__text-block.hero__block--lg .hero__block-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero__title {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 24px;
  }
}

.hero__title-main {
  margin-bottom: 4px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #393939;
  line-height: 1.3;
}

.hero__phone-img {
  width: 100%;
  height: auto;
}

.contacts {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .contacts {
    gap: 16px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .contacts {
    flex-wrap: wrap;
  }
}

.contacts__divider {
  width: 1px;
  align-self: stretch;
  background-color: #e5e5e5;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .contacts__divider {
    display: none;
  }
}

.contacts__person {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts__name {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3a3a3a;
  line-height: normal;
}
@media (max-width: 768px) {
  .contacts__name {
    font-size: 13px;
  }
}

.contacts__org {
  min-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #626262;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contacts__info-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.contacts__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.contacts__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #525252;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .contacts__link:hover {
    color: #4e7cf2;
  }
}
.contacts__link:focus-visible {
  outline: 2px solid #4e7cf2;
  outline-offset: 2px;
  border-radius: 2px;
}

.partners {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .partners {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .partners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .partners__item {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 8px;
    height: 55px;
    background-color: #fff;
  }
}
.partners__item:not(:first-child):before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .partners__item:not(:first-child):before {
    display: none;
  }
}

.partners__logo {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .partners__logo {
    max-height: 40px;
  }
}
@media (max-width: 768px) {
  .partners__logo {
    max-height: 35px;
  }
}

.footer {
  background-color: #292929;
}

.footer__inner {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    justify-content: flex-start;
  }
}

.footer__link {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.75;
  }
}
.footer__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 2px;
}

.buttons-block__title {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .buttons-block__title {
    margin-bottom: 16px;
    text-align: left;
  }
}

.buttons {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  opacity: 0.5;
}
@media screen and (min-width: 360px) {
  .buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 412px) {
  .buttons {
    grid-template-columns: minmax(0, 196px) minmax(0, 190px);
  }
}
@media screen and (max-width: 560px) {
  .buttons img {
    max-height: 52px;
  }
}

body {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #5c5c5c;
}

/*# sourceMappingURL=main.css.map */
