* {
  margin: 0;
  padding: 0;
}
* img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}

html, body {
  font-family: "Trebuchet MS", sans-serif;
  background-color: #191A1F;
  font-style: normal;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

h1, h2 {
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #BE9B46;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #BE9B46;
  transition: 0.3s;
  position: relative;
  display: inline;
}

ul {
  margin-left: 1.1rem;
}

p, ul li {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.p-50 {
  padding: 50px;
}

header {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
header .container {
  background: linear-gradient(123.62deg, #21212B 30.03%, #111215 100%);
  position: relative;
  overflow: hidden;
  height: auto;
}
header .container .main-content {
  margin-top: 4%;
}
header .container .main-screen-content {
  max-width: 50%;
}
header .container .main-screen-content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}
header .container .main-screen-content p.mb-small {
  margin-bottom: 8px;
}
header .container .main-screen-content h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
header .container .btn-group-main {
  max-width: 50%;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #BE9B46;
}

.subttl {
  font-family: "FuturaFuturisLightC", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 300;
}

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
  position: relative;
}

.parallax__group {
  position: absolute;
  z-index: 100;
  width: 50%;
  right: 15px;
  top: 0;
  height: 700px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-img-wrap {
  text-align: center;
  position: absolute;
}

.parallax__layer--img1 {
  -webkit-transform: translateZ(80px);
  transform: translateZ(80px);
  max-width: 33%;
  top: 26%;
  left: 3%;
}
.parallax__layer--img2 {
  -webkit-transform: translateZ(30px) scale(1.2);
  transform: translateZ(30px) scale(1.2);
  max-width: 38%;
  top: 45%;
  left: 20%;
}

.parallax__layer--img3 {
  -webkit-transform: translateZ(20px) scale(1);
  transform: translateZ(20px) scale(1);
  max-width: 30%;
  top: 19%;
  left: 39%;
}

.parallax__layer--img4 {
  -webkit-transform: translateZ(40px) scale(1);
  transform: translateZ(40px) scale(1);
  max-width: 21%;
  top: 52%;
  left: 49%;
}
.parallax__layer--img4 .parallax-img-wrap {
  right: -70%;
}

main {
  flex-grow: 1;
}

footer {
  margin-top: auto;
  background-color: #BE9B46;
  color: #191A1F;
  padding: 16px 0 10px 0;
}
footer p {
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  color: #191A1F;
}

section {
  padding: 15px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1890px;
  width: 100%;
}
.container.bg-greyblue {
  border-radius: 4px;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 15px 42px;
  font-family: "FuturaFuturisC", sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-transform: lowercase;
  color: #191A1F;
  text-decoration: none;
  min-width: initial;
  justify-content: center;
}
.btn span {
  margin-left: 20px;
  white-space: nowrap;
}
.btn.btn-primary {
  background-color: #BE9B46;
  border: 1px solid #BE9B46;
  color: #191A1F;
}
.btn.btn-primary:hover {
  background-color: #B98038;
  border: 1px solid #B98038;
  color: #191A1F;
}
.btn.btn-stroke {
  background-color: transparent;
  border: 1px solid #BE9B46;
  color: #BE9B46;
}
.btn.btn-stroke:hover {
  border: 1px solid #B98038;
  color: #B98038;
}

.btn-group-main .btn {
  margin-right: 22px;
}
.btn-group-main .btn:last-child {
  margin-right: 0;
}

hr {
  border-color: #BE9B46;
  margin-bottom: 46px;
}

.slider-container {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}

#films-slider .splide__list {
  height: 524px;
  align-items: center;
}
#films-slider .splide__slide {
  text-align: center;
}
#films-slider .splide__slide .films-cover-item {
  height: 524px;
  width: 360px;
  display: flex;
  align-items: center;
}
#films-slider .splide__slide .films-cover-item .film-cover-wrap {
  position: relative;
  height: 460px;
  width: 316px;
  margin: 0 auto;
  transition: 0.3s;
  transition-timing-function: ease;
}
#films-slider .splide__slide .films-cover-item .film-cover-wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#films-slider .splide__slide.is-active.is-visible .films-cover-item .film-cover-wrap {
  height: 524px;
  width: 360px;
}

.splide__pagination {
  bottom: -3rem;
}

.splide__pagination__page {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  height: 10px;
  width: 10px;
  margin: 5px;
}

.splide__pagination__page.is-active {
  background: #BE9B46;
  transform: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  bottom: -50px;
}

.text-50 {
  width: 70%;
  margin: auto;
}

.bg-greyblue {
  background-color: #21212B;
}

.benefit {
  max-width: 420px;
  min-width: 420px;
  width: 420px;
  text-align: center;
  border-right: 1px solid #BE9B46;
  padding: 20px 40px;
}
.benefit:last-child {
  border-right: none;
}
.benefit img {
  margin: 0 auto 30px auto;
}
.benefit p {
  margin-bottom: 0;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.mb-100 {
  margin-bottom: 100px;
}

.events h2 {
  max-width: 33%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.events h2:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100px;
  background-color: #BE9B46;
  margin: 30px auto 50px;
}

#events-slider .splide__list {
  height: 600px;
  align-items: center;
}
#events-slider .splide__slide {
  text-align: center;
}
#events-slider .splide__slide .event-item {
  height: 600px;
  width: 900px;
  margin: 10px;
}
#events-slider .splide__slide .event-item .event-img-wrap {
  position: relative;
  width: 900px;
  height: 480px;
  margin: 0 auto;
  transition: 0.3s;
  transition-timing-function: ease;
}
#events-slider .splide__slide .event-item .event-img-wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#events-slider .splide__slide .event-item .event-img-description {
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}
#events-slider .splide__slide.is-active.is-visible .event-item .event-img-wrap {
  height: 550px;
  width: 900px;
}

.brands h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.brands h2:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100px;
  background-color: #BE9B46;
  margin: 30px auto 50px;
}
.brands .d-flex img {
  margin: 0 35px;
  max-height: 58px;
}

.container.bg-greyblue .text-50 {
  margin-left: 0;
  width: 80%;
}

.restaurant {
  display: flex;
  align-items: center;
}
.restaurant .rest-photo {
  max-width: 25%;
  min-width: 25%;
  width: 25%;
}
.restaurant .rest-photo .rest-img-wrap {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 690px;
}
.restaurant .rest-photo .rest-img-wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.restaurant .rest-text {
  flex-grow: 1;
  text-align: center;
  padding: 50px 150px;
}
.restaurant .rest-text h2 {
  position: relative;
  max-width: 85%;
  margin: auto;
}
.restaurant .rest-text h2:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100px;
  background-color: #BE9B46;
  margin: 30px auto 50px;
}
.restaurant .rest-text p {
  max-width: 73%;
  margin: auto;
  margin-bottom: 20px;
}

.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 316px;
  gap: 15px;
}

.img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.img-wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.interior-photo {
  height: 460px;
  margin-bottom: 80px;
}

.pattern-bg {
  background-image: url("../images/pattern_bg.png");
  overflow: hidden;
  text-align: center;
  background-size: cover;
  padding-bottom: 80px;
}
.pattern-bg h2 {
  max-width: 45%;
  margin: auto;
}
.pattern-bg h2:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 100px;
  background-color: #BE9B46;
  margin: 30px auto 50px;
}
.pattern-bg p {
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  max-width: 50%;
  margin: 0 auto 80px auto;
}

.contacts {
  display: flex;
  align-items: start;
  margin-top: 50px;
  margin-bottom: 56px;
}
.contacts .contacts-group {
  flex-grow: 1;
  display: flex;
  align-items: start;
}
.contacts .contacts-group .contacts-item {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  text-align: center;
}
.contacts .contacts-group .contacts-item a {
  font-family: "FuturaFuturisLightC", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #BE9B46;
  margin-bottom: 20px;
  display: inline;
}
.contacts .contacts-group .contacts-item a:hover {
  color: #B98038;
}
.contacts .contacts-group .contacts-item p {
  color: rgba(255, 255, 255, 0.5);
  max-width: 80%;
  margin: auto;
  font-style: normal;
}
.contacts .contacts-links {
  max-width: 33%;
  min-width: 33%;
  width: 33%;
  text-align: center;
}
.contacts .contacts-links p {
  color: rgba(255, 255, 255, 0.5);
  max-width: 60%;
  margin: auto;
}

a:hover {
  color: #B98038;
}

.contact-icon-wrap {
  height: 48px;
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BE9B46;
  margin: 0 4px 20px 4px;
}
.contact-icon-wrap:hover {
  background-color: #B98038;
}

@media screen and (min-width: 1920px) {
  .btn {
    min-width: 274px;
  }
}
@media screen and (max-width: 1919px) {
  .brands .d-flex img {
    max-height: 44px;
  }
  header .container .main-screen-content {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  .btn {
    min-width: initial;
    padding: 15px 26px;
  }
  .restaurant .rest-photo .rest-img-wrap {
    height: 511px;
  }
  .restaurant .rest-text {
    padding: 32px;
  }
  .pattern-bg h2 {
    max-width: 56%;
  }
  .pattern-bg p {
    max-width: 64%;
  }
  .brands .d-flex.justify-center {
    flex-wrap: wrap;
  }
  .brands .d-flex.justify-center img {
    margin: 0 35px 30px 35px;
  }
}
@media screen and (max-width: 1440px) {
  .benefit {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .p-50 {
    padding: 30px;
  }
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  p, ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .pattern-bg p {
    font-size: 20px;
    line-height: 22px;
  }
  header .container .main-content {
    margin-top: 16%;
  }
  header .container .btn-group-main {
    max-width: 100%;
  }
  .parallax__group {
    width: 55%;
  }
  #final .btn-group-main {
    display: flex;
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto;
  }
  #final .btn-group-main .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contacts .contacts-group .contacts-item a {
    font-size: 20px;
    line-height: 22px;
  }
  footer p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 834px) {
  section {
    padding: 10px;
  }
  header .container .btn-group-main {
    display: flex;
    width: 100%;
  }
  header .container .btn-group-main a {
    width: 50%;
    max-width: 50%;
  }
  header .container .main-content {
    margin-top: 6%;
  }
  header .container .btn-group-main {
    max-width: 100%;
  }
  .parallax__group {
    width: 65%;
    right: -15%;
  }
  .parallax__layer--img1 {
    max-width: 50%;
    top: 30%;
    left: -4%;
  }
  .parallax__layer--img2 {
    max-width: 50%;
    top: 47%;
    left: 22%;
  }
  .parallax__layer--img4 {
    left: 70%;
  }
  .slider-container {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
  header {
    margin-bottom: 40px;
  }
  #films .d-flex {
    flex-wrap: wrap;
  }
  #films .d-flex .slider-container {
    margin-bottom: 80px;
  }
  #films .text-50 {
    text-align: center;
  }
  .benefit {
    padding: 20px 24px;
  }
  .events h2 {
    max-width: 70%;
  }
  #events-slider .splide__slide .event-item {
    height: 500px;
    width: 614px;
  }
  #events-slider .splide__list {
    height: 460px;
  }
  #events-slider .splide__slide.is-active.is-visible .event-item .event-img-wrap {
    height: 440px;
    width: 614px;
  }
  #events-slider .splide__slide .event-item .event-img-wrap {
    height: 350px;
    width: 614px;
  }
  .brands .p-50 {
    padding: 50px 0 20px;
  }
  .brands .d-flex {
    flex-wrap: wrap;
  }
  .brands .d-flex img {
    max-height: 40px;
    margin: 0 35px 30px 35px;
  }
  .brands h2:after {
    margin: 20px auto 40px;
  }
  .restaurant .rest-photo .rest-img-wrap {
    height: 300px;
  }
  .restaurant .rest-text {
    padding: 18px;
  }
  .restaurant .rest-text h2 {
    max-width: 100%;
  }
  .restaurant .rest-text h2:after {
    margin: 20px auto 20px;
  }
  .restaurant .rest-text p {
    max-width: 100%;
    margin-bottom: 8px;
  }
  #services .d-flex {
    flex-wrap: wrap;
  }
  #services .d-flex .text-50 {
    width: 100%;
    margin-bottom: 40px;
  }
  #services .d-flex .text-50 h2 {
    max-width: 55%;
    margin-top: 40px;
  }
  #services .d-flex .text-50 hr {
    max-width: 55%;
  }
  #services .d-flex .text-50 ul {
    max-width: 70%;
  }
  #services .services {
    grid-auto-rows: 208px;
  }
  .pattern-bg h2 {
    max-width: 80%;
  }
  .pattern-bg p {
    max-width: 90%;
    margin: 0 auto 60px auto;
  }
  .contacts {
    padding: 40px;
    margin: 0;
    justify-content: space-between;
    align-items: stretch;
  }
  .contacts .contacts-group {
    flex-direction: column;
    max-width: 60%;
    min-width: 60%;
    width: 60%;
  }
  .contacts .contacts-group .contacts-item {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    text-align: left;
  }
  .contacts .contacts-group .contacts-item:first-child {
    margin-bottom: 40px;
  }
  .contacts .contacts-group .contacts-item p {
    margin: 0;
  }
  .contacts .contacts-links {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .contacts .contacts-links p {
    margin: auto 0 0 0;
    max-width: 100%;
  }
  #final .btn-group-main {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #services .d-flex .text-50 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    max-height: 160px;
    max-width: 100%;
  }
  #logo-moscow {
    width: 160px;
  }
  header .container .main-content {
    margin-top: 245px;
  }
  header .container .main-content .main-screen-content {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  header .container .main-content .btn-group-main {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  header .container .main-content .btn-group-main .btn {
    margin-bottom: 10px;
  }
  header .container .btn-group-main a {
    width: initial;
    max-width: initial;
    margin-right: 0;
  }
  h1 {
    font-size: 19px;
    line-height: 22px;
  }
  h2 {
    font-size: 19px;
    line-height: 22px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  p, ul li, .subttl {
    font-size: 16px;
    line-height: 22px;
  }
  .p-50 {
    padding: 15px;
  }
  .parallax__group {
    width: 100%;
    right: 0;
    height: 400px;
    margin-top: 88px;
  }
  .parallax__group .parallax__layer--img1 {
    max-width: 35%;
    top: 24%;
    left: 10%;
  }
  .parallax__group .parallax__layer--img2 {
    max-width: 38%;
    top: 34%;
    left: 24%;
  }
  .parallax__group .parallax__layer--img3 {
    max-width: 35%;
    top: 7%;
    left: 51%;
    opacity: 0.8;
  }
  .parallax__group .parallax__layer--img4 {
    top: 32%;
    max-width: 26%;
    left: 55%;
  }
  .mb-100 {
    margin-bottom: 40px;
  }
  header {
    margin-bottom: 10px;
  }
  header .container .main-screen-content p {
    margin-bottom: 40px;
  }
  #films-slider .splide__list {
    height: 456px;
  }
  #films-slider .splide__slide .films-cover-item {
    width: 310px;
    height: 456px;
  }
  #films-slider .splide__slide .films-cover-item .film-cover-wrap {
    width: 260px;
    height: 380px;
  }
  #films-slider .splide__slide.is-active.is-visible .films-cover-item .film-cover-wrap {
    width: 310px;
    height: 456px;
  }
  #films-slider .d-flex .slider-container {
    margin-bottom: 40px;
  }
  #films .text-50 {
    width: 90%;
  }
  #benefits .d-flex {
    flex-direction: column;
  }
  #benefits .d-flex .benefit {
    max-width: 220px;
    min-width: 220px;
    width: 220px;
    border-right: 0;
    border-bottom: 1px solid #BE9B46;
    padding: 30px;
  }
  #benefits .d-flex .benefit:last-child {
    border-bottom: 0;
  }
  .events h2 {
    max-width: 78%;
  }
  #events-slider .splide__list {
    height: 352px;
  }
  #events-slider .splide__slide .event-item {
    width: 310px;
    height: 352px;
  }
  #events-slider .splide__slide .event-item .event-img-wrap {
    width: 310px;
    height: 230px;
  }
  #events-slider .splide__slide.is-active.is-visible .event-item .event-img-wrap {
    width: 310px;
    height: 310px;
  }
  .brands h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .restaurant {
    flex-wrap: wrap;
  }
  .restaurant .rest-photo.photo-left {
    order: 1;
    max-width: 48%;
    min-width: 48%;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .restaurant .rest-photo.photo-right {
    order: 2;
    max-width: 48%;
    min-width: 48%;
    width: 48%;
    margin-bottom: 30px;
  }
  .restaurant .rest-text {
    order: 3;
  }
  #services .d-flex .text-50 h2 {
    max-width: 100%;
    margin-top: 30px;
    font-size: 17px;
  }
  #services .d-flex .text-50 hr {
    max-width: 100%;
  }
  #services .d-flex .text-50 ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    max-height: initial;
  }
  #services .d-flex .services {
    grid-template-columns: 1fr;
  }
  .d-sm-none {
    display: none;
  }
  .interior-photo {
    height: 228px;
    margin-bottom: 40px;
  }
  .pattern-bg h2 {
    max-width: 100%;
  }
  .pattern-bg p {
    max-width: 96%;
    margin: 0 auto 60px auto;
    font-size: 16px;
    line-height: 20px;
  }
  #final .btn-group-main {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .container .main-content {
    margin-top: 70vw;
  }
  .contacts {
    flex-wrap: wrap;
  }
  .contacts .contacts-group {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .contacts .contacts-group .contacts-item {
    margin-bottom: 40px;
    text-align: center;
  }
  .contacts .contacts-group .contacts-item a {
    margin-bottom: 10px;
    display: block;
  }
  .contacts .contacts-group .contacts-item p {
    margin: 0 auto;
    max-width: 60%;
  }
  .contacts .contacts-links {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    align-items: center;
  }
  footer p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  #events-slider .splide__list {
    height: 352px;
  }
  #events-slider .splide__slide .event-item {
    width: 280px;
    height: 352px;
  }
  #events-slider .splide__slide .event-item .event-img-wrap {
    width: 280px;
    height: 230px;
  }
  #events-slider .splide__slide.is-active.is-visible .event-item .event-img-wrap {
    width: 280px;
    height: 310px;
  }
  .contacts .contacts-group .contacts-item p {
    min-width: 84%;
  }
}

/*# sourceMappingURL=style.css.map */
