@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: AlbertusNova;
  font-display: swap;
  src: url("../fonts/AlbertusNova-Black.woff2") format("woff2"), url("../fonts/AlbertusNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: AlbertusNova;
  font-display: swap;
  src: url("../fonts/AlbertusNova-Bold.woff2") format("woff2"), url("../fonts/AlbertusNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: AlbertusNova;
  font-display: swap;
  src: url("../fonts/AlbertusNova-Light.woff2") format("woff2"), url("../fonts/AlbertusNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: AlbertusNova;
  font-display: swap;
  src: url("../fonts/AlbertusNova-Regular.woff2") format("woff2"), url("../fonts/AlbertusNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AlbertusNova;
  font-display: swap;
  src: url("../fonts/AlbertusNova-Thin.woff2") format("woff2"), url("../fonts/AlbertusNova-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.intro {
  transform-style: preserve-3d;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fafcea 70%, #d8eef1 100%);
  z-index: 2;
}
.intro__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.intro__girl {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  max-height: 80%;
  aspect-ratio: 8/9;
  transform: translateZ(-1px);
  transition: all 600ms ease;
}
.intro__left-flower {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateZ(-1px);
  transition: all 300ms ease;
}
.intro__right-flower {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateZ(-1px);
  transition: all 300ms ease;
}
.intro__row {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 60px;
}
.intro__header {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: fit-content;
}
.intro__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  margin-bottom: 60px;
}

.btn {
  position: relative;
}

.btn-one {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  width: 460px;
}
.btn-one__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.btn-one__left-arrow {
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: 1;
  transition: all 300ms ease;
}
.btn-one__right-arrow {
  position: absolute;
  right: 0px;
  top: -10px;
  z-index: 1;
  transition: all 300ms ease;
}
.btn-one p {
  position: relative;
  z-index: 3;
  font-size: 34px;
  color: #fff;
  padding-top: 30px;
}
.btn-one:hover .btn-one__left-arrow {
  transform: translate(45px, -40px) rotate(35deg);
}
.btn-one:hover .btn-one__right-arrow {
  transform: translate(-45px, -40px) rotate(-35deg);
}

.btn-two {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 65px;
  max-width: fit-content;
}
.btn-two__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  object-fit: contain;
}
.btn-two p {
  position: relative;
  z-index: 3;
  font-size: 34px !important;
  color: #fff !important;
}

.list {
  display: flex;
  gap: 60px;
}
.list li a {
  font-size: 34px;
  background: radial-gradient(#b2d5f2 10%, #9390ec 30%, #0c3197 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0c3197;
  height: fit-content;
}
.list li {
  position: relative;
  cursor: pointer;
}
.list li::before {
  content: url("../img/svgicons/list.svg");
  display: block;
  width: 40px;
  height: 48px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.list li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eb57fe;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
  filter: blur(10px);
  transition: all 300ms ease;
}
.list li:hover::after {
  width: 40px;
  height: 40px;
  background: #e736ff;
}

.info {
  position: relative;
  z-index: 3;
}
.info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, #d8eef1 10%, #d8e7f1 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.info__bg {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  z-index: 1;
}
.info__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  z-index: 3;
  row-gap: 70px;
  margin-bottom: 160px;
}
.info__item {
  position: relative;
  padding: 90px 140px 20px;
  border-radius: 10px;
}
.info__item__bg {
  position: absolute;
  height: 100%;
  top: 50px;
  left: 50px;
  right: 50px;
  width: calc(100% - 105px);
  object-fit: cover;
  opacity: 0.1;
  z-index: 2;
}
.info__item.header-one {
  background: 0px 0px/100% no-repeat url("../img/svgicons/block-header-bg-one.svg");
}
.info__item.header-two {
  background: 0px -7px/100% no-repeat url("../img/svgicons/block-header-bg-two.svg");
  padding-top: 160px;
}
.info__item.medium {
  grid-row: span 2;
}
.info__item.big {
  grid-row: span 3;
}
.info__item::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 50px;
  left: 50px;
  right: 50px;
  width: calc(100% - 105px);
  object-fit: cover;
  opacity: 1;
  box-shadow: 0px 5px 18px 0px rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(237, 255, 255) 5%);
  border-radius: 10px;
  z-index: 1;
}
.info__item.header-two::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(237, 255, 255) 20%);
}
.info__info {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  height: 100%;
}
.info__info p {
  font-size: 18px;
  color: #0c3197;
}
.info__info h2 {
  background: radial-gradient(#b2d5f2 10%, #9390ec 30%, #0c3197 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0c3197;
  height: fit-content;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
.info__info h3 {
  color: #84b6da;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.info__info p.text-gradient {
  font-size: 28px;
  text-align: center;
}
.info__info p.text-gradient:not(:last-child) {
  margin-bottom: 32px;
}
.info__info p.text-big {
  font-size: 64px;
}
.info__info .btn {
  margin: 0 auto;
  margin-top: auto;
}
.info__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 10px;
}
.info__stat {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.info__footer {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.info__text {
  flex: 0 0 700px;
}
.info__text .list li a {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
  font-size: 24px;
  cursor: pointer;
}
.info__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
}
.info__copy img {
  max-height: 220px;
  aspect-ratio: 2.2/1.8;
}

.socials {
  display: flex;
  gap: 48px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
}
.socials .vk,
.socials .tg {
  width: 126px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials .vk {
  background: center/cover no-repeat url("../img/svgicons/container-for-vk.svg");
}
.socials .tg {
  background: center/cover no-repeat url("../img/svgicons/container-for-tg.svg");
}

body {
  font-family: AlbertusNova;
  margin: 0;
  transform-style: preserve-3d;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
}

.content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  background: #fff;
  z-index: 2;
  transform-style: preserve-3d;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
  padding: 0 30px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .intro {
    height: fit-content;
  }
  .intro::after {
    display: none;
  }
  .intro__row {
    padding-top: 20px;
  }
  .intro__header {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .intro__girl {
    max-height: 50%;
    left: 0%;
    bottom: 30%;
  }
  .intro__left-flower {
    bottom: 50%;
  }
  .intro__right-flower {
    bottom: 40%;
  }
  .intro__footer {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
    position: relative;
    margin-bottom: 0px;
  }
  .intro__footer::after {
    content: "";
    position: absolute;
    width: calc(100% + 120px);
    height: 100%;
    bottom: 0px;
    left: -60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(237, 255, 255) 5%, #d8eef1 70%);
  }
  .list {
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  .list li {
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center;
  }
  .list li a {
    height: 40px;
  }
  .info {
    position: relative;
  }
  .info__header {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .info__item.medium, .info__item.big {
    grid-row: span 1;
  }
  .info__footer {
    position: relative;
  }
  .info__footer::before {
    content: "";
    position: absolute;
    z-index: 3;
    width: calc(100% + 120px);
    height: 100%;
    left: -60px;
    bottom: 0px;
    background: linear-gradient(0deg, #1b3340 -54.88%, rgba(12, 49, 151, 0) 100%);
  }
  .info__text {
    flex: 1 1 auto;
    position: relative;
    z-index: 4;
  }
  .info__copy {
    flex-direction: column;
  }
  .info__img {
    position: absolute;
    bottom: 0px;
    z-index: 2;
  }
}
@media only screen and (max-width: 576px) {
  .intro__logo {
    width: 100%;
    aspect-ratio: 6.5/4.2;
  }
  .intro__girl {
    width: 100%;
    bottom: 0px;
    top: 50vh;
  }
  .intro__left-flower, .intro__right-flower {
    bottom: 50%;
    display: none;
  }
  .info__item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
  }
  .info__item__bg, .info__item::after {
    width: calc(100% - 40px);
    left: 20px;
    top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .intro__header {
    padding-bottom: 40px;
  }
  .intro__girl {
    width: 100%;
    bottom: 0px;
    top: 55vh;
  }
  .btn-one {
    width: 100%;
  }
  .btn-one p {
    font-size: 24px;
  }
  .btn-two {
    width: 100%;
  }
  .btn-two p {
    font-size: 14px !important;
  }
  .info__item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    left: 0px;
    width: 100%;
  }
  .info__item__bg, .info__item::after {
    width: calc(100% - 40px);
    left: 20px;
    top: 25px;
  }
  .info__stats {
    grid-template-columns: 1fr;
  }
  .info__info h2 {
    font-size: 20px;
  }
  .info__info h3 {
    font-size: 10px;
  }
  .info__info p.text-gradient {
    font-size: 16px;
  }
  .info__info p.text-big {
    font-size: 54px;
  }
  .socials .vk,
  .socials .tg {
    width: 72px;
    height: 80px;
  }
  .socials .vk img,
  .socials .tg img {
    width: 30px;
    height: 30px;
  }
}