h1 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  src: url('../fonts/FontFont_FF.Mark.Pro.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  box-sizing: border-box;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

:root {
  background: #14112c;
  color: white;
  font-family: Inter, sans-serif;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

li {
  list-style: none;
}

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

.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

.about-greetings {
  padding: 147px 0 156px;
  background: linear-gradient(146.86deg, #191536 -0.5%, #000 99.5%);
}

.about {
  padding: 0 234px;
  margin-bottom: 175px;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 110px;
}

.about__image-wrapper {
  position: relative;
}

.about__image-wrapper::before {
  position: absolute;
  content: '1/5';
  top: 0;
  left: -23px;
  transform: translateX(-100%);
  color: #05c2df;
  font-weight: 400;
  font-size: 14px;
}

.about__image {
  margin-bottom: 12px;
  width: 622px;
  height: 290px;
}

.about__info {
  max-width: 435px;
}

.about__title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 30px;
}

.about__title--blue {
  color: #05c2df;
}

.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 55px;
  color: #929292;
}

.about__video-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  padding-left: 108px;
}

.about__video-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-36%);
  width: 225px;
  height: 66px;
  background: url('../images/play-video.svg') center/contain no-repeat;
}

.switches {
  width: 207px;
  display: flex;
  align-items: center;
  gap: 103px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.switches::before,
.switches::after {
  position: absolute;
  content: '';
  bottom: -10px;
  height: 1px;
}

.switches::before {
  left: 0;
  width: 33.33%;
  background-color: #05c2df;
}

.switches::after {
  right: 0;
  width: 66.67%;
  background-color: #212121;
}

.pagination {
  display: none;
}

.pagination__switch {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484848;
}

.pagination__switch--active {
  background-color: #ababab;
}

.greetings {
  padding: 0 256px 0 327px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 101px;
}

.greetings__subtitle {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #05c2df;
  display: block;
}

.greetings__title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 30px;
}

.greetings__title--blue {
  color: #05c2df;
}

.greetings__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #929292;
  max-width: 532px;
}

.greetings__print {
  display: flex;
  align-items: flex-start;
}

.greetings__rotating-title {
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  writing-mode: vertical-rl;
  color: #05040b;
  -webkit-text-stroke: 1px #05c2df;
}

.greetings__rotating-title:nth-of-type(2) {
  opacity: 0.5;
}

.greetings__rotating-title:nth-of-type(3) {
  opacity: 0.2;
}

.greetings__rotating-title:nth-of-type(4) {
  opacity: 0.1;
}

.greetings__rotating-title:nth-of-type(5) {
  opacity: 0.05;
}

.greetings__rotating-title:nth-of-type(6) {
  opacity: 0.03;
}

.greetings__rotating-title:nth-of-type(7) {
  opacity: 0.02;
}

.greetings__rotating-title:nth-child(even) {
  transform: rotate(180deg);
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .about {
    padding: 0 110px 0 246px;
  }

  .about__image {
    width: auto;
    height: 290px;
    aspect-ratio: 430/290;
  }

  .switches-left {
    color: #929292;
  }

  .greetings {
    padding: 0 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about-greetings {
    padding: 83px 0 50px;
  }

  .about {
    padding: 0 34px;
    gap: 20px;
    margin-bottom: 100px;
  }

  .about__title {
    font-size: 21px;
  }

  .about__image-wrapper::before {
    display: none;
  }

  .about__image {
    width: auto;
    height: 270px;
    aspect-ratio: 340/270;
  }

  .switches {
    display: none;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .greetings {
    padding: 0 34px;
    align-items: center;
  }

  .greetings__title {
    font-size: 21px;
  }

  .greetings__rotating-title {
    font-size: 48px;
  }

  .greetings__rotating-title:not(:nth-of-type(-n + 3)) {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .about-greetings {
    padding: 50px 0;
  }

  .about {
    padding: 0 20px;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }

  .about__title {
    font-size: 21px;
  }

  .about__image-wrapper::before {
    display: none;
  }

  .about__image {
    width: 100%;
    height: auto;
    aspect-ratio: 280/190;
  }

  .switches {
    display: none;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .greetings {
    padding: 0 34px;
    align-items: center;
  }

  .greetings__info {
    padding-top: 50px;
  }

  .greetings__title {
    font-size: 21px;
  }

  .greetings__print {
    display: none;
  }
}

.contact-form {
  width: 716px;
}

.contact-form__name-wrapper,
.contact-form__email-wrapper,
.contact-form__phone-wrapper,
.contact-form__message-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #2f2f2f;
}

.contact-form__name-wrapper,
.contact-form__email-wrapper,
.contact-form__phone-wrapper {
  margin-bottom: 24px;
}

.contact-form__message-wrapper {
  margin-bottom: 50px;
}

.contact-form__name,
.contact-form__email,
.contact-form__phone,
.contact-form__message {
  background-color: transparent;
  border: none;
  outline: none;
}

.contact-form__message {
  height: 88px;
}

.contact-form__button {
  border: none;
  color: white;
  width: 200px;
  padding: 12px 0;
  background-color: #05c2df;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.contact-form__lower-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll-up {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #05c2df;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contact-form {
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }

  .contact-form__button {
    width: 100%;
  }

  .contacts {
    position: absolute;
    font-size: 13px !important;
    bottom: -230px;
    right: 20px;
    z-index: 2;
  }

  .scroll-up {
    display: none;
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #05040b;
  height: 100px;
  padding: 0 234px;
}

.footer__logo-navigation {
  display: flex;
  align-items: center;
  gap: 127px;
  justify-content: space-between;
  width: 60%;
}

.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
}

.footer__element {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #f2f2f2;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__facebook-icon {
  width: 9.35px;
  height: 19.1px;
}

.footer__twitter-icon {
  width: 23.38px;
  height: 17.5px;
}

.footer__youtube-icon {
  width: 22.1px;
  height: 17.9px;
}

.footer__reddit-icon {
  width: 21.82px;
  height: 22.28px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer {
    padding: 0 34px;
    height: 64px;
  }

  .footer__list {
    gap: 37px;
  }

  .footer__socials {
    gap: 18px;
  }

  .footer__facebook-icon {
    width: 6px;
    height: 12px;
  }

  .footer__twitter-icon {
    width: 15px;
    height: 11px;
  }

  .footer__youtube-icon {
    width: 14.2px;
    height: 10.8px;
  }

  .footer__reddit-icon {
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    padding: 100px 20px 50px;
    align-items: end;
    position: relative;
    height: auto;
  }

  .footer__logo-navigation {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .footer__list {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .footer__socials {
    gap: 22.7px;
  }

  .footer__facebook-icon {
    width: 6px;
    height: 12px;
  }

  .footer__twitter-icon {
    width: 15px;
    height: 11px;
  }

  .footer__youtube-icon {
    width: 14.2px;
    height: 10.8px;
  }

  .footer__reddit-icon {
    width: 14px;
    height: 14px;
  }
}

.gaming {
  background-color: #05040b;
  padding: 158px 234px;
  text-align: center;
}

.gaming__title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 16px;
}

.gaming__title--blue {
  color: #05c2df;
}

.gaming__subtitle {
  display: block;
  margin-bottom: 83px;
  color: #05c2df;
  font-weight: 400;
  font-size: 14px;
}

.gaming__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  align-items: start;
}

.feature {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.feature__img {
  margin-bottom: 32px;
  height: 83px;
}

.feature__title {
  margin-bottom: 21px;
  font-weight: 900;
  font-size: 16px;
}

.feature__text {
  color: #929292;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  max-width: 348px;
  text-align: center;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .gaming {
    padding: 100px 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .gaming {
    padding: 30px 34px;
  }

  .gaming__title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .gaming__subtitle {
    font-size: 12px;
  }

  .gaming__features {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .gaming {
    padding: 50px 21px;
  }

  .gaming__title {
    font-size: 21px;
    margin-bottom: 12px;
    text-align: left;
  }

  .gaming__subtitle {
    margin-bottom: 30px;
    font-size: 12px;
    text-align: left;
  }

  .gaming__features {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .feature__title,
  .feature__text {
    text-align: left;
    margin: 0 auto 11px 0;
  }

  .feature__title {
    margin: 0 auto 11px 0;
  }

  .feature__text {
    margin: 0 auto 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.get-in-touch {
  background-color: #05040b;
  padding: 160px 235px 205px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.get-in-touch__subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #05c2df;
  margin-bottom: 13px;
  display: block;
}

.get-in-touch__title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 26px;
}

.get-in-touch__title--blue {
  color: #05c2df;
}

.get-in-touch__text,
.get-in-touch .contacts {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 76px;
  color: #929292;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .get-in-touch {
    padding: 100px 110px;
    column-gap: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .get-in-touch {
    padding: 70px 34px 130px;
    column-gap: 22px;
  }

  .get-in-touch__title {
    margin-bottom: 50px;
  }

  .get-in-touch__info {
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .get-in-touch {
    padding: 50px 20px;
    flex-direction: column;
    gap: 32px;
    position: relative;
  }

  .get-in-touch__title {
    margin-bottom: 50px;
    font-size: 21px;
  }

  .get-in-touch__text {
    position: absolute;
    bottom: -80px;
    left: 20px;
    right: 20px;
    font-size: 12px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 233px;
  margin-bottom: 230px;
  position: relative;
}

.header__arrow-right {
  display: none;
  height: 17px;
  width: 8.5px;
}

.header__arrow-right--active {
  display: block;
  z-index: 30;
}

.header__logo-language {
  display: flex;
  gap: 34px;
  align-items: center;
}

.header__language {
  display: flex;
  align-items: end;
  gap: 3px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.header__list-item:nth-of-type(n + 6) {
  display: none;
}

.header__list-item:nth-of-type(5) {
  background-color: #05c2df;
  padding: 13px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.languages-list {
  display: none;
}

.burger-menu {
  display: none;
  height: 16px;
  width: 29.2px;
  z-index: 20;
  cursor: pointer;
}

.burger-menu__line {
  display: block;
  height: 1px;
  background-color: white;
  transition: transform 0.3s ease;
}

.burger-menu__line:first-of-type {
  width: 23.8px;
}

.burger-menu__line:nth-of-type(2) {
  width: 17.3px;
  padding-right: 12px;
}

.burger-menu__line:last-of-type {
  width: 23.8px;
}

.burger-menu--active .burger-menu__line:nth-of-type(2) {
  display: none;
}

.burger-menu--active .burger-menu__line:first-of-type {
  transform-origin: center center;
  transform: rotate(-45deg) translateY(5px);
}

.burger-menu--active .burger-menu__line:last-of-type {
  transform-origin: center center;
  transform: rotate(45deg) translateY(-5px);
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .header {
    padding: 64px 110px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header {
    padding: 30px 34px;
    margin-bottom: 55px;
  }

  .header::after {
    content: '';
    background-color: #191536;
    width: 100%;
    height: 0;
    position: absolute;
    transition: background-color 0.3s ease;
    left: 0;
    z-index: 3;
  }

  .header__language {
    display: none;
  }

  .header__navigation {
    height: 0;
    background-color: #191536;
    overflow: hidden;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 76.5px;
    z-index: 10;
    transition: height 0.3s ease;
    display: flex;
  }

  .header__list {
    flex-direction: column;
    gap: 0;
  }

  .header .header__list-link {
    transition: color 0.3s ease;
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
    padding-left: 150px;
  }

  .header__list-item {
    height: 50px;
    width: 100vw;
    text-align: start;
    transition: all 0.3s ease;
  }

  .header__list-item:hover {
    background-color: #110e25;
  }

  .header__list-item:hover .header__list-link {
    color: #05c2df;
  }

  .header__list-item:nth-of-type(n + 6) {
    display: flex;
  }

  .header__list-item:nth-of-type(5) {
    display: none;
  }

  .header__navigation--active {
    height: 480px;
  }

  .header--active {
    position: relative;
  }

  .header--active::after {
    height: 81.5px;
  }

  .languages-list {
    display: flex;
    flex-direction: column;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 6.5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header {
    padding: 18px 20px;
    margin-bottom: 14px;
  }

  .header::after {
    content: '';
    background-color: #191536;
    width: 100%;
    height: 0;
    position: absolute;
    transition: background-color 0.3s ease;
    left: 0;
    z-index: 3;
  }

  .header__logo {
    width: 58px;
    height: 12px;
  }

  .header__language {
    display: none;
  }

  .header__navigation {
    height: 0;
    background-color: #191536;
    overflow: hidden;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 65.5px;
    z-index: 10;
    transition: height 0.3s ease;
    display: flex;
  }

  .header__list {
    flex-direction: column;
    gap: 0;
  }

  .header .header__list-link {
    transition: color 0.3s ease;
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
    padding-left: 20px;
  }

  .header__list-item {
    height: 50px;
    width: 100vw;
    text-align: start;
    transition: all 0.3s ease;
  }

  .header__list-item:hover {
    background-color: #110e25;
  }

  .header__list-item:hover .header__list-link {
    color: #05c2df;
  }

  .header__list-item:nth-of-type(n + 6) {
    display: flex;
  }

  .header__list-item:nth-of-type(5) {
    display: none;
  }

  .header__navigation--active {
    height: 480px;
  }

  .header--active {
    position: relative;
  }

  .header--active::after {
    height: 81.5px;
  }

  .languages-list {
    display: flex;
    flex-direction: column;
  }

  .burger-menu {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    gap: 4.4px;
  }

  .burger-menu__line:not(:nth-of-type(2)) {
    width: 16.3px;
  }

  .burger-menu__line:nth-of-type(2) {
    width: 11.8px;
    margin-right: 8px;
  }

  .burger-menu--active .burger-menu__line:first-of-type {
    transform: rotate(-45deg) translateY(4px);
  }

  .burger-menu--active .burger-menu__line:last-of-type {
    transform: rotate(45deg) translateY(-4px);
  }
}

.body-main {
  background: linear-gradient(107.56deg, #191536 0%, #000 100%);
  padding-bottom: 106px;
  position: relative;
}

.dark-wrapper {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 2;
}

.dark-wrapper--active {
  background-color: rgba(0, 0, 0, 0.67);
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .footer {
    padding: 0 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .body-main {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .body-main {
    padding-bottom: 45px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 235px;
}

.navigation__left,
.navigation__right {
  display: flex;
  align-items: center;
}

.navigation__left__element,
.navigation__right__element {
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
}

.navigation__left {
  gap: 40px;
}

.navigation__right {
  gap: 103px;
}

.navigation--active {
  position: relative;
}

.navigation--active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #05c2df;
}

.navigation__more {
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
  color: #05c2df;
  position: relative;
}

.navigation__more::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 6px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/arrow-down.svg') center/cover no-repeat;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .navigation {
    padding: 0 110px;
  }

  .navigation__right-item:first-of-type {
    color: #929292;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .navigation {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .navigation {
    display: none;
  }
}

.new-start {
  padding-left: 254px;
  position: relative;
  margin-bottom: 220px;
}

.new-start__title {
  font-weight: 900;
  font-size: 54px;
  line-height: 130%;
  margin-bottom: 35px;
}

.new-start__title-blue {
  color: #05c2df;
}

.new-start__text,
.new-start__price,
.new-start__video-link {
  padding-left: 92px;
}

.new-start__text {
  color: #929292;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
  max-width: 440px;
}

.new-start__price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 45px;
  display: block;
}

.new-start__video-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  padding-left: 184px;
}

.new-start__video-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 92px;
  transform: translateY(-36%);
  width: 225px;
  height: 66px;
  background: url('../images/play-video.svg') center/contain no-repeat;
}

.new-start__visual {
  position: absolute;
  width: 60%;
  height: 595px;
  background: url('../images/new-start.png') center/contain no-repeat;
  right: 234px;
  top: -50px;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .new-start {
    padding: 0 110px;
    margin-bottom: 84px;
  }

  .new-start__title {
    font-size: 46px;
    line-height: 130%;
    margin-bottom: 19px;
  }

  .new-start__text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .new-start__visual {
    right: 110px;
    height: auto;
    max-height: 1000px;
    aspect-ratio: 1104/595;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .new-start {
    padding: 0 30px;
    margin-bottom: 0;
  }

  .new-start__title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 19px;
  }

  .new-start__text {
    font-size: 16px;
    margin-bottom: 22px;
    padding-left: 0;
    max-width: 340px;
  }

  .new-start__price {
    padding-left: 0;
  }

  .new-start__video-link {
    padding-left: 110px;
  }

  .new-start__video-link::before {
    left: 0;
  }

  .new-start__visual {
    right: 32px;
    height: 100%;
    width: 60%;
    aspect-ratio: 1104/595;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .new-start {
    padding: 0 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .new-start__info {
    order: 2;
  }

  .new-start__title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 19px;
  }

  .new-start__text,
  .new-start__price,
  .new-start__video-link {
    padding-left: 0;
  }

  .new-start__text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .new-start__video-link {
    padding-left: 90px;
  }

  .new-start__video-link::before {
    left: 0;
  }

  .new-start__visual {
    position: static;
    height: auto;
    width: 100%;
    aspect-ratio: 320/172;
    order: 1;
    background-size: 105% auto;
    background-position: 300% center;
  }
}

.tech-specs {
  padding: 160px 320px 160px 426px;
  background-color: #05040b;
}

.tech-specs__inner {
  margin: 0 auto;
  width: 1175px;
  display: block;
  position: relative;
  height: 354px;
}

.tech-specs__title {
  text-align: right;
  font-weight: 900;
  font-size: 36px;
  width: 1175px;
  margin: 0 auto 80px;
}

.tech-specs__title--blue {
  color: #05c2df;
}

.tech-specs__img-wrapper {
  height: 294px;
  width: 297.5px;
  position: absolute;
  left: 375px;
  bottom: 0;
  z-index: 10;
}

.tech-specs__img-wrapper::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 46px;
  background: url('../images/vr-before.svg') center/contain no-repeat;
  width: 40px;
  height: 201px;
  transform: rotate(-3deg);
}

.tech-specs__img {
  height: 100%;
  width: 100%;
}

.spec {
  position: absolute;
}

.spec__title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 21px;
}

.spec__text {
  color: #929292;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.spec--1::after,
.spec--2::after,
.spec--3::after {
  content: '';
  position: absolute;
}

.spec--1 {
  top: 0;
  left: 0;
  max-width: 250px;
}

.spec--1::after {
  left: 91px;
  top: 7px;
  background: url('../images/path-to-sensor.svg') center/contain no-repeat;
  width: 443px;
  height: 72px;
}

.spec--2 {
  top: 0;
  right: 0;
  max-width: 340px;
}

.spec--2::after {
  right: 364px;
  top: 7px;
  background: url('../images/path-to-batteries.svg') center/contain no-repeat;
  width: 276.5px;
  height: 236.5px;
}

.spec--3 {
  bottom: 0;
  left: 0;
  max-width: 240px;
}

.spec--3::after {
  left: 137px;
  bottom: 101px;
  background: url('../images/path-to-connection.svg') center/contain no-repeat;
  width: 235px;
  height: 112.5px;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .tech-specs {
    padding: 100px 112px;
  }

  .tech-specs__title {
    width: 1055px;
  }

  .tech-specs__inner {
    margin: 0 auto;
    width: 1055px;
  }

  .tech-specs__img-wrapper {
    left: 358px;
  }

  .tech-specs::before {
    left: -18px;
  }

  .spec--1::after {
    width: 413px;
  }

  .spec--2::after {
    width: 186px;
    height: 245px;
    background: url('../images/path-to-batteries-1280.svg') center/contain
      no-repeat;
    z-index: 20;
  }

  .spec--3 {
    left: 86px;
  }

  .spec--3::after {
    left: 137px;
    bottom: 101px;
    background: url('../images/path-to-connection-1280.svg') center/contain
      no-repeat;
    width: 134px;
    height: auto;
    aspect-ratio: 134/113;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .tech-specs {
    padding: 80px 32px;
    margin-bottom: 30px;
  }

  .tech-specs__title,
  .tech-specs__inner {
    width: 100%;
  }

  .tech-specs__title {
    font-size: 21px;
    text-align: start;
  }

  .tech-specs__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tech-specs__img-wrapper {
    position: static;
  }

  .tech-specs__img-wrapper::before {
    display: none;
  }

  .spec {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #05c2df;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spec::after,
  .spec__title,
  .spec__text {
    display: none;
  }

  .spec::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/plus.svg') center/cover no-repeat;
    width: 22px;
    height: 22px;
  }

  .spec--1 {
    left: calc(50% - 80px);
    top: calc(50% - 140px);
  }

  .spec--2 {
    left: calc(50% - 170px);
    top: calc(50% + 130px);
  }

  .spec--3 {
    left: calc(50% + 90px);
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .tech-specs {
    padding: 50px 20px 100px;
  }

  .tech-specs__title,
  .tech-specs__inner {
    width: 100%;
  }

  .tech-specs__title {
    font-size: 21px;
    text-align: start;
  }

  .tech-specs__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .tech-specs__img-wrapper {
    position: static;
    width: 197px;
    height: 195px;
  }

  .tech-specs__img-wrapper::before {
    display: none;
  }

  .spec {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #05c2df;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spec::after,
  .spec__title,
  .spec__text {
    display: none;
  }

  .spec::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/plus.svg') center/cover no-repeat;
    width: 22px;
    height: 22px;
  }

  .spec--1 {
    left: calc(50% - 25px);
    top: calc(50% - 90px);
  }

  .spec--2 {
    left: calc(50% - 100px);
    top: calc(50% + 80px);
  }

  .spec--3 {
    left: calc(50% + 50px);
  }
}

.why {
  background: linear-gradient(108.62deg, #191536 0%, #000 77.34%);
  padding: 160px 234px;
}

.why__title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 82px;
  text-align: center;
}

.why__title--blue {
  color: #05c2df;
}

.why__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 205px;
}

.why__buy-link {
  display: none;
  background-color: #05c2df;
  padding: 13px 0;
  width: 200px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  border-radius: 4px;
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .why {
    padding: 100px 110px;
  }

  .why__features {
    gap: 23px;
  }

  .why__buy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .why {
    padding: 70px 34px;
  }

  .why__title {
    font-size: 21px;
    text-align: start;
    margin-bottom: 30px;
  }

  .why__features {
    gap: 15px;
    align-items: start;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .why {
    padding: 50px 20px;
  }

  .why__title {
    font-size: 21px;
    text-align: start;
    margin-bottom: 30px;
  }

  .why__features {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .feature__img {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
