/*---null---*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

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

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
	color: #ff7905;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*---null---*/
/*---header---*/
header .header__union {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  z-index: 11;
}
@media (max-width: 780px) {
  header .header__union {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    z-index: 1111;
    height: 65px;
  }
}
header .header__union .header__menu {
  position: absolute;
  top: 2px;
  left: 0px;
  opacity: 0;
  will-change: opacity;
  z-index: 1;
}
header .header__union .header__menu .hamburger {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 2em;
  height: 45px;
  z-index: 5;
}
header .header__union .header__menu .hamburger div {
  position: relative;
  width: 30px;
  height: 1px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 781px) {
  header .header__union .header__menu {
    display: none;
  }
}
header .header__union .header__close {
  display: none;
}
header .header__union .header__close .hamburger {
  position: absolute;
  top: 16px;
  left: 17px;
  width: 2em;
  height: 45px;
  z-index: 5;
}
header .header__union .header__close .hamburger div {
  position: relative;
  width: 30px;
  height: 1px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 781px) {
  header .header__union .header__close {
    display: none;
  }
}
header .header__union .header__logo {
  opacity: 0;
}
@media (max-width: 780px) {
  header .header__union .header__logo {
    display: none;
  }
}
header .header__union .header__logo img {
  width: 157px;
}
header .header__union .header__logo_mobile {
  margin-top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  will-change: opacity;
}
@media (min-width: 781px) {
  header .header__union .header__logo_mobile {
    display: none;
  }
}
@media (max-width: 780px) {
  header .header__union .header__logo_mobile img {
    width: 96.817px;
  }
}
header .header__union .header__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  opacity: 0;
  margin-left: 20%;
}
@media (max-width: 1300px) {
  header .header__union .header__navigation {
    margin-left: 5%;
  }
}
@media (max-width: 1100px) {
  header .header__union .header__navigation {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  /*header .header__union .header__navigation {
    margin-left: 2%;
  }*/
}
@media (max-width: 780px) {
  header .header__union .header__navigation {
   display: none;
  }
	#menu-header-menu-2 .sub-menu{
		/*height: 500px;*/
		padding: 0 10px;
	}
}
header .header__union .header__navigation li a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px 18px;
  text-align: center;
}
header .header__union .header__navigation li a::after {
  position: absolute;
  content: "";
  bottom: -7px;
  width: 4px;
  height: 4px;
  background: #FFC727;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
header .header__union .header__navigation li a:hover {
  transition: all 0.5s;
  color: #ffffff;
}
header .header__union .header__navigation li a:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
header .header__union .header__box {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 550px;
  justify-content: flex-end;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 780px) {
  header .header__union .header__box {
    width: 100%;
    margin-left: 0;
  }
}
header .header__union .header__box .header__socials {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
@media (max-width: 780px) {
  header .header__union .header__box .header__socials {
    display: none;
  }
}
header .header__union .header__box .header__socials .socials__block {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
header .header__union .header__box .header__socials .socials__block svg {
  cursor: pointer;
}
@media (max-width: 990px) {
  header .header__union .header__box .header__button .button__wraper {
    width: 240px;
    max-width: 240px;
  }
  header .header__union .header__box .header__button .button__wraper .btn {
    width: 170px;
    max-width: 240px;
  }
}
@media (max-width: 780px) {
  header .header__union .header__box .header__button {
    /* display: none; */
  }
  header .header__union .header__box .header__button .button__wraper .btn{
    display: none;
  }
}
header .header__union .header__box .header__button_mobile {
  position: absolute;
  top: 0px;
  right: 2px;
}
@media (min-width: 781px) {
  header .header__union .header__box .header__button_mobile {
    display: none;
  }
}
header .header__union .header__box .header__button_mobile .button__wraper {
  width: 74px;
  max-width: 74px;
  height: 38px;
}
header .header__union .header__box .header__button_mobile .button__wraper .btn {
  width: 74px;
  max-width: 74px;
  height: 38px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.header__sticky {
  position: fixed;
  top: -220px;
  width: 100%;
  height: 70px;
  background: rgba(8, 4, 33, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 1111;
  transition: top 1s;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 780px) {
  .header__sticky {
    height: 65px;
  }
}
.header__sticky .header__button_mobile {
  top: 2px !important;
}
.header__sticky .header__union {
  padding-top: 9px;
}
@media (max-width: 780px) {
  .header__sticky .header__union {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12.9px;
  }
}
@media (max-width: 480px) {
  .header__sticky .header__union {
    padding-top: 0;
  }
}
.header__sticky .header__union .header__logo_mobile {
  margin-top: 8px;
}
.header__sticky .header__union .header__menu {
  top: -1px;
}
.header__sticky .header__union .header__menu .hamburger-lines {
  top: 24px;
}

.header__mobile_box {
  position: fixed;
  left: -110%;
  top: -25px;
  width: 100%;
  height: 100vh;
  background: #080421;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 222;
  transition: all 1s;
}
@media (max-width: 480px) {
  .header__mobile_box {
    top: 0px;
  }
}
.header__mobile_box::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -250px;
  width: 100%;
  height: 506.39px;
  background: url(../img/shadow-mobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(60px);
  z-index: -1;
}
.header__mobile_box ul {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 35px;
}
.header__mobile_box ul li {
  padding: 0;
  margin: 0;
}
.header__mobile_box ul li a {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  display: block;
  transition: all 0.5s;
}
.header__mobile_box ul li a:hover {
  color: #FF7905;
}
.header__mobile_box .header__butons {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*margin-top: 80px;*/
}
.header__mobile_box .header__butons .header__button {
  width: 295px;
  height: 42px;
  max-width: 295px;
  margin-bottom: 8px;
}
.header__mobile_box .header__butons .header__button .button__wraper {
  width: 295px;
  height: 42px;
  max-width: 295px;
}
.header__mobile_box .header__butons .header__button .button__wraper .btn {
  width: 295px;
  height: 42px;
  max-width: 295px;
}
.header__mobile_box .header__butons .header__button_social {
  display: block;
  height: 42px;
  margin-bottom: 8px;
}

.mobileBoxActive {
  left: 0%;
}

.header__sticky_fix {
  top: 0px; 
}

#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 18px;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
  transform: rotate(48deg);
  margin-top: -1px;
}

#toggle {
  display: none;
}

.header__close .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 18px !important;
}

.header__close .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

.header__close .hamburger .meat {
  transform: rotate(48deg);
  margin-top: -1px !important;
}

/*---header---*/
html {
  scroll-behavior: smooth;
}
@media (max-width: 990px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  background: #080421;
  overflow-x: hidden;
}
body::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1753px;
  background: url(../img/shadow-hero.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(130px);
  z-index: -1;
}
body::-webkit-scrollbar {
  width: 3px;
  background: transparent;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: #241f44;
}

.bodyHideScroll {
  overflow: hidden;
}

h1 {
  font-family: "Khand", sans-serif;
  color: #FFFFFF;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  line-height: 112px;
}
@media (max-width: 1080px) {
  h1 {
    font-size: 132px;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.8px;
  }
}
h1 span {
  color: #FFF;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
@media (max-width: 1080px) {
  h1 span {
    font-size: 76px;
  }
}
@media (max-width: 990px) {
  h1 span {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.8px;
  }
}
h1 .mark {
  color: #FF7905;
}

h2 {
  font-family: "Khand", sans-serif;
  color: #ffffff;
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: 94%;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  h2 {
    font-size: 88px;
  }
}
@media (max-width: 990px) {
  h2 {
    font-size: 40px;
    line-height: 94%;
  }
}

h3 {
  font-family: "Khand", sans-serif;
  color: #ffffff;
  font-family: Khand;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 990px) {
  h3 {
    font-size: 22px;
    line-height: 100%;
  }
}
h3 span {
  color: #FF7905;
}

p {
  font-family: "Poppins", sans-serif;
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}
@media (max-width: 990px) {
  p {
    font-size: 15px;
    line-height: 180%;
  }
}

.container {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 1180px) {
  .container {
    width: 1080px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 990px) {
  .container{
    width: 849px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 580px;
  }
}
@media (max-width: 580px) {
  .container {
    width: 420px;
  }
}
@media (max-width: 450px) {
  .container {
    width: 100%;
  }
}

.prompt {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .prompt {
    height: 25px;
    font-size: 10px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }
}
.prompt svg {
  margin-right: 14px;
}
.prompt::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/prompt.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.prompt span {
  color: #A9A6BF;
  margin-left: 5px;
  display: block;
}

.button__wraper {
  max-width: 228px;
  width: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 50px;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .button__wraper {
    width: 295px;
    max-width: 295px;
    height: 42px;
    border-radius: 8px;
  }
}
.button__wraper:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 100%);
  left: -55px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 5s ease-in-out 0.05s infinite;
}
.button__wraper .btn {
  position: relative;
  overflow: hidden;
  display: flex;
  /*padding: 14px 28px;*/
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: var(--warm, linear-gradient(90deg, #FF6705 0%, #ffa608 100%));
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  max-width: 228px;
  width: 228px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .button__wraper .btn {
    width: 295px;
    max-width: 295px;
    height: 42px;
    border-radius: 8px;
  }
}

@media (max-width: 900px) {
  .header__union_f .button__wraper:after{
display: none;
  }
  .header__sticky .button__wraper:after{
    display: none;
}
}

.button__wraper .btn svg {
  margin-right: 10px;
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.users {
  display: flex;
  width: 160px;
  height: 38px;
  padding: 8px 7px 8px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #110F26;
  border: 1px solid #C882F8;
}
.users .users__photo_1 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #110F26;
  margin-right: -14px;
}
.users .users__photo_2 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #110F26;
  margin-right: -14px;
}
.users .users__photo_3 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #110F26;
}
.users span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 5.8px;
  display: block;
}

.hero {
  position: relative;
  margin-top: 78px;
  z-index: 1; 
}
@media (max-width: 990px) {
  .hero {
    margin-top: 105px;
  }
}
@media (max-width: 480px) {
  .hero {
    margin-top: 78px;
  }
}
.hero .hero__union {
  width: 1200px;
  margin: 0 auto;
}
.page-template-page-inside .hero .hero__union {
  margin-bottom: 135px;
}
@media (max-width: 990px) {
  .hero .hero__union {
    width: 100%;
    padding-top: 260px;
    margin-bottom: 0px!important;
  }
}
@media (max-width: 1080px) {
  .hero .hero__union .hero__box {
    padding-left: 45px;
  }
}
@media (max-width: 990px) {
  .hero .hero__union .hero__box {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-inside .hero .hero__union .hero__box {
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	.hero .hero__union .hero__box .hero__title_mark {
		font-size: 27px!important;
	}
	.hero .hero__union .hero__box .hero__title_mark .mark{
		font-size: 27px!important;
		margin-right: 0;
	}
}
@media (max-width: 375px) {
  .hero .hero__union .hero__box {
    padding: 0px 38px;
  }
}
.hero .hero__union .hero__box .prompts {
  display: flex;
  align-items: center;
}
.hero .hero__union .hero__box .prompts .prompt {
  width: 158px;
  margin-bottom: 30px;
  margin-right: 8px;
}
@media (max-width: 990px) {
  .hero .hero__union .hero__box .prompts .prompt {
    width: 114px;
  }
}
.hero .hero__union .hero__box .prompts .prompt_1 {
  opacity: 0;
  will-change: opacity;
}
.hero .hero__union .hero__box .prompts .prompt_2 {
  opacity: 0;
  will-change: opacity;
}

@media (min-width: 480px) and (max-width: 990px) {
  .hero .hero__union .hero__box .hero__title span { 
    text-align: center;
  }
}
.hero .hero__union .hero__box .hero__title_slogan {
  font-family: "Khand", sans-serif;
  color: #FFFFFF;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  line-height: 112px;
  display: block;
  opacity: 0;
  will-change: opacity;
}
.hero .hero__union .hero__box .hero__title_mark {
  display: block;
  margin-left: 100px;
  opacity: 0;
  will-change: opacity;
	color: #FF7905;
	text-transform: capitalize;
	margin-top: 5px;
}
.hero .hero__union .hero__box .hero__description {
  position: relative;
  width: 498.942px;
  margin-left: 275px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .hero .hero__union .hero__box .hero__title span {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1.89px;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 5px; 
  }
  .hero .hero__union .hero__box .hero__title_slogan {
    line-height: 50px;
  }
}
.page-template-page-inside .hero .hero__union .hero__box .hero__description {
  /*width: 251.625px;*/
}

@media (max-width: 990px) {
  .hero .hero__union .hero__box .hero__description {
    width: 50%;
    margin-left: 0px;
    margin-top: 12px;
    text-align: center;
  }
  .page-template-page-inside .hero .hero__union .hero__box .hero__description {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .hero .hero__union .hero__box .hero__description {
    width: 90%;
    margin-left: 0px;
    margin-top: 12px;
    text-align: left;
  }
  .page-template-page-inside .hero .hero__union .hero__box .hero__description {
    width: 90%;
  }
	.hero .hero__union .hero__box .hero__title_mark{
		margin-left: 20px!important;
	}
}
@media (max-width: 390px) {
  .hero .hero__union .hero__box .hero__description {
    width: 100%;
  }
  .page-template-page-inside .hero .hero__union .hero__box .hero__description {
    width: 100%;
  }
}
.hero .hero__union .hero__box .hero__description span {
  position: absolute;
  content: "";
  left: -247px;
  top: -93px;
  width: 224.77px;
  height: 138.615px;
  background: url(../img/hero-decor.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .hero .hero__union .hero__box .hero__description span {
    display: none;
  }
}
.hero .hero__union .hero__photo_box {
  position: absolute;
  top: -141px;
  right: 10px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1440px) {
  .hero .hero__union .hero__photo_box {
    right: 0px;
  }
}
@media (max-width: 1280px) {
  .hero .hero__union .hero__photo_box {
   /* right: -210px;*/
  }
}
@media (max-width: 1080px) {
  .hero .hero__union .hero__photo_box {
    /*right: -170px;*/
    top: -95px;
  }
}
@media (max-width: 990px) {
  .hero .hero__union .hero__photo_box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .hero .hero__union .hero__photo_box {
    right: 0;
    left: 34%;
    transform: translateX(-50%);
    top: -70px;
    z-index: -1;
  }
}
.hero .hero__union .hero__photo_box .hero__photo {
  width: 860px;
}
@media (max-width: 1080px) {
  .hero .hero__union .hero__photo_box .hero__photo {
    /*width: 650px;*/
  }
}
@media (max-width: 990px) {
  .hero .hero__union .hero__photo_box .hero__photo {
    display: none;
  }
}
.hero .hero__union .hero__photo_box .hero__photo_mobile {
  width: 100%;
  width: 429.417px;
  height: 357.541px;
}
@media (min-width: 991px) {
  .hero .hero__union .hero__photo_box .hero__photo_mobile {
    display: none;
  }
}
.hero .hero__union .hero__photo_box .hero__users {
  position: absolute;
  right: 541px;
  top: 218px;
}
@media (max-width: 1080px) {
  .hero .hero__union .hero__photo_box .hero__users {
    right: 423px;
    top: 158px;
  }
}
@media (max-width: 990px) {
  .hero .hero__union .hero__photo_box .hero__users {
    right: 115px;
    top: 65px;
  }
}
@media (max-width: 480px) {
  .hero .hero__union .hero__photo_box .hero__users {
    right: -84px;
    top: 190px;
  }
}
.hero .hero__call-to-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 115px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .hero .hero__call-to-action {
    width: 100%;
    padding-left: 45px;
  }
}
@media (max-width: 990px) {
  .hero .hero__call-to-action {
    display: none;
  }
}
.hero .hero__call-to-action .action__buttons {
  position: relative;
  display: flex;
  align-items: center;
}
.hero .hero__call-to-action .action__buttons span {
  position: absolute;
  top: -31px;
  left: 0;
}
.hero .hero__call-to-action .action__buttons a {
  margin-right: 10px;
  max-width: 171px;
  width: 171px;
  overflow: hidden;
  height: 49px;
}
.hero .hero__call-to-action .action__items {
  display: flex;
  align-items: center;
  z-index: 1;
  margin-right: 185px;
  margin-top: -5px;
}
@media (max-width: 1080px) {
  .hero .hero__call-to-action .action__items {
    margin-right: 35px;
  }
}
@media (max-width: 1024px) {
  .hero .hero__call-to-action .action__items {
    margin-right: 12px;
  }
}
.hero .hero__call-to-action .action__items li {
  display: flex;
  align-items: center;
  color: #A9A6BF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  margin-left: 50px;
}
@media (max-width: 990px) {
  .hero .hero__call-to-action .action__items li {
    margin-left: 35px;
  }
}
.hero .hero__call-to-action .action__items li svg {
  margin-right: 8px;
}
.hero .hero__call-to-action_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  opacity: 0;
  will-change: opacity;
}
@media (min-width: 991px) {
  .hero .hero__call-to-action_mobile {
    display: none;
  }
}
.hero .hero__call-to-action_mobile .action__buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.hero .hero__call-to-action_mobile .action__buttons .block__wraper a {
  max-width: 295px;
  width: 295px;
  height: 42px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.hero .hero__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.hero .hero__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.hero .hero__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}

.find {
  position: relative;
  margin-top: 150px;
  z-index: 1; 
}
@media (max-width: 480px) {
  .find {
    margin-top: 100px;
  }
}
.find .find__first_shadow {
  position: absolute;
  content: "";
  left: -30px;
  top: -80px;
  width: 1337.262px;
  height: 1097.669px;
  background: url(../img/shadow-second-section-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  filter: blur(60px);
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .find .find__first_shadow{
    display: none;
  }
}
.find .find__union {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .find .find__union {
    flex-direction: column;
    padding: 0 40px;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__left {
    width: 100%;
  }
}
.find .find__union .find__left .find__title {
  width: 475.261px;
  margin-bottom: 15px;
  margin-top: 25px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .find .find__union .find__left .find__title {
    margin-top: 15px;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__left .find__title {
    width: 100%;
    text-align: center;
  }
}
.find .find__union .find__left .find__sub-title {
  will-change: opacity;
  opacity: 0;
}
.find .find__union .find__left .find__sub-title span {
  color: #FF7905;
}
@media (max-width: 990px) {
  .find .find__union .find__left .find__sub-title {
    width: 100%;
    text-align: center;
  }
}
.find .find__union .find__left .find__navigation {
  opacity: 0;
  will-change: opacity;
  margin-top: 95px;
  width: 260px;
}
@media (max-width: 990px) {
  .find .find__union .find__left .find__navigation {
    display: none;
  }
}
.find .find__union .find__left .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.find .find__union .find__left .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.find .find__union .find__left .find__links {
  width: 260px;
  display: flex;
  flex-direction: column;
}
.find .find__union .find__left .find__link:last-child {
  margin-bottom: 0;
}
.find .find__union .find__center {
  position: relative;
}
@media (max-width: 990px) {
  .find .find__union .find__center {
    width: 100%;
    height: 555px;
    z-index: -1;
    margin-left: 70px;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center {
    margin-left: 0px;
    height: 420px;
  }
}
.find .find__union .find__center .find__second_shadow {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 882px;
  height: 915px;
  background: url(../img/shadow-second-section-center.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__second_shadow {
  display: none;
  }
}
.find .find__union .find__center .find__all-ico .ico__center_top {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 1378.44px;
  height: 1260.25px;
  background: url(../img/newbg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .find .find__union .find__center .find__all-ico .ico__center_top { 
    top: -120px; 
    width: 916.44px; 
}
}

@media (max-width: 1080px) {
  .find .find__union .find__center .find__all-ico .ico__center_top {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-60%);
    width: 431.461px;
    height: 405.794px;
    background: url(../img/ico-top-1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__center .find__all-ico .ico__center_top {
    top: -103px;
    width: 503.382px;
    height: 376.72px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__all-ico .ico__center_top {
    top: -103px;
    width: 530.382px;
    height: 475.72px;
    background: url(../img/ico-top-1-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-48%);
    display: none;
  }
}
/* .find .find__union .find__center .find__all-ico .ico__right_center {
  position: absolute;
  top: 266px;
  left: -70px;
  width: 322.154px;
  height: 171.968px;
  background: url(../img/ico-right-top.png);
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .find .find__union .find__center .find__all-ico .ico__right_center {
    position: absolute;
    top: 255px;
    left: -63px;
    width: 223.154px;
    height: 171.968px;
    background: url(../img/ico-right-top.png);
    background-size: contain;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__center .find__all-ico .ico__right_center {
    top: 150px;
    left: auto;
    right: 173px;
    width: 212.154px;
    height: 171.968px;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__all-ico .ico__right_center {
    top: 150px;
    left: auto;
    right: -51px;
    width: 212.154px;
    height: 171.968px;
  }
}
.find .find__union .find__center .find__all-ico .ico__left_top {
  position: absolute;
  bottom: 264px;
  left: -320px;
  width: 270.584px;
  height: 265.271px;
  background: url(../img/ico-left-top.png);
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .find .find__union .find__center .find__all-ico .ico__left_top {
    position: absolute;
    bottom: 264px;
    left: -287px;
    width: 221.584px;
    height: 265.271px;
    background: url(../img/ico-left-top.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__center .find__all-ico .ico__left_top {
    bottom: 188px;
    left: 65px;
    width: 170.584px;
    height: 265.271px;
    background: url(../img/ico-left-top.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__all-ico .ico__left_top {
    bottom: 188px;
    left: -64px;
    width: 170.584px;
    height: 265.271px;
    background: url(../img/ico-left-top.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.find .find__union .find__center .find__all-ico .ico__left_bottom {
  position: absolute;
  bottom: 80px;
  left: -421px;
  width: 260.917px;
  height: 335.388px;
  background: url(../img/ico-left-bottom.png);
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .find .find__union .find__center .find__all-ico .ico__left_bottom {
    position: absolute;
    bottom: 25px;
    left: -272px;
    width: 180.917px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__center .find__all-ico .ico__left_bottom {
    position: absolute;
    bottom: -35px;
    left: 50px;
    width: 180.917px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__all-ico .ico__left_bottom {
    position: absolute;
    bottom: -35px;
    left: -50px;
    width: 130.917px;
    background-repeat: no-repeat;
  }
} */
.find .find__union .find__center .find__mobile {
  position: absolute;
  top: 170px;
  right: -380px;
  width: 624.587px;
  height: 714.981px;
  background: url(../img/mobile-second-section-1.png);
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .find .find__union .find__center .find__mobile {
    position: absolute;
    top: 170px;
    right: -248px;
    width: 484.587px;
    height: 703.981px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__center .find__mobile {
    top: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 624.441px;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__center .find__mobile {
    top: -85px;
    right: -148px;
    left: 63%;
    height: 624.441px;
    width: 535.587px;
    background: url(../img/ico-top-1-mobile.png);
    background-size: contain;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__right {
    width: 100%;
  }
}
.find .find__union .find__right .find__items {
  position: relative;
  width: 310px;
}
@media (max-width: 990px) {
  .find .find__union .find__right .find__items {
    margin: 0 auto;
    margin-top: -30px;
  }
}
@media (max-width: 990px) {
  .find .find__union .find__right .find__items {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .find .find__union .find__right .find__items {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .find .find__union .find__right .find__items {
    width: 100%;
  }
}
.find .find__union .find__right .find__items li {
  opacity: 0;
  will-change: opacity;
}

body > section.find > div.container > div > div.find__right > ul > li:nth-child(1){
  opacity: 0;
  will-change: opacity;
}

body > section.find > div.container > div > div.find__right > ul > li:nth-child(2){
  opacity: 0;
  will-change: opacity;
}

body > section.find > div.container > div > div.find__right > ul > li:nth-child(3){
  opacity: 0;
  will-change: opacity;
}

.find .find__union .find__right .find__item_title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-top: 15px;
  border-top: 1px solid #3C3663;
}
@media (max-width: 990px) {
  .find .find__union .find__right .find__item_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.18px;
    padding-top: 25px;
  }
}
.find .find__union .find__right .find__item_title span {
  color: #FF7905;
}
.find .find__union .find__right .find__item_description {
  margin-top: 10px;
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 55px;
}
@media (max-width: 990px) {
  .find .find__union .find__right .find__item_description {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
.find .find__union .find__right .find__call-to-action_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  opacity: 0;
  will-change: opacity;
}
@media (min-width: 991px) {
  .find .find__union .find__right .find__call-to-action_mobile {
    display: none;
  }
}
.find .find__union .find__right .find__call-to-action_mobile .action__buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.find .find__union .find__right .find__call-to-action_mobile .action__buttons .block__wraper a {
  max-width: 295px;
  width: 295px;
  height: 42px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.find .find__union .find__right .find__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.find .find__union .find__right .find__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.find .find__union .find__right .find__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.find .marquee-container-top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  opacity: 0; will-change: opacity;
}
.find .marquee-content-top {
  display: inline-block;
  white-space: nowrap;
  animation: marquee linear infinite;
  animation-duration: 50s;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.find .find__logos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  margin-top: 60px;
  width: 3192px;
}
@media (max-width: 990px) {
  .find .find__logos {
    flex-wrap: wrap;
    padding: 0 40px;
    margin-top: 80px;
  }
}
.find .find__logos .logos__block img {
  width: 159px;
  height: 80px;
  margin-right: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .find .find__logos .logos__block img {
    width: 155px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 990px) {
  .find .find__logos .logos__block img {
    width: 92.875px;
    height: 57px;
    margin-right: 0;
    margin: 4px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 375px) {
  .find .find__logos .logos__block img {
    width: 89.875px;
  }
}

.benefits {
  position: relative;
  margin-top: 124px;
  overflow: hidden;
  min-height: 910px;
}
@media (max-width: 990px) {
  .benefits {
    margin-top: 100px;
    padding: 0 40px;
  }
}
@media (max-width: 990px) {
  .benefits {
    margin-top: 50px; 
  }
}
.benefits .benefits__union {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .benefits .benefits__union {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .benefits .benefits__union {
    justify-content: space-between;
  }
}
.benefits .benefits__union .benefits__block {
  width: 500px;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .benefits .benefits__union .benefits__block {
    width: 100%;
  }
}
.benefits .benefits__union .benefits__block .benefits__prompt {
  width: 145px;
  margin-bottom: 23px;
  color: #FFF;
  font-weight: 600;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__block .benefits__prompt {
    width: 140px;
    height: 32px;
  }
}
.benefits .benefits__union .benefits__block .benefits__prompt span {
  display: block;
  margin-left: 3px;
  font-weight: 500;
}
.benefits .benefits__union .benefits__block .benefits__prompt svg {
  margin-right: 8px;
}
.benefits .benefits__union .benefits__block .benefits__title {
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__block .benefits__title {
    text-align: center;
  }
}
.benefits .benefits__union .benefits__photo {
  position: absolute;
  right: 250px;
  top: 0px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1440px) {
  .benefits .benefits__union .benefits__photo {
    right: -40px;
  }
}
@media (max-width: 1080px) {
  .benefits .benefits__union .benefits__photo {
    right: -100px;
  }
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo {
    top: 145px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .benefits .benefits__union .benefits__photo {
    top: 145px;
  }
  .page-template-page-inside .benefits .benefits__union .benefits__photo{
    top: 105px;
  }
}
.benefits .benefits__union .benefits__photo .benefits__photo_shadow {
  position: absolute;
  content: "";
  right: -340px;
  top: -280px;
  width: 600px;
  height: 1182px;
  background: url(../img/shadow-section-right-chat.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  filter: blur(50px);
}
.benefits .benefits__union .benefits__photo img {
  width: 734.784px;
  height: 485.453px;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .benefits .benefits__union .benefits__photo img {
    width: 330px;
    height: 325.144px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.benefits .benefits__union .benefits__photo .benefits__ico_1 {
  position: absolute;
  left: 25px;
  top: 55px;
  width: 85.69px;
  height: 64px;
  background: url(../img/game-ico-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo .benefits__ico_1 {
    left: 15px;
    top: 45px;
    width: 43px;
  }
}
.benefits .benefits__union .benefits__photo .benefits__ico_2 {
  position: absolute;
  left: 305px;
  top: 60px;
  width: 27.5px;
  height: 30.94px;
  background: url(../img/game-ico-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo .benefits__ico_2 {
    left: 205px;
    top: 43px;
    width: 19.5px;
  }
}
.benefits .benefits__union .benefits__photo .benefits__ico_3 {
  position: absolute;
  left: 476px;
  top: 108px;
  width: 60.72px;
  height: 57.23px;
  background: url(../img/game-ico-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo .benefits__ico_3 {
    left: 283px;
    top: 53px;
    width: 36.72px;
  }
}
.benefits .benefits__union .benefits__photo .benefits__ico_4 {
  position: absolute;
  left: 35px;
  top: 270px;
  width: 34.1px;
  height: 38.43px;
  background: url(../img/game-ico-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 990px) {
  .benefits .benefits__union .benefits__photo .benefits__ico_4 {
    left: 20px;
    top: 138px;
    width: 24.1px;
    z-index: 1;
  }
}
.benefits .benefits__carts {
  position: relative;
  margin-top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 990px) {
  .benefits .benefits__carts {
    flex-direction: column;
    margin-top: 270px;
  }
}
@media (max-width: 420px) {
  .benefits .benefits__carts { 
    margin-top: 255px;
  }
}
.benefits .benefits__carts .benefits__cart {
  border-radius: 24px;
  background: radial-gradient(97.95% 82.48% at 47.39% 130.44%, #C47AF5 0%, #4A1186 49.23%, rgba(42, 30, 87, 0) 100%), #080421;
  padding: 31px;
  width: 320px;
  border: solid 1px #1D1644;
  margin-right: 40px;
  padding-bottom: 60px;
}
@media (max-width: 990px) {
  .benefits .benefits__carts .benefits__cart {
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 50px;
	width: 600px;  
  }
}
@media (max-width: 768px) {
  .benefits .benefits__carts .benefits__cart {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .benefits .benefits__carts .benefits__cart {
    width: 90%;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 50px;
  }
}
.benefits .benefits__carts .benefits__cart:nth-child(2) {
  margin-top: 145px;
}
@media (max-width: 990px) {
  .benefits .benefits__carts .benefits__cart:nth-child(2) {
    margin-top: 20px;
  }
}
.benefits .benefits__carts .benefits__cart:nth-child(3) {
  margin-right: 0;
  margin-top: 290px;
}
@media (max-width: 990px) {
  .benefits .benefits__carts .benefits__cart:nth-child(3) {
    margin-top: 20px;
  }
}
.benefits .benefits__carts .benefits__cart .cart__number {
  color: #9892BF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 14px;
  display: block;
}
.benefits .benefits__carts .benefits__cart .cart__title {
  margin-bottom: 14px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 990px) {
  .benefits .benefits__carts .benefits__cart .cart__title {
    font-size: 18px;
    line-height: 140%;
    width: 160px;
  }
}
.benefits .benefits__carts .benefits__cart .cart__title span {
  color: #FF7905;
}
.benefits .benefits__carts .benefits__cart .cart__description {
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 990px) {
  .benefits .benefits__carts .benefits__cart .cart__description {
    font-size: 14px;
    line-height: 180%;
  }
}

.chat {
  margin-top: 40px; 
}
@media (max-width: 990px) {
  .chat {
    padding: 0 40px;
    margin-top: 140px;
  }
}
.chat .chat__union {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .chat .chat__union {
    flex-direction: column;
  }
}
.chat .chat__union .chat__photo {
  position: relative;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__photo {
    display: none;
  }
}
.chat .chat__union .chat__photo::after {
  position: absolute;
  content: "";
  left: -450px;
  top: -100px;
  width: 1400.984px;
  height: 869.384px;
  background: url(../img/shadow-section-chat.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(70px);
  z-index: -1;
}
.chat .chat__union .chat__photo img {
  width: 664.74px;
  height: 853.659px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__photo img {
    width: 400px;
    height: 565.819px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.chat .chat__union .chat__photo_mobile {
  position: relative;
  order: 2;
  z-index: -1;
  margin-right: -40px;
  margin-top: -55px;
  opacity: 0;
  will-change: opacity;
}
@media (min-width: 991px) {
  .chat .chat__union .chat__photo_mobile {
    display: none;
  }
}
.chat .chat__union .chat__photo_mobile::after {
  position: absolute;
  content: "";
  left: -220px;
  top: -100px;
  width: 840.601px;
  height: 1565.819px;
  background: url(../img/shadow-section-chat.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(70px);
  z-index: -1;
}
.chat .chat__union .chat__photo_mobile img {
  width: 410px;
  height: auto;
}
@media (max-width: 480px) {
  .chat .chat__union .chat__photo_mobile img {
    width: 100%; 
  }
}
.chat .chat__union .chat__block {
  margin-top: -70px;
  margin-left: -50px;
}
@media (max-width: 1280px) {
  .chat .chat__union .chat__block {
    margin-left: -100px;
  }
}
@media (max-width: 1080px) {
  .chat .chat__union .chat__block {
    margin-left: -130px;
  }
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block {
    margin-top: 0;
    margin-left: 0;
    order: 1;
    display: flex;
    flex-direction: column;
  }
}
.chat .chat__union .chat__block .chat__prompts {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block .chat__prompts {
    flex-direction: column;
    align-items: center;
    order: 2;
  }
}
/*@media (max-width: 480px) {
  .chat .chat__union .chat__block .chat__prompts {
    align-items: flex-start;
  }
}*/
.chat .chat__union .chat__block .chat__prompts .prompt {
  width: 210px;
  margin-right: 8px;
  color: #ffffff;
}
.chat .chat__union .chat__block .chat__prompts .prompt span {
  display: block;
  margin-left: 3px;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block .chat__prompts .prompt {
    width: 197px;
    height: 32px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 28.416px;
  }
}
.chat .chat__union .chat__block .chat__title {
  width: 611.885px;
  margin-bottom: 38px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .chat .chat__union .chat__block .chat__title {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block .chat__title {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .chat .chat__union .chat__block .chat__title {
    /*text-align: left;*/
    width: 295px;
    margin-bottom: 25px;
  }
}
.chat .chat__union .chat__block .chat__button {
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block .chat__button {
    display: none;
  }
}
.chat .chat__union .chat__block .chat__button .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.chat .chat__union .chat__block .chat__button .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.chat .chat__union .chat__block .chat__call-to-action {
  position: relative;
  margin-top: 90px;
  display: flex;
  align-items: center;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__union .chat__block .chat__call-to-action {
    display: none;
  }
}
.chat .chat__union .chat__block .chat__call-to-action span {
  position: absolute;
  left: 0;
  top: -30px;
}
.chat .chat__union .chat__block .chat__call-to-action .action {
  margin-right: 8px;
}
.chat .chat__call-to-action_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: -90px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__call-to-action_mobile {
    justify-content: center;
  }
}
@media (min-width: 991px) {
  .chat .chat__call-to-action_mobile {
    display: none;
  }
}
.chat .chat__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.chat .chat__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.chat .chat__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.chat .chat__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 990px) {
  .chat .chat__items {
    flex-direction: column;
    margin-top: 50px;
  }
}
.chat .chat__items .chat__items_shadow {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
  width: 1143.728px;
  height: 473.889px;
  background: url(../img/shadow-section-bottom-chat.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(70px);
  z-index: 1;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .chat .chat__items .chat__items_shadow {
    bottom: -80px;
  }
}
.chat .chat__items .chat__item {
  border-radius: 24px;
  background: #080421;
  width: 370px;
  border: 1px solid #1D1644;
  padding: 40px;
  margin-right: 30px;
  min-height: 320px;
  z-index: 11;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .chat .chat__items .chat__item {
    min-height: 370px;
  }
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item {
    margin-right: 0;
    margin-bottom: 20px;
    min-height: 200px;
  }
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .chat .chat__items .chat__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .chat .chat__items .chat__item {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.chat .chat__items .chat__item:last-child {
  margin-right: 0px;
}
.chat .chat__items .chat__item:nth-child(1) > div.item__title {
  width: 110px;
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item:nth-child(1) > div.item__title {
    width: 160px;
  }
}
.chat .chat__items .chat__item:nth-child(2) > div.item__title {
  width: 160px;
}
.page-template-page-inside .chat .chat__items .chat__item:nth-child(2) > div.item__title {
  width: 205px;
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item:nth-child(2) > div.item__title {
    width: 100px;
  }
  .page-template-page-inside .chat .chat__items .chat__item:nth-child(2) > div.item__title {
    width: 100%;
  }
}
.chat .chat__items .chat__item .item__title {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item .item__title {
    width: 160px;
    font-size: 18px;
    line-height: 140%;
  }
}
.chat .chat__items .chat__item .item__title span {
  color: #FF7905;
}
.chat .chat__items .chat__item .item__description {
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 990px) {
  .chat .chat__items .chat__item .item__description {
    font-size: 15px;
    line-height: 180%;
  }
}

.installing {
  margin-top: 225px; 
}
@media (max-width: 1080px) {
  .installing {
    margin-top: 150px;
  }
}
@media (max-width: 990px) {
  .installing {
    margin-top: 120px;
  }
}
@media (max-width: 480px) {
  .installing {
    margin-top: 30px;
  }
}
.installing .installing__box {
  position: relative;
  width: 1440px;
  height: 617.315px;
  border-radius: 34px;
  background: url(../img/installing.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 75px 75px 115px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .installing .installing__box {
    width: 95%;
  }
}
@media (max-width: 990px) {
  .installing .installing__box {
    padding: 32px;
  }
}
@media (max-width: 990px) {
  .installing .installing__box {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .installing .installing__box {
    width: 700px;
  }
}
@media (max-width: 720px) {
  .installing .installing__box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .installing .installing__box {
    padding: 68px;
    position: relative;
    border-radius: 34px;
    background: url(../img/installing-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    will-change: opacity;
  }
}
.installing .installing__box .installing__block {
  position: relative;
  z-index: 1000;
}
@media (max-width: 420px) {
  .installing .installing__box .installing__block {
    display: flex;
    flex-direction: column;
  }
}
.installing .installing__box .installing__block .installing__prompts {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 420px) {
  .installing .installing__box .installing__block .installing__prompts {
    order: 2;
  }
}
.installing .installing__box .installing__block .installing__prompts .prompt {
  width: 158px;
  margin-right: 8px;
}
@media (max-width: 990px) {
  .installing .installing__box .installing__block .installing__prompts .prompt {
    width: 178px;
    height: 32px;
    font-size: 12px;
    line-height: 28.416px;
    margin-right: 12px;
    font-size: 12px;
    color: #FFF;
  }
  .installing .installing__box .installing__block .installing__prompts .prompt span {
    color: #D6BAEE;
    margin-left: 3px;
    display: block;
  }
}
.installing .installing__box .installing__block .installing__title {
  width: 691.086px;
  margin-bottom: 15px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .installing .installing__box .installing__block .installing__title {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-bottom: 0px;
  }
}
@media (max-width: 840px) {
  .installing .installing__box .installing__block .installing__title {
    width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .installing .installing__box .installing__block .installing__title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .installing .installing__box .installing__block .installing__title {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.installing .installing__box .installing__block .installing__button {
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .installing .installing__box .installing__block .installing__button {
    display: none;
  }
}
.installing .installing__box .installing__block .installing__button .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.installing .installing__box .installing__block .installing__button .btn {
  width: 260px;
  max-width: 260px;
}
.installing .installing__box .installing__block .installing__call-to-action {
  position: relative;
  margin-top: 108px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .installing .installing__box .installing__block .installing__call-to-action {
    margin-top: 80px;
  }
}
@media (max-width: 420px) {
  .installing .installing__box .installing__block .installing__call-to-action {
    display: none;
  }
}
.installing .installing__box .installing__block .installing__call-to-action span {
  position: absolute;
  left: 0;
  top: -30px;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}
.installing .installing__box .installing__block .installing__call-to-action .action {
  margin-right: 8px;
}
.installing .installing__box .installing__photo {
  position: absolute;
  right: -40px;
  bottom: -41px;
}
@media (max-width: 990px) {
  .installing .installing__box .installing__photo {
    bottom: 0px;
  }
}
@media (max-width: 480px) {
  .installing .installing__box .installing__photo {
    bottom: 67px;
    right: 0px;
  }
}
@media (max-width: 375px) {
  .installing .installing__box .installing__photo {
    bottom: 27px;
  }
}
.installing .installing__box .installing__photo img {
  position: relative;
  width: 925.749px;
  height: 735.876px;
  -o-object-fit: cover;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 1280px) {
  .installing .installing__box .installing__photo img {
    width: 760.749px;
    height: 656.876px;
  }
}
@media (max-width: 1080px) {
  .installing .installing__box .installing__photo img {
    width: 530.749px;
    height: 472.876px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 990px) {
  .installing .installing__box .installing__photo img {
    width: 100%;
    height: 306.956px;
  }
}

@media (max-width: 480px) {
  .installing .installing__box .installing__photo img {
    width: 425px;
    height: 308.956px;
  }
}
@media (max-width: 990px) {
  .installing .installing__box .installing__photo .gamer__second {
    display: none;
  }
}
@media (min-width: 991px) {
  .installing .installing__box .installing__photo .gamer__second_mobile {
    display: none;
    width: 100%;
    height: 306.956px;
    opacity: 0;
    will-change: opacity;
  }
}

.installing__call-to-action_mobile{
  margin-top: 300px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 480px) {
	.installing__call-to-action_mobile{
	  margin-top: 180px;
	}
}
@media (max-width: 420px) {
	.installing__call-to-action_mobile{
	  margin-top: 330px;
	}
}
@media (max-width: 375px) {
	.installing__call-to-action_mobile{
	  margin-top: 380px;
	}
}
/* 
.installing .installing__box .installing__photo .installing__ico_1 {
  position: absolute;
  content: "";
  left: 429px;
  top: -53px;
  width: 303.099px;
  height: 203.299px;
  background: url(../img/gamer-second-ico-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .installing .installing__box .installing__photo .installing__ico_1 {
    position: absolute;
    content: "";
    left: 248px;
    top: -12px;
    width: 225.099px;
    height: 273.299px;
    background: url(../img/gamer-second-ico-1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 990px) {
  .installing .installing__box .installing__photo .installing__ico_1 {
    width: 180.822px;
    height: 121.283px;
    left: 150px;
    top: -40px;
  }
}
.installing .installing__box .installing__photo .installing__ico_2 {
  position: absolute;
  content: "";
  right: -181px;
  bottom: 170px;
  width: 430.829px;
  height: 275.364px;
  background: url(../img/gamer-second-ico-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .installing .installing__box .installing__photo .installing__ico_2 {
    position: absolute;
    content: "";
    right: -3px;
    bottom: 78px;
    width: 190.829px;
    height: 275.364px;
    background: url(../img/gamer-second-ico-2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 420px) {
  .installing .installing__box .installing__photo .installing__ico_2 {
    width: 313.163px;
    height: 213.788px;
    right: -130px;
    top: 65px;
  }
}
.installing .installing__box .installing__photo .installing__ico_3 {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 349.448px;
  height: 298.901px;
  background: url(../img/gamer-second-ico-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .installing .installing__box .installing__photo .installing__ico_3 {
    bottom: -30px;
    width: 255.448px;
    height: 298.901px;
  }
}
@media (max-width: 990px) {
  .installing .installing__box .installing__photo .installing__ico_3 {
    width: 187.24px;
    height: 160.156px;
    bottom: -30px;
  } */
}
.installing .installing__box .installing__call-to-action_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 340px;
}
@media (min-width: 481px) {
  .installing .installing__box .installing__call-to-action_mobile {
    display: none;
  }
}
.installing .installing__box .installing__call-to-action_mobile .action__buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.installing .installing__box .installing__call-to-action_mobile .action__buttons .block__wraper a {
  max-width: 295px;
  width: 295px;
  height: 42px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.installing .installing__box .installing__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.installing .installing__box .installing__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.installing .installing__box .installing__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}

.location {
  position: relative;
  margin-top: 230px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .location {
    margin-top: 150px;
  }
}
@media (max-width: 990px) {
  .location {
    margin-top: 160px;
  }
}
@media (max-width: 480px) {
  .location {
    margin-top: 150px;
  }
}
.location .location__block .location__prompts {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .location .location__block .location__prompts {
    justify-content: center;
  }
}
.location .location__block .location__prompts .prompt {
  width: 170px;
  margin-right: 8px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.416px;
  text-transform: uppercase;
}
.location .location__block .location__prompts .prompt span {
  font-weight: 500;
  display: block;
  margin-left: 3px;
}
.location .location__block .location__title {
  margin-bottom: 21px;
  width: 411.291px;
  opacity: 0;
  will-change: opacity;
}
.location .location__block .location__title span {
  color: #FF7905;
}
@media (max-width: 990px) {
  .location .location__block .location__title {
    width: 100%;
    text-align: center;
  }
}
.location .location__block .location__description {
  font-family: "Khand", sans-serif;
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  width: 411px;
  margin-bottom: 46px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .location .location__block .location__description {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
  }
}
.location .location__block .location__button {
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .location .location__block .location__button {
    display: none;
  }
}
.location .location__block .location__button .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.location .location__block .location__button .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.location .location__block .location__call-to-action {
  position: relative;
  margin-top: 85px;
  display: flex;
  /*flex-direction: column;*/
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .location .location__block .location__call-to-action {
    display: none;
  }
}
.location .location__block .location__call-to-action span {
  position: absolute;
  left: 0;
  top: -30px;
}
.location .location__block .location__call-to-action .action {
  margin-right: 8px;
}
.location .location__photo {
  position: absolute;
  right: 270px;
  top: 50px;
}
@media (max-width: 1440px) {
  .location .location__photo {
    right: 0;
  }
}
@media (max-width: 1080px) {
  .location .location__photo {
    top: 105px;
  }
}
@media (max-width: 990px) {
  .location .location__photo {
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .location .location__photo {
    right: -84px;
    top: 165px;
    width: 100%;
    opacity: 0;
    will-change: opacity;
  }
}
.location .location__photo .location__photo_shadow {
  position: absolute;
  content: "";
  left: -40px;
  top: -84px;
  width: 765.697px;
  height: 469.6px;
  background: url(../img/shadow-location.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(100px);
  z-index: -5;
}
@media (max-width:480px) {
  .location .location__photo .location__photo_shadow {
display: none;
  }
}
.location .location__photo img {
  width: 947.439px;
  height: 528.837px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1080px) {
  .location .location__photo img {
    width: 447.439px;
  }
}
@media (max-width: 990px) {
  .location .location__photo img {
    width: 100%;
    height: 325.037px;
  }
}

@media (max-width: 480px) {
  .location .location__photo img {
    width: 100%;
    height: 870px;
    margin-top: -220px;
  }
}
@media (max-width: 390px) {
  .location .location__photo img {
    width: 100%;
    height: 820px;
    margin-top: -150px;
  }
}
@media (max-width: 990px) {
  /*.location .location__photo .gamer__second_desktop {
    display: none;
  }*/
}
@media (min-width: 991px) {
  .location .location__photo .gamer__second_mobile {
    display: none;
    opacity: 0;
    will-change: opacity;
  }
}

.gamer__second_mobile { 
  opacity: 0;
  will-change: opacity;
}

.location .location__photo .location__ico_1 {
  position: absolute;
  content: "";
  left: -218px;
  top: -160px;
  width: 1200px;
  height: 700px;
  /* background: url(../img/heroes.jpg);*/
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -4;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .location .location__photo .location__ico_1 {
    position: absolute;
    content: "";
    left: -112px;
    top: -65px;
    width: 590px;
    height: 678px;
    background: url(../img/heroes.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -4;
  }
}
@media (max-width: 420px) {
  .location .location__photo .location__ico_1 {
    left: -120px;
    top: 151px;
    width: 220.418px;
    height: 310.018px;
    display: none;
  }
}
/* 
.location .location__photo .location__ico_2 {
  position: absolute;
  content: "";
  left: -168px;
  top: -185px;
  width: 513.111px;
  height: 420.267px;
  background: url(../img/gamer-third-ico-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -3;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .location .location__photo .location__ico_2 {
    position: absolute;
    content: "";
    left: -68px;
    top: -20px;
    width: 313.111px;
    height: 420.267px;
    background: url(../img/gamer-third-ico-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -3;
  }
}
@media (max-width: 420px) {
  .location .location__photo .location__ico_2 {
    width: 340.211px;
    height: 308.329px;
    left: -158px;
    top: -45px;
  }
}
.location .location__photo .location__ico_3 {
  position: absolute;
  content: "";
  left: 221px;
  top: -18px;
  width: 225.67px;
  height: 260.358px;
  background: url(../img/gamer-third-ico-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .location .location__photo .location__ico_3 {
    position: absolute;
    content: "";
    left: 168px;
    top: 63px;
    width: 150.67px;
    height: 260.358px;
    background: url(../img/gamer-third-ico-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
  }
}
@media (max-width: 990px) {
  .location .location__photo .location__ico_3 {
    display: none;
  }
}
.location .location__photo .location__ico_4 {
  position: absolute;
  content: "";
  right: 50px;
  top: -98px;
  width: 252.193px;
  height: 323.921px;
  background: url(../img/gamer-third-ico-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1080px) {
  .location .location__photo .location__ico_4 {
    position: absolute;
    content: "";
    right: 47px;
    top: 32px;
    width: 152.193px;
    height: 323.921px;
    background: url(../img/gamer-third-ico-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
@media (max-width: 990px) {
  .location .location__photo .location__ico_4 {
    right: 75px;
    top: 12px;
    width: 168.193px;
    height: 223.921px;
    z-index: -1;
  }
} */
.location .location__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 68px;
  margin-top: 130px;
  z-index: 1;
}
@media (max-width: 1080px) {
  .location .location__items {
    padding: 0px 0px;
  }
}
@media (max-width: 990px) {
  .location .location__items {
    flex-direction: column;
    padding: 0px 0px;
    margin-top: 318px;
  }
}
@media (max-width: 480px) {
  .location .location__items {
    flex-direction: column;
    padding: 0px 40px;
    margin-top: 510px;
  }
}
.location .location__items .location__items_shadow {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  width: 1258.148px;
  height: 691.085px;
  background: url(../img/shadow-location-center.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(70px);
  z-index: -1;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 480px) {
  .location .location__items .location__items_shadow {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 1258.148px;
    height: 691.085px;
    background: url(../img/shadow-location-center.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(70px);
    z-index: -1;
    opacity: 0;
    will-change: opacity;
}
}
.location .location__items li:nth-child(3) {
  margin-top: -200px;
}
@media (max-width: 1280px) {
  .location .location__items li:nth-child(3) {
    margin-top: -255px;
  }
}
@media (max-width: 990px) {
  .location .location__items li:nth-child(3) {
    margin-top: 0px;
  }
}
.location .location__items li:nth-child(6) {
  margin-top: -200px;
}
@media (max-width: 1280px) {
  .location .location__items li:nth-child(6) {
    margin-top: -255px;
  }
}
@media (max-width: 990px) {
  .location .location__items li:nth-child(6) {
    margin-top: 0px;
  }
}
.location .location__items .location__item {
  padding: 32px;
  width: 370px;
  min-height: 320px;
  border-radius: 24px;
  background: #080421;
  border: 1px solid #1D1644;
  margin-bottom: 25px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 1280px) {
  .location .location__items .location__item {
    width: 335px;
  }
}
@media (max-width: 1080px) {
  .location .location__items .location__item {
    width: 315px;
  }
}
@media (max-width: 990px) {
  .location .location__items .location__item {
    min-height: auto;
  }
}
@media (max-width: 990px) {
  .location .location__items .location__item {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .location .location__items .location__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .location .location__items .location__item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
}
.location .location__items .location__item .item__ico {
  margin-bottom: 14px;
}
.location .location__items .location__item .item__title {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 990px) {
  .location .location__items .location__item .item__title {
    font-size: 18px;
    line-height: 140%;
  }
}
.location .location__items .location__item .item__title span {
  color: #FF7905;
}
.location .location__items .location__item .item__description {
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 990px) {
  .location .location__items .location__item .item__description {
    font-size: 15px;
    line-height: 180%;
  }
}
.location .location__call-to-action_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  opacity: 0;
  will-change: opacity;
	flex-direction: column;
}
@media (min-width: 481px) {
  .location .location__call-to-action_mobile {
    display: none;
  }
}
.location .location__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.location .location__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.location .location__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}

.location-inside{
  height: 770px;
  margin-bottom: -20px;
}

.location-inside .location__block .location__title { 
  text-align: center;
  width: 100%; 
}
.location-inside .location__block .location__prompts { 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}
.location-inside .location__items li:nth-child(3) {
  margin-top: 165px;
}

.location-inside .location__items { 
  margin-top: -40px; 
}

@media (max-width: 990px) {
  .location-inside .location__items { 
    margin-top: 50px;
  }
  .location-inside .location__items li:nth-child(3) {
    margin-top: 0px;
  }

  .location-inside{
    height: auto;
  }
}

.reviews {
  margin-top: 185px;
  overflow: hidden;
  height: 710px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .reviews {
    margin-top: 130px;
    height: auto;
  }
}
.reviews .reviews__union {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .reviews .reviews__union {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .reviews .reviews__union {
    padding: 0px 40px;
  }
}
.reviews .reviews__union .reviews__block .reviews__title {
  margin-bottom: 12px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__block .reviews__title {
    text-align: center;
  }
}
.reviews .reviews__union .reviews__block .reviews__description {
  opacity: 0;
  will-change: opacity;
}
.reviews .reviews__union .reviews__block .reviews__description span {
  color: #FF7905;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__block .reviews__description {
    text-align: center;
    margin-bottom: 35px;
  }
}
.reviews .reviews__union .reviews__box {
  position: relative;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box {
    padding: 0 0px;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider {
  position: relative;
  width: 650.238px;
  z-index: 11; 
}
@media (max-width: 1080px) {
  .reviews .reviews__union .reviews__box .reviews__slider {
    width: 480px;
  }
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .reviews .reviews__union .reviews__box .reviews__slider {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .reviews .reviews__union .reviews__box .reviews__slider {
    width: 100%;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider::after {
  position: absolute;
  content: "";
  right: -690px;
  top: -130px;
  width: 841.627px;
  height: 936.806px;
  background: url(../img/shadow-reviews.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: blur(70px);
  z-index: -1;
}

@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider::after {
 display: none;
  }
}

.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__quotes {
  margin-bottom: 43px;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__quotes {
    margin-bottom: 5px;
  }
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__quotes svg {
    width: 30px;
    height: 24.794px;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__title {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__desription {
  color: #B6B2CC;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__desription {
    font-size: 15px;
    line-height: 180%;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .reviews__author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #3C3663;
  padding-top: 20px;
  margin-top: 10px;
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .author__box {
  display: flex;
  flex-direction: column;
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .author__box .author__name {
  color: #FF7905;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.24px;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .author__box .author__name {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.18px;
  }
}
.reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .author__box .author__position {
  color: #B6B2CC;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-top: 8px;
  margin-bottom: 3px;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__slider .reviews__slide .author__box .author__position {
    font-size: 15px;
    font-style: italic;
    line-height: 100%;
    letter-spacing: 0.75px;
  }
}
.reviews .reviews__union .reviews__box .reviews__arrows {
  position: absolute;
  right: 0px;
  bottom: -20px;
  display: flex;
  align-items: center;
  transition: all 1s;
  border-radius: 50%;
  z-index: 111;
}
@media (max-width: 990px) {
  .reviews .reviews__union .reviews__box .reviews__arrows {
    display: none;
  }
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left {
  cursor: pointer;
  margin-right: 5px;
  transform: rotate(180deg);
  margin-top: -20px;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left svg {
  background: #160835;
  border-radius: 50%;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left:hover {
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left:hover svg {
  background: #FF6705;
  border-radius: 50%;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left:hover svg g path {
  fill: #000000;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__left:hover svg circle {
  stroke: #FF6705;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right {
  cursor: pointer;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right svg {
  background: #160835;
  border-radius: 50%;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right:hover {
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right:hover svg {
  background: #FF6705;
  border-radius: 50%;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right:hover svg g path {
  fill: #000000;
  transition: all 1s;
}
.reviews .reviews__union .reviews__box .reviews__arrows .arrows__right:hover svg circle {
  stroke: #FF6705;
  transition: all 1s;
}

.questions {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .questions {
    margin-top: 130px;
  }
}
.questions .questions__union {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .questions .questions__union {
    flex-direction: column;
    padding: 0px 0px;
  }
}
@media (max-width: 480px) {
  .questions .questions__union {
    padding: 0px 20px;
  }
}
.questions .questions__union .questions__block .questions__title {
  width: 500px;
  opacity: 0;
  will-change: opacity;
}

.page-template-page-faq .questions .questions__union .questions__block .questions__title{
  opacity: 1;
}

.page-template-page-faq .questions .questions__union .questions__block .questions__information { 
  opacity: 1; 
}

@media (max-width: 990px) {
  .questions .questions__union .questions__block .questions__title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .questions .questions__union .questions__block .questions__title {
    /*width: 201.994px;*/
  }
}
.questions .questions__union .questions__block .questions__information {
  margin-top: 265px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  .questions .questions__union .questions__block .questions__information {
    margin-top: 30px;
    display: none;
  }
}
.questions .questions__union .questions__block .questions__information .information__title {
  color: #F2FDFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.questions .questions__union .questions__block .questions__information .information__title span {
  color: #FF7905;
  display: block;
}
.questions .questions__union .questions__block .questions__information .information__button {
  margin-top: 22px;
}
.questions .questions__union .questions__block .questions__information .information__button .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.questions .questions__union .questions__block .questions__information .information__button .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.questions .questions__union .questions__information_mobile {
  position: relative;
  z-index: 11;
  margin-top: 265px;
}
@media (min-width: 991px) {
  .questions .questions__union .questions__information_mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  .questions .questions__union .questions__information_mobile {
    margin-top: 30px;
  }
}
.questions .questions__union .questions__information_mobile .information__title {
  color: #F2FDFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 990px) {
  .questions .questions__union .questions__information_mobile .information__title {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
  }
}
.questions .questions__union .questions__information_mobile .information__title span {
  color: #FF7905;
  display: block;
}
.questions .questions__union .questions__information_mobile .information__button {
  margin-top: 22px;
}
@media (max-width: 990px) {
  .questions .questions__union .questions__information_mobile .information__button {
    display: flex;
    justify-content: center;
  }
}
.questions .questions__union .questions__information_mobile .information__button .button__wraper {
  width: 260px;
  max-width: 260px;
  margin-bottom: 9px;
}
.questions .questions__union .questions__information_mobile .information__button .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.questions .questions__union .questions__box {
  position: relative;
  width: 650.238px;
  z-index: 11;
}
@media (max-width: 1080px) {
  .questions .questions__union .questions__box {
    width: 480px;
  }
}
@media (max-width: 990px) {
  .questions .questions__union .questions__box {
    margin: 0 auto;
  }
}
@media (max-width: 990px) {
  .questions .questions__union .questions__box {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .questions .questions__union .questions__box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .questions .questions__union .questions__box {
    width: 100%;
  }
}
.questions .questions__union .questions__box .questions__box_shadow {
  position: absolute;
  content: "";
  left: -57px;
  top: -300px;
  width: 100%;
  height: 1153px;
  background: url(../img/shadow-question-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(90px);
  z-index: -1;
  display: none;
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list .item {
    margin-top: 0px;
    margin-bottom: 0px;
    /*opacity: 0;*/
    will-change: opacity;
  }
  .page-template-page-faq .questions .questions__union .questions__box .faqs__lists .list .item { 
    opacity: 1; 
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item.active {
  background: #0A031C;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn {
  border-top: 1px solid #3C3663;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn .icon {
  transition: 0.6s;
  background: #2a2647;
  transition: all 0.5s;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn .icon .plus {
  display: none;
  transition: all 0.5s;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn .icon .minus {
  opacity: 1;
  transition: all 0.5s;
  display: block;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn .icon svg {
  margin-top: -2px;
  transform: rotate(180deg);
  transition: 0.6s;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active + .item .item__btn {
  border-top: 1px solid #2E244A;
}
.questions .questions__union .questions__box .faqs__lists .list .item.active .item__btn span {
  color: #ff7903;
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn {
  border-top: 1px solid #2E244A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 25px;
  cursor: pointer;
  transition: color 0.5s;
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn span {
  transition: color 0.5s;
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn:hover span {
  color: #ff7903;
}
@media (max-width: 990px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__btn:hover span {
    color: #ffffff;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn span {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__btn span {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 186%;
    text-transform: none;
    padding-right: 30px;
    width: 85%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1439px) and (max-width: 1080px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__btn span {
    padding-left: 0;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3C3663;
  border-radius: 50%;
}
@media (max-width: 990px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__btn .icon {
    width: 42px;
    height: 42px;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn .icon svg {
  margin-top: 5px;
  transition: 0.6s;
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn .icon .minus {
  font-size: 34px;
  padding-left: 2px;
  font-weight: 300;
  transition: all 0.5s;
  color: #ffffff;
  display: none;
}
.questions .questions__union .questions__box .faqs__lists .list .item__btn .icon .plus {
  font-size: 28px;
  font-weight: 300;
  transition: all 0.5s;
  color: #ffffff;
}
.questions .questions__union .questions__box .faqs__lists .list .item__content {
  padding-right: 86px;
  color: #AFB0CE;
  font-size: 16px;
  line-height: 140%;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .item.active .item__content {
    padding-bottom: 30px;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__content p {
  margin-bottom: 26px;
}
@media (max-width: 1280px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content p {
    padding-left: 15px;
  }
}
@media (max-width: 1080px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content p {
    padding-left: 0px;
  }
}
@media (max-width: 990px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content p {
    color: #A9A6BF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__content ol {
  list-style: auto;
  padding-left: 33px;
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content ol {
    padding-left: 2.2916666667vw;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__content ol li {
  margin-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .questions .questions__union .questions__box .faqs__lists .list .item__content ol li {
    margin-bottom: 1.25vw;
  }
}
.questions .questions__union .questions__box .faqs__lists .list .item__content ol li:last-child {
  margin-bottom: 0;
}

.page-template-page-faq .questions {
  margin: 180px 0px;
  margin-top: 105px;
}

@media (max-width: 990px) {
  .page-template-page-faq .questions {
    margin: 0px 0px;
    margin-top: 75px;
  }
}

.call-to-action {
  margin-top: 190px;
}
@media (max-width: 1280px) {
  .call-to-action {
    margin-top: 120px;
  }
}
@media (max-width: 990px) {
  .call-to-action {
    margin-top: 110px;
  }
}
.call-to-action .action__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1440px;
  height: 617.315px;
  margin: 0 auto;
  border-radius: 34px;
  background: radial-gradient(112.89% 88.74% at 23.77% -38.3%, #C47AF5 0%, #4A1186 45.71%, rgba(42, 30, 87, 0) 100%), radial-gradient(110.52% 85.6% at 85.98% 96.24%, #C47AF5 0%, #4A1186 45.71%, rgba(42, 30, 87, 0) 100%), #080421;
}
@media (max-width: 1440px) {
  .call-to-action .action__box {
    width: 95%;
  }
}
@media (max-width: 990px) {
  .call-to-action .action__box {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 265px;
  }
}
@media (max-width: 480px) {
  .call-to-action .action__box {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 50px;
    padding-top: 50px;
    padding-bottom: 305px;
  }
}
.call-to-action .action__box .action__prompts {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__prompts {
    order: 2;
  }
}
.call-to-action .action__box .action__prompts .prompt {
  width: 158px;
  margin-right: 8px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.416px;
  text-transform: uppercase;
}
.call-to-action .action__box .action__prompts .prompt span {
  font-weight: 500;
  display: block;
  margin-left: 3px;
}
.call-to-action .action__box .action__title {
  position: relative;
  text-align: center;
  width: 818.055px;
  margin-bottom: 18px;
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__title {
    width: 100%;
  }
}
.call-to-action .action__box .action__title .action__users {
  position: absolute;
  width: 148px;
  right: -14px;
  top: -44px;
  transform: rotate(-13.654deg);
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__title .action__users {
    display: none;
  }
}
.call-to-action .action__box .action__title .action__users_second {
  width: 134.379px;
  position: absolute;
  left: 7px;
  bottom: -11px;
  transform: rotate(8deg);
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__title .action__users_second {
    display: none;
  }
}
.call-to-action .action__box .action__title .action__users_second span {
  margin-left: 10px;
  display: block;
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__button_main {
    display: none;
  }
}
.call-to-action .action__box .action__button_main .button__wraper {
  width: 100%;
  max-width: 540px;
  margin-bottom: 9px;
}
.call-to-action .action__box .action__button_main .button__wraper .btn {
  width: 260px;
  max-width: 260px;
}
.call-to-action .action__box .action__buttons {
  position: relative;
  margin-top: 101px;
}
@media (max-width: 990px) {
  .call-to-action .action__box .action__buttons {
    display: none;
  }
}
.call-to-action .action__box .action__buttons span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}
.call-to-action .action__ico_1 {
  position: absolute;
  content: "";
  left: 155px;
  top: 112px;
  width: 100.694px;
  height: 70.885px;
  background: url(../img/call-to-action-ico-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.call-to-action .action__ico_2 {
  position: absolute;
  content: "";
  right: 145px;
  top: 121px;
  width: 70.721px;
  height: 67.232px;
  background: url(../img/call-to-action-ico-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.call-to-action .action__ico_3 {
  position: absolute;
  content: "";
  right: 445px;
  top: 341px;
  width: 31.504px;
  height: 34.942px;
  background: url(../img/call-to-action-ico-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.call-to-action .action__ico_4 {
  position: absolute;
  content: "";
  left: -40px;
  bottom: -73px;
  width: 372.697px;
  height: 464.207px;
  background: url(../img/call-to-action-ico-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 990px) {
  .call-to-action .action__ico_4 {
    width: 252.473px;
    height: 370.107px;
    bottom: -110px;
    z-index: 11;
  }
}
.call-to-action .action__ico_5 {
  position: absolute;
  content: "";
  right: -54px;
  bottom: -96px;
  width: 324.745px;
  height: 461.317px;
  background: url(../img/call-to-action-ico-5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 990px) {
  .call-to-action .action__ico_5 {
    width: 252.473px;
    height: 370.107px;
    bottom: -110px;
    z-index: 11;
  }
}
.call-to-action .action__users {
  position: absolute;
  bottom: 228px;
  right: 20px;
  width: 148px;
  transform: rotate(-13.654deg);
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .call-to-action .action__users {
    display: flex;
    opacity: 0;
    will-change: opacity;
  }
}

.action__title .action__users {
  display: flex;
}

.call-to-action .action__users_second {
  position: absolute;
  bottom: 236px;
  left: 5px;
  width: 148px;
  transform: rotate(5.346deg);
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .call-to-action .action__users_second {
    display: flex;
    opacity: 0;
    will-change: opacity;
  }
}

.action__title .action__users_second {
  display: flex;
}

.call-to-action .action__users_second span {
  margin-left: 10px;
  display: block;
}
.call-to-action .action__call-to-action_mobile {
  position: absolute;
  bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 111;
	flex-direction: column;
}
@media (max-width: 480px) {
  .call-to-action .action__call-to-action_mobile {
    bottom: -145px;
    opacity: 0;
    will-change: opacity;
  }
}
@media (min-width: 991px) {
  .call-to-action .action__call-to-action_mobile {
    display: none;
  }
}
.call-to-action .action__call-to-action_mobile .action__buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.call-to-action .action__call-to-action_mobile .action__buttons .block__wraper a {
  max-width: 295px;
  width: 295px;
  height: 42px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.call-to-action .action__call-to-action_mobile .action__button {
  width: 295px;
  max-width: 295px;
  height: 42px;
  margin-bottom: 8px;
}
.call-to-action .action__call-to-action_mobile .action__button .button__wraper {
  width: 295px;
  max-width: 295px;
  height: 42px;
}
.call-to-action .action__call-to-action_mobile .action__button .button__wraper .btn {
  width: 295px;
  max-width: 295px;
  height: 42px;
}

.content-page{
margin-top: 100px;
margin-bottom: 150px;
min-height: 400px;
}

.content-page p{
  margin-bottom: 12px;
  display: block;
}

.content-page a{
  color: #FF7905;
}

.content-page ul{
  margin-bottom: 12px;
  display: block;
}

.content-page ul li{
  margin-bottom: 5px;
  display: block;
  padding-left: 12px;
}

@media (max-width: 990px) {
  .content-page{
    margin-top: 70px;
    margin-bottom: 90px;
    padding: 0px 40px;
    min-height: 200px;
  }
}

.page-template-page-content::after { 
  height: 853px!important; 
}

.error404::after { 
  height: 853px!important; 
}

.error-404{
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.error-404 h1 { 
  font-size: 110px; 
  margin-bottom: 23px;
}

.error-404 p{
  color: #fff;
}

.error-404 a{
  color: #FF7905;
}

.error-404 a:hover{
text-decoration: underline;
}

@media (max-width: 990px) {
  .error-404 h1 {
    font-size: 53px;
    margin-bottom: 23px;
}
.error-404 p {
  color: #fff;
  width: 100%;
  padding: 0px 40px;
  line-height: 24px;
}
	.footer__description_links #menu-footer-links{
	  flex-direction: column;
	  gap: 10px;
	}
}

.footer__description_links{

}

.footer__description_links #menu-footer-links{
  display: flex;
  align-items: center;
}

.footer__description_links #menu-footer-links a{
  color: #76718C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px 20px;
}

.footer__description_links #menu-footer-links a:hover {
  color: #FF7905;
}

@media (max-width: 990px) {
  .footer__description_links #menu-footer-links{
    margin: 20px 0px;
  }
}

/*---footer---*/
footer {
  margin-top: 150px;
  padding-bottom: 30px;
}
@media (max-width: 990px) {
  footer {
    margin-top: 170px;
    border-top: 1px solid rgba(60, 54, 99, 0.5294117647);
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  footer {
    margin-top: 280px;
    padding-top: 50px;
    opacity: 0;
    will-change: opacity;
  }
}
footer .footer__union {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  footer .footer__union {
    flex-direction: column;
    padding: 0 0px;
    justify-content: center;
	align-items: center;
  }
}
footer .footer__union .footer__block {
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block {
    opacity: 1;
    will-change: opacity;
  }
}
footer .footer__union .footer__block .footer__logo {
  margin-top: 0px;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__logo {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
footer .footer__union .footer__block .footer__logo img {
  width: 200px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__logo img {
    width: 270px;
    height: 100px;
  }
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__logo .footer__logo_computer {
    display: none;
  }
}
@media (min-width: 991px) {
  footer .footer__union .footer__block .footer__logo .footer__logo_mobile {
    display: none; 
  }
}
.footer__logo_mobile { 
  opacity: 0;
  will-change: opacity;
}
footer .footer__union .footer__block .footer__description {
  margin-top: 8px;
  width: 388.295px;
  color: #A9A6BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  border-top: 0px solid rgba(72, 58, 100, 0.5);
  padding-top: 18px;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__description {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__description {
    width: 600px;
  }
}
@media (max-width: 768px) {
  footer .footer__union .footer__block .footer__description {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .footer__union .footer__block .footer__description {
    width: 300px;
  }
}
footer .footer__union .footer__block .footer__title {
  color: #FF7905;
  font-family: "Khand", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__title {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
}
footer .footer__union .footer__block .footer__items {
  padding: 0;
  margin: 0;
}
footer .footer__union .footer__block .footer__items li a {
  color: #B6B3CC;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 990px) {
  footer .footer__union .footer__block .footer__items li a {
    text-align: center;
  }
}
footer .footer__union .footer__block .footer__items li a:hover {
  color: #FF7905;
}
footer .footer__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 127px;
  opacity: 0;
  will-change: opacity;
}
@media (max-width: 990px) {
  footer .footer__box {
    flex-direction: column;
    justify-content: center;
    margin-top: 110px;
  }
}
footer .footer__box .footer__mail {
  position: relative;
}
@media (max-width: 990px) {
  footer .footer__box .footer__mail {
    width: 350px;
  }
}
@media (max-width: 480px) {
  footer .footer__box .footer__mail {
    width: 300px;
  }
}
footer .footer__box .footer__mail span {
  position: absolute;
  left: 0;
  top: -30px;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 990px) {
  footer .footer__box .footer__mail span {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 100%;
    text-align: center;
  }
}
footer .footer__box .footer__mail .mail input {
  border-radius: 8px;
  background: #0F0D26;
  width: 376.859px;
  height: 50px;
  color: #A9A6BF;
  padding: 0px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 202%;
}
@media (max-width: 990px) {
  footer .footer__box .footer__mail .mail input {
    width: 100%;
    text-align: center;
  }
}
footer .footer__box .footer__mail .mail input::-webkit-input-placeholder {
  color: #76718C;
}
footer .footer__box .footer__mail .mail input:-ms-input-placeholder {
  color: #76718C;
}
footer .footer__box .footer__mail .mail input::-moz-placeholder {
  color: #76718C;
}
footer .footer__box .footer__mail .mail input:-moz-placeholder {
  color: #76718C;
}
footer .footer__box .footer__mail .mail button {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  background: var(--warm, linear-gradient(90deg, #FF6705 0%, #FFB700 100%));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 114.443px;
  height: 40px;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 990px) {
  footer .footer__box .footer__mail .mail button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
footer .footer__box .footer__social {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  footer .footer__box .footer__social {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
  }
}
@media (max-width: 480px) {
  footer .footer__box .footer__social {
    width: 300px;
  }
}
footer .footer__box .footer__social a {
  margin-left: 8px;
  transition: all 0.5s;
}
@media (max-width: 1080px) {
  footer .footer__box .footer__social a svg {
    width: 50px;
  }
}
.home section.installing {
	display: none;
}
footer .footer__box .footer__social a:hover {
  transition: all 0.5s;
}
footer .footer__box .footer__social a:hover svg path {
  fill: #FF7905;
  transition: all 0.5s;
}
footer .footer__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
  padding-top: 15px;
  border-top: 1px solid rgba(72, 58, 100, 0.5);
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 990px) {
  footer .footer__description {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 46px;
  }
}
@media (max-width: 990px) {
  footer .footer__description {
    width: 600px;
  }
}
@media (max-width: 768px) {
  footer .footer__description {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .footer__description {
    flex-direction: column;
    justify-content: center;
  }
  body > footer > div > div.footer__description{
    opacity: 0;
    will-change: opacity;
  }
}
footer .footer__description .description {
  color: #76718C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
footer .footer__description .description__author {
  color: #76718C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .footer__description .description__author span {
  color: #ffffff;
  transition: all 0.5s;
}
footer .footer__description .description__author:hover {
  transition: all 0.5s;
}
footer .footer__description .description__author:hover span {
  color: #FF7905;
  transition: all 0.5s;
}
.mob-hero__photo_box{
	display: none;
}
@media (max-width: 990px){
	.mob-hero__photo_box{
		display: block;
	}
}
/*---footer---*//*# sourceMappingURL=style.css.map */
 *