.flex{display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}

.calculate_tour__block{}
.calculate_tour__block .yellow_bg{background: #FFFAEE;border-radius: 15px;padding: 30px;}
.calculate_tour__block h3{font-size: 24px;font-weight: 500;line-height: 130%;color: #10313C;margin-bottom: 30px;}

.calculate_tour__block .calculate_tour__list.flex{gap:20px;}
.calculate_tour__block .calculate_tour__list{}
.calculate_tour__block .calculate_tour__list .left__block.flex{flex-direction:column;gap:20px;}
.calculate_tour__block .calculate_tour__list .left__block{width: 600px;}

.calculate_tour__block .calculate_tour__list .left__block .calendar__block{width:100%;}

.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block{display:none;width:100%;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block.flex{gap:30px;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block{}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item{width:150px;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item .quantity__title{color: #10313C;margin-bottom: 15px;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item .quantity.flex{align-items:center;justify-content: space-between;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item .quantity{border:1px solid #566D7433;border-radius:15px;padding:15px;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item .quantity .quantity__btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;}
.calculate_tour__block .calculate_tour__list .left__block .numberTourists__block .quantity__block .quantity__item .quantity .quantity-num{width:60px;text-align: center;border: none;background-color: transparent;}

.calculate_tour__block .calculate_tour__list .hotels__block{display:none; width:900px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list{}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__wrap{margin-bottom:30px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__wrap .hotel{padding-left:20px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__wrap .hotel .name{font-size: 20px;font-weight: 500;margin-bottom: 5px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item.flex{align-items:center;gap:10px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item{min-height:70px;border-bottom:1px solid #566D7433;padding:10px 0;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .room{width: 620px;padding: 0 20px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .hotel{width:250px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .hotel .name{margin-bottom: 5px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .hotel .rating{}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .icons.flex{flex-wrap:wrap;justify-content:center;gap:10px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .icons{width: 65px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .price{width: 100px;}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .btn__block{}
.calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .btn__block .btn{font-size: 13px;height: 35px;width: 100px;}







/* Media */
@media (max-width: 991px) {
    .calendar-item th,
    .calendar-item td{padding: 15px 10px;font-size: 14px;}
    
    .calculate_tour__block .yellow_bg{padding: 15px;}
    .calculate_tour__block h3 {font-size: 20px;}
    .calendar .calendar-prev {right: 30px;}
    .calculate_tour__block .calculate_tour__list {flex-direction: column;align-items: center;}
    .calculate_tour__block .calculate_tour__list .left__block {width: 100%;max-width: 600px;}
    .calculate_tour__block .calculate_tour__list .hotels__block {width: 100%;max-width: 900px;}
    
    .calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .room {width: 45%;}
    .calculate_tour__block .calculate_tour__list .hotels__block .hotels__list .hotel__item .price {width: 20%;}
}