@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "montserrat";
  src: url("/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "montserratBold";
  src: url("/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.strong-pink-gradient {
  background: -webkit-linear-gradient(#e774cf, #cc3399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strong-blue-gradient {
  background: -webkit-linear-gradient(#00bfef, #005bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.just-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.transition-hover {
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapper {
  width: 100%;
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px 20px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #dfdfdf;
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  text-shadow: #525252 1px 1px 1px;
  border: none;
}

.btn-modal {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 45px 20px 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  text-shadow: #525252 1px 1px 1px;
}
.btn-modal a {
  color: #dfdfdf;
}

.section-title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
  color: #dfdfdf;
  text-transform: uppercase;
  -webkit-background-clip: text;
}
.section-title span {
  color: #dfdfdf;
}

.section-descr,
.section-descr_bottom {
  font-size: 14px;
  max-width: 650px;
}
.section-descr span,
.section-descr_bottom span {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
}
.section-descr strong,
.section-descr_bottom strong {
  color: #00b6f0;
  padding: 2px;
  border: 2px #00b6f0 solid;
  border-radius: 5px;
}

.section-descr_bottom {
  margin: 0 auto;
}

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

.col-width_12 {
  max-width: 1160;
}

body {
  background: #dfdfdf;
  font-family: "Arial";
  margin: 0;
  padding: 0;
  font-size: 16px/24px;
  line-height: 1.42857143;
  background-color: #12101e;
}

button {
  border: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto";
}

input[type=text] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
b,
blockquote,
center,
code,
div,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
p,
pre,
span,
table,
td,
th,
tr,
u,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

body img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

.a_underline {
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
}

ul li::marker {
  font-size: 20px;
  color: rgb(255, 208, 20);
}

label {
  font: "Roboto";
}

input,
label {
  margin: 0.4rem 0;
}

.t-btn_md {
  text-decoration: none;
  text-transform: uppercase;
  padding: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #ffffff;
  display: inline-block;
  text-shadow: #525252 1px 1px 1px;
  font-size: 18px;
}

.t-btn_md_transparent {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
  border: 3px #00bfef solid;
  color: #ffffff;
  display: inline-block;
}

.certificates-btn {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #dfdfdf;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  font-weight: normal;
  text-shadow: #525252 1px 1px 1px;
}

.btn-wrapper,
.btn-wrapper-price,
.btn-wrapper-birthday {
  text-align: center;
}
.btn-wrapper a,
.btn-wrapper-price a,
.btn-wrapper-birthday a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #dfdfdf;
  display: inline-block;
  text-shadow: #525252 1px 1px 1px;
  font-weight: bold;
}
.btn-wrapper a:hover,
.btn-wrapper-price a:hover,
.btn-wrapper-birthday a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-wrapper-birthday a {
  padding: 10px;
}

.btn-left {
  text-align: left;
}

.btn-bron_md {
  height: 60px;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", Arial, sans-serif;
  border: 0 none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.btn-bron_wrap {
  height: 100%;
}

.btn-bron {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  height: inherit;
  text-transform: uppercase;
}

.t-btn:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-filter: blur;
          filter: blur;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(10%, #fff), color-stop(10%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to left, transparent 0%, #fff 10%, #fff 10%, transparent 50%);
  -webkit-transform: translate(-100%, -25%) rotate(0deg);
          transform: translate(-100%, -25%) rotate(0deg);
  -webkit-animation: blick 8s infinite;
          animation: blick 8s infinite;
}
@-webkit-keyframes blick {
  0% {
    -webkit-transform: translate(-100%, -25%) rotate(0deg);
            transform: translate(-100%, -25%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(100%, -25%) rotate(0deg);
            transform: translate(100%, -25%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(100%, -25%) rotate(0deg);
            transform: translate(100%, -25%) rotate(0deg);
  }
}
@keyframes blick {
  0% {
    -webkit-transform: translate(-100%, -25%) rotate(0deg);
            transform: translate(-100%, -25%) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(100%, -25%) rotate(0deg);
            transform: translate(100%, -25%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(100%, -25%) rotate(0deg);
            transform: translate(100%, -25%) rotate(0deg);
  }
}

.form_button_menu {
  text-align: center;
  height: auto;
  border: 0;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  cursor: pointer;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
  height: -webkit-fill-available;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: #525252 1px 1px 1px;
}

.haeder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #12101e;
  -webkit-box-shadow: 4px 2px 15px 1px #e772ce;
          box-shadow: 4px 2px 15px 1px #e772ce;
}

.header-center {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-city {
  color: #dfdfdf;
  font-weight: normal;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0;
}

.header-menu_wrap,
.bottom-menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.header-menu_wrap a,
.bottom-menu_wrap a {
  color: #dfdfdf;
}
.header-menu_wrap li,
.bottom-menu_wrap li {
  margin-left: 15px;
  margin-right: 15px;
  list-style: none;
}

.bottom-menu_wrap a {
  font-size: 16px;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section {
  height: 100vh;
  background-color: #12101e;
}

.section-top {
  padding-top: 80px;
}

.section-2 {
  height: auto;
}

.section-price-birthday {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.section-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 110px;
  height: auto;
  border-bottom: 3px #0061fd solid;
  padding-bottom: 110px;
}

.section-4 {
  height: auto;
  padding-top: 160px;
  padding-bottom: 70px;
  border-bottom: 3px #0061fd solid;
  background-image: url("/images/content/certificate_banner.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.section-5,
.section-6,
.section-7,
.section-9 {
  height: auto;
  border-bottom: 3px #0061fd solid;
}

.burger-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.logo-header {
  text-align: center;
  z-index: 100;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 33.3333333333%;
  position: relative;
  height: 100%;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.toggle-button {
  position: relative;
  width: 35px;
  height: 23px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toggle-button:hover {
  cursor: pointer;
}

.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.toggle-button .menu-bar-top {
  border: 3px solid #dfdfdf;
  border-bottom: none;
  top: 0;
}

.toggle-button .menu-bar-middle {
  height: 3px;
  background-color: #dfdfdf;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}

.toggle-button .menu-bar-bottom {
  border: 3px solid #dfdfdf;
  border-top: none;
  top: 22px;
}

.phone-city {
  font-size: 22px;
  color: #00bfef;
  font-weight: bold;
  margin-right: 22px;
  height: inherit;
  padding: 10px 0px 10px 0px;
}

.background-img-dark {
  min-width: 100%;
  height: 100vh;
  position: relative;
}

.background-img {
  background-image: url("../images/content/woman_galaxy_2.png");
  min-width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.cont-center_sm,
.cont-center_xl,
.cont-center_xxl {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

.cont-center_sm {
  width: 1160px;
}

.cont-center_xl {
  max-width: 1260px;
}

.cont-center_xxl {
  max-width: 1300px;
}

.cont-center,
.cont-right {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont-title-h1 {
  color: #ffd014;
  padding: 24px 0 38px 0;
  letter-spacing: 1px;
  font-size: 64px;
  line-height: 1.23;
  font-weight: 600;
}

.cont-title-h2 {
  color: #dfdfdf;
  padding: 24px 0 38px 0;
  letter-spacing: 1px;
  font-size: 52px;
  line-height: 1.23;
  font-weight: 600;
  text-transform: uppercase;
}

.cont-title-p {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: block;
  padding: 15px 115px 15px 115px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e774cf), to(#cc3399));
  background: linear-gradient(#e774cf, #cc3399);
  text-align: center;
  font-size: 68px;
}

.cont-title-p-two {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: block;
  padding: 15px 115px 15px 115px;
  background: #005bfe;
  text-align: center;
  font-size: 68px;
  position: relative;
  left: 245px;
  top: -1px;
}

.cont-description {
  color: #dfdfdf;
  padding: 0 0 50px 0;
  font-size: 22px;
  line-height: 1.55;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
}
.cont-description li {
  text-decoration: none;
  list-style: none;
}

.cont-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.background-img-arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  display: none;
}

.background-img-arrow-wrap {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.background-img-arrow_up {
  position: fixed;
  z-index: 9;
  bottom: 40px;
  right: 65px;
  left: 0;
  text-align: right;
  display: block;
}

.background-img-arrow_up-wrap {
  display: inline-block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.list-service {
  position: relative;
  z-index: 1;
  top: -150px;
}

.list-service-title {
  font-size: 42px;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 40px;
}
.list-service-title span {
  color: #dfdfdf;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
}

.price-cont {
  width: 100%;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  min-height: 190px;
}

.list-price {
  position: relative;
}

.price-col {
  background: #161b2f;
  -webkit-box-shadow: 1px 2px 15px 1px #005bfe;
          box-shadow: 1px 2px 15px 1px #005bfe;
  min-height: 550px;
  margin-top: 50px;
}

.price-title-name {
  text-transform: uppercase;
  font-size: 30px;
  color: #dfdfdf;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  min-height: 85px;
}

.price-title-name__descr {
  text-transform: lowercase;
  font-weight: 100;
  font-size: 18px;
}

.element-title-name {
  text-transform: uppercase;
  font-size: 36px;
  color: linear-gradient(#00bfef, #005bfe);
  font-weight: bold;
  text-align: center;
  margin-bottom: 83px;
  position: absolute;
  top: 0;
}
.element-title-name strong {
  letter-spacing: 3px;
}

.price-wrap {
  padding: 25px 25px 25px 25px;
  min-width: 350px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.horizont-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px;
  background: #161b2f;
  border-radius: 15px;
  margin: 25px;
  max-height: 250px;
  background-image: url("/images/content/sphera_2.PNG");
  background-position: right;
  background-size: cover;
  background-position: bottom -126px right -120px;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6 {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.bg-1 {
  background-image: url("/images/content/550х255_1.png");
}

.bg-2 {
  background-image: url("/images/content/550х255_2.png");
}

.bg-3 {
  background-image: url("/images/content/550х255_3.png");
}

.bg-4 {
  background-image: url("/images/content/550х255_4.png");
}

.bg-5 {
  background-image: url("/images/content/550х255_3.png");
}

.bg-6 {
  background-image: url("/images/content/550х255_4.png");
}

.horizont-element:hover {
  -webkit-box-shadow: 1px 2px 15px 1px #cc3399;
          box-shadow: 1px 2px 15px 1px #cc3399;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  /* Увеличиваем масштаб */
}

.horizont-element_wrap {
  padding: 25px 0px 25px 25px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.horizont-element_left {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.horizont-element-img_wrap {
  height: 250px;
}

.time-limit {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#e774cf), to(#cc3399));
  background: linear-gradient(#e774cf, #cc3399);
  border-radius: 10px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-limit strong {
  color: #dfdfdf;
  font-size: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
}

.time-limit_padding {
  padding: 10px 0px 10px 0px;
}

.price-time {
  font-size: 20px;
  color: #dfdfdf;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.price-value {
  font-size: 20px;
  color: #dfdfdf;
  line-height: 1.8;
}

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizont-element_flex,
.services-flex,
.price-flex,
.our-games_flex,
.certificate_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.horizont-element_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-games_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.our-games_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #161b2f;
  margin: 20px 20px 20px 20px;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.our-games_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-games-photo {
  height: 250px;
}

.our-games-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-image: url("../images/games/ps5/Заглушка.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #dfdfdf;
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.our-games_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #005bfe;
  height: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  clip-path: polygon(0 0, calc(100% - 25px) 0%, 100% 100%, 0% 100%);
  width: 60%;
  position: absolute;
  display: none;
}

.game-title {
  font-weight: bold;
  color: #dfdfdf;
  margin: 5px 0px 5px 0px;
  font-size: 22px;
}

.our-games_descr {
  padding: 10px 10px 0px 10px;
  color: #dfdfdf;
  color: rgba(223, 223, 223, 0.7294117647);
  line-height: 1.45em;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.our-games-btn_wrap {
  margin-top: 20px;
  padding: 10px;
}

.our-games-btn {
  text-transform: uppercase;
  position: relative;
  padding: 15px;
  border: 2px #005bfe solid;
  color: #dfdfdf;
  display: inline-block;
  background: none;
  font-size: 16px;
}

.cont-buttons {
  position: relative;
}

.certificates-item {
  width: 550px;
  border: 2px #005bfe solid;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}

.certificates-name {
  font-size: 20px;
  text-transform: uppercase;
}

.certificate_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #161b2f;
  width: 45%;
}

.certificate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.certificate_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(18, 16, 30, 0.7);
  height: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.certificate_descr-wrap {
  padding: 15px;
  color: #dfdfdf;
  line-height: 1.8em;
  font-size: 20px;
}

.certificate_descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.certificate_list {
  padding: 10px;
}

.title-form_c {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  color: #dfdfdf;
  margin-bottom: 50px;
}

.title-form {
  font-size: 35px;
}

.title-form_small {
  font-size: 25px;
  margin: 55px 0;
  display: block;
}

.form-wrap {
  background-color: #161b2f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-price,
.our-price-birthday {
  position: relative;
  padding-top: 100px;
  background-color: #12101e;
  height: inherit;
  border-bottom: 3px #0063fd solid;
  background-image: url("/images/content/sphera.PNG");
  background-position: bottom;
}

.our-price {
  padding-bottom: 100px;
}

.our-price-birthday {
  height: auto;
  padding-bottom: 170px;
}

.title-container,
.contacts-left_title,
.title-container_bottom {
  margin-bottom: 90px;
  font-size: 42px;
  line-height: 1.23;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  color: #dfdfdf;
}

.title-container_bottom {
  margin-top: 90px;
  margin-bottom: 0;
  text-align: center;
}

.section-wrap {
  background-color: #12101e;
  height: 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  height: auto;
}

.block-item-wrap,
.block-item-wrap__r {
  position: relative;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-item-wrap__r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.block-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.game-zone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.game-zone {
  width: 100%;
}

.autosimulyator,
.room {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 336px;
  width: 100%;
  margin-left: 20px;
}

.game-zone_element-title {
  position: absolute;
  bottom: 0;
  padding: 10px 10px 10px 10px;
  color: #dfdfdf;
  background: rgba(0, 0, 0, 0.7);
  color: #dfdfdf;
  text-transform: uppercase;
  width: 100%;
}
.game-zone_element-title strong {
  font-size: 28px;
  text-transform: uppercase;
}
.game-zone_element-title {
  text-transform: uppercase;
}

.prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prev-next button {
  border: 1px #005bfe SOLID;
  border-radius: 50%;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  color: #005bfe;
  font-size: 35px;
  padding: 0px 15px 0px 15px;
  margin: 10px;
}

.text-info_title h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#00b0f1, #0061fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-info_descr {
  font-size: 20px;
  color: #dfdfdf;
  line-height: 1.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-cont {
  width: 100%;
  max-width: 460px;
}

.form_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fast_form,
.fast_form_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ch_row_flex_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fast_form_mobile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.form_block1 {
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 415px;
  position: relative;
}

.form_block1_mobile {
  padding-top: 40px;
  padding-bottom: 50px;
  min-height: 415px;
}

.form_input {
  padding: 15px 35px;
  font-size: 18px;
  border: none;
  margin-right: 30px;
  border: 3px #005bfe solid;
  background: #1b1b1b;
  color: #dfdfdf;
}

.form_button {
  padding: 15px 18px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.form_button:hover {
  text-decoration: underline;
}

.form_block_2 {
  padding-bottom: 50px;
  min-height: 415px;
  margin-right: 29px;
}

.form_block_2_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #5d2984;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 25px 0;
}

.input-block {
  border-bottom: 2px solid #999999;
  margin-bottom: 25px;
}

.input {
  height: 60px;
  line-height: 1.33;
  font-size: 16px;
  padding: 20px 5px;
  width: 100%;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-form_input:focus {
  color: #212529;
  border-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.submit {
  display: block;
  vertical-align: middle;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.form-bottom {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.55;
}

.red-border {
  border: 1px solid #e65454;
  border-radius: 10px;
}

.footer-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #12101e;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-location_icon {
  width: 24px;
  height: 24px;
}

.footer-location_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-location_city {
  margin-left: 10px;
  color: #dfdfdf;
}

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

.footer-contacts_time-work {
  font-size: 14px;
  color: #9b9494;
}

.footer-contacts_nuber-phone {
  font-size: 18px;
  color: #00bfef;
  font-weight: bold;
}

.footer-contacts_popup a {
  color: #dfdfdf;
  text-decoration: underline;
  padding: 2px;
  display: none;
}

.descr-bottom {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.55;
}
.descr-bottom a {
  color: #dfdfdf;
  text-decoration: none;
}

.bottom-menu {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-bottom-menu {
  color: #1b1b1b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.menu {
  line-height: 2;
  font-size: 14px;
  padding-left: 30px;
}
.menu a {
  color: #dfdfdf;
}

.arrow-svg-up {
  rotate: 180deg;
  top: 2px;
  position: relative;
}

.name-service {
  text-align: center;
  color: #dfdfdf;
  font-size: 32px;
  font-weight: normal;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.guest-slide {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.strong-vr {
  font-size: 60px;
  background: -webkit-linear-gradient(#e772ce, #cc3399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "montserrat";
}

.strong-ata {
  background: -webkit-linear-gradient(#00b0f1, #0061fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "montserrat";
  font-size: 48px;
}

.guest-slide-wrapper {
  overflow: hidden;
}

.guest-slide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  counter-reset: slide;
  --gap: 1.8455rem;
  gap: var(--gap);
}

.guest-slide-transition-none {
  -webkit-transition: none;
  transition: none;
}

.guest-slide-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3333333333% - var(--gap) * 2 / 3);
  counter-increment: slide;
  position: relative;
}

/* кнопки влево и вправо */
.guest-slide-btn {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.guest-slide-btn-hide {
  display: none;
}

.guest-slide-btn-prev {
  left: 610px;
}

.guest-slide-btn-next {
  right: 610px;
}

.guest-slide-btn:hover,
.guest-slide-btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}

.guest-slide-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.guest-slide-btn-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300bfef' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.guest-slide-btn-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300bfef' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.guest-slide-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.guest-slide-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.guest-slide-indicator-active {
  background-color: rgba(255, 255, 255, 0.9);
}

.packages-wrap {
  margin-top: 80px;
}

.itc-slider {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 410px;
}

.itc-slider-wrapper {
  overflow: hidden;
  height: 692px;
}

.itc-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
  height: inherit;
}

.itc-slider-transition-none {
  -webkit-transition: none;
  transition: none;
}

.itc-slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */
.itc-slider-btn {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider-btn-hide {
  display: none;
}

.itc-slider-btn-prev {
  left: 0;
}

.itc-slider-btn-next {
  right: 0;
}

.itc-slider-btn:hover,
.itc-slider-btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}

.itc-slider-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider-btn-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300bfef' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider-btn-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300bfef' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.itc-slider-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider-indicator-active {
  background-color: rgba(255, 255, 255, 0.9);
}

.оur-contacts {
  padding-top: 200px;
  height: 100%;
  position: relative;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contacts-left {
  width: 48%;
  max-width: 560px;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-left_title {
  margin-bottom: 0;
}

.contacts-text {
  color: #00bfef;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 300;
}
.contacts-text strong {
  font-size: 28px;
  color: #cc3399;
  font-weight: bold;
}

.contacts-adress {
  font-size: 21px;
  color: #dfdfdf;
  line-height: 1.55;
  font-weight: 300;
}

.map {
  width: 100%;
  height: 500px;
}

.map-mobile {
  display: none;
}

.messenger-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.icon-messenger {
  width: 50px;
  height: 50px;
  margin: 15px 5px 15px 0;
}

.logo-bottom {
  width: 215px;
}

.guest-reviews {
  position: relative;
}

.date-reviews span {
  font-size: 12px;
  color: #b9b9b9;
}

.guest-reviews-wrapper {
  overflow: hidden;
  padding: 15px;
}

.guest-reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.guest-reviews-transition-none {
  -webkit-transition: none;
  transition: none;
}

.guest-reviews-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */
.guest-reviews-btn {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.guest-reviews-btn-hide {
  display: none;
}

.guest-reviews-btn-prev {
  left: -30px;
}

.guest-reviews-btn-next {
  right: -30px;
}

.guest-reviews-btn:hover,
.guest-reviews-btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}

.guest-reviews-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.guest-reviews-btn-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.guest-reviews-btn-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.guest-reviews-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.guest-reviews-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.guest-reviews-indicator-active {
  background-color: rgba(255, 255, 255, 0.9);
}

.guest-reviews {
  max-width: 1200px;
  margin: 0 auto;
}

.guest-reviews-items {
  counter-reset: slide;
  --gap: 1.8455rem;
  gap: var(--gap);
}

.guest-reviews-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  counter-increment: slide;
  position: relative;
  padding: 15px;
}

@media (min-width: 768px) {
  .guest-reviews-item {
    width: calc(50% - var(--gap) / 2);
  }
}
@media (min-width: 992px) {
  .guest-reviews-item {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}
.guest-reviews-item:nth-child(1) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.guest-reviews-item:nth-child(2) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.guest-reviews-item:nth-child(3) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.guest-reviews-item:nth-child(4) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.guest-reviews-item:nth-child(5) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.guest-reviews-item:nth-child(6) {
  background: #161b2f;
  -webkit-box-shadow: 1px 1px 10px 1px #005bfe;
          box-shadow: 1px 1px 10px 1px #005bfe;
}

.name-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #dfdfdf;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.star-icon_wrap {
  width: 35px;
}

.star-icon {
  margin-right: 5px;
}

.ava {
  background: #5a2fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.descr-reviews {
  color: #dfdfdf;
}

.thematic-img_vr {
  width: 240px;
  position: absolute;
  top: -30px;
  z-index: 1;
  left: -235px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  display: none;
}

.thematic-img_vr_2 {
  width: 170px;
  position: absolute;
  z-index: 1;
  right: -182px;
  top: -28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.thematic-img_1 {
  width: 190px;
  bottom: 40px;
  right: 160px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.thematic-img_2 {
  width: 173px;
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  display: none;
}

.thematic-img_3 {
  width: 200px;
  left: -280px;
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.thematic-img_4 {
  width: 350px;
  left: -160px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

.package-item::before {
  content: "";
  color: #fff;
  width: 10px;
}

.price-line {
  position: relative;
  display: inline-block;
}

.price-line::before {
  content: " ";
  width: 53px;
  height: 24px;
  left: 10px;
  position: absolute;
  border-bottom: 1px #dfdfdf solid;
}

.price-line::after {
  content: " ";
  width: 75px;
  height: 24px;
  right: -10px;
  position: absolute;
  border-bottom: 1px #dfdfdf solid;
}

.package-modal_title {
  margin: 0 auto;
  width: 40%;
  min-width: 300px;
  border: 2px #cc3399 solid;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 15px 1px #cc3399;
          box-shadow: 1px 2px 15px 1px #cc3399;
}

.package-modal_title-wrap {
  padding: 10px;
  text-align: center;
}
.package-modal_title-wrap h1 {
  color: #dfdfdf;
  text-transform: uppercase;
  font-size: 30px;
}
.package-modal_title-wrap h2 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}

.package-modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.package-modal_info-block {
  padding: 10px;
}
.package-modal_info-block ul {
  list-style-type: square;
  padding: 40px;
}
.package-modal_info-block ul li {
  color: #dfdfdf;
  line-height: 1.85em;
  font-size: 24px;
}
.package-modal_info-block ul li::marker {
  color: #e774cf;
  font-size: 30px;
}

.element-package {
  position: absolute;
  top: -18px;
  font-size: 20px;
}

.package-modal {
  --package-modal-margin: 0.5rem;
}

@media (min-width: 576px) {
  .package-modal {
    --package-modal-margin: 1.75rem;
  }
}
.package-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  pointer-events: none;
}

.package-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  margin: var(--package-modal-margin);
  background-color: #12101e;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

@media (min-width: 576px) {
  .package-modal-content {
    max-width: 1050px;
    margin: var(--package-modal-margin) auto;
  }
}
.package-modal-show .package-modal-backdrop,
.package-modal-show .package-modal-content {
  z-index: 1050;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}

.package-modal-scrollable {
  height: calc(100% - var(--package-modal-margin) * 2);
  max-height: 100%;
  overflow: hidden;
}

.package-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  /* border-bottom: 1px solid #eceeef; */
}

.package-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}

.package-modal-btn-close {
  float: right;
  color: #cc3399;
  font-weight: 700;
  font-size: 34px;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none;
  /* text-shadow: 0 1px 0 #fff; */
  opacity: 0.5;
}

.package-modal-btn-close:focus,
.package-modal-btn-close:hover {
  color: #e774cf;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.package-modal-body {
  background-image: url(/images/content/sphera.PNG);
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
  overflow-wrap: anywhere;
  padding-top: 90px;
  background-position-x: center;
}

.package-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.city-modal {
  --city-modal-margin: 0.5rem;
}

@media (min-width: 576px) {
  .city-modal {
    --city-modal-margin: 1.75rem;
  }
}
.city-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  pointer-events: none;
}

.city-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  margin: var(--package-modal-margin);
  background-color: #12101e;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

@media (min-width: 576px) {
  .city-modal-content {
    max-width: 355px;
    margin: var(--city-modal-margin) auto;
  }
}
.city-modal-show .city-modal-backdrop,
.city-modal-show .city-modal-content {
  z-index: 1050;
  overflow-y: auto;
  opacity: 1;
  pointer-events: auto;
}

.city-modal-scrollable {
  height: calc(100% - var(--city-modal-margin) * 2);
  max-height: 100%;
  overflow: hidden;
}

.city-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  /* border-bottom: 1px solid #eceeef; */
}

.city-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}

.city-modal-btn-close {
  float: right;
  color: #cc3399;
  font-weight: 700;
  font-size: 34px;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none;
  /* text-shadow: 0 1px 0 #fff; */
  opacity: 0.5;
}

.city-modal-btn-close:focus,
.city-modal-btn-close:hover {
  color: #e774cf;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.city-modal-body {
  background-image: url(/images/content/sphera.PNG);
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
  overflow-wrap: anywhere;
  background-position-x: center;
}

.city-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.city-modal_title {
  margin: 0 auto;
  width: 90%;
  border: 2px #cc3399 solid;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 15px 1px #cc3399;
          box-shadow: 1px 2px 15px 1px #cc3399;
}

.city-modal_title-wrap {
  padding: 10px;
}
.city-modal_title-wrap h1 {
  color: #dfdfdf;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
}

.city-modal_list-city {
  padding: 100px 50px 50px 50px;
  line-height: 2.8;
  font-size: 22px;
}
.city-modal_list-city a {
  color: #dfdfdf;
}

.modal-package-price,
.modal-certificates,
.modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.contact-form__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(150, 93, 194, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(150, 93, 194, 0.25);
}

.politic {
  font-size: 14px;
  color: white;
  margin-top: 24px;
}

.alert-wrap {
  position: absolute;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  top: 100px;
}

.form-wrapper {
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thematic_page_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form,
.contact-form-crt,
.contact-form_fst {
  width: 100%;
  max-width: 460px;
  padding: 60px;
  background: #12101e;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form__title {
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  color: #dfdfdf;
  font-size: 18px;
  margin: 30px 0px 30px;
}

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

.contact-form__input_date,
.contact-form__input_name,
.contact-form__input_phone {
  height: 50px;
  border: 1px solid #12101e;
  border-radius: 5px;
  width: 100%;
  background: url("/img/user.svg") center left 15px no-repeat, #fbfbfb;
  background-size: 30px;
  margin-bottom: 20px;
  padding: 0 15px 0 20px;
  font: 16px "Roboto", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #12101e;
}

.contact-form__input_date {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form__input_name:focus,
.contact-form__input_phone:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(255, 241, 198, 0.2);
}

.contact-form__input_file {
  display: none;
}

.contact-form__file-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 1px solid #12101e;
  border-radius: 5px;
  width: 100%;
  background: url("/img/file.svg") center left 15px no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
  padding: 0 15px 0 59px;
  font: 16px "Roboto", sans-serif;
  color: #dfdfdf;
  cursor: pointer;
}

.contact-form__button {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 30px 20px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  color: #dfdfdf;
  display: inline-block;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  text-shadow: #525252 1px 1px 1px;
  margin: 0 auto;
}

.contact-form__button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#005bfe), to(#00bfef));
  background: linear-gradient(#005bfe, #00bfef);
  -webkit-box-shadow: 0 5px 25px rgba(150, 93, 194, 0.3);
          box-shadow: 0 5px 25px rgba(150, 93, 194, 0.3);
}

.preloader {
  position: relative;
  margin: 0 0 0 45%;
  height: 15px;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.preloader_active {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.preloader:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background: #cc3399;
  -webkit-animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: preloader_before 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.preloader:after {
  width: 12px;
  height: 12px;
  left: 15%;
  border-radius: 50%;
  content: "";
  position: absolute;
  background: #5f646c;
  -webkit-animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
          animation: preloader_after 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes preloader_before {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(160px) scale(1.5) rotate(264deg);
            transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@keyframes preloader_before {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(160px) scale(1.5) rotate(264deg);
            transform: translateX(160px) scale(1.5) rotate(264deg);
    background: #00adb5;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes preloader_after {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-160px) scale(1.5) rotate(-264deg);
            transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes preloader_after {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-160px) scale(1.5) rotate(-264deg);
            transform: translateX(-160px) scale(1.5) rotate(-264deg);
    background: #00fff5;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media (max-width: 768px) {
  .form-wrapper {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .contact-form {
    padding: 30px 15px;
  }
  .contact-form__title {
    font-size: 16px;
  }
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}

.tabs__btn {
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: #332525;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#e774cf), to(#cc3399));
  background: linear-gradient(#e774cf, #cc3399);
  width: 25%;
  border: 1px #12101e solid;
}

.tabs__btn_active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00bfef), to(#005bfe));
  background: linear-gradient(#00bfef, #005bfe);
  cursor: default;
  color: #dfdfdf;
}

.tabs__btn:not(.tabs__btn_active):hover,
.tabs__btn:not(.tabs__btn_active):focus {
  background-color: #eee;
}

.tabs__content {
  padding: 1rem;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}