

/* Start:/local/templates/cheeseria2021/components/bitrix/news.detail/news/style.css?176519261519140*/
.news-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 4rem 0 0;
    margin-top: 30px;
    gap: 26px;
    margin-bottom: 50px;
}

.gallery-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-content: center;
}

.gallery-news-item {
    width: 100%;
    height: 100%;
}

.gallery-news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__left {
    max-width: 490px;
    flex-shrink: 0;
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 calc((880 / 1530) * 100%);*/
    /*flex: 0 0 calc((880 / 1530) * 100%);*/
    /*width: calc((880 / 1530) * 100%);*/
}

.news-item__title {
    font-size: 4rem;
    font-family: "IBM Plex Serif", serif;
    padding-bottom: 3rem;
    line-height: 120%;
}



.news-item__text {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
}


.news-item__right {
    width: 100%;
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 1 calc(100% - ((880 / 1530) * 100%));*/
    /*flex: 0 1 calc(100% - ((880 / 1530) * 100%));*/
    /*width: calc(100% - ((880 / 1530) * 100%));*/
    /*padding-left: calc(100% - ((880 / 1530) * 100%) - 493px);*/
}

.news-item__img {
    width: 100%;
    height: 100%;
    /*max-width: 49.3rem;*/
    /*min-width: 49.3rem;*/
    /*height: auto;*/
    display: block;
    /*padding-bottom: 100%;*/
    position: relative;
}

.news-item__img-custom img{
    object-position: right;
}
.news-inner__left {
    max-width: 490px;
    flex-shrink: 0;
}
.news-inner__right {
    width: 100%;
}
.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*top: 0;
    right: 0;
    position: absolute;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}

.news-item__img.news-item__img_mobile {
    display: none;
}

.news-item__button {
    display: inline-block;
    margin-top: 25px;
    background: #A3897A;
    opacity: 0.5;
    padding: 17px 30px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.news-inner__middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
    padding: 4rem 0 0;
}

.news-inner__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    line-height: 150%;
    padding: 4rem 0 0;
}

.news-inner__left img, .news-inner__right img {
    width: 100%;
    object-fit: cover;
}

.news-form__all {
    /*display: none;*/
    /*max-width: 1270px;*/
    margin: 50px 0 30px;
    border: #A3897A solid 1px;
    padding: 30px 100px 60px;
    background-color: white;
    z-index: 10;
}

.order-table {
    display: flex;
    height: 858px;
    margin: 64px 0 0 0;
    border: #A3897A solid 1px;
    padding: 30px 150px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 15;
    background-color: white;
}

.order-table p {
    font-family: "IBM Plex Serif", serif;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}


.news-form__all h3 {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 40px;
    font-family: "IBM Plex Serif", serif;
}

.news-form {
    display: grid;
    grid-template-columns: 460px 1fr;
    justify-content: center;
}

/*.news__form {*/
/*    max-width: 400px;*/
/*    width: 100%;*/
/*    min-width: 400px;*/
/*    padding-top: 30px;*/
/*}*/

.news__form-text {
    padding-bottom: 10px;
}

.news__form-input {
    padding-bottom: 15px;
    width: 100%;
}

.news__form-input input {
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    color: #191A1C;
    border: 1px solid #D4D4D4;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.news__form-input input::-webkit-input-placeholder {
    color: #191A1C;
}

.news__form-input input::-ms-input-placeholder {
    color: #191A1C;
}

.news__form-input input:-ms-input-placeholder {
    color: #191A1C;
}

.news__form-input input::placeholder {
    color: #191A1C;
}

.news__form-input input:hover, .news__form-input input:focus {
    border-color: #A3897A;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.news__form-agreement {
    padding-top: 30px;
}

.news__form-agreement a {
    color: #A3897A;
}


.news__form-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.news__form-btn {
    display: block;
    border: 1px solid #A3897A;
    position: relative;
    margin: 0 0 30px 0;
}

.news__form-btn label {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    cursor: pointer;
    font-family: "IBM Plex Serif", serif;
}

.news__form-btn label p {

    padding: 0;
}

.news__form-btn label p:first-child {
    font-size: 20px;
    font-weight: 500;
}

.news__form-btn label p:last-child {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
}

input#with-map, input#without-map {
    display: none;
}

input[type="radio"]:checked + label {
    background: #A3897A;
    color: #FFFFFF;
    opacity: 0.5;
}

.news__form-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    font-family: "IBM Plex Serif", serif;
}

.news__form-text {

}

.news__form-text span:first-child {
    font-size: 20px;
    font-weight: 500;
}

.news__form-text span:last-child {
    font-size: 30px;
    font-weight: 600;
}

.news__form-text span {
    font-size: 20px;
}

.news-form__button {
    background: #A3897A;
    opacity: 0.5;
    padding: 17px 30px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    border: none;
}

.news__form-img {
    justify-self: center;
    align-self: center;
}

.news__form-img svg:first-child {
    margin: 0 auto;
}

.news__form-img svg:last-child {
    margin-top: 30px;
}

.news__form-img svg {
    max-width: 300px;
    display: block;
}


.modal-times__input {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.modal-times__input label {
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    color: #191A1C;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 40px;
}

.modal-times__input:last-child {
    margin-right: 0;
}

.news__form-promocode {
    padding-bottom: 40px;
}

.news__form-promocode input{
    flex: 1 1 0;
}

.news__form-promocode-wrapper {
    display: flex;
    padding-bottom: 15px;
}

.promo__result{
    color: green;
}

.promo-error{
    color: red;
}


.news__form-promocode button{
    margin-left: 40px;
    border: 1px solid #D4D4D4;
    width: 140px;
    padding: 8px 10px;
}

.jq-number.count-input {
    border: 1px solid #D4D4D4;
    padding: 8px 10px;
    position: relative;
    min-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 140px;
}

.jq-number.count-input .jq-number__field input {
    max-width: 45px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    pointer-events: none;
}

.jq-number.count-input .jq-number__spin.minus {
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
    cursor: pointer;
}

.jq-number.count-input .jq-number__spin.plus {
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    cursor: pointer;
}

.jq-number.count-input .jq-number__spin:after {
    display: block;
    content: "";
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    color: #717B7D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 24px;
    height: 24px;
}

.jq-number.count-input .jq-number__spin.minus:after {
    background-image: url("/local/templates/cheeseria2021/components/bitrix/news.detail/news/../../../../assets/img/remove.svg");
}

.jq-number.count-input .jq-number__spin.plus:after {
    background-image: url("/local/templates/cheeseria2021/components/bitrix/news.detail/news/../../../../assets/img/add.svg");
}


/*@media (max-width: 1919px) {*/
/*    !*.news-item__left {*!*/
/*    !*    -webkit-box-flex: 0;*!*/
/*    !*    -ms-flex: 0 0 calc((660 / 1290) * 100%);*!*/
/*    !*    flex: 0 0 calc((660 / 1290) * 100%);*!*/
/*    !*    width: calc((660 / 1290) * 100%);*!*/
/*    !*}*!*/

/*    !*.news-item__right {*!*/
/*    !*    -webkit-box-flex: 0;*!*/
/*    !*    -ms-flex: 0 1 calc(100% - ((660 / 1290) * 100%));*!*/
/*    !*    flex: 0 1 calc(100% - ((660 / 1290) * 100%));*!*/
/*    !*    width: calc(100% - ((660 / 1290) * 100%));*!*/
/*    !*    padding-left: calc(100% - ((660 / 1290) * 100%) - 493px);*!*/
/*    !*}*!*/
/*}*/

/*@media (max-width: 1365px) {*/
/*    .news-item__title {*/
/*        font-size: 3.5rem;*/
/*        line-height: 143%;*/
/*    }*/

/*    .news-item__left {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 calc((570 / 1170) * 100%);*/
/*        flex: 0 0 calc((570 / 1170) * 100%);*/
/*        width: calc((570 / 1170) * 100%);*/
/*    }*/

/*    .news-item__right {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 1 calc(100% - ((570 / 1170) * 100%));*/
/*        flex: 0 1 calc(100% - ((570 / 1170) * 100%));*/
/*        width: calc(100% - ((570 / 1170) * 100%));*/
/*        padding-left: calc(100% - ((570 / 1170) * 100%) - 493px);*/
/*    }*/
/*}*/

/*@media (max-width: 1279px) {*/
/*    .news-item {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        padding-top: 1rem;*/
/*    }*/

/*    .news-item__left {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 100%;*/
/*        flex: 0 0 100%;*/
/*        width: 100%;*/
/*        -webkit-box-ordinal-group: 3;*/
/*        -ms-flex-order: 2;*/
/*        order: 2;*/
/*    }*/

/*    .news-item__title {*/
/*        font-size: 3rem;*/
/*        line-height: 133%;*/
/*    }*/

/*    .news-item__right {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 100%;*/
/*        flex: 0 0 100%;*/
/*        width: 100%;*/
/*        padding-left: 0;*/
/*        -webkit-box-ordinal-group: 2;*/
/*        -ms-flex-order: 1;*/
/*        order: 1;*/
/*        margin-bottom: 4rem;*/
/*    }*/

/*    .news-item__img {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*        min-width: 100%;*/
/*        height: 100%;*/
/*        min-height: 600px;*/
/*        max-height: 600px;*/
/*        padding-bottom: 0;*/
/*    }*/

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

/*@media (max-width: 1023px) {*/
/*    .news-item {*/
/*        padding-top: 0.5rem;*/
/*    }*/

/*    .news-item__title {*/
/*        padding-bottom: 2rem;*/
/*    }*/

/*    .news-item__img {*/
/*        min-height: 450px;*/
/*        max-height: 450px;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .news-item {*/
/*        padding-top: 0;*/
/*    }*/

/*    .mob-dn {*/
/*        display: none;*/
/*    }*/

/*    !*.news-item__img.news-item__img_desk {*!*/
/*    !*    display: none;*!*/
/*    !*}*!*/

/*    .news-item__img.news-item__img_mobile {*/
/*        display: block;*/
/*        margin-bottom: 2rem;*/
/*    }*/

/*    .news-item__right {*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 100%;*/
/*        flex: 0 0 100%;*/
/*        width: 100%;*/
/*        padding-left: 0;*/
/*        -webkit-box-ordinal-group: 2;*/
/*        -ms-flex-order: 1;*/
/*        order: 1;*/
/*        margin-bottom: 4rem;*/
/*    }*/

/*    .news-item__img {*/
/*        width: 100%;*/
/*        max-width: 100%;*/
/*        min-width: 100%;*/
/*        min-height: 100%;*/
/*        max-height: 100%;*/
/*        padding-bottom: 100%;*/
/*    }*/

/*    .news-item__img img {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: auto;*/
/*        bottom: 0;*/
/*        left: 0;*/
/*        position: absolute;*/
/*        right: 0;*/
/*        top: 0;*/
/*        height: 100%;*/
/*        -o-object-fit: cover;*/
/*        object-fit: cover;*/
/*        -webkit-transform: none;*/
/*        -ms-transform: none;*/
/*        transform: none;*/
/*    }*/
/*}*/

@media (max-width: 1400px) {
    .news-item__button {
        margin-top: 30px;
    }

    .news-inner__middle {
        grid-template-columns: 7fr 5fr;
        padding: 4rem 0 0;
    }

    .news-inner__bottom {
        grid-template-columns: 5fr 7fr;
        padding: 4rem 0 0;
    }
    
    .news-item{
        padding: 4rem 0 0;
    }

    .news-form__all {
        left: 0;
        padding: 30px 50px;
        top: 1350px;
        margin: 50px 0 30px;
    }

    .order-table {
        width: 100%;
        padding: 30px 50px;
        height: 700px;
    }

    .news-item__left {
        max-width: 407px;
    }
    .news-inner__left {
        max-width: 407px;
    }
    .news-form__all h3 {
        font-size: 35px;
    }

    .news-inner__bottom {
        top: 1000px;
    }

}

@media (max-width: 1200px) {

    .news-form__all h3 {
        font-size: 30px;
        line-height: 100%;
    }

    .news-inner__middle {
        grid-template-columns: 1fr 1fr;
    }

    .order-table p {
        font-size: 30px;
    }

    .news-inner__bottom {
        grid-template-columns: 1fr 1fr;
    }

    .news-item__title {
        font-size: 35px;
    }

    .news-iframe{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }

    .news-iframe iframe{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .news-item__left {
        max-width: 370px;
    }
    .news-inner__left {
        max-width: 370px;
    }
}


@media (max-width: 1120px) {

    .gallery-news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .news-item {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
        margin-top: 0;
    }

    .news-inner__middle {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .news-inner__bottom {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .news-form__all {
        padding: 30px;
        margin: 50px 0 30px;
    }

    .order-table {
        width: 100%;
        padding: 30px;
        height: 500px;
    }

    .order-table__img {
        width: 150px;
    }

    .order-table__img svg, .order-table__img img {
        width: 100%;
    }
    
    .news-item__title {
        font-size: 30px;
    }

    .news-item__right {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .bottom-img {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .news__form-img svg {
        max-width: 210px;
    }


    .news-item__img-custom img{
        object-position: center;
    }

    .news__form-img {
        display: none;
    }

    .news-item__img img{
        position: relative;
    }
    .news-item__left{
        max-width: 100%;
    }

    .news-inner__left {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .news-item {
        margin-bottom: 40px;
        margin-top: 20px;
        padding: 0;
    }

    .news-item__title{
       padding: 0 0 20px 0;
    }

    .news-inner__middle {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .news-inner__bottom {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .news-form__all {
        margin: 40px 0;
        padding: 20px 15px;
    }

    .news-item__right.mob-dn {
        display: block;
    }

    .news-item__title {
        font-size: 25px;
    }

    .news-form {
        display: block;
    }


    .news-form__all h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .news__form-text span {
        font-size: 20px;
    }

    .order-table p {
        font-size: 25px;
    }

}

@media (max-width: 576px) {

    .gallery-news-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }


    .news-item {
        margin-bottom: 20px;
    }

    .news-inner__middle {
        margin-bottom: 20px;
        gap: 10px;
    }

    .news-inner__bottom {
        grid-template-columns: 1fr;
        margin-bottom: 0;
        gap: 10px;
    }

    .news-form__all {
        margin: 20px 0;
    }

    .order-table {
        width: 100%;
        padding: 30px;
        height: 350px;
        gap: 0;
    }

    .order-table__img {
        width: 100px;
    }

    .order-table p {
        font-size: 16px;
        line-height: 120%;
    }



    .news-item__button {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    .news__form-btn label p:first-child {
        font-size: 12px;
        text-align: center;
        line-height: 120%;
    }

    .news__form-btn label p:last-child {
        font-size: 20px;
        text-align: center;
    }

    .news__form-submit {
        display: block;
        margin-top: 20px;
    }

    .news-form__button {
        width: 100%;
        margin-top: 30px;
    }

    .news-form__all h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .news__form-btn {
        margin-bottom: 15px;
    }

    .news__form-btn label {
        padding: 20px 10px;
    }

    .news__form-text {
        display: flex;
        justify-content: space-between;
    }

    .news__form-text span {
        display: block;
    }

    #summary {
        display: inline-block;
    }

    .news__form-text span:first-child {
        font-size: 16px;
    }

    .news__form-text span:last-child {
        font-size: 20px;
        white-space: nowrap;
    }


    .news__form-agreement {
        padding: 0;
    }
}

.action__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}

.action__col {
    width: calc((100% - 50px) / 2);
    gap: 40px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.action__text {
    height: calc((100% - 40px) / 2);
    display: flex;
    align-items: center;
}

.action__media {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
    height: auto;
}

.action__media iframe, img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* 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/js/custom/styler/jquery.formstyler.css?17651926152173*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto*/
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */
/* /local/templates/cheeseria2021/components/bitrix/news.detail/news/style.css?176519261519140 */
/* /local/templates/cheeseria2021/custom/css/banquets/style.css?176519261514265 */
/* /local/js/custom/styler/jquery.formstyler.css?17651926152173 */
