.img-responsive {
  display: inline-block !important;
}
.gallery ul {
  margin: 0px !important;
  padding: 0px !important;
}
.gallery-item {
  list-style: none;
  float: left;
  margin: 15px;
}
.gallery-item img {
  border-radius: 12px;
  width: 150px;
  height: auto;
}
.c-menu__menu .c-menu-day__item .c-dish__image {
  margin-bottom: 20px;
}
.c-menu__menu .c-menu-day__item .c-dish__image img {
  border-radius: 16px;
}
.c-programs-item--yellow {
  background: radial-gradient(82.82% 82.82% at 62.11% 35.94%,#d2ab33 0%,rgba(153,189,4,0) 100%), #fcc942;
}
html.color-yellow {
  --primary-color-bg: #fecc45;
}
.p-order-choose-item--yellow .p-order-choose-item__heading {
  background-color: #fecc45;
}
.p-order-main__title.color-yellow {
  background-color: #fecc45;
}
.c-programs-item--cyan {
  background: radial-gradient(82.82% 82.82% at 62.11% 35.94%,#44cfd9 0%,rgba(153,189,4,0) 100%), #44cfd9;
}
html.color-cyan {
  --primary-color-bg: #44cfd9;
}
.p-order-choose-item--cyan .p-order-choose-item__heading {
  background-color: #44cfd9;
}
.p-order-main__title.color-cyan {
  background-color: #44cfd9;
}
.c-programs-item--orange {
  background: radial-gradient(82.82% 82.82% at 62.11% 35.94%,#ff9022 0%,rgba(153,189,4,0) 100%), #ff9022;
}
html.color-orange {
  --primary-color-bg: #ff9022;
}
.p-order-choose-item--orange .p-order-choose-item__heading {
  background-color: #ff9022;
}
.p-order-main__title.color-orange {
  background-color: #ff9022;
}
.newsletter-confirmation {
  text-align: center;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.newsletter-confirmation h3 {
  font-size: 52px;
  font-weight: 900;
}
.newsletter-confirmation p {
  font-size: 18px;
}
.newsletter-confirmation picture {
  margin-top: -50px;
  left: calc(75vw);
}
.newsletter-confirmation picture img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .newsletter-confirmation picture {
    display: none;
  }
}
.c-hero-darkovy-poukaz .container .c-hero__in {
  padding-top: 130px;
  background: url('../images/img-darkovy-poukaz.png?v=222');
}
@media screen and (max-width: 768px) {
  .c-hero-darkovy-poukaz .container .c-hero__in {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.c-main-section-darkovy-poukaz {
  margin-top: -10px;
  text-align: center;
  font-size: 18px;
}
.c-main-section-darkovy-poukaz h2 {
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 48px;
}
.p-voucher-choose__list {
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-voucher-choose__list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-voucher-choose__list {
    grid-template-columns: repeat(3,1fr);
  }
}
.p-voucher-choose-item {
  position: relative;
  text-align: left;
  color: white;
  font-size: 15px;
  border-radius: 16px;
  border-bottom-right-radius: 0px !important;
  overflow: hidden;
}
.p-voucher-choose-item--gray .p-voucher-choose-item__in {
  background: #333333;
}
.p-voucher-choose-item--orange .p-voucher-choose-item__in {
  background: #FB4C45;
}
.p-voucher-choose-item--green .p-voucher-choose-item__in {
  background: #99BD04;
}
.p-voucher-choose-item__container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .p-voucher-choose-item__container {
    height: 500px;
  }
}
.p-voucher-choose-item__image {
  position: relative;
  height: 250px;
}
.p-voucher-choose-item__image > button {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  padding: 0px;
  cursor: pointer;
}
.p-voucher-choose-item__image img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.p-voucher-choose-item__in {
  display: flex;
  flex-direction: column;
  transition: all 300ms ease;
}
@media screen and (min-width: 1200px) {
  .p-voucher-choose-item__in {
    width: 100%;
    height: 100%;
  }
}
.p-voucher-choose-item__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-voucher-choose-item__heading {
    padding-bottom: 15px;
  }
}
.p-voucher-choose-item__title {
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  margin-bottom: 22px;
  justify-content: space-between;
}
.p-voucher-choose-item__title-left {
  font-size: 32px;
}
.p-voucher-choose-item__title-right {
  font-size: 16px;
  font-weight: normal;
}
.p-voucher-choose-item__text {
  margin-bottom: 20px;
  font-size: 16px;
}
.p-voucher-choose-item__price {
  font-size: 22px;
  font-weight: bold;
}
.p-voucher-item__btn {
  border: none;
  background: white;
  position: absolute;
  width: 65px;
  height: 65px;
  border-top-left-radius: 16px;
  bottom: 0px;
  right: 0px;
  color: black !important;
  display: flex;
  justify-content: center;
  vertical-align: center;
  background-image: url('../images/icon-cart.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 28px auto;
}
.p-voucher-item__btn:hover {
  background: black;
  background-image: url('../images/icon-cart-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.p-voucher-item__btn button {
  border: none;
  background: none;
  cursor: pointer;
}
.p-voucher-item__btn img {
  width: 30px;
}
.p-voucher-banner__illust--1 {
  top: 60%;
  left: 0%;
}
@media screen and (max-width: 1550px) {
  .p-voucher-banner__illust--1 {
    display: none;
  }
}
.p-voucher-banner__illust--2 {
  top: 80%;
  right: 0%;
}
@media screen and (max-width: 1400px) {
  .p-voucher-banner__illust--2 {
    display: none;
  }
}
.p-voucher-banner__illust--3 {
  top: 130%;
  right: 0%;
}
@media screen and (max-width: 1400px) {
  .p-voucher-banner__illust--3 {
    display: none;
  }
}
.p-voucher-banner__illust--4 {
  top: 60%;
  right: 0%;
}
@media screen and (max-width: 1530px) {
  .p-voucher-banner__illust--4 {
    display: none;
  }
}
.p-voucher-banner__illust--5 {
  top: 110%;
  left: 0%;
}
@media screen and (max-width: 1350px) {
  .p-voucher-banner__illust--5 {
    display: none;
  }
}
.p-voucher-banner__illust--6 {
  top: 140%;
  left: 0%;
}
@media screen and (max-width: 1520px) {
  .p-voucher-banner__illust--6 {
    display: none;
  }
}
.c-modal-voucher .c-modal__content .left {
  width: 100%;
  color: #333333;
}
.c-modal-voucher .c-modal__content .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal-voucher .c-modal__content {
    display: flex;
    justify-content: space-between;
  }
  .c-modal-voucher .c-modal__content .left {
    width: 30%;
  }
  .c-modal-voucher .c-modal__content .right {
    width: 65%;
  }
}
.c-modal-voucher .c-modal__content .left img {
  margin-bottom: 10px;
}
.c-modal-voucher .c-modal__content .left .voucher-prices .price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 0;
  font-weight: bold;
}
.c-modal-voucher .c-modal__content .left .voucher-prices .price .price-title {
  font-weight: bold;
}
.c-modal-voucher .c-modal__content .left .voucher-prices .price small {
  display: block;
  font-weight: normal;
}
.c-modal-voucher .c-modal__content .left .voucher-prices .price-total {
  margin-top: 20px;
  background: #F2E9CC;
  display: flex;
  justify-content: space-between;
  border-radius: 18px;
  padding: 15px;
  font-size: 22px;
  align-items: center;
}
.c-modal-voucher .c-modal__content .left .voucher-prices .price-total .total-title {
  font-weight: normal;
  font-size: 18px;
}
.c-modal-voucher .c-modal__content .left .free-delivery {
  margin-top: 15px;
  display: block;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-modal-voucher .c-modal__content .left .free-delivery {
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
  }
}
.c-modal-voucher .c-modal__content .left .free-delivery img {
  width: 26px;
  display: inline-block;
  margin-left: 10px;
}
.c-modal-voucher .c-modal__content .right .p-order-form__list {
  margin-top: 8px;
  margin-bottom: 30px;
}
.c-modal-voucher .c-modal__content .right  .required-fields {
  position: relative;
  top: -20px;
}
.c-modal-voucher .c-modal__content .right .p-order__actions {
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .c-modal-voucher .c-modal__content .right .p-order__actions {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
.c-modal-voucher .c-modal__content .right .p-order__actions p {
  font-size: 12px;
  margin-right: 20px;
}
.c-hero-30za50 .container .c-hero__in {
  padding-top: 130px;
  background: url('../images/img-30za50-hero.png');
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-hero-30za50 .container .c-hero__in {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.c-main-section-rozvoz-detail {
  padding-top: 0px;
  margin-top: -10px;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
}
.c-main-section-rozvoz-detail h2 {
  font-size: 45px;
  margin-bottom: 45px;
  line-height: 48px;
  text-align: center;
}
.modal-open {
  overflow: hidden;
  height: 100vh;
}
.img-responsive {
  border-radius: 12px;
}
table td .img-responsive {
  max-width: 85% !important;
  margin-left: 25px;
}
.c-voucher-banner .c-voucher-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont {
    display: block;
  }
}
.c-voucher-banner .c-voucher-cont div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont div {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont div {
    width: 100%;
  }
}
.c-voucher-banner .c-voucher-cont div h3 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont div h3 {
    font-size: 36px;
    margin-top: 36px;
    margin-bottom: 24px;
  }
}
.c-voucher-banner .c-voucher-cont div p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont div p {
    width: 100%;
  }
}
.c-voucher-banner .c-voucher-cont div .btn {
  margin-top: 15px;
  padding: 10px 16px;
}
.c-voucher-banner .c-voucher-cont div img {
  position: relative;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .c-voucher-banner .c-voucher-cont div img {
    right: 0px;
  }
}
.bodybuilding-info-table-section {
  position: relative;
}
.bodybuilding-info-table-section .container {
  position: relative;
  z-index: 2;
}
.bodybuilding-info-table-section .container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.bodybuilding-info-table-section .container h2 span {
  display: block;
  text-transform: uppercase;
}
.bodybuilding-info-table-section .container .bodybuilding-tables {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper {
  width: 100%;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll {
  overflow-x: auto;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table {
  border-collapse: collapse;
  max-width: 100%;
  min-width: 500px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table thead tr th {
  padding-bottom: 10px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody {
  background-color: #F5F5F5;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody td {
  padding: 15px 20px;
  border-bottom: 2px solid #BBBABA;
  border-right: 2px solid #BBBABA;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody td span {
  background-color: #FB4C45;
  border-radius: 4px;
  position: absolute;
  top: -15px;
  left: 20px;
  color: white;
  padding: 5px 20px 1px 20px;
  font-weight: 500;
  margin: 0px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody td:first-of-type {
  text-align: left;
  font-size: 1rem;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:first-of-type td {
  padding: 20px 20px 15px 20px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody tr:last-child td {
  border-bottom: none;
}
.bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table tbody td:last-child {
  border-right: none;
}
@media screen and (min-width: 480px) {
  .bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table {
    margin: auto;
    min-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .bodybuilding-info-table-section .container .bodybuilding-tables .table-wrapper .table-scroll .bodybuilding-table {
    margin: auto;
    min-width: 36rem;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .bodybuilding-info-table-section {
    margin-top: 70px;
  }
}
.bodybuilding-target-group-section .container .bodybuilding-target-group {
  margin-top: 80px;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group h2 {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group .paralax-wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards {
  margin: 80px 0px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 0px;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards .target-group-card {
  text-align: center;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards .target-group-card .card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards .target-group-card .card-text {
  margin-top: 0px;
}
@media screen and (min-width: 480px) {
  .bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bodybuilding-target-group-section .container .bodybuilding-target-group {
    margin-top: 160px;
  }
  .bodybuilding-target-group-section .container .bodybuilding-target-group .target-group-cards {
    gap: 130px;
    grid-template-columns: repeat(3,1fr);
  }
}
.swiper-reviews-container {
  position: relative;
}
.swiper-reviews {
  width: 85%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .swiper-reviews {
    width: 75%;
  }
}
@media screen and (min-width: 600px) {
  .swiper-reviews {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .swiper-reviews {
    width: 70%;
  }
}
.swiper-reviews .swiper-slide {
  background: #fff;
  height: 100%;
  color: #000;
  transition: 0.3s all;
  box-shadow: 0 0 20px #7f7f7f36;
  border-radius: 25px;
  padding: 30px;
}
.swiper-reviews .swiper-slide .slide-flex {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-reviews .swiper-slide .slide-flex {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 600px) {
  .swiper-reviews .swiper-slide .slide-flex .slide-img img {
    width: 100%;
    height: auto;
  }
}
.swiper-reviews .swiper-slide .slide-flex .slide-text .slide-text-tag {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.swiper-reviews .swiper-slide .slide-flex .slide-text .slide-text-tag.slide-text-tag-red {
  background-color: #fb4c45;
}
.swiper-reviews .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
}
.swiper-reviews .swiper-slide-active {
  transition: 0.3s all;
  opacity: 1;
}
.swiper-pagination-reviews {
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-reviews .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D6D6D6;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
  cursor: pointer;
}
.swiper-pagination-reviews .swiper-pagination-bullet-active {
  background: #333333;
  opacity: 1;
}
.swiper-button-arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  pointer-events: none;
  left: 0px;
}
.swiper-button-prev-reviews,
.swiper-button-next-reviews {
  pointer-events: all;
  position: absolute;
  top: calc(50% + 21px);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.swiper-button-prev-reviews::after,
.swiper-button-next-reviews::after {
  color: #000;
  font-size: 20px;
}
.swiper-button-prev-reviews {
  left: 6%;
}
@media screen and (min-width: 480px) {
  .swiper-button-prev-reviews {
    left: 10%;
  }
}
@media screen and (min-width: 600px) {
  .swiper-button-prev-reviews {
    left: 22%;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-prev-reviews {
    left: 14%;
  }
}
.swiper-button-next-reviews {
  right: 6%;
}
@media screen and (min-width: 480px) {
  .swiper-button-next-reviews {
    right: 10%;
  }
}
@media screen and (min-width: 600px) {
  .swiper-button-next-reviews {
    right: 22%;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-next-reviews {
    right: 14%;
  }
}
.contact-for-you-section .container h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.contact-for-you-section .container .for-you-section-grid {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 40px 0 rgba(0,0,0,0.1);
  padding: 30px 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.contact-for-you-section .container .for-you-section-grid .grid-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-icon {
  background-color: #FB4C45;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-icon img {
  max-width: 100%;
  max-height: 100%;
  width: 20px;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-content p {
  margin: 0px;
  line-height: 1;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-content p.item-content {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0px;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-content p.underline {
  text-decoration: underline;
}
.contact-for-you-section .container .for-you-section-grid .grid-item .item-content p.item-bottom {
  font-size: 0.8rem;
}
@media screen and (max-width: 990px) {
  .contact-for-you-section .container .for-you-section-grid .grid-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contact-for-you-section .container .for-you-section-grid .grid-item p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-for-you-section .container .for-you-section-grid {
    grid-template-columns: repeat(1,1fr);
  }
  .contact-for-you-section .container .for-you-section-grid .grid-item {
    justify-content: center;
    align-items: center;
  }
  .contact-for-you-section .container .for-you-section-grid .grid-item p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .contact-for-you-section .container .for-you-section-grid {
    padding: 40px 20px;
  }
}
.our-team-section .container .our-team-top {
  text-align: center;
}
.our-team-section .container .our-team-swiper {
  display: none;
}
.our-team-section .container .our-team-swiper .our-team-center-persons {
  padding: 100px 0px;
}
.our-team-section .container .our-team-swiper .person {
  position: relative;
}
.our-team-section .container .our-team-top-persons,
.our-team-section .container .our-team-center-persons,
.our-team-section .container .our-team-bottom-persons {
  overflow: hidden;
}
.our-team-section .container .our-team-top-persons .js-contact-swiper .c-programs__next,
.our-team-section .container .our-team-top-persons .js-contact-swiper-2 .c-programs__next,
.our-team-section .container .our-team-top-persons .js-contact-swiper-3 .c-programs__next,
.our-team-section .container .our-team-center-persons .js-contact-swiper .c-programs__next,
.our-team-section .container .our-team-center-persons .js-contact-swiper-2 .c-programs__next,
.our-team-section .container .our-team-center-persons .js-contact-swiper-3 .c-programs__next,
.our-team-section .container .our-team-bottom-persons .js-contact-swiper .c-programs__next,
.our-team-section .container .our-team-bottom-persons .js-contact-swiper-2 .c-programs__next,
.our-team-section .container .our-team-bottom-persons .js-contact-swiper-3 .c-programs__next {
  left: 300px;
}
.our-team-section .container .our-team-top-persons {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.our-team-section .container .our-team-top-persons .person {
  position: relative;
}
.our-team-section .container .our-team-top-persons .person .person-top .contact-bite-lime-green {
  position: absolute;
  top: 80px;
  right: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-top-persons .person .person-img-text {
  position: absolute;
  z-index: 2;
  top: 35%;
  right: 20px;
  color: #fff;
  font-weight: 600;
}
.our-team-section .container .our-team-top-persons .person .person-img-text .contact-arrow {
  padding-top: 10px;
}
.our-team-section .container .our-team-top-persons .person .person-img-text img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-top-persons .person .person-img-text-2 {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 20px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.our-team-section .container .our-team-top-persons .person .person-img-text-2 .contact-arrow {
  width: 20px;
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-top-persons .person .person-img-text-2 .contact-arrow-2 {
  position: absolute;
  width: 20px;
  left: 0px;
  bottom: -10px;
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-top-persons .person .person-img-text-2 img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-top-persons .person.person-red-bg .person-top {
  background-color: #FB4C45;
}
.our-team-section .container .our-team-top-persons .person.person-lime-bg .person-top {
  background-color: #99BD05;
}
.our-team-section .container .our-team-top-persons .person.person-yellow-bg .person-top {
  background-color: #FFCE21;
}
.our-team-section .container .our-team-top-persons .person.person-green-bg .person-top {
  background-color: #236130;
}
.our-team-section .container .our-team-top-persons .person .person-img-vegetable {
  position: absolute;
}
.our-team-section .container .our-team-top-persons .person .person-img-vegetable.vegetable-1 {
  width: 40px;
  height: auto;
  z-index: 3;
  filter: blur(1.5px);
  left: 80px;
  top: 65px;
}
.our-team-section .container .our-team-top-persons .person .person-img-vegetable.vegetable-2 {
  width: 150px;
  height: auto;
  z-index: 3;
  right: 10px;
  top: 220px;
}
.our-team-section .container .our-team-top-persons .person .person-top {
  position: relative;
  display: flex;
  justify-content: center;
}
.our-team-section .container .our-team-top-persons .person .person-top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.our-team-section .container .our-team-top-persons .person .person-top img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.our-team-section .container .our-team-top-persons .person .person-content {
  padding-top: 10px;
}
.our-team-section .container .our-team-top-persons .person .person-content p {
  margin: 0px;
}
.our-team-section .container .our-team-top-persons .person .person-content .person-name {
  font-weight: 600;
  font-size: 1.1rem;
}
.our-team-section .container .our-team-top-persons .person .person-content .person-position {
  font-size: 0.8rem;
}
.our-team-section .container .our-team-top-persons .person .person-content div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-team-section .container .our-team-top-persons .person .person-content div img {
  max-width: 100%;
  max-height: 100%;
  width: 18px;
}
.our-team-section .container .our-team-top-persons .person .person-content div p {
  font-weight: 600;
  font-size: 1rem;
}
.our-team-section .container .our-team-center-persons {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  padding: 50px 0px;
}
.our-team-section .container .our-team-center-persons .person {
  position: relative;
}
.our-team-section .container .our-team-center-persons .person .person-top .contact-bite-yellow {
  position: absolute;
  top: 120px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 55px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-center-persons .person .person-img-text {
  position: absolute;
  z-index: 2;
  top: 25%;
  right: 20px;
  color: #fff;
  font-weight: 600;
}
.our-team-section .container .our-team-center-persons .person .person-img-text .contact-arrow {
  padding-top: 10px;
}
.our-team-section .container .our-team-center-persons .person .person-img-text img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-center-persons .person .person-img-text-2 {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 10px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.our-team-section .container .our-team-center-persons .person .person-img-text-2 .contact-arrow {
  width: 20px;
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-center-persons .person .person-img-text-2 img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-center-persons .person.person-red-bg .person-top {
  background-color: #FB4C45;
}
.our-team-section .container .our-team-center-persons .person.person-lime-bg .person-top {
  background-color: #99BD05;
}
.our-team-section .container .our-team-center-persons .person.person-yellow-bg .person-top {
  background-color: #FFCE21;
}
.our-team-section .container .our-team-center-persons .person.person-green-bg .person-top {
  background-color: #236130;
}
.our-team-section .container .our-team-center-persons .person .person-img-vegetable {
  position: absolute;
}
.our-team-section .container .our-team-center-persons .person .person-img-vegetable.vegetable-1 {
  width: 40px;
  height: auto;
  z-index: 3;
  filter: blur(1.5px);
  left: 80px;
  top: 65px;
}
.our-team-section .container .our-team-center-persons .person .person-img-vegetable.vegetable-2 {
  width: 100px;
  height: auto;
  z-index: 3;
  right: 30px;
  top: 100px;
}
.our-team-section .container .our-team-center-persons .person .person-img-vegetable.vegetable-3 {
  width: 60px;
  height: auto;
  z-index: 3;
  left: 40px;
  top: 55px;
}
.our-team-section .container .our-team-center-persons .person .person-top {
  position: relative;
  display: flex;
  justify-content: center;
}
.our-team-section .container .our-team-center-persons .person .person-top:hover .contact-bite,
.our-team-section .container .our-team-center-persons .person .person-top:hover .contact-bite-2 {
  display: block;
}
.our-team-section .container .our-team-center-persons .person .person-top .contact-bite {
  position: absolute;
  display: none;
  bottom: -1px;
  left: 30px;
  max-width: 100%;
  max-height: 100%;
  width: 150px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-center-persons .person .person-top .contact-bite-2 {
  position: absolute;
  display: none;
  bottom: 60px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 60px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-center-persons .person .person-top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.our-team-section .container .our-team-center-persons .person .person-top img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.our-team-section .container .our-team-center-persons .person .person-content {
  padding-top: 10px;
}
.our-team-section .container .our-team-center-persons .person .person-content p {
  margin: 0px;
}
.our-team-section .container .our-team-center-persons .person .person-content .person-name {
  font-weight: 600;
  font-size: 1.1rem;
}
.our-team-section .container .our-team-center-persons .person .person-content .person-position {
  font-size: 0.8rem;
}
.our-team-section .container .our-team-center-persons .person .person-content div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-team-section .container .our-team-center-persons .person .person-content div img {
  max-width: 100%;
  max-height: 100%;
  width: 18px;
}
.our-team-section .container .our-team-center-persons .person .person-content div p {
  font-weight: 600;
  font-size: 1rem;
}
.our-team-section .container .our-team-bottom-persons {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.our-team-section .container .our-team-bottom-persons .person {
  position: relative;
}
.our-team-section .container .our-team-bottom-persons .person .person-top .contact-bite-lime-green-bottom {
  position: absolute;
  bottom: -1px;
  left: 40px;
  max-width: 100%;
  max-height: 100%;
  width: 150px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-bottom-persons .person .person-top .contact-bite-dark-green {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: auto;
  z-index: 4;
}
.our-team-section .container .our-team-bottom-persons .person.person-silhouette-right .person-top {
  display: flex;
  justify-content: flex-end;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text {
  position: absolute;
  z-index: 2;
  top: 18%;
  right: 10px;
  color: #fff;
  font-weight: 600;
  transform: scale(0.8);
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text .contact-arrow {
  padding-top: 0px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text-2 {
  position: absolute;
  z-index: 2;
  top: 24%;
  left: 5px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text-2 .contact-arrow {
  width: 17px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: -10px;
  top: 20px;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-text-2 img {
  max-width: 100%;
  max-height: 100%;
}
.our-team-section .container .our-team-bottom-persons .person.person-red-bg .person-top {
  background-color: #FB4C45;
}
.our-team-section .container .our-team-bottom-persons .person.person-lime-bg .person-top {
  background-color: #99BD05;
}
.our-team-section .container .our-team-bottom-persons .person.person-yellow-bg .person-top {
  background-color: #FFCE21;
}
.our-team-section .container .our-team-bottom-persons .person.person-green-bg .person-top {
  background-color: #236130;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-vegetable {
  position: absolute;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-vegetable.vegetable-1 {
  width: 40px;
  height: auto;
  z-index: 3;
  filter: blur(1.5px);
  left: 40px;
  top: 65px;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-vegetable.vegetable-2 {
  width: 100px;
  height: auto;
  z-index: 3;
  right: 30px;
  top: 100px;
}
.our-team-section .container .our-team-bottom-persons .person .person-img-vegetable.vegetable-3 {
  width: 50px;
  height: auto;
  z-index: 3;
  left: 20px;
  top: 120px;
  filter: blur(1.5px);
}
.our-team-section .container .our-team-bottom-persons .person .person-top {
  position: relative;
  display: flex;
  justify-content: center;
}
.our-team-section .container .our-team-bottom-persons .person .person-top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.our-team-section .container .our-team-bottom-persons .person .person-top img {
  max-width: 100%;
  position: relative;
  z-index: 3;
  height: 340px;
}
.our-team-section .container .our-team-bottom-persons .person .person-content {
  padding-top: 10px;
}
.our-team-section .container .our-team-bottom-persons .person .person-content p {
  margin: 0px;
}
.our-team-section .container .our-team-bottom-persons .person .person-content .person-name {
  font-weight: 600;
  font-size: 1.1rem;
}
.our-team-section .container .our-team-bottom-persons .person .person-content .person-position {
  font-size: 0.8rem;
}
.our-team-section .container .our-team-bottom-persons .person .person-content div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-team-section .container .our-team-bottom-persons .person .person-content div img {
  max-width: 100%;
  max-height: 100%;
  width: 18px;
}
.our-team-section .container .our-team-bottom-persons .person .person-content div p {
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 990px) {
  .our-team-section .container .person-img-vegetable {
    display: none;
  }
  .our-team-section .container .our-team-desktop {
    display: none;
  }
  .our-team-section .container .our-team-swiper {
    display: block;
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons {
    display: block;
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons .person {
    position: relative;
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons .person .person-img-text {
    top: 20%;
    left: unset;
    right: -15px;
    transform: scale(0.7);
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons .person .person-img-text-2 {
    transform: scale(0.7);
    top: 20%;
    left: -5px;
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons .person .person-top .contact-bite-lime-green {
    top: 40px;
  }
  .our-team-section .container .our-team-swiper .our-team-top-persons .person .person-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .our-team-section .container .our-team-swiper .our-team-center-persons {
    display: block;
    padding: 60px 0px;
  }
  .our-team-section .container .our-team-swiper .our-team-center-persons .person .person-img-text-2 {
    top: 20%;
    left: 10px;
    scale: unset;
  }
  .our-team-section .container .our-team-swiper .our-team-center-persons .person .person-top .contact-bite-yellow {
    top: 60px;
  }
  .our-team-section .container .our-team-swiper .our-team-bottom-persons {
    display: block;
  }
  .our-team-section .container .our-team-swiper .our-team-bottom-persons .person .person-img-text-2 {
    top: 20%;
    left: 20px;
    scale: unset;
  }
  .our-team-section .container .our-team-swiper .our-team-bottom-persons .person .person-img-text {
    top: 20%;
    right: unset;
    left: 60px;
    scale: unset;
  }
  .our-team-section .container .our-team-swiper .our-team-bottom-persons .person .person-img-text .contact-arrow {
    transform: scaleX(-1);
  }
  .our-team-section .container .our-team-swiper .our-team-center-persons .person .person-top::after,
  .our-team-section .container .our-team-swiper .our-team-bottom-persons .person .person-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .our-team-section .container .our-team-swiper .our-team-center-persons .person .person-top .person-top-silhouette,
  .our-team-section .container .our-team-swiper .our-team-bottom-persons .person .person-top .person-top-silhouette {
    height: 220px;
  }
}
.c-client-stories {
  position: relative;
}
.c-client-stories__in {
  position: relative;
  z-index: 1;
}
.c-client-stories__bg {
  display: none;
  position: absolute;
  top: 70%;
  right: 0;
  z-index: -1;
}
.c-client-stories__illusts {
  display: none;
  position: relative;
}
.c-client-stories__illust {
  display: inline-block;
  line-height: 0;
  position: absolute;
  text-align: center;
}
.c-client-stories__illust img {
  max-width: none;
}
.c-client-stories__illust--1 {
  top: -10%;
  left: 10%;
}
.c-client-stories__illust--1 img {
  width: 294px;
}
.c-client-stories__illust--2 {
  bottom: 0%;
  left: 20%;
}
.c-client-stories__illust--2 img {
  width: 210px;
}
.c-client-stories__illust--3 {
  top: -55%;
  left: 10%;
}
.c-client-stories__illust--3 img {
  width: 100px;
}
.c-client-stories__illust--6 {
  bottom: -80%;
}
.c-client-stories__illust--4,
.c-client-stories__illust--5,
.c-client-stories__illust--7,
.c-client-stories__illust--8 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-client-stories__bg {
    display: block;
  }
  .c-client-stories__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .c-client-stories__illusts {
    display: block;
  }
}
@media  {
  .c-client-stories__illust--1 {
    top: -20%;
    left: 10%;
  }
  .c-client-stories__illust--1 img {
    width: 384px;
  }
  .c-client-stories__illust--2 {
    bottom: -20%;
    left: 65%;
  }
  .c-client-stories__illust--2 img {
    width: 100px;
  }
  .c-client-stories__illust--6 {
    display: block;
    left: -15%;
  }
  .c-client-stories__illust--6 img {
    width: 400px;
  }
}
@media screen and (min-width: 990px) {
  .c-client-stories__illust--1 {
    top: -40%;
  }
  .c-client-stories__illust--3 {
    top: 0%;
    left: -20%;
  }
  .c-client-stories__illust--3 img {
    width: 100px;
  }
  .c-client-stories__illust--4 {
    display: block;
    top: -50%;
    left: 70%;
  }
  .c-client-stories__illust--4 img {
    width: 110px;
  }
  .c-client-stories__illust--5 {
    display: block;
    top: -50%;
    left: -10%;
  }
  .c-client-stories__illust--5 img {
    width: 125px;
  }
  .c-client-stories__illust--7 {
    display: block;
    bottom: -40%;
    left: 120%;
  }
  .c-client-stories__illust--7 img {
    width: 140px;
  }
  .c-client-stories__illust--8 {
    display: block;
    top: -50%;
    left: 50%;
  }
  .c-client-stories__illust--8 img {
    width: 200px;
  }
}
.client-stories-detail .container .stories-detail-top-info-paralax {
  margin-top: 80px;
}
.client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info {
  display: flex;
  align-items: center;
  gap: 80px;
}
.client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info .top-info-content {
  width: 60%;
}
.client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info .top-info-img {
  width: 40%;
}
.client-stories-detail .container .stories-detail-middle-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 80px;
  padding: 100px 0px;
}
.client-stories-detail .container .stories-detail-middle-info .js-parallaxes {
  width: 50%;
}
.client-stories-detail .container .stories-detail-middle-info .middle-info-content {
  width: 50%;
}
.client-stories-detail .container .stories-detail-bottom-info {
  display: flex;
  align-items: center;
  gap: 80px;
}
.client-stories-detail .container .stories-detail-bottom-info .bottom-info-content {
  width: 60%;
}
.client-stories-detail .container .stories-detail-bottom-info .bottom-info-content p {
  font-size: 1.5rem;
}
.client-stories-detail .container .stories-detail-bottom-info .bottom-info-content p em {
  font-weight: 600;
}
.client-stories-detail .container .stories-detail-bottom-info .bottom-info-img {
  width: 40%;
}
@media screen and (max-width: 990px) {
  .client-stories-detail .stories-detail-top-info-paralax .c-client-stories__illust--6 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info .top-info-content {
    width: auto;
  }
  .client-stories-detail .container .stories-detail-top-info-paralax .stories-detail-top-info .top-info-img {
    width: auto;
  }
  .client-stories-detail .container .stories-detail-middle-info {
    padding: 80px 0px 60px 0px;
  }
  .client-stories-detail .container .stories-detail-middle-info .middle-info-content {
    width: auto;
  }
  .client-stories-detail .container .stories-detail-bottom-info-paralax .stories-detail-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .client-stories-detail .container .stories-detail-bottom-info-paralax .stories-detail-bottom-info .bottom-info-content {
    width: auto;
  }
  .client-stories-detail .container .stories-detail-bottom-info-paralax .stories-detail-bottom-info .bottom-info-img {
    width: auto;
  }
}
.c-3days-50-percent-reviews-section .c-3days-50-percent-reviews .c-reviews__wrap {
  padding: 100px 0px;
}
.c-3days-50-percent-reviews-section .c-3days-50-percent-reviews .c-reviews__wrap .container .c-reviews__in .c-reviews__list:before,
.c-3days-50-percent-reviews-section .c-3days-50-percent-reviews .c-reviews__wrap .container .c-reviews__in .c-reviews__list:after {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  content: "";
}
.c-3days-50-percent-reviews-section .c-3days-50-percent-reviews .c-reviews__wrap .container .c-reviews__in .c-reviews__list:before {
  top: 0;
  transform: rotate(180deg);
  background: linear-gradient(180deg,#FFF 0%,rgba(255,255,255,0) 0.01%,#FFF 83.24%);
}
.c-3days-50-percent-reviews-section .c-3days-50-percent-reviews .c-reviews__wrap .container .c-reviews__in .c-reviews__list:after {
  bottom: 0;
  background: linear-gradient(180deg,#FFF 0%,rgba(255,255,255,0) 0.01%,#FFF 83.24%);
}
.c-3days-50-percent-main-section .container .main-section-top {
  text-align: center;
}
.c-3days-50-percent-main-section .container .main-section-center {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
}
.c-3days-50-percent-main-section .container .main-section-center .center-content {
  width: 60%;
}
.c-3days-50-percent-main-section .container .main-section-center .center-img {
  width: 40%;
}
.c-3days-50-percent-main-section .container .main-section-center .center-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-3days-50-percent-main-section .container .main-section-top {
    text-align: center;
  }
  .c-3days-50-percent-main-section .container .main-section-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
  .c-3days-50-percent-main-section .container .main-section-center .center-content {
    width: auto;
  }
  .c-3days-50-percent-main-section .container .main-section-center .center-img {
    width: auto;
  }
  .c-3days-50-percent-main-section .container .main-section-center .center-img img {
    max-width: 100%;
    max-height: 100%;
  }
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left div .percent-arrow {
  transform: translateX(-50px);
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left div img {
  max-width: 100%;
  max-height: 100%;
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-center .c-reviews__actions .btn {
  transform: scale(1.1);
}
.c-3days-50-percent-bottom-section .container .bottom-section-flex .center-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left div {
    transform: scale(0.7);
  }
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left div .percent-arrow {
    transform: translateX(-40px);
  }
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-right div {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 600px) {
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-left {
    display: none;
  }
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
  }
  .c-3days-50-percent-bottom-section .container .bottom-section-flex .flex-right {
    display: none;
  }
}
.menu-app-banner {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}
.menu-app-banner .app-banner-main {
  background-color: #D44843;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  position: relative;
}
.menu-app-banner .app-banner-main .main-left {
  padding-right: 300px;
}
.menu-app-banner .app-banner-main .main-left p {
  color: #fff;
  margin-top: 10px;
}
.menu-app-banner .app-banner-main .main-left div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-app-banner .app-banner-main .main-img {
  position: absolute;
  bottom: 0px;
  right: 70px;
}
.menu-app-banner .app-banner-main .main-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .menu-app-banner {
    padding: 0px 0px 30px 0px;
  }
  .menu-app-banner .app-banner-main {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .menu-app-banner .app-banner-main .main-left {
    padding-right: 200px;
  }
  .menu-app-banner .app-banner-main .main-left p {
    color: #fff;
    margin-top: 10px;
  }
  .menu-app-banner .app-banner-main .main-left div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-app-banner .app-banner-main .main-img {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  .menu-app-banner .app-banner-main .main-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .menu-app-banner .app-banner-main {
    padding: 20px;
  }
  .menu-app-banner .app-banner-main .main-left {
    padding-right: 150px;
  }
  .menu-app-banner .app-banner-main .main-left p {
    font-size: 0.80rem;
  }
  .menu-app-banner .app-banner-main .main-img {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  .menu-app-banner .app-banner-main .main-img img {
    max-width: 100%;
    max-height: 100%;
    width: 180px;
  }
}
.p-order-choose__list .c-programs__list .swiper-wrapper .swiper-slide {
  max-width: 330px;
}
.order-banner {
  margin-top: 40px;
  position: relative;
  background-color: #FB4C45;
  background-size: 100%;
  padding: 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
}
.order-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.order-banner::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/Hero-foto.png');
  z-index: 1;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.order-banner p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  z-index: 2;
}
.order-banner .btn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  .order-banner p {
    margin: 20px 0px;
    max-width: 200px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .order-banner img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .order-banner {
    padding: 0px 30px;
  }
  .order-banner::before {
    background-position: 200px 100%;
  }
}
@media screen and (max-width: 480px) {
  .order-banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding-bottom: 20px;
  }
  .order-banner p {
    max-width: 100%;
    margin: 20px 0px;
    font-size: 1.5rem;
  }
  .order-banner::before {
    background-size: cover;
  }
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content {
  margin-bottom: 100px;
  position: relative;
  background-color: #FB4C45;
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 25px;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content img {
  position: absolute;
  left: 200px;
  bottom: -40px;
  z-index: 2;
  width: 400px;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/az-50-percent-homepage-hero.png');
  z-index: 1;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  overflow: hidden;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div {
  width: 33.333%;
  position: relative;
  z-index: 2;
  padding: 50px 100px 50px 0px;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div p,
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 {
  color: #fff;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 span {
  display: block;
}
.az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div .btn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div {
    width: 40%;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 span {
    display: inline;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content::before {
    background-position: -200px 0%;
  }
}
@media screen and (max-width: 990px) {
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 50px 100px 50px 0px;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 span {
    display: block;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content img {
    left: 100px;
    bottom: -40px;
    z-index: 2;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content {
    justify-content: flex-start;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content::before {
    content: '';
    position: absolute;
    top: 0px;
    left: unset;
    right: -450px;
    width: 100%;
    height: 100%;
    background-image: url('../images/boxes.png');
    z-index: 1;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 700px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div {
    width: 70%;
    position: relative;
    z-index: 2;
    padding: 50px;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 span {
    display: block;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content {
    padding: 0px 30px;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content::before {
    background-position: 200px 100%;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div {
    width: auto;
    position: relative;
    z-index: 2;
    padding: 30px 0px;
  }
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 span {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .az-3-dny-50-procent-homepage-banner .container .homepage-banner-content div h3 {
    font-size: 2rem;
  }
}
.c-modal-alergens {
  display: none;
  height: 100vh;
  overflow-y: auto;
}
.c-modal-alergens .c-modal__in .c-modal__content {
  background-image: url('../images/allergens_bg.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.c-modal-alergens .c-modal__in .c-modal__content ol {
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 50%;
}
.c-modal-alergens .c-modal__in .c-modal__content ol li {
  margin-bottom: 10px;
}
.c-modal-alergens .c-modal__in .c-modal__content ol li p {
  margin: 0px;
  padding-left: 10px;
  font-size: 1.4rem;
}
.c-modal-alergens .c-modal__in .c-modal__content ol li p em {
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-modal-alergens .c-modal__in .c-modal__content {
    background-size: 0px;
  }
  .c-modal-alergens .c-modal__in .c-modal__content ol {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-modal-alergens .c-modal__in .c-modal__content ol {
    font-size: 1rem;
  }
  .c-modal-alergens .c-modal__in .c-modal__content ol li {
    margin-bottom: 10px;
  }
  .c-modal-alergens .c-modal__in .c-modal__content ol li p {
    margin: 0px;
    padding-left: 10px;
    font-size: 1rem;
  }
  .c-modal-alergens .c-modal__in .c-modal__content ol li p em {
    font-weight: 300;
    font-size: 0.8rem;
  }
}
.p-order-voucher {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-order-voucher {
    display: block;
  }
}
.p-order-voucher div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-order-voucher div {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-order-voucher div {
    width: 100%;
  }
}
.p-order-voucher div strong {
  line-height: 1.2;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
.p-order-voucher div .btn {
  margin-top: 15px;
  padding: 10px 16px;
}
.c-listek .c-menu__header {
  display: block !important;
}
.c-listek .c-menu__header-tabs {
  margin: 20px 0 !important;
  position: relative;
}
.c-listek .c-menu__header-tabs li {
  position: relative;
}
.c-listek  .c-menu__header-tabs .c-menu__header-tabs__tag {
  position: absolute;
  z-index: 3;
  top: -14px;
  right: 0px;
  background-color: #99bd04;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
