@font-face {
  font-family: m-regular;
  font-display: swap;
  src: url("../fonts/Red_Hat_Display/RedHatDisplay-Regular.ttf");
}
@font-face {
  font-family: m-medium;
  font-display: swap;
  src: url("../fonts/Red_Hat_Display/RedHatDisplay-Medium.ttf");
}
@font-face {
  font-family: m-bold;
  font-display: swap;
  src: url("../fonts/Red_Hat_Display/RedHatDisplay-Bold.ttf");
}
@font-face {
  font-family: m-black;
  font-display: swap;
  src: url("../fonts/Red_Hat_Display/RedHatDisplay-Black.ttf");
}
.content.content_top_margin {
  margin-top: 97px !important;
}

.list-of-diets {
  margin-bottom: 23px;
}
.list-of-diets.active li:nth-child(n+5) {
  display: block;
}
.list-of-diets li {
  width: calc(25% - 15px);
  box-shadow: 6px 18px 26px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  padding: 9% 27px 98px;
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 27px;
  margin-top: 9%;
  height: auto;
}
.list-of-diets li:nth-child(4n+4) {
  margin-right: 0px;
}
.list-of-diets li:nth-child(n+5) {
  display: none;
}
.list-of-diets li.disabled .btn-wrapper {
  opacity: 40%;
  pointer-events: none;
  cursor: default;
}
.list-of-diets .heading-3 {
  margin-bottom: 8px;
}
.list-of-diets .description {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: m-regular;
}
.list-of-diets .image {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
.list-of-diets .btn-wrapper {
  margin-top: 35px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  bottom: 26px;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.list-of-diets .btn-wrapper .btn-red {
  width: calc(100% - 104px);
  margin-left: 10px;
}
.list-of-diets .btn-wrapper img {
  vertical-align: middle;
}
.list-of-diets .swiper-wrapper {
  flex-flow: wrap;
}
.list-of-diets .swiper-container {
  overflow: visible;
}
.list-of-diets .nav-swiper {
  position: relative;
  display: none;
}

.info-box {
  background-color: rgba(149, 206, 0, 0.8);
  border-radius: 60px;
  position: absolute;
  padding: 0px 14px;
  font-family: m-black;
  color: #fff;
  font-size: 12px;
  text-align: center;
  left: 27px;
  bottom: 60px;
  text-transform: uppercase;
}

.heading-3 {
  font-size: 24px;
  line-height: 30px;
  font-family: m-bold;
  display: inline-block;
}

.heading-1 {
  font-size: 54px;
  line-height: 68px;
  font-family: m-black;
  display: inline-block;
}

.title-section h2 {
  font-size: 38px;
  line-height: 48px;
  font-family: m-black;
}

.list-arrow {
  margin-bottom: 40px !important;
}
.list-arrow strong {
  font-size: 20px;
  line-height: 32px;
  font-family: m-bold;
  display: block;
  margin-bottom: 20px !important;
}
.list-arrow li {
  font-family: m-regular;
  line-height: 22px;
  padding-left: 19px;
  position: relative;
}
.list-arrow li:before {
  content: url("../images/svg/arrow-right.svg");
  position: absolute;
  left: 0px;
  top: 0px;
}
.list-arrow ul {
  margin-left: 34px;
  list-style: none;
}

.btn-red {
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.56px;
  font-family: m-black;
  color: #fff;
  padding: 7px 44px;
  background-color: #FC6767;
  border-radius: 60px;
  display: inline-block;
  transition: 0.25s;
  box-sizing: border-box;
}
.btn-red:hover {
  background-color: #EB5656;
  color: #fff !important;
}

.btn-see-more {
  font-size: 18px;
  line-height: 13px;
  text-align: center;
  font-family: m-black;
  text-transform: uppercase;
  color: #FC6767;
  padding: 0 43px;
  position: relative;
  display: inline-block;
}
.btn-see-more:hover {
  color: #EB5656 !important;
}
.btn-see-more:before {
  content: url("../images/svg/arrow-red.svg");
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 0;
  transition: 0.25s;
  width: 16px;
}
.btn-see-more:after {
  content: url("../images/svg/arrow-red.svg");
  position: absolute;
  right: 0px;
  top: 2px;
  line-height: 0;
  transition: 0.25s;
  width: 16px;
}
.btn-see-more.active:after, .btn-see-more.active:before {
  transform: rotateX(-180deg);
}

.pagination-number .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
}
.pagination-number .bullet-square {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FC6767;
  font-size: 18px;
  text-align: center;
  line-height: 13px;
  font-family: m-black;
  transition: 0.25s;
}
.pagination-number .swiper-pagination-bullet-active .bullet-square {
  opacity: 1;
}

.info-diet {
  color: #ACACAC;
  font-size: 10px;
  line-height: 18px;
  position: relative;
  padding-left: 20px;
  font-family: m-regular;
}
.info-diet.fish:before {
  content: url("../images/svg/fish.svg");
  left: 0px;
  top: 0px;
  position: absolute;
}
.info-diet.proeko:before {
  content: url("../images/svg/leaf.svg");
  left: 0px;
  top: 1px;
  position: absolute;
}

.diet-list-wrapper {
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  z-index: 999;
  overflow: hidden;
}
.diet-list-wrapper .section_inner:before {
  content: "";
  background-image: url("../images/png/decor-3@2x.png");
  background-size: cover;
  position: absolute;
  width: 310px;
  height: 316px;
  bottom: -210px;
  left: -120px;
}
.diet-list-wrapper .btn-see-more {
  left: 50%;
  transform: translate(-50%, 0);
}

.slider3d {
  font-family: m-regular;
  position: relative;
}
.slider3d:before {
  content: "";
  position: absolute;
  width: 256px;
  height: 251px;
  background-image: url("../images/png/decor-8@2x.png");
  background-size: cover;
  top: -100px;
  left: -127px;
  z-index: 992;
}
.slider3d .swiper-slide {
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 6px 18px 30px rgba(0, 0, 0, 0.1);
  padding: 115px 48px 64px;
  text-align: center;
  box-sizing: border-box;
  opacity: 0.4;
  transition: 0.5s;
  width: 50%;
  height: auto;
}
.slider3d .swiper-slide:before {
  content: url("../images/svg/apo.svg");
  position: absolute;
  top: -10px;
  left: 48px;
}
.slider3d .swiper-slide.swiper-slide-active, .slider3d .swiper-slide.swiper-slide-next {
  opacity: 1;
  z-index: 3;
}
.slider3d .swiper-slide span {
  display: block;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 12px;
}
.slider3d .swiper-container {
  overflow: visible;
}
.slider3d .image {
  width: 148px;
  height: 148px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  box-shadow: 10px 30px 42px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.slider3d .description {
  color: #50515C;
  line-height: 28px;
}
.slider3d .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: calc(100% - 60px);
}

.tables-wrapper.mobile {
  display: none;
}

.tablepress {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.tablepress tfoot {
  border-bottom: solid 1px #EFEFEF;
}
.tablepress tfoot th {
  background-color: #fff;
  border-bottom: solid 1px #EFEFEF;
}
.tablepress thead {
  border-bottom: solid 1px #EFEFEF;
}
.tablepress thead th {
  background-color: #fff;
  border-bottom: solid 1px #EFEFEF;
  width: auto !important;
}
.tablepress td {
  padding: 20px;
  padding-left: 0px;
}
.tablepress th {
  padding: 20px;
  padding-left: 0px;
}
.tablepress .row-hover tr:hover td {
  background-color: transparent;
}
.tablepress .odd td {
  background-color: #fff;
}

.price-list-wrapper {
  display: flex;
  flex-flow: wrap;
  position: relative;
}
.price-list-wrapper:before {
  content: "";
  background-image: url("../images/png/decor-4@2x.png");
  background-size: cover;
  width: 209px;
  height: 203px;
  position: absolute;
  right: -150px;
  bottom: -80px;
  z-index: 2;
}
.price-list-wrapper:after {
  content: "";
  background-image: url("../images/png/decor-5@2x.png");
  background-size: cover;
  width: 420px;
  height: 445px;
  position: absolute;
  left: -260px;
  top: -120px;
  z-index: -1;
}
.price-list-wrapper .dataTables_wrapper {
  box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0 35px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
  min-height: 185px;
}
.price-list-wrapper .dataTables_wrapper:nth-child(1) {
  opacity: 1;
}
.price-list-wrapper .dataTables_wrapper:nth-child(1).active {
  opacity: 1;
}
.price-list-wrapper .dataTables_wrapper.active {
  opacity: 1;
}
.price-list-wrapper .left {
  width: calc(30% - 10px);
  margin-right: 10px;
  box-sizing: border-box;
}
.price-list-wrapper .right {
  width: calc(70% - 10px);
  margin-left: 10px;
  position: relative;
}
.price-list-wrapper .description {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #ACACAC;
  line-height: 22px;
  font-family: m-regular;
  padding-bottom: 47px;
}
.price-list-wrapper .description:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tables-wrapper {
  min-height: 185px;
}

.selectric {
  border: solid 1px #FC6767;
  background-color: #fff;
  border-radius: 60px;
}
.selectric .button {
  background-color: #fff;
  width: 44px;
  height: 40px;
  line-height: 0px;
}
.selectric .button:after {
  content: url("../images/svg/arrow-red.svg");
  position: absolute;
  width: 13px;
  top: -7px;
  border: none;
}
.selectric .label {
  line-height: 40px;
  height: 40px;
  margin: 0 42px 0 22px;
  font-size: 14px;
  font-family: m-regular;
  letter-spacing: 0.56px;
}

.selectric-items {
  background: #fff;
  border-color: #FC6767;
  border-top: none;
}
.selectric-items ul, .selectric-items li {
  font-size: 14px;
  font-family: m-regular;
  letter-spacing: 0.56px;
}

.selectric-open .selectric,
.selectric-hover .selectric {
  border-color: #EB5656;
}

.selectric-open .selectric {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.info-price-wrapper {
  padding-top: 77px;
  padding-bottom: 80px;
}

.banner-slider .swiper-container {
  overflow: visible;
}
.banner-slider .swiper-slide {
  display: flex;
  flex-flow: wrap;
  opacity: 0 !important;
  height: auto;
}
.banner-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.banner-slider .left {
  width: calc(100% / 12 * 5);
  align-self: center;
  padding-bottom: 80px;
  padding-top: 40px;
}
.banner-slider .right {
  width: calc(100% / 12 * 7);
  max-height: 480px;
}
.banner-slider .description {
  font-size: 22px;
  line-height: 32px;
  font-family: m-medium;
  margin-bottom: 35px;
}
.banner-slider .heading-1 {
  margin-bottom: 12px;
}
.banner-slider .image {
  margin: 0px;
  width: calc(100% + ((100vw - 1100px) / 2) );
  height: 100%;
}
.banner-slider img {
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  object-position: left;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E2E2E2;
  opacity: 1;
}

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

.swiper-pagination {
  line-height: 1;
  bottom: 14px;
}

.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 14px;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}

.swiper-button {
  width: 13px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
}

.button-next {
  right: -57px;
  z-index: 2;
}
.button-next:before {
  content: url("../images/svg/arrow-right-ping.svg");
}

.button-prev {
  left: -57px;
}
.button-prev:before {
  content: url("../images/svg/arrow-left-ping.svg");
}

.mini-banner-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  box-shadow: 0px -27px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  background-color: #fff;
  z-index: 99;
}
.mini-banner-wrapper .section_inner:before {
  content: "";
  background-image: url("../images/png/decor-2@2x.png");
  background-size: cover;
  width: 426px;
  height: 421px;
  position: absolute;
  top: -290px;
  right: -138px;
}

.mini-banner {
  display: flex;
  flex-flow: wrap;
  font-family: m-regular;
  font-size: 13px;
  line-height: 21px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 18px 30px rgba(0, 0, 0, 0.1);
  padding: 65px 32px 40px 40px;
  position: relative;
}
.mini-banner:before {
  content: "";
  width: 273px;
  height: 270px;
  background-image: url("../images/png/decor-1@2x.png");
  background-size: cover;
  position: absolute;
  bottom: -134px;
  left: -63px;
}
.mini-banner .left {
  width: calc(100% / 12 * 5 - 21px);
  margin-right: 21px;
}
.mini-banner .right {
  width: calc(100% / 12 * 7 - 21px);
  text-align: center;
  margin-left: 21px;
}
.mini-banner span {
  font-size: 52px;
  line-height: 66px;
  font-family: m-black;
}
.mini-banner li {
  width: calc(100% / 3 - 16px);
  margin-bottom: 25px;
  margin-left: 8px;
  margin-right: 8px;
}
.mini-banner ul {
  display: flex;
  flex-flow: wrap;
  list-style: none;
}
.mini-banner img {
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.header-wrapper {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header-wrapper.scroll .section {
  padding-top: 8px;
  padding-bottom: 12px;
}
.header-wrapper.scroll .hamburger {
  top: 22px;
}
.header-wrapper .section {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 18px 100px 22px;
  max-width: 1100px;
  margin: 0 auto;
  transition: 0.25s;
}
.header-wrapper .logo {
  width: calc(100% / 12 * 2.5);
}
.header-wrapper .logo img {
  width: 112px;
}
.header-wrapper .menu-pages {
  width: calc(100% / 12 * 9.5 - 140px);
}
.header-wrapper .menu-item {
  font-size: 14px;
  line-height: 24px;
  font-family: m-medium;
}
.header-wrapper .menu {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .sub-menu {
  position: absolute;
  display: none;
  background: #fff;
  list-style: none;
  top: 98px;
  width: 400px;
  left: 0px;
}
.header-wrapper .icon-social {
  font-size: 0px;
  line-height: 0px;
}
.header-wrapper .btn-header {
  margin-left: 24px;
}
.header-wrapper .btn-red {
  padding: 7px 28px;
}
.header-wrapper a {
  transition: 0.25s;
}
.header-wrapper a:hover {
  color: #FC6767;
}
.header-wrapper .social-wrapper {
  width: 121px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer {
  box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.03);
  position: relative;
}
footer:before {
  content: "";
  background-image: url(../images/png/decor-6@2x.png);
  background-size: cover;
  width: 552px;
  height: 526px;
  position: absolute;
  top: -280px;
  right: -250px;
  z-index: 1;
}
footer .section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-column-1 {
  width: 155px;
  margin-bottom: 25px;
}
.footer-column-1 img {
  width: 132px;
  vertical-align: middle;
}

.footer-column-2 {
  width: calc((100% - 155px) / 12 * 4);
  color: #20221D;
  font-size: 14px;
  line-height: 22px;
  font-family: m-regular;
  margin-bottom: 38px;
  padding-right: 15px;
  box-sizing: border-box;
}

.footer-column-3 {
  width: calc((100% - 155px) / 12 * 6);
  margin-bottom: 41px;
}
.footer-column-3 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-column-3 li {
  font-size: 16px;
  line-height: 20px;
  font-family: m-bold;
}
.footer-column-3 li a {
  color: #FC6767;
}
.footer-column-3 li a:hover {
  color: #eb5656;
}

footer {
  padding-top: 71px;
  padding-bottom: 26px;
}

.footer-column-4 {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 50px;
}
.footer-column-4 .widget {
  width: calc(100% / 12 * 10);
  margin: 0 auto;
  padding-top: 41px;
  border-top: solid 1px #EFEFEF;
}
.footer-column-4 ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.footer-column-4 li {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.14px;
  font-family: m-regular;
  padding: 0 8px;
  margin-bottom: 15px;
  border-right: solid 1px #ACACAC;
}
.footer-column-4 li:last-child {
  border-right: none;
}
.footer-column-4 li a {
  color: #ACACAC;
}
.footer-column-4 li a:hover {
  color: #AbAbAb;
}

.footer-column-5 {
  font-size: 14px;
  line-height: 20px;
  font-family: m-regular;
  color: #ACACAC;
}

.icon-social {
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 4px 8px 14px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: relative;
}
.icon-social a {
  display: block;
  height: 100%;
  z-index: 1;
  position: relative;
}
.icon-social:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-social.facebook:before {
  content: url("../images/svg/facebook.svg");
}
.icon-social.instagram:before {
  content: url("../images/svg/instagram.svg");
}
.icon-social.youtube:before {
  content: url("../images/svg/youtube.svg");
}

.hamburger {
  flex-direction: column;
  width: 35px;
  cursor: pointer;
  transform: rotatey(160deg);
  position: absolute;
  right: 22px;
  top: 29px;
  display: none;
  cursor: pointer;
}
.hamburger.active span:nth-of-type(1) {
  width: 50%;
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px);
}
.hamburger.active span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.hamburger.active span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(15px, -5px) rotatez(45deg);
}
.hamburger span {
  background: #FC6767;
  border-radius: 10px;
  height: 4px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  text-align: right;
}
.hamburger span:nth-of-type(1) {
  width: 100%;
}
.hamburger span:nth-of-type(2) {
  width: 100%;
}
.hamburger span:nth-of-type(3) {
  width: 50%;
}

@media (max-width: 1200px) {
  .list-of-diets.active li:nth-child(n+4) {
    display: block;
  }
  .list-of-diets li {
    width: calc(33% - 11px);
    margin-top: 11%;
    padding-top: 11%;
  }
  .list-of-diets li:nth-child(4n+4) {
    margin-right: 20px;
  }
  .list-of-diets li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .list-of-diets li:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1280px) {
  .banner-slider .image {
    width: calc(100% + 100px );
  }
}
@media (max-width: 1100px) {
  .content.content_top_margin {
    margin-top: 88px !important;
  }

  .header-wrapper .section {
    padding: 14px 22px 17px;
    justify-content: space-between;
  }
  .header-wrapper .logo {
    width: 112px;
  }
  .header-wrapper .menu-pages {
    display: none;
    width: 100%;
    order: 3;
    height: calc(100vh - 90px);
  }
  .header-wrapper .menu-pages.active {
    display: block;
  }
  .header-wrapper .menu-item:not(.icon-social) {
    width: 100%;
  }
  .header-wrapper .menu-item:not(.icon-social) a {
    padding: 15px 0px;
    display: block;
    border-bottom: solid 1px #EFEFEF;
  }
  .header-wrapper .icon-social {
    margin-top: 15px;
  }
  .header-wrapper .btn-header {
    order: 2;
    margin-right: 56px;
  }

  .hamburger {
    display: flex;
  }

  .button-prev {
    left: -40px;
  }

  .button-next {
    right: -40px;
  }
}
@media (max-width: 1000px) {
  footer .section {
    padding: 0 7%;
  }
}
@media (max-width: 900px) {
  .footer-column-2 {
    width: calc((100% - 155px));
  }

  .footer-column-3 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .list-of-diets.active li:nth-child(n+3) {
    display: block;
  }
  .list-of-diets li {
    width: calc(50% - 10px);
    margin-top: 16%;
    padding-top: 16%;
  }
  .list-of-diets li:nth-child(3n+3) {
    margin-right: 20px;
  }
  .list-of-diets li:nth-child(even) {
    margin-right: 0px;
  }
  .list-of-diets li:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-slider .left {
    width: 100%;
    padding-bottom: 21px;
  }
  .banner-slider .right {
    width: 100%;
  }
  .banner-slider .description {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-slider .heading-1 {
    margin-bottom: 8px;
  }
  .banner-slider .description {
    margin-bottom: 18px;
  }
  .banner-slider .image {
    width: calc(100% + 80px);
    height: auto;
    left: -40px;
    position: relative;
  }
  .banner-slider .button-next {
    right: 0;
  }
  .banner-slider .button-prev {
    left: 0;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 38px;
  }

  .footer-column-1 {
    width: 100%;
  }
  .footer-column-1 img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .footer-column-2 {
    width: 100%;
    text-align: center;
  }

  .footer-column-3 ul {
    justify-content: center;
  }
  .footer-column-3 li {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  .footer-column-3 li:last-child {
    margin-bottom: 0px;
  }

  .footer-column-4 .widget {
    width: 100%;
  }

  footer:before {
    background-image: url(../images/png/decor-6.png);
    width: 397px;
    height: 382px;
    top: -173px;
    right: -230px;
  }

  .slider3d .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .slider3d .nav-swiper {
    position: relative;
    bottom: -32px;
  }
  .slider3d .button-next {
    right: 0px;
  }
  .slider3d .button-prev {
    left: 0px;
  }
  .slider3d .image {
    width: 130px;
    height: 130px;
  }
  .slider3d .swiper-slide {
    width: 100%;
    padding: 98px 28px 36px;
  }

  .title-section h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .mini-banner {
    padding: 25px 32px 5px 40px;
  }
  .mini-banner span {
    font-size: 38px;
    line-height: 44px;
  }
  .mini-banner li {
    width: 100%;
  }
  .mini-banner img {
    margin-bottom: 12px;
  }

  .tables-wrapper.mobile {
    display: block;
  }

  .tables-wrapper.desktop {
    display: none;
  }

  .mini-banner .left {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
  }

  .mini-banner .right {
    width: 100%;
    margin-left: 0px;
  }

  .vc_custom_1628258808345 {
    padding-bottom: 63px !important;
  }

  .vc_custom_1628256051498 {
    margin-top: 107px !important;
  }

  .vc_custom_1628229923813 {
    margin-bottom: 13px !important;
  }

  .mini-banner-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mini-banner-wrapper .section_inner:before {
    background-image: url(../images/png/decor-2.png);
    width: 292px;
    height: 290px;
    top: -185px;
    right: -34px;
  }

  footer {
    padding-top: 63px;
    padding-bottom: 22px;
  }

  .info-price-wrapper {
    padding-bottom: 37px;
    padding-top: 59px;
  }

  .price-list-wrapper .left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .price-list-wrapper .right {
    width: 100%;
    margin-left: 0px;
  }

  .price-list-wrapper:before {
    background-image: url(../images/png/decor-4.png);
    width: 190px;
    height: 166px;
    right: -69px;
    bottom: -90px;
  }
  .price-list-wrapper:after {
    background-image: url(../images/png/decor-5.png);
    left: -260px;
    top: auto;
    z-index: 1;
    bottom: -153px;
  }
  .price-list-wrapper .tables-wrapper {
    min-height: 360px;
  }
  .price-list-wrapper .description {
    margin-top: 19px;
    padding-bottom: 73px;
  }

  .diet-list-wrapper .section_inner:before {
    display: none;
  }

  .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
@media (max-width: 700px) {
  .list-of-diets {
    padding-left: 60px;
    padding-right: 60px;
  }
  .list-of-diets li {
    width: 100%;
    margin-top: 32%;
    padding-top: 32%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .list-of-diets li:nth-child(n+3) {
    display: block;
  }
  .list-of-diets li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .list-of-diets .swiper-wrapper {
    flex-flow: initial;
  }
  .list-of-diets .nav-swiper {
    display: block;
  }

  .diet-list-wrapper {
    padding-bottom: 0;
  }
  .diet-list-wrapper .btn-see-more {
    display: none;
  }
}
#breadcrumbs {
  display: none;
}

.column2.footer_col3 {
  width: calc(100% / 12 * 10);
  border-top: solid 1px #EFEFEF;
  padding-top: 41px;
  margin: 0 auto;
}

.footer-city-list li span, .footer_col3 .menu li a {
  width: auto;
  left: 0%;
  transform: translate(0%, 0);
}

.footer-city-list li, .footer_col3 .menu li {
  width: auto;
  font-size: 14px;
  padding: 0 10px !important;
  padding-bottom: 0px !important;
  color: #ACACAC;
  border-left: solid 1px #ACACAC;
  margin-bottom: 15px !important;
  line-height: 14px !important;
  text-align: center;
}

.column1 .two_columns_50_50.clearfix {
  display: flex;
  flex-flow: wrap;
}

.column1 .two_columns_50_50.clearfix .column1 {
  width: 50%;
}

.column1 .two_columns_50_50.clearfix .column2 {
  width: 50%;
}

.footer-city-list, .footer_col3 .menu {
  justify-content: space-evenly;
}

div#text-3 {
  display: none;
}

.two_columns_50_50 > .column1, .two_columns_50_50 > .column2 {
  width: 100%;
}

.column1.footer_col1 .column_inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

nav.main_menu > ul > li > a {
  text-transform: initial;
}

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