@charset "UTF-8";
* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
[role=button],
a,
button,
input,
label,
select,
textarea {
  -webkit-tap-highlight-color: transparent
}
::-moz-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: Geometria,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 375px;
  font-style: normal;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Geometria;
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Light.woff2) format("woff2")
}
@font-face {
  font-family: Geometria;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Geometria;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Geometria;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Bold.woff2) format("woff2")
}
.html {
  height: 100%;
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: Geometria,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: #4c5ea1
}
.site {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  overflow-x: hidden;
  min-height: 100%
}
.icon {
  display: inline-block;
  width: var(--icon-width,24px);
  aspect-ratio: var(--icon-ratio,1);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--mask-size,contain);
  mask-size: var(--mask-size,contain);
  background-color: var(--icon-color,#fff)
}
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent
}
.btn-wrapper {
  text-align: center
}
.btn-default {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 8px 98px;
  gap: 8px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #5f6db2;
  min-height: 56px;
  background-color: #fff;
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out
}
@media (max-width:1023.5px) {
  .btn-default {
    padding: 10px 20px
  }
}
.btn-default__icon {
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-color: #5f6db2;
  -webkit-mask-image: url(../img/icon-arrow.svg);
  mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
@media (any-hover:hover) {
  .btn-default:hover {
    border-color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.9)
  }
}
.btn-default:active {
  border-color: #fff;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 4px rgba(255,255,255,.2)
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.site {
  background-image: url(../img/upload/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:575.5px) {
  .site {
    background-image: url(../img/upload/bg_mob.jpg)
  }
}
.title-default {
  font-weight: 300;
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff
}
@media (max-width:1023.5px) {
  .title-default {
    font-size: 45px
  }
}
@media (max-width:767.5px) {
  .title-default {
    font-size: 30px;
    line-height: 1.1
  }
}
.title-default strong {
  font-weight: 700
}
.open-menu {
  overflow: hidden
}
.logo {
  display: inline-block;
  font-size: 0
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px
}
@media (max-width:767.5px) {
  .container {
    padding-left: 16px;
    padding-right: 16px
  }
}
.modals {
  z-index: 15
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center
}
.modal::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}
.modal_active {
  display: block
}
.modal__inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin-top: 54px;
  margin-bottom: 54px;
  border-radius: 8px;
  padding: 20px;
  width: 660px;
  max-width: calc(100% - 32px);
  white-space: normal;
  text-align: left;
  background-color: #fff
}
.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}
.modal__close {
  position: absolute;
  right: 0;
  top: -37px;
  border: none;
  font-size: 0;
  width: 25px;
  height: 25px;
  background-color: transparent
}
.modal__close::after,
.modal__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #fff;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.modal__close::after {
  transform: translate(-50%,-50%) rotate(45deg)
}
.fixed-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in
}
.fixed-menu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}
.fixed-menu__content {
  position: absolute;
  right: 16px;
  top: 12px;
  overflow-y: auto;
  border: 2.62px solid #fff;
  padding: 50px 13px 25px;
  border-radius: 12px;
  width: 228px;
  background: #5d91e3;
  transition: transform .2s ease-in
}
.fixed-menu__close {
  position: absolute;
  right: 13px;
  top: 10px
}
.open-menu .fixed-menu {
  opacity: 1;
  pointer-events: all
}
.hero {
  padding-top: 120px
}
@media (max-width:1299.5px) {
  .hero {
    padding-top: 80px
  }
}
@media (max-width:575.5px) {
  .hero {
    padding-top: 40px
  }
}
.hero_offset {
  margin-bottom: 81px
}
@media (max-width:575.5px) {
  .hero_offset {
    margin-bottom: 53px
  }
}
.hero__container {
  position: relative
}
.hero__content {
  margin-bottom: -15px;
  width: 480px
}
@media (max-width:1023.5px) {
  .hero__content {
    width: 100%;
    margin-bottom: 30px
  }
}
@media (max-width:575.5px) {
  .hero__content {
    margin-bottom: 34px
  }
}
.hero__logo {
  width: 470px;
  font-size: 0
}
@media (max-width:1023.5px) {
  .hero__logo {
    width: 343px
  }
}
.hero__logo-img {
  width: 100%;
  aspect-ratio: 469/70;
  height: auto
}
.hero__title {
  margin-bottom: 57px;
  font-weight: 300;
  font-size: 72px;
  line-height: 1.3;
  color: #fff
}
@media (max-width:1023.5px) {
  .hero__title {
    margin-bottom: 40px;
    font-size: 52px
  }
}
@media (max-width:575.5px) {
  .hero__title {
    margin-bottom: 26px;
    width: calc(100% + 5px)
  }
}
.hero__desc {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff
}
@media (max-width:1023.5px) {
  .hero__desc {
    font-size: 22px
  }
}
.hero__text {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #fff
}
@media (max-width:1023.5px) {
  .hero__text {
    font-size: 18px
  }
}
.hero__bottom {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  grid-gap: 23px
}
@media (max-width:1299.5px) {
  .hero__bottom {
    grid-gap: 16px
  }
}
@media (max-width:1023.5px) {
  .hero__bottom {
    margin-bottom: 40px
  }
}
@media (max-width:767.5px) {
  .hero__bottom {
    display: flex
  }
}
@media (max-width:575.5px) {
  .hero__bottom {
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 53px
  }
}
.hero__btn {
  white-space: nowrap
}
@media (max-width:575.5px) {
  .hero__btn {
    width: 100%
  }
}
.hero__bottom-left {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width:575.5px) {
  .hero__bottom-left {
    width: 100%
  }
}
.hero__bottom-left-arrow {
  width: 176px;
  aspect-ratio: 176/18;
  background-image: url(../img/icon-long-arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1299.5px) {
  .hero__bottom-left-arrow {
    width: 120px
  }
}
@media (max-width:1023.5px) {
  .hero__bottom-left-arrow {
    display: none
  }
}
.hero__bottom-video {
  overflow: hidden;
  border: 2px solid #dddfed;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 569/311
}
@media (max-width:575.5px) {
  .hero__bottom-video {
    border: 2px solid rgba(255,255,255,.1)
  }
}
.hero__bottom-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.hero__authors {
  position: absolute;
  right: 20px;
  top: -15px;
  width: 567px;
  width: calc(50% - 32px)
}
@media (max-width:1299.5px) {
  .hero__authors {
    width: calc(50% - 30px)
  }
}
@media (max-width:1023.5px) {
  .hero__authors {
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
}
.hero__authors-title {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 62px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff
}
@media (max-width:1299.5px) {
  .hero__authors-title {
    font-size: 52px
  }
}
@media (max-width:767.5px) {
  .hero__authors-title {
    font-size: 30px
  }
}
@media (max-width:575.5px) {
  .hero__authors-title {
    margin-bottom: 29px
  }
}
.hero__authors-title strong {
  font-weight: 700
}
.hero__authors-items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 27px
}
@media (max-width:575.5px) {
  .hero__authors-items {
    display: flex;
    flex-direction: column;
    gap: 16px
  }
}
.hero__authors-item {
  border: 2px solid #dddfed;
  border-radius: 15px;
  padding: 24px 23px 18px;
  background-color: #fff
}
@media (max-width:575.5px) {
  .hero__authors-item {
    position: relative;
    padding: 13px;
    min-height: 126px;
    padding-left: 152px
  }
}
.hero__authors-item-img {
  margin-bottom: 15px;
  border: 2px solid #dddfed;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 222/162;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-color: #edeefd
}
@media (max-width:575.5px) {
  .hero__authors-item-img {
    position: absolute;
    left: 14px;
    top: 14px;
    height: calc(100% - 27px);
    width: 126px
  }
}
.hero__authors-item-name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #000
}
@media (max-width:575.5px) {
  .hero__authors-item-name {
    font-size: 15px
  }
}
.hero__authors-item-pos {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #000
}
@media (max-width:575.5px) {
  .hero__authors-item-pos {
    font-size: 12px
  }
}
.why_offset {
  margin-bottom: 86px
}
@media (max-width:575.5px) {
  .why_offset {
    margin-bottom: 50px
  }
}
.why__title {
  margin-bottom: 41px
}
@media (max-width:575.5px) {
  .why__title {
    margin-bottom: 31px
  }
}
.why__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 28px 24px
}
@media (max-width:575.5px) {
  .why__items {
    grid-template-columns: 100%
  }
}
.why__item-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6px;
  width: 80px;
  height: 70px
}
.why__item-icon {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center
}
@media (max-width:1023.5px) {
  .why__item-icon {
    margin-bottom: 7px
  }
}
.why__item-name {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #fff
}
@media (max-width:1023.5px) {
  .why__item-name {
    margin-bottom: 8px;
    font-size: 15px
  }
}
.why__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #fff
}
@media (max-width:1023.5px) {
  .why__item-text {
    font-size: 12px
  }
}
.areas_offset {
  padding-bottom: 120px
}
.areas__title {
  margin-bottom: 61px
}
@media (max-width:575.5px) {
  .areas__title {
    margin-bottom: 27px
  }
}
.areas__items {
  display: flex;
  gap: 130px;
  margin-left: 21px;
  margin-bottom: 55px;
  max-width: 1152px
}
@media (max-width:1299.5px) {
  .areas__items {
    gap: 20px;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
    max-width: 100%
  }
}
@media (max-width:1023.5px) {
  .areas__items {
    flex-wrap: wrap
  }
}
@media (max-width:575.5px) {
  .areas__items {
    gap: 13px
  }
}
.areas__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}
@media (max-width:1023.5px) {
  .areas__item {
    width: calc((100% - 20px)/ 2)
  }
}
@media (max-width:575.5px) {
  .areas__item {
    width: 100%;
    align-items: flex-start
  }
}
.areas__item-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  border-radius: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 64px;
  aspect-ratio: 64/56;
  background-color: #fff;
  transform: translateY(-50%);
  transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out
}
.areas__item-arrow::after {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-color: #5f6db2;
  -webkit-mask-image: url(../img/icon-arrow.svg);
  mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
@media (max-width:575.5px) {
  .areas__item-arrow {
    display: inline-flex
  }
}
@media (any-hover:hover) {
  .areas__item-arrow:hover {
    border-color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.9)
  }
}
.areas__item-arrow:active {
  border-color: #fff;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 4px rgba(255,255,255,.2)
}
.areas__item-icon {
  flex-shrink: 0;
  display: inline-block;
  margin-bottom: 16px;
  height: 85px;
  width: 104px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
@media (max-width:575.5px) {
  .areas__item-icon {
    margin-bottom: 12px;
    -webkit-mask-position: left center;
    mask-position: left center
  }
}
.areas__item-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #fff
}
@media (max-width:1023.5px) {
  .areas__item-name {
    font-size: 15px
  }
}
@media (max-width:575.5px) {
  .areas__item-name br {
    display: none
  }
}
.areas__item-name-arrow {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 24px
}
.areas__item-name-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  font-size: 0;
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../img/icon-arrow.svg);
  mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translate(-50%,-50%)
}
@media (max-width:575.5px) {
  .areas__item-name-arrow::after {
    display: none
  }
}
@media (max-width:575.5px) {
  .areas__btn {
    width: 100%
  }
}
@media (max-width:1649.5px) {
  .from-xl {
    display: none
  }
}
@media (max-width:1299.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:1023.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:767.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1650px) {
  .to-xl {
    display: none
  }
}
@media (min-width:1300px) {
  .to-lg {
    display: none
  }
}
@media (min-width:1024px) {
  .to-md {
    display: none
  }
}
@media (min-width:768px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}