@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@media only screen and (min-width: 769px) {
  .gallery, .menu, .offer, .about__info, .footer, .header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 769px) {
  .gallery, .menu, .offer, .about__info, .footer, .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.g-padding-0 {
  padding: 0;
}

body {
  font-family: "Raleway", sans-serif;
}

@media only screen and (min-width: 769px) {
  .gallery, .menu, .offer, .about__info, .footer, .header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 769px) {
  .gallery, .menu, .offer, .about__info, .footer, .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header {
  height: 180px;
  background-color: #fff;
  border-top: 5px solid #D8A451;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
@media only screen and (max-width: 1600px) {
  .header {
    height: 110px;
  }
  .header__nav:not(.active) {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .header {
    height: 180px;
  }
  .header__nav.active {
    display: flex;
  }
}
.header__mobile-nav {
  height: 100%;
  align-items: center;
  justify-content: right;
}
@media only screen and (max-width: 1600px) {
  .header__mobile-nav {
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .header__mobile-nav {
    display: none;
  }
}
.header__mobile-list {
  margin-bottom: 0;
  padding-left: 0;
}
.header__mobile-item {
  list-style: none;
}
@media only screen and (max-width: 1600px) {
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__nav-list {
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1600px) {
  .header__nav-list {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (min-width: 1600px) {
  .header__nav-list {
    display: flex;
    height: 100px;
  }
}
.header__nav-item {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1600px) {
  .header__nav-item {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__nav-item {
    display: inline-flex;
  }
}
.header__nav-a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #D8A451;
  text-decoration: none;
  padding: 0 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .header__nav-a {
    margin-bottom: 10px;
  }
}
.header__nav-a:hover {
  color: #4f3d21;
  transition: 0.5s;
}
@media only screen and (max-width: 1600px) {
  .header__main-logo {
    width: 95px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__main-logo {
    width: 125px;
  }
}

@media only screen and (max-width: 1600px) {
  .header__nav-item--close {
    list-style: none;
    width: 100%;
    justify-content: center;
    margin-bottom: 45px;
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .header__nav-item--close {
    display: none;
  }
}

.content-up {
  position: absolute;
  top: -180px;
}

.before-footer {
  background-color: #23201C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.before-footer__title {
  border-bottom: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .before-footer__title {
    height: 150px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .before-footer__title {
    height: 200px;
    font-size: 32px;
  }
}
.before-footer__item {
  text-align: center;
  transition: 0.5s;
}
.before-footer__item:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
.before-footer__text {
  font-size: 24px;
  font-weight: 700;
}
.before-footer__item:not(.active) .before-footer__text {
  color: #D8A451;
}
.before-footer__item.active .before-footer__text {
  color: #fff;
  fill: #fff;
}
.before-footer__item.active svg * {
  fill: #fff;
}
.before-footer__a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 900px) {
  .before-footer__a {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 900px) {
  .before-footer__a {
    margin: 65px 0;
  }
}
.before-footer__icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #1A1A1A;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #fff;
}
.footer a {
  color: #D8A451;
  text-decoration: none;
}
.footer a:hover {
  color: #D7B47E;
  text-decoration: none;
}
.footer__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
}
.footer__nav-a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .footer__item {
    margin-bottom: 35px;
  }
}

.show-on-scroll:not(.animate__fadeInUp) {
  opacity: 0;
}

.productDescModal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.7294117647);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .productDescModal {
    align-items: center;
  }
}
@media only screen and (max-width: 769px) {
  .productDescModal {
    overflow: scroll;
  }
}
.productDescModal__inside {
  width: 769px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  background-color: #e8e8e8;
  padding: 20px;
  box-shadow: 2px 2px 2px #ccc;
  position: relative;
}
.productDescModal__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #161616;
}
.productDescModal__img {
  background: #ccc;
  max-width: 300px;
}
@media only screen and (min-width: 769px) {
  .productDescModal__img {
    float: left;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .productDescModal__img {
    margin-bottom: 20px;
  }
}
.productDescModal__desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #161616;
  margin-top: 30px;
}
.productDescModal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.productDescModal__closeArea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cookies-modal {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 20px;
  background-color: #e8e8e8;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 6px #1a1a1a;
  max-width: 300px;
}
.cookies-modal__title {
  font-size: 20px;
  font-weight: 600;
  color: #a26f2f;
}
.cookies-modal__desc {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.cookies-modal__desc a {
  color: #D8A451;
}
.cookies-modal__accept {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #6dca53;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #5cb05c;
  margin-top: 20px;
  color: #1e1e1e;
  text-decoration: none;
}
.cookies-modal__accept:hover {
  color: #fff;
}

.party-screen {
  height: 100vh;
  position: relative;
}
.party-screen__stroke {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-screen__circle {
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-screen__title {
  font-weight: 100;
  letter-spacing: 0.4px;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .party-screen__title {
    font-size: 32px;
    margin: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .party-screen__title {
    font-size: 72px;
  }
}
.party-screen__item {
  list-style: none;
  display: inline-flex;
  height: 70px;
  align-items: center;
  padding-right: 30px;
}
.party-screen__party-icon, .party-screen__party-title {
  display: inline-flex;
}
.party-screen__party-icon h3, .party-screen__party-title h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #fff;
}
.party-screen__party-title {
  padding-left: 8px;
}
.party-screen__list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.party-screen__layer-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.party-screen__layer-info {
  position: absolute;
  height: 130px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1490196078);
  z-index: 5;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1450px) {
  .party-screen__layer-info {
    overflow: scroll;
  }
}
@media only screen and (min-width: 1450px) {
  .party-screen__layer-info {
    justify-content: center;
  }
}
.party-screen__main-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
}
.party-screen__layer-titles {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 130px;
  margin-top: 180px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.party-screen__layer-sign {
  position: absolute;
  top: 180px;
  bottom: 130px;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 7;
}
.party-screen__layer-sign-inside {
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
}
.party-screen__layer-sign-inside svg {
  height: 100%;
}
.party-screen__layer-black {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.party-screen__layer-white {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  z-index: 3;
}

.about {
  position: relative;
}
.about__title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #886887;
  margin-bottom: 20px;
}
.about__subtitle {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #886887;
  margin-bottom: 30px;
}
.about__desc {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.4px;
  color: #886887;
  margin-bottom: 30px;
  line-height: 32px;
}
.about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__line {
  background-color: #886887;
  color: #886887;
  opacity: 1;
  margin: 94px 0 60px 0;
}
.about__sign {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -180px;
  right: 0px;
  z-index: 1;
  width: 140px;
  overflow: hidden;
}

.offer {
  background-image: url(/img/events/offer-1920.webp);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.offer__subtitle {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 30px;
}
.offer__desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .offer__part {
    margin: 120px 0;
    padding: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .offer__part {
    margin: 90px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .offer__part.left {
    border-right: 3px solid #000;
  }
}

.menu {
  position: relative;
  padding-top: 130px;
}
.menu__background {
  position: absolute;
  background: #F5F5F5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.menu__subtitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #707070;
  margin-bottom: 10px;
}
.menu__list {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #707070;
  margin-bottom: 10px;
}
@media only screen and (max-width: 769px) {
  .menu__list {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .menu__list {
    font-size: 18px;
  }
}
.menu__main-menu {
  border: 2px solid #d2d2d2;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1490196078);
  padding: 10px;
  background: #fff;
}
.menu__main-menu-inside {
  border: 3px solid #E1E1E1;
}
@media only screen and (max-width: 769px) {
  .menu__main-menu-inside {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .menu__main-menu-inside {
    padding: 50px;
  }
}
.menu__segment {
  margin-bottom: 40px;
}
.menu__picture {
  position: absolute;
  top: 585px;
  left: 0;
  right: 0;
  z-index: 0;
}
.menu__picture-img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__arrow {
  display: flex;
  justify-content: flex-end;
}
.menu__arrow-text, .menu__arrow-shape {
  display: inline-flex;
}
.menu__title {
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #707070;
  margin-right: 21px;
}
@media only screen and (max-width: 769px) {
  .menu__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .menu__title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 769px) {
  .menu__arrow-shape {
    transform: rotate(90deg);
  }
}
.menu__shape2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  position: absolute;
  top: 182px;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .menu__shape2 {
    width: 478px;
  }
}
@media only screen and (max-width: 769px) {
  .menu__shape2 {
    display: none;
  }
}
.menu__shape3 {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 1400px) {
  .menu__shape3 {
    width: 360px;
    top: -61px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .menu__shape3 {
    width: 245px;
    top: -61px;
    z-index: -1;
  }
}
@media only screen and (max-width: 769px) {
  .menu__shape3 {
    top: -234px;
    width: 192px;
  }
}
.menu__shapes {
  position: relative;
}

.gallery {
  padding-top: 40px;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .gallery {
    margin-top: 385px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 769px) {
  .gallery {
    margin-top: 65px;
    margin-bottom: 50px;
  }
}
.gallery__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #707070;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .gallery__title {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 769px) {
  .gallery__title {
    margin-bottom: 35px;
  }
}
.gallery__img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item {
  margin-top: 10px;
}
