 div#loading   {
	/* add your css rule here */
    backdrop-filter: blur(4px);
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}
.btn {
    background: #f48830!important;
    color: #ffffff!important;
    border-radius: 12px;
    transition-duration: 0.3s;
}
.btn:hover, .btn:focus {
    background: #E2761E!important;
}
.btn.book.btn-has-icon {
    padding: 18px 28px;
    font-weight: 600;
}
#main-buttons .wrapper .bar .btn.book.btn-has-icon::after {
    font-weight: 600;
}
.header .item-container {
    color: #f48830!important;
}
.steps-nav li.step_info_item.filled.passed a,
.steps-nav li.step_info_item.filled.passed a .title-small,
.steps-nav li.step_info_item.active a .title-small,
.steps-nav li:first-child, .steps-nav li.passed, .steps-nav li.passed + li:not(.passed) a .title-small,
#footer #sb_scroll_top_btn  {
    color: #ffffff!important;
}
#sb-timeline .steps-nav li.step_info_item.filled.passed::after {
    filter: invert(100%);
}

button, a {
    transition-duration: 0.3s;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header button:hover,
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header a:hover,
button.sb_next_month:hover,
button.sb_next_month:focus {
    background: #f48830;
    color: #fff!important;
}

#sb_category_step_container .category-item.item .item__tab {
    border-radius: 8px;
}
#sb_category_step_container .category-item.item .item__tab a.item__picture-wrapper,
#sb_category_step_container .category-item.item .item__tab a.item__picture-wrapper .item__picture--user {
    border-radius: 8px 8px 0 0;
}
#main-buttons .wrapper h1.title.title--h1.company-name {
    font-size: 36px;
}
@media (min-width: 992px) {
    #main-buttons .wrapper h1.title.title--h1.company-name {
        font-size: 40px;
    }
}
@media (min-width: 1280px) {
    #main-buttons .wrapper h1.title.title--h1.company-name {
        font-size: 44px;
    }
}
@media (min-width: 1500px) {
    #main-buttons .wrapper h1.title.title--h1.company-name {
        font-size: 48px;
    }
}
@media (max-width: 384px) {
    .header__logo-wrapper .header__logo-link {
        max-width: 170px;
    }
    .header__logo-wrapper .header__logo-link img {
        max-width: calc(100% - 30px);
    }
}
@media (max-width: 352px) {
    .header__logo-wrapper .header__logo-link {
        max-width: 150px;
    }
}
@media (max-width: 332px) {
    .header__logo-wrapper .header__logo-link {
        max-width: 130px;
    }
}
article.item__content>.title.title--h4.short {
    font-size: 23px;
}
body.hasModal:before {
    backdrop-filter: blur(4px);
}
.header .header__navigation .header__navigation-item a.header__navigation-link {
    display: inline-flex;
}
.header__navigation #sb_appended_menu_item ul li:hover,
.header__navigation #sb_appended_menu_item ul li:focus {
    background: #d3e0f1;
}
.custom-checkbox input:checked + .custom-label, input:checked + .custom-label, input:checked + .custom-checkbox .custom-label {
    color: #fff!important;
}
#sb_google_translate .goog-te-combo:focus, .form-control:focus {
    border-color: #faa21b !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(250,162,27,.6) !important;
}