@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  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; }

button {
  cursor: pointer; }

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-size: inherit;
  font-weight: inherit; }

/*--------------------*/

body {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #575757; 
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; 
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.header_container {
  max-width: 1300px;
}

/*--------------------*/

.header {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 25%, #ff2e2e 100%);
  padding: 30px 0;
}
.header_body {
  display: flex;
  flex-direction: column;
}
.header_top {
  display: flex;
  align-items: center;
  margin: 0 0 65px 0;
}
.header_logo {
  flex: 0 0 25%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.header_logo span {
  color: #FB9300;
}
.header_burger-menu {
  display: none;
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}
.header_burger-menu img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.header_menu {
  display: flex;
  flex: 0 0 63%;
}
.menu_item {
}
.menu_item:not(:last-child) {
  margin: 0 55px 0 0;
}
.menu_link {
  color: #575757; 
  transition: color 0.3s ease 0s;
}
.menu_link:hover {
  color: #47a477;
}
.link_active {
  color: #FB9300;
}
.header_button {
  justify-self: flex-end;
  padding: 17px 45px;
}
.header_bot {
  display: flex;
}
.bot_body {
  flex: 0 1 50%;
  margin: 35px 50px 0 0;
  align-items: center;
}
.bot_button {
  padding: 16px;
}
.bot_title {
  font-weight: 700;
  font-size: 72px;
  line-height: 130%;
  margin: 30px 0;
}
.bot_title span {
  color: #FB9333;
}
.bot_subtitle {
  font-size: 20px;
  line-height: 160%;
  color: #828282;
  margin: 0 0 30px 0;
}
.bot_button-two {
  padding: 22px 45px;
  display: inline-block;
  margin: 0 0 90px 0;
}
.bot_stats {
  display: flex;
}
.bot_info {
  flex: 0 1 33.333%;
  line-height: 160%;
  color: #828282;
}
.bot_info span {
  font-weight: 600;
  font-size: 24px;
  color: #575757; 
}
.bot_image {
  flex: 0 1 50%;
}
.bot_image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/*--------------------*/

.pluses {
  background-color: #fffdfd;
  padding: 100px 0;
}
.pluses_top {
  display: flex;
  margin-bottom: 65px;
}
.pluses_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  color: #333333;
  flex: 0 1 60%;
}
.pluses_title span {
  color: #FB9333;
}
.pluses_subtitle {
  font-size: 20px;
  line-height: 180%;
  color: #828282;
  flex: 0 1 40%;
}
.pluses_cards {
  display: flex;
}
.cards_item {
  flex: 0 1 33.333%;
  background: #FFFFFF;
  border: 1px solid #FFF0DA;
  border-radius: 50px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.cards_item:not(:last-child) {
  margin-right: 40px;
}
.item_image {
  display: inline-flex;
  background: #FFE8C8;
  border-radius: 20px;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 80px 0;
}
.item_image::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(255, 232, 200, 0.5);
  border-radius: 20px;
  transform: rotate(15deg);
}
.item_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  color: #2B2B2B;
  margin-bottom: 12px;
}
.item_info {
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 25px;
  flex: 1 1 auto;
}
.item_button {
  padding: 10px 25px;
  color: #575757;
  line-height: 180%;
  font-weight: 400;
  text-align: left;
}

/*--------------------*/

.reviews {
  background: linear-gradient(180deg, #FFF6EA 0%, rgba(255, 232, 199, 0.5) 100%);
  padding: 120px 0;
}
.reviews_body {
  display: flex;
}
.reviews_info {
  flex: 0 1 40%;
  padding-right: 10px;
}
.reviews_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 133%;
  color: #333333;
  max-width: 450px;
  margin-bottom: 30px;
}
.reviews_title span {
  color: #FB9333;
}
.reviews_text {
  font-weight: 400;
  line-height: 150%;
  color: #999999;
  max-width: 400px;
  margin-bottom: 30px;
}
.reviews_counter {
  font-weight: 700;
  line-height: 1.4;
  color: #CCCCCC;
  margin-bottom: 35px;
}
.reviews_counter span:not(:last-child) {
  font-size: 48px;
  line-height: 1.33;
  color: #333333;
}
.reviews_button {
  padding: 20px;
  font-size: 20px;
}
.reviews_button:not(:last-child) {
  margin-right: 25px;
}
.reviews_people {
  flex: 0 1 60%;
  display: flex;
}
.people_item {
  display: flex;
  flex-direction: column;
  flex: 0 1 50%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 25px 0 25px;
  position: relative;
}
.first {
  margin-right: 30px;
}
.people_image {
  position: absolute;
  top: -45px;
}
.people_title {
  font-size: 24px;
  line-height: 133%;
  color: #2B2B2B;
  margin-bottom: 10px;
  margin-top: 100px;
}
.people_years {
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  margin-bottom: 20px;
}
.people_text {
  font-weight: 400;
  line-height: 150%;
}
.hidden {
  display: none;
}

/*--------------------*/

.salads {
  padding: 100px 0;
  background-color: #fffdfd;
}
.salads_subtitle {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  color: #FB9333;
  margin-bottom: 12px;
}
.salads_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: #585858;
  max-width: 700px;
  margin: 0 auto;
}
.salads_title span {
  color: #FB9333;
}
.salads_three-salads {
  display: flex;
  margin-top: 70px;
}
.three-salads_salad {
  flex: 0 1 33.333%;
  width: 100%;
  height: 521px;
  border-radius: 50px;
  transition: all 1s ease 0s;
}
.three-salads_salad:hover {
  scale: 1.05;
}
.salad-one {
  background: url('../img/salad1.jpg') 0 0/cover no-repeat;
}
.salad-two {
  background: url('../img/salad2.jpg') 0 0/cover no-repeat;
}
.salad-three {
  background: url('../img/salad3.jpg') 0 0/cover no-repeat;
}
.three-salads_salad:not(:last-child) {
  margin-right: 40px;
}
.salad_name {
  margin: 400px 0 0 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}
.salad_price {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 6px 0 0 40px
}

/*--------------------*/

.promo {
  padding: 100px 0;
  background-color: #fefefe;
}
.promo_body {
  background: #FFF1DE;
  border-radius: 50px;
  padding-bottom: 95px;
}
.promo_subtitle {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  color: #FB9333;
  padding-top: 50px;
}
.promo_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  max-width: 650px;
  color: #585858;
  margin: 0 auto;
  padding: 0 5px;
}
.promo_recomend {
  line-height: 160%;
  max-width: 450px;
  margin: 25px auto 80px;
  text-align: center;
  opacity: 0.7;
  padding: 0 5px;
}
.promo_form {
  background: #ffffff;
  box-shadow: 0px 8px 20px -30px rgba(151, 109, 0, 0.08);
  border-radius: 100px;
  width: 60%;
  height: 80px;
  margin: 0 auto;
  display: flex;
}
input:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  opacity: 0.7;
  margin: 0 0 0 40px;
  flex: 0 1 70%;
  padding-right: 10px;
}
.promo_button {
  flex: 0 1 30%;
  padding: 21px 0;
  height: 80%;
  align-self: center;
  margin-right: 10px;
}

/*--------------------*/

.footer {
  padding: 50px 0;
  background-color: #fefefe;
}
.footer_body {
  display: flex;
}
.footer_body div:not(:last-child) {
  padding-right: 15px;
}
.footer_info {
}
.footer_title {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: #FB9333;
  margin-bottom: 20px;
}
.footer_title span {
  color: #585858;
}
.footer_text {
  line-height: 160%;
  color: #575757;
  max-width: 250px;
  margin-bottom: 70px;
}
.footer_copy {
  color: #2B2B2B;
}
.footer_menu {
}
.footer_menu .footer_text {
  margin-bottom: 70px;
}
.footer_menu .footer_text:hover {
  color: #69b526;
}
.fmenu_item {
  margin-bottom: 25px;
}
.link_active {
  color: #FB9300;
}
.footer_contacts {
  display: flex;
  flex-direction: column;
}
.footer_contacts .footer_text {
  margin-bottom: 25px;
}
.contacts_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #FB9333;
  margin-bottom: 25px;
}
.footer_social {
}
.social_icons {
  display: flex;
  margin-bottom: 20px;
}
.icons_icon {
  flex: 0 1 33.333%;
  transition: all 2s ease-out 0s;
}
.icons_icon:hover {
  rotate: 360deg;
  scale: 1.2;
}
.block-30 {
  flex: 0 1 30%;
}
.block-20 {
  flex: 0 1 20%;
}
.map {
  position: relative;
  margin-left: 30px;
}
.map::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -35px;
  background-image: url('../img/location.svg');
}
.mail {
  position: relative;
  margin-left: 30px;
}
.mail::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -35px;
  background-image: url('../img/email.svg');
}
.phone {
  position: relative;
  margin-left: 30px;
}
.phone::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -35px;
  background-image: url('../img/phone.svg');
}

/*--------------------*/

.button {
  color: #FFFFFF;
  background-color: #FB9333;
  border-radius: 100px;
  text-align: center;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  line-height: 130%;
}
.button:hover {
  background-color: #9dd3ee;
  color: #000;
}
.button-two {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #FB9333;
  background: #FFF0DC;
  border-radius: 100px;
  transition: all 0.5s ease 0s;
}
.button-two:hover {
  background-color: #4aa250;
  color: #f2e9e9;
}
.item-active {
  box-shadow: 0px 20px 50px 10px rgba(151, 109, 0, 0.2);
}
.button-three {
  color: #FFFFFF;
  background-color: #FB9333;
  border-radius: 100px;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  width: 70%;
}
.button-three:hover {
  background-color: #9dd3ee;
  color: #000;
}
.inactive-button {
}
.no-br-btn {
  border-radius: 10px;
}

/*--------------------*/

/* PC */
@media (max-width: 1057px) {
  .container {
    max-width: 1030px;
  }
  .header_container {
    max-width: 1100px;
  }
  .bot_title {
    font-size: 60px;
  }
  .pluses {
    padding: 80px 0;
  }
  .pluses_top {
    margin-bottom: 50px;
  }
  .salad_name {
    margin-left: 30px;
  }
  .salad_price {
    margin-left: 30px;
  }
  .salads {
    padding: 80px 0;
  }
  .promo {
    padding: 80px 0;
  }
  .reviews {
    padding: 100px 0;
  }
}
/* TABLET */
@media (max-width: 991.98px) {
  .container {
    max-width: 810px;
  }
  .header_container {
    max-width: 880px;
  }
  .menu_item:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .header_menu {
    flex: 1 0 auto;
  }
  .header_bot {
    flex-direction: column-reverse;
  }
  .bot_body {
    margin-right: 0;
  }
  .header_top {
    margin: 0 0 20px 0;
  }
  .bot_button-two {
    margin-bottom: 70px;
  }
  .pluses_cards {
    flex-direction: column;
  }
  .cards_item:not(:last-child) {
    margin: 0 0 25px 0;
  }
  .pluses_title {
    font-size: 42px;
  }
  .pluses_top {
    margin-bottom: 40px;
  }
  .item_image {
    margin-bottom: 60px;
  }
  .button-three {
    width: 50%;
  }
  .salad_name {
    margin-left: 25px;
    margin-top: 375px;
  }
  .salad_price {
    margin-left: 25px;
  }
  .salads_three-salads {
    margin-top: 50px;
  }
  .block-15 {
    flex: 0 1 15%;
  }
  .footer {
    padding: 40px 0;
  }
  .promo_recomend {
    margin-bottom: 60px;
  }
  .promo_body {
    padding-bottom: 80px;
  }
  .reviews_body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .reviews_text {
    max-width: none;
  }
  .reviews_title {
    max-width: none;
  }
  .reviews_button {
    margin-bottom: 70px;
  }
  .people_text {
    margin-bottom: 25px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
  .header_container {
    max-width: none;
  }
  .header_menu {
    flex-direction: column;
    background-color: #ffffff;
    display: none;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 120%;
    z-index: 50;
    transition: all 0.5s ease 0s;
    justify-content: center;
  }
  .header_burger-menu {
    display: flex;
    color: #FFFFFF;
    padding-bottom: 5px;
  }
  .header_logo {
    flex: 1 0 auto;
    padding: 0 20px 0 0;
  }
  .menu_item {
    text-align: center;
    padding: 0 10px;
    border-bottom: 2px solid #000000;
  }
  .menu_item:not(:last-child) {
    margin: 0;
    margin-bottom: 50px;
  }
  .burger2 {
    display: none;
    z-index: 51;
    position: fixed;
  }
  .bot_button-two {
    margin-bottom: 50px;
  }
  .bot_title {
    font-size: 50px;
  }
  .pluses_top {
    flex-direction: column;
  }
  .pluses_title {
    margin-bottom: 20px;
  }
  .pluses {
    padding: 60px 0;
  }
  .menu_link {
    color: #000000;
  }
  .salads_three-salads {
    flex-direction: column;
  }
  .three-salads_salad:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .three-salads_salad {
    width: 90%;
    height: auto;
    align-self: center;
  }
  .salad_name {
    margin-left: 35px;
    margin-top: 320px;
  }
  .salad_price {
    margin-left: 35px;
    margin-bottom: 20px;
  }
  .salads {
    padding: 60px 0;
  }
  .footer {
    padding: 35px 0;
  }
  .footer_body {
    flex-wrap: wrap;
  }
  .footer_body div {
    flex: 1 1 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_text {
    margin-bottom: 0;
  }
  .footer_text {
    max-width: none;
  }
  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
  .fmenu_item {
    margin: 0;
  }
  .fmenu_item:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .social_icons {
    display: inline-flex;
  }
  .footer_social .footer_text {
    margin-top: -10px;
  }
  .icons_icon {
    flex: 0 1 50px;
  }
  .icons_icon:not(:last-child) {
    margin-right: 10px;
  }
  .promo_form {
    width: 80%;
  }
  .promo {
    padding: 60px 0;
  }
  .promo_title {
    font-size: 40px;
  }
  .promo_recomend {
    margin-bottom: 50px;
  }
  .promo_subtitle {
    padding-top: 40px;
  }
  .promo_body {
    padding-bottom: 60px;
  }
  .contacts_title {
    margin-bottom: 5px;
  }
  .footer_contacts .footer_text {
    margin-bottom: 10px;
    display: inline-flex;
    margin: 0 auto;
  }
  .map::before {
    left: -30px;
  }
  .footer_body div:not(:last-child) {
    padding-right: 0;
  }
  .reviews{
    padding: 80px 0;
  }
}

/* MOBILE SMALL */
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .bot_button-two {
    margin-bottom: 35px;
  }
  .bot_title {
    margin-bottom: 20px;
  }
  .bot_subtitle {
    margin-bottom: 20px;
  }
  .bot_button-two {
    margin-bottom: 30px;
  }
  .pluses {
    padding: 40px 0;
  }
  .pluses_top {
    margin-bottom: 30px;
  }
  .item_image {
    margin-bottom: 50px;
  }
  .salads_title {
    font-size: 40px;
  }
  .salads {
    padding: 40px 0;
  }
  .promo_form {
    background: none;
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  input:first-child {
    background: #ffffff;
    box-shadow: 0px 8px 20px -30px rgba(151, 109, 0, 0.08);
    border-radius: 100px;
    padding: 20px 50px;
    height: 80px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .promo_button {
    padding: 21px 0;
    height: 80%;
    margin-right: 10px;
    padding: 20px 40px;
  }
  .promo_recomend {
    margin-bottom: 30px;
  }
  .promo {
    padding: 40px 0;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews_people {
    flex-direction: column;
  }
  .first {
    margin: 0 0 60px 0;
  }
  .people_title{
    margin-top: 70px;
  }
}

@media (max-width: 480px) {
  .button-three {
    width: 80%;
  }
  .salad_name {
    margin-left: 30px;
    margin-top: 300px;
  }
  .salad_price {
    margin-left: 30px;
    margin-bottom: 25px;
  }
}

@media (max-width: 430px) {
  .header_logo {
    flex: 0 0 0;
  }
  .header_top {
    justify-content: space-between;
  }
  .header_button {
    padding: 17px 37px;
  }
  .promo_title {
    font-size: 36px;
  }
  input:first-child {
    padding: 20px 25px;
  }
  .footer_contacts{
    padding: 0 40px;
  }
  .footer_contacts .footer_text {
    font-size: 14px;
  }
  .reviews_title {
    font-size: 40px;
  }
}

