* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  color: #606060;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1165px;
  margin: 0 auto;
}

.title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 48px;
  color: #262626;
  text-align: center;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 1200px) {
  .button {
    margin-left: 0;
  }
}

.idea {
  padding: 20px 10px;
}
@media screen and (min-width: 1200px) {
  .idea {
    padding-block: 68px;
  }
}
.idea .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52px;
}
@media screen and (min-width: 1200px) {
  .idea .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 90px;
  }
}
.idea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.idea li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .idea li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.casino {
  background: #f2f2f2;
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .casino {
    padding-bottom: 84px;
  }
}
.casino .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 57px;
}
.casino .box {
  padding-inline: 10px;
  text-align: center;
}
.casino h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
}
.casino .atmosphere-pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 537px;
}
@media screen and (min-width: 1200px) {
  .casino .atmosphere-pic {
    height: auto;
  }
}

.bar {
  padding: 24px 10px 0px 10px;
}
@media screen and (min-width: 1200px) {
  .bar {
    padding-block: 68px;
  }
}
.bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.bar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  background: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .bar li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bar .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .bar .text-box {
    padding-inline: 29px;
  }
}
.bar h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #262626;
}
.bar img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 336px;
}

.standarts {
  background: #90caf9;
  padding-top: 60px;
  padding-bottom: 51px;
}
@media screen and (min-width: 1200px) {
  .standarts {
    padding-block: 60px;
  }
}
.standarts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.standarts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
}
@media screen and (min-width: 1200px) {
  .standarts li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }
}
.standarts .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-inline: 10px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .standarts .text-box {
    padding-inline: 29px;
    padding-inline: 0;
  }
}
.standarts h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #262626;
}
.standarts h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
}

@media screen and (min-width: 1200px) {
  article {
    padding-block: 68px;
  }
}
article .container {
  background: #262626;
  color: #fff;
  padding: 27px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  article .container {
    padding-left: 50px;
    padding-right: 30px;
  }
}
article h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  article h2 {
    text-align: start;
  }
}
article span {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #ba5454;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 1200px) {
  article span {
    text-align: start;
  }
}
article p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.gallery {
  background: #407bff;
  padding-top: 175px;
  margin-inline: -50px;
}
@media screen and (min-width: 1200px) {
  .gallery {
    padding-top: 110px;
  }
}
.gallery h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: #262626;
}
.gallery p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}
.gallery li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 105px;
}
@media screen and (min-width: 1200px) {
  .gallery li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gallery .box {
  min-height: 345px;
  max-width: 720px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .gallery .box {
    width: 482px;
  }
}
.gallery__image {
  height: 628px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rooms {
  background: #90caf9;
  padding-top: 46px;
  padding-bottom: 88px;
}
@media screen and (min-width: 1200px) {
  .rooms {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .rooms .rooms__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rooms h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #262626;
}
.rooms p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.rooms li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0 12px;
  width: calc(100vw - 40px) !important;
  max-width: 367px;
  height: 530px;
}
.rooms .button {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .rooms .button {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #fff;
}
.header .logo {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.header .logo-img {
  display: none;
}
.header__button-wrapper {
  margin-left: auto;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  padding: 5px;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 16px 20px;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  padding: 80px 60px;
  background: #000;
  margin-top: 14px;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navigation__list.is-open {
  right: 0;
}
.navigation__link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 18px;
  height: 2px;
  background: #EABD19;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navigation__link:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

@media screen and (min-width: 1200px) {
  .header__button-wrapper {
    display: none;
  }
  .header .logo-img {
    display: block;
  }
  .header .logo-title {
    display: none;
  }
  .navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 auto;
    margin-left: auto;
    padding-block: 20px;
  }
  .navigation__list {
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0;
    gap: 60px;
  }
  .navigation__link {
    color: #262626;
  }
}
.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 38, 38, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 400px;
  padding: 83px 20px;
  background: #262626;
}
@media screen and (min-width: 1200px) {
  .popup .content {
    max-width: 1000px;
    padding-block: 40px;
  }
}
.popup h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  color: #ba5454;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .popup h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
}
.popup .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .popup .button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15px;
  }
}
.popup button {
  background: #90caf9;
  width: 100%;
  height: 71px;
  border: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup button:hover {
  background: #FFB573;
}
@media screen and (min-width: 1200px) {
  .popup button {
    width: 288px;
  }
}
.popup .logo {
  margin: 0 auto;
}

.footer {
  background: #407bff;
  padding: 63px 10px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 18px;
  }
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52px;
}
@media screen and (min-width: 1200px) {
  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer li a {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1200px) {
  .footer li a {
    text-align: start;
  }
}
.footer .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.footer .logo-box img {
  margin-bottom: 23px;
}
.footer .logo-box h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.footer .logo-box span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.footer .copyright {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: center;
}

.policies {
  background: #407BFF;
  color: #fff;
  padding: 113px 10px 40px 10px;
}
@media screen and (min-width: 1200px) {
  .policies {
    padding-top: 150px;
    padding-inline: 80px;
  }
}
.policies h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-size: 50px;
  }
}
.policies h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-block: 10px;
}
.policies p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.policies a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.policies ul {
  list-style: disc;
  padding-left: 40px;
}/*# sourceMappingURL=main.css.map */