#select_dates_block {
    margin: 20px 0;
}
#select_dates_block header{
    font-size: 1.2rem;
    color: #005192;
}
#select_dates_block .form_holder.date_count input {
    width: 24px;
    padding: 6px 26px;
    text-align: center;
    font-size: 14px;
}
/*#offer_info_block h3{
    margin-bottom: 0;
}*/
#select_dates_block .label_departure,
#select_dates_block .label_duration{
    float: left;
}
#select_dates_block .label_departure{
    width: 220px;
}
#select_dates_block .label_duration{
    width: 200px;
}
#select_dates_block .field_group{
    overflow: hidden;
    float: left;
}
#select_dates_block .gddr_box .current.b a,
#select_dates_block .gddr_box .current.e a{
    background-image: none;
}


.select_dates ul,
.select_dates li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.select_dates ul.list_months{
    overflow: hidden;
}
.select_dates ul.list_months>li{
    overflow: hidden;
    display: block;
    padding: 6px 0;
    text-align: left;
}
.select_dates ul.list_months>li.year{
    font-weight: bold;
    background: gray;
}
.select_dates ul.list_months>li .group_month{
    display: inline-block;
    background: #e5e0e0;
    border-radius: 4px;
    padding-right: 6px;
    padding-left: 6px;
}
.select_dates ul.list_months>li .month_label{
    float: left;
    padding: 13px 6px;
    font-size: 14px;
    width: 80px;
}
.select_dates ul.list_dates{
    float: left;
    max-width: 588px;
    padding-right: 4px;
}
.select_dates .date-button{
    float: left;
    margin: 0 3px;
    position: relative;
    padding-top: 6px;
}
.select_dates .date-button>a{
    width: 32px;
    line-height: 1;
    display: block;
    padding: 4px 6px 0px 6px;
    background-color: #1a75bc;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #1a75bc;
    font-size: 14px;
    font-weight: bold;
}
.select_dates .date-button span{
    font-size: 10px;
    font-weight: normal;
}
.select_dates .date-button .arrow{
    height: 10px;
}
.select_dates .date-button .arrow{
    /*display: none;
    text-align: center;
    clear: both;
    width: 0;
    height: 0;
    margin: 0 0 0 12px;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #edc509 transparent;*/
}
.select_dates .date-button.selected>a{
    background-color: #ffd000;
    border-color: #ffd000;
    border-left-color: #ffd000;
    border-right-color: #ffd000;
    color: #000000;
}
.select_dates .list_duration_block{
    display: none;
    clear: both;
}
.select_dates .list_duration_block.selected{
    display: block;
}
.select_dates .list_duration_block>.before{
    text-align: center;
    clear: both;
    width: 0;
    height: 0;
    margin: 0 0 0 80px;
    border-style: solid;
    border-width: 4px 10px 10px 10px;
    border-color: transparent transparent #aaaaaa transparent;
}
.select_dates .duration_lists{
    /*background: #FDE29F;*/

}
.select_dates .choice{
    background: #fdfafa;
    padding-bottom: 6px;
}
.select_dates .choice.ok{
    background: #ececec;
}
.select_dates .choice h3{
    height: 28px;
    margin: 0;
    padding: 6px 0 6px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.select_dates .choice h3.no_choice_h3{
    padding-bottom: 0px;
    display: inline-block;
}
.select_dates .choice h3:before{
    content: '1';
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    background: #ffd000;
    font-size: 14px;
    font-weight: bold;
}
.select_dates .choice.ok h3:before{
    background: #c0c0c0;
    color: #ffffff;
}
.select_dates .choice.ok h3{
    padding-left: 0px;
}
.select_dates .choice.duration_lists h3:before{
    content: '1';
}
.select_dates .choice.choice_hotel h3:before{
    content: '2';
}
.select_dates .choice.choice_room h3:before{
    content: '3';
}
.select_dates .choice.choice_acc h3:before{
    content: '4';
}
.select_dates .choice.choice_pansion h3:before{
    content: '5';
}
.select_dates .choice.ok a{
    /*color: #8d8c8c;*/
}
/*.select_dates .choice.ok:hover h3{
    color: grey;
}
.select_dates .choice.ok:hover a{
    color: grey;
}
.select_dates .choice.ok:hover a:hover{
    color: red;
}
.select_dates .choice.ok:hover li.selected>a{
    color: black;
}*/
.select_dates .one_pansion,
.select_dates .book_btn_block{
    background: #fdfafa;
}
.select_dates .allocation {
    /*background: #FDE29F;*/
    border: none;
    /*border-bottom: 1px solid #aaaaaa;*/
}
.select_dates .booking_form{
    background: #ececec;
    border: none;
    border-bottom: 2px solid #ffd000;
    padding: 0 10px 10px 10px;
}
.select_dates .booking_form_header{
    padding: 7px 7px 7px 28px;
    font-size: 14px;
    font-weight: bold;
    background: #ffd000;
    margin-top: 4px;
}
.no_mt .select_dates .book_btn_block {
    margin-top: 10px;
}
.select_dates .book_btn_block{
    padding: 0 0 10px 20px;
    width: 262px;
    display: none;
}
.select_dates .pansions_prices {
     width: 262px;
 }
.select_dates .duration_lists>ul{
    padding-left: 50px;
}
.select_dates .duration_lists>ul.nochoice{
    padding-left: 0px;
}
.select_dates .duration_lists>ul>li{
    padding: 0px;
    float: left;
    border: 1px solid transparent;
    /*border-radius: 3px;*/
    text-align: center;
}
.select_dates .duration_lists>ul>li.selected.nochoice{
    background-color: transparent;
    border: none;
    color: black;
    padding: 0;
    float: none;
    text-align: left;
}
.select_dates .duration_lists>ul>li a{
    color: black;
}
.select_dates .nomt_book_btn{
    display: inline-block;
    width: 144px;
    height: 31px;
    line-height: 26px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #095891 url(/images/1/book_btn.png) repeat;
    border-radius: 3px;
    padding-top: 2px;
    font-size: 15px;
    font-weight: bold;
}
.select_dates .book_btn_block.enabled{
    display: block;
}

.select_dates .one_hotel,
.select_dates .one_room,
.select_dates .one_acc,
.select_dates .one_pansion{
    display: none;
}
.select_dates .one_hotel.selected,
.select_dates .one_room.selected,
.select_dates .one_acc.selected,
.select_dates .one_pansion.selected{
    display: block;
}

.select_dates ul.list{
    /*width: 430px;*/
    display: inline-block;
}
.select_dates .list>li{
    display: block;
    padding-left: 32px;
}
.select_dates .list>li.selected.nochoice{
    padding-left: 2px;
}
.select_dates .list>li a{
    display: inline-block;
    padding: 6px 16px 6px 20px;
    /*border: 1px solid transparent;*/
    background: url(/images/1/radio_button_grey.png) no-repeat 0px 4px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}

.select_dates .list>li.selected a{
    background-image: url(/images/1/radio_button_yellow.png);
    /*border: 1px solid #2875A9;*/
    color: #000000;
}
.select_dates .list>li.selected.nochoice a{
    background-color: transparent;
    background-image: none;
    border: none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-decoration: none;
}

.select_dates .one_pansion{
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 4px 20px;
}
.select_dates .one_pansion .ck-price{
    /*color: #816B23;*/
    font-weight: bold;
    font-size: 16px;
}