.cater-page {
    background: #fffbf5;
}
.cater-page h2 {
    margin: 0;
}
.cater-about {
    padding: 70px 0 45px;
}
.cater-about-wrap {
    display: flex;
}
.cater-about-img {
    width: 55%;
    min-width: 55%;
    height: auto;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
}
.cater-about-left {
    padding-right: 35px;
}
.cater-about-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
.cater-about-text {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Roboto';
}

.cater-events {
    padding: 50px 0 95px;
}
.cater-events .title {
    text-align: center;
}
.cater-events-items {
    margin-top: 40px;
    padding: 0 100px;
}
.cater-events-items {
    display: flex;
}
.cater-events-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    padding: 35px 15px 0;
}
.cater-events-item img {
    max-width: 100%;
}
.cater-events-item-text {
    padding-top: 60px;
    font-size: 18px;
    line-height: 1;
    font-family: 'Roboto';
    text-align: center;
}

.cater-sale {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 60px;
    text-align: center;
}
.cater-sale-text {
    line-height: 1.57;
    margin-top: 2px;
    font-family: 'Roboto';
}

.cater-types {
    padding: 95px 0 45px;
}
.cater-types-items .banquet-hall-item {
    margin-bottom: 40px;
}
.cater-types-items .banquet-hall-item:last-child {
    margin-bottom: 0;
}
.cater-types-items .banquet-hall-item_img {
    width: 50%;
    min-width: 50%;
}
.cater-types-items .banquet-hall-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cater-types-items .banquet-hall-item_info_desc {
    margin-bottom: 25px;
}
.cater-types-items .more-link {
    width: fit-content;
    /*border: 1px solid #C29D63;*/
    /*padding: 10px 15px;*/
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #C29D63;
    font-family: 'Roboto';
}

.cater-services {
    padding: 50px 0 95px;
}
.cater-services .title {
    text-align: center;
}
.cater-services-items {
    display: flex;
    padding: 0 85px;
    margin: 40px -25px 0;
}
.cater-services-item {
    width: 33.3%;
    padding: 0 25px;
}
.cater-services-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cater-services-item img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.cater-services-item-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
}
.cater-services-item-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    font-family: 'Roboto';
}

a.color-btn {
    font-family: 'Roboto';
    background: #C29D63;
    border: 1px solid #C29D63;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
a.color-btn:hover {
    background: #FFFFFF;
    color: #C29D63;
}

.cater-menu {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0 65px;
}
.cater-menu .title {
    text-align: center;
    margin-bottom: 15px;
}
.cater-menu-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cater-menu-btns a {
    margin-right: 25px;
}
.cater-menu-btns a:last-child {
    margin-right: 0;
}

.cater-portfolio {
    padding: 95px 0 45px;
}
.cater-portfolio .title {
    text-align: center;
    margin-bottom: 40px;
}
.cater-portfolio-slider-item {
    height: auto;
    padding: 0 4px;
}
.cater-portfolio-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cater-portfolio-slider .slick-track {
    display: flex;
    height: 250px;
}

.cater-example {
    padding: 50px 0 45px;
}
.cater-example .title {
    margin-bottom: 40px;
    text-align: center;
}
.cater-example-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cater-example-btns a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    width: 235px;
    margin-bottom: 25px;
    text-transform: none;
}
.cater-example-btns a:last-child {
    margin-bottom: 0;
}

.cater-calc {
    padding: 50px 0 95px;
}
.cater-calc .title {
    text-align: center;
    margin-bottom: 25px;
}
.cater-calc-text {
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}
#cater-calc {
    max-width: 570px;
    margin: 55px auto 0;
}
.cater-calc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cater-calc-item-name {
    font-size: 21px;
    line-height: 25px;
}
.cater-calc-item-field {
    border: 1px solid #C29D63;
    background: transparent;
    width: 330px;
    height: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #C29D63;
    padding-left: 25px;
}
.cater-calc-item-field-wrap {
    position: relative;
}
.cater-calc-item-field-wrap:before {
    content: '';
    display: block;
    background: #fffbf5;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    z-index: 1;
}
.cater-calc-item-field-select:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-image: url('../img/input-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    pointer-events: none;
}
#calc-date {
    position: relative;
}
#calc-date::-webkit-calendar-picker-indicator {
    width: 12px;
    height: 6px;
    background-image: url('../img/input-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
#event-select {
    position: relative;
}
#event-select::-ms-expand {
    color: red;
    background: black;
}
.cater-calc-item-right {
    width: 330px;
}
#cater-calc-item-address {
    align-items: flex-start;
}
#cater-calc input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #E5D9C5;
}
#calc-count {
    position: relative;
}
#calc-count:before {
    content: '';
    display: block;
    background: #fffbf5;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}
.cater-calc-item-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#calc-street {
    margin-bottom: 10px;
}
#calc-house, #calc-housing, #calc-room {
    width: 31%;
    text-align: center;
    padding: 0 10px;
}
#calc-res-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 330px;
    height: 40px;
    border: 1px solid #C29D63;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #C29D63;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
    margin-top: 40px;
}
#calc-res-btn.disabled {
    color: #E5D9C5;
    border: 1px solid #E5D9C5;
    pointer-events: none;
}
#calc-res-btn.disabled:hover {
    background: transparent;
    color: #C29D63;
}
#calc-res-btn:hover {
    background: #C29D63;
    color: #fff;
}
.cater-calc-res {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
    height: 0;
}
.cater-calc-res.active {
    border-top: 1px solid #EDDCC1;
    padding-top: 40px;
    margin-top: 40px;
    height: auto;
}
.cater-calc-res a.button {
    background: #C29D63;
    color: #fff!important;
    padding: 0 15px;
    height: 40px;
}
.cater-calc-res a.button svg path {
    fill: #fff!important;
}
.cater-calc-res a.button:hover {
    background: transparent;
    color: #C29D63!important;
}
.cater-calc-res a.button:hover svg path {
    fill: #C29D63!important;
}
.cater-calc-res-num {
    font-size: 32px;
    line-height: 38px;
}

@media(max-width: 1200px) {
    .cater-about-img {
        width: 45%;
        min-width: 45%;
    }
    .cater-events-items {
        margin-top: 25px;
        padding: 0 50px;
    }
    .cater-events-item-text {
        padding-top: 20px;
        font-size: 16px;
    }
    .cater-types {
        padding: 50px 0 25px;
    }
    .cater-services {
        padding: 40px 0 60px;
    }
    .cater-services-item img {
        width: 200px;
        height: 200px;
    }
    .cater-services-item-title {
        margin-bottom: 10px;
    }
    .cater-portfolio {
        padding: 70px 0 30px;
    }
    .cater-example {
        padding: 35px 0 45px;
    }
}

@media(max-width: 991px) {
    .cater-page .title {
        font-size: 35px;
    }
    .cater-about-wrap {
        display: block;
    }
    .cater-about-left {
        padding-right: 0;
    }
    .cater-about-img {
        width: 100%;
        min-width: auto;
        margin-top: 20px;
    }
    .cater-events {
        padding: 30px 0 70px;
    }
    .cater-events-items {
        padding: 0;
    }
    .cater-events-item-text {
        text-align: center;
    }
    .cater-events-item {
        padding: 20px 4px 0;
    }
    .cater-types-items .banquet-hall-item_info {
        padding: 15px 15px 15px 50px;
    }
    .banquet-hall-item_info_name {
        font-size: 26px;
        line-height: 30px;
    }
    .cater-services-items {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .cater-page .title {
        font-size: 30px;
    }
    .cater-events-item {
        padding: 20px 15px 0;
    }
    .cater-types-items .banquet-hall-item_img {
        width: 100%;
        min-width: 100%;
    }
    .cater-services-items {
        display: block;
        margin: 40px 0 0;
    }
    .cater-services-item {
        width: 100%;
        padding: 0 100px;
        margin-bottom: 40px;
    }
    .cater-services-item:last-child {
        margin-bottom: 0;
    }
}
@media(max-width: 576px) {
    .all-page-title .page-link {
        text-align: center;
    }
    .cater-about {
        padding: 50px 0 35px;
    }
    .cater-about-title {
        font-size: 20px;
        line-height: 1.4;
    }
    .cater-events-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cater-events-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .cater-events {
        padding: 30px 0 45px;
    }
    .cater-types-items .banquet-hall-item_info {
        padding: 15px;
    }
    .cater-services-item {
        padding: 0;
    }
    .cater-menu-btns {
        flex-direction: column;
    }
    .cater-menu-btns a {
        width: 170px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cater-menu-btns a:last-child {
        margin-bottom: 0;
    }

    #cater-calc {
        max-width: 290px;
        margin: 45px auto 0;
    }
    .cater-calc-item {
        display: block;
    }
    .cater-calc-item-name {
        margin-bottom: 15px;
    }
    .cater-calc-item-field {
        width: 100%;
    }
    .cater-calc-item-right {
        width: 100%;
    }
    #calc-res-btn {
        width: 100%;
    }
    .cater-calc-res {
        flex-direction: column;
    }
    .cater-calc-res.active {
        padding-top: 20px;
        margin-top: 30px;
    }
    .cater-calc-res-num {
        margin-bottom: 20px;
    }
    #calc-res-btn {
        font-size: 13px;
    }
}