* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #faf8e9;
}
.cart_button {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 28px;
  margin-left: 20px;
}
.cart_count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #27663c;
  color: #d8ead6;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  color: #d8ead6;
  font-weight: bold;
  size: 12px;
}
.sigin {
  background-color: #27663c;
  color: #d8ead6;
  width: 114px;
  height: 38px;
  border: none;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  color: #d8ead6;
  font-weight: bold;
  size: 12px;
}
.left_header {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 50px;
}
a {
  text-decoration: none;
  color: #333333;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
.logo_center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navigation ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-right: 50px;
}
.left_first {
  width: max-content;
  margin-left: 20px;
}
.new_food {
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #27663c;
}
.new_food1 {
  font-size: 48px;
  font-family: "Just Another Hand";
  font-weight: bold;
  color: #c5ddc3;
  letter-spacing: 6px;
  display: block;
  text-align: right;
  transform: translateX(14px);
}
.first {
  margin-left: 60px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.first_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.left_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
}
.right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 200px;
  margin-top: -75px;
}
.left_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: auto;
  margin-top: 20px;
}
.text_special {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  letter-spacing: 2px;
  font-weight: normal;
  width: 100%;
}
.special_about {
  font-family: "Noto Sans", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  text-align: left;
  min-width: 400px;
}
.special_about span {
  display: block;
  white-space: nowrap;
}
.special_about span:nth-child(1) {
  margin-left: 0;
}
.special_about span:nth-child(2) {
  margin-left: 20px;
}
.special_about span:nth-child(3) {
  margin-left: 120px;
}
.special_pic {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 150px;
}
.Special_img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  width: 553px;
  height: 553px;
}
.Special_img:hover {
  filter: brightness(0.9) contrast(1.1);
  transition: filter 0.3s ease;
}
.calories-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(39, 102, 60, 0.95);
  color: #c5ddc3;
  padding: 15px 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
.special_pic:hover .calories-info {
  opacity: 2;
}
.special_pic::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: #d8ead6;
  border-radius: 50%;
  top: 5%;
  left: 10%;
  z-index: 1;
}
.button {
  background-color: #27663c;
  width: 407px;
  height: 74px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
  margin-left: 140px;
  transition: background-color 0.3s;
}
.button_menu {
  color: #d8ead6;
  font-family: "Montserrat", sans-serif;
  color: #d8ead6;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 2px;
  cursor: pointer;
}
.button:hover {
  background-color: #1e4e2e;
}
.text_about-menu {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #d8e7d6;
  font-weight: normal;
  letter-spacing: 2px;
}
span {
  padding-top: 10px;
}
.our_menu {
  background-color: #a5c5a2;
  padding: 60px 5%;
  margin-top: 60px;
}
.our_menu-text {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: bold;
  color: #27663c;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.pic_menu-1,
.pic_menu-2,
.pic_menu-3 {
  position: relative;
  width: 100%;
  max-width: 403px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pic_menu-1::before,
.pic_menu-2::before,
.pic_menu-3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 403px;
  max-height: 403px;
  background: #d8ead6;
  border-radius: 50%;
  top: 0;
  left: 20px;
  z-index: 1;
  transform: scale(0.9);
}
.pic1,
.pic2,
.pic3 {
  width: 100%;
  max-width: 403px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  object-fit: cover;
}
.price-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.price-tag-bg {
  width: 88px;
  height: 70px;
}
.price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c5ddc3;
  font-family: "Just Another Hand";
  font-size: 39px;
  margin: 0;
  z-index: 5;
}
.menu_h1 {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.menu_text-h1 {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 36px;
  color: #27663c;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.text_menu-p {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0 10px;
}
.menu_button {
  background-color: #27663c;
  width: 248px;
  height: 54px;
  border: none;
  border-radius: 30px;
  color: #d8ead6;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Montserrat", sans-serif;
}
.menu_button:hover {
  background-color: #1e4e2e;
}
.button_order {
  text-align: center;
}
.calories-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}
.calories-text {
  background: rgba(39, 102, 60, 0.95);
  color: #c5ddc3;
  padding: 15px 25px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.pic3,
.pic1,
.pic2:hover {
  filter: brightness(0.9) contrast(1.1);
  transition: filter 0.3s ease;
}
.pic1,
.pic2,
.pic3 {
  cursor: pointer;
}
.pic_menu-1:hover .calories-text,
.pic_menu-2:hover .calories-text,
.pic_menu-3:hover .calories-text {
  opacity: 1;
}
.section_delivery {
  background-color: #faf8e9;
  padding: 60px 5%;
}
.delivety_text-h1 {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: bold;
  color: #27663c;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.text_delivery {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: 2px;
}
.delivery_time {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 2px;
  color: #27663C;
}
.answer_delivery {
  font-family: "Just Another Hand";
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
  padding-top: 20px;
}
.flex_delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.text_about-delivery {
  padding-left: 60px;
  max-width: 50%;
}
.plate_container {
  position: relative;
  display: inline-block;
}
.plate {
  position: relative;
  max-width: 100%;
  height: auto;
}
.review {
  background-color: #A5C5A2; 
  padding: 60px 5%;
  text-align: center;
}
.review_text-h1 {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: bold;
  color: #27663C;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.review_subtitle {
  font-family: "Montserrat", sans-serif;
  color: #d8e7d6;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 80px;
  line-height: 1.5;
}
.reviews_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.review_card {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none; 
  border: none; 
  box-shadow: none; 
}
.review_image-wrapper {
  width: 305px; 
  height: 307px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
  filter: drop-shadow(50px 4px 0 #C5DDC3);
  position: relative;
}
.review_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.review_quote {
  font-family: "Montserrat", sans-serif;
  color: #333333; 
  font-size: 25px; 
  font-weight: 700; 
  line-height: 1.3;
  font-style: normal; 
  margin-bottom: 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  letter-spacing: 0.5px;
}
.review_author {
  font-family: "Just Another Hand"; 
  color: #FAF8E9; 
  font-weight: normal; 
  font-size: 36px; 
  letter-spacing: 5px;
}
.footer {
  background-color: #FAF8E9; 
  padding: 30px 20px;
  text-align: center;
}
.footer_content {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_copyright {
  font-family: "Montserrat", sans-serif;
  color: #27663C; 
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.footer_design {
  font-family: "Montserrat", sans-serif;
  color: #27663C; 
  font-size: 14px;
  font-weight: bold;
}
.delivery_btn {
  background-color: #27663c;
  width: 248px;
  height: 54px;
  border: none;
  border-radius: 30px;
  color: #d8ead6;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Montserrat", sans-serif;
}
.delivery_btn:hover {
  background-color: #1e4e2e;
}
.button_delivery {
  text-align: center;
}
@media (min-width: 1200px) {
  .reviews_container {
    gap: 80px;
  }
  .review_quote {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .first_container {
    flex-direction: column;
    align-items: center;
  }
  .left_content {
    max-width: 90%;
    margin-bottom: 40px;
  }
  .right {
    margin: 40px auto 0;
    justify-content: center;
  }
  .special_pic {
    margin-left: 0;
  }
  .button {
    margin: 40px auto 0;
    position: relative;
    left: 0;
    transform: none;
  }
  .flex_delivery {
    flex-direction: column;
    text-align: center;
  }
  .text_about-delivery {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .reviews_container {
    gap: 40px;
  }
  .review_card {
    max-width: 320px;
  }
  .review_image-wrapper {
    width: 305px;
    height: 305px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative;
    filter: none;
  }
  .review_quote {
    font-size: 22px;
    min-height: 140px;
  }
}
@media (max-width: 991px) {
  header {
    flex-direction: column;
    gap: 20px;
  }
  .logo_center {
    position: static;
    transform: none;
    order: -1;
  }
  .left_header {
    margin-left: 0;
    justify-content: center;
  }
  .navigation ul {
    margin-right: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .first {
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .new_food {
    font-size: 72px;
  }
  .new_food1 {
    font-size: 36px;
  }
  .special_about {
    min-width: 300px;
  }
  .special_about span:nth-child(3) {
    margin-left: 60px;
  }
  .Special_img {
    width: 450px;
    height: 450px;
  }
  .special_pic::before {
    width: 85%;
    height: 85%;
    left: 7.5%;
    top: 7.5%;
  }
  .button {
    width: 350px;
    height: 65px;
  }
  .button_menu {
    font-size: 22px;
  }
  .our_menu {
    padding: 40px 5%;
  }
  .menu {
    gap: 60px;
  }
  .pic_menu-1::before,
  .pic_menu-2::before,
  .pic_menu-3::before {
    left: 10px;
  }
  .plate {
    max-width: 90%;
  }
  .review_subtitle {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .reviews_container {
    gap: 50px;
  }
  .review_card {
    max-width: 300px;
  }
  .review_image-wrapper {
    width: 250px;
    height: 250px;
    filter: drop-shadow(40px 3px 0 #C5DDC3);
  }
  .review_quote {
    font-size: 20px;
    min-height: 120px;
  }
  .review_author {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .left_header {
    margin-top: 15px;
  }
  .sigin {
    width: 100px;
    height: 35px;
    font-size: 11px;
  }
  
  .cart_button {
    font-size: 24px;
    margin-left: 10px;
  }
  .navigation a {
    font-size: 16px;
  }
  .navigation ul {
    gap: 15px;
  }
  .first {
    margin-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .new_food {
    font-size: 56px;
  }
  .new_food1 {
    font-size: 28px;
  }
  .text_special {
    font-size: 18px;
  }
  .special_about {
    min-width: 250px;
    font-size: 11px;
  }
  .special_about span:nth-child(2) {
    margin-left: 15px;
  }
  .special_about span:nth-child(3) {
    margin-left: 40px;
  }
  .Special_img {
    width: 350px;
    height: 350px;
  }
  .button {
    width: 300px;
    height: 60px;
    margin-top: 40px;
  }
  .button_menu {
    font-size: 20px;
  }
  .calories-info {
    font-size: 18px;
    padding: 12px 20px;
  }
  .our_menu-text,
  .delivety_text-h1,
  .review_text-h1 {
    font-size: clamp(36px, 6vw, 60px);
  }
  
  .text_about-menu,
  .text_delivery,
  .review_subtitle {
    font-size: 16px;
  }
  
  .menu_text-h1 {
    font-size: 30px;
  }
  
  .text_menu-p {
    font-size: 11px;
  }
  
  .menu_button,
  .delivery_btn {
    width: 220px;
    height: 50px;
    font-size: 18px;
  }
  
  .delivery_time {
    font-size: 48px;
  }
  
  .answer_delivery {
    font-size: 36px;
  }
  
  .reviews_container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  
  .review_card {
    max-width: 400px;
    width: 90%;
  }
  
  .review_image-wrapper {
    margin-bottom: 30px;
  }
  
  .review_quote {
    font-size: 22px;
    min-height: auto;
    margin-bottom: 25px;
  }
  
  .footer {
    padding: 25px 15px;
  }
  
  .footer_copyright {
    font-size: 15px;
  }
  
  .footer_design {
    font-size: 13px;
  }
}

/* Маленькие телефоны (481px - 575px) */
@media (max-width: 575px) {
  .logo_center img {
    width: 60px;
  }
  
  .sigin {
    width: 90px;
    height: 32px;
    font-size: 10px;
  }
  
  .cart_button {
    font-size: 22px;
  }
  
  .cart_count {
    font-size: 12px;
    padding: 1px 5px;
  }
  
  .navigation ul {
    gap: 10px;
  }
  
  .navigation a {
    font-size: 14px;
  }
  
  .first {
    margin-left: 10px;
  }
  
  .new_food {
    font-size: 48px;
  }
  
  .new_food1 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  
  .text_special {
    font-size: 16px;
  }
  
  .special_about {
    min-width: 200px;
    font-size: 10px;
  }
  
  .special_about span:nth-child(2) {
    margin-left: 10px;
  }
  
  .special_about span:nth-child(3) {
    margin-left: 30px;
  }
  
  .Special_img {
    width: 280px;
    height: 280px;
  }
  
  .special_pic::before {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
  }
  
  .button {
    width: 280px;
    height: 55px;
  }
  
  .button_menu {
    font-size: 18px;
  }
  
  .calories-info {
    font-size: 16px;
    padding: 10px 15px;
  }
  
  .our_menu-text,
  .delivety_text-h1,
  .review_text-h1 {
    font-size: 40px;
  }
  
  .menu {
    gap: 40px;
  }
  
  .pic_menu-1::before,
  .pic_menu-2::before,
  .pic_menu-3::before {
    left: 5px;
    transform: scale(0.85);
  }
  
  .price-tag-bg {
    width: 70px;
    height: 55px;
  }
  
  .price {
    font-size: 32px;
  }
  
  .menu_text-h1 {
    font-size: 28px;
  }
  
  .menu_button,
  .delivery_btn {
    width: 200px;
    height: 45px;
    font-size: 16px;
  }
  
  .plate_delivery {
    display: none;
  }
  
  .text_about-delivery {
    max-width: 100%;
    padding-left: 10px;
  }
  
  .delivery_time {
    font-size: 40px;
  }
  
  .answer_delivery {
    font-size: 32px;
  }
  
  .review_image-wrapper {
    width: 220px;
    height: 220px;
    filter: drop-shadow(30px 2px 0 #C5DDC3);
  }
  
  .review_quote {
    font-size: 18px;
  }
  
  .review_author {
    font-size: 28px;
  }
  
  .footer_copyright {
    font-size: 14px;
  }
  
  .footer_design {
    font-size: 12px;
  }
}

/* Очень маленькие телефоны (до 480px) */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  
  header {
    padding: 20px 10px;
  }
  
  .left_header {
    margin-top: 10px;
    gap: 10px;
  }
  
  .sigin {
    width: 80px;
    height: 30px;
    font-size: 9px;
  }
  
  .cart_button {
    font-size: 20px;
    margin-left: 5px;
  }
  
  .logo_center img {
    width: 50px;
  }
  
  .navigation ul {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    
  }
  
  .navigation a {
    font-size: 16px;
  }
  
  .first {
    margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .left_first {
    margin-left: 10px;
  }
  
  .new_food {
    font-size: 42px;
  }
  
  .new_food1 {
    font-size: 21px;
    letter-spacing: 3px;
    transform: translateX(7px);
  }
  
  .text_special {
    font-size: 14px;
  }
  
  .special_about {
    min-width: 180px;
    font-size: 9px;
  }
  
  .special_about span {
    white-space: normal;
  }
  
  .Special_img {
    width: 250px;
    height: 250px;
  }
  
  .button {
    width: 250px;
    height: 50px;
  }
  
  .button_menu {
    font-size: 16px;
  }
  
  .calories-info {
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .our_menu {
    padding: 30px 5%;
    margin-top: 30px;
  }
  
  .our_menu-text,
  .delivety_text-h1,
  .review_text-h1 {
    font-size: 36px;
  }
  
  .menu {
    gap: 50px;
  }
  
  .pic1,
  .pic2,
  .pic3 {
    max-width: 280px;
  }
  
  .pic_menu-1::before,
  .pic_menu-2::before,
  .pic_menu-3::before {
    max-width: 280px;
    max-height: 280px;
    left: 0;
  }
  
  .menu_text-h1 {
    font-size: 24px;
  }
  
  .text_menu-p {
    font-size: 10px;
  }
  
  .menu_button,
  .delivery_btn {
    width: 180px;
    height: 42px;
    font-size: 15px;
  }
  
  .section_delivery,
  .review {
    padding: 40px 5%;
  }
  
  .delivery_time {
    font-size: 32px;
  }
  
  .answer_delivery {
    font-size: 28px;
  }
  
  .review_subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }
  
  .review_image-wrapper {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
    filter: drop-shadow(20px 2px 0 #C5DDC3);
  }
  
  .review_quote {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  
  .review_author {
    font-size: 24px;
  }
  
  .footer {
    padding: 20px 10px;
  }
  
  .footer_copyright {
    font-size: 12px;
  }
  
  .footer_design {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .new_food {
    font-size: 36px;
  }
  .new_food1 {
    font-size: 18px;
  }
  .Special_img {
    width: 200px;
    height: 200px;
  }
  .button {
    width: 220px;
    height: 45px;
  }
  .button_menu {
    font-size: 14px;
  }
  .our_menu-text,
  .delivety_text-h1,
  .review_text-h1 {
    font-size: 32px;
  }
  .pic1,
  .pic2,
  .pic3 {
    max-width: 240px;
  }
  .pic_menu-1::before,
  .pic_menu-2::before,
  .pic_menu-3::before {
    max-width: 240px;
    max-height: 240px;
  }
  .price-tag-bg {
    width: 60px;
    height: 48px;
  }
  
  .price {
    font-size: 28px;
  }
  
  .review_image-wrapper {
    width: 180px;
    height: 180px;
  }
  
  .review_quote {
    font-size: 15px;
  }
  
  .review_author {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .first {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .first_container {
    align-items: center !important;
    justify-content: center !important;
  }
  .left_content,
  .left_first,
  .left_down {
    align-items: center !important;
    text-align: center;
  }
  .right,
  .special_pic {
    margin: 0 auto !important;
  }
  .button {
    margin: 30px auto 0 !important;
    left: 0 !important;
  }
}