@font-face {
  font-family: "SuisseIntl-SemiBold";
  src: url(../fonts/SuisseIntl-SemiBold.woff);
  font-weight: 600;
}
@font-face {
  font-family: "Alumni Sans Bold";
  src: url(../fonts/AlumniSans-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Alumni Sans Medium";
  src: url(../fonts/AlumniSans-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: "Alumni Sans Regular";
  src: url(../fonts/AlumniSans-Regular.woff);
  font-weight: 400;
}
html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul, li, p, h1, h2, h3 {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #00003D;
}

body {
  background-color: #00003D;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  font-family: Alumni Sans Regular, sans-serif;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
body img {
  max-width: 100%;
  height: auto;
}

body.light {
  background-color: #00003D;
}

.page {
  overflow: hidden;
  background-color: #00003D;
}
.page__hero {
  height: 551px;
  background: url("../img/bg-hero-desk.png") no-repeat 60% 0/cover;
}
@media screen and (min-width: 600px) and (orientation: landscape) and (min-height: 501px) {
  .page__hero {
    background: url("../img/bg-hero-desk.png") no-repeat 60% 0/cover;
  }
}
@media screen and (min-width: 601px) and (max-width: 1300px) and (orientation: portrait) {
  .page__hero {
    background: url("../img/bg-hero-tab.png") no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .page__hero {
    background: url("../img/bg-hero-mob.png") no-repeat 50% 0%/cover;
  }
}
.page__btn {
  padding: 19px 20px 17px;
  border-radius: 4px;
  background-color: #05C48A;
  border: none;
  color: #005;
  font-family: SuisseIntl-SemiBold, sans-serif;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 20px;
  width: 308px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  max-width: 90%;
  text-align: center;
}
.page__btn:hover {
  background-color: rgb(28, 212, 157);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.page__bg2 {
  z-index: 1;
  margin-top: 135px;
  height: 1240px;
  width: 100%;
  position: absolute;
  background: url("../img/bg2-desk.png") no-repeat 50% 50%/cover;
}

.hero {
  position: relative;
}
.hero__container {
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__left {
  padding-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__right {
  padding-top: 28px;
  height: 522px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.hero__title {
  margin-bottom: 28px;
  text-shadow: none !important;
  text-wrap: nowrap;
}
.hero__title span {
  font-family: Alumni Sans Bold, sans-serif;
  color: #FF267E;
}
.hero__subtitle {
  margin-bottom: 58px;
  font-family: Alumni Sans Regular, sans-serif;
  font-size: 24px;
  color: #FFF;
}
.hero__terminals {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.hero__terminals img {
  max-height: 100%;
}
.hero__terminal--bal {
  width: 119px;
  height: 119px;
  position: absolute;
  top: 44px;
  left: 22px;
  background: url("../img/hero/ball-desk.png") no-repeat 0 0/contain;
  -webkit-animation: 6s infinite move-ball linear;
  animation: 6s infinite move-ball linear;
}
.hero__terminal--hand {
  width: 232px;
  height: 178px;
  position: absolute;
  bottom: 142px;
  right: -80px;
  background: url("../img/hero/hand-desk.png") no-repeat 0 0/cover;
  -webkit-animation: 4s infinite move-hand linear;
  animation: 4s infinite move-hand linear;
}
.hero__shadow {
  position: absolute;
  width: 100%;
  height: 192px;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 61, 0)), to(#00003D));
  background: -o-linear-gradient(top, rgba(0, 0, 61, 0) 0%, #00003D 100%);
  background: linear-gradient(180deg, rgba(0, 0, 61, 0) 0%, #00003D 100%);
}

.section__title {
  color: #FFF;
  text-shadow: 3px 0px 0px #FF267E;
  font-family: Alumni Sans Bold, sans-serif;
  font-size: 90px;
  line-height: 70px;
  text-transform: uppercase;
}

.about {
  position: relative;
  z-index: 2;
  margin-top: 59px;
}
.about__container {
  padding-right: 32px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about__container::before {
  content: "";
  background: url("../img/about/about-before-desk.png") no-repeat 0 0/cover;
  width: 208px;
  height: 208px;
  position: absolute;
  right: 0;
  top: 15px;
}
.about__container::after {
  content: "";
  background: url("../img/about/about-after-desk.png") no-repeat 0 0/cover;
  width: 273px;
  height: 273px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.about__title {
  margin-bottom: 75px;
}
.about__img {
  position: relative;
  width: 1020px;
  height: 654px;
  background: url("../img/about/man-desk.png") no-repeat 50% 0/contain;
}
.about__img::before {
  display: none;
}
.about__img--basketball {
  position: absolute;
  top: 13.31px;
  right: 152px;
  width: 128px;
  z-index: -1;
  -webkit-animation: 18s infinite move-basketball linear;
  animation: 18s infinite move-basketball linear;
}
.about__img--soccer {
  width: 137px;
  position: absolute;
  right: 271px;
  bottom: 107px;
  right: 30%;
  -webkit-animation: 6s infinite jump-ball linear;
  animation: 6s infinite jump-ball linear;
}
.about__img--hand {
  width: 270px;
  position: absolute;
  left: -20px;
  top: 6.5px;
  -webkit-animation: 4s infinite move-hand linear;
  animation: 4s infinite move-hand linear;
}
.about__img--gamepad {
  width: 195px;
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-animation: 5s infinite move-gamepad ease-in-out;
  animation: 5s infinite move-gamepad ease-in-out;
}
.about__man {
  height: 654px;
}
.about__list {
  width: 570px;
  position: relative;
  left: -45px;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-family: Alumni Sans Medium, sans-serif;
  font-size: 26px;
  color: #FFF;
}
.about__item::before {
  content: "";
  min-width: 51.734px;
  height: 46.905px;
  background: url("../img/check.png") no-repeat 0 0/cover;
}

.service {
  position: relative;
  z-index: 3;
}
.service__container {
  max-width: 1880px;
  margin: 0 auto;
  position: relative;
}
.service__title {
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: center;
}
.service__middle {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.service__left {
  height: 419px;
  min-width: 552px;
  position: relative;
}
.service__crown {
  width: 439px;
  position: absolute;
  top: -115px;
}
.service__block {
  width: 552px;
  height: 418px;
}
.service__block--left {
  position: relative;
  background: url("../img/service/left-bg-border-desk.png") no-repeat 0 0/cover;
}
.service__block--left::before {
  content: "";
  position: absolute;
  bottom: -135px;
  left: -220px;
  width: 450px;
  height: 535px;
  background: url("../img/service/left-before.png") no-repeat 0 0/cover;
  z-index: -1;
}
.service__block--left::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -105px;
  width: 450px;
  height: 535px;
  background: url("../img/service/left-after.png") no-repeat 0 0/cover;
  z-index: -1;
}
.service__block--right {
  position: relative;
  background: url("../img/service/right-bg-border-desk.png") no-repeat 0 0/cover;
}
.service__block--right::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -135px;
  width: 400px;
  height: 540px;
  background: url("../img/service/right-before.png") no-repeat 0 0/cover;
  z-index: -1;
}
.service__block--right::after {
  content: "";
  position: absolute;
  bottom: -155px;
  right: -205px;
  width: 450px;
  height: 535px;
  background: url("../img/service/right-after.png") no-repeat 0 0/cover;
  z-index: -1;
}
.service__right {
  min-width: 552px;
  height: 419px;
  position: relative;
}
.service__text {
  color: white;
  width: 260px;
  text-align: center;
  font-family: Alumni Sans Medium, sans-serif;
  font-size: 24px;
  letter-spacing: 0.48px;
}
.service__text--left {
  position: absolute;
  bottom: 35px;
  right: 75px;
}
.service__text--right {
  position: absolute;
  bottom: 35px;
  left: 87px;
}
.service__btn {
  position: relative;
  display: block;
  margin: 10px auto 70px;
}

.types {
  background: url("../img/types/types-bg-desk.png") no-repeat 50% 50%/cover;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.types__title {
  text-align: center;
  margin: 52px auto 71px;
}
.types__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.types__item {
  position: relative;
  width: 340px;
  height: 229px;
  margin-right: -50px;
  background: url("../img/types/item-bg-desk.png") no-repeat 50% 0/cover;
}
.types__item--2, .types__item--4 {
  margin-top: 50px;
  margin-right: -90px;
}
.types__item-img {
  width: 134px;
  height: 134px;
  position: absolute;
  left: 50%;
  top: 23px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.types__item-text {
  position: absolute;
  right: 65px;
  bottom: 24px;
  color: #FFF;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  font-family: Alumni Sans Bold, sans-serif;
  font-size: 30px;
  letter-spacing: 1.2px;
  text-wrap: nowrap;
}
.types__item-text--last {
  right: 90px;
}

.contacts {
  background: url("../img/contacts/contacts-bg-desk.jpg") no-repeat 50% 0/cover;
}
.contacts__title {
  text-align: center;
  margin-bottom: 80px;
}
.contacts__container {
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/contacts/item-bg-desk.png") no-repeat 0% 0/contain;
  width: 475px;
  position: relative;
}
.contacts__item:hover .contacts__item--img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.contacts__item:hover .contacts__item--text {
  text-shadow: 1px 1px 2px red, 0 0 1em white, 0 0 0.2em white;
}
.contacts__item::before {
  content: "";
  display: block;
  width: 115px;
  height: 100%;
  background: url("../img/contacts/item-before-bg-desk.png") no-repeat 0% 0/contain;
  position: absolute;
  left: -4px;
  bottom: 0;
}
.contacts__item--img {
  width: 34px;
  height: 34px;
  margin-left: 38px;
  margin-right: 38px;
  z-index: 2;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.contacts__item--text {
  color: #FFF;
  text-align: center;
  font-family: Alumni Sans Medium, sans-serif;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.56px;
  padding-block: 16px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.contacts__item--no-hover:hover .contacts__item--img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.contacts__item--no-hover:hover .contacts__item--text {
  text-shadow: none;
}

@-webkit-keyframes move-ball {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%);
  }
}

@keyframes move-ball {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%);
  }
}
@-webkit-keyframes jump-ball {
  0% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(-100px);
    transform: rotate(180deg) translateX(-100px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(0);
    transform: rotate(360deg) translateX(0);
  }
}
@keyframes jump-ball {
  0% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translateX(-100px);
    transform: rotate(180deg) translateX(-100px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(0);
    transform: rotate(360deg) translateX(0);
  }
}
@-webkit-keyframes jump-ball-tablet {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(80deg) translateX(-100px);
    transform: rotate(80deg) translateX(-100px);
  }
}
@keyframes jump-ball-tablet {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(80deg) translateX(-100px);
    transform: rotate(80deg) translateX(-100px);
  }
}
@-webkit-keyframes jump-ball-mobile {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(80deg) translateX(-50px);
    transform: rotate(80deg) translateX(-50px);
  }
}
@keyframes jump-ball-mobile {
  0%, 100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  50% {
    -webkit-transform: rotate(80deg) translateX(-50px);
    transform: rotate(80deg) translateX(-50px);
  }
}
@-webkit-keyframes move-hand {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes move-hand {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes move-basketball {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 100px);
    transform: translate(-60px, 100px);
  }
}
@keyframes move-basketball {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 100px);
    transform: translate(-60px, 100px);
  }
}
@-webkit-keyframes move-basketball-tablet {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-30px, 50px) rotate(-180deg);
    transform: translate(-30px, 50px) rotate(-180deg);
  }
}
@keyframes move-basketball-tablet {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-30px, 50px) rotate(-180deg);
    transform: translate(-30px, 50px) rotate(-180deg);
  }
}
@-webkit-keyframes move-gamepad {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes move-gamepad {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes move-roketka {
  0%, 60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes move-roketka {
  0%, 60% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@-webkit-keyframes move-club {
  0%, 100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg) translate(-50px, 0);
    transform: rotate(10deg) translate(-50px, 0);
  }
}
@keyframes move-club {
  0%, 100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(10deg) translate(-50px, 0);
    transform: rotate(10deg) translate(-50px, 0);
  }
}
body.dark {
  background-color: #040613;
}
body.dark .page {
  background-color: #040613;
}
body.dark .page__bg2 {
  background: url("../img/bg2-desk-dark.png") no-repeat 50% 50%/cover;
}
body.dark .hero__shadow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 6, 19, 0)), to(#040613));
  background: -o-linear-gradient(top, rgba(4, 6, 19, 0) 0%, #040613 100%);
  background: linear-gradient(180deg, rgba(4, 6, 19, 0) 0%, #040613 100%);
}
body.dark .about__img {
  background: url("../img/about/man-desk-dark.png") no-repeat 50% 0/contain;
}
body.dark .page__types {
  background: url("../img/types/types-bg-desk-dark.png") no-repeat 50% 50%/cover;
}
body.dark .contacts {
  background: url("../img/contacts/contacts-bg-desk-dark.jpg") no-repeat 50% 0/cover;
}
body.dark .service__block--right {
  background: url("../img/service/right-bg-border-desk-dark.png") no-repeat 0 0/cover;
}
body.dark .service__block--left {
  background: url("../img/service/left-bg-border-desk-dark.png") no-repeat 0 0/cover;
}
body.dark .types__item {
  background: url("../img/types/item-bg-desk-dark.png") no-repeat 50% 0/cover;
}
body.dark .contacts__item {
  background: url("../img/contacts/item-bg-desk-dark.png") no-repeat 0% 0/contain;
}
@media screen and (max-width: 1100px) {
  body.dark .page__bg2 {
    background-image: url("../img/bg2-tab-dark.png");
  }
  body.dark .contacts {
    background: url("../img/contacts/contacts-bg-tab-dark.jpg") no-repeat 50% 0/cover;
  }
  body.dark .about__img {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1000px) {
  body.dark .contacts__item {
    background: url("../img/contacts/item-bg-tab-dark.png") no-repeat 0% 0/contain;
  }
}
@media screen and (max-width: 768px) {
  body.dark .about__img {
    background-image: url("../img/about/man-tab-dark.png");
  }
  body.dark .service__block {
    background-size: contain;
  }
  body.dark .service__block--left {
    background-image: url("../img/service/left-bg-border-tab-dark.png");
  }
  body.dark .service__block--right {
    background-image: url("../img/service/right-bg-border-tab-dark.png");
  }
  body.dark .types {
    background-image: url("../img/types/types-bg-tab-dark.png");
  }
  body.dark .contacts {
    background: url("../img/contacts/contacts-bg-mob-dark.jpg") no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 650px) {
  body.dark .about__img {
    background: url("../img/about/man-mob-dark.png") no-repeat 50% 0/contain;
  }
  body.dark .service__block {
    background-size: contain;
  }
  body.dark .service__block--left {
    background-image: url("../img/service/left-mob-dark.png");
  }
  body.dark .service__block--right {
    background-image: url("../img/service/right-mob-dark.png");
  }
  body.dark .types {
    background-image: url("../img/types/types-bg-mob-dark.png");
  }
  body.dark .types__item {
    background-image: url("../img/types/item-bg-mob-dark.png");
  }
}

@media screen and (max-width: 1700px) {
  .about__title {
    font-size: 85px;
  }
  .about__container {
    padding-right: 0;
  }
  .about__container::before {
    right: -40px;
  }
  .about__container::after {
    bottom: -80px;
  }
  .about__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about__img--gamepad {
    left: 15%;
  }
  .about__list {
    min-width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .about__img {
    height: 600px;
  }
  .about__img--gamepad {
    width: 150px;
    left: 10%;
  }
  .service__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 1350px) {
  .hero__container {
    padding-right: 40px;
  }
  .types__items {
    padding-right: 50px;
  }
  .types__item {
    width: 310px;
    height: 212px;
  }
}
@media screen and (max-width: 1300px) {
  .about__img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    height: 550px;
  }
  .about__img--basketball {
    -webkit-animation: 13s infinite move-basketball-tablet linear;
    animation: 13s infinite move-basketball-tablet linear;
  }
  .about__img--soccer {
    width: 110px;
    bottom: 157px;
  }
  .about__list {
    left: -135px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .about__title {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
}
@media screen and (max-width: 1250px) {
  .section__title {
    font-size: 70px;
    text-wrap: nowrap;
  }
  .about__title {
    margin-bottom: 50px;
  }
  .about__img {
    min-width: 800px;
  }
  .about__img--gamepad {
    width: 120px;
    left: 20%;
    bottom: 100px;
  }
  .about__img--soccer {
    width: 80px;
  }
  .about__img--hand {
    width: 200px;
  }
  .about__img--basketball {
    width: 100px;
    -webkit-animation: 18s infinite move-basketball linear;
    animation: 18s infinite move-basketball linear;
  }
}
@media screen and (max-width: 1200px) {
  .about__container::before {
    width: 180px;
    height: 180px;
  }
  .about__container::after {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1150px) {
  .section__title {
    line-height: 70px;
    font-size: 70px;
  }
  .service__title {
    margin-bottom: 0;
  }
  .service__crown {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .service__left {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .service__right {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .types__items {
    padding-right: 100px;
  }
  .types__item {
    width: 310px;
    height: 212px;
  }
}
@media screen and (max-width: 1150px) {
  .about__list {
    left: -200px;
  }
}
@media screen and (max-width: 1100px) {
  .page__bg2 {
    background-image: url("../img/bg2-tab.png");
    height: 900px;
  }
  .hero__left {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 40px;
    padding-left: 32px;
  }
  .hero__right {
    height: 480px;
  }
  .hero__title {
    line-height: 60px;
  }
  .hero__subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    width: 311px;
  }
  .about__img {
    min-width: 600px;
    background-size: cover;
    background-position: center;
  }
  .about__img--basketball {
    width: 100px;
    right: 100px;
    -webkit-animation: 13s infinite move-basketball-tablet linear;
    animation: 13s infinite move-basketball-tablet linear;
  }
  .about__img--gamepad {
    left: 10%;
  }
  .about__list {
    left: -135px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .service__middle {
    height: 350px;
  }
  .service__crown {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .service__left, .service__right {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .types {
    padding-bottom: 100px;
  }
  .types__title {
    margin-bottom: 40px;
  }
  .types__item {
    width: 270px;
    height: 183px;
    margin-right: -35px;
  }
  .types__item--2, .types__item--4 {
    margin-right: -70px;
  }
  .types__item-img {
    width: 104px;
    height: 104px;
  }
  .types__item-text {
    font-size: 22px;
    right: 50px;
    bottom: 15px;
  }
  .types__item-text--last {
    right: 65px;
  }
  .contacts {
    background: url("../img/contacts/contacts-bg-tab.jpg") no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 1000px) {
  .section__title {
    line-height: 60px;
    font-size: 60px;
  }
  .about {
    margin-top: 30px;
  }
  .about__container::before {
    width: 150px;
    height: 150px;
    right: 0;
  }
  .about__container::after {
    width: 150px;
    height: 150px;
    right: 0;
  }
  .about__title {
    margin-bottom: 50px;
  }
  .about__img {
    top: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 420px;
    min-width: 520px;
  }
  .about__img--soccer {
    bottom: 100px;
  }
  .about__img--gamepad {
    bottom: 30px;
  }
  .about__list {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: -70px;
  }
  .about__title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about__items {
    gap: 20px;
  }
  .types__title {
    margin-bottom: 35px;
  }
  .types__items {
    padding-right: 70px;
  }
  .types__item {
    width: 200px;
    height: 136px;
    margin-right: -25px;
  }
  .types__item--2, .types__item--4 {
    margin-right: -65px;
  }
  .types__item-img {
    width: 80px;
    height: 80px;
    top: 13px;
  }
  .types__item-text {
    font-size: 18px;
    right: 30px;
    bottom: 14px;
  }
  .types__item-text--last {
    right: 50px;
  }
  .contacts__title {
    margin-bottom: 50px;
  }
  .contacts__container {
    padding-bottom: 80px;
  }
  .contacts__item {
    background: url("../img/contacts/item-bg-tab.png") no-repeat 0% 0/contain;
    width: 336px;
    height: 60px;
  }
  .contacts__item::before {
    width: 86px;
    background: url("../img/contacts/item-before-bg-tab.png") no-repeat 0% 0/contain;
  }
  .contacts__item--img {
    width: 28px;
    height: 28px;
    margin-left: 26px;
    margin-right: 28px;
    margin-top: 1px;
  }
  .contacts__item--text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.4px;
  }
  .service {
    margin-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  .hero__right {
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 450px;
  }
}
@media screen and (max-width: 900px) {
  .hero__right {
    height: 440px;
  }
  .about__img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .about__list {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .about__title {
    -webkit-transform: scale(1.111);
    -ms-transform: scale(1.111);
    transform: scale(1.111);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .service__middle {
    height: 300px;
  }
  .service__crown {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .service__left, .service__right {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (max-width: 850px) {
  .hero__right {
    height: 410px;
  }
  .about__img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 50px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .about__list {
    left: -130px;
  }
}
@media screen and (max-width: 768px) {
  .hero__left {
    padding-left: 30px;
  }
  .hero__right {
    right: 10px;
    height: 380px;
  }
  .hero__title {
    margin-bottom: 10px;
  }
  .hero__terminal--bal {
    width: 81px;
    height: 81px;
    top: 30px;
    background-image: url(../img/hero/ball-tab.png);
  }
  .hero__terminal--hand {
    width: 158px;
    height: 120px;
    right: -30px;
    bottom: 130px;
    background-image: url(../img/hero/hand-tab.png);
  }
  .about__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 20px;
    min-width: 100%;
  }
  .about__container::before {
    background-image: url("../img/about/about-before-tab.png");
    right: 37%;
    width: 123px;
    height: 123px;
  }
  .about__container::after {
    background-image: url("../img/about/about-after-tab.png");
    right: -10px;
    width: 140px;
    height: 140px;
    bottom: -50px;
  }
  .about__title {
    margin-bottom: 37px;
  }
  .about__list {
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    min-width: 50%;
  }
  .about__title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about__items {
    gap: 21px;
  }
  .about__item {
    font-size: 22px;
  }
  .about__item::before {
    min-width: 38px;
    height: 34px;
  }
  .about__img {
    min-width: 60%;
    max-width: 60%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 40px;
    right: 40px;
    height: 415px;
    background-image: url("../img/about/man-tab.png");
  }
  .about__img--basketball {
    width: 87px;
    top: 13px;
    right: 12px;
    z-index: -1;
    -webkit-animation: 13s infinite move-basketball-tablet linear;
    animation: 13s infinite move-basketball-tablet linear;
  }
  .about__img--soccer {
    width: 80px;
    position: absolute;
    right: 40px;
    bottom: 80px;
    -webkit-animation: 8s infinite jump-ball-tablet linear;
    animation: 8s infinite jump-ball-tablet linear;
  }
  .about__img--hand {
    display: none;
  }
  .about__img--gamepad {
    width: 114px;
    position: absolute;
    bottom: 20px;
    left: 60px;
  }
  .service__middle {
    height: 280px;
  }
  .service__crown {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .service__left, .service__right {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .service__btn {
    margin-bottom: 40px;
  }
  .service__block--left {
    background-image: url("../img/service/left-bg-border-tab.png");
    background-size: contain;
  }
  .service__block--right {
    background-image: url("../img/service/right-bg-border-tab.png");
    background-size: contain;
  }
  .service__text--right {
    left: 75px;
  }
  .types {
    background-image: url("../img/types/types-bg-tab.png");
    margin-bottom: 20px;
  }
  .types__title {
    margin-top: 0px;
  }
  .contacts {
    background: url("../img/contacts/contacts-bg-mob.jpg") no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 715px) {
  .types__items {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@media screen and (max-width: 700px) {
  .section__title {
    font-size: 58px;
    line-height: 58px;
  }
  .hero__left {
    padding-left: 20px;
  }
  .hero__right {
    height: 330px;
  }
  .hero__terminal--hand {
    bottom: 100px;
  }
  .hero__title {
    line-height: 46px;
    margin-bottom: 14px;
  }
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .about__img {
    margin-left: -50px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .about__list {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .about__title {
    -webkit-transform: scale(1.111);
    -ms-transform: scale(1.111);
    transform: scale(1.111);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .service__middle {
    height: 250px;
  }
  .service__crown {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .service__left, .service__right {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
}
@media screen and (max-width: 650px) {
  .section__title {
    font-size: 50px;
    line-height: 40px;
  }
  .page__bg2 {
    background-image: url("../img/bg2-mob.png");
  }
  .hero {
    height: auto;
  }
  .hero__container {
    padding-top: 30px;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__left {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 0;
    margin-top: 0;
  }
  .hero__right {
    position: relative;
    right: 0;
    padding-top: 0;
  }
  .hero__terminal--bal {
    top: 10px;
    left: 10px;
    background-image: url(../img/hero/ball-mob.png);
  }
  .hero__terminal--hand {
    width: 138px;
    height: 105px;
    bottom: 130px;
    right: -40px;
    background-image: url(../img/hero/hand-mob.png);
  }
  .hero__btn {
    margin: 0 auto;
  }
  .about {
    margin-top: 0;
  }
  .about__container {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .about__container::before {
    display: none;
  }
  .about__container::after {
    bottom: -30px;
    -webkit-animation: 7s infinite move-club linear;
    animation: 7s infinite move-club linear;
  }
  .about__img {
    position: relative;
    margin: 0 auto;
    min-width: auto;
    max-width: 500px;
    min-height: 400px;
    inset: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: url("../img/about/man-mob.png") no-repeat 50% 0/contain;
  }
  .about__img::before {
    content: "";
    display: block;
    background: url("../img/about/about-before-tab.png") no-repeat 0 0/cover;
    width: 123px;
    height: 123px;
    position: absolute;
    top: 15px;
    -webkit-animation: 4s infinite move-roketka ease-in-out;
    animation: 4s infinite move-roketka ease-in-out;
  }
  .about__list {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }
  .about__title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about__title {
    text-align: center;
  }
  .about__items {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .service__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .service__crown {
    display: none;
  }
  .service__left, .service__right {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 390px;
  }
  .service__block {
    width: 100%;
  }
  .service__block::before, .service__block::after {
    display: none;
  }
  .service__block--left {
    background-image: url("../img/service/left-mob.png");
    background-size: contain;
  }
  .service__block--right {
    background-image: url("../img/service/right-mob.png");
    background-size: contain;
  }
  .service__text {
    padding: 0 40px;
    letter-spacing: 0.4px;
    left: 0;
    right: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .types {
    background-image: url("../img/types/types-bg-mob.png");
    background-position-y: 70%;
  }
  .types__items {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 30px;
  }
  .types__item {
    margin: 0;
    background-image: url("../img/types/item-bg-mob.png");
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__container {
    gap: 0;
  }
  .contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service__left, .service__right {
    height: 360px;
    min-width: 100%;
  }
  .service__text {
    bottom: 30px;
  }
  .types {
    padding-bottom: 60px;
  }
  .types__items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 550px) {
  .section__title {
    font-size: 45px;
    line-height: 40px;
  }
  .about__img {
    min-width: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about__list {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about__title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about__item {
    font-size: 20px;
  }
  .service__left, .service__right {
    height: 340px;
  }
}
@media screen and (max-width: 500px) {
  .about__title {
    margin-bottom: 20px;
  }
  .about__item::before {
    min-width: 30.297px;
    height: 27.469px;
  }
  .about__img {
    min-height: 380px;
    max-width: 450px;
  }
  .about__img--gamepad {
    bottom: 5px;
    left: 10px;
    width: 100px;
    height: 100px;
  }
  .about__img--soccer {
    right: 0;
    left: 70%;
    bottom: 50px;
    -webkit-animation: 8s infinite jump-ball-mobile linear;
    animation: 8s infinite jump-ball-mobile linear;
  }
  .about__img--basketball {
    top: 0;
    right: 40px;
    width: 76px;
  }
  .service__left, .service__right {
    height: 320px;
  }
  .service__text {
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .about__img {
    min-height: 350px;
  }
  .about__img--soccer {
    width: 70px;
  }
}
@media screen and (max-width: 450px) {
  .about__img {
    min-height: 335px;
  }
  .service__left, .service__right {
    height: 290px;
  }
  .types__items {
    row-gap: 50px;
  }
  .types__item {
    margin: 0;
    width: 166px;
    height: 113px;
  }
  .types__item-text {
    font-size: 24px;
    right: 0;
    bottom: -30px;
    left: 0;
    text-align: center;
    padding-left: 20px;
  }
  .contacts__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  .hero__left {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .about__img {
    max-width: 400px;
    min-height: 320px;
  }
  .about__img--soccer {
    width: 60px;
  }
}
@media screen and (max-width: 400px) {
  .hero__subtitle {
    width: auto;
  }
  .hero__btn {
    width: 90%;
  }
  .service__left, .service__right {
    height: 270px;
  }
  .service__text {
    bottom: 20px;
  }
}
@media screen and (max-width: 390px) {
  .about__img {
    min-height: 300px;
  }
  .about__img--soccer {
    width: 70px;
  }
}
@media screen and (max-width: 375px) {
  .section__title {
    text-wrap: wrap;
  }
  .section__item {
    width: 135px;
    height: 91px;
  }
  .section__item-img {
    width: 62px;
    height: 62px;
  }
  .section__item-text {
    font-size: 20px;
  }
  .section__item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 350px) {
  .service__left, .service__right {
    height: 250px;
  }
  .contacts__item {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (max-width: 340px) {
  .section__title {
    font-size: 47px;
    line-height: 37px;
  }
  .hero__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .about__container::after {
    width: 100px;
    height: 100px;
    bottom: -10px;
  }
  .about__img {
    max-width: 340px;
  }
  .about__img--soccer {
    bottom: 60px;
    width: 60px;
  }
  .about__img--gamepad {
    width: 90px;
    height: 90px;
    left: 20px;
  }
}
@media screen and (max-width: 312px) {
  .types__item {
    width: 115px;
    height: 78px;
  }
  .types__item-img {
    width: 55px;
    height: 55px;
  }
  .types__item-text {
    font-size: 18px;
    padding-left: 10px;
  }
  .contacts__item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 300px) {
  .service__left, .service__right {
    height: 240px;
  }
}
