.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .navbar {
  padding: 17px 0;
}
.header ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.header ul li {
  margin-right: 50px;
  width: 93px;
}
.header ul li:hover a::after {
  opacity: 1;
  width: 100%;
}
.header ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.header ul li a::after {
  display: block;
  background-color: #ffffff;
  width: 0px;
  height: 1px;
  content: "";
  margin-top: 15px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.header ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .header .navbar {
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .header .navbar picture {
    width: 57px;
    height: 78px;
  }
  .header .navbar picture img {
    width: 57px;
    height: 78px;
  }
  .header ul {
    display: none;
  }
}

.footer {
  background-color: #3e2924;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .navbar {
  padding-top: 0;
  padding-bottom: 30px;
}
.footer__wrapper {
  border-bottom: 1px solid #ffffff10;
}
.footer ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-right: 50px;
  width: 93px;
}
.footer ul li:hover a::after {
  opacity: 1;
  width: 100%;
}
.footer ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.footer ul li a::after {
  display: block;
  background-color: #ffffff;
  width: 0px;
  height: 1px;
  content: "";
  margin-top: 15px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer p {
  color: #ffffff;
  opacity: 0.5;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .navbar {
    justify-content: center;
  }
  .footer .navbar picture {
    width: 57px;
    height: 78px;
  }
  .footer .navbar picture img {
    width: 57px;
    height: 78px;
  }
  .footer ul {
    display: none;
  }
}

.main__baner {
  background-image: url("../../img/header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.main__baner.--visible .main__baner-title {
  transform: translateY(0);
  opacity: 1;
}
.main__baner.--visible p,
.main__baner.--visible .button-arrow {
  transform: translateY(0);
  opacity: 1;
}
.main__baner-wrapper {
  width: 505px;
}
.main__baner a {
  text-decoration: none;
}
.main__baner-title {
  font-family: "Calypso";
  font-size: 46px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.6s;
}
.main__baner-title span {
  color: #cd4f2f;
}
.main__baner p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.9s;
}
.main__baner .button-arrow {
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 1.2s;
}
.main__slider {
  position: relative;
  overflow: hidden;
  color: #3e2924;
}
.main__slider-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffbc;
}
.main__slider.--visible .main__slider-title {
  opacity: 1;
  transform: translateY(0);
}
.main__slider.--visible .main__slider-gallery-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.main__slider.--visible .main__slider-row {
  opacity: 1;
  transform: translateY(0);
}
.main__slider p {
  opacity: 0.7;
}
.main__slider-item {
  position: relative;
  background-color: #fbf5f4;
  padding-top: 45px;
  padding-bottom: 45px;
  background-repeat: no-repeat !important;
  object-fit: cover !important;
  background-size: cover !important;
}
.main__slider-item .main__slider-col:first-child {
  margin-bottom: 49px;
}
.main__slider-item a {
  text-decoration: none;
}
.main__slider-item:first-child .main__slider-title,
.main__slider-item:first-child .main__slider-text {
  visibility: visible;
}
.main__slider-item-title {
  font-family: "Calypso";
  font-size: 32px;
}
.main__slider-item-title span {
  color: #cd4f2f;
}
.main__slider-item-wrapper {
  padding-top: 70px;
}
.main__slider-item-wrapper p {
  width: 488px;
  max-width: 100%;
}
.main__slider-item.--next .main__slider-gallery-wrapper {
  flex-direction: row-reverse;
}
.main__slider-item.--next .main__slider-img-cut {
  clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 0 0, 0 75%, 15% 75%, 15% 100%, 100% 100%);
  width: 615px;
}
.main__slider-item.--next .main__slider-row {
  flex-direction: row-reverse;
}
.main__slider-title {
  font-family: "Calypso";
  font-size: 44px;
  margin-bottom: 20px;
  visibility: hidden;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
}
.main__slider-text {
  visibility: hidden;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.3s;
}
.main__slider-img img {
  max-width: 100%;
  width: 678px;
  height: 475px;
  margin-top: -150px;
  object-fit: cover;
}
.main__slider-img-cut {
  clip-path: polygon(0% 0%, 0% 100%, 75% 100%, 75% 75%, 100% 75%, 100% 0, 0 0, 0 100%, 0 0, 100% 0%);
  margin-bottom: 78px;
}
.main__slider-items {
  margin-top: 20px;
  font-family: "Calypso";
  color: #cd4f2f;
  font-size: 24px;
  opacity: 0.7;
}
.main__slider-col {
  max-width: 477px;
}
.main__slider-row {
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.9s;
}
.main__slider-gallery img {
  display: none;
  max-width: 100%;
  width: 594px;
  height: 424px;
  object-fit: cover;
}
.main__slider-gallery img:first-child {
  display: block;
}
.main__slider-gallery-wrapper {
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.6s;
}
.main__slider .main__img-left,
.main__slider .main__img-right {
  z-index: 1000;
}
.main__about {
  position: relative;
  background-image: url("../../img/slider-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 179px;
  padding-bottom: 179px;
  z-index: -2;
}
.main__about.--visible .main__about-subtitle, .main__about.--visible .main__about-title {
  opacity: 1;
  transform: translateY(0);
}
.main__about.--visible p {
  opacity: 1;
  transform: translateY(0);
}
.main__about-layout {
  position: absolute;
  top: 0;
  left: 0;
  background: #3e2924;
  width: 100%;
  height: 100%;
  opacity: 0.83;
  z-index: -1;
}
.main__about-container {
  width: 596px;
  z-index: 2;
  color: #ffffff;
}
.main__about-subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
}
.main__about-title {
  font-family: "Calypso";
  color: #cd4f2f;
  font-size: 56px;
  line-height: 130%;
  margin-bottom: 20px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.3s;
}
.main__about p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.9s;
}
.main__about p:last-child {
  margin-bottom: 0;
}
.main__contacts {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.main__contacts.--visible .main__contacts-map, .main__contacts.--visible .main__contacts-title, .main__contacts.--visible .main__contacts-item {
  opacity: 1;
  transform: translateY(0);
}
.main__contacts-title {
  font-family: "Calypso";
  font-size: 32px;
  line-height: 130%;
  color: #3e2924;
  margin-bottom: 30px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
}
.main__contacts-item {
  margin-bottom: 20px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.9s linear, opacity 0.9s linear;
  transition-delay: 0.3s;
}
.main__contacts-item:last-child {
  margin-bottom: 0;
}
.main__contacts-item div {
  text-transform: uppercase;
  color: #cd4f2f;
  margin-bottom: 3px;
}
.main__contacts-item a,
.main__contacts-item span {
  text-decoration: none;
  color: #3e2924;
}
.main__contacts-item a {
  transition: 0.3s;
}
.main__contacts-item a:hover {
  opacity: 0.7;
}
.main__contacts-map {
  transform: translateY(10%);
  opacity: 0;
  transition: transform 1.2s linear, opacity 1.2s linear;
}
.main__contacts-map img {
  max-width: 100%;
  width: 698px;
  height: 591px;
  object-fit: cover;
}
.main__contacts .main__img-left,
.main__contacts .main__img-right {
  height: auto;
}
.main__img-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
}
.main__img-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: auto;
}
@media (max-width: 1200px) {
  .main__slider-col {
    max-width: 507px;
  }
  .main__slider-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 110%;
  }
  .main__slider-gallery img {
    display: block;
    width: 608px;
    margin-right: 22px;
  }
  .main__slider-gallery-wrapper {
    flex-direction: column-reverse !important;
  }
  .main__slider-gallery-container {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
  }
  .main__slider-gallery-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .main__slider-img {
    display: none;
  }
  .main__slider-img-cut {
    clip-path: none;
    margin-bottom: 0;
  }
  .main__slider-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main__slider-item:first-child .main__slider-title,
.main__slider-item:first-child .main__slider-text {
    display: block;
  }
  .main__slider-item.--next .main__slider-img-cut {
    clip-path: none;
    margin-bottom: 0;
  }
  .main__slider-item.--next .main__slider-row {
    flex-direction: row;
  }
  .main__slider-item-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main__slider-item-wrapper p {
    width: 100%;
  }
  .main__about {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .main__contacts {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main__contacts-item:last-child {
    margin-bottom: 30px;
  }
  .main__contacts-map img {
    width: 100%;
    height: 623px;
  }
  .main__contacts-row {
    flex-direction: column-reverse !important;
  }
  .main__img-left {
    display: none !important;
  }
  .main__img-right {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main__baner {
    width: 100%;
  }
  .main__baner-title {
    font-size: 26px;
  }
  .main__baner p {
    font-size: 14px;
  }
  .main__slider-title {
    font-size: 26px;
  }
  .main__slider-text {
    font-size: 14px;
  }
  .main__slider-col:first-child {
    margin-bottom: 30px;
  }
  .main__slider-item {
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 1 !important;
  }
  .main__slider-item .main__slider-col:first-child {
    margin-bottom: 49px;
  }
  .main__slider-item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main__slider-item-wrapper p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main__slider-items {
    font-size: 16px;
    justify-content: start !important;
  }
  .main__slider-items div:first-child {
    margin-right: 30px;
  }
  .main__slider-gallery img {
    width: 264px;
    height: 160px;
    margin-bottom: 0;
  }
  .main__about {
    padding-top: 71px;
    padding-bottom: 72px;
  }
  .main__about-container {
    width: 100%;
  }
  .main__about-subtitle {
    font-size: 14px;
  }
  .main__about-title {
    font-size: 26px;
  }
  .main__about p {
    font-size: 14px;
  }
  .main__contacts {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .main__contacts-map {
    padding: 0;
  }
  .main__contacts-item a,
.main__contacts-item span {
    font-size: 14px;
  }
  .main__contacts-item:last-child {
    margin-bottom: 44px;
  }
}

body {
  position: relative;
  font-family: "Averta Demo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
body.--no-scroll {
  overflow: hidden;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  box-shadow: 0 0 0 0;
  padding: 0;
  border-width: 0;
}

.button-arrow {
  cursor: pointer;
  padding: 6px 0;
}
.button-arrow svg {
  margin-right: 10px;
}
.button-arrow svg [data-rect] {
  transition: opacity 0.3s;
  opacity: 0.2;
}
.button-arrow svg [data-arrow] {
  transition: transform 0.3s;
}
.button-arrow:hover svg [data-rect] {
  opacity: 0.35;
}
.button-arrow.--white {
  color: #ffffff;
}
.button-arrow.--white:hover svg [data-arrow] {
  transform: translateY(10%);
}
.button-arrow.--red {
  color: #3e2924;
}
.button-arrow.--red:hover svg [data-arrow] {
  transform: translateX(10%);
}
@media (max-width: 768px) {
  .button-arrow {
    font-size: 14px;
  }
}

.gates {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../../img/gates/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gates.--open .gates__wrapper .gates-left {
  transform: rotateY(-120deg);
}
.gates.--open .gates__wrapper .gates-right {
  transform: rotateY(120deg);
}
.gates__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  perspective: 500px;
}
.gates-left, .gates-right {
  margin-top: 170px;
  width: 235px;
  height: 550px;
  transition: 1s;
  background-size: cover;
  background-repeat: no-repeat;
}
.gates-left {
  transform-origin: left center;
  background-image: url("../../img/gates/left-side.png");
}
.gates-left::before {
  transform: translate(127px, 80px);
}
.gates-right {
  transform-origin: right center;
  background-image: url("../../img/gates/right-side.png");
}
.gates-right::before {
  transform: translate(0px, 80px);
}
@media (max-width: 450px) {
  .gates {
    transform: scale(0.9);
    height: 111vh;
    width: 111vw;
    margin-left: -6vw;
    margin-top: -11vh;
  }
  .gates__wrapper {
    transform: scale(1.01);
  }
}

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