@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.ttf");
}

/* ========= Обнуление =========*/
*,
*::before,
*::after,
html {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

a:hover {
  color: #FFFB10;
  transition: all 0.5s ease;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
}

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

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

button {
  cursor: pointer;
}

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

a {
  color: #fff;
  transition: all 0.5s ease;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* === -------------------- === */
body {
  max-width: 1920px;
  background: #323232 url("./assets/img/bgd2.png");
  background-attachment: fixed;
  position: relative;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 16px;
  margin: 0 auto;
  /* overflow-x: hidden; */
}

body.lock {
  overflow: hidden;
}
.main_page {
	padding: 120px 0 40px 0;
}
/* ========= Wrapper ========= */
.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.title {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 65px 0;
}

.title::after {
  display: flex;
  position: relative;
  content: "";
  height: 1px;
  background: #FFFB10;
  width: 100%;
  margin: 5px 0 0 100px;
}

.container {
  position: relative;
  max-width: 1324px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

section {
  margin: 0 0 120px 0;
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  z-index: 2;
  height: 100vh;
  max-height: 120px;
  transition: all 0.5s ease;
}

.header.fixed {
  background: rgba(0, 0, 0, 0.85);
  max-height: 60px;
  transition: all 0.5s ease;
}

.header .container {
  display: flex;
  position: relative;
  width: 100%;
}

.header .container .nav {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: inherit;
}

.header .container .nav .menu {
  display: flex;
  position: relative;
  align-items: center;
}

.header .container .nav .menu li {
  margin: 0 54px 0 0;
}

.header .container .nav .menu li:last-child {
  margin: 0;
}

.header .container .nav .menu li a {
  font-weight: 600;
  line-height: 160%;
}

.header .container .nav .menu li:last-child {
  margin: 0;
}

.header .container .nav .menu li.active {
  color: #FFFB10;
}

.close {
  display: none;
}

.main {
  flex: 1 0 auto;
}

.swiper,
.hero__swiper {
  padding: 0;
  margin: 0;
}

.swiper .swiper-wrapper .swiper-slide picture img,
.hero__swiper .swiper-wrapper .swiper-slide picture img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.slag {
  display: none;
}

.hero {
  display: flex;
  position: relative;
  min-height: 100%;
}

.hero .container {
  display: flex;
  position: relative;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.hero .container .swiper-pagination {
  top: 50%;
  width: fit-content;
  height: fit-content;
  position: absolute;
  z-index: 999;
  margin: 0 0 0 -55px;
}

.hero .container .swiper-pagination-bullet {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  pointer-events: auto;
  margin: 0 0 45px 0 !important;
  background: transparent;
  opacity: 1;
}

.hero .container .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.hero .container .swiper-pagination-bullet::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hero .container .swiper-pagination-bullet-active {
  border: 2px solid #fff;
}

.hero__content {
  max-width: 1040px;
  position: absolute;
  padding: 120px 0 0 0;
}

.hero__content h1 {
  font-size: 144px;
  font-weight: 700;
  line-height: 96%;
  color: #FFFB10;
  padding: 0 0 16px 0;
}

.hero__content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: -0.48px;
  padding: 0 0 45px 0;
}

.hero__members p {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  padding: 0 0 17px 0;
}

.hero__members_list {
  display: flex;
  position: relative;
}

.hero__members_item {
  border-radius: 90px;
  border: 1px solid #808080;
}

.hero__members_item:not(:first-child) {
  margin: 0 0 0 -40px;
}

.hero__members_item:nth-child(1) {
  z-index: 7;
}

.hero__members_item:nth-child(2) {
  z-index: 6;
}

.hero__members_item:nth-child(3) {
  z-index: 5;
}

.hero__members_item:nth-child(4) {
  z-index: 4;
}

.hero__members_item:nth-child(5) {
  z-index: 3;
}

.hero__members_item:nth-child(6) {
  z-index: 2;
}

.hero__members_item:nth-child(7) {
  z-index: 1;
}

.btns {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 0 45px 0;
}

.btns>span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  color: #FFFB10;
  padding: 0 0 15px 0;
}

.btns__wrap {
  display: flex;
  position: relative;
}

.btns__apple,
.btns__play {
  display: flex;
  position: relative;
  max-width: 230px;
  width: 100vw;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFFB10;
  color: #000;
  transition: all 0.5s ease;
}

.btns__apple:hover,
.btns__play:hover {
  background: transparent;
  border: 1px solid #FFFB10;
  color: #FFFB10;
  transition: all 0.5s ease;
}

.btns__apple:active,
.btns__play:active {
  background: #aca900;
  color: #000;
}

.btns__apple:active svg,
.btns__play:active svg {
  fill: #000 !important;
}

.btns__apple:hover svg,
.btns__play:hover svg {
  fill: #FFFB10 !important;
  stroke: transparent;
}

.btns__apple-img img,
.btns__play-img img {
  min-width: 100%;
  height: auto;
}

.btns__apple-text,
.btns__play-text {
  display: flex;
  position: relative;
  flex-direction: column;
}

.btns__apple-text span:nth-child(2),
.btns__play-text span:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  line-height: 142%;
}

.btns__apple {
  margin: 0 24px 0 0;
}

.small {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.about .container>span {
  position: absolute;
  max-width: 787px;
  bottom: 38%;
  left: -38%;
  font-size: 108px;
  font-weight: 700;
  line-height: normal;
  color: #404040;
  transform: rotate(-90deg);
}

.about .container>span::after {
  display: block;
  content: "";
  border-bottom: 1px solid #FFFB10;
  position: relative;
  left: -25px;
  width: 106%;
}

.about__list {
  padding: 0 0 0 35px;
}

.about__item:nth-child(2) p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.about:last-child {
  padding: 0;
}

.about__item {
  display: flex;
  position: relative;
  gap: 54px;
  align-items: flex-end;
  padding: 0 0 65px 0;
}

.about__item p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 0 0 20px 0;
}

.about__item p:last-child {
  padding: 0;
}

.about__item p span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #FFFB10;
}

.about__item h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #FFFB10;
}

.about__content,
.about__img {
  width: 50vw;
}

.about__img {
  position: relative;
  height: 100%;
}

.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 53px;
  overflow: hidden;
  margin: 0 0 120px 0;
}

.video__content {
  max-width: 625px;
  width: 100%;
  padding: 0 0 0 30px;
}

.video__content p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.video__content p span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #FFFB10;
}

.video__media {
  margin: 0 -60px 0 0;
  position: relative;
}

.video__media video {
  max-width: 1024px;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.video__media p {
  padding: 20px 18px 20px 8px;
  position: absolute;
  max-width: 462px;
  border-radius: 8px;
  background: #FFFB10;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  top: 150px;
  left: -41%;
}

.how__list {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 120px 0;
}

.how__item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 120px 0;
}

.how__item:last-child {
  margin: 0;
}

.how__item:nth-child(1) .how__media .how__img p {
  max-width: 194px;
  width: 100vw;
  top: -115px;
  left: 30px;
}

.how__item:nth-child(1) .how__media .how__img p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #FFFB10;
}

.how__item:nth-child(2) .how__media .how__img p {
  max-width: 225px;
  width: 100vw;
  top: -140px;
  right: 140px;
}

.how__item:nth-child(2) .how__media .how__img p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -12px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #FFFB10;
}

.how__item:nth-child(3) .how__media .how__img p.one {
  max-width: 173px;
  width: 100vw;
  top: -30px;
  left: 40px;
  z-index: 1;
  font-size: 14px;
}

.how__item:nth-child(3) .how__media .how__img p.one::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #FFFB10;
}

.how__item:nth-child(3) .how__media .how__img p.two {
  max-width: 150px;
  width: 100vw;
  height: fit-content;
  top: 240px;
  right: 170px;
  padding: 8px;
  z-index: 1;
  font-size: 14px;
}

.how__item:nth-child(3) .how__media .how__img p.two::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -12px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #FFFB10;
}

.how__media {
  position: relative;
}

.how__media>img {
  max-width: 590px;
  width: 100vw;
  height: auto;
  object-fit: contain;
}

.how__img {
  position: absolute;
  right: -50px;
  bottom: -55px;
  z-index: 1;
}

.how__img img {
  max-width: 159px;
  width: 100%;
  max-height: 325px;
  height: 100%;
  object-fit: cover;
}

.how__img p {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 18px;
  background: #FFFB10;
  color: #000;
  border-radius: 8px;
}

.how__content {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 0 0 135px;
}

.how__content_text {
  padding: 0 30px 0 0;
}

.how__content_text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  padding: 0 0 30px 0;
}

.how__content_text p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.how__content_num {
  display: flex;
  position: relative;
  max-height: 270px;
  height: 100vh;
  max-width: 92px;
  width: 100vw;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  color: #FFFB10;
  border-radius: 8px;
  border: 2px solid #FFFB10;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
}

.how__btns {
  align-items: center;
}

.advantages {
  width: 100vw;
}

.advantages .container {
  position: relative;
}

.advantages__list {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 70px 0;
}

.advantages__item {
  width: 100%;
}

.advantages__btns {
  align-items: center !important;
}

.advantage {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 55px 0;
}

.advantage:last-child {
  padding: 0;
}

.advantage__img_left,
.advantage__img_right {
  position: relative;
  max-width: 320px;
  width: 100%;
  max-height: 220px;
  height: auto;
}

.advantage__img_left img,
.advantage__img_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage__img_left {
  order: 1;
}

.advantage__img_left::after {
  display: block;
  content: "";
  width: 86px;
  height: 86px;
  background: url("./assets/img/icons/cancel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7px;
  right: -7px;
}

.advantage__img_right {
  order: 3;
}

.advantage__img_right::after {
  display: block;
  content: "";
  width: 86px;
  height: 63px;
  background: url("./assets/img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7px;
  right: -7px;
}

.advantage__content {
  order: 2;
  padding: 0 50px 0 65px;
}

.advantage__content h3 {
  display: flex;
  position: relative;
  align-items: flex-start;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  gap: 20px;
  padding: 0 0 10px 0;
}

.advantage__content p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.advantages__item:nth-child(1) .advantage__content h3::before,
.advantages__item:nth-child(2) .advantage__content h3::before,
.advantages__item:nth-child(3) .advantage__content h3::before,
.advantages__item:nth-child(4) .advantage__content h3::before {
  background-size: 100%;
  background-repeat: no-repeat !important;
  max-width: 70px;
  width: 100%;
  max-height: 72px;
  height: 100vh;
  object-fit: cover;
}

.advantages__item:nth-child(1) .advantage__content h3::before {
  content: "";
  background: url("./assets/img/icons/advantage1.svg");
}

.advantages__item:nth-child(2) .advantage__content h3::before {
  content: "";
  background: url("./assets/img/icons/advantage2.svg");
}

.advantages__item:nth-child(3) .advantage__content h3::before {
  content: "";
  background: url("./assets/img/icons/advantage3.svg");
}

.advantages__item:nth-child(4) .advantage__content h3::before {
  content: "";
  background: url("./assets/img/icons/advantage4.svg");
}

.else h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-align: center;
  margin: 0 0 60px 0;
}

.else h4 span {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  color: #FFFB10;
}

.else__container {
  display: flex;
  position: relative;
  gap: 40px;
  margin: 0 0 60px 0;
  padding: 0 30px 0 0;
}

.else__gallery {
  max-width: 1092px;
  width: 100vw;
}

.else__gallery_list {
  display: grid;
  grid-auto-rows: 162px;
  grid-auto-flow: dense;
  grid-gap: 25px;
}

.else__gallery_item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: auto;
}

.else__gallery_item:nth-child(1) {
  order: 1;
  grid-column: span 4;
  grid-row: span 2;
}

.else__gallery_item:nth-child(2) {
  order: 2;
  grid-column: span 3;
  grid-row: span 2;
}

.else__gallery_item:nth-child(3) {
  order: 3;
  grid-column: span 3;
  grid-row: span 2;
}

.else__gallery_item:nth-child(4) {
  order: 4;
  grid-column: span 2;
  grid-row: span 1;
}

.else__gallery_item:nth-child(5) {
  order: 5;
  grid-column: span 2;
  grid-row: span 1;
}

.else__gallery_item:nth-child(6) {
  order: 6;
  grid-column: span 4;
  grid-row: span 1;
}

.else__gallery_item:nth-child(7) {
  order: 7;
  grid-column: span 7;
  grid-row: span 2;
}

.else__content {
  max-width: 460px;
  width: 100vw;
}

.else__content p {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 0 0 48px 0;
}

.else__content p span {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  color: #FFFB10;
}

.else__content ul {
  display: flex;
  position: relative;
  flex-direction: column;
  position: relative;
  height: 100%;
  gap: 95px;
}

.else__content ul li {
  display: flex;
  position: relative;
  align-items: flex-start;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.else__content ul li img {
  width: 12px;
  height: 12px;
  margin: 15px 20px 0 0;
}

.else__content ul span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #FFFB10;
}

.else__hidden {
  display: none;
}

.else__btns {
  align-items: center;
}

.faq {
  position: relative;
}

.faq span {
  position: absolute;
  max-width: 694px;
  bottom: 27%;
  right: -20%;
  font-size: 96px;
  font-weight: 700;
  line-height: normal;
  color: #404040;
  transform: rotate(90deg);
  z-index: -1;
}

.faq .accordion {
  max-width: 1100px;
}

.faq .accordion li {
  padding: 15px 0;
  position: relative;
}

.faq .accordion li:last-child {
  margin: 0;
}

.faq .accordion li p {
  display: none;
  padding: 10px 25px 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.faq .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  user-select: none;
  padding: 0 60px 0 0;
}

.faq .accordion li a::after {
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 23px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq .accordion li a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right: 2px solid #FFFB10;
  border-bottom: 2px solid #FFFB10;
}

.faq .accordion li a.active {
  color: #FFFB10;
}

.last {
  position: relative;
}

.last .container {
  display: flex;
  position: relative;
  justify-content: center;
}

.last__wrap {
  display: flex;
  position: relative;
  align-items: flex-end;
  margin: 0 30px 60px 0;
}

.last__img {
  position: relative;
}

.last__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  object-fit: cover;
}

.last__img p {
  padding: 12px 40px;
  position: absolute;
  max-width: 435px;
  border-radius: 8px;
  background: #FFFB10;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  top: 60px;
  right: -32%;
}

.last__content {
  max-width: 520px;
  padding: 0 0 0 46px;
}

.last__content p {
  padding: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  font-style: normal;
}

.last__btns {
  margin: 0;
  align-items: center;
}

.last__btns>span {
  padding: 0 0 30px 0;
}

.divider {
  width: 80%;
  height: 1px;
  background: #808080;
  margin: 0 auto 50px;
}

.footer {
  flex: 0 0 auto;
}

.footer .container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__menu {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 30px 0;
  max-width: 360px;
  width: 100%;
}

.footer__menu li {
  position: relative;
}

.footer__menu li a {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.footer__text h3 {
  font-size: 75px;
  font-weight: 700;
  line-height: 164%;
  color: #404040;
}

.hero>.container .down {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 35px;
}

.container__contact,.container__policy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  padding: 120px 30px 50px;
}
.page-title {
  font-size: 46px;
  font-weight: bold;
  padding: 0 0 40px 0;
}

#wpcf7-f55-o1 {
  padding: 0 0 50px 0;
}

.wpcf7-form p {
  padding: 0 0 12px 0;
}

.wpcf7-form p:last-child {
  display: inline-block !important;
  padding: 0 !important;
  width: fit-content !important;
}

.wpcf7-form p input:not([type=submit]),
.wpcf7-form p textarea {
  background: transparent;
  border-bottom: 1px solid #FFFB10;
  color: #fff;
  padding: 7px 0 5px 0;
}

.wpcf7-form p input[type=submit] {
  display: inline-block;
  background: #FFFB10;
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid #FFFB10;
	color: #000;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: bold;
}

.wpcf7-form p input[type=submit]:hover {
  background: transparent;
  border: 1px solid #FFFB10;
  transition: all 0.5s ease;
  color: #fff;
}

.wpcf7-form p input[type=submit]:active {
  background: #aca900;
}

.wpcf7-form p input::placeholder,
.wpcf7-form p textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

.wpcf7-form p textarea {
  resize: vertical;
  height: 150px;
  overflow: auto;
  outline: none;
}
.wpcf7-acceptance {
	font-size: 12px;
}
.policy {
	width: 50%;
	color: #FFFB10;
	font-size: 13px;
}
.wpcf7-spinner {
/* 	display: none; */
}
/* ====== Responsive Style CSS ======" */
/* ========= 1440px ========= */
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1224px;
  }

  .header {
    max-height: 90px;
  }

  .about .container>span {
    bottom: 50%;
    left: -32%;
    font-size: 64px;
  }

  .hero .container .swiper-pagination {
    top: 115px;
    left: 100%;
  }

  .hero__content {
    padding: 80px 0 0 0;
  }

  .video__media p {
    top: 25px;
    left: -50%;
  }

  .header .container .nav .menu li a {
    font-size: 18px;
  }

  .hero__content h1 {
    font-size: 112px;
  }

  .hero__content h1 span {
    font-size: 108px;
  }

  .hero__content h2 {
    font-size: 26px;
  }

  .about__item p,
  .about__item:nth-child(2) p {
    font-size: 22px;
  }

  .video__content p {
    font-size: 22px;
  }

  .video__media p {
    font-size: 22px;
  }

  .advantage__content h3 {
    font-size: 22px;
  }

  .advantage__content p {
    font-size: 19px;
  }

  .faq .accordion li a {
    font-size: 22px;
  }

  .faq .accordion li p {
    font-size: 22px;
  }

  .last__content p {
    font-size: 22px;
  }

  .last__img p {
    font-size: 22px;
    top: 20px;
    right: -40%;
  }
}

/* ========= 1366px ========= */
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1124px;
  }

  .hero__content {
    max-width: 770px;
  }

  .about .container>span {
    left: -35%;
    bottom: 47%;
  }

  .advantage__content {
    padding: 0 40px;
  }

  .how__media>img {
    max-width: 400px;
  }

  .how__img img {
    max-width: 100px;
  }

  .how__item:nth-child(1) .how__media .how__img p {
    top: -80px;
    left: -30px;
  }

  .how__item:nth-child(2) .how__media .how__img p {
    top: -120px;
    right: 85px;
  }

  .how__item:nth-child(3) .how__media .how__img p.one {
    top: -110px;
    left: -15px;
    font-size: 12px;
  }

  .how__item:nth-child(3) .how__media .how__img p.two {
    top: 125px;
    right: 110px;
    font-size: 12px;
  }

  .hero__content h1 {
    font-size: 96px;
  }

  .hero__content h1 span {
    font-size: 70px;
  }

  .hero__content h2 {
    font-size: 20px;
  }

  .hero__members p {
    font-size: 20px;
  }

  .advantage__content h3 {
    font-size: 20px;
  }

  .advantage__content p {
    font-size: 18px;
  }

  .else__content p,
  .else__content p span {
    font-size: 20px;
  }

  .else__content ul li {
    font-size: 20px;
  }
}

/* ========= 1280px ========= */
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1124px;
  }

  .hero__content {
    max-width: 560px;
  }

  .about .container>span {
    left: -35%;
    bottom: 47%;
  }

  .advantage__content {
    padding: 0 40px;
  }

  .how__item:nth-child(2) .how__media .how__img p {
    top: -80px;
    right: 85px;
  }

  .how__item:nth-child(3) .how__media .how__img p.one {
    top: -75px;
    left: -15px;
    font-size: 12px;
  }

  .how__item:nth-child(3) .how__media .how__img p.two {
    top: 125px;
    right: 110px;
    font-size: 12px;
  }

  .else__content ul {
    gap: 75px;
  }

  .hero__content h1 {
    font-size: 76px;
  }

  .hero__content h1 span {
    font-size: 50px;
  }

  .hero__content h2 {
    font-size: 20px;
  }

  .hero__members p {
    font-size: 20px;
  }

  .about__item p,
  .about__item:nth-child(2) p {
    font-size: 20px;
  }

  .video__content p {
    font-size: 20px;
  }

  .video__media p {
    font-size: 18px;
  }

  .how__content_text h3 {
    font-size: 20px;
  }

  .how__content_text p {
    font-size: 18px;
  }

  .how__img p {
    font-size: 12px;
    padding: 10px;
  }

  .advantage__content h3 {
    font-size: 20px;
  }

  .advantage__content p {
    font-size: 18px;
  }

  .else__content p,
  .else__content p span {
    font-size: 20px;
  }

  .else__content ul li {
    font-size: 20px;
  }

  .last__content p {
    font-size: 18px;
  }

  .last__img p {
    top: 10px;
    right: -50%;
  }

  .footer__menu li a {
    font-size: 18px;
  }
}

/* ========= 1152px ========= */
@media only screen and (max-width: 1152px) {
  .hero__content h2 {
    font-size: 18px;
    padding: 0 0 25px 0;
  }

  .hero .hero__btns {
    margin: 0 0 25px 0;
  }

  .hero__members_item {
    width: 70px;
    height: 70px;
  }

  .hero__members_item img {
    width: 100%;
  }

  .hero__members_item:not(:first-child) {
    margin: 0 0 0 -20px;
  }

  .about .container>span {
    display: none;
  }

  .else__gallery_list {
    grid-gap: 10px;
  }

  .video__media p {
    top: 5px;
    left: -50%;
  }

  .header .container .nav .menu li a {
    font-size: 18px;
  }

  .hero__content h1 {
    font-size: 76px;
  }

  .hero__content h1 span {
    font-size: 50px;
  }

  .hero__content h2 {
    font-size: 18px;
  }

  .about__item p,
  .about__item:nth-child(2) p {
    font-size: 18px;
  }

  .video__content p {
    font-size: 18px;
  }

  .video__media p {
    font-size: 16px;
  }

  .advantage__content h3 {
    font-size: 18px;
  }

  .advantage__content p {
    font-size: 16px;
  }

  .faq .accordion li a {
    font-size: 18px;
  }

  .faq .accordion li p {
    font-size: 18px;
  }

  .last__content p {
    font-size: 18px;
    padding: 0 0 10px 0;
  }

  .last__img p {
    font-size: 16px;
    top: 10px;
    right: -40%;
  }
}

/* ========= 1024px ========= */
@media only screen and (max-width: 1024px) {
  .hero__content {
    max-width: 540px;
  }

  .hero__members_item {
    width: 50px;
    height: 50px;
  }

  .title {
    font-size: 24px;
  }

  .video__media p {
    top: 5px;
    left: -50%;
  }

  .header .container .nav .menu li a {
    font-size: 18px;
  }

  .hero__content h1 {
    font-size: 72px;
  }

  .hero__content h1 span {
    font-size: 43px;
  }

  .hero__content h2 {
    font-size: 16px;
  }

  .hero__members p {
    font-size: 16px;
  }

  .about__item p,
  .about__item:nth-child(2) p {
    font-size: 16px;
  }

  .about__item h3 {
    font-size: 18px;
  }

  .video__content p {
    font-size: 16px;
  }

  .video__media p {
    font-size: 16px;
  }

  .how__content_text h3 {
    font-size: 18px;
  }

  .how__content_text p {
    font-size: 14px;
  }

  .how__content_num {
    font-size: 53px;
  }

  .advantage__content h3 {
    font-size: 18px;
  }

  .advantage__content p {
    font-size: 14px;
  }

  .faq .accordion li a {
    font-size: 16px;
  }

  .faq .accordion li p {
    font-size: 14px;
  }

  .last__content p {
    font-size: 16px;
    padding: 0 0 10px 0;
  }

  .last__img p {
    font-size: 14px;
    top: 10px;
    right: -40%;
  }

  .footer__menu li a {
    font-size: 16px;
  }

  .else__content p span {
    font-size: 14px;
  }

  .else__content ul li {
    font-size: 14px;
  }

  .else h4 {
    font-size: 16px;
  }

  .menu .slag {
    font-size: 34px;
  }

  .footer__text h3 {
    font-size: 42px;
    padding: 0 0 20px 0;
  }
}

/* ========= 960px ========= */
@media (max-width: 960px) {
  .burger {
    display: block;
    position: relative;
    position: absolute !important;
    left: 0;
    width: 46px;
    height: 31px;
    margin: 15px 0 0 0;
    cursor: pointer;
    z-index: 99;
    overflow: hidden;
  }

  .burger.active .burger__line {
    width: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }

  .burger.active .burger__line::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .burger.active .burger__line::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  .burger__line {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    width: 46px;
    height: 3px;
    background: #fff;
  }

  .burger__line::before {
    content: "";
    position: absolute;
    top: 14px;
    width: 46px;
    height: 3px;
    background: #fff;
  }

  .burger__line::after {
    content: "";
    position: absolute;
    bottom: 14px;
    width: 46px;
    height: 3px;
    background: #fff;
  }

  .close {
    top: -250px;
    cursor: pointer;
    position: relative;
    right: -100%;
    display: block;
  }

  .close img {
    width: 15px;
    height: 15px;
  }

  .menu {
    position: absolute !important;
    top: 0;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    max-width: 285px;
    width: 100%;
    height: 100vh;
    padding: 50px 30px 20px 30px;
    flex-direction: column;
    align-items: flex-start !important;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.5s ease;
    background: url("./assets/img/bgd2.png");
  }

  .menu li {
    display: block;
    position: relative;
    width: -webkit-fill-available;
    border-bottom: 1px solid #404040;
    padding: 29px 0;
    margin: 0;
  }

  .menu li:nth-child(2) {
    padding: 15px 0 29px;
  }

  .menu li:nth-child(4) {
    border-bottom: none;
  }

  .menu .slag {
    display: block;
    position: absolute;
    max-width: 70%;
    bottom: 0;
    margin: 0 0 40px 0;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 50.349px */
    letter-spacing: -1.573px;
    color: #404040;
  }

  .menu .slag span {
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
  }

  .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.5s ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    height: 100vh;
    z-index: 999;
  }

  .header .container .nav .menu li {
    margin: 0;
  }

  .hero__content h2 {
    display: none;
  }

  .hero__btns {
    display: none;
  }

  .hero .container .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 0 30px 0 !important;
  }

  .hero .container .swiper-pagination-bullet::after {
    width: 5px;
    height: 5px;
  }

  .hero .container .swiper-pagination-bullet-active {
    border: 1px solid #fff;
  }
}

/* ========= 860px ========= */
@media only screen and (max-width: 860px) {
  section {
    margin: 0 0 20px 0;
  }

  .title {
    margin: 0 0 37px 0;
  }

  .hero>.container .down {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 35px;
  }

  .about__item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 0 20px 0;
  }

  .about__item:nth-child(1) .about__img {
    display: none;
  }

  .video {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .video__content {
    width: 100%;
    padding: 0 20px;
  }

  .video__media {
    order: 1;
    margin: 0;
    width: 100vw;
  }

  .video__content {
    order: 2;
  }

  .video__media p {
    max-width: 314px;
    max-height: 90px;
    position: relative;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.27px;
    padding: 8px 13px;
  }

  .how__item {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px 0;
  }

  .how__media {
    margin: 0 0 70px 0;
  }

  .how__img {
    left: 0;
    bottom: -60px;
  }

  .how__img img {
    max-width: 85px;
  }

  .how__item:nth-child(1) .how__media .how__img p {
    max-width: 162px;
    width: 100%;
    top: 55%;
    left: 105px;
    padding: 10px 15px;
  }

  .how__item:nth-child(2) .how__media,
  .how__item:nth-child(3) .how__media {
    margin: 0 0 90px 0;
  }

  .how__item:nth-child(2) .how__media .how__img,
  .how__item:nth-child(3) .how__media .how__img {
    bottom: -80px;
  }

  .how__item:nth-child(2) .how__media .how__img p {
    max-width: 199px;
    max-height: 81;
    width: 100%;
    top: 50%;
    left: 105px;
    padding: 15px 10px;
  }

  .how__item:nth-child(2) .how__media .how__img p::before {
    left: -12px;
  }

  .how__item:nth-child(3) .how__media .how__img p.one {
    max-width: 199px;
    max-height: 81;
    width: 100%;
    top: 5%;
    left: 200px;
    padding: 10px 15px;
  }

  .how__item:nth-child(3) .how__media .how__img p.two {
    max-width: 152px;
    width: 100%;
    top: 55%;
    left: 105px;
    padding: 10px 15px;
  }

  .how__item:nth-child(3) .how__media .how__img p.two::before {
    left: -12px;
  }

  .how__item:nth-child(3) .how__media .how__img p.one,
  .how__item:nth-child(3) .how__media .how__img p.two {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }

  .how__item:nth-child(3) .how__media .how__img p.one span,
  .how__item:nth-child(3) .how__media .how__img p.two span {
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
  }

  .how__content_num {
    max-width: 67px;
    max-height: 208px;
  }

  .how__content_text h3 {
    padding: 0 0 10px 0;
  }

  .advantage {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 0 39px 0;
  }

  .advantage__img_left {
    order: 1;
    width: 50%;
  }

  .advantage__img_right {
    order: 2;
    width: 50%;
  }

  .advantage__content {
    order: 3;
    width: 100%;
  }

  .advantages__item:nth-child(1) .advantage__content h3::before,
  .advantages__item:nth-child(2) .advantage__content h3::before,
  .advantages__item:nth-child(3) .advantage__content h3::before,
  .advantages__item:nth-child(4) .advantage__content h3::before {
    max-width: 36px;
    width: 100vw;
    max-height: 34px;
    height: 100vh;
    background-size: contain;
  }

  .else__hidden {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }

  .else__hidden p {
    padding: 0 0 15px 0;
    font-size: 18px;
  }

  .else__hidden ul {
    gap: 15px;
    margin: 0 0 20px 0;
  }

  .else__content {
    display: none;
  }

  .else h4 {
    font-size: 18px;
    padding: 0 20px;
  }

  .else h4 span {
    font-size: 18px;
  }

  .last__wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .advantages__list {
    padding: 0 0 40px 0;
  }

  .else__content ul span {
    font-size: 16px;
  }

  .last__content {
    padding: 0 20px;
  }

  .else__container {
    padding: 0;
  }

  .last__img p {
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px) !important;
  }

  .swiper .swiper-wrapper .swiper-slide picture img,
  .hero__swiper .swiper-wrapper .swiper-slide picture img {
    object-position: 59%;
  }

  .advantage__img_left::after {
    width: 39px;
    height: 39px;
  }

  .advantage__img_right::after {
    width: 39px;
    height: 30px;
  }

  .else__gallery_item:nth-child(1) {
    order: 1;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(2) {
    order: 2;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(3) {
    order: 3;
    grid-column: span 7;
    grid-row: span 3;
  }

  .else__gallery_item:nth-child(4) {
    order: 6;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(5) {
    order: 4;
    grid-column: span 4;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(6) {
    order: 5;
    grid-column: span 3;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(7) {
    order: 7;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(8) {
    order: 8;
    grid-column: span 7;
    grid-row: span 1;
  }
}

/* ========= 800px ========= */
/* ========= 768px ========= */
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .swiper .swiper-wrapper .swiper-slide picture img,
  .hero__swiper .swiper-wrapper .swiper-slide picture img {
    height: 100vh;
    width: 100vw;
  }

  .about__list {
    padding: 0;
  }

  .about__content,
  .about__img {
    width: 100vw;
  }

  .video {
    margin: 0 0 50px 0;
  }

  .how__content {
    padding: 0 20px;
  }

  .how__list {
    margin: 0 0 30px 0;
  }

  .advantage__img_left,
  .advantage__img_right {
    width: 47%;
  }

  .advantage__content {
    padding: 0;
  }

  .else__container {
    margin: 0 0 30px 0;
  }

  .else h4 {
    margin: 0 0 30px 0;
  }

  .footer .container {
    flex-wrap: wrap;
  }

  .faq .accordion li {
    padding: 10px 0;
  }

  .footer__menu {
    text-align: right;
    max-width: 100%;
  }

  .btns__apple,
  .btns__play {
    max-width: 175px !important;
    gap: 10px !important;
    padding: 0 10px !important;
    width: 100vw;
    height: auto;
  }

  .btns__apple {
    margin: 0 10px 0 0;
  }

  .small {
    font-size: 12px;
  }

  .btns__apple-text span:nth-child(2),
  .btns__play-text span:nth-child(2) {
    font-size: 16px;
  }

  .footer__text h3 {
    max-width: 60%;
    font-size: 42px;
    line-height: normal;
  }

  .footer__text h3 span {
    font-size: 26px;
  }
}

/* ========= 600px ========= */
/* ========= 533px ========= */
@media only screen and (max-width: 533px) {
  /* .else__gallery_item:nth-child(1) {
    order: 1;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(2) {
    order: 2;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(3) {
    order: 3;
    grid-column: span 7;
    grid-row: span 3;
  }

  .else__gallery_item:nth-child(4) {
    order: 6;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(5) {
    order: 4;
    grid-column: span 4;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(6) {
    order: 5;
    grid-column: span 3;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(7) {
    order: 7;
    grid-column: span 7;
    grid-row: span 1;
  }

  .else__gallery_item:nth-child(8) {
    order: 8;
    grid-column: span 7;
    grid-row: span 1;
  } */

  .footer__text h3 {
    max-width: 85%;
  }

  .footer__text h3 span {
    font-size: 42px;
  }
  .page-title {
    font-size: 32px;
    font-weight: bold;
    padding: 50px 0 40px 0;
  }
  #wpcf7-f55-o1 {width: 90%;}
  .wpcf7-form p textarea, .wpcf7-form p input:not([type=submit]) {
    width: 100%;
  }

/* ========= 425px ========= */
@media only screen and (max-width: 425px) {
  .else__hidden {
    padding: 15px 10px 0;
  }

  .how__media>img {
    width: 100%;
  }

  .how__item:nth-child(3) .how__media .how__img p.one {
    left: 120px;
  }

  .footer__text h3 {
    max-width: 95%;
  }
}

/* ========= 375px ========= */
@media only screen and (max-width: 375px) {

  .advantage__img_left,
  .advantage__img_right {
    width: 46%;
  }
}

/* ========= 320px ========= */