/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: Inter;
  src: url(Inter-Regular.eot);
  src: local("Inter Regular"), local("Inter-Regular"),
    url(../fonts/Inter-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Inter-Regular.woff2) format("woff2"),
    url(../fonts/Inter-Regular.woff) format("woff"),
    url(../fonts/Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
body {
  background-color: #000;
}
*,
::after,
::before {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.main-page {
  position: relative;
  max-width: 100%;
  height: 100vh;
}
.main-page__header {
  display: flex;
  justify-content: space-between;
}
.footer {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  bottom: 0;
}
.footer__copyright {
  display: block;
  margin-right: 5rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  color: #787a7e;
}
.header {
  width: 100%;
}
.btn-lang{
  margin-top: 8.57vh;
}
.btn-lang,
.header__menu-tab {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  color: #fff;
}
.header__menu-tab:not(:last-of-type) {
  margin-right: 3.125rem;
}
.header__menu-tab_active {
  color: #f61c0d;
}
.header__menu {
  margin-top: 8.07vh;
}
.header__logo {
  width: 12.75rem;
  margin: 6.8vh 0 0 5.856vw;
}
.header__logo img {
  width: inherit;
}
.header__button {
  padding: 0.875rem 2.625rem 0.9375rem 2.625rem;
  margin-top: 5.99vh;
  margin-right: 5.856vw;
  max-width: 9.125rem;
  max-height: 3rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875rem;
  background-color: rgba(253, 253, 253, 0);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  cursor: pointer;
}
.header__button:hover {
  border-color: #f61c0d;
}
.info {
  padding-left: 10.8125rem;
  width: 35%;
  max-height: 21.375rem;
}
.info__logo {
  max-width: 15.8125rem;
  max-height: 3.5625rem;
}
.info__logo img {
  max-width: inherit;
  max-height: inherit;
}
.info__title {
  max-width: 40.25rem;
  font-size: 2.5rem;
  line-height: 2.625rem;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  color: #fff;
}
.info__descr {
  max-width: 34.625rem;
  font-size: 1.2rem;
  line-height: 1.8125rem;
  color: #787a7e;
}
.nav-panel {
  position: absolute;
  display: flex;
  bottom: 2rem;
  left: 10.8125rem;
  width: 6.25rem;
  height: 3rem;
}
.nav-panel__button {
  transition: all 350ms;
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding: 14.95px 17.77px 14.95px 19.77px;
  cursor: pointer;
}
.nav-panel__button::after,
.nav-panel__button::before {
  content: "";
  position: absolute;
  width: 0.6538rem;
  height: 1.1313rem;
}
.nav-panel__button:hover {
  border-color: #f61c0d;
}
.nav-panel__button_left {
  border-bottom-left-radius: 6.25rem;
  border-top-left-radius: 6.25rem;
}
.nav-panel__button_left::before {
  background: url(../icons/arrow.svg) center center/cover no-repeat;
  transform: rotate(180deg);
}
.nav-panel__button_right {
  border-bottom-right-radius: 6.25rem;
  border-top-right-radius: 6.25rem;
}
.nav-panel__button_right::after {
  background: url(../icons/arrow.svg) center center/cover no-repeat;
}
.nav-panel__button_active {
  border-color: #f61c0d;
}
.welcome-screen {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.welcome-screen__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-screen__wrapper-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-screen__wrapper-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-screen__wrapper-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 68%);
}
.welcome-screen__active-mobile {
  display: none;
}
.welcome-screen__logo {
  vertical-align: middle;
  width: 23rem;
  margin-bottom: 0.375rem;
  
}
.welcome-screen__logo-mobile {
  display: none;
}
.welcome-screen__tablet {
  overflow: hidden;
  border-right: 0.15rem solid #f61c0d;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: typing 2s steps(30, end),
    blink-caret 0.5s step-end infinite,
    disappearance 3s ease 2s forwards;
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite, disappearance 3s ease 2s forwards;
  
}
.welcome-screen__mobile {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  overflow: hidden;
  border-right: 0.15rem solid #f61c0d;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: typing 2s steps(30, end),
    blink-caret 0.5s step-end infinite,
    disappearance 3s ease 2s forwards;
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite, disappearance 3s ease 2s forwards;
  
}
.welcome-screen__title {
  text-align: center;
  font-size: 3rem;
  line-height: 3.625rem;
  overflow: hidden;
  border-right: 0.15rem solid #f61c0d;
  color: #fff;
  white-space: nowrap;
  -webkit-animation: typing 2s steps(30, end),
    blink-caret 0.5s step-end infinite,
    disappearance 3s ease 2s forwards;
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite, disappearance 3s ease 2s forwards;
  
}
@-webkit-keyframes typing {
  from {
    width: 5%;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 5%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: rgba(0, 0, 0, 0);
  }
  50% {
    border-color: #f61c0d;
  }
}
@keyframes blink-caret {
  from,
  to {
    border-color: rgba(0, 0, 0, 0);
  }
  50% {
    border-color: #f61c0d;
  }
}

@keyframes disappearance {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.promo__picture {
  display: block;
}
.promo__picture-one {
  z-index: -20;
  position: fixed;
  right: -12.3125rem;
  top: 13.875rem;
  width: 54.875rem;
  height: 26.3125rem;
}
.promo__picture-one img {
  width: inherit;
  height: inherit;
}
.promo__picture-two {
  z-index: -20;
  position: fixed;
  right: 2.0625rem;
  top: 8.6875rem;
  width: 44.5rem;
  height: 34rem;
}
.promo__picture-two img {
  width: inherit;
  height: inherit;
}
.promo__picture-three {
  z-index: -20;
  position: fixed;
  right: 1.875rem;
  top: 9.75rem;
  width: 40.625rem;
  height: 33.9375rem;
}
.promo__picture-three img {
  width: inherit;
  height: inherit;
}
.promo__picture-four {
  z-index: -20;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 39rem;
  height: 38.3125rem;
}
.promo__picture-four img {
  width: inherit;
  height: inherit;
}

@media screen and (max-width: 1366px){
  .info {
    padding-left: 4.8125rem;
  }
}

@media screen and (max-width: 1170px) {
  .header__menu-tab {
    font-size: 0.75rem;
  }
  .header__menu-tab:not(:last-of-type) {
    margin-right: 0.66rem;
  }
  .welcome-screen__logo-desktop {
    display: none;
  }
  .welcome-screen__logo-mobile {
    display: block;
  }
  .welcome-screen__wrapper-2 {
    transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 986px) {
  .info__descr {
    max-width: 23.625rem;
  }
}

@media screen and (max-width: 998px) {
  .header__menu {
    display: none;
  }
  .info {
    padding-left: 5rem;
  }
  .info__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .info {
    margin-top: 15.375rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    text-align: center;
    width: 100%;
  }
  .info__title {
    max-width: 22.25rem;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin: auto;
    margin-top: 2.9375rem;
    margin-bottom: 1.875rem;
  }
  .info__descr {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    max-width: 21rem;
    margin: 0 auto;
  }
  .info__logo {
    margin: 0 auto;
  }
  .nav-panel {
    right: 0;
    bottom: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer {
    justify-content: center;
  }
  .footer__copyright {
    margin-right: 0;
  }
  .promo__picture-one {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 9.4375rem;
    width: 20.3125rem;
    height: 9.375rem;
  }
  .promo__picture-two {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 9.4375rem;
    bottom: 0;
    width: 20.3125rem;
    height: 9.4375rem;
  }
  .promo__picture-three {
    left: 50%;
    transform: translateX(-50%);
    top: 7.75rem;
    right: 0;
    width: 20.3125rem;
    height: 12.5rem;
  }
  .promo__picture-four {
    left: 50%;
    transform: translateX(-50%);
    top: 8.125rem;
    width: 19.4375rem;
    height: 12.0625rem;
  }
}
@media screen and (max-width: 900px) {
  .welcome-screen__logo-mobile {
    max-width: 700px;
  }
}

@media screen and (max-width: 700px) {
  .welcome-screen__active-mobile {
    display: block;
  }
  .welcome-screen__active-desktop {
    display: none;
  }
  .welcome-screen__logo-mobile {
    max-width: 215px;
    /*height: 40px;*/
    margin-top: 15px;
    padding-left: 25px;
  }
  .welcome-screen__wrapper-2 {
    margin-left: -0.7rem;
    transform: translate(-50%, 164%);
  }
}

@media screen and (max-width: 576px){
  .header__logo{
    width: 7.75rem;
    margin: 8vh 0 0 5.856vw;
  }
}
@media screen and (max-width: 380px) {
  .header__button {
    padding: 0.875rem 1rem 0.9375rem 1rem;
    max-width: 8.125rem;
  }
}
@media screen and (max-width: 350px) {
  .promo__picture-one {
    width: 14.375rem;
    height: 8.125rem;
  }
  .promo__picture-two {
    bottom: 0;
    width: 16.25rem;
    height: 9.375rem;
  }
  .promo__picture-three {
    width: 16.25rem;
    height: 11.25rem;
  }
  .promo__picture-four {
    width: 13.125rem;
    height: 10.625rem;
  }
}
