@charset "UTF-8";
@font-face {
  font-family: "Jost";
  src: local("Jost"), url("/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: local("Jost"), url("/fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: local("Jost"), url("/fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  background-image: url("/images/bg-1.jpg"), url("/images/bg-2.jpg");
  background-position: 50% 96px, 50% 1900px;
  background-size: 1900px 700px, 1900px 400px;
  background-repeat: no-repeat;
}

.popup-opened body {
  position: fixed;
}

.popup-open {
  cursor: pointer;
}

.wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 96px;
  overflow: hidden;
}

.popup-opened .wrapper {
  pointer-events: none;
}

.text-right-bottom {
  justify-self: end;
  align-self: end;
  text-align: right;
}

.text-right-top {
  justify-self: end;
  align-self: start;
  text-align: right;
}

.text-left-bottom {
  justify-self: start;
  align-self: end;
  text-align: left;
}

.text-left-top {
  justify-self: start;
  align-self: start;
  text-align: left;
}

.text-left {
  justify-self: start;
  align-self: start;
  text-align: left;
}

.text-style-1 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: unset;
}

.text-style-2 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.text-style-3 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: -0.011em;
  color: #fff;
  text-transform: uppercase;
  background-color: unset;
  line-height: 150%;
  margin-top: -16px;
}

.text-style-6 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.011em;
  color: #fff;
  text-transform: uppercase;
  background-color: unset;
}

.text-style-4 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
  text-transform: lowercase;
  background-color: unset;
  line-height: 150%;
}
.text-style-4 > div {
  display: flex;
  gap: 20px;
  text-align: left;
}
.text-style-4 > div > div:first-child {
  font-size: 160px;
  margin-bottom: -16px;
}
.text-style-4 > div > div:last-child {
  line-height: 40px;
  letter-spacing: -0.011em;
}

.text-style-5 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: -0.011em;
  color: #fff;
  text-transform: uppercase;
  background-color: unset;
  line-height: 120%;
}
.text-style-5 a {
  display: block;
  text-underline-offset: 6px;
}
.text-style-5 a:hover {
  color: #2E64FF;
}

.anchor {
  position: absolute;
  top: -96px;
}

.line {
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.line-vertical {
  width: 1px;
  height: auto;
}
.line.before-footer {
  display: none;
}

.text-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 41px 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.011em;
}

.text-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.011em;
}

.text-3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0 60px;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.011em;
}

.texts-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding-top: 46px;
  padding-bottom: 46px;
}
.texts-1 h2 {
  text-align: right;
  letter-spacing: -0.011em;
  flex-grow: 1;
}
.texts-1 div {
  width: 402px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.011em;
}
.texts-1 div a {
  margin-top: 10px;
  color: inherit;
  transition: all 0.18s ease-in-out;
  display: block;
  text-underline-offset: 6px;
}
.texts-1 div a:hover {
  color: #2E64FF;
}

.texts-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding-top: 46px;
  padding-bottom: 46px;
}
.texts-2 > div.left {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  letter-spacing: -0.011em;
  flex-grow: 1;
}
.texts-2 > div.right {
  width: 402px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.011em;
}
.texts-2 > div.right a {
  color: inherit;
}

.header__open-mobile-menu {
  display: none;
}
.header__wrapper {
  display: block;
  height: 96px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #000;
  border-bottom: 1px solid #ffffff;
  z-index: 9999;
}
.header__wrapper > div {
  height: 100%;
}
.header__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.header__logo {
  padding: 8px 0;
  width: 180px;
}
.header__logo img {
  display: flex;
  height: 100%;
}
.header__menu {
  display: flex;
  align-items: flex-end;
}
.header__menu--item {
  font: normal 400 16px/16px "Jost";
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  padding: 0 8px;
  transition: all 0.18s ease-in-out;
  border-right: 1px solid #ffffff;
}
.header__menu--item:hover {
  color: #2E64FF;
}
.header__menu--item:last-child {
  border-right: none;
}

.footer__wrapper {
  padding-bottom: 100px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 68px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.011em;
}
.footer__content a {
  color: inherit;
  text-decoration: none;
  transition: all 0.18s ease-in-out;
}
.footer__content a:hover {
  color: #2E64FF;
}
.footer__content .top {
  display: flex;
}
.footer__content .top .left {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
}
.footer__content .top .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 50px;
}
.footer__logo {
  width: 194px;
}
.footer__logo img {
  display: flex;
  width: 100%;
}
.footer__info {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.footer__buttons {
  display: flex;
  gap: 20px;
}
.footer__buttons > a {
  width: 42px;
  height: 42px;
}
.footer__buttons > a:hover {
  color: #2E64FF;
}
.footer__buttons > a:hover svg path {
  fill: #2E64FF;
}
.footer__buttons > a svg {
  width: 100%;
  height: auto;
}
.footer__buttons > a svg path {
  fill: #ffffff;
}

.block__item {
  display: flex;
  background: transparent;
  overflow: hidden;
}
.block__item video {
  width: 100%;
}
.block__item img {
  width: 100%;
}
.block_1 {
  height: auto;
  margin-top: 42px;
  margin-bottom: 42px;
  display: grid;
  grid-template-rows: repeat(3, 190px);
  grid-template-columns: repeat(4, 190px);
  gap: 20px;
  grid-template-areas: "a a b b" "c d b b" "e g h h";
}
.block_1__item-1 {
  grid-area: a;
}
.block_1__item-2 {
  grid-area: c;
}
.block_1__item-3 {
  grid-area: d;
}
.block_1__item-4 {
  grid-area: e;
  background-color: #B000A9;
  position: relative;
}
.block_1__item-4 div {
  position: absolute;
  bottom: 13px;
  left: 16px;
}
.block_1__item-5 {
  grid-area: g;
}
.block_1__item-6 {
  grid-area: b;
}
.block_1__item-8 {
  grid-area: h;
}
.block_2 {
  height: auto;
  display: grid;
  grid-template-rows: repeat(3, 190px);
  grid-template-columns: repeat(4, 190px);
  gap: 20px;
  grid-template-areas: "a b c c" "d e c c" "f f g h";
}
.block_2__item-1 {
  grid-area: a;
}
.block_2__item-2 {
  grid-area: b;
}
.block_2__item-3 {
  grid-area: c;
}
.block_2__item-4 {
  grid-area: d;
}
.block_2__item-5 {
  grid-area: e;
}
.block_2__item-6 {
  grid-area: f;
}
.block_2__item-7 {
  grid-area: g;
}
.block_2__item-8 {
  grid-area: h;
}

.tabs-block__menu {
  display: grid;
  grid-template-columns: repeat(4, 190px);
  gap: 20px;
  height: 100px;
  margin-bottom: 15px;
}
.tabs-block__menu-item {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-block__menu-item.tab-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/tab-icon-1.svg");
  background-size: 56px 63px;
}
.tabs-block__menu-item.tab-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/tab-icon-2.svg");
  background-size: 58px 60px;
}
.tabs-block__menu-item.tab-3 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/tab-icon-3.svg");
  background-size: 56px 61px;
}
.tabs-block__menu-item.tab-4 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/tab-icon-4.svg");
  background-size: 90px 50px;
}
.tabs-block__menu-item.active {
  background-color: #1B0032;
}
.tabs-block__menu-item.active:hover {
  background-color: #1B0032;
}
.tabs-block__menu-item.active:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 110px;
  height: 0;
  position: absolute;
  bottom: 8px;
}
.tabs-block__menu-item:hover {
  background-color: #1B0032;
}
.tabs-block__content {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 820px;
  margin-bottom: 42px;
}
.tabs-block__content > * {
  display: none;
  height: 400px;
  grid-template-rows: repeat(2, 190px);
  grid-template-columns: repeat(4, 190px);
  gap: 20px;
}
.tabs-block__content > * .more {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: #1B0032;
}
.tabs-block__content > * .more > :nth-child(1) {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tabs-block__content > * .more > :nth-child(2) {
  display: none;
}
.tabs-block__content > .visible {
  display: grid;
}
.tabs-block__content-1 {
  grid-template-areas: "a a b e" "a a c d";
}
.tabs-block__content-1--item-1 {
  grid-area: a;
}
.tabs-block__content-1--item-2 {
  grid-area: e;
}
.tabs-block__content-1--item-3 {
  grid-area: c;
}
.tabs-block__content-1--item-4 {
  grid-area: b;
}
.tabs-block__content-1--item-5 {
  grid-area: d;
}
.tabs-block__content-2 {
  grid-template-areas: "b a a c" "d a a e";
}
.tabs-block__content-2--item-1 {
  grid-area: a;
}
.tabs-block__content-2--item-2 {
  grid-area: c;
}
.tabs-block__content-2--item-3 {
  grid-area: e;
}
.tabs-block__content-2--item-4 {
  grid-area: b;
}
.tabs-block__content-2--item-5 {
  grid-area: d;
}
.tabs-block__content-3 {
  grid-template-areas: "b c a a" "e d a a";
}
.tabs-block__content-3--item-1 {
  grid-area: a;
}
.tabs-block__content-3--item-2 {
  grid-area: c;
}
.tabs-block__content-3--item-3 {
  grid-area: d;
}
.tabs-block__content-3--item-4 {
  grid-area: b;
}
.tabs-block__content-3--item-5 {
  grid-area: e;
}
.tabs-block__content-4 {
  grid-template-areas: "a a b e" "a a d c";
}
.tabs-block__content-4--item-1 {
  grid-area: a;
}
.tabs-block__content-4--item-2 {
  grid-area: c;
}
.tabs-block__content-4--item-3 {
  grid-area: e;
}
.tabs-block__content-4--item-4 {
  grid-area: d;
}
.tabs-block__content-4--item-5 {
  grid-area: b;
}

.popup {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.popup.opened {
  display: block;
}
.popup__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup__container {
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 69px;
  background: #000;
  pointer-events: all;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 24px;
  width: 25px;
  height: 25px;
  background: url("/images/popup-close.svg") 50% 50% no-repeat;
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .popup__close {
    top: 3.828rem;
    right: 4.176rem;
    width: 4.35rem;
    height: 4.35rem;
    background-size: 4.35rem 4.35rem;
  }
}
.popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media screen and (orientation: landscape) {
  .hiw-popup .popup__container {
    padding-top: 12.006rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 480px) and (min-width: 820px) {
  .hiw-popup .popup__container {
    padding-top: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .hiw-popup .popup__container {
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
  }
}
.hiw-popup .popup__content {
  font-size: 100vw;
  min-width: 0.9em;
  min-height: 0.51em;
}
@media screen and (min-width: 1240px) {
  .hiw-popup .popup__content {
    font-size: 1240px;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  .hiw-popup .popup__content {
    font-size: 100vh;
    height: 100%;
    max-height: 0.4em;
  }
}
.hiw-popup iframe {
  flex-grow: 1;
}

@media screen and (orientation: landscape) {
  .ssr-popup .popup__container {
    padding-top: 12.006rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 480px) and (min-width: 820px) {
  .ssr-popup .popup__container {
    padding-top: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .ssr-popup .popup__container {
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
  }
}
.ssr-popup .popup__content {
  font-size: 100vw;
  min-width: 0.9em;
  min-height: 0.51em;
}
@media screen and (min-width: 1240px) {
  .ssr-popup .popup__content {
    font-size: 1240px;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  .ssr-popup .popup__content {
    font-size: 100vh;
    height: 100%;
    max-height: 0.4em;
  }
}
.ssr-popup iframe {
  flex-grow: 1;
}

@media screen and (min-width: 820px) and (orientation: landscape) {
  .vimeo-popup .popup__container {
    padding-top: 12.006rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) and (max-height: 480px) and (min-width: 820px) {
  .vimeo-popup .popup__container {
    padding-top: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .vimeo-popup .popup__container {
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
  }
}
.vimeo-popup .popup__content {
  font-size: 100vw;
  min-width: 0.9em;
  min-height: 0.51em;
}
@media screen and (min-width: 1240px) {
  .vimeo-popup .popup__content {
    font-size: 1240px;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  .vimeo-popup .popup__content {
    font-size: 100vh;
    height: 100%;
    max-height: 0.4em;
  }
}
.vimeo-popup .iframe {
  flex-grow: 1;
  position: relative;
}
.vimeo-popup .iframe iframe {
  width: 100%;
  height: 100%;
}

.contact-popup .popup__container {
  min-width: 390px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .contact-popup .popup__container {
    align-items: flex-start;
  }
}
@media screen and (orientation: landscape) {
  .contact-popup .popup__close {
    top: 2.2rem;
    right: 2.4rem;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem 2.5rem;
  }
}
.contact-popup .popup__content {
  width: 100%;
  height: 100%;
  max-height: 680px;
  padding: 60px 24px 40px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-transform: none;
  letter-spacing: -0.011em;
}
.contact-popup .popup__content a {
  color: inherit;
  text-decoration: none;
}
.contact-popup__menu {
  flex-grow: 1;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
}
.contact-popup__menu--item {
  text-transform: lowercase;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
.contact-popup__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-popup__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.contact-popup__buttons > a {
  width: 42px;
  height: 42px;
}
.contact-popup__buttons > a svg {
  width: 100%;
  height: auto;
}
.contact-popup__buttons > a svg path {
  fill: #ffffff;
}

.tabs-block-more-popup .popup__container {
  min-width: 390px;
  width: 100%;
}
.tabs-block-more-popup .popup__content {
  max-width: 820px;
  padding: 0 24px 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-transform: none;
  letter-spacing: -0.011em;
}
@media screen and (orientation: landscape) {
  .tabs-block-more-popup .popup__content {
    max-width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .tabs-block-more-popup .popup__content {
    font-size: 20px;
    line-height: 120%;
  }
}
@media screen and (max-width: 820px) and (max-height: 400px) {
  .tabs-block-more-popup .popup__content {
    font-size: 18px;
    line-height: 110%;
  }
}
.tabs-block-more-popup .popup__content a {
  color: inherit;
  text-decoration: none;
}
.tabs-block-more-popup__image {
  height: 50vh;
}
.tab-4 .tabs-block-more-popup__image {
  height: 40vh;
}
@media screen and (max-height: 700px) {
  .tabs-block-more-popup__image {
    height: 30vh;
  }
  .tab-4 .tabs-block-more-popup__image {
    height: 25vh;
  }
}
@media screen and (orientation: landscape) {
  .tabs-block-more-popup__image {
    height: auto;
    width: 60%;
    flex-shrink: 0;
  }
  .tab-4 .tabs-block-more-popup__image {
    width: 52%;
    height: auto;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .tabs-block-more-popup__image {
    width: 40%;
  }
  .tab-4 .tabs-block-more-popup__image {
    width: 40%;
    height: auto;
  }
}
.tabs-block-more-popup__image img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (orientation: landscape) {
  .tabs-block-more-popup__image img {
    width: 100%;
    height: auto;
  }
}
.tabs-block-more-popup__title {
  font-weight: 700;
}
.tabs-block-more-popup__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: landscape) {
  .tabs-block-more-popup__content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.tabs-block-more-popup__text {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 820px) and (max-height: 700px) {
  .tabs-block-more-popup__text {
    gap: 10px;
  }
  .tab-4 .tabs-block-more-popup__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) and (max-height: 400px) {
  .tabs-block-more-popup__text {
    gap: 10px;
  }
  .tab-4 .tabs-block-more-popup__text {
    font-size: 12px;
  }
}

@media screen and (min-width: 820px) and (orientation: landscape) {
  html {
    font-size: calc(1*(100vh - 96px)/100);
  }
  html.popup-opened {
    font-size: 1vh;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) and (max-height: 480px) {
  html.popup-opened {
    font-size: 2vh;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  body {
    font-family: sans-serif;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    background-image: url("/images/bg-1.jpg"), url("/images/bg-2.jpg");
    background-position: 50% 14.016rem, 50% 277.4rem;
    background-size: 277.4rem 102.2rem, 277.4rem 58.4rem;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .wrapper {
    max-width: 119.72rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-style-1 {
    font-size: 2.336rem;
    line-height: 2.336rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-style-2 {
    font-size: 2.336rem;
    line-height: 2.336rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-style-3 {
    font-size: 7.008rem;
    margin-top: -2.336rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-style-4 {
    font-size: 7.008rem;
  }
  .text-style-4 > div {
    gap: 2.92rem;
  }
  .text-style-4 > div > div:first-child {
    font-size: 23.36rem;
    margin-bottom: -2.336rem;
  }
  .text-style-4 > div > div:last-child {
    line-height: 5.84rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-style-5 {
    font-size: 7.008rem;
  }
  .text-style-5 a {
    text-underline-offset: 0.876rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-1 {
    padding: 5.986rem 0;
    font-size: 4.088rem;
    line-height: 4.088rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-2 {
    padding: 4.088rem 0;
    font-size: 6.716rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .text-3 {
    padding: 4.088rem 0;
    font-size: 6.716rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .texts-1 {
    gap: 8.76rem;
    padding-top: 6.716rem;
    padding-bottom: 6.716rem;
  }
  .texts-1 div {
    gap: 1.46rem;
    width: 58.692rem;
    font-size: 3.504rem;
  }
  .texts-1 div a {
    margin-top: 1.46rem;
    color: inherit;
    text-underline-offset: 0.876rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .texts-2 {
    gap: 8.76rem;
    padding-top: 6.716rem;
    padding-bottom: 6.716rem;
  }
  .texts-2 > div.right {
    width: 58.692rem;
    font-size: 3.504rem;
  }
  .texts-2 > div.right a {
    color: inherit;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .header__wrapper {
    display: block;
    height: 96px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999;
  }
  .header__content {
    max-width: 119.72rem;
  }
  .header__logo {
    padding: 1.168rem 0;
  }
  .header__logo img {
    display: flex;
    width: auto;
  }
  .header__menu {
    display: flex;
  }
  .header__menu--item {
    padding: 0 1.168rem;
    font: normal 400 2.336rem/3.796rem "Jost";
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.18s ease-in-out;
  }
  .header__menu--item:hover {
    color: #2E64FF;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .footer__wrapper {
    padding-bottom: 14.6rem;
  }
  .footer__content {
    gap: 9.928rem;
    font-size: 3.504rem;
  }
  .footer__content .top {
    display: flex;
  }
  .footer__content .top .left {
    padding-right: 7.3rem;
  }
  .footer__content .top .right {
    gap: 2.92rem;
    padding-left: 7.3rem;
  }
  .footer__logo {
    width: 28.324rem;
  }
  .footer__buttons {
    display: flex;
    gap: 2.92rem;
  }
  .footer__buttons > a {
    width: 6.132rem;
    height: 6.132rem;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .block__item {
    display: flex;
    background: transparent;
    overflow: hidden;
  }
  .block__item video {
    width: 100%;
  }
  .block_1 {
    height: auto;
    margin-top: 6.132rem;
    margin-bottom: 6.132rem;
    display: grid;
    grid-template-rows: repeat(3, 27.74rem);
    grid-template-columns: repeat(4, 27.74rem);
    gap: 2.92rem;
    grid-template-areas: "a a b b" "c d b b" "e g h h";
  }
  .block_1__item-1 {
    grid-area: a;
  }
  .block_1__item-2 {
    grid-area: c;
  }
  .block_1__item-3 {
    grid-area: d;
  }
  .block_1__item-4 {
    grid-area: e;
    background-color: #B000A9;
    position: relative;
  }
  .block_1__item-4 div {
    position: absolute;
    bottom: 1.898rem;
    left: 2.336rem;
  }
  .block_1__item-5 {
    grid-area: g;
  }
  .block_1__item-6 {
    grid-area: b;
  }
  .block_1__item-8 {
    grid-area: h;
  }
  .block_2 {
    height: auto;
    display: grid;
    grid-template-rows: repeat(3, 27.74rem);
    grid-template-columns: repeat(4, 27.74rem);
    gap: 2.92rem;
    grid-template-areas: "a b c c" "d e c c" "f f g h";
  }
  .block_2__item-1 {
    grid-area: a;
  }
  .block_2__item-2 {
    grid-area: b;
  }
  .block_2__item-3 {
    grid-area: c;
  }
  .block_2__item-4 {
    grid-area: d;
  }
  .block_2__item-5 {
    grid-area: e;
  }
  .block_2__item-6 {
    grid-area: f;
  }
  .block_2__item-7 {
    grid-area: g;
  }
  .block_2__item-8 {
    grid-area: h;
  }
}
@media screen and (min-width: 820px) and (orientation: landscape) {
  .tabs-block__menu {
    grid-template-columns: repeat(4, 27.74rem);
    gap: 2.92rem;
    height: 14.6rem;
    margin-bottom: 2.19rem;
  }
  .tabs-block__menu-item.tab-1 {
    background-size: 8.176rem 9.198rem;
  }
  .tabs-block__menu-item.tab-2 {
    background-size: 8.468rem 8.76rem;
  }
  .tabs-block__menu-item.tab-3 {
    background-size: 8.176rem 8.906rem;
  }
  .tabs-block__menu-item.tab-4 {
    background-size: 13.14rem 7.3rem;
  }
  .tabs-block__menu-item.active:after {
    border: 0.146rem solid #fff;
    width: 16.06rem;
    bottom: 1.168rem;
  }
  .tabs-block__content {
    max-width: 119.72rem;
    margin-bottom: 6.132rem;
  }
  .tabs-block__content > * {
    height: 58.4rem;
    grid-template-rows: repeat(2, 27.74rem);
    grid-template-columns: repeat(4, 27.74rem);
    gap: 2.92rem;
  }
  .tabs-block__content > * .more > :nth-child(1) {
    font-size: 2.92rem;
    line-height: 2.92rem;
  }
  .tabs-block__content > * .more > :nth-child(2) {
    padding-bottom: 1.898rem;
    text-underline-offset: 0.584rem;
  }
}
@media screen and (max-width: 840px) {
  body {
    background-position: 50% 96px, 50% 2400px;
    background-size: 1900px 700px, 1900px 400px;
  }

  .wrapper {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 96px;
  }

  .text-2 {
    font-size: 20px;
  }

  .text-3 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .texts-1 {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .texts-1 h2 {
    text-align: center;
  }
  .texts-1 div {
    text-align: center;
    width: auto;
    font-size: 20px;
  }

  .texts-2 {
    flex-direction: column;
    gap: 28px;
  }
  .texts-2 h2 {
    text-align: center;
  }
  .texts-2 div.left > div {
    align-items: flex-end;
  }
  .texts-2 div.left > div > div:first-child {
    line-height: 134px;
  }
  .texts-2 div.right {
    text-align: center;
    width: auto;
    font-size: 20px;
  }

  .line.before-footer {
    display: block;
    margin-bottom: 28px;
  }

  .header__open-mobile-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    /* для сафари пришлось закостылить, уходила вправо кнопка */
    right: 0;
    top: 0;
    height: 100%;
  }
  .header__open-mobile-menu .button {
    padding: 4px;
  }
  .header__open-mobile-menu .button:hover svg line {
    stroke: #2E64FF;
  }
  .header__open-mobile-menu .button svg {
    display: flex;
    width: 32px;
    height: auto;
  }
  .header__open-mobile-menu .button svg line {
    stroke: #ffffff;
  }
  .header__wrapper > div {
    margin: 0 20px;
  }
  .header__content {
    max-width: 310px;
    position: relative;
  }
  .header__menu {
    display: none;
  }

  .footer__wrapper {
    padding-bottom: 40px;
  }
  .footer__wrapper .line-vertical {
    display: none;
  }
  .footer__content {
    gap: 20px;
    font-size: 20px;
  }
  .footer__content .top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer__content .top .left {
    flex-grow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .footer__content .top .right {
    flex-grow: unset;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }
  .footer__logo {
    width: 194px;
  }
  .footer__info {
    text-align: center;
    align-items: center;
  }
  .footer__buttons {
    justify-content: center;
  }
  .footer__buttons > a {
    width: 42px;
    height: 42px;
  }

  .block_1 {
    height: 1000px;
    grid-template-rows: repeat(5, 150px);
    grid-template-columns: repeat(2, 150px);
    grid-template-areas: "g d" "a a" "b b" "b b" "e e" "c h";
  }
  .block_1__item-1 {
    grid-area: a;
    font-size: 38px;
    line-height: 38px;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
  .block_1__item-2 {
    grid-area: c;
  }
  .block_1__item-3 {
    grid-area: d;
  }
  .block_1__item-4 {
    grid-area: g;
  }
  .block_1__item-5 {
    grid-area: h;
  }
  .block_1__item-6 {
    grid-area: b;
  }
  .block_1__item-8 {
    grid-area: e;
    font-size: 38px;
    line-height: 38px;
    justify-self: center;
    align-self: center;
    text-align: center;
  }
  .block_2 {
    height: auto;
    display: grid;
    grid-template-rows: repeat(6, 150px);
    grid-template-columns: repeat(2, 150px);
    gap: 20px;
    grid-template-areas: "a e" "c c" "c c" "b b" "d h" "f g";
  }
  .block_2__item-1 {
    grid-area: a;
  }
  .block_2__item-2 {
    grid-area: e;
  }
  .block_2__item-3 {
    grid-area: c;
  }
  .block_2__item-4 {
    grid-area: d;
  }
  .block_2__item-5 {
    grid-area: h;
  }
  .block_2__item-6 {
    grid-area: b;
  }
  .block_2__item-7 {
    grid-area: f;
  }
  .block_2__item-8 {
    grid-area: g;
  }

  .tabs-block__menu {
    display: none;
  }
  .tabs-block__content {
    max-width: 310px;
  }
  .tabs-block__content > * {
    display: grid;
    height: 660px;
    grid-template-rows: repeat(4, 150px);
    grid-template-columns: repeat(2, 150px);
    margin-bottom: 20px;
  }
  .tabs-block__content > *:last-child {
    margin-bottom: 0;
  }
  .tabs-block__content-1 {
    grid-template-areas: "d e" "a a" "a a" "b c";
  }
  .tabs-block__content-2 {
    grid-template-areas: "d e" "a a" "a a" "b c";
  }
  .tabs-block__content-3 {
    grid-template-areas: "e d" "a a" "a a" "b c";
  }
  .tabs-block__content-4 {
    grid-template-areas: "d e" "a a" "a a" "b c";
  }
}

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