

/* 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/custom/empty/form-event/style.css?17663947155699 */
