

/* Start:/en/catalog/vr_kluby_parki/vr_room_zaga//slick/slick.css?16891796141776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/en/catalog/vr_kluby_parki/vr_room_zaga//slick/slick-theme.css?16891796143145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./fonts/slick.eot');
    src: url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./fonts/slick.woff') format('woff'), url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./fonts/slick.ttf') format('truetype'), url('/en/catalog/vr_kluby_parki/vr_room_zaga//slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/aspro_next_modified/css/landing.css?172797369353883*/
@import url("/local/templates/aspro_next_modified/css/./fonts/fonts.css");

@keyframes blinker {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.animate__flash {
  animation: blinker 3s linear infinite;
  animation-fill-mode: both;
}

.animate__delay-2s {
  animation-delay: 2s;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

a {
  text-decoration: none;
  color: inherit;
}

.m-bottom {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .m-bottom {
    margin-bottom: 90px;
  }
}

.cursor:hover {
  cursor: pointer;
}

li.slick-active {
  background-color: #e32966 !important;
}

.complexb {
  display: block !important;
}

.norm {
  border-width: 0;
  border-color: #ffffff;
}

.whatIs-complex425 {
  display: none;
}

.ne-norm {
  border-width: 2px;
  border-color: #e32966;
}

.slick-slider .slick-dots li {
  background: #ffffff;
  border-radius: 50px;
  width: 50px;
  height: 3px;
}
.slick-slider .slick-dots li button::before {
  content: none;
}

.slick-slider .slick-dots {
  bottom: -20px;
}

#photos .slick-dots li button::before {
  content: "";
}

body.hide-bg {
  background: #151517;
  color: white;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  overflow-x: hidden;
  background: url("https://vrn.zaga-game.ru/themes/zaga/assets/img/main_bg3.svg") #151517;
  background-size: cover;
}

.center {
  text-align: center;
}

.fw-400 {
  font-weight: 400 !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #151517;
  z-index: 998;
}

.fw-800 {
  font-weight: 800 !important;
}

.y-icon,
.v-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-icons-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}

.footer .vis-mid {
  display: none;
}

.policy-block {
  margin-top: 200px;
  margin-bottom: 150px;
}

.policy-block .h2 {
  margin-bottom: 40px;
}

#join-us {
  background: #151517;
  /* padding-bottom: 30px; */
}

#join-us .h3 {
  text-align: left;
}

.policy-h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 143%;
  margin-bottom: 30px;
}

.policy-h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 143%;
  margin-bottom: 40px;
}

#advantages .advantages-top.flex-column {
  gap: 10px;
}

.f-icons {
  display: flex;
  gap: 5px;
}

header.header-bot {
  top: 100px;
}

.br-320 {
  display: none;
}

.first-block.max-w-lend {
  margin-top: 204px;
}

.first-block .title .gradient {
  font-family: 'Dela Gothic One';
}

@media (max-width: 764px) {
  .first-block .subtitle .bg-white {
    display: block;
  }
}

@media (max-width: 764px) {
  .first-block .subtitle br {
    display: none;
  }
}

.burger {
  display: none;
}

.max-w-lend {
  width: 1192px;
  margin: auto;
}

.df-jcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h2 {
  font-family: "Micra", "Dela Gothic One";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 125%;
  text-align: left;
  margin-bottom: 60px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 764px) {
  .h2 {
    font-size: 26px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .h2 {
    margin-bottom: 30px;
    /* font-size: 18px; */
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fz-18 {
  font-size: 18px;
}

.h6.last-ot {
  font-family: "Micra", "Dela Gothic One";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 220%;
  text-align: center;
}

.pos-a {
  position: absolute;
  left: 40%;
  top: -50%;
}

.pos-r {
  position: relative;
}

.h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 143%;
  text-align: center;
  margin-bottom: 35px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0px;
}

.header-logo {
  border-right: #ffffff 1px solid;
  padding: 0px 20px 0px 0px;
}

.header-logo2 {
  padding: 0px 20px;
}

.header-wa {
  background: #25d366;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.header-wa span {
  margin-right: 8px;
}

.whatIs-complex {
  font-size: 13px;
  font-weight: 700;
}

.wa-both {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone.bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.phone:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c50b48 !important;
  transition: all 0.3s ease-in-out;
}

#video .slick-list {
  padding: 80px 0px 0 20% !important;
}

.map-img svg {
  position: absolute;
  z-index: 2;
  left: 867px;
  top: 170px;
}

.order {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-decoration-line: underline;
  color: #e32966;
}

.color-green {
  color: #8bd073;
  margin-left: 6px;
  font-weight: 500;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 66%;
}

.num-third-img {
  position: relative;
}

@keyframes moving {
  100% {
    transform: rotate(-360deg);
  }
}

.num-third-img .circle {
  animation: moving 8s infinite linear;
}

.num-third-img>span:first-child {
  position: absolute !important;
  z-index: -2;
}

.pos-aaa {
  position: relative;
}

.pos-aa {
  position: absolute;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
}

.pos-aa .circle {
  animation: moving 8s infinite linear;
}

.pos-aa>span:first-child {
  position: absolute !important;
  z-index: -2;
}

.wwu-bg {
  background-image: url("/local/templates/aspro_next_modified/css/./images/workwithus-bg.webp");
  z-index: -1;
  background-position: 100% 50%;
  background-size: cover;
}

.video-block>div:first-child,
.video-block iframe {
  box-shadow: 0px 0px 80px rgba(180, 154, 248, 0.5);
  border-radius: 20px;
}

.video-block>div:first-child>div {
  background-color: transparent;
}

/* .video-block > div:first-child > div::after {
    content: url('/local/templates/aspro_next_modified/css/./images/play-button.svg');
    top: 0;
    left: 25%;
    border-width: 0;
} */

.video-block>div:first-child>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.video-block>div:first-child>div:hover::after {
  opacity: 1;
}

.video-block>div:first-child>div::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url("/local/templates/aspro_next_modified/css/./images/video-play.svg");
  border-width: 0;
}

.video-block>div:first-child>div::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: url("/local/templates/aspro_next_modified/css/./images/video-play_hover.svg");
  border-width: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.header-button.header-buttond svg {
  display: none;
}

.header-button.header-buttond::before,
.header-button.header-buttond:hover::before {
  background: gray;
}

.video-block>div:hover>div {
  background-color: transparent !important;
}

.header-bottom {
  background: #000;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0px;
  font-size: 16px;
  line-height: 150%;
}

.complex svg {
  margin-right: 15px;
}

.complex-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.complect div:not(:last-child) {
  margin-bottom: 10px;
}

.first-block .complect .title {
  margin-bottom: 30px;
  color: rgb(255 255 255);
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
}

.titlePurple {
  color: #e32966;
}

.first-block .complect .subtitle {
  margin-bottom: 30px;
}

.first-block .complect .btnHead {
  margin-bottom: 20px;
}

body h1.color-red,
body .h1.color-red,
.color-red {
  color: #e32966;
}

.color-purple {
  color: #7f00ff;
}

.bg-white {
  background-color: white;
  padding: 6px;
  border-radius: 5.8744px;
}

.title {
  font-family: "Micra", "Dela Gothic One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 136%;
  text-transform: uppercase;
}

.title .gradient {
  line-height: 200%;
}

.subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
}

.gradient {
  background-image: linear-gradient(120.01deg,
      #e32966 16.64%,
      #70358f 70.48%,
      #1b253f 124.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}

.successful {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
}

.header-button {
  display: flex;
  justify-content: center;
  color: white;
  gap: 10px;
  background-color: #70358f;
  background-image: linear-gradient(88.37deg, #64398e 20.21%, #2f49d3 102.29%);
  border-radius: 4px;
  border-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 30px;
}

.getPresent {
  font-weight: 700;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
}

.getPlus {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
}

.whatIs-text .gilroy-400 {
  font-size: 16px;
}

.video-block iframe {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .video-block iframe {
    height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .video-block iframe {
    height: 181px;
  }
}

.flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.advantages-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.h1 {
  font-family: "Micra", "Dela Gothic One";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

.h6 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.advantages-item {
  width: 220px;
  height: 220px;
  border: 2px solid #70358f;
  box-shadow: 0px 0px 24px 1px #e32966;
  border-radius: 50%;
}

.advantages-item__desc {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
}

.advantages-item__count {
  display: flex;
  flex-direction: column;
}

.advantages-top {
  margin-bottom: 55px;
}

.advantages-top .advantagesTitle {
  white-space: nowrap;
}

.whatIs-content {
  display: flex;
}

.whatIs-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.whatIs-item {
  display: flex;
  gap: 8px;
}

.gilroy-700 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: #ffffff;
}

.gilroy-500 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  color: #ffffff;
}

.whatIs-right {
  width: max-content;
}

.numbers-subtitle {
  background: #70358f;
  border: 2px solid #70358f;
  box-shadow: 0px 0px 24px 1px #70358f;
  border-radius: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  padding: 15px 15px;
}

.numbers-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 143%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}

.numbers-second {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin-bottom: 50px;
}

.numbers-adv {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.numbers-third {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.ntb-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.ntb-subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  background: #e32966;
  border: 2px solid #e32966;
  box-shadow: 0px 0px 24px 1px #e32966;
  border-radius: 10px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.num-third-block {
  width: 384px;
}

.newCity-block {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/map.svg") no-repeat;
  height: 913px;
  margin-bottom: 18px;
}

.newCity {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  gap: 144px;
  max-width: 1032px;
}

.right-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 143%;
  color: #ffffff;
  margin-bottom: 22px;
}

.city-list span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 44px;
  text-transform: uppercase;
}

.city-list {
  width: 330px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom,
      #e32966 48.96%,
      rgba(217, 217, 217, 0) 100%);
}

.hide-bg .button,
.hide-bg button.button {
  width: max-content;
  background: #e32966;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border-width: 0;
  padding: 10px 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #ffffff;
}

.newCity-left {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.newCity-left .title {
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
}

.newCity-left .h3 {
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}

.sliderNew {
  margin-bottom: 180px;
}

@media (max-width: 991px) {
  .sliderNew {
    margin-bottom: 90px;
  }
}

@media (max-width: 766px) {
  .sliderNew .h2 {
    margin-bottom: -40px;
  }
}

.sliderNew .slick-slider .slick-dots,
#video_slider_after_franshise.slick-slider .slick-dots {
  bottom: -90px;
}

@media (max-width: 766px) {
  .sliderNew .slick-slider .slick-dots,
  #video_slider_after_franshise.slick-slider .slick-dots {
    bottom: 20px;
  }
}

.sliderNew .video-block,
#video_slider_after_franshise .video-block {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .sliderNew .slick-list,
  #video_slider_after_franshise .slick-list {
    overflow: visible;
    padding: 4% 20% 0 !important;
  }
}

@media (max-width: 766px) {
  .sliderNew .slick-list,
  #video_slider_after_franshise .slick-list {
    padding: 80px 0 0;
  }
}

.sliderNew .slick-slide,
#video_slider_after_franshise .slick-slide {
  transform: scale(1);
}

@media (max-width: 766px) {
  .sliderNew .slick-slide>*,
  #video_slider_after_franshise .slick-slider>* {
    padding: 15px;
  }
}

.sliderNew .slick-slide.slick-center,
#video_slider_after_franshise .slick-slide.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}

.game-lib-block__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 15px;
  grid-template-areas:
    "game-lib-block__title game-lib-block__desc"
    "gameLib-sliders gameLib-sliders";
}

@media (max-width: 764px) {
  .game-lib-block__cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.game-lib-block__title {
  grid-area: game-lib-block__title;
}

.game-lib-block__title .h2 {
  margin-bottom: 0;
}

.game-lib-block__desc {
  grid-area: game-lib-block__desc;
  display: flex;
  align-items: center;
}

@media (max-width: 764px) {
  .game-lib-block__desc {
    text-align: center;
  }
}

.gameLib-sliders {
  grid-area: gameLib-sliders;
}

.gameLib-sliders .slick-slider .slick-dots {
  position: static;
  margin-top: 40px;
}

.withUs-block .h2 {
  margin-bottom: 40px;
}

.grid {
  display: grid;
  margin-bottom: 40px;
  gap: 20px;
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "item1 item2 item3"
    "item4 item5 item6"
    "item7 img12 img12"
    "item8 img12 img12"
    "item9 img12 img12"
    "item10 img12 img12"
    "item11 img12 img12";
}

.grid .item.item1 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid1.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item2 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid2.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item3 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid3.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item4 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid4.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item5 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid5.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item6 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid6.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item7 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid7.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item8 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid8.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item9 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid9.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item10 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid10.svg") #ffffff no-repeat;
  background-size: cover;
}

.grid .item.item11 {
  background: url("/local/templates/aspro_next_modified/css/./images/svg/grid/grid11.svg") #ffffff no-repeat;
  background-size: cover;
}

.br-765 {
  display: none;
}

.burger {
  display: none;
}

.grid .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 25px 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 80px rgba(180, 154, 248, 0.5);
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

.item4 {
  grid-area: item4;
}

.item5 {
  grid-area: item5;
}

.item6 {
  grid-area: item6;
}

.item7 {
  grid-area: item7;
}

.item8 {
  grid-area: item8;
}

.item9 {
  grid-area: item9;
}

.item10 {
  grid-area: item10;
}

.item11 {
  grid-area: item11;
}

.img12 {
  grid-area: img12;
}

.grid .item .img {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.grid .item .text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000000;
  margin-bottom: 0;
}

.comments-block {
  margin-bottom: 50px;
}

.numbers-button2 {
  display: none;
}

.bg-img {
  width: 550px;
  height: 460px;
  background: url("/local/templates/aspro_next_modified/css/./images/zoom-img.webp") no-repeat;
}

@media (max-width: 764px) {
  .bg-img {
    height: 300px;
  }
}

.zoom-block .pos-aa {
  position: absolute;
  bottom: 5%;
  left: 15%;
}

.gendir {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
}

.zoom-block {
  display: flex;
}

.zoom-right {
  margin-left: -81px;
  align-self: center;
}

.zoom-right__text {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .zoom-right__text {
    text-align: center;
  }
}

.photos-block {
  margin-bottom: 50px;
}

.team-block {
  margin-bottom: 170px;
}

.team-flex {
  gap: 20px;
  justify-content: center;
}

.team-img {
  box-shadow: 0px 0px 80px rgba(180, 154, 248, 0.5);
  border-radius: 20px;
}

.team-img {
  height: 74%;
}

.team-post {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  margin-bottom: 6px;
  text-align: center;
  margin-top: 20px;
}

.team-name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 143%;
  margin-bottom: 6px;
  text-align: center;
}

.team-mail {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #e32966;
  text-align: center;
}

.flex {
  display: flex;
  gap: 20px;
}

.arenas-city-yes {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 32px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #e32966;
  border-radius: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
}

.arenas-city-no {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 32px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #70358f;
  border-radius: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
}

.arenas-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.arenas-right-flex .h3 {
  text-align: left;
}

.arenas-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 0;
  grid-template-areas:
    "arenas-block__title arenas-block__desc"
    "map-flex map-flex";
}

@media (max-width: 764px) {
  .arenas-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.arenas-block__title {
  grid-area: arenas-block__title;
}

.arenas-block__title .h2 {
  margin-bottom: 0;
}

.arenas-block__desc {
  grid-area: arenas-block__desc;
  display: flex;
  align-items: center;
}

@media (max-width: 764px) {
  .arenas-block__desc {
    text-align: center;
  }
}

.map-flex {
  grid-area: map-flex;
}

.arenas-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 50%;
}

.joinUs-block {
  margin-left: calc(50% - 515px);
  display: grid;
  grid-template-columns: 1fr calc(100% - 530px);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1060px) {
  .joinUs-block {
    display: block;
    margin: auto;
  }
}

.joinUs-block .phone {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #e32966;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.joinUs-block .email {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 13px;
}

.joinUs-block .email a {
  text-decoration: none;
}

.joinUs-block .address {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
  max-width: 405px;
}

.joinUs-block .h3 {
  margin-bottom: 30px;
}

.joinUs-left h2 {
  margin-bottom: 30px;
  font-size: 18px;
}

.joinUs-left__text {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  max-width: 505px;
}

.joinUs-right {
  align-self: baseline;
}

@media (max-width: 1060px) {
  .joinUs-right {
    display: none;
  }
}

.joinUs-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 495px;
}

.joinUs-img {
  width: max-content;
}

.formElem input::placeholder {
  opacity: 1;
  transition: 0.3s ease;
}

.formElem input:focus::placeholder {
  opacity: 0;
  transition: 0.3s ease;
}

.form-block .modal-text {
  color: #000;
}

.gameLib-item .inText {
  margin-top: 10px;
  padding: 0 20px 0 0;
}

.slick-initialized .slick-prev:hover:before,
.slick-initialized .slick-prev:focus:before,
.slick-initialized .slick-next:hover:before,
.slick-initialized .slick-next:focus:before {
  opacity: 1;
}

.slick-initialized .slick-prev:hover:before,
.slick-initialized .slick-next:hover:before {
  opacity: 1;
  color: #c50b48;
}

.policy {
  transition: 0.2s ease;
  color: #e32966;
}

.policy:hover {
  transition: 0.2s ease;
  text-decoration: underline;
  color: #c50b48;
  cursor: pointer;
}

input,
textarea {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  color: black;
  align-items: flex-end;
}

.footer {
  background: #000;
  padding: 20px 0;
}

.footer-left {
  display: flex;
  gap: 35px;
}

.footer-logo2 {
  align-self: center;
}

.disabled {
  display: none;
}

.footer-logo-item {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 183%;
  color: #7d7d7d;
}

.footer-block {
  display: flex;
  justify-content: space-between;
}

.footer-mid {
  align-self: end;
}

.d-mid {
  display: none;
}

.gameLib-slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
}

.gameLib-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.gameLib-item_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  /* height: 269px; */
}

/* @media screen and (max-width: 1200px) {
  .gameLib-item_img {
    height: 230px;
  }
} */

/* @media screen and (max-width: 768px) {
  .gameLib-item_img {
    height: 200px;
  }
} */

.janr {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  color: #cdcdcd;
  margin-bottom: 6px;
}

.gameName {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 143%;
  color: #ffffff;
  margin-bottom: 6px;
}

.gameDesc {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #ffffff;
  margin-bottom: 6px;
}

.gameFull {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-decoration-line: underline;
  color: #e32966;
}

.map-flex {
  display: flex;
  position: relative;
}

.map-img {
  width: max-content;
  position: absolute;
  right: 50%;
  top: -5%;
}

.slick-slide.slick-current {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
}

.slick-slide {
  transform: scale(0.8);
  transition: 0.5s ease-in-out;
  opacity: 0.2;
}

.slick-arrow.slick-next {
  right: 10%;
}

.slick-arrow.slick-prev {
  left: 10%;
  z-index: 2;
}

._2hdkJ {
  margin: auto;
}

.slick-slide img {
  min-height: 231px;
  border-radius: 10px;
}

#game-lib {
  margin-top: -100px;
}

/* #game-lib .slick-list {
    margin: 0 -10px;
}

#game-lib .slick-initialized .slick-slide {
    margin: 0 10px;
} */

div[data-index="13"] {
  display: none !important;
}

#reviews div[data-index="13"] {
  display: block !important;
}

#video div[data-index="3"] {
  display: none !important;
}

.slick-arrow.slick-next::before {
  content: url("/local/templates/aspro_next_modified/css/./images/svg/right-arrow.svg");
}

.slick-arrow.slick-prev::before {
  content: url("/local/templates/aspro_next_modified/css/./images/svg/left-arrow.svg");
}

.gameLib-sliders .slick-arrow.slick-next {
  right: -34px;
}

.gameLib-sliders .slick-arrow.slick-prev {
  left: -34px;
}

.gameLib-sliders .slick-slide.slick-current {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
}

.gameLib-sliders .slick-slide {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
}

@media (max-width: 1150px) {
  html {
    overflow-x: visible;
  }

  .joinUs-right {
    overflow-x: clip;
  }
}

.form-block {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 720px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
  color: #000;
  transition: 0.5s ease;
}

.form-block.active {
  right: 0;
  transition: 0.5s ease;
}

.form {
  position: fixed;
  width: 720px;
  height: 100vh;
  background: linear-gradient(360deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.246914) 9.9%,
      #ffffff 42.19%),
    url("/local/templates/aspro_next_modified/css/./images/photos-slider.webp");
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding: 60px 40px 0px;
}

.form .h2 {
  margin-bottom: 30px;
  color: #000;
}

.form .h3 {
  font-weight: 400;
  color: #000;
}

.formElem {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 10px;
}

.text {
  margin-bottom: 10px;
}

.form-block .form input {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(180, 154, 248, 0.4);
  border-radius: 20px;
  padding: 15px 20px;
  border-width: 0px;
}

.form-block .form input::placeholder {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  align-items: flex-end;
  color: #888888;
}

.form-block .form input::placeholder::after {
  color: #e32966;
  content: "*";
  opacity: 1;
}

.form .flex {
  gap: 10px;
}

.form .flex input {
  width: 50%;
}

.close-form {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.form-final .form {
  background: linear-gradient(360deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.246914) 9.9%,
      #ffffff 42.19%),
    url("/local/templates/aspro_next_modified/css/./images/form-final.webp");
  background-position: bottom;
}

.form-final .fw-700 {
  text-align: left;
}

.links {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 183%;
  text-transform: uppercase;
  color: #70358f;
}

.links-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: "Micra", "Dela Gothic One";
}

.links-item:not(:last-child) {
  border-bottom: 2px #000 solid;
}

.formElem .header-button {
  width: fit-content;
}

.first-block {
  display: flex;
}

.first-block .subtitle {
  font-weight: 400;
}

.complect {
  width: 50%;
  min-width: 643px;
}

.mt-20 {
  margin-top: 20px;
}

.firstBlock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 200px;
  /* background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover; */
}

/* 
#advantages {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#arenas {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#comments {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#team {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#video {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#what-is {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#work-with-us {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#zoom {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#game-lib {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#join-us {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#new-city {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#numbers {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

#photos {
    background-image: url('/local/templates/aspro_next_modified/css/./images/ellipses_back.webp');
    background-repeat: no-repeat;
    background-size: cover;
} */

.bg_rotate {
  background: url("/local/templates/aspro_next_modified/css/./images/ellipse.webp") no-repeat center;
  background-size: cover;
  width: 673px;
  height: 673px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 0;
  max-width: 100%;
  border-radius: 100%;
}

.bg_rotate {
  animation: bg_rotate 8s infinite linear;
  backface-visibility: hidden;
}

/* MASS MEDIA */
#mass_media .swiper-button-next::after {
  content: url(/_next/static/media/right-arrow.5d62fc3f.svg);
}

#mass_media .swiper-button-prev::after {
  content: url(/_next/static/media/left-arrow.9d4f4ba5.svg);
}

#mass_media ._16Q0f {
  background-color: transparent;
}

#mass_media ._16Q0f::after {
  content: url(/_next/static/media/play-button.d7ba41a5.svg);
  top: 0;
  left: 25%;
  border-width: 0;
}

#mass_media .slick-slider .slick-dots {
  bottom: -50px;
}

#mass_media ._2hdkJ {
  border-radius: 20px;
  /* box-shadow: 0px 0px 30px rgba(180, 154, 248, 0.5); */
}

#mass_media .slick-slider {
  /* padding: 50px; */
}

#mass_media .max-w-lend {
  width: 1040px;
}

/* END MASS MEDIA */

/* REVIEWS */
.reviews__item {
  background: #ffffff;
  /* box-shadow: 0px 0px 80px rgba(180, 154, 248, 0.5); */
  border-radius: 20px 20px 20px 3px;
  width: 95% !important;
}

#reviews .slick-slide {
  opacity: 0;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

#reviews .slick-slide.slick-active {
  opacity: 1;
}

#reviews .slick-list {
  /* padding-left: 15%; */
  padding-top: 80px;
}

#reviews .slick-slide img {
  width: 100%;
  min-height: 100%;
}

#reviews .slick-prev,
#reviews .slick-next {
  top: 35% !important;
}

#reviews .slick-slider .slick-dots {
  bottom: 0px !important;
}

.reviews_items {
  position: relative;
}

.reviews_gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(90deg, rgba(63,94,251,0) 0%, rgba(131,56,131,0.39557072829131656) 100%); */
  z-index: 10;
  /* box-shadow: inset 100% 0 100px 50px rgba(131,56,131,0.5); */
  pointer-events: none;
}

#reviews .slick-next {
  right: -15%;
}

#reviews .slick-prev {
  left: -15%;
}

#reviews .slick-initialized {
  margin-bottom: 0 !important;
}

/* END REVIEWS */

@keyframes bg_rotate {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  1% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }

  26% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(90deg) scale(1, 1);
    animation-timing-function: linear;
  }

  51% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(180deg) scale(1, 1);
    animation-timing-function: linear;
  }

  76% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(270deg) scale(1, 1);
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(360deg) scale(1, 1);
  }
}

.header__content-right {
  display: flex;
  background-image: url("/local/templates/aspro_next_modified/css/./images/back_wave.webp");
  background-repeat: no-repeat;
}

.header__content-banner {
  min-width: 610px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header__content-banner-img {
  background: linear-gradient(137.17deg, #70358f 17.86%, #e32966 85.35%);
  border-radius: 100%;
}

@media (max-width: 1500px) {
  /* #reviews .slick-slider .slick-dots {
        bottom: 55px;
    } */
}

@media (max-width: 1199px) {
  .max-w-lend {
    width: 755px;
    margin: 0px auto;
  }

  #join-us .h3 {
    text-align: center;
  }

  .footer-right .f-icons {
    display: none;
  }

  .footer .vis-mid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .grid .header__content-banner {
    min-width: auto;
  }

  .grid .bg_rotate {
    background-size: contain;
  }

  .email {
    display: none;
  }

  .header-bottom {
    display: none;
  }

  .first-block {
    flex-direction: column;
    text-align: center;
    gap: 100px;
  }

  .header-button {
    margin: auto;
  }

  .complex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .complect {
    width: 100%;
  }

  .whatIs-content {
    flex-direction: column;
  }

  .flex {
    flex-wrap: wrap;
  }

  .map-flex {
    flex-direction: column-reverse;
  }

  .arenas-right {
    margin-left: 0;
  }

  .map-img {
    position: relative;
    right: inherit;
    top: inherit;
    max-height: 300px;
    overflow: hidden;
  }

  .joinUs-img {
    display: none;
  }

  .joinUs-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .arenas-flex {
    justify-content: center;
  }

  .header-right {
    width: auto;
  }

  .header {
    justify-content: flex-start;
  }

  .header-right {
    gap: 18px;
  }

  .bg_rotate {
    overflow: hidden;
    width: auto;
  }

  .numbers-second {
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
  }

  .numbers-adv {
    width: 45%;
  }

  .numbers-third {
    flex-wrap: wrap;
    justify-content: center;
  }

  .num-third-item {
    width: auto;
    min-width: 355px;
  }

  .num-third-block {
    width: auto;
  }

  .numbers-button {
    display: none;
  }

  .numbers-button2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newCity {
    gap: 50px;
  }

  .newCity .title {
    text-transform: none;
  }

  .newCity .h3 {
    font-weight: 400;
  }

  .gameLib-sliders .slick-dots li {
    background: #ffffff;
    border-radius: 50px;
    width: 50px;
    height: 3px;
  }

  .gameLib-sliders .slick-slider .slick-dots {
    bottom: -55px;
  }

  .grid {
    display: grid;
    margin-bottom: 40px;
    gap: 20px;
    /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    grid-template-rows: max-content max-content max-content max-content max-content max-content max-content;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item2"
      "item4 item5"
      "item7 item3"
      "item8 item6"
      "item9 img12"
      "item10 img12"
      "item11 img12";
  }

  .slick-slider .slick-dots li {
    background: #ffffff;
    border-radius: 50px;
    width: 50px;
    height: 3px;
  }

  .slick-slider .slick-dots {
    bottom: -20px;
  }

  .zoom-block {
    flex-direction: column-reverse;
  }

  .zoom-right {
    margin-left: 0;
  }

  .zoom-block .h2 {
    text-align: center;
  }

  .zoom-button {
    text-align: center;
  }

  .zoom-block .bg-img {
    margin: auto;
  }

  .team-block .flex {
    justify-content: center;
  }

  .bg_rotate {
    background-size: auto;
  }

  html {
    overflow-x: hidden;
  }

  .whatIs-right {
    margin: auto;
  }

  .br-765 {
    display: block;
  }

  .grid .item {
    padding: 20px 10px;
    gap: 10px;
  }

  .team-block {
    margin-bottom: 130px;
  }

  .arenas-block .h3-title {
    font-weight: 400;
  }

  .arenas-button {
    margin: auto;
  }

  .joinUs-block .h3 {
    font-weight: 400;
  }

  .joinUs-block .email {
    display: block;
  }

  .footer-mid {
    display: none;
  }

  .d-mid {
    display: block;
  }

  .footer-right {
    display: flex;
    align-self: auto;
    gap: 10px;
    flex-direction: column;
    text-align: left;
  }

  .footer-block {
    gap: 74px;
    justify-content: start;
  }

  .footer-logo2 {
    align-self: center;
  }

  #mass_media .max-w-lend {
    width: 755px;
  }

  #mass_media ._2hdkJ {
    height: 335px !important;
  }

  .header-logo2 span,
  .header-wa-text a span,
  header .wa-both a {
    white-space: nowrap;
  }

  #reviews .slick-next {
    right: 0% !important;
  }

  #reviews .slick-prev {
    left: 0% !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 800px) {
  #reviews .slick-list {
    padding-left: 0;
  }

  #reviews .h2 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 765px) {
  .dn-765 {
    display: none;
  }

  .complex-item {
    width: 32%;
    text-align: left;
    align-items: center;
  }

  .complex svg {
    min-width: 24px;
  }

  .burger {
    display: block;
  }

  .header {
    justify-content: space-between;
  }

  .vertical {
    flex-direction: column;
    gap: 10px;
  }

  .burger-bottom {
    display: block !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    background: #151517;
  }
}

@media (max-width: 764px) {
  html {
    overflow-x: visible;
  }

  .header__content-banner {
    overflow: hidden;
  }

  .bg_rotate {
    background-size: contain;
  }

  .max-w-lend {
    width: 310px;
    margin: 0 auto;
  }

  .form-block {
    width: 100vw;
  }

  .form {
    width: 100vw;
    padding: 40px 5px;
  }

  .form .h2 {
    font-size: 30px;
  }

  .form .h3 {
    font-size: 18px;
  }

  .form .pos-r {
    padding: 0 10px;
  }

  .formElem .flex input {
    width: 100%;
  }

  .header__content-banner {
    min-width: 300px;
  }

  .wa-both {
    display: none;
  }

  .whatIs-right {
    width: auto;
  }

  .map-img {
    width: auto;
  }

  .bg-img {
    width: auto;
    background-position: center;
  }

  .grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5"
      "item6"
      "item7"
      "item8"
      "item9"
      "item10"
      "item11"
      "img12";
  }

  .img12 .pos-aa {
    position: static;
  }

  .newCity {
    flex-direction: column;
  }

  .complect {
    min-width: 300px;
  }

  .advantages-bottom {
    flex-direction: column;
  }

  .numbers-second {
    flex-direction: column;
  }

  .numbers-adv {
    width: 100%;
  }

  .num-third-item {
    min-width: 300px;
  }

  #number .num-third-img {
    margin-top: 48px;
  }

  .complex {
    display: none;
  }

  .whatIs-complex {
    display: none;
  }

  .first-block.max-w-lend {
    margin-top: 104px;
  }

  .br-320 {
    display: block;
  }

  .first-block {
    gap: 50px;
  }

  .advantages-bottom {
    gap: 30px;
  }

  .whatIs-content {
    gap: 30px;
  }

  .ntb-subtitle {
    height: auto;
    padding: 20px 5px;
    font-size: 35px;
  }

  .br-320-off {
    display: none;
  }

  .mb-50 {
    margin-bottom: 20px;
  }

  .numbers-block {
    margin-bottom: 120px;
  }

  .newCity {
    height: auto;
    text-align: center;
    gap: 50px;
  }

  .title {
    font-size: 30px;
  }

  .newCity .h3 {
    text-align: center;
    margin-bottom: 0;
  }

  .newCity-left {
    gap: 30px;
  }

  .newCity-block {
    margin-bottom: 90px;
  }

  .num-third-img {
    margin-bottom: 40px;
  }

  .slick-slider .slick-dots li {
    width: 30px;
  }

  .grid .item {
    padding: 10px;
  }

  .bg-img {
    background-size: contain;
  }

  .zoom-block {
    margin-bottom: 90px;
  }

  .team-block {
    margin-bottom: 90px;
  }

  .arenas-flex {
    row-gap: 10px;
    column-gap: 4px;
  }

  .arenas-city-yes,
  .arenas-city-no {
    font-size: 14px;
    padding: 4px 20px;
    font-weight: 400;
  }

  .footer-block {
    flex-direction: column;
    gap: 20px;
  }

  .footer-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .footer-logo2 {
    text-align: center;
  }

  .footer-logo-item {
    text-align: center;
  }

  #photos .slick-dots {
    bottom: -50px;
  }

  #mass_media .container {
    width: 310px;
  }

  #mass_media ._2hdkJ {
    height: 190px !important;
  }
}

.wa-475 {
  display: none;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #19b04b;
  border-radius: 50px;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 16px;
  z-index: 10000;
}

@media (max-width: 475px) {
  .wa-475 {
    display: flex;
    position: fixed;
    bottom: 2%;
    left: 5%;
    right: 5%;
  }
}

@media (max-width: 425px) {
  .header-button {
    padding: 10px 20px;
  }

  .getPresent {
    font-size: 15px;
  }

  .header-logo2 {
    padding: 0 20px 0 5px;
  }

  .header-logo {
    padding: 0 5px 0 0;
  }

  .video-block>div {
    height: 25vh !important;
  }

  .header__content-banner {
    min-width: 320px;
  }

  .pos-aa {
    position: relative;
  }

  .whatIs-complex425 {
    display: block;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 177%;
    text-align: center;
    text-decoration-line: underline;
    color: #ffffff;
  }

  .complex-item {
    width: 100%;
  }

  #video .slick-list {
    padding: 40px 20% 40px 20% !important;
  }

  #video .slick-slide {
    /* width: 250px !important; */
  }

  #reviews .slick-slider .slick-dots {
    bottom: -100px !important;
  }
}

@media (max-width: 370px) {
  #reviews .slick-slider .slick-dots {
    bottom: -180px !important;
  }
}

.slider-equip .slick-slide {
  transform: unset;
}

@media screen and (max-width: 1550px) {

  .slider-equip .slick-arrow.slick-prev,
  .slider-equip .slick-arrow.slick-next {
    display: none !important;
  }
}

.slider-equip .slick-slider .slick-dots {
  position: static;
  margin-top: 40px;
}

.slider-equip__slide {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 764px) {
  .slider-equip__slide {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.slider-equip__slide-cont {
  margin: auto 0;
}

.slider-equip__slide-cont h2 {
  margin-bottom: 40px;
}

.slider-equip__slide-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}

.slider-equip__slide-img {
  background: #ffffff;
  box-shadow: 0px 0px 80px rgba(127, 0, 255, 0.5);
  border-radius: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.header-wa {
  background-color: black;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.header-wa:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right,
      #11bf52 0%,
      #11bf52 50%,
      #25d366 50%,
      #25d366 100%);
  transition: left 0.3s;
}

.header-wa:hover:before {
  left: 0;
}

.header-wa-text {
  position: relative;
  display: flex;
  align-items: center;
}

.email:hover {
  text-decoration: underline;
  cursor: pointer;
}

.order {
  transition: 0.2s ease-in-out;
}

.order:hover {
  color: #c50b48;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.button {
  transition: 0.2s ease-in-out;
}

.hide-bg .button:hover,
.hide-bg button.button:hover {
  background-color: #c50b48;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.gameFull,
.team-mail {
  transition: 0.2s ease-in-out;
}

.gameFull:hover,
.team-mail:hover {
  color: #c50b48;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.arenas-city-yes,
.arenas-city-no {
  transition: 0.2s ease-in-out;
}

.arenas-city-yes:hover {
  transition: 0.2s ease-in-out;
  /* cursor: pointer; */
  background-color: #e32966;
}

.arenas-city-no:hover {
  background-color: #70358f;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.nav-item {
  transition: 0.2s ease-in-out;
}

.nav-item:hover {
  transition: 0.2s ease-in-out;
  color: #e32966;
  cursor: pointer;
}

.header-button {
  background-color: black;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.header-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #70358f;
  background-image: linear-gradient(88.37deg, #64398e 20.21%, #2f49d3 102.29%);
  transition: 0.7s ease;
}

.header-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #70358f;
  background-image: linear-gradient(-88.37deg, #64398e 20.21%, #2f49d3 102.29%);
  transition: 0.7s ease;
  opacity: 0;
}

.header-button:hover:after {
  opacity: 1;
}

.header-button-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-family: "Gilroy";
  z-index: 1;
}

.slick-dots li:before {
  content: none;
}

.arenas-flex a {
  text-decoration: none;
}

.arenas-flex a:hover {
  color: #fff;
}

._2hdkJ {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  cursor: pointer;
}

._16Q0f {
  cursor: pointer;
  position: relative;
  height: 60px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.wrapper1>div {
  z-index: unset !important;
}

.closeOpenText {
  max-height: 176px;
  overflow: hidden;
}

.closeOpenText.opened {
  max-height: unset;
}

.form-content__form-input input,
.form-content__form-input input[type="text"] {
  width: 100%;
}

@media(min-width: 1300px) {
  .newCity-left {
    margin-bottom: 90px;
  }
}

@media(min-width: 768px) {
  /* .max-w-lend.video-block { */
    /* width: 60%; */
    /* transform: scale(1.2); */
  /* } */
}

#footer {
  margin-top: 0;
}

.slider-equip__slide-img-wrapper {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
}

.slider-equip__slide-img-placeholder {
  box-sizing: border-box;
  display: block;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.slider-equip__slide-img-wrapper>img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slider-equip__slide-img-placeholder>img {
  display: block;
  max-width: 100%;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
}

.ntb-subtitle-text-small {
  font-size: 14px;
}

#video_slider_after_franshise .swiper-button-prev {
  left: 130px;
  top: 50%;
  margin-top: 13px;
}


#video_slider_after_franshise .swiper-button-next {
  right: 130px;
  top: 50%;
  margin-top: 13px;
}

@media (max-width: 767px) {
  #video_slider_after_franshise .swiper-button-prev,
  #video_slider_after_franshise .swiper-button-next {
    display: none!important;
  }
}
/* End */


/* Start:/local/assets/form-content/form-content.css?16915884582380*/
.form-content {
  margin-top: 190px;
  position: relative;
  padding: 40px;
  background: linear-gradient(88.37deg, #64398E 20.21%, #2F49D3 102.29%);
  box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  min-height: 300px;
}
@media (max-width: 991px) {
  .form-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 740px) {
  .form-content {
    padding: 30px 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .form-content {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-content__title {
  margin-bottom: 20px;
}
.form-content__title .h2, .form-content__title h2 {
  margin: 0;
}

.form-content__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 18px;
  max-width: 515px;
}
.form-content__desc a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.form-content__desc b,
.form-content__desc a:hover{
  color: #FFFFFF;
}

.form-content__form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.form-content__form-input {
  position: relative;
}
.form-content__form-input input,
.form-content__form-input input[type="text"],
.form-content__form-input input[type="tel"] {
  width: 100%;
}
.form-content__form-input label.error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  line-height: 14px;
}

@media (max-width: 740px) {
  .form-content__form {
    flex-direction: column;
    width: 100%;
    max-width: 385px;
  }
}

.form-content__privacy {
  margin-top: 7px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.form-content__privacy a {
  color: #FFFFFF;
  font-weight: bold;
}

.form-content .modal-text {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .form-content .modal-text {
    text-align: center;
  }
}

.form-content__btn.btn {
  padding: 15px 50px;
}

.form-content__img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 741px) and (max-width: 991px) {
  .form-content__img {
    display: none;
  }
}
@media (max-width: 740px) {
  .form-content__img {
    position: static;
    margin-top: 10px;
  }
}

/* End */


/* Start:/local/assets/team/team.css?16988406214263*/
.team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 20px;
  align-items: start;
  position: relative;
}
@media (max-width: 1288px) {
  .team {
    grid-template-columns: 100%;
  }
}

.team__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 890px) {
  .team__items {
    grid-template-columns: 1fr;
    max-width: 283px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: auto;
  }
}

.team__form {
  padding: 36px 40px;
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: column; */
  background: linear-gradient(88.37deg, #64398e 20.21%, #2f49d3 102.29%);
  border-radius: 10px;
  position: sticky;
  top: 0;
}

.team__form-description {
  width: 477px;
}

.team__form-title {
  font-family: "Micra";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
  /* text-align: center; */
  color: #ffffff;
  margin-bottom: 14px;
  /* margin-bottom: 10px; */
}

.team__form-desc {
  /* margin-bottom: 15px; */
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: left;
  /* text-align: center; */
  color: #ffffff;
}
.team__form-wrapper {
  width: 604px;
}

.team__form-form {
  display: flex;
  /* align-items: stretch; */
  gap: 10px;
  flex-wrap: wrap;
  /* flex-direction: column; */
  margin-bottom: 10px;
}

.team__form-form .team__form-input {
  max-width: 297px;
  width: 100%;
  height: 50px;
}

.team__form-form .form-content__btn {
  width: 100%;
  max-width: 297px;
  height: 50px;
}

.team__form-form .team__form-privacy {
  width: 100%;
  max-width: 297px;
  height: 50px;
}

@media (max-width: 991px) {
  .team__form-form {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .team__form {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team__form-form {
    flex-direction: column;
  }
}

.team__form-privacy {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* text-align: center; */
  color: #ffffff;
}
.team__form-privacy a {
  color: #ffffff;
  text-decoration: none;
}

.team .team__prev-btn {
  display: none;
  left: 0;
  transform: translateY(-50%);
}

.team .team__prev-btn img {
  transform: rotate(180deg);
}

.team .team__next-btn {
  display: none;
  right: 0;
}

.team__prev-btn,
.team__next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.team__swiper {
  width: 100%;
}

@media (max-width: 1220px) {
  .team .team__prev-btn {
    display: block;
  }

  .team .team__next-btn {
    display: block;
  }

  .team__form-description {
    width: 45%;
  }

  .team__form-wrapper {
    width: 50%;
  }

  .team__form-form .team__form-input {
    width: 48%;
    height: 50px;
  }

  .team__form-form .form-content__btn {
    width: 48%;
    height: 50px;
  }

  .team__form-form .team__form-privacy {
    width: 48%;
    height: 50px;
  }
}

@media (max-width: 920px) {
  .team__form-form .team__form-input {
    width: 100%;
  }

  .team__form-form .form-content__btn {
    width: 100%;
  }

  .team__form-form .team__form-privacy {
    width: 100%;
  }
}

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

  .team__form-description {
    width: 100%;
    margin-bottom: 20px;
  }

  .team__form-wrapper {
    width: 100%;
  }

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

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

  .team__form-form .team__form-input {
    width: 30%;
  }

  .team__form-form .form-content__btn {
    width: 30%;
    height: 50px;
  }

  .team__form .team__form-privacy {
    width: 100%;
    max-width: initial;
    text-align: center;
    height: auto;
  }
}

@media (max-width: 690px) {
  .team__form-form {
    align-items: center;
  }

  .team__form-form .team__form-input {
    width: 80%;
  }

  .team__form-form .form-content__btn {
    width: 80%;
  }
}

.team-section-wrapper {
  width: 100%;
  max-width: 1222px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* End */


/* Start:/local/assets/team-item/team-item.css?16891796121122*/
.team-item {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  width: 283px;
  max-width: 100%;
}

.team-item__img {
  margin-bottom: 20px;
  /* background: #FFFFFF; */
  height: 370px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-item__img {
    height: 300px;
  }
}
.team-item__img img {
  max-width: 100%;
  max-height: 100%;
}

.team-item__pos {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}

.team-item__name {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.team-item__name:hover, .team-item__name:focus {
  color: #FFFFFF;
}

.team-item__mail {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #EA3323;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* End */


/* Start:/local/libs/swiper/swiper-bundle.min.css?168917961015817*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /en/catalog/vr_kluby_parki/vr_room_zaga//slick/slick.css?16891796141776 */
/* /en/catalog/vr_kluby_parki/vr_room_zaga//slick/slick-theme.css?16891796143145 */
/* /local/templates/aspro_next_modified/css/landing.css?172797369353883 */
/* /local/assets/form-content/form-content.css?16915884582380 */
/* /local/assets/team/team.css?16988406214263 */
/* /local/assets/team-item/team-item.css?16891796121122 */
/* /local/libs/swiper/swiper-bundle.min.css?168917961015817 */
