.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding-inline: 10px;
  padding-block-start: 10px;
  background-image: url("../image/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-100%);
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.burger-menu:target {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
@media (min-width: 640px) {
  .burger-menu {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.burger-menu__icon-close {
  width: 30px;
  height: 30px;
}
.burger-menu__nav {
  padding-block-start: 50px;
}
.burger-menu__navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.burger-menu__navigation-item {
  list-style: none;
}
.burger-menu__navigation-link {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}
.burger-menu__navigation-link:hover {
  color: #1ad458;
}

.header {
  position: relative;
}
.header-block {
  padding-inline: 10px;
  padding-inline: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("../image/head.png"), lightgray -222.105px 0px/429.603% 100% no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  height: 100%;
}
@media (min-width: 640px) {
  .header-block {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .header-block {
    padding-inline: 100px;
  }
}
@media (min-width: 640px) {
  .header-block {
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .header-block {
    background-position: top 50%;
    background-size: cover;
    padding-inline: 10px;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .header-block {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .header-block {
    padding-inline: 100px;
  }
}
@media (min-width: 1920px) {
  .header-block {
    height: 100vh;
  }
}
.header-top {
  padding-block-start: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top__side {
  display: flex;
}
.header-top__social {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-inline-end: 30px;
}
.header-top__social-link {
  text-decoration: none;
  background: none;
}
.header-top__social-link--call {
  display: flex;
  gap: 10px;
}
.header-top__social-icon {
  display: flex;
}
.header-top__social-icon:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.header-top__social-call {
  color: #FFF;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: none;
  padding-inline-end: 23px;
}
@media (min-width: 640px) {
  .header-top__social-call {
    display: inline-block;
  }
}
.header-top__navigate {
  display: none;
}
@media (min-width: 1280px) {
  .header-top__navigate {
    display: flex;
  }
}
.header-top__navigate-list {
  display: flex;
  gap: 50px;
}
.header-top__navigate-item {
  list-style: none;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.6s;
}
.header-top__navigate-item:hover {
  opacity: 0.5;
  transform: scale(1.1);
}
.header-top__navigate-link {
  text-decoration: none;
  color: #FFF;
}
.header-top__menu-icon {
  display: flex;
}
@media (min-width: 1280px) {
  .header-top__menu-icon {
    display: none;
  }
}
.header-body {
  padding-block-start: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .header-body {
    padding-block-start: 150px;
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .header-body {
    padding-block-start: 206px;
    align-items: start;
  }
}
.header-body__title-head {
  color: #FFF;
  text-align: start;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}
.header-body__title-head--red {
  color: #1ad458;
}
@media (min-width: 640px) {
  .header-body__title-head {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  .header-body__title-head {
    font-size: 55px;
    line-height: 70px;
  }
}
.header-body__description {
  padding-block-start: 60px;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .header-body__description {
    padding-block-start: 65px;
    width: 500px;
  }
}
@media (min-width: 1280px) {
  .header-body__description {
    padding-block-start: 95px;
    width: 500px;
  }
}
.header-body__description-text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 640px) {
  .header-body__description-text {
    text-align: start;
  }
}
.header-body__button {
  padding-block: 30px 150px;
}
@media (min-width: 640px) {
  .header-body__button {
    padding-block: 35px 225px;
  }
}
.header-body__button-block {
  padding: 21px 49px 20px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  background: #CD6363;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.header-body__button-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1ad458;
  z-index: -2;
}
.header-body__button-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #12903c;
  transition: all 0.5s;
  z-index: -1;
}
.header-body__button-block:hover {
  color: #fff;
}
.header-body__button-block:hover:before {
  width: 100%;
}
.header-body__button-block:active {
  transform: scale(1.1);
}

.logo {
  text-decoration: none;
}
.logo-block {
  font-size: 48px;
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
  color: aliceblue;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.main {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../image/main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.main-icon__tomato-big {
  position: absolute;
  top: -55px;
  display: none;
  z-index: -1;
}
@media (min-width: 1280px) {
  .main-icon__tomato-big {
    display: block;
  }
}
.main-icon__basil-big {
  position: absolute;
  right: 0;
  top: 295px;
  display: none;
  z-index: -1;
}
@media (min-width: 1280px) {
  .main-icon__basil-big {
    display: block;
  }
}
.main-icon__onion-big {
  position: absolute;
  top: 736px;
  left: 48px;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .main-icon__onion-big {
    display: block;
  }
}
.main-icon__basilMid-big {
  position: absolute;
  top: 1600px;
  left: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .main-icon__basilMid-big {
    display: block;
  }
}
.main-icon__tomatoBottom-big {
  position: absolute;
  top: 2380px;
  left: 26px;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .main-icon__tomatoBottom-big {
    display: block;
  }
}
.main-icon__basilBottom-big {
  position: absolute;
  right: 0;
  top: 2330px;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .main-icon__basilBottom-big {
    display: block;
  }
}
.main-icon__tomato-small {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1280px) {
  .main-icon__tomato-small {
    display: none;
  }
}
.main-icon__basil-small {
  position: absolute;
  top: 950px;
  right: 0;
  z-index: -1;
}
@media (min-width: 1280px) {
  .main-icon__basil-small {
    display: none;
  }
}
.main-icon__tomatoBottom-small {
  position: absolute;
  top: 4820px;
  left: 0;
  z-index: -1;
}
@media (min-width: 640px) {
  .main-icon__tomatoBottom-small {
    top: 3450px;
  }
}
@media (min-width: 1280px) {
  .main-icon__tomatoBottom-small {
    display: none;
  }
}
.main-icon__basilBottom-small {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 640px) {
  .main-icon__basilBottom-small {
    display: none;
  }
}

.degustate {
  padding-inline: 10px;
  position: relative;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .degustate {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .degustate {
    padding-inline: 100px;
  }
}
.degustate-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.degustate__br {
  display: none;
}
@media (min-width: 640px) {
  .degustate__br {
    display: block;
  }
}
.degustate__title {
  padding-block-start: 50px;
  text-align: center;
}
.degustate__title-head {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 640px) {
  .degustate__title-head {
    font-size: 38px;
  }
}
@media (min-width: 1280px) {
  .degustate__title-head {
    font-size: 48px;
  }
}
.degustate__title-text {
  padding-block: 30px 60px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.degustate__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .degustate__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 30px;
    -webkit-row-gap: 40px;
    -moz-row-gap: 40px;
    -o-row-gap: 40px;
    row-gap: 40px;
  }
}
@media (min-width: 1280px) {
  .degustate__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
.degustate-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 300px;
  padding-block-start: 30px;
}
.degustate-card--background {
  position: relative;
}
.degustate-card--background-icon {
  position: absolute;
  object-fit: cover;
  z-index: -1;
  height: 100%;
  width: 204px;
  top: 50px;
  right: -35px;
}
.degustate-card__image {
  position: relative;
}
.degustate-card__image-block {
  height: 300px;
}
.degustate-card__image--1 {
  position: relative;
  background-image: url("../image/dishes/dishes_1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 145%;
  min-width: 100%;
  height: 100%;
  border-radius: 50%;
}
.degustate-card__image--1--background {
  position: absolute;
  top: -50px;
  right: -40px;
  height: 260px;
  z-index: -1;
}
@media (min-width: 1280px) {
  .degustate-card__image--1--background {
    left: -80px;
  }
}
.degustate-card__image:hover {
  cursor: pointer;
}
.degustate-card__image--2 {
  background-image: url("../image/dishes/dishes_2.png");
  height: 100%;
  width: 96%;
  background-size: cover;
  border-radius: 50%;
}
.degustate-card__image--3 {
  background-image: url("../image/dishes/dishes_3.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 50%;
}
.degustate-card__description {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.degustate__button {
  padding-block-start: 60px;
  display: flex;
  justify-content: center;
  display: none;
}
@media (min-width: 640px) {
  .degustate__button {
    display: flex;
  }
}
.degustate__button-block {
  padding: 21px 49px 20px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  background: #CD6363;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.degustate__button-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1ad458;
  z-index: -2;
}
.degustate__button-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #12903c;
  transition: all 0.5s;
  z-index: -1;
}
.degustate__button-block:hover {
  color: #fff;
}
.degustate__button-block:hover:before {
  width: 100%;
}
.degustate__button-block:active {
  transform: scale(1.1);
}

.menu {
  padding-inline: 10px;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .menu {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .menu {
    padding-inline: 100px;
  }
}
@media (min-width: 1280px) {
  .menu-block {
    display: none;
  }
}
.menu-top__title {
  padding-block-start: 60px;
}
.menu-top__title-head {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
.menu-top__title-text {
  padding-block: 30px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.menu-body__list {
  padding-inline: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 450px));
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 640px) {
  .menu-body__list {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .menu-body__list {
    padding-inline: 100px;
  }
}
@media (min-width: 640px) {
  .menu-body__list {
    grid-template-columns: repeat(2, minmax(300px, 450px));
  }
}
@media (min-width: 1280px) {
  .menu-body__list {
    display: grid;
    grid-template-rows: auto;
  }
}
.menu-body__list-item {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0.8;
}
@media (min-width: 1280px) {
  .menu-body__list-item {
    flex-direction: column-reverse;
    height: 508px;
  }
}
.menu-body__list-item--1 {
  background-image: url("../image/category/category_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-body__list-item--2 {
  background-image: url("../image/category/category_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
}
.menu-body__list-item--3 {
  background-image: url("../image/category/category_3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-body__list-item--4 {
  background-image: url("../image/category/category_4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
}
.menu-body__list-item--5 {
  background-image: url("../image/category/category_5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-body__list-item--6 {
  background-image: url("../image/category/category_6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-body__list-item--7 {
  background-image: url("../image/category/category_7.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-body__list-head {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.menu-body__list-button {
  padding: 21px 55px 20px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.menu-body__list-button:hover {
  opacity: 0.8;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.8s;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover,
.close:focus {
  color: #ff5b5b;
}

.coldAppetizers {
  padding-inline: 10px;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 640px) {
  .coldAppetizers {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .coldAppetizers {
    padding-inline: 100px;
  }
}
.coldAppetizers__container {
  max-width: 1440px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  z-index: 999;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 640px) {
  .coldAppetizers__container {
    padding: 30px;
  }
}
.coldAppetizers-body__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .coldAppetizers-body__content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}
.coldAppetizers-body__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}
@media (min-width: 1280px) {
  .coldAppetizers-body__image {
    grid-template-columns: repeat(4, 1fr);
  }
}
.coldAppetizers-body__image-set {
  max-height: 300px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.coldAppetizers-body__image-property {
  height: 100%;
}
.coldAppetizers-body__title {
  text-align: center;
  padding-block: 30px;
}
@media (min-width: 1280px) {
  .coldAppetizers-body__title {
    padding-block-end: 34px;
  }
}
.coldAppetizers-body__title-head {
  color: #000;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.coldAppetizers-body__card {
  padding-block-start: 20px;
}
.coldAppetizers-body__card-title {
  display: flex;
  justify-content: space-between;
}
.coldAppetizers-body__card-head {
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.coldAppetizers-body__card-price {
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.coldAppetizers-body__card-subtitle {
  display: flex;
  padding-block-start: 10px;
}
.coldAppetizers-body__card-weight {
  padding-inline-end: 26px;
}
.coldAppetizers-body__card-weight, .coldAppetizers-body__card-batch {
  color: #000;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.coldAppetizers-body__card-body {
  padding-block: 5px 20px;
}
.coldAppetizers-body__card-recipe {
  color: #000;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.coldAppetizers-body__card-line {
  background: #C4C4C4;
  height: 1px;
  border: 1px;
}
.coldAppetizers-body__bottom {
  padding-block-start: 30px;
}

.coldAppetizers::-webkit-scrollbar {
  width: 0;
}

.delivery {
  max-width: 1440px;
  margin-inline: auto;
}
.delivery-top {
  padding-inline: 10px;
  padding-block-start: 84.5px;
  padding-inline: 10px;
}
@media (min-width: 640px) {
  .delivery-top {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .delivery-top {
    padding-inline: 100px;
  }
}
.delivery-top__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-top__title-head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (min-width: 1280px) {
  .delivery-top__title-head {
    font-size: 48px;
    line-height: 70px;
  }
}
.delivery-top__title-text {
  padding-block: 30px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1280px) {
  .delivery-top__title-text {
    padding-block: 25px 30px;
    max-width: 55%;
  }
}
@media (min-width: 640px) {
  .delivery-body {
    padding-inline: 50px;
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .delivery-body {
    display: block;
    padding-inline-start: 0;
    gap: 0;
  }
}
.delivery-body__block {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .delivery-body__block {
    grid-template-columns: 2fr 2fr;
    column-gap: 80px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    -o-column-gap: 80px;
  }
}
.delivery-body__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block-start: 30px;
}
@media (min-width: 640px) {
  .delivery-body__card {
    flex-direction: row;
    gap: 30px;
  }
  .delivery-body__card:nth-child(2) {
    justify-content: end;
  }
}
@media (min-width: 1280px) {
  .delivery-body__card {
    flex-direction: row;
    padding-block-end: 50px;
  }
  .delivery-body__card:nth-child(2) {
    justify-content: start;
  }
}
.delivery-body__card-logo {
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
}
.delivery-body__card-logo--1 {
  background-image: url("../image/delivery_logo/delivery.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery-body__card-logo--2 {
  background-image: url("../image/delivery_logo/delivery.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery-body__card-logo--3 {
  background-image: url("../image/delivery_logo/delivery.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery-body__card-text {
  padding-block-start: 30px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 640px) {
  .delivery-body__card-text {
    padding-block-start: 0;
    text-align: start;
  }
}
.delivery-bottom {
  padding-block-start: 60px;
  padding-inline: 10px;
}
@media (min-width: 1280px) {
  .delivery-bottom {
    padding-block-start: 0;
  }
}
.delivery-bottom__image {
  max-height: 100%;
  height: 100%;
}
.delivery-bottom__image-block {
  width: 100%;
  object-fit: cover;
}

.gallery-bottom {
  padding-inline: 10px;
  max-width: 1440px;
  padding-block: 160px 35px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 640px) {
  .gallery-bottom {
    padding-inline: 0;
  }
}
.gallery-bottom__slider {
  display: none;
}
@media (min-width: 640px) {
  .gallery-bottom__slider {
    display: block;
  }
}
.gallery-bottom__slides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (min-width: 1280px) {
  .gallery-bottom__slides {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-bottom__slide {
  height: 300px;
  transition: all 0.8s;
}
.gallery-bottom__slide:hover {
  transform: scale(1.2);
}
.gallery-bottom__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery {
  max-width: 640px;
  height: 400px;
  margin-inline: auto;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery::-webkit-scrollbar {
  display: none;
}
@media (min-width: 640px) {
  .gallery {
    display: none;
  }
}
.gallery-slide {
  flex: 0 0 auto;
  width: 100%;
  margin-right: 10px;
  scroll-snap-align: start;
}
.gallery-slide img {
  height: 98%;
  width: 100%;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .pagination {
    display: none;
  }
}
.pagination-item {
  cursor: pointer;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
}
.pagination-item.active {
  background-color: red;
}

.footer {
  padding-inline: 10px;
  background-color: #000;
  padding-block-start: 35px;
}
@media (min-width: 640px) {
  .footer {
    padding-inline: 50px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-inline: 100px;
  }
}
.footer-hr {
  display: none;
}
@media (min-width: 1280px) {
  .footer-hr {
    display: block;
    border: 1px solid #393939;
    height: 70px;
    -webkit-border: 1px;
    -moz-border: 1px;
    -o-border: 1px;
  }
}
.footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .footer-block {
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .footer-block {
    flex-direction: row;
    justify-content: space-between;
    padding-block-end: 35px;
  }
}
.footer-contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-block-start: 5px;
}
@media (min-width: 1280px) {
  .footer-contacts {
    padding-block-start: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}
.footer-contacts__phone {
  color: #FFF;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.footer-contacts__social {
  display: flex;
  justify-content: center;
  gap: 11px;
}
@media (min-width: 640px) {
  .footer-contacts__social {
    padding-block-start: 0;
  }
}
.footer-contacts__social__link {
  list-style: none;
  text-decoration: none;
}
.footer-contacts__social-image {
  width: 20px;
  height: 20px;
}
.footer-mail {
  padding-block-start: 14px;
  position: relative;
}
@media (min-width: 640px) {
  .footer-mail {
    padding-block-start: 0;
    order: 4;
  }
}
.footer-mail__link {
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-adress {
  padding-block-start: 27.5px;
}
@media (min-width: 640px) {
  .footer-adress {
    padding-block-start: 0;
  }
}
.footer-adress__locate {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.footer-privacy {
  padding-block: 32.5px 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 640px) {
  .footer-privacy {
    padding-block-start: 30px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.footer-privacy__terms {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 640px) {
  .footer-privacy__terms {
    flex-direction: row;
    gap: 30px;
  }
}
.footer-privacy__text {
  color: #E0E0E0;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.footer-privacy__text-link {
  text-decoration: none;
  color: #E0E0E0;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-privacy__text-copyright {
  padding-inline-end: 20px;
}

.menu-gallery {
  max-width: 1440px;
  margin-inline: auto;
  display: none;
}
@media (min-width: 1280px) {
  .menu-gallery {
    display: block;
  }
}
.menu-gallery__top {
  padding-block: 157px 63px;
}
.menu-gallery__top-head {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
}
.menu-gallery__top-text {
  padding-block-start: 25px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-gallery__carousel {
  position: relative;
}
.menu-gallery__slider {
  position: relative;
}
.menu-gallery__slider-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.menu-gallery__slider-head {
  position: absolute;
  bottom: -10px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
}
.menu-gallery__slider-button {
  position: relative;
  opacity: 0;
  top: 224px;
  padding: 21px 55px 20px 55px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.65);
}
.menu-gallery__slider-button:hover {
  opacity: 0.8;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.8s;
}
.menu-gallery__slider-slide {
  height: 508px;
  width: 287px;
}
.menu-gallery__slider-slide:hover .menu-gallery__slider-button {
  opacity: 1;
  transition: ease-in-out 0.8s;
}
.menu-gallery__slider-slide-1 {
  background-image: url("../image/category/category_1.png");
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: cover;
}
.menu-gallery__slider-slide-2 {
  background-image: url("../image/category/category_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-gallery__slider-slide-3 {
  background-image: url("../image/category/category_3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-gallery__slider-slide-4 {
  background-image: url("../image/category/category_4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-gallery__slider-slide-5 {
  background-image: url("../image/category/category_5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-gallery__slider-slide-6 {
  background-image: url("../image/category/category_6.png");
  background-repeat: no-repeat;
  background-position: center left 65%;
  background-size: cover;
}
.menu-gallery__slider-slide-7 {
  background-image: url("../image/category/category_7.png");
  background-repeat: no-repeat;
  background-position: center right 50%;
  background-size: cover;
}

.slick-slide {
  margin-right: 5px;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 45%;
  transform: translateY(50%);
  z-index: 1;
}

.custom-prev {
  background: none;
  border: none;
  left: 100px;
}
.custom-prev__icon-prev {
  height: 40px;
  width: 40px;
  transform: rotate(180deg);
}

.custom-next {
  background: none;
  border: none;
  right: 100px;
}
.custom-next__icon-next {
  height: 40px;
  width: 40px;
}

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