/*grid*/
[class*="cell-"] {
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  line-height: 1;
}

.range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.range-indent {
  margin: 0 6.25%;
}

.range-indent-right {
  margin-right: 6.25%;
}

.range-indent-left {
  margin-left: 6.25%;
}

.range>.cell {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.range>.cell-1 {
  -ms-flex-preferred-size: 6.25%;
  flex-basis: 6.25%;
  max-width: 6.25%;
}

.range>.cell-2 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.range>.cell-3 {
  -ms-flex-preferred-size: 18.75%;
  flex-basis: 18.75%;
  max-width: 18.75%;
}

.range>.cell-4 {
  -flex-preferred-size: 25%;
  flex-basis: 28%;
  max-width: 25%;
}

.range>.cell-5 {
  -ms-flex-preferred-size: 31.25%;
  flex-basis: 31.25%;
  max-width: 31.25%
}

.range>.cell-6 {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.range>.cell-7 {
  -ms-flex-preferred-size: 43.75%;
  flex-basis: 43.75%;
  max-width: 43.75%;
}

.range>.cell-8 {
  -flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.range>.cell-9 {
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
  max-width: 56.25%;
}

.range>.cell-10 {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.range>.cell-11 {
  -ms-flex-preferred-size: 68.75%;
  flex-basis: 68.75%;
  max-width: 68.75%;
}

.range>.cell-12 {
  -flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.range>.cell-13 {
  -ms-flex-preferred-size: 81.25%;
  flex-basis: 81.25%;
  max-width: 81.25%;
}

.range>.cell-14 {
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.range>.cell-15 {
  -ms-flex-preferred-size: 93.75%;
  flex-basis: 93.75%;
  max-width: 93.75%;
}

.range>.cell-16 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.range>.cell-auto {
  flex-basis: auto;
}


/****************************************
      Избавься от класса flex!!!!!!!!!!!!
    ****************************************/
.flex {
  display: flex;
}

.range-middle {
  -ms-flex-align: center;
  align-items: center;
}

.range-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.range-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.range-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.range-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.range-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.range-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*end of grid*/


body {
  font-style: normal;
  font-weight: normal;
  transition: all .2s ease;
  overflow-x: hidden;
  margin: 0;
}

:hover {
  transition: all .2s ease;
}

b {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

i {
  font-style: italic
}

a {
  outline: none;
  font-family: 'Montserrat';
}

.notice {
  font-family: 'IBM Plex Sans', monospace;
  text-transform: uppercase;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  min-width: 944px;
  box-sizing: border-box;
}

.wrapper .wrapper {
  padding: 0;
}

.inside {
  padding: 0;
}

.button.disable {
  background: #ADAFB2 !important;
  pointer-events: none;
  opacity: .5
}

.button.disable:before {
  border-image: url(../img/border-gray.png) 16 stretch stretch !important;
}
/*end button*/


.night1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 15px 15px 0 0 white;
}

.fancybox-bg {
  background-image: url(../img/bg-dots-2.png)
}

html,
body {
  background: #404040;
}

menu.mobile {
  display: none;
}

main {
  background: #F2F2F2;
  min-height: 480px;
}


/************************************************************
    .swiper-container - предположительно можно удалить стили!!!
  ************************************************************/
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 230px;
  margin-top: -143px;
  z-index: 10;
  cursor: pointer;
  background-size: 50% !important;
  background: url(../img/arrow-grey-big.svg) no-repeat center center;
  outline: none;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.view-game .gallery-game2 {
  height: 508px;
  margin-top: 28px;
}

.index-slider {
  height: 710px;
  width: 100%;
  background: url(../img/bg-squares.png) #666;
  z-index: 6;
}

.index-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.index-slider h2 {
  margin: 15px 0 0;
  font-weight: 300;
}

.index-slider .title p {
  font-size: 32px;
  width: 100%;
  text-align: center;
  line-height: 36px;
}

.index-slider .title span {
  font-weight: 900;
  margin-left: 10px;
}

.index-slider .actions {
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
  margin-top: 25px;
}

.index-tabs-games {
  position: relative;
  top: 0px;
  margin-bottom: 48px;
  min-height: 480px;
}

.index-tabs-games .view-game {
  overflow-x: hidden;
}

.tab-item {
  display: flex;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}

.tab-panels {
  position: relative;
  margin: 50px 0;
}

.tab-panels .game-field {
  display: none;
}

.tab-panels .game-field.select {
  display: block;
}

.tab-panels>div,
.tab-panels2>div {
  display: none;
}

.tab-panels>div.select,
.tab-panels2>div.select {
  display: block;
}

.tab-nav {
  margin: 0;
  padding: 0;
  display: flex;
}

.tab-nav li {
  cursor: pointer;
  padding: 0;
}

.tab-nav li a {
  justify-content: center;
  align-items: center;
  color: white
}

.tab-nav li.select {
  z-index: 5;
}

.tab-nav li.select .game {
  color: #A4111B;
}

.tab-nav .active {
  display: inline-block;
}

.tab-box a {
  position: relative;
}

.tab-panels2 .game-field {
  display: none;
}

.tab-panels2 .game-field.select {
  display: block;
}

.tab-nav2 {
  margin: 0;
  padding: 0;
  min-height: 48px;
  display: flex;
}

.tab-nav2 li {
  position: relative;
  cursor: pointer;
}

.tab-nav2 li:hover {
  transform: matrix(1, 0, 0, 1.1, 0, 2)
}

.tab-nav2 li a {
  justify-content: center;
  align-items: center;
  position: relative;
}

.tab-nav2 li.select {
  z-index: 5;
}

.tab-nav2 li {
  min-width: 150px;
}

.tab-nav2 li.select a {
  color: #A4111B;
  border-top: 48px solid #ddd;
}

.tab-nav2 .active {
  display: inline-block;
}

.tab-box2 a {
  position: relative;
}

.tab-box2 a span {
  position: absolute;
  top: 6px;
}

.leaflet-popup-content-wrapper {
  background: none;
  box-shadow: none;
}

.leaflet-popup-tip-container {
  display: none;
}

.leaflet-popup-content {
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'IBM Plex Sans', monospace;
  text-transform: uppercase;
}

.leaflet-popup-close-button {
  display: none;
}

#select-city * {
  text-transform: uppercase;
  color: black
}

#select-city .leaflet-tile-pane img {
  filter: opacity(50%) brightness(150%)
}

#select-city .top {
  left: 33%;
  width: 50%;
  font-size: 16px;
}

#select-city .top span {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  cursor: pointer;
}

#select-city .info {
  margin-bottom: 24px;
  text-align: center;
  text-transform: none;
  color: #707070;
  font-size: 15px;
}

#select-city .active {
  text-decoration: underline;
}

#select-city .info-country {
  position: absolute;
  width: 33%;
  margin-top: 120px;
  left: 0;
  z-index: 1;
  height: 100%;
  margin-left: 20px;
}

#select-city h3 {
  margin-bottom: 25px;
  font-weight: 400;
  display: block;
}

#select-city .country,
#select-city .country {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

#select-city .country div {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

#select-city .country hr {
  border: 1px solid white
}

.index-slider .swiper-slide .game-logo {
  width: auto;
  position: absolute;
  bottom: 0;
  max-height: 260px;
  max-width: 100%;
}

.index-slider .swiper-slide .block-game-logo {
  width: calc(100% - 48px);
  position: absolute;
  top: -260px;
  height: 300px;
}

.games-list-carousel.games-list {
  background: #ccc;
  padding-bottom: 50px;
}

.games-list-carousel.games-list h2 {
  color: black;
  text-align: left;
}

.games-list-carousel.games-list .button {
  height: 20px;
}

.games-list-carousel.games-list .range {
  justify-content: space-between;
  align-items: center;
}

.games-list-carousel.games-list .game-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 31px;
  height: 100%;
}

.games-list-carousel.games-list .game-item .game-name {
  font-size: 26px;
  color: white;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 5px black
}

.games-list-carousel.games-list .game-item.active {
  margin-bottom: 0
}

.games-list-carousel.games-list .game-item p {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  background-color: #fff;
  margin: 0;
  height: 100%;
  padding: 1.25em;
}

.games-list-carousel.games-list .game-item .game-name {
  top: 0px;
}

.games-list-carousel.games-list .game-item img {
  display: block;
}

.games-list-carousel.games-list .game-item.active:after {
  background-color: #fff;
  margin-bottom: 10px;
}

.gallery-game-corusel {
  height: auto;
}

.gallery-game-corusel .game-item.active {
  height: 240px;
}

.gallery-game-corusel .game-item {
  width: 340px;
  margin: 0 auto;
}

.gallery-game-corusel .swiper-button-prev.swiper-button-disabled,
.gallery-game-corusel .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
}

.gallery-game-corusel .game-item .button {
  width: initial
}

.gallery-game-corusel .swiper-slide {
  width: 425px;
  height: auto;
}

.persons p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
}

.persons {
  padding: 50px 0;
  align-items: center;
}

.persons .age-filter {
  font-size: 40px;
  color: #ccc;
  text-align: center
}

.persons .person {
  background: url('../img/person.svg') no-repeat;
  display: inline-block;
  height: 100px;
  width: 50px;
}

.persons .person.active span,
.persons .person:hover {
  background: url('../img/person-active.svg') no-repeat;
}

.persons .person span {
  display: none
}

.booking {
  margin-top: 0;
  padding-top: 10px;
}

.booking .auth {
  padding-bottom: 25px;
}

.booking .auth p {
  padding-top: 56px;
  font-weight: 700
}

.booking .tab-nav li:hover {
  transform: none
}

.booking-final,
.booking-confirm {
  padding-top: 80px;
}

.booking-final .wrapper,
.booking-confirm .wrapper {
  max-width: 768px;
  min-width: 768px;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.booking-final h2,
.booking-confirm h2 {
  margin-bottom: 60px;
  text-align: center;
}

.booking-final-code {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
}

.booking-final-img {
  margin-top: 45px;
  margin-bottom: 35px;
  text-align: center;
}

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

.booking-final-text {
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}

.booking-final .button {
  width: 340px;
  margin: 0 auto;
}

.booking-confirm .button {
  width: 280px !important;
  margin: 0 0 0 20px;
}

.booking-confirm .cell-8 {
  position: relative;
}

.booking-confirm .game {
  position: relative;
  z-index: 1;
}

.booking-confirm .game-name {
  font-size: 26px;
  color: white;
  position: absolute;
  top: -10px;
  left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 5px black;
}

.booking-confirm .date-booking {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.booking-confirm .session {
  display: inline-block;
  background-color: #000;
  font-size: 16px;
  color: white;
  padding: 10px 0;
  text-align: center;
  min-width: 160px;
  margin: 10px 0 14px;
}

.booking-confirm .session:before {
  content: '';
  background-image: url(../img/moon.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.booking-confirm .number-persons {
  color: #A4111B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 28px;
}

.booking-confirm .price {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #ADAFB2;
}

.booking-confirm .price-full {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 50px;
  color: black;
}

.booking-confirm .price-full .value {
  font-size: 32px;
  margin-left: 15px;
}

.booking-confirm .price-full .currency {
  font-size: 32px;
}

.booking-confirm .discount {
  font-size: 24px;
  color: #A4111B;
  position: relative;
}

.booking-confirm .discount:before {
  position: absolute;
  content: 'sale';
  font-size: 18px;
  color: black;
  top: -12px;
  left: 25px;
  text-transform: none;
}

.booking-confirm .loc-name {
  font-weight: 700;
  font-size: 24px;
}

.booking-confirm #gray-map {
  position: relative;
  top: -16px;
  z-index: 0;
  height: 225px;
  width: 340px;
  z-index: 0;
}

@media (max-width: 768px) {
  .booking-confirm #gray-map {
    display: none;
  }
}

.booking h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.booking .location {
  min-height: 600px;
  padding-top: 80px;
}

.booking .tab-panels {
  margin: 0 auto;
}

.booking .tab-nav {
  flex-direction: column;
  height: auto;
  margin-top: 26px;
}

.booking .tab-nav li:nth-child(1),
.booking .tab-nav li:nth-child(2),
.booking .tab-nav li:last-child {
  left: auto;
  width: auto;
  margin: 0 0 50px 0;
}

.booking .tab-nav li a,
.booking .tab-nav li span {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.booking .tab-nav li.select a {
  color: #A4111B;
  position: relative;
}

.booking .tab-nav li.select a:before {
  content: '';
  width: 8.3px;
  height: 16.4px;
  background-image: url(../img/arrow-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -7px;
}

.booking .tab-nav li.disable {
  pointer-events: none;
}

.booking .tab-nav li.disable a {
  color: #ADAFB2;
}

.booking .tab-nav li a {
  border-top: none;
  color: #000;
  text-decoration: none;
}

.booking .tab-nav li:last-child a {
  visibility: initial;
}

.booking .tab-panels>div .button {
  width: 235px;
}

.booking .location #gray-map {
  height: 346px;
  z-index: 0;
}

.booking .location .loc-info img {
  max-width: 95%;
  height: auto;
  margin-right: 10px;
}

.booking #gray-map .triangle.bottom:before,
.booking #gray-map .triangle.bottom:after,
.booking #gray-map .triangle.top:before,
.booking #gray-map .triangle.top:after {
  z-index: 500;
}

#gray-map {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

#gray-map .leaflet-tile-pane img {
  filter: grayscale(1) contrast(80%);
}

#gray-map .leaflet-popup-content {
  background: black;
  color: white;
  padding: 5px 10px;
  margin: 0;
  position: relative;
  height: 12px;
  display: table;
  text-align: center;
}


.leaflet-map-pane .leaflet-popup {
  left: 22px !important;
  bottom: auto !important;
  top: -20px !important;
  right: auto !important;
}

.map {
  position: relative;
}

.map-overlay {
  pointer-events: none;
  margin-top: -580px;
  height: 580px;
  z-index: 1000
}

.map-overlay .loc-info .loc-name {
  font-size: 24px;
  font-weight: 700;
}

.map-overlay .loc-info .loc-contact {
  font-size: 18px;
  padding-bottom: 25px;
}

.map-overlay .loc-info {
  background: rgba(255, 255, 255, .6);
  padding: 25px;
  margin-bottom: 50px;
  pointer-events: all;
}

.team-select {
  border: none;
  padding: 0;
  margin-left: -10px;
}

.team-select>input {
  display: none;
}

.team-select>label {
  height: 100px;
  width: 50px;
  background: url('../img/person-active.svg') no-repeat center center;
  position: relative;
  height: 100px;
  width: 50px;
  display: inline-block;
  position: relative;
}

.team-select>input:checked~label,
.team-select:not(:checked)>label:hover,
.team-select:not(:checked)>label:hover~label {
  background: url('../img/person.svg') no-repeat center center;
}

.team-select>input:checked+label:hover,
.team-select>input:checked~label:hover,
.team-select>label:hover~input:checked~label,
.team-select>input:checked~label:hover~label {
  background: url('../img/person.svg') no-repeat center center;
}

.team-select>span {
  display: none;
  text-align: center;
}

.team-select>input:checked[value='1']~.person1 {
  display: block;
}

.team-select>input:checked[value='2']~.person2 {
  display: block;
}

.team-select>input:checked[value='3']~.person3 {
  display: block;
}

.team-select>input:checked[value='4']~.person4 {
  display: block;
}

.schedule-field {
  background: #ddd;
  height: initial;
}

.loc-links {
  display: flex;
  justify-content: space-around;
  font-size: 12px !important;
  line-height: 25px;
}

.loc-links a {
  font-size: 12px;
  color: #666
}

.schedule-field .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schedule-field .day h6 {
  font-size: 23px;
  font-weight: 700;
  color: black
}

.schedule-field .day span {
  font-size: 18px;
  font-weight: 700;
  margin-top: -60px;
  margin-bottom: 10px;
}

.schedule-field .day.holyday span {
  color: #A4111B
}

.schedule-field .session {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.schedule-field .session>span {
  width: 76px;
  height: 56px;
  padding: 15px 2px 2px 4px;
  background: white;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  margin: 2px;
  cursor: pointer;
  font-weight: 700;
  transition: all .2s ease;
  box-sizing: border-box;
}

.schedule-field .session>span .time {
  display: block;
  width: 100%;
}

.schedule-field .session>span:hover {
  background: #ccc
}

.schedule-field .session>span.empty {
  font-family: 'Montserrat';
  display: flex;
  justify-content: space-around;
  transition: all .2s ease;
  background: #ddd;
  color: black;
  font-size: 14px;
}

.schedule-field .session>span.empty:hover {
  background: #6B0002;
  color: white
}

.schedule-field .session>span.active {
  background: #A4111B;
  color: white;
  position: relative;
}

.schedule-field .session>span.full {
  color: #666;
  pointer-events: none;
  opacity: .5
}

.schedule-field .session>span.disable {
  visibility: hidden;
}

.schedule>div>p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}

.pay-type .radio {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #707070;
  display: inline-block;
  background: white;
  left: -22px;
  top: 5px;
  margin-right: -17px;
  cursor: pointer;
}

.pay-type .radio+span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  padding-left: 5px;
  padding-right: 25px;
}

.pay-type {
  padding-top: 50px;
}

.pay-type input[type="radio"]:checked+.radio:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #A4111B;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
}

.pay-type-label {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #404040;
  padding-right: 25px;
}

.end-booking {
  padding: 20px 0 100px 0;
}

.end-booking .submit {
  width: 33%;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
}

.location .all-location {
  padding-top: 60px;
  box-sizing: border-box;
}

.location .map {
  position: relative;
}

.location .menu-map-red {
  display: none;
  z-index: 500;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  top: -73px;
}

.location .map .menu {
  text-transform: uppercase;
  height: 73px;
  align-items: center;
  border-radius: 16px;
  justify-content: space-around;
}

.location .map .info-available {
  flex: 0 0 auto;
}

.location .map .info-available div {
  margin-left: 35px;
}

.location .map .menu {
  background-color: #A4111B;
}

.location .map .menu ul {
  font-size: 18px;
  justify-content: flex-end;
  display: flex;
  z-index: 1;
}

.location .map .menu ul li {
  padding-right: 45px;
  align-items: center
}

.location .map .menu ul a {
  color: #000;
  text-decoration: none;
}

.location .map .menu ul li.active a {
  color: #fff;
  pointer-events: none;
}

.location .map .menu ul a:hover {
  color: #fff;
}

.location .game-slider .swiper-slide.select:before {
  content: '';
}

.location .game-slider .tab-nav2 {
  width: 682px;
  margin: 0 auto;
  height: 70px;
}

.location .game-slider .tab-nav2 li:hover {
  transform: matrix(1, 0, 0, 1.1, 0, -4);
}

.location .game-slider .tab-nav2 li a {
  border-top: 0;
  border-bottom: 70px solid #A4111B;
}

.location .game-slider .tab-nav2 li.select a {
  border-top: 0;
  border-bottom: 71px solid #ddd;
}

.location .game-slider .tab-box2 a span {
  top: auto;
  bottom: -65px;
}

.location .game-slider .tab-nav2 li:last-child a {
  visibility: visible;
  width: 100%;
}

.location .game-slider .tab-panels2 {
  padding: 20px 0;
  height: 340px;
}

.location .info-section h2 {
  color: #707070;
  font-weight: 700;
  line-height: 50px;
}

.location .info-section .loc-contacts {
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0;
}

.location .auth {
  padding-bottom: 50px;
}

.location .button.red {
  transition: none;
}

.location .button.black {
  transition: none;
}

.persons .age-filter,
.persons .description {
  align-items: center;
  display: flex;
  justify-content: center;
}

.persons .number-person {
  text-align: center;
}

.persons .person4 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}


.locations-tabs-games .tab-panels {
  margin: 0;
  z-index: 5;
  background: black;
  height: 508px;
}

.locations-tabs-games .view-game .gallery-game,
.locations-tabs-games .view-game .gallery-game2 {
  margin-top: 0;
}

.locations-tabs-games .tab-nav {
  display: flex;
  justify-content: center;
  width: 570px;
  margin: 0 auto;
}

.locations-tabs-games .tab-nav li a {
  color: white;
  background-color: #707070;
  margin-right: 2px;
  padding: 12.5px 40px;
}

.locations-tabs-games .tab-nav li.select a {
  color: #fff;
  background-color: #A4111B;
}

.locations-tabs-games .tab-nav li:last-child {
  margin-left: 0;
}

.location-slider-carousel {
  height: 400px;
}

.location-slider-carousel .tab-nav2 {
  width: 570px;
  margin: 0 auto;
  position: relative;
  top: -13px;
}

.location-slider-carousel .tab-nav2 li a {
  border-top: 0;
  border-bottom: 62px solid #ADAFB2;
  color: #000;
}

.location-slider-carousel .tab-nav2 li.select a {
  color: #fff;
}

.location-slider-carousel .tab-nav2 li.select a {
  border-top: 0;
  border-bottom: 62px solid #A4111B;
}

.location-slider-carousel .tab-box2 {
  margin-top: 50px;
}

.location-slider-carousel .tab-box2 a span {
  top: auto;
  bottom: -55px;
}

.location-slider-carousel .tab-nav2 li:last-child {
  margin-left: 0;
}

.location-slider-carousel .tab-nav2 li:nth-child(1),
.location-slider-carousel .tab-nav2 li {
  width: 170px;
}

.location-slider-carousel .tab-nav2 li:last-child a {
  visibility: visible;
  width: 100%;
}

.location-slider-carousel .tab-nav2 li:hover {
  transform: none
}

.location-slider-carousel .tab-nav2 .svg-Port {
  display: block;
  width: 200px;
  height: 48px;
  background: url(../img/AnvioPort.svg) no-repeat center center;
}

.location-slider-carousel .tab-nav2 .select .svg-Port {
  background-image: url(../img/AnvioPort-white.svg);
}

.location-slider-carousel .tab-nav2 .svg-Point {
  display: block;
  width: 200px;
  height: 48px;
  background: url(../img/AnvioPoint-black.svg) no-repeat center center;
}

.location-slider-carousel .tab-nav2 .select .svg-Point {
  background-image: url(../img/AnvioPoint.svg);
}

.location-slider-carousel .swiper-wrapper {
  padding: 20px 0;
  box-sizing: border-box;
}

.location-slider-carousel .swiper-slide {
  text-align: center;
}

.location-slider-carousel .swiper-slide img {
  display: block;
  margin: 25px auto 42px;
  height: 114px;
  width: 170px;
}

.location-slider-carousel .swiper-slide .location-item-content .game-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.location-slider-carousel .swiper-slide .location-item-content.select .game-name {
  color: white;
}

.location-slider-carousel .swiper-slide .location-item-content.select:before {
  content: '';
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.location-item-content {
  padding: 20px;
  cursor: pointer;
}

.location-field.select {
  display: block;
}

.location-slider-carousel .tab-panels2 .location-field {
  display: none;
}

.location-slider-carousel .tab-panels2 .location-field.select {
  display: block;
}

.location-field .swiper-container {
  height: auto;
}

.location .about-placement-info {
  padding: 40px;
  box-sizing: border-box;
}

.location .about-placement-info img {
  margin: 0 20px 20px 20px;
}

.locations-tabs-games .swiper-container {
  height: 508px;
}

.booking .schedule-field .day span,
.location .schedule-field .day span {
  margin-top: 0;
}

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

.location-item-content.select:after {
  content: '';
  width: calc(100% - 16px) !important;
  left: 8px !important;
  top: 8px !important;
  right: -8px !important;
  bottom: -8px !important;
  background-color: #A4111B !important;
  height: calc(100% - 16px) !important;
  position: absolute;
  z-index: -1;
}

.location-item-content {
  width: 250px;
  margin: 0 auto;
}

.locations-tabs-games {
  margin-top: 50px;
}

.booking .swiper-container .warning .trapezoid-inverted,
.location .swiper-container .warning .trapezoid-inverted {
  text-align: center;
  background: #777;
  color: #fff;
  margin-top: -20px;
  padding: 5px;
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.games .tab-nav {
  justify-content: center;
}

@media (min-width: 1340px) {
	.gallery-game-corusel .swiper-wrapper {
		justify-content: space-between;
	}

	.gallery-game-corusel .swiper-slide {
		max-width: 340px;
		margin: 0;
		flex: 0 1 340px;
	}

	.gallery-game-corusel .game-item {
		max-width: 340px;
		width: 100%;
	}
}
