.header {
    background: url(../img/header_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 40px;
}
.head_logo {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 29px;
}
.header_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_nav ul li a {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 3px 12px;
}
.header_nav ul li a.active {
    background: #007EFF;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    color: #fff;
}
.header_nav ul li a:not(.active):hover {
    color: #007EFF;
}
.header_search {
    max-width: 635px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
}
.header_s_button {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    background: #007EFF;
    padding: 13px 28px;
    border: 0;
}
.headar_s_input {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A0A4A8;
    padding: 13px 17px;
    background: #FFFFFF;
    border: 0;
    width: 100%;
    flex: 1;
}
.headar_s_input::placeholder {
    color: #A0A4A8;
}
.search_result_s {
    padding: 22px 0;
}
.cards_wrpr {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.card_item {
    width: calc(50% - 10px);
    margin: 5px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    overflow: hidden;
}
.card_item .img_wrpr {
    display: flex;
}
.card_item .img_wrpr img {
    width: 100%;
    height: 166px;
    object-fit: cover;
}
.card_item .item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 13px;
}
.card_item .item_footer .card_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.card_item .item_footer .cnn {
    margin-top: 1px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.btn {
    display: flex;
    align-items: center;
    padding: 8px 14px 9px 18px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background: #007EFF;
    border-radius: 4px;
    border: none;
}
.btn svg {
    margin-left: 10px;
}
.btn:hover {
    opacity: 0.8;
}
.booking_item_main_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 22px;
}
.booking_item_main_info .img_wrpr {
    border-radius: 4px;
    overflow: hidden;
    max-width: 231px;
    display: flex;
    margin-right: 27px;
}
.booking_item_main_info .img_wrpr img {
    width: 100%;
    /*height: 100%;*/
    height: 129px;
    object-fit: cover;
}
.booking_item_main_info .item_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.booking_item_main_info .cnn {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.booking_item_main_info .price {
    display: block;
    font-size: 12px;
    line-height: 5px;
    color: #000000;
    margin-top: 15px;
}
.booking_item_titles {
    margin-top: 43px;
    margin-bottom: 25px;
    padding-left: 15px;
}
.booking_item_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 5px;
}
.booking_item_timer {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.booking_item_timer .item_timer {
    margin-left: 3px;
}
.booking_steps ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.booking_steps ul:before {
    position: absolute;
    height: 2px;
    background: #BDBDBD;
    width: 90%;
    left: 5%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    display: block;
    content: "";
}
.booking_steps ul li {
    padding: 13px 28px;
    background: #BDBDBD;
    border-radius: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    position: relative;
    width: 140px;
    text-align: center;
    z-index: 2;
}
.booking_steps ul:after {
    position: absolute;
    height: 2px;
    background: #2AC769;
    width: 50%;
    left: 5%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    display: block;
    content: "";
}
.booking_steps.step_2 ul:after,
.booking_steps.step_3 ul:after {
    width: 90%;
}
.booking_steps.step_1 ul li:nth-child(1),
.booking_steps.step_2 ul li:nth-child(1),
.booking_steps.step_2 ul li:nth-child(2),
.booking_steps.step_3 ul li:nth-child(1),
.booking_steps.step_3 ul li:nth-child(2),
.booking_steps.step_3 ul li:nth-child(3),
.booking_steps.step_4 ul li:nth-child(1),
.booking_steps.step_4 ul li:nth-child(2),
.booking_steps.step_4 ul li:nth-child(3),
.booking_steps.step_4 ul li:nth-child(4){
    background: #2AC769;
    color: #fff;
}
.calendar_slider_block {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin: 22px 0 42px;
}
.calendar_slider_wrpr {
    padding: 21px 5px;
}
.calendar_slider {
    margin-left: -15px;
}
.calendar_item {
    padding: 0 15px;
}
.calendar {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}
.calendar td,
.calendar th {
    padding-bottom: 1px;
}
.calendar .day-number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.calendar .day-number a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar .day-number.available {
    background: #93D143;
    color: #fff;
}
.calendar .day-number.booked {
    background: #DE5465;
    color: #fff;
}
.calendar .day-number.limited {
    background: #F9C81D;
    color: #fff;
}
.calendar .day-number.notice {
    background: #A0A4A8;
    color: #fff;
}
.calendar_item label {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    margin-bottom: 32px;
}
.slider_arrow {
    width: 5px;
    height: 10px;
    display: block;
    border: 0;
    position: absolute;
    top: 1px;
    cursor: pointer;
    z-index: 2;
}
.slider_arrow:hover {
    opacity: 0.6;
}
.slider_arrow.slider_prev {
    background: url(../img/slider_arrow_prev.svg) no-repeat center;
    left: 15px;
    background-size: contain;
}
.slider_arrow.slider_next {
    background: url(../img/slider_arrow_next.svg) no-repeat center;
    right: 2px;
    background-size: contain;
}
.calendar_footer {
    background: #E9EFF3;
    border-top: 1px solid #E8E8E8;
    padding: 14px 0 19px;
}
.calendar_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar_footer ul li {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #000000;
    margin: 0 10px;
}
.calendar_footer ul li:before {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    content: "";
    margin-right: 10px;
}
.calendar_footer ul li:nth-child(1):before {
    background: #93D143;
}
.calendar_footer ul li:nth-child(2):before {
    background: #F9C81D;
}
.calendar_footer ul li:nth-child(3):before {
    background: #DE5465;
}
.calendar_footer ul li:nth-child(4):before {
    background: #A0A4A8;
}
.next_btn_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.next_btn_wrpr .next_btn {
    padding: 13px 22px 13px 28px;
    font-size: 12px;
    line-height: 15px;
}
.booking_text_info {
    padding-bottom: 51px;
}
.booking_text_info p {
    font-size: 10px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 15px;
}
.booking_text_info p:last-child {
    margin-bottom: 0;
}
.form_group {
    margin-bottom: 10px;
}
.text_label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #373A3C;
}
.text_label a {
    color: #007EFF;
    text-decoration: underline;
}
.deposit_main_table {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.deposit_main_table .form_group {
    width: 50%;
}
.cols_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #373A3C;
}
.form_cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.col_6 {
    width: calc(50% - 5px);
}
.col_4 {
    width: calc(33.33% - 5px);
}
.text_label.empty_label {
    height: 24px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.form_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #373A3C;
    margin-bottom: 20px;
}
.deposit_s {
    padding-top: 55px;
}
.billing_detail .next_btn_wrpr {
    justify-content: flex-start;
}
.checkbox_container {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}
.checkbox_container input {
    display: none;
}
.checkbox_container a {
    color: #007EFF;
    margin-left: 3px;
}
.checkbox_container .checked_icon {
    width: 12px;
    height: 12px;
    border: 1px solid #A0A4A8;
    position: relative;
    margin-right: 10px;
    display: block;
}
.checkbox_container .checked_icon:after {
    width: 6px;
    height: 6px;
    background: #A0A4A8;
    position: absolute;
    left: 50%;
    margin-top: -3px;
    top: 50%;
    margin-left: -3px;
    display: none;
    content: "";
}
.checkbox_container input:checked ~ .checked_icon:after {
    display: block;
}
.checkbox_container.radio .checked_icon,
.checkbox_container.radio .checked_icon:after {
    border-radius: 50%;
}
.billing_detail .checkbox_container {
    margin-top: 10px;
}
.billing_detail .checkbox_container.radio {
    margin: 30px 0;
}

.ie .header_s_button {
    padding: 13px 28px 12px;
}
.ie .select::before {
    display: none;
}
.ie .select select {
    padding: 10px 10px 10px 14px;
}
.hidden {
    display: none;
}
