.button {
  color: #fff;
  padding: 14px 18px;
  background-color: #ff7400;
  border: 1px solid transparent;
}

.body {
  font-style: 14px;
  line-height: 1.2;
  font-family: "Tinos";
}

[class*="__conteiner"] {
  max-width: 1140px;
  padding: 50px 0px;
  margin: 0 auto;
}

.title {
  font-size: 50px;
  font-weight: 400;
  color: #d67e35;
}

.root {
  --top: #ff7400;
  --title: #d67e35;
  --text: #656363;
  --numb: #bc9060;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

button {
  line-height: 1;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 5;
  font-family: "Open Sans";
}

.header__conteiner {
  color: #fff;
  max-width: 1200px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.menu__body {
  margin-right: 50px;
}

.menu__list {
  display: flex;
  gap: 15px;
}

.menu__link {
  font-weight: 600;
}

.header__call {
  font-weight: 600;
  max-width: 180px;
  padding: 0 20px;
  font-size: 14px;
  border-left: 1px solid #fff;
}

.header__text {
  font-size: 14px;
  font-weight: 400;
}

.hero {
  position: relative;
  background-image: url(../img/hero.png);
  background-size: cover;
  height: 900px;
}

.hero__content {
  max-width: 494px;
  padding: 330px 0 135px 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.hero__title {
  text-align: center;
}
.hero__title span {
  font-size: 80px;
}

.hero__subtitle {
  font-family: "Open Sans";
  font-size: 18px;
  color: #fff;
}

.card__list {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 350px;
  height: 330px;
  background-color: #fff;
  padding: 40px;
  filter: drop-shadow(grey 0rem 1rem 10px);
}

.card__title {
  font-size: 26px;
}
.card__title span {
  color: #bc9060;
}

.card__text {
  text-align: center;
  font-size: 24px;
  color: #656363;
}

.story {
  padding-top: 230px;
}

.story__conteiner {
  display: flex;
  gap: 125px;
  align-items: center;
}

.story__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.story__title {
  font-size: 54px;
}
.story__title span {
  color: #d67e34;
}

.story__subtitle {
  text-align: center;
  font-size: 16px;
  color: #656363;
}

.amount {
  padding: 50px 0;
  display: flex;
  gap: 30px;
}

.amount__sum {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amont__summy {
  font-size: 40px;
  color: #bc9060;
}

.amount__name {
  font-size: 20px;
}

.story__tabel {
  background-image: url(../img/bg-tabel.png);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 160px;
}

.tabel {
  max-width: 601px;
}

.tabel__title {
  font-size: 52px;
  color: #d67e34;
  margin-bottom: 20px;
}

.tabel__text {
  font-size: 24px;
  color: #fff;
}

.dishes__conteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dishes__title {
  font-size: 54px;
  margin-bottom: 50px;
}
.dishes__title span {
  color: #d67e34;
}

.dishes__content {
  display: flex;
  gap: 30px;
}

.menus {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menus__item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menus__text {
  font-size: 26px;
}

.food {
  background-image: url(../img/Menu-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: relative;
}

.food__title {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  color: #fff;
}

.swiper {
  padding-top: 70px;
}

.food__item {
  background-color: #fff;
  width: 350px;
  height: 510px;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.item__foto {
  width: 225px;
  height: 225px;
}

.swiper__food-button-prev {
  position: absolute;
  display: flex;
  left: 50px;
  top: 50%;
  border-radius: 50%;
  z-index: 10;
  background-color: #d67e34;
  width: 50px;
  height: 50px;
}

.swiper__food-button-next {
  position: absolute;
  display: flex;
  right: 50px;
  top: 50%;
  border-radius: 50%;
  z-index: 10;
  background-color: #d67e34;
  width: 50px;
  height: 50px;
}

.comment {
  background-color: #e5e5e5;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.comment__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.comment__text {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.comment__name {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.swiper-pagination {
  margin: 0 auto;
}

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

.swiper-pagination-bullet-active {
  background: #e5e5e5;
  border: 2px solid #ff7400;
}

.gallery__conteiner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.gallery__title {
  color: #000;
}
.gallery__title span {
  color: #d67e34;
}

.gallery__content {
  display: flex;
  gap: 30px;
}

.gallery__foto {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.shef__conteiner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.shef__title {
  color: #000;
}
.shef__title span {
  color: #d67e34;
}

.shef__content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.footer {
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 740px;
  position: relative;
}
.footer__logo {
  position: absolute;
  top: 50px;
  left: 50px;
} /*# sourceMappingURL=style.css.map */
