@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic&display=swap");

/*---------- Reset styles --------------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 100%;
  font-size: 62.5%;
  font-weight: 400;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*-------------- Body ------------------*/

body {
  font-size: 1.6rem;
}

body._lock {
  overflow: hidden;
}

/*------------- Wrapper ----------------*/

.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrapper > main {
  flex: 1 1 auto;
}

/*------------ Container ---------------*/

[class*="__container"] {
  max-width: 117rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/*--------------- ibg ------------------*/

[class*="_ibg"] {
  position: relative;
}

[class*="_ibg"] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[class*="_ibg-contain"] img {
  object-fit: contain;
}

/*--------------- UI -------------------*/

.menu__body {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.menu__body li {
  color: #fff;
}

.menu__body li a {
  padding: 0.4rem 0rem;
}

.menu__body._active {
  overflow-x: auto;
  left: 0;
}

.menu__buttons {
  display: flex;
  gap: 0.8rem;
}

.menu__list {
  padding-top: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  font-size: 2.4rem;
}

.title {
  color: #536d82;
  font-weight: 500;
  line-height: 150%;
}

.title--h1 {
  font-size: 2rem;
}

.title--h2 {
  font-size: 1.8rem;
}

/*------------- Header ------------------*/

.header__body {
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__bottom {
  align-self: center;
  margin-bottom: 2rem;
}

.header__bottom span {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 3rem;
  right: 3rem;
  color: #fff;
}

.header__bottom span::before,
.header__bottom span::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
}

.header__bottom span::before {
  transform: rotate(45deg);
}

.header__bottom span::after {
  transform: translate(0, -1.6rem) rotate(-45deg);
}

.header__logo {
  display: inline-block;
  width: 11rem;
  height: 7rem;
}

.header__menu {
  position: relative;
  z-index: 2;
}

.header__link {
  display: inline-block;
  width: 7rem;
  height: 9rem;
}

.buttons-header__button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  border: 0.2rem solid #536d82;
  border-radius: 5rem;
  font-weight: 600;
  color: #536d82;
}

.buttons-header__button--waiter {
  min-width: 18rem;
}

.buttons-header__button--menu {
  min-width: 15rem;
}

.footer__content {
  padding: 2rem 0;
}

/*-------------- Main ------------------*/

.main {
  position: relative;
  z-index: 1;
}

.slider-hero__body {
  position: relative;
  width: 100vw;
  margin-bottom: 3rem;
  /*  padding-bottom: 65%;*/
  padding-bottom: 100%;
}

.slider-hero__body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-main__body {
  text-align: center;
  margin-bottom: 5rem;
}

.menu-main__list {
  position: relative;
  display: inline-block;
}

.list-menu__sub-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 15rem;
  transition: all 0.8s ease 0s;
  z-index: 1;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}

.list-menu__sub-list li {
  background-color: #536d82;
}

.list-menu__sub-list li:not(:last-child) {
  padding: 1.6rem;
}

.list-menu__sub-list li:last-child {
  padding: 1.6rem 1.6rem 2.6rem 1.6rem;
}

.list-menu__sub-list._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.list-menu__sub-link {
  font-size: 2.4rem;
}

.social-main__body {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
}

.social-main__icon {
  width: 5rem;
  height: 5rem;
  display: inline-block;
}

.social-main__title {
  text-align: center;
}

.contacts-main__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  color: #536d82;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.contacts-main__address {
  position: relative;
  padding-bottom: 3rem;
}

.contacts-main__address::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 0.2rem;
  background-color: #536d82;
}

.partners-main__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.partners-main__slider {
  margin-bottom: 1.6rem;
}

.slider-partners__slide {
  display: flex;
  justify-content: center;
}

.slider-partners__body {
  width: 20rem;
  height: 20rem;
}

.slider-partners__body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-main__body {
  position: relative;
  min-width: 29rem;
  min-height: 40rem;
  margin-bottom: 3rem;
}

.map-main__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 61.998em) {
  .slider-hero__body {
    padding-bottom: 60%;
  }
}

@media (max-width: 73.125rem) {
  .header__logo {
    width: calc(8rem + 3 * ((100vw - 32rem) / 85));
  }

  .header__logo {
    height: calc(5rem + 2 * ((100vw - 32rem) / 85));
  }

  .header__link {
    width: calc(5rem + 2 * ((100vw - 32rem) / 85));
  }

  .header__link {
    height: calc(6rem + 3 * ((100vw - 32rem) / 85));
  }
}

@media (any-hover: hover) {
  .header__menu:hover {
    cursor: pointer;
  }
}
