@charset "UTF-8";
/*Обнуление*/
* {
  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%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -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;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
}

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

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-family: "Cormorant Infant", serif;
}

/*--------------------*/
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #292E36;
}

.wrapper.lock {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

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

[class*=__container] {
  max-width: 1408px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (max-width: 1372px) {
  [class*=__container] {
    min-width: 1170px;
  }
}
@media (max-width: 1170px) {
  [class*=__container] {
    min-width: 991px;
  }
}
@media (max-width: 991px) {
  [class*=__container] {
    min-width: 768px;
  }
}
@media (max-width: 767px) {
  [class*=__container] {
    min-width: 561px;
  }
}
@media (max-width: 560px) {
  [class*=__container] {
    min-width: 320px;
    padding: 0 15px;
  }
}

h1 {
  font-size: 100px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 1372px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1372px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 144%;
}

.btn {
  padding: 0px 22px;
  min-height: 73px;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #E1B168;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid #E1B168;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .btn {
    min-height: 60px;
    font-size: 18px;
  }
}

.btn:hover {
  background: #292E36;
  color: #FFFFFF;
  border: 2px solid #E1B168;
}

.names {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3px;
  width: max-content;
  padding-top: 4px;
}

.header {
  background: #292E36;
}
.header__top-row {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.header__tel {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  height: 73px;
  padding: 0 57px;
  border: 2px solid #E1B168;
  display: flex;
  align-items: center;
}
.header__tel:hover {
  color: #E1B168;
}
.header__btn {
  background: #E1B168;
  color: #292E36;
  padding: 0 87px;
}
.header__down-row {
  border-top: 1px solid #5C6168;
  border-bottom: 2px dashed #5C6168;
  transition: all 0.8s ease;
}
.header__down-row.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #292E36;
}
.header__block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
.header__burger {
  display: none;
}

.nav__items {
  display: flex;
}
.nav__item:not(:last-child) {
  margin-right: 60px;
}
.nav__link {
  color: #FFFFFF;
  font-size: inherit;
}
.nav__link {
  vertical-align: middle;
}
.nav__link.active {
  color: #E1B168;
}

.social {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.social__link {
  overflow: hidden;
  transition: all 0.5s case;
}
.social__link:not(:last-child) {
  margin-right: 20px;
}
.social__link img {
  vertical-align: middle;
}
.social__link img:hover {
  -moz-transform: translate(1px, 0px);
  -webkit-transform: translate(1px, 0px);
  -o-transform: translate(1px, 0px);
  -ms-transform: translate(1px, 0px);
  transform: translate(1px, 0px);
}

.top {
  background: #292E36;
}
.top__body {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.top__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 146px 119px 176px 0;
}
.top__title {
  margin-bottom: 26px;
  color: #FFFFFF;
}
.top__sub-title {
  margin-bottom: 35px;
  color: #FFFFFF;
}
.top__btn {
  border: 2px solid #E1B168;
  padding: 0px 57px;
}
.top__image {
  position: relative;
}
.top__image::before {
  content: "";
  position: absolute;
  background: url("../img/top/frame.png") no-repeat top center;
  width: 715px;
  height: 800px;
  top: -59px;
  right: -60px;
}
.top__icon {
  position: absolute;
  top: -50px;
  right: -50px;
}

.contact {
  background: #FFF8F5;
}
.contact__body {
  padding: 100px 0 60px;
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.contact__column {
  display: flex;
  padding: 0 7.5px;
  flex: 0 1 33.333%;
  align-items: center;
}
.contact__icon {
  margin-right: 20px;
  background-color: #292E36;
  border-radius: 50%;
  min-width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
}
.contact__icon img {
  vertical-align: middle;
}
.contact__img {
  width: min-content;
}
.contact__block {
  display: flex;
  flex-direction: column;
}
.contact__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}
.contact__info {
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
}

.story {
  background: #FFF8F5;
}
.story__body {
  padding: 84px 0 125px;
  display: flex;
}
.story__block {
  display: flex;
  flex-direction: column;
  margin-left: 45.25px;
}
.story__row :not(:last-child) {
  margin-bottom: 20px;
}

.block-title__title {
  margin-bottom: 15px;
}

.info {
  display: flex;
  margin: 0 -12px;
}
.info__item {
  flex: 0 1 50%;
  padding: 0 12px;
}

.name__name {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.menu__body {
  padding: 120px 0 200px;
  display: flex;
  justify-content: space-between;
}
.menu__column {
  display: flex;
  flex-direction: column;
}
.menu__column:not(:last-child) {
  margin-right: 50px;
}

.left-block__name {
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-bottom: 12px;
}
.left-block__block-title {
  margin-bottom: 30px;
}
.left-block__image {
  width: 398px;
  margin-bottom: 60px;
}
.left-block__btn {
  border: 2px solid #E1B168;
  padding: 0 57px;
  width: 255px;
}

.list:first-child {
  margin-top: 40px;
}
.list:not(:last-child) {
  margin-bottom: 60px;
}
.list__title {
  margin-bottom: 39.66px;
}
.list__items {
  display: flex;
  color: inherit;
}
.list__items:not(:last-child) {
  margin-bottom: 50px;
}
.list__img {
  margin-right: 20.25px;
  border-radius: 100px;
  width: fit-content;
}
.list__img:hover {
  transform: rotate(20deg);
}
.list__item {
  display: flex;
  flex-direction: column;
  width: 714px;
}

.item__block {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}
.item__line {
  flex: 1 1 20%;
  border-bottom: 2px solid #AAAAAA;
}
.item__prise {
  font-family: "Cormorant Infant";
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}

.review {
  background: #292E36;
}
.review__body {
  padding: 140px 0 120px;
}
.review__name {
  color: #FFFFFF;
  margin-top: 20px;
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-bottom: 12px;
}
.review__block-title {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.slider {
  display: flex;
  padding-bottom: 100px;
}

.slide {
  color: #FFFFFF;
  background: #343942;
  padding: 0 40px;
}
.slide__row {
  display: flex;
  align-items: center;
  padding-bottom: 31px;
  border-bottom: 1px solid #797E89;
  position: relative;
}
.slide__row::before {
  content: "";
  background: #E1B168 url("../img/review/quotes.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #292E36;
  border-radius: 100px;
  z-index: 2;
}
.slide__img {
  border-radius: 100px;
  margin-right: 30px;
}
.slide__names {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.slide__info {
  color: #E1B168;
}
.slide__text {
  font-family: "Cormorant Infant";
  font-size: 24px;
  font-weight: 400;
  line-height: 156%;
  color: #FFFFFF;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.4);
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.swiper-scrollbar {
  display: none;
}

.page__img {
  width: 100%;
}

.offers__body {
  padding: 139.66px 0 120px;
}
.offers__name {
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin: 0 auto;
  margin-bottom: 12px;
}
.offers__block-title {
  margin-bottom: 39.66px;
  text-align: center;
}
.offers__cards {
  display: flex;
  margin: 0 -30px;
}
.offers__card {
  flex: 0 1 50%;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 0 15px;
}
.offers__card:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card-left {
  background: url("../img/offer/bgr_1.jpg");
}

.card-right {
  background: url("../img/offer/bgr_2.jpg");
}

.card {
  display: flex;
  padding: 65px 40px 40px 40px;
}
.card__block {
  display: flex;
  flex-direction: column;
}
.card__price {
  background: url("../img/offer/white.png") no-repeat top left/contain;
  margin-bottom: 36.66px;
  padding: 20px 0;
}
.card__price_black {
  background: url("../img/offer/black.png") no-repeat top left/contain;
}
.card__price-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 70%;
  padding-left: 70px;
  text-transform: uppercase;
}
.card__price-cost {
  font-family: "Cormorant Infant";
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
  padding-left: 50px;
}
.card__price-text_white, .card__price-cost_white {
  color: #FFFFFF;
  padding-left: 65px;
}
.card__discount {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3px;
  width: max-content;
  padding-top: 4px;
  border-top: 1px solid #292E36;
  border-bottom: 1px solid #292E36;
  margin-bottom: 8px;
}
.card__image {
  display: flex;
  align-items: center;
}

.popular__body {
  padding-bottom: 140px;
}
.popular__name {
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin: 0 auto;
  margin-bottom: 12px;
}
.popular__block-title {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  margin-bottom: 49.66px;
}
.popular__btn {
  border: 2px solid #E1B168;
  width: 255px;
  margin: 0 auto;
  margin-top: 19.72px;
}

.cards {
  display: flex;
  margin: 0 -30px;
}
.cards__item {
  flex: 0 1 25%;
  padding: 0 15px 40px 15px;
}
.cards__image img:hover {
  box-shadow: 0 0 5px 5px rgb(179, 177, 177);
}
.cards__block-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 13.72px;
  color: inherit;
  font-family: Cormorant Infant;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.6s ease;
}
.cards__block-price:hover {
  color: black;
  transform: translate(0, 10%);
}
.cards__name, .cards__price {
  font-family: Cormorant Infant;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}

.services {
  background-color: #292E36;
}
.services__body {
  padding: 140.28px 0 139.72px;
  display: flex;
  align-items: center;
}
.services__block {
  display: flex;
}
.services__text {
  margin-right: 90px;
}
.services__name {
  color: #FFFFFF;
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-bottom: 12px;
}
.services__block-title {
  color: #FFFFFF;
}

.block {
  perspective: 400px;
}
.block__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 20px solid #323841;
  padding: 53px 0px;
  width: 254px;
}
.block__item:not(:last-child) {
  margin-right: 30px;
}
.block__item:hover {
  transform: rotate(15deg);
}
.block__image {
  margin-bottom: 15px;
}
.block__text {
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}

.blog__body {
  padding: 140.28px 0 150px;
}
.blog__name {
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin: 0 auto;
  margin-bottom: 12px;
}
.blog__block-title {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  margin-bottom: 49.66px;
}
.blog__row {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.blog__column:not(:last-child) {
  margin-right: 50px;
}

.column-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #C4C4C4;
}
.column-card__image {
  min-height: 384px;
  display: flex;
}
.column-card__image_left {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.35), rgb(41, 46, 54)), url("../img/blog/image1.jpg") no-repeat top center/cover;
}
.column-card__image_right {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.35), rgb(41, 46, 54)), url("../img/blog/image2.jpg") no-repeat top center/cover;
}
.column-card__btn {
  margin: 0 auto;
  background: #E1B168;
  border: 2px solid #E1B168;
  max-height: 73px;
  align-self: center;
  color: #292E36;
  padding: 0 57px;
}
.column-card__block-text {
  padding: 50.38px 46px 38px;
}
.column-card__row {
  display: flex;
  justify-content: start;
}
.column-card__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.row__item {
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-bottom: 25.67px;
}
.row__item:not(:last-child) {
  margin-right: 30px;
}

.reservation {
  background: url("../img/reservation/image.jpg") no-repeat center center/cover;
}
.reservation__body {
  padding: 140px 220px;
}
.reservation__block {
  background: rgba(41, 46, 54, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 140px 154px 140px;
}
.reservation__name {
  color: #FFFFFF;
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin: 0 auto;
  margin-bottom: 12px;
}
.reservation__title {
  color: #FFFFFF;
  margin-bottom: 38.28px;
}

[class*=__input] {
  max-height: 70px;
  padding: 18px 25px;
  background-color: rgba(41, 46, 54, 0.4);
  border: 1px solid #858585;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
  cursor: pointer;
  color: #FFFFFF;
}
[class*=__input]::placeholder {
  color: #FFFFFF;
}
[class*=__input]:hover {
  border: 1px solid #FFFFFF;
}

.form__up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30.28px;
}
.form__down {
  display: flex;
  margin-bottom: 30px;
}
.form__btn {
  background: #FFFFFF;
  margin: 0 auto;
  color: #000000;
  min-width: 242px;
}

.up__input {
  width: 307px;
}
.up__input:not(:last-child) {
  margin-right: 26px;
}

.down__input {
  width: 198px;
}
.down__input:not(:last-child) {
  margin-right: 23px;
}

.footer {
  background-color: #292E36;
}
.footer__body {
  padding: 100.28px 0 84px;
}
.footer__row1 {
  display: flex;
  margin-bottom: 27px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.footer__row2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: center;
}
.footer__down {
  border-top: 1px solid #575B62;
}

.row1__link {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
.row1__social {
  display: flex;
}

.social__link {
  overflow: hidden;
  transition: all 0.5s case;
}
.social__img:hover {
  -moz-transform: translate(1px, 0px);
  -webkit-transform: translate(1px, 0px);
  -o-transform: translate(1px, 0px);
  -ms-transform: translate(1px, 0px);
  transform: translate(1px, 0px);
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 0 1 25%;
}
.contacts__name {
  color: #FFFFFF;
  font-family: "Cormorant Infant";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-bottom: 34.17px;
}
.contacts__adress {
  color: #FFFFFF;
  text-align: start;
}
.contacts__tel {
  color: #E1B168;
}
.contacts__email {
  color: #E1B168;
}

.footer-form {
  flex: 0 1 47%;
}
.footer-form__sub-title {
  color: #FFFFFF;
}
.footer-form__form {
  display: flex;
  margin-top: 25px;
}
.footer-form__btn {
  background: #FFFFFF;
  color: #000000;
  min-height: 68px;
  padding: 0px 40px;
}
.footer-form__email {
  flex: 1 1 auto;
  min-height: 68px;
  padding: 0 17px;
  background-color: #292E36;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
  border: 1px solid #858585;
}
.footer-form__email::placeholder {
  color: #FFFFFF;
}
.footer-form__email:hover {
  border: 1px solid #FFFFFF;
}

.timetable {
  display: flex;
  flex-direction: column;
  flex: 0 1 25%;
}
.timetable__name {
  color: #FFFFFF;
  font-family: "Cormorant Infant";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  border-top: 1px solid #E1B168;
  border-bottom: 1px solid #E1B168;
  margin-left: auto;
  margin-bottom: 34.17px;
}
.timetable__items {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.timetable__item {
  color: #FFFFFF;
}
.timetable__item span {
  color: #E1B168;
}

.row3 {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.row3__copirate {
  color: #FFFFFF;
}
.row3__copirate a {
  color: #E1B168;
}
.row3__links {
  display: flex;
}
.row3__link {
  color: #E1B168;
}
.row3__link:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1372px) {
  .header__tel {
    padding: 0 20px;
  }
  .header__btn {
    padding: 0 57px;
  }
  .header .nav__item:not(:last-child) {
    margin-right: 45px;
  }
  .top__image::before {
    display: none;
  }
  .top__img {
    width: 430px;
  }
  .top__icon {
    width: 70%;
    top: -40px;
  }
  .top__block {
    padding: 70px 119px 0px 0px;
  }
  .contact__column {
    flex: 0 1 50%;
  }
  .contact__column:not(:last-child) {
    margin-bottom: 20px;
  }
  .story__body {
    padding-top: 60px;
    flex-direction: column;
  }
  .story__image {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .story__block {
    margin-left: 0;
  }
  .menu .list__item {
    width: 550px;
  }
  .offers .card {
    padding: 65px 20px 40px 20px;
  }
  .popular .cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .popular .cards__item {
    flex: 0 1 35%;
    text-align: center;
  }
  .popular .cards__block-price {
    justify-content: space-around;
  }
  .services__body {
    flex-wrap: wrap;
  }
  .services__text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .services__name {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .services__block-title {
    text-align: center;
  }
  .services__block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1170px) {
  .menu__body {
    padding: 80px 0 120px;
  }
  .menu__column:not(:last-child) {
    margin-right: 30px;
  }
  .menu .left-block__image {
    width: 320px;
  }
  .menu .list__item {
    width: 500px;
  }
  .review .slide__text {
    font-size: 22px;
  }
  .review .block-title__sub-title {
    width: 80%;
  }
  .offers .card {
    flex-direction: column-reverse;
  }
  .offers .card__image {
    min-height: 274px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .reservation__body {
    padding: 100px;
  }
  .reservation__block {
    padding: 50px;
  }
  .footer__row2 .contacts,
  .footer__row2 .timetable {
    font-size: 18px;
    font-weight: 400;
  }
  .footer__body {
    padding-bottom: 64px;
  }
  .footer .footer-form__email, .footer .footer-form__btn {
    min-height: 58px;
  }
  .footer__row3 {
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
  }
  .footer .row3__copirate {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo-img {
    width: 70%;
  }
  .header__tel {
    height: 60px;
    font-size: 16px;
  }
  .header__btn {
    padding: 0 37px;
  }
  .header__block {
    flex-direction: column;
    justify-content: center;
  }
  .header__nav {
    margin-bottom: 30px;
  }
  .top__block {
    padding: 50px 50px 0 0;
  }
  .top__img {
    width: 350px;
  }
  .story__image {
    width: 100%;
  }
  .menu__body {
    flex-direction: column;
  }
  .menu .left-block__image {
    display: none;
  }
  .menu .list__item {
    width: 100%;
  }
  .services .block__item {
    width: 230px;
  }
  .services .block__item:not(:last-child) {
    margin-right: 20px;
  }
  .blog__row {
    flex-direction: column;
  }
  .blog__block-title {
    width: 100%;
  }
  .blog__column:not(:last-child) {
    margin-right: 0px;
  }
  .reservation .form__up, .reservation .form__down {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reservation .up__input:not(:last-child),
  .reservation .down__input:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .footer .row1__logo img {
    width: 70%;
  }
  .footer__row2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .contacts {
    order: 1;
    flex: 0 1 50%;
  }
  .footer .timetable {
    order: 2;
    flex: 0 1 50%;
  }
  .footer .footer-form {
    order: 3;
    margin-top: 30px;
  }
  .footer__row3 {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__top-row {
    justify-content: center;
  }
  .header__tel {
    display: none;
  }
  .header__nav {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: -100%;
    width: 100%;
    height: auto;
    background: #40464F;
    padding: 20px 30px 20px 100px;
    transition: left 0.3s ease;
  }
  .header__nav.active {
    left: 0;
    display: block;
  }
  .header .nav__items {
    flex-direction: column;
  }
  .header .nav__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .header__block {
    flex-direction: row;
    justify-content: space-between;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .header__burger span, .header__burger::before, .header__burger::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .header__burger::before, .header__burger::after {
    content: "";
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    top: 50%;
    transform: scale(1) translate(0px, -80%);
  }
  .header__burger.active {
    position: fixed;
    top: 30px;
  }
  .header__burger.active span {
    transform: scale(0) translate(0px, -80%);
  }
  .header__burger.active::before {
    top: 50%;
    transform: rotate(-50deg) translate(0px, -80%);
  }
  .header__burger.active::after {
    bottom: 50%;
    transform: rotate(50deg) translate(0px, 80%);
  }
  .top__body {
    flex-direction: column;
  }
  .top__block {
    padding-right: 0;
    text-align: center;
    padding-bottom: 50px;
  }
  .top__img {
    width: 100%;
  }
  .contact__body {
    flex-direction: column;
  }
  .contact__icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .story .info {
    flex-direction: column;
  }
  .story .name__name {
    margin-top: 20px;
  }
  .offers__cards {
    flex-direction: column;
  }
  .offers__card:not(:last-child) {
    margin-bottom: 30px;
  }
  .offers .card {
    flex-direction: row;
    padding: 20px;
  }
  .popular__block-title {
    width: 100%;
  }
  .services__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services .block__item {
    width: 230px;
    border: 10px solid #323841;
    margin: 0;
  }
  .services .block__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .services .block__item:first-child {
    margin-right: 30px;
  }
  .blog__body {
    padding: 100px 0;
  }
  .column-card__block-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-card__image {
    min-height: 250px;
  }
  .reservation__body {
    padding: 100px 30px;
  }
  .reservation [class*=__input] {
    width: 100%;
  }
  .footer .row1__link {
    font-size: 18px;
  }
  .footer .social__img {
    width: 100%;
  }
  .footer .row3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .header__btn {
    display: none;
  }
  .header__top-row {
    justify-content: center;
  }
  .contact__icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contact__info {
    font-size: 18px;
  }
  .contact__title {
    font-size: 25px;
  }
  .story__body {
    padding-bottom: 84px;
  }
  .story__img {
    width: 100%;
  }
  .story .name__signed {
    width: 150px;
  }
  .menu .list__items {
    flex-direction: column;
  }
  .menu .item__block {
    flex-direction: column;
    align-items: start;
  }
  .menu .item__block__line {
    display: none;
  }
  .review__body {
    padding: 100px 0;
  }
  .review .slide__img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  .review .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .review .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .review .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  }
  .page__image {
    width: 180%;
  }
  .offers .card {
    flex-direction: column-reverse;
  }
  .offers .card__img {
    width: 80%;
  }
  .offers .card__block {
    text-align: center;
  }
  .offers .card__price {
    width: 100%;
    background-position: top center;
  }
  .offers .card__price-text,
  .offers .card__price-cost {
    padding-left: 0;
  }
  .offers .card__discount {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .popular__body {
    padding-bottom: 100px;
  }
  .services .block__item:not(:last-child) {
    margin-right: 0;
  }
  .services .block__item:first-child {
    margin-right: 0px;
  }
  .reservation__body {
    padding: 100px 10px;
  }
  .reservation__block {
    padding: 50px 10px;
  }
  .reservation__title {
    text-align: center;
  }
  .reservation [class*=__input] {
    font-size: 16px;
  }
  .footer__row1 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer .row1__hashtag {
    display: none;
  }
  .footer .row1__logo {
    margin-bottom: 30px;
  }
  .footer__row2 {
    align-items: center;
  }
  .footer .contacts,
  .footer .timetable {
    flex: 0 1 100%;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer .timetable__name {
    margin: auto;
    margin-bottom: 34.17px;
  }
  .footer .timetable__items {
    align-items: center;
  }
  .footer .footer-form__email,
  .footer .footer-form__btn {
    font-size: 16px;
    padding: 0 17px;
  }
  .footer .row3__links {
    flex-wrap: wrap;
  }
}