@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border-color: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Neuropol";
}

.container {
  padding-left: calc(50% - 770px);
  padding-right: calc(50% - 770px);
}

.center__block {
  padding-left: 70px;
  padding-right: 70px;
}

a {
  text-decoration: none;
}

.header {
  height: 239px;
  display: flex;
  justify-content: space-between;
}

.logo__img {
  width: 286px;
  height: 229px;
}

.menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  gap: 21px;
}
.menu__nav {
  display: flex;
  gap: 43px;
}
.menu__nav a {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.menu__phone {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}

.megatitle {
  color: #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 5.445rem */
  letter-spacing: -0.25rem;
  max-width: 1050px;
}

.top {
  height: 897px;
  background-image: linear-gradient(rgba(26, 28, 27, 0.55), rgba(26, 28, 27, 0.55)), url(../img/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top__content {
  margin-top: 58px;
}

.button__active {
  position: relative;
  bottom: 20px;
  right: 65px;
  display: block;
}

.hr1 {
  left: 68px;
  top: 144px;
  position: fixed;
  border: none;
  width: 5px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.hr2 {
  left: 141px;
  top: 298px;
  position: absolute;
  border: none;
  width: 5px;
  height: 304px;
  background-color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.hr3 {
  border: none;
  width: 527px;
  height: 5px;
  background-color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.hr4 {
  right: 68px;
  top: 0px;
  position: fixed;
  border: none;
  width: 5px;
  height: 304px;
  background-color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.hr5 {
  right: 140px;
  top: 365px;
  position: absolute;
  border: none;
  width: 5px;
  height: 774px;
  background-color: #fff;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.neon-text {
  color: #fff;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #22FFCE, 0 0 20px #22FFCE, 0 0 30px #22FFCE, 0 0 55px #22FFCE, 0 0 80px #22FFCE;
}

.games {
  background-image: linear-gradient(rgba(49, 51, 50, 0.68), rgba(49, 51, 50, 0.68)), url(../img/backgorund-games.png);
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-color: #313332;
}
.games__gallery {
  padding-left: 10px;
  padding-right: 10px;
}
.games__title {
  margin-top: -40px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 87.12px */
  letter-spacing: -4px;
}
.games__description {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.games__advantages {
  margin: auto;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}
.games__advantages-text {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
  position: relative;
  bottom: 34px;
}
.games__advantages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 29px;
  background: radial-gradient(70.45% 70.45% at 50% 50%, #22FFCE 0%, rgba(218, 255, 247, 0.17) 79.09%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  bottom: 100px;
  width: 301px;
  height: 301px;
}
.games__advantages-item-background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 253px;
  height: 253px;
  border-radius: 29px;
  background: #4D504F;
}

.nav-button {
  background: none !important;
}
.nav-button:hover {
  background: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  right: -10px;
}
.owl-next-about {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  right: 10px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  left: -10px;
}
.owl-prev-about {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  left: 10px;
}

.owl-theme {
  z-index: 7;
}

.owl-item {
  margin-top: 80px;
  margin-bottom: 80px;
  transition: 0.5s;
  z-index: 10;
  /* Время эффекта */
}

.about .center {
  z-index: 11;
  transform: scale(1.3) !important;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
}

.games__gallery-hover .owl-item:hover {
  z-index: 11;
  transform: scale(1.3);
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
}

.price {
  background-image: linear-gradient(rgba(49, 51, 50, 0.68), rgba(49, 51, 50, 0.68)), url(../img/backgorund-games.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-color: #313332;
}
.price__container {
  background: rgba(77, 80, 79, 0.6);
}
.price__section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 32px;
}
.price__time {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.price__item {
  margin-bottom: 15px;
}
.price__table {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.price__hr {
  height: 3px;
  background-color: #fff;
}
.price__standart {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.price__unactive {
  cursor: pointer;
  display: flex;
  border-radius: 23px;
  background: #4D504F;
  max-width: 481px;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-right: 45px;
  margin-bottom: 30px;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
}
.price__active {
  cursor: pointer;
  display: flex;
  border-radius: 23px;
  border-radius: 23px;
  background: linear-gradient(139deg, #FFF -33.79%, rgba(140, 239, 217, 0) 94.2%);
  max-width: 481px;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-left: 45px;
  margin-bottom: 30px;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
}
.price__title {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.price__table-title {
  color: #FFF;
  font-family: Neuropol;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 21.78px */
  letter-spacing: -1px;
}
.price__group {
  display: flex;
  justify-content: space-around;
}
.price__longtitle {
  color: #FFF;
  font-family: Neuropol;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 87.12px */
  letter-spacing: -4px;
}

.about {
  background-color: #313332;
}
.about__bg {
  background-image: linear-gradient(rgba(49, 51, 50, 0.68), rgba(49, 51, 50, 0.68)), url(../img/background-about.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-color: #313332;
}
.about__title {
  color: #FFF;
  font-family: Neuropol;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 87.12px */
  letter-spacing: -4px;
  padding-top: 85px;
}
.about__description {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
  margin-top: 33px;
  padding-bottom: 54px;
  max-width: 1256px;
}

.config {
  background: #313332;
  padding-bottom: 25px;
}
.config__title {
  color: #FFF;
  font-family: Neuropol;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 87.12px */
  letter-spacing: -4px;
}
.config_bg {
  background-image: linear-gradient(rgba(49, 51, 50, 0.66), rgba(49, 51, 50, 0.66)), url(../img/background-config.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.config__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 53px;
}
.config__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.config__unactive {
  cursor: pointer;
  margin-top: 51px;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background: #4D504F;
  width: 481px;
  height: 70px;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
  color: #FFF;
  text-align: center;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.config__active {
  cursor: pointer;
  margin-top: 51px;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background: linear-gradient(139deg, #FFF -33.79%, rgba(140, 239, 217, 0) 94.2%);
  width: 481px;
  height: 70px;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
  color: #FFF;
  text-align: center;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.config__list li {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}

.contact {
  background: #313332;
  background-image: url(../img/background-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact__title {
  padding-top: 84px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 87.12px */
  letter-spacing: -4px;
}
.contact__description {
  padding-top: 82px;
  max-width: 820px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}
.contact__active {
  cursor: pointer;
  border: 2px solid #fff;
  margin-top: 30px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background: linear-gradient(139deg, #FFF -33.79%, rgba(255, 255, 255, 0) 94.2%);
  width: 481px;
  height: 70px;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}

.footer {
  background: linear-gradient(360deg, #1c1c1c 0%, rgba(0, 0, 0, 0) 74.48%);
}
.footer__nav {
  gap: 53px;
  padding-top: 149px;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link {
  color: #FFF;
  font-family: Neuropol;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}

.twice {
  display: none;
}

.hamburger-menu {
  display: none;
}

.body {
  overflow-x: hidden;
}

.modalClose {
  float: right;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modalClose::before,
.modalClose::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #22FFCE;
  box-shadow: 0 0 1px #22FFCE, 0 0 2px #22FFCE, 0 0 5px #22FFCE, 0 0 11px #22FFCE, 0 0 17px #22FFCE;
}

.modalClose::before {
  transform: rotate(45deg);
}

.modalClose::after {
  transform: rotate(-45deg);
}

.modalBackground {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0.1px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* указываем z-индекс для корректного наслаивания */
  z-index: 14;
}

.modalActive {
  position: absolute;
  width: 320px;
  top: calc(50% - 250px);
  left: calc(50% - 175px);
  border-radius: 10px;
  border-radius: 29px;
  background: #4D504F;
  cursor: default;
  padding: 20px;
  border: 3px solid #22ffce;
  box-shadow: 0 0 1px #22FFCE, 0 0 2px #22FFCE, 0 0 5px #22FFCE, 0 0 11px #22FFCE, 0 0 17px #22FFCE, 0 0 40px #22FFCE, 0 0 60px #22FFCE;
}

.modalWindow {
  margin-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__title {
  text-align: center;
  padding-top: 30px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 32.67px */
  letter-spacing: -1.5px;
}

.modal__input {
  border-radius: 23px;
  border: 3px solid #22ffce;
  width: 240px;
  height: 50px;
  margin-top: 25px;
  box-shadow: 0 0 1px #22FFCE, 0 0 2px #22FFCE, 0 0 5px #22FFCE;
  background-color: #5b5b5b;
  padding-left: 20px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 26.136px */
  letter-spacing: -1.2px;
  outline: none;
}
.modal__input:focus {
  border: 3px solid #22ffce;
  box-shadow: 0 0 1px #22FFCE, 0 0 2px #22FFCE, 0 0 5px #22FFCE, 0 0 11px #22FFCE, 0 0 17px #22FFCE;
}
.modal__input::-moz-placeholder {
  color: #FFF;
  font-family: Neuropol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 26.136px */
  letter-spacing: -1.2px;
}
.modal__input::placeholder {
  color: #FFF;
  font-family: Neuropol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 26.136px */
  letter-spacing: -1.2px;
}

.modal__button {
  border-radius: 23px;
  border: 3px solid #22ffce;
  width: 180px;
  height: 50px;
  margin-top: 30px;
  box-shadow: 0 0 1px #22FFCE, 0 0 2px #22FFCE, 0 0 5px #22FFCE;
  background: linear-gradient(139deg, #FFF -33.79%, rgba(140, 239, 217, 0) 94.2%);
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  font-family: Neuropol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
  /* 26.136px */
  letter-spacing: -1.2px;
  outline: none;
}

.social__link-modal img {
  height: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.holiday {
  display: none;
}

.price__active {
  display: none;
}
.price__unactive {
  display: none;
}
.price__standart {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.price__time {
  grid-column: span 3;
}

@font-face {
  font-family: "Neuropol";
  src: url("../../fonts/Neuropol_Medium.TTF") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1350px) {
  .menu__nav {
    gap: 20px;
  }
  .menu__nav a {
    font-size: 20px;
  }
  .games__advantages-item {
    width: 200px;
    height: 200px;
  }
  .games__advantages-item-background {
    width: 150px;
    height: 150px;
  }
  .games__advantages-item-background svg {
    display: none;
  }
  .games__advantages-text {
    position: static;
    text-align: center;
    font-size: 25px;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
  }
  .hr1 {
    left: 21px;
  }
  .hr2 {
    display: none;
  }
  .hr4 {
    right: 28px;
  }
  .price__standart {
    grid-column: span 5;
  }
  .price__time {
    grid-column: span 2;
  }
  .contact__description {
    max-width: 600px;
  }
  .config__list li {
    font-size: 23px;
  }
  .config__active {
    width: 381px;
    height: 50px;
  }
  .config__unactive {
    width: 381px;
    height: 50px;
  }
  .config_bg {
    background-image: linear-gradient(rgba(49, 51, 50, 0.88), rgba(49, 51, 50, 0.88)), url(../img/background-config.png);
  }
  .title {
    font-size: 60px;
  }
  .megatitle {
    font-size: 4.3rem;
    max-width: 950px;
  }
  .games {
    background-position: 100% 10%;
  }
  .about__description {
    font-size: 27px;
    max-width: 840px;
  }
  .games__description {
    max-width: 700px;
  }
  .price__title {
    font-size: 22px;
  }
  .price__table-title {
    font-size: 18px;
  }
  .price__active {
    margin-left: 2px;
  }
  .price__unactive {
    margin-right: 2px;
  }
  .price__table {
    font-size: 25px;
  }
  .footer__link {
    font-size: 22px;
  }
  .footer__nav {
    gap: 33px;
  }
  .center {
    z-index: 11;
    transform: scale(1.3) !important;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
  }
  .games__gallery-hover .owl-item:hover {
    z-index: 10;
    transform: scale(1);
    box-shadow: none;
  }
  .price__active {
    display: none;
  }
  .price__unactive {
    display: none;
  }
  .price__standart {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .price__time {
    grid-column: span 3;
  }
}
@media (max-width: 1024px) {
  .config__container {
    justify-content: normal;
    flex-direction: column;
  }
  .logo__img {
    width: 190px;
    height: 153px;
    margin-top: 40px;
  }
  .menu__nav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .menu {
    align-items: center;
  }
  .games__advantages-item {
    width: 150px;
    height: 150px;
    bottom: 70px;
  }
  .games__advantages-item-background {
    width: 120px;
    height: 120px;
  }
  .games__advantages-text {
    font-size: 20px;
  }
  .top__content {
    margin-top: 0px;
  }
  .megatitle {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .top {
    height: auto;
  }
  .button__active {
    padding-bottom: 60px;
  }
  .title {
    font-size: 50px;
  }
  .games__description {
    max-width: 400px;
    font-size: 25px;
  }
  .hr5 {
    display: none;
  }
  .top {
    background-image: linear-gradient(rgba(26, 28, 27, 0.75), rgba(26, 28, 27, 0.75)), url(../img/background.png);
  }
  .owl-item {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .price__longtitle {
    padding-top: 20px;
  }
  .about__description {
    font-size: 22px;
  }
  .about__title {
    padding-top: 45px;
  }
  .contact__description {
    font-size: 23px;
  }
  .contact__active {
    font-size: 25px;
    width: 381px;
  }
  .footer__nav {
    gap: none;
  }
  .footer__link {
    font-size: 20px;
  }
  .contact {
    background-position: 60%;
  }
  .twice {
    display: none;
  }
  .price__time {
    grid-column: span 4;
  }
  .price__standart {
    grid-column: span 8;
  }
  .vip {
    display: none;
  }
  .config__list {
    margin-left: 40px;
  }
  .config_bg {
    background-image: linear-gradient(rgba(49, 51, 50, 0.66), rgba(49, 51, 50, 0.66)), url(../img/background-config.png);
  }
  .price__active {
    display: none;
  }
  .price__unactive {
    display: none;
  }
  .price__standart {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .price__time {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .menu {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  /* скрываем чекбокс */
  #menu__toggle {
    opacity: 0;
  }
  /* стилизуем кнопку */
  .menu__btn {
    display: flex;
    /* используем flex для центрирования содержимого */
    align-items: center;
    /* центрируем содержимое кнопки */
    position: fixed;
    top: 60px;
    width: 38px;
    height: 26px;
    cursor: pointer;
    z-index: 30;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu__btn > span::before {
    content: "";
    top: -14px;
  }
  .menu__btn > span::after {
    content: "";
    top: 14px;
  }
  /* контейнер меню */
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 20px;
    right: 80px;
    width: 300px;
    height: 270px;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    text-align: center;
    border-radius: 29px;
    background: #4D504F;
    box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #22FFCE, 0 0 9px #22FFCE, 0 0 20px #22FFCE;
    z-index: 25;
  }
  /* элементы меню */
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    color: #FFF;
    font-family: Neuropol;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 108.9%;
    /* 32.67px */
    letter-spacing: -1.5px;
    text-decoration: none;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 7px #22FFCE;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 140px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .menu__box {
    transition-duration: 0.25s;
  }
  .logo__img {
    margin-top: 0;
  }
  .games__advantages {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: normal;
  }
  .hr3 {
    width: 223px;
  }
  .title {
    font-size: 40px;
  }
  .button__active-top svg {
    width: 435px;
    height: 150px;
  }
  .games__advantages {
    justify-content: center;
  }
  .top__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .button__active {
    position: static;
    padding-bottom: 100px;
  }
  .megatitle {
    margin-bottom: 0;
    text-align: center;
  }
  .footer__nav {
    flex-wrap: wrap;
  }
  .hr4 {
    right: 18px;
  }
  .price__active {
    gap: 20px;
    height: 50px;
  }
  .price__unactive {
    gap: 5px;
    height: 50px;
  }
  .price__standart {
    grid-column: span 9;
  }
  .price__time {
    grid-column: span 3;
  }
  .price__table {
    font-size: 17px;
  }
  .contact {
    background-position: 70%;
    background-image: linear-gradient(rgba(26, 28, 27, 0.75), rgba(26, 28, 27, 0.75)), url(../img/background-contact.png);
  }
  .twice {
    display: none;
  }
  .none {
    display: none;
  }
  .twice {
    display: grid;
  }
}
@media (max-width: 480px) {
  .contact__active {
    width: 281px;
    font-size: 18px;
  }
  .social__link img {
    height: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .contact__description {
    font-size: 20px;
  }
  .title {
    font-size: 25px;
    letter-spacing: -1px;
  }
  .logo__img {
    width: 125px;
    height: 100px;
    padding-top: 30px;
  }
  .button__active-top svg {
    display: none;
  }
  .megatitle {
    padding-bottom: 100px;
  }
  .games__description {
    font-size: 20px;
  }
  .center__block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hr1 {
    left: 7px;
  }
  .hr4 {
    right: 3px;
  }
  .menu__btn {
    right: 50px;
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 40px;
  }
  .menu__box {
    right: 40px;
  }
  .price__table {
    font-size: 16px;
  }
  .price__table-title {
    display: none;
  }
  .contact__active {
    height: 50px;
  }
  .config__unactive {
    width: 251px;
  }
  .config__active {
    width: 251px;
  }
}/*# sourceMappingURL=style.css.map */