/*******************************************
*** YT Framework: css ***
*******************************************/

/* Medium devices Desktops
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {}

/* Small devices Tablets
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px) {}


.keks1 {
    margin-top: -130px;
    text-align: right;
    margin-right: 10px;
    border-radius: 10px;
}

@media (min-width: 1708px) {
    .keks1 {
        margin-top: -130px;
        text-align: right;
        margin-right: 50px;

    }
}

@media (max-width: 769px) {

    .module_menu,
    div.module {
        margin: 10px;
    }
}

.relative {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    color: #f70709 !important;
}

#yt_spotlight6 {
    background-image: url('/images/fon-galv-3.jpg');
    background-position: bottom;
}

.swiper-pagination {
    bottom: -35px !important;
}

.swiper-pagination-bullet-active {
    background: #ff6364 !important;
}

.flex-box {
    display: flex;
}



.js-center {
    justify-content: center;
}



@media (max-width:769px) {
    .flex-box {
        flex-direction: column;
    }
}

/* glavnaya */
._h1 {
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
    font-size: 200%;
    line-height: 115%;
}

.flex-slide {
    display: flex;
    background-color: #f7f7f7;
    /* background-image: url(/images/slide-2.png); */
    background-size: cover;
    background-position: bottom;
    border-radius: 15px;
}

.flex-slide-text {
    padding: 80px 50px;
    flex: 1;
}

.bg-slide-text {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
}

@media (max-width: 769px) {
    .flex-slide {
        width: 100%;
        flex-direction: column;
    }

    .flex-slide-text {
        padding: 0;
    }

    .bg-slide-text {
        min-height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }
}

.flex-slide-img {
    flex: 0.9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.swiper3 {
    overflow: hidden !important;
}

.swiper3 .swiper-button-next {
    right: 65px;
    left: auto;
}

.swiper3 .swiper-button-prev {
    right: 120px;
    left: auto;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    top: auto;
    bottom: 50px;
    background-color: #fff;
    padding: 25px 15px;
}

@media (max-width: 769px) {
    #slide1 {
        padding: 0;
    }

    .nomob {
        display: none !important;
    }

    .padb10-mob {
        padding-bottom: 10px;
    }

    .padt10-mob {
        padding-top: 10px;
    }

    .swiper3 .swiper-button-next,
    .swiper3 .swiper-button-prev {
        top: 20px;
        bottom: auto;
    }
}

@media (min-width: 770px) {
    .no-dekstop {
        display: none;
    }
}

.flex-center-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}

.btn-n {
    margin: .4em;
    padding: 8px 8px;
    cursor: pointer;
    background: #ff6364;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
}

.btn-hover {
    position: relative;
    color: #ffffff;
}

.btn-hover:hover {
    color: #ffffff;
}

.btn-hover:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #ff6364 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.btn-hover:hover:before,
.btn-hover:focus:before,
.btn-hover:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

.roz-color {
    color: #ff6364;
    ;
}



.grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flex-pre {
    display: flex;
    gap: 10px;
}

.flex-pre .flex-1 {
    flex: 1;
}

.flex-pre .flex-2 {
    flex: 2;
}

.pre-text div {
    padding-bottom: 20px;
}

.fw-600 {
    font-weight: 600;
}

.center {
    text-align: center;
}

.bg-fon-white {
    background-color: #fff;
    border-radius: 15px;
    gap: 10px;
}

.bg-fon-orange {
    background-color: #FBA872;
    border-radius: 15px;
    gap: 10px;
}

@media (max-width: 769px) {
    .bg-fon-white {
        background: #F2F2F2;
    }

    .flex-pre {
        flex-direction: column;
        width: 100%;
    }

    .grid-col-2 {
        grid-template-columns: 1fr;
    }
}



/* ------------------- */
._hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ff6364;
}

.swiper-button-prev-menu,
.swiper-button-next-menu {
    top: 20px;
    background-color: #fff;
    padding: 25px 15px;
    right: 120px;
    left: auto;
}

.swiper-button-prev-menu {
    right: 120px;
    left: auto;
}

.swiper-button-next-menu {
    right: 65px;
    left: auto;
}

.swiper-menu__wrapper {
    padding-top: 20px;
}

.mini-slider__slide.swiper-slide-thumb-active {
    opacity: 1;
    color: #ff6364;
}

.padt-10 {
    padding-top: 10px;
}

.padd-20 {
    padding: 20px;
}

.padd-30 {
    padding: 30px;
}

.padd-40 {
    padding: 40px;
}

.paddt-40 {
    padding-top: 40px;
}

.tab-knopka {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border: solid 1px #ff6364;
    border-radius: 8px;
}

.menu-fon {
    padding: 20px 70px;
    background: #fff;
    border-radius: 15px;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 769px) {
    .mini-slider__wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .mini-slider-menu .mini-slider__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .tab-knopka {
        display: inline-block;
    }

    .menu-fon {
        padding: 0;
    }

    .swiper4 .swiper-button-prev,
    .swiper4 .swiper-button-next,
    .swiper5 .swiper-button-prev,
    .swiper5 .swiper-button-next,
    .swiper7 .swiper-button-prev,
    .swiper7 .swiper-button-next {
        top: 25%;
    }

    .swiper-menu__wrapper {
        padding-top: 55px;
    }

    .swiper-button-next-menu {
        right: 0;
        left: auto;
    }

    .swiper-button-prev-menu {
        right: 55px;
        left: auto;
    }
}

.mini-slider,
.mini-slider1,
.mini-slider2 {
    padding-bottom: 30px;
}

.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next,
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next,
.swiper7 .swiper-button-prev,
.swiper7 .swiper-button-next {
    background-color: #ffffff;
    ;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #ff6364;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 31%);
}

.swiper4 .swiper-button-prev:after,
.swiper4 .swiper-button-next:after,
.swiper5 .swiper-button-prev:after,
.swiper5 .swiper-button-next:after,
.swiper7 .swiper-button-prev:after,
.swiper7 .swiper-button-next:after {
    font-size: 25px;
}

.img-br {
    border-radius: 15px;
}

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




.padt-30 {
    padding-top: 30px;
}

@media (max-width: 769px) {
    .padt-30 {
        padding-top: 20px;
    }
}

@media (min-width: 770px) {
    .padt-30-dekstop {
        padding-top: 30px;
    }
}


.CaptchaBody #captcha41 {
    width: 120px;
}

.br-10 {
    border-radius: 10px;
}

.akc-col {
    padding: 20px;
    display: grid;
    gap: 25px;
}

.akc-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.akc-title {
    padding: 5px;
    background: #e5e5e5;
    display: inline-block;
    border-radius: 10px;
}

.padd-10 {
    padding: 10px;
}

.pos-img {
    position: absolute;
    top: -6px;
    right: 10px;
}

.pos-img img {
    width: 130px;
    border-radius: 40px;
}

@media (max-width: 769px) {
    .akc-title {
        padding: 5px;
        background: #FFF;
        display: inline-block;
        border-radius: 10px;
    }

    .pos-img {
        position: relative;
        right: 0;
    }

    .akc-card {
        background: #e5e5e5;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
    }
}

div.modal.fade.in {
    display: block !important;
}

.pwebcontact-modal.modal.fade.hide.in .pwebcontact-container {
    visibility: visible !important;
}

.fs-18 {
    font-size: 18px;
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.cat-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    border: 1px solid #ff6364;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cat-card .icon {
    font-size: 36px;
    color: #ff6364;
    margin-bottom: 15px;
}

.cat-card .icon img {
    height: 120px;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #ff6364;
}

.cat-card .title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff6364;
}

@media (max-width: 769px) {
    .cat-card {
        background: #F2F2F2;
    }

    .cat-grid {
        gap: 15px;
    }
}

.swiper8 .swiper-wrapper .swiper-slide img {
    border-radius: 15px;
}

.padb-20 {
    padding-bottom: 20px;
}

.padb-10 {
    padding-bottom: 10px;
}

.team-title {
    padding-top: 15px;
}

.team-dolzhnost {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.team-fon {
    background: #fff;
    border: 1px solid #ff6364;
    border-radius: 15px;
}

.team-fon img {
    border-radius: 15px;
}

@media (max-width: 770px) {
    .team-dolzhnost {
        display: flex;
        flex-direction: column;
    }

    .team-fon {
        background: #fff;
        border: 1px solid #ff6364;
        border-radius: 15px;
    }

    .team-fon {
        background: #f2f2f2;
    }
}

.team-stazh {
    color: #ff6364;
}


.star {
    display: flex;
}

.star img {
    width: 25px;
    height: 25px;
}

.swiper9 .swiper-wrapper {
    margin-top: 60px;
}

.swiper-button-next9,
.swiper-button-prev9 {
    top: 25px;
}

.swiper-button-next9 {
    right: 15px;
    left: auto;
}

.swiper-button-prev9 {
    left: auto;
    right: 75px;
}

.otziv-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 300px;
}

.otziv-card title {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
}

.otziv-card .txt {
    padding: 10px;
}

@media (max-width: 769px) {
    .otziv-card {
        background: #F2F2F2;
    }
}

.swiper2 img {
    border-radius: 15px;
}

.marquiz__inline-frame {
    border-radius: 15px;
}

#owl-carousel-brand .owl-stage-outer img {
    border-radius: 10px;
}

@media (min-width: 770px) {
    .no-Desktop {
        display: none;
    }
}

.akc-df-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.akc-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.akc-price {
    text-align: center;
    font-size: 30px;
    color: #ff6364;
    font-weight: 600;
}

.pad40-40 {
    padding: 40px 20px;
}

.res-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.res-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    border: 1px solid #ff6364;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.res-card .icon {
    font-size: 36px;
    color: #ff6364;
    margin-bottom: 15px;
}

.res-card .icon img {
    height: 120px;
    margin: 0 auto;
}

.res-card .title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff6364;
}

.res-card .descr {}

.aspect-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

@media (max-width: 769px) {
    .res-card {
        background: #F2F2F2;
    }

    .res-grid {
        gap: 15px;
    }

    .aspect-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }
}

.faq-st a:hover {
    color: #A94442;
    ;
}

.faq-st .panel-title {
    font-size: 18px;
}

.faq-st .panel-heading {
    padding: 20px;
    background: #F2F2F2;
    border: 1px solid #FBA872;
    border-radius: 15px;
}

.faq-st .panel-heading :not(.collapsed) {
    border-radius: 15px 15px 0 0;
}

.faq-st .panel-default {
    border-radius: 15px;
}

.faq-st .panel-body {
    border: 1px solid #FBA872;
    border-radius: 0 0 10px 10px;
    border-top: none;
    padding: 20px;
}

.ssilka-wa {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 770px) {
    .only-mob {
        display: none;
    }

    #logo-txt {
        display: none;
    }
}

@media (max-width: 1200px) {
    #yt_mainmenu {
        height: 0;
    }
}



.col-zakaz {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.col-zakaz>li:last-child:not(.full):nth-child(odd) {
    grid-column: 1 / -1;
}

@media (max-width: 769px) {
    .col-zakaz {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.flex-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.flex-icon img {
    width: 70px;
    padding-right: 5px;
}

.bg-fon-img {
    background-color: #FBA872;
    border-radius: 15px;
    background-image: url(/images/zakaz-20-11-1.jpg);
    background-size: cover;
    min-height: 250px;
}

@media (max-width: 769px) {
    .mb-10-mob {
        margin-bottom: 10px;
    }
}

.h_3 {
    font-size: 130%;
    line-height: 110%;
    text-align: center;
    margin: 30px 0;
    font-weight: 600;
    color: #ff6364;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0 !important;
}

.footer-ssilki {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.footer-ssilki a {
    text-wrap: nowrap;
}

@media (max-width:769px) {
    .footer-ssilki {
        flex-direction: column;
        gap: 0;
    }
}
#yt_spotlight9 {
    display: none;
}


.menu-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}
@media (max-width: 769px) {
    .menu-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }
}
.main-menu-card {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    border: 1px solid #ff6364;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 769px) {
    .main-menu-card {
        background: #F2F2F2;
    }
}
.main-menu-card .title {
    font-weight: bold;
    margin: 10px 0;
    font-size: 20px;
    color: #ff6364;
}
.image-menu-card {
    height: 240px;
}
.image-menu-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}
.col-sostav {
    font-style: italic;
    color: #999;
}
.sostav-blud {
    padding-top: 35px;
}



/* Tabs */
.em-i-tabs__head {
  margin-bottom: 20px;
}

.em-i-tabs__bar {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 12px 0 14px;
  /* border-top: 1px solid #EDC993;
  border-bottom: 1px solid #EDC993; */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.em-i-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    appearance: none;
    border: solid 1px #ff6364;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    padding: 10px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;
    color: #ff6364;
}

.em-i-tab.is-active {
    color: #fff;
    background: #ff6364;
}

.em-i-tab:focus-visible {
  outline: 2px solid rgba(10, 163, 163, .35);
  outline-offset: 2px;
}

.em-i-tabs__panels {
  margin-top: 20px;
}

.em-i-panel {
  border: 0;
}

@media (min-width: 770px) {
  .em-i-tabs__bar {
    justify-content: center;
  }
}
/* EndTabs */

@media (min-width: 770px) {
    #yt_mainmenu ul#meganavigator li.havechild .mega-content .mega-content-inner .mega-col ul.level2 {
        column-count: 2;
        width: 650px;
    }
    #yt_mainmenu ul#meganavigator li.havechild .mega-content .mega-content-inner .mega-col ul.level2 li .item-link {
        text-transform: none;
    }
}
.mgt-20 {
    margin-top: 20px;
}
.food-compare-container {
  max-width: 1180px;
  margin: 0 auto;
}

.food-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.food-compare-card {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(20, 30, 40, 0.08);
}

.food-compare-card-gray {
  border: 1px solid #f1f2f5;
}

.food-compare-card-green {
  border: 1px solid #FBA872;
}

.food-compare-header {
  padding: 22px 28px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.food-compare-card-gray .food-compare-header {
  background: #F2F2F2;
  color: #111111;
}

.food-compare-card-green .food-compare-header {
  background: #FBA872;
  color: #ffffff;
}

.food-compare-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f1f3;
}

.food-compare-row:last-child {
  border-bottom: none;
}

.food-compare-mark {
  width: 22px;
  height: 22px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.food-compare-mark-bad {
  color: #e62438;
}

.food-compare-mark-good {
  color: #6dcc12;
}

.food-compare-label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.food-compare-content p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 900px) {

  .food-compare-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  .food-compare-card {
    border-radius: 12px;
  }

  .food-compare-header {
    padding: 18px 20px;
    font-size: 17px;
  }

  .food-compare-row {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 18px 20px;
  }

  .food-compare-mark {
    margin-top: 21px;
    font-size: 18px;
  }

  .food-compare-label {
    font-size: 13px;
  }

  .food-compare-content p {
    font-size: 15px;
    line-height: 1.45;
  }
}
.office-food-section {
  padding: 20px 0;
}
.office-food-container {
  max-width: 1200px;
  margin: 0 auto;
}


.office-food-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.office-food-card {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.office-food-image {
  width: 100%;
  height: 275px;
  overflow: hidden;
  background: #f3f3f3;
}

.office-food-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.office-food-content {
  padding: 24px 22px 26px;
}

.office-food-content h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
}

.office-food-content p {
  margin: 0;
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .office-food-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

@media (max-width: 700px) {

  .office-food-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .office-food-image {
    height: 230px;
  }

  .office-food-content {
    padding: 22px 20px 24px;
  }

  .office-food-content h3 {
    font-size: 16px;
  }

  .office-food-content p {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .office-food-image {
    height: 205px;
  }

  .office-food-content h3 {
    font-size: 21px;
  }
}

.steps-food-section {
  padding: 20px 0;
}

.steps-food-container {
  max-width: 1200px;
  margin: 0 auto;
}

.steps-food-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.steps-food-card {
  position: relative;
  flex: 0 1 calc((100% - 48px) / 3);
  min-width: 280px;
  max-width: 370px;
  padding: 34px 26px 28px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.steps-food-number {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff5d66;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.steps-food-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.steps-food-card h3 {
  margin: 0 0 15px;
  color: #ff5d66;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 600;
}

.steps-food-card p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .steps-food-card {
    flex-basis: calc((100% - 24px) / 2);
    max-width: 520px;
  }

}

@media (max-width: 680px) {
  .steps-food-section {
    padding: 48px 14px;
  }
  .steps-food-grid {
    gap: 18px;
  }

  .steps-food-card {
    flex-basis: 100%;
    max-width: 460px;
    padding: 30px 22px 24px;
    background: #F6EFDD;
  }

  .steps-food-card h3 {
    font-size: 16px;
  }

  .steps-food-card p {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .steps-food-number {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .steps-food-icon {
    width: 52px;
    height: 52px;
    font-size: 27px;
    background: #fff;
  }
}





.event-food-section {
    padding: 20px 0;
    background: #f6edd7;
    color: #000000;
}

.event-food-container {
  max-width: 1200px;
  margin: 0 auto;
}



.event-food-table-wrap {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.event-food-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.event-food-table th {
  padding: 20px 18px;
  background: #FBA872;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
}

.event-food-table td {
  padding: 20px 18px;
  border-bottom: 1px solid #f0e4cf;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.45;
  color: #000000;
}

.event-food-table tr:last-child td {
  border-bottom: none;
}

.event-food-table td strong {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.event-food-table td span {
  display: block;
  color: #ff6364;
  font-size: 14px;
  line-height: 1.35;
}

.event-food-table th:nth-child(1),
.event-food-table td:nth-child(1) {
  width: 28%;
}

.event-food-table th:nth-child(2),
.event-food-table td:nth-child(2) {
  width: 12%;
}

.event-food-table th:nth-child(3),
.event-food-table td:nth-child(3) {
  width: 32%;
}

.event-food-table th:nth-child(4),
.event-food-table td:nth-child(4) {
  width: 28%;
}

.event-food-benefits {
  margin-top: 36px;
}



.event-food-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.event-food-benefit-card {
  position: relative;
  padding: 25px 30px 25px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.event-food-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ff5d66;
}

.event-food-benefit-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 5px;
  border-radius: 14px;
  background: #f0f0f0;
  color: #ff5d66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}

.event-food-benefit-card h4 {
  margin: 0 0 12px;
  color: #ff5d66;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.event-food-benefit-card p {
  margin: 0;
  color: #000000;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .event-food-section {
    padding: 56px 14px;
  }




  .event-food-table {
    table-layout: auto;
  }

  .event-food-table th,
  .event-food-table td {
    padding: 18px 14px;
    font-size: 15px;
  }

}

@media (max-width: 760px) {


  .event-food-table-wrap {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .event-food-table,
  .event-food-table thead,
  .event-food-table tbody,
  .event-food-table th,
  .event-food-table td,
  .event-food-table tr {
    display: block;
  }

  .event-food-table thead {
    display: none;
  }

  .event-food-table tr {
    margin-bottom: 16px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(120, 90, 50, 0.12);
    overflow: hidden;
  }

  .event-food-table td {
    position: relative;
    width: auto !important;
    padding: 16px 18px 16px 132px;
    border-bottom: 1px solid #f0e4cf;
    min-height: 48px;
    box-sizing: border-box;
  }

  .event-food-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 18px;
    top: 16px;
    width: 96px;
    color: #ff5d66;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
  }

  .event-food-table td:first-child {
    padding-top: 35px;
    background: #ffa36f;
    color: #ffffff;
  }

  .event-food-table td:first-child::before,
  .event-food-table td:first-child strong,
  .event-food-table td:first-child span {
    color: #ffffff;
  }

  .event-food-table td:last-child {
    border-bottom: none;
  }

  .event-food-benefits-grid {
    grid-template-columns: 1fr;
  }


}

@media (max-width: 480px) {
  .event-food-section {
    padding: 44px 12px;
  }



  .event-food-table td {
    padding: 35px 16px 15px;
  }

  .event-food-table td::before {
    top: 16px;
    left: 16px;
    width: auto;
  }

  .event-food-benefit-card {
    padding: 28px 22px 24px;
  }

  .event-food-benefit-card h4 {
    font-size: 16px;
  }

  .event-food-benefit-card p {
    font-size: 15px;
  }
}

.gap-20 {
    gap: 20px;
}


.sert-fon {
    background: url(/images/sert-form-son.jpg) center center;
    background-size: contain;
    padding: 40px;
    background-attachment: fixed;
}
.padd-fon-sert {
    background: #fff;
    background-size: cover;
    padding: 40px 20px 8px 20px;
    border-radius: 10px;
}
.sert-compare-row {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ff6364;
}
.sert-compare-mark {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #6dcc12;
}
.sert-compare-content {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
@media (max-width: 560px) {
    .sert-compare-row {
        grid-template-columns: 22px 1fr;
        gap: 12px;
        padding: 18px 20px;
    }
    .food-compare-mark {
        font-size: 18px;
    }
    .sert-compare-content {
        margin: 0;
        font-size: 15px;
    }
    .sert-fon {
        padding: 15px;
    }
    .padd-fon-sert {
        padding: 20px 15px;
    }
}

.app-usl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}
.app-cat-card {
    background: #fff;
    border-radius: 10px;
    /* padding: 10px; */
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    border: 1px solid #ff6364;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}
.app-cat-card .icon {
    color: #ff6364;
}
.app-cat-card .icon img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
.app-cat-card .title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff6364;
    padding: 0 10px;
}
@media (max-width: 769px) {
    .app-usl-grid {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .app-cat-card .icon {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .app-cat-card .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.steps-food-grid1 {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 11px;
}
.steps-food-card1 {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
@media (max-width: 769px) {
    .steps-food-grid1 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 11px;
    }
    .steps-food-card1 {
        flex-basis: 100%;
        max-width: 460px;
        padding: 30px 22px 24px;
        background: #F6EFDD;
    }
}
.steps-food-card1 h3 {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    font-weight: 600;
    color: #ff6364;
}

.mgt-0 {
    margin-top: 0;
}
.mgt-10 {
    margin-top: 10px;
}
.w350 {
max-width: 350px;
}
.flex-icon-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 135px;
}
.rg-img {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.rg-img img {
    width: 135px;
    border-radius: 40px;
}
.fast-col {
    display: grid;
    gap: 20px;
}
.fast-title {
    padding: 5px;
    background: #e5e5e5;
    display: inline-block;
    border-radius: 10px;
}
@media (max-width: 680px) {
    .flex-icon-card {
        height: auto;
        display: flex;
        flex-direction: column;
        background: #F6EFDD;
    }
    .order-mob-1 {
        order: 1;
    }
    .order-mob-2 {
        order: 2;
    }
    .rg-img img {
        width: 100px;
        border-radius: 40px;
    }
    .rg-img {
        position: relative;
    }
    .fast-title {
        padding: 5px;
        background: #FFF;
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

/* сalc */


.lunch-builder-section {
    padding: 20px 15px;
    margin: 20px 0;
    background: #ffffff;
    border-radius: 10px;
}

.lunch-builder-container {
    max-width: 1220px;
    margin: 0 auto;
}

.lunch-builder {
    position: relative;
    min-height: 610px;
}

.lunch-builder-slide {
    display: none;
    grid-template-columns: 280px minmax(300px, 1fr) 310px;
    gap: 36px;
    align-items: center;
}

.lunch-builder-slide.is-active {
    display: grid;
}

.lunch-builder-label {
    margin-bottom: 22px;
    color: #ff5d66;
    font-size: 15px;
    line-height: 1.3;
}

.lunch-builder-info h3 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.lunch-builder-kcal {
    margin-bottom: 26px;
    color: #b9b9bd;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
}

.lunch-builder-price {
    margin-bottom: 76px;
    color: #ff5d66;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

.lunch-builder-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 150px;
}

.lunch-builder-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 18px;
    border-radius: 999px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.lunch-builder-btn-main {
    background: #ff5d66;
}

.lunch-builder-btn-dark {
    background: #3f3f45;
}

.lunch-builder-image {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lunch-builder-image img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    object-fit: contain;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lunch-builder-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lunch-builder-dish {
    width: 100%;
    min-height: 112px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #f1f1f1;
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 18px;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lunch-builder-dish:hover {
    transform: translateX(-4px);
    border-color: #ff5d66;
}

.lunch-builder-dish.is-active {
    background: #ff5d66;
    border-color: #ff5d66;
}

.lunch-builder-dish img {
    width: 54px;
    height: 54px;
    border-radius: 40%;
    object-fit: cover;
    background: #f2f2f2;
}

.lunch-builder-dish span {
    display: block;
    color: #45444a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.lunch-builder-dish small {
    grid-column: 2;
    display: block;
    margin-top: 4px;
    color: #8d8d92;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}

.lunch-builder-dish.is-active span,
.lunch-builder-dish.is-active small {
    color: #ffffff;
}

.lunch-builder-note {
    position: absolute;
    left: 0;
    bottom: 4px;
    max-width: 260px;
    color: #45444a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.lunch-builder-note::after {
    content: "";
    display: block;
    width: 235px;
    height: 8px;
    margin-top: 8px;
    background: repeating-linear-gradient(135deg,
            #ff5d66 0 2px,
            transparent 2px 8px);
    opacity: 0.75;
}

.lunch-builder-nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
}

.lunch-builder-arrow {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #45444a;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lunch-builder-current,
.lunch-builder-total {
    font-size: 13px;
    color: #5a5960;
}

.lunch-builder-line {
    width: 112px;
    height: 2px;
    background: #c8c8c8;
    position: relative;
    overflow: hidden;
}

.lunch-builder-line span {
    display: block;
    height: 100%;
    width: 33.333%;
    background: #45444a;
    transition: transform 0.25s ease;
}

.lunch-builder-hint {
    position: absolute;
    right: 0;
    bottom: 2px;
    max-width: 300px;
    font-size: 13px;
    line-height: 1.3;
}

/* .lunch-builder-hint span {
  color: #ff5d66;
} */

@media (max-width: 1100px) {


    .lunch-builder-slide {
        grid-template-columns: 240px minmax(260px, 1fr) 280px;
        gap: 24px;
    }

    .lunch-builder-info h3 {
        font-size: 20px;
    }

    .lunch-builder-price {
        margin-bottom: 24px;
    }
}

@media (max-width: 900px) {
    .lunch-builder {
        min-height: auto;
        padding-bottom: 150px;
    }

    .lunch-builder-slide {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .lunch-builder-info {
        text-align: center;
    }

    .lunch-builder-label {
        margin-bottom: 14px;
    }

    .lunch-builder-info h3 {
        font-size: 18px;
        text-align: center;
    }

    .lunch-builder-price {
        margin-bottom: 16px;
    }

    .lunch-builder-actions {
        margin: 0 auto;
        flex-direction: row;
        max-width: none;
        justify-content: center;
    }

    .lunch-builder-image {
        min-height: 320px;
    }

    .lunch-builder-image img {
        max-height: 360px;
    }

    .lunch-builder-menu {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .lunch-builder-note {
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%);
        text-align: center;
    }

    .lunch-builder-note::after {
        margin-left: auto;
        margin-right: auto;
    }

    .lunch-builder-hint {
        right: 50%;
        bottom: 18px;
        transform: translateX(50%);
        text-align: center;
        width: 100%;
        display: none;
    }

    .lunch-builder-nav {
        bottom: 112px;
    }
}

@media (max-width: 560px) {
    .lunch-builder-section {
        padding: 20px 0;
    }

    .lunch-builder-info h3 {
        font-size: 18px;
    }

    .lunch-builder-kcal {
        font-size: 15px;
    }

    .lunch-builder-price {
        font-size: 16px;
    }

    .lunch-builder-actions {
        flex-direction: column;
        align-items: center;
    }

    .lunch-builder-btn {
        min-width: 150px;
    }

    .lunch-builder-image {
        min-height: 250px;
    }

    .lunch-builder-image img {
        max-height: 280px;
    }

    .lunch-builder-dish {
        min-height: 96px;
        padding: 16px;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
    }

    .lunch-builder-dish img {
        width: 46px;
        height: 46px;
    }

    .lunch-builder-dish span {
        font-size: 14px;
    }

    .lunch-builder-dish small {
        font-size: 12px;
    }

    .lunch-builder-nav {
        gap: 12px;
    }

    .lunch-builder-line {
        width: 82px;
    }
}


/* сalc end */













