@import url("https://fonts.cdnfonts.com/css/chronicle-display");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  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;
}

button {
  outline: none;
  border: 0;
  background: transparent;
}

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;
}

a, button {
  all: unset;
}

body._lock {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header__container {
  max-width: 1820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(100px, 150px) 1fr;
  padding: 10px 30px;
  align-items: center;
  min-height: 70px;
}
@media (max-width: 768px) {
  .header__container .headr__menu {
    display: grid;
    justify-items: end;
  }
}

.header__logo {
  position: relative;
  z-index: 5;
  min-width: none;
}

.menu__icon {
  display: none;
}

.menu__list > li {
  position: relative;
  margin: 0px 0px 0px 40px;
  cursor: pointer;
}

.menu__list > li:first-child {
  margin: 0;
}

.menu__link {
  color: #FFFFFF;
  font-family: Gilroy;
  font-weight: 700;
}

.link__logo {
  position: relative;
}

.link__logo::before {
  content: " ";
  background: url("../img/header/cart.png") 0 0/cover no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: 0px;
}

@media (min-width: 767px) {
  .menu__list {
    display: flex;
    align-items: center;
  }
  .menu__list > li {
    padding: 10px 0;
  }
  .menu__list-icon {
    display: flex;
    margin: 0px 0px 0px 50px;
  }
  .menu__list-icon .menu__link-icon {
    margin: 0px 0px 0px 30px;
  }
  .menu__body {
    grid-template-columns: 1fr minmax(100px, 150px);
    display: grid;
  }
  .menu__body .block__list:first-child {
    display: grid;
    justify-items: center;
  }
  .menu__body .block__list:last-child {
    display: grid;
    justify-items: end;
  }
}
@media (max-width: 767px) {
  .menu__icon {
    z-index: 50;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: white;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  .menu__body {
    text-align: center;
    z-index: 2;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 29, 38, 0.98);
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 85px;
    background: #242B33;
    z-index: 500;
  }
  .menu__body._active {
    left: 0;
  }
  .block__list {
    margin-bottom: 40px;
  }
  .menu__list > li:first-child, .menu__list-icon > li:first-child {
    margin: 0px 0px 50px 0px;
  }
  .menu__list > li, .menu__list-icon > li {
    margin: 0px 0px 50px 0px;
  }
  .menu__list > li:last-child, .menu__list-icon > li:last-child {
    margin-bottom: 0;
  }
  .menu__list a {
    font-size: 25px;
    line-height: 1.3;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chronicle Display";
  src: url("../fonts/ChronicleDisplay-Semi.woff2") format("woff2"), url("../fonts/ChronicleDisplay-Semi.woff") format("woff"), url("../fonts/ChronicleDisplay-Semi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.label {
  color: var(--accent, #FBD784);
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.label::before {
  content: " ";
  flex: 0 0 72px;
  background: #FBD784;
  height: 1px;
  margin: 0px 32px 0px 0px;
}

.title {
  color: #FFF;
  font-size: 64px;
  font-family: Chronicle Display;
  font-weight: 600;
  line-height: 5.2rem;
}

.sub__title {
  color: #FFF;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 32px;
}

.link {
  color: var(--accent, #FBD784);
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  cursor: pointer;
}

.logo {
  color: var(--wei, #FFF);
  font-size: 32px;
  font-family: Chronicle Display;
  font-weight: 700;
  letter-spacing: 0.32px;
}

.left__anim {
  transition: all 0.8s ease-in-out 0s;
  transform: translate(-100%, 0);
  opacity: 0;
}
.left__anim._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.right__anim {
  transition: all 0.8s ease-in-out 0s;
  transform: translate(100%, 0);
  opacity: 0;
}
.right__anim._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.parallax__label {
  transition: all 0.8s ease-in-out 0s;
  transform: translate(0, -100%);
  opacity: 0;
}
.parallax__label._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.parallax__title {
  transition: all 0.8s ease-in-out 0s;
  transform: translate(0, 100%);
  opacity: 0;
}
.parallax__title._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.label {
  transition: all 0.3s ease 0s;
  transform: translate(-100%, 0);
  opacity: 0;
}
.label._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.parallax__item .arrow__footer {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: dance;
  animation-timing-function: ease;
}
.parallax__item .arrow__footer img {
  margin-top: 25px;
}
@keyframes dance {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.wrapper {
  min-height: 100%;
}

._container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  ._container {
    padding: 0 10px;
  }
}

.parallax {
  min-height: 100vh;
}
.parallax .parallax__body {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .parallax .parallax__body {
    padding-top: 120px;
  }
}
.parallax .parallax__body .parallax__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container {
    -moz-flex-direction: vertical;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__follows {
    display: flex;
    order: 3;
    margin-bottom: 100px;
  }
}
.parallax .parallax__body .parallax__container .parallax__follows p {
  color: #FFF;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  writing-mode: vertical-rl;
  width: 23px;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__follows p {
    writing-mode: horizontal-tb;
    width: auto;
  }
}
.parallax .parallax__body .parallax__container .parallax__follows .images {
  max-width: 24px;
}
.parallax .parallax__body .parallax__container .parallax__follows .images img {
  width: 100%;
}
.parallax .parallax__body .parallax__container .parallax__follows > * {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__follows > * {
    margin-right: 24px;
  }
}
.parallax .parallax__body .parallax__container .parallax__follows > *:last-child {
  margin: 0;
}
.parallax .parallax__body .parallax__container .parallax__item {
  max-width: 1000px;
}
.parallax .parallax__body .parallax__container .parallax__item .parallax__label {
  color: var(--accent, #FBD784);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__label {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1000));
  }
}
@media (max-width: 767px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__label {
    font-size: calc(13px + 5 * (100vw / 1000));
  }
}
.parallax .parallax__body .parallax__container .parallax__item .parallax__label::before {
  content: " ";
  flex: 0 0 72px;
  background: #FBD784;
  height: 1px;
  margin: 0px 32px 0px 0px;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__label::before {
    flex: 0 0 30px;
    margin: 0px 12px 0px 0px;
  }
}
.parallax .parallax__body .parallax__container .parallax__item .parallax__title {
  color: var(--wei, #FFF);
  font-size: 88px;
  font-family: Chronicle Display;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__title {
    font-size: calc(24px + 108.8 * ((100vw - 320px) / 1000));
  }
}
@media (max-width: 767px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__title {
    font-size: calc(24px + 64 * (100vw / 1000));
  }
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__item .parallax__title {
    text-align: center;
  }
}
.parallax .parallax__body .parallax__container .parallax__item .scroll {
  display: flex;
  align-items: center;
  margin-top: 35px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__item .scroll {
    justify-content: center;
  }
}
.parallax .parallax__body .parallax__container .parallax__item .scroll p {
  color: #FFF;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  position: relative;
  margin-right: 15px;
}
.parallax .parallax__body .parallax__container .parallax__item .scroll .arrow {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  max-width: 24px;
  max-height: 22px;
}
.parallax .parallax__body .parallax__container .parallax__item .scroll .arrow img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__sec {
    display: flex;
  }
}
.parallax .parallax__body .parallax__container .parallax__sec p {
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 700;
  position: relative;
  padding-right: 32px;
  cursor: pointer;
  position: relative;
}
.parallax .parallax__body .parallax__container .parallax__sec > * {
  margin-bottom: 40px;
}
.parallax .parallax__body .parallax__container .parallax__sec > *:last-child {
  margin: 0;
}
.parallax .parallax__body .parallax__container .parallax__sec p::after {
  content: " ";
  position: absolute;
  top: -20px;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-right: 3px solid #FFF;
  height: 58px;
}
@media (max-width: 768px) {
  .parallax .parallax__body .parallax__container .parallax__sec p::after {
    content: " ";
    border: none;
    display: block;
    height: 3px;
    background-color: #FFF;
    width: 100%;
    position: absolute;
    top: -20px;
    right: 10px;
  }
}
.parallax .parallax__body .parallax__container .parallax__sec p:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.parallax .parallax__body .parallax__container .parallax__sec .goto.active p::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.parallax .parallax__body .parallax__images::before {
  background: linear-gradient(347deg, rgba(11, 29, 38, 0) 0%, #0B1D26 100%);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.parallax .parallax__body .parallax__images {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  z-index: 1;
}
.parallax .parallax__body .parallax__images .images-parallax__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__clouds,
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__mountains,
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__human {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__clouds {
  background: url("../img/header/cloud.png") top/cover no-repeat;
  top: 0;
}
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__mountains {
  background: url("../img/header/montains.png") top/cover no-repeat;
  top: 15%;
}
.parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__human {
  background: url("../img/header/people.png") top/cover no-repeat;
  top: 45%;
  z-index: 3;
}
@media (max-aspect-ratio: 3/2) {
  .parallax .parallax__body .parallax__images .images-parallax__item .images-parallax__human {
    background-position: 20% top;
  }
}

.content__container {
  max-width: 1482px;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
}

.content::before {
  content: " ";
  background: linear-gradient(180deg, rgba(11, 29, 38, 0) 5%, #0B1D26 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  transform: translate(0px, -100%);
  pointer-events: none;
}

.content {
  z-index: 5;
  background: var(--bg, #0B1D26);
  position: relative;
}
.content .item__block {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .content .item__block {
    margin-top: 100px;
  }
}
.content .item__block .item__number {
  color: #FFF;
  font-size: 240px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 240px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 38px;
  left: 0;
}
@media (max-width: 768px) {
  .content .item__block .item__number {
    top: -10%;
  }
}
.content .item__block .item__item {
  display: flex;
  -moz-flex-direction: vertical;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.content .item__block .item__item .item__text > * {
  margin-bottom: 27px;
}
.content .item__block .item__item .item__text > *:last-child {
  margin: 0;
}
.content .item__block .item__item .item__text {
  padding-left: 150px;
}
@media (max-width: 768px) {
  .content .item__block .item__item .item__text {
    padding: 0;
  }
}
.content .item__block .item__item .item__text .scroll {
  display: flex;
}
.content .item__block .item__item .item__text .scroll .arrow {
  margin-left: 16px;
  max-width: 24px;
}
.content .item__block .item__item .item__text .scroll .arrow img {
  width: 100%;
}
.content .item__block .item__image {
  max-width: 566px;
}
@media (max-width: 768px) {
  .content .item__block .item__image {
    margin-top: 25px;
  }
}
.content .item__block .item__image img {
  width: 100%;
}
.content .item__block .left__column {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 566px);
  gap: 114px;
}
@media (max-width: 768px) {
  .content .item__block .left__column {
    display: block;
  }
}
.content .item__block .right__column {
  display: grid;
  grid-template-columns: minmax(320px, 566px) 1fr;
  gap: 114px;
}
@media (max-width: 768px) {
  .content .item__block .right__column {
    display: block;
  }
}
.content .item__block .right__column .right-item__text {
  order: 2;
}
.content .footer {
  margin-top: 200px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .content .footer {
    margin-top: 100px;
  }
}
.content .footer .footer__column {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 566px);
  gap: 10px;
}
@media (max-width: 768px) {
  .content .footer .footer__column {
    display: block;
  }
}
.content .footer .footer__column .copyright {
  display: flex;
  -moz-flex-direction: vertical;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .content .footer .footer__column .copyright {
    margin-bottom: 20px;
  }
}
.content .footer .footer__column .copyright .copyright__top > * {
  margin-bottom: 24px;
}
.content .footer .footer__column .copyright .copyright__top > *:last-child {
  margin: 0;
}
.content .footer .footer__column .copyright .copyright__top {
  max-width: 303px;
}
.content .footer .footer__column .copyright .copyright__bottom p {
  color: #FFF;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.content .footer .footer__column .footer__menu .footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.content .footer .footer__column .footer__menu .footer__columns h2 {
  color: var(--accent, #FBD784);
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}
.content .footer .footer__column .footer__menu .footer__columns a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
  cursor: pointer;
}
.content .footer .footer__column .footer__menu .footer__columns a:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .content .footer .footer__column .footer__menu .more {
    display: flex;
    -moz-flex-direction: vertical;
    flex-direction: column;
    align-items: center;
  }
  .content .footer .footer__column .footer__menu .more h2 {
    text-align: center;
  }
}