html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Poppins;
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 64px;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

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

html {
  background: #fff;
  line-height: 1.15;
  font-family: 'Paytone one', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}

html.hide {
  display: block;
}

html.hide .blur_wrap {
  background: transparent;
  position: relative;
  filter: none;
}

.preloader {
  width: 5em;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
}

a {
  text-decoration: unset;
}

a:hover {
  text-decoration: none;
}

.blur_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  z-index: 5;
}

.layout {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

.section-title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3fb8ff 21.25%, #ff3420 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-center {
  text-align: center;
}

h1 {
  margin: 0;
}

.abs {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.burger-btn {
  filter: invert(1);
  display: none;
}

@media (max-width: 600px) {
  .burger-btn {
    display: block;
    width: 7rem;
    height: 3.6rem;
    position: relative;
    z-index: 5;
  }
}

.burger-btn .burger-close {
  display: none;
}

.burger-btn.act {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}

.burger-btn.act .burger-lines {
  display: none;
}

.burger-btn.act .burger-close {
  display: block;
}

.header {
  /* position: absolute; */
  z-index: 8;
  width: 100%;
  top: 0;
  left: 0;
}

.hero {
  background: url(../images/hero-img.png);
  min-height: 700px;
  background-repeat: no-repeat;
  /* background: #3fb8ff; */
  background-size: cover;
  margin-bottom: 49px;
}

.hero .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 680px;
}

.flexish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.flexish-text>.plain {
  color: #301A22;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px;
  /* 180% */
}

.flexish-text>.plain>P {
  margin-bottom: 20px;
}

.flexish-text>.title {
  color: #301A22;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 20px;
  /* 140% */
}

@media (max-width: 600px) {
  .flexish {
    flex-direction: column;
  }
}

.left {

  display: flex;
  color: #fff;
  font-family: 'Paytone one';
  flex: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.left h1 {
  color: #FFF;

  text-align: center;
  font-family: "Paytone one";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px
}

.left p {
  color: #727272;

  font-family: Paytone one;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 100px;
}

.left img {
  max-width: 350px;
}

.right {
  flex: 2;
  max-width: 800px;
}

.about-title {
  color: #1F1F1F;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  /* 120% */
  text-transform: uppercase;
}

.about-bg {
  background: url(../assets/about_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-bg .padding {
  padding: 160px;
}

.about-block {
  color: #fff;

  text-align: center;
  font-family: 'Paytone one';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 25px 160px;
  background: linear-gradient(90deg,
      rgba(63, 184, 255, 0) 1.54%,
      #3fb8ff 21.23%,
      #3fb8ff 73.41%,
      rgba(63, 184, 255, 0) 99.41%);
  max-width: 1100px;
  margin: 0 auto;
}

.about-block p {
  max-width: 700px;
  margin: 0 auto;
}

.header .logo {
  width: 100%;
  max-width: 100px;
  display: block;
  flex-shrink: 0;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__inner {
  /* padding: 2.7rem 0 2.7rem; */
  background: #fff;
  box-shadow: 0px 0px 4rem 0px rgba(0, 0, 0, 0.6);
}

.header__inner.fixed {
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 2.7rem 0; */
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu ul li {
  margin-right: 3.1rem;
}

.menu ul li:nth-last-child(1) {
  margin-right: 0;
}

.menu ul a {
  color: #727272;

  text-align: center;
  font-family: Paytone one;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  /* 150% */
  text-transform: capitalize;
}

.menu ul a:hover {
  color: #3fb8ff;
}

.btn {
  width: 38.6rem;
  height: 10.44rem;
  background-image: url(../img/btn.svg);
  background-size: 100% 100%;
  display: block;
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: scale(1.1);
}

.main {
  position: relative;
  z-index: 2;
}

.main-priv {
  /* background: #83C4FF; */
}

.header-placeholder {
  width: 100%;
  height: 7.9rem;
}

.hero__title {
  color: #fff;
  font-family: 'Paytone one';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 89.6px */
  letter-spacing: 6.4px;
  text-transform: uppercase;
}

.hero__title .left {
  max-width: 700px;
}

.hero__title p {
  color: #fff;
  font-family: 'Paytone one';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.hero .btn {
  position: absolute;
  top: 40.9rem;
  left: 15rem;
}

.disclaimer {
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}

.disclaimer .section-title {
  margin-bottom: 6rem;
}

.disclaimer__text {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 129rem;
  margin: 0 auto;
}

.gallery {
  padding: 19rem 0 11rem;
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -15rem;
}

.gallery .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 6rem;
  padding-top: 5rem;
}

.gallery__slider {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.gallery .swiper-wrapper {
  display: flex;
  align-items: center;
  min-height: 56rem;
}

.gallery__slide {
  padding: 0rem;
}

.gallery__slide.swiper-slide-active {
  padding: 0 0rem;
}

.gallery__slide.swiper-slide-active .gallery__slide-content {
  transform: scale(1);
  border: 0.7rem solid #3fb8ff;

  box-shadow: 0px 4px 35.3px 19px #3fb8ff;
}

.gallery__slide.swiper-slide-active .gallery__slide-content img {
  border-radius: 0.2rem;
}

.gallery__slide-content {
  border-radius: 1rem;
  transform: scale(0.7);
  transition: all 0.3s linear;
}

.gallery__slide-content img {
  border-radius: 1rem;
}

.gallery__pagination.swiper-pagination {
  bottom: -8rem;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1rem;
  border: 0.2rem solid #3fb8ff;
  background: rgba(0, 0, 0, 0);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #3fb8ff; 38.94%, #3fb8ff; 92.11%);
  background: -webkit-linear-gradient(0deg, #3fb8ff 38.94%, #3fb8ff 92.11%);
  border: unset;
}

.about {
  background-size: 175rem auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.about__inner {
  padding: 4.2rem 0 67rem;
}

.about .section-title {
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}

.about__text {
  color: #fff;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.about .abs__car {
  width: 74.1rem;
  bottom: 15rem;
  right: -14rem;
  z-index: 1;
}

.about .abs__tree {
  width: 27.6rem;
  left: -33rem;
  top: 0rem;
  z-index: 1;
}

.about .abs__tree:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: block;
  background: linear-gradient(-90deg, rgba(24, 24, 24, 0) 0%, #181818 65.73%);
  background: -webkit-linear-gradient(-90deg,
      rgba(24, 24, 24, 0) 0%,
      #181818 65.73%);
}

.about .abs__tree-1 {
  width: 27.6rem;
  right: -33rem;
  top: 25rem;
  z-index: 1;
}

.how-play {
  padding: 4rem 0 20rem;
  margin-top: -24rem;
}

.how-play .container {
  max-width: 1200px;
}

.how-play .section-title {
  margin-bottom: 6rem;
}

.how-play__slide {
  /* height: 51.2rem; */
  padding: 0 3.5rem;
}

.how-play__slide-content {
  width: 100%;
  padding: 50px 24px;
  height: 100%;
  /* filter: invert(1); */
  /* background-image: url(../img/how-item.png);
   */

  background: #3fb8ff;
  background-size: 100% 100%;
  border-radius: 25px;
  background-repeat: no-repeat;
  position: relative;
}

.how-play__slide-content p {
  color: #fff;

  font-family: 'Paytone one';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.name {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-bottom: 50px;
}

.name p {
  color: #fff;

  text-align: center;
  font-family: 'Paytone one';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.how-play__number {
  color: #fff;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 2.4rem;
}

.how-play__text {
  color: #181818;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3.5rem 3.3rem 2rem;
}

.how-play__pagination.swiper-pagination {
  bottom: -8.5rem;
}

.features {
  padding: 5rem 0 0.5rem;
}

.features .section-title {
  margin-bottom: 6rem;
}

.features__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 125rem;
  margin: 0 auto;
}

.features__item {
  width: calc(33.333% - 4.6rem);
  min-height: 29.5rem;
  border-radius: 2rem;
  border: 0.4rem solid #3fb8ff;
  background: #282828;
  box-shadow: 0px 0px 2rem 0px #3fb8ff;
  position: relative;
  margin-bottom: 7.5rem;
  overflow: hidden;
  padding: 2.4rem 3rem;
}

.features__item:after {
  content: "";
  display: block;
  width: 25.7rem;
  height: 6.2rem;
  border-radius: 30rem;
  background: #3fb8ff;
  filter: blur(4.55rem);
  -webkit-filter: blur(4.55rem);
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
}

.features__star {
  width: 8.13rem;
  margin: 0 auto 3.5rem;
}

.features__text {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.features__text .accent {
  font-weight: 700;
  color: #3fb8ff;
}

.features .abs__tree {
  width: 38.7rem;
  left: -34rem;
  top: -16rem;
  transform: scaleX(-1);
}

.features .abs__tree:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: block;
  background: linear-gradient(-90deg, rgba(24, 24, 24, 0) 0%, #181818 65.73%);
  background: -webkit-linear-gradient(-90deg,
      rgba(24, 24, 24, 0) 0%,
      #181818 65.73%);
}

.truck {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.truck img {
  width: 194rem;
  max-width: unset;
}

@media (max-width: 600px) {
  .truck .desktop {
    display: none;
  }
}

.truck .mobile {
  display: none;
}

@media (max-width: 600px) {
  .truck .mobile {
    display: block;
  }
}

.video {
  width: 100%;
  height: 106.7rem;
  /* background-image: url(../img/video-bg.png); */
  background-size: 192rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -26rem;
  position: relative;
  z-index: 2;
  padding-top: 23rem;
}

.video__video {
  clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
  -webkit-clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
  width: 140rem;
  height: 78rem;
  position: relative;
  filter: drop-shadow(0px 0px 2rem #3fb8ff);
  -webkit-filter: drop-shadow(0px 0px 2rem #3fb8ff);
  left: 50%;
  transform: translateX(-50%);
}

#video {
  clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
  -webkit-clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
  width: 130rem;
  height: 68rem;
  position: absolute;
  top: 5rem;
  left: 5rem;
  background: #3fb8ff;
  padding: 0.6rem;
}

#video-frame {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
  -webkit-clip-path: polygon(0 0,
      90% 0,
      100% 20%,
      100% 100%,
      100% 100%,
      0 100%,
      0 100%,
      0 0);
}

.footer {
  padding: 5.1rem 0 4.6rem;
  background-color: #FF881B;
}

.footer__inner {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.footer__links {

  margin: 0 auto 0.8rem;

  justify-content: space-between;
  align-items: center;
  color: #fff;

  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__links a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.footer__links a:hover {
  color: #3fb8ff;
}

.footer__menu {
  width: 71.6rem;
  margin: 0 auto 3rem;
}

.footer__menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__menu ul a {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer__menu ul a:hover {
  color: #3fb8ff;
}

.footer__text {
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-content {
  /* padding: 4.5rem 0 18rem; */

  background-size: 127.8rem auto;
  background-position: bottom -20rem right;
  background-repeat: no-repeat;
}

.text-content .container {
  max-width: 130rem;
}

.text-content__title {
  color: #181818;
  background-clip: text;

  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6rem;
  text-align: center;
}

.text-content__content {
  position: relative;
  z-index: 2;
}

.text-content__content h2 {
  color: #000;
  font-family: Paytone one;
  font-size: 32px;
  font-style: normal;
  font-weight: 275;
  line-height: 34px;
}

.text-content__content p {
  color: #000;

  font-family: Paytone one;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 106.25% */
}

.text-content__content p .accent {
  font-weight: 500;
}

.text-content__content p:nth-last-child(1) {
  margin-bottom: 0;
}

.text-content .abs__tree-1 {
  width: 27.6rem;
  top: 105rem;
  right: -33rem;
}

.text-content .abs__tree-1.privacy-tree-1 {
  top: 44.4rem;
}

.text-content .abs__tree-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: block;
  background: linear-gradient(-90deg, rgba(24, 24, 24, 0) 0%, #181818 65.73%);
  background: -webkit-linear-gradient(-90deg,
      rgba(24, 24, 24, 0) 0%,
      #181818 65.73%);
}

.text-content .abs__tree-2 {
  width: 27.6rem;
  bottom: 82rem;
  left: -36rem;
}

.text-content .abs__tree-2.privacy-tree-2 {
  bottom: 57.4rem;
}

.text-content .abs__tree-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: block;
  background: linear-gradient(-90deg, rgba(24, 24, 24, 0) 0%, #181818 65.73%);
  background: -webkit-linear-gradient(-90deg,
      rgba(24, 24, 24, 0) 0%,
      #181818 65.73%);
}

@media (max-width: 1024px) {
  html {
    font-size: 0.7692307692vw;
  }

  .container {
    padding: 0 3rem;
  }

  .gallery .swiper-wrapper {
    min-height: 40rem;
  }

  .video__video {
    width: 112rem;
    height: 62.4rem;
    filter: drop-shadow(0px 0px 1.8rem #3fb8ff);
    -webkit-filter: drop-shadow(0px 0px 1.8rem #3fb8ff);
  }

  #video {
    width: 104rem;
    height: 54.4rem;
    top: 4rem;
    left: 4rem;
  }

  .truck img {
    margin-left: -28rem;
  }

  .features .abs__tree {
    left: -10rem;
    top: -18rem;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 1.6666666667vw;
  }

  .container {
    padding: 0 2rem;
  }

  .section-title {
    font-size: 3.6rem;
  }

  .header__row {}

  .header .logo {
    /* width: 3rem; */
  }

  .header__inner {
    padding: 2rem 0;
  }

  .header__inner.fixed {
    padding: 2rem 0;
  }

  .header-placeholder {
    height: 6.9rem;
  }

  .burger-btn {
    position: absolute;
    top: -0.4rem;
    right: 2rem;
  }

  .hero__title {
    font-size: 9.6rem;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 48rem;
    text-align: center;
  }

  .hero .btn {
    top: 62rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero .btn:hover {
    transform: translateX(-50%) scale(1.1);
  }

  .disclaimer {
    margin-top: -9rem;
  }

  .disclaimer .section-title {
    margin-bottom: 3rem;
  }

  .disclaimer__text {
    font-size: 2.4rem;
  }

  .gallery {
    background-image: unset;
    padding-top: 15rem;
    padding-bottom: 6rem;
  }

  .gallery .section-title {
    margin-bottom: 2rem;
  }

  .gallery__slide.swiper-slide-active .gallery__slide-content {
    box-shadow: 0px 0px 3rem 0px #3fb8ff;
  }

  .gallery .swiper-wrapper {
    min-height: 30rem;
  }

  .gallery__pagination.swiper-pagination {
    bottom: -5.5rem;
  }

  .about {
    background-size: 97rem;
  }

  .about .section-title {
    margin-bottom: 3rem;
  }

  .about__text {
    font-size: 2.4rem;
    text-align: center;
  }

  .about__inner {
    padding-bottom: 45px;
  }

  .about .abs__car {
    width: 45rem;
    right: 6.5rem;
    bottom: 9rem;
  }

  .about .abs__tree {
    width: 9.2rem;
    left: -2rem;
    bottom: 29rem;
    top: unset;
  }

  .about .abs__tree-1 {
    width: 9.7rem;
    right: 1rem;
    bottom: 24rem;
    top: unset;
  }

  .how-play {
    margin-top: -7rem;
    padding-bottom: 6rem;
  }

  .how-play .section-title {
    margin-bottom: 3rem;
  }

  .how-play__slider {
    width: calc(100% + 4.2rem);
    margin-left: -2.1rem;
  }

  .how-play__slide {
    /* height: 40rem; */
  }

  .how-play__number {
    padding-top: 0.5rem;
  }

  .how-play__text {
    font-size: 1.6rem;
    padding: 2.5rem 3rem;
  }

  .how-play__pagination.swiper-pagination {
    bottom: -6rem;
  }

  .features {
    padding-bottom: 2rem;
  }

  .features .section-title {
    margin-bottom: 3rem;
  }

  .features .abs__tree {
    display: none;
  }

  .features__item {
    width: calc(50% - 1rem);
    padding: 1.6rem 2.2rem 2.8rem;
    min-height: 22rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 1rem 0px #3fb8ff;
  }

  .features__item:after {
    width: 19rem;
    height: 4.5rem;
  }

  .features__star {
    width: 6rem;
    margin: 0 auto 3rem;
  }

  .features__text {
    font-size: 1.6rem;
  }

  .truck img {
    width: 61rem;
    margin-left: -0.5rem;
  }

  .video {
    background-size: 98rem;
    height: 54rem;
    margin-top: -15rem;
    padding-top: 15rem;
  }

  .video__video {
    width: 60rem;
    height: 32.5rem;
    filter: drop-shadow(0px 0px 1rem #3fb8ff);
    -webkit-filter: drop-shadow(0px 0px 1rem #3fb8ff);
  }

  .video #video {
    width: 56rem;
    height: 28.5rem;
    left: 2rem;
    top: 2rem;
    padding: 0.4rem;
  }

  .footer {
    padding: 4rem 0;
  }

  .footer__links {
    width: 40rem;
    margin-bottom: 2rem;
  }

  .footer__links a {
    font-size: 1.6rem;
  }

  .footer__menu {
    margin-bottom: 3rem;
    width: 56rem;
  }

  .footer__menu ul li {
    margin-right: 0rem;
  }

  .footer__menu ul li:nth-last-child(1) {
    margin-right: 0;
  }

  .footer__menu ul li a {
    font-size: 1.6rem;
  }

  .footer__text {
    font-size: 1.6rem;
  }

  #menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 39rem;
    background-color: #282828;
    padding: 6rem 0;
  }

  #menu.opened {
    top: 0;
  }

  #menu .menu {
    height: 100%;
  }

  #menu .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #menu .menu ul li {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #menu .menu ul li:nth-last-child(1) {
    margin-bottom: 0;
  }

  #menu .menu ul li a {
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 400;
  }

  .text-content {
    padding: 1.4rem 0 5.5rem;
    background-image: url(../img/terms-bg-mobile.svg);
    background-size: 35rem;
    background-position: bottom -2.5rem right;
  }

  .text-content__title {
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
  }

  .text-content__content {
    padding: 0 1rem;
  }

  .text-content__content h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .text-content__content p {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }

  .text-content__content p:nth-last-child(1) {
    margin-bottom: 0;
  }

  .text-content .abs__tree-1 {
    width: 10rem;
    right: -4rem;
    top: 150rem;
  }

  .text-content .abs__tree-1.privacy-tree-1 {
    top: 30rem;
  }

  .text-content .abs__tree-2 {
    width: 7rem;
    left: -2rem;
    bottom: 16rem;
  }

  .text-content .abs__tree-2.privacy-tree-2 {
    bottom: 3rem;
  }
}



@media (max-width: 600px) {
  .how-play__slide-content p {
    font-size: 15px;
  }

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

  .name {
    margin-bottom: 27px;
    gap: 10px;
  }

  .gallery {
    margin-bottom: 50px;
  }

  .about-bg .padding {
    padding: 25px;
  }

  .about-block {
    padding: 30px 70px;
    font-size: 14px;
  }

  .about-title {
    font-size: 24px;
  }

  .header .logo {
    width: 70px;
  }



  .left img {
    display: block;
    margin: 0 auto;

    max-width: 200px;
    margin-bottom: 50px;
  }

  .left h1 {
    text-align: center;
    font-family: 'Paytone one';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .left p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
  }

  .right {
    flex: unset;
  }
}


.rating,
.prefooter {
  background: #FF881B;
  padding: 50px;
  color: #fff;
}

.shmexish {
  justify-content: space-evenly;
  align-items: flex-start;
}

.flexish-img {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
}

.flexish-img p {
  color: #301A22;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.4px;
  /* 140% */
  max-width: 200px;
}

@media (max-width: 600px) {
  .flexish-img {
    flex-direction: column;
  }
}