@font-face {
  font-family: "Instrument";
  src: url("../fonts/InstrumentSerif-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument";
  src: url("../fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

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

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

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background: var(--BG, #F5F4F1);
  color: var(--Neutral-800, #333);
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-el {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-el {
    padding: 40px 0;
  }
}

.italic {
  font-style: italic;
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  background: #1E1E1E;
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-primary__arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1E1E1E;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-primary__arrow svg {
  display: block;
  fill: var(--Neutral-50, #F2F2F2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-primary:hover .btn-primary__text, .btn-primary:hover .btn-primary__arrow {
  background: var(--brand-300, #75E0F8);
}
.btn-primary:hover .btn-primary__text {
  color: var(--Neutral-900, #1A1A1A);
}
.btn-primary:hover .btn-primary__arrow svg {
  fill: var(--Neutral-900, #1A1A1A);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-front-page {
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(12, 33, 102, 0.94) 0%, rgba(12, 33, 102, 0.78) 45%, rgba(12, 33, 102, 0.28) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 48px;
  padding-bottom: 52px;
}
.hero__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__logo img {
  display: block;
  height: 52px;
  width: auto;
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 0 48px;
  max-width: 680px;
}
.hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4.6vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0 0 24px;
}
.hero__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
}
.hero__platforms {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #75E0F8;
  margin: 0;
}
.hero__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.hero__contact-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.hero__contact-item[href]:hover {
  color: #75E0F8;
}
.hero__contact-item[href]:hover svg {
  opacity: 1;
}
@media (max-width: 1023px) {
  .hero__bg {
    background-position: 70% 30%;
  }
  .hero__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__inner {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .hero__logo {
    padding: 8px 16px;
  }
  .hero__logo img {
    height: 40px;
  }
  .hero__content {
    padding: 48px 0 36px;
  }
  .hero__contacts {
    gap: 16px 24px;
  }
  .hero__contact-item {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */