.header__box-right {
  align-items: flex-start;
}
.header-service__btn,
.header__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
}
.header-service__btn {
  background-color: #E9743F;
  color: #fff;
  height: 4.3rem;
  padding: 1.2rem 2rem;
  margin-right: 1rem;
  border-radius: 3rem;
}
.header__tel {
  position: relative;
  color: #434248;
}
.header__tel-arr {
  width: 2rem;
  height: 2rem;
}
.header__tel-arr svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__basket {
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #434248;
}
.header__basket-count {
  left: unset;
  right: 0;
}
.header__basket-icon {
  width: 2rem;
  height: 2rem;
}
.header__tel-drop {
  display: flex;
  flex-direction: column;
  width: 19.6rem;
  padding: 0.8rem 1.4rem;
  border-radius: 3rem;
  height: 4.3rem;
  margin-right: 1rem;
  border: 0.1rem solid #434248;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__tel-drop.active {
  height: fit-content;
  padding-bottom: 1.1rem;
  border-radius: 2.1rem;
}
.header__tel-drop-item {
  width: fit-content;
  font-size: 1.6rem;
  color: #434248;
  margin-top: 1.4rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
}
.header__tel-drop-item:hover {
  color: #E9743F;
}
.header__tel-mob,
.header__nav-bottom,
.header__nav .header-service__btn,
.header__nav-basket,
.header__nav .header__logo {
  display: none;
}
@media (max-width: 48em) {
  .header {
    position: fixed;
    top: 0rem;
    background: #fff;
    transition: top 0.3s;
  }
  .header.hidden {
    top: -20rem;
  }
  .header__logo {
    height: auto;
  }

  .header__tel-drop,
  .header-service__btn {
    display: none;
  }
  .header__tel-mob {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 3.2rem;
  }
  .header__tel-mob-icon svg{
    width: 4rem;
    height: 4rem;
    object-fit: contain;
  }
  .header__basket {
    width: 4.8rem;
    height: 4.8rem;
    background: transparent;
  }
  .header__basket-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .header__basket-icon path {
    fill: #434248;
  }
  .header__nav.active {
    flex-direction: column;
    padding: 9.8rem 3.2rem 16rem;
  }
  .header__nav-bottom {
    display: block;
  }
  .header__nav-bottom .header__tel,
  .header__nav .header-service__btn {
    width: 38rem;
    display: flex;
    font-size: 2.8rem;
    height: 8.6rem;
    padding: 2.4rem 4rem;
    border-radius: 6rem;
    color: #fff;
    border: 0.1rem solid #fff;
  }
  .header__nav-bottom .header__tel:first-child {
    margin-bottom: 2.4rem;
  }
  .header__nav .header-service__btn {
    margin-top: auto;
    border: none;
  }
  .header__nav-list {
    border-top: none;
    padding: 3rem 0 6rem;
  }
  .header__nav-close {
    left: 3.4rem;
  }
  .header__nav-basket {
    position: absolute;
    display: flex;
    top: 3rem;
    right: 3.2rem;
  }
  .header__nav-basket path {
    fill: #fff;
  }
  .header__nav .header__logo {
    display: block;
    position: relative;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .no-scroll {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
  }
}
.pagination-swiper {
  display: none;
}

.card__icon-watch {
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
  cursor: pointer;
}

.card__icon-watch svg {
  width: 5.7rem;
  height: 5.7rem;
}

.menu__modal {
  display: none;
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
  background: rgba(117, 119, 118, 0.64);
  top: 0px;
  height: 100vh;
  z-index: 10;
}

.menu__modal.active {
  display: block;
}

.menu__list-swiper {
  width: 125rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.menu__modal-screen {
  width: 100%;
  height: 100%;
  position: relative;
}

.menu .menu__modal .menu__card:hover .card__price-value,
.menu .menu__modal .menu__card:hover .card__price-label,
.menu .menu__modal .menu__card:hover .card__price-rubles {
  color: #fff;
}

.menu__list-btn-next,
.menu__list-btn-prev {
  position: absolute;
  width: 8rem;
  height: 8rem;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.menu__list-btn-next {
  background: url(../img/main/pagination-icon-right.svg) no-repeat;
  background-size: cover;
  right: -12rem;
}

.menu__list-btn-prev {
  background: url(../img/main/pagination-icon-left.svg) no-repeat;
  background-size: cover;
  left: -12rem;
}

.menu__list-swiper .card__icon-watch {
  display: none;
}

.menu .menu__list-swiper .card {
  padding: 5rem 4.4rem 3.5rem 4.4rem;
}

.menu .menu__list-swiper .card::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}

.menu .menu__list-swiper .card__box {
  margin: 3rem 6.4rem 0;
  width: 48.8rem;
  height: 55rem;
  padding: 0;
  position: relative;
}

.menu .menu__list-swiper .card__box::after {
  content: "";
  display: block;
  background: #fff;
  height: 62rem;
  width: 1px;
  position: absolute;
  left: -6.4rem;
  top: -3rem;
}

.menu .menu__list-swiper .card__box::before {
  content: "";
  display: block;
  background: #fff;
  height: 62rem;
  width: 1px;
  position: absolute;
  right: -6.4rem;
  top: -3rem;
}

.menu .menu__list-swiper .card__box.card__box--second {
  margin: 3rem 3rem 0;
}

.menu .menu__list-swiper .card__box.card__box--second::after {
  content: unset;
}

.menu .menu__list-swiper .card__box.card__box--second::before {
  right: -3rem;
}

.menu .menu__list-swiper .card__icon-group {
  display: none;
}

.menu .menu__list-swiper .card__title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 4.8rem;
  margin-bottom: 4rem;
}

.menu .menu__list-swiper .card__image {
  width: 36.6rem;
  height: 36.6rem;
  border-radius: 0;
}

.menu .menu__list-swiper .card__price-info {
  margin-top: 0;
  flex-direction: column;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
  gap: 1.5rem;
}

.menu .menu__list-swiper .card__price-info::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: calc(100% + 6rem);
  position: absolute;
  right: -3rem;
  bottom: 0;
}

.menu .menu__list-swiper .card:hover {
  background-color: #e9743f;
}

.menu .menu__list-swiper .card:hover::before {
  content: unset;
}

.menu .menu__list-swiper .card:hover .card__composition {
  background-color: inherit;
  border: 0.1rem solid white;
  color: white;
}

.menu__list-swiper .card__price-info-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu .menu__list-swiper .card__price-value,
.menu .menu__list-swiper .card__price-rubles,
.menu .menu__list-swiper .card__price-label {
  color: white;
}

.menu .menu__list-swiper .card__price-value {
  font-size: 6rem;
  line-height: normal;
}

.menu .menu__list-swiper .card__price-value.no-price {
  font-size: 5rem;
}

.menu .menu__list-swiper .card__price-rubles {
  font-size: 2.4rem;
}

.menu .menu__list-swiper .card__price-label {
  font-size: 2rem;
}

.menu__list-swiper .item__buttons {
  height: fit-content;
  padding: 1.2rem 2.4rem;
  display: flex;
  gap: 3rem;
  border: 1px solid white;
}

.menu__list-swiper .item__buttons svg {
  cursor: pointer;
}

.menu__list-swiper .item__buttons span {
  cursor: default;
  color: #fff;
  font-family: "Gotham";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.menu .menu__list-swiper .card__cart-button {
  width: 30.2rem;
}

.menu .menu__list-swiper .card__cart-button.disabled {
  background-color: rgba(67, 66, 72, 0.25);
}

.menu .menu__list-swiper .card__title-info {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}

.menu .menu__list-swiper .card__list-info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.menu .menu__list-swiper .card__item-info {
  font-family: "Gotham";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  color: rgba(255, 255, 255, 0.65);
}

.menu .menu__list-swiper .card__item-info span {
  color: #fff;
}

.menu .menu__list-swiper .menu__card-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  cursor: pointer;
}

.menu .menu__list-swiper .menu__card-close svg {
  width: 2.7rem;
  height: 2.7rem;
}

.menu .card__nutrition-summary {
  margin: 0 auto;
  color: #fff;
}

.menu .card__price-value,
.menu .card__price-rubles,
.menu .card__price-label {
  color: #fff;
}

.menu .card:hover .card__nutrition-summary,
.menu .card:hover .card__price-value,
.menu .card:hover .card__price-rubles,
.menu .card:hover .card__price-label {
  color: #434248;
}

.menu .order__list {
  border: none;
}

.menu .order__title {
  position: relative;
}

.menu .order__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 93.21%;
  height: 1px;
  background: rgba(67, 66, 72, 0.5);
}

.menu .order__total-price {
  border: none;
  position: relative;
}

.menu .order__total-price::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 93.21%;
  height: 1px;
  background: rgba(67, 66, 72, 0.5);
}

.rates__slider {
  display: none;
}

.choice__desc {
  margin: 0 15.2rem 0 auto;
  max-width: 48.5rem;
}

.header__basket-count {
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formats__card-img-box .formats__card-img {
  object-fit: cover;
  height: 100%;
}

.formats__card-1 .formats__card-img-box,
.formats__card-4 .formats__card-img-box {
  height: 50rem;
}

.formats__card-2 .formats__card-img-box,
.formats__card-5 .formats__card-img-box {
  height: 41.5rem;
}

.formats__card-3 .formats__card-img-box,
.formats__card-6 .formats__card-img-box {
  height: 55rem;
}

.services-det__content-question-title {
  color: #434248;
  font-family: Montserrat;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.services-work__modal-screen {
  display: none;
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
  background: rgba(117, 119, 118, 0.64);
  top: 0px;
  height: 100vh;
  z-index: 2;
}

.services-work__modal.active .services-work__modal-screen {
  z-index: 3;
  display: block;
}

.services-work__navigation--mobile {
  display: none;
}

.services-work__navigation--mobile {
  display: none;
}

.services-det__section-list {
  margin-top: 0;
}

.services-det__section-subtitle {
  margin-bottom: 4rem;
}

.about .mission__button-wrapper.mobile {
  display: none;
}

.card__choice {
  padding: 1.2rem 2.4rem;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  cursor: pointer;
}

.menu .card:hover .card__choice {
  color: #434248;
  border: 1px solid #e1f2c5;
  background: #e1f2c5;
}

.card__take {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 17rem;
}

.card__take .item__buttons {
  justify-content: space-between;
}

.card__cart-bottom {
  display: flex;
  align-items: end;
  position: relative;
  padding-top: 3rem;
}

.menu .menu__list-swiper .card__cart-bottom::after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: calc(100% + 6rem);
  position: absolute;
  right: -3rem;
  top: 0;
}

.card__cart-bottom-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card__cart-bottom-info-item {
  display: flex;
  gap: 0.5rem;
}

.card__cart-bottom-info-item--icon {
  width: 1.4rem;
  height: 1.4rem;
}

.card__cart-bottom-info-item--icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.card__cart-bottom-info-item--text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.65);
}

.card__add {
  color: #fff;
  width: 100%;
}

.card__add--title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.4rem;
}

.card__add-box {
  overflow: auto;
  height: 25.8rem;
  margin-right: -2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  margin-top: -1.5rem;
}

.card__add-box::-webkit-scrollbar {
  width: 3px;
}

.card__add-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

.card__add-box::-webkit-scrollbar-thumb {
  background: #fff;
}

.card__add-box::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.card__add-box-items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 2.4rem;
  position: relative;
}

.card__add-box-items--title {
  margin-bottom: 0.4rem;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.card__add-box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__add-box-item--info {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.card__add-box-item--info span {
  color: rgba(255, 255, 255, 0.65);
}

.card__add .item__buttons {
  gap: 0;
  justify-content: space-between;
  width: 13.5rem;
  flex: none;
}

.card__add-box-items--clue {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #e1f2c5;
  padding: 0.5rem 1.6rem;
  color: #434248;
  right: 0rem;
  top: -1rem;
}

.card__add-box-items--clue.active {
  opacity: 1;
}

.card__add-box-items--clue::after {
  content: "";
  position: absolute;
  display: block;
  border: 1rem solid transparent;
  border-right: 1.5rem solid #e1f2c5;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.cart .item {
  border-bottom: unset;
}

.cart .item.item--hide {
  border-bottom: 0.1rem solid rgba(67, 66, 72, 0.5);
}

.cart__item--box {
  border-bottom: 0.1rem solid rgba(67, 66, 72, 0.5);
}

.cart__item-bottom {
  padding: 2rem;
  width: 89.6rem;
  border: 1px solid rgba(67, 66, 72, 0.5);
  margin: 0.7rem 0 2.5rem 12.2rem;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}

.cart__item-bottom--title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.4rem;
}

.cart__item-bottom-item {
  display: flex;
  position: relative;
}

.cart__item-bottom-item--title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 26.3rem;
  padding-right: 2rem;
}

.cart__item-bottom-item--clue {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #e1f2c5;
  padding: 0.5rem 1.6rem;
  color: #434248;
  left: 18rem;
  top: -1rem;
  z-index: -1;
}

.cart__item-bottom-item--clue.active {
  opacity: 1;
  z-index: 1;
}

.cart__item-bottom-item--clue::after {
  content: "";
  position: absolute;
  display: block;
  border: 1rem solid transparent;
  border-right: 1.5rem solid #e1f2c5;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.cart__item-bottom-item-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}

.cart__item-bottom-item-box-food {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__item-bottom-item-box--name {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.cart__item-bottom-item-box--name span {
  color: rgba(67, 66, 72, 0.5);
}

.cart .cart__item-bottom-item-box-food .item__buttons {
  padding: 0.8rem 2.4rem;
  margin: 0;
}

.cart__item-bottom.disabled {
  display: none;
}

.card__composition--box {
  overflow: auto;
  max-height: 12rem;
}

.card__composition--box::-webkit-scrollbar {
  width: 3px;
}

.card__composition--box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

.card__composition--box::-webkit-scrollbar-thumb {
  background: #fff;
}

.card__composition--box::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.menu .card:hover .card__composition--box::-webkit-scrollbar-thumb {
  background: #434248;
}

.menu .card:hover .card__composition--box::-webkit-scrollbar-thumb:hover {
  background: #434248;
}

.card__nutrition-info--text {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
}

.menu .card__composition-info {
  color: rgba(255, 255, 255, 0.65);
}

.reviews__desc {
  position: absolute;
  white-space: nowrap;
  top: 49.5rem;
  left: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 21rem;
  line-height: 25.6rem;
  color: var(--white);
  -webkit-animation: 15s linear infinite marquee;
  animation: 15s linear infinite marquee;
}

.reviews__desc::after {
  content: " " attr(data-content);
}

@media (max-width: 48em) {
  .reviews__desc {
    top: 1.5rem;
    font-size: 9rem;
  }

  .popular {
    position: relative;
  }

  .popular__pagination-mobile-icon {
    top: auto;
    bottom: -7.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .formats {
    position: relative;
  }

  .formats__pagination-mobile-icon {
    top: auto;
    bottom: 9rem;
  }

  .menu .filter__list:first-child {
    height: fit-content;
  }

  .popular__slider-btn-next,
  .popular__slider-btn-prev {
    display: none;
  }

  .formats__slider {
    padding-bottom: 0;
  }

  .formats__slider-btn-next,
  .formats__slider-btn-prev {
    display: none;
  }

  .reviews__slider-pagination {
    display: none;
  }

  .card__icon-watch {
    display: none;
  }

  .menu__modal-normal {
    width: 71rem;
  }

  .menu .menu__modal-normal .menu__card {
    background: #fff;
    padding: 0 0 6rem;
  }

  .menu .menu__modal-normal .card:hover {
    background: #fff;
  }

  .menu .menu__list-swiper .card:hover .card__composition {
    border: 0.2rem solid #434248;
    color: #434248;
  }

  .menu .menu__modal-normal .menu__card::after {
    content: unset;
  }

  .menu .menu__modal-normal .menu__card-close {
    width: 6.4rem;
    height: 6.4rem;
    background: #434248;
    top: 3rem;
    right: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
  }

  .menu .menu__modal-normal .menu__card-close svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .menu .menu__modal-normal .card__box {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 3.8rem;
    background: inherit;
    width: auto;
    height: auto;
  }

  .menu .menu__modal-normal .card__box::after,
  .menu .menu__modal-normal .card__box::before {
    content: unset;
  }

  .menu .menu__modal-normal .card__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu .menu__modal-normal .card__image {
    width: 100%;
    height: 56.6rem;
    margin-bottom: 6rem;
  }

  .menu .menu__modal-normal .card__composition {
    margin-top: 0;
    margin-bottom: 2rem;
    gap: 2rem;
    border: 0.2rem solid #434248;
    color: #434248;
  }

  .menu .menu__modal-normal .card__box.card__box--second {
    padding: 0 3rem;
    margin: 0;
  }

  .menu .menu__modal-normal .card__composition-title {
    font-size: 3.2rem;
    margin: 0;
  }

  .menu .menu__modal-normal .card__composition-name {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .menu .menu__modal-normal .card__item-info {
    display: none;
  }

  .menu .menu__modal-normal .card__item-info.bzu {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .menu .menu__modal-normal .card__price-info-more {
    display: block;
    width: fit-content;
  }

  .menu .menu__modal-normal .card__title-info {
    display: none;
  }

  .menu .menu__modal-normal .item__buttons {
    display: none;
  }

  .menu .menu__modal-normal .card__price-info {
    flex-direction: row;
    margin: 0;
    padding: 0;
  }

  .menu .menu__modal-normal .card__price-info::after {
    content: unset;
  }

  .menu .menu__modal-normal .card__price-value,
  .menu .menu__modal-normal .card__price-rubles,
  .menu .menu__modal-normal .card__price-label {
    color: #434248;
  }

  .menu .menu__modal-normal .menu__card:hover .card__price-value,
  .menu .menu__modal-normal .menu__card:hover .card__price-label,
  .menu .menu__modal-normal .menu__card:hover .card__price-rubles {
    color: #434248;
  }

  .menu .menu__modal-normal .card__price-value {
    font-size: 4.8rem;
  }

  .menu .menu__modal-normal .card__price-rubles {
    font-size: 3.2rem;
  }

  .menu .menu__list-swiper .card__price-label {
    font-size: 2.8rem;
  }

  .rates__slider {
    display: block;
    padding-left: 15rem;
    padding-right: 15rem;
    width: 100%;
  }

  .choice__desc {
    margin: -4rem 19.2rem 8rem auto;
    width: 100%;
    max-width: 100%;
  }

  .services-det__section-list {
    margin-top: 7rem;
  }

  .services-det__section-subtitle {
    margin-bottom: 3.2rem;
  }

  .formats__card-title {
    margin-bottom: 1.6rem;
  }

  .menu .filter__item {
    height: fit-content;
  }

  .about .mission__button-wrapper {
    display: none;
  }

  .about .mission__button-wrapper.mobile {
    display: flex;
    position: unset;
    margin-top: 4rem;
  }

  .about .swiper-wrapper {
    gap: 0;
  }

  .menu .card__nutrition-summary {
    margin: 0 auto 6rem;
  }

  .formats__card-1 .formats__card-img-box,
  .formats__card-4 .formats__card-img-box {
    height: 77.4rem;
  }

  .formats__card-2 .formats__card-img-box,
  .formats__card-5 .formats__card-img-box {
    height: 77.4rem;
  }

  .formats__card-3 .formats__card-img-box,
  .formats__card-6 .formats__card-img-box {
    height: 77.4rem;
  }

  .pagination-swiper {
    display: flex;
    position: absolute;
    gap: 2rem;
  }

  .popular__slider-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4rem;
    z-index: 1;
  }

  .popular__slider-btn-next,
  .popular__slider-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }

  .popular__slider-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }

  .popular__slider-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  }

  .formats__slider {
    padding-bottom: 9rem;
  }

  .formats__slider-pagination {
    right: 3rem;
    z-index: 1;
    bottom: 9rem;
  }

  .formats__slider-btn-next,
  .formats__slider-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }

  .formats__slider-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }

  .formats__slider-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  }

  .reviews__slider-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .reviews__slider-btn-next,
  .reviews__slider-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }

  .reviews__slider-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }

  .reviews__slider-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  }

  .choice__slider-pagination {
    left: 3rem;
    bottom: -5rem;
    z-index: 1;
  }

  .choice__slider-btn-next,
  .choice__slider-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }

  .choice__slider-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }

  .choice__slider-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  }

  .about__features-pagination {
    left: 3rem;
    bottom: -12rem;
    z-index: 1;
  }

  .about__features-btn-next,
  .about__features-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  }

  .about__features-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }

  .about__features-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  }

  .about__content-wrapper {
    position: relative;
    margin-bottom: 15rem;
  }

  .card__choice {
    padding: 1.2rem 2.4rem;
    text-align: center;
    border-radius: 25px;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 6rem;
  }

  .menu .card:hover .card__choice {
    color: #fff;
    border: 1px solid #fff;
    background: initial;
  }

  .cart .item {
    border-bottom: unset;
  }

  .cart .item.item--hide {
    border-bottom: 0.1rem solid rgba(67, 66, 72, 0.5);
  }

  .cart__item--box {
    border-bottom: 0.1rem solid rgba(67, 66, 72, 0.5);
  }

  .cart__item-bottom {
    padding: 2rem;
    width: auto;
    border: 1px solid rgba(67, 66, 72, 0.5);
    margin: 0;
    margin-bottom: 3rem;
    gap: 4rem;
    display: flex;
    flex-direction: column;
  }

  .cart__item-bottom--title {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
  }

  .cart__item-bottom-item {
    flex-direction: column;
    gap: 3rem;
  }

  .cart__item-bottom-item--title {
    font-family: "Montserrat";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: auto;
  }

  .cart__item-bottom-item--clue {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #e1f2c5;
    padding: 0.5rem 1.6rem;
    color: #434248;
    left: 18rem;
    top: -1rem;
    z-index: -1;
  }

  .cart__item-bottom-item--clue::after {
    content: "";
    position: absolute;
    display: block;
    border: 1rem solid transparent;
    border-right: 1.5rem solid #e1f2c5;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .cart__item-bottom-item-box {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex: 1;
  }

  .cart__item-bottom-item-box-food {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cart__item-bottom-item-box--name {
    font-size: 3.2rem;
  }

  .cart .cart__item-bottom-item-box-food .item__buttons {
    padding: 0.8rem 2.4rem;
    margin: 0;
    width: fit-content;
    height: 6rem;
  }

  .menu__modal-special {
    width: 71rem;
  }

  .menu .menu__modal-special .card__box::before {
    content: "";
    display: block;
    background: #fff;
    height: 127rem;
    width: 1px;
    position: absolute;
    right: 0;
    top: -1rem;
  }

  .menu .menu__modal-special .card__box::after {
    content: "";
    display: block;
    background: #fff;
    height: 127rem;
    width: 1px;
    position: absolute;
    left: 0;
    top: -1rem;
  }

  .menu .menu__modal-special .card {
    padding: 8.2rem 3rem 4rem;
  }

  .menu .menu__modal-special .menu__card-close {
    top: 2.6rem;
    right: 4.6rem;
  }

  .menu .menu__modal-special .card__box {
    background: inherit;
    margin: 0;
    width: 100%;
    padding: 3rem 2rem 2rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3rem;
    height: auto;
    margin-top: 1rem;
  }

  .menu .menu__modal-special .card__image {
    width: 8rem;
    height: 8rem;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
  }

  .menu .menu__modal-special .card__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: inherit;
    color: #fff;
  }

  .menu .menu__modal-special .card__box.card__box--second {
    display: block;
    margin: 0;
    z-index: 0;
  }

  .menu .menu__modal-special .card__box.card__box--second::after,
  .menu .menu__modal-special .card__box.card__box--second::before {
    content: unset;
  }

  .menu .menu__modal-special .card__take--text {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Gotham";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .menu__modal-special .card__take {
    gap: 0.8rem;
    width: 22rem;
  }

  .menu__modal-special .item__buttons {
    padding: 2rem 3rem;
  }

  .menu__modal-special .item__buttons svg {
    flex: none;
    width: 3.2rem;
    height: 3.2rem;
  }

  .menu__modal-special .item__buttons span {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .menu .menu__modal-special .card__price-info {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }

  .menu__modal-special .card__add--title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
  }

  .menu__modal-special .card__add-box {
    height: 48rem;
    margin-right: -1rem;
  }

  .menu__modal-special .card__add-box-items {
    gap: 2rem;
    padding-bottom: 3rem;
  }

  .menu__modal-special .card__add-box-items--title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .menu__modal-special .card__add .item__buttons {
    width: 21.4rem;
  }

  .menu__modal-special .card__add-box-item--info {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .menu .menu__modal-special .card__price-info::after {
    width: calc(100% + 4rem);
    right: -2rem;
  }

  .menu .menu__modal-special .card__cart-bottom::after {
    width: calc(100% + 4rem);
    right: -2rem;
  }

  .menu__modal-special .card__cart-bottom {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .menu__modal-special .card__cart-bottom-info-item {
    gap: 2rem;
  }

  .menu__modal-special .card__cart-bottom-info-item--icon {
    flex: none;
    width: 2.4rem;
    height: 2.4rem;
  }

  .menu__modal-special .card__cart-bottom-info-item--icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .menu__modal-special .card__cart-bottom-info-item--text {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .menu .menu__modal-special .card__cart-button {
    width: 100%;
    justify-content: center;
  }
}

.menu__banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  background: #FFF3E5;
  overflow: hidden;
}

.menu__banner-content {
  position: relative;
  z-index: 1;
  padding: 3rem;
}
.menu__box-tl p{
    font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.menu__banner-title {
  font-family: Montserrat, sans-serif;
  width: 65rem;
  font-size: 6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 9.7rem;
}
.menu__banner-subtitle {
  font-family: Gotham;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  color: #A1A0A3;
  margin-bottom: 1.2rem;
}
.menu__banner-bottom {
  display: flex;
  gap: 3.2rem;
}
.menu__banner-item {
  padding-right: 3.2rem;
  border-right: 0.1rem solid rgba(161, 160, 163, 0.35);
  font-family: Gotham;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  color: #434248;
}
.menu__banner-item span {
  font-weight: 600;
}
.menu__banner-item:last-child {
  padding-right: 0;
  border-right: none;
}

.menu__banner-text {
  font-family: Montserrat, sans-serif;
  line-height: normal;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3rem;
  width: 77rem;
}

.menu__banner-footnote {
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  color: #fff;
}

.menu__banner-img {
  right: -31.6rem;
  position: absolute;
  width: 113.4rem;
  height: 100%;
}

.menu__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 48em) {
  .menu__box-tl p{
    font-size: 3rem;
  }
  .menu__banner {
    flex-direction: column;
    margin-top: 8rem;
  }
  .menu__banner-content {
    padding: 4rem;
  }
  .menu__banner-title {
    font-size: 7rem;
    margin-bottom: 12.6rem;
  }
  .menu__banner-subtitle {
    width: 34rem;
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 0.8rem;
  }
  .menu__banner-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .menu__banner-item {
    width: 40.8rem;
    padding-right: 0;
    padding-bottom: 1.6rem;
    border-right: 0;
    border-bottom: 0.2rem solid rgba(161, 160, 163, 0.35);
    font-size: 2.8rem;
  }
  .menu__banner-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .menu__banner-item:first-child {
    width: fit-content;
  }
  .menu__banner-text {
    font-size: 2.8rem;
    text-transform: none;
    margin-bottom: 4rem;
    width: 60.2rem;
  }
  .menu__banner-footnote {
    font-size: 2.8rem;
    line-height: 110%;
  }
  .menu__banner-img {
    height: 46.6rem;
    top: 20.2rem;
    right: -79.6rem;
  }
  .menu__banner-img img {
    width: auto;
  }
}

.menu__list-wrapper {
  /* width: 72.4rem; */
  width: 116.1rem;
}

.menu__title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
  width: auto;
  white-space: wrap;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.7rem;
  width: auto;
}

.menu__new-card {
  width: 36.2rem;
  border: 1px solid rgba(67, 66, 72, 0.25);
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.menu__new-card:hover {
  box-shadow: 7px 7px 12px rgba(87, 87, 87, 0.08);
}

.menu__new-card--img {
  width: 100%;
  height: 28rem;
  margin: 0 auto 1.9rem;
  box-shadow: 7px 7px 12px rgba(87, 87, 87, 0.08);
}

.menu__new-card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu__new-card--info {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 3rem;
  margin-bottom: 0.4rem;
  color: rgba(67, 66, 72, 0.5);
}

.menu__new-card--title {
  width: 100%;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: auto;
  padding: 0 3rem;
}

.menu__new-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 3rem 3rem;
  background: #fff;
  position: relative;
  z-index: 2;
}

.menu__new-card-bottom--price {
  display: flex;
  flex-direction: column;
}

.menu__new-card-bottom--price strong {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
}

.menu__new-card-bottom--price strong.no-price {
  font-size: 1.4rem;
}

.menu__new-card-bottom--price span {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu__new-card-button {
  padding: 1.2rem 2.4rem;
  height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  background-color: #434248;
}
.menu__new-card-button.active,
.menu__special-card-bottom-button.active,
.card__cart-button.active,
.menu .card__cart-button.active {
  background-color: #7FAC36;
}

.menu__new-card-button--icon {
  width: 2.4rem;
  margin-right: 1.5rem;
}

.menu__new-card-button--label {
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.cart__confirm-button-wrap {
  position: relative;
}

.menu__modal-cart--btn span {
  color: #fff;
}

.menu__new-card-hover {
  position: absolute;
  padding: 6.5rem 9rem 0 3.7rem;
  background: #e1f2c5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

.menu__new-card:hover .menu__new-card-hover {
  opacity: 1;
  z-index: 1;
}

.menu__new-card-hover--title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.menu__new-card-hover--text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.menu__special-swiper {
  width: 100%;
}

.menu__special-wrapper {
  margin-top: 6rem;
}

.menu__special {
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  /* width: 40rem;
  margin-left: auto; */
}

.menu__special--title {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
}

.menu__special-navigation {
  position: absolute;
  top: -2rem;
  right: 0;
  display: flex;
  gap: 3rem;
}

.menu__special-card {
  display: flex;
  flex-direction: column;
  width: 49.4rem;
  border: 1px solid #A1A0A3;
  background: #fff;
  padding: 2rem;
  margin-bottom: 3.7rem;
}

.menu__special-card-top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}

.menu__special-card-top--img {
  width: 49.5rem;
  height: 35.2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  border-radius: 0;
}

.menu__special-card-top--img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.menu__special-card-top--title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
  display: inline-block;
}

.menu__special-card-info {
  padding: 0.5rem 1.4rem 0.5rem 1.5rem;
  border: 1px solid rgba(67, 66, 72, 0.25);
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.menu__special-card-info--title {
  margin-bottom: 0.5rem;
}

.menu__special-card-info--text span {
  color: rgba(67, 66, 72, 0.25);
}

.menu__special-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__special-card-bottom--price {
  display: flex;
  flex-direction: column;
}

.menu__special-card-bottom--price strong {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
}

.menu__special-card-bottom--price span {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu__special-card-bottom-button {
  padding: 1.2rem 2.4rem;
  height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  background-color: #434248;
}

.menu__special-card-bottom-button--icon {
  width: 2.4rem;
  margin-right: 1.5rem;
}

.menu__special-card-bottom-button--label {
  color: white;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.menu__special-card-choice {
  margin: 0 1.5rem 2rem;
}

.menu__special-card-choice--title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.menu__special-card-choice-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.menu__special-card-choice-item {
  padding: 1rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  border: 1px solid rgba(67, 66, 72, 0.25);
  cursor: pointer;
  flex: auto;
  width: fit-content;
}

.menu__special-card-choice-item--last {
  grid-column: 1/3;
  width: fit-content;
  padding-right: 6.5rem;
}

.menu__special-card-choice-item:last-child {
  flex: 0.5;
  width: fit-content;
  padding-right: 6.5rem;
}

.menu__special-card-choice-item img {
  width: 3.2rem;
  height: 3.2rem;
}

.menu__special-card-choice-item span {
  width: fit-content;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
}

.menu__special-card--change {
  width: 100%;
  border-radius: 3rem;
  border: 1px solid #e9743f;
  padding: 1.2rem 2.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  color: #e9743f;
  cursor: pointer;
  margin-bottom: 4rem;
}

.menu__special-tabs-wrap {
  display: none;
}

@media (max-width: 48em) {
  .menu__special-swiper {
    width: 100%;
    display: none;
  }
  .menu__special-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 0.2rem solid #e9743f;
    border-right: 0.2rem solid #e9743f;
    border-left: 0.2rem solid #e9743f;
    border-top: none;
    display: none;
    background: #fff;
    padding: 3rem;
    margin-bottom: 3.7rem;
    width: 100%;
  }

  .menu__special-card-top {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
  }

  .menu__special-card-top--img {
    width: 100%;
    height: 34rem;
    border-radius: 0;
    flex: none;
    margin: 0;
  }

  .menu__special-card-top--title {
    font-size: 3.2rem;
  }

  .menu__special-card-info {
    padding: 3rem;
    border: 1px solid rgba(67, 66, 72, 0.25);
    margin-bottom: 10rem;
    gap: 2rem;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  .menu__special-card-info span {
    margin-left: 1rem;
    color: rgba(67, 66, 72, 0.25);
  }

  .menu__special-card-info--title {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .menu__special-card-info--text span {
    color: rgba(67, 66, 72, 0.25);
  }

  .menu__special-card-bottom--price {
    display: flex;
    flex-direction: column;
  }

  .menu__special-card-bottom--price strong {
    font-size: 2.8rem;
    font-weight: 400;
  }

  .menu__special-card-bottom--price span {
    font-size: 3.2rem;
    font-weight: 500;
  }

  .menu__special-card-bottom-button {
    padding: 2.4rem 6.6rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6rem;
    background-color: #434248;
  }

  .menu__special-card-bottom-button--icon {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }

  .menu__special-card-bottom-button--label {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .menu__special-card-choice {
    margin: 0 0 4rem;
  }

  .menu__special-card-choice--title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }

  .menu__special-card-choice-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .menu__special-card-choice-item {
    padding: 1.2rem 2.8rem 1.2rem 2rem;
    display: flex;
    gap: 1.8rem;
    align-items: center;
    border: 0.2rem solid rgba(67, 66, 72, 0.25);
    cursor: pointer;
    width: fit-content;
  }

  .menu__special-card-choice-item--last {
    width: fit-content;
    padding-right: 2.8rem;
  }

  .menu__special-card-choice-item img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .menu__special-card-choice-item span {
    width: fit-content;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .menu__special-card--change {
    width: 100%;
    border-radius: 6rem;
    border: 0.2rem solid #e9743f;
    padding: 2.4rem;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #e9743f;
    cursor: pointer;
    margin-bottom: 4.8rem;
  }
  .menu__special-tabs-wrap {
    display: block;
    width: 100%;
    margin-bottom: 12rem;
  }
  .menu__special-tabs {
    display: flex;
  }

  .menu__special-tab {
    width: 23.5rem;
    padding: 2.6rem 8.5rem;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    text-align: center;
    border-bottom: 0.2rem solid #e9743f;
  }

  .menu__special-tab.active {
    border-bottom: none;
    border-top: 0.2rem solid #e9743f;
    border-right: 0.2rem solid #e9743f;
    border-left: 0.2rem solid #e9743f;
    background-color: #fff;
  }

  .active {
    display: flex;
  }

  .menu__special-card.active {
    display: flex;
  }
}

.menu__modal-normal {
  display: none;
}

.menu__modal-normal.active {
  display: block;
}

.menu__modal-special {
  display: none;
}

.menu__modal-special.active {
  display: block;
}

.menu-basket__widget {
  position: fixed;
  z-index: 100;
  top: 8rem;
  right: 17rem;
  width: 41rem;
  padding: 2rem;
  background: #7fac37;
  display: flex;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.menu-basket__widget.active {
  opacity: 1;
  transform: translateX(0);
}

.menu-basket__widget-img {
  width: 8.5rem;
  height: 8.5rem;
  margin-right: 2rem;
}

.menu-basket__widget-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-basket__widget-subtitle {
  display: flex;
  margin-bottom: 1rem;
}

.menu-basket__widget-subtitle span {
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  color: #fff;
  margin-left: 1rem;
}

.menu-basket__widget-icon {
  width: 1.6rem;
  height: 1.6rem;
}
.menu-basket__widget-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-basket__widget-title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
  width: 25rem;
}

.menu-basket__widget-footnote {
  font-family: "Gotham";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 48em) {
  .menu-basket__widget {
    top: 9.4rem;
    right: 3.2rem;
    width: 64.4rem;
    padding: 4rem;
  }
  .menu-basket__widget-img {
    width: 12rem;
    height: 12rem;
    margin-right: 4rem;
  }
  .menu-basket__widget-subtitle span {
    font-size: 2.8rem;
    line-height: 110%;
  }
  .menu-basket__widget-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .menu-basket__widget-title {
    width: 39rem;
    font-size: 3.2rem;
  }
  .menu-basket__widget-footnote {
    font-size: 2.4rem;
  }
}

.menu__vidget {
  position: fixed;
  right: 18rem;
  bottom: 10rem;
  display: flex;
  gap: 1.5rem;
  z-index: 50;
}

.menu__vidget-item {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 7px 7px 12px 0px rgba(87, 87, 87, 0.08);
  cursor: pointer;
}

.menu__vidget-item--cart {
  background: #e9743f;
  z-index: 1;
  box-shadow: 0px 0px 19px 2px rgba(145, 75, 43, 0.22);
}

.menu__vidget-item--social {
  background: #7fac37;
}

.menu__vidget-item img {
  width: 3.2rem;
  height: 3.2rem;
}

.menu__vidget-item--cart-text {
  position: absolute;
  padding: 0.2rem 0.6rem;
  top: -0.2rem;
  left: 4.4rem;
  border-radius: 1rem;
  background: #434248;
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}

.menu__vidget-item--cart-text span:first-child {
  padding-right: 0.8rem;
  position: relative;
}

.menu__vidget-item--cart-text span:first-child::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 1rem;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
}

.menu__modal-cart {
  display: block;
  opacity: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
  background: rgba(117, 119, 118, 0.64);
  top: 0px;
  height: 100vh;
  z-index: -50;
}

.menu__modal-cart.active {
  opacity: 1;
  z-index: 100;
}

.menu__modal-cart-screen {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.menu__modal-cart.active .menu__modal-cart-screen {
  opacity: 1;
}

.menu__modal-cart-container {
  right: 0;
  width: 43rem;
  height: 100vh;
  background: #fff;
  padding: 2rem 3.7rem 5rem 4rem;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.menu__modal-cart.active .menu__modal-cart-container.in-right {
  transform: translateX(100%);
}

.menu__modal-cart.active .menu__modal-cart-container {
  transform: translateX(0);
}
.menu__modal-cart.active .menu__modal-cart-container > div {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.menu__modal-cart--exit {
  position: absolute;
  right: 3.7rem;
  top: 3.7rem;
  cursor: pointer;
}

.menu__modal-cart--title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.menu__modal-cart-box {
  overflow: auto;
  padding-right: 4rem;
  margin-right: -2rem;
  max-height: calc(100vh - 30.1rem);
  position: relative;
  padding-bottom: 1rem;
}

.menu__modal-cart-box::-webkit-scrollbar {
  width: 0.2rem;
}

.menu__modal-cart-box::-webkit-scrollbar-track {
  background: transparent;
}

.menu__modal-cart-box::-webkit-scrollbar-thumb {
  background: rgba(67, 66, 72, 0.3);
}

.menu__modal-cart-box::-webkit-scrollbar-thumb:hover {
  background: rgba(67, 66, 72, 0.5);
}

.menu__modal-cart-item {
  border: 0;
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.menu__modal-cart-item:first-child {
  border-top: 0.1rem solid rgba(67, 66, 72, 0.5);
}

.menu__modal-cart-item {
  border-bottom: 0.1rem solid rgba(67, 66, 72, 0.5);
}

.menu__modal-cart-item--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.menu__modal-cart-item--top p {
  margin: 0;
  color: #434248;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
}

.menu__modal-cart-item--top img {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

.menu__modal-cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.menu__modal-cart-item-price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
}

.menu__modal-cart-item-rubles {
  position: absolute;
  top: -0.3rem;
  right: -1.4rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.menu__modal-cart .item__buttons {
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid #434248;
  display: flex;
}

.menu__modal-cart .item__minus {
  width: 1.6rem;
  cursor: pointer;
}

.menu__modal-cart .item__counter {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.menu__modal-cart .item__plus {
  width: 1.6rem;
  cursor: pointer;
}

.menu__modal-cart-item-count {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(67, 66, 72, 0.5);
}

.menu__modal-cart-item-change {
  border-radius: 3rem;
  border: 1px solid #434248;
  width: 15rem;
  text-align: center;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}

.menu__modal-cart-bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 2.5rem;
}

.menu__modal-cart--price {
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.menu__modal-cart--btn {
  position: relative;
  width: 100%;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  background-color: #434248;
  cursor: pointer;
}

.menu__modal-cart--btn .cart__confirm-button-tip {
  top: -2.5rem;
}

.menu__modal-cart--btn img {
  width: 2.4rem;
  margin-right: 1.5rem;
}

.menu__modal-cart--btn a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: white;
}

.cart__confirm-button-tip {
  top: unset;
  position: relative;
}

@media (max-width: 48em) {
  .menu__modal-cart-container {
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 5.4rem 3.2rem 18rem;
  }

  .menu__modal-cart--exit {
    position: absolute;
    right: 6.4rem;
    top: 6.4rem;
    cursor: pointer;
    top: 2.4rem;
    right: 3rem;
  }

  .menu__modal-cart--exit svg {
    right: 3.2rem;
    top: 3.2rem;
  }

  .menu__modal-cart--title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }

  .menu__modal-cart-box {
    overflow: auto;
    padding-right: 0;
    margin-right: 0;
    max-height: calc(100vh - 45rem);
    margin-bottom: 4rem;
    position: relative;
    padding-bottom: 1rem;
  }

  .menu__modal-cart-box::-webkit-scrollbar {
    width: 0;
  }

  .menu__modal-cart-item {
    border: 0;
    display: flex;
    flex-direction: column;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .menu__modal-cart--btn .cart__confirm-button-tip {
    top: -4.5rem;
  }

  .menu__modal-cart-item:first-child {
    border-top: 0.2rem solid rgba(67, 66, 72, 0.5);
  }

  .menu__modal-cart-item {
    border-bottom: 0.2rem solid rgba(67, 66, 72, 0.5);
  }

  .menu__modal-cart-item--top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6.4rem;
  }

  .menu__modal-cart-item--top p {
    margin: 0;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .menu__modal-cart-item--top img {
    cursor: pointer;
    width: 3.2rem;
    height: 3.2rem;
  }

  .menu__modal-cart-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu__modal-cart-item-price {
    font-size: 3.2rem;
    line-height: normal;
  }

  .menu__modal-cart-item-rubles {
    position: absolute;
    top: -0.3rem;
    right: -2.6rem;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .menu__modal-cart .item__buttons {
    padding: 2.4rem 4.8rem;
    border: 0.2rem solid #434248;
    display: flex;
  }

  .menu__modal-cart .item__minus {
    width: 3.2rem;
    cursor: pointer;
  }

  .menu__modal-cart .item__counter {
    margin-left: 3rem;
    margin-right: 3rem;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .menu__modal-cart .item__plus {
    width: 3.2rem;
    cursor: pointer;
  }

  .menu__modal-cart-item-count {
    font-size: 3.2rem;
  }

  .menu__modal-cart-item-change {
    border-radius: 6rem;
    border: 0.2rem solid #434248;
    width: 34rem;
    text-align: center;
    padding: 2.4rem;
    cursor: pointer;
  }

  .menu__modal-cart-bottom {
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }

  .menu__modal-cart--price {
    font-family: "Montserrat";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
  }

  .menu__modal-cart--btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6rem;
    background-color: #434248;
    cursor: pointer;
    padding: 2.4rem;
  }

  .menu__modal-cart--btn img {
    width: 4rem;
    margin-right: 2rem;
  }

  .menu__modal-cart--btn a {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 110%;
    color: white;
  }
}

.shipping {
  padding-top: 3rem;
  padding-bottom: 24rem;
}

.shipping--title {
  display: flex;
  gap: 11.7rem;
  margin-left: 18rem;
  margin-bottom: 8rem;
}

.shipping--title .about__title {
  font-family: "Montserrat";
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
  margin: 0;
}

.shipping--title p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  width: 62rem;
  margin-top: 1rem;
}

.shipping-map {
  margin-bottom: 20rem;
}

.shipping-map--title {
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5rem;
  text-align: center;
}

.shipping-map {
  position: relative;
}

.shipping-map--img {
  height: 79.9rem;
  width: 100%;
}

.shipping-map--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shipping-map--img .mobile {
  display: none;
}

.shipping-map-list {
  position: absolute;
  display: flex;
  align-items: center;
  left: 18rem;
  top: 28.3rem;
  gap: 3rem;
}

.shipping-map-item {
  padding: 3rem;
  background: #fff;
  box-shadow: 15px 15px 50px 0px rgba(87, 87, 87, 0.08);
  width: 30.7rem;
  height: 25.3rem;
  position: relative;
}

.shipping-map-item--title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3rem;
  text-align: center;
}

.shipping-map-item--price {
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -3rem 0;
}

.shipping-map-item--box {
  padding: 0rem 6rem;
  margin: 0 -3rem -3rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  height: 13.6rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping-map-item:nth-child(1) .shipping-map-item--box {
  background: #fff3e5;
}

.shipping-map-item:nth-child(2) .shipping-map-item--box {
  background: #ffb2ac;
}

.shipping-map-item:nth-child(3) .shipping-map-item--box {
  background: #c0eed6;
}

.shipping-bottom {
  width: 155.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shipping-bottom--title {
  font-family: "Montserrat";
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 52.7rem;
}

.shipping-bottom--img {
  width: 37.9rem;
  height: 53.5rem;
}

.shipping-bottom--img img {
  height: 100%;
  object-fit: cover;
}

.shipping-bottom--text {
  width: 49rem;
}

.shipping-bottom--text p {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.shipping-bottom--text ul {
  padding-left: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.shipping-bottom--text li {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  position: relative;
}

.shipping-bottom--text li::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon-ok-li.svg) no-repeat;
  background-size: cover;
  left: -3.5rem;
  top: -0.2rem;
  position: absolute;
}

@media (max-width: 48em) {
  .shipping {
    padding-top: 22.3rem;
    padding-bottom: 24rem;
  }

  .shipping--title {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 0 2rem 6rem;
  }

  .shipping--title .about__title {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }

  .shipping--title p {
    font-size: 2.8rem;
    line-height: 110%;
    width: auto;
    margin-top: 0;
  }

  .shipping-map {
    margin-bottom: 24rem;
  }

  .shipping-map--title {
    font-family: "Montserrat";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6rem;
    text-align: center;
  }

  .shipping-map {
    position: relative;
  }

  .shipping-map--img {
    height: 135.6rem;
    width: 100%;
  }

  .shipping-map--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .shipping-map--img .desktop {
    display: none;
  }

  .shipping-map--img .mobile {
    display: block;
  }

  .shipping-map-list {
    position: absolute;
    display: flex;
    align-items: center;
    top: 2rem;
    gap: 3rem;
    left: 0;
    overflow: auto;
    width: 75rem;
    height: 60.4rem;
    padding: 0 3.2rem;
  }

  .shipping-map-item {
    flex: none;
    padding: 4rem;
    width: 52.4rem;
    height: 52.4rem;
  }

  .shipping-map-item--title {
    font-family: "Montserrat";
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }

  .shipping-map-item--price {
    font-size: 5.2rem;
    margin: 0 -4rem 0;
  }

  .shipping-map-item--box {
    padding: 0rem 10rem;
    margin: 0 -4rem -4rem;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 118.75%;
    height: 24rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shipping-bottom {
    width: auto;
    margin: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
  }

  .shipping-bottom--title {
    font-size: 4.8rem;
    width: auto;
    margin-bottom: 6rem;
  }

  .shipping-bottom--img {
    display: none;
  }

  .shipping-bottom--text {
    width: auto;
  }

  .shipping-bottom--text p {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    color: rgba(67, 66, 72, 0.5);
  }

  .shipping-bottom--text ul {
    padding-left: 7rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .shipping-bottom--text li {
    font-size: 2.8rem;
    line-height: 110%;
    color: #000;
  }

  .shipping-bottom--text li::after {
    content: "";
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    left: -7rem;
    top: -0.6rem;
    position: absolute;
  }
}

.review {
}

.review-top {
  margin-bottom: 11rem;
  position: relative;
}

.review-top--title {
  font-family: "Montserrat";
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 11rem;
}

.review-top--subtitle {
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 115rem;
}

.review-top--write {
  width: 14rem;
  height: 14rem;
  background: #434248;
  border-radius: 50%;
  position: absolute;
  right: 11rem;
  top: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118.75%;
  text-decoration-line: underline;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.review-slide {
  width: 76.2rem;
  display: flex;
  padding: 3rem;
  height: 75.6rem !important;
  background: #fff3e5;
  flex-direction: column;
}

.review-slide--name {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.review-slide--title {
  font-family: "Montserrat";
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10.5rem;
}

.review-slide--text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 3.5rem;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-slide-bottom {
  border-top: 1px solid #434248;
  height: 9rem;
  display: flex;
  align-items: center;
  position: relative;
}

.review-slide-bottom::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: 35rem;
  position: absolute;
  background: #434248;
}

.review-slide--time {
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 12rem;
  margin-right: 23rem;
}

.review-slide--stars {
  display: flex;
  gap: 0.5rem;
  margin-left: 3.7rem;
}

.review-slide--star {
  width: 3rem;
  height: 3rem;
}

.review-slide--star svg {
  width: 3rem;
  height: 3rem;
}

.review-slide--star.active svg {
  fill-opacity: 1;
}

.review-slide--star svg {
  fill-opacity: 0.3;
}

.review-swiper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
  margin-bottom: 8rem;
}

/* .review-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
} */

.review-swiper--bottom {
  margin-bottom: 12rem;
  position: relative;
}

.review-swiper--pagination {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}

.review-swiper--pagination .swiper-pagination-bullet {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  border-radius: 50%;
  background: inherit;
  opacity: 1;
}

.review-swiper--pagination .swiper-pagination-bullet.active {
  background: #434248;
  color: #fff;
}

.review-swiper-btn-next,
.review-swiper-btn-prev {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: 0;
  cursor: pointer;
}

.review-swiper-btn-next svg,
.review-swiper-btn-prev svg {
  width: 3.2rem;
  height: 3.2rem;
}

.review-swiper-btn-next {
  right: 65rem;
}

.review-swiper-btn-prev {
  left: 65rem;
}

.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 119, 118, 0.64);
  z-index: 100;
  display: none;
}

.review-modal.active {
  display: block;
}

.review-modal--screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 119, 118, 0.64);
  z-index: 100;
  display: none;
}

.success-modal.active {
  display: block;
}

.success-modal--screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.review-modal--exit {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  width: 4.3rem;
  height: 4.3rem;
  background: #434248;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.success-modal--exit {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  width: 4.3rem;
  height: 4.3rem;
  background: #434248;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.success-modal--exit svg {
  width: 1.7rem;
  height: 1.7rem;
}

.review-modal--exit svg {
  width: 1.7rem;
  height: 1.7rem;
}

.review-modal .back-call__box-right,
.back-call__modal .back-call__box-right {
  width: 55.2rem;
  padding: 0;
  margin: 1rem auto 0;
  height: auto;
  position: absolute;
  /* middle */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55.2rem;
  padding: 0;
  margin: auto;
  height: auto;
}
.back-call__modal .back-call__box-right {
  width: 66.2rem;
}

.success-modal__container {
  box-sizing: border-box;
  background: #fff;
  width: 55.2rem;
  min-height: 26.4rem;
  padding: 4rem 6.5rem;
  margin: 1rem auto 0;
  position: absolute;
  /* middle */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.success-modal__line {
  margin-top: 1rem;
  margin-top: auto;
  width: 42.2rem;
  height: 0.8rem;
}

.success-modal__line svg {
  width: 42.2rem;
  height: 0.8rem;
}

.success-modal .back-call__form-title {
  margin-bottom: 1rem;
}

.success-modal .back-call__form-subtitle {
  max-width: 30rem;
  color: #434248;
  font-family: Gotham;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
}

.review-modal .back-call__form::after,
.review-modal .back-call__form::before,
.back-call__modal .back-call__form::after,
.back-call__modal .back-call__form::before {
  display: none;
}

.review-modal .back-call__form {
  padding: 4rem 6.5rem;
}

.back-call__modal .back-call__form {
  padding: 10rem 12rem;
}
.back-call__modal .back-call__form-input {
  padding-top: 1rem;
  height: auto;
}
.back-call__modal .back-call__form-title {
  margin-bottom: 3.2rem;
}
.back-call-modal--exit {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  width: 4.3rem;
  height: 4.3rem;
  background: #434248;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.review-modal .back-call__form-title {
  margin-bottom: 6rem;
  margin-right: auto;
}

.review-modal .back-call__form-list {
  padding: 3rem 0 4rem;
}

.review-modal .back-call__form-input {
  height: auto;
  padding: 1rem 0 0.8rem;
}

.review-modal .back-call__form-item textarea {
  width: 100%;
  padding: 1rem 0 0rem;
  border-bottom: 0.1rem solid var(--black);
  color: rgba(67, 66, 72, 0.5);
}

.review-modal .nice-select {
  float: unset;
  margin-top: 1rem;
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  border-radius: 0;
  border: 1px solid #434248;
}

.review-modal .nice-select:after {
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #434248;
  border-right: 2px solid #434248;
  right: 3rem;
  top: 45%;
}

.back-call__form-item--stars {
  display: flex;
  gap: 0.5rem;
  flex-direction: row-reverse;
  width: fit-content;
  margin-top: 1rem;
}

.back-call__form-item--stars input[type="radio"] {
  display: none;
}

.back-call__form-item--stars .star {
  width: 3rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}

.back-call__form-item--stars .star::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon/star.svg");
  width: 3rem;
  height: 3rem;
  background-size: cover;
}

.back-call__form-item--stars input[type="radio"]:checked ~ .star::before {
  background: url("../img/icon/star-active.svg");
  width: 3rem;
  height: 3rem;
  background-size: cover;
}

.back-call__form-item--stars input[type="radio"]:hover ~ .star::before {
  background: url("../img/icon/star-active.svg");
  width: 3rem;
  height: 3rem;
  background-size: cover;
}

@media (max-width: 48em) {
  .review {
    padding-top: 22.3rem;
  }

  .review-top {
    margin-bottom: 14rem;
    position: relative;
  }

  .review-top--title {
    font-size: 7rem;
    margin-bottom: 10rem;
  }

  .review-top--subtitle {
    font-size: 4rem;
    width: auto;
    margin-bottom: 6rem;
  }

  .review-top--write {
    width: 25rem;
    height: 25rem;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .review-slide {
    max-width: 71rem;
    padding: 5rem;
    height: 127.6rem !important;
  }

  .review-slide--name {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .review-slide--title {
    font-size: 4.8rem;
    margin-bottom: 14rem;
  }

  .review-slide--text {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    -webkit-line-clamp: 20;
  }

  .review-slide-bottom {
    height: 12rem;
  }

  .review-slide-bottom::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    left: 29.2rem;
    position: absolute;
    background: #434248;
  }

  .review-slide--time {
    font-size: 3.2rem;
    width: 18rem;
    margin-right: 11.2rem;
  }

  .review-slide--stars {
    display: flex;
    gap: 0.5rem;
    margin-left: 3.2rem;
  }

  .review-slide--star {
    width: 4rem;
    height: 4rem;
  }

  .review-slide--star svg {
    width: 4rem;
    height: 4rem;
  }

  .review-swiper {
    margin-bottom: 6rem;
  }

  /* .review-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
  } */

  .review-swiper--bottom {
    margin-bottom: 24rem;
  }

  .review-swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    display: flex;
    gap: 1rem;
    margin: 0 auto;
  }

  .review-swiper--pagination.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .review-swiper--pagination.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #434248;
    color: #fff;
  }

  .review-swiper-btn-next,
  .review-swiper-btn-prev {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .review-swiper-btn-next svg,
  .review-swiper-btn-prev svg {
    width: 4rem;
    height: 4rem;
  }

  .review-swiper-btn-next {
    right: 5rem;
  }

  .review-swiper-btn-prev {
    left: 5rem;
  }

  .review-modal--exit {
    top: 4rem;
    right: 6rem;
    width: 6.4rem;
    height: 6.4rem;
  }

  .review-modal--exit svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .success-modal__container {
    box-sizing: border-box;
    background: #fff;
    width: 68.6rem;
    padding: 4rem 6.5rem;
    margin: 1rem auto 0;
    position: absolute;
    /* middle */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
  }

  .success-modal__line {
    width: 100%;
    margin-top: 2rem;
  }

  .success-modal__line svg {
    width: 56.6rem;
    height: 1.4rem;
  }

  .success-modal .back-call__form-title {
    margin-bottom: 2rem;
  }

  .success-modal .back-call__form-subtitle {
    max-width: 100%;
    color: #434248;
    font-family: Gotham;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .success-modal--exit {
    top: 4rem;
    right: 6rem;
    width: 6.4rem;
    height: 6.4rem;
  }

  .success-modal--exit svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .review-modal .back-call__box-right {
    width: 71rem;
    padding: 0;
    margin: 0;
    height: auto;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .review-modal .back-call__form {
    width: 71rem;
  }

  .review-modal .back-call__form::after,
  .review-modal .back-call__form::before {
    display: none;
  }

  .review-modal .back-call__form {
    padding: 6rem 5rem;
  }

  .review-modal .back-call__form-ellipsis {
    width: 100%;
  }

  .review-modal .back-call__form-title {
    margin-bottom: 6rem;
    margin-right: auto;
  }

  .review-modal .back-call__form-list {
    padding: 3rem 0 4rem;
  }

  .review-modal .back-call__form-input {
    height: auto;
    padding: 1rem 0 0.8rem;
  }

  .review-modal .back-call__form-item textarea {
    width: 100%;
    padding: 1rem 0 0rem;
    border-bottom: 0.1rem solid var(--black);
    color: rgba(67, 66, 72, 0.5);
  }

  .back-call__modal .back-call__box-right {
    width: 90%;
  }

  .back-call__modal .back-call__form {
    width: 100%;
    padding: 5.5rem;
    align-items: flex-start;
  }
  .back-call__modal .back-call__form-input {
    padding-top: 2.4rem;
  }
  .back-call__modal .back-call__form-title {
    margin-bottom: 4rem;
  }
  .back-call__modal .back-call__form-ellipsis:last-child {
    display: none;
  }
  .back-call__modal .back-call__form-ellipsis {
    width: 54.6rem;
  }
  .back-call-modal--exit {
    top: 4rem;
    right: 6rem;
    width: 6.4rem;
    height: 6.4rem;
  }

  .review-modal .nice-select {
    float: unset;
    margin-top: 1rem;
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 3rem;
    border-radius: 0;
    border: 1px solid #434248;
  }

  .review-modal .nice-select:after {
    width: 1rem;
    height: 1rem;
    border-bottom: 2px solid #434248;
    border-right: 2px solid #434248;
    right: 3rem;
    top: 45%;
  }

  .review-modal .back-call__form-item.desktop {
    display: none;
  }

  .back-call__form-item--stars {
    display: flex;
    gap: 0.5rem;
    flex-direction: row-reverse;
    width: fit-content;
    margin-top: 1rem;
  }

  .back-call__form-item--stars input[type="radio"] {
    display: none;
  }

  .back-call__form-item--stars .star {
    width: 3rem;
    height: 3rem;
    position: relative;
    cursor: pointer;
  }

  .back-call__form-item--stars .star::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/icon/star.svg");
    width: 3rem;
    height: 3rem;
    background-size: cover;
  }

  .back-call__form-item--stars input[type="radio"]:checked ~ .star::before {
    background: url("../img/icon/star-active.svg");
    width: 3rem;
    height: 3rem;
    background-size: cover;
  }

  .back-call__form-item--stars input[type="radio"]:hover ~ .star::before {
    background: url("../img/icon/star-active.svg");
    width: 3rem;
    height: 3rem;
    background-size: cover;
  }
}

.services-det__content-question {
  position: relative;
  height: 43rem;
  width: 142.7rem;
  background: #fff3e5;
  padding: 6rem 27.5rem 6rem 58rem;
  margin-left: auto;
}

.services-det .back-call__form-input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.9rem;
  height: auto;
}

.services-det__content-question--img {
  width: 62.9rem;
  height: 31rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13.3rem;
}

.services-det__content-question--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-det__content-question .back-call__form-box {
  padding: 0 0 3.5rem;
}

@media (max-width: 48em) {
  .services-det__content-question--img {
    display: none;
  }

  .services-det__content-question {
    height: auto;
    width: 100%;
    padding: 4rem 2rem;
  }

  .services-det__content-question .back-call__form-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .services-det__content-question .back-call__form-btn {
    width: 100%;
    text-align: center;
  }
}

.services-work {
  /* background: rgba(67, 66, 72, 0.25); */
  background: rgb(255, 255, 255);
  padding: 0 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.services-work-text-swiper {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 11rem;
}

.services-work__paggination-icon-wrapper {
  background: linear-gradient(
    270deg,
    rgb(255, 255, 255) 42.41%,
    rgba(255, 255, 255, 0) 91.77%
  );
  width: 16rem;
  height: 15rem;
  position: absolute;
  right: -7rem;
  top: -3rem;
  z-index: 3;
}

.services-work__paggination-icon {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  margin-left: 4rem;
  margin-top: 6rem;
}

.services-work-text-swiper .switcher__btn .item {
  height: 9rem;
  width: 42rem;
  padding: 0 3.6rem;
  box-sizing: border-box;
  padding: 0 3.6rem;
  display: flex;
  font-family: Gotham;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid rgba(67, 66, 72, 0.5);
  cursor: pointer;
  transition: 0.6s ease-out;
  color: #434248;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.services-work-text-swiper .switcher__btn.active .item {
  margin-top: -1rem;
  height: 11rem;
  background-color: #7fac37;
  border: 1px solid #7fac37;
  position: relative;
  color: #fff;
}

.services-work .container {
  display: flex;
  flex-direction: column;
}

.services-work--title {
  font-family: "Montserrat";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7rem;
  text-align: center;
}

.services-work__img-content--mobile {
  display: none;
}

.services-work__card {
  margin-top: 8rem;
  display: flex;
  flex-direction: row;
  gap: 9rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.services-work__card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 73rem;
}

.services-work__card-date {
  color: rgba(67, 66, 72, 0.25);
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.services-work__card-text {
  margin-top: 3.7rem;
  color: #434248;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.services-work__tag-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 6rem;
}

.services-work__tag {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
}

.services-work__img-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #e9743f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-work__img-wrapper svg {
  width: 2.5rem;
  height: 2.5rem;
}

.services-work__card-button {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #434248;
  font-family: Gotham;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
  border-radius: 3rem;
  border: 1px solid #434248;
  width: 32rem;
  padding: 1.2rem 2.4rem;
}

/* .services-work--backtext {
    font-family: 'Montserrat';
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    bottom: 11rem;
    left: 17.2rem;
    position: absolute;
    text-align: end;
} */

.services-work-swiper {
  width: 62.4rem;
  height: 48.8rem;
  overflow: hidden;
}

.services-work-slide {
  width: 62.4rem;
  height: 48.8rem;
}

.services-work-thumb-swiper {
  margin-left: auto;
  margin-top: -9rem;
  width: 102rem;
  height: 16.5rem;
  overflow: hidden;
}

.services-work-thumb-swiper::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  right: -9rem;
  width: 21.1rem;
  height: 16.5rem;
  background: linear-gradient(
    270deg,
    rgb(255, 255, 255) 42.41%,
    rgba(255, 255, 255, 0) 91.77%
  );
  position: absolute;
  z-index: 3;
}

.services-work-thumb-wrapper {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.services-work-thumb-wrapper::before {
  content: "";
  z-index: 1;
  background: rgb(255, 255, 255);
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  width: 21.1rem;
  height: 16.5rem;
}

.services-work-thumb-slide {
  width: 21.1rem;
  height: 16.5rem;
}

.services-work-thumb-slide--img {
  width: 21.1rem;
  height: 16.5rem;
}

.services-work-thumb-slide--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .services-work-slide--name {
    font-family: 'Montserrat';
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(67, 66, 72, 0.50);
    margin-bottom: 1.2rem;
}
.services-work-slide--title {
    font-family: 'Montserrat';
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6.5rem;
} */

.services-work-slide--img {
  width: 62.4rem;
  height: 48.8rem;
  /* margin: 0 auto 15.2rem; */
}

.services-work-slide--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .services-work-slide--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.services-work-slide--date {
  text-align: end;
} */

.services-det__feature-list {
  width: 100%;
}

.services-more .container {
  margin-top: 24rem;
  display: flex;
  gap: 19rem;
}

.services-det__feature-img {
  width: 36.2rem;
  height: 100%;
  flex: none;
}

.services-det__feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-det__feature-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.6rem;
}

.services-det__feature-item {
  border: unset;
  border-top: 0.1rem solid #434248;
  padding: 4.5rem 0;
  width: 49rem;
}

.services-det__feature-item:not(:last-child) {
  border-right: unset;
  width: 49rem;
}

.services-det__feature-item:not(:first-child) {
  width: 49rem;
}

.services-det__feature-item::after {
  content: unset;
}

.services-det__feature-item span {
  margin-bottom: 3.5rem;
}

.services-det__feature-item strong {
  margin-bottom: 5rem;
}

.food-gallery .container {
  display: flex;
  flex-direction: row;
  gap: 22rem;
  margin-bottom: 24rem;
}

.food-gallery__block {
  display: flex;
  flex-direction: column;
  width: 40rem;
}

.food-gallery__title {
  color: #000;
  font-family: Montserrat;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.food-gallery-swiper {
  overflow: hidden;
  margin-right: -18rem;
}

.food-gallery__text {
  margin-top: 2rem;
  color: #000;
  font-family: Gotham;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.food-gallery__pagination {
  padding-top: 2rem;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.food-gallery__pagination--mobile {
  display: none;
}

.food-gallery__swiper-btn--prev {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: #434248;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.food-gallery__swiper-btn--prev svg {
  width: 4rem;
  height: 4rem;
}

.food-gallery__swiper-btn--next {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: #434248;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.food-gallery__swiper-btn--next svg {
  width: 4rem;
  height: 4rem;
}

.food-gallery-slide {
  position: relative;
}

.food-gallery-slide--number {
  display: block;
  margin-bottom: 1.2rem;
  color: #000;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.food-gallery-slide--img {
  width: 40rem;
  height: 59rem;
}

.food-gallery-slide--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-work__close-btn {
  display: none;
}

.switcher .switcher__container .switcher__content {
  display: none;
}

.switcher .switcher__container .switcher__content.active {
  display: block;
}

.main-service__content {
  margin: 21rem 0 10rem auto;
  width: 100%;
  max-width: 175rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-service__slider {
  width: 100%;
  margin: 0 0;
}

.main-service__slide {
  display: flex;
}
.main-service__container {
  width: 100%;
  max-width: 61rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 11.2rem;
}
.main-service__title {
  width: 100%;
  color: #e9743f;
  /* desktop/headline 3 */
  font-family: Montserrat;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.main-service__description {
  width: 50rem;
  margin-top: 6rem;
  color: #434248;
  /* desktop/text 2 */
  font-family: 'Gotham';
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.main-service__btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  padding: 1.2rem 2.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 3rem;
  border: 0.1rem solid #434248;
  color: #434248;
  /* desktop/text 3 */
  font-family: Gotham;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem; /* 118.75% */
}
.main-service__img-container {
  width: 100%;
  height: 55.1rem;
}
.main-service__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-service__bottom {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
}
.main-service__navigation {
  display: none;
}

.main-service__pagination-wrapper {
  margin-left: 72.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.main-service__pagination {
  color: #000;
  text-align: left;
  font-family: Gotham;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main-service__scroll-bar {
  width: 21rem;
  height: 2px;
  background: rgba(67, 66, 72, 0.25);
  position: relative;
}

.main-service__scroll-bar .swiper-scrollbar-drag {
  background: #434248;
}

.main-service__btn-prev {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434248;
}

.main-service__btn-prev svg {
  width: 4rem;
  height: 4rem;
}

.main-service__btn-next {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434248;
}

.main-service__btn-next svg {
  width: 4rem;
  height: 4rem;
}

@media (max-width: 48em) {
  .main-service__navigation {
    display: none;
  }

  .main-service__btn-prev {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #434248;
  }

  .main-service__btn-prev svg {
    width: 4rem;
    height: 4rem;
  }

  .main-service__btn-next {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #434248;
  }

  .main-service__btn-next svg {
    width: 4rem;
    height: 4rem;
  }

  .main-service__content {
    position: relative;
    margin: 22.4rem 0 6rem;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-service__slider {
    width: 100%;
    margin: 6rem 0 0;
  }

  .main-service__slide {
    flex-direction: column;
    padding-bottom: 21.8rem;
    height: auto !important;
  }

  .main-service__container {
    width: 100%;
    margin: 0 auto;
    max-width: 68.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-service__title {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .main-service__description {
    width: 100%;
    font-size: 3.2rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  .main-service__btn {
    position: absolute;
    bottom: 0rem;
    max-width: 68.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
    box-sizing: border-box;
    padding: 2.8rem 5.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: 6rem;
    border: 0.1rem solid #434248;
    color: #434248;
    /* desktop/text 3 */
    font-family: Gotham;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  .main-service__img-container {
    width: 100%;
    height: 44rem;
    margin-top: auto;
  }
  .main-service__img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-service__bottom {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 15%;
    margin-top: 0;
  }

  .main-service__pagination-wrapper {
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-service__pagination {
    display: flex;
    align-items: center;
  }

  .main-service__scroll-bar {
    display: none;
  }

  .services-work {
    padding: 0 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .services-work .container {
    padding: 0 0;
  }

  .services-work--title {
    font-size: 4.8rem;
  }

  .services-work--title {
    font-family: "Montserrat";
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8rem;
    text-align: center;
  }

  .services-work-swiper {
    display: none;
  }

  .services-work__img-content--mobile {
    display: flex;
    flex-direction: column;
  }

  .services-work__wrapper-img--mobile {
    width: 100%;
    height: 43.8rem;
  }

  .services-work__wrapper-img--mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .services-work__img-button--mobile {
    width: fit-content;
    margin-top: -4.8rem;
    margin-left: auto;
    margin-right: 3rem;
    display: inline-flex;
    height: 8.6rem;
    padding: 2.4rem 6.6rem;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-shrink: 0;
    color: #fff;
    font-family: Gotham;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    border-radius: 6rem;
    background: #434248;
  }

  .services-work__img-button--mobile svg {
    width: 3.6rem;
    height: 3.4rem;
  }

  .services-work__modal.active .services-work__navigation--mobile {
    width: 100%;
    top: 42%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
  }

  .services-work__modal.active .services-work__pagination--mobile {
    width: 100%;
    bottom: -7rem;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .services-work__modal.active .services-work__close-btn {
    width: 100%;
    right: -5%;
    top: -10.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    z-index: 10;
    background-color: #434248;
    border-radius: 50%;
  }

  .services-work__close-btn svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .services-work__close-btn {
    display: none;
  }

  .services-work__swiper-btn--prev {
    margin-left: -5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #434248;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-work__swiper-btn--next {
    margin-right: -5rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #434248;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-work-thumb-wrapper {
    display: none;
    z-index: 11;
    width: fit-content;
    width: 63rem;
    height: 91.2rem;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
  }

  .services-work__modal.active .services-work-thumb-wrapper {
    display: block;
  }

  .services-work-thumb-swiper::before {
    display: none;
  }

  .services-work-thumb-swiper {
    margin-top: 0;
    margin-left: 0;
    width: 63rem;
    height: 91.2rem;
    overflow: hidden;
  }

  .services-work-thumb-wrapper::before {
    display: none;
    width: 0;
    height: 0;
  }

  .services-work-swiper {
    display: none;
  }

  .services-work__card {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .services-work__card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .services-work__card-date {
    font-size: 3.2rem;
  }

  .services-work__card-text {
    margin-top: 4rem;
    font-size: 3.2rem;
  }

  .services-work__tag-list {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .services-work__tag {
    gap: 2.4rem;
  }

  .services-work__img-wrapper {
    width: 6.4rem;
    height: 6.4rem;
  }

  .services-work__img-wrapper svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  .services-work__card-button {
    width: 100%;
    margin-top: 4rem;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    border-radius: 6rem;
    padding: 2.8rem 5.4rem;
  }

  /* .services-work--backtext {
    display: none;
  }

  .services-work-swiper .swiper-wrapper {
    margin-left: 0;
  } */

  /* .services-work-slide {
    width: auto;
    padding: 4rem;
  } */
  /* .services-work-slide--name {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .services-work-slide--title {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
  .services-work-slide--img {
    width: 32.8rem;
    height: 39.2rem;
    margin: 0 auto 6rem;
  }
  .services-work-slide--bottom {
    font-size: 3.2rem;
  } */

  /* .services-work-swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10rem;
    z-index: 1;
    gap: 6rem;
  }
  .services-work-swiper-btn-next,
  .services-work-swiper-btn-prev {
    display: block;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
  } */
  /* .services-work-swiper-btn-next {
    background: url(../img/main/pagination-icon-right.svg) no-repeat;
    background-size: cover;
  }
  .services-work-swiper-btn-prev {
    background: url(../img/main/pagination-icon-left.svg) no-repeat;
    background-size: cover;
  } */

  .services-det__feature-list {
    width: 100%;
  }

  .services-more .container {
    display: flex;
    gap: 0;
  }

  .services-det__feature-img {
    display: none;
  }

  .services-det__feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .services-det__feature-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: 0;
  }

  .services-det__feature-item {
    border: unset;
    border-top: 0.1rem solid #434248;
    padding: 3rem 0;
    width: auto;
  }

  .services-det__feature-item::before {
    content: unset;
  }

  .services-det__feature-item:not(:last-child) {
    border-right: unset;
    width: auto;
  }

  .services-det__feature-item:not(:first-child) {
    border-right: unset;
    width: auto;
  }

  .services-det__feature-item::after {
    content: unset;
  }

  .services-det__feature-item span {
    margin-bottom: 10rem;
  }

  .services-det__feature-item strong {
    margin-bottom: 3rem;
  }
}

@media (max-width: 48em) {
  .menu__search-bar {
    width: auto;
    margin-top: 2rem;
  }

  .menu__vidget {
    bottom: 22.6rem;
    right: 3.2rem;
  }

  .menu__vidget-item--cart {
    display: none;
  }

  .menu__vidget-item {
    width: 10.4rem;
    height: 10.4rem;
  }

  .menu__vidget-item img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .menu__title {
    position: relative;
  }

  .menu__content {
    display: grid;
  }
  .menu__content-wrapper {
    width: 100%;
  }

  .menu__special {
    grid-row: 2;
    width: auto;
    margin-left: 0;
  }

  .menu__special--title {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
  .menu__special-navigation {
    display: none;
  }

  .menu__list-wrapper {
    width: auto;
  }

  .menu__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 4rem;
  }

  .menu__new-card {
    width: auto;
    padding: 0 0 6rem;
  }
  .menu__new-card:hover .menu__new-card-hover {
    opacity: 0;
  }

  .menu__new-card--img {
    width: 100%;
    height: 53.8rem;
    margin-bottom: 4rem;
  }

  .menu__new-card--info {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.8rem;
  }

  .menu__new-card--title {
    font-family: "Montserrat";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .menu__new-card-bottom {
    padding: 5rem 3rem 0;
  }

  .menu__new-card-bottom--price strong {
    font-size: 4.8rem;
  }

  .menu__new-card-bottom--price strong.no-price {
    font-size: 3.6rem;
  }

  .menu__new-card-bottom--price span {
    font-size: 2.8rem;
  }

  .menu__new-card-button {
    height: auto;
    padding: 2.4rem 6.6rem;
    border-radius: 6rem;
  }

  .menu__new-card-button--icon {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }

  .menu__new-card-button--label {
    font-size: 2.8rem;
    line-height: 110%;
  }
}

.mob-menu {
  display: none;
}

.menu__new-card--count {
  position: absolute;
  top: 16.3rem;
  left: 1.1rem;
  width: fit-content;
  font-family: "Gotham";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: rgba(67, 66, 72, 0.5);
  border-radius: 100px;
}

@media (max-width: 48em) {
  .mob-menu {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 3;
  }

  .menu__new-card--count {
    top: 25rem;
    left: 3rem;
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }

  .mob-menu--back {
    width: 75rem;
    height: 16.6rem;
    position: absolute;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
    bottom: 0;
    left: 0;
  }

  .mob-menu--back img {
    width: 100%;
    height: 100%;
  }

  .mob-menu-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 75rem;
    padding: 0 3rem 7rem;
  }

  .mob-menu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .mob-menu-item:nth-child(2) {
    margin-right: 8rem;
  }

  .mob-menu-item:nth-child(3) {
    margin-left: 8rem;
  }

  .mob-menu-item--icon {
    width: 4rem;
    height: 4rem;
  }

  .mob-menu-item--icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mob-menu-item--text {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mob-menu .mob-menu-vidget {
    display: block;
    width: 10.4rem;
    height: 10.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 8.6rem;
    left: 61.4rem;
    margin: auto;
    top: unset;
  }

  .mob-menu .mob-menu--wrap {
    display: none;
  }

  .mob-menu .mob-menu-vidget img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .mob-menu .mob-menu-vidget span {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    color: #fff;
    background: #434248;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -0.8rem;
    right: -1rem;
  }

  .food-gallery + .reviews {
    margin-bottom: 24rem;
  }

  .food-gallery .container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }

  .food-gallery__title {
    font-size: 4.8rem;
  }

  .food-gallery-swiper {
    overflow: hidden;
    margin-right: 0;
  }

  .food-gallery__text {
    margin-top: 3rem;
    font-size: 2.8rem;
  }

  .food-gallery__block {
    width: 62rem;
  }

  .food-gallery__pagination {
    display: none;
  }

  .food-gallery__pagination--mobile {
    justify-content: center;
    padding-top: 0;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    gap: 4rem;
  }

  .food-gallery__swiper-btn--prev {
    width: 10rem;
    height: 10rem;
    background: #434248;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .food-gallery__swiper-btn--prev svg {
    width: 5rem;
    height: 5rem;
  }

  .food-gallery__swiper-btn--next {
    width: 10rem;
    height: 10rem;
    background: #434248;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .food-gallery__swiper-btn--next svg {
    width: 5rem;
    height: 5rem;
  }

  .food-gallery-slide {
    position: relative;
  }

  .food-gallery-slide--number {
    display: block;
    margin-bottom: 2.4rem;
    color: #000;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .food-gallery-slide--img {
    width: 100%;
    height: 43.8rem;
  }

  .food-gallery-slide--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .services-work-text-swiper {
    height: 15.6rem;
  }

  .services-work-text-swiper .switcher__btn .item {
    color: #7fac37;
    height: 13.6rem;
    width: 40rem;
    font-size: 2.4rem;
    line-height: normal;
  }

  .services-work-text-swiper .switcher__btn.active .item {
    height: 15.6rem;
    color: #fff;
  }

  .services-work__paggination-icon-wrapper {
    width: 16rem;
    height: 21rem;
    position: absolute;
    right: -7rem;
    top: -3rem;
    z-index: 3;
  }

  .services-work__paggination-icon {
    width: 8rem;
    height: 8rem;
    cursor: pointer;
    margin-left: 1rem;
    margin-top: 6.5rem;
  }

  .services-work-thumb-slide {
    width: 63rem;
    height: 91.2rem;
  }

  .services-work-thumb-slide--img {
    width: 63rem;
    height: 91.2rem;
  }
}

.our-works {
  position: relative;
  margin-bottom: 24rem;
}

.our-works__navigation {
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 42%;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.formats__buttons {
  width: 156rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.formats__btn {
  padding: 1.55rem 3.4rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #434248;
}

.formats__navigation {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.reviews__navigation {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 3rem;
}

.our-works__btn-prev,
.reviews__btn-prev,
.btn-prev {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434248;
}

.our-works__btn-prev svg,
.reviews__btn-prev svg,
.btn-prev svg {
  width: 4rem;
  height: 4rem;
}

.our-works__btn-next,
.reviews__btn-next,
.btn-next {
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434248;
}

.our-works__btn-next svg,
.reviews__btn-next svg,
.btn-next svg {
  width: 4rem;
  height: 4rem;
}

.btn-next.swiper-button-disabled,
.btn-prev.swiper-button-disabled {
  background-color: rgba(67, 66, 72, 0.5);
}

.our-works__title {
  font-family: "Montserrat";
  font-size: 8rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 6.8rem;
}

.our-works__slider {
  width: 100%;
  position: relative;
}

.our-works__slide {
  display: flex;
}

.our-works__slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 5;
  width: 87rem;
  height: 90.6rem;
  padding: 6rem 13.9rem 6rem 10.3rem;
  background: #fff3e5;
  margin-top: 22.8rem;
}

.our-works__slide-subtitle {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(67, 66, 72, 0.25);
  margin-bottom: 2rem;
}

.our-works__slide-title {
  width: 62.8rem;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-works__slide-content-image {
  width: 23.4rem;
  height: 32.4rem;
}

.our-works__slide-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-works__slide-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 92.2rem;
  height: 105.3rem;
}

.our-works__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-works__slide-text {
  width: 42.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-works__slide-bottom-wrap {
  margin-top: auto;
}

.our-works__slide-bottom {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  color: rgba(67, 66, 72, 0.25);
  margin-bottom: 0.8rem;
}

.our-works__slide-bottom span {
  color: #434248;
}

@media (max-width: 48em) {
  .formats__navigation,
  .reviews__navigation {
    display: none;
  }
  .formats__btn {
    display: none;
  }
  .our-works__navigation {
    top: 64%;
    left: unset;
    right: 10%;
    gap: 2rem;
  }
  .our-works__title {
    font-size: 7rem;
    margin-bottom: 8rem;
  }
  .our-works__slide {
    flex-direction: column-reverse;
  }
  .our-works__slide-content {
    width: 100%;
    height: 110rem;
    padding: 8rem;
    margin-top: 0;
  }
  .our-works__slide-title {
    width: 100%;
    font-size: 4.8rem;
  }
  .our-works__slide-img {
    position: relative;
    width: 100%;
    height: 61.2rem;
  }
  .our-works__slide-img img {
    object-fit: cover;
  }
  .our-works__slide-text {
    width: 100%;
    font-size: 2.8rem;
    -webkit-line-clamp: 8;
    line-height: 110%;
  }
  .our-works__slide-bottom {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .our-works__slide-bottom:last-child {
    margin-bottom: 0;
  }
}

.achievemets {
  margin-top: 14rem;
  margin-bottom: 24rem;
}
.achievemets__slider {
  width: 100%;
}
/* .achievemets__slider .swiper-wrapper {
  justify-content: center;
} */
.achievemets__slide {
  width: fit-content;
  display: flex;
  align-items: center;
}
.achievemets__slide-decor {
  width: 100%;
  height: 0.1rem;
  background-color: #434248;
}
.achievemets__slide.swiper-slide {
  display: flex;
  width: auto;
}
.achievemets__slide::after {
  content: "";
  display: block;
  width: 12.9rem;
  height: 0.1rem;
  background-color: #434248;
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.achievemets__slide:last-child::after {
  content: none;
}
.achievemets__num {
  font-family: "Montserrat";
  font-size: 8rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
}
.achievemets__text {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(67, 66, 72, 0.25);
  margin-left: 1.2rem;
}

@media (max-width: 48em) {
  .achievemets {
    margin-top: 14rem;
  }
  .achievemets.container {
    padding: 0;
  }
  .achievemets__slider {
    padding: 0 3.2rem;
  }
  .achievemets__slide::after {
    content: "";
    width: 2rem;
    height: 0.2rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .achievemets__num {
    font-size: 5.2rem;
  }
  .achievemets__text {
    font-size: 3.2rem;
    margin-left: 2rem;
  }
}
.lunch-constructor {
  margin-bottom: 24rem;
  background-color: #F3F3F3;
}
.lunch-constructor__title {
  width: 116rem;
  font-family: "Montserrat";
  font-size: 8rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 4rem;
}

.lunch-constructor__slider {
  width: 100%;
}
.lunch-constructor__slide {
  width: 100%;
  display: flex;
 
}
.lunch-constructor__slide-left {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.lunch-constructor__slide-title {
  width: 46.9rem;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 400;
  line-height: 148%;
  text-transform: uppercase;
  text-align: right;
  color: #434248;
  margin-bottom: 6rem;
}
.lunch-constructor__slide-weight {
  font-family: "Gotham";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(67, 66, 72, 0.25);
  margin-bottom: 4rem;
}
.lunch-constructor__slide-weight::before {
  content: "";
  display: inline-block;
  transform: translateY(-1rem);
  width: 22.9rem;
  height: 0.1rem;
  background-color: rgba(67, 66, 72, 0.25);
  margin-right: 3.7rem;
}
.lunch-constructor__slide-desc {
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  color: #434248;
  width: 40.1rem;
  margin-bottom: 4rem;
}
.lunch-constructor__slide-desc span {
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.lunch-constructor__slide-cost {
  font-family: "Montserrat";
  font-size: 4rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 4rem;
}
.lunch-constructor__slide-footnote {
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  color: #e9743f;
  margin-bottom: 0.8rem;
}
.lunch-constructor__slide-footnote:last-child {
  margin-bottom: 0;
}
.lunch-constructor__slide-image-slider {
  position: relative;
  width: 75.9rem;
  height: 75.9rem !important;
  margin-left: -6rem;
}
.lunch-constructor__slide-image {
  position: absolute;
  top: 0;
  width: 75.9rem;
  height: 75.9rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lunch-constructor__slide-image.active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

@keyframes lunchEnd {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  100% {
    transform: translate(-70%, 35%);
    opacity: 0;
  }
}

@keyframes lunchStart {
  0% {
    transform: translate(70%, 35%);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.animation-start {
  animation: lunchStart 0.5s infinite;
}
.animation-end {
  animation: lunchEnd 0.5s infinite;
}

.lunch-constructor__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lunch-constructor__slide-image-text,
.lunch-constructor__slide-bottom-mob {
  display: none;
}
.lunch-constructor__slide-right {
  position: relative;
  height: 75rem;
  z-index: 50;
}
.lunch-constructor__slide-item {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  width: 66.8rem;
  min-height: 14.7rem;
  padding: 2.4rem;
  /* border: 0.1rem solid #434248; */
  border-radius: 1000px 0px 0px 1000px;
  margin-bottom: 2rem;
  background-color: #fff;
  cursor: pointer;
  transition: height 0.2s ease-in;
}
.lunch-constructor__slide-item:last-child {
  margin-bottom: 0;
}
.lunch-constructor__slide-item.active {
  width: 69.8rem;
  background-color: #e9743f;
  border: 0;
  transform: translateX(-9.7rem);
}
.active .lunch-constructor__slide-item-img {
  width: 14.2rem;
  height: 14.2rem;
}
.active .lunch-constructor__slide-item-name,
.active .lunch-constructor__slide-item-text {
  color: #fff;
  margin-bottom: 0.8rem;
}
.active .lunch-constructor__slide-item-weight {
  color: rgba(255, 255, 255, 0.65);
}
.lunch-constructor__slide-item-content {
  display: flex;
  flex-direction: column;
}
.lunch-constructor__slide-item-img {
  width: 7.2rem;
  height: 7.2rem;
}
.lunch-constructor__slide-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lunch-constructor__slide-item-name {
  width: 26.6rem;
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 0.4rem;
}
.lunch-constructor__slide-item-text {
  width: 29.3rem;
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 118%;
  color: #434248;
  margin-bottom: 1.2rem;
}
.lunch-constructor__slide-item-weight {
  font-family: "Gotham";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  color: rgba(67, 66, 72, 0.5);
}
.lunch-constructor__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  margin-top: -3.7rem;
  position: relative;
  z-index: 10;
}
.lunch-constructor__buttons {
  display: flex;
  gap: 15.4rem;
}
.lunch-constructor__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.6rem;
  padding: 1.2rem 2rem;
  color: #fff;
  border-radius: 3rem;
  background-color: #434248;
}
.lunch-constructor__btn.orange {
  background-color: #e9743f;
}
.lunch-constructor__btn-prev,
.lunch-constructor__btn-next {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #434248;
}
.lunch-constructor__btn-prev svg,
.lunch-constructor__btn-next svg {
  width: 2rem;
  height: 2rem;
}
.lunch-constructor__btn-prev.swiper-button-disabled,
.lunch-constructor__btn-next.swiper-button-disabled {
  background-color: rgba(67, 66, 72, 0.5);
}
.lunch-constructor__navigation {
  display: flex;
  align-items: center;
}
.lunch-constructor__scroll-bar {
  width: 15.1rem;
  height: 2px;
  transform: translateX(78%);
  background: rgba(67, 66, 72, 0.25);
  position: absolute;
}
.lunch-constructor__pagination {
  width: auto;
  margin-left: 4rem;
  margin-right: 4rem;
}
.lunch-constructor__slide-image-pagination {
  display: none;
}

@media (max-width: 48em) {
  .lunch-constructor__title {
    width: 100%;
    font-size: 7rem;
    margin-bottom: 8rem;
  }
  .lunch-constructor__slider {
    width: 100%;
  }
  .lunch-constructor__slide {
    flex-direction: column;
  }
  .lunch-constructor__slide-left {
    width: 100%;
    position: relative;
    z-index: 5;
  }

  .lunch-constructor__slide-right {
    height: fit-content;
    margin-bottom: 4.8rem;
  }
  .lunch-constructor__slide-title {
    width: 37.6rem;
    font-size: 4.8rem;
    line-height: 163%;
    text-align: left;
    margin-bottom: 0rem;
  }
  .lunch-constructor__slide-weight {
    width: 24rem;
    margin-top: -5.5rem;
    margin-left: auto;
    font-size: 3.2rem;
    text-transform: none;
    margin-bottom: 0rem;
  }
  .lunch-constructor__slide-weight::before {
    content: "";
    transform: translateY(-1rem) translateX(10rem);
    width: 14.8rem;
    height: 0.1rem;
    margin-right: -26rem;
  }
  .lunch-constructor__slide-desc,
  .lunch-constructor__slide-cost,
  .lunch-constructor__slide-footnote,
  .lunch-constructor__slide-item,
  .lunch-constructor__pagination,
  .lunch-constructor__scroll-bar {
    display: none;
  }
  .lunch-constructor__slide-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65rem;
    height: 65rem;
    margin-left: 0;
    left: 6rem;
    margin-bottom: 4.8rem;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .lunch-constructor__slide-image-text {
    display: block;
    font-family: "Gotham";
    font-size: 2.4rem;
    width: 42.6rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(67, 66, 72, 0.5);
    text-align: center;
    margin-top: 1.4rem;
  }
  .lunch-constructor__slide-bottom-mob {
    display: flex;
    flex-direction: column;
  }

  .mob .lunch-constructor__slide-desc {
    display: block;
    font-size: 3.2rem;
    width: 100%;
  }
  .mob .lunch-constructor__slide-cost {
    display: block;
    font-size: 4rem;
    width: 100%;
  }
  .mob .lunch-constructor__slide-footnote {
    display: block;
    font-size: 2.8rem;
    width: 100%;
  }

  .lunch-constructor__bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    margin-top: -0.7rem;
  }
  .lunch-constructor__buttons {
    display: flex;
    gap: 5rem;
  }
  .lunch-constructor__btn {
    width: 31.8rem;
    padding: 2.8rem 4rem;
    color: #fff;
    border-radius: 6rem;
  }
  .lunch-constructor__btn.orange {
    background-color: #e9743f;
  }
  .lunch-constructor__btn-prev,
  .lunch-constructor__btn-next {
    width: 10rem;
    height: 10rem;
  }
  .lunch-constructor__btn-prev svg,
  .lunch-constructor__btn-next svg {
    width: 5rem;
    height: 5rem;
  }
  .lunch-constructor__navigation {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .lunch-constructor__slide-image-slider {
    margin-left: 0;
    margin-bottom: 4.8rem;
  }

  .lunch-constructor__slide-image-pagination {
    position: absolute;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .lunch-constructor__slide-image-pagination-item {
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
  }
  .lunch-constructor__slide-image-pagination-item.active {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #434248;
  }
}

.main-service__mob {
  display: none;
}
@media (max-width: 48em) {
  .main-service__mob {
    display: none;
  }
  .main-service__mob-image {
    position: absolute;
    top: 40.5%;
    left: 0;
    width: 100%;
    height: 9.2rem;
  }
  .main-service__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgba(67, 66, 72, 0.50);
  }

  .main-service__pagination .swiper-pagination-bullet-active {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #434248;
  }
  .main-service__mob-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-service__mob-text-container {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    width: 100%;
    position: relative;
    z-index: 5;
    font-family: "Montserrat";
    font-size: 7rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }

  .main-service__mob .black-text {
    color: black;
    margin: 0;
    padding: 0;
  }
  .main-service__mob .black-text:last-child {
    margin-left: 22.8rem;
  }

  .main-service__mob .black-white__text {
    position: relative;
    z-index: 5;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .main-service__mob .black-white__text::before {
    content: "для вас";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 17.7rem;
    height: 5.8rem;
    color: black;
    text-transform: uppercase;
    overflow: hidden;
  }

  .main-service__mob .white-black__text {
    text-align: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    color: black;
  }

  .main-service__mob .white-black__text::before {
    content: "корпоративное";
    position: absolute;
    z-index: 10;
    top: 0;
    height: 3.8rem;
    left: 0.2rem;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
  }
}

.services-det-wrap {
  margin-bottom: 24rem;
  margin-top: -18rem;
}

.main-service__pagination-second {
  position: absolute;
  left: 7.7rem;
  top: 30rem;
  width: fit-content;
  height: 15.6rem !important;
  overflow: hidden;
}

.main-service__pagination-second span {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
  line-height: 260%;
  text-transform: uppercase;
  color: rgba(67, 66, 72, 0.5);
  cursor: pointer;
}

.add-to-cart--disabled {
  background-color: rgba(67, 66, 72, 0.25);
  cursor: default;
}

.main-service__pagination-second span::after {
  content: "";
  position: relative;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 0.15rem;
  background-color: rgba(67, 66, 72, 0.25);
}

.main-service__pagination-second .swiper-slide-thumb-active {
  color: #434248;
}

.menu__list-pagination {
  display: none;
}

@media (max-width: 48em) {
  .menu__list-pagination {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 6rem auto 0;
    gap: 3.2rem;
  }

  .menu__list-pagination-item {
    font-family: "Gotham";
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 120%;
    color: #000;
    cursor: pointer;
  }

  .menu__list-pagination-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #434248;
    color: #fff;
  }

  .menu__list-pagination-arr {
    width: 4rem;
    height: 4rem;
    margin-left: 2rem;
  }

  .menu__list-pagination-arr svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .menu__list-pagination-arr:first-child {
    margin-right: 2rem;
    transform: rotate(180deg);
  }

  .menu__list-pagination-arr.disabled svg path {
    fill: rgba(67, 66, 72, 0.5);
  }
  
  .main-service__pagination-second {
    display: none;
  }
}

.info-banner {
  position: relative;
  width: 100%;
  margin-bottom: 24rem;
}
.info-banner__inner {
  position: relative;
  display: flex;
}
.info-banner__content-wrap {
  width: 128.8rem;
}
.info-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  font-family: 'Gotham';
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
  color: #434248;
  border-radius: 3rem;
  border: 0.1rem solid #434248;
}
.info-banner__content {
  width: 100%;
  background-color: #FFF3E5;
  padding: 9rem 8rem 5rem;
}
.info-banner__title {
  width: 70.6rem;
  font-family: 'Montserrat';
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 3rem;
}

.info-banner__btns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.info-banner__img {
  position: absolute;
  z-index: 2;
  top: 4rem;
  right: 8rem;
  width: 58.6rem;
  height: 45.6rem;
}

.info-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-banner--green {
  width: 27.2rem;
  background-color: #7FAC36;
}
.info-banner--orange {
  width: 100%;
  height: 12rem;
  background-color: #E9743F;
}
@media(max-width: 48em) {
  .info-banner {
    position: relative;
    width: 100%;
  }
  .info-banner .container {
    padding: 0;
  }
  .info-banner__inner {
    display: flex;
  }
  .info-banner__content-wrap {
    width: 100%;
  }
  .info-banner__btn {
    padding: 2.8rem 5.4rem;
    font-size: 2.8rem;
    line-height: 110%;
    border-radius: 6rem;
  }
  .info-banner__content {
    width: 100%;
    background-color: #FFF3E5;
    padding: 3.2rem 3.2rem 42rem;
  }
  .info-banner__title {
    width: 100%;
    margin-bottom: 6rem;
  }
  
  .info-banner__btns {
    gap: 4.8rem;
    align-items: flex-start;

  }
  .info-banner__btns .footer__social {
    width: 10rem;
    height: 10rem;
  }
  
  .info-banner__img {
    position: absolute;
    z-index: 2;
    top: unset;
    bottom: 6.8rem;
    right: 3.2rem;
    width: 67.8rem;
    height: 55.6rem;
  }
  
  .info-banner--green {
    display: none;
  }
  .info-banner--orange {
    width: 100%;
    height: 26.4rem;
    background-color: #E9743F;
  }
}

.services-works {
  margin-bottom: 24rem;
}
.services-works__inner{
  width: 100%;
  max-width: 192rem;
}
.services-works__title{
  font-family: 'Montserrat';
  font-size: 6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6rem;
  margin-left: 18rem;
}
.services-works__content-wrap{
  display: flex;
  justify-content: space-between;
  padding: 4.1rem 0 0 18rem;
  width: 100%;
  border-top: 0.1rem solid #434248;
  margin-bottom: 4rem;
}
.services-works__content-wrap:last-child {
  margin-bottom: 0;
}
.services-works__content{
  width: 32rem;
  margin-right: 7.9rem;
}
.services-works__content-title{
  margin-bottom: 3rem;
  font-family: 'Montserrat';
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #434248;
}
.services-works__about {
  width: 47.5rem;
  margin-right: 6rem;
}
.services-works__about .services-work__card-date {
  margin-bottom: 3.7rem;
}
.services-works__about-text {
  font-family: 'Gotham';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  color: #434248;
  margin-bottom: 4rem;
}
.services-works__tag-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.services-works__slider {
  width: 80.8rem;
}
.services-works__slide {
  width: 36.3rem;
  height: 23.6rem !important;
}
.services-works__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-works__navigation {
  margin-top: 3.2rem;
  display: flex;
  gap: 3rem;
}
.services-works__items-navigation {
  display: none;
}
.services-works__items .swiper-wrapper {
  flex-direction: column;
}
.services-works__slider .swiper-wrapper {
  flex-direction: row;
}
.korp-slider .slider__subtitle {
  margin: 0 0 2rem;
}
.korp-slider .slider__title {
  margin: 0 0 8rem;
}
.korp-slider .services .slider__line {
  cursor: auto;
}

@media (max-width: 48em) {
  .services-works__items .swiper-wrapper {
    flex-direction: row;
  }
  .services-works__items-navigation{
    display: flex;
    justify-content: center;
    gap: 4rem;
  }
  .services-works__title{
    font-size: 4.8rem;
    margin-bottom: 6rem;
    margin-left: 3.2rem;
  }
  .services-works__content-wrap{
    position: relative;
    flex-direction: column;
    padding: 3rem 0 19rem;
    margin-bottom: 0;
  }
  .services-works__content{
    width: 100%;
    margin-right: 0;
  }
  .services-works__content-title{
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .services-works__about {
    width: 100%;
    margin-right: 0rem;
    margin-top: 4rem;
  }
  .services-work__card-button {
    position: absolute;
    bottom: 5rem;
    width: 68.6rem;
  }
  .services-works__about .services-work__card-date {
    margin-bottom: 4rem;
  }
  .services-works__about-text {
    font-size: 2.8rem;
  }
  .services-works__slider {
    display: none;
  }
  .services-works__navigation {
    display: none;
  }
}

.korp-banner__container {
  width: 100%;
  display: flex;
  margin-bottom: 24rem;
  background: #FFF3E5;
}
.korp-banner__content {
  width: 95rem;
  padding: 17.6rem 6.8rem 15.9rem 0;
  margin-left: 18rem;
}
.korp-banner__title {
  font-family: 'Montserrat';
  font-size: 6rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #434248;
  margin-bottom: 3rem;
}
.korp-banner .main-service__btn {
  margin: 0;
  width: fit-content;
}
.korp-banner__image {
  width: 81.2rem;
  height: 63.3rem;
}
.korp-banner__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.korp-about .services-det__section-subtitle {
  margin-bottom: 2rem;
}
.korp-about__inner {
  margin-bottom: 24rem;
  display: flex;
  align-items: center;
}
.korp-about__image-mob {
  display: none;
}
.korp-about__image {
  width: 49.3rem;
  height: 82rem;
  margin-right: 3.8rem;
}
.korp-about__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.korp-about__content {
  height: fit-content;
}
.korp-about__item {
  width: 87.7rem;
  margin-bottom: 6rem;
}
.korp-about__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 48em) {
  .korp-banner__container {
    width: 68.6rem; 
    margin: 0 auto;
    margin-bottom: 20rem;
    margin-top: 22.4rem;
    flex-direction: column;
  }
  .korp-banner__content {
    width: 100%;
    padding: 4rem 2rem;
    margin: 0;
  }
  .korp-banner__title {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .korp-banner .main-service__btn {
    position: relative;
    padding: 2.4rem 4.8rem;
  }
  .korp-banner__image {
    width: 100%;
    height: 66rem;
  }
  .korp-about__inner {
    margin-bottom: 20rem;
    flex-direction: column;
  }
  .korp-about__image {
    display: none;
  }
  .korp-about__image-mob {
    display: block;
    width: 100%;
    height: 80rem;
    margin-bottom: 4rem;
  }
  .korp-about__image-mob img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .korp-about__item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .formats__card-link {
    width: 100%;
  }
}
.reviews-main__link {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 4.3rem;
  gap: 1.2rem;
  padding: 0.7rem 0.7rem 0.7rem 2.4rem;
  background: #fff;
  border-radius: 3rem;
  margin: 0 auto;
  color: #434248;
  line-height: 1.9rem;
}
.reviews-main__link-img {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
}
.portfolio-det__content-section {
  align-items: center;
}
.portfolio-det__section-head {
  align-items: baseline;
}
.about__discription {
  width: 104.5rem;
  text-transform: uppercase;
}
.about__features {
  height: 76rem;
}
.about .swiper-wrapper {
  justify-content: space-between;
  align-content: space-between;
  gap: 0;
} 
.footer__links-wrap {
  display: flex;
  gap: 4rem;
  margin-left: 14rem;
}
.footer__social-link {
  font-family: 'Gotham';
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  color: #434248;
}
.portfolio-det__pagination-wrapper {
  display: none;
}
@media (max-width: 48em) {
  .formats__card-1, 
  .formats__card-2, 
  .formats__card-3, 
  .formats__card-4, 
  .formats__card-5, 
  .formats__card-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .formats .swiper-slide {
    height: auto !important;
  }
  .formats__card-btn {
    margin-top: auto;
  }
  .back-call__desc {
    margin-bottom: 145.4rem;
  }
  .card__add-box-items--clue {
    font-size: 2.8rem;
  }
  .portfolio__list,
  .articles__list {
    width: 92%;
  }
  .portfolio .item,
  .articles .item {
    padding: 2.4rem 3rem 3rem;
    width: 100%;
  }
  .portfolio .item__info,
  .articles .item__info {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .portfolio .item__title {
    margin-left: 0;
  }
  .articles .item__title {
    width: 100%;
    margin-left: 0;
  }
  .portfolio .item__img {
    margin-left: 0;
    width: 100%;
    height: 28rem;
    margin-bottom: 0;
  }
  .articles .item__img,
  .articles .item__time {
    margin-left: 0;
    width: 100%;
  }
  .articles .item__subtitle {
    width: 100%;
    margin-left: 0;
  }
  .services-works__items {
    width: 90%;
    margin: 0 auto;
  }
  .footer__nav-list {
    column-count: 2;
  }
  .footer__box-bottom {
    align-items: flex-start;
  }
  
  .footer__links-wrap {
    gap: 2rem;
    margin-left: 0;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .footer__social-link {
    font-size: 3.2rem;
  }
  .about__discription {
    width: 100%;
  }
  /* .footer__contact-desc:last-child {
    margin-left: 2rem;
  } */
  .portfolio-det__mobile-navigation {
    display: none;
  }
  .portfolio-det__pagination-wrapper {
    display: block;
    margin-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
  }
  .portfolio-det__pagination {
    color: #000;
    text-align: left;
    font-family: Gotham;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
  }
  .portfolio-det__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgba(67, 66, 72, 0.50);
  }
  .portfolio-det__pagination .swiper-pagination-bullet-active {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #434248;
  }
  /* .formats__card > a {
    width: 100%;
  } */
  .reviews-main__link {
    height: 8.6rem;
    gap: 2.4rem;
    padding: 1.4rem 1.4rem 1.4rem 4.8rem;
    border-radius: 6rem;
    line-height: 3.8rem;
  }
  .reviews-main__link-img {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
  }
}
.item__minus.disabled,
.item__plus.disabled {
  opacity: 0.4;
}

.services .slider__line {
  cursor: default;
}
.swiper-slide__navigation {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 3rem;
  margin-top: -4rem;
  margin-bottom: 5rem;
}
.contacts .item {
  width: 53rem;
}
.contacts .item__line--phone {
  width: 12rem;
}
.contacts .item__line {
  width: 10rem;
}
.contacts .item__title.order-title {
  width: 13rem;
  margin-right: 1.2rem;
}
.contacts .item__line.item__line--order {
  width: 3rem;
  margin-right: 2.5rem;
}
@media (max-width: 48em) {
  .contacts .item {
    width: 100%;
  }
  .contacts .item__line {
    width: 13.3rem;
  }
  .contacts .item__line--phone {
    width: 10.4rem;
  }
  .contacts .item__title.order-title {
    width: auto;
    margin-right: 2.4rem;
  }
  .contacts .item__title.order-title br {
    display: none;
  }
  .contacts .item__line.item__line--order {
    width: 3rem;
    margin-right: 4rem;
  }
}
.cart__confirm-order {
  position: relative;
}
.cart__confirm-order .cart__confirm-button-tip {
  position: absolute;
  top: -5rem;
}
@media (max-width: 48em) {
  .cart__confirm-order .cart__confirm-button-tip {
    top: 7rem;
  }
  .services .slider__pagination-icon {
    display: none;
  }
  .services .slider .card--2,
  .services .slider .card--3,
  .services .slider .card--4 {
    padding-top: 0;
  }
  .SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_bottom.SmartCaptcha-Shield_position_right {
    z-index: 200;
  }
}
.back-call__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 119, 118, 0.64);
  z-index: 100;
  display: none;
}
.back-call__modal.active {
  display: block;
}
.back-call__modal-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.menu__new-card .item__buttons,
.menu__special-card .item__buttons {
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid #434248;
  display: flex;
  gap: 3rem;
}
.menu__new-card .item__minus,
.menu__new-card .item__plus,
.menu__special-card .item__minus,
.menu__special-card .item__plus {
  width: 1.6rem;
  cursor: pointer;
}

.item__buttons.hidden {
  display: none;
}

.menu__special-card-top--article {
  font-family: Gotham;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  color: #A1A0A3;
  margin-left: auto;
  display: inline-block;
}
.menu__special-card-info--subtitle {
  font-family: Gotham;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.8rem;
  color: #E9743F;
  /* margin-bottom: 3rem; */
}
.menu__special-card-info--desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu__special-card-info--desc p {
  font-family: Gotham;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  color: #434248;
  text-transform: uppercase;
}
.menu__special-card-info--desc p:last-child {
  text-transform: none;
}
.menu__special-card-info--desc p span {
  color: #A1A0A3;
  text-transform: none;
}
.menu__special-card-tip {
  position: relative;
  top: -3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.menu__special-card-tip svg {
  width: 1.5rem;
  height: 1.5rem;
}
.menu__special-card-tip-text {
  font-family: Gotham;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #A1A0A3;
}
@media (max-width: 48em) { 
  .menu__new-card .item__buttons,
  .menu__special-card .item__buttons {
    padding: 1.6rem 3.4rem;
    border: 0.2rem solid #434248;
    gap: 3rem;
    align-items: center;
  }
  .menu__new-card .item__counter,
  .menu__special-card .item__counter {
    font-size: 2.8rem;
  }
  .menu__new-card .item__minus,
  .menu__new-card .item__plus,
  .menu__special-card .item__minus,
  .menu__special-card .item__plus {
    width: 3.2rem;
  }
  .menu__special-card-top--article {
    font-size: 2.8rem;
    line-height: 120%;
  }
  .menu__special-card-info--subtitle {
    font-size: 2.8rem;
  }
  .menu__special-card-info--desc {
    gap: 1.4rem;
  }
  .menu__special-card-info--desc p {
    font-size: 2.8rem;
    line-height: 120%;
  }
  .menu__special-card-tip {
    position: relative;
    top: -7rem;
    gap: 1.6rem;
  }
  .menu__special-card-tip svg {
    width: 3rem;
    height: 3rem;
  }
  .menu__special-card-tip-text {
    font-size: 2.4rem;
    line-height: 120%;
  }
  .reviews__slider {
    padding: 6rem 0 9.7rem 0rem;
  }
  .reviews__slider-desc {
    padding: 4rem 0 9.7rem 0rem;
  }
  .reviews-main__link-desc {
    margin-top: 10rem;
  }
}
.lunch-constructor__slide-left .lunch-constructor__slide-desc,
.lunch-constructor__slide-left .lunch-constructor__slide-title {
  transform: translateX(30rem);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.swiper-slide-active .lunch-constructor__slide-desc,
.swiper-slide-active .lunch-constructor__slide-title {
  transform: translateX(0%);
  opacity: 1;
}


.lunch-constructor__title {
  width: 100%;
  text-align: center;
  margin-bottom: 8rem;
}

.lunch-constructor__slide-options {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  text-align: left;
  color: #E9743F;

}

.lunch-constructor__slide-title {
  text-align: left;
  margin-bottom: 1.6rem;
}

.lunch-constructor__slide-weight::before {
  display: none;
}

.lunch-constructor__slide-cost {
  color: #E9743F;
  margin-bottom: 9.6rem;
}

.lunch-constructor__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: fit-content;
  margin-bottom: 9.6rem;
}

.lunch-constructor__words {
  width: 33.2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: left;
  padding-bottom: 1.2rem;
  margin-top: auto;

}

.lunch-constructor__words::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/tringleline.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


.lunch-constructor__slide-item {
  width: 37.7rem;
  border-radius: 0;
}

.lunch-constructor__slide-item.active  {
  width: 41rem;
  transform: translateX(0);
}

.lunch-constructor__slide-image {
  width: 64.4rem;
}

.lunch-constructor__slide-right {
  height: initial;
}

.lunch-constructor__description-h {
  width: 37.7rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-align: left;
  padding-top: 8.2rem;

}

.lunch-constructor__description-h::before {
  position: absolute;
  content: '';
  top: 0;
  width: 5.2rem;
  height: 8.2rem;
  background-image: url(../img/topline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
}

.lunch-constructor__description-h span {
  color: #E9743F;
}

.lunch-constructor__slider {
  width: 100%;
}

.swiper {
  height: initial!important;
}

.lunch-constructor__slide-item {
  width: 41rem;
}

.lunch-constructor__slide-item-img {
  min-width: 7.2rem;
  min-height: 7.2rem;
}

.lunch-constructor__slide-image-slider {
  width: 64.6rem;
  min-width: 64.4rem;
  height: 57.7rem!important;
}


.main-h__swiper-container {
  opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.3s ease;
}

.main-h__swiper-container.active {
  opacity: 1;
  visibility: visible;
  position: static;
}


.main-h__left-swiper {
  width: 100%;
  height: 53.2rem!important;
}

.main-h__slide-image {
  width: 100%;
  height: 57rem;
  object-fit: cover;
}

.main-h__slide-image img {
  height: 100%;
  object-fit: cover;
}

.serv-m__swiper {
  width: 100%;
  overflow: hidden;
  height: fit-content!important;
}


.main-h__left-slide-image {
  width: 100%;
  height: 17rem;
  margin-bottom: 2rem;
}

.main-h__left-slide-image:last-child {
  margin-bottom: 0;
}

.main-h__left-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover ;
}

.corp-ba__banner-image .mob {
  display: none;
}

.lunch-constructor__phone {
  display: none;
}

@media (max-width: 48em) {

  .main-h {
    padding-top: 24rem;
  }

  .main-h__wrapper {
    flex-direction: column-reverse;
  }

  .main-h__right {
    width: 100%;
  }

  .main-h__right-title {
    width: 100%;
  }

  .main-h__left {
    width: 100%;
  }

  .main-h__right-title {
    font-size: 5.4rem;
    line-height: 6.4rem;
  }

  .main-h__right-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #98C11D;
    padding: 1.5rem 1.8rem;
    border-radius: 100rem;
    position: absolute;
    right: 3.2rem;
    transform: rotate(23deg);
    margin-top: -2rem;
}

  .main-h__right-price span {
    font-size: 2.5rem;
  }

  .main-h__scroll-bar {
    width: 28rem;
    transform: translateX(16%);
  }

  .main-h__pagination {
    margin: 0;
  }

  .main-h__btn-prev, .main-h__btn-next  {
    width: 7rem;
    height: 7rem;
  }

  .main-h__btn-prev {
    margin-right: 1.4rem;
  }

  .main-h__btn-prev svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .main-h__btn-next svg {
    width: 3.4rem;
    height: 3.4rem;
  }

  .main-h__navigation {
    margin-bottom: 3.2rem;
  }

  .main-h__right-wrapper {
    margin-bottom: 3.2rem;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .main-h__swiper {
    height: 45.2rem!important;
  }

  .swiper-slide {
    height: initial!important;
  }

  .main-h__slide-image img {
    height: 100%;
    object-fit: cover;
  }

  .main-h__slide-image {
    min-width: 100%;
    height: 100%;
    padding: 3.2rem;
  }

  .main-h__title {
    font-size: 4.4rem;
    line-height: 5.2rem;
    width: 38rem;
    margin-bottom: 3.2rem;
  }

  .main-h__link-menu {
    padding: 1.6rem 3.2rem;
    margin-bottom: 6.4rem;
  }

  .main-h__link-menu span {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  .main-h__tabs {
    display: none;
  }

  .main-h__left-slide-image {
    margin-bottom: 0;
    width: 20.6rem;
    height: 32rem;
    margin-right: 1.6rem;
  }

  .main-h__left-slide-image:last-child {
    margin-right: 0;
  }

  .main-h__content {
    margin-top: 8rem;
    flex-direction: column;
    width: 100%;
  }

  .main-h__box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4.8rem;
  }

  .main-h__box:last-child {
    margin-bottom: 0;
  }

  .main-h__box-icon {
    width: 9.6rem;
    height: 9.6rem;
    margin-right: 2.4rem;
  }

  .main-h__box-icon svg {
    width: 5.6rem;
    height: 5.6rem;
  }

  .main-h__box-text {
    width: 37.7rem;
  }

  .main-h__box-text p {
    font-size: 3.2rem;
    line-height: 4rem;
  }


.lunch-constructor {

}

.lunch-constructor__title {
  font-size: 5.4rem;
  line-height: 6.4rem;
  margin-bottom: 4.8rem;
}

.lunch-constructor__slide-options {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
}

.lunch-constructor__slide-wrapper-w {
  flex-direction: column;
}

.lunch-constructor__slide-title {
  width: 100%;
  font-size: 4.4rem;
  line-height: 5.2rem;
  margin-bottom: 2.4rem;
}

.lunch-constructor__slide-weight {
  margin: 0;
  width: 100%;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 2.4rem;
}

.lunch-constructor__buttons {
  display: none;
}

.lunch-constructor__words {
  display: none;
}

.lunch-constructor__slide-image-slider {
  width: 100%;
  min-width: 100%;
  height: 48rem !important;
  position: relative;
}

.lunch-constructor__slide-image-text {
  display: none;
}

.lunch-constructor__slide-image {
  width: 100%;
  height: 48rem;
  position: absolute;
  top: 0;
  left: 0;
}

.lunch-constructor__slide-image {
  width: 100%;
  height: 48rem;
}

.lunch-constructor__slide-desc, .lunch-constructor__slide-cost, .lunch-constructor__slide-footnote, .lunch-constructor__slide-item, .lunch-constructor__pagination, .lunch-constructor__scroll-bar {
  display: flex;
}

.lunch-constructor__slide-right {
  height: initial;
  display: flex;
  flex-direction: column-reverse;
}

.lunch-constructor__slide-image-pagination {
  display: none;
}

.lunch-constructor__description-h {
  display: none;
}

.lunch-constructor__slide-cost {
  color: #E9743F;
  margin-bottom: 9.6rem;
  position: absolute;
  right: 0;
  top: 12rem;
}

.lunch-constructor__slide-item {
  width: 100%;
}

.mob .lunch-constructor__slide-cost {
  display: none;
}

.lunch-constructor__slide-item.active {
  width: 100%;
}

.lunch-constructor__slide-item-text {
  display: none;
}

.lunch-constructor__slide-item-img {
  min-width: 12.2rem;
  min-height: 12.2rem;
}

.lunch-constructor__slide-item-name {
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}

.lunch-constructor__slide-item-weight {
  font-size: 2.4rem;
}

.lunch-constructor__slide-bottom-mob {
  display: none;
}

.lunch-constructor__btn-prev, .lunch-constructor__btn-next {
  width: 7rem;
  height: 7rem;
}

.lunch-constructor__navigation {
  justify-content: space-between;
  width: 100%;
}

.lunch-constructor__btn-prev svg, .lunch-constructor__btn-next svg {
  width: 3rem;
  height: 3rem;
}

.lunch-constructor__btn-prev {
  left: 51rem;
  position: absolute;
}   


.lunch-constructor__pagination {
  margin: 0;
}

.lunch-constructor__scroll-bar {
  width: 26.1rem;
  height: 2px;
  transform: translateX(22%);
}

.corp-ba {

}

.corp-ba__banner {
  height: auto;
  flex-direction: column;
}

.corp-ba__banner-image {
  width: 100%;
}

.corp-ba__banner-wrap {
  padding: 0;
}

.corp-ba__banner-wrap-title {
  padding-top: 4.8rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  width: 100%;
  line-height: 5.2rem;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.corp-ba__banner-wrap-text {
  width: 100%;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #43424880;
  
  margin-bottom: 4.8rem;
}


.corp-ba__banner-wrap-inner {
  flex-direction: column;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  align-items: inherit;
  margin-bottom: 4.8rem;
}

.corp-ba__btn {
  padding: 1.6rem 3.2rem; 
  margin-bottom: 2.4rem;
  margin-right: 0;
  font-size: 2.8rem;
  height: 7.2rem;
  line-height: normal;
}

.corp-ba__btn-whatt {
  padding: 1.6rem 3.2rem; 
  margin-bottom: 2.4rem;
  margin-right: 0;
  font-size: 2.8rem;
  height: 7.2rem;
  border-radius: 6rem;
  font-weight: 500;
  line-height: normal;
}

.corp-ba__btn-whatt-icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 2.4rem;
  border-radius: 6rem;
}

.corp-ba__banner-image {
  width: 100%;
  height: 38rem;
}

.corp-ba__banner--two .corp-ba__banner-arrow {
  width: 14.5rem;
  height: 9rem;
  position: absolute;
  z-index: 2;
  top: 63%;
  transform: rotate(45deg);
  left: 42%;
}

.dev-eat__title {
  font-size: 5.4rem;
  margin-bottom: 6.4rem;
  margin-bottom: 0;
}

.dev-eat__wrapper {
  flex-direction: column;
}

.dev-eat--main .dev-eat__box {
  width: 100%;
  margin-bottom: 6.4rem;
}

.dev-eat--main .dev-eat__box {
  padding-top: 0;
  border-top: none;
  
}

.dev-eat__box-content {
  padding-top: 0;
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.dev-eat--main .dev-eat__box:last-child {
  margin-bottom: 0;
}

.back-call__box-left {
  padding: 15rem 2rem 5rem 2rem;
}

.back-call__gift {
  width: 58rem;
  height: 12rem;
  margin-bottom: 4.8rem;
  padding: 1.2rem;

}

.back-call__gift-icon {
  width: 9.6rem;
  min-width: 9.6rem;
  height: 9.6rem;
  margin-right: 1.2rem;
}

.back-call__gift-text {
  width: 100%;
  line-height: 3.8rem;
  font-size: 2.6rem;
  text-transform: uppercase;
}

.back-call__contacts-list {
  position: relative;
  padding-top: 4.8rem;
}

.back-call__contacts-list::before {
  position: absolute;
  content: '';
  width: 68rem;
  height: 0.1rem;
  background-color: #fff;
  top: 0;
  left: -2rem;
}


.culture__wrapper {
 
  flex-direction: column;
}


.culture__left {
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-bottom: 8rem;
}

.culture__right {
  width: 100%;
  height: auto;
}

.culture__bottom {
  display: none;
}

.culture__left-title {

font-size: 5.4rem;
font-weight: 400;
line-height: 6.4rem;
text-align: center;
margin-bottom: 6.4rem;

}

.culture__left-left {
  width: 100%;
  padding: 5.2rem;
}

.culture__left-galka {
  width: 51.6rem;
  height: 10rem;
  margin-bottom: 6.4rem;
}

.culture__left-right {
  width: 100%;
  max-width: 100%;
  height: 57.6rem;
}

.culture__left-lists {
  display: flex;
  justify-content: space-between;
}

.culture__left-lists li {
  font-size: 2.8rem;
  margin-bottom: 0;
  padding-left: 2rem;
}

.culture__left-lists li::before {
  width: 0.8rem;
  height: 0.8rem;
}

.culture__right-pagination {
  display: none;
}

.culture__right-swiper {
  width: 45.3rem;
  
}

.culture__right-pagination {
  display: none;
}

.why__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.4rem;
}

.why__inner {
  display: flex;
  flex-direction: column;
  align-items: initial;
  margin-bottom: 6.4rem;
}

.why__inner-text {
  width: 100%;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
}

.why__wrapper {
  
  flex-direction: column;
}

.why__box {
  width: 100%;
  margin-bottom: 3.2rem;
  height: auto;
}

.why__box-number {
  display: none;
}

.why__box-title {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
  width: 29.1rem;
}

.why__box-text {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin-bottom: 0;
}

.serv-m__btn {
  display: none;
}

.serv-m__box {
  width: 100%;
  min-height: auto;
}

.serv-m__box-image {
  height: 60rem;
  margin-bottom: 4.8rem;
}

.serv-m__box-title {
  font-size: 4.4rem;
  line-height: 5.2rem;
  margin-bottom: 1.6rem;
  width: 56rem;
}

.serv-m__box-text {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 4.8rem;
}

.serv-m__box-link {
  padding: 1.6rem 3.2rem;
  font-size: 2.8rem;
  border-radius: 6rem;
  background-color: #E9743F;
}

.serv-m__box-link span {
  font-size: 2.8rem;
}


.serv-m__btn-prev, .serv-m__btn-next {
  width: 7rem;
  height: 7rem;
}

.serv-m__navigation {
  justify-content: space-between;
  width: 100%;
}

.serv-m__btn-prev svg, .serv-m__btn-next svg {
  width: 3rem;
  height: 3rem;
}

.serv-m__btn-prev {
  left: 51rem;
  position: absolute;
}   


.serv-m__pagination {
  margin: 0;
}

.serv-m__scroll-bar {
  width: 26.1rem;
  height: 2px;
  transform: translateX(22%);
}

.reviews {
  padding-top: 35.5rem;
}

.reviews__desc {
  top: 22.5rem;
  font-size: 9rem;
  line-height: 12.6rem;
}

.reviews-main__link {
  height: 8.6rem;
  gap: 2.4rem;
  padding: 1.4rem 1.4rem 1.4rem 4.8rem;
  border-radius: 6rem;
  line-height: 3.8rem;
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 50rem;
}

.our-works--two .our-works__title {
  position: initial;
  font-size: 5.4rem;
  text-align: center;
  margin-bottom: 6.4rem;
  width: 100%;
}

.our-works--two .our-works__slide-img {
  height: 42.2rem;
}

.our-works--two .our-works__slide-content {
  height: auto;
  padding: 6.4rem 4.8rem;
}

.our-works--two .our-works__slide-content-image {
  width: 29.8rem;
  height: 37rem;
  margin-bottom: 4.8rem;
}

.corp-ba__banner-image .desk {
  display: none;
}

.corp-ba__banner-image .mob {
  display: block;
}

.lunch-constructor__phone {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
  position: relative;
}

.lunch-constructor__phone::before {
  position: absolute;
  content: '';
  width: 9.2rem;
  height: 14.6rem;
  top: 6rem;
  right: 0;
  background-image: url(../img/topgalka.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

.lunch-constructor__phone-text {
  position: relative;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 4.8rem;
  padding-bottom: 2.6rem;
  width: 54.8rem;

}

.lunch-constructor__phone-text::after {
  position: absolute;
  content: '';
  width: 88%;
  height: 1.8rem;
  background-image: url(../img/volnavol.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}

.lunch-constructor__phone-text-t {
  position: relative;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 4.8rem;
  width: 56.8rem;
}

.lunch-constructor__phone-text-t span {
  color: #e9743f;
}

.lunch-constructor__phone-btns {
  display: flex;
  justify-content: space-between;
}

.lunch-constructor__btn {
  width: 33.8rem;
}
  
}
