

/* Start:/local/templates/cheeseria2021/components/bitrix/news/banquets/style.css?17781534578675*/
.greetings {
  padding-top: 120px;
  display: flex;
}
.greetings__text {
  max-width: 500px;
  margin-right: auto;
}
.greetings__text h2 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}
.greetings__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
}
.greetings__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.greetings__actions--item {
  width: 420px;
  height: 380px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background: #F9F6F1;
  text-align: center;
}
.greetings__actions--name {
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  text-transform: uppercase;
  text-align: center;
}
.greetings__actions--logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.greetings__actions--logo img {
  margin-bottom: 30px;
  margin-top: 20px;
}

.halls {
  margin-bottom: 200px;
}
.halls__top {
  display: grid;
  grid-template-columns: 4fr 8fr;
  margin-bottom: 100px;
}
.halls__top h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
}
.halls__top--text p {
  padding: 0;
}
.halls__content {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 70px;
}

.order {
  margin-bottom: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#banquet-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.events-info {
  display: flex;
  justify-content: space-between;
}
.events-info__image {
  width: 490px;
  height: 480px;
}
.events-info__image img {
  -o-object-fit: cover;
       object-fit: cover;
  height: 100%;
  width: 100%;
}
.events-info__text p {
  text-align: center;
  padding-bottom: 80px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.menu_btn.btn{
  width: 100%;
  margin-top:30px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.banquets-video {
  display: flex;
  flex-direction: column;
  margin-bottom: 200px;
}
.banquets-video__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.banquets-video__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 100%;
}
.banquets-video__content {
  position: relative;
  max-width: 50%;
  flex: 0 0 48%;
  margin: 0;
}
.banquets-video__text {
  text-align: left;
  flex: 0 0 48%;
  max-width: 50%;
}
.banquets-video__text p:not(:last-child) {
  margin: 0 0 10px;
}
.banquets-video__text p {
  font-weight: 500;
  padding: 0 !important;
  line-height: 1.3;
}

/* --- Стили для Новой Кнопки --- */
.banquet-action-wrapper {
  padding: 20px 0;
  text-align: center;
}
.btn-banquet-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  background-color: #a88e7f;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.btn-banquet-main:hover {
  background-color: #967d6f;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1920px) {
  .greetings {
    padding-top: 80px;
  }
  .greetings__text {
    margin-right: auto;
  }
  .greetings__text h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .greetings__actions {
    margin-left: 20px;
    gap: 20px;
  }
  .greetings__actions--item {
    width: 100%;
    max-width: 420px;
    justify-self: end;
  }
  .greetings__actions--name {
    max-width: 300px;
  }

  .halls {
    margin-bottom: 160px;
  }
  .halls__content {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 30px;
  }
  .halls__top {
    margin-bottom: 160px;
    grid-template-columns: 3fr 9fr;
  }
  .halls__top h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .banquets-video {
    margin-bottom: 160px;
  }
}

@media (max-width: 1388px) {
  .greetings {
    padding-top: 60px;
    gap: 20px;
    align-items: center;
  }
  .greetings__text {
    max-width: 370px;
    margin-right: auto;
  }
  .greetings__text h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .greetings__text div {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .greetings__actions {
    gap: 16px;
    max-height: 296px;
    height: 100%;
    align-items: center;
  }
  .greetings__actions--item {
    max-height: 296px;
    min-width: 327px;
    width: 100%;
    padding: 15px 30px;
  }
  .greetings__actions--name {
    max-width: 150px;
    align-self: center;
    font-size: 20px;
    line-height: 26px;
  }
  .greetings__actions--logo {
    max-height: 121px;
  }

  .halls {
    margin-bottom: 140px;
  }
  .halls__top {
    margin-bottom: 140px;
  }

  .banquets-video {
    margin-bottom: 140px;
  }
  .banquets-video__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1280px) {
  .greetings {
    padding-top: 50px;
    gap: 30px;
  }
  .greetings__text {
    max-width: 290px;
    margin-right: auto;
  }
  .greetings__text h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .greetings__text div {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .greetings__actions {
    gap: 14px;
  }
  .greetings__actions--item {
    min-width: 300px;
  }

  .halls {
    margin-bottom: 120px;
  }
  .halls__top {
    margin-bottom: 120px;
    grid-template-columns: 2fr 10fr;
  }
  .halls__top h2 {
    font-size: 40px;
    line-height: 70px;
  }
  .halls__top--text {
    font-size: 16px;
    line-height: 30px;
  }

  .banquets-video {
    margin-bottom: 120px;
  }
  .banquets-video__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .banquets-video__text {
    font-size: 16px;
    line-height: 30px;
  }
  
  .btn-banquet-main {
    font-size: 20px;
    min-height: 80px;
  }
}

@media (max-width: 1024px) {
  .greetings {
    display: grid;
    grid-template-columns: 4fr 8fr;
    padding-top: 20px;
    gap: 10px;
  }
  .greetings__text {
    margin: 0;
  }
  .greetings__text h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .greetings__actions {
    gap: 10px;
    margin: 0;
  }
  .greetings__actions--item {
    min-height: 200px;
    height: 25vw;
    padding: 10px;
    width: 100%;
    min-width: auto;
  }
  .greetings__actions--item a {
    padding: 10px !important;
  }
  .greetings__actions--name {
    font-size: 16px;
    line-height: 21px;
  }
  .greetings__actions--logo {
    max-height: 94px;
  }
  .greetings__actions--logo img {
    max-width: 100%;
    height: 100%;
    margin: 5px 0 13px;
  }
  .greetings__actions--item:last-child .greetings__actions--logo {
    max-height: 50px;
  }

  .halls {
    margin-bottom: 100px;
  }
  .halls__top {
    margin-bottom: 100px;
  }
  .halls__top h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .banquets-video {
    margin-bottom: 100px;
  }
  .banquets-video__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .greetings {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 20px;
  }
  .greetings__text {
    max-width: 100%;
  }
  .greetings__text h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .greetings__actions {
    grid-template-columns: 1fr;
    gap: 20px;
    width: auto;
    min-width: 100%;
  }
  .greetings__actions--item {
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 10px 5px;
  }
  .greetings__actions--name {
    margin-bottom: 40px;
  }
  .greetings__actions--logo {
    display: none;
  }

  .halls {
    margin-bottom: 30px;
  }
  .halls__content {
    grid-template-columns: 1fr;
  }
  .halls__top {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .halls__top h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .banquets-video {
    margin-bottom: 30px;
  }
  .banquets-video__wrapper {
    flex-direction: column;
  }
  .banquets-video__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .banquets-video__content {
    max-width: 100%;
  }
  .banquets-video__text {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }

  /* Адаптив кнопки */
  .banquet-action-wrapper {
    padding: 30px 0;
  }
  .btn-banquet-main {
    font-size: 16px;
    min-height: 70px;
    letter-spacing: 1px;
  }
}
/* End */


/* Start:/local/templates/cheeseria2021/custom/css/banquets/style.css?176519261514265*/
.items__list.banquets-items-img {

}

.banquets-item-img.items__item {

}

.gallery-news-list {
    margin-bottom: 120px;
}
.gallery-news-list__title {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    padding-bottom: 60px;
}

.banquets__item-text {
    flex-direction: column;
    align-items: center;
    font-family: "IBM Plex Serif", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 150%;
    margin-top: -2rem;
    text-align: center;
}

.banquets__item-text p {
    max-width: 1010px;
    padding-bottom: 12rem;
}

.banquets__item-text h3 {
    font-size: 60px;
    line-height: 117%;
    padding-bottom: 6rem;
}

.banquets__item-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.banquets__item-gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 3rem);
    flex: 0 0 calc(25% - 3rem);
    width: calc(25% - 3rem);
    margin: 0 15px;
    margin-bottom: 3rem;
}

.banquets__item-gallery-item:nth-child(12n + 1) .banquets__item-gallery-item__img,
.banquets__item-gallery-item:nth-child(12n + 3) .banquets__item-gallery-item__img,
.banquets__item-gallery-item:nth-child(12n + 11) .banquets__item-gallery-item__img {
    min-height: 23rem;
    max-height: 23rem;
}

.banquets__item-gallery-item:nth-child(12n + 2) .banquets__item-gallery-item__img {
    min-height: 32rem;
    max-height: 32rem;
}

 .banquets__item-gallery-item:nth-child(12n + 4) .banquets__item-gallery-item__img,
 .banquets__item-gallery-item:nth-child(12n + 12) .banquets__item-gallery-item__img {
    min-height: 27rem;
    max-height: 27rem;
}

.banquets__item-gallery-item:nth-child(12n + 5) .banquets__item-gallery-item__img {
    min-height: 33rem;
    max-height: 33rem;
}

.banquets__item-gallery-item:nth-child(12n + 6) .banquets__item-gallery-item__img{
    min-height: 20rem;
    max-height: 20rem;
}

.banquets__item-gallery-item:nth-child(12n + 7) .banquets__item-gallery-item__img {
    min-height: 36rem;
    max-height: 36rem;
}

.banquets__item-gallery-item:nth-child(12n + 8) .banquets__item-gallery-item__img {
    min-height: 28rem;
    max-height: 28rem;
}

.banquets__item-gallery-item:nth-child(12n + 9) .banquets__item-gallery-item__img {
    min-height: 26rem;
    max-height: 26rem;
}

.banquets__item-gallery-item:nth-child(12n + 10) .banquets__item-gallery-item__img {
    min-height: 30rem;
    max-height: 30rem;
}

.banquets__item-gallery-item__img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banquets__item-gallery-item__img img{
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-bottom{
    height: 350px;
    width: 60%;
    background-image: url(/local/templates/cheeseria2021/assets/img/bg11.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.banquets-video__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banquets-video__content {
    flex: 1;
    min-width: 0;
}

.banquets-video__text {
    flex: 1;
    min-width: 0;
}

@media (max-width: 1023px) {
    .banquets-video__wrapper {
        flex-direction: column !important;
        gap: 20px;
    }

    .banquets-video__content,
    .banquets-video__text {
        width: 100%;
    }

    .banquets-video__content {
        max-width: 100%;
    }

    .banquets-video__text {
        max-width: 100%;
    }

    .banner-bottom {
        width: 100%;
    }


    .banquets-video__content .iframe-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .banquets-video__content .iframe-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1919px) {
    .banquets__item-text {
        margin-top: -3rem;
    }
    .banquets__item-text p {
        padding-bottom: 10rem;
    }
    .banquets__item-text h3 {
        font-size: 50px;
        line-height: 120%;
    }
}

@media(max-width: 1600px) {
    .gallery-news-list {
        margin-bottom: 100px;
    }
    .gallery-news-list__title {
        font-size: 50px;
        line-height: 60px;
    }
}


@media (max-width: 1365px) {
    .gallery-news-list {
        margin-bottom: 80px;
    }

    .gallery-news-list__title {
       padding-bottom: 50px;
    }

    .banquets__item-text {
        margin-top: -2rem;
    }

    .banquets__item-text h3 {
       padding-bottom: 5rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 1) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 3) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 11) .banquets__item-gallery-item__img {
        min-height: 19.1rem;
        max-height: 19.1rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 2) .banquets__item-gallery-item__img {
        min-height: 26.7rem;
        max-height: 26.7rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 4) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 12) .banquets__item-gallery-item__img {
        min-height: 22.5rem;
        max-height: 22.5rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 5) .banquets__item-gallery-item__img {
        min-height: 27.5rem;
        max-height: 27.5rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 6) .banquets__item-gallery-item__img{
        min-height: 16.7rem;
        max-height: 16.7rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 7) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 8) .banquets__item-gallery-item__img {
        min-height: 23.4rem;
        max-height: 23.4rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 9) .banquets__item-gallery-item__img {
        min-height: 21.8rem;
        max-height: 21.8rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 10) .banquets__item-gallery-item__img {
        min-height: 25rem;
        max-height: 25rem;
    }
}

@media (max-width: 1279px) {

    .items__item.banquets-item-img .item__title_color {
        font-size: 2rem;
        line-height: 136%;
    }

    .gallery-news-list {
        margin-bottom: 70px;
    }

    .gallery-news-list__title {
        padding-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }

    .banquets__item-text p {
        padding-bottom: 8rem;
        max-width: 100%;
    }
    .banquets__item-text h3 {
        padding-bottom: 4rem;
    }
}

@media (max-width: 1023px) {

    .banquets-video__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 100%;
        max-width: 100%;
    }

    .items__item.banquets-item-img .item__title_color {
        font-size: 1.6rem;
        line-height: 136%;
    }
    .gallery-news-list {
        margin-bottom: 50px;
    }

    .gallery-news-list__title {
        padding-bottom: 30px;
        font-size: 30px;
        line-height: 40px;
    }

    .banquets__item-text {
        font-size: 1.6rem;
        line-height: 162%;
    }

    .banquets__item-text p {
        padding-bottom: 6rem;
    }

    .banquets__item-text h3 {
        font-size: 40px;
        line-height: 125%;
        padding-bottom: 4rem;
    }

    .banquets__item-gallery-item {
        -ms-flex: 0 0 calc(33.333% - 3rem);
        flex: 0 0 calc(33.333% - 3rem);
        width: calc(33.333% - 3rem);
    }

    .banquets__item-gallery-item:nth-child(12n + 1) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 3) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 11) .banquets__item-gallery-item__img {
        min-height: 14rem;
        max-height: 14rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 2) .banquets__item-gallery-item__img {
        min-height: 20rem;
        max-height: 20rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 4) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 12) .banquets__item-gallery-item__img {
        min-height: 20rem;
        max-height: 20rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 5) .banquets__item-gallery-item__img {
        min-height: 14rem;
        max-height: 14rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 6) .banquets__item-gallery-item__img{
        min-height: 20rem;
        max-height: 20rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 7) .banquets__item-gallery-item__img {
        min-height: 14rem;
        max-height: 14rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 8) .banquets__item-gallery-item__img {
        min-height: 20rem;
        max-height: 20rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 9) .banquets__item-gallery-item__img {
        min-height: 14rem;
        max-height: 14rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 10) .banquets__item-gallery-item__img {
        min-height: 20rem;
        max-height: 20rem;
    }
}

@media (max-width: 767px) {
    .gallery-news-list {
        margin-bottom: 40px;
    }

    .gallery-news-list__title {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: px;
        text-align: left;
    }

    .banquets__item-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.4rem;
        line-height: 143%;
        margin-top: -1rem;
        text-align: left;
        align-items: flex-start;
    }

    .banquets__item-text p {
        padding-bottom: 4rem;
    }

    .banquets__item-text h3 {
        font-size: 24px;
        line-height: 133%;
        padding-bottom: 2rem;
        text-align: left;
    }

    .banquets__item-gallery {
        flex-direction: column;
        margin: 0;
    }

    .banquets__item-gallery-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }

    .banquets__item-gallery-item {
        height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 1) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 3) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 11) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 2) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 4) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 12) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 5) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 6) .banquets__item-gallery-item__img{
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 7) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 8) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 9) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 10) .banquets__item-gallery-item__img {
        min-height: 30rem;
        max-height: 30rem;
    }
}

@media(max-width: 380px) {
    .banquets__item-gallery-item {
        height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 1) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 3) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 11) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 2) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 4) .banquets__item-gallery-item__img,
    .banquets__item-gallery-item:nth-child(12n + 12) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 5) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 6) .banquets__item-gallery-item__img{
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 7) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 8) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 9) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }

    .banquets__item-gallery-item:nth-child(12n + 10) .banquets__item-gallery-item__img {
        min-height: 15rem;
        max-height: 15rem;
    }



}
/* End */


/* Start:/local/templates/cheeseria2021/custom/css/menu/style.css?17651926151349*/
.menu__list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 auto;
}

.menu__item {
	width: calc(100% / 3);
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.menu__img {
	min-height: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.menu__img img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu__title {
	margin-top: 2rem;
	text-align: center;
	color: #A3897A;
	font-family: "IBM Plex Serif", serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 120%;
}

@media (max-width: 1919px) {

}

@media (max-width: 1365px) {
	.menu__list .menu__title.hover-title {
		padding: 0;
	}
}

@media (max-width: 1279px) {
	.menu__list .menu__title.hover-title {
		margin-top: 1.5rem;
		font-size: 2rem;
		line-height: 150%;
		padding: 0;
	}

}

@media (max-width: 1023px) {

	.menu__title {
		font-size: 1.6rem;
		line-height: 187%;
	}
}

@media (max-width: 767px) {
	.menu__list {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.menu__item {
		width: 100%;
		padding: 0;
	}

	.menu__img {
		min-height: 200px;
		height: 60vw;
		max-height: 300px;
	}
}

/* menu — end */
/* End */


/* Start:/local/templates/cheeseria2021/components/custom/empty/form-event/style.css?17663947155699*/
#banquet-form {
    /*margin-bottom: calc(200px + 10rem);*/
}

@media (max-width: 1920px) {
    #banquet-form {
        /*margin-bottom: calc(160px + 10rem);*/
    }
}

@media (max-width: 1366px) {
    #banquet-form {
        /*margin-bottom: calc(140px + 10rem);*/
    }
}


@media (max-width: 1280px) {
    #banquet-form {
        /*margin-bottom: calc(120px + 10rem);*/
    }
}
@media (max-width: 1024px) {
    #banquet-form {
        /*margin-bottom: calc(100px + 10rem);*/
    }
}
@media (max-width: 768px) {
    #banquet-form {
        /*margin-bottom: calc(30px + 10rem);*/
    }
}



.e-form {
    background-color: #F9F6F1;
    padding: 70px 0 100px;
    /*margin-bottom: -10rem;*/
    max-width:700px;
}



.e-form__title {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    padding-bottom: 20px;
}

.e-form-subtitle{
    margin-bottom: 30px;
}

.e-form-bold{
    font-weight: 500;
}

.e-form__flex {
    display: flex;
    flex-direction: column;
    padding-bottom: 23px;
    gap:20px;
}

.e-form__inputs {
    display: flex;
    flex-direction: column;
    gap:15px;
}

.e-form__input, .e-form__select {
    /*margin-right: 15px;*/
}

.e-form__input input, .e-form__select select {
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    min-width: 311px;
    /*max-width: 311px;*/
    padding: 17px 15px;
    min-height: 60px;
}

.e-form__select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.e-form__select select::-ms-expand /*for IE*/
{
    opacity: 0;
}

.e-form__select {
    position: relative;
}

.e-form__select:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 19px;
    background-image: url("/local/templates/cheeseria2021/components/custom/empty/form-event/../../../../assets/img/chevron-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: none;
    z-index: 100;
}

.e-form__confirm {
    font-size: 16px;
    line-height: 24px;
}

.e-form__confirm a {
    color: #A3897A;
}

.e-form__form{
    margin: 0 30px;
}

.e-form__result {
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    font-family: 'IBM Plex Serif';
    font-style: normal;
}

.dn {
    display: none;
}

.e-form__result.fancybox-content {
    width: 100%;
    min-width: 700px;
    max-width: 700px;
    text-align: center;
}

.e-form__result-slide .fancybox-bg {
    background: rgba(#191A1C, 0.5);
}

.e-form__result-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.e-form__result-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1600px) {
    .e-form {
        padding: 60px 0 85px;
    }

    .e-form__title {
        font-size: 40px;
        line-height: 50px;
    }

    .e-form__flex {
        padding-bottom: 25px;
    }

    .e-form__input input, .e-form__select select {
        /*width: 229px;*/
        min-width: 229px;
        /*max-width: 229px;*/
    }
}

@media (max-width: 1365px) {
    .e-form {
        padding: 50px 0 90px;
    }

    .e-form__input input, .e-form__select select {
        /*width: 216px;*/
        min-width: 216px;
        /*max-width: 216px;*/
    }
}

@media (max-width: 1279px) {
    .e-form {
        padding: 40px 0 60px;
    }

    .e-form__title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .e-form__flex {
        padding-bottom: 15px;
    }

    .e-form__input input, .e-form__select select {
        font-size: 14px;
        line-height: 22px;
        /*width: 222px;*/
        min-width: 222px;
        /*max-width: 222px;*/
        /*padding: 11px 15px;*/
        min-height: 45px;
    }

    .e-form__confirm {
        font-size: 14px;
        line-height: 22px;
    }

    .e-form__result {
        font-size: 26px;
    }

    .e-form__btn-submit.btn {
        font-size: 14px;
        line-height: 27px;
        padding: 10px 16px;
    }
}

@media (max-width: 1023px) {
    .e-form {
        /*margin-bottom: -6rem;*/
    }

    .e-form__title {
        font-size: 26px;
        line-height: 32px;
    }

    .e-form__flex {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .e-form__inputs {
        display: flex;
        margin-bottom: 20px;
    }

    .e-form__input, .e-form__select {
        /*margin-right: 10px;*/
    }

    .e-form__input input, .e-form__select select {
        /*width: 166px;*/
        min-width: 166px;
        /*max-width: 166px;*/
    }

    .e-form__result.fancybox-content {
        width: 100%;
        min-width: auto;
        padding: 30px;
    }

    .e-form__result {
        font-size: 20px;
    }

    .e-form__btn-submit.btn {
        max-width: 209px;
    }
}

@media (max-width: 767px) {
    .e-form {
        padding: 30px 0 50px;
    }

    .e-form__title {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .e-form__flex {
        display: flex;
        padding-bottom: 10px;
    }

    .e-form__inputs {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .e-form__input, .e-form__select {
        margin-right: 0;
    }

    .e-form__input input, .e-form__select select {
        font-size: 14px;
        line-height: 22px;
        /*width: 100%;*/
        min-width: 100%;
        /*max-width: 100%;*/
        margin-bottom: 5px;
    }

    .e-form__select:after {
        top: calc(50% - 14px);
    }
}

/* End */
/* /local/templates/cheeseria2021/components/bitrix/news/banquets/style.css?17781534578675 */
/* /local/templates/cheeseria2021/custom/css/banquets/style.css?176519261514265 */
/* /local/templates/cheeseria2021/custom/css/menu/style.css?17651926151349 */
/* /local/templates/cheeseria2021/components/custom/empty/form-event/style.css?17663947155699 */
