* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
  list-style: none;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
  background-color: #151418;
  z-index: 1;
}
a.menu-restaraunt div {
    text-align: center;
    color: #fff;
    background: #0288d1;
    width: 150px;
    margin: 0 auto;
    padding: 15px 22px;
    border-radius: 5px;
    margin-bottom: 14px;
    font-size: 24px;
}
a.menu-restaraunt {
    text-decoration: none;
}
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}

.logo a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.logo a span {
  color: #8739fa;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu a {
  display: block;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  /* color: #fff; */
}

.menu:hover a {
  opacity: 0.4;
}

.menu a:hover {
  opacity: 1;
  color: #fff;
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked~.menu {
  transform: scale(1, 1);
}

.head img {
  width: 100%;
  /* background: url(img/1.jpeg);
      height: 170px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center top; */
}

header.header {
  margin-top: -4px;
}

  a.junket-mob {
    display: none;
  }




section.main {
  display: flex;
  justify-content: space-around;
}

section.main img {
  width: 100%;
}

.left-block {
  width: 150px;
  margin: 20px 0;
}

.middle-block img {
  width: 100%;
}

.middle-blocks {
  width: 50%;
}

.middle-block {
  margin-top: 20px;
}

/* header.header {
        z-index: 888888;
    }
    .mfp-content img {
      z-index: 999999 !important;
  } */
.menu {
  display: flex;
  gap: 15px;
  list-style: none;
}

.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  a.junket-nonmob {
    display: none;
  }
  a.junket-mob {
    display: block;
  }
  .menu {
    display: none;
    flex-direction: column;
    /* background-color: #fff; */
    position: absolute;
    top: 60px;
    /* под шапкой */
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1000;
  }
  section.main {
    width: 100% !important;
  }
  .menu-icon {
    display: block;
  }
  footer .container div {
    width: 95% !important;
}
  #menu-toggle:checked+.menu-icon+.menu {
    display: flex;
  }

  .left-blocks {
    /* width: 100% !important; */
  }

  .left-block {
    width: 100% !important;
  }

  .left-blocks a {
    width: 40%;
  }

  section.main {
    flex-direction: column;
    align-items: center;
  }

  .left-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .left-blocks {
    width: 80% !important;
  }
  .middle-blocks {
    width: 80%;
  }
}
.events {
  display: flex
;
  flex-wrap: wrap;
}
/* Gallery Styles */
.gallery_container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1300px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

}

@media (min-width: 300px) and (max-width: 699px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.gallery_item {
  margin-bottom: 5px;
  overflow: hidden;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
  max-height: 250px;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

/* END  */

.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}

.left-block {
  position: relative;
  overflow: hidden;
}

.left-block img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(60%);
  transition: all 0.4s ease;
}

.img-text-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.left-block:hover img {
  filter: brightness(100%);
  transform: scale(1.05);
}

.left-block {
  width: 100%;
}

.left-blocks {
  width: 15%;
}
.events a {
  width: 50%;
}
ul.menu a {
  color: #fff;
  text-decoration: none;
}
footer {
  background: #585858;
  color: #fff;
}

footer .container {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
footer .container img{
  width: 150px;
}
footer .container a{
  color: #fff;
  text-decoration: none;
}
/* footer .container div {width: 33%;} */
.menu-footer {
  width: 20%;
}
.contacts {
  width: 20%;
}
.footer-logo {
  width: 11%;
}
.maps {
  width: 42%;
}
footer .container a:hover {
  opacity: .5;
  transition: .2s;
  color: #000;
}
.search-box {
  /* position: relative;
  /* max-width: 400px; */
  /* margin: auto; */
}
.search-box2 {
  width: 75%;
}
input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}
div#results {
  position: absolute;
  width: 100%;
  margin-left: 10px;
}

.search-box2 {
  position: relative;
}
.results {
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  margin-top: -1px;
}

.result-item {
  display: block;
  padding: 10px;
  border-top: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

.result-item:hover {
  background: #f0f0f0;
}

.no-results {
  padding: 10px;
  color: #999;
}
.search input {
  border: 1px solid #CAD5E2;
  background-color: #F8FAFC;
  width: 100%;
  height: 33px;
  /* padding-left: 20px; */
  margin-bottom: 20px;
}
img.search-img {
  height: 33px;
  width: 20px;
}
.celebrities-text p {
  margin: 0;
}
.iframe-wrapper {
  height: 100%;
}
.events img {
  padding: 1px;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.search {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
input.input {
    width: 100%;
    margin-left: 10px;
    padding-left: 10px;
}
input.submit{
  width: 150px;
}
.soc-set {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999999999;
}

.soc-set img {
  width: 50px;
}
@media only screen and (max-width: 400px) {
  .left-blocks a {
    width: 100%;
  }
  footer .container div {
    width: 80%;
    margin: 0 auto;
  }
}
ul.menu {
  margin: 0;
}

.owl-item.active {
  z-index: 0;
}
header.header {
  z-index: 9;
}
.menu-wrapper {
  position: relative;
  display: inline-block;
}

.menu-button {
  padding: 10px 20px;
  /* background-color: #3498db; */
  color: white;
  cursor: pointer;
  border-radius: 6px;
}
.menu-dropdown a {
  color: #000 !important;
}
.menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 10;
  min-width: 150px;
}

.menu-dropdown a {
  display: block;
  padding: 8px;
  color: #333;
  text-decoration: none;
}

.menu-dropdown a:hover {
  background-color: #f0f0f0;
}

.menu-wrapper:hover .menu-dropdown {
  display: block;
}
section.main {
  width: 80%;
  margin: 0 auto;
}
.vacancy-top {
  /* background: rgba(0,0,0,0.7) !important; */
  padding: 22px;
}

.vacancy {
  text-align: center;
  padding: 50px;
  color: #fff;
}
.vacancy-text {
  margin: 0;
}
.vacancy-text p {
  margin: 0;
}
.vacancy-text {
  margin: 20px 0;
}
@media only screen and (max-width: 950px) {
  .search{
    width: 80%;
  }
  .footer-logo {
    order: 1 !important;
    width: 100% !important;
    text-align: center;
  }
  footer .container div {
    order: 2;
    width: 50%;
  }
  footer .container {
    flex-wrap: wrap;
  }
  .menu {
    flex-direction: column;
    background-color: #151418;
    align-items: start;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .menu a {
    margin-left: 12px;
  }

  .menu li {
    margin-bottom: 10px;
  }

  .menu-icon {
    display: block;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
}