.reserveIn_box{
    padding: 91px 100px 0 100px;
    display: flex;
    justify-content: space-between;
}
.reserveIn_setObj_box{
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.reserveIn_obj_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reserveIn_img{
    width: 573px;
    height: 525px;
}
.reserveIn_text_box{
    padding: 20px 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.reserveIn_text_box h2{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0 0 9px 0;
}
.reserveIn_text_box p{
    max-width: 513px;
    height: 150px;
    font-size: 16px;
    font-weight: 400;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin: 23px 0 0 0;
}
.reserveIn_text_box .furniture,
.reserveIn_text_box .people{
    max-width: 513px;
    font-size: 16px;
    font-weight: 400;
    color: #227E8D;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 9px;
}
.reserveIn_moreInfo{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin-top: 32px;
    transition: filter 0.3s ease;
}
.reserveIn_moreInfo:hover{
    opacity: 0.7;
}
.reserveIn_choice_box{
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}
.reserveIn_bottom_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.reserveIn_text_price_box{
    display: flex;
    flex-direction: column;
}

.reserveIn_pricePeople_text{
    font-size: 14px;
    font-weight: 300;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-end;
}
.reserveIn_price_text{
    font-size: 20px;
    font-weight: 500;
    color: #227E8D;
    line-height: normal;
    letter-spacing: 0;
}
.reserveIn_choice_btn{
    width: 114px;
    height: 54px;
    background: #BA7263;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transition: background 0.3s;
    float: right;
}

.box_btn_res{
    float: right;
    margin-top: 20px;
}
.reserveIn_choice_btn:hover{
   background: #a85d3a;
}

.reserveIn_table_box{
    width: 559px;
}
.reserveIn_calendar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.calendar_in, .calendar_out{
    width: 269px;
    height: 54px;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 12px;
}
.calendar_in label, .calendar_out label{
    font-size: 14px;
    font-weight: 400;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
}
.reserveIn_guest{
    width: 559px;
    height: 54px;
    margin-bottom: 20px;
}

.guest_label {
    font-size: 14px;
    font-weight: 400;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 2px;
}

.guest_input_field {
    width: 559px;
    height: 54px;
    border: 1px solid #D9D9D9;
    padding-left: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #044758;
    font-weight: 700;
    box-sizing: border-box;
}

.guest_inpSet {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guest_input_field:hover {
    border-color: #044758;
}

.guest_dropdown {
    display: none;
    position: relative;
    width: 559px;
    background: white;
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: 15px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    z-index: 100;
    box-sizing: border-box;
}

.guest_dropdown.show {
    display: block;
}

.guest_counter_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #044758;
}

.reserveIn_selector_box{
    width: 300px;
    height: 54px;
    border: 1px solid #D9D9D9;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #044758;
    font-weight: 700;
    box-sizing: border-box;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.reserveIn_selector_box:hover {
    border-color: #044758;
}

.reserveIn_selector_dropDown {
    display: none;
    position: absolute;
    width: 300px;
    background: white;
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: 15px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    z-index: 100;
    box-sizing: border-box;
    left: 766px;
    margin-top: 144px;
}

.reserveIn_selector_dropDown.show {
    display: block;
}

.reserveIn_dropDown_price{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reserveIn_dropDown_price_first,
.reserveIn_dropDown_price_second {
    font-size: 18px;
    color: #227E8D;
    font-weight: 400;
    cursor: pointer;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.reserveIn_dropDown_price_first:hover,
.reserveIn_dropDown_price_second:hover{
    color: #BA7263;
}



.tariff_days_control_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tariff_control_title {
    font-weight: 700;
    color: #044758;
}

.guest_controls_tariff{
    display: flex;
    align-items: center;
    gap: 15px;
}

.guest_controls_tariff button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: white;
    font-size: 18px;
    cursor: pointer;
    color: #044758;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest_controls_tariff button:hover {
    background: #f0f0f0;
    border-color: #044758;
}

.guest_controls_tariff span {
    font-size: 16px;
    min-width: 20px;
    text-align: center;
    color: #044758;
}



.guest_counter_item:last-child {
    margin-bottom: 0;
}

.guest_controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.guest_controls button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: white;
    font-size: 18px;
    cursor: pointer;
    color: #044758;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest_controls button:hover {
    background: #f0f0f0;
    border-color: #044758;
}

.guest_controls span {
    font-size: 16px;
    min-width: 20px;
    text-align: center;
    color: #044758;
}






.reserveIn_tableBox_title{
    width: 559px;
    height: 54px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
}
.reserveIn_date{
    width: 559px;
    height: 111px;
    border: 1px solid #D9D9D9;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reserveIn_date h2{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}
.reserveIn_date p{
    font-size: 14px;
    font-weight: 400;
    color: #227E8D;
    line-height: normal;
    letter-spacing: 0;
    margin: 9px 0 0 0;
}
.reserveIn_objPrice_selected{
    width: 559px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reserveIn_objPrice_selected h2{
    font-size: 24px;
    font-weight: 500;
    color: #227E8D;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}
.reserveIn_objPrice_selected p{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}

.reserveIn_total{
    width: 559px;
    height: 158px;
    border: 1px solid #D9D9D9;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.reserveIn_total_text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.reserveIn_total_text h2{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}
.reserveIn_total_text p{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
}
.reserveIn_total_btn{
    height: 48px;
    background: #044758;
    color: #FFFFFF;
    margin-top: 32px;
    font-weight: 500;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}
.reserveIn_total_btn:hover {
    background: #033a48;
    transform: scale(1.02);
}
.reserveIn_conditions{
    width: 559px;
    height: 86px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reserveIn_conditions h2{
    font-size: 16px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    cursor: pointer;
    transition: transform 0.1s ease;
}
.reserveIn_conditions h2:hover{
    transform: scale(1.02);
}

.modal-header{
    background-color: #044758;
}

.reserveIn_objPriceIn{
    width: 497px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

