@import url(https://fonts.googleapis.com/css?family=Antonio:100,200,300,regular,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Alumni+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Rajdhani";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Rajdhani";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  line-height: 1.4;
  color: #fff;
  font-family: "Alumni Sans";
  font-size: 32px;
  background: #0a0a0a;
}
body._lock {
  overflow: hidden;
}
@media (max-width: 1500px) {
  body {
    font-size: 28px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-wrapper {
  overflow: hidden;
}

._container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  ._container {
    padding: 0 45px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 500px) {
  ._container {
    padding: 0 30px;
  }
}

._content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  ._content {
    align-items: center;
    margin: 0;
  }
}

._title {
  font-family: Antonio;
  text-transform: uppercase;
  line-height: 1.16;
  font-size: 88px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  ._title {
    font-size: 70px;
  }
}
@media (max-width: 1300px) {
  ._title {
    font-size: 60px;
  }
}
@media (max-width: 998px) {
  ._title {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  ._title {
    font-size: 32px;
  }
}

._subtitle {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

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

h3 {
  font-family: Antonio;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 998px) {
  h3 {
    font-size: 20px;
  }
}

.swiper {
  overflow: hidden;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header__container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 55px;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 1500px) {
  .header__container {
    padding-top: 30px;
  }
}
@media (max-width: 998px) {
  .header__container {
    padding-top: 16px;
  }
}
.header__container a {
  color: inherit;
  font-family: Antonio;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
@media (max-width: 1500px) {
  .header__container a {
    font-size: 20px;
  }
}
.header__logo {
  width: 214px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .header__logo {
    width: 170px;
  }
}
@media (max-width: 998px) {
  .header__logo {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: 125px;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1400px) {
  .header__nav {
    gap: 30px;
  }
}
@media (max-width: 1150px) {
  .header__nav {
    position: absolute;
    padding-top: 112px;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url(../img/mbm.webp);
    transform: translate(0px, -100%);
    transition: 0.3s;
    background-size: cover;
    background-position: center bottom;
  }
  .header__nav::before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background-image: url(../img/tttttt.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110%;
    aspect-ratio: 1/1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: translate(0px, -35%);
  }
}
@media (max-width: 1150px) and (max-width: 998px) {
  .header__nav::before {
    transform: translate(0px, -30vw);
    width: 115%;
  }
}
@media (max-width: 1150px) and (max-width: 750px) {
  .header__nav::before {
    transform: translate(0px, -20vw);
  }
}
@media (max-width: 1150px) and (max-width: 600px) {
  .header__nav::before {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 1150px) and (max-width: 500px) {
  .header__nav::before {
    transform: translate(0px, 10vw);
  }
}
@media (max-width: 1150px) and (max-width: 450px) {
  .header__nav::before {
    transform: translate(0px, 30vw);
  }
}
@media (max-width: 1150px) and (max-width: 400px) {
  .header__nav::before {
    transform: translate(0px, 35vw);
  }
}
@media (max-width: 1150px) {
  .header__nav._active {
    transform: translate(0);
  }
}
.header__nav ul {
  display: flex;
  gap: 45px;
}
@media (max-width: 1400px) {
  .header__nav ul {
    gap: 30px;
  }
}
@media (max-width: 1150px) {
  .header__nav ul {
    flex-direction: column;
    align-items: center;
  }
}
.header__nav ul a:hover {
  text-decoration: underline;
}
.header__btns a {
  padding: 17px 24px;
  background-image: url(../img/bgbtn.webp);
  transition: 0.3s;
  background-size: 100% 100%;
}
.header__btns a:hover {
  background-image: url(../img/bgbtn2.webp);
}
.icon-menu {
  display: none;
}
@media (max-width: 1150px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 11px;
    width: 12px;
    height: 9px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(../img/bgbur.webp);
    background-size: contain;
    aspect-ratio: 1/1;
    width: 34px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 0px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
  }
}
@media (max-width: 1150px) and (max-width: 998px) {
  .icon-menu span {
    top: calc(50% - 1px);
  }
}
@media (max-width: 1150px) and (max-width: 600px) {
  .icon-menu span {
    top: calc(50% - 0px);
  }
}
@media (max-width: 1150px) {
  .icon-menu span:first-child {
    top: 0px;
  }
}
@media (max-width: 1150px) {
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
}
@media (max-width: 1150px) {
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 0px);
  }
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

@media (max-width: 998px) {
  .home {
    position: relative;
    z-index: 2;
  }
}
.home {
  background-image: url(../img/bg1n.webp);
  background-size: auto 100%;
}
@media (max-width: 700px) {
  .home {
    background-image: url(../img/bg1m.webp);
    background-size: cover;
  }
}
.home__container {
  display: flex;
  flex-direction: column;
  min-height: 1120px;
}
@media (max-width: 1300px) {
  .home__container {
    min-height: 700px;
  }
}
@media (max-width: 998px) {
  .home__container {
    min-height: 500px;
  }
}
@media (max-width: 400px) {
  .home__container {
    min-height: 450px;
  }
}
.home__content {
  margin-top: auto;
  text-align: center;
  align-items: center;
}
.home__title {
  font-size: 104px;
}
@media (max-width: 1350px) {
  .home__title {
    font-size: 78px;
  }
}
@media (max-width: 1100px) {
  .home__title {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  .home__title {
    font-size: 40px;
  }
}
@media (min-width: 701px) {
  .home__title br {
    display: none;
  }
}
.home__subtitle {
  max-width: 1300px;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .home__subtitle {
    max-width: 960px;
    font-size: 30px;
  }
}
@media (max-width: 998px) {
  .home__subtitle {
    max-width: 650px;
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .home__subtitle {
    font-size: 16px;
  }
}










.home__title_platforms {
  font-size: 48px;
  padding-top: 8px;
}




@media (max-width: 1500px) {
  .home__title_platforms {
    font-size: 36px;
  }
}
@media (max-width: 998px) {
  .home__title_platforms {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .home__title_platforms {
    font-size: 16px;
  }
}










.crown {
  width: 100vw;
}
.crown__container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 998px) {
  .crown__container {
    grid-template-columns: 1fr;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
  }
}
.crown__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  .crown__content {
    max-width: 500px;
    margin: 0px auto;
  }
}
@media (max-width: 998px) {
  .crown__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.crown__content::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: -40%;
  content: "";
  background-image: url(../img/bgcr.webp);
  background-size: cover;
  width: 165%;
  aspect-ratio: 1213/580;
  z-index: -1;
}
@media (max-width: 998px) {
  .crown__content::before {
    width: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.crown__img {
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .crown__img {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .crown__img {
    width: 122%;
  }
}
.crown__img img:nth-child(1) {
  width: 105%;
}
@media (max-width: 1500px) {
  .crown__img img:nth-child(1) {
    width: 100%;
  }
}
.crown__img img:nth-child(2) {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 5%);
  width: 94%;
}
@media (max-width: 600px) {
  .crown__img img:nth-child(2) {
    width: 80%;
    transform: translate(45%, 5%);
  }
}
.crown__img img:nth-child(3) {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(42%, 55%);
  width: 105%;
}
@media (max-width: 600px) {
  .crown__img img:nth-child(3) {
    width: 90%;
    transform: translate(25%, 55%);
  }
}

.video {
  width: 100vw;
}
.video__container {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.crown-video-block {
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  margin: 0 auto;
}
.crown-video-block video {
  z-index: 1;
  width: 100%;
  object-fit: cover;
}
.crown-video-block iframe {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.core {
  background-image: url(../img/core.webp);
  margin-top: 0px;
}
@media (max-width: 998px) {
  .core {
    margin-top: 0;
  }
}
.core__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (max-width: 998px) {
  .core__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 700px) {
  .core__container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.core__title {
  text-align: center;
}
.core__subtitle {
  text-align: center;
  max-width: 1600px;
}
.core__block {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1208px;
  position: relative;
}
@media (max-width: 700px) {
  .core__block {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 40px;
  }
}
.core__item {
  position: relative;
  color: inherit;
}
.core__item:hover .core__head span {
  opacity: 1;
}
.core__item:hover .core__head p {
  opacity: 0;
}
@media (min-width: 700px) {
  .core__item:hover .core__img img:nth-child(2) {
    opacity: 1;
    width: 107%;
    filter: saturate(100%);
  }
}
.core__item:nth-child(2) .core__img img:nth-child(2) {
  left: 0;
  right: auto;
}
.core__item:nth-child(3) .core__img img:nth-child(2) {
  top: 0;
  bottom: auto;
}
.core__item:nth-child(4) .core__img img:nth-child(2) {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.core__img {
  position: relative;
}
@media (max-width: 700px) {
  .core__img {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 9px;
    overflow: hidden;
  }
}
.core__img img {
  width: 100%;
  transition: 0.3s ease-in;
}
.core__img img:nth-child(1) {
  opacity: 0;
}
.core__img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  filter: saturate(50%);
}
.core__img img:nth-child(3) {
  display: none;
}
@media (max-width: 700px) {
  .core__img img:nth-child(1), .core__img img:nth-child(2) {
    display: none;
  }
  .core__img img:nth-child(3) {
    display: block;
  }
}
.core__head {
  position: absolute;
  padding: 24px;
  z-index: 3;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Antonio;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .core__head {
    font-size: 20px;
    padding: 16px;
  }
}
.core__head p {
  transition: 0.5s;
  opacity: 1;
}
.core__head span {
  line-height: 1.2;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 48px);
  background: linear-gradient(45deg, #2054f8 0%, #fff 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 998px) {
  .core__head span {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
  }
}
.core__item:nth-child(2) .core__head span {
  background: linear-gradient(2deg, #fff 0%, #ee6d1d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.core__item:nth-child(3) .core__head span {
  background: linear-gradient(358deg, #fff 0%, #0fa13f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.core__item:nth-child(4) .core__head span {
  background: linear-gradient(45deg, #fff 40%, #ee241d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.core__crow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11%;
}
@media (max-width: 700px) {
  .core__crow {
    display: none;
  }
}
.core__crow img {
  width: 100%;
}

.player {
  background-image: url(../img/bgp.webp);
}
.player__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .player__container {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
.player__block {
  position: relative;
  max-width: 1035px;
  width: 100%;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 370px;
  flex-wrap: wrap;
  row-gap: 288px;
}
@media (max-width: 1200px) {
  .player__block {
    gap: 30vw;
    row-gap: 25vw;
  }
}
@media (max-width: 700px) {
  .player__block {
    flex-direction: column;
    align-items: end;
    gap: 32px;
    max-width: 400px;
    padding-top: 65px;
    margin-top: 40px;
  }
}
.player__img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0px, -50%);
}
@media (max-width: 700px) {
  .player__img {
    width: 145px;
    left: 50%;
    transform: translate(-50%);
    top: 0;
  }
}
.player__img img {
  width: 100%;
}
.player__img img:nth-child(2) {
  display: none;
}
@media (max-width: 700px) {
  .player__img img:nth-child(1) {
    display: none;
  }
  .player__img img:nth-child(2) {
    display: block;
  }
}
.player__item {
  font-family: Antonio;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(40px);
}
@media (max-width: 998px) {
  .player__item {
    transform: translate(3.5vw);
  }
}
@media (max-width: 700px) {
  .player__item {
    transform: translate(0) !important;
    max-width: max-content;
    line-height: 1.4;
  }
}
.player__item:nth-child(1) {
  transform: translate(30px);
}
.player__item:nth-child(2) {
  transform: translate(20px);
}
@media (max-width: 998px) {
  .player__item:nth-child(2) {
    transform: translate(1vw);
  }
}
.player__item:nth-child(2) img {
  transform: translate(0, 25px);
}
@media (max-width: 700px) {
  .player__item:nth-child(2) img {
    transform: translate(0, 10px);
  }
}
@media (max-width: 998px) {
  .player__item:nth-child(2) div {
    width: 100px;
  }
}
@media (max-width: 700px) {
  .player__item:nth-child(2) div {
    width: 70px;
    transform: scale(1.2);
  }
}
@media (max-width: 700px) {
  .player__item:nth-child(2) {
    order: 3;
    margin-top: 0px;
  }
  .player__item:nth-child(3) {
    margin-right: auto;
  }
}
.player__item div {
  height: 120px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 998px) {
  .player__item div {
    width: 85px;
    height: 100px;
  }
}
@media (max-width: 700px) {
  .player__item div {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
  }
}
.player__item div img {
  max-width: 100%;
}
@media (max-width: 998px) {
  .player__item {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .player__item {
    font-size: 16px;
  }
}

.why {
  background-image: url(../img/bgwh.webp);
  margin-top: 160px;
  margin-bottom: 60px;
}
@media (max-width: 998px) {
  .why {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.why__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 998px) {
  .why__subtitle br {
    display: none;
  }
}
.why__img {
  width: 788px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  max-width: 90%;
}
@media (max-width: 998px) {
  .why__img {
    margin-top: 30px;
  }
}
.why__img img {
  width: 167%;
  transform: translate(2%);
  margin-bottom: -16%;
}

.footer__container {
  padding-bottom: 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Antonio;
}
@media (max-width: 998px) {
  .footer__container {
    padding-bottom: 24px;
  }
}
.footer__container a {
  color: inherit;
}
.footer__container a:hover {
  text-decoration: underline;
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__top ul {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1500px) {
  .footer__top ul {
    gap: 32px;
  }
}
@media (max-width: 998px) {
  .footer__top ul {
    margin-top: 16px;
    gap: 24px;
  }
}
.footer__top ul a {
  display: flex;
}
.footer__top ul a img {
  height: 24px;
}
@media (max-width: 998px) {
  .footer__top ul a img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .footer__top ul a img {
    height: 16px;
  }
}
.footer__body {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 50px;
}
@media (max-width: 1300px) {
  .footer__body {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 998px) {
  .footer__body {
    margin-top: 40px;
  }
}
.footer__logo {
  width: 214px;
  min-width: 214px;
  margin-right: 150px;
}
@media (max-width: 1600px) {
  .footer__logo {
    margin-right: 100px;
  }
}
@media (max-width: 1300px) {
  .footer__logo {
    width: 196px;
    margin: 0;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__links {
  display: flex;
  gap: 32px;
  font-size: 24px;
  color: inherit;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1650px) {
  .footer__links {
    font-size: 20px;
    gap: 20px;
  }
}
@media (max-width: 1500px) {
  .footer__links {
    font-size: 17px;
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .footer__links {
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .footer__links {
    display: none;
  }
}
.footer__politics {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 998px) {
  .footer__politics {
    margin-top: 24px;
  }
}
.footer__copyright {
  opacity: 0.7;
  font-size: 16px;
  margin-top: 16px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .footer__copyright {
    margin-top: 24px;
  }
}
@media (min-width: 998px) {
  .footer__copyright br {
    display: none;
  }
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  min-width: 368px;
  gap: 32px;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .footer__social {
    margin-top: 0;
  }
}
.footer__social a {
  display: flex;
}
@media (max-width: 1600px) {
  .footer__social {
    min-width: 296px; 
  }
}
@media (max-width: 1300px) {
  .footer__social {
    gap: 12px;
  }
}
@media (max-width: 1300px) {
  .footer__social {
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 1300px) {
  .footer__social_1 {
    display: none;
  }
}
@media (min-width: 1301px) {
  .footer__social_2 {
    display: none;
  }
}
.footer__social a {
  width: 32px;
  transition: 0.3s;
}
@media (max-width: 700px) {
  .footer__social a {
    width: 24px;
  }
}
.footer__social a:hover {
  transform: scale(1.1);
}
.footer__social a img {
  width: 100%;
}

.who__top {
  padding-top: 310px;
  padding-bottom: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 1500px) {
  .who__top {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
@media (max-width: 700px) {
  .who__top {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.who__top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  background-image: url(../img/whbg.webp);
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 500px) {
  .who__top::before {
    background-image: url(../img/whbg2.webp);
  }
}
.who._v2 .who__top::before {
  background-image: url(../img/lbg.webp);
}
@media (max-width: 500px) {
  .who._v2 .who__top::before {
    background-image: url(../img/lbg2.webp);
  }
}
.who__title br {
  display: none;
}
@media (max-width: 700px) {
  .who__title {
    font-size: 40px;
  }
  .who__title br {
    display: block;
  }
}
.who__subtitle {
  max-width: 1352px;
}
@media (max-width: 1300px) {
  .who__subtitle br {
    display: none;
  }
}
.who._v2 .who__subtitle {
  max-width: 1250px;
}
.who__block {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 1300px) {
  .who__block {
    gap: 80px;
  }
}
.who__item {
  display: flex;
  gap: 50px;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 1300px) {
  .who__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (min-width: 1301px) {
  .who__item:nth-child(even) .who__img {
    order: 2;
  }
}
.who__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-image: url(../img/ddbbg.webp);
  background-size: cover;
  background-position: center;
}
.who__item:nth-child(2)::before {
  background-image: url(../img/dd2.webp);
}
@media (min-width: 998px) {
  .who__item:nth-child(2) .who__img {
    width: 50%;
    flex: 0 0 50%;
  }
}
.who__item:nth-child(2) .who__name {
  color: #ee2a34;
}
.who__item:nth-child(2) .who__list li::before {
  background-image: url(../img/l2.svg);
}
.who__item:nth-child(2) .who__list li::after {
  background: linear-gradient(180deg, #ee2a34 0%, #530c0f 100%);
}
.who__item:nth-child(3)::before {
  background-image: url(../img/dd3.webp);
}
.who__item:nth-child(3) .who__name {
  color: #ffb732;
}
.who__item:nth-child(3) .who__list li::before {
  background-image: url(../img/l3.svg);
}
.who__item:nth-child(3) .who__list li::after {
  background: linear-gradient(180deg, #e89e15 0%, #ffd280 100%);
}
.who__item:nth-child(4)::before {
  background-image: url(../img/dd4.webp);
}
.who__item:nth-child(4) .who__name {
  color: #8832ff;
}
@media (min-width: 998px) {
  .who__item:nth-child(4) .who__img {
    width: 50%;
    flex: 0 0 50%;
  }
}
.who__item:nth-child(4) .who__list li::before {
  background-image: url(../img/l4.svg);
}
.who__item:nth-child(4) .who__list li::after {
  background: linear-gradient(180deg, #8832ff 0%, #d3b3ff 100%);
}
.who__img {
  width: 53%;
  flex: 0 0 53%;
}
@media (max-width: 1300px) {
  .who__img {
    max-width: 500px;
    margin: 0px auto;
    width: 90%;
  }
}
.who__img img {
  width: 100%;
}
.who__content {
  line-height: 1;
}
@media (max-width: 1300px) {
  .who__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.who__name {
  font-size: 72px;
  text-transform: uppercase;
  color: #7e96c2;
  font-family: Antonio;
}
@media (max-width: 1500px) {
  .who__name {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .who__name {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .who__name {
    font-size: 32px;
  }
}
.who__job {
  font-family: Antonio;
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 24px;
}
@media (max-width: 1500px) {
  .who__job {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .who__job {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .who__job {
    font-size: 20px;
    margin-top: 8px;
  }
}
.who__desc {
  margin-top: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .who__desc {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1300px) {
  .who__desc {
    max-width: 600px;
  }
}
.who__head {
  font-family: Antonio;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  background: linear-gradient(80deg, #999 0%, #fff 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
}
@media (max-width: 1500px) {
  .who__head {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .who__head {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .who__head {
    font-size: 24px;
  }
}
.who__list {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
  text-align: left;
}
@media (max-width: 1500px) {
  .who__list {
    max-width: 550px;
  }
}
@media (max-width: 1300px) {
  .who__list {
    gap: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 998px) {
  .who__list {
    width: 87%;
    max-width: 400px;
    gap: 72px;
  }
}
.who__list li {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-weight: 500;
  padding-left: 90px;
  position: relative;
}
.who__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 67px;
  aspect-ratio: 1/1;
  background-image: url(../img/l1.svg);
  top: 16px;
  z-index: 2;
}
@media (max-width: 998px) {
  .who__list li::before {
    top: 0;
  }
}
.who__list li:not(:last-child)::after {
  position: absolute;
  top: 50px;
  left: 32px;
  content: "";
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #699eff 0%, #234d99 100%);
}
@media (max-width: 998px) {
  .who__list li:not(:last-child)::after {
    height: calc(100% + 40px);
  }
}
.who__list li h4 {
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .who__list li h4 {
    font-size: 20px;
    margin-top: 5px;
  }
}
.who__list li p {
  color: rgba(255, 255, 255, 0.8);
}
.who__city {
  align-items: center;
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1300px) {
  .who__city {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 700px) {
  .who__city {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
    row-gap: 0;
    width: 100%;
  }
}
.who__city div:first-child {
  flex: 0 0 142px;
  width: 142px;
  padding: 8px;
  position: relative;
}
.who__city div:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/rmk.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.who__city div:first-child img {
  width: 100%;
}
@media (max-width: 1500px) {
  .who__city div:first-child {
    flex: 0 0 100px;
    width: 100px;
  }
}
@media (max-width: 1300px) {
  .who__city div:first-child {
    flex: 0 0 85px;
    width: 85px;
  }
}
@media (max-width: 700px) {
  .who__city div:first-child {
    grid-row: auto/span 3;
    width: 100%;
    flex: 1 1 100%;
  }
}
.who__city div:not(:first-child) {
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0px 5px;
}
@media (max-width: 700px) {
  .who__city div:not(:first-child) {
    padding: 8px 0;
  }
}
.who__city div:not(:first-child):not(:last-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #808080 0%, #ffffff 50%, #808080 100%);
}
@media (max-width: 700px) {
  .who__city div:not(:first-child):not(:last-child)::before {
    width: 60%;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%);
    height: 1px;
    background: linear-gradient(90deg, #808080 0%, #ffffff 50%, #808080 100%);
  }
}
.who__city div:not(:first-child) p {
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .who__city div:not(:first-child) p {
    font-size: 20px;
  }
}
.who__city div:not(:first-child) span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-family: Antonio;
  margin-bottom: 8px;
}
@media (max-width: 1500px) {
  .who__city div:not(:first-child) span {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .who__city div:not(:first-child) span {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .who__city div:not(:first-child) span {
    font-size: 16px;
  }
}

.different {
  background-image: url(../img/dfbg.webp);
}
.different._v2 {
  background-image: url(../img/dddfg.webp);
}
.different._v2 .different__container {
  margin-top: 40px;
}
.different__container {
  margin-top: 116px;
  margin-bottom: 65px;
  padding-top: 104px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 998px) {
  .different__container {
    padding-top: 44px;
    padding-bottom: 53px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .different__container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 998px) {
  .different__title br {
    display: none;
  }
}
.different__subtitle {
  max-width: 1280px;
}
@media (min-width: 998px) {
  .different__subtitle br {
    display: block;
  }
}
.different__block {
  margin-top: 64px;
  display: flex;
  gap: 88px;
  justify-content: center;
}
@media (max-width: 1500px) {
  .different__block {
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .different__block {
    flex-direction: column;
    margin-top: 40px;
  }
}
.different__block._v1 .different__item:nth-child(3), .different__block._v1 .different__item:nth-child(4) {
  max-width: 340px;
}
@media (max-width: 998px) {
  .different__block._v1 .different__item:nth-child(3), .different__block._v1 .different__item:nth-child(4) {
    max-width: 280px;
  }
}
@media (max-width: 1300px) {
  .different__block._v1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .different__block._v1 .different__item:nth-child(3), .different__block._v1 .different__item:nth-child(4) {
    max-width: 280px;
  }
}
@media (max-width: 998px) {
  .different__block._v1 {
    display: flex;
  }
}
.different__block._v2 {
  gap: 240px;
}
@media (max-width: 1500px) {
  .different__block._v2 {
    gap: 150px;
  }
}
@media (max-width: 1300px) {
  .different__block._v2 {
    gap: 64px;
  }
}
.different__block._v2 .different__item h3 {
  margin-top: 0;
}
.different__block._v2 .different__item img {
  width: 232px;
  max-width: 232px;
  transform: scale(1.3);
}
.different__item {
  max-width: 285px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.different__item img {
  max-width: 212px;
}
@media (max-width: 1500px) {
  .different__item img {
    max-width: 180px;
  }
}
@media (max-width: 1300px) {
  .different__item img {
    max-width: 140px;
  }
}
@media (max-width: 998px) {
  .different__item img {
    max-width: 212px;
  }
}
.different__item h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .different__item h3 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .different__item h3 {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.different__item p {
  font-weight: 500;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1500px) {
  .different__item p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .different__item p {
    font-size: 16px;
    max-width: 225px;
  }
  .different._v2 .different__item p {
    margin-top: 16px;
    max-width: 255px;
  }
}
@media (max-width: 600px) and (max-width: 998px) {
  .different._v2 .different__item p {
    margin-top: 8px;
  }
}

.layers__block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .layers__block {
    gap: 70px;
  }
}
@media (max-width: 1800px) {
  .layers__block {
    font-size: 28px;
  }
}
@media (max-width: 1550px) {
  .layers__block {
    font-size: 24px;
  }
}
@media (max-width: 998px) {
  .layers__block {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .layers__block {
    font-size: 16px;
  }
}
.layers__item {
  gap: 120px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .layers__item {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .layers__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.layers__item:nth-child(1) {
  padding-top: 0;
  gap: 40px;
}
@media (max-width: 1300px) {
  .layers__item:nth-child(1) {
    gap: 24px;
  }
}
@media (min-width: 1300px) {
  .layers__item:nth-child(odd) .layers__img {
    order: 2;
  }
}
.layers__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-image: url(../img/dd1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .layers__item::before {
    background-image: url(../img/dd11n.webp);
  }
}
.layers__item:nth-child(2) .layers__name {
  color: #7e96c2;
}
.layers__item:nth-child(2) .layers__rol span {
  background: linear-gradient(180deg, rgba(114, 154, 228, 0.5) 0%, rgba(28, 28, 28, 0.5) 100%);
  background-image: url(../img/st2.svg);
  background-size: 100% 100%;
}
.layers__item:nth-child(2)::before {
  background-image: url(../img/dd22.webp);
}
@media (max-width: 500px) {
  .layers__item:nth-child(2)::before {
    background-image: url(../img/dd22m.webp);
  }
}
.layers__item:nth-child(3) .layers__name {
  color: #c9822b;
}
.layers__item:nth-child(3) .layers__rol span {
  background: linear-gradient(180deg, rgba(201, 130, 43, 0.5) 0%, rgba(28, 28, 28, 0.5) 100%);
  background-image: url(../img/st3.svg);
  background-size: 100% 100%;
}
.layers__item:nth-child(3)::before {
  background-image: url(../img/dd33.webp);
}
@media (max-width: 500px) {
  .layers__item:nth-child(3)::before {
    background-image: url(../img/dd33n.webp);
  }
}
.layers__item:nth-child(4) .layers__name {
  color: #8832ff;
}
.layers__item:nth-child(4) .layers__rol span {
  background: linear-gradient(180deg, rgba(135, 50, 255, 0.5) 0%, rgba(28, 28, 28, 0.5) 100%);
  background-image: url(../img/st4.svg);
  background-size: 100% 100%;
}
.layers__item:nth-child(4)::before {
  background-image: url(../img/dd44.webp);
}
@media (max-width: 500px) {
  .layers__item:nth-child(4)::before {
    background-image: url(../img/dd44n.webp);
  }
}
.layers__img {
  width: 100%;
  padding: 8px;
  flex: 0 0 51%;
  position: relative;
}
@media (max-width: 1300px) {
  .layers__img {
    max-width: 600px;
  }
}
@media (max-width: 1300px) {
  .layers__img {
    margin: 0px auto;
    padding: 4px;
  }
}
.layers__img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/er.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .layers__img::before {
    background-image: url(../img/err.svg);
  }
}
.layers__img img {
  width: 100%;
}
.layers__content {
  line-height: 1;
  flex: 1 1 auto;
  text-align: left;
}
@media (max-width: 1300px) {
  .layers__content {
    max-width: 700px;
  }
}
.layers__name {
  font-size: 72px;
  color: #ee2a34;
}
@media (max-width: 1800px) {
  .layers__name {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .layers__name {
    text-align: center;
    font-size: 32px;
  }
}
.layers__rol {
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 36px;
  row-gap: 16px;
  display: flex;
}
@media (max-width: 1300px) {
  .layers__rol {
    justify-content: space-between;
  }
}
.layers__rol div {
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .layers__rol div {
    flex-direction: column;
    align-items: flex-start;
  }
  .layers__rol div:nth-child(2) {
    align-items: flex-end;
  }
}
.layers__rol div span {
  border-radius: 35px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 24px;
  z-index: 1;
  position: relative;
  background: linear-gradient(180deg, rgba(238, 42, 52, 0.5) 0%, rgba(28, 28, 28, 0.5) 100%);
  background-image: url(../img/st1.svg);
  background-size: 100% 100%;
}
@media (max-width: 1800px) {
  .layers__rol div span {
    padding: 6px 12px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .layers__rol div span {
    font-size: 16px;
  }
}
.layers__txt {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.layers__economy {
  padding: 32px 0;
  position: relative;
  margin-top: 32px;
  margin: 32px 0;
  text-align: left;
}
.layers__economy::before, .layers__economy::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 6px;
  width: 100%;
  background-image: url(../img/ellipse.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .layers__economy::before, .layers__economy::after {
    background-image: url(../img/ellipse2.svg);
    height: 4px;
  }
}
.layers__economy::after {
  bottom: 0;
  top: auto;
}
.layers__head {
  font-weight: 700;
  font-size: 48px;
  max-width: max-content;
  background: linear-gradient(18deg, #999 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Antonio;
}
@media (max-width: 1800px) {
  .layers__head {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .layers__head {
    text-align: center;
    font-size: 30px;
    margin: 0px auto;
  }
}
@media (max-width: 700px) {
  .layers__head {
    font-size: 24px;
  }
}
.layers__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1300px) {
  .layers__list {
    max-width: 500px;
    margin: 0px auto;
    margin-top: 24px;
  }
}
.layers__list li {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 24px;
  font-weight: 500;
}
@media (max-width: 1800px) {
  .layers__list li {
    grid-template-columns: 85px 1fr;
  }
}
@media (max-width: 700px) {
  .layers__list li {
    grid-template-columns: 70px 1fr;
  }
}
.layers__list li img {
  width: 100%;
}
.layers__list li span {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .layers__list li span {
    font-size: 20px;
  }
}
.layers__list li p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  max-width: 620px;
}
.layers__control ul {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 700px) {
  .layers__control ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.layers__control ul li {
  padding-right: 6px;
  flex: 1 1 auto;
  display: flex;
}
@media (max-width: 700px) {
  .layers__control ul li {
    padding: 0;
    min-width: 33%;
  }
  .layers__control ul li div {
    width: 100%;
  }
  .layers__control ul li:nth-child(even) {
    text-align: right;
  }
}
.layers__control ul li span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-family: Antonio;
}
@media (max-width: 1500px) {
  .layers__control ul li span {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .layers__control ul li span {
    font-size: 16px;
  }
}
.layers__control ul li p {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 1800px) {
  .layers__control ul li p {
    margin-top: 5px;
  }
}
@media (max-width: 700px) {
  .layers__control ul li p {
    margin-top: 8px;
    font-size: 20px;
  }
}
.layers__control ul li:not(:first-child) {
  padding: 0px 6px;
  justify-content: center;
  position: relative;
}
@media (max-width: 700px) {
  .layers__control ul li:not(:first-child) {
    padding: 0;
  }
}
.layers__control ul li:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #808080 0%, #ffffff 50%, #808080 100%);
}
@media (max-width: 700px) {
  .layers__control ul li:not(:first-child)::before {
    display: none;
  }
}

.system {
  background-image: url(../img/sysbg.webp);
}
@media (max-width: 500px) {
  .system {
    background-image: url(../img/sys.webp);
  }
}
.system__container {
  padding-top: 214px;
  padding-bottom: 134px;
}
@media (max-width: 1300px) {
  .system__container {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 998px) {
  .system__container {
    padding-top: 80px;
    padding-bottom: 13px;
  }
}
.system__wp {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  max-width: 1580px;
  margin: 0px auto;
  gap: 90px;
  align-items: center;
}
@media (max-width: 1700px) {
  .system__wp {
    gap: 40px;
    grid-template-columns: 2fr 1.25fr;
  }
}
@media (max-width: 1300px) {
  .system__wp {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 998px) {
  .system__wp {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 18px;
  }
}
@media (min-width: 700px) {
  .system__title br {
    display: none;
  }
}
@media (max-width: 998px) {
  .system__title {
    font-size: 40px;
  }
}
.system__img img {
  width: 100%;
}
@media (max-width: 998px) {
  .system__img {
    max-width: 500px;
    width: 92%;
  }
}

.gameplay__container {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gameplay__title {
  text-align: center;
}
.gameplay__subtitle {
  text-align: center;
  max-width: 1550px;
}
.gameplay__block {
  margin-top: 64px;
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1500px) {
  .gameplay__block {
    max-width: 850px;
  }
}
@media (max-width: 1300px) {
  .gameplay__block {
    max-width: 700px;
  }
}
@media (max-width: 998px) {
  .gameplay__block {
    max-width: 450px;
    margin-top: 10px;
  }
}
.gameplay__block::before {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 82.5%;
  aspect-ratio: 758/784;
  background-image: url(../img/group4.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.gameplay__block-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
.gameplay__block-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gameplay__crown {
  z-index: -2;
  position: absolute;
  top: 46%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 135%;
  aspect-ratio: 1260/1170;
  background-size: contain;
  background-repeat: no-repeat;
}
.gameplay__crown img {
  mix-blend-mode: overlay;
  width: 100%;
}
.gameplay__item {
  position: relative;
  width: 50%;
  display: flex;
}
.gameplay__item div {
  width: 46.5%;
  position: relative;
}
.gameplay__item div:hover img:nth-child(2) {
  opacity: 1;
}
.gameplay__item img {
  width: 100%;
}
.gameplay__item img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.gameplay__item span {
  position: absolute;
  font-weight: 700;
  font-family: Antonio;
  text-align: center;
  text-transform: uppercase;
}
.gameplay__item_1 {
  width: 100%;
  justify-content: center;
}
.gameplay__item_1 div {
  width: 23.25%;
}
.gameplay__item_1 span {
  top: -20px;
  transform: translate(0px, -100%);
}
@media (max-width: 700px) {
  .gameplay__item_1 span {
    top: -10px;
  }
}
.gameplay__item_2 {
  margin-bottom: 22.5%;
  margin-top: -3.9%;
}
.gameplay__item_2 span {
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media (max-width: 700px) {
  .gameplay__item_2 span {
    top: -10px;
    left: 0%;
    transform: translate(0%, -100%);
    width: 46%;
  }
}
.gameplay__item_3 {
  justify-content: end;
  margin-bottom: 22.5%;
  margin-top: -3.9%;
}
.gameplay__item_3 span {
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
}
@media (max-width: 700px) {
  .gameplay__item_3 span {
    top: -10px;
    right: 0%;
    transform: translate(0%, -100%);
  }
}
.gameplay__item_4 span {
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media (max-width: 700px) {
  .gameplay__item_4 span {
    top: auto;
    bottom: -10px;
    left: 0%;
    transform: translate(0%, 100%);
    width: 46%;
  }
}
.gameplay__item_5 {
  justify-content: end;
}
.gameplay__item_5 span {
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
}
@media (max-width: 700px) {
  .gameplay__item_5 span {
    top: auto;
    bottom: -10px;
    right: 0%;
    width: 46%;
    transform: translate(0%, 100%);
  }
}
.gameplay__item_6 {
  width: 100%;
  justify-content: center;
  display: flex;
}
.gameplay__item_6 div {
  width: 23.25%;
}
.gameplay__item_6 span {
  bottom: -20px;
  transform: translate(0px, 100%);
}
@media (max-width: 700px) {
  .gameplay__item_6 span {
    bottom: -10px;
  }
}

.cycle {
  position: relative;
  z-index: 3;
  background-image: url(../img/gh.webp);
}
.cycle__container {
  padding-top: 50px;
  padding-bottom: 116px;
}
@media (max-width: 998px) {
  .cycle__container {
    padding-bottom: 30px;
  }
}
.cycle__title {
  font-weight: 700;
  font-size: 48px;
  text-align: left;
}
@media (max-width: 998px) {
  .cycle__title {
    font-size: 24px;
    text-align: center;
  }
}
.cycle__block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.1fr 1.2fr;
  gap: 70px;
  max-width: 1720px;
}
@media (max-width: 1500px) {
  .cycle__block {
    gap: 50px;
  }
}
@media (max-width: 1300px) {
  .cycle__block {
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .cycle__block {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 30px;
  }
}
.cycle__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.cycle__item:not(:last-child)::before {
  position: absolute;
  top: 36px;
  right: 0;
  transform: translate(80%);
  content: "";
  width: 104px;
  height: 12px;
  z-index: 2;
  background-image: url(../img/line1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  .cycle__item:not(:last-child)::before {
    width: 90px;
  }
}
@media (max-width: 1300px) {
  .cycle__item:not(:last-child)::before {
    width: 50px;
  }
}
@media (max-width: 998px) {
  .cycle__item:not(:last-child)::before {
    background-image: url(../img/line2.webp);
    height: 50px;
    width: 10px;
    bottom: -16px;
    left: 50%;
    top: auto;
    background-position: center;
    transform: translate(-50%, 100%);
  }
}
.cycle__item h3 {
  font-size: 32px;
}
@media (max-width: 1700px) {
  .cycle__item h3 {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  .cycle__item h3 {
    font-size: 20px;
  }
}
.cycle__item p {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}
@media (max-width: 1500px) {
  .cycle__item p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .cycle__item p {
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .cycle__item p {
    max-width: 250px;
  }
}
@media (max-width: 700px) {
  .cycle__item p {
    font-size: 16px;
    max-width: 190px;
  }
}
@media (max-width: 998px) {
  .cycle__item:last-child p {
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .cycle__item:last-child p {
    max-width: 210px;
  }
}
.cycle__img {
  min-height: 105px;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1500px) {
  .cycle__img img {
    transform: scale(0.9);
  }
}
@media (max-width: 1300px) {
  .cycle__img {
    margin-bottom: 10px;
  }
  .cycle__img img {
    transform: scale(0.7);
  }
}
@media (max-width: 998px) {
  .cycle__img {
    margin-bottom: 10px;
  }
  .cycle__img img {
    transform: scale(0.8);
  }
}

.build {
  background-image: url(../img/bbg.webp);
}
@media (max-width: 500px) {
  .build {
    background-image: url(../img/bbg2.webp);
  }
}
.build__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 88px;
  padding-top: 36px;
  padding-bottom: 190px;
}
@media (max-width: 998px) {
  .build__container {
    padding-bottom: 90px;
    margin-top: 25px;
    padding-top: 50px;
  }
}
.build__title {
  text-align: center;
}
@media (min-width: 700px) {
  .build__title br {
    display: none;
  }
}
.build__subtitle {
  text-align: center;
}
@media (max-width: 700px) {
  .build__subtitle br {
    display: none;
  }
}
.build__block {
  max-width: 1390px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 64px;
  gap: 40px;
  width: 90%;
}
@media (max-width: 1300px) {
  .build__block {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .build__block {
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin-top: 40px;
  }
}
.build__item {
  max-width: 306px;
  padding: 13px;
  position: relative;
  z-index: 2;
  color: inherit;
}
.build__item:hover::after {
  opacity: 1;
}
.build__item:hover .build__img img {
  opacity: 1;
}
.build__item::before, .build__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/bb1.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
}
.build__item::after {
  background-image: url(../img/group16.svg);
  opacity: 0;
  transition: 0.7s;
}
.build__item:nth-child(2) .build__cif {
  bottom: 0;
  top: auto;
  transform: translate(-80%, 20%);
}
@media (max-width: 1300px) {
  .build__item:nth-child(2) .build__cif {
    transform: translate(-50%, 25%);
  }
}
@media (max-width: 998px) {
  .build__item:nth-child(2) .build__cif {
    right: 0;
    left: auto;
    transform: translate(80%, 20%);
  }
}
.build__item:nth-child(3) .build__cif {
  right: 0;
  left: auto;
  transform: translate(80%, -25%);
}
@media (max-width: 998px) {
  .build__item:nth-child(3) .build__cif {
    left: 0;
    width: 100px;
    right: auto;
    transform: translate(-50%, -15%);
    bottom: 0;
    top: auto;
  }
}
.build__cif {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 160px;
  transform: translate(-80%, -20%);
}
@media (max-width: 1500px) {
  .build__cif {
    width: 130px;
  }
}
@media (max-width: 1300px) {
  .build__cif {
    width: 90px;
  }
}
@media (max-width: 998px) {
  .build__cif {
    transform: translate(-60%, -7%);
  }
}
.build__cif img {
  width: 100%;
}
.build__img {
  position: relative;
}
.build__img img {
  width: 100%;
}
.build__img img:nth-child(2) {
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
@media (max-width: 998px) {
  .build__img img:nth-child(2) {
    opacity: 1;
  }
}
.build__content {
  position: absolute;
  bottom: 0;
  padding: 40px 29px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 600px) {
  .build__content {
    padding: 35px 20px;
  }
}
.build__content h3 {
  font-size: 40px;
}
@media (max-width: 1500px) {
  .build__content h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .build__content h3 {
    font-size: 24px;
  }
}
.build__content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 16px;
}
@media (max-width: 1500px) {
  .build__content p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .build__content p {
    font-size: 16px;
  }
}

.control {
  background-image: url(../img/bgcc.webp);
}
@media (max-width: 500px) {
  .control {
    background-image: url(../img/bgcc2.webp);
  }
}
.control__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media (max-width: 1300px) {
  .control__container {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .control__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1300px) {
  .control__title {
    text-align: center;
  }
  .control__title br {
    display: none;
  }
}
@media (max-width: 1300px) {
  .control__subtitle {
    text-align: center;
    max-width: 720px;
  }
}
.control__block {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .control__block {
    max-width: 1000px;
    margin-left: auto;
    width: calc(100% - 100px);
    margin-top: 120px;
  }
}
@media (max-width: 998px) {
  .control__block {
    align-items: center;
    margin: 0px;
    width: 100%;
    gap: 24px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
.control__item {
  max-width: 350px;
  position: relative;
}
@media (max-width: 1500px) {
  .control__item {
    max-width: 300px;
  }
}
@media (max-width: 1300px) {
  .control__item {
    max-width: 250px;
  }
}
@media (max-width: 998px) {
  .control__item {
    order: 1;
    max-width: 350px;
  }
}
@media (max-width: 700px) {
  .control__item {
    order: 1;
    max-width: 290px;
  }
}
.control__item:nth-child(1) img {
  left: 125px;
  width: clamp(100px, 19vw, 352px);
}
@media (max-width: 1300px) {
  .control__item:nth-child(1) img {
    width: clamp(100px, 22vw, 352px);
  }
}
.control__item:nth-child(2) {
  margin-left: auto;
  margin-top: 100px;
  transform: translate(0px, 20px);
}
@media (max-width: 1400px) {
  .control__item:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 998px) {
  .control__item:nth-child(2) {
    margin-left: 0;
    transform: translate(0);
    margin-top: 0;
  }
}
.control__item:nth-child(2) img {
  transform: translate(-100%);
  width: clamp(100px, 7vw, 165px);
}
@media (max-width: 1300px) {
  .control__item:nth-child(2) img {
    width: clamp(120px, 10vw, 165px);
  }
}
.control__item:nth-child(2) h3 {
  color: #aa0505;
}
.control__item:nth-child(3) {
  transform: translate(-50%);
}
.control__item:nth-child(3) h3 {
  color: #c7c729;
}
@media (max-width: 998px) {
  .control__item:nth-child(3) {
    transform: translate(0);
  }
}
.control__item:nth-child(3) img {
  left: 154px;
  width: clamp(100px, 25vw, 480px);
}
.control__item p {
  font-weight: 500;
  font-size: 24px;
  opacity: 0.8;
  line-height: 1.14;
}
@media (max-width: 1500px) {
  .control__item p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .control__item p {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .control__item p {
    font-size: 16px;
  }
}
.control__item h3 {
  font-size: 40px;
  margin-bottom: 16px;
  color: #0663ee;
}
@media (max-width: 1300px) {
  .control__item h3 {
    font-size: 38px;
  }
}
@media (max-width: 998px) {
  .control__item h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .control__item h3 {
    font-size: 20px;
  }
}
.control__item img {
  position: absolute;
  top: 20px;
}
@media (max-width: 998px) {
  .control__item img {
    display: none;
  }
}
.control__three {
  position: absolute;
  bottom: 0;
  transform: translate(16%, 4%);
  width: 67%;
  z-index: -1;
}
@media (max-width: 998px) {
  .control__three {
    position: relative;
    left: 0;
    transform: translate(0);
  }
}
@media (max-width: 600px) {
  .control__three {
    width: 100vw;
  }
}
.control__three img {
  width: 100%;
}
.control__three img:nth-child(2), .control__three img:nth-child(3), .control__three img:nth-child(4) {
  display: none;
}
@media (max-width: 998px) {
  .control__three img:nth-child(2), .control__three img:nth-child(3), .control__three img:nth-child(4) {
    width: 10%;
    display: block;
    position: absolute;
  }
}
.control__three img:nth-child(2) {
  top: 23%;
  left: 32%;
}
.control__three img:nth-child(3) {
  top: 51%;
  right: 18%;
}
.control__three img:nth-child(4) {
  bottom: 16%;
  left: 50%;
  transform: translate(-50%);
}

.busines {
  background-image: url(../img/bgb.webp);
}
@media (max-width: 500px) {
  .busines {
    background-image: url(../img/bgb2.webp);
  }
}
.busines__container {
  padding-top: 80px;
  padding-bottom: 100px;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  display: grid;
  align-items: center;
  max-width: 1770px;
}
@media (max-width: 1300px) {
  .busines__container {
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 998px) {
  .busines__container {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
.busines__content {
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.busines__item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1300px) {
  .busines__item {
    grid-template-columns: 78px 1fr;
  }
}
@media (max-width: 998px) {
  .busines__item {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .busines__item {
    grid-template-columns: 64px 1fr;
  }
}
.busines__item h3 {
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .busines__item h3 {
    font-size: 30px;
  }
}
@media (max-width: 998px) {
  .busines__item h3 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .busines__item h3 {
    font-size: 20px;
  }
}
.busines__item p {
  line-height: 1.14;
  font-weight: 500;
  font-size: 24px;
  opacity: 0.8;
  margin-top: 16px;
}
@media (max-width: 1300px) {
  .busines__item p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .busines__item p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.busines__img img {
  width: 100%;
  transform: scale(1.3);
}
.busines__top {
  max-width: 640px;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 998px) {
  .busines__top {
    margin: 0px auto;
    text-align: center;
  }
  .busines__top br {
    display: none;
  }
}
.back {
  position: relative;
  z-index: 1;
}
.back::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  height: calc(100% + 350px);
  width: 100vw;
  background-image: url(../img/llb.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 998px) {
  .back::before {
    height: calc(100% + 250px);
  }
}
@media (max-width: 500px) {
  .back::before {
    background-image: url(../img/bgll2.webp);
    height: 100%;
  }
}
.back__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
  margin-top: 140px;
}
@media (max-width: 998px) {
  .back__container {
    padding-top: 50px;
    padding-bottom: 90px;
    margin-top: 0;
  }
}
.back__title {
  text-align: center;
}
.back__subtitle {
  text-align: center;
  max-width: 1550px;
}
@media (max-width: 1500px) {
  .back__subtitle br {
    display: none;
  }
}
.back__block {
  max-width: 1570px;
  display: flex;
  justify-content: center;
  gap: 140px;
  flex-wrap: wrap;
  margin-top: 85px;
  row-gap: 72px;
}
@media (max-width: 1300px) {
  .back__block {
    gap: 90px;
    row-gap: 72px;
  }
}
@media (max-width: 998px) {
  .back__block {
    flex-direction: column;
    max-width: 350px;
    width: 100%;
    gap: 70px;
    margin-top: 40px;
  }
}
.back__item {
  background-size: 100% 100%;
  max-width: calc(33.33% - 95px);
  width: 100%;
  flex-wrap: wrap;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1500px) {
  .back__item {
    padding: 30px;
  }
}
@media (max-width: 1300px) {
  .back__item {
    max-width: calc(33.33% - 60px);
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 998px) {
  .back__item {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .back__item {
    padding: 16px;
    gap: 8px;
  }
}
.back__item h3 {
  font-size: 40px;
  text-transform: uppercase;
  background: linear-gradient(16deg, #999 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1500px) {
  .back__item h3 {
    font-size: 34px;
  }
}
@media (max-width: 1300px) {
  .back__item h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .back__item h3 {
    font-size: 20px;
  }
}
.back__item p {
  font-weight: 500;
  font-size: 24px;
  opacity: 0.8;
  line-height: 1.13;
}
@media (max-width: 1500px) {
  .back__item p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .back__item p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .back__item p {
    font-size: 16px;
    max-width: 230px;
  }
}
.back__item::before {
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translate(100%, -50%);
  content: "";
  background-image: url(../img/line3.svg);
  width: 125px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .back__item::before {
    width: 75px;
  }
}
@media (max-width: 998px) {
  .back__item::before {
    width: 20px;
    height: 70px;
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 100%);
    background-image: url(../img/line4.svg);
  }
}
.back__item:last-child::before {
  display: none;
}
.back__item_1 {
  background-image: url(../img/bi1.webp);
}
@media (max-width: 600px) {
  .back__item_1 {
    background-image: url(../img/bi1n.webp);
  }
}
.back__item_2 {
  background-image: url(../img/bi2.webp);
}
@media (max-width: 600px) {
  .back__item_2 {
    background-image: url(../img/bi2m.webp);
  }
}
.back__item_3 {
  background-image: url(../img/bi3.webp);
}
@media (max-width: 600px) {
  .back__item_3 {
    background-image: url(../img/bi3m.webp);
  }
}
.back__item_3::before {
  width: 20px;
  height: 70px;
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 100%);
  background-image: url(../img/line4.svg);
}
@media (min-width: 999px) {
  .back__item_3::before {
  background-image: url(../img/line4x2.webp);
  transform: translate(0, 105%);
  height: 140px;
  width: 50px;
  right: 45%;
  left: auto;
  }
}
@media (min-width: 1300px) {
    .back__item_3::before {
      background-image: url(../img/line4.webp);
      transform: translate(0, 105%);
      height: 166px;
      width: 62px;
      right: 50%;
    }
  }
.back__item_4 {
  background-image: url(../img/bi4.webp);
}
@media (max-width: 600px) {
  .back__item_4 {
    background-image: url(../img/bi4m.webp);
  }
}
.back__item_5 {
  background-image: url(../img/bi5.webp);
}
@media (max-width: 600px) {
  .back__item_5 {
    background-image: url(../img/bi5m.webp);
  }
}

.vission {
  background-image: url(../img/bgv.webp);
}
@media (max-width: 500px) {
  .vission {
    background-image: url(../img/bgv2.webp);
  }
}
.vission__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 310px;
  /*padding-bottom: 230px;*/
  padding-bottom: 140px;
}
@media (max-width: 1500px) {
  .vission__container {
    padding-top: 250px;
    /*padding-bottom: 200px;*/
    padding-bottom: 110px;
  }
}
@media (max-width: 1300px) {
  .vission__container {
    padding-top: 200px;
    /*padding-bottom: 170px;*/
    padding-bottom: 80px;
  }
}
@media (max-width: 998px) {
  .vission__container {
    padding-top: 140px;
    /*padding-bottom: 100px;*/
    padding-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .vission__title br {
    display: none;
  }
}
.vission__subtitle {
  max-width: 1330px;
}

.diffirent {
  background-image: url(../img/difbg.webp);
}
@media (max-width: 500px) {
  .diffirent {
    background-image: url(../img/difbg2.webp);
  }
}
.diffirent__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 190px; /*remove?*/
  padding-bottom: 200px;
}
@media (max-width: 998px) {
  .diffirent__container {
    padding-top: 90px; /*remove?*/
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .diffirent__container {
    padding-top: 40px; /*remove?*/
    padding-bottom: 50px;
  }
}
.diffirent__title {
  text-align: center;
}
.diffirent__subtitle {
  text-align: center;
}
@media (max-width: 998px) {
  .diffirent__subtitle br {
    display: none;
  }
}
.diffirent__block {
  border-radius: 16px;
  margin-top: 64px;
  border: 1px solid #565656;
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  max-width: 1355px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 998px) {
  .diffirent__block {
    margin-top: 40px;
  }
}
.diffirent__item {
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.29);
  background: #fff, radial-gradient(178.57% 139.34% at 34.5% -41.48%, #1d1d1d 0%, #0d0d0d 100%);
}
.diffirent__item h3 {
  padding: 32px;
  text-align: center;
  font-size: 40px;
  border-bottom: 1px solid #565656;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .diffirent__item h3 {
    font-size: 30px;
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .diffirent__item h3 {
    font-size: 24px;
    padding: 7px 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .diffirent__item h3 {
    flex-direction: column;
  }
  .diffirent__item h3 span:nth-child(1) {
    margin-right: auto;
  }
  .diffirent__item h3 span:nth-child(2) {
    margin-left: auto;
  }
}
.diffirent__item ul {
  padding: 32px;
  text-transform: uppercase;
  color: #b8b8b8;
  display: flex;
  flex-direction: column;
  gap: 32px;
  line-height: 1;
  text-align: left;
}
@media (max-width: 1300px) {
  .diffirent__item ul {
    padding: 20px;
  }
}
@media (max-width: 998px) {
  .diffirent__item ul {
    gap: 8px;
    padding: 8px 7px;
  }
}
.diffirent__item ul li {
  padding-left: 50px;
  position: relative;
}
@media (max-width: 1300px) {
  .diffirent__item ul li {
    padding-left: 40px;
  }
}
@media (max-width: 998px) {
  .diffirent__item ul li {
    padding-left: 0px;
  }
}
.diffirent__item ul li::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 20px;
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #b8b8b8;
}
@media (max-width: 1300px) {
  .diffirent__item ul li::before {
    left: 10px;
  }
}
@media (max-width: 998px) {
  .diffirent__item ul li::before {
    display: none;
  }
}
.diffirent__item:nth-child(1) {
  border-right: 1px solid #565656;
  background-image: url(../img/bgb1.webp);
  background-size: cover;
  background-position: center;
}
.diffirent__item:nth-child(1) div {
  background: radial-gradient(36.26% 96.01% at 56.83% 39.3%, #1c1c1c 0%, #0d0d0d 100%);
}
@media (max-width: 700px) {
  .diffirent__item:nth-child(1) h3 {
    font-size: 18px;
  }
}
.diffirent__item:nth-child(2) {
  background-image: url(../img/bgd2.webp);
  background-size: cover;
  background-position: center;
}
.diffirent__item:nth-child(2) div {
  position: relative;
  z-index: 1;
}
.diffirent__item:nth-child(2) div::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/rr.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.diffirent__item:nth-child(2) h3 {
  text-transform: uppercase;
  background: linear-gradient(201deg, #ed6f01 0%, #873f01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.diffirent__item:nth-child(2) ul {
  color: #ffa53d;
}
.diffirent__item:nth-child(2) ul li::before {
  background: #ffa53d;
}

.expand {
  background-image: url(../img/bge.webp);
}
@media (max-width: 500px) {
  .expand {
    background-image: url(../img/bge2.webp);
  }
}
.expand__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 134px;
}
@media (max-width: 998px) {
  .expand__container {
    padding-bottom: 85px;
    padding-top: 50px;
  }
}
.expand__title {
  text-align: center;
}
.expand__subtitle {
  text-align: center;
}
@media (max-width: 700px) {
  .expand__subtitle br {
    display: none;
  }
}
.expand__block {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 250px;
  max-width: 1164px;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 1300px) {
  .expand__block {
    gap: 180px;
    max-width: 900px;
  }
}
@media (max-width: 998px) {
  .expand__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-top: 15px;
  }
}
.expand__left {
  font-weight: 700;
  font-size: 64px;
  line-height: 113%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  position: relative;
  font-family: Antonio;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1300px) {
  .expand__left {
    font-size: 56px;
  }
}
@media (max-width: 998px) {
  .expand__left {
    max-width: 167px;
    font-size: 36px;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.expand__left::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../img/ex.webp);
  width: 160%;
  aspect-ratio: 1/1;
  z-index: -1;
  background-size: contain;
}
.expand__itms {
  z-index: 1;
  display: none;
}
@media (max-width: 998px) {
  .expand__itms {
    width: 100%;
    pointer-events: none;
    display: block;
    height: 100%;
    position: absolute;
  }
  .expand__itms img {
    position: absolute;
  }
  .expand__itms img:nth-child(1) {
    bottom: 0;
    left: 0;
    transform: translate(-65%, 86.5%);
    width: 165px;
  }
  .expand__itms img:nth-child(2) {
    bottom: 0;
    left: 0;
    transform: translate(79%, 66.5%);
    width: 65px;
  }
  .expand__itms img:nth-child(3) {
    bottom: 0;
    right: 0;
    transform: translate(67%, 79.5%);
    width: 160px;
  }
}
.expand__right {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
@media (max-width: 1300px) {
  .expand__right {
    gap: 60px;
  }
}
@media (max-width: 998px) {
  .expand__right {
    gap: 16px;
    max-width: 310px;
    text-align: left;
  }
}
.expand__item {
  background: radial-gradient(34.38% 88.29% at 50% 45.41%, #0a2d53 0%, #1663b9 100%);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 24px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1300px) {
  .expand__item {
    padding: 20px;
    grid-template-columns: 62px 1fr;
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .expand__item {
    padding: 16px;
    grid-template-columns: 61px 1fr;
    gap: 16px;
  }
}
.expand__item h3 {
  font-size: 40px;
  text-transform: uppercase;
  background: linear-gradient(16deg, #999 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1300px) {
  .expand__item h3 {
    font-size: 30px;
  }
}
@media (max-width: 998px) {
  .expand__item h3 {
    font-size: 24px;
  }
}
.expand__item p {
  line-height: 1.12;
  opacity: 0.8;
  font-weight: 500;
  font-size: 24px;
  margin-top: 16px;
}
@media (max-width: 1300px) {
  .expand__item p {
    font-size: 20px;
  }
}
@media (max-width: 998px) {
  .expand__item p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.expand__item img:first-child {
  width: 100%;
}
.expand__item img:last-child {
  position: absolute;
  z-index: -2;
}
@media (max-width: 998px) {
  .expand__item img:last-child {
    display: none;
  }
}
.expand__item:nth-child(1) img:last-child {
  top: 22%;
  transform: translate(-91%);
  width: 367px;
}
@media (max-width: 1300px) {
  .expand__item:nth-child(1) img:last-child {
    width: 287px;
  }
}
.expand__item:nth-child(2) img:last-child {
  top: 30%;
  transform: translate(-89%);
  width: 313px;
}
@media (max-width: 1300px) {
  .expand__item:nth-child(2) img:last-child {
    width: 225px;
  }
}
.expand__item:nth-child(3) img:last-child {
  bottom: 22%;
  transform: translate(-91%);
  width: 384px;
}
@media (max-width: 1300px) {
  .expand__item:nth-child(3) img:last-child {
    width: 283px;
    bottom: 30%;
  }
}
.expand__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  background: radial-gradient(34.38% 88.29% at 50% 45.41%, #152133 0%, #0a0f17 100%);
}

.conected {
  background-image: url(../img/bgs.webp);
}
@media (max-width: 500px) {
  .conected {
    background-image: url(../img/bgs2.webp);
  }
}
.conected__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  margin-bottom: 60px;
  padding-top: 60px;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .conected__container {
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 0;
  }
}
.conected__social {
  display: flex;
  gap: 40px;
  margin-top: 64px;
}
@media (max-width: 1300px) {
  .conected__social {
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .conected__social {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 16px;
    margin-top: 40px;
  }
}
.conected__social a {
  padding: 16px 24px;
  color: inherit;
  box-shadow: 0 4px 5px 0 rgba(10, 10, 10, 0.19);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: Antonio;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .conected__social a {
    font-size: 20px;
    padding: 12px 18px;
  }
}
@media (min-width: 998px) {
  .conected__social a br {
    display: none;
  }
}
@media (max-width: 998px) {
  .conected__social a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 16px 6px;
    max-width: 100px;
    font-size: 16px;
  }
}
.conected__form {
  max-width: 1065px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .conected__form {
    max-width: 600px;
  }
}
.conected__head {
  max-width: max-content;
  font-size: 40px;
  text-transform: uppercase;
  background: linear-gradient(16deg, #999 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Antonio;
}
@media (max-width: 1300px) {
  .conected__head {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .conected__head {
    font-size: 20px;
  }
}
.conected__wp {
  margin-top: 32px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}
@media (max-width: 998px) {
  .conected__wp {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.conected__wp input,
.conected__wp textarea {
  width: 100%;
  backdrop-filter: blur(10px);
  background: #1d1e20;
  border-radius: 2px;
  padding: 17px 16px;
  font-family: Antonio;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.conected__wp input::placeholder,
.conected__wp textarea::placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.conected__wp textarea {
  height: 100%;
  min-height: 240px;
}
.conected__inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.conected__btn {
  padding: 17px;
  max-width: 374px;
  width: 100%;
  box-shadow: 0 4px 5px 0 rgba(10, 10, 10, 0.19);
  background: radial-gradient(58.44% 268.46% at 74.75% -50%, #8b8b8b 0%, #fff 100%);
  color: #111111;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Antonio;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 700px) {
  .conected__btn {
    max-width: 190px;
    padding: 11px;
  }
}
.conected__btn:hover::before {
  opacity: 1;
}
.conected__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.select {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-family: Antonio;
  color: rgba(255, 255, 255, 0.7);
}
.select .select__head {
  backdrop-filter: blur(10px);
  background: #1d1e20;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  border-radius: 2px;
  padding: 17px 16px;
  font-family: Antonio;
  font-size: 16px;
}

.select__body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-align: left;
  backdrop-filter: blur(10px);
  background: #1d1e20;
  width: 100%;
}
.select__body button {
  display: flex;
  font-size: 16px;
  font-family: Antonio;
  padding: 17px 16px;
  color: rgba(255, 255, 255, 0.7);
}

.select.active .select__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

input::-ms-clear {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.overview {
  background-image: url(../img/ov.webp);
  position: relative;
  z-index: 1;
}
.overview__h {
  position: absolute;
  width: 55%;
  left: 0%;
  top: 190px;
  z-index: -1;
}
@media (max-width: 700px) {
  .overview__h {
    width: 65%;
    top: 125px;
    left: 30px;
  }
}
.overview__h img {
  width: 100%;
}
.overview__container {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  padding-top: 270px;
  padding-bottom: 70px;
  align-items: center;
}
@media (max-width: 1300px) {
  .overview__container {
    gap: 40px;
    padding-top: 220px;
  }
}
@media (max-width: 998px) {
  .overview__container {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 140px;
    padding-bottom: 20px;
  }
}
.overview__title {
  font-size: 160px;
}
@media (max-width: 1500px) {
  .overview__title {
    font-size: 130px;
  }
}
@media (max-width: 1300px) {
  .overview__title {
    font-size: 100px;
  }
}
@media (max-width: 998px) {
  .overview__title {
    text-align: left;
    margin: 0;
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .overview__title {
    font-size: 40px;
  }
}
.overview__img {
  max-width: 760px;
}
.overview__img img {
  width: 100%;
}
.overview__img_2 {
  display: none;
}
@media (max-width: 998px) {
  .overview__img_2 {
    display: block;
    margin-top: 16px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  .overview__img_2 img {
    max-width: 340px;
  }
}
@media (max-width: 600px) {
  .overview__img_2 img {
    max-width: 240px;
  }
}
@media (max-width: 998px) {
  .overview__img_1 {
    display: none;
  }
}
.overview__text {
  margin-top: 50px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1500px) {
  .overview__text {
    font-size: 30px;
    margin-top: 40px;
    padding-left: 50px;
  }
}
@media (max-width: 1300px) {
  .overview__text {
    padding-left: 0;
    font-size: 26px;
    margin-top: 30px;
    gap: 20px;
  }
}
@media (max-width: 998px) {
  .overview__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .overview__text {
    font-size: 16px;
  }
}

.vision {
  background-image: url(../img/av.webp);
  --vision: 80px;
}
@media (max-width: 1800px) {
  .vision {
    --vision: 40px;
  }
}
@media (max-width: 1500px) {
  .vision {
    --vision: 20px;
  }
}
@media (max-width: 1200px) {
  .vision {
    --vision: 0px;
  }
}
.vision__container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  padding-top: 170px;
  padding-bottom: 104px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .vision__container {
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .vision__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .vision__container {
    padding: 0px 20px;
    padding-top: 70px;
  }
}
.vision__h {
  position: absolute;
  width: 65%;
  right: 0%;
  top: 90px;
  z-index: -1;
  transform: translate(35%);
}
@media (max-width: 1600px) {
  .vision__h {
    transform: translate(20%);
  }
}
@media (max-width: 700px) {
  .vision__h {
    transform: translate(0);
    width: 65%;
    top: 55px;
  }
}
.vision__h img {
  width: 100%;
}
.vision__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .vision__left {
    gap: 48px;
    padding-top: 0;
  }
}
.vision__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
  align-items: center;
  font-size: 48px;
  text-transform: uppercase;
  font-family: Antonio;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .vision__item {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .vision__item {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: wrap;
  }
}
@media (max-width: 700px) {
  .vision__item {
    font-size: 24px;
  }
}
.vision__item img {
  height: 137px;
}
@media (max-width: 1700px) {
  .vision__item img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .vision__item img {
    height: 64px;
  }
}
.vision__item:nth-child(2) {
  transform: translate(calc(var(--vision) * 1));
}
.vision__item:nth-child(3) {
  transform: translate(calc(var(--vision) * 2));
}
.vision__item:nth-child(4) {
  transform: translate(calc(var(--vision) * 3));
}
.vision__right {
  text-align: right;
}
.vision__title {
  font-size: 160px;
}
@media (max-width: 1500px) {
  .vision__title {
    font-size: 130px;
  }
}
@media (max-width: 1300px) {
  .vision__title {
    font-size: 100px;
  }
}
@media (max-width: 998px) {
  .vision__title {
    text-align: right;
    margin: 0;
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .vision__title {
    font-size: 40px;
  }
}
.vision__text {
  margin-top: 50px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1850px) {
  .vision__text {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 100px;
  }
}
@media (max-width: 1600px) {
  .vision__text {
    font-size: 30px;
  }
}
@media (max-width: 1500px) {
  .vision__text {
    padding-left: 20px;
  }
}
@media (max-width: 1300px) {
  .vision__text {
    padding-right: 0;
    font-size: 26px;
    margin-top: 30px;
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .vision__text {
    max-width: 610px;
    margin-left: auto;
  }
}
@media (max-width: 998px) {
  .vision__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .vision__text {
    font-size: 16px;
    padding: 0;
  }
}

.partnerships {
  background-image: url(../img/pbg.webp);
  margin-top: 130px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
@media (max-width: 700px) {
  .partnerships {
    margin-bottom: 70px;
    margin-top: 50px;
  }
}
.partnerships__container {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .partnerships__container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.partnerships__h {
  position: absolute;
  width: 80%;
  left: 0%;
  top: -20px;
  z-index: -1;
  transform: translate(-5%);
}
@media (max-width: 700px) {
  .partnerships__h {
    transform: translate(0);
    width: 80%;
    top: 45px;
    left: 50%;
    transform: translate(-50%);
  }
}
.partnerships__h img {
  width: 100%;
}
.partnerships__title {
  text-align: center;
  font-size: 160px;
}
@media (max-width: 1500px) {
  .partnerships__title {
    font-size: 130px;
  }
}
@media (max-width: 1300px) {
  .partnerships__title {
    font-size: 100px;
  }
}
@media (max-width: 998px) {
  .partnerships__title {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .partnerships__title {
    font-size: 40px;
  }
}
.partnerships__block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 700px) {
  .partnerships__block {
    margin-top: 40px;
  }
}
.partnerships__linee {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-image: url(../img/pr1.webp);
  background-size: contain;
}
@media (max-width: 700px) {
  .partnerships__linee {
    display: none;
  }
}
.partnerships__dot {
  position: absolute;
  top: 0;
  width: 60px;
  transform: translate(0px, -50%);
}
@media (min-width: 700px) {
  .partnerships__dot {
    display: none;
  }
}
.partnerships__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
@media (max-width: 700px) {
  .partnerships__item {
    width: 100%;
    padding: 22px 0;
  }
}
.partnerships__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/rr3.webp);
  background-size: cover;
  height: 55px;
  width: 50%;
}
@media (max-width: 700px) {
  .partnerships__item::before {
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    background-image: url(../img/pps2.webp);
    background-size: 100% auto;
    height: 100%;
    transform: translate(1px);
  }
}
.partnerships__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-image: url(../img/pps.webp);
  background-size: auto 100%;
  height: 2px;
}
@media (min-width: 700px) {
  .partnerships__item::after {
    display: none;
  }
}
.partnerships__item img {
  max-width: 100%;
}
.partnerships__item_1 {
  margin-top: 92px;
  display: flex;
}
@media (max-width: 700px) {
  .partnerships__item_1 {
    margin-top: 0;
  }
  .partnerships__item_1::before {
    left: auto;
    right: 0;
  }
  .partnerships__item_1::after {
    width: 50%;
    right: 0;
    left: auto;
  }
  .partnerships__item_1 .partnerships__dec {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .partnerships__item_1 .partnerships__dec::after {
    position: absolute;
    top: 0;
    transform: translate(0px, -100%);
    left: 50%;
    content: "";
    height: 30px;
    width: 4px;
    background-image: url(../img/pps2.webp);
    background-size: 100% auto;
  }
}
.partnerships__item_1 .partnerships__wp {
  padding-left: 5%;
  width: 68%;
}
@media (max-width: 700px) {
  .partnerships__item_1 .partnerships__wp {
    padding-left: 0;
  }
}
.partnerships__item_1 .partnerships__wp img {
  width: 100%;
}
.partnerships__item_1 .partnerships__dot {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 700px) {
  .partnerships__item_1::before {
    left: 69%;
    width: 33%;
    transform: rotate(-15deg) translate(0px, -45%);
  }
}
.partnerships__item_2 {
  margin-top: 160px;
  margin-left: auto;
}
@media (max-width: 700px) {
  .partnerships__item_2 {
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .partnerships__item_2::before {
    transform: scale(-1, 1) rotate(-15deg);
    top: 15%;
    width: 44%;
    left: -3px;
  }
}
.partnerships__item_2 .partnerships__dot {
  right: 20%;
  transform: translate(50%, -50%);
}
.partnerships__item_2 .partnerships__wp {
  width: 80%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .partnerships__item_2 .partnerships__wp {
    width: 100%;
    align-items: end;
    padding-left: 12px;
  }
  .partnerships__item_2 .partnerships__wp .partnerships__text {
    text-align: right;
  }
}
.partnerships__item_2 .partnerships__logo {
  width: 40%;
}
.partnerships__item_2 .partnerships__logo img {
  width: 100%;
}
.partnerships__item_3 {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .partnerships__item_3 {
    margin-top: 0;
  }
  .partnerships__item_3::before {
    left: auto;
    right: 0;
  }
}
@media (min-width: 700px) {
  .partnerships__item_3::before {
    top: 10%;
    left: 51%;
    transform: rotate(-15deg);
  }
}
.partnerships__item_3 .partnerships__dot {
  left: 23%;
  transform: translate(-50%, -50%);
}
.partnerships__item_3 .partnerships__wp {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .partnerships__item_3 .partnerships__wp {
    width: 82%;
    align-items: flex-start;
  }
}
.partnerships__item_3 .partnerships__logo {
  width: 66%;
}
@media (max-width: 700px) {
  .partnerships__item_3 .partnerships__logo {
    width: 59%;
  }
}
.partnerships__item_3 .partnerships__logo img {
  width: 100%;
}
.partnerships__item_4 {
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .partnerships__item_4 {
    margin-top: 0;
  }
  .partnerships__item_4 .partnerships__dec {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .partnerships__item_4 .partnerships__dec::before {
    position: absolute;
    bottom: 0;
    left: 2px;
    content: "";
    width: 50%;
    background-image: url(../img/pps.webp);
    background-size: auto 100%;
    height: 2px;
  }
  .partnerships__item_4 .partnerships__dec::after {
    position: absolute;
    bottom: 0;
    transform: translate(0px, 100%);
    left: 49.5%;
    content: "";
    height: 30px;
    width: 4px;
    background-image: url(../img/pps2.webp);
    background-size: 100% auto;
  }
}
.partnerships__item_4 .partnerships__dot {
  left: 70%;
  transform: translate(-50%, -50%);
}
.partnerships__item_4 .partnerships__dot:last-child {
  bottom: -30px;
  top: auto;
  left: 50%;
  transform: translate(-51%, 50%);
}
@media (min-width: 700px) {
  .partnerships__item_4::before {
    transform: scale(-1, 1) rotate(-15deg);
    top: 0%;
    width: 37%;
    left: -3px;
  }
}
.partnerships__item_4 .partnerships__wp {
  padding-right: 8%;
  width: 68%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 700px) {
  .partnerships__item_4 .partnerships__wp {
    width: 90%;
    padding: 0;
    align-items: end;
  }
}
.partnerships__item_4 .partnerships__wp .partnerships__logo {
  width: 80%;
}
@media (max-width: 700px) {
  .partnerships__item_4 .partnerships__wp .partnerships__logo {
    width: 75%;
  }
}
.partnerships__item_4 .partnerships__wp .partnerships__logo img {
  width: 100%;
}
.partnerships__item_4 .partnerships__wp .partnerships__text {
  text-align: right;
}
.partnerships__dec {
  position: absolute;
}
.partnerships__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin-top: 24px;
  text-align: left;
}
.partnerships__text span {
  font-weight: 700;
  color: #fff;
}
.partnerships__more {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .partnerships__more {
    font-size: 32px;
  }
}
.header__nav a._active-link,
.footer__links a._active-link {
  text-decoration: underline;
}

.conected__status {
  font-family: Antonio;
  margin-top: 16px;
  min-height: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.conected__status.is-success {
  color: #78d67a;
}

.conected__status.is-error {
  color: #ff5c5c;
}

.conected__btn:disabled {
  opacity: 0.6;
  pointer-events: none;
}


@media (max-width: 998px) {
  .back__item_1 {
    order: 1;
  }

  .back__item_2 {
    order: 2;
  }

  .back__item_3 {
    order: 3;
  }

  .back__item_4 {
    order: 4;
  }

  .back__item_5 {
    order: 5;
  }

  .back__item.back__item_4::before {
    display: block;
  }

  .back__item.back__item_5::before {
    display: none;
  }
}
@media (min-width: 999px) {
  .back__item_1::before,
  .back__item_2::before {
    transform: translate(100%, -50%) scaleX(-1);
  }
}