*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Play";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Play/Play-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Play/Play-Bold.woff2") format("woff2");
}

body {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
svg {
  vertical-align: middle;
  fill: currentcolor;
}
.section-hero {
  overflow: hidden;
  position: relative;
}
.fullscreen-bg {
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 45%;
  background: #000;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.overlay {
  /* background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;*/
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url("../images/smoke.jpg") center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(23, 23, 23, 0.1);
  }
  .navbar .dropdown-menu {
    border: none;
  }
}
.logo {
  display: inline-block;
  max-width: 120px;
}
.logo img {
  display: inline-block;
}
.navbar {
  padding: 0;
}
.relative {
  position: relative;
}
.parallax-box {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 2px 11px 0px rgba(23, 23, 23, 0.15);
  background-color: #fff;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  margin-top: 100px;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.dropdown-toggle::after {
  vertical-align: middle;
}
.social {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social__link {
  text-decoration: none;
}

.social__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.contacts__content {
  font-size: 18px;
}

nav ul a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 15px;
}
nav ul a:hover {
  text-decoration: underline;
}

.img-border {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
}
.img-border::before {
  content: "";
  border: 8px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  pointer-events: none;
}
.section-bars,
.section-about {
  position: relative;
  overflow: hidden;
  padding: 125px 0 125px;
}
.container {
  max-width: 1260px;
}
.img-1 {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.img-2 {
  position: absolute;
  bottom: -80px;
  left: 140px;
}
.img-3 {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.text-about {
  position: relative;
  font-size: 22px;
  line-height: initial;
  padding: 25px 50px;
  border: 12px solid #000;
}
ul li {
  list-style-position: inside;
}
.text-about .h1 {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}
.section-events {
  min-height: 720px;
  background: transparent;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.section-events::before {
  content: "";
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  width: 100%;
  height: 105%;
  top: 0;
  left: 0;
  z-index: 0;
}
.theme-color {
  color: #000;
}
.bg-color {
  background: #000;
}
.sob-name {
  display: inline-block;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: initial;
  margin-bottom: 20px;
  color: #000;
}
.sob-li {
  position: relative;
}
.sob-li + .sob-li {
  margin-top: 55px;
}
.wr-name-sob {
  position: relative;
  margin-bottom: 50px;
}
.page-link {
  color: #231f20;
}
.page-link:focus,
.page-link:hover {
  color: #989898;
}
.section-events.section-events-after {
  background: url(../images/fot.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-events-after {
  position: relative;
  z-index: 1;
}
.section-events-after:before {
  content: "";
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.my-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 20px;
  cursor: pointer;
  background: #000;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
}
.my-btn:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.wr-pr-con {
  padding: 50px 0 0;
}
.section-order {
  position: relative;
  padding: 100px 0;
}
.img-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.price-name {
  font-size: 34px;
  font-weight: 500;
  margin: 30px 0;
}
/* .del-c {
  border-top: 1px solid rgb(255 255 255 / 22%);
} */
/* #map {
  height: 800px;
  width: 100%;
  color: #222;
} */
.footer {
  overflow: hidden;
  padding: 20px 0;
}
.section-contacts {
  position: relative;
}

.section-contacts .adress-head {
  color: #fff;
}
.dev {
  text-align: right;
}
.section-contacts__map iframe {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.section-contacts__info {
  background: rgba(34, 34, 34, 0.85);
  color: #fff;
  padding: 20px;
}
.section-contacts__info .social {
  margin-top: 30px;
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
}
.section-instagram {
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
}
.section-instagram__title {
  font-size: 28px;
  margin-bottom: 15px;
}
.no-img-pad {
  padding: 0;
  max-height: 222px;
  overflow: hidden;
}
.no-img-pad img {
  display: block;
  width: 100%;
}
/*modal fullscreen */

.modal.modal-fullscreen {
  color: #fff;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration: 0.6s;
  max-width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  background: hsla(0, 0%, 0%, 0.6);
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.name-otz a {
  text-decoration: underline;
}
.cl-Modal {
  cursor: pointer;
  text-decoration: underline;
}
.cl-Modal:hover {
  text-decoration: none;
}
.container-2 {
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
}
.title-404 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
.my-btn.my-btn-404 {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  padding: 5px 20px;
  cursor: pointer;
  background: #c9c9c9;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.my-btn.my-btn-404:hover {
  background: transparent;
  color: #c9c9c9;
  text-decoration: none;
}
.page-404 {
  position: relative;
  background-color: #000;
  padding: 50px 20px;
  min-height: 100vh;
}
.page-404 .fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-404__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.page-404__content img {
  max-width: 800px;
  width: 100%;
}

.scroll {
  max-width: 28px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0.3;
}
.introtext {
  font-size: 24px;
}
.scroll-text {
  width: 100%;
  height: 500px;
}
.ekko-lightbox .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  display: none;
}
.ekko-lightbox .modal-header .close {
  margin: 0;
  z-index: 10;
  font-size: 25px;
  opacity: 0.8;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
/*.ekko-lightbox a {
    opacity: 1;
    text-decoration: none;
}*/
.modal-header {
  padding: 0;
  border: none;
}

.launch-slider.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  margin: 0 auto;
}
.all-wr-dop-room {
  margin-bottom: 80px;
}
.desc-room {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: #fff;
  z-index: 1;
  font-size: 18px;
}
.dop-room {
  position: relative;
}
.dop-room .img-block-info::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: 0.6s;
  pointer-events: none;
}
.dop-room:hover .img-block-info::after {
  opacity: 0.6;
}
.wpml-ls-legacy-dropdown-click {
  display: inline-block;
  width: auto;
}
.wpml-ls-legacy-dropdown-click > ul {
  display: inline-block;
}
.wpml-ls-legacy-dropdown-click a {
  border: none;
  color: inherit;
  text-decoration: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background-color: transparent !important;
  padding-right: calc(7px + 1.4em);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  border: 0.3em solid transparent;
  border-top: 0.3em solid;
  top: calc(50% - 0.1em);
}
.scroll .scrolling {
  opacity: 0;
  -webkit-animation-name: scrolling;
  animation-name: scrolling;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 70%, 0);
    transform: translate3d(0%, 70%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 70%, 0);
    transform: translate3d(0%, 70%, 0);
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 70%, 0);
    transform: translate3d(0%, 70%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 70%, 0);
    transform: translate3d(0%, 70%, 0);
  }
}
@media (min-width: 768px) {
  .section-contacts__info-first {
    order: -1;
  }
}

@media (min-width: 992px) {
  .sob-item-first {
    order: -1;
  }
}
@media (min-width: 1025px) {
  .wrapper > ul > li {
    position: relative;
  }
  .wrapper > ul > li > ul {
    display: none;
  }
  .wrapper > ul > li > ul > li {
    display: block;
    padding: 3px 0;
  }
  .wrapper ul > li:hover > ul {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px;
  }
}
@media (max-width: 1440px) {
  .adress-head {
    font-size: 15px;
  }
  nav ul a {
    font-size: 15px;
  }
  .img-1,
  .img-2,
  .img-3 {
    display: none;
  }
  .no-img-pad {
    padding: 0;
    max-height: 165px;
    overflow: hidden;
  }
}

@media (max-width: 1366px) {
  .no-img-pad {
    max-height: 154px;
  }
  .wr-name-sob {
    margin-bottom: 22px;
    font-size: 2.5rem;
  }
  .sob-name {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .no-img-pad {
    max-height: 144px;
  }
}
@media (max-width: 1024px) {
  .no-img-pad {
    max-height: 118px;
  }
}
@media screen and (max-width: 800px) {
  .no-img-pad {
    max-height: 100%;
  }
  .modal.modal-fullscreen .modal-dialog,
  .modal.modal-fullscreen .modal-content {
    margin: auto;
  }
  .modal-open .modal.modal-fullscreen .modal-body {
    padding: 40px 0;
  }
  .pos-rel {
    position: relative;
  }
  .breadcrumb {
    margin: 0;
  }
  .adress-head {
    font-size: 18px;
  }
  .section-order {
    padding: 20px 0;
  }
  .section-hero {
    display: none;
  }

  .section-bars,
  .section-about {
    padding: 2rem 0 1rem;
  }
}

.label-toggle2 {
  display: none;
}
.ekko-lightbox-nav-overlay a span {
  color: #fff;
}
.launch-img {
  overflow: hidden;
  display: block;
}
.launch-img:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 800px) {
  .modal.modal-fullscreen .modal-dialog {
    margin: auto;
  }
  .no-img-pad {
    max-height: 100%;
  }
  .text-about {
    font-size: 18px;
    padding: 12px 25px;
    border: 6px solid #000;
  }
  .img-border::before {
    border: 4px solid #000;
  }
  .section-events {
    z-index: 1;
  }
  .text-about .h1 {
    padding: 0 5px;
  }
  .section-events::before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .wr-name-sob {
    margin-bottom: 18px;
    font-size: 1.5rem;
  }
  .logo {
    max-width: 110px;
  }
  .tel-center {
    text-align: center;
  }
  .dev,
  .copy {
    text-align: center;
  }
  .wr-gall img {
    margin: 0 auto;
    display: block;
  }
  .bl-cont-map {
    background: rgba(34, 34, 34, 0.85);
    padding: 20px;
    position: static;
    top: 0;
    right: 0;
    height: 100%;
    width: 100% !important;
    margin: 0 0px;
  }
}
@media screen and (max-width: 800px) {
  .launch-slider.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
  }
}
