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

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

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  color: #fff;
  background: #111317;
}

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: 1280px;
  margin: 0 auto;
}

.title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
  }
}

.text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.hero {
  background: url("../../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px 140px 20px;
  position: relative;
}
.hero::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(#000000));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 0%, #000000 100%);
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-block: 226px;
  }
}
.hero .box {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .hero .box {
    max-width: 871px;
  }
}
.hero h1 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .hero h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    padding-inline: 40px;
  }
}
.hero .text {
  font-size: 20px;
}

.idea {
  background: url("../../images/bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 56px 20px;
}
@media screen and (min-width: 1200px) {
  .idea {
    padding-top: 100px;
    padding-bottom: 66px;
    padding-inline: 80px;
  }
}
.idea .text {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .idea .text {
    max-width: 1080px;
  }
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .idea ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .idea li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .idea li:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }
  .idea li:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  max-width: 407px;
  width: 100%;
  min-height: 103px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.6980392157);
  border-radius: 12px;
}

.idea-2 {
  background-image: url("../../images/bg-3.jpg");
}
@media screen and (min-width: 1200px) {
  .idea-2 {
    padding-block: 156px;
  }
}

.smak {
  background: url("../../images/bg-smak.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 159px 20px;
  position: relative;
}
.smak::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 4, 1, 0)), to(#0c0000));
  background: linear-gradient(90deg, rgba(8, 4, 1, 0) 0%, #0c0000 100%);
}
@media screen and (min-width: 1200px) {
  .smak {
    padding-block: 223px;
    padding-inline: 80px;
  }
}
.smak .box {
  max-width: 634px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .smak .box {
    margin-left: auto;
  }
}
.smak .title, .smak .text {
  text-align: start;
}

.standart {
  background: url("../../images/bg-standart.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 231px 20px;
  position: relative;
}
.standart::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 4, 1, 0)), to(#320000));
  background: linear-gradient(270deg, rgba(8, 4, 1, 0) 0%, #320000 100%);
}
@media screen and (min-width: 1200px) {
  .standart {
    padding-block: 284px;
    padding-inline: 80px;
  }
}
.standart .box {
  max-width: 667px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .standart .box {
    margin-right: auto;
  }
}
.standart .title, .standart .text {
  text-align: start;
}

.space {
  background: #0c0000;
  padding-top: 56px;
}
@media screen and (min-width: 1200px) {
  .space {
    padding-top: 100px;
  }
}
.space .text-box {
  max-width: 897px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-inline: 20px;
}
.space .room-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;
}
@media screen and (min-width: 1200px) {
  .space .room-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.space-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0C0000), to(#320000));
  background: linear-gradient(180deg, #0C0000 0%, #320000 100%);
}

.contacts {
  background: #320000;
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .contacts {
    padding: 100px 80px 60px 80px;
  }
  .contacts dl div {
    width: 231px;
  }
}
.contacts .box {
  max-width: 978px;
  margin: 0 auto;
}
.contacts .wrapper {
  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: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .contacts .wrapper {
    -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;
    gap: 80px;
  }
}
.contacts address {
  margin-top: 22px;
}
.contacts dl {
  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: 8px;
  margin: 0;
  text-align: center;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .contacts dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contacts dt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.contacts dd,
.contacts dd a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.contacts .map {
  max-width: 450px;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1200px) {
  .contacts .map {
    min-width: 720px;
    max-width: none;
  }
}
.contacts .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(2, 0, 16, 0.3019607843);
  backdrop-filter: blur(22px);
}
.header .logo {
  font-family: "Cinzel", serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-decoration: 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: 36px;
  padding: 140px 60px;
  background: rgba(2, 0, 16, 0.9);
  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 {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__link:hover {
  color: #ff0000;
}

@media screen and (min-width: 1200px) {
  .header__button-wrapper {
    display: none;
  }
  .header .logo {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
  }
  .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: 23px;
  }
  .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;
  }
}
.popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  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: 450px;
  background: #320000;
  padding: 40px 12px;
  border-radius: 25px;
}
@media screen and (min-width: 1200px) {
  .popup .content {
    max-width: 822px;
  }
}
.popup h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 1200px) {
  .popup h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
  }
}
.popup p {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.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: 22px;
}
@media screen and (min-width: 1200px) {
  .popup .button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}
.popup button {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  height: 64px;
  border: none;
  color: #100101;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup button:hover {
  background: #ff0000;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .popup button {
    width: 310px;
  }
}

.footer {
  background: #0c0000;
  padding: 75px 20px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.25;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 25px;
  }
}
.footer .wrapper {
  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: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .footer .wrapper {
    gap: 16px;
  }
}
.footer h2 {
  font-family: "Cinzel", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
}
.footer .domain {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
}
.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: 8px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 160px;
  }
}
.footer li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1200px) {
  .footer li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.policies {
  background: -webkit-gradient(linear, left top, left bottom, from(#0C0000), to(#320000));
  background: linear-gradient(180deg, #0C0000 0%, #320000 100%);
  padding: 100px 20px 40px 20px;
}
@media screen and (min-width: 1200px) {
  .policies {
    padding-top: 120px;
    padding-inline: 80px;
  }
}
.policies h1 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
  }
}
.policies h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-block: 10px;
}
.policies p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.policies a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.policies ul {
  list-style: disc;
  padding-left: 20px;
}/*# sourceMappingURL=main.css.map */