@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-sans.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-sans.ttf), url(../fonts/gandhi-bold-sans.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-serif.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-serif.ttf), url(../fonts/gandhi-bold-serif.eot);
}
@font-face {
	font-family: "Bank_Gothic"; 
  font-size: medium;
  font-weight: 500;
	src: url(../fonts/Bank_Gothic.ttf); 
}
@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
html, body {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #07080F;
  animation: ani 1s forwards;

  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family:  "Bank_Gothic", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, helvetica, sans-serif;
}
p {
  margin: 0px;
}
.btn {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.container {
  max-width: 100%;
  background: #07080f;
}
.middle {
  position: relative;
  color: white;
  z-index: 0;
  min-height: 50px;
  margin-bottom: 15px;
  margin-top: 35px;
  padding: 2em 0 0.4em;
  /* background: #07080f;   */
  animation: ani 1s forwards;

  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-desc {  /* Описание в самом низу страницы о лазертаге */
  text-align: left;
  font-family: "gandhi serif", georgia, serif;
  display: block;
}
.middle-desc p {
  font-size: 1.3em;
}
.animation-open {
  animation: ani 1s forwards;
  animation-fill-mode: both;
}
.dropdown-menu {
  position: static; /* Сделать меню статичным */
  background-color: #07080f; /* Фоновый цвет выпадающего меню */
  border: 2.5%; /* Убрать границу */
  margin-top: 0; /* Убрать верхний отступ */
  box-shadow: none; /* Убрать тень */
}

/* Стили для ссылок внутри выпадающего меню */
.dropdown-menu a {
  color: #fff;
}

/* Стили для ссылок внутри выпадающего меню при наведении */
.dropdown-menu a:hover {
  color: #fff;
}
.navbar-nav > li > a.nav-link:hover {
  background: #07080f;
  border-radius: 2.5%; 
}
.navbar a:hover {
  background: #07080f;
}
.navbar- a:hover {
  background: #07080f;
}
.navbar {
  background: #07080f;
  
  min-height: 45px;
}
.navbar-header {
  background: #07080F;
}
.navbar-btn {
  border-radius: 5px;
}
.navbar-btn b {
  font-size: 20px;
}
.navbar .navbar-brand {
  color: #fff;
  font-family: "Bank_Gothic", serif;
  font-size: 2em;
}
.navbar-right {
  font-family: "Bank_Gothic", serif;
  line-height: 28px;
}
.navbar ul.nav li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin: 0 2em;
  margin-top: 1.5em;
  font-size: 1.2em;
}
.navbar ul.nav li button {
  margin: 0.7em 0 0 1em;
}
.jumbotron {
  background: url(../img/noisy_net.png);
  color: #fff;
  padding: 6.5em 0 6em;
  text-align: center;
}
.jumbotron h1 {
  font-family: "gandhi serif", georgia, serif;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.jumbotron h2 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.jumbotron .btn {
  box-shadow: 1px 1px 3px #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.3em 2.5em 0.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.jumbotron .btn .glyphicon {
  margin-left: 0.2em;
  position: relative;
  top: 3px;
}

.img-wrapper {
  position: relative;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14%;
  right: 0;
  text-align: left;
}

/* Кнопка на главной странице, первый баннер */
.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 60%;
}
.btn-responsive {
  /* matches 'btn-md' */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.sect-border {
  border-top: 1px dashed #d6d6d6;
  border-bottom: 1px dashed #f6f6f6;
  margin: 2em 8% 2.4em;
}
.subhead {
  color: #fff;
  font-family: "Bank_Gothic", georgia, serif;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.benefit {
  text-align: center;
}
.benefit .benefit-ball {
  background: #428bca;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 3em;
}
.benefit .benefit-ball .glyphicon {
  font-size: 4em;
  position: relative;
  top: -3px;
  right: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.benefit h3 {
  color: #000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 2em;
  font-weight: bold;
}
#slideshow {
  margin: 0.5em 0 1.5em;
}
#slideshow .carousel-inner img {
  background: #000;
  height: 500px;
  width: 100%;
}
footer {
  /* background: #040509; */
  color: #fff;
  margin: 0px;
  padding: 3.5em 0 0.8em;
}
.image-container {
  margin: 0 10px; /* Добавьте отступ между изображениями */
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.relative-image-box {
  display: flex;
  justify-content: center;
}
.image-arena {  /* Для блоков изображения арен разных городов */
  /* max-width: 500px;
  max-height: 300px; */
  width: 44vw;
  /* width: 33vw; */
  opacity: 1;
  box-shadow: 0 0 10px #2BDFFF;
}
.image-container img {
  margin-bottom: 30px; /* Добавьте отступ между изображениями */
}
.gallery-image-gallery {
  --galleryWidth: 30vw;
  display: none; /* flex; */
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 12px;
}
.gallery-image-gallery ul {
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.gallery-image-gallery li {
  list-style: none;
}
.gallery-image-gallery > li {
  flex-basis: var(--galleryWidth);
}
.gallery-image-gallery li img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 7px;
  box-shadow: 0 0 10px #2BDFFF;
}
.gallery-image-gallery::after {
  content: "";
  flex-basis: var(--galleryWidth);
}

.image-caption {
  font-size: 16px; /* Размер шрифта для надписи */
  margin-top: 10px; /* Отступ между изображением и надписью */
}

/* gradient box */

@-webkit-keyframes animate-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes animate-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  color: white;
  font-family: 'Bank_Gothic';
  font-size: 2.5em;
}
.gradient-border {
  --borderWidth: 4px;
  background: #07080f;
  position: relative;
  border-radius: calc(4 * var(--borderWidth));
}
.gradient-border::before {
  content: '';
  position: absolute;
  top: calc(-2 * var(--borderWidth));
  left: calc(-2 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 4);
  width: calc(100% + var(--borderWidth) * 4);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(4 * var(--borderWidth));
  filter: blur(15px);
  z-index: -1;
  -webkit-animation: animate-gradient 3s ease alternate infinite;
          animation: animate-gradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(4 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animate-gradient 3s ease alternate infinite;
          animation: animate-gradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.gradient-border-cost {
  -webkit-animation: none;
  animation: none;
  font-size: 1.4em;
}
.gradient-border p {
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.cost-block {
  border-bottom: 2px solid white;
  width: 50%;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  /* font-family: 'Bank_Gothic'; */
  font-family: "gandhi serif", georgia, serif;
  font-size: 1.1em;
}
.gallery-block {
  --scaleSize: 1.2;
  font-size: 1.6em;
  font-family: 'Bank_Gothic';
  transform: scale(1, var(--scaleSize));
  /* Safari and Chrome */
  -webkit-transform: scale(1, var(--scaleSize));
  /* Firefox */
  -moz-transform: scale(1, var(--scaleSize));
  /* IE 9+ */
  -ms-transform: scale(1, var(--scaleSize));
  /* Opera */
  -o-transform: scale(1, var(--scaleSize));
}
.cost-block-selected {
  border-color: #7FEBFF;
  color: #7FEBFF;
  font-weight: 550;
}
.cost-block p {
  margin-top: -4px;
}
.cost-block-desc {
  margin-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
  width: 50%;
  /* text-align: center; */
  color: white;
  /* font-family: 'Bank_Gothic'; */
  /* font-family: "gandhi serif", georgia, serif; */
  font-family: "helvetica, gandhi serif", georgia, serif;
  font-size: 1.1em;
}
.cost-block-desc-small {
  width: 30%;
}
.cost-block-desc p {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.cost-block-calc {
  margin-top: -10px;
  margin-bottom: 15px;
  animation: ani 1s forwards;
  width: 70%;
}
.cost-block-calc p {
  font-size: 1.1em;
}
.p-lefttocenter {
  text-align: left;
}
.cost-block-calc input, select, option {
  text-align: center;
  font-weight: 550;
  width: 3em;
  height: auto;
  color: white;
  background: transparent;
  border-color: transparent;
}
.cost-block-calc input[type="date"] {
  width: auto;
  cursor: pointer;
  padding-right: 0.5em;
  padding-left: 0em;
}
.cost-block-calc input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.cost-block-calc select {
  width: auto;
  padding-right: 0.5em;
  font-size: 0.75em;
}
.cost-block-calc option { 
  background: #07080f;
  border-color: #07080f;
}
.price-block {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.gradient-border-cost-calc {
  -webkit-animation: none;
  animation: none;
  font-size: 1.5em;
  font-family: "gandhi serif", georgia, serif;
  padding-left: 0.75em;
  margin-left: 1em;
  margin-right: 2em;
  opacity: 1;
  box-shadow: 0 0 20px #64FF48;
  --borderWidth: 3px;
  border-radius: calc(4 * var(--borderWidth));
}
.gradient-border-cost-calc select[name="city"] {
  font-size: 0.8em;
  height: auto;
}

.cost-block-calc h1 {
  font-size: 1.5em;
  font-weight: 550;
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-group button[type="submit"] {
  background-color: #2BDFFF;
  color: #07080f;
  padding: 10px 20px; /* Регулируйте размер отступов по вашему усмотрению */
  border: 3px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Плавное изменение цвета при наведении */
}

/* Стиль для кнопки "Отправить" при наведении */
.form-group button[type="submit"]:hover {
  background-color: #0077B6; /* Цвет при наведении */
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #07080f;
  padding: 20px;
  box-shadow: 0 0 20px #2BDFFF;
  border-radius: 5%;
}
.popup-content-success {
  box-shadow: 0 0 20px #64FF48;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}
.form-group {
  font-size: 1.1em;
  text-align: center;
  /* margin: 30px 0; Расстояние между блоками */
  background-color: #13131c;
  color: #fff;
}
.form-group h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-group input {
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #13131c;
  color: #FFFFFF;
  box-shadow: 0 0 5px #2BDFFF;
}
.form-group input::placeholder {
  color: white;
}


.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
  color:#2BDFFF;
  text-decoration:underline;
  text-underline-offset: 5px;
  
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
  color:#2BDFFF;
  text-decoration:underline;
  outline:0;
  text-underline-offset: 5px;
}



/* ----------------------------- */

@-webkit-keyframes glow {
  0% {
    /* box-shadow: 0 0 0 0 #DD58D6; */
    padding: 10px 30px;
    margin: 0px 0px;
  }
  50% {
    /* box-shadow: 0 0 40px 0 #DD58D6; */
    padding: 15px 45px;
    margin: -5px -15px;
  }
}

@keyframes glow {
  0% {
    /* box-shadow: 0 0 0 0 #DD58D6; */
    padding: 10px 30px;
    margin: 0px 0px;
  }
  50% {
    /* box-shadow: 0 0 40px 0 #DD58D6; */
    padding: 15px 45px;
    margin: -5px -15px;
  }
}
@-webkit-keyframes glow-cost {
  0% {
    /* box-shadow: 0 0 0 0 #DD58D6; */
    padding: 6px 16px;
    margin: 0px 0px;
  }
  50% {
    /* box-shadow: 0 0 40px 0 #DD58D6; */
    padding: 12px 32px;
    margin: -6px -16px;
  }
}

@keyframes glow-cost {
  0% {
    /* box-shadow: 0 0 0 0 #DD58D6; */
    padding: 6px 16px;
    margin: 0px 0px;
  }
  50% {
    /* box-shadow: 0 0 40px 0 #DD58D6; */
    padding: 12px 32px;
    margin: -6px -16px;
  }
}
.btng {
  background: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

.btng-glow {
  background: #00869e;
  opacity: 0.9;
  border: 2px solid #defaff;
  border-radius: 12px;
  color: #fff;
  font-size: 1.5em;
  font-family: "Bank_Gothic", serif;
  font-weight: 5;
  padding: 10px 30px;
  /* text-transform: uppercase; */
  box-sizing: border-box;
  box-shadow: 0 0 25px 2px #2BDFFF, 0 0 25px 2px #2BDFFF inset;
  -webkit-animation: glow 2s linear infinite;
          animation: glow 2s linear infinite;
}
.btng-glow-green {
  background: #318024;
  border-color: #EFFFED;
  color: #fff;
  box-shadow: 0 0 25px 2px #64FF48, 0 0 25px 2px #64FF48 inset;
}
.btng-glow-violet {
  background: #960ECC;
  border-color: #F8E7FF;
  color: #fff;
  box-shadow: 0 0 25px 2px #C534FE, 0 0 25px 2px #C534FE inset;
}
.btng-glow-cost-yellow {
  background: transparent;
  border: 3px solid #EEF525;
  color: #fff;
  box-shadow: 0 0 25px 2px #EEF525, 0 0 25px 2px #EEF525 inset;
}
.btng-glow-cost-red {
  background: transparent;
  border: 3px solid #FF2F2F;
  color: #fff;
  box-shadow: 0 0 25px 2px #FF2F2F, 0 0 25px 2px #FF2F2F inset;
}
.btng-glow-cost-violet {
  background: transparent;
  border: 3px solid #C534FE;
  color: #fff;
  box-shadow: 0 0 25px 2px #C534FE, 0 0 25px 2px #C534FE inset;
}
.btng-glow-cost {
  font-size: 1.1em;
  border-radius: 15px;
  color: #fff;
  padding: 6px 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-animation: glow-cost 2s linear infinite;
          animation: glow-cost 2s linear infinite;
}
.btng-glow-cost p {
  font-size: 1em;
  color: white;
  text-transform: lowercase;
  margin-top: 0px;
  margin-bottom: -1.5em;
  text-align: center;
}
.btng-glow-cost h1 {
  font-size: 1.8em;
  color: #2BDFFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.btng-glow-noback {
  background: none;
}
.footer-banner-left {
  font-family: "Bank_Gothic";
  font-size: 10px;
  font-weight: 3;
  text-align: left;
}
.footer-banner-right {  
  font-family: "Bank_Gothic";
  font-size: 10px;
  font-weight: 3;
  text-align: right;  
}

/* +++++++++++++++++++++++++++++ */

.our-arenas {
  font-size: 1.2em;
  text-align: center;  
}