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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
  background: rgb(242, 242, 242);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #2F323F;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: #F6C849;
}

.yel {
  color: #F6C849;
}

.sub {
  width: 100%;
  max-width: 542px;
  color: #2F323F;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.container {
  padding: 0 15px;
  max-width: 1517px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.d-flex, .q {
  display: flex;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

h1 {
  color: white;
  font-size: 54px;
  font-weight: 500;
  line-height: 115%;
  margin: 0;
}

h2 {
  margin: 0 0 24px;
  color: #2F323F;
  font-size: 58px;
  font-weight: 500;
  line-height: 110%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.svg, rect, line, circle {
  transition: 0.5s ease;
}

a {
  transition: color 0.5s ease;
  box-sizing: border-box;
}

li a {
  transition: color 0.5s ease;
}

button {
  cursor: pointer;
  box-sizing: border-box;
}

textarea {
  transition: border 0.5s;
  box-sizing: border-box;
}
textarea:focus {
  transition: border 0.5s;
  outline: none;
  border: 1px solid #F6C849;
}

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff;
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
input:focus {
  border: 1px solid #F6C849;
  transition: 0.5s;
}
input:focus-visible {
  outline: initial;
}

path {
  transition: fill 0.5s, stroke 0.5s;
}

div {
  box-sizing: border-box;
}

.icon {
  transition: fill 0.5s, stroke 0.5s;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #F6C849;
}

.popup__bg, .arcticmodal-overlay, .arcticmodal-container {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #F6C849;
  border-radius: 6px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 24px;
  background: #F6C849;
  width: 160px;
  height: 58px;
  padding: 0px 20px;
  border-radius: 60px;
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.btn:hover {
  color: rgb(47, 50, 63);
  background: white;
}
.btn_2 {
  background: white;
}
.btn_2:hover {
  background: #F6C849;
}

input::-webkit-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input::-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input:-ms-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

input:-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important;
}

.menu-btn, .menu {
  display: none;
}

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.box-modal__close:hover {
  transition: 0.5s;
  transform: rotate(90deg);
}

.box-modal {
  position: relative;
}

.main2__top2{
  overflow: hidden;
  position: relative;width:100%;
}
.popup-call__box {
  position: absolute;
  top: -22rem;
  left: 50%;
  height: auto;
  margin-left: -400px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 800px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  border: 1px solidrgba(224, 224, 224, 1);
  border-radius: 24px;
  padding: 40px;
}
.popup-call__box .swiper7 {
  height: 240px;
}
.popup-call__box .swiper7 .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.popup-call__box .swiper7 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-call__box .rev__wrap {
  padding: 0;
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.popup-call__box .rev__wrap:hover .rev__play .svg path {
  fill: #F6C849;
}
.popup-call__box .rev__wrap:hover .rev__play .svg rect {
  stroke: #F6C849;
}
.popup-call__box .rev__pic {
  z-index: 0;
}

.popup__title {
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
.popup__text {
  margin: 24px 0;
}
.popup__text p {
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.popup__text p:last-child {
  margin-bottom: 0;
}

.menu-btn, .menu {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer;
}
.custom-checkbox + label:hover:before {
  border: 1px solid #F6C849;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px;
}

.custom-checkbox:checked + label::before {
  background: url(/img/check2.png) no-repeat center center;
  background-size: 8px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background-color: #F6C849 !important;
  opacity: 1;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}

.tabs__btn_active {
  color: #20252d !important;
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 9;
}

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.bread a {
  color: rgba(47, 50, 63, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.bread a:after {
  content: "/";
  display: inline-block;
  color: rgba(47, 50, 63, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 8px;
}
.bread a:hover {
  color: #F6C849;
}
.bread p {
  color: rgb(47, 50, 63);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.mob {
  display: none;
}

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent;
}

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.selectCF > li {
  position: relative;
  border: none;
}

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center;
}

.selectCF .arrowCF {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: top;
  background: url(/img/arrow.svg) no-repeat !important;
  position: absolute;
  right: 8px;
  top: 8px;
}

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important;
}

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1;
}

@keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
  }
}
.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
  opacity: 0;
}

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none;
}

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF;
}
.selectCF li ul li:last-child {
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 10px;
}
.selectCF li ul li:hover {
  color: #F6C849;
}

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: s1;
  }
}
@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px;
}

ul.info li, #event-change {
  color: #FFF;
}

ul.info {
  padding: 0;
  display: none;
}

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
}

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%;
}

.accordeon__item {
  width: 100%;
  list-style-type: none;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button, .accordeon__button2 {
  width: 100%;
  height: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between;
}

.accordeon__button:hover, .accordeon__button2:hover {
  color: #F6C849;
}

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 8px;
  top: 8px;
  background: url(/img/arrow.svg) no-repeat !important;
  transition: all 0.3s ease;
}

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.3s ease;
}

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px;
}

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.panel__info:last-child {
  margin-bottom: 0;
}

.nav {
  margin: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
.nav__box {
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav__content {
  align-items: center;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 16.5px 22px;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
}
.nav__list li {
  margin-left: 41px;
}
.nav__list li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.nav__list li a:hover {
  color: #F6C849;
}
.nav__address {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 22px 15px 14px;
  position: relative;
  z-index: 5;
  max-width: 170px;
}
.nav__address-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: rgba(25, 25, 25, 0.95);
  border-radius: 20px;
  padding: 10px 0;
  list-style: none;
  display: none;
  z-index: 10;
}
.nav__address-list li {
  padding: 10px 20px;
  color: #2F323F;
  cursor: pointer;
  transition: 0.5s;
}
.nav__address-list li:hover {
  background: transparent !important;
  color: #F6C849;
}
.nav__address-list.active {
  display: block;
}
.nav__local {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.nav__local span {
  margin-left: 22px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.nav__info {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 12px 16px 24px;
}
.nav__area {
  margin-right: 34px;
}
.nav__area a {
  margin-bottom: 5px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}
.nav__area a:hover {
  color: #F6C849;
}
.nav__area p {
  opacity: 0.7;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.nav__socials {
  align-items: center;
}
.nav__socials a {
  margin-right: 10px;
}
.nav__socials a:last-child {
  margin-right: 0;
}
.nav__socials a:hover {
  opacity: 0.6;
}

.header {
  position: relative;
}
.header__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.header__wrap {
  display: flex;
  margin-top: 140px;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
.header__wrap h1 {
  width: 100%;
  max-width: 753px;
  margin-bottom: 48px;
}
.header .arrows {
  position: absolute;
  bottom: 32px;
  left: 0;
}
.header .swiper1 {
  overflow: hidden;
  width: 100%;
  max-width: 1030px;
}
.header .swiper1 .swiper-slide a {
  width: 220px;
}
.header .swiper1 .swiper-slide img {
  display: block;
  margin-left: auto;
  margin-top: -188px;
  max-width: 810px;
  z-index: -1;
  position: relative;
}
.header .swiper1 .swiper-slide:nth-child(3n) {
  bottom: -16px;
}
.header__news {
  width: 100%;
  max-width: 365px;
}
.header__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}
.header__item div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header__item div p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  max-width: 170px;
}
.header__item div span {
  color: white;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}
.header__item img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 170px;
  border-radius: 20px;
}
.header__item:hover {
  border: 0.6px solid #F6C849;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
}
.header__block div p {
  margin-bottom: 12px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.header__block div span {
  margin-bottom: 24px;
  display: block;
  opacity: 0.7;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.header__block a {
  width: 167px;
  height: 45px;
  font-size: 14px;
}

.arrows {
  display: flex;
  z-index: 3;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  z-index: 4;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.arrow:hover {
  background: #F6C849;
  border: 1px solid #F6C849;
}
.arrow:hover .svg path {
  fill: #2F323F;
}
.arrow:first-child {
  margin-right: 8px;
}

label.error {
  display: none !important;
}

input.error {
  border-bottom: 1px solid rgb(232, 26, 12) !important;
}

input.error::-webkit-input-placeholder {
  color: rgb(232, 26, 12) !important;
}

input.error::-moz-placeholder {
  color: rgb(232, 26, 12) !important;
}

input.error:-ms-input-placeholder {
  color: rgb(232, 26, 12) !important;
}

input.error:-moz-placeholder {
  color: rgb(232, 26, 12) !important;
}

.nav__address {
  position: relative;
  cursor: pointer;
}

.nav__address-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  margin: 8px 0 0;
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}

.nav__address-list li {
  padding: 8px 16px;
  cursor: pointer;
}

.nav__address-list li:hover {
  background: #f5f5f5;
}

.nav__address-list.active {
  display: block;
}

.main {
  padding: 80px 0;
  margin-top: 80px;
}
.main__top {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main .swiper2, .main .swiper22 {
  height: 569px;
  width: 83.1%;
}
.main .swiper2 .swiper-slide, .main .swiper22 .swiper-slide {
  height: 100%;
  position: relative;
}
.main .swiper2 .swiper-slide:before, .main .swiper22 .swiper-slide:before {
  content: "";
  position: absolute;
  top: 96px;
  left: 24px;
  display: block;
  width: 80px;
  background: url(/img/present.png) no-repeat center center/cover;
  height: 80px;
  transition: 0.5s;
  opacity: 0;
}
.main .swiper2 .swiper-slide .images, .main .swiper22 .swiper-slide .images {
  position: absolute;
  bottom: 0;
  right: 64px;
  z-index: 3;
  max-width: 100%;
  width: 442px;
  height: 569px;
}
.main .swiper2 .swiper-slide .images img, .main .swiper22 .swiper-slide .images img {
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}
.main .swiper2 .swiper-slide .images img:first-child, .main .swiper22 .swiper-slide .images img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .swiper2 .swiper-slide .images img:nth-child(2), .main .swiper22 .swiper-slide .images img:nth-child(2) {
  opacity: 0;
}
.main .swiper2 .swiper-slide a, .main .swiper22 .swiper-slide a {
  width: 100%;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main .swiper2 .swiper-slide a > img, .main .swiper22 .swiper-slide a > img {
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  left: 0;
  object-fit: cover;
  width: 479px;
  height: 495px;
  border-radius: 30px;
  z-index: -1;
}
.main .swiper2 .swiper-slide a p, .main .swiper22 .swiper-slide a p {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 4;
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  transition: 0.5s;
  margin-top: auto;
  width: 100%;
  max-width: 320px;
}
.main .swiper2 .swiper-slide:hover:before, .main .swiper22 .swiper-slide:hover:before {
  opacity: 1;
}
.main .swiper2 .swiper-slide:hover a, .main .swiper22 .swiper-slide:hover a {
  overflow: hidden;
}
.main .swiper2 .swiper-slide:hover a p, .main .swiper22 .swiper-slide:hover a p {
  opacity: 0;
}
.main .swiper2 .swiper-slide:hover a img:first-of-type, .main .swiper22 .swiper-slide:hover a img:first-of-type {
  width: 100%;
}
.main .swiper2 .swiper-slide:hover a .main__see, .main .swiper22 .swiper-slide:hover a .main__see {
  opacity: 1;
}
.main .swiper2 .swiper-slide:hover a .main__see p, .main .swiper22 .swiper-slide:hover a .main__see p {
  opacity: 1;
}
.main .swiper2 .swiper-slide:hover a .images, .main .swiper22 .swiper-slide:hover a .images {
  right: 43px;
}
.main .swiper2 .swiper-slide:hover a .images img:nth-child(1), .main .swiper22 .swiper-slide:hover a .images img:nth-child(1) {
  opacity: 0;
}
.main .swiper2 .swiper-slide:hover a .images img:nth-child(2), .main .swiper22 .swiper-slide:hover a .images img:nth-child(2) {
  opacity: 1;
  border-radius: 30px;
}
.main .swiper2 .swiper-slide_1 a .images, .main .swiper22 .swiper-slide_1 a .images {
  width: 564px;
  right: 0 !important;
}
.main .swiper2 .swiper-slide_1:hover a .images, .main .swiper22 .swiper-slide_1:hover a .images {
  right: -40px !important;
}
.main__nav {
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.main__nav .arrows {
  margin-right: 20px;
  flex: 1 0 auto;
  width: 100%;
  max-width: 128px;
}
.main__nav .btn {
  width: 100%;
}
.main .swiper-slide a .main__see {
  transition: 0.5s;
  width: 100%;
  opacity: 0;
  z-index: 5;
  margin-top: auto;
}
.main .swiper-slide a .main__see p {
  margin-bottom: 24px;
  width: 100%;
  max-width: 340px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}
.main .swiper-slide a .main__see .btn {
  width: 100%;
}

.tabs__nav a {
  width: 232px;
  height: 58px;
  border-radius: 60px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 24px;
  color: #2F323F;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
  line-height: 24px;
}
.tabs__nav a div {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  overflow: hidden;
}
.tabs__nav a div img {
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tabs__nav a div img:nth-child(2) {
  opacity: 0;
}
.tabs__nav a:last-child {
  margin-right: 0;
}
.tabs__nav a:hover {
  color: #F6C849;
}
.tabs__nav .tabs__btn_active div img {
  opacity: 0;
}
.tabs__nav .tabs__btn_active div img:nth-child(2) {
  opacity: 1;
}

.arrows2 .arrow {
  box-sizing: border-box;
  border: 0.8px solid rgba(255, 255, 255, 0.15);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.6);
}
.arrows2 .arrow:hover {
  background: #F6C849;
}
.arrows2 .arrow .svg path {
  fill: rgb(47, 50, 63);
}

.info {
  padding: 80px 0;
}
.info__box {
  justify-content: space-between;
}
.info__left {
  width: 100%;
  border-radius: 30px;
  background: white;
  max-width: 67.24%;
  align-items: flex-end;
  position: relative;
  display: flex;
}
.info__right {
  position: relative;
  width: 100%;
  max-width: 27.58%;
  margin-top: -72px;
}
.info__right img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 364px;
  height: 511px;
  border-radius: 30px;
  object-fit: cover;
  z-index: -1;
}
.info__right p {
  color: white;
  margin: 15px 0 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  text-align: center;
  position: relative;
  left: 24px;
}
.info__right a {
  width: 300px;
  margin: 0 auto;
  position: relative;
  left: 24px;
}
.info__content {
  padding: 40px 40px 40px 20px;
}
.info__content h2 {
  margin-bottom: 101px;
}
.info__content p {
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  max-width: 320px;
  margin-bottom: 32px;
}
.info__content a {
  width: 220px;
  border: 1px solid #F6C849;
}

.events {
  padding: 70px 0;
}
.events .arrows {
  display: none;
}
.events .sub {
  margin-bottom: 60px;
}
.events .swiper3 {
  overflow: hidden;
}
.events .swiper3 .swiper-wrapper {
  flex-wrap: wrap;
}
.events .swiper3 .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
  width: 48.5% !important;
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 520px;
}
.events .swiper3 .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.events .swiper3 .swiper-wrapper .swiper-slide img:first-of-type {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.events .swiper3 .swiper-wrapper .swiper-slide img:nth-child(2) {
  position: absolute;
  right: 20px;
  bottom: 0;
  transition: 0.5s;
  transform: scale(1);
}
.events .swiper3 .swiper-wrapper .swiper-slide small {
  display: block;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 3;
  margin-top: 24px;
  opacity: 0;
}
.events .swiper3 .swiper-wrapper .swiper-slide p {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.events .swiper3 .swiper-wrapper .swiper-slide .btn {
  margin-top: auto;
  position: relative;
  z-index: 3;
  border: 1px solid #F6C849;
}
.events .swiper3 .swiper-wrapper .swiper-slide:first-child img:nth-child(2) {
  max-width: 550px;
  width: 100%;
}
.events .swiper3 .swiper-wrapper .swiper-slide:last-child p {
  color: rgb(47, 50, 63);
}
.events .swiper3 .swiper-wrapper .swiper-slide:last-child img:nth-child(2) {
  right: 153px;
  bottom: 56px;
  max-width: 400px;
  width: 100%;
}
.events .swiper3 .swiper-wrapper .swiper-slide:last-child small {
  color: rgb(47, 50, 63);
}
.events .swiper3 .swiper-wrapper .swiper-slide:hover img:nth-child(2) {
  transform: scale(1.1);
}
.events .swiper3 .swiper-wrapper .swiper-slide:hover .btn {
  background: white;
}
.events .swiper3 .swiper-wrapper .swiper-slide:hover small {
  opacity: 1;
}

.youtube-link .svg, .youtube-link path {
  transition: 0.5s;
}

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grtvideo-popup-content {
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative;
  width: min(90vw, 1000px);
  aspect-ratio: 16/9;
  max-height: 90vh;
}

.grtvideo-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
  background: url(/img/close2.svg) no-repeat center center/cover;
  width: 28px;
  height: 28px;
}
.grtvideo-popup-close:hover {
  transform: rotate(90deg);
}

iframe {
  width: 100% !important;
  height: 100% !important;
}

.rev {
  padding: 70px 0 177px;
}
.rev .main__top {
  margin-bottom: 60px;
}
.rev__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.rev .swiper4 {
  overflow: hidden;
}
.rev .swiper4 .swiper-slide {
  position: relative;
  height: 660px;
  overflow: hidden;
  border-radius: 30px;
  padding: 23px 16px 23px;
  cursor: pointer;
}
.rev .swiper4 .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
}
.rev .swiper4 .swiper-slide:hover .rev__play .svg path {
  fill: #F6C849;
}
.rev .swiper4 .swiper-slide:hover .rev__play .svg rect {
  stroke: #F6C849;
}
.rev__play {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.rev__play .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.rev__line {
  width: 100%;
  margin-bottom: 16.5px;
  position: relative;
  z-index: 4;
}
.rev__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 22px;
}
.rev__top {
  align-items: center;
  position: relative;
  z-index: 5;
}
.rev__top div p {
  color: rgb(255, 255, 255);
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.rev__top div span {
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.rev__ava {
  display: block;
  overflow: hidden;
  object-fit: cover;
  margin-right: 12px;
  width: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.15);
}
.rev__text {
  margin-top: auto;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 4;
  padding-right: 50px;
}
.rev .arrows {
  display: none;
}
.rev .tabs__pane:nth-child(2) .arrows {
  display: flex;
}
.rev .swiper44 .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 24px;
  background: white;
  position: relative;
}
.rev .swiper44 .swiper-slide a img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
  height: 334px;
  position: absolute;
  top: 0;
  left: 0;
}
.rev .swiper44 .swiper-slide a h3 {
  margin-top: 334px;
  margin-bottom: 16px;
  transition: 0.5s;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.rev .swiper44 .swiper-slide a p {
  opacity: 0.8;
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}
.rev .swiper44 .swiper-slide a span {
  transition: 0.5s;
  display: block;
  width: max-content;
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 1px solid rgb(47, 50, 63);
  padding-bottom: 1px;
}
.rev .swiper44 .swiper-slide a:hover span {
  border-bottom: 1px solid #F6C849;
  color: #F6C849;
}
.rev .swiper44 .swiper-slide a:hover h3 {
  color: #F6C849;
}

.area {
  padding: 70px 0;
  background: url(/img/per.png) no-repeat center center/cover;
  position: relative;
}
.area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(/img/top.png) no-repeat center center/cover;
  height: 70px;
}
.area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(/img/bottom.png) no-repeat center center/cover;
  height: 70px;
}
.area .swiper5 {
  overflow: hidden;
  width: 100%;
  height: max-content;
  height: 1200px;
  overflow: hidden;
  max-width: 734px;
}
.area .swiper5 .swiper-slide {
  padding: 24px;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  background: white;
  min-height: 546px;
}
.area .swiper5 .swiper-slide h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.area .swiper5 .swiper-slide p {
  color: rgb(47, 50, 63);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 48px;
}
.area .swiper5 .swiper-slide span {
  width: 136px;
  height: 43px;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 60px;
  background: rgb(25, 25, 25);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 120%;
}
.area__content {
  width: 100%;
  max-width: 750px;
}
.area__content h2 {
  color: white;
  margin-top: 160px;
  margin-bottom: 60px;
}
.area__content a {
  width: max-content;
  display: block;
}
.area__content a:hover {
  opacity: 0.7;
}
.area__box {
  justify-content: space-between;
}
.area .arrows {
  display: none;
}
.area__pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
.area .rev__play {
  height: 320px;
}
.area .rev__wrap {
  cursor: pointer;
  padding: 0;
  height: 320px;
}
.area .rev__wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
}
.area .rev__wrap:hover .rev__play .svg path {
  fill: #F6C849;
}
.area .rev__wrap:hover .rev__play .svg rect {
  stroke: #F6C849;
}
.area__man {
  margin: -107px 0 0 135px;
}

.local {
  padding: 100px 0;
  margin-top: 100px;
}
.local .arrows {
  display: none;
}
.local h2 {
  margin-bottom: 60px;
}
.local__top {
  overflow: hidden;
  position: relative;
  height: 357px;
  margin-bottom: 10px;
  border-radius: 30px;
  padding: 16px;
}
.local__top .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.local__info {
  align-items: center;
  position: relative;
  z-index: 3;
}
.local__info .btn {
  width: 100%;
  height: 45px;
  padding: 0;
  font-size: 14px;
}
.local__info img {
  flex: 1 0 auto;
  max-width: 45px;
}
.local__info:hover .btn {
  background: rgb(239, 187, 44);
}
.local__bottom {
  margin-top: auto;
  width: 100%;
  overflow: hidden;
  padding: 16px;
  background: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.local__bottom h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.local__bottom .accordeon {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: auto;
  width: 100%;
}
.local__bottom .accordeon__item {
  width: 100%;
  box-sizing: border-box;
}
.local__bottom .accordeon__button {
  background: rgb(242, 242, 242);
  border-radius: 60px;
  height: 48px;
  overflow: hidden;
  padding: 14px 8px 14px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
}
.local__bottom .accordeon__button.active {
  border-radius: 20px 20px 0 0 !important;
}
.local__bottom .panel__info {
  padding-bottom: 11px;
  border-bottom: 1px solid rgb(213, 213, 213);
  margin-bottom: 12px;
  box-sizing: border-box;
  color: rgb(47, 50, 63);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.local__bottom .panel__info:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.local__bottom .panel__text, .local__bottom .panel__text2 {
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  padding: 10px 15px 15px;
  background: rgb(242, 242, 242);
}
.local__time {
  margin-bottom: 24px;
  opacity: 0.6;
  color: rgb(47, 50, 63);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.local__text {
  color: rgb(47, 50, 63);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  max-width: 220px;
  margin-bottom: 30px;
}
.local .swiper6 .swiper-wrapper {
  align-items: flex-start;
}
.local .swiper6 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.order {
  padding: 70px 0 160px;
}
.order h2 {
  margin-bottom: 60px;
}
.order__item {
  width: 482px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px 20px 24px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  margin-right: 20px;
}
.order__item p {
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 48px;
}
.order__item img {
  display: block;
  margin-left: auto;
  margin-bottom: 46px;
  transition: 0.5s;
}
.order__item span {
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.order__item:hover img {
  opacity: 0.7;
}
.order__block {
  width: 357px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  margin-left: auto;
}
.order__block p {
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.order__block small {
  display: block;
  margin-top: auto;
  color: rgb(47, 50, 63);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.order__block a {
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.order__block a:hover {
  color: #F6C849;
}

.footer {
  background: rgb(25, 25, 25);
}
.footer__list li {
  margin-bottom: 20px;
}
.footer__list li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.footer__list li a:hover {
  color: #F6C849;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__links {
  margin-top: 89px;
}
.footer__links a {
  display: block;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration-line: underline;
  margin-bottom: 8px;
}
.footer__links a:last-child {
  margin-bottom: 0;
}
.footer__links a:hover {
  opacity: 1;
  color: white;
}
.footer__item {
  margin-bottom: 48px;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__item p {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.footer__item ul li {
  margin-bottom: 9px;
}
.footer__item ul li a {
  opacity: 0.6;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.footer__item ul li a:hover {
  opacity: 1;
}
.footer__item ul li:last-child {
  margin-bottom: 0;
}
.footer__item span {
  opacity: 0.7;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.footer__link {
  display: block;
  margin-bottom: 12px;
  opacity: 0.7;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  width: max-content;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.footer__link:last-child {
  margin-bottom: 0;
}
.footer__link:hover {
  opacity: 1;
  color: white;
}
.footer__box {
  padding: 40px;
}
.footer__left {
  margin-right: 224px;
}
.footer__content {
  margin-left: auto;
}
.footer__area {
  width: max-content;
  margin-left: auto;
}
.footer__per {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer__per:last-child {
  margin-bottom: 0;
}
.footer__info {
  margin-left: 12px;
}
.footer__info div {
  align-items: center;
}
.footer__info p {
  margin-top: 4px;
  opacity: 0.8;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.footer__order {
  margin-top: 143px;
}
.footer__order a {
  display: block;
  margin-bottom: 12px;
  color: rgb(255, 255, 255);
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
}
.footer__order a:last-child {
  margin-bottom: 0;
}
.footer__order a:hover {
  color: #F6C849;
}

.nav__address-current {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  width: 100%;
  max-width: 60px;
  white-space: nowrap;
}

.grtvideo-popup {
  pointer-events: auto;
}

.swiper5 {
  pointer-events: auto;
}

.nav__area_adapt {
  display: none;
}

.nav.fix .nav__content, .nav.fix .nav__address, .nav.fix .nav__info {
  background: white;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.nav.fix .nav__list li a, .nav.fix .nav__area a {
  color: #2F323F;
}
.nav.fix .nav__list li a:hover, .nav.fix .nav__area a:hover {
  color: #F6C849;
}
.nav.fix .nav__local span, .nav.fix .nav__area p {
  color: #2F323F;
}

.header-item .header__wrap {
  flex-direction: column;
  align-items: flex-start;
}
.header-item__content {
  width: 100%;
  margin-top: 50px;
  max-width: 518px;
}
.header-item__content h1 {
  margin-bottom: 20px;
}
.header-item__content p {
  opacity: 0.8;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.header-item__content a {
  margin-top: 40px;
  width: 220px;
}
.header-item__pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-item .header__block {
  max-width: 385px;
  margin-top: 350px;
  margin-bottom: 32px;
}

.area2 .area__man {
  height: 760px;
  margin-left: 0;
}

.item {
  padding: 50px 0 160px;
  background: rgb(242, 242, 242);
}
.item .swiper8 {
  margin: 60px 0 24px;
  height: 630px;
}
.item .swiper8 .swiper-slide {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.5s;
}
.item .swiper8 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0px;
}
.item .swiper8 .swiper-slide-active {
  width: 830px !important;
}
.item__content {
  width: 100%;
  max-width: 880px;
}
.item__content h2 {
  margin-bottom: 60px;
}
.item__content h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.item__text p {
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.item__text p:last-child {
  margin-bottom: 0;
}
.item .arrows8 {
  display: flex;
  margin-bottom: 60px;
}
.item .arrows8 div {
  background: white;
}
.item .arrows8 div .svg path {
  fill: #2F323F;
}
.item .arrows8 div:hover {
  background: #F6C849;
}
.item__bottom {
  justify-content: space-between;
  align-items: flex-start;
}
.item__left {
  width: 100%;
  max-width: 860px;
}
.item__el {
  margin-bottom: 60px;
}
.item__el:last-child {
  margin-bottom: 0;
}
.item__el span {
  display: block;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 24px;
}
.item__el p {
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.item__right {
  width: 100%;
  max-width: 483px;
  padding: 24px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.item__right p {
  margin-bottom: 40px;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.item__right div {
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
}
.item__right div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 9px 12px;
  border-radius: 60px;
  background: rgb(242, 242, 242);
  color: rgb(47, 50, 63);
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.item__right div a:hover {
  background: rgb(25, 25, 25);
  color: white;
}
.item__wrap {
  position: relative;
}
.item__man {
  position: absolute;
  top: 113px;
  right: 0;
}

.reg {
  padding: 160px 0;
  background: white;
}
.reg__text {
  margin-bottom: 30px;
  color: rgb(47, 50, 63);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.reg .arrows9 {
  margin-top: 24px;
  display: flex;
}
.reg .arrows9 div {
  background: rgb(242, 242, 242);
}
.reg .arrows9 div .svg path {
  fill: #2F323F;
}
.reg .arrows9 div:hover {
  background: #F6C849;
}
.reg .swiper9 {
  width: 100%;
  overflow: hidden;
}
.reg .swiper9 .swiper-slide {
  height: auto;
}
.reg .swiper9 .swiper-slide a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid rgb(242, 242, 242);
  padding: 20px;
  border-radius: 30px;
  transition: 0.5s;
  background: rgb(242, 242, 242);
}
.reg .swiper9 .swiper-slide a img {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  height: 180px;
  margin-bottom: 20px;
  object-fit: cover;
}
.reg .swiper9 .swiper-slide a h4 {
  margin-top: 0;
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.reg .swiper9 .swiper-slide a div {
  margin-top: auto;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
.reg .swiper9 .swiper-slide a div span {
  display: block;
  margin-bottom: 4px;
  opacity: 0.6;
  color: rgb(47, 50, 63);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.reg .swiper9 .swiper-slide a div p {
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.reg .swiper9 .swiper-slide a div small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 31px;
  border-radius: 60px;
  background: rgb(255, 255, 255);
  color: rgb(47, 50, 63);
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
}
.reg .swiper9 .swiper-slide a .q div {
  width: 45%;
}
.reg .swiper9 .swiper-slide a:hover {
  border: 2px solid #F6C849;
}
.reg .tabs__nav {
  gap: 12px;
  margin-bottom: 30px;
}
.reg .tabs__nav a {
  width: max-content;
  background: rgb(242, 242, 242);
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(47, 50, 63);
}
.reg .tabs__nav a img {
  margin-right: 12px;
}
.reg .tabs__nav a:hover {
  color: #F6C849;
}
.reg .tabs__nav .tabs__btn_active {
  background: #F6C849;
}
.reg__line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.reg__line h2 {
  margin-bottom: 0;
}
.reg__line p {
  opacity: 0.6;
  color: rgb(47, 50, 63);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.reg__box {
  justify-content: space-between;
  align-items: flex-start;
}
.reg__left {
  width: 100%;
  max-width: 974px;
}
.reg__info {
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.reg__pic {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.reg__block {
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px;
}
.reg__block h3 {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.reg__block p {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 590px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.6;
  margin-bottom: 48px;
}
.reg__block small {
  display: block;
  margin-bottom: 8px;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.reg__block span {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.reg__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.reg__title {
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
}
.reg__sub {
  margin-bottom: 30px;
  color: rgb(47, 50, 63);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.reg__right {
  width: 100%;
  max-width: 483px;
}
.reg__top {
  overflow: hidden;
  width: 100%;
  padding-top: 24px;
  border-radius: 30px 30px 0px 0px;
  background: rgb(25, 25, 25);
}
.reg__name {
  margin-left: 24px;
  margin-bottom: 24px;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.reg__el {
  align-items: center;
  width: 100%;
  padding: 17px 24px;
  background: rgba(255, 255, 255, 0.05);
}
.reg__el img {
  margin-right: 10px;
}
.reg__el span {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.reg__el p {
  margin-left: auto;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.reg__el:nth-child(2n) {
  background: rgb(25, 25, 25);
}
.reg__center {
  background: rgb(242, 242, 242);
  width: 100%;
  padding-bottom: 40px;
}
.reg__center .reg__el {
  background: rgb(242, 242, 242);
}
.reg__center .reg__el span {
  color: rgb(47, 50, 63);
}
.reg__center .reg__el p {
  color: rgb(47, 50, 63);
}
.reg__center .reg__el:nth-child(2n) {
  background: white;
}
.reg__btn {
  width: 90%;
  margin-top: 20px;
  margin-left: 24px;
}
.reg__down {
  width: 100%;
  overflow: hidden;
  padding: 24px;
  border-radius: 0px 0px 30px 30px;
  background: rgb(25, 25, 25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reg__down div span {
  display: block;
  margin-bottom: 24px;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.reg__down div p {
  margin-bottom: 12px;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.reg__down div a {
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  align-items: center;
}
.reg__down div a .svg {
  margin-right: 8px;
}
.reg__down div a:hover {
  color: #F6C849;
}
.reg__down div a:hover .svg path {
  fill: #F6C849;
}

.faq {
  padding: 80px 0;
}
.faq__box {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__content {
  width: 100%;
  max-width: 734px;
}
.faq__item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 20px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item p {
  color: rgb(47, 50, 63);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.faq__area {
  width: 100%;
  max-width: 387px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.faq__area img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.faq__area p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 2;
}

.location {
  padding: 80px 0 160px;
}
.location__top {
  width: 100%;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}
.location__top h2 {
  margin-bottom: 0;
}
.location__btn {
  display: flex;
  align-items: center;
}
.location__btn .btn {
  width: 405px;
  height: 76px;
  font-size: 22px;
}
.location__wrap {
  height: 560px;
  overflow: hidden;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.location .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.location__block {
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  max-width: 482px;
  position: relative;
  z-index: 3;
}
.location__per {
  padding: 24px 24px 40px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  margin-bottom: -10px;
}
.location__per small {
  display: block;
  margin-bottom: 30px;
  opacity: 0.6;
  color: rgb(47, 50, 63);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.location__per p {
  margin-bottom: 12px;
  color: rgb(47, 50, 63);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.location__per span {
  color: rgb(47, 50, 63);
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}
.location .reg__down {
  border-radius: 30px;
}
.location .reg__down div p {
  font-size: 14px;
  margin-bottom: 32px;
}
.location .reg__down div span, .location .reg__down div a {
  font-size: 24px;
}

.area__content a {
  position: relative;
  z-index: 3;
}
.area__content a:hover {
  opacity: 0.7 !important;
}

.vio {
  color: #A848F1;
}

.btn.vio {
  background: #A848F1;
  color: white;
}

.pages {
  background: #131313;
}
.pages h2 {
  text-align: center;
  color: white;
}
.pages .sub {
  font-size: 16.5px;
  text-align: center;
  color: white;
  margin: 0 auto 60px;
  max-width: 636px;
}
.pages header {
  z-index: 2;
}
.pages .nav__content {
  padding: 11.5px 11px;
  margin-right: 12px;
}
.pages .nav {
  position: relative;
}
.pages .nav__info {
  margin-left: auto;
  margin-right: 28px;
  padding: 16px 28px 16px 24px;
}
.pages .nav__info span {
  display: none;
}
.pages .nav__box {
  justify-content: flex-start;
}
.pages .nav__area {
  margin-top: -10px;
  margin-right: 0;
}
.pages .nav__city {
  align-items: center;
  box-sizing: border-box;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 20.5px 22px 16px;
  height: 80.6px;
}
.pages .nav__city p {
  font-size: 14.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 4px;
}
.pages .nav__city a {
  font-size: 11px;
  font-weight: 400;
  color: #f6c849;
  line-height: 14px;
  border-bottom: 1px solid #f6c849;
}
.pages .nav__city a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.pages .header__wrap {
  margin-top: 217px;
  flex-direction: column;
}
.pages .header__wrap h1 {
  max-width: 1195px;
  font-weight: 400;
  margin-bottom: 107px;
}
.pages .header__wrap span {
  width: 225px;
  height: 58px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 50px;
}
.pages .header__wrap p {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  width: 100%;
  max-width: 530px;
  margin-bottom: 30px;
}
.pages .header__wrap .q {
  align-items: center;
  margin-bottom: 80px;
}
.pages .header__wrap .q a {
  height: 60px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
}
.pages .header__wrap .q a:first-child {
  width: 209px;
  margin-right: 12px;
}
.pages .header__wrap .q a:nth-child(2) {
  width: 248px;
  border: 0.6px solid #ffffff;
  background: transparent;
  color: white;
}
.pages .header__wrap .q a:hover {
  background: white !important;
  color: black;
}
.pages .nav__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 239px;
  height: 53px;
  background: #a848f1;
  border: 0.6px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
  color: white !important;
}
.pages .nav__tel .svg {
  margin-right: 10px;
}
.pages .nav__tel:hover {
  opacity: 0.8;
}
.pages .nav__area p {
  text-align: right;
  font-size: 12.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.pages .nav__info .nav__socials .svg {
  width: 40px;
}
.pages .nav__info .nav__socials a {
  display: flex;
  align-items: center;
}
.pages .nav__info .nav__socials a p {
  margin-left: 12px;
  font-size: 14.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  transition: 0.5s;
}
.pages .nav__info .nav__socials a:hover {
  opacity: 1;
}
.pages .nav__info .nav__socials a:hover p {
  color: #a848f1;
}
.pages .arrow {
  background: rgba(255, 255, 255, 0.03);
  border: 0.6px solid rgba(255, 255, 255, 0.15);
}
.pages .arrow:hover {
  background: #a848f1;
}
.pages .arrow:hover path {
  fill: white;
}

.main-laser {
  position: relative;
  margin-top: 0;
}
.main-laser__vr {
  position: absolute;
  top: 20px;
  left: 486px;
  width: max-content;
  padding: 0 12px;
  height: 57px;
  background: #3573f9;
  border-radius: 60px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-laser h2 {
  text-align: center;
  color: white;
}
.main-laser .container {
  position: relative;
  z-index: 2;
}
.main-laser__bg1 {
  left: 0;
  top: -432px;
  position: absolute;
  z-index: 0;
}
.main-laser__bg2 {
  right: 0;
  top: 42px;
  position: absolute;
  z-index: 0;
}
.main-laser__row {
  margin-bottom: 160px;
  justify-content: space-between;
}
.main-laser__item {
  width: 32.4%;
  align-items: center;
  height: 100px;
  background: #1a1a1a;
  border-radius: 60px;
  justify-content: space-between;
  padding: 0 20px 0 32px;
}
.main-laser__item p {
  font-size: 17px;
  color: #ffffff;
  line-height: 22px;
}
.main-laser .swiper10 {
  height: 734px;
  overflow: hidden;
}
.main-laser .swiper10 .swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 100%;
}
.main-laser .swiper10 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  overflow: hidden;
  border-radius: 30px;
}
.main-laser .swiper10 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-laser .swiper10 .swiper-wrapper .swiper-slide:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.main-laser .arrows {
  display: none;
}
.main-laser__wrap {
  margin-top: 160px;
  position: relative;
}
.main-laser__wrap .sub {
  font-size: 20.5px;
  line-height: 26px;
  max-width: 711px;
}
.main-laser__bg3 {
  left: -123px;
  top: -197px;
  position: absolute;
  z-index: 0;
}
.main-laser__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
.main-laser__pic {
  width: 98.7%;
  object-fit: cover;
  overflow: hidden;
  height: 630px;
  border-radius: 30px;
}
.main-laser__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 49.4%;
}
.main-laser__area div {
  transition: 0.5s;
  cursor: pointer;
  padding: 20px;
  width: 48.5%;
  height: 197px;
  background: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-laser__area div p {
  font-size: 17px;
  margin-top: auto;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.main-laser__area div .svg rect {
  fill: #a848f1;
  fill-opacity: 0.16;
}
.main-laser__area div:hover {
  background: #a848f1;
}
.main-laser__area div:hover .svg rect {
  fill: white;
  fill-opacity: 1;
}
.main2__pagination {
  position: absolute;
  bottom: 8px !important;
  left: 48px !important;
  width: calc(100% - 96px) !important;
  display: flex;
  z-index: 10;
  gap: 7px;
}
.main2__pagination .swiper-pagination-bullet {
  border-radius: 8px !important;
  flex: 1 1 auto;
  margin: 0px !important;
  opacity: 0.4 !important;
  width: 100% !important;
  background: #fff !important;
}
.main2__pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.mission {
  padding: 80px 0;
}
.mission .main-laser__bg1 {
  left: initial;
  top: -296px;
  z-index: 0;
  right: -120px;
}
.mission .arrows {
  margin: 60px auto 0;
  justify-content: center;
}
.mission__wrap {
  position: relative;
}
.mission__area {
  position: relative;
  z-index: 5;
}
.mission__area .sub {
  font-size: 20.5px;
  line-height: 26px;
  max-width: 776px;
}
.mission .swiper11 {
  overflow: hidden;
}
.mission .swiper11 .swiper-slide img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 540px;
  border-radius: 30px;
  margin-bottom: 21px;
}
.mission .swiper11 .swiper-slide h3 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
  margin-bottom: 12px;
}
.mission .swiper11 .swiper-slide p {
  opacity: 0.8;
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.party .mission__area .sub {
  max-width: 965px;
}
.party .swiper12 {
  overflow: hidden;
}
.party .swiper12 .swiper-wrapper {
  align-items: flex-end;
}
.party .swiper12 .swiper-slide {
  min-height: 836px;
  background: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.party .swiper12 .swiper-slide .btn {
  height: 60px;
  background: #a848f1;
  border-radius: 60px;
  width: 100%;
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.party .swiper12 .swiper-slide .btn:hover {
  background: white;
  color: #000;
}
.party .swiper12 .swiper-slide_2 {
  min-height: 856px;
  background: rgba(168, 72, 241, 0.4);
}
.party .swiper12 .swiper-slide_2 .party__top span {
  background: linear-gradient(107deg, #8740eb 0%, #e300a6 100%);
}
.party__top {
  margin-bottom: 24px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.party__top h3 {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 228px;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
}
.party__top span {
  width: max-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(105deg, #5feb40 0%, #32c78d 47%, #009fe3 100%);
  border-radius: 60px;
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding: 0 10px;
}
.party__info {
  gap: 8px;
  width: 100%;
  margin-bottom: 43px;
}
.party__info div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 60px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.party__info div img {
  margin-right: 10px;
}
.party__item {
  margin-bottom: 32px;
}
.party__item p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
  margin-bottom: 20px;
}
.party__item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.party__item ul li:last-child {
  margin-bottom: 0;
}
.party__item ul li:before {
  content: "";
  display: inline-flex;
  width: 7px;
  height: 7px;
  background: #a848f1;
  border-radius: 50%;
  margin-right: 12px;
  flex: 1 0 auto;
  max-width: 7px;
}
.party__item_2 ul li {
  color: rgba(255, 255, 255, 0.6);
}
.party__sum {
  margin-top: auto;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
}
.party .main-laser__bg3 {
  left: initial;
  top: -475px;
  z-index: 0;
  right: -128px;
}
.party .main-laser__bg2 {
  right: initial;
  top: -455px;
  z-index: 1;
  left: -124px;
}
.party .arrows {
  display: none;
}

.info-laser {
  padding-top: 134px;
}
.info-laser .info__left {
  height: 529px;
  overflow: hidden;
  background: transparent;
  position: relative;
  align-items: flex-start;
}
.info-laser .info__left .info__content {
  padding: 40px 40px 54px;
  align-items: flex-start;
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.info-laser .info__left .info__content h2 {
  text-align: left;
  font-weight: 400;
  margin-bottom: 32px;
}
.info-laser .info__left .info__content p {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 0;
}
.info-laser .info__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.info-laser__flex {
  margin-top: auto;
  align-items: center;
}
.info-laser__flex p {
  opacity: 0.8;
  min-width: initial;
  max-width: initial;
  margin-right: 20px;
  width: auto;
}
.info-laser__flex .nav__tel {
  font-size: 23px;
  width: 259px;
  height: 61px;
  margin-top: 0;
}
.info-laser .info__right img:nth-child(2) {
  z-index: 0;
  bottom: -2px;
}
.info-laser .info__right img:nth-child(1) {
  z-index: 1;
  left: -118px;
  position: relative;
}
.info-laser .info__right {
  margin-top: -57px;
}

.youtube-link .svg, .youtube-link path {
  transition: 0.5s;
}

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding-top: 100px;
}

.grtvideo-popup-content {
  margin-top: 50px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative;
}

.grtvideo-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
  background: url(/img/close22.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
}
.grtvideo-popup-close:hover {
  transform: rotate(90deg);
}

.grtyoutube-iframe {
  width: 100%;
  height: 480px;
}

.game .main-laser__wrap .sub {
  max-width: 100%;
}
.game .main-laser__wrap {
  margin-top: 0;
}

.kids .main-laser__bg1 {
  top: -461px;
}
.kids .swiper13 {
  overflow: hidden;
}
.kids__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  height: 480px;
  margin-bottom: 40px;
  cursor: pointer;
}
.kids__video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.kids__video .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -40px;
  margin-left: -40px;
}
.kids__video:hover .svg path {
  fill: #a848f1;
}
.kids__video:hover .svg rect {
  stroke: #a848f1;
}
.kids__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.kids__bottom {
  align-items: flex-start;
}
.kids__bottom img {
  overflow: hidden;
  border-radius: 50px;
  margin-right: 25px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.kids__bottom div span {
  display: block;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 20px;
}
.kids__bottom div p {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 37px;
}

.laser {
  padding: 80px 0;
}
.laser .main-laser__bg2 {
  right: -102px;
  top: -298px;
}
.laser .container {
  position: relative;
}
.laser__wrap {
  z-index: 3;
  position: relative;
}
.laser__wrap_2 .laser__title {
  margin-bottom: 183px;
}
.laser__wrap_2 .laser__kids {
  right: 0;
  overflow: hidden;
  border-radius: 0 0 30px 0;
}
.laser__kids {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 17px;
}
.laser__block {
  padding: 38px;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  background: #A848F1;
}
.laser__block img {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 0;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.laser__title {
  font-size: 39px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
  width: 100%;
  max-width: 751px;
  margin-bottom: 140px;
  position: relative;
  z-index: 2;
}
.laser__text {
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.laser__btn {
  width: 220px;
  height: 60px;
  background: #ffffff;
  border-radius: 60px;
  position: relative;
  z-index: 2;
  font-size: 17px;
}
.laser__btn:hover {
  background: black;
  color: white;
}
.laser__row {
  justify-content: space-between;
  align-items: center;
  margin: 150px 0 87px;
  position: relative;
  z-index: 2;
}
.laser__content {
  width: 100%;
  max-width: 608px;
}
.laser__content .laser__title {
  margin-bottom: 32px;
}
.laser__image {
  width: 100%;
  max-width: 735px;
  height: 468px;
  overflow: hidden;
  border-radius: 30px;
  object-fit: cover;
}
.laser__txt p {
  opacity: 0.8;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 24px;
}
.laser__txt p:last-child {
  margin-bottom: 0;
}
.laser__set {
  position: relative;
  z-index: 2;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 164px;
}
.laser__set div {
  width: 32.4%;
  background: #1a1a1a;
  border-radius: 30px;
  padding: 20px;
  overflow: hidden;
}
.laser__set div span {
  margin-bottom: 12px;
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
}
.laser__set div p {
  opacity: 0.8;
  font-size: 14.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.laser__set div:before {
  content: "";
  display: block;
  margin-bottom: 64px;
  width: 12px;
  height: 12px;
  background: #a848f1;
  border-radius: 50%;
}

.place {
  padding: 80px 0 160px;
  position: relative;
}
.place .main-laser__bg1 {
  top: -619px;
}
.place .main-laser__bg2 {
  right: -33px;
  top: -336px;
}
.place__wrap {
  position: relative;
}
.place #map {
  overflow: hidden;
  width: 100%;
  height: 620px;
  border-radius: 30px;
}
.place__top {
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.place__top h2 {
  margin-bottom: 0;
  text-align: left;
}
.place__top h2 span {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  line-height: 113%;
}
.place__top .btn {
  height: 60px;
  background: #a848f1;
  font-size: 17px;
  color: white;
}
.place__top .btn:hover {
  background: white;
  color: #000;
}

.footer {
  position: relative;
  z-index: 3;
}

.vr {
  background: #141319;
}
.vr .nav__tel {
  background: #3573f9;
}
.vr .header__wrap p {
  max-width: 629px;
}
.vr .header__wrap span {
  width: 385px;
}
.vr .header__wrap h1 {
  max-width: 892px;
  font-weight: 500;
  margin-bottom: 107px;
}
.vr .main-laser__item {
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 179px;
  background: #1c1a24;
  border: 0.6px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}
.vr .main-laser__item span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.vr .main-laser__item p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  max-width: 230px;
  width: 100%;
}
.vr .main-laser__item img {
  position: absolute;
  right: 7px;
  top: 11px;
}
.vr .main-laser__bg2 {
  top: -29px;
}
.vr .main-laser__area div .svg rect {
  fill: #3573f9;
}
.vr .main-laser__area div {
  background: #1c1a24;
  border: 0.6px solid rgba(255, 255, 255, 0.08);
}
.vr .main-laser__area div:hover {
  background: #3573f9;
}
.vr .main-laser__area div:hover .svg rect {
  fill: white;
  fill-opacity: 1;
}
.vr .main-laser__wrap {
  margin-top: 0;
  margin-bottom: 160px;
}
.vr .main-laser__bg3 {
  right: 70%;left:auto;
  top: 600px;
}
.vr .sub, .vr .main-laser h2 {
  position: relative;
  z-index: 5;
}
.vr .arrow:hover {
  background: #3573f9;
}
.vr .mission .swiper11 {
  margin-top: 50px;
}
.vr .mission .main-laser__bg1 {
  left: initial;
  top: 1022px;
  z-index: 0;
  right: -164px;
}
.vr .party .swiper12 .swiper-slide {
  background: #1c1a24;
  border: 0.6px solid rgba(255, 255, 255, 0.08);
}
.vr .party__top span {
  background: linear-gradient(105deg, #234fff 0%, #9735f9 100%);
}
.vr .party__top h3 {
  max-width: 267px;
}
.vr .party .swiper12 .swiper-slide_2 .party__top span {
  background: linear-gradient(107deg, #eb409e 0%, #e37900 100%);
}
.vr .party .swiper12 .swiper-slide {
  min-height: 754px;
}
.vr .party .swiper12 .swiper-slide_2 {
  background: #213973;
  min-height: 774px;
}
.vr .party__item ul li:before {
  background: #3573f9;
}
.vr .party__info {
  flex-wrap: wrap;
}
.vr .party__info div {
  font-size: 15px;
}
.vr .sales {
  position: relative;
  z-index: 5;
  padding: 70px 0;
}
.vr .sales__row {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.vr .sales__item {
  width: 32.3%;
  height: auto;
  background: #1c1a24;
  border: 0.6px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vr .sales__item img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 30px;
  height: 300px;
  border-radius: 20px;
}
.vr .sales__item h3 {
  margin-top: 0;
  font-size: 31px;
  font-weight: 500;
  color: #ffffff;
  line-height: 37px;
  margin-bottom: 12px;
}
.vr .sales__item span {
  opacity: 0.8;
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
  margin-bottom: 26px;
}
.vr .sales__item .btn {
  background: #3573f9;
  color: white;
  width: 100%;
  height: 60px;
  margin-top: auto;
}
.vr .sales__item .btn:hover {
  background: white;
  color: #000;
}
.vr .sales__item p {
  opacity: 0.8;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.vr .kids .main-laser__bg1 {
  top: -461px;
}
.vr .kids .main-laser__bg1 {
  top: -370px;
  right: initial;
  left: -142px;
}
.vr .laser__text {
  opacity: 0.8;
}
.vr .laser__block img {
  width: auto;
  height: auto;
}
.vr .laser__kids {
  right: 129px;
}
.vr .place__top .btn:hover {
  background: white !important;
  color: #000;
}
.vr .place .main-laser__bg1 {
  bottom: -46%;
  right: 0;
  top: initial;
  left: initial;
}
.vr .party .swiper12 .swiper-slide .btn:hover {
  background: white !important;
  color: #000;
}
.vr nav .nav__info .nav__socials a:hover p {
  color: #3573f9;
}
.vr .kids__video:hover .svg path {
  fill: #3573f9;
}
.vr .kids__video:hover .svg rect {
  stroke: #3573f9;
}

.header_117 .header__wrap {
  margin-top: 100px;
}
.header_117 .bread {
  margin-top: -89px;
}

.par__item p b {
  display: block;
  margin-bottom: 20px;
  font-size: 21px;
}

.pag .swiper-pagination-bullet:nth-child(n+9) {
  display: none;
}

.fancybox__content {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
  .nav__list li a {
    font-size: 14px;
  }
  .nav__list li {
    margin-left: 25px;
  }
  .nav__content {
    padding: 15px;
  }
  .nav__area a {
    font-size: 20px;
  }
  h2 {
    font-size: 44px;
  }
  .info__right img:first-child {
    width: 100%;
  }
  .info__right a {
    left: -5px;
  }
  .info__right p {
    left: -5px;
  }
  .info__right img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 52px;
    width: 364px;
    height: 476px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    width: 48.4% !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide img:nth-child(2) {
    max-width: 92%;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:nth-child(2) {
    right: 153px;
    bottom: 68px;
    max-width: 363px;
    width: 100%;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:first-child img:nth-child(2) {
    max-width: 500px;
  }
  .rev .swiper4 .swiper-slide {
    height: 600px;
  }
  .local__bottom h3 {
    font-size: 20px;
  }
  .footer__left {
    margin-right: 190px;
  }
  .header-item__pic {
    width: 66%;
  }
  .item__content {
    max-width: 61%;
  }
  .item__man {
    width: 500px;
    top: 126px;
  }
  .item .swiper8 .swiper-slide-active {
    width: 750px !important;
  }
  .item .swiper8 {
    height: 550px;
  }
  .item__left {
    max-width: 58%;
  }
  .reg__left {
    max-width: 67%;
  }
  .reg__right {
    max-width: 32%;
  }
  .reg__pic {
    width: 244px;
  }
  .area2 .area__man {
    height: 813px;
  }
  .main-laser__item p {
    font-size: 15px;
    line-height: 20px;
  }
  .main-laser__area div {
    width: 48.3%;
  }
  .info-laser .info__right img:nth-child(1) {
    width: auto;
    left: -182px;
  }
  .kids__bottom div p {
    font-size: 28px;
  }
  .laser__image {
    max-width: 49%;
  }
  .laser__set div {
    width: 32.2%;
  }
  .laser__wrap_2 .laser__kids {
    width: 71%;
  }
  .main-laser__vr {
    left: 378px;
  }
  .vr .main-laser__item span {
    font-size: 17px;
    line-height: 22px;
    width: 100%;
    max-width: 186px;
  }
  .vr .main-laser__item p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    max-width: 209px;
    width: 100%;
  }
  .vr .party__top h3 {
    max-width: 220px;
    font-size: 31px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
  }
  .vr .party__info div {
    font-size: 12px;
  }
  .vr .sales__item h3 {
    font-size: 28px;
  }
  .vr .laser__title {
    max-width: 690px;
  }
}
@media screen and (max-width: 1300px) {
  .vr .main-laser__bg3 {
    left:146px;right:auto;
    top: 600px;
  }
  .container {
    max-width: 1200px;
  }
  .nav__area {
    display: none;
  }
  .nav__content {
    padding: 15px 22px;
    width: 71%;
  }
  .nav__info {
    padding: 15px;
  }
  .nav__list li {
    margin-left: 35px;
  }
  .header .swiper1 .swiper-slide img {
    margin-top: -90px;
    max-width: 695px;
  }
  .main .swiper2 .swiper-slide .images, .main .swiper22 .swiper-slide .images {
    right: 0;
  }
  .main .swiper2 .swiper-slide a p, .main .swiper22 .swiper-slide a p {
    font-size: 32px;
  }
  .main .swiper-slide a .main__see p {
    font-size: 16px !important;
  }
  .info__right img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 81px;
    width: 364px;
    height: 447px;
  }
  .info__right a, .info__right p {
    left: -20px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    width: 48.2% !important;
  }
  .rev .swiper44 .swiper-slide a img {
    height: 300px;
  }
  .rev .swiper44 .swiper-slide a h3 {
    margin-top: 300px;
  }
  .area__man {
    margin: -59px 0 0 100px;
  }
  .area .rev__play, .area__pic, .area .rev__wrap:after, .area .rev__wrap {
    height: 290px;
  }
  .area .swiper5 {
    height: 1194px;
  }
  .area .swiper5 .swiper-slide {
    height: max-content !important;
  }
  .local {
    padding: 50px 0;
    margin-top: 50px;
  }
  .local__bottom h3 {
    font-size: 18px;
  }
  .local__text {
    font-size: 14px;
  }
  .order__item p, .order__block p {
    font-size: 24px;
  }
  .order__item img {
    width: 100px;
  }
  .order {
    padding: 70px 0;
  }
  .footer__box {
    padding: 40px 0;
  }
  .footer__left {
    margin-right: 150px;
  }
  .footer__order a {
    font-size: 32px;
  }
  .footer__order {
    margin-top: 176px;
  }
  .local {
    padding-top: 70px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .local h2 {
    margin-bottom: 24px;
  }
  .local__top {
    margin-bottom: 0;
    height: 300px;
    border-radius: 20px;
    padding: 12px;
  }
  .local__bottom {
    border-radius: 20px;
    padding: 12px;
  }
  .local__info .btn {
    height: 38px;
    font-size: 12px;
  }
  .local__info img {
    max-width: 38px;
    height: 38px;
  }
  .popup-call__box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .popup__title {
    font-size: 24px;
  }
  .popup-call__box .rev__wrap {
    height: 220px;
    border-radius: 12px;
  }
  .popup__text p {
    font-size: 14px;
  }
  .popup-call__box .swiper7 {
    height: 180px;
  }
  .popup-call__box .swiper7 .swiper-slide {
    border-radius: 20px;
  }
  .local__bottom .accordeon__button {
    font-size: 14px;
    text-align: center;
    justify-content: center;
    padding: 14px 20px;
  }
  .accordeon__button:after, .accordeon__button2:after {
    display: none;
  }
  .local .arrows {
    display: flex;
    margin-top: 24px;
  }
  .arrow {
    width: 46px;
    height: 46px;
  }
  .area:before {
    height: 20px;
  }
  .area:after {
    height: 20px;
  }
  .area {
    padding: 0 0 40px;
  }
  .item__man {
    width: 453px;
    top: 240px;
  }
  .item__left {
    max-width: 55%;
  }
  .reg__el {
    padding: 17px 20px;
  }
  .reg__name {
    margin-left: 20px;
  }
  .reg__btn {
    margin-left: 20px;
  }
  .reg__down {
    position: relative;
  }
  .reg__down img {
    position: absolute;
    right: -58px;
    top: -31px;
  }
  .pages .nav__content {
    width: auto;
  }
  .pages .nav__area {
    display: block;
  }
  .pages .nav__area_adapt {
    display: none;
  }
  .pages .header__wrap {
    margin-top: 161px;
  }
  .main-laser__item p {
    font-size: 14px;
  }
  .main-laser__area div {
    width: 48.2%;
  }
  .party__top h3 {
    max-width: 168px;
    font-size: 30px;
    line-height: 39px;
  }
  .kids__bottom div p {
    font-size: 26px;
  }
  .laser__kids {
    width: 49%;
  }
  .laser__content {
    max-width: 47%;
  }
  .laser__set div {
    width: 32.1%;
  }
  .laser__wrap_2 .laser__kids {
    width: 63%;
  }
  .vr .laser__title {
    max-width: 456px;
  }
  .main-laser__vr {
    left: 337px;
  }
  .vr .main-laser__item img {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
  .menu-btn, .menu {
    display: block;
  }
  .menu-btn {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 11;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat center center;
  }
  .menu-btn.active {
    background: url(../img/bur2.svg) no-repeat center center;
  }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px;
  }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0;
  }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-200%);
    transition: transform 0.5s;
    z-index: 100;
    padding: 171px 0px 20px;
    background: rgb(25, 25, 25);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu.active {
    transform: translateX(0%);
  }
  .menu .nav__socials {
    display: flex;
    margin-top: 80px;
  }
  .menu .container {
    width: 100%;
  }
  .menu ul li {
    margin-bottom: 20px;
  }
  .menu ul li:last-child {
    margin-bottom: 0;
  }
  .menu ul li a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
  }
  .nav__list {
    display: none;
  }
  .nav__area a {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .nav__area_adapt {
    display: block;
    width: 100%;
    padding: 8px 18px;
    box-sizing: border-box;
    border: 0.6px solid rgba(255, 255, 255, 0.15);
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-right: 0;
  }
  .nav.fix .nav__area_adapt {
    border: 0.6px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    background: white;
  }
  .nav.fix .menu-btn {
    background: url(/img/bur11.svg) no-repeat center center;
  }
  .nav.fix .menu-btn.active {
    background: url(/img/bur22.svg) no-repeat center center;
  }
  .nav__area p {
    font-size: 10px;
  }
  .nav {
    margin: 20px 0 0;
  }
  .nav__content, .nav__info {
    background: transparent;
    border: none;
    padding: 0;
  }
  .nav__local img {
    width: 30px;
    height: 30px;
  }
  .nav__local span {
    font-size: 14px;
    margin-left: 8px;
  }
  .nav__socials {
    display: none;
  }
  .nav__info {
    padding: 0;
    height: 46px;
  }
  .nav__box {
    z-index: 200;
    flex-wrap: wrap;
    position: relative;
  }
  .nav__address {
    margin-right: 60px;
    margin-left: auto;
    padding: 7.5px 10px;
  }
  .nav__content {
    width: max-content;
  }
  .header__wrap {
    margin-top: 175px;
    padding-bottom: 70px;
    flex-direction: column;
  }
  .header__wrap h1 {
    margin-bottom: 32px;
    font-size: 45px;
  }
  .header .swiper1 .swiper-slide img {
    margin: 40px auto 0;
  }
  .header__news {
    max-width: 100%;
  }
  .header__item img {
    height: 300px;
    object-position: 0px 0px;
  }
  .header .arrows {
    display: none;
  }
  h2 {
    font-size: 37px;
  }
  .main {
    padding-top: 70px;
    padding-bottom: 35px;
    margin-top: 0;
  }
  .main__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .main__info {
    margin-bottom: 24px;
  }
  .main .swiper2 .swiper-slide a > img, .main .swiper22 .swiper-slide a > img {
    width: 100% !important;
    height: 100% !important;
  }
  .main .swiper2, .main .swiper22 {
    height: 520px;
  }
  .main .swiper2 .swiper-slide a p, .main .swiper22 .swiper-slide a p {
    font-size: 24px;
  }
  .main .swiper2 .swiper-slide .images, .main .swiper22 .swiper-slide .images {
    width: 100%;
    height: 61%;
    right: 20px;
  }
  .main .swiper2 .swiper-slide_1:hover a .images, .main .swiper22 .swiper-slide_1:hover a .images {
    right: 20px !important;
  }
  .main .swiper-slide a .main__see .btn {
    width: 64%;
    margin-top: auto;
  }
  .main .swiper2 .swiper-slide:hover a .images img:nth-child(2), .main .swiper22 .swiper-slide:hover a .images img:nth-child(2) {
    display: none;
  }
  .main .swiper2 .swiper-slide:hover a .images img:nth-child(1), .main .swiper22 .swiper-slide:hover a .images img:nth-child(1) {
    opacity: 1;
  }
  .main .swiper2 .swiper-slide:before, .main .swiper22 .swiper-slide:before {
    opacity: 1;
    top: initial;
    left: initial;
    bottom: 20px;
    height: 58px;
    width: 58px;
    background-size: 100% !important;
    right: 20px;
  }
  .main .swiper-slide a .main__see {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .main .swiper-slide a .main__see p {
    margin-top: 62px;
    left: 0 !important;
    top: 0 !important;
  }
  .main .swiper2 .swiper-slide a p, .main .swiper22 .swiper-slide a p {
    top: 20px;
    left: 20px;
    right: initial;
    bottom: initial;
  }
  .main .swiper2 .swiper-slide a, .main .swiper22 .swiper-slide a {
    padding: 20px;
  }
  .main .swiper2 .swiper-slide:hover a p, .main .swiper22 .swiper-slide:hover a p {
    opacity: 1;
  }
  .main__nav {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .main__nav .arrows {
    margin: 24px 0 32px;
  }
  .info, .events {
    padding: 35px 0;
  }
  .info__box {
    flex-direction: column;
  }
  .info__left {
    max-width: 100%;
  }
  .info__right {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .info__right img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 72%;
  }
  .info__right img:first-child {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .events .sub {
    margin-bottom: 30px;
  }
  .events .arrows {
    display: flex;
  }
  .events .swiper3 .swiper-wrapper {
    flex-wrap: initial;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    width: 460px !important;
    padding: 20px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide p {
    font-size: 24px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide small {
    opacity: 1;
    margin-top: 12px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide img:nth-child(2) {
    max-width: 80% !important;
    transform: initial !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:nth-child(2) {
    width: 280px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child {
    background: white;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:first-of-type {
    width: auto;
    height: 63%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
  }
  .rev {
    padding: 35px 0 70px;
  }
  .rev__text {
    font-size: 14px;
    padding-right: 0;
  }
  .rev .swiper4 .swiper-slide {
    height: 480px;
  }
  .rev__play .svg {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .rev .arrows {
    display: flex;
    margin-top: 24px;
  }
  .rev .swiper44 .swiper-slide a img {
    height: 250px;
  }
  .rev .swiper44 .swiper-slide a h3 {
    margin-top: 250px;
    font-size: 24px;
  }
  .rev .swiper44 .swiper-slide a p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .rev .swiper44 .swiper-slide a span {
    font-size: 16px;
  }
  .rev .swiper44 .swiper-slide a {
    padding: 20px;
  }
  .rev .main__top {
    margin-bottom: 24px;
  }
  .area__man {
    display: none;
  }
  .area__box {
    flex-direction: column;
  }
  .area__content h2 {
    margin: 62px 0 32px;
  }
  .area__content h2 br {
    display: none;
  }
  .area__content a {
    margin-bottom: 40px;
  }
  .area__content a img {
    width: 60px;
  }
  .area .arrows {
    display: flex;
    margin-bottom: 60px;
  }
  .area .swiper5 {
    max-width: 100%;
    height: max-content;
  }
  .area .swiper5 > .swiper-wrapper {
    flex-direction: initial;
  }
  .area .swiper5 .swiper-slide {
    padding: 18px 20px;
    min-height: inherit;
  }
  .area .swiper5 .swiper-slide h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .area .swiper5 .swiper-slide p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .area .swiper5 .swiper-slide span {
    height: 30px;
    font-size: 12px;
  }
  .area .rev__play, .area__pic, .area .rev__wrap:after, .area .rev__wrap {
    height: 250px;
  }
  .nav__address-list {
    border-radius: 12px;
  }
  .main .swiper2, .main .swiper22 {
    width: 100%;
  }
  .popup-call__box {
    top: -18rem;
  }
  .order h2 {
    margin-bottom: 24px;
  }
  .order__item, .order__block {
    padding: 18px 20px;
    border-radius: 20px;
  }
  .order__item span {
    font-size: 14px;
  }
  .order__item img {
    margin-bottom: 30px;
  }
  .order__item p {
    margin-bottom: 30px;
  }
  .order__block small {
    font-size: 14px;
  }
  .order__block a {
    font-size: 24px;
  }
  .footer__left {
    margin-right: 100px;
  }
  .footer__list li a, .footer__item p {
    font-size: 14px;
  }
  .footer__item {
    margin-bottom: 49px;
  }
  .footer__per {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__per > img {
    width: 46px;
    height: 46px;
  }
  .footer__info {
    margin-left: 0;
    margin-top: 8px;
  }
  .footer__info p {
    font-size: 12px;
  }
  .footer__order {
    margin-top: 101px;
  }
  .nav .nav__content, .nav__info {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: inherit !important;
  }
  .header-item__content p {
    margin-bottom: 30px;
  }
  .header-item .header__block {
    margin-top: 24px;
  }
  .header-item__pic {
    width: 55%;
  }
  .item__man {
    display: none;
  }
  .item__content {
    max-width: 100%;
  }
  .bread {
    display: none;
  }
  .item__content h2 {
    margin-bottom: 30px;
  }
  .item__content h3 {
    margin-bottom: 12px;
  }
  .item__right {
    display: none;
  }
  .item__left {
    max-width: 100%;
  }
  .item__el {
    margin-bottom: 24px;
  }
  .item {
    padding: 50px 0;
  }
  .item .arrows8 {
    margin-bottom: 30px;
  }
  .reg {
    padding: 70px 0;
  }
  .reg__line p {
    display: none;
  }
  .reg__line {
    margin-bottom: 32px;
  }
  .reg .tabs__nav {
    flex-wrap: wrap;
  }
  .reg__box {
    flex-direction: column;
    position: relative;
  }
  .reg__left, .reg__right {
    max-width: 100%;
  }
  .reg__info {
    margin-bottom: 30px;
  }
  .reg__pic {
    display: none;
  }
  .reg__block p {
    margin-bottom: 30px;
  }
  .reg__btn {
    width: 95.5%;
    margin-top: 12px;
  }
  .reg__center {
    padding-bottom: 20px;
  }
  .faq {
    padding: 35px 0;
  }
  .reg__mob {
    margin-bottom: 30px;
  }
  .faq__box {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq__content {
    max-width: 100%;
  }
  .faq__area {
    position: relative;
    margin-top: 340px;
  }
  .location {
    padding: 35px 0 70px;
  }
  .location__top {
    margin: 0px 0 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .location__btn {
    margin-top: 30px;
    width: 100%;
  }
  .location__btn .btn {
    width: 100%;
    height: 46px;
    font-size: 12px;
  }
  .location__btn img {
    flex: 1 0 auto;
    max-width: 46px;
    width: 46px;
    height: 46px;
  }
  .location__wrap {
    height: 540px;
    padding: 12px;
  }
  .location__block {
    max-width: 100%;
  }
  .pages .nav__content {
    border: 0.6px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 60px !important;
    backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 10px 12px !important;
    height: 62px;
  }
  .pages .nav__city {
    display: none;
  }
  .pages .nav__info .nav__socials a p {
    display: none;
  }
  .pages .nav__info .nav__socials a span {
    display: block;
    color: white;
    font-size: 13px;
    margin-left: 10px;
  }
  .pages .nav__box {
    padding-right: 100px;
  }
  .pages .nav__info {
    border: 0.6px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 60px !important;
    backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 10px 12px !important;
    height: 62px;
  }
  .pages .nav__info .nav__socials {
    display: flex;
  }
  .pages .nav__tel {
    font-size: 18px;
  }
  .pages .header__wrap {
    margin-top: 111px;
  }
  .pages .menu-btn {
    top: 21px;
  }
  .pages .nav__logo {
    width: 100%;
    height: 100%;
  }
  .main-laser__row {
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .main-laser__item {
    height: 92px;
    width: 44.4%;
  }
  .pages .sub {
    margin-bottom: 24px;
  }
  .main-laser .arrows {
    justify-content: center;
    display: flex;
    margin-top: 32px;
  }
  .main-laser .swiper10 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .main-laser .swiper10 .swiper-wrapper .swiper-slide {
    border-radius: 20px;
    width: 303.333px !important;
  }
  .main-laser .swiper10 {
    height: 500px;
  }
  .pages .header__wrap span {
    margin-bottom: 24px;
  }
  .main-laser__wrap {
    margin-top: 70px;
  }
  .main-laser__flex {
    flex-direction: column-reverse;
  }
  .main-laser__area {
    gap: 10px;
    max-width: 100%;
  }
  .main-laser__pic {
    margin-top: 32px;
    height: 400px;
    border-radius: 20px;
    width: 100%;
  }
  .main-laser__area div {
    width: 49.2%;
  }
  #main .main-laser__bg2 {
    display: none;
  }
  .mission {
    padding: 40px 0;
  }
  .pages h2 {
    margin-bottom: 12px;
  }
  .mission .swiper11 .swiper-slide img {
    height: 400px;
    border-radius: 20px;
  }
  .mission .swiper11 .swiper-slide h3 {
    font-size: 25px;
    line-height: 120%;
  }
  .mission .swiper11 .swiper-slide p {
    font-size: 15.5px;
  }
  .party .swiper12 .swiper-slide_2 {
    min-height: 836px;
  }
  .party .arrows {
    display: flex;
  }
  .info-laser .info__left {
    height: 450px;
  }
  .party .swiper12 .swiper-slide, .info-laser .info__left {
    border-radius: 20px;
  }
  .info-laser .info__right {
    margin-top: 50px;
  }
  .pages .info__right a, .pages .info__right p {
    left: 0;
  }
  .info-laser .info__right img:nth-child(1) {
    width: 50%;
    left: -103px;
  }
  .main-laser {
    padding-top: 35px;
  }
  .pages .sub {
    font-size: 16px;
  }
  .main-laser__area div {
    height: 137px;
    border-radius: 20px;
  }
  .kids__video {
    height: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .kids__video .svg {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .kids__bottom img {
    display: none;
  }
  .kids__bottom div span {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .kids__bottom div p {
    font-size: 20px;
    line-height: 22px;
  }
  .mission .arrows {
    margin-top: 32px;
  }
  .laser {
    padding: 40px 0;
  }
  .laser__title {
    font-size: 30px;
    line-height: 130%;
  }
  .laser__row {
    flex-direction: column;
    margin: 70px 0 48px;
  }
  .laser__content {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .laser__image {
    border-radius: 20px;
    height: 400px;
    max-width: 100%;
  }
  .laser__set div {
    width: 48.9%;
  }
  .laser__set {
    margin-bottom: 70px;
  }
  .laser__block {
    border-radius: 20px;
    padding: 20px;
  }
  .laser__wrap_2 .laser__title {
    margin-bottom: 60px;
  }
  .laser__wrap_2 .laser__kids {
    width: 56%;
  }
  .place {
    padding: 40px 0 70px;
  }
  .place .container {
    position: relative;
  }
  .place__top {
    justify-content: center;
    position: initial;
    margin-bottom: 24px;
  }
  .place__top .btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .place .main-laser__bg2 {
    display: none;
  }
  .place__top h2 {
    text-align: center;
  }
  .place #map {
    height: 400px;
  }
  .main-laser__vr {
    left: initial;
    top: initial;
    right: 18px;
    bottom: 343px;
    font-size: 20px;
    height: 42px;
  }
  .vr .main-laser__bg3 {
    top: 500px;
  }
  .vr .sales__row {
    margin-top: 30px;
    flex-direction: column;
    gap: 8px;
  }
  .vr .sales__item {
    width: 100%;
  }
  .vr .party .swiper12 .swiper-slide_2 {
    min-height: 754px;
  }
  .vr .laser__block img {
    width: 50%;
  }
  .vr .laser__kids {
    right: 16px;
  }
  .place__wrap {
    padding-bottom: 90px;
  }
  .vr .main-laser__item img {
    position: absolute;
    right: 17px;
    top: 26px;
  }
  .vr .sub br, .vr .main-laser h2 br {
    display: none;
  }
  .main-laser__vr {
    bottom: 241px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
  .popup-call__box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .arcticmodal-container_i, .arcticmodal-container_i2 {
    width: 100%;
  }
  .header__wrap h1 {
    font-size: 38px;
  }
  .header .swiper1 .swiper-slide a {
    height: 46px;
    width: 100%;
    font-size: 14px;
  }
  .nav__area_adapt {
    margin-bottom: 30px;
  }
  .header .swiper1 .swiper-slide img {
    max-width: 60%;
  }
  .header__item, .header__block {
    padding: 12px 14px;
    border-radius: 20px;
  }
  .header__item div p {
    font-size: 20px;
  }
  .header__item div span {
    font-size: 40px;
  }
  .header__item img {
    height: 240px;
    border-radius: 12px;
  }
  .header__block div p {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 155px;
  }
  .header__block div span {
    display: none;
  }
  .header__block {
    overflow: hidden;
    position: relative;
    align-items: flex-start;
  }
  .header__block div {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .header__block img {
    position: absolute;
    right: -42px;
    top: -8px;
    height: 139%;
  }
  .header__block a {
    width: 100%;
  }
  h2 {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .sub {
    font-size: 14px;
  }
  .tabs__nav a {
    font-size: 18px;
    height: 52px;
  }
  .tabs__nav a div {
    width: 44px;
    height: 44px;
  }
  .main .swiper2 .swiper-slide a > img, .main .swiper22 .swiper-slide a > img {
    border-radius: 20px;
  }
  .main .swiper-slide a .main__see p {
    font-size: 14px !important;
  }
  .main .swiper-slide a .main__see .btn {
    height: 46px;
    font-size: 14px;
  }
  .main .swiper2 .swiper-slide:before, .main .swiper22 .swiper-slide:before {
    width: 46px;
    height: 46px;
  }
  .main .swiper2, .main .swiper22 {
    height: 429px;
  }
  .main .swiper2 .swiper-slide:hover a .images, .main .swiper22 .swiper-slide:hover a .images {
    right: 0;
  }
  .main__nav .btn {
    height: 46px;
    font-size: 14px;
  }
  .info__left {
    border-radius: 20px;
    padding: 20px;
  }
  .info__left img {
    display: none;
  }
  .info__content {
    padding: 0;
  }
  .info__content h2 {
    margin-bottom: 12px;
  }
  .info__content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .info__content a, .info__right a, .events .swiper3 .swiper-wrapper .swiper-slide .btn {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }
  .info__right a, .info__right p {
    left: 0;
  }
  .info__right p {
    font-size: 24px;
  }
  .info__right a {
    position: relative;
    left: 20px;
    width: 94.5%;
    margin: 0;
  }
  .info__right img:nth-child(2) {
    border-radius: 20px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    height: 434px;
    border-radius: 20px;
    width: 690px !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide img:nth-child(2) {
    right: 40px;
    bottom: 64px;
    max-width: 320px !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide small {
    font-size: 14px;
    max-width: 315px;
  }
  .rev .swiper4 .swiper-slide {
    padding: 18px 20px;
    border-radius: 20px;
  }
  .area .rev__play, .area__pic, .area .rev__wrap:after, .area .rev__wrap {
    height: 220px;
  }
  .area .swiper5 .swiper-slide {
    border-radius: 20px;
  }
  .popup-call__box .swiper7 {
    width: 90%;
  }
  .order__box {
    flex-direction: column;
  }
  .order__item, .order__block {
    width: 100%;
  }
  .order__item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer__box {
    justify-content: space-between;
    position: relative;
    flex-direction: inherit;
    flex-wrap: wrap;
    padding-bottom: 150px;
  }
  .footer__content {
    width: 100%;
    margin-left: 0;
  }
  .footer__area {
    margin-left: 0;
    display: flex;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .footer__per {
    margin-bottom: 0;
  }
  .footer__per:first-child {
    margin-right: 35px;
  }
  .footer__order {
    margin-left: 0;
    text-align: left;
    margin-top: 0;
  }
  .footer__order a {
    text-align: left;
  }
  .footer__links {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .footer__item {
    margin-bottom: 30px;
  }
  .header__block a {
    height: 38px;
    font-size: 12px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:first-of-type {
    height: 63%;
    bottom: 72px;
    left: initial;
    right: 0;
  }
  .item .swiper8 .swiper-slide-active {
    width: 340px !important;
  }
  .item .swiper8 {
    height: 380px;
    margin-top: 24px;
  }
  .header-item__content {
    margin-top: 30px;
    max-width: 100%;
  }
  .header-item__content a {
    width: 100%;
  }
  .header-item__pic {
    width: 100%;
    position: relative;
  }
  .header-item .header__wrap {
    padding-bottom: 0;
  }
  .header-item .header__block {
    max-width: 100%;
  }
  .header-item__content h1 {
    margin-bottom: 21px;
  }
  .item .swiper8 .swiper-slide-active {
    width: 510px !important;
  }
  .reg .tabs__nav {
    flex-direction: inherit;
  }
  .reg .tabs__nav {
    margin-bottom: 22px;
  }
  .pages .header__wrap .q {
    margin-bottom: 0;
  }
  .main-laser__item {
    width: 100%;
  }
  .main-laser__row {
    gap: 10px;
  }
  .main-laser .swiper10 .swiper-wrapper .swiper-slide {
    width: 690px !important;
  }
  .main-laser .swiper10 {
    height: 300px;
  }
  .main-laser__pic {
    height: 300px;
  }
  .mission {
    padding: 35px 0;
  }
  .mission .swiper11 .swiper-slide img {
    height: 335px;
  }
  .mission .swiper11 .swiper-slide h3 {
    font-size: 20px;
  }
  .mission .swiper11 .swiper-slide p {
    font-size: 14px;
    line-height: 17px;
  }
  .pages .sub {
    font-size: 14px;
    line-height: 17px;
  }
  .party .swiper12 .swiper-slide {
    min-height: initial;
  }
  .party__sum {
    margin-top: 30px;
  }
  .party__info {
    margin-bottom: 24px;
  }
  .info-laser .info__left img {
    display: block;
  }
  .info-laser .info__left .info__content {
    padding: 20px;
  }
  .info-laser__flex {
    margin-top: 70px;
  }
  .info-laser .info__left {
    height: auto;
  }
  .info-laser .info__right img:nth-child(1) {
    margin-left: -181px;
    width: 50%;
    left: 50%;
  }
  .pages .info__right a {
    left: 21px;
  }
  .pages .info__right p {
    left: 8px;
  }
  .kids__bottom div p br {
    display: none;
  }
  .laser__title {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 26px;
  }
  .laser__kids {
    width: 45%;
  }
  .laser__image {
    height: 300px;
  }
  .laser__set div {
    width: 100%;
    border-radius: 20px;
  }
  .laser__set {
    gap: 8px;
  }
  .laser__set div:before {
    margin-bottom: 40px;
  }
  .laser__text {
    width: 42%;
  }
  .laser__text br {
    display: none;
  }
  .vr .party .swiper12 .swiper-slide {
    min-height: initial;
    height: auto;
  }
  .vr .party .swiper12 {
    margin-top: 10px;
  }
  .vr .party .swiper12 .swiper-wrapper {
    align-items: initial;
  }
  .vr .party .swiper12 .swiper-wrapper .party__sum {
    margin-top: auto;
  }
  .vr .sales {
    padding: 30px 0;
  }
  .vr .mission .main-laser__bg1 {
    right: -285px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    width: 510px !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:first-of-type {
    height: 54%;
  }
  .tabs__nav {
    width: 100%;
    flex-direction: column;
  }
  .tabs__nav a {
    margin-right: 0 !important;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 14px;
  }
  .tabs__nav a:last-child {
    margin-bottom: 0;
  }
  .pages .nav__content {
    height: 46px;
  }
  .pages .nav__info {
    height: 46px;
    margin-left: 0;
    margin-right: 0;
  }
  .pages .nav__info .nav__socials .svg {
    width: 24px;
  }
  .pages .nav__info .nav__socials a span {
    font-size: 12px;
  }
  .pages .nav__area {
    display: none;
  }
  .pages .nav__area_adapt {
    display: block;
    width: 100%;
    margin-top: 12px;
    height: 54px;
    background: #a848f1;
    border-radius: 60px;
    margin-bottom: 0;
  }
  .pages .nav__area_adapt p {
    font-size: 10px;
    text-align: center;
    margin-top: 1px;
  }
  .pages .nav__area_adapt .nav__tel {
    margin-top: 0;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
  }
  .pages .nav__box {
    padding-right: 0;
    justify-content: space-between;
  }
  .pages .menu-btn {
    position: relative;
    top: 0;
  }
  .pages .header__wrap {
    margin-top: 48px;
  }
  .pages .header__wrap span {
    font-size: 14px;
    line-height: 17px;
    height: 37px;
    width: 157px;
  }
  .pages .header__wrap h1 br {
    display: none;
  }
  .pages .header__wrap p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 261px;
  }
  .pages .header__wrap .q {
    width: 100%;
    flex-direction: column;
  }
  .pages .header__wrap .q a {
    width: 100% !important;
    height: 46px;
    font-size: 14px;
  }
  .pages .header__wrap .q a:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .main-laser__item {
    padding-right: 10px;
    padding-left: 24px;
  }
  .main-laser__item p {
    line-height: 17px;
  }
  .main-laser .swiper10 .swiper-wrapper .swiper-slide {
    width: 510px !important;
  }
  .main-laser__area div {
    padding: 16px;
    align-items: center;
    height: 72px;
    flex-direction: initial;
    border-radius: 12px;
    width: 100%;
  }
  .main-laser__area div:last-child br {
    display: none;
  }
  .main-laser__area {
    gap: 8px;
  }
  .main-laser__area div p {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
    margin-top: 0;
  }
  .party .swiper12 .swiper-wrapper {
    align-items: flex-start;
  }
  .party .swiper12 .swiper-slide {
    padding: 20px;
  }
  .party__top h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .party__top span {
    font-size: 12px;
    line-height: 100%;
    height: 27px;
    text-transform: uppercase;
  }
  .party__top {
    margin-bottom: 32px;
  }
  .party__info div {
    height: 34px;
    font-size: 14px;
  }
  .party__item p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .party__item ul li {
    font-size: 14px;
    line-height: 17px;
  }
  .party__sum {
    margin-top: 6px;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .party .swiper12 .swiper-slide .btn {
    height: 46px;
    font-size: 14px;
  }
  .info-laser .info__left {
    padding: 0;
  }
  .info-laser .info__left .info__content p {
    font-size: 14px;
    line-height: 17px;
  }
  .info-laser__flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-laser .info__left .info-laser__flex p {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .info-laser__flex .nav__tel {
    height: 42px;
    width: 172px;
    font-size: 14px;
  }
  .info-laser__flex .nav__tel .svg {
    width: 15px;
  }
  .pages .info__right a {
    left: 15px;
  }
  .info-laser .info__right img:nth-child(1) {
    margin-left: -81px;
  }
  .laser__text {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    max-width: 300px;
  }
  .laser__block {
    padding-bottom: 219px;
  }
  .laser__block img {
    object-fit: cover;
  }
  .laser__btn {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }
  .laser__kids {
    width: 300px;
    right: 50%;
    margin-right: -150px;
  }
  .laser__content .laser__title {
    margin-bottom: 20px;
  }
  .laser__txt p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  .laser__set div span {
    font-size: 20px;
    line-height: 22px;
  }
  .laser__set div p {
    font-size: 14px;
    line-height: 17px;
  }
  .laser__set div:before {
    width: 10px;
    height: 10px;
  }
  .laser__wrap_2 .laser__kids {
    margin-right: -191px;
    border-radius: 0;
    width: 400px;
    right: 50%;
  }
  .place__top h2 span {
    margin-top: 12px;
    font-size: 14px;
  }
  .place__wrap {
    padding-bottom: 60px;
  }
  .place__top .btn {
    height: 46px;
    font-size: 14px;
  }
  .vr .nav__area_adapt {
    background: #3573f9;
  }
  .vr .header__wrap p {
    max-width: 100%;
  }
  .vr .main-laser__item {
    border-radius: 20px;
    padding: 9px 12px;
  }
  .vr .main-laser__item img {
    right: initial;
    top: 8px;
    left: 12px;
    width: 108px;
  }
  .vr .main-laser__item {
    height: auto;
    padding-top: 134px;
  }
  .vr .main-laser__item span {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .vr .main-laser__wrap {
    margin-bottom: 70px;
  }
  .vr .mission .swiper11 {
    margin-top: 30px;
  }
  .vr .sales__item {
    padding: 20px;
    border-radius: 20px;
  }
  .vr .sales__item img {
    height: 180px;
    margin-bottom: 20px;
  }
  .vr .sales__item h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .vr .sales__item span {
    opacity: 0.8;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .vr .sales__item p {
    font-size: 14px;
    line-height: 17px;
  }
  .vr .laser__block img {
    width: 300px;
    margin-right: -150px;
    right: 50%;
  }
  .vr .laser__kids {
    height: 296px;
    right: 50%;
    width: auto;
    margin-right: -136px;
  }
  .vr .laser__block {
    padding-bottom: 308px;
  }
  .vr .header__wrap span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 17px;
    height: 37px;
    width: max-content;
  }
}
@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  a:active, a:focus {
    outline: none;
  }
  input, textarea {
    outline: none;
  }
  input:active, textarea:active {
    outline: none;
  }
  input:focusout {
    outline: none;
  }
  .mob {
    display: block !important;
  }
  .nav__logo {
    width: 97px;
  }
  .header__item {
    margin-bottom: 12px;
  }
  .header__item img {
    height: 140px;
  }
  .header__block img {
    height: 113%;
  }
  .header .swiper1 .swiper-slide img {
    max-width: 80%;
  }
  .main .swiper2 .swiper-slide .images, .main .swiper22 .swiper-slide .images {
    bottom: 44px;
  }
  .main .swiper2 .swiper-slide_1:hover a .images, .main .swiper22 .swiper-slide_1:hover a .images {
    right: 20px !important;
  }
  .main .swiper2 .swiper-slide_1 a .images, .main .swiper22 .swiper-slide_1 a .images {
    width: 100%;
  }
  .main .swiper2 .swiper-slide .images, .main .swiper22 .swiper-slide .images {
    height: 210px;
    right: 20px !important;
  }
  .info__right img:first-child {
    width: 94%;
  }
  .info__right a {
    width: 87%;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide img:nth-child(2) {
    max-width: 240px !important;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:nth-child(2) {
    width: 200px;
    right: initial;
    left: 10px;
    bottom: 89px;
  }
  .events .swiper3 .swiper-wrapper .swiper-slide:last-child img:first-of-type {
    height: 47% !important;
  }
  .rev .swiper44 .swiper-slide a {
    border-radius: 20px;
  }
  .rev .swiper44 .swiper-slide a img {
    height: 220px;
  }
  .rev .swiper44 .swiper-slide a h3 {
    margin-top: 220px;
  }
  .box-modal__close {
    top: 15px;
    right: 15px;
  }
  .arcticmodal-container_i2 {
    padding: 12px;
  }
  .popup__title {
    width: 100%;
    max-width: 215px;
  }
  .accordeon__button:hover, .accordeon__button2:hover {
    color: #2F323F;
  }
  .order__block p {
    margin-bottom: 60px;
    width: 100%;
    max-width: 250px;
  }
  .footer__left {
    margin-right: 0;
  }
  .header-item__content {
    margin-top: 0;
  }
  .header-item__content p {
    font-size: 14px;
    opacity: 0.8 !important;
  }
  .item__content h3 {
    font-size: 20px;
  }
  .item__text p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .item .swiper8 .swiper-slide-active {
    width: 100% !important;
  }
  .item .swiper8 .swiper-slide {
    border-radius: 20px;
  }
  .item__el span {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .item__el p {
    font-size: 14px;
  }
  .reg .tabs__nav a {
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
  }
  .reg .tabs__nav {
    gap: 8px;
  }
  .reg__block {
    border-radius: 20px;
    padding: 18px 20px;
  }
  .reg__block h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .reg__block p {
    font-size: 14px;
  }
  .reg__block small {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .reg__block span {
    font-size: 18px;
  }
  .reg__title {
    font-size: 20px;
  }
  .reg__sub {
    font-size: 14px;
  }
  .reg .swiper9 .swiper-slide a, .reg .swiper9 .swiper-slide a img {
    border-radius: 20px;
  }
  .reg .swiper9 .swiper-slide a h4 {
    font-size: 20px;
  }
  .reg__text {
    margin-bottom: 24px;
  }
  .reg .tabs__nav a img {
    margin-right: 5px;
  }
  .reg__el span, .reg__el p {
    font-size: 14px;
  }
  .reg__el {
    padding: 14px 20px;
  }
  .reg__btn {
    height: 46px;
    padding: 0;
    width: 86%;
    font-size: 14px;
  }
  .reg__down {
    padding: 20px;
  }
  .reg__down div span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reg__down div a {
    font-size: 18px;
  }
  .reg__down div a .svg {
    width: 18px;
  }
  .reg__top {
    border-radius: 20px 20px 0px 0px;
  }
  .reg__down {
    border-radius: 0 0 20px 20px;
  }
  .reg__down img {
    width: 108px;
  }
  .faq__item {
    margin-bottom: 8px;
    padding: 12px 20px;
    border-radius: 12px;
  }
  .faq__item img {
    flex: 1 0 auto;
    max-width: 24px;
    width: 24px;
    height: 24px;
  }
  .faq__item p {
    font-size: 16px;
    margin-right: 12px;
  }
  .faq__area {
    padding: 20px;
    margin-top: 237px;
    max-width: 100%;
  }
  .faq__area img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 270px;
  }
  .faq__area .mob {
    object-fit: contain;
    height: 317px;
    border-radius: 0px;
  }
  .faq__area p {
    font-size: 14px;
  }
  .location__wrap {
    border-radius: 20px;
  }
  .location__per {
    margin-bottom: -27px;
    padding: 16px 16px 40px;
    border-radius: 20px 20px 0 0;
  }
  .location__per small {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .location__per p {
    font-size: 18px;
  }
  .location__per span {
    font-size: 14px;
  }
  .location .reg__down {
    border-radius: 20px;
  }
  .location .reg__down div span, .location .reg__down div a {
    font-size: 18px;
  }
  .location .reg__down div p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .location .reg__down div p br {
    display: none;
  }
  .faq {
    padding-top: 0;
  }
  .container {
    padding: 0 10px;
  }
  .pages .nav {
    margin-top: 11px;
  }
  .pages .nav__content {
    margin-right: 0;
  }
  .pages .header__bg {
    object-position: -629px 0;
  }
  .pages .header__wrap h1 {
    width: 100%;
    max-width: 300px;
  }
  main.main-laser {
    padding-top: 68px;
  }
  .main-laser__item p br {
    display: none;
  }
  .main-laser__item p {
    line-height: 17px;
    width: 100%;
    font-size: 13px;
    max-width: 170px;
  }
  .main-laser__bg1 {
    left: -1px;
    top: -211px;
    width: 133%;
  }
  .main-laser__row {
    margin-bottom: 62px;
  }
  .main-laser .swiper10 .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .main-laser__wrap {
    margin-top: 57px;
  }
  .main-laser__area div .svg {
    width: 40px;
  }
  .main-laser__area div p {
    font-size: 13px;
  }
  .main-laser__bg3 {
    left: -89px;
    top: 500px;
    width: 100%;
  }
  .mission .main-laser__bg1 {
    left: initial;
    top: -175px;
    right: -120px;
    width: 100%;
  }
  .pages .sub {
    font-size: 13px;
  }
  .mission .swiper11 .swiper-slide img {
    margin-bottom: 12px;
  }
  .mission .swiper11 .swiper-slide h3 {
    font-size: 19px;
    margin-bottom: 9px;
  }
  .mission .swiper11 .swiper-slide p {
    font-size: 13px;
  }
  .party .main-laser__bg3 {
    left: initial;
    top: -298px;
    right: -128px;
    width: 500px;
  }
  .party .main-laser__bg2 {
    right: initial;
    top: 431px;
    left: -11px;
    width: 100%;
  }
  .info-laser .info__box {
    position: relative;
    z-index: 5;
  }
  .party__top h3 {
    font-size: 23px;
    line-height: 26px;
    max-width: 140px;
  }
  .party__top span {
    font-size: 9px;
    line-height: 100%;
    height: 27px;
    text-transform: uppercase;
    padding: 1px 8px 0;
  }
  .party__info div {
    padding: 0 9px;
  }
  .party__info div img {
    margin-right: 5px;
  }
  .party__item p {
    font-size: 19px;
  }
  .party__item ul li:before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
    max-width: 5px;
  }
  .party__item ul li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 17px;
  }
  .party__item {
    margin-bottom: 20px;
  }
  .party__sum {
    margin-top: 10px;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .info-laser .info__left .info__content h2 {
    margin-bottom: 23px;
  }
  .info-laser .info__left .info__content p {
    font-size: 13px;
  }
  .info-laser__flex {
    margin-top: 80px;
  }
  .pages .info__right p {
    font-size: 20px;
    line-height: 22px;
  }
  .info-laser .info__right {
    margin-top: 36px;
  }
  .info-laser .info__right img:nth-child(1) {
    margin-left: -150px;
    width: 300px;
  }
  .pages .info__right p {
    font-size: 19px;
    line-height: 22px;
    left: -1px;
  }
  .kids__video {
    height: 196px;
    margin-bottom: 17px;
    border-radius: 20px;
  }
  .kids__bottom div span {
    font-size: 11px;
    line-height: 18px;
  }
  .kids__bottom div p {
    font-size: 19px;
  }
  .laser {
    padding: 33px 0;
  }
  .laser__title {
    margin-bottom: 59px;
    font-size: 23px;
    line-height: 26px;
  }
  .laser__text {
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    max-width: 300px;
  }
  .laser__txt p {
    font-size: 13px;
  }
  .laser__set div span {
    font-size: 19px;
  }
  .laser__set div p {
    font-size: 13px;
  }
  .laser .main-laser__bg2 {
    display: none;
  }
  .place .main-laser__bg1 {
    object-fit: cover;
    top: -732px;
    left: 217px;
    width: 613px;
  }
  .laser__wrap_2 .laser__kids {
    margin-right: -136px;
    border-radius: 0;
    width: 300px;
    right: 50%;
  }
  .laser__wrap_2 .laser__block {
    padding-bottom: 173px;
  }
  .place__top {
    margin-bottom: 11px;
  }
  .ymaps-2-1-79-image {
    width: 40px !important;
    height: 40px !important;
    background-size: 100% !important;
  }
  .place #map {
    height: 298px;
  }
  .place .main-laser__bg2 {
    width: 400px;
    display: block;
    top: initial;
    bottom: -259px;
    right: initial;
    left: 50%;
    margin-left: -230px;
  }
  .laser__block img {
    border-radius: 20px;
  }
  .vr .header__wrap h1 {
    margin-bottom: 90px;
  }
  .vr .header__bg {
    object-position: inherit;
  }
  .vr .header__wrap p {
    font-size: 14px;
    line-height: 17px;
  }
  .vr header {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
  }
  .vr .main-laser__item span, .vr .main-laser__item p {
    max-width: 100%;
  }
  .vr .main-laser__item {
    padding-bottom: 12px;
  }
  .vr #main .main-laser__bg2 {
    display: block;
    top: 537px;
    width: 150px;
    right: -17px;
  }
  .vr .main-laser__bg3 {
    top: 847px;
  }
  .main-laser__vr {
    bottom: 250px;
    right: 7px;
  }
  .vr .party__top h3 {
    max-width: 166px;
    font-size: 23px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
  }
  .vr .party__info div {
    font-size: 10px;
  }
  .vr .sales__item .btn {
    height: 46px;
    font-size: 14px;
  }
  .vr .mission .main-laser__bg1 {
    left: initial;
    right: -59px;
    width: 700px;
    top: -53px;
  }
  .vr .kids .main-laser__bg1 {
    left: initial;
    right: initial;
    width: 500px;
    top: 213px;
    left: -12px;
  }
  .vr .place .main-laser__bg1 {
    bottom: -16%;
    right: -16px;
    top: initial;
    left: initial;
  }
}
@media screen and (max-width: 576px) and (min-width: 410px) {
  .info__right a {
    width: 90.6%;
  }
}
@media screen and (max-width: 410px) and (min-width: 360px) {
  .info__right a {
    width: 88.3%;
  }
}