@charset "UTF-8";
* {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates Light';
  src: url("../fonts/MontserratAlternates-Light.eot");
  src: url("../fonts/MontserratAlternates-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratAlternates-Light.woff") format("woff"), url("../fonts/MontserratAlternates-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates Bold';
  src: url("../fonts/MontserratAlternates-Bold.eot");
  src: url("../fonts/MontserratAlternates-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratAlternates-Bold.woff") format("woff"), url("../fonts/MontserratAlternates-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #341246;
  padding: 0;
  margin: 0;
  color: #f0eeba;
  font-size: 20px;
  font-family: 'Montserrat Alternates Light';
}

.no-scroll {
  overflow: hidden;
}

section {
  margin-bottom: 100px;
}

h1, h2, h3 {
  margin: 0;
}

h2 {
  font-size: 40px;
  font-family: 'Montserrat Alternates Bold';
  color: #fff;
}

.btn-primary {
  display: inline-block;
  padding: 20px 40px;
  color: #a42db9;
  background-color: #96ff00;
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Montserrat Alternates Bold';
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 1px 1px 40px rgba(150, 255, 0, 0.9), 1px 1px 70px rgba(150, 255, 0, 0.3);
}

.btn-primary a {
  text-decoration: none;
}

.btn-primary:hover {
  box-shadow: none;
}

.btn-primary:active {
  outline: none;
}

.btn-primary:focus {
  outline: none;
}

.option {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  line-height: 30px;
  justify-content: flex-start;
  margin-bottom: 40px;
  font-family: 'Montserrat Alternates Light';
}

.option-gamer {
  display: flex;
  flex-wrap: no-wrap;
  color: #fff;
}

.option-gamer__left {
  display: block;
  margin-right: 20px;
  opacity: 0.7;
}

.option-gamer__right {
  display: block;
  font-family: 'Montserrat Alternates Bold';
}

.option-times {
  display: flex;
  flex-wrap: no-wrap;
  color: #fff;
}

.option-times__left {
  display: block;
  margin-right: 20px;
  opacity: 0.7;
}

.option-times__right {
  display: block;
  font-family: 'Montserrat Alternates Bold';
}

.option-age {
  display: flex;
  flex-wrap: no-wrap;
  color: #fff;
}

.option-age__left {
  display: block;
  margin-right: 20px;
  opacity: 0.7;
}

.option-age__right {
  display: block;
  font-family: 'Montserrat Alternates Bold';
}

.option-age__right span {
  font-family: 'Montserrat Alternates Light';
  line-height: 2px;
}

.option-level {
  display: flex;
  flex-wrap: no-wrap;
  color: #fff;
  margin-bottom: 50px;
}

.option-level__left {
  display: block;
  margin-right: 20px;
  opacity: 0.7;
}

.option-level__right {
  display: block;
  font-family: 'Montserrat Alternates Bold';
}

.warning {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 2px solid #654b72;
  width: 506px;
  height: 136px;
  border-radius: 5px;
  padding: 10px;
}

.warning-text {
  display: flex;
  font-size: 14px;
  font-family: 'Montserrat Alternates Light';
  flex-basis: 75%;
}

@media (max-width: 576px) {
  .section-gamerules {
    margin-bottom: 140px;
  }
  .btn-primary {
    font-size: 18px;
  }
  .btn-primary:active {
    box-shadow: none;
    outline: none;
  }
  .btn-primary:focus {
    outline: none;
  }
  h2 {
    font-size: 28px;
  }
  .warning {
    display: block;
    background-position: top 15% center;
    background-size: 20%;
    padding: 100px 10px 10px;
    height: 220px;
    width: 280px;
  }
  .warning-text {
    display: block;
    text-align: center;
  }
}

.header {
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
}

.header__gh {
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 150px;
  width: 100vh;
  z-index: 2000;
}

.header__navbar {
  padding: 10px 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(52, 18, 70, 0.9);
  z-index: 3000;
}

.header-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
}

.header-slider__monstr {
  position: relative;
  z-index: 2;
}

.header-slider__monstr img {
  max-width: 100%;
  max-height: 100%;
}

.header-slider__day {
  position: relative;
  z-index: 2;
}

.header-slider__day img {
  max-width: 100%;
  max-height: 100%;
}

.trigle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 70%;
  left: calc(50% - 300px);
  display: flex;
  justify-content: center;
  width: 600px;
  height: 100px;
  z-index: 2000;
}

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

.header-slid__1, .header-slid__2, .header-slid__3 {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  margin: 0 10px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
}

.menu-btn {
  display: none;
  flex-direction: column;
  background-color: transparent;
  align-items: center;
  border: none;
  z-index: 5000;
  cursor: pointer;
}

.menu-btn__line {
  transform-origin: 100%;
  display: block;
  width: 20px;
  height: 3px;
  margin: 2px 0;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.5s;
}

.menu-btn__active .menu-btn__line:nth-child(1) {
  transform: translateY(-2px) rotate(-45deg);
}

.menu-btn__active .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn__active .menu-btn__line:nth-child(3) {
  transform: translateY(2px) rotate(45deg);
}

.menu-btn:focus {
  outline: none;
}

.day:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 80;
}

.day__title {
  font-size: 36px;
  color: #fff;
  line-height: 70px;
  font-family: 'Montserrat Alternates Bold';
}

.day__text {
  font-size: 30px;
  line-height: 38px;
  font-family: 'Montserrat Alternates Light';
  color: #fff;
}

.day__cta-btn {
  display: inline-block;
  margin: 20px auto;
}

.day__offer {
  position: absolute;
  display: block;
  z-index: 1000;
  top: calc(50% - 150px);
  left: calc(50% - 290px);
  width: 580px;
  height: 230px;
  text-align: center;
  z-index: 100;
}

.day__img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/header/happy2.png");
}

.bl-sl {
  position: relative;
}

.bl-sl:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}

.bl-sl__title {
  position: relative;
  font-size: 40px;
  color: #fff;
  font-family: 'Montserrat Alternates Bold';
}

.bl-sl__title:before {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: url("../img/header/blumonstr.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: calc(50% - 75px);
  z-index: 100;
}

.bl-sl__text {
  font-size: 20px;
  line-height: 40px;
  font-family: 'Montserrat Alternates Light';
  color: #fff;
  margin-bottom: 20px;
}

.bl-sl__cta-btn {
  display: inline-block;
  margin: 40 auto;
  text-align: center;
}

.bl-sl__offer {
  position: absolute;
  display: block;
  z-index: 1000;
  top: calc(60% - 210px);
  left: calc(50% - 280px);
  width: 560px;
  height: 230px;
  text-align: center;
}

.bl-sl__img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/header/blindslider.jpg");
}

.monstr_dots {
  padding: 0;
  position: absolute;
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
  top: 70%;
  left: calc(50% - 75px);
}

.monstr_dots li {
  list-style-type: none;
  text-decoration: none;
}

.monstr_dots li button {
  border: 2px solid #fff;
  border-radius: 50%;
  background: tranparent;
  cursor: pointer;
}

.monstr_dots li:nth-child(1) button {
  content: " ";
  width: 45px;
  height: 45px;
  background: url("../img/header/monstricon2.png");
  color: transparent;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

.monstr_dots li:nth-child(2) button {
  content: " ";
  width: 45px;
  height: 45px;
  background: url("../img/header/mask2.png");
  color: transparent;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

.monstr_dots li:nth-child(3) button {
  content: " ";
  width: 45px;
  height: 45px;
  background: url("../img/header/cake2.png");
  opacity: 0.3;
  color: transparent;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}

.monstr_dots li:nth-child(1).slick-active button {
  border: 2px solid #96ff00;
  border-radius: 50%;
  background: url("../img/header/monstricon.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.monstr_dots li:nth-child(2).slick-active button {
  border: 2px solid #96ff00;
  border-radius: 50%;
  background: url("../img/header/mask.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.monstr_dots li:nth-child(3).slick-active button {
  border: 2px solid #96ff00;
  border-radius: 50%;
  background: url("../img/header/cake.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.monstr:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}

.monstr__title {
  font-size: 50px;
  color: #fff;
  font-family: 'Montserrat Alternates Bold';
}

.monstr__text {
  font-size: 30px;
  font-family: 'Montserrat Alternates Light';
  color: #fff;
}

.monstr__cta-btn {
  display: inline-block;
  margin: 40 auto;
  text-align: center;
}

.monstr__offer {
  position: absolute;
  display: block;
  z-index: 1000;
  top: calc(60% - 230px);
  left: calc(50% - 280px);
  width: 560px;
  height: 230px;
  text-align: center;
  z-index: 100;
}

.monstr__img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/header/forest2.png");
}

.navbar {
  overflow: hidden;
}

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

.navbar__social-network {
  display: flex;
}

i.top-social {
  text-align: center;
  padding-left: 20px;
  color: #fff;
}

i.top-social:hover {
  opacity: 0.8;
}

.block-nav__telephone {
  display: flex;
}

.block-nav__logo {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
}

.block-nav__logo img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.block-nav__logo img:hover {
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  opacity: 1;
  font-size: 16px;
}

.nav-menu a:hover {
  opacity: 0.5;
}

.nav-menu__item {
  margin-right: 40px;
}

a.active-top {
  opacity: 0.6;
}

.telephone-btn {
  margin-right: 40px;
  border-style: none;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: transform 1s;
  animation: circle-shadow  1s infinite;
}

.telephone-btn:focus {
  outline: none;
}

.telephone-btn:hover {
  transform: rotate(360deg);
}

.telephone-btn__icon {
  color: #fff;
}

@keyframes circle-shadow {
  from {
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  }
  to {
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
  }
}

.telephone__namber {
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat Alternates Light';
  text-decoration: none;
}

/* меняем положение стрелок*/
.feedback-slider-arrows {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  width-border-radius: 50%;
  width-background-color: #341246;
  z-index: 999;
}

.feedback-slider-arrows:hover {
  background-color: #341246;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.arrow-right {
  position: absolute;
  right: 30px;
  padding: 15px  13px 15px 19px;
}

.arrow-left {
  position: absolute;
  left: 30px;
  padding: 15px 14px 15px 17px;
}

.fa-jack-o-lantern {
  color: #96ff00;
  font-size: 40px;
}

/*@media (max-width:991px)*/
/*@media (max-width:768px) */
@media (max-width: 576px) {
  .header__gh {
    width: 100%;
  }
  .header__navbar {
    padding: 10px 0;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(52, 18, 70, 0.9);
    z-index: 5000;
  }
  .monstr__offer {
    display: block;
    width: 280px;
    margin: 0 auto;
    top: calc(60% - 200px);
    left: calc(50% - 140px);
  }
  .monstr__title {
    font-size: 24px;
    line-height: 50px;
  }
  .monstr__text {
    font-size: 16px;
  }
  .monstr__cta-btn {
    font-size: 18px;
  }
  .monstr__btn {
    margin: 40px auto;
  }
  .day__offer {
    display: block;
    width: 280px;
    margin: 0 auto;
    top: calc(60% - 240px);
    left: calc(50% - 140px);
  }
  .day__title {
    font-size: 24px;
    line-height: 30px;
  }
  .day__text {
    line-height: 30px;
    font-size: 16px;
  }
  .day__cta-btn {
    font-size: 18px;
  }
  .bl-sl__offer {
    display: block;
    width: 280px;
    margin: 0 auto;
    top: calc(60% - 240px);
    left: calc(50% - 140px);
  }
  .bl-sl__title {
    font-size: 24px;
    line-height: 30px;
  }
  .bl-sl__title:before {
    height: 100px;
    width: 100px;
    background: url("../img/header/blumonstr.png");
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    top: -58px;
    left: calc(50% - 50px);
  }
  .bl-sl__img {
    background: url("../img/header/bg_monstr576.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bl-sl__text {
    line-height: 30px;
    font-size: 16px;
  }
  .bl-sl__cta-btn {
    font-size: 18px;
  }
  .telephone {
    display: block;
  }
  .telephone-btn {
    display: none;
  }
  .block-nav__logo {
    position: relative;
    width: 40px;
    height: 41px;
    overflow: hidden;
  }
  .block-nav__logo img {
    position: absolute;
    width: 40px;
    height: 41px;
  }
  .block-nav__menu-btn {
    display: block;
  }
  .navbar__social-network {
    display: none;
  }
  .nav-menu {
    display: none;
  }
}

.start-wrap {
  padding-top: 120px;
  overflow: hidden;
}

.start-wrap__title {
  color: #fff;
  font-family: 'Montserrat Alternates Bold';
  font-size: 50px;
}

.start-wrap__circle {
  position: relative;
  display: block;
  background-image: url("../img/start/diagonal.png");
  background-position: top center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 750px;
  background-color: #341246;
  border-radius: 50%;
}

.start-wrap__cir1 {
  transform: rotate(-45deg);
  animation: cir1   1s   ease-in;
  animation-fill-mode: both;
}

.start-wrap__cir2 {
  animation: cir2  1s   ease-in 2s;
  animation-fill-mode: both;
}

.start-wrap__cir3 {
  animation: cir3  1.5s   ease-in 3s;
  animation-fill-mode: both;
}

.start-wrap__cir4 {
  animation: cir4  1s   ease-in  5s;
  animation-fill-mode: both;
}

.start-wrap__circle1 {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 750px;
  height: 750px;
  background-image: url("../img/start/diagonal.png");
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  border: 2px dashed rgba(150, 255, 0, 0.2);
  background-color: #341246;
  border-radius: 50%;
}

.start-wrap__circle1:before {
  position: absolute;
  content: "1";
  width: 30px;
  height: 30px;
  top: -15px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  background-color: #96ff00;
  border-radius: 50%;
  font-size: 18px;
  color: black;
  font-family: 'Montserrat Alternates Bold';
  text-align: center;
  line-height: 30px;
}

.start-wrap__circle2 {
  position: absolute;
  display: block;
  top: 74px;
  left: 74px;
  background-image: url("../img/start/diagonal.png");
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  width: 600px;
  height: 600px;
  border: 2px dashed rgba(150, 255, 0, 0.2);
  background-color: #341246;
  border-radius: 50%;
}

.start-wrap__circle2:before {
  position: absolute;
  content: "2";
  width: 30px;
  height: 30px;
  top: -15px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  background-color: #96ff00;
  border-radius: 50%;
  color: black;
  font-size: 18px;
  font-family: 'Montserrat Alternates Bold';
  text-align: center;
  line-height: 30px;
}

.start-wrap__circle3 {
  top: 149px;
  left: 149px;
  background-image: url("../img/start/diagonal.png");
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  width: 450px;
  color: black;
  height: 450px;
  border: 2px dashed rgba(150, 255, 0, 0.2);
  background-color: #341246;
  border-radius: 50%;
}

.start-wrap__circle3:before {
  position: absolute;
  content: "3";
  width: 30px;
  height: 30px;
  top: -15px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  background-color: #96ff00;
  border-radius: 50%;
  font-size: 18px;
  font-family: 'Montserrat Alternates Bold';
  color: black;
  text-align: center;
  line-height: 30px;
}

.start-wrap__circle4 {
  position: absolute;
  display: block;
  top: 223px;
  left: 223px;
  background-image: url("../img/start/diagonal.png");
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  width: 300px;
  height: 300px;
  border: 2px dashed rgba(150, 255, 0, 0.2);
  background-color: #341246;
  border-radius: 50%;
}

.start-wrap__circle4:before {
  position: absolute;
  content: "4";
  width: 30px;
  height: 30px;
  top: -15px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  background-color: #96ff00;
  border-radius: 50%;
  font-size: 18px;
  color: black;
  font-family: 'Montserrat Alternates Bold';
  text-align: center;
  line-height: 30px;
  animation: bef4  1s   ease-in-out 1;
  animation-fill-mode: both;
}

.start-wrap__circle5 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 50px;
  color: black;
  top: 297px;
  left: 297px;
  background-image: url("../img/start/door.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border: 2px dashed rgba(150, 255, 0, 0.2);
  background-color: #96ff00;
  border-radius: 50%;
}

.start-wrap__text {
  position: absolute;
  display: block;
  width: 450px;
  height: 40px;
  color: #f0eeba;
  font-family: 'Montserrat Alternates Light';
  font-size: 16px;
}

.start-wrap__text1 {
  top: 10%;
  left: 22%;
  width: 450px;
  height: 40px;
  opacity: 0;
}

.start-wrap__text2 {
  top: 18%;
  left: 29%;
  width: 450px;
  height: 40px;
  opacity: 0;
}

.start-wrap__text3 {
  top: 27%;
  left: 36%;
  width: 450px;
  height: 40px;
  opacity: 0;
}

.start-wrap__text4 {
  top: 34%;
  left: 43%;
  width: 450px;
  height: 40px;
  opacity: 0;
}

.start-wrap__t1 {
  animation: text1  2s   ease-in-out 0.3s 1;
  animation-fill-mode: both;
}

.start-wrap__t2 {
  animation: text2  2s   ease-in-out 2s 1;
  animation-fill-mode: both;
}

.start-wrap__t3 {
  animation: text3  2s   ease-in-out 3.5s 1;
  animation-fill-mode: both;
}

.start-wrap__t4 {
  animation: text4  2s   ease-in-out 5s 1;
  animation-fill-mode: both;
}

@keyframes cir1 {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(-45deg);
  }
}

@keyframes cir2 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(-45deg);
  }
}

@keyframes cir3 {
  from {
    transform: rotate(135deg);
  }
  to {
    transform: rotate(-45deg);
  }
}

@keyframes cir4 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(-45deg);
  }
}

@keyframes bef4 {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(45deg);
  }
}

@keyframes text1 {
  from {
  }
  50% {
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes text2 {
  from {
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes text3 {
  from {
    transform: translateX(2000px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes text4 {
  from {
    transform: translateX(1000px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

/*@media (max-width:991px)*/
/*@media (max-width:768px) */
@media (max-width: 576px) {
  .start-wrap {
    padding-top: 80px;
  }
  .start-wrap__title {
    margin: 0 auto;
    color: #fff;
    font-family: 'Montserrat Alternates Bold';
  }
  .start-wrap__title h2 {
    font-size: 30px;
  }
  .start-wrap__circle {
    margin-left: -50px;
    position: relative;
    display: block;
    background-image: url("../img/start/diagonal.png");
    background-position: top center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    background-color: #341246;
    border-radius: 50%;
  }
  .start-wrap__circle1 {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    background-image: url("../img/start/diagonal.png");
    background-position: top center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    border: 2px dashed rgba(150, 255, 0, 0.2);
    background-color: #341246;
    border-radius: 50%;
  }
  .start-wrap__circle1:before {
    position: absolute;
    content: "1";
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
    background-color: #96ff00;
    border-radius: 50%;
    font-size: 18px;
    color: black;
    font-family: 'Montserrat Alternates Bold';
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
  }
  .start-wrap__circle2 {
    position: absolute;
    display: block;
    top: 50px;
    left: 50px;
    background-image: url("../img/start/diagonal.png");
    background-position: top center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    width: 400px;
    height: 400px;
    border: 2px dashed rgba(150, 255, 0, 0.2);
    background-color: #341246;
    border-radius: 50%;
  }
  .start-wrap__circle2:before {
    position: absolute;
    content: "2";
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
    background-color: #96ff00;
    border-radius: 50%;
    transform: rotate(45deg);
    font-size: 18px;
    color: black;
    font-family: 'Montserrat Alternates Bold';
    text-align: center;
    line-height: 30px;
  }
  .start-wrap__circle3 {
    top: 100px;
    left: 100px;
    background-image: url("../img/start/diagonal.png");
    background-position: top center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    border: 2px dashed rgba(150, 255, 0, 0.2);
    background-color: #341246;
    border-radius: 50%;
  }
  .start-wrap__circle3:before {
    position: absolute;
    content: "3";
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
    background-color: #96ff00;
    border-radius: 50%;
    transform: rotate(45deg);
    font-size: 18px;
    font-family: 'Montserrat Alternates Bold';
    color: black;
    text-align: center;
    line-height: 30px;
  }
  .start-wrap__circle4 {
    position: absolute;
    display: block;
    top: 150px;
    left: 150px;
    background-image: url("../img/start/diagonal.png");
    background-position: top center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    width: 200px;
    height: 200px;
    border: 2px dashed rgba(150, 255, 0, 0.2);
    background-color: #341246;
    border-radius: 50%;
  }
  .start-wrap__circle4:before {
    position: absolute;
    content: "4";
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
    background-color: #96ff00;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Montserrat Alternates Bold';
    color: black;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
  }
  .start-wrap__circle5 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 10px;
    color: black;
    top: 200px;
    left: 200px;
    background-image: url("../img/start/door.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-color: #96ff00;
    border-radius: 50%;
  }
  .start-wrap__text {
    font-family: 'Montserrat Alternates Light';
    font-size: 12px;
  }
  .start-wrap__text1 {
    top: 65%;
    left: 10%;
    width: 280px;
    height: 40px;
  }
  .start-wrap__text2 {
    top: 73%;
    left: 10%;
    width: 280px;
    height: 40px;
  }
  .start-wrap__text3 {
    top: 85%;
    left: 10%;
    width: 280px;
    height: 40px;
  }
  .start-wrap__text4 {
    top: 90%;
    left: 10%;
    width: 280px;
    height: 40px;
  }
}

.section-questmonstr {
  background: url("../img/monstr/quest_monstr.png") no-repeat;
  background-size: 55% 75%;
  background-position: top right;
  display: flex;
}

.questmonstr {
  display: flex;
  justify-content: flex-start;
}

.questmonstr-wrap {
  display: flex;
  flex-direction: columns;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-basis: 50%;
}

.questmonstr-wrap__title {
  margin-bottom: 40px;
}

.questmonstr-wrap__description {
  line-height: 28px;
  font-family: 'Montserrat Alternates Light';
  margin-bottom: 20px;
}

.questmonstr-wrap__option {
  margin-bottom: 0;
}

.questmonstr-wrap__btn {
  margin-bottom: 70px;
}

.questmonstr-wrap__warning {
  padding-right: 20px;
}

/*@media (max-width:991px)*/
/*@media (max-width:768px) */
@media (max-width: 576px) {
  .section-questmonstr {
    background: url("../img/monstr/m320.png") no-repeat;
    background-size: 100%;
    background-position: top 160px right;
    display: flex;
  }
  .questmonstr {
    display: flex;
    justify-content: flex-start;
  }
  .questmonstr-wrap {
    display: flex;
    flex-direction: columns;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .questmonstr-wrap__title {
    display: block;
    margin-bottom: 0px;
  }
  .questmonstr-wrap__title h2 {
    font-size: 28px;
  }
  .questmonstr-wrap__description {
    display: block;
    width: 100%;
    line-height: 28px;
    font-family: 'Montserrat Alternates Light';
    margin-bottom: 20px;
  }
  .questmonstr-wrap__description p {
    width: 100%;
  }
  .questmonstr-wrap__option {
    display: block;
    font-size: 14px;
  }
  .questmonstr-wrap__btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  .questmonstr-wrap__warning {
    padding-right: 20px;
  }
}

.blindman {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.blindman-title {
  margin-bottom: 40px;
}

.blindman-description {
  max-width: 50%;
  line-height: 28px;
  margin-bottom: 80px;
}

.blindman-cards {
  display: flex;
  justify-content: space-between;
}

.blindman-cards__item {
  width: 260px;
  height: 245px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.blindman-cards__item:hover {
  background: url("../img/blind/blind.png");
}

.cards-item {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #96ff00;
}

.cards-item__img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  border: 2px solid #96ff00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #96ff00;
}

.cards-item__text {
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat Alternates Bold';
  line-height: 25px;
}

.fa-heartbeat {
  font-size: 33px;
  color: #96ff00;
}

@media (max-width: 576px) {
  .blindman {
    width: 100%;
  }
  .blindman-title {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .blindman-description {
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 80px;
  }
  .blindman-cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.gamerules-tabs {
  display: flex;
}

.gamerules-tabs__item {
  display: flex;
  padding: 6px 16px;
  border-radius: 0 10px 0 0;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #6e9d1d;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Montserrat Alternates Light';
  color: #fff;
}

.gamerules-tabs__item:hover {
  box-shadow: 0px -2px 8px rgba(150, 255, 0, 0.8);
  background-color: #96ff00;
  color: black;
}

.gamerules-body {
  margin-bottom: 50px;
  display: block;
  padding-top: 30px;
  background-image: url("../img/blind/bg_b.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: left top;
}

.gamerules-body__content {
  display: none;
  padding-bottom: 40px;
}

.gamerules-body__title {
  font-family: 'Montserrat Alternates Bold';
  margin-bottom: 20px;
}

.gamerules-body__text {
  padding-left: 100px;
  width: 80%;
  line-height: 30px;
}

.gamerend {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.gamerend-leftblock {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-basis: 49%;
}

.gamerend-leftblock__btn {
  display: block;
  margin-bottom: 50px;
}

.gamerend-rightblock {
  display: flex;
}

.questmonstr-wrap__warning {
  display: flex;
  justify-content: center;
}

.warning-eye {
  margin-right: 20px;
}

.activetab {
  background-color: #96ff00;
  color: black;
}

@media (max-width: 576px) {
  .gamerules-tabs {
    display: flex;
  }
  .gamerules-tabs__item {
    display: flex;
    padding: 5px 10px;
    font-size: 10px;
    margin-right: 2px;
  }
  .gamerules-body {
    display: block;
    background-image: url("../img/blind/bg320blind.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left  top;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .gamerules-body__content {
    padding-bottom: 0;
  }
  .gamerules-body__title {
    font-family: 'Montserrat Alternates Bold';
    margin-bottom: 10px;
    font-size: 14px;
  }
  .gamerules-body__text {
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    line-height: 24px;
  }
  .gamerend {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .gamerend-leftwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .gamerend-leftwrap__option {
    display: flex;
    flex-basis: 100%;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .gamerend-leftwrap__btn {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
  }
  .questmonstr-wrap__warning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }
  .warning {
    margin: 0 auto;
  }
  .warning-eye {
    margin-bottom: 20px;
  }
}

.happyday {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 50px;
}

.happyday-title {
  width: 800px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.happyday-title:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 90px;
  bottom: 35px;
  left: calc(50% - 150px);
  background: url("../img/happy/kids.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.happyday-text {
  width: 70%;
  line-height: 30px;
  margin-bottom: 30px;
}

.happyday-combo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.happyday-combo__holiday {
  flex-basis: 50%;
}

.happyday-combo__anime {
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  background-color: #96ff00;
  border-radius: 50%;
}

.combo-anime {
  display: flex;
}

.combo-anime__circle0 {
  background: url("../img/happy/happy_circle1.png");
  background-repeat: no-repeat;
  background-size: 77%;
  background-position: -2px 245px;
  position: absolute;
  buttom: 0px;
  left: 0px;
  width: 500px;
  height: 500px;
}

.combo-anime__circle1 {
  background: url("../img/happy/happy_circle2.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: -2px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 500px;
}

.combo-anime__circle2 {
  background: url("../img/happy/happy_circle3.png");
  background-repeat: no-repeat;
  background-size: 51%;
  background-position: 245px 29px;
  position: absolute;
  top: 0px;
  rigt: 0px;
  width: 500px;
  height: 500px;
}

.holiday-title {
  font-size: 20px;
  color: #96ff00;
  font-family: 'Montserrat Alternates Bold';
}

.holiday-list {
  margin-bottom: 40px;
  position: relative;
  reset-increment: lis;
  margin-bottom: 20px;
  color: #f0eeba;
  list-style-type: none;
}

.holiday-list__item {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: 'Montserrat Alternates Light';
  position: relative;
  counter-increment: lis;
  margin-bottom: 20px;
  color: #f0eeba;
}

.holiday-list__item:before {
  position: absolute;
  content: counter(lis) " ";
  background-color: #96ff00;
  font-family: 'Montserrat Alternates Bold';
  color: black;
  line-height: 15px;
  font-size: 10px;
  margin-right: 10px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
  left: -30px;
  text-align: center;
}

.holiday-text {
  width: 90%;
  font-family: 'Montserrat Alternates Bold';
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}

.holiday-button {
  margin-bottom: 70px;
}

.holiday__warning {
  margin-bottom: 70px;
}

.holiday-addservices__title {
  margin-bottom: 30px;
  font-family: 'Montserrat Alternates Bold';
}

.holiday-addservices__block-add {
  margin-bottom: 50px;
}

.block-add__text {
  margin-bottom: 20px;
}

/*@media (max-width:991px)*/
/*@media (max-width:768px) */
@media (max-width: 576px) {
  .happyday {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
  }
  .happyday-title {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .happyday-title:before {
    content: "";
    width: 200px;
    height: 90px;
    bottom: 50px;
    left: calc(50% - 100px);
    background: url("../img/happy/kids.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .happyday-text {
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .happyday-combo {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .happyday-combo__holiday {
    flex-basis: 100%;
    order: 2;
  }
  .happyday-combo__anime {
    order: 1;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 45px;
    display: block;
  }
  .combo-anime__circle0 {
    background-size: 76%;
    background-position: -1px 140px;
    width: 280px;
    height: 280px;
  }
  .combo-anime__circle1 {
    background-size: 75%;
    background-position: -2px 0px;
    width: 280px;
    height: 280px;
  }
  .combo-anime__circle2 {
    background-size: 51%;
    background-position: 138px 17px;
    width: 280px;
    height: 280px;
  }
  .holiday {
    display: block;
    width: 100%;
  }
  .holiday-title {
    font-size: 16px;
  }
  .holiday-list {
    margin-bottom: 30px;
    margin-bottom: 20px;
    width: 100%;
  }
  .holiday-list__item {
    margin-bottom: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .holiday-list__item:before {
    margin-right: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: calc(50% - 5px);
    left: -30px;
    text-align: center;
  }
  .holiday__warning {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: cenrer;
    padding-top: 10px;
  }
  .holiday-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
  }
  .holiday-addservices__list-add {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

.contacts__title {
  margin-bottom: 50px;
}

.contacts__title h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Montserrat Alternates Bold';
  line-height: 1.55;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.contact-wrap {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.contact-wrap__title {
  margin-bottom: 40px;
  display: block;
  color: #96ff00;
  font-size: 20px;
  font-family: 'Montserrat Alternates Bold';
  line-height: 1.25;
}

.contact-maps {
  margin-left: 140px;
  flex-basis: 45%;
  max-width: 650px;
}

.wrap-addres {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Light';
  line-height: 1.55;
}

.wrap-addres__title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Bold';
  line-height: 1.55;
}

.wrap-addres sub {
  display: block;
  margin-top: 10px;
}

.work-time {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Light';
  line-height: 1.55;
}

.work-time__title {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Bold';
  line-height: 1.25;
  letter-spacing: 5px;
}

.namber {
  text-decoration: none;
  color: #fff;
}

.namber:hover {
  color: #96ff00;
}

.wrap-telephon {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Light';
  line-height: 1.55;
  text-decoration: none;
}

.wrap-telephon__title {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat Alternates Bold';
  line-height: 1.55;
  letter-spacing: 5px;
}

@media (max-width: 1199px) {
  .contact-maps {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .contact-wrap {
    margin-left: 10px;
  }
  .contact-maps {
    margin-top: 20px;
    margin-left: 80px;
  }
}

@media (max-width: 768px) {
  .contacts__title h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 60px;
    font-family: 'Montserrat Alternates Bold';
    line-height: 1.55;
  }
  .contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .contact-wrap {
    margin-left: 20px;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contact-wrap__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Montserrat Alternates Bold';
  }
  .contact-maps {
    display: flex;
    margin-left: 10px;
    margin-top: 0;
    max-width: 350px;
  }
  .contact-yn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contacts__title h2 {
    font-size: 28px;
    font-family: 'Montserrat Alternates Bold';
  }
  .contact {
    display: block;
    margin-left: 0 auto;
  }
  .contact-maps {
    display: block;
    margin: 0 auto;
    width: 280px;
  }
  .contact-yn {
    width: 100%;
  }
  .contact-wrap__title {
    font-size: 18px;
    font-family: 'Montserrat Alternates Light';
  }
  .wrap-telephon {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .contacts-title h2 {
    margin-bottom: 5px;
  }
  .contact {
    display: block;
    margin-left: 0 auto;
  }
  .contact-maps {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
  .contact-yn {
    width: 100%;
  }
  .contact-wrap__title {
    font-size: 30px;
  }
}

.eye {
  position: relative;
  background: url("../img/eye/white_eye.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.eye-lid__iris {
  position: absolute;
  background: url("../img/eye/iris.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  width: 30px;
  height: 30px;
  z-index: 30;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  animation: iris  3s   ease-in-out 0.3s infinite;
}

@keyframes iris {
  from {
    left: calc(50% - 15px);
  }
  25% {
    left: 20%;
    top: 21%;
  }
  30% {
    top: 30%;
  }
  50% {
    left: 40%;
    top: 25%;
  }
  to {
    z-index: 300;
    left: calc(50% - 15px);
  }
}

@keyframes eye_up {
  from {
  }
  25% {
    background: url("../img/eye/eyelid_upper_close.png");
    background-repeat: no-repeat;
    z-index: 3009;
    background-size: 78%;
    background-position: top center;
    top: -60px;
  }
  50% {
    background: url("../img/eye/eyelid_upper_close.png");
    background-repeat: no-repeat;
    z-index: 3009;
    background-size: 78%;
    background-position: top center;
  }
  75% {
  }
  to {
  }
}

.mobil-list {
  position: fixed;
  opacity: 1;
  display: block;
  background: black;
  height: 100vh;
  width: 100vw;
  transition: all .5s;
  top: 0;
  z-index: 2500;
  justify-content: center;
  align-items: flex-start;
  right: -100vw;
  border-radius: 40vh 0 0 100vh;
  box-shadow: -2px -2px 10px rgba(150, 255, 0, 0.3);
}

.mobil-list__items {
  margin-top: 90px;
  display: flex;
  padding-left: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15%;
  list-style-type: none;
}

.mobil-list__active {
  right: -50vw;
}

.list-items__title h4 {
  font-family: 'Montserrat Alternates Bold';
  font-size: 28px;
  color: #fff;
}

.list-items__item {
  text-align: right;
  margin-bottom: 20px;
}

.list-items__item a {
  text-decoration: none;
  color: #fff;
}

.list-items__item a:hover {
  color: #96ff00;
}

.list-items__item a:active {
  color: #000;
}

@media (max-width: 576px) {
  .mobil-list {
    right: -200vw;
    border-radius: 0;
  }
  .mobil-list__items {
    width: 250px;
    margin-top: 60px;
    display: flex;
    padding-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style-type: none;
  }
  .mobil-list__active {
    right: 0;
  }
  .list-items {
    margin-bottom: 0;
  }
  .list-items__title h4 {
    font-family: 'Montserrat Alternates Bold';
    font-size: 20px;
  }
  .list-items__item {
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    border-radius: 0px;
  }
  .list-items__item a {
    font-size: 16px;
  }
  .list-items__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .socblock {
    padding-left: 15%;
    margin-bottom: 30px;
  }
  .socblock a {
    text-decoration: none;
  }
  .socblock a .fa-vk, .socblock a .fa-instagram {
    color: #fff;
    margin-right: 15px;
  }
  .socblock a .fa-vk:hover, .socblock a .fa-instagram:hover {
    color: red;
  }
  .mobil-list__tele {
    margin-left: 45px;
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
    font-family: 'Montserrat Alternates Light';
  }
  .mobil-list__tele:hover {
    background-color: #fff;
    color: black;
  }
}

.social__title {
  font-size: 30px;
  font-family: 'Montserrat Alternates Bold';
  margin-bottom: 30px;
}

.social-network {
  display: flex;
  justify-content: flex-start;
}

.social-network__mir, .social-network__review, .social-network__top-blind, .social-network__top-monstr {
  width: 20%;
  margin-left: 20px;
}

.social-network__review {
  display: flex;
}

@media (max-width: 576px) {
  .section-social {
    margin-bottom: 50px;
  }
  .social-network {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .social-network__review, .social-network__mir, .social-network__top-blind, .social-network__top-monstr {
    width: 20%;
    margin-left: 10px;
  }
}

.sinister-gallery {
  margin-top: 50px;
  margin-bottom: 70px;
}

.gallery-title {
  color: #fff;
  margin-bottom: 50px;
}

.gallery-description {
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat Alternates Light';
  text-align: center;
  margin-bottom: 70px;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

.gallery-list__item {
  display: block;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  width: 260px;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 10px;
}

.gallery-list__item:hover {
  border: 3px solid #96ff00;
}

.gallery-list__item img {
  position: absolute;
  width: 260px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*попап-галлерея*/
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 25px 0;
  display: none;
  z-index: 1000;
}

.overlay {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.close {
  font-family: Arial;
  color: white;
  z-index: 9000;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  font-size: 40px;
  font-weight: 100;
  cursor: pointer;
}

.close:hover {
  color: #96ff00;
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.lightbox figure {
  background-color: #000;
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  z-index: 1004;
  height: 500px;
  width: 800px;
  overflow: hidden;
  margin: 40px;
  border-radius: 15px;
}

.lightbox figure img {
  position: absolute;
  height: 500px;
  width: 800px;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.next, .prev {
  position: absolute;
  z-index: 1005;
  top: 50%;
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
  font-size: 40px;
  line-height: 8px;
}

.next:hover, .prev:hover {
  background-color: #521c6f;
  color: #96ff00;
  border: 1px solid #341246;
}

.next:focus, .next:active, .prev:focus, .prev:active {
  outline: none !important;
}

.next {
  right: 10px;
  padding-left: 8px;
}

.prev {
  left: 10px;
  padding-right: 6px;
}

@media (max-width: 576px) {
  .gallery-description {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .gallery-list {
    padding-left: 0px;
  }
  .gallery-list__item {
    padding: 0 3px;
    width: 90px;
    height: 70px;
  }
  .gallery-list__item img {
    width: 90px;
    height: 70px;
  }
  .lightbox figure {
    display: block;
    margin: auto 0;
    height: 450px;
    width: 100%;
    border-radius: 0px;
  }
  .lightbox figure img {
    height: 450px;
    width: 100%;
  }
  .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 450px) {
  .lightbox figure {
    display: block;
    margin: auto 0;
    height: 350px;
    width: 100%;
  }
  .lightbox figure img {
    height: 350px;
    width: 100%;
  }
}

.reservation-block__title {
  margin-bottom: 30px;
}

.reservation-block__price {
  margin-bottom: 20px;
}

.reservation-block__price span {
  line-height: 2;
  font-family: 'Montserrat Alternates Bold';
  font-size: 14px;
}

.footer-section {
  padding: 30px;
  background: url("../img/footer/bg-footer.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-block {
  display: flex;
  justify-content: space-between;
}

.footer-block__logo {
  flex-basis: 45%;
  position: relative;
  width: 50px;
  height: 50px;
}

.footer-block__logo img {
  position: absolute;
  width: 50px;
  height: 50px;
}

.footer-block__copyr {
  flex-basis: 40%;
}

.footer-block__web-dev {
  flex-basis: 30%;
}

.web-dev__text {
  font-family: 'Montserrat Alternates Light';
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.copyr__text {
  font-family: 'Montserrat Alternates Light';
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.copyr__icon-social a {
  text-decoration: none;
  font-size: 20px;
  margin-right: 20px;
}

.fa-vk, .fa-instagram {
  color: rgba(255, 255, 255, 0.3);
}

.fa-vk:hover, .fa-instagram:hover {
  color: white;
}

@media (max-width: 576px) {
  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-block__logo {
    display: block;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .footer-block__logo img {
    position: static;
  }
  .footer-block__copyr {
    display: block;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .footer-block__web-dev {
    display: block;
    flex-basis: 100%;
  }
}

.popup-over {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 25px 0;
  z-index: 20000;
}

.popup-modal {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 200px);
  width: 450px;
  height: 500px;
  background-color: #341246;
  border-radius: 3px;
  padding: 30px;
  z-index: 22;
}

.popup-modal__text {
  font-size: 14px;
  font-family: 'Montserrat Alternates Light';
  color: red;
  width: 80%;
  margin-top: 10px;
}

.form__title {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  width: 90%;
  color: #fff;
  font-size: 35px;
}

.form__description {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  width: 250px;
  line-height: 1.5;
}

.form__telephon {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 300px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-size: 16px;
  color: #f0eeba;
  padding: 10px 30px;
  line-height: 1.33;
  border: 1px solid #f0eeba;
  border-radius: 5px;
  outline: none;
  background-color: #341246;
}

.form__name {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
  color: #f0eeba;
  font-family: 'Montserrat',Arial,sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 1.33;
  border: 1px solid #f0eeba;
  border-radius: 5px;
  outline: none;
  background-color: #341246;
}

.form__button {
  display: inline-block;
  padding: 20px 40px;
  margin-bottom: 40px;
  color: #a42db9;
  background-color: #96ff00;
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Montserrat Alternates Bold';
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 1px 1px 40px rgba(150, 255, 0, 0.9), 1px 1px 70px rgba(150, 255, 0, 0.3);
  outline: none;
  cursor: pointer;
}

.form__button:hover {
  background-color: #96ff00;
}

.form__button:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.form__close {
  position: absolute;
  font-size: 50px;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.game-sellect__title {
  display: none;
}

.game-sellect__circus-wrap {
  display: none;
}

.game-sellect__sinister-wrap {
  display: none;
}

.block-form__data-title {
  display: none;
}

.block-form__data {
  display: none;
}

.block-form__tims {
  display: none;
}

p.block-form__tims-title {
  display: none;
}

@media (max-width: 576px) {
  .popup-modal {
    position: fixed;
    padding: 30px 20px;
    width: 320px;
    left: calc(50% - 160px);
    top: calc(50% - 160px);
    background-color: #341246;
    border-radius: 3px;
    z-index: 22;
  }
  .form__title {
    margin-bottom: 30px;
  }
  .form__telephon {
    width: 240px;
  }
  .form__name {
    width: 240px;
  }
  .form__button {
    padding: 20px 30px;
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .popup-modal {
    position: fixed;
    padding: 0;
    width: 290px;
    left: calc(50% - 145px);
    top: calc(50% - 200px);
    background-color: #341246;
    border-radius: 3px;
    z-index: 22;
  }
  .form__telephon {
    width: 220px;
  }
  .form__name {
    width: 220px;
  }
  .form__button {
    padding: 15px 20px;
  }
}

.section-thanks {
  overflow-y: hidden;
  background-color: red;
  background: url("../img/thank/thank.jpg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left top;
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
}

.thanks {
  padding-top: 20%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.thanks__wrap {
  flex-basis: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 70px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.thanks__title {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: 'Montserrat Alternates Bold';
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.thanks__description {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: 'Montserrat Alternates Light';
  font-size: 30px;
  text-align: center;
}

@media (max-width: 576px) {
  .section-thanks {
    background-color: red;
    background: url("../img/thank/thank.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top 50px;
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
  }
  .thanks {
    padding-top: 70%;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .thanks__wrap {
    flex-basis: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px 10px;
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
  .thanks__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .thanks__description {
    opacity: 0.8;
    font-size: 20px;
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #341246;
  z-index: 99000;
  transition: 1s all;
  opacity: 1;
  visibility: visible;
}

.loader {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 70px;
  color: green;
  font-size: 50px;
  border: 10px solid white;
  border-radius: 50%;
  border-top-color: #bdf155;
  z-index: 1001;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: 1s spin infinite linear;
}

.loader2 {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  z-index: 901;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/header/en.gif") center no-repeat;
}

.pr {
  color: #bdf155;
  font-size: 50px;
  z-index: 1001;
  position: absolute;
  left: 51%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.done {
  opacity: 0;
  visibility: hidden;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */