@charset "UTF-8";

@font-face {
  font-family: "StyreneALC";
  font-display: swap;
  src: url("../fonts/StyreneALC-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nekst";
  font-display: swap;
  src: url("../fonts/Nekst-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "StyreneALC";
  font-display: swap;
  src: url("../fonts/StyreneALC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "StyreneALC";
  font-display: swap;
  src: url("../fonts/StyreneALC-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

/**
 * Основные стили
 **/

html {
  color: #000000;
  scroll-behavior: smooth;
}

body {
  position: fixed;
  inset: 0;
  font-family: "StyreneALC", "Arial", sans-serif;
  color: white;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  background-image: url(../img/common-bg.webp);
  background-size: 100% 1000px;
  background-repeat: no-repeat;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
}

img[alt] {
  font-size: 10px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

*:hover {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.wrap {
  min-width: 365px;
  max-width: 2000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.header {
  background-color: #fff;
  z-index: 50;
}

.header__wrap {
  position: relative;
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__logo {
  margin-right: auto;
}

.header__logo img {
  width: 270px;
  display: block;
}

.header__link {
  text-decoration: none;
  cursor: pointer;
  display: block;
  border-radius: 8px;
  border: 1px solid white;
  width: 155px;
  padding-top: 9px;
  padding-bottom: 10px;
  margin-right: 25px;
  text-align: center;
  color: white;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.nav__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nav__link {
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding-top: 18px;
  letter-spacing: -0.4px;
  font-family: "Montserrat";
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.nav__link--blue {
  color: #7CC0FF;
  font-weight: 500;
}

.nav__button {
  position: relative;
  width: 36px;
  height: 28px;
  margin-top: 5px;
  background-color: inherit;
  display: none;
  z-index: 100;
}

.nav {
  position: relative;
  --headerHeigth: 86px;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  --mainHeigth: 760px;
  --titleHeigth: 123px;
  --textHeigth: 43px;
  /* padding: 0 28px; */
}

.main__title {
  position: relative;
  margin: 0 auto;
  padding-top: calc(var(--mainHeigth) * 0.14);
  padding-left: 1dvh;
  padding-right: 1dvh;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: calc(40px + 13 * (100vw - 375px) / 125);
  font-weight: 900;
  line-height: 1.17;
  text-transform: uppercase;
  z-index: 10;
}

.main__title span {
  color: #CECBFF;
}

.main__text {
  margin: 0;
  padding-top: calc((var(--mainHeigth) - var(--titleHeigth)) * 0.044);
  margin-bottom: calc((var(--mainHeigth) - var(--titleHeigth) - var(--textHeigth)) * 0.11);
  padding-left: 1dvh;
  padding-right: 1dvh;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media(min-width: 600px) {
  .main--en .main__text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main__link {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 16px 32px;
  width: 90vw;
  background-color: transparent;
  border: 3.16px solid white;
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  font-family: "StyreneALC";
  font-size: calc(18px + 9 * (100vw - 375px) / 125);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2.72px 2.72px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2.72px 2.72px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}

.main__link:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.images {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.images--top-left {
  background-image: url(../img/basket-1.webp);
  width: 175px;
  height: 170px;
  top: -56px;
  left: -72px;
}

.images--top-left::after {
  position: absolute;
  content: none;
  background-image: url(../img/chip-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 50px;
  top: 20px;
  left: 185px;
}

.images--top-rigth {
  background-image: url(../img/pasteboard.webp);
  width: 147px;
  height: 182px;
  top: 30px;
  right: -10px;
}

.images--top-rigth::after {
  position: absolute;
  content: "";
  background-image: url(../img/basket-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 62px;
  top: -15px;
  left: -50px;
}

.images--top-rigth::before {
  position: absolute;
  content: "";
  background-image: url(../img/chip-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43px;
  height: 52px;
  top: 34px;
  left: -105px;
}

.images--bottom-left {
  position: absolute;
  background-image: url(../img/pasteboard-2-1.webp);
  width: calc(var(--mainHeigth) * 0.184);
  height: calc(var(--mainHeigth) * 0.24);
  -webkit-transform: rotate(-23.176deg);
  -ms-transform: rotate(-23.176deg);
  transform: rotate(-23.176deg);
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(var(--mainHeigth) * 0.68);
  left: 8px;
}

.images--bottom-left::after {
  position: absolute;
  content: "";
  background-image: url(../img/chip-3-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--mainHeigth) * 0.114);
  height: calc(var(--mainHeigth) * 0.079);
  top: -18px;
  left: 85px;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.images--bottom-rigth {
  background-image: url(../img/basket-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--mainHeigth) * 0.276);
  height: calc(var(--mainHeigth) * 0.276);
  top: calc(var(--mainHeigth) * 0.68);
  right: -20px;
}

.images--bottom-rigth::before {
  position: absolute;
  content: none;
  background-image: url(../img/chip-4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 70px;
  top: 6px;
  left: -86px;
}

.images--bottom-rigth::after {
  position: absolute;
  background-image: url(../img/chip-6.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--mainHeigth) * 0.072);
  height: calc(var(--mainHeigth) * 0.092);
  top: -80px;
  right: 25px;
}

.footer {
  color: #FFF;
  font-family: "StyreneALC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__text {
  position: relative;
  text-align: center;
  z-index: 10;
}

@media (min-width: 470px) {
  .images--top-left::after {
    content: "";
  }

  .images--bottom-rigth::before {
    content: "";
  }
}

@media (min-width: 500px) {
  .header__logo img {
    width: 312px;
    height: 37px;
  }

  .main__link {
    font-size: 27px;
  }
}

@media (min-width: 501px) {
  .main__title {
    font-size: calc(53px + 6 * (100vw - 501px) / 139);
    max-width: 840px;
  }
}

@media (min-width: 640px) {
  .main__link {
    font-size: 30px;
    width: 500px;
  }

  .images--top-left {
    top: -25px;
  }

  .images--bottom-rigth::after {
    content: "";
  }

  .main__title {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .main__title {
    max-width: 640px;
  }
}

@media (min-width: 1200px) {
  body {
    background-image: url(../img/common-bg-desctop-2.webp);
    background-size: cover;
    background-repeat: repeat;
  }

  .header__wrap {
    padding: 10px 28px;
  }

  .header__logo {
    min-width: 300px;
    margin-right: 0;
  }

  .header__logo img {
    width: 192px;
    height: 23px;
  }

  .header__link {
    margin-right: 0;
    position: absolute;
    right: 140px;
    z-index: 20;
  }

  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .nav__item:nth-child(n+2) {
    border-top: none;
  }

  .nav__item:last-child {
    padding-left: 14px;
  }

  .nav__link {
    text-align: center;
    padding: 6px 14px;
    color: #222;
    font-size: 16px;
    line-height: 1;
  }

  .nav__link--blue {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 157px;
    height: 31px;
    margin: 0 auto;
    border: 1.6px solid #67A6D6;
    border-radius: 6px;
    background-color: transparent;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main {
    padding: 0 60px;
  }

  .main__title {
    max-width: 860px;
  }

  .main__link {
    font-size: 24px;
    width: 430px;
  }
}

@media (min-width: 1200px) and (min-width: 1600px) {
  .nav__link--blue {
    width: 177px;
  }
}

@media (min-width: 1600px) {
  .header__wrap {
    padding: 5px 120px;
  }

  .main {
    padding: 0 120px;
    width: 100%;
  }

  .main__title {
    padding-top: calc(var(--mainHeigth) * 0.26);
    margin-left: auto;
    margin-right: auto;
    font-size: 96px;
  }

  .main__text {
    font-size: 36px;
  }

  .main__link {
    font-size: 20px;
    width: 360px;
  }

  .images--top-left {
    width: 354px;
    height: 342px;
    top: 43px;
    left: 40px;
  }

  .images--top-left::after {
    content: none;
  }

  .images--top-rigth {
    width: 245px;
    height: 302px;
    right: 75px;
    top: 18.5vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .images--top-rigth::after {
    width: 200px;
    height: 200px;
    top: -135px;
    left: -80px;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
  }

  .images--top-rigth::before {
    width: 110px;
    height: 132px;
    top: -78px;
    left: -207px;
  }

  .images--bottom-left {
    width: 238px;
    height: 306px;
    top: 47dvh;
    left: 89px;
    z-index: 100;
  }

  .images--bottom-left::after {
    width: 165px;
    height: 120px;
    left: 156px;
  }

  .images--bottom-rigth {
    width: 537px;
    height: 537px;
    right: -9px;
  }

  .images--bottom-rigth::before {
    width: 210px;
    height: 219px;
    top: 115px;
    left: -259px;
  }

  .images--bottom-rigth::after {
    width: 148px;
    height: 110px;
    top: -170px;
    right: 54px;
  }

  .images--chip {
    position: absolute;
    background-image: url(../img/chip-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 145px;
    height: 163px;
    bottom: 42px;
    left: 64px;
  }

  .footer__text {
    text-align: left;
  }

  .footer {
    padding-left: calc((100vw - 1600px) / 2 + 400px);
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .header__wrap {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .header__logo img {
    width: 240px;
    height: 28px;
  }

  .header__link {
    right: 375px;
  }

  .nav__link {
    font-size: 20px;
  }

  .main__title {
    max-width: 1065px;
    padding-top: calc(var(--mainHeigth) * 0.21);
    font-size: 120px;
    line-height: 1.1;
  }

  .main__text {
    font-size: 45px;
    padding-top: calc((var(--mainHeigth) - var(--titleHeigth)) * 0.11);
    margin-bottom: calc((var(--mainHeigth) - var(--titleHeigth) - var(--textHeigth)) * 0.21);
  }

  .main__link {
    font-size: 26px;
    width: 450px;
  }

  .footer__text {
    margin-bottom: 30px;
  }

  .footer {
    padding-left: 470px;
  }
}

@media (max-width: 1199px) {
  .nav__button {
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
  }

  .nav .nav__wrapper {
    position: fixed;
    top: var(--headerHeigth);
    right: 0;
    width: 100%;
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 17px;
    background: rgba(0, 46, 80, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }

  .nav--closed .nav__button::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #2F80ED;
    -webkit-box-shadow: 0 9px 0 0 #2F80ED;
    box-shadow: 0 9px 0 0 #2F80ED;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .nav--closed .nav__button::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 6px;
    width: 30px;
    height: 2px;
    background-color: #2F80ED;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .nav--closed .nav__wrapper {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .nav--opened .nav__wrapper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .nav--opened .nav__button::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 2px;
    width: 30px;
    height: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2F80ED;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .nav--opened .nav__button::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 2px;
    width: 30px;
    height: 3px;
    z-index: 5;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #2F80ED;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media (min-width: 1600px) {
  .main--en .main__title {
    padding-top: calc(var(--mainHeigth) * 0.15);
  }

  .main--en .main__text {
    max-width: 800px;
  }
}

@media (min-width: 1920px) {
  .main--en .main__title {
    padding-top: calc(var(--mainHeigth) * 0.1);
    font-size: 110px;
  }

  .main--en .main__text {
    max-width: 900px;
  }
}

@media(min-width: 1200px){
  body {
    position: static;
  }
}