.content_page_title .titile_branches object {
  max-width: 115px;
  width: 100%;
}
.food_section {
  padding: 80px 0;
}
.food_section .food_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.food_section .food_block .food_img_side,
.water_section .water_block .water_img_side {
  max-width: 50%;
  width: 100%;
}
.food_section .food_block .food_img_side .food_img_square,
.water_section .water_block .water_img_side .water_img_square {
  position: relative;
  display: block;
  width: 100%;
}
.food_section .food_block .food_img_side .food_img_square:after,
.water_section .water_block .water_img_side .water_img_square:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.food_section .food_block .food_img_side .food_img_square .food_img_content,
.water_section
  .water_block
  .water_img_side
  .water_img_square
  .water_img_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.food_section .food_block .food_img_side .food_img_square .food_img_content img,
.water_section
  .water_block
  .water_img_side
  .water_img_square
  .water_img_content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food_section .food_block .food_text_side,
.water_section .water_block .water_text_side {
  max-width: 475px;
  width: 100%;
  margin: auto;
}
.food_section .food_block .food_text_side h2,
.water_section .water_block .water_text_side h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
}
.food_section .food_block .food_text_side h2 {
  color: #009122;
}
.food_section .food_block .food_text_side h2:before,
.water_section .water_block .water_text_side h2:before {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: -30px;
  width: 57px;
  height: 57px;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.food_section .food_block .food_text_side h2:before {
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
}
.food_section .food_block .food_text_side p,
.water_section .water_block .water_text_side p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181c25;
  margin: 0;
}
.food_section .food_block .food_text_side p:not(:last-child),
.water_section .water_block .water_text_side p:not(:last-child) {
  margin-bottom: 20px;
}

.food_slider_section {
  padding: 0 0 80px;
}
.food_slider_section .food_slider {
}
.food_slider_section .food_slider .food_slider_item {
  margin: 0 10px;
}
.food_slider_section .food_slider .food_slider_item .food_slider_square {
  position: relative;
  display: block;
  width: 100%;
}
.food_slider_section .food_slider .food_slider_item .food_slider_square:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.food_slider_section
  .food_slider
  .food_slider_item
  .food_slider_square
  .food_slider_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.food_slider_section
  .food_slider
  .food_slider_item
  .food_slider_square
  .food_slider_content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.food_slider_section .food_slider .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60px;
  width: 100%;
  max-height: 60px;
  height: 100%;
}
.food_slider_section .food_slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.water_section {
  padding: 0 0 80px;
}
.water_section .water_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.water_section .water_block .water_text_side h2:before {
  background: linear-gradient(0deg, #a78bde, #a78bde), #58cf74;
}
.water_section .water_block .water_text_side h2 {
  color: #a78bde;
}

@media screen and (max-width: 1440px) {
  .food_slider_section .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1200px) {
  .food_section .food_block .food_text_side,
  .water_section .water_block .water_text_side {
    max-width: 420px;
  }
  .food_section .food_block .food_text_side h2,
  .water_section .water_block .water_text_side h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 0 auto 30px 40px;
  }
  .food_section .food_block .food_text_side p,
  .water_section .water_block .water_text_side p {
    font-size: 14px;
    line-height: 20px;
  }
  .food_section .food_block .food_text_side p:not(:last-child),
  .water_section .water_block .water_text_side p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .food_section {
    padding: 60px 0;
  }
  .water_section {
    padding: 0 0 60px;
  }
  .food_slider_section {
    padding: 70px 0 60px;
  }
  .food_section .food_block,
  .water_section .water_block {
    flex-direction: column;
  }
  .food_section .food_block .food_img_side,
  .water_section .water_block .water_img_side {
    max-width: 100%;
  }
  .food_section .food_block .food_img_side .food_img_square:after,
  .water_section .water_block .water_img_side .water_img_square:after {
    padding-top: 0;
  }
  .food_section .food_block .food_img_side .food_img_square .food_img_content,
  .water_section
    .water_block
    .water_img_side
    .water_img_square
    .water_img_content {
    position: relative;
  }
  .food_section
    .food_block
    .food_img_side
    .food_img_square
    .food_img_content
    img,
  .water_section
    .water_block
    .water_img_side
    .water_img_square
    .water_img_content
    img {
    max-height: 450px;
  }
  .food_section .food_block .food_text_side,
  .water_section .water_block .water_text_side {
    max-width: 100%;
  }
  .food_section .food_block .food_text_side h2,
  .water_section .water_block .water_text_side h2 {
    margin: 40px 0 40px 40px;
  }
  .food_slider_section .food_slider .slick-arrow {
    top: -70px;
    margin: 0;
  }
  .food_slider_section .food_slider .slick-arrow.next {
    right: 10px;
    left: auto;
  }
  .food_slider_section .food_slider .slick-arrow.prev {
    right: 90px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .food_section
    .food_block
    .food_img_side
    .food_img_square
    .food_img_content
    img,
  .water_section
    .water_block
    .water_img_side
    .water_img_square
    .water_img_content
    img {
    max-height: 400px;
  }
  .food_section .food_block .food_text_side h2,
  .water_section .water_block .water_text_side h2 {
    font-size: 24px;
    line-height: 26px;
    width: auto;
  }
  .content_page_title .titile_branches object {
    max-width: 90px;
  }
}
@media screen and (max-width: 568px) {
  .food_slider_section .food_slider .slick-arrow {
    max-width: 50px;
    max-height: 50px;
  }
  .food_slider_section .food_slider .slick-arrow {
    top: -60px;
  }
  .food_slider_section {
    padding: 60px 0;
  }
  .food_slider_section .food_slider .food_slider_item {
    margin: 0;
  }
}
