

/* Start:/bitrix/templates/naftusya-2014-2023/styles_2023.css?174308442790588*/
*,body input {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    box-sizing: border-box;
    border: 0;
    list-style: none;
}
html.mobile{
display:block;
}
#wrapper, #wrapper *, .popup-holder, .popup-holder *{
box-sizing: content-box;
}

#wrapper .card_booking-result,
#wrapper .card_booking-result *,
#wrapper .card_booking-form,
#wrapper .card_booking-form *{
box-sizing: border-box;
}

/*FONTS*/
@font-face {
    font-family: 'Inter';
    src: url('/bitrix/templates/naftusya-2014-2023/../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/bitrix/templates/naftusya-2014-2023/../fonts/Inter-Regular-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Formular';
    src: url('/bitrix/templates/naftusya-2014-2023/../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    overflow-x: hidden;
    font: 400 14px/17px 'Inter', sans-serif;
}
/*Модификаторы*/
.mobile {
    display: none;
}
.upper {
    text-transform: uppercase;
}

/*BREADCRUMBS*/
.breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}
.breadcrumbs_item {
    display: flex;
    align-items: center;
    color: #797C7E;
    font: 400 12px/15px 'Inter', sans-serif;
}
.breadcrumbs_item.active {
    color: #335E90;
    font-weight: 700;
}
.breadcrumbs_item > * {
    color: inherit;
}
.breadcrumbs_item:after {
    content: ">";
    display: block;
    font: 400 12px/15px 'Inter', sans-serif;
    margin: 0 5px;
}
.breadcrumbs_item.active:after {
    display: none;
}


/*BASE BUTTON VIEW*/
.base_btn {
    background: #71B838;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font: 700 12px/40px 'Inter', sans-serif;
    white-space: nowrap;
    min-width: 174px;
    text-align: center;
}

/*BASE BORDER BUTTON VIEW*/
.base_btn-border {
    color: #2E2E2E;
    border: 2px solid #71B838;
    border-radius: 20px;
    text-transform: uppercase;
    font: 700 13px/36px 'Inter', sans-serif;
    white-space: nowrap;
    text-align: center;
    background: transparent;
}

/*BASE DROPDOWN*/
.base_dropdown {
    position: relative;
    cursor: pointer;
    border: 2px solid #3878C4;
    border-radius: 20px;
    padding: 0 18px;
    margin: 0 12px 0 0;
}
.base_dropdown-arrow {
    margin: 0 0 0 8px;
}
.base_dropdown-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 400 12px/40px 'Inter', sans-serif;
    color: #797C7E;
}
.base_dropdown-main-text{
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.base_dropdown-main-text.active {
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.base_dropdown-list {
    display: none;
    background: #fff;
    position: absolute;
    top: 109%;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 10px;
    border: 1px solid #3878C4;
    border-radius: 10px;
    width: 100%;
    z-index: 10;
}
.base_dropdown.active .base_dropdown-list {
    display: block;
}
.base_dropdown-list-item {
    font: 400 12px/15px 'Inter', sans-serif;
    color: #797C7E;
    margin: 0 0 6px;
    max-width: 160px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.base_dropdown-list-item:hover,
.base_dropdown-list-item.active {
    color: #3878C4;
    transition: color .2s linear;
}

/*Стилизация скрола*/
.base_scroll {
    padding: 0 20px 0 0;
}
.base_scroll::-webkit-scrollbar-track  {
    background-color: #C0C0C0;
    border-radius: 4px;
}
.base_scroll::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    border-radius: 4px;
}
.base_scroll::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #C0C0C0;
    border-radius: 4px;
    width: 5px;
}
.base_scroll::-webkit-scrollbar-corner {
    background-color: #C0C0C0;
}
.base_scroll::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background: #F9F9F9;
    border-radius: 4px;
}



/*Menu*/
.menu {
    background: #3878C4;
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
margin-bottom:20px;
}
.menu.sticky {
    position: fixed;
}
.menu_inner {
    max-width: 1292px;
    height: 120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 12px 10px;
}
.menu_logo {
    max-width: 117px;
    margin: 0 40px 0 -10px;
}
.menu_slogan {
    color: #fff;
    font: italic 400 14px/17px 'Inter', sans-serif;
    white-space: nowrap;
}
.sticky .menu_slogan {
   font-size: 17px;
    line-height: 20px;
}
.menu_row {
    display: flex;
    margin: 0 0 0 auto;
}
.menu_phone {
    color: #fff;
    font: 700 12px/15px 'Inter', sans-serif;
    text-align: right;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    position: relative;
}
.menu_phone:last-child {
    padding: 0;
    margin: 0 30px 0 0;
}
.menu_phone:not(:last-child):after {
    content: '';
    height: 29px;
    border-left: thin solid rgba(255,255,255,0.42);
    position: absolute;
    top: 0;
    right: 0;
}
.menu_phone-number {
    display: block;
    color: #fff;
    font: 700 15px/18px 'Inter', sans-serif;
    margin: 0 0 4px;
}
.menu_call {
    display: none;
}
.menu_burger {
    margin: 0 0 0 34px;
    width: 32px;
    height: 32px;
    align-items: center;
}
.menu_burger-filter {
    display: none;
}
.sticky .menu_burger-filter {
    display: flex;
}
.menu_burger-modal {
    display: none;
}
.menu_burger-line {
    display: block;
    position: relative;
    width: 32px;
    border-bottom: 3px solid #FFFFFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.menu_burger-line:before,
.menu_burger-line:after {
    content: '';
    width: 32px;
    border-bottom: 3px solid #FFFFFF;
    border-radius: 8px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.menu_burger-line:before {
    top: -8px;
}
.menu_burger-line:after {
    top: 8px;
}
.menu_burger.active .menu_burger-line {
    border-bottom: 3px solid rgba(0,0,0,0);
}

.menu_burger.active .menu_burger-line:before {
    top: 0;
    transform:rotate(45deg);
}

.menu_burger.active .menu_burger-line:after {
    top: 0;
    transform:rotate(135deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.menu_window {
    display: none;
    position: absolute;
    top: 59px;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: all .5s ease;
    overflow-y: auto;
    background: #3878C4;
    z-index: 1111;
}
.menu_window.active {
    right: 0;
display: block;

}
.menu_window-item {
    padding: 0 96px 0 28px;
}
.ac-input:checked + .menu_window-item-text:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    left: 0;
}
.menu_window-item-text {
    color: #FFFFFF;
    font: 400 15px/18px 'Inter', sans-serif;
    padding: 10px 7px 10px 0;
    border-bottom: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_window-arrow:after {
    content: '';
    width: 7px;
    height: 7px;
    border-left: thin solid #fff;
    border-bottom: thin solid #fff;
    transform: rotate(-45deg);
}
.ac-input {
    display: none;
}
.ac-input:checked + .menu_window-item-text {
    color: #3878C4;
    border-bottom: transparent;
}
.ac-input:checked + .menu_window-arrow:after {
    border-left: thin solid #3878C4;
    border-bottom: thin solid #3878C4;
    transform: rotate(135deg);
}
.menu_window-item-dropdown {
    opacity: 0;
    height: 0;
    margin-bottom: .5em;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}
.menu_window-item-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 0 10px;
    color: #FFFFFF;
    font: 400 15px/18px 'Inter', sans-serif;
}
.menu_window-item-dropdown-link.menu_window-arrow {
    margin: 16px 4px 0 10px;
}
.ac-input:checked ~ .menu_window-item-dropdown-link {
    font-weight: 700;
}
.menu_window-item-dropdown .ac-input:checked + .menu_window-arrow:after {
    border-left: thin solid #fff;
    border-bottom: thin solid #fff;
    transform: rotate(135deg);
}
.menu_window-item-dropdown-list {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    position: relative;
}
.ac-input:checked ~ .menu_window-item-dropdown {
    opacity: 1;
    height: auto;
    overflow: unset;
}

.menu_window-item-dropdown div .ac-input:checked ~ .menu_window-item-dropdown-list {
    opacity: 1;
    height: auto;
    margin: 0 0 10px 20px;
    padding: 20px 0 1px;
    overflow: unset;
}
.menu_window-item-dropdown-list:before,
.menu_window-item-dropdown-list:after {
    content: '';
    position: absolute;
    width: 100vw;
    border-bottom: 2px solid #FFFFFF;
    left: -10px;
}
.menu_window-item-dropdown-list:before {
    top: 8px;
}
.menu_window-item-dropdown-list:after {
    bottom: 4px;
}
.menu_window-item-dropdown-list-link {
    display: block;
    color: #FFFFFF;
    font: 400 13px/15px 'Inter', sans-serif;
    margin: 0 0 16px;
}
.menu_window-item-dropdown-list-link:focus {
    font-weight: 700;
}
.menu.sticky .menu_filter {
    display: none;
}
.menu.sticky .menu_filter.active {
    display: block;
}
.menu_filter {
    max-width: 1292px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 10px;
}
.menu_filter-select {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    position: relative;
}
.menu_filter-select-link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font: 700 12px/15px 'Inter', sans-serif;
    margin: 0 20px 0 0;
}
.menu_filter-select-link.active,
.menu_filter-select-link:hover {
    color: #DAE9FA;
}
.menu_filter-select-link-icon {
    margin: 0 0 0 4px;
    width: 12px;
}
.menu_filter-select-link.active .menu_filter-select-link-icon {
    transform: rotate(180deg);
}
.menu_filter-select-window {
    display: none;
    align-items: flex-start;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 11;
    border-radius: 8px;
    height: 400px;
}
.menu_filter-select-window.active {
    display: flex;
}
.menu_filter-select-window-main {
    width: 302px;
    background: #F1F1F1;
    padding: 13px 0;
    border-radius: 8px 0 0 8px;
    height: 100%;
    flex-shrink: 0;
}
.menu_filter-select-window-item {
    font: 400 15px/18px 'Inter', sans-serif;
    padding: 9px 10px 9px 42px;
    position: relative;
    color: #797C7E;
}
.menu_filter-select-window-item > * {
    color: inherit;
}
.menu_filter-select-window-item.active,
.menu_filter-select-window-item:hover{
    background: #3878C3;
    color: #fff;
    display: flex;
    align-items: center;
}
.menu_filter-select-window-item.active:after,
.menu_filter-select-window-item:hover:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: thin solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    margin: 0 0 0 30px;
}
.menu_filter-select-window-sub {
    display: none;
    height: 100%;
    width: 100%;
}
.menu_filter-select-window-sub.active {
    display: block;
}
.menu_filter-select-window-sub-main {
    display: block;
    color: #161616;
    margin: 0 0 10px;
    font: 700 16px/19px 'Inter', sans-serif;
    padding: 21px 0 8px 58px;
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
}
.menu_filter-select-window-sub-main > * {
    color: inherit;
}
.menu_filter-select-window-sub-list {
    height: 100%;
    overflow-x: hidden;
}
.menu_filter-select-window-sub-list-inner {
    display: grid;
    grid-template-columns: 40% 40%;
    width: 100%;
    padding: 25px 0 0 58px;
}
.menu_filter-select-window-subitem {
    color: #797C7E;
    font: 400 13px/16px 'Inter', sans-serif;
    margin: 0 76px 16px 0;
}
.menu_filter-select-window-subitem > * {
    color: inherit;
}
.menu_filter-select-window-subitem:hover {
    color: #3878C4;
    font-weight: 700;
}

.menu_filter-tabs {
    padding: 14px 15px 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px 8px 0 0;
    width: fit-content;
}
.menu_filter-tabs-link {
    color: #1E1E1E;
    font: 400 12px/15px 'Inter', sans-serif;
    text-transform: uppercase;
    margin: 0 15px;
    position: relative;
    transition: all .2s linear;
}
.menu_filter-tabs-link:after {
    content: '';
    width: 100%;
    border-bottom: thin solid #3878C4;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all .2s linear;
}
.menu_filter-tabs-link:hover:after,
.menu_filter-tabs-link.active:after {
    bottom: -2px;
    opacity: 1;
}
.menu_filter-tabs-link:hover,
.menu_filter-tabs-link.active {
    color: #3878C4;
}
.menu_filter-search {
    margin: 0 0 -42px auto;
    position: relative;
    width: 100%;
    max-width: 681px;
}
.menu_filter-search label {
    display: block;
}
.menu_filter-search-input {
    padding: 0 50px 0 17px;
    font: 400 12px/40px 'Inter', sans-serif;
    color: #fff;
    border: thin solid #FFF9F9;
    border-radius: 20px;
    background: transparent;
    width: 100%;
}
.menu_filter-search-input::placeholder {
    font: 400 12px/40px 'Inter', sans-serif;
    color: #fff;
}
.menu_filter-search-icon {
    width: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.menu_filter-tabcontent {
    display: none;
    background: #fff;
    padding: 20px 57px;
    border-radius: 8px;
    margin: -16px 0 0;
}
.menu_filter-tabcontent.active {
    display: block;
}
.menu_filter-tabcontent-row {
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}
.menu_filter-tabcontent-w170 {
    min-width: 170px;
    max-width: 170px;
}
.menu_filter-tabcontent-w290 {
    min-width: 290px;
    max-width: 290px;
}
.menu_filter-tabcontent-mobile {
    display: flex;
    align-items: flex-start;
}
.menu_filter-tabcontent-w90 {
    min-width: 90px;
    max-width: 90px;
    padding: 0 18px 0 24px;
}
.menu_filter-tabcontent-text {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    color: #1E1E1E;
}
.menu_filter-tabcontent-btn {
    box-shadow: none;
    margin: 0 0 0 10px;
}
.menu_filter-tabcontent-level {
    text-transform: uppercase;
    color: #1E1E1E;
    margin: 0 28px 0 0;
    font: 700 12px/15px 'Inter', sans-serif;
}
.menu_filter-tabcontent-level + .menu_filter-tabcontent-label {
    width: 75px;
}
.menu_filter-tabcontent-label {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 20px 0 0;
}
.menu_filter-tabcontent-label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.menu_filter-tabcontent-label-text {
    color: #797C7E;
    font: 700 12px/15px 'Inter', sans-serif;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}
.menu_filter-tabcontent-label-text:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #A4A7AA;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu_filter-tabcontent-label-text:after {
    content: '';
    display: none;
    width: 11px;
    height: 11px;
    background: #73BB39;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.menu_filter-tabcontent-label input:checked ~ .menu_filter-tabcontent-label-text:before {
    border: 1px solid #3878C4;
}
.menu_filter-tabcontent-label input:checked ~ .menu_filter-tabcontent-label-text:after {
    display: block;
}
.menu_filter-tabcontent-label-stars {
    position: absolute;
    top: 25px;
    right: 0;
}
.menu_filter-attention {
    display: none;
}
@media screen and (max-width: 1299px) {
    .menu {
        padding: 0 20px 30px;
        /*overflow: hidden;*/
    }
    .menu.sticky {
        padding: 0 20px;
    }
    .menu_window {
        display: none;
    }
    .menu_inner {
        max-width: 881px;
    }
    .menu.sticky .menu_inner {
        padding: 4px 0;
    }
    .menu_slogan {
        display: none;
    }
    .menu_row {
        display: none;
    }
    .menu_order {
        display: none;
    }
    .menu_call {
        display: block;
        margin: 0 0 0 auto;
    }
    .menu_call.active,
    .menu_logo.active{
        display: none;
    }
    .menu_burger-modal {
        display: flex;
    }
    .menu_burger-modal.active {
        margin: 0 0 0 auto;
    }
    .sticky .menu_burger-filter {
        display: none;
    }
    .menu_filter {
        padding: 30px 0 0;
    }
    .menu_filter-select {
        display: none;
    }
    .menu_filter-search {
        margin: 0 auto 20px;
    }
    .menu_filter-tabs {
        background: transparent;
        justify-content: center;
        width: auto;
        padding: 0;
        margin: 0 0 20px;
    }
    .menu_filter-tabs-link {
        color: #DAE9FA;
    }
    .menu_filter-tabs-link:last-child {
        display: none;
    }
    .menu_filter-tabs-link:hover,
    .menu_filter-tabs-link.active {
        font-weight: 700;
        color: #fff;
    }
    .menu_filter-tabs-link:after,
    .menu_filter-tabs-link.active:after {
        border-bottom: 3px solid #FFFFFF;
    }
    .menu_filter-tabs-link:hover:after,
    .menu_filter-tabs-link.active:after {
        bottom: -4px;
    }
    .menu_filter-tabcontent {
        background: #A3C1E2;
        border-radius: 20px;
        padding: 14px;
        margin: 0 auto;
        max-width: 881px;
    }
    .menu_filter-tabcontent-row {
        flex-wrap: wrap;
        margin: 0;
    }
    .base_dropdown {
        margin: 0 0 11px;
        background: #FFFFFF;
        border: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .base_dropdown-list-item {
        max-width: 100%;
        text-overflow: unset;
    }
    .menu_filter-tabcontent-w170,
    .menu_filter-tabcontent-w290{
        max-width: 100%;
        width: 100%;
        min-width: auto;
    }
    .menu_filter-tabcontent-mobile {
        margin: 20px 0 20px;
        width: 100%;
    }
    .menu_filter-tabcontent-w90 {
        max-width: 33%;
        min-width: auto;
        width: 100%;
        margin: 0 11px 0 0;
        padding: 0 18px;
    }
    .menu_filter-tabcontent-w90:last-child {
        margin: 0;
    }
    .menu_filter-tabcontent-text {
        color: #fff;
        top: -31px;
    }
    .menu_filter-tabcontent-row:last-child {
        display: none;
    }
    .menu_filter-tabcontent-btn {
        width: 100%;
        margin: 0;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .menu_filter-attention {
        display: block;
        color: #FFFFFF;
        margin: 30px 0 0;
        text-align: center;
        font: 700 17px/21px 'Inter', sans-serif;
    }
}

/*Главная страница*/
.main {
    max-width: 1292px;
    width: 100%;
    padding: 343px 10px 100px;
    margin: 0 auto;
}
.main_inner {
    display: flex;
    align-items: flex-start;
}
.main_filter {
    max-width: 300px;
    width: 100%;
    background: #3878C3;
    border-radius: 12px;
    padding: 20px;
}
.main_filter-title {
    font: 700 17px/21px 'Inter', sans-serif;
    margin: 0 0 16px;
    color: #fff;
}
.main_filter-dropdown {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    margin: 0 0 12px;
}
.main_filter-subtitle {
    font: 700 12px/15px 'Inter', sans-serif;
    margin: 0 0 5px;
    color: #fff;
}
.main_filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 270px;
    width: 100%;
}
.main_filter-price {
    width: 100%;
    max-width: 124px;
}
.main_filter-price input {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 100%;
    font: 400 12px/40px 'Inter', sans-serif;
    color: #000;
    padding: 0 18px;
}
.main_filter-price input::placeholder {
    font: 400 12px/15px 'Inter', sans-serif;
    color: #797C7E;
}
.main_filter-separator {
    width: 100%;
    border-bottom: thin solid #fff;
    margin: 0 0 10px;
}
.main_filter-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 10px;
}
.main_filter-checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.main_filter-checkbox-text {
    color: #fff;
    font: 700 12px/15px 'Inter', sans-serif;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}
.main_filter-checkbox-text:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_filter-checkbox-text:after {
    content: '';
    display: none;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.main_filter-checkbox input:checked ~ .main_filter-checkbox-text:after {
    display: block;
}
.main_filter-checkbox-rate {
    color: #F5F5F5;
    font: 700 13px/16px 'Inter',sans-serif;
    display: block;
    margin: 0 0 0 auto;
}
.main_list {
    max-width: 930px;
    width: 100%;
    margin: 0 0 0 30px;
    position: relative;
}
.main_list-title {
    font: 700 24px/30px 'Inter', sans-serif;
    margin: 0 0 28px;
    color: #1F1F1F;
}
.main_list-stars {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 11px;
}
.main_list-stars-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    border: 1px solid #3878C4;
    border-radius: 8px;
    letter-spacing: -0.005em;
    color: #302D2D;
    font: 700 11px/40px 'Inter', sans-serif;
}
.main_list-stars-item svg {
    margin: 0 0 0 3px;
}
.main_list-stars-item.active {
    background: #3878C3;
    color: #fff;
}
.main_list-head {
    display: flex;
    align-items: center;
    margin: 0 0 7px;
}
.main_list-head-item {
    color: #252525;
    font: 400 13px/16px 'Inter', sans-serif;
    max-width: 105px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 0;
}
.main_list-head-item:last-child {
    margin: 0;
}
.main_list-head-arrow {
    margin: 0 -14px 0 8px;
    cursor: pointer;
}
.main_list-head-name {
    padding: 0 0 0 107px;
    justify-content: flex-start;
}
.main_list-row {
    display: flex;
    margin: 0 0 3px;
}
.main_list-row-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 15px/23px 'Inter', sans-serif;
    letter-spacing: -0.005em;
    margin: 0 6px 0 0;
    background: #F9F9F9;
    max-width: 105px;
    width: 100%;
    height: 60px;
    color: #1F1F1F;
    position: relative;
}
.main_list-row:nth-child(odd) .main_list-row-item {
    background: #E4EFFC;
}
.main_list-row-item:last-child {
    margin: 0;
}
.main_list-row.top-3 .main_list-row-item:first-child:before {
    content: '';
    height: 60px;
   border-left: 14px solid #8ED654;
    position: absolute;
    top: 0;
    left: 0;
}
.main_list-w62 {
    max-width: 62px;
}
.main_list-w321 {
    max-width: 321px;
}
.main_list-w158 {
    max-width: 158px;
}
.main_list-w148 {
    max-width: 148px;
}
.main_list-row-name {
    justify-content: flex-start;
}
.main_list-row-img {
    display: block;
    position: relative;
    width: 107px;
    height: 63px;
    margin: 0 8px 0 0;
}
.main_list-row-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main_list-row-name-title {
    display: block;
    margin: 0 0 5px;
    color: #1F1F1F;
    text-decoration: underline;
}
.main_list-row-region {
    display: block;
    color: #989393;
    font-size: 10px;
    line-height: 15px;
}
.main_list-row-rate {
    color: #FFFFFF;
    width: 54px;
    background: #7BB1F1;
    border-radius: 3px;
    font: 700 17px/32px 'Inter', sans-serif;
    text-align: center;
}
.base_choose {
    display: block;
    position: relative;
    cursor: pointer;
}
.base_choose input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.base_choose-icon path{
    fill: none;
    stroke: #D9D9D9;
}
.base_choose:hover .base_choose-icon path {
    stroke: #DF5555;
}
.base_choose input:checked ~ .base_choose-icon path {
    fill: #DF5555;
    stroke: #DF5555;
}
.main_list-description {
    color: #252525;
    margin: 50px 0 0;
    font: 400 14px/21px 'Inter', sans-serif;
}
.main_list-description p {
    margin: 0 0 10px;
}
.main_list-description-phone {
    color: #252525;
}
@media screen and (max-width: 1299px) {
    .main {
        padding: 600px 20px 100px
    }
}

@media screen and (max-width: 1170px) {
    .breadcrumbs {
        display: none;
    }
    .main {
        max-width: 930px;
    }
    .main_inner {
        flex-direction: column-reverse;
    }
    .main_list {
        margin: 0 0 25px;
    }
    .main_filter {
        max-width: 100%;
    }
    .main_filter-row {
        max-width: 100%;
    }
    .main_filter-price {
        max-width: 49%;
    }
    .base_choose-icon path{
        stroke: #444444;
    }
    /* .main_list-description { */
        /* position: absolute; */
        /* max-width: 930px; */
        /* top: calc(100% + 630px); */
        /* margin: 0; */
    /* } */
}
@media screen and (max-width: 880px) {
    .main_list-head-name {
        padding: 0 0 0 10px;
    }
    .main_list-row-img {
        display: none;
    }
    .main_list-row-name {
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 645px) {
    .main {
        padding: 620px 0 100px;
    }
    .main_list-title {
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 16px;
        padding: 0 20px;
    }
    .main_list-stars {
        display: flex;
        padding: 0 20px;
    }
    .main_list-head-item {
        font-size: 10px;
        line-height: 13px;
        margin: 0 2px 0 0;
    }
    .main_list-head-arrow {
        width: 7px;
        margin: 0 -7px 0 2px;
    }
    .main_list-row-item {
        font-size: 13px;
        line-height: 16px;
        margin: 0 2px 0 0;
    }
    .main_list-w321 {
        min-width: 123px;
    }
    .main_list-w62 {
        max-width: 30px;
    }
    .main_list-w158 {
        min-width: 63px;
    }
    .main_list-w148 {
        min-width: 59px;
    }
    .main_list-row.top-3 .main_list-row-item:first-child:before {
        border-left: 4px solid #8ED654;
    }
    .main_list-row-name-title {
        font-size: 11px;
        margin: 0 0 2px;
        white-space: nowrap;
    }
    .main_list-row-region {
        font-size: 8px;
        color: #1F1F1F;
        text-decoration: underline;
    }
    .main_list-row-price {
        font-size: 11px;
    }
    .main_list-row-rate {
        width: 34px;
        border-radius: 2px;
        font-size: 13px;
        line-height: 20px;
    }
    .main_list-row-pool {
        display: none;
    }
    .base_choose-icon {
        width: 16px;
        height: 14px;
    }
    .base_choose:hover .base_choose-icon path {
        stroke: #444444;
    }
    .main_list-row-choose {
        max-width: 42px;
    }
}

/*Страница выдачи(стили для карточек)*/
.main_card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0 10px;
    display: flex;
    position: relative;
}
.main_card-img {
    display: block;
    width: 235px;
    min-height: 356px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.main_card-wrapper .main_card-img {
    display: none;
}
.main_card-img img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.main_card-inner {
    padding: 10px 24px 20px 18px;
    width: 100%;
}
.main_card-stars {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.main_card-stars-item {
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
}
.main_card-title {
    display: inline-block;
    color: #3878C3;
    margin: 0 45px 11px 0;
    font: 700 18px/22px 'Inter', sans-serif;
}
.main_card-location {
    position: relative;
    top: 2px;
    display: inline-flex;
    color: #666;
    font: 700 15px/18px 'Inter', sans-serif;
}
.main_card-location-icon {
    width: 17px;
    height: 17px;
    margin: 0 8px 0 0;
}
.main_card-subtitle {
    display: inline-block;
    color: #797C7E;
    font: 400 12px/15px 'Inter', sans-serif;
    position: relative;
    padding: 0 40px 10px 0;
    margin: 0 40px 0 0;
}
.main_card-subtitle:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: thin solid #C3C3C3;
}
.main_card-reviews {
    border-radius: 16px;
    background: #FAFAFA;
    width: 86px;
    height: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #A5A1A1;
    font: 400 10px/12px 'Inter', sans-serif;
    position: absolute;
    top: 0;
    right: 24px;
}
.main_card-reviews-mark {
    color: #73BB39;
    margin: 0 0 4px;
    font: 700 32px/34px 'Inter',sans-serif;
}
.main_card-reviews-link {
    display: block;
    color: #595555;
    font-weight: 700;
    text-decoration: underline;
}
.main_card-reviews-link:hover {
    text-decoration: none;
}
.main_card-info {
    display: flex;
    align-items: flex-start;
    margin: 16px 0 0;
}
.main_card-info-inner {
    column-count: 2;
}
.main_card-info-item {
    color: #6B6B6B;
    font: 400 11px/14px 'Inter', sans-serif;
    max-width: 216px;
    width: 100%;
    margin: 0 22px 20px 0;
    break-inside: avoid-column;
}
.main_card-info > .main_card-info-item {
    padding: 20px 0 0;
    max-width: 158px;
    margin: 0 8px 0 auto;
}
.main_card-info-title {
    color: #3878C3;
    margin: 0 0 7px;
    font: 700 14px/16px 'Inter', sans-serif;
}
.main_card-info-link {
    color: #3878C3;
    font-weight: 700;
}
.main_card-info-bonus {
    border-radius: 18px;
    background: #F2F2F2;
    padding: 7px 16px;
    display: flex;
    align-items: center;
}
.main_card-info-bonus-icon {
    width: 14px;
    margin: 0 14px 0 0;
}
.main_card-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 14px 0 0;
}
.main_card-buttons-price {
    margin: 0 20px 0 0;
    color: #1F1F1F;
    text-align: center;
    font: 700 20px/22px 'Inter', sans-serif;
}
.main_card-buttons-price-txt {
    display: block;
    font: 400 12px/14px 'Inter', sans-serif;
}
.main_card-buttons-btn {
    min-width: 200px;
    margin: 0 24px 0 0;
}
@media screen and (max-width: 990px) {
    .main_card {
        flex-direction: column;
    }
    .main_card-inner {
        padding: 0;
    }
    .main_card-img {
        display: none;
    }
    .main_card-wrapper {
        width: 100%;
        display: flex;
        align-items: flex-end;
        min-height: 260px;
        position: relative;
        z-index: 0;
        padding: 10px 8px;
        margin: 0 0 13px;
    }
    .main_card-wrapper:after {
        content: '';
        width: 100%;
        height: 80%;
        background: linear-gradient(0deg, #0B0B0B 0%, rgba(56, 81, 146, 0.00) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 8px 8px;
    }
    .main_card-wrapper .main_card-img {
        display: block;
        width: 100%;
        min-height: 100%;
        border-radius: 8px;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
    }
    .main_card-wrapper-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .main_card-stars {
        position: relative;
        z-index: 1;
        margin: auto 0 5px;
        width: fit-content;
    }
    .main_card-title {
        color: #FFF;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        position: relative;
        z-index: 1;
        order: 3;
        width: 100%;
    }
    .main_card-location {
        z-index: 1;
        color: #fff;
        font-size: 10px;
        margin: auto 0 5px 15px;
    }
    .main_card-location path {
        stroke: #fff;
    }
    .main_card-subtitle {
        margin: 0 130px 0 8px;
        padding: 0;
    }
    .main_card-subtitle:after {
        display: none;
    }
    .main_card-reviews {
        flex-direction: row;
        width: auto;
        background: transparent;
        top: 245px;
        right: 12px;
    }
    .main_card-reviews-mark {
        margin: 0 4px 0 0;
    }
    .main_card-info {
        padding: 0 8px;
    }
    .main_card-buttons {
        padding: 10px 0 14px;
        margin: 10px 8px 0;
        border-top: thin solid #C3C3C3;
    }
    .main_card-buttons-price {
        margin: 0 12px 0 0;
    }
    .main_card-buttons-price-txt {
        font-size: 10px;
    }
    .main_card-buttons-btn {
        margin: 0;
        font-size: 10px;
        max-width: 188px;
    }
    .main_card-buttons-choose{
        position: absolute;
        top: 14px;
        right: 14px;
        width: 26px;
        height: 22px;
    }
    .main_card-buttons-choose svg {
        width: 26px;
        height: 22px;
    }
    .main_card-buttons-choose path{
        fill: #fff;
        stroke: #fff;
    }
    .main_card-buttons-choose.base_choose:hover .base_choose-icon path {
        stroke: none;
    }
}
@media screen and (max-width: 700px) {
    .main_card-wrapper {
        min-height: 160px;
    }
    .main_card-reviews {
        top: 141px;
    }
    .main_card-info-inner {
        column-count: 1;
    }
    .main_card-info-item {
        max-width: 95%;
        font-size: 10px;
        margin: 0 0 12px;
    }
    .main_card-info-title {
        color: #707071;
        font-size: 10px;
        line-height: 12px;
    }
    .main_card-info > .main_card-info-item {
        margin: 0;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 645px) {
    .main_card {
        max-width: 97%;
        margin: 0 auto 10px;
    }
}

/*Модальное окно*/
.modal{
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    display: flex;
}

.modal-is-open {
    overflow: hidden;
    height: 100%;
}

.modal.is-visible{
    visibility: visible;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.modal_overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal_overlay{
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal_wrapper {
    margin: auto;
    z-index: 10;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
    max-width: 1090px;
    width: 100%;
    background: #fff;
    border-radius: 23px;
}

.modal.is-visible .modal_wrapper{
    transform: scale(1);
    opacity: 1;
}

.modal_close {
    position: absolute;
    top: 22px;
    right: 37px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    z-index: 10;
}

.modal_close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #3878C3;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: left bottom;
}

.modal_close:after {
    content: "";
    position: absolute;
    width: 20px;
    top: 50%;
    left: 53%;
    height: 1px;
    background: #3878C3;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: left bottom;
}
.modal_title {
    padding: 45px 100px 28px 60px;
    color: #1F1F1F;
    font: 700 24px/28px 'Inter', sans-serif;
    border-bottom: thin solid #3878C3;
    margin: 0 auto 30px;
}
.modal_content {
    padding: 0 60px 36px;
    display: flex;
    align-items: flex-start;
}
.modal_policy {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 14px 0 0;
    width: 100%;
}
.modal_policy input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.modal_policy-text {
    color: #FFF;
    font: 400 12px/15px 'Inter', sans-serif;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}
.modal_policy-text-link {
    color: #FFF;
    text-decoration: underline;
}
.modal_policy-text:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #A4A7AA;
    background: #FFF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modal_policy-text:after {
    content: '';
    display: none;
    width: 11px;
    height: 11px;
    background: #73BB39;
    border-radius: 50%;
    position: absolute;
    left: 5.5px;
    top: 50%;
    transform: translateY(-50%);
}
.modal_policy input:checked ~ .modal_policy-text:before {
    border: 1px solid #3878C4;
}
.modal_policy input:checked ~ .modal_policy-text:after {
    display: block;
}


/*Модальное окно: Узнать о наличии мест*/
.modal-findOut_picture {
    max-width: 271px;
    width: 100%;
}
.modal-findOut_picture .modal-findOut_booking-item {
    display: none;
}
.modal-findOut_img {
    width: 253px;
    height: 164px;
    margin: 0 0 12px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.modal-findOut_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.modal-findOut_name {
    color: #2B2C2E;
    font: 700 16px/20px 'Inter', sans-serif;
}
.modal-findOut_info {
    max-width: 240px;
    width: 100%;
    margin: 0 0 0 10px;
}
.modal-findOut_info-item {
    margin: 0 0 10px;
    color: #252525;
    font: 400 12px/16px 'Inter', sans-serif;
}
.modal-findOut_info-title {
    display: inline;
    font-weight: 700;
}
.modal-findOut_booking {
    margin: 0 0 0 30px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-findOut_booking-item {
    margin: 0 0 15px;
    max-width: 200px;
    width: 100%;
}
.modal-findOut_booking-item:first-child,
.modal-findOut_booking-item:last-child {
    max-width: 100%;
}
.modal-findOut_booking-label {
    margin: 0 0 10px;
    color: #222222;
    font: 700 12px/14px 'Inter', sans-serif;
}
.modal-findOut_booking-item .base_dropdown-main {
    color: #797C7E;
}
.modal-findOut_booking-item .base_dropdown {
    margin: 0;
    border: 2px solid #3878C4;
    box-shadow: none;
}
.modal-findOut_booking-item .base_dropdown-main-text.active {
    font: 400 12px/40px 'Inter', sans-serif;
    color: #121313;
}
.modal-findOut_booking-price {
    margin: -10px 0 0;
    font: 700 20px/22px 'Inter', sans-serif;
}
.modal-findOut_booking-price-night {
    color: #121313;
    font: 400 12px/40px 'Inter', sans-serif;
}
.modal-findOut_form {
    border-radius: 0 0 23px 23px;
    background: #3878C3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    padding: 14px 85px 34px 69px;
}
.modal-findOut_form-label {
    display: block;
    margin: 0 5px;
    max-width: 160px;
    width: 100%;
}
.modal-findOut_form-name {
    max-width: 192px;
}
.modal-findOut_form-msg {
    max-width: 344px;
}
.modal-findOut_form-label-title {
    display: block;
    color: #FFF;
    margin: 0 0 4px;
    padding: 0 0 0 10px;
    font: 700 12px/14px 'Inter', sans-serif;
}
.modal-findOut_form-input {
    padding: 0 18px;
    font: 400 12px/37px 'Inter', sans-serif;
    border-radius: 20px;
    border: 2px solid #3878C3;
    background: #FFF;
    width: 100%;
}
.modal-findOut_form-input::placeholder {
    color: #797C7E;
    font: 400 12px/40px 'Inter', sans-serif;
}
.modal-findOut_form-btn {
    padding: 0 23px;
    box-shadow: none;
    margin: 0 0 0 5px;
}
@media(max-width: 1100px) {
    .modal_wrapper {
        border-radius: 0;
        overflow-y: auto;
        height: 100%;
    }
    .modal_content {
        flex-direction: column;
    }
    .modal-findOut_picture {
        order: 2;
        display: flex;
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .modal-findOut_picture .modal-findOut_booking-item {
        display: block;
    }
    .modal-findOut_img {
        margin: 12px 0;
        width: 100%;
        height: 264px;
    }
    .modal-findOut_info {
        order: 3;
        max-width: 100%;
        margin: 0;
    }
    .modal-findOut_booking {
        order: 1;
        margin: 0 0 17px;
        max-width: 100%;
    }
    .modal-findOut_booking-item {
        max-width: 48%;
        margin: 0 0 7px;
    }
    .modal-findOut_booking-item:last-child {
        display: none;
    }
    .modal-findOut_form {
        border-radius: 0;
    }
    .modal-findOut_form-label {
        max-width: 100%;
        margin: 0 0 10px;
    }
    .modal-findOut_form-btn {
        margin: 26px auto 0;
    }
    .modal_policy {
        margin: 17px 0 0;
    }
}

@media screen and (max-width: 645px) {
    .modal_close {
        right: 8px;
    }
    .modal_title {
        font-size: 17px;
        line-height: 22px;
        padding: 28px 66px 22px 14px;
        margin: 0 0 15px;
    }
    .modal_content {
        padding: 0 14px 14px;
    }
    .modal-findOut_img {
        height: 164px;
    }
    .modal-findOut_booking-item .base_dropdown-main-text,
    .modal-findOut_booking-item .base_dropdown-list-item {
        text-overflow: ellipsis;
        overflow-x: hidden;
        max-width: 90%;
        white-space: nowrap;
    }
    .modal-findOut_form {
        padding: 17px 20px 30px;
    }
}
@media screen and (max-width: 400px) {
    .modal-findOut_info.mobile {
        display: block;
    }
    .modal-findOut_info.hidden {
        display: none;
    }
    .modal-findOut_info-more {
        color: #252525;
        font: 700 12px/15px 'Inter', sans-serif;
        display: inline-flex;
        align-items: center;
        margin: 0 0 0 -3px;
    }
    .modal-findOut_info-more:before {
        content: '... ';
        display: inline-block;
        margin: 0 8px 0 0;
        font: 400 12px/15px 'Inter', sans-serif;
    }
    .modal-findOut_info-more svg {
        margin: 0 0 0 6px;
    }
}

.item.order .bx_item_detail_size ul li{
    padding-bottom: 0;
}


.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}




.card {
    max-width: 1279px;
    width: 100%;
    padding: 343px 10px 100px;
    margin: 0 auto;
}
.card_inner {
    display: flex;
    align-items: flex-start;
}
.card_subtitle {
    color: #3878C3;
    margin: 0 0 20px;
    font: 700 20px/24px 'Inter', sans-serif;
}
.card_manager {
    border-radius: 12px;
    background: #3878C3;
    padding: 18px 18px 7px 18px;
    margin: 0 11px 0 0;
    width: 248px;
}
.card_manager-title {
    margin: 0 0 18px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
}
.card_manager-slider-img {
    width: 213px;
    height: 208px;
    margin: 0 0 15px;
    border-radius: 12px;
    overflow: hidden;
}
.card_manager-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_manager-slider-name {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
}
.card_manager-slider-link {
    color: #FFF;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.card_manager-slider-link-icon {
    margin: 0 14px 0 0;
}
.card_manager-slider-btn {
    display: block;
    margin: 12px 0 0;
    box-shadow: none;
}
.card_manager-slider-dots {
    position: static;
    margin: 10px auto 0;
}
.card_manager-slider-dots .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.card_manager-slider-dots .swiper-pagination-bullet-active {
    background: #73BB39;
}
.card_info {
    border-radius: 12px;
    border: 1px solid #C9C9C9;
    padding: 23px 25px;
    max-width: 1000px;
    width: 100%;
}
.card_head {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px;
}
.card_head-title {
    font: 700 24px/30px 'Inter', sans-serif;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.card_head-row {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.card_head-star {
    margin: 0 4px 0 0;
}
.card_head-location {
    display: flex;
    align-items: center;
    color: #666;
    font: 700 15px/18px 'Inter', sans-serif;
    margin: 0 0 0 40px;
}
.card_head-location-icon {
    margin: 0 8px 0 0;
}
.card_head-review {
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
    color: #73BB39;
    font: 700 20px/24px 'Inter', sans-serif;
}
.card_head-review-link {
    color: #A5A1A1;
    font: 400 10px/24px 'Inter', sans-serif;
    text-decoration: underline;
    margin: 0 0 0 6px;
}
.card_head-subtitle {
    display: inline;
    color: #797C7E;
    font-size: 12px;
    border-bottom: thin solid #C3C3C3;
    padding: 0 20px 10px 0;
}
.card_head-details {
    margin: 0 0 0 30px;
    text-align: center;
}
.card_head-price {
    color: #1F1F1F;
    font: 700 23px/26px 'Inter', sans-serif;
    margin: 0 0 2px;
    padding: 0 0 0 54px;
}
.card_head-persons {
    color: #1F1F1F;
    margin: 0 0 8px;
    font-size: 12px;
    padding: 0 0 0 54px;
}
.card_head-details-row {
    display: flex;
    align-items: center;
}
.card_head-details-choose path{
    stroke: #DF5555;
}
.card_head-btn {
    display: block;
    box-shadow: none;
    margin: 0 0 0 28px;
}
.card_description {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 630px;
    margin: 0 0 20px;
}
.card_description-img {
    width: 581px;
    height: 281px;
    position: relative;
    margin: 0 7px 0 0;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}
.card_description-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card_description-img-more,
.card_description-subtitle,
.card_description-btn {
    display: none;
}
.card_description-thumbs {
    width: 363px;
    height: 281px;
    display: flex;
    flex-wrap: wrap;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
}
.card_description-thumbs-img {
    width: 178px;
    height: 135px;
    position: relative;
    margin: 0 0 11px;
}
.card_description-thumbs-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card_description-thumbs-img:nth-child(odd) {
    margin: 0 7px 11px 0;
}
.card_description-thumbs-more {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 58px 0 0;
    background: rgba(12, 12, 12, 0.6);
    text-align: center;
}
.card_description-thumbs-more-txt {
    color: #FFF;
    font-weight: 700;
    margin: 0 0 16px;
}
.card_description-thumbs-more-link {
    min-width: 108px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 6px 15px;
    color: #fff;
    font: 700 9px/12px 'Inter', sans-serif;
}
.card_description-profit {
    border-radius: 8px;
    background: #F9F9F9;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}
.card_description-profit-main {
    max-width: 202px;
    width: 100%;
    margin: 0 17px 0 0;
}
.card_description-profit-main.overflow {
    max-height: 222px;
    overflow: hidden;
}
.card_description-profit-title {
    margin: 0 0 12px;
    color: #3878C3;
    font: 700 15px/18px 'Inter', sans-serif;
}
.card_description-profit-item {
    font-size: 13px;
    color: #6B6B6B;
    margin: 0 0 6px;
}
.card_description-profit-treatment {
    max-width: 268px;
    width: 100%;
    margin: 0 38px 0 0;
}
.card_description-profit-treatment.overflow {
    max-height: 222px;
    overflow: hidden;
}
.card_description-profit-separator {
    height: 280px;
    border-right: thin solid #C3C3C3;
    margin: 0 29px 0 0;
}
.card_description-profit-pool-list {
    column-count: 2;
    margin: 0 0 11px;
}
.card_description-profit-pool-img {
    width: 356px;
    height: 191px;
    position: relative;
}
.card_description-profit-pool-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card_description-profit-more {
    text-transform: uppercase;
    color: #6B6B6B;
    font-weight: 700;
    margin: 18px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent;
}
.card_description-profit-more.hide {
    display: none;
}
.card_description-profit-more:after {
    content: '';
    width: 15px;
    height: 8px;
    display: block;
    margin: 0 0 0 10px;
    background: url(/bitrix/templates/naftusya-2014-2023/../svg/arrow-green.svg) no-repeat center/cover;
}
.card_description-profit-more.up:after {
    transform: rotate(180deg);
}

.without-pool.card_description {
    height: 583px;
}
.without-pool .card_description-thumbs {
    height: 574px;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.without-pool .card_description-profit-separator,
.without-pool .card_description-profit-pool{
    display: none;
}
.without-pool .card_description-profit {
    grid-column-end: 2;
    margin: 0 7px 0 0;
}
.only-pool.card_description {
    height: 630px;
}
.only-pool .card_description-thumbs {
    height: 574px;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.only-pool .card_description-profit-treatment,
.only-pool .card_description-profit-separator {
    display: none;
}
.only-pool .card_description-profit {
    grid-column-end: 2;
    margin: 0 7px 0 0;
}
.only-pool .card_description-profit-pool-img {
    width: 292px;
    height: 191px;
}
.only-profit.card_description {
    height: 586px;
}
.only-profit .card_description-thumbs {
    height: 574px;
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}
.only-profit .card_description-profit-main {
    max-width: 250px;
}
.only-profit .card_description-profit-treatment,
.only-profit .card_description-profit-separator,
.only-profit .card_description-profit-pool,
.card_description-profit-adv {
    display: none;
}
.only-profit .card_description-profit {
    grid-column-end: 2;
    margin: 0 7px 0 0;
    height: 97%;
}
.only-profit .card_description-profit-adv {
    display: block;
}
.card_description-link {
    display: flex;
    align-items: center;
    color: #797C7E;
}
.card_months {
    padding: 0 25px;
    margin: 0 0 30px;
}
.card_months > span {
    flex-shrink: 0;
}
.card_months > a {
    color: #3878C3;
    text-decoration: underline;
}
.card_separator {
    width: 100%;
    border-bottom: thin solid #C3C3C3;
    margin: 0 0 12px;
}
.card_booking-title {
    padding: 0 25px;
    margin: 0 0 7px;
    color: #3878C3;
    font: 700 20px/24px 'Inter', sans-serif;
}
.card_booking-form {
    padding: 20px 0;
    margin: 0 0 42px;
    border-radius: 8px;
    background: #3878C3;
    display: flex;
    align-items: center;
}
.card_booking-form-dropdown {
    background: #fff;
    max-width: 359px;
    width: 100%;
    margin: 0 0 0 25px;
}
.card_booking-form-text {
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #FDFDFD;
}
.card_booking-form-night {
    background: #fff;
    max-width: 95px;
    width: 100%;
    margin: 0 0 0 12px;
}
.card_booking-result {
    border-radius: 8px;
    border: thin solid #D7D7D7;
    background: #FFF;
    padding: 18px 10px;
    margin: 0 0 17px;
}
.card_booking-result-head {
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px;
}
.card_booking-result-img {
    width: 247px;
    height: 192px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 35px 0 0;
}
.card_booking-result-img:after {
    content: '';
    height: 192px;
    border-right: thin solid #E3E3E3;
    position: absolute;
    right: -15px;
    top: 0;
}
.card_booking-result-img img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card_booking-result-img-label {
    border-radius: 8px;
    background: rgba(12, 12, 12, 0.5);
    padding: 12px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
}
.card_booking-result-img-more {
    border-radius: 20px;
    border: thin solid #FFF;
    color: #FFF;
    font: 700 9px/13px 'Inter',sans-serif;
    padding: 5px 10px;
    transition: all .3s linear;
}
.card_booking-result-img-more:hover {
    background: #fff;
    color: #000;
}
.card_booking-result-info {
    display: grid;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.card_booking-result-title {
    width: 250px;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 18px;
}
.without-choose-accommodation .card_booking-result-title {
    grid-column-end: 5;
}
.card_booking-result-title-img {
    display: none;
}
.card_booking-result-title-text {
    color: #3878C3;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
}
.card_booking-result-title-row {
    display: flex;
}
.card_booking-result-title-info {
    color: #858585;
    font-size: 13px;
}
.card_booking-result-title-info:last-child {
    margin: 0 0 0 20px;
}
.card_booking-result-accommodation {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 5;
    width: 355px;
    margin: 0 0 18px 30px;
}
.without-choose-accommodation .card_booking-result-accommodation {
    display: none;
}
.card_booking-result-subtitle {
    color: #1F1F1F;
    font-weight: 700;
    margin: 0 0 10px;
}
.card_booking-result-facilities {
    max-width: 107px;
    width: 100%;
}
.without-choose-accommodation .card_booking-result-facilities {
    margin: 0 42px 0 0;
}
.card_booking-result-facilities-text {
    font-size: 10px;
    line-height: 14px;
    color: #858585;
}
.card_booking-result-row {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-top: thin solid #E3E3E3;
}
.card_booking-result-room {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 13px;
    margin: 0 20px 0 0;
    width: 296px;
}
.card_booking-result-date {
    color: #858585;
    font-size: 12px;
    width: 107px;
    margin: 0 20px 0 0;
}
.card_booking-result-cost {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 700;
    width: 120px;
    margin: 0 20px 0 0;
}
.card_booking-result-price {
    color: #3878C3;
    font-weight: 700;
    width: 129px;
    margin: 0 20px 0 0;
}
.card_booking-result-btn {
    min-width: 184px;
}
.card_booking-result-more {
    display: block;
    width: 283px;
    margin: 30px auto 0;
}
.without-choose-accommodation .card_booking-result-more {
    display: none;
}
.card_findOut {
    border-radius: 10px;
    border: thin solid #EDEDED;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0 27px;
}
.card_findOut-title {
    padding: 45px 17px 32px;
    color: #1F1F1F;
    font: 700 19px/24px 'Inter', sans-serif;
    border-bottom: thin solid #3878C3;
    margin: 0 auto 18px;
}
.card_findOut-content {
    padding: 0 10px 36px 17px;
    display: flex;
    align-items: flex-start;
}
.card_findOut-content .base_dropdown-main-text,
.card_findOut-content .base_dropdown-list-item {
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 90%;
    white-space: nowrap;
}
.card_findOut-form {
    border-radius: 0 0 10px 10px;
    padding: 18px 10px 25px;
}
.card_findOut-policy {
    margin: 20px 0 0;
}
.card_direction {
    margin: 0 0 20px;
    padding: 20px 18px 20px 32px;
    border-radius: 9px;
    background: #F4F9FF;
}
.card_direction-inner {
    display: flex;
    flex-wrap: wrap;
}
.card_direction-item {
    width: 290px;
    margin: 0 13px 35px 0;
}
.card_direction-item:nth-child(3n) {
    margin: 0 0 35px;
}
.card_direction-subtitle {
    color: #1F1F1F;
    font-weight: 700;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}
.card_direction-subtitle-icon {
    display: block;
    margin: 0 0 0 20px;
}
.card_direction-txt {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.card_direction-description {
    margin: 0 0 10px;
    color: #0A0A0A;
}
.card_direction .card_description-profit-more {
    display: none;
}
.card_location {
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
}
.card_location-text {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 8px;
    color: #000;
}
.card_location-text > * {
    color: #000;
}
.card_location-map {
    border-radius: 9px;
    border: thin solid #D7D7D7;
    width: 308px;
    height: 235px;
    overflow: hidden;
}
.card_location-map-btn {
    display: none;
}
.card_review {
    margin: 0 0 60px;
}
.card_review-head {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    padding: 0 30px;
}
.card_review-head-mark {
    color: #73BB39;
    font: 700 34px/38px 'Inter', sans-serif;
    margin: 0 13px 0 auto;
}
.card_review-head-text {
    color: #A5A1A1;
    font-size: 10px;
    line-height: 14px;
}
.card_review-item {
    border-radius: 9px;
    border: thin solid #D7D7D7;
    padding: 30px 28px;
    margin: 0 0 15px;
}
.card_review-inner {
    display: flex;
    align-items: flex-start;
}
.card_review-text {
    max-width: 495px;
    width: 100%;
}
.card_review-text-author {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font: 400 15px/19px 'Inter', sans-serif;
}
.card_review-text-author-name {
    color: #1F1F1F;
    font: 700 17px/20px 'Inter', sans-serif;
}
.card_review-text-author-city {
    color: #000;
    margin: 0 0 0 40px;
    font-style: italic;
}
.card_review-text-main {
    color: #000;
    margin: 0 0 6px;
}
.card_review-text-benefit {
    margin: 0 0 8px;
}
.card_review-text .card_review-level-item {
    display: none;
}
.card_review-level {
    margin: 0 0 0 50px;
}
.card_review-level-item {
    display: flex;
    align-items: center;
    margin: 0 0 18px;
}
.card_review-level-title {
    min-width: 130px;
    margin: 0 8px 0 0;
    color: #1F1F1F;
    font-weight: 700;
}
.card_review-level-mark {
    min-width: 30px;
    color: #1F1F1F;
    font-weight: 700;
}
.card_review-level-bar {
    border-radius: 32px;
    border: thin solid #A5A9AD;
    margin: 0 0 0 18px;
    width: 120px;
    height: 20px;
    background: #EEF3F9;
}
.card_review-level-bar-progress {
    display: block;
    height: 19px;
    border-radius: 32px;
}
.card_review-level-bar.disabled .card_review-level-bar-progress{
    background: #A7A7A7;
}
.card_review-level-bar.process .card_review-level-bar-progress{
    background: #73BB39;
}
.card_review-level-title + .card_review-level-useful {
    margin: 0 0 0 52px;
}
.card_review-level-useful {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    margin: 0 0 0 22px;
}
.card_review-level-useful-btn {
    background: transparent;
}
.card_review-comment {
    padding: 0 35px;
    margin: 0 auto;
    display: block;
}
.card_review-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_review-buttons-btn {
    padding: 0 35px;
    margin: 0 10px;
    box-shadow: none;
}
.card_faq {
    margin: 0 0 50px;
}
.card_faq-title {
    padding: 0 20px;
}
.card_faq-item {
    margin: 0 0 14px;
    border-radius: 9px;
    border: thin solid #D7D7D7;
    background: #FFF;
    padding: 20px;
    position: relative;
}
.card_faq-item input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
}
.card_faq-plus {
    position: absolute;
    right: 10px;
    top: 14px;
    transition: all 0.8s ease-in-out;
    width: 32px;
    height: 32px;
}
.card_faq-item input:checked ~ .card_faq-plus {
    transform: rotate(45deg);
    transition: all 0.2s ease;
}
.card_faq-item input:checked ~ .card_faq-plus circle,
.card_faq-item input:checked ~ .card_faq-plus path {
    stroke: #C5C6C7;
}
.card_faq-question {
    color: #1F1F1F;
    font: 700 17px/20px 'Inter', sans-serif;
}
.card_faq-answer {
    height: 0;
    opacity: 0;
    transition: all 0.8s ease;
}
.card_faq-item input:checked ~ .card_faq-answer {
    height: 100%;
    opacity: 1;
    padding: 20px 0 0;
    transition: all 0.3s ease;
}
.card_resorts {
    margin: 0 0 25px;
}
.card_resort-title {
    padding: 0 20px;
}
.card_resorts-inner {
    display: flex;
}
.card_resorts-item {
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    margin: 0 5px;
}
.card_resorts-name {
    display: block;
    color: #1F1F1F;
    padding: 16px 20px 10px;
    font: 700 17px/20px 'Inter', sans-serif;
}
.card_resorts-box {
    display: flex;
    align-items: center;
    padding: 0 20px 10px;
}
.card_resorts-stars {
    display: flex;
}
.card_resorts-stars-item {
    margin: 0 2px 0 0;
}
.card_resorts-location {
    display: flex;
    align-items: center;
    color: #7A7A7A;
    margin: 0 0 0 50px;
    font: 700 10px/14px 'Inter', sans-serif;
}
.card_resorts-img {
    display: block;
    width: 309px;
    height: 272px;
    position: relative;
}
.card_resorts-img img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.card_spa {
    border-radius: 9px;
    background: #F4F9FF;
    padding: 25px 20px;
}
.card_spa-images {
    display: flex;
    margin: 0 0 20px;
}
.card_spa-images-item {
    width: 297px;
    height: 176px;
    position: relative;
}
.card_spa-images-item:not(:last-child) {
    margin: 0 12px 0 0;
}
.card_spa-images-item img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.card_spa-text {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px;
}
@media(max-width: 1299px) {
    .card {
        padding: 550px 10px 100px;
        max-width: 100%;
    }
    .card_manager {
        display: none;
    }
    .card_info {
        margin: 0 auto;
    }
}
@media(max-width: 1170px) {
    .card {
        padding: 600px 5px 100px;
    }
}

@media(max-width: 1030px) {
    .card_info {
        padding: 0;
        border: 0;
        border-radius: 0;
    }
    .card_head {
        padding: 24px 10px 15px 20px;
        max-width: 360px;
        margin: 0 auto;
    }
    .card_head-row {
        margin: 0;
    }
    .card_head-title {
        font-size: 17px;
        line-height: 20px;
        padding: 0 40px 0 0;
    }
    .card_head-details-row {
        width: 26px;
        height: 22px;
        position: relative;
    }
    .card_head-details-choose,
    .card_head-details-choose svg {
        width: 26px;
        height: 26px;
    }
    .card_head-subtitle,
    .card_head-price,
    .card_head-persons,
    .card_head-btn {
        display: none;
    }
    .card_head-location {
        margin: 0 0 0 15px;
        font-size: 10px;
        color: #7A7A7A;
    }
    .card_head-location-icon {
        margin: 0 2px 0 0;
        width: 11px;
        height: 11px;
    }
    .card_head-location-icon path {
        stroke: #7A7A7A;
    }
    .card_head-review {
        margin: 0 0 0 20px;
    }
    .card_head-details {
        margin: 0 0 0 auto;
    }
    .card_description {
        display: block;
        height: auto;
        max-width: 360px;
        margin: 0 auto 20px;
        padding: 0 5px;
    }
    .card_description-img-more {
        display: block;
    }
    .card_description-thumbs {
        display: none;
    }
    .card_description-img {
        width: 100%;
        height: 250px;
        margin: 0 0 13px;
    }
    .card_description-img-more {
        border-radius: 8px;
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, #0B0B0B 0%, rgba(56, 81, 146, 0.00) 100%);
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0 0 15px;
    }
    .card_description-img-more-txt {
        color: #FFF;
        font-weight: 700;
        margin: auto 0 16px;
    }
    .card_description-img-more-link {
        width: fit-content;
        margin: 0 auto;
        border-radius: 20px;
        border: 1px solid #FFF;
        padding: 6px 15px;
        color: #fff;
        font: 700 9px/12px 'Inter', sans-serif;
    }
    .card_description-subtitle {
        display: block;
        color: #797C7E;
        font-size: 12px;
        margin: 0 0 30px;
        padding: 0 10px;
    }
    .card_description-btn {
        display: block;
        width: fit-content;
        margin: 0 auto 20px;
        padding: 0 28px;
    }
    .card_description-profit {
        max-width: 360px;
        margin: 0 auto;
        flex-direction: column;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 22px 10px;
    }
    .card_description-profit .card_description-profit-more {
        display: none;
    }
    .card_description-profit-treatment.overflow,
    .card_description-profit-main.overflow {
        max-height: unset;
        overflow: unset;
    }
    .without-pool.card_description,
    .only-pool.card_description,
    .only-profit.card_description {
        height: auto;
    }
    .card_description-profit-main,
    .card_description-profit-treatment {
        max-width: 100%;
        margin: 0 0 12px;
        padding: 0 10px;
        border-bottom: thin solid #C3C3C3;
    }
    .card_description-profit-item {
        margin: 0 0 9px;
    }
    .card_description-profit-separator {
        display: none;
    }
    .card_description-profit-pool {
        max-width: 100%;
        padding: 0 10px;
    }
    .card_description-profit-pool-img {
        width: 100%;
    }
    .card_months {
        max-width: 360px;
        margin: 0 auto 34px;
        padding: 0 10px;
    }
    .card_separator {
        display: none;
    }
    .card_booking-title {
        text-align: center;
    }
    .card_booking-form {
        flex-direction: column;
        border-radius: 0;
    }
    .card_booking-form-dropdown {
        margin: 0 0 12px;
        max-width: 291px;
    }
    .card_booking-form-text {
        margin: 0 0 7px;
    }
    .card_booking-form-night {
        margin: 0;
        max-width: 100px;
    }
    .card_booking-result {
        max-width: 360px;
        margin: 0 auto 17px;
    }
    .card_booking-result-img {
        display: none;
    }
    .card_booking-result-info {
       display: block;
    }
    .card_booking-result-title {
        width: auto;
        justify-content: flex-start;
    }
    .card_booking-result-title-text {
        padding: 0 0 17px;
        border-bottom: thin solid #C3C3C3;
    }
    .card_booking-result-title-img {
        width: 126px;
        height: 98px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 10px 0 0;
    }
    .card_booking-result-title-img img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .card_booking-result-title-img-label {
        border-radius: 10px;
        background: rgba(12, 12, 12, 0.5);
        padding: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 0 0;
    }
    .card_booking-result-title-img-more {
        border-radius: 20px;
        border: thin solid #FFF;
        color: #FFF;
        font: 700 8px/13px 'Inter',sans-serif;
        padding: 5px;
        transition: all .3s linear;
    }
    .card_booking-result-title-row {
        flex-direction: column;
    }
    .card_booking-result-title-info:last-child {
        margin: 0;
    }
    .card_booking-result-subtitle {
        margin: 0 0 3px;
        font-size: 14px;
        line-height: 12px;
    }
    .card_booking-result-accommodation {
        max-width: 153px;
        width: auto;
        margin: -72px 0 20px 137px;
    }
    .card_booking-result-accommodation .base_dropdown {
        box-shadow: none;
        border: 2px solid #6A99D0;
    }
    .card_booking-result-accommodation .base_dropdown-main {
        line-height: 34px;
    }
    .card_booking-result-facilities {
        max-width: 330px;
        margin: 0 0 12px;
        display: flex;
    }
    .card_booking-result-facilities .card_booking-result-subtitle {
        max-width: 85px;
        width: 100%;
        margin: 0 6px 0 0;
        font-size: 10px;
        line-height: 12px;
    }
    .card_booking-result-img-label {
        padding: 5px 8px;
    }
    .card_booking-result-img-more {
        font-size: 8px;
    }
    .card_booking-result-row {
        border-radius: 9px;
        background: #F0F7FF;
        border: none;
        margin: 0 0 5px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .card_booking-result-room {
        padding: 0 0 5px;
        margin: 0 0 10px;
        border-bottom: thin solid #E3E3E3;
        width: 100%;
    }
    .card_booking-result-date {
        color: #0F0D0D;
        width: 100%;
        margin: 0 0 10px;
    }
    .card_booking-result-date br {
        display: none;
    }
    .card_booking-result-cost {
        margin: 0 0 4px;
        width: 100%;
    }
    .card_booking-result-btn {
        margin: -40px 0 0 auto;
    }
    .card_findOut {
        display: none;
    }
    .card_direction {
        max-width: 360px;
        margin: 0 auto 20px;
        padding: 20px 10px;
    }
    .card_direction-inner {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .card_direction-inner.overflow {
        max-height: 450px;
        overflow: hidden;
    }
    .card_direction-item,
    .card_direction-item:nth-child(3n) {
        margin: 0 0 18px;
        max-width: 320px;
        width: 100%;
    }
    .card_direction-subtitle {
        margin: 0 0 10px;
    }
    .card_direction .card_description-profit-more {
        display: flex;
    }
    .card_direction .card_description-profit-more.hide {
        display: none;
    }
    .card_location {
        flex-direction: column;
        padding: 0 15px;
        max-width: 360px;
        margin: 0 auto 50px;
    }
    .card_location .card_subtitle {
        text-align: center;
    }
    .card_location-map {
        margin: 15px 0 0;
        position: relative;
    }
    .card_location-map-btn {
        display: block;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 269px;
    }
    .card_review {
        max-width: 360px;
        margin: 0 auto 50px;
    }
    .card_review-head {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    .card_review-head .card_subtitle{
        width: 100%;
        text-align: center;
    }
    .card_review-head-mark {
        margin: 0 13px 0 0;
    }
    .card_review-head-text br {
        display: none;
    }
    .card_review-inner {
        flex-direction: column-reverse;
    }
    .card_review-text-author {
        display: none;
    }
    .card_review-item {
        padding: 20px 15px;
    }
    .card_review-item > .card_review-level-item:last-child {
        display: flex;
        justify-content: flex-end;
        margin: 22px 0 0;
    }
    .card_review-item > .card_review-level-item:last-child .card_review-level-title {
        display: none;
    }
    .card_review-level {
        margin: 22px 0 0;
    }
    .card_review-level .card_review-text-author {
        display: flex;
    }
    .card_review-level-item:last-child {
        display: none;
    }
    .card_review-buttons {
        flex-direction: column;
        margin: 50px 0 0;
    }
    .card_review-buttons-btn {
        margin: 0 0 18px;
    }
    .card_faq {
        padding: 0 20px;
        max-width: 360px;
        margin: 0 auto 50px;
    }
    .card_faq-title {
        text-align: center;
        padding: 0;
    }
    .card_resort-title {
        text-align: center;
    }
    .card_resorts-inner {
        flex-direction: column;
    }
    .card_resorts-item {
        display: flex;
        flex-direction: row-reverse;
        width: 344px;
        height: 107px;
        margin: 0 auto 5px;
    }
    .card_resorts-img {
        margin: 0 7px 0 0;
        width: 116px;
        height: 107px;
        flex-shrink: 0;
    }
    .card_resorts-name {
        font-size: 12px;
        line-height: 14px;
        padding: 16px 12px 12px 0;
    }
    .card_resorts-box {
        padding: 0;
    }
    .card_spa {
        max-width: 360px;
        margin: 0 auto;
    }
    .card_spa .card_subtitle {
        text-align: center;
    }
    .card_spa-images {
        justify-content: center;
    }
    .card_spa-images-item {
        display: none;
    }
    .card_spa-images-item:first-child {
        display: block;
        margin: 0;
        width: 100%;
    }
}


@media screen and (max-width: 400px) {
    .card {
        padding: 610px 0 100px;
    }
    .card_subtitle {
        font-size: 18px;
        line-height: 21px;
    }
    .card_booking-result {
        max-width: 95%;
    }
    .card_booking-result-btn {
        min-width: 130px;
        font-size: 11px;
    }
    .card_location-map {
        width: 100%;
    }
    .card_review-level-bar {
        width: 96px;
    }
    .card_resorts-item {
        width: 300px;
        height: 90px;
    }
    .card_resorts-img {
        width: 90px;
        height: 90px;
    }
	p.card_booking-title {
		margin-top: 34px;
	}
	.mobile_carousel.mbl-visible {
		margin-bottom: 20px;
	}
	.description-block header {
		margin-bottom: 10px;
	}
}
.box-size-fix *{
	box-sizing: border-box!important;
}
.main_card-info-inner {
    max-width: 480px;
    min-width: 480px;
}
.news-list .view_other a {
    border-radius: 8px;
    border: 1px solid #3878C3;
    color: #302D2D;
    font-family:  'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%;
    letter-spacing: -0.055px;
    padding: 11px 16px 12px 15px;
    background: none;
    box-shadow: none;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list .view_other a:hover {
	background: #3878C3;
	color: #ffffff;
}
.news-list .view_other a:hover svg {
    fill: #ffffff;
}
.news-list .view_other a svg {
        margin-left: 6px;
}
.news-list .view_other {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.news-list .view_title {
    color: #3878C3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.news-list .sort.objects-listing-sort ul .sort-button {
    border-radius: 8px;
    border: 1px solid #3878C3;
    color: #302D2D;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%;
    letter-spacing: -0.055px;
    padding: 11px 16px 12px 15px;
    background: none;
    box-shadow: none;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: auto;
}

.sort.order-sort ul .sort-button {
    border-radius: 8px;
    border: 1px solid #3878C3;
    color: #302D2D;
    font-family:  'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%;
    letter-spacing: -0.055px;
    padding: 11px 16px 12px 15px;
    background: none;
    box-shadow: none;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: auto;
}

.news-list .sort.objects-listing-sort ul .sort-button:hover {
	background: #3878C3;
	color: #ffffff;
}

.sort.order-sort ul .sort-button:hover {
	background: #3878C3;
	color: #ffffff;
}

.sort.objects-listing-sort {
    padding: 0px;
	display: grid;
}

.sort.order-sort {
    padding: 0px;
	display: grid;
}

.sort.order-sort .title {
    color: #3878C3;
    font-family:  'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin: 10px 0 20px 0px;
    padding-top: 0px;
}

.sort.ratings-sort {
    padding: 0px;
	display: grid;
}

.sort.ratings-sort ul.scale {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sort.ratings-sort ul.scale li, .sort.ratings-sort ul.scale li a{
    width: auto!important;
	height:auto!important;
}

.sort.ratings-sort .arating {
    border-radius: 8px;
    border: 1px solid #3878C3;
    color: #302D2D;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%;
    letter-spacing: -0.055px;
    padding: 11px 16px 12px 15px;
    background: none;
    box-shadow: none;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort.ratings-sort .arating:hover {
	background: #3878C3;
	color: #ffffff;
}

.sort.ratings-sort .title {
    color: #3878C3;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin: 10px 0 20px 0px;
    padding-top: 0px;
}

.sort.objects-listing-sort .title {
    color: #3878C3;
    font-family:  'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin: 10px 0 20px 0px;
    padding-top: 0px;
}
.sort.objects-listing-sort ul .sort-button span {
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.news-list .view_other a.exclusive {
	padding-right: 46px;
}
.news-list .view_other a.exclusive svg {
    margin-left: 0px;
    position: absolute;
    right: 14px;
}

.sort.objects-listing-sort.mounth_cl ul.scale {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sort.objects-listing-sort.mounth_cl ul.scale .sort-buttons {
    border-radius: 8px;
    border: 1px solid #3878C3;
    color: #302D2D;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.523%;
    letter-spacing: -0.055px;
    padding: 11px 16px 12px 15px;
    background: none;
    box-shadow: none;
    position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.sort.objects-listing-sort.mounth_cl ul.scale .sort-buttons:hover {
	background: #3878C3;
	color: #ffffff;
}
.sort.objects-listing-sort.mounth_cl ul.scale li{
	margin-right: 0px!important;
}

.tooltip {
  position: fixed;
  padding: 10px 20px;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: center;
  font: italic 14px/1.3 arial, sans-serif;
  color: #333;
	z-index:10;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
.sort.ratings-sort ul li {
	margin-left: 0px!important;
	margin-bottom: 0px!important;
}
@media screen and (max-width: 767px){
	.news-list .sort.objects-listing-sort ul .sort-button {
		align-items: center;
		justify-content: center;
		box-sizing: border-box !important;
		text-align: center;
	}
	.news-list .view_other  a {
		margin-left: 0 !important;
		margin: 0 !important;
	}
	.main_card-info-inner {
		max-width: unset;
		min-width: unset;
	}
	.main_card-details .main_card-buttons {
		padding: 0 8px;
	}
	.sort.ratings-sort ul li {
		margin-left: 0px!important;
		margin-bottom: 0px!important;
	}
	.bottom-phones.favorites-bottom {
		display: block!important;
		bottom: 0px;
		left: 0px;
		right: 0px!important;
		margin: 0 auto;
	}
	.filter-form-submit-holder .filter-form-submit {box-sizing: border-box!important;}
	a.menu_order.base_btn.dscallme{display:none!important;}
}

#reservation_form.fixed {
background-color: #fff!important;
    position: fixed;
    top: 12px;
    z-index: 11111;
    width: calc(100% - 25px);
    max-width: 972px;
    padding-bottom: 0px;
padding-top: 0px;
}

.filter-form-submit-holder #reservation_form.fixed .filter-form-submit{
height: 30px;
}



@media screen and (max-width: 767px){
#reservation_form.fixed {
background-color: #c8e7fc!important;
    position: fixed;
    top: 0px;
    z-index: 11111;
    width: 100%;
    max-width: 972px;
    padding-bottom: 0px;
    margin-left: -12px;
}

#reservation_form.fixed .filter-form-row-fields-holder{
background-color: #c8e7fc!important;
}

.reservation-block.platform.filter-form-submit-holder{
width:100%;
    max-width: 100%!important;
}
.news-list .reservation-block .filter-form-row .filter-form-row-fields-holder{
display: inline-block!important;

width: 60%!important;
    box-sizing: border-box;
}
.news-list .reservation-block .filter-form-row .filter-select-date{
display: inline-block!important;
    width: 48%!important;
}
.news-list .reservation-block .filter-form-row .filter-select-date .filter-form-row-label{
display: none!important;
}
.news-list .reservation-block .filter-form-row .filter-select-date .filter-form-row-field-date{
    width: 100%!important;
}
.news-list .reservation-block .filter-form-row .filter-form-row-fields-holder:nth-child(2){
display: none!important;
}
.news-list .reservation-block .filter-form-row #filter-form-submit-button_page{
    display: inline-block!important;
    padding: 0;
    min-width: 85px!important;
    width: 29%!important;
}
.base_dropdown-list {
    max-height: 305px;
    overflow: overlay;
}
}
button.modal-findOut_form-btn.base_btn {
    cursor: pointer;
}
@media screen and (max-width: 767px){
	.main_card-stars {
		min-width:68px;
	}
	.menu_window {
		top: 90px;
	}
	.menu_window-item {
		padding: 0 28px 0 28px;
	}
	.menu_window-item-dropdown-list:before, .menu_window-item-dropdown-list:after {
		width: 100%;
	}
}
.modal-findOut_booking-label i, .modal-findOut_form-label-title i {
	color:red;
	font-weight:bold;
}
#sanatoruim-booking-form-an .card_findOut.objectDetail {
	border: 1px solid #3878c3;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/font-face.css?15496176562736*/
@font-face{
	font-family:'myriad_pro_regular';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/mmm-webfont.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/mmm-webfont.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/mmm-webfont.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/mmm-webfont.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/mmm-webfont.svg#myriad_pro_regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'myriad_pro_italic';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/myriadpro-italic.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/myriadpro-italic.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/myriadpro-italic.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/myriadpro-italic.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/myriadpro-italic.svg#myriad_pro_italic') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'pt_sansregular';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-regular.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-regular.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-regular.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-regular.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-regular.svg#pt_sansregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'pt_sans_bold';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold.svg#pt_sans_bold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'pt_sans_italic';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-italic.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-italic.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-italic.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-italic.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-italic.svg#pt_sans_italic') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'pt_sans_bold_italic';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold-italic.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold-italic.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold-italic.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold-italic.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/pt-sans-bold-italic.svg#pt_sans_bold_italic') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'segoe_ui_bold';
	font-display: auto;
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/segoe-ui-bold.eot');
	src:url('/bitrix/templates/naftusya-2014-2023/styles/fonts/segoe-ui-bold.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/segoe-ui-bold.woff') format('woff'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/segoe-ui-bold.ttf') format('truetype'),
		url('/bitrix/templates/naftusya-2014-2023/styles/fonts/segoe-ui-bold.svg#segoe_ui_bold') format('svg');
	font-weight:normal;
	font-style:normal;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/jquery-ui.css?160184096533165*/
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/bitrix/templates/naftusya-2014-2023/styles/../images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff  50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc 50% 50% repeat-x;      
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6  50% 50% repeat-x;    
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
/*	background: #dadada url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
/*	background: #ffffff url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
/*	background: #fbf9ee url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; */
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
/*	background: #fef1ec url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;  */
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
/*	background: #aaaaaa url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
/*	background: #aaaaaa url(/bitrix/templates/naftusya-2014-2023/styles/../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;   */
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/style-heading.css?150040835526309*/
/* clearfixes */
.filter-form .filter-form-row:after, 
.filter-form .filter-form-checkbox-select:after {
	content: '';
	display: block;
	clear: both;
}
/**************/
/* Filter form general START-> */
.filter-form-tabs-panel {
	font-size: 0 !important;
	height: 27px;
	margin-top: -29px;
	position: relative;
	z-index: 2;
	width: 900px;
}
.filter-form-tabs-panel.back-layer { z-index: 1; }
.filter-form-tabs-panel .filter-form-tabs-panel-switcher {
	font: normal normal 14px/1.2 Arial;
	color: #fff;
	padding: 6px 14px 5px 12px;
	margin-right: 3px;
	height: 16px;
	font-size: 15px;
	border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	display: inline-block;
	cursor: pointer;
	background: #0089e7;
	background: -moz-linear-gradient(top,  rgba(51,161,236,0.3) 0%, rgba(51,161,236,1) 15%, rgba(51,161,236,1) 50%, rgba(0,137,231,1) 51%, rgba(0,137,231,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,161,236,0.3)), color-stop(15%,rgba(51,161,236,1)), color-stop(50%,rgba(51,161,236,1)), color-stop(51%,rgba(0,137,231,1)), color-stop(100%,rgba(0,137,231,1)));
	background: -webkit-linear-gradient(top,  rgba(51,161,236,0.3) 0%,rgba(51,161,236,1) 15%,rgba(51,161,236,1) 50%,rgba(0,137,231,1) 51%,rgba(0,137,231,1) 100%);
	background: -o-linear-gradient(top,  rgba(51,161,236,0.3) 0%,rgba(51,161,236,1) 15%,rgba(51,161,236,1) 50%,rgba(0,137,231,1) 51%,rgba(0,137,231,1) 100%);
	background: -ms-linear-gradient(top,  rgba(51,161,236,0.3) 0%,rgba(51,161,236,1) 15%,rgba(51,161,236,1) 50%,rgba(0,137,231,1) 51%,rgba(0,137,231,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,161,236,0.3) 0%,rgba(51,161,236,1) 15%,rgba(51,161,236,1) 50%,rgba(0,137,231,1) 51%,rgba(0,137,231,1) 100%);
}
.filter-form-tabs-panel .filter-form-tabs-panel-switcher.active {
	background: #48b0f5;
	background: -moz-linear-gradient(top,  rgba(66,173,245,0.3) 0%, rgba(71,175,245,1) 15%, rgba(82,181,245,1) 50%, rgba(41,164,243,1) 51%, rgba(63,175,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,173,245,0.3)), color-stop(15%,rgba(71,175,245,1)), color-stop(50%,rgba(82,181,245,1)), color-stop(51%,rgba(41,164,243,1)), color-stop(100%,rgba(63,175,244,1)));
	background: -webkit-linear-gradient(top,  rgba(66,173,245,0.3) 0%,rgba(71,175,245,1) 15%,rgba(82,181,245,1) 50%,rgba(41,164,243,1) 51%,rgba(63,175,244,1) 100%);
	background: -o-linear-gradient(top,  rgba(66,173,245,0.3) 0%,rgba(71,175,245,1) 15%,rgba(82,181,245,1) 50%,rgba(41,164,243,1) 51%,rgba(63,175,244,1) 100%);
	background: -ms-linear-gradient(top,  rgba(66,173,245,0.3) 0%,rgba(71,175,245,1) 15%,rgba(82,181,245,1) 50%,rgba(41,164,243,1) 51%,rgba(63,175,244,1) 100%);
	background: linear-gradient(to bottom,  rgba(66,173,245,0.3) 0%,rgba(71,175,245,1) 15%,rgba(82,181,245,1) 50%,rgba(41,164,243,1) 51%,rgba(63,175,244,1) 100%);
	cursor: default;
}
.filter-form {
	padding: 15px 12px 1px 12px;
	background: #3faff4;
	background: -moz-linear-gradient(top, #3faff4 0%, #008aee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3faff4), color-stop(100%,#008aee));
	background: -webkit-linear-gradient(top, #3faff4 0%,#008aee 100%);
	background: -o-linear-gradient(top, #3faff4 0%,#008aee 100%);
	background: -ms-linear-gradient(top, #3faff4 0%,#008aee 100%);
	background: linear-gradient(to bottom, #3faff4 0%,#008aee 100%);	
	position: relative;
}
.filter-form .selectmenu-status { color: #737373; font-size: 14px; padding-top: 4px; padding: 3px 0 0 6px; }
.filter-form .filter-form-row { margin-bottom: 15px; text-align: justify; height: 38px; }
.filter-form .filter-form-row .filter-form-row-fields-holder:first-child,
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field:first-child{ 
	margin:0;
	word-spacing: normal;
}
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field { display: inline-block; line-height: 27px; vertical-align: middle; font-size: 0; position: relative; }
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field > .select { display: inline-block; vertical-align: middle; position: relative; line-height: 16px; }
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field.inactive > .select:before,
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field.inactive.nolabel:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	background: #000;
	opacity: 0.1; 
	z-index: 2;
	width: -moz-calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	height: -moz-calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-label { font-size: 15px; color: #fff; display: inline-block; vertical-align: middle; margin-right: 12px; }
.filter-form .filter-form-row .filter-form-row-fields-holder { 
	display:inline-block;
	font: normal normal 14px Arial;
	padding: 5px 12px 3px 12px;
	line-height: 16px;
	background: #70c2f6;
	border-bottom: 3px solid #40acf3;
	position: relative;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(17, 100, 125, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(17, 100, 125, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(17, 100, 125, 0.75);
	border-top: 1px solid #c8e8fc;
	border-left: 1px solid #c8e8fc;
	border-right: 1px solid #89caf8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top, #70c2f6 0%, #6bc0f6 50%, #45b0f4 51%, #40acf3 100%);
	background: -webkit-linear-gradient(top, #70c2f6 0%,#6bc0f6 50%,#45b0f4 51%,#40acf3 100%);
	background: -o-linear-gradient(top, #70c2f6 0%,#6bc0f6 50%,#45b0f4 51%,#40acf3 100%);
	background: -ms-linear-gradient(top, #70c2f6 0%,#6bc0f6 50%,#45b0f4 51%,#40acf3 100%);
	background: linear-gradient(to bottom, #70c2f6 0%,#6bc0f6 50%,#45b0f4 51%,#40acf3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c2f6), color-stop(50%,#6bc0f6), color-stop(51%,#45b0f4), color-stop(100%,#40acf3));
}
.object .object-filter-form .filter-form-row-fields-holder { padding-left: 12px; padding-right: 12px; }
.object .object-filter-form .filter-form-row-fields-holder:first-child { margin-left: 4px; }
#filter-select-end .filter-form-row-label, #filter-select-days .filter-form-row-label:first-child, #filter-select-children .filter-form-row-label { padding-left: 8px; }
.filter-form .filter-form-row:before{
    content: '';
    display: block;
    width: 100%;
}
.filter-form .filter-form-row:after{
    content: '';
    display: inline-block;
    width: 100%;
}

.filter-form .filter-form-row .filter-form-row-fields-holder:after {
	content: "";
	background: aqua;
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 50%;
	width: 1px;
	background: #70c2f6;
	background: -moz-linear-gradient(top, #70c2f6 0%, #6bc0f6 0%, #c8e8fc 0%, #40acf3 100%);
	background: -webkit-linear-gradient(top, #70c2f6 0%,#6bc0f6 0%,#c8e8fc 0%,#40acf3 100%);
	background: -o-linear-gradient(top, #70c2f6 0%,#6bc0f6 0%,#c8e8fc 0%,#40acf3 100%);
	background: -ms-linear-gradient(top, #70c2f6 0%,#6bc0f6 0%,#c8e8fc 0%,#40acf3 100%);
	background: linear-gradient(to bottom, #70c2f6 0%,#6bc0f6 0%,#c8e8fc 0%,#40acf3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c2f6), color-stop(0%,#6bc0f6), color-stop(0%,#c8e8fc), color-stop(100%,#40acf3));*/
}
/* Filter form general <-END */



/* Filter form customizing selects START-> */
.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu,
.table-select.selectmenu {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	border-color: #36c703;
}
.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu.active,
.table-select.selectmenu.active { 
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom: 0;
	height: 26px; 
}
.opened .filter-form-select{ 
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.filter-form .filter-form-row .filter-form-row-fields-holder .select.opened .selectmenu { 
	border-bottom: 0;
	height: 26px; 
}
.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu-icon,
.table-select .selectmenu-icon{
	background: #a0d146;
	background: -moz-linear-gradient(top, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88df22), color-stop(50%,#5ad11e), color-stop(51%,#42cb04), color-stop(100%,#12bd00));
	background: -webkit-linear-gradient(top, #88df22 0%,#5ad11e 50%,#42cb04 51%,#12bd00 100%);
	background: -o-linear-gradient(top, #88df22 0%,#5ad11e 50%,#42cb04 51%,#12bd00 100%);
	background: -ms-linear-gradient(top, #88df22 0%,#5ad11e 50%,#42cb04 51%,#12bd00 100%);
	background: linear-gradient(to bottom, #88df22 0%,#5ad11e 50%,#42cb04 51%,#12bd00 100%);
	width: 23px;
	margin: 1px;
	height: 23px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu-icon:before,
.country-select .country-select-status:after,
.table-select .selectmenu-icon:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
	border-top: 7px solid #ffffff;
	position: relative;
	top: 50%;
	margin: -4px 0 0 6px;
}
.filter-form-select, .filter-form-row-field-date, .table-select {
	z-index: 100;
	border: 1px solid #36c703;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.filter-form .filter-form-row-field.filter-select-date,
.filter-form .filter-form-row-field.filter-select-date label,
.filter-form .filter-form-row-field.filter-select-date input {
	cursor: pointer; 
}
.filter-form .filter-form-row-field.filter-select-date .filter-form-row-field-date {
	font: normal normal 14px/1.2 Arial;
	color: #737373;
	padding: 7px 0px 7px 3px;
	height: 11px;
}
.filter-form .filter-form-row-field.filter-select-date:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 4px;
	top: 5px;
	background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
	background-position: -37px -69px;
	height: 17px;
	width: 17px;
	z-index: 1;
	vertical-align: top;
}
.filter-form .filter-form-row-field.filter-select-days-count .selectmenu + .filter-form-row-label { margin-left: 5px; }
.filter-form-row-field-date {
	width: 82px;
	line-height: 23px;
}
.filter-form .filter-form-row .filter-form-row-field .drop {
	border: 1px solid #36c703;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	overflow: hidden;
	right: 0;
	left: initial;
}
.filter-form-select.selectmenu-menu li:hover,
.filter-form-select .selectmenu-item-selected li:hover,
.filter-form-select .selectmenu-item-selected li{
	background:#85c425;
	color:#fff;
	cursor: pointer;
}
.filter-form .filter-form-row .filter-form-row-field .drop li > label:hover { background:#85c425; }
.filter-form .filter-form-row .filter-form-row-field .drop li > label:hover > span { color:#fff; }
.filter-form-select.selectmenu-menu { margin: 0; }
.filter-form-select.selectmenu-menu ul, .filter-form-select.select .drop ul,
.filter-form .filter-form-row .filter-form-row-field .drop ul,
.selectmenu-menu.table-select ul {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.filter-form-select.scrollable ul {
	height:100px;
	overflow: auto;
}
.filter-form .filter-form-row .filter-form-row-field .drop ul { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0}
.filter-form .filter-form-row .filter-form-row-field .drop .confirm {
	border: none;
	font: normal normal 14px/1.2 Arial;
	font-weight: bold;
	border-top: 1px solid #47a600;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	background: #8ac72e;
	background: -moz-linear-gradient(top,  #8ac72e 0%, #4aa702 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ac72e), color-stop(100%,#4aa702));
	background: -webkit-linear-gradient(top,  #8ac72e 0%,#4aa702 100%);
	background: -o-linear-gradient(top,  #8ac72e 0%,#4aa702 100%);
	background: -ms-linear-gradient(top,  #8ac72e 0%,#4aa702 100%);
	background: linear-gradient(to bottom,  #8ac72e 0%,#4aa702 100%);
	color: #fff;
}


/* checkboxes & radios */
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"],
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item input[type="checkbox"],
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"] {
    display:none;            
}
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"] + label {
    position : relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font: normal normal 14px/1.2 Arial;
	word-spacing: -1px;
	padding: 2px 2px 3px 4px;
	color: #737373;
}
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
	margin-right: 5px;
	position: relative;
	top: 2px;
	border: 1px solid #a5a5a5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#e4e4e4 100%);
}
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item input[type="checkbox"] + label:before,
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item input[type="checkbox"] + label > span:before {
	content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
	margin-right: 8px;
	position: relative;
	top: 3px;
	border: 1px solid #d9dada;
    background: #fff;
}
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item input[type="checkbox"] + label:before { 
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: 3px;
	z-index: 1;
}
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"] + label:before { 
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"]:checked + label:after,
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"] + label:hover:after {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	position: absolute;
	background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
	left: 6px;
	top: 5px;
	background-size: 90px 83px;
	background-position: -5px 0px;
}
.filter-form .filter-form-row .filter-form-row-field .drop input[type="checkbox"] + label:hover:after { opacity: 0.5; }
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item input[type="checkbox"]:checked + label:after,
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item label:hover:after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
	background-position: -11px -1px;
	width: 14px;
	height: 13px;
	top: 6px;
	left: 3px;
	z-index: 1; 
	background-size: initial;
}
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item label:hover:after { opacity: 0.5; }
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"] + label:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ebebeb;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #b3b3b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#b3b3b3));
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#b3b3b3 100%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#b3b3b3 100%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#b3b3b3 100%);
	background: linear-gradient(to bottom,  #ebebeb 0%,#b3b3b3 100%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 3px;
}
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"]:checked + label:after,
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"] + label:hover:after {
	background: #8de027;
	background: -moz-linear-gradient(top,  #8de027 0%, #31c620 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8de027), color-stop(100%,#31c620));
	background: -webkit-linear-gradient(top,  #8de027 0%,#31c620 100%);
	background: -o-linear-gradient(top,  #8de027 0%,#31c620 100%);
	background: -ms-linear-gradient(top,  #8de027 0%,#31c620 100%);
	background: linear-gradient(to bottom,  #8de027 0%,#31c620 100%);
}
.filter-form .filter-form-radio-select .filter-form-radio-select-item input[type="radio"] + label:hover:after { opacity: 0.5; }
/* stars select */
.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field.filter-select-stars { width: 1037px; line-height: 27px; }
.filter-form .filter-form-row .filter-form-row-field.filter-select-stars .filter-form-checkbox-select { 
	position: absolute;
	right: 0;
}
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item {
	display: inline-block;
	vertical-align: middle;
	line-height: 27px;
	margin-left: 31px;
}
.filter-form .filter-form-radio-select .filter-form-radio-select-item { display: inline-block; vertical-align: middle; margin-left: 8px; }
.filter-form .filter-form-checkbox-select .filter-form-checkbox-select-item > label,
.filter-form .filter-form-radio-select .filter-form-radio-select-item > label {
	cursor: pointer;
	position: relative;
}
.filter-form .filter-form-radio-select .filter-form-radio-select-item > label > span { position: relative; top: -2px; margin-left: 5px;}
/* stars */
.filter-form .filter-form-checkbox-select.stars .filter-form-checkbox-select-item:after {
	content: '';
	background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
	background-position: -27px -1px;
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	height: 12px;
	margin-left: 5px;
}
.filter-form .filter-form-checkbox-select.stars .filter-form-checkbox-select-item:nth-child(5):after { width: 13px; }
.filter-form .filter-form-checkbox-select.stars .filter-form-checkbox-select-item:nth-child(4):after { width: 25px; }
.filter-form .filter-form-checkbox-select.stars .filter-form-checkbox-select-item:nth-child(3):after { width: 37px; }
.filter-form .filter-form-checkbox-select.stars .filter-form-checkbox-select-item:nth-child(2):after { width: 49px; }
/* submit */
.filter-form-submit-holder { display: inline-block; vertical-align: top; }
.filter-form-submit-holder .filter-form-submit{ 
	padding: 7px 22px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #97e33a;
	background: -moz-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97e33a), color-stop(50%,#6ad537), color-stop(51%,#41ca04), color-stop(100%,#0ebb00));
	background: -webkit-linear-gradient(top, #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: -o-linear-gradient(top, #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: -ms-linear-gradient(top, #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: linear-gradient(to bottom, #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	cursor: pointer;
	font: normal normal 18px/1.2 Arial;
	word-spacing: -1px;
	color: #fff;
	word-spacing: -1px;
	border: 0;
	box-sizing: border-box;
	height: 38px;
}
/*.filter-form-submit-holder .filter-form-submit-button .filter-form-submit-button-text {
	font: normal normal 20px/1.2 Arial;
	word-spacing: -1px;
	color: #fff;
	word-spacing: -1px;
}
.filter-form-submit-holder .filter-form-submit-button {
	padding: 7px 22px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #97e33a;
	background: -moz-linear-gradient(top,  #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97e33a), color-stop(50%,#6ad537), color-stop(51%,#41ca04), color-stop(100%,#0ebb00));
	background: -webkit-linear-gradient(top,  #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: -o-linear-gradient(top,  #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: -ms-linear-gradient(top,  #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	background: linear-gradient(to bottom,  #97e33a 0%,#6ad537 50%,#41ca04 51%,#0ebb00 100%);
	cursor: pointer;
}*/
.filter-form .diseases-select-item { display: none; }
.filter-form .drop .diseases-group-name {
	display: block;
	color: #6d6d6d;
	text-align: center;
	font-weight: bold;
	font: normal normal 14px/1.2 Arial;
}

/* quick search */
.filter-form-quick-search-area {
	position: relative;
	width: 325px;
	right: 12px;
	float: right;
	margin-top: -27px;
}
.filter-form-quick-search-area .select .drop {
	right: 0;
}
.filter-form-quick-search-area .select.autoload {
	position: relative;
	top: 23px;
	right: 0;
	left: inherit;
	z-index: 4;
}
.filter-form-quick-search-area .filter-form-quick-search-field {
	display: block;
	margin: 0;
	float: left;
	height: 21px;
	padding: 0 25px 0 8px;
	width: 290px;
	text-decoration: none;
	border: 1px solid #36c703;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1;
	color: #737373;
	font-size: 12px;
	font-family: Arial;
}
.filter-form-quick-search-area .filter-form-quick-search-field.active {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom: 0;
}
.filter-form-quick-search-area .filter-form-quick-search-button {
	position: absolute;
	right: 9px;
	top: 5px;
	background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
	width: 12px;
	height: 11px;
	background-position: -54px -69px;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
}
.filter-form-quick-search-area .select .drop .filter-form-quick-search-autoload-list {
	right: 0;
	position: absolute;
	border: 1px solid #36c703;
	border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	padding: 0;
}
.filter-form-quick-search-area .select .drop .filter-form-quick-search-autoload-list > li:hover { background: #85c425; }
.filter-form-quick-search-area .select .drop .filter-form-quick-search-autoload-list > li:hover span { color: #fff;	}
.filter-form-quick-search-autoload-list .autoload-item { white-space: nowrap; }
/* Filter form customizing controls <-END */
.menu-type.disabled { display: none; }
.hotels-menu .main-nav > .hasdrop > .holder > em { padding: 0 45px; }
.hotels-menu .main-nav > .hasdrop:first-child > .holder > em { padding-left: 25px; }
.hotels-menu .main-nav > .hasdrop:last-child > .holder > em { padding-right: 25px; }

.country-select .country-select-status { cursor: pointer; color: #217abd; }
.country-select .country-select-status .status { border-bottom: 1px dotted #008cef; }
.country-select .country-select-status:hover .status { border: none; }
.country-select .country-select-list { display: none; }
/*.country-select.active .country-select-list { display: block; }*/
.country-select.active { padding-bottom: 17px; }
.country-select .country-select-list .country-select-list-item {
	display: block;
	color: #008bee;
	margin-top: 5px;
}
.country-select .country-select-list .country-select-list-item:hover .country-select-list-item-text {
	border-bottom: 1px solid #3ca7f2;	
}
.country-select .country-select-status:after { 
	border-top: 8px solid #1778e8;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

/* object detail filter */
.object-filter-form { padding: 11px 5px 4px 7px; margin: -12px 0 10px -12px; width: 960px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid #0382d8; border-bottom: none; }
.object-filter-form .filter-form-row { margin-bottom: 9px; }
.object-filter-form .filter-form-submit-holder .filter-form-submit { padding: 8px 9px 7px; }
.filter-form.object-filter-form .filter-form-row-field.filter-select-days-count .selectmenu + .filter-form-row-label { margin-left: 7px; }
.filter-form.object-filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-label { margin-right: 6px; margin-left: 1px; }

/* other */
.filter-select-resort ul li span.all-resorts + span { font-weight: bold; }
.w383 a, .w380 a, .w383 .drop, .w380 .drop {width: 463px !important;}
a.w170, .select-menu.w170 {width: 200px !important;}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/naftusya-world-styles.css?1716368849824*/
.action .select .selectmenu.shortenable.diseases-select{
	width: 178px;
}
.action .search-block .text.shortenable
{
	width: 170px;
}

/*decole*/
.object .review-block {
    color: #000 !important;
}

.review-content .review-content-col.left * {
    color: #000 !important;
}

.evalution {
    color: #000 !important;
}

.go_map {
    margin: 0 0 14px;
    padding: 20px 35px;
    background-image: url('/bitrix/templates/naftusya-2014-2023/img/map-btn.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.go_map__btn {
    padding: 10px 15px;
    border: .125rem solid #20a3fb;
    border-radius: .3125rem;
    color: #606060;
    font-size: 14px;
    line-height: 1.375rem;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/lightbox.css?15004083554300*/
/* Preload images */
body:after {
  content: url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/close.png) url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/loading.gif) url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/prev.png) url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100% !important;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  z-index: 15000;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/naftusya-2014-2023/styles/../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/lightgallery.min.css?150040835520332*/
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(/bitrix/templates/naftusya-2014-2023/styles/../fonts/lg.eot?n1z373);src:url(/bitrix/templates/naftusya-2014-2023/styles/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/bitrix/templates/naftusya-2014-2023/styles/../fonts/lg.woff?n1z373) format("woff"),url(/bitrix/templates/naftusya-2014-2023/styles/../fonts/lg.ttf?n1z373) format("truetype"),url(/bitrix/templates/naftusya-2014-2023/styles/../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/bitrix/templates/naftusya-2014-2023/styles/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles/fontawesome-all.min.css?159773882633692*/
/*!
 * Font Awesome Free 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400; font-display: swap; src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.eot);src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.woff2) format("woff2"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.woff) format("woff"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.ttf) format("truetype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-display: swap;font-style:normal;font-weight:400;src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.eot);src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.woff2) format("woff2"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.woff) format("woff"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.ttf) format("truetype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-display: swap;font-style:normal;font-weight:900;src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.eot);src:url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.woff2) format("woff2"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.woff) format("woff"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.ttf) format("truetype"),url(/bitrix/templates/naftusya-2014-2023/styles/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/naftusya/style.css?1500466636989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/.default/components/bitrix/breadcrumb/naftusya/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/.default/components/naftusya/advertising.banner/right_banners/style.css?150046667681*/
#sidebar-scrolable .banner-gallery ul{
	height: 350px;
	margin-bottom: 10px;
}
/* End */


/* Start:/bitrix/components/naftusya/filter.additional.split/templates/.default/style.css?1529867380115*/
.h2_filter
{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
	display: block;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/contacts_footer/style.css?15004666407590*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/callback_form/style.css?1500466643666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/.default/components/bitrix/form.result.new/callback_form/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/.default/components/bitrix/form.result.new/callback_form/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/styles.css?171804649554*/
#sidebar-scrolable .rightsubnav {
	display: block;
}
/* End */


/* Start:/bitrix/templates/naftusya-2014-2023/template_styles.css?1695625946266566*/
#nav .newyear-menu .drop .sub-menu{
width: 435px;
}

footer .sea-menu {
    width: 50%;
}

.sanatorium-order-menu, .sanatorium-menu {
    width: 23%;
}

.sea-menu .footer-menu {
    width: 29%;
}

@media screen and (max-width: 1259px) {
    .sea-menu {
        width: auto;
    }
    
    .sanatorium-order-menu, .sanatorium-menu {
        width: auto;
    }
    
    .sea-menu .footer-menu {
        width: auto;
    }
}

body {
    margin: 0;
    color: #282828;
    font: 14px/18px Arial;
    background: #fff;
    background: #d1ecfd url(/bitrix/templates/naftusya-2014/images/bg-page.jpg) no-repeat 50% 0;
}


.bxce textarea {
    width: 100% !important;
}

img {
    border-style: none;
}

a {
    color: #0094d9;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

* {
    outline: none;
}

.no-border {
    border: none !important;
}

.title-bordered {
    border-bottom: 1px solid #008eef;
    padding-bottom: 10px;
}

input, textarea, select {
    font: 14px/16px Arial;
    color: #6d6d6d;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

h1.object-name {
    font-size: 22px;
    font-weight: bold;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.centered {
    text-align: center;
}

#wrapper {
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-page-bottom.jpg) no-repeat 50% 100%;
    background: url('/bitrix/templates/naftusya-2014/images/bg-page-bottom-line.jpg') repeat-x 50% 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.centering-box {
    text-align: center;
}

.top-bordered {
    border-top: 1px dashed;
    padding-top: 5px;
}

.w1 {
    width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*#header {
    width: 100%;
    padding: 0 0 25px;
    position: relative;
    margin-top: 46px;
}

#header:after {
    content: '';
    display: block;
    clear: both;
}

#header.active {
    z-index: 4;
}*/

.top-page {
    word-spacing: -1px;
    /* width: 100%; */
    /* height: 100%; */
    padding: 0 0 18px;
    position: fixed;
    top: 0;
    right: 50%;
    margin-right: -630px;
    z-index: 100;
}

.top-page:after {
    content: '';
    display: block;
    clear: both;
}

.top-holder {
    float: right;
    background: #dba161;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkYTVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMThhZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2da5f2 0%, #018aee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2da5f2), color-stop(100%,#018aee));
	background: -webkit-linear-gradient(top,  #2da5f2 0%,#018aee 100%);
	background: -o-linear-gradient(top,  #2da5f2 0%,#018aee 100%);
	background: -ms-linear-gradient(top,  #2da5f2 0%,#018aee 100%);
	background: linear-gradient(to bottom,  #2da5f2 0%,#018aee 100%);
	-pie-background: linear-gradient(#2da5f2, #018aee); */
    padding: 2px 0 3px 15px;
    border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    -webkit-border-radius: 0 0 14px 14px;
}

.login-block {
    float: left;
    padding: 2px 5px 0 0;
    position: relative;
}

.login-link {
    color: #ffffff;
    text-decoration: none;
    float: left;
    padding: 0 2px 0 0;
}

.login-link:hover {
    text-decoration: underline;
}

.reg-block {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/separator01.gif) no-repeat;
    padding: 2px 10px 0 8px;
    position: relative;
}

.reg-link {
    text-decoration: none;
    color: #fff;
}

.reg-link:hover {
    text-decoration: underline;
}

.overlined-text {
    text-decoration: line-through;
}

/*
#nav ul:after{
	content:"";
	width:100%;
	vertical-align:top;
	display:inline-block;
}
*/
.add-nav {
    list-style: none;
    overflow: hidden;
    text-align: justify;
    height: 19px;
    cursor: default;
    float: left;
    background: #ef861d;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiY2NmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGY5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8bccf8 0%, #edf9ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bccf8), color-stop(100%,#edf9ff));
	background: -webkit-linear-gradient(top,  #8bccf8 0%,#edf9ff 100%);
	background: -o-linear-gradient(top,  #8bccf8 0%,#edf9ff 100%);
	background: -ms-linear-gradient(top,  #8bccf8 0%,#edf9ff 100%);
	background: linear-gradient(to bottom,  #8bccf8 0%,#edf9ff 100%);
	-pie-background: linear-gradient(#8bccf8, #edf9ff);*/
    border-radius: 0 0 12px 14px;
    -moz-border-radius: 0 0 12px 14px;
    -webkit-border-radius: 0 0 12px 14px;
    margin: -3px 0;
    padding: 5px 10px 5px;
    width: 80px;
}

.add-nav:after {
    content: "";
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.add-nav li {
    display: inline;
}

.add-nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.add-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo {
    float: left;
    /*	background: url(/bitrix/templates/naftusya-2014-2023/images/logo.png) no-repeat;*/
    width: 175px;
    height: 108px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 28px 0 0;
}

.logo a {
    display: block;
    height: 100%;
}

#header .container {
    padding: 5px 0 18px 0;
    /*height: 1%;*/
    position: relative;
    z-index: 5;
}

#header .container:after {
    content: '';
    display: block;
    clear: both;
}

.place {
    font-size: 14px;
    line-height: 15px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2ZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffff 0%, #dcfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcfbfb));
    background: -webkit-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcfbfb 100%);
    -pie-background: linear-gradient(#fff, #dcfbfb);
    padding: 6px 12px 7px;
    border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    -webkit-border-radius: 0 0 14px 14px;
}

.place .country-select-list-item-text {
    font-size: 14px;
}

.place .title {
    float: left;
    padding: 0 5px 0 0;
    color: #6bbd13;
}

.place select {
    float: left;
}

.country-resort-selector {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -258px;
    word-spacing: -1px;
    z-index: 1;
}

#header .contacts-list, #header .auth-form {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    position: relative;
    top: 2px;
    z-index: 5;
}

#header ul.contacts-list {
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 6px 8px;
    top: -3px;
}

#header .contacts-list > li:first-child {
    padding-left: 0;
}

#header .auth-form .title {
    font: 14px Times New Roman;
    line-height: 20px;
    color: #848484;
    display: block;
}

#header .contacts-list .title {
    font: 16px Times New Roman;
    line-height: 20px;
    color: #787878;
    display: block;
}

#header .contacts-list .call {
    font: 22px/27px Times New Roman;
    color: #3F6BA4;
    display: block;
    margin: -6px 0 -4px;
}

#header .contacts-list .last {
    margin-bottom: 3px;
}

#header .contacts-list a {
    text-decoration: none;
    border-bottom: 1px dotted #008bee;
    font: 14px/17px Times New Roman;
}

#header .contacts-list a:hover {
    border-color: transparent;
}

#header .contacts-list .recall-block {
    padding: 0;
}

#header .contacts-list .caption, #header .auth-form .caption {
    font: bold 20px/28px "Times New Roman", Times, serif;
    color: #008cef;
    display: block;
    padding: 0 0 1px;
}

.contacts-list .contacts-block {
    position: relative;
}

.contacts-list .contacts-popup, .auth-form .auth-popup {
    font: 14px/18px pt_sansregular, Arial, Helvetica, sans-serif;
    color: #000;
    position: absolute;
    right: -9999px;
    top: 22px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 163px;
    padding: 0 13px 8px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contacts-list .opened .contacts-popup {
    right: -37px;
}

.auth-form.opened .auth-popup {
    right: 400px;
}

.auth-form .auth-popup {
    top: 30px;
    z-index: 4;
}

.contacts-list .last.opened .contacts-popup {
    right: 0;
}

.contacts-list .contacts-popup .arrow {
    position: absolute;
    bottom: 100%;
    left: 91px;
}

.contacts-list .last .contacts-popup .arrow {
    left: 128px;
}

.contacts-list .contacts-popup .heading, .auth-form .auth-popup .heading {
    text-align: left;
    background: #7ab600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTlhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7ab600 0%, #499a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ab600), color-stop(100%, #499a00));
    background: -webkit-linear-gradient(top, #7ab600 0%, #499a00 100%);
    background: -o-linear-gradient(top, #7ab600 0%, #499a00 100%);
    background: -ms-linear-gradient(top, #7ab600 0%, #499a00 100%);
    background: linear-gradient(to bottom, #7ab600 0%, #499a00 100%);
    -pie-background: linear-gradient(#7ab600, #499a00);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 5px 14px;
    margin: 0 -13px 8px;
    position: relative;
}

#header .contacts-list .contacts-popup .caption {
    font: 14px/18px pt_sans_bold, Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline;
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-phone.png) no-repeat;
    padding: 0 0 0 25px;
}

#header .auth-form .auth-popup .caption {
    font: 14px/18px pt_sans_bold, Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline;
}

.contacts-list .contacts-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contacts-list .contacts-popup ul li {
    padding-top: 9px;
}

.contacts-list .contacts-popup .tel-number {
    text-decoration: none;
    color: #000;
}

.contacts-list .contacts-popup ul li:first-child {
    padding-top: 0;
}

.contacts-list .contacts-popup ul .kievstar {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-kievstar.gif) no-repeat 0 3px;
}

.contacts-list .contacts-popup ul .life {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-life.gif) no-repeat 0 5px;
}

.contacts-list .contacts-popup ul .mts {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-mts.gif) no-repeat 0 4px;
}

.request-block {
    position: relative;
}

.request-popup {
    font: 12px/16px pt_sansregular, Arial, Helvetica, sans-serif;
    color: #8f8f8f;
    text-align: left;
    position: absolute;
    left: -9999px;
    top: 23px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 229px;
    padding: 16px 19px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.opened .request-popup {
    left: 0;
}

.request-popup .arrow {
    position: absolute;
    left: 119px;
    top: -12px;
}

#header .request-popup .btn-close,
.contacts-popup .btn-close, .auth-popup .btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/btn-close01.png) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
}

.request-popup label,
.request-popup .label {
    display: block;
    padding: 0 0 1px;
}

.request-popup .row {
    width: 100%;
    padding: 0 0 7px;
}

.request-popup .row:after {
    content: '';
    display: block;
    clear: both;
}

.request-popup .text {
    
    width: 224px;
}

.request-popup .slider-holder,
.popup-callback .slider-holder {
    color: #000;
    background: #d1edff;
    overflow: hidden;
    padding: 4px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 0 20px;
}

.popup-callback .slider-holder {
    width: 215px;
}

.request-popup .time-slider,
.popup-callback .time-slider {
    background: #58595b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Mzk1OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #58595b 0%, #939598 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58595b), color-stop(100%, #939598));
    background: -webkit-linear-gradient(top, #58595b 0%, #939598 100%);
    background: -o-linear-gradient(top, #58595b 0%, #939598 100%);
    background: -ms-linear-gradient(top, #58595b 0%, #939598 100%);
    background: linear-gradient(to bottom, #58595b 0%, #939598 100%);
    -pie-background: linear-gradient(#58595b, #939598);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 144px;
    height: 4px;
    margin: 6px 0 0;
    float: left;
    position: relative;
}

.request-popup .slider-holder .ui-slider-range,
.popup-callback .slider-holder .ui-slider-range {
    background: #92ed00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyZWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmFkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #92ed00 0%, #6bad00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92ed00), color-stop(100%, #6bad00));
    background: -webkit-linear-gradient(top, #92ed00 0%, #6bad00 100%);
    background: -o-linear-gradient(top, #92ed00 0%, #6bad00 100%);
    background: -ms-linear-gradient(top, #92ed00 0%, #6bad00 100%);
    background: linear-gradient(to bottom, #92ed00 0%, #6bad00 100%);
    -pie-background: linear-gradient(#92ed00, #6bad00);
    height: 4px;
}

#header .request-popup .ui-slider-handle,
.popup-callback .ui-slider-handle {
    position: absolute;
    top: -6px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-handle.png) no-repeat;
    width: 12px;
    height: 17px;
    border: none;
    cursor: pointer;
}

.request-popup .slider-holder .min,
.popup-callback .slider-holder .min {
    float: left;
    margin: 0 2px 0 0;
    width: 31px;
}

.request-popup .slider-holder .max,
.popup-callback .slider-holder .max {
    float: right;
}

.request-popup .button-holder {
    text-align: center;
}

.request-popup .button-green {
    font: 18px/22px pt_sans_bold, Arial, Helvetica, sans-serif;
    padding: 5px 23px 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.popup-map .popup .button-green {
    float: none;
    margin: 5px 0 0;
}

.popup-map .popup .button-holder {
    text-align: center;
}

#nav {
    padding-bottom: 29px;
    background: rgb(246, 252, 255);
    background: -moz-linear-gradient(top, rgba(246, 252, 255, 1) 0%, rgba(205, 237, 255, 1) 50%, rgba(224, 244, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 252, 255, 1)), color-stop(50%, rgba(205, 237, 255, 1)), color-stop(100%, rgba(224, 244, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 252, 255, 1) 0%, rgba(205, 237, 255, 1) 50%, rgba(224, 244, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 252, 255, 1) 0%, rgba(205, 237, 255, 1) 50%, rgba(224, 244, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 252, 255, 1) 0%, rgba(205, 237, 255, 1) 50%, rgba(224, 244, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 252, 255, 1) 0%, rgba(205, 237, 255, 1) 50%, rgba(224, 244, 255, 1) 100%);
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    font-family: Arial;
}

.main-nav {
    font-size: 0 !important;
    line-height: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}

.main-nav > li {
    display: table-cell;
    vertical-align: top;
}

.main-nav.top-resort-menu > li, .main-nav.top-menu > li {
    display: table-cell;
}

.main-nav.top-resort-menu.short > li {
    margin-left: 51px;
}

.main-nav > .hasdrop:not(.current) > .holder > em.selected-menu-item {
    background: #5fc4f2;
    border-radius: 4px;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
    top: 4px;
    padding: 0 21px;
}

.main-nav .top-menu-item {
    font-size: 14px;
    color: #3e7693;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.main-nav em.selected-menu-item .top-menu-item {
    color: #fff;
}

.main-nav > .hasdrop:not(.current) > .holder > em.selected-menu-item .top-menu-item:after {
    border-color: #ffffff;
    top: 6px;
}

.main-nav .menu-last-section-item {
    margin-bottom: 15px;
}

.main-nav .country-level-item-link {
    font-weight: bold;
}

.main-nav .top-menu-item:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #3E7693;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 11px;
    right: -14px;
}

.main-nav .top-menu-item > i {
    text-decoration: none;
}

.top-menu-countries-box {
    width: 173px;
    padding: 19px 11px 0 11px;
    height: 210px;
    position: relative;
}

.top-menu-countries-box:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: inherit !important;
    width: 2px;
    background: #e4f5ff;
    background: -moz-linear-gradient(top, #e4f5ff 0%, #dcf3ff 20%, #c8ebff 50%, #ddf2ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f5ff), color-stop(20%, #dcf3ff), color-stop(50%, #c8ebff), color-stop(100%, #ddf2ff));
    background: -webkit-linear-gradient(top, #e4f5ff 0%, #dcf3ff 20%, #c8ebff 50%, #ddf2ff 100%);
    background: -o-linear-gradient(top, #e4f5ff 0%, #dcf3ff 20%, #c8ebff 50%, #ddf2ff 100%);
    background: -ms-linear-gradient(top, #e4f5ff 0%, #dcf3ff 20%, #c8ebff 50%, #ddf2ff 100%);
    background: linear-gradient(to bottom, #e4f5ff 0%, #dcf3ff 20%, #c8ebff 50%, #ddf2ff 100%);
}

.top-menu-countries-list {
    list-style-type: none;
    padding: 0;
}

.top-menu-countries-list-item {
    cursor: pointer;
    margin-bottom: 5px;
}

.top-menu-countries-list-item .sub-menu-box {
    cursor: default;
}

.top-menu-countries-list-item-name {
    color: #000000;
    font-family: Arial;
    font-size: 15px;
    padding: 5px 8px 6px;
    line-height: 10px;
}

.top-menu-countries-list-item:hover .top-menu-countries-list-item-name {
    text-decoration: underline;
    color: #008bee;
}

.top-menu-countries-list-item.current-country .top-menu-countries-list-item-name {
    color: #ffffff;
    background: #b3e0ff;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: default;
}

.top-menu-countries-list-item.current-country .top-menu-countries-list-item-name:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #ffffff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 8px;
}

.sub-menu-box {
    position: absolute;
    top: 0;
    left: 195px;
    width: 805px;
    display: none;
    z-index: 1;
    font-size: 14px;
}

#nav .drop .sub-menu-main .sub-menu-main-link, #nav .drop .sub-menu-item-link {
    color: #008cef;
    line-height: 30px;
    font-size: 15px;
}

#nav .drop .sub-menu-main .sub-menu-main-link:hover,
#nav .drop .sub-menu .sub-menu-item-link:hover {
    font-weight: bold;
    text-decoration: underline;
}

#nav .drop .sub-menu-main-link.current-country-item {
    background: #1496f0;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: default;
    padding: 5px;
    color: #ffffff;
    font-size: 0.93em;
}

#nav .drop .sub-menu-main-link.current-country-item:hover {
    text-decoration: none;
}

#nav .drop .sub-menu .sub-menu-item.current-resort {
    background: #1496f0;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    cursor: default;
    display: inline-block;
    padding: 0 7px 0 17px;
    height: 19px;
    margin-top: 5px;
}

span.sub-menu-item-link {
    cursor: default;
    text-decoration: underline;
}

#nav .drop .sub-menu {
    list-style-type: none;
    padding: 0;
    width: 350px;
}

#nav .drop .sub-menu.column {
    display: inline-block;
    vertical-align: top;
}

#nav .drop .sub-menu-item {
    position: relative;
    padding-left: 15px;
}

#nav .drop .sub-menu-item .sub-menu-item-link {
    font-size: 14px;
}

#nav .drop .sub-menu-item.current-resort .sub-menu-item-link {
    color: #282828;
    text-decoration: none;
    line-height: 19px;
    font-size: 14px;
}

#nav .drop .sub-menu-item:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #008cef;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 0;
    top: 50%;
    left: 0;
    z-index: 1;
    margin-top: -3px;
}

#nav .drop .sub-menu-item.current-resort:before {
    border-color: #ffffff;
    left: 5px;
    margin-top: -4px;
}

.current-country .sub-menu-box {
    display: block;
    padding: 17px 0 30px 20px;
}

.top-menu-selected-item {
    display: block;
    padding: 0;
}

.top-menu-selected-item span {
    padding: 2px 3px;
    float: left;
}

.main-nav > .hasdrop > .holder > em, .main-nav > .hasdrop > .holder > .em {
    border-radius: 8px;
    cursor: pointer;
    line-height: 34px;
    display: block;
    padding: 0 25px;
}

#may-menu .main-nav > .hasdrop > .holder > em, #may-menu .main-nav > .hasdrop > .holder > .em {
    padding: 0 8px;
}

.main-nav.top-menu > li.current em {
    border-radius: 8px 8px 0 0;
}

.main-nav > .active > .holder > a {
    cursor: default;
}

.main-nav > .hasdrop.current > .holder > em {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7fcff 30%, #e4f5ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(30%, #f7fcff), color-stop(100%, #e4f5ff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7fcff 30%, #e4f5ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7fcff 30%, #e4f5ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7fcff 30%, #e4f5ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7fcff 30%, #e4f5ff 100%);
}

.main-nav > .hasdrop:hover > .holder > em > .top-menu-item, .main-nav > .hasdrop.current .top-menu-item {
    color: #217abd;
}

.main-nav > .hasdrop:hover .top-menu-item:after,
.main-nav > .hasdrop.current .top-menu-item:after {
    border-color: #217abd;
}

.main-nav > li > .holder > strong {
    color: #fff;
    background-position: 100% -98px;
    padding: 0 11px 0 0;
    margin: 2px 0 0;
}

.main-nav > li > .holder > strong span {
    background-position: 0 -68px;
    padding: 2px 0 3px 11px;
}

.main-nav i {
    font-style: normal;
    text-decoration: underline;
}

#nav .drop {
    white-space: nowrap;
    margin: 0;
    list-style: none;
    position: absolute;
    display: none;
    width: 1260px;
    height: 229px;
    left: 0;
    border-bottom: 3px solid #c8ebff;
}

#nav .drop:before {
    content: '';
    width: 195px;
    height: inherit !important;
    position: absolute;
    left: 0;
    top: 0;
    background: #E4F5FF;
    background: -moz-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 30px, rgba(228, 245, 255, 0.95) 100px, rgba(227, 244, 255, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 245, 255, 1)), color-stop(30px, rgba(241, 250, 255, 1)), color-stop(100px, rgba(228, 245, 255, 0.95)), color-stop(100%, rgba(227, 244, 255, 0.95)));
    background: -webkit-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 30px, rgba(228, 245, 255, 0.95) 100px, rgba(227, 244, 255, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 30px, rgba(228, 245, 255, 0.95) 100px, rgba(227, 244, 255, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 30px, rgba(228, 245, 255, 0.95) 100px, rgba(227, 244, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 30px, rgba(228, 245, 255, 0.95) 100px, rgba(227, 244, 255, 0.95) 100%);
}

#nav .drop:after {
    content: '';
    width: 1065px;
    height: inherit !important;
    position: absolute;
    top: 0;
    left: 195px;
    background: #F1FAFF;
    background: -moz-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 42px, rgba(241, 250, 255, 0.95) 53px, rgba(253, 254, 255, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 245, 255, 1)), color-stop(42px, rgba(241, 250, 255, 1)), color-stop(53px, rgba(241, 250, 255, 0.95)), color-stop(100%, rgba(253, 254, 255, 0.95)));
    background: -webkit-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 42px, rgba(241, 250, 255, 0.95) 53px, rgba(253, 254, 255, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 42px, rgba(241, 250, 255, 0.95) 53px, rgba(253, 254, 255, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 42px, rgba(241, 250, 255, 0.95) 53px, rgba(253, 254, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(228, 245, 255, 1) 0%, rgba(241, 250, 255, 1) 42px, rgba(241, 250, 255, 0.95) 53px, rgba(253, 254, 255, 0.95) 100%);
}

#nav .drop a {
    color: #1e1e1e;
}

#nav .drop.wide-items li {
    line-height: 28px;
}

#nav .drop .button-drop-turn {
    position: absolute;
    border: 3px solid #c8ebff;
    color: #008cef;
    font-family: Arial;
    font-size: 0.93em;
    left: 50%;
    padding: 3px 5px 0px 25px;
    bottom: 0;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
    height: 11px;
    line-height: 7px;
    margin-left: -45px;
    cursor: pointer;
    z-index: 1;
}

#nav .drop .button-drop-turn:hover {
    background: #c8ebff;
}

#nav .drop .button-drop-turn:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #058eef;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 10px;
}

/* subsubmenu drop list */
.sub-menu-drop {
    white-space: nowrap;
    padding: 9px 11px;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    margin-top: -37px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/mask02.png);
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
}

/************************/
#nav .subnav {
    font-size: 0.93em;
    line-height: 18px;
    color: #fefefe;
    padding: 4px 10px 2px;
    margin: 0;
    list-style: none;
    background: #27bcf1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YmNmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OGI0ZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #27bcf1 0%, #88b4ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27bcf1), color-stop(100%, #88b4ed));
    background: -webkit-linear-gradient(top, #27bcf1 0%, #88b4ed 100%);
    background: -o-linear-gradient(top, #27bcf1 0%, #88b4ed 100%);
    background: -ms-linear-gradient(top, #27bcf1 0%, #88b4ed 100%);
    background: linear-gradient(to bottom, #27bcf1 0%, #88b4ed 100%);
    -pie-background: linear-gradient(#27bcf1, #88b4ed);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    text-align: justify;
    height: 20px;
    cursor: default;
}

#nav .subnav:after {
    content: "";
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

#nav .subnav li {
    display: inline;
}

#nav .subnav a,
#nav .subnav span {
    display: inline-block;
    color: #fefefe;
}

.action {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #43b2f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYjJmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhhZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #43b2f4 0%, #008aee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43b2f4), color-stop(100%, #008aee));
    background: -webkit-linear-gradient(top, #43b2f4 0%, #008aee 100%);
    background: -o-linear-gradient(top, #43b2f4 0%, #008aee 100%);
    background: -ms-linear-gradient(top, #43b2f4 0%, #008aee 100%);
    background: linear-gradient(to bottom, #43b2f4 0%, #008aee 100%);
    -pie-background: linear-gradient(#43b2f4, #008aee);
    padding: 16px 0 6px 9px;
    position: relative;
    z-index: 1;
}

.action .title {
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0 1px 0 #143b53;
    display: block;
    padding: 0 0 10px;
}

.action .row {
    width: 100%;
    padding: 0 0 14px;
    position: relative;
    z-index: 1;
}

.action .row.active {
    z-index: 2;
}

.action .row:after {
    content: '';
    display: block;
    clear: both;
}

.action.booking .row {
    padding: 0 0 10px;
}

.action .select {
    float: left;
    position: relative;
}

.action .select .drop {
    white-space: nowrap;
}

.select.autoload {
    display: none;
    position: absolute;
    top: 32px;
    left: 60px;
}

.select .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/naftusya-2014-2023/images/mask04.png);
    display: none;
    z-index: 2;
}

.select.inactive .mask {
    display: block;
}

.check {
    float: left;
    width: 15px;
    height: 16px;
    padding: 0;
    margin: 0 5px 0 0;
}

.action .select .check {
    float: none;
    display: inline-block;
}

.action .select .drop label {
    float: none;
    display: block;
}

.action .select .drop label span {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 0;
}

.action .block,
.action .alt-block {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/mask03.png);
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
    margin: 0 0 0 8px;
    position: relative;
}

.action.booking .block {
    margin: 0 0 0 18px;
}

.action .block:first-child,
.action .alt-block:first-child,
.action.booking .block:first-child {
    margin: 0 !important;
}

.action .alt-block {
    padding: 8px 9px 8px 7px;
}

.action .alt-block.first {
    padding: 8px;
}

.action .alt-block.first .radio,
.action .alt-block.first .radioArea {
    margin: 4px 5px 0 0;
}

.action .alt-block label {
    text-align: right;
    padding: 4px 8px 0 8px;
}

.action .alt-block label.width02 {
    text-align: left;
}

.action .alt-block:first-child label {
    padding: 4px 8px 0 0;
}

.action .alt-block:first-child .drop label {
    padding: 0 0 0 5px;
}

.action label.width01, .recalculate-form label.width01 {
    width: 62px;
}

.action.booking label.width01 {
    width: 88px;
}

.action label, .recalculate-form label {
    float: left;
    padding: 4px 6px 0 0;
}

.action select,
.action .select .selectmenu {
    float: left;
    width: 178px;
}

.object .action .select .selectmenu {
    width: 113px;
}

.action select.country-select {
    width: 158px;
}

.action .object-select .hotel-select, .action .object-select .sanatorium-select {
    width: 198px;
}

.typeselect.wideselect {
    width: 125px;
}

.action select.middle {
    width: 132px;
}

.action.booking select.middle,
.action .select.middle .selectmenu {
    width: 206px;
}

.no-style select {
    width: 187px;
}

.has-periods .no-style select {
    width: 290px;
}

.detailed.has-periods .no-style select {
    width: 298px;
}

.no-style .selectmenu {
    float: right;
    margin: 1px 0;
}

.price-data .switcher .row .selectmenu {
    margin-left: 3px;
}

.table-select.selectmenu-menu ul {
    margin: 0;
}

.table-select.selectmenu-menu ul li {
    color: #000;
}

.table-select.selectmenu-menu ul li:hover {
    background: #52ac02;
    color: #fff;
}

#content .action .select.middle .selectmenu,
#content .action select.middle {
    width: 137px;
    margin: 0;
}

.action select.long {
    width: 172px;
}

.action select.longer,
.action .select .longer {
    width: 206px;
}

.action.booking select.longer,
.action.booking .select .longer {
    width: 140px;
    margin: 0 7px 0 0;
}

.action.booking .block:first-child select.longer,
.action.booking .block:first-child .select .longer {
    margin: 0;
}

.action select.short {
    width: 43px;
    margin: 0 17px 0 0;
}

.action .last,
#main #content .action .last {
    margin: 0;
}

.action .text-holder {
    float: left;
    position: relative;
    margin: 0 7px 0 0;
}

#content .action .button-search {
    padding: 3px 20px 5px;
    margin: 3px 0 0 10px;
}

#content .action .button-search-rooms {
    padding: 1px 16px 2px;
    margin: 0 0 0 23px;
}

.additional-room {
    display: none;
}

.text {
    float: left;
    margin: 0;
    padding: 4px 3px 2px;
    width: 100px;
    background: #fff;
    border: 1px solid;
    border-color: #acadb2 #dcdfe6 #e2e9ef;
}

.text-holder {
    float: left;
    margin: 0 9px 0 0;
    position: relative;
}

.popup-reservation .text-holder {
    margin-right: 5px;
}

.text.datepicker {
    font-size: 0.93em;
    width: 50px;
    padding: 4px 21px 2px 3px;
}

.recalculate-form .text.datepicker {
    width: 58px;
    font-size: 14px;
}

.action .date-link,
.recalculate-form .date-link,
.selection .date-link {
    position: absolute;
    right: 3px;
    top: 4px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-date.gif) no-repeat;
    width: 15px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
}

.action .text.short {
    width: 21px;
}

.recalculate-form .date-link, .calculating-block .date-link {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-date-g.png) no-repeat;
    cursor: pointer;
}

.action .text.short, .calculating-block .text.short {
    width: 21px;
}

.button-search,
.button-search-rooms,
.btn-search {
    font: 18px/22px Arial;
    color: #fff;
    text-shadow: 0 1px 0 #247500;
    float: left;
    padding: 8px 16px;
    background: #7fdc09;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmZGMwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYWJiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7fdc09 0%, #0abb00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fdc09), color-stop(100%, #0abb00));
    background: -webkit-linear-gradient(top, #7fdc09 0%, #0abb00 100%);
    background: -o-linear-gradient(top, #7fdc09 0%, #0abb00 100%);
    background: -ms-linear-gradient(top, #7fdc09 0%, #0abb00 100%);
    background: linear-gradient(to bottom, #7fdc09 0%, #0abb00 100%);
    -pie-background: linear-gradient(#7fdc09, #0abb00);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.button-search input, .button-search-rooms input {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bitrix/templates/naftusya-2014-2023/images/none.gif) no-repeat;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: none;
    cursor: pointer;
}

.action .button-search, .action .button-search-rooms {
    margin: 0 0 0 8px;
}

.action.booking .button-search, .action.booking .button-search-rooms {
    margin: 0 0 0 17px;
}

.btn-search {
    padding: 6px 8px;
    margin: -4px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-search span {
    display: block;
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-search.png) no-repeat;
    width: 20px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
}

.radio {
    float: left;
    width: 15px;
    height: 16px;
    padding: 0;
    margin: 3px 5px 0 6px;
}

.object-select .radioArea {
    margin: 3px 0 0 6px;
}

.selector {
    float: left;
}

.action .search-block {
    padding: 8px 11px 8px 14px;
}

.action .search-block .text {
    width: 314px;
    padding: 4px 0 2px;
    margin: 0 8px 0 0;
}

.action .age {
    
    
    float: left;
}

.action .age .text {
    text-align: center;
    width: 18px;
    margin: 0 0 0 14px;
}

.action .age .text:first-child {
    margin: 0 0 0 2px;
}


.action.booking .age .text {
    width: 16px;
}

.action .age .text.inactive {
    background: #ddd;
}

::-webkit-input-placeholder {
    color: #6d6d6d;
}

:-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

::-moz-placeholder {
    color: #6d6d6d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6d6d6d;
}

.placeholder,
#content .selection .placeholder {
    color: #6d6d6d;
    padding: 4px 5px 2px;
}

:focus::-webkit-input-placeholder {
    
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

.placeholder:focus::-moz-placeholder {
    color: transparent;
}

.button-blue {
    font: 14px/18px "Times New Roman", Times, serif;
    float: left;
    color: #fff;
    text-align: center;
    background: #34acf3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YWNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNmE1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #34acf3 0%, #26a5f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34acf3), color-stop(100%, #26a5f2));
    background: -webkit-linear-gradient(top, #34acf3 0%, #26a5f2 100%);
    background: -o-linear-gradient(top, #34acf3 0%, #26a5f2 100%);
    background: -ms-linear-gradient(top, #34acf3 0%, #26a5f2 100%);
    background: linear-gradient(to bottom, #34acf3 0%, #26a5f2 100%);
    -pie-background: linear-gradient(#34acf3, #26a5f2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 11px 5px 10px;
    margin: 0 0 0 18px;
}

.button-blue.reset {
    width: 171px;
}

.button-blue.cancel {
    width: 68px;
}

.action .big-block .radioArea {
    margin-left: 0;
}

.action .big-block .text.amount-from,
.action .big-block .text.amount-to {
    text-align: left;
    width: 49px;
    margin: 0 8px 0 0;
}

.action .big-block .text.amount-to {
    margin: 0 12px 0 0;
}

.slider {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-slider.png) no-repeat;
    width: 438px;
    height: 12px;
    margin: 11px 17px 0 12px;
    position: relative;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-slider .ui-slider-range {
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-slider.png) no-repeat 0 -16px;
    height: 11px;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 1;
}

.ui-slider-handle {
    position: absolute;
    top: -12px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-handle.png) no-repeat;
    width: 12px;
    height: 17px;
    margin: 0 0 0 -6px;
    z-index: 2;
    border: none;
}

.action.booking .slider {
    
    margin: 11px 14px 0 6px;
}

.slider .amount {
    font-size: 0.93em;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 17px;
    left: -9999px;
    width: 200px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/arrow-currency.png) no-repeat 50% 0;
    padding: 8px 0 0;
}

.slider .ui-slider-handle:hover .amount {
    left: -94px;
}

.slider .amount .holder {
    display: inline-block;
    vertical-align: top;
    background: #75d900;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    padding: 1px 7px;
}

.slider .amount .hrn {
    background: url(/bitrix/templates/naftusya-2014-2023/images/border04.gif) repeat-x 0 9px;
}

.action .text.amount {
    width: 94px;
    margin: 0 26px 0 0;
    text-align: center;
}

.action select.currency {
    width: 53px;
}

#content .action {
    background: none;
    -pie-background: linear-gradient(none);
    padding: 0;
    position: relative;
    z-index: 2;
}

#content .action .block {
    float: none;
    /*height: 1%;*/
    background: #7bc019;
    padding: 8px 9px;
    margin: 0 0 10px;
}

#content .action .block:after {
    content: '';
    display: block;
    clear: both;
}

#content .action .shorter-block {
    float: left;
    width: 568px;
}

#content .action .row {
    padding: 0;
}

#content .action .container select {
    margin: 0 10px 0 0;
}

#content .action h2 {
    font: 25px/30px Arial;
    color: #000;
    padding: 0 0 9px;
    margin: 0 0 5px;
}

#content .action label, #content .recalculate-form label {
    padding: 4px 7px 0 0;
}

.popup-reservation .popup .recalculate-form label {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
}

#content .action .longer {
    width: 213px;
}

#content .action .text-holder {
    margin: 0 7px 0 0;
}

.action .info {
    color: #a8a8a8;
}

.action .info .title {
    font-size: 0.93em;
    line-height: 13px;
    text-shadow: none;
    padding: 0;
}

.action .info .list {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 -19px 11px 0;
    list-style: none;
}

.action .info .list li {
    font-size: 0.93em;
    line-height: 13px;
    letter-spacing: normal;
    display: inline-block;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet06.gif) no-repeat 0 4px;
    vertical-align: top;
    width: 263px;
    padding: 0 10px 1px 5px;
}

.action .info .list .width02 {
    width: 416px;
}

.action .info .list .width03 {
    width: auto;
    padding: 0 30px 10px 5px;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: -14px 0 8px 23px;
    list-style: none;
    overflow: hidden;
    position: relative;
    /*z-index: 3;*/
}

.breadcrumbs li {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet01.png) no-repeat 0 4px;
    padding: 0 5px 0 11px;
}

.breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
}

.breadcrumbs a {
    color: #171717;
}

#main {
    width: 100%;
    padding: 0 0 10px;
    position: relative;
    z-index: 1;
}

#main:after {
    content: '';
    display: block;
    clear: both;
}

#content {
    float: left;
    width: 976px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gallery {
    position: relative;
    margin: 0 0 22px;
}

.gallery-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 715px;
    height: 252px;
    position: relative;
    z-index: 1;
}

.gallery-list-resorts {
    padding: 0;
    margin: 0;
    width: 715px;
}

.gallery-list li {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.gallery-list .active {
    display: block;
    z-index: 2;
}

.gallery-list a {
    text-decoration: none;
}

.gallery-list img {
    vertical-align: top;
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-list .description {
    font: 14px/17px Arial;
    color: #bab8b5;
    position: absolute;
    left: 2px;
    bottom: 19px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/mask01.png);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px 21px 1px;
    width: 435px;
    z-index: 2;
}

.gallery-list .title {
    font: 18px/22px Arial;
    color: #fff;
    display: block;
    padding: 0 0 1px;
}

.gallery-list .text-block {
    display: block;
    margin: 0 0 10px;
    padding: 0;
}

.gallery .switcher {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 9px;
    top: 10px;
    z-index: 2;
}

.gallery .switcher li {
    width: 7px;
    height: 7px;
    text-indent: -9999px;
    overflow: hidden;
    background: #878286;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 4px;
    cursor: pointer;
}

.gallery .switcher li:hover,
.gallery .switcher .active {
    background: #fff;
}

.intro {
    padding: 0 0 10px 7px;
}

.news h2 {
    margin: 14px 0 12px;
    font-weight: bold;
}

.intro p {
    margin: 0 0 6px;
}

.news {
    padding: 0;
}

.text-block + .news {
    margin-top: 10px;
    padding-top: 5px;
}

.news-list {
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-list li {
    padding: 0 0 12px;
}

.news-list h3 {
    font: 18px/22px Arial;
    margin: 0 0 1px 0;
    font-weight: bold;
}

.news-list .date {
    font-size: 0.93em;
    color: #6d6d6d;
}

.news-list p {
    margin: 0;
}

.news .more {
    font-size: 17px;
    line-height: 22px;
    width: 100%;
    padding: 0 0 10px;
}

.news .more:after {
    content: '';
    display: block;
    clear: both;
}

.news .more a {
    float: left;
    margin: 0;
}

.h1,
h1 {
    font: 20px/1 Arial;
    margin: 0 0 6px;
}

h1 small {
    font-weight: normal;
    color: #555;
    font-size: 16px;
}

h2, .h2 {
    font: 20px/25px Arial;
    margin: 0 0 6px;
}

h2.between-platforms, .object .text-block h2.between-platforms, .h2.between-platforms, .object .text-block .h2.between-platforms {
    padding: 14px 0px 8px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 20px;
}

h3,.h3 {
    font-size: 18px;
    margin: 10px 0;
}
.h3 
{
    font-weight: bold;
}
h3:first-child {
    margin-top: 0;
}

h4, .h4 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.object h4, .object .h4 {
    margin-bottom: 12px;
    max-width: 426px;
}

.sort {
    font-size: 0.93em;
    line-height: 16px;
    color: #afa7a7;
    border-bottom: 1px solid #008eef;
    overflow: hidden;
    padding: 0 0 1px 5px;
    margin: 0 0 15px;
}

.sort .title {
    float: left;
    padding: 0 7px 0 0;
    font-size: 14px;
    color: #737272;
}

.sort ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    cursor: default;
}

.sort ul:after {
    content: "";
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.sort ul.scale {
    text-align: justify;
}

.sort ul li {
    float: left;
    padding: 0 10px 0 0;
}

.sort.ratings-sort ul li {
    margin-left: 10px;
    padding: 0;
    
}

.sort ul .sort-button, .analogs-switcher, .filter-switcher {
    display: inline-block;
    text-decoration: none;
    width: 102px;
    line-height: 30px;
    text-align: center;
    
    background: #eff7fc;
    background: -moz-linear-gradient(top, #eff7fc 0%, #f0f8fc 50%, #ffffff 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff7fc), color-stop(50%, #f0f8fc), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eff7fc 0%, #f0f8fc 50%, #ffffff 51%, #ffffff 100%);
    background: -o-linear-gradient(top, #eff7fc 0%, #f0f8fc 50%, #ffffff 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eff7fc 0%, #f0f8fc 50%, #ffffff 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #eff7fc 0%, #f0f8fc 50%, #ffffff 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff7fc', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #b8dbf0;
    border-radius: 3px;
    color: #269ce1;
    font-family: Arial;
    font-size: 0.93em;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(223, 223, 223, 1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(223, 223, 223, 1);
    box-shadow: 0px 0px 5px 1px rgba(223, 223, 223, 1);
    position: relative;
}

/*.sort.objects-listing-sort ul a{ width: 205px; }
.sort.ratings-sort ul a{
	width: 96px;
}
.sort.ratings-sort ul a.bigger{
	width: 102px;
}
.sort.reviews-sort ul a,
.sort.order-sort ul a {
	width: 190px;
}*/
.sort ul .sort-button {
    width: 125px;
    cursor: pointer;
}

.ratings-sort .title {
    padding-right: 15px;
}

.reviews-sort .title,
.order-sort .title {
    padding-right: 20px;
}

.sort ul li:first-child {
    margin-left: 0;
}

.sort ul .sort-button span {
    line-height: 11px;
    display: inline-block;
    vertical-align: middle;
}

.sort .up .sort-button span, .sort .down .sort-button span {
    left: -2px;
    position: relative;
}

.sort .sort-button:hover {
    text-decoration: underline;
}

.sort .up .sort-button,
.sort .down .sort-button {
    font-weight: bold;
    background: #cbe8fc !important;
}

.sort .down .sort-button:before, .sort .down .sort-button:after,
.sort .up .sort-button:before, .sort .up .sort-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.sort .sort-button:before {
    width: 0;
    height: 0;
    right: 2px;
}

.sort .sort-button:after {
    width: 4px;
    height: 6px;
    background: #269ce1;
    right: 4px;
}

.sort .down .sort-button:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #269ce1;
    border-bottom: 0;
}

.sort .up .sort-button:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #269ce1;
    border-top: 0;
    margin-top: -5px;
}

.sort .down .sort-button:after {
    margin-top: -5px;
}

.sort .up .sort-button:hover,
.sort .down .sort-button:hover {
    text-decoration: none;
}

.item.item-table-holder {
    padding: 18px 8px 0 0;
}

.item {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    padding: 0 0 10px 0;
    /*height: 1%;*/
    position: relative;
    z-index: 1;
}

/* order listings styles */
.bx_item_detail_size {
    position: relative;
    margin: 0 0 10px 10px;
    padding: 0;
    max-width: 100%;
    width: 190px;
    float: left;
}

.bx_item_detail_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.item.order .bx_item_detail_size ul.short {
    height: 96px;
    overflow: hidden;
    padding-left: 32px;
    margin-left: -32px;
}

.bx_item_detail_size ul li {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
}

.bx_item_detail_size ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.item.order .bx_item_detail_size ul.short {
    height: 96px;
    overflow: hidden;
    padding-left: 32px;
    margin-left: -32px !important;
}

.item.order .bx_item_detail_size ul li {
    height: 32px !important;
}

.item.order .bx_item_detail_size ul li .cnt {
    height: 25px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    width: 180px;
    border: 1px solid #006cc0 !important;
    overflow: initial;
    font-family: Arial, Helvetica, sans-serif;
    white-space: initial;
    line-height: 24px;
}

.item.order .bx_item_detail_size ul li .cnt:hover,
.item.order .bx_item_detail_size ul li .cnt:hover:before,
.item.order .bx_item_detail_size ul li .cnt.more-offers-btn:hover,
.item.order .bx_item_detail_size ul li .cnt.more-offers-btn:hover:before {
    background: #cbe8fc;
}

.item.order .bx_item_detail_size ul li.bx_active .cnt,
.item.order .bx_item_detail_size ul li.bx_active .cnt:before {
    background: #0196fb;
    background: -moz-linear-gradient(top, #0196fb 0%, #0382d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0196fb), color-stop(100%, #0382d8));
    background: -webkit-linear-gradient(top, #0196fb 0%, #0382d8 100%);
    background: -o-linear-gradient(top, #0196fb 0%, #0382d8 100%);
    background: -ms-linear-gradient(top, #0196fb 0%, #0382d8 100%);
    background: linear-gradient(to bottom, #0196fb 0%, #0382d8 100%);
}

.item.order .bx_item_detail_size ul li .cnt.more-offers-btn, .item.order .bx_item_detail_size ul li .cnt.more-offers-btn:before {
    background: #f2f7fb;
}

.item.order .bx_item_detail_size ul li.bx_active .cnt > span {
    color: #fff;
}

.item.order .bx_item_detail_size ul li .cnt > span {
    display: inline-block;
    line-height: 12px;
    vertical-align: middle;
    color: #000;
}

.item.order .bx_item_detail_size .bx_size {
    overflow: initial !important;
}

.item.order .bx_item_detail_size ul li .cnt:before {
    content: '';
    width: 26px;
    height: 25px;
    display: block;
    border: 1px solid #006cc0;
    position: absolute;
    left: -32px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    top: -1px;
}

.item.order .item_info_section {
    padding: 0 0 0 32px;
    text-align: left;
    position: relative;
    top: -6px!important;
}

.item.order .bx_item_detail_size:first-child {
    margin-left: 0;
}

.item.order .bx_item_detail_size {
    margin: 0 0 10px 50px;
}

.item.order .item_info_section .bx_item_section_name {
    margin-left: -28px;
    font-size: 11px;
}

.item.order .bx_item_detail_size .bx_size_scroller_container {
    top: 5px;
}

.item.order .bx_item_detail_size ul li .cnt:after {
    content: '';
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    left: -21px;
    top: 3px;
    -ms-transform: rotate(30deg) skew(0deg, 13deg);
    -webkit-transform: rotate(30deg) skew(0deg, 13deg);
    transform: rotate(30deg) skew(0deg, 13deg);
    border-left: none;
    border-top: none;
}

.item.order .bx_item_detail_size ul li .cnt.more-offers-btn:before {
    content: '+';
}

.item.order .bx_item_detail_size ul li .cnt.more-offers-btn.opened:before {
    content: '-';
}

.item.order .bx_item_detail_size ul li .cnt.more-offers-btn:after {
    display: none;
}

.item.order .button-more.button-green-double.button-reservation {
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 9px;
}

.item.order {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    -moz-box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    padding: 0;
    margin-bottom: 17px;
    border: 1px solid #DBDDD9;
    border-radius: 4px;
}

.object .item.order,
.object .item.order .reservation-block {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: none;
}

/* order listings styles end */

.item .description {
    font-size: 0.9em;
}

.rooms-block .item {
    border-bottom: 1px solid #ebebeb;
}

.news-list .item, .object .item {
    height: auto;
}

.item:after {
    content: '';
    display: block;
    clear: both;
}

.item-holder {
    width: 100%;
    padding: 0 12px 6px;
}

.item.order .item-holder {
    width: initial;
    padding: 18px 12px 12px;
}

.object .item-holder {
    padding: 0
}

.item-holder-order {
    margin: 0;
    padding: 15px 12px 5;
}

.quick-order-item .item-holder {
    padding: 0;
}

.item-holder:after {
    content: '';
    display: block;
    clear: both;
}

.items-detail .img-holder {
    cursor: pointer;
}

.item .img-holder {
    float: left;
    padding: 0px 8px 12px 0px;
}

.item .img-holder img {
    vertical-align: top;
}

.item .img-holder {
    position: relative;
}

.item-preview-room {
    background: #ebf8ff;
    border: 1px solid #79cf99;
    border-radius: 2px;
    padding: 6px 10px 2px;
}

.item-preview-room .item-preview-room-picture-holder,
.item-preview-room .item-preview-room-info,
.item-preview-room .item-preview-room-accommodation,
.item-preview-room .item-preview-room-main {
    display: inline-block;
    vertical-align: top;
}

.item-preview-room .item-preview-room-picture-holder {
    width: 92px;
}

.item-preview-room .item-preview-room-info .room-name {
    border: none;
    color: #0094d9;
    text-decoration: underline;
    font: 15px/18px Arial;
    cursor: pointer;
}

.item-preview-room .item-preview-room-info .room-info {
    font-style: italic;
    font-size: 0.93em;
    color: #989898;
    margin-bottom: 7px;
}

.item-preview-room .item-preview-room-info .icons-list {
    margin: 0 !important;
}

.item-preview-room .item-preview-room-info .icons-list li {
    width: 29px;
    height: 21px;
}

.item-preview-room .item-preview-room-accommodation {
    font-weight: bold;
    width: 125px;
    text-align: center;
    padding: 14px 10px 12px 0;
}

.item-preview-room .item-preview-room-main .item-preview-room-main-info {
    margin-bottom: 15px;
}

.item-preview-room .item-preview-room-main .item-preview-room-main-prices {
    font-weight: bold;
    margin-top: 15px;
}

.item-preview-room .item-preview-room-main .item-preview-room-main-prices .item-preview-room-main-prices-value {
    font-size: 20px;
}

.item-preview-room .item-preview-room-main .item-preview-room-main-prices .item-preview-room-main-prices-night-value {
    color: #4fc964;
    margin-left: 22px;
    margin-right: 7px;
}

.item-preview-room .item-preview-room-main .show-all-rooms-button {
    text-transform: uppercase;
    margin: 0 0 0 15px;
    padding: 4px 5px 2px;
    font-size: 12px;
}

.item-preview-room .item-preview-room-main {
    width: 460px;
    text-align: right;
}

.item-preview-room .item-preview-room-info {
    width: 228px;
}

.item-preview-room .item-preview-room-picture-holder .item-preview-room-picture {
    position: relative;
}

.item-preview-room .item-preview-room-picture-holder .item-preview-room-picture:after {
    top: -140%;
    width: 16px;
    left: 46%;
}

.item .one-room .img-holder a:after,
.item-detail-data .img-holder a:after,
.pools-photos a:after,
.item-preview-room-picture:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    /*	background: url('/images/zoom-icon.png')top left no-repeat;*/
    opacity: 0.7;
    top: 38%;
    left: 39%;
    background-size: contain;
    transition: opacity 0.4s ease-out 0.1s;
}

.show-all-rooms-button-holder {
    text-align: center;
    padding-top: 10px;
}

.show-all-rooms-button-holder:before {
    content: '';
    display: block;
    height: 1px;
    width: 340px;
    background: #EBEBEB;
    margin: 0 auto 10px;
}

.item .img-holder:hover a:after,
.item-preview-room .item-preview-room-picture-holder:hover .item-preview-room-picture:after {
    opacity: 0.2;
}

.item .description {
    float: left;
    text-align: justify;
    width: 518px;
    margin-top: -2px;
    margin-bottom: 12px;
}

.item .diseases-section {
    margin: 7px 0 7px;
}

.single-listing .item .diseases-section {
    margin: 0px 0 14px;
}

.item .heading {
    overflow: hidden;
}

.item h2 {
    font: 18px/22px Arial;
    margin: 0;
}

.object h2, .object .h2 {
    margin-bottom: 5px;
}

.item .heading h3 {
    float: left;
    min-width: 159px;
    margin: 0 5px 0 0;
}

.stars-rating {
    float: left;
    width: 61px;
    margin: 5px 0 0;
}

.accordion .stars-rating {
    margin: 0 0 0 60px;
}

.stars-rating .holder, .rating-chart .stars-rating .stars-holder {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/stars-rating.png) no-repeat;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
}

.stars-rating.rating0 .holder, .rating-chart .stars-rating.rating0 .stars-holder, .sketch:after {
    width: 0;
}

.stars-rating.rating1 .holder, .rating-chart .stars-rating.rating1 .stars-holder, li.criteria-list-icon-item-stars.stars1:after, .sketch.stars1:after {
    width: 12px;
}

.stars-rating.rating2 .holder, .rating-chart .stars-rating.rating2 .stars-holder, li.criteria-list-icon-item-stars.stars2:after, .sketch.stars2:after {
    width: 24px;
}

.stars-rating.rating3 .holder, .rating-chart .stars-rating.rating3 .stars-holder, li.criteria-list-icon-item-stars.stars3:after, .sketch.stars3:after {
    width: 36px;
}

.stars-rating.rating4 .holder, .rating-chart .stars-rating.rating4 .stars-holder, li.criteria-list-icon-item-stars.stars4:after, .sketch.stars4:after {
    width: 48px;
}

.stars-rating.rating5 .holder, .rating-chart .stars-rating.rating5 .stars-holder, li.criteria-list-icon-item-stars.stars5:after, .sketch.stars5:after {
    width: 60px;
}

.sketch:after {
    content: '';
    display: inline-block;
    background: url(/bitrix/templates/naftusya-2014/images/stars-rating.png) no-repeat;
    height: 12px;
    position: relative;
    top: 9px;
}

.sketch h3 {
    height: 40px;
    overflow: hidden;
}

.item .row {
    overflow: hidden;
    padding: 3px 0 11px;
}

.item .add-info {
    color: #989898;
    float: left;
    min-width: 160px;
    padding: 0 5px 0 0;
    font-size: 0.93em;
}

.map-link {
    float: left;
    border-bottom: 1px dotted #008cef;
    line-height: 14px;
    text-decoration: none;
    font-size: 0.93em;
    position: relative;
    margin-left: 14px;
    font-style: italic;
    border-bottom: 1px dotted #0094df;
    cursor: pointer;
    color: #0094df;
}

.map-link:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/redisign-sprite.png) no-repeat;
    background-position: -1px -1px;
    position: absolute;
    left: -11px;
}

.map-link:hover {
    border-color: transparent;
}

.item p {
    margin: 0 0 9px;
}

.item .block {
    float: right;
    width: 230px;
    margin: -7px 6px 0 0;
}

.item.order .item-holder .block {
    margin-right: -8px;
}

.rating {
    padding: 7px 5px 0 8px;
    position: relative;
}

.rating:after {
    content: '';
    display: block;
    clear: both;
}

.rating .title {
    color: #373737;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
}

.item-table-holder .rating .title,
.item-holder-order .rating .title {
    padding: 1px 0 0 40px;
}

.rating .number,
.button-more {
    font: 15px/18px Arial;
    color: #fff;
    float: right;
    background: #7fdc09;
    background: -moz-linear-gradient(top, #7fdc09 0%, #0dbc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fdc09), color-stop(100%, #0dbc00));
    background: -webkit-linear-gradient(top, #7fdc09 0%, #0dbc00 100%);
    background: -o-linear-gradient(top, #7fdc09 0%, #0dbc00 100%);
    background: -ms-linear-gradient(top, #7fdc09 0%, #0dbc00 100%);
    background: linear-gradient(to bottom, #7fdc09 0%, #0dbc00 100%);
    -pie-background: linear-gradient(#7fdc09, #0dbc00);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 2px;
    margin: -6px 6px 0px 0px;
    cursor: pointer;
}

.item.order .rating .number {
    margin: -6px 0px 0px 0px;
}

.rating .number-nogreen {
    font: 15px/18px Arial;
    color: #0094d9;
    padding: 2px 2px;
    float: none;
    display: block;
    height: 18px;
    width: 31px;
    margin: 0 7px 0 10px;
}

.rating-chart .object-name-holder {
    float: left;
    font-size: 14px;
    margin: 10px 0 0 12px;
}

.rating-chart .object-name-holder a {
    font-size: 15px;
    margin-right: 5px;
}

.rating-chart th .holder.name-holder {
    font-weight: bold;
}

.rating-chart .rating .number {
    float: none;
    display: block;
    height: 18px;
    width: 31px;
    margin: 0 7px 0 10px;
}

.icons-list {
    padding: 0;
    margin: 5px -12px 0px 8px;
    list-style: none;
    /*height: 1%;*/
}

.item.order .icons-list {
    margin: 5px 0 13px 8px;
    float: none;
}

.icons-list:after {
    content: '';
    display: block;
    clear: both;
}

.icons-list li {
    float: left;
    padding: 0 3px 2px 0;
    width: 40px;
    height: 30px;
}

.one-room .icons-list li {
    width: 30px;
    height: 16px;
}

.item.order .icons-list li.last-in-row {
    padding: 0 0 2px 0;
}

.one-room-left-column {
    float: left
}

.one-room .room-info {
    font-style: italic;
    font-size: 0.93em;
    color: #989898;
    margin-bottom: 7px;
max-width: 425px;
}

.icons-list img {
    vertical-align: top;
}

.items-detail.reservation .icons-list {
    margin: 0 10px 0 0;
}

.items-detail.reservation .icons-list li {
    float: left;
    margin: 8px 0 0 16px;
}

.items-detail.reservation .icons-list li:first-child {
    margin-left: 0;
}

.quick-order-item .items-detail.reservation .icons-list li {
    padding: 0;
}

.items-detail.reservation .icons-list.horizontal li {
    float: left;
}

.items-detail.reservation .block {
    margin: -17px 0 0;
    width: 462px;
}

.price-data, .rating-chart {
    font-size: 15px;
    line-height: 18px;
    color: #06101a;
    border-collapse: collapse;
    margin: 0;
    width: 974px;
}

.rating-chart {
    margin: 12px 0 -12px -12px;
}

.item.detailed .price-data {
    margin: 0;
}

.item-table-holder, .object-main, .object .reservation-block {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    -moz-box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    border-radius: 4px;
    border: 1px solid #dbddd9;
    margin-bottom: 14px;
}

.price-data th, .rating-chart th {
    font-weight: normal;
    padding: 0 3px 0 0;
    background: #d5f1ff;
}

.price-data th:last-child {
    border-top-right-radius: 4px;
}

.price-data .price-data-info {
    background: #f8f8f8;
}

.price-data .price-data-info td {
    border: none;
}

.price-data th:first-child {
    padding: 0;
    border-right: 2px solid #fff;
    border-top-left-radius: 4px;
}

.price-data th:first-child b {
    font: bold 16px/20px Arial;
}

.price-data th {
    padding-right: 0;
}

.price-data .holder, .rating-chart .holder {
    padding: 9px 12px 7px;
}

.price-data .holder.holder-button {
    height: 25px;
    padding: 3px 3px 4px;
}

.week-detailed.has-periods .price-data td:first-child .holder.name {
    height: auto;
    line-height: 38px;
}

.table-prices-header .holder.empty-period {
    padding: 0 38px;
    width: 71px;
    margin: 0 auto;
}

.week-detailed.has-periods .price-data td:first-child .holder.name > div {
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.price-data td:first-child .holder.name > .button-room-details {
    color: #0094df;
    text-decoration: underline;
    cursor: pointer;
}

.price-data td:first-child .holder.name > .button-room-details:hover {
    text-decoration: none;
}

.week-detailed.has-periods .price-data .holder.holder-button {
    height: 41px;
    padding: 13px 3px 0;
}

.week-detailed.has-periods .price-data .holder .weekdays {
    font-size: 12px;
}

.price-data .holder.rub {
    font-weight: bold;
}

.rating-chart .holder.name-holder {
    width: 390px;
}

.rating-chart th:first-child, .rating-chart td:first-child {
    width: 40px;
}

.price-data th:first-child .holder {
    padding: 15px 0 15px 0;
    text-align: center;
    border: 0;
    background: #d5f1ff;
}

.rating-chart th:first-child .holder {
    width: 40px;
}

.rating-chart th:last-child, .rating-chart td:last-child {
    border-right: none;
}

.rating-chart tr:last-child td {
    border-bottom: none;
}

.rating-chart tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.rating-chart tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.table-prices-header th .holder {
    background: #d5f1ff;
}

.table-prices-header .holder.button-header {
    height: 35px;
    padding-top: 10px;
}

.price-data .table-prices-header td {
    font-size: 0.81em;
}

.price-data .table-prices-header td .holder {
    padding: 5px 4px;
}

.rating-chart .holder {
    text-align: center;
}

.rating-chart .holder.active {
    font-weight: bold;
}

.rating-chart .holder {
    height: 40px;
    width: 63px;
    padding: 9px 0 7px;
    margin: 0 auto;
}

.price-data td, .rating-chart td {
    text-align: center;
    width: 100px;
    padding: 0 3px 0 0;
    background: #d5f1ff;
}

.price-data .price-data-info td {
    background: none;
}

.rating-chart td, .price-data td {
    padding: 0 2px 0 0;
    border-bottom: 1px solid #b9e9ff;
    border-right: 1px solid #fff;
}

.price-data .alt td {
    background: #ebf8ff;
}

.price-data td.last {
    padding: 0;
    border-right: none;
}

.price-data td:first-child, .detailed.has-periods .price-data td:first-child {
    text-align: left;
    width: 275px;
    padding: 0 2px 0 0;
    border-right: 2px solid #fff;
}

.price-data .price-data-info td:first-child {
    border: none;
}

.has-periods .price-data td:first-child {
    width: 500px;
}

.detailed .price-data td:first-child {
    width: 225px;
}

.price-data .switcher .row.no-style {
    text-align: left;
    float: left;
    margin: 4px 0 0 9px;
}

.price-data .switcher .row.no-style > span {
    font-size: 0.88em;
    margin-left: 7px;
}

.price-data .holder .button-green,
.light-button-green {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ebf8ff), color-stop(100%, #ebf8ff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #47a600;
    color: #47a600;
    font-family: Arial;
    padding: 3px 7px;
    margin: 0 10px;
    font-size: 14px;
    text-shadow: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(172, 182, 187, 0.91);
    -moz-box-shadow: 0px 2px 5px 0px rgba(172, 182, 187, 0.91);
    box-shadow: 0px 2px 5px 0px rgba(172, 182, 187, 0.91);
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.price-data .holder .button-green:hover,
.light-button-green:hover {
    background: #9fd144;
    background: -moz-linear-gradient(top, #9fd144 0%, #8ac743 50%, #60b203 51%, #47a600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fd144), color-stop(50%, #8ac743), color-stop(51%, #60b203), color-stop(100%, #47a600));
    background: -webkit-linear-gradient(top, #9fd144 0%, #8ac743 50%, #60b203 51%, #47a600 100%);
    background: -o-linear-gradient(top, #9fd144 0%, #8ac743 50%, #60b203 51%, #47a600 100%);
    background: -ms-linear-gradient(top, #9fd144 0%, #8ac743 50%, #60b203 51%, #47a600 100%);
    background: linear-gradient(to bottom, #9fd144 0%, #8ac743 50%, #60b203 51%, #47a600 100%);
    border-bottom: 0;
    padding-bottom: 4px;
    color: #ffffff;
    text-decoration: none;
}

.rating-chart th {
    border-right: 1px solid #fff;
    height: 60px;
}

.rating-chart td:first-child .holder {
    width: 40px;
}

.rating-chart td:first-child span {
    display: block;
    margin-top: 10px;
}

.rating-chart .alt td {
    background: #ebf8ff;
}

.price-data .switcher {
    font-family: Arial;
    margin: 0;
}

.price-data .switcher .row {
    padding: 0 0 3px;
    text-align: right;
}

.price-data .switcher .row.price-header {
    text-align: center;
    background: #d5f1ff;
    font-size: 16px;
    padding: 7px 0;
    font-weight: bold;
}

.price-data .switcher .row.table-info {
    clear: both;
    text-align: left;
    padding: 0;
    height: 25px;
}

.holder.offer-variants {
    height: 110px;
    padding: 0;
    background: #ebf8ff;
    border: none;
    border-top-right-radius: 4px;
}

.item .price-data .link-holder {
    font-size: 14px;
    line-height: 18px;
    float: none;
    display: inline;
}

.item .price-data .link-holder li {
    float: none;
    display: inline;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet02.gif) no-repeat 0 3px;
    padding: 0 1px 0 6px;
}

.item .price-data .link-holder li:first-child {
    background: none;
    padding-left: 0;
}

.price-data .link-holder a {
    text-decoration: none;
    border-bottom: 1px dotted #008aee;
}

.price-data .link-holder .active a,
.price-data .link-holder .active a:hover {
    color: #000;
    border-color: transparent;
}

.price-data .link-holder a:hover {
    border-color: transparent;
}

.price-data .hrn {
    background: url(/bitrix/templates/naftusya-2014-2023/images/border02.gif) repeat-x 0 8px;
}

.item .button-holder {
    overflow: hidden;
    padding: 0 0 22px;
}

.item-table-holder .button-holder {
    float: right;
    margin-right: 10px;
}

.object-background {
    background-color: rgb(230, 242, 251);
    width: 950px;
    margin: -12px 0px 0 -12px;
    border-radius: 4px 4px 0 0;
    padding: 12px 12px 0px 12px;
}

.item .note {
    font: 0.93em;
    color: #504f4f;
    float: left;
    padding: 6px 5px 0 0;
    font-style: italic;
    margin-left: 10px;
}

.button-more {
    font: 14px/18px Arial;
    text-decoration: none;
    padding: 5px 7px 2px;
    margin: 0;
}

.button-more:hover {
    text-decoration: underline;
}

.item .head-block {
    font-size: 14px;
    color: #4e4e4e;
    overflow: hidden;
    border-bottom: 1px solid #008bee;
    margin: 0 0 7px;
    padding: 0 0 2px;
}

.item-holder-order .head-block {
    margin: 10px -12px 0;
}

.item .head-block .width01 {
    float: left;
    padding: 0 5px 0 127px;
    width: 261px;
}

.item .price {
    float: left;
    margin-left: 180px;
}

.item .price .title {
    float: left;
    padding: 0 3px 0 0;
}

.item .link-holder {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.item .link-holder li {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet03.gif) no-repeat 0 1px;
    padding: 0 7px 0 8px;
}

.item .link-holder li:first-child {
    background: none;
    padding-left: 0;
}

.item .link-holder a {
    text-decoration: none;
    border-bottom: 1px dotted #008cef;
}

.item .link-holder a:hover {
    border-color: transparent;
}

.item .link-holder .active a {
    color: #282828;
    font-weight: bold;
    border-color: transparent;
}

.items-wrap {
    border-top: 3px solid #008bee;
    padding: 7px 0 5px 12px;
    
    margin: 0 0 10px;
}

.object .items-wrap {
    border-top: none;
    padding: 0;
}

.items-detail {
    list-style: none;
    padding: 0;
    margin: 0;
}

.items-detail > li {
    /*height: 1%;*/
    border-top: 1px solid #ebebeb;
    padding: 7px 0 0;
}

.items-detail li:after {
    content: '';
    display: block;
    clear: both;
}

.items-detail > li:first-child {
    border: none;
    padding-top: 0;
}

.items-detail .description {
    width: 416px;
    text-align: left;
    word-spacing: -0.1em;
}

.items-detail .img-holder {
    padding: 0 26px 0 0;
    cursor: pointer;
}

.items-detail .one-room .img-holder {
    padding: 0 10px 0 0;
}

.items-detail .block.reservation-block {
    margin: 28px 0 0;
    width: 473px;
}

.item h3 {
    font: 18px/22px Arial;
    font-weight: bold;
    margin: 0 0 6px;
}

.item .more-info {
    padding: 0 0 3px;
    margin: 0;
    list-style: none;
}

.items-detail .icons-list {
    margin: 0 0 5px;
}

.items-detail .icons-list li {
    padding: 0 2px 4px 0;
    float: left;
}

.items-detail .block {
    text-align: center;
    width: 248px;
    margin: -4px 36px 0 0;
}

.items-detail .block .link-holder {
    float: none;
    overflow: hidden;
    display: inline-block;
    padding: 0 3px 10px 0;
    vertical-align: top;
}

.item .amount {
    margin: 0;
    padding: 20px 0 10px;
}

.item .link-holder + .amount {
    padding: 0 0 10px;
}

.item .amount,
.data-table .amount {
    font-size: 21px;
    line-height: 24px;
    color: #282828;
    display: inline-block;
    background: #f2f2f2;
    padding: 4px 6px 2px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0;
}

.item .items-detail .amount {
    padding-left: 0;
}

.order-block {
    margin-top: 5px;
}

.order-block .amount {
    background: transparent;
    display: inline-block;
    float: left;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
}

.object .order-block .amount, .order-block .amount .amount-value {
    font-family: Arial;
    font-size: 20px;
}

.object .order-block .amount > div > span {
    font-size: 14px;
}

.order-block .item_info_section {
    float: right;
    margin-right: 25px;
}

.order-block .item_info_section:after {
    float: right;
    margin-right: 25px;
}

.item .tariff {
    font: 13px/13px Arial;
    color: #a8a8a8;
    display: block;
    margin: -15px 0 3px;
}

.button-green,
.button-pay,
.button-cancel,
.button-cyan {
    font-size: 0.93em;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 1px 0 #346400;
    text-decoration: none;
    background: #82c308;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyYzMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmE1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #82c308 0%, #46a500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82c308), color-stop(100%, #46a500));
    background: -webkit-linear-gradient(top, #82c308 0%, #46a500 100%);
    background: -o-linear-gradient(top, #82c308 0%, #46a500 100%);
    background: -ms-linear-gradient(top, #82c308 0%, #46a500 100%);
    background: linear-gradient(to bottom, #82c308 0%, #46a500 100%);
    -pie-background: linear-gradient(#82c308, #46a500);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 10px 4px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #9fb96e;
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(209, 209, 209, 0.65);
    -moz-box-shadow: 0px 0px 2px 2px rgba(209, 209, 209, 0.65);
    box-shadow: 0px 0px 2px 2px rgba(209, 209, 209, 0.65);
}

.button-orange, .button-order {
    background: #fed92e;
    background: -moz-linear-gradient(top, #fed92e 0%, #ffa901 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fed92e), color-stop(100%, #ffa901));
    background: -webkit-linear-gradient(top, #fed92e 0%, #ffa901 100%);
    background: -o-linear-gradient(top, #fed92e 0%, #ffa901 100%);
    background: -ms-linear-gradient(top, #fed92e 0%, #ffa901 100%);
    background: linear-gradient(to bottom, #fed92e 0%, #ffa901 100%);
    border: 1px solid #d1b874;
}

.button-order {
    text-shadow: 1px 1px 1px #694f15;
}

.button-green.button-room-details, .holder-button .button-reservation {
    font-size: 0.93em;
    padding: 4px 10px 2px;
}

.button-cancel {
    background: #c30808;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzMDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c30808 0%, #a60000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c30808), color-stop(100%, #a60000));
    background: -webkit-linear-gradient(top, #c30808 0%, #a60000 100%);
    background: -o-linear-gradient(top, #c30808 0%, #a60000 100%);
    background: -ms-linear-gradient(top, #c30808 0%, #a60000 100%);
    background: linear-gradient(to bottom, #c30808 0%, #a60000 100%);
    -pie-background: linear-gradient(#c30808, #a60000);
}

.button-green:hover,
.button-pay:hover,
.button-cancel:hover,
.button-cyan:hover {
    text-decoration: underline;
}

.button-green input,
.button-pay input,
.button-cancel input {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bitrix/templates/naftusya-2014-2023/images/none.gif) no-repeat;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: none;
    cursor: pointer;
}

/*.light-button-green {
    display: inline-block;
    border: 1px solid #47A600;
    border-radius: 3px;
    padding: 5px 10px;
    color: #6BB634;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(214,220,221,1);
    -moz-box-shadow: 0px 2px 10px 1px rgba(214,220,221,1);
    box-shadow: 0px 2px 10px 1px rgba(214,220,221,1);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ebf8ff 51%, #ebf8ff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#ebf8ff 51%,#ebf8ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#ebf8ff 51%,#ebf8ff 100%);
    cursor: pointer;
}*/
.item .more {
    
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}

.object .item {
    padding: 0;
}

.items-detail.reservation > li {
    border: none;
    padding: 0 0 5px;
}

.items-detail.reservation .head-block {
    border-color: #d9d9d9;
    margin: 0 0 6px;
}

.items-detail .big-image {
    float: left;
}

.items-detail .thumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.items-detail .thumbs img {
    vertical-align: top;
}

.items-detail.reservation .img-holder {
    padding: 0 10px 0 0;
}

.items-detail.reservation .item-detail-data {
    float: left;
}

.items-detail.reservation .link-holder + .amount {
    margin: 0;
}

.items-detail.reservation .add-info {
    color: #282828;
    text-align: left;
    padding: 15px 0 10px;
}

.items-detail .data-list {
    color: #282828;
}

.item .items-detail .room-prices-box {
    width: 480px;
    float: left;
    margin-left: 64px;
    margin-top: -2px;

    max-width: 80%;
}

.object .items-detail .room-prices-box {
    width: 480px;
    float: left;
    margin-left: 53px;
    margin-top: 20px;
}

.items-detail .hidden-slide .data-list.room-props-list li {
    float: left;
    width: 50%;
    display: inline;
}

.items-detail .data-list.room-props-list li {
    padding: 0;
    margin-bottom: 3px;
}

.items-detail .data-list span {
    margin: 0 0 4px;
    word-spacing: -0.1em;
}

.items-detail .note-box {
    font-size: 0.93em;
    line-height: 16px;
    float: right;
    background: #f2f2f2;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 19px 31px 16px 27px;
    width: 200px;
}

.items-detail .note-box .title {
    color: #fd0000;
    display: block;
    padding: 0 0 4px;
}

.items-detail .note-box .list {
    padding: 0 0 2px;
    margin: 0;
    list-style: none;
}

.items-detail .note-box .note {
    color: #4ea900;
    padding: 0;
}

.popular {
    border-bottom: 1px solid #d4eadf;
    margin: 0 0 14px;
    padding: 0 0 6px;
}

.popular-list {
    font-size: 0;
    line-height: 0;
    padding: 0 0 0 20px;
    margin: 0 0 -12px -20px;
    list-style: none;
}

.popular-list li {
    line-height: 20px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 215px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.popular-list li:nth-child(4n) {
    margin: 0;
}

.popular-list .img-holder {
    float: left;
    padding: 20px 10px 0 0;
}

.popular-list .img-holder img {
    vertical-align: top;
}

.popular-list .description {
    overflow: hidden;
    min-height: 100px;
    position: relative;
}

.popular-list h3 {
    font: 14px/20px Arial;
    color: #000;
    margin: 0;
}

.popular-list .stars-rating {
    float: none;
    overflow: hidden;
    margin: 0 0 6px;
}

.popular-list .amount {
    position: absolute;
    font: 16px/22px Arial;
    color: #000;
    display: inline-block;
    padding: 3px 11px;
    left: 55px;
    bottom: 3px;
}

.popular .more {
    font: 16px/20px "Times New Roman", Times, serif;
}

.visual {
    position: relative;
    margin: 0 0 14px;
}

.visual img {
    vertical-align: top;
    display: block;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1;
}

.visual .description {
    font: 14px/17px Arial;
    color: #b6b7b5;
    text-align: right;
    position: absolute;
    right: 34px;
    bottom: 10px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/mask01.png);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 350px;
    padding: 6px 11px 0;
    z-index: 2;
}

.visual .title {
    font: 18px/22px Arial;
    color: #fff;
    display: block;
    padding: 0 0 2px;
    
}

.visual p {
    margin: 0 0 10px;
}

/*.reviews{
	padding: 0 12px 10px;
}*/
.reviews h1, .last-offers-list h1 {
    font-size: 25px;
    line-height: 38px;
    margin: 0 0 10px;
}

.last-offers-list h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #008eef;
}

.top-review {
    padding: 0;
}

.top-review .caption, .add-review.caption {
    font: 17px/20px Arial;
    color: #2f2f2f;
    display: block;
    margin: 0 0 1px;
}

.top-review .subtitle {
    font: 14px/18px Arial;
    color: #2f2f2f;
    display: block;
}

.reviews .heading {
    font-size: 0.93em;
    line-height: 16px;
    color: #626262;
    /*height: 1%;*/
    padding: 0 5px 0 0;
}

.reviews .heading:after {
    content: '';
    display: block;
    clear: both;
}

.reviews .heading .block {
    float: left;
    padding: 6px 0 0;
    
}

.reviews .author {
    display: block;
    padding: 0 0 2px;
}

.reviews .note {
    color: #888;
}

.reviews .heading .alt-block {
    float: right;
}

.reviews .rating-holder {
    overflow: hidden;
    padding: 0 0 3px;
}

.reviews .rating-holder .title {
    font: 14px/18px Arial;
    float: left;
    padding: 2px 4px 0 0;
}

.reviews .rating-holder .number {
    font: 14px/18px Arial;
    float: left;
    padding: 0px 13px 0 0;
}

.scale-rating,
.scale-rating .holder {
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/rating-scale.png) no-repeat;
    width: 59px;
    height: 17px;
}

.scale-rating .holder {
    background-position: 0 -22px;
    width: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.scale-rating.rating1 .holder {
    width: 5px;
}

.scale-rating.rating2 .holder {
    width: 11px;
}

.scale-rating.rating3 .holder {
    width: 17px;
}

.scale-rating.rating4 .holder {
    width: 23px;
}

.scale-rating.rating5 .holder {
    width: 29px;
}

.scale-rating.rating6 .holder {
    width: 35px;
}

.scale-rating.rating7 .holder {
    width: 41px;
}

.scale-rating.rating8 .holder {
    width: 47px;
}

.scale-rating.rating9 .holder {
    width: 53px;
}

.scale-rating.rating10 .holder {
    width: 59px;
}

.review-rating {
    font: 14px/18px Arial;
    overflow: hidden;
    padding: 0 0 4px;
}

.review-rating .title {
    font: 12px/18px Arial;
    float: left;
    padding: 0 19px 0 0;
}

.review-rating a {
    line-height: 14px;
    float: left;
    text-decoration: none;
    color: #5a5a5a;
    text-decoration: none;
    border-bottom: 1px dotted #5a5a5a;
    margin: 0 6px 0 0;
}

.review-rating a:hover {
    border-color: transparent;
}

.rating-scale {
    position: relative;
    top: 7px;
}

.rating-scale img {
    width: 10px;
    height: 17px;
}

.data-table td.rating-cell {
    padding: 0 4px;
}

.number-yes,
.number-no {
    color: #1daf01 !important;
    float: left;
    margin: -2px 9px 0 0;
}

.number-no {
    color: #f11 !important;
}

.review-rating a[data-id=y] {
    color: #1daf01 !important;
}

.review-rating a[data-id=n] {
    color: #f11 !important;
}

.review-block {
    font-size: 14px;
    line-height: 17px;
    background: #e9f4fb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZjRmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWRhZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9f4fb 0%, #aedaf3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9f4fb), color-stop(100%, #aedaf3));
    background: -webkit-linear-gradient(top, #e9f4fb 0%, #aedaf3 100%);
    background: -o-linear-gradient(top, #e9f4fb 0%, #aedaf3 100%);
    background: -ms-linear-gradient(top, #e9f4fb 0%, #aedaf3 100%);
    background: linear-gradient(to bottom, #e9f4fb 0%, #aedaf3 100%);
    -pie-background: linear-gradient(#e9f4fb, #aedaf3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 19px 12px 15px;
    margin: 0 0 21px;
}

.one-review-block.news-item {
    margin-bottom: 15px;
}

.review-block p {
    margin: 0 0 16px;
}

.review-block .data-table td {
    border: none;
    text-align: left;
    padding-right: 15px;
}

.object .review-block .notetext {
    color: green;
}

.evalution {
    color: #626262;
    overflow: hidden;
    padding: 0 0 10px;
}

.evalution .container {
    float: left;
    width: 365px;
}

.evalution .positive,
.evalution .negative {
    /*	background: url(/bitrix/templates/naftusya-2014-2023/images/ico-positive.png) no-repeat;*/
    padding: 0 0 15px 33px;
}

.evalution .negative {
    /*	background: url(/bitrix/templates/naftusya-2014-2023/images/ico-negative.png) no-repeat;*/
}

.evalution p {
    margin: 0 0 3px;
}

.ragings-list {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 250px;
}

.ragings-list li {
    overflow: hidden;
    padding: 0 0 11px;
}

.ragings-list .title,
.ragings-list .number,
.ragings-list .scale-rating {
    float: none;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.ragings-list .title {
    padding: 1px 4px 0 0;
}

.ragings-list .number {
    padding: 1px 4px 0 0;
}

.ragings-list .scale-rating {
    text-align: left;
}

.review-block.answer {
    font-size: 0.93px;
    line-height: 19px;
    color: #626262;
    padding: 15px 19px 11px;
}

.review-block.answer .heading {
    padding: 0 0 3px;
}

.review-block.answer .author {
    float: left;
}

.review-block.answer .review-rating {
    float: right;
    margin: -2px 0 0;
}

.button-gray {
    font: 14px/18px Arial;
    color: #5a5a5a;
    text-decoration: none;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #f0f0f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f0f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f1 100%);
    background: -o-linear-gradient(top, #fff 0%, #f0f0f1 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f0f0f1 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f1 100%);
    -pie-background: linear-gradient(#fff, #f0f0f1);
    float: left;
    padding: 2px 23px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.button-gray:hover {
    text-decoration: underline;
}

.review-block .button-gray {
    margin-left: 15px;
}

.review-block .button-gray:first-child {
    margin-left: 0;
}

.object .review-block .button-gray {
    float: none;
    margin: 10px 0 10px 150px;
}

.account {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 0 10px 10px;
}

.account h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0 0 27px;
}

.account .container {
    overflow: hidden;
    padding: 0 36px 26px 0;
}

.account .statistics {
    float: left;
    width: 300px;
}

.account .statistics .title {
    display: block;
    padding: 0 0 10px;
}

.account .statistics ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.account .statistics ul li {
    padding: 0 0 9px;
}

.account .img-holder {
    float: right;
    padding: 0 0 10px;
}

.account .img-frame {
    padding: 0 0 7px;
}

.account .img-holder img {
    vertical-align: top;
    border: 1px solid #d1ecfd;
}

.account .info {
    overflow: hidden;
    position: relative;
    padding: 0 0 10px;
}

.account .info > ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 0 -56px;
    list-style: none;
}

.account .info > ul > li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 316px;
    padding: 0 0 14px 58px;
}

.account .info .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    padding: 0 0 5px;
}

.account .info ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.account .info ul ul li {
    padding: 0 0 6px;
}

.payment {
    padding: 0 12px 10px;
}

.payment h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0 0 9px;
}

.data-table {
    border-collapse: collapse;
    margin: 0 0 16px;
}

.data-table th {
    font-size: 0.93em;
    line-height: 16px;
    color: #626262;
    font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid #008eef;
    padding: 0 9px;
}

.data-table .width01 {
    width: 420px;
}

.data-table .width02 {
    width: 73px;
}

.data-table .width03 {
    width: 154px;
}

.data-table td {
    text-align: center;
    border: 1px solid #c1c1c1;
    padding: 8px 4px;
}

.data-table .item {
    text-align: left;
    padding: 0 0 0 4px;
}

.data-table .date,
.data-table .period {
    font-size: 0.93em;
    line-height: 16px;
    color: #626262;
    display: block;
    padding: 0 0 10px;
}

.data-table .period {
    padding: 2px 0 0;
}

.data-table .item .description {
    width: auto;
}

.data-table .item .row {
    padding: 0 0 5px;
}

.data-table .item .add-info {
    min-width: 0;
    padding: 0 10px 0 0;
}

.data-table .row {
    text-align: left;
    width: 100%;
    padding: 0 0 11px;
}

.data-table .row:after {
    content: '';
    display: block;
    clear: both;
}

.data-table label {
    float: left;
    width: 55px;
    padding: 3px 5px 0;
}

.data-table .row label:first-child {
    width: 70px;
}

.data-table .text {
    width: 319px;
    font-size: 15px;
    line-height: 18px;
}

.data-table .text.short {
    width: 116px;
    margin: 0 14px 0 0;
}

.data-table .fields {
    padding: 15px 0 4px;
}

.data-table .note-error,
.data-table .note-complete {
    font-size: 0.93em;
    line-height: 18px;
    color: #da0000;
    display: block;
    padding: 0 0 14px;
}

.data-table .note-complete {
    color: #52ab00;
}

.data-table .buttons-holder {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.data-table .buttons-holder li {
    float: left;
    padding: 0 0 0 5px;
}

.data-table .buttons-holder li:first-child {
    padding: 0;
}

.orders-list tbody tr:first-child td {
    border-top: 3px solid #52ab00;
}

.orders-list thead + tbody tr:first-child td {
    border-top: none;
}

.orders-list .data-table {
    margin: 0;
}

.orders-list .date {
    padding: 0;
}

.data-table .amount.multiple {
    
    font-size: 0.93em;
    line-height: 16px;
}

.hrn {
    background: url(/bitrix/templates/naftusya-2014-2023/images/border01.gif) repeat-x 0 12px;
}

.payment .button-holder {
    width: 100%;
    padding: 0 0 10px;
}

.payment .button-holder:after {
    content: '';
    display: block;
    clear: both;
}

.button-cyan {
    padding: 7px 15px 4px;
    background: #088cc3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4OGNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #088cc3 0%, #0052a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #088cc3), color-stop(100%, #0052a5));
    background: -webkit-linear-gradient(top, #088cc3 0%, #0052a5 100%);
    background: -o-linear-gradient(top, #088cc3 0%, #0052a5 100%);
    background: -ms-linear-gradient(top, #088cc3 0%, #0052a5 100%);
    background: linear-gradient(to bottom, #088cc3 0%, #0052a5 100%);
    -pie-background: linear-gradient(#088cc3, #0052a5);
}

.payment .button-cyan {
    float: right;
}

.text-block {
    padding: 0;
}

.text-block h2 {
    font: 20px/18px Arial;
    color: #000;
    margin: 10px 0;
}

.text-block h2:before {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.text-list {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-list li {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    width: 225px;
    padding: 0 15px 10px 0;
}

.text-list li:nth-child(4n) {
    padding: 0 0 10px 0;
}

.text-list h3 {
    font: 16px/19px Arial;
    margin: 0 0 9px;
}

.text-list p {
    margin: 0 0 10px;
}

.object {
    padding: 12px 0 10px 0;
}

.object .head-line {
    width: 100%;
    border-bottom: 2px solid #008eef;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.object .head-line:after {
    content: '';
    display: block;
    clear: both;
}

.object .h1,
.object h1 {
    float: left;
    max-width: 850px;
    margin: 0 10px 0 0;
}

.object .stars-rating {
    margin: 5px 0 0;
}

.item .items-detail .button-room-details,
.callback-form-opener {
    background: #fff;
    border: none;
    color: #0094d9;
    text-decoration: underline;
    font: 15px/18px Arial;
    cursor: pointer;
}

.button-room-details h4 {
    margin: 0px;
    font-weight: normal;
}

.item .items-detail .button-room-details:hover,
.callback-form-opener:hover {
    text-decoration: none;
}

.callback-form-opener {
    background: none;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.rating-block {
    display: inline-block;
    width: 186px;
    float: right;
    margin-top: -6px;
}

.rating-block .rating {
    margin-right: -9px;
}

.rating-on {
    text-align: right;
    font-style: italic;
    color: #9A9898;
    margin-top: 7px;
}

.address-holder {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 7px;
    display: inline-block;
}

.address-holder address {
    font-style: italic;
    font-size: 0.93em;
    color: #9a9898;
    display: inline;
    margin: 0 15px 0 0;
}

.address-holder .map-link {
    float: none;
}

.address-holder address.location-address {
    position: relative;
    top: 2px;
    color: #000;
    font-size: 14px;
    font-style: normal;
}

#content .subnav {
    font: 16px/20px Arial;
    padding: 0 0 4px;
    margin: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}

#content .subnav li {
    display: inline;
    padding: 0 0 0 12px;
}

#content .subnav li:first-child {
    padding: 0;
}

#content .subnav li a {
    text-decoration: none;
}

.object .visual {
    overflow: hidden;
    margin: 0;
}

.object .visual img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.object .visual .big-image {
    float: left;
}

.object .visual .thumbs {
    float: right;
    padding: 0;
    margin: 0 -10px 0 0;
    list-style: none;
    width: 454px;
}

.object .visual .thumbs li {
    float: left;
    padding: 0 6px 6px 0;
}

.object .visual .thumbs img {
    vertical-align: top;
}

.object .visual .thumbs img:hover {
    cursor: pointer;
}

.text-box {
    font: 14px/17px Arial;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 0 0;
    margin: 0;
}

.profiles-block {
    padding: 0;
}

.profiles-block ul li {
    color: #5ead04;
    padding: 0;
}

.profiles-block ul {
    margin: 0;
    padding: 0;
}

.profiles-block > b {
    margin-bottom: 3px;
    display: block;
}

.item.order .profiles-block .chosen-profile {
    font-weight: bold;
}

.text-box p {
    margin: 0 0 9px;
}

.profiles-block ul li {
    width: 400px;
    display: inline-block;
    margin-right: 22px;
    vertical-align: top;
    position: relative;
    font-size: 0.93em;
}

.profiles-block ul li:nth-child(2n) {
    margin-right: 0;
    width: 500px;
}

.profiles-block ul li:before {
    content: '\2022';
    display: block;
    position: absolute;
    left: -10px;
    font-size: 0.9em;
}

.profiles-block .profiles-block-list {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-left: 94px;
}

.profiles-block .profiles-block-list:first-child {
    margin-left: 10px;
}

.profiles-block .profiles-block-list .profiles-block-list-item .profiles-block-list-item-diseases,
.profiles-block .profiles-block-list .profiles-block-list-item .profiles-block-list-item-colon {
    display: none;
}

.profiles-block .profiles-block-list .profiles-block-list-item .chosen-profile + .profiles-block-list-item-diseases {
    display: block;
}

.profiles-block .profiles-block-list .profiles-block-list-item .chosen-profile .profiles-block-list-item-colon {
    display: inline;
}

.profiles-block .profiles-block-list .profiles-block-list-item {
    margin: 0 0 6px;
    cursor: pointer;
    width: 250px;
}

.profiles-block .profiles-block-list .profiles-block-list-item:first-child {
    margin-left: 0;
}

.profiles-block .profiles-block-list .profiles-block-list-item .profiles-block-list-item-name {
    border-bottom: 1px dotted;
}

.profiles-block .profiles-block-list .profiles-block-list-item:hover .profiles-block-list-item-name {
    border: none;
}

.text-box strong {
    font-weight: normal;
}

.object-main {
    background: #e6f2fb;
    padding: 12px;
    background: #e6f2fb;
    background: -moz-linear-gradient(top, #e6f2fb 345px, #ffffff 346px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(325px, #e6f2fb), color-stop(346px, #ffffff));
    background: -webkit-linear-gradient(top, #e6f2fb 345px, #ffffff 346px);
    background: -o-linear-gradient(top, #e6f2fb 345px, #ffffff 346px);
    background: -ms-linear-gradient(top, #e6f2fb 345px, #ffffff 346px);
    background: linear-gradient(to bottom, #e6f2fb 345px, #ffffff 346px);
    margin-bottom: 10px;
}

.data-list {
    font: 13px/15px Arial;
    color: #796c6c;
    overflow: hidden;
    margin: 0 0 10px;
}

.data-list label {
    color: #000;
    float: left;
    padding: 0 5px 0 0;
    font-weight: bold;
}

.data-list {
    list-style-type: none;
    padding: 0;
}

.data-list dd {
    margin: 0 0 10px;
}

.object .data-list:first-child {
    margin-left: 0;
}

.object .data-list {
    float: left;
    width: 231px;
    margin-left: 14px;
}

.object .data-list:last-child {
    width: 214px;
}

.object .data-list.room-props-list {
    width: 416px;
    float: left;
}

.hidden-slide {
    display: none;
}

.hidden-slide .slide-holder {
    width: 100%;
    padding: 0 0 3px;
}

.hidden-slide .slide-holder:after {
    content: '';
    display: block;
    clear: both;
}

.btn-more, .show-additional-rooms-btn {
    font-size: 0.93em;
    line-height: 14px;
    color: #282828;
    text-align: center;
    text-decoration: none;
    display: block;
    background: url(/bitrix/templates/naftusya-2014-2023/images/btn-more.gif) no-repeat;
    padding: 6px 10px;
    margin: 0 10px 0 auto;
    cursor: pointer;
}

.reminder {
    display: none;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.no-rooms-note {
    display: none;
    color: #006cc0;
    margin: 20px;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
}

.reminder-price {
    color: #000000;
}

.reminder-dates {
    color: #006cc0;
    font-size: 0.93em;
    margin-bottom: 5px;
}

.show-additional-rooms-btn {
    background: url(/bitrix/templates/naftusya-2014-2023/images/btn-more-small.jpg) no-repeat;
    width: 367px;
    text-transform: uppercase;
}

.btn-more span, .show-additional-rooms-btn span {
    background: url(/bitrix/templates/naftusya-2014-2023/images/arrows-more.gif) no-repeat;
    padding: 0 17px;
}

.btn-more .open, .show-additional-rooms-btn .open {
    background-position: 0 2px;
}

.btn-more .turn {
    background-position: 0 -18px;
    display: none;
}

.btn-more-blue .turn {
    display: none;
}

.btn-more.opened .open, .btn-more-blue.opened .open {
    display: none;
}

.btn-more.opened .turn, .btn-more-blue.opened .turn {
    display: inline;
}

.btn-more-holder {
    text-decoration: none;
    display: block;
    background: rgba(238, 238, 238, 1);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 81%, rgba(238, 238, 238, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 81%, rgba(238, 238, 238, 0) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 81%, rgba(238, 238, 238, 0) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 81%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 80%, rgba(238, 238, 238, 0) 81%, rgba(238, 238, 238, 0) 100%);
    margin: 0 auto;
    height: 31px;
    border-radius: 4px;
    position: relative;
}

.btn-more-holder:before {
    content: "";
    width: 122px;
    background: #EEE;
    border-radius: 6px;
    height: 30px;
    position: absolute;
    display: block;
    left: 402px;
}

.btn-more-holder .btn-more-blue {
    position: relative;
    left: -13px;
    top: 2px;
}

.object .text-block {
    font-size: 16px;
    line-height: 19px;
    color: #585858;
    padding: 0;
}

.object .text-block h2.subheader {
    margin: 10px 0 10px 0;
}

.object .text-block p {
    margin: 0;
}

.object .reviews {
    padding: 0 0 10px;
}

.object .top-review {
    padding: 0 11px 0 0;
}

.object .top-review .caption {
    margin: 0 0 8px;
}

.object .review-block {
    font: 14px/19px Arial;
    margin: 0;
    padding: 15px 12px 10px;
}

.object .review-block p {
    margin: 0 0 4px;
}

.review-content .review-content-col {
    display: inline-block;
    vertical-align: top;
}

.review-content .review-content-col.left {
    width: 165px;
}

.review-content .review-content-col.left * {
    font-size: 13px;
    color: #626262;
    float: none;
}

.review-content .review-content-col.center {
    width: 547px;
}

.review-content .review-content-col.right {
    width: 229px;
}

.reviews .review-block {
    position: relative;
}

.reviews .review-block .rating-holder {
    position: absolute;
    right: 15px;
    top: 20px;
}

.reviews .review-block .top-review {
    padding-bottom: 25px;
}

.reviews .review-block .note {
    margin: 5px 0 15px;
}

.button-simple {
    display: inline-block;
    vertical-align: top;
    background: #84c308;
    background: -moz-linear-gradient(top, #84c308 0%, #4aa600 100%);
    background: -webkit-linear-gradient(top, #84c308 0%, #4aa600 100%);
    background: linear-gradient(to bottom, #84c308 0%, #4aa600 100%);
    color: #fff;
    border: 1px solid #9cba6b;
    border-bottom: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none;
}

.button-simple.yellow {
    background: #ffdb31;
    background: -moz-linear-gradient(top, #ffdb31 0%, #ffaa00 100%);
    background: -webkit-linear-gradient(top, #ffdb31 0%, #ffaa00 100%);
    background: linear-gradient(to bottom, #ffdb31 0%, #ffaa00 100%);
}

.review-block.answer,
.review-block.comment-form,
.review-block.review-form {
    display: none;
}

.review-block.comment-form .comment-form-footer {
    text-align: center;
    margin-left: -50px
}

.review-block.answer * {
    font-size: 14px;
}

.review-comments-opener-holder {
    margin: 25px;
    text-align: center;
}

.review-comments-opener-holder .review-content-show-comments {
    font-size: 16px;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.review-comments-opener-holder .review-content-show-comments:hover {
    border: none;
}

.data-table {
    width: 100%;
}

.add-review.caption {
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 18px;
}

.review-block .review-block {
    padding: 5px;
    margin-top: 5px;
}

.review-block.review-form {
    margin-top: 20px;
    margin-bottom: 0;
}

.review-block .data-table td,
.review-block .selection {
    padding: 0;
}

.review-fields-row-column .property-field {
    margin-bottom: 20px;
}

.review-fields-row-column {
    display: inline-block;
    vertical-align: top;
    width: 53.76%;
}

.review-fields-row-column.right {
    margin-left: 3%;
    width: 42.76%;
}

.review-fields-row-column > * {
    width: 100%;
}

.review-fields-row-column > .inline {
    width: initial;
}

.review-fields-row-column.left > .inline:first-child .property-label {
    margin-right: 18px;
}

.review-fields-row-column.right .property-label {
    margin-right: 25px;
}

.review-fields-row-column.right .left-align:first-child .property-label {
    margin-right: 12px;
}

.review-fields-row-column > .inline:first-child {
    margin-right: 15px;
}

.review-fields-row-column * {
    display: inline-block;
    vertical-align: top;
}

.review-fields-row-column .small input {
    width: 210px;
    margin-right: 15px;
}

.review-fields-row-column label {
    width: initial !important;
}

.review-fields-row-column input[type="text"] {
    width: 408px;
}

.review-fields-row-column textarea {
    width: 400px !important;
}

.review-fields-row-column .property-field {
    float: right;
}

.review-block .add-input-link {
    top: 2px;
    left: 20px;
}

.review-fields-row.last .review-fields-row-column .property-field {
    position: relative;
    left: -15px;
}

.review-fields-row.last .review-fields-row-column .property-field input[type="text"] {
    width: 371px;
}

.review-block.comment-form {
    margin-bottom: 0;
}

.review-fields-row.last .review-fields-row-column.right .property-field input[type="text"] {
    width: 290px;
}

.review-fields input[placeholder] {
    font-size: 12px;
}

.review-fields input::-moz-placeholder {
    font-size: 12px;
}

.review-fields input:-moz-placeholder {
    font-size: 12px;
}

.review-fields input:-ms-input-placeholder {
    font-size: 12px;
}

.review-footer-buttons {
    text-align: center;
}

form > .review-block {
    margin-bottom: 5px;
}

.comment-fields .comment-fields-row * {
    display: inline-block;
    vertical-align: top;
}

.comment-fields .comment-fields-row .property-label {
    margin-right: 10px;
}

.comment-fields .comment-fields-row .property-label {
    margin-left: 71px;
}

.comment-fields .comment-fields-row:first-child > div:first-child .property-label {
    margin-right: 67px;
}

.comment-fields .comment-fields-row > div:first-child .property-label {
    margin-left: 0;
}

.comment-fields .comment-fields-row:first-child .property-field {
    margin-bottom: 20px;
}

.comment-fields textarea {
    width: 810px !important;
}

.review-block.comment-form input[type='submit'],
.review-block.review-form input[type='submit'] {
    margin: 20px 0 0 108px;
}

.review-buttons .review-buttons-item-holder {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    width: 42.76%;
    padding-top: 15px
}

.review-buttons .review-buttons-item-holder .review-buttons-item {
    margin-top: 0 !important;
}

.review-buttons .review-buttons-item-holder:first-child {
    width: 53.76%;
}

.review-buttons .review-buttons-item-holder:first-child .review-buttons-item {
    float: right;
}

.no-feedbacks-block {
    padding: 18px 0;
    text-align: center;
}

.review-block .comment-form-closer {
    position: relative;
    top: 10px;
}

.selection {
    padding: 0 17px 10px 8px;
}

.selection h1 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 11px;
}

.selection-holder {
    color: #fff;
    background: #41b1f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYjFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #41b1f4 0%, #0070be 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41b1f4), color-stop(100%, #0070be));
    background: -webkit-linear-gradient(top, #41b1f4 0%, #0070be 100%);
    background: -o-linear-gradient(top, #41b1f4 0%, #0070be 100%);
    background: -ms-linear-gradient(top, #41b1f4 0%, #0070be 100%);
    background: linear-gradient(to bottom, #41b1f4 0%, #0070be 100%);
    -pie-background: linear-gradient(#41b1f4, #0070be);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 50px 40px 16px;
}

.selection .row {
    width: 100%;
    padding: 0 0 20px;
}

.selection .row:after {
    content: '';
    display: block;
    clear: both;
}

.selection label,
.selection .label,
.selection .alt-label {
    float: left;
    padding: 4px 5px 0 0;
}

.selection label:first-child,
.selection .label:first-child,
.selection .alt-label:first-child {
    width: 176px;
}

.selection .alt-label {
    padding-top: 0;
}

.selection .link-holder {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.selection .link-holder li {
    float: left;
    padding: 0 24px 0 0;
}

.selection a {
    color: #fff;
}

.selection .place-link {
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.selection .select-link {
    text-decoration: none;
    color: #a4ff30;
    border-bottom: 1px dotted #a4ff30;
}

.selection .place-link:hover,
.selection .select-link:hover {
    border-color: transparent;
}

.selection .text {
    width: 282px;
    padding: 4px 5px 2px;
}

.selection .width01 {
    text-align: center;
    width: 116px;
    margin: 0 8px 0 0;
}

.selection .text-holder {
    margin: 0 5px 0 0;
}

.selection .text-holder .width01 {
    margin: 0;
    padding: 4px 21px 2px 3px;
    width: 81px;
}

.selection .width02 {
    text-align: center;
    width: 95px;
    margin: 0 14px 0 0;
}

.selection .short {
    width: 27px;
    margin: 0 5px 0 6px;
}

.selection .selectmenu,
.selection .selectmenu-icon {
    height: 22px;
}

.selection .bullet {
    
    float: left;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet04.gif) no-repeat;
    width: 20px;
    height: 2px;
    margin: 11px 5px 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

.selection .check-holder {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.selection .check-holder li {
    float: left;
    padding: 0 0 0 8px;
}

.selection .check-holder li:first-child {
    padding: 0;
}

.selection .check {
    margin: 6px 6px 0 0;
}

.selection .width03 {
    width: 130px;
    margin: 0 7px 0 0;
}

.selection .width04 {
    width: 122px;
}

.selection .width05 {
    width: 67px;
    margin: 0 38px 0 0;
}

.selection .age {
    float: left;
}

.selection .age .text {
    width: 12px;
    margin: 0 0 0 6px;
}

.selection .age .text:first-child {
    margin: 0;
}

.selection .age .text.inactive {
    background: #add7f0;
}

.selection .opener {
    
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    padding: 0 0 19px;
}

.selection .slide {
    padding: 0 0 0 181px;
    display: none;
}

textarea {
    /*float:left;*/
    margin: 0;
    /*height:100px;*/
    background: #fff;
    border: 1px solid;
    border-color: #acadb2 #dcdfe6 #e2e9ef;
    /*width: 282px !important;*/
    padding: 5px;
}

.review-block textarea {
    height: 150px;
    /*width: 400px !important;*/
}

.selection .block {
    border-top: 1px solid #0066ad;
    margin: 0 -40px;
    padding: 28px 0 0 221px;
}

.selection .block .row {
    padding: 0 0 17px;
}

.selection .button-green {
    margin: 17px 0 0 257px;
}

.registration {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 0 11px 10px;
}

.registration h1 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 17px;
}

.registration .section {
    border-bottom: 1px solid #008eef;
    padding: 0 0 26px;
    margin: 0 0 26px;
}

.registration .row {
    width: 100%;
    padding: 0 0 20px;
}

.registration .row:after {
    content: '';
    display: block;
    clear: both;
}

.registration label {
    float: left;
    padding: 3px 5px 0 0;
    width: 80px;
}

.registration .text {
    width: 116px;
    margin: 0 39px 0 0;
    
}

.registration .text.long {
    width: 200px;
}

.registration .check-holder {
    padding: 0;
    margin: 0;
    list-style: none;
}

.registration .check-holder li {
    overflow: hidden;
    padding: 0;
}

.registration .check {
    margin: 1px 8px 0 0;
}

.registration .check-holder label {
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    padding: 0;
}

.registration .button-green {
    margin: 0 0 10px 18px;
}

.registration-country-select {
    margin-right: 50px;
}

#sidebar {
    float: right;
    width: 250px;
}

.button-action {
    font: italic 14px/17px Arial;
    text-align: right;
    text-decoration: none;
    display: block;
    background: #fff;
    background: -moz-linear-gradient(top, #fff -80%, #6FF511 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-80%, #fff), color-stop(100%, #6FF511));
    background: -webkit-linear-gradient(top, #fff -80%, #6FF511 100%);
    background: -o-linear-gradient(top, #fff -80%, #6FF511 100%);
    background: -ms-linear-gradient(top, #fff -80%, #6FF511 100%);
    background: linear-gradient(to bottom, #fff -80%, #6FF511 100%);
    -pie-background: linear-gradient(#fff, #6FF511);
    -moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 10px;
    cursor: pointer;
}

#sidebar .button-action {
    border-radius: 3px;
    background: #99cf39;
    background: -moz-linear-gradient(top, #99cf39 0%, #81c035 50%, #63b404 51%, #4da407 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99cf39), color-stop (50%, #81c035), color-stop(51%, #63b404), color-stop(100%, #4da407));
    background: -webkit-linear-gradient(top, #99cf39 0%, #81c035 50%, #63b404 51%, #4da407 100%);
    background: -o-linear-gradient(top, #99cf39 0%, #81c035 50%, #63b404 51%, #4da407 100%);
    background: -ms-linear-gradient(top, #99cf39 0%, #81c035 50%, #63b404 51%, #4da407 100%);
    background: linear-gradient(to bottom, #F9D801 0%, #FFC800 50%, #FFC700 51%, #FAA700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cf39', endColorstr='#4da407', GradientType=0);
    border: 1px solid #f2b65c;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
    text-align: right;
    padding: 17px 12px 17px 0;
    position: relative;
    text-shadow: 1px 1px 2px #473B3B;
    width: 100%;
}

#sidebar .button-action.order {
    padding: 8px 4px 7px 40px;
    line-height: 18px;
}

#sidebar .button-action:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
}

#sidebar .button-action.order:before {
    width: 26px;
    height: 35px;
    background-position: -66px -20px;
    top: 4px;
    left: 0;
}

.button-action.smaller {
    font: italic 13px/14px Arial;
}

.button-action:hover {
    text-decoration: underline;
}

.button-action span {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 2px 5px 46px;
    height: 41px;
    width: 195px;
    background: url('/bitrix/templates/naftusya-2014-2023/images/selection-ico.gif') no-repeat 4px 2px;
    font-weight: bold;
}

.button-action.smaller span {
    background: url('/bitrix/templates/naftusya-2014-2023/images/kupit-putevku.png') no-repeat 4px 2px;
    padding: 5px 2px 5px 0px;
    width: 243px;
}

.ad {
    padding: 0 0 10px;
}

.ad img {
    vertical-align: top;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.weather {
    font: 14px/18px Arial;
    color: #000;
    border: 1px solid #ace1fc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px 3px 14px 20px;
    background: #fff;
    margin: 0 0 10px;
}

.weather .caption {
    font: 20px/24px Arial;
    color: #0094d9;
    display: block;
    padding: 0 0 12px;
}

.weather .holder {
    overflow: hidden;
}

.weather .ico-holder {
    float: left;
    padding: 0 13px 0 0;
}

.weather .ico-holder img {
    vertical-align: top;
    
}

.weather .description {
    overflow: hidden;
    padding: 2px 0 0;
}

.weather .date {
    color: #9a9a9a;
    display: block;
    padding: 0 0 2px;
}

.weather .data {
    overflow: hidden;
    margin: 0;
}

.weather .data dt {
    float: left;
    padding: 0 4px 0 0;
}

.weather .data dd {
    color: #80c200;
    overflow: hidden;
    margin: 0 0 3px;
}

.criteria {
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 16px 10px 0;
    margin: 0 0 14px;
    width: 230px;
    z-index: 1;
}

.switcher-holder {
    padding-bottom: 10px;
}

.switcher-holder .analogs-switcher {
    margin-left: 4px;
    width: 109px;
}

.switcher-holder .analogs-switcher:first-child {
    margin-left: 0;
}

.criteria .criteria-header {
    background: #20a3fb;
    background: -moz-linear-gradient(top, #20a3fb 0%, #219aec 50%, #028be8 51%, #0382d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20a3fb), color-stop(50%, #219aec), color-stop(51%, #028be8), color-stop(100%, #0382d8));
    background: -webkit-linear-gradient(top, #20a3fb 0%, #219aec 50%, #028be8 51%, #0382d8 100%);
    background: -o-linear-gradient(top, #20a3fb 0%, #219aec 50%, #028be8 51%, #0382d8 100%);
    background: -ms-linear-gradient(top, #20a3fb 0%, #219aec 50%, #028be8 51%, #0382d8 100%);
    background: linear-gradient(to bottom, #20a3fb 0%, #219aec 50%, #028be8 51%, #0382d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20a3fb', endColorstr='#0382d8', GradientType=0);
    margin: -16px -10px 12px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-family: Arial;
    padding: 7px 0px 5px 0;
    border: 1px solid #2291dd;
    border-bottom: none;
    text-align: center;
}

.criteria.fixed-bottom, #filter-additional.fixed-bottom {
    position: fixed;
    bottom: 10px;
}

.criteria.fixed-top, #filter-additional.fixed-top {
    position: fixed;
    top: 0;
}

.criteria h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
}

.accordion {
    padding: 0;
    margin: 0;
    list-style: none;
}

.accordion > li {
    padding: 0 0 10px;
}

.accordion .slide {
    background: #f3fafe;
    padding: 10px 10px 4px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: 0px 1px 6px 0px #C9C9C9;
    -webkit-box-shadow: 0px 1px 6px 0px #C9C9C9;
    -moz-box-shadow: 0px 1px 6px 0px #C9C9C9;
    text-align: center;
}

.accordion .opener {
    color: #0382d8;
    text-decoration: none;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 0;
    width: 174px;
    font-size: 0.93em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.accordion .opener span {
    float: left;
    padding-left: 20px;
}

.accordion .opener:hover span {
    text-decoration: underline;
}

.accordion .opener span:before {
    content: '';
    display: block;
    background: #f3fafe;
    background-position: -27px -2px;
    margin-top: 3px;
    position: absolute;
    left: 3px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #2a9eec;
    border-bottom: none;
}

.accordion .selected .opener span:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #2a9eec;
    border-right: none;
}

.criteria-list {
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
}

.criteria-list-icon-item-stars, li.criteria-list-icon-item-ratings {
    position: relative;
}

.criteria-list-icon-item-stars:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 12px;
    background: url('/bitrix/templates/naftusya-2014/images/stars-rating.gif') no-repeat;
}

.criteria-list-icon-item-ratings .rating-value {
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 5px;
    width: 32px;
    color: #fff;
    height: 17px;
    font-size: 0.93em;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    border-radius: 2px;
}

.criteria-list-icon-item-ratings .rating-value.high,
.rating .number.high {
    background: #bfe439;
    background: -moz-linear-gradient(top, #bfe439 0%, #6eaa37 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfe439), color-stop(100%, #6eaa37));
    background: -webkit-linear-gradient(top, #bfe439 0%, #6eaa37 100%);
    background: -o-linear-gradient(top, #bfe439 0%, #6eaa37 100%);
    background: -ms-linear-gradient(top, #bfe439 0%, #6eaa37 100%);
    background: linear-gradient(to bottom, #bfe439 0%, #6eaa37 100%);
}

.criteria-list-icon-item-ratings .rating-value.medium,
.rating .number.medium {
    background: #fdd141;
    background: -moz-linear-gradient(top, #fdd141 0%, #f9811e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd141), color-stop(100%, #f9811e));
    background: -webkit-linear-gradient(top, #fdd141 0%, #f9811e 100%);
    background: -o-linear-gradient(top, #fdd141 0%, #f9811e 100%);
    background: -ms-linear-gradient(top, #fdd141 0%, #f9811e 100%);
    background: linear-gradient(to bottom, #fdd141 0%, #f9811e 100%);
}

.criteria-list-icon-item-ratings .rating-value.low,
.rating .number.low {
    background: #fc9042;
    background: -moz-linear-gradient(top, #fc9042 0%, #e73829 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9042), color-stop(100%, #e73829));
    background: -webkit-linear-gradient(top, #fc9042 0%, #e73829 100%);
    background: -o-linear-gradient(top, #fc9042 0%, #e73829 100%);
    background: -ms-linear-gradient(top, #fc9042 0%, #e73829 100%);
    background: linear-gradient(to bottom, #fc9042 0%, #e73829 100%);
}

.rating-value-comment {
    text-align: right;
    margin: 5px 10px 0;
    color: #B0A7BB;
    font-style: italic;
}

.slide .criteria-list {
    padding: 8px 0 0;
    text-align: left;
}

.criteria-list li {
    vertical-align: middle;
    padding: 0 0 10px;
}

.criteria-list label {
    display: inline-block;
    vertical-align: middle;
    color: #424242;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 180px;
}

.filter-objects-group-checker {
    color: #0382d8;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dotted #0382d8;
    cursor: pointer;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
}

.filter-objects-group-checker:hover {
    border-color: transparent;
}

#footer {
    background: #42b1f4;
    background: -moz-linear-gradient(top, #42b1f4 0%, #1697f0 100%);
    background: linear-gradient(to bottom, #42b1f4 0%, #1697f0 100%);
    padding: 16px 12px;
    min-height: 340px;
    overflow: hidden;
    position: relative;
}

#footer .contacts-list {
    color: #FFF;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    letter-spacing: -0.4px;
}

#footer .contacts-list > li {
    float: left;
    padding: 0 0 0 14px;
}

#footer .contacts-list .title {
    font: 15px/19px Arial;
    color: #fff;
    display: block;
    padding: 0 0 10px;
}

#footer .contacts-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .contacts-list ul li {
    padding: 0;
}

#footer .footer-epilog {
    padding: 0 0 10px 0;
    margin: 15px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-epilog-heading {
    font-size: 0.93em;
    line-height: 1.4;
}

#footer .footer-epilog-links {
    margin-bottom: 7px;
    margin-top: 3px;
    font-size: 0.93em;
}

.footer-epilog-ratings a {
    margin-right: 5px;
}

#footer .footer-epilog-links a {
    color: #ffffff;
    font-weight: bold;
}

.selectmenu {
    margin: 0;
    height: 21px;
    padding: 0;
    position: relative;
    text-decoration: none;
    background: #fff;
    border: 1px solid;
    border-color: #acadb2 #dcdfe6 #e2e9ef;
    cursor: pointer;
    z-index: 1;
}

.recalculate-form .selectmenu, .selection-holder .selectmenu {
    float: left;
}

.selectmenu:hover {
    text-decoration: none;
}

.selectmenu-status {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: block;
    height: 19px;
    overflow: hidden;
    color: #6d6d6d;
    padding: 3px 0 0 8px;
}

.price-data .switcher .row .selectmenu-status {
    text-align: left;
    color: #000;
    font-size: 0.88em;
    padding: 3px 0px 0px 6px;
    font-weight: bold;
}

.selectmenu-icon {
    float: right;
    cursor: pointer;
    width: 18px;
    height: 20px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/arrow02.gif) no-repeat 50% 50%;
}

.selectmenu-menu {
    position: absolute;
    top: 0;
    margin: -2px 0 0;
    display: none;
    z-index: 10;
}

.selectmenu-menu ul,
.select .drop ul {
    list-style: none outside none;
    margin: 0 -2px 0 0;
    padding: 1px 0 0;
    /*max-height:150px;
	overflow-y:auto;*/
    background: #fff;
    border: 1px solid;
    border-color: #acadb2 #dcdfe6 #e2e9ef;
    position: relative;
}

.selectmenu-menu.table-select ul {
    border: none;
}

.select .drop.scrollable ul {
    max-height: 200px;
    overflow-y: auto;
}

.select .drop ul {
    margin: 0;
}

.select .drop label {
    text-align: left;
}

.selectmenu-menu li,
.select .drop label,
#content .select .drop label {
    padding: 0px 8px;
    color: #6d6d6d;
    cursor: pointer;
    overflow: hidden;
}

#content .select .drop label:hover {
    color: #fff;
}

.selectmenu-open {
    display: block;
}

.select .drop {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.select .drop.accomodation-drop {
    left: inherit;
    right: 0;
}

.select.opened .drop {
    display: block;
    z-index: 2;
}

.select .drop .confirm {
    color: #6d6d6d;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    display: block;
    padding: 3px 8px;
    cursor: pointer;
}

.action .selectmenu,
.action .selectmenu-icon {
    height: 22px;
}

#content .action .selectmenu,
#content .action .select.middle {
    margin: 0 19px 0 0;
}

#content .action .selectmenu.short {
    margin: 0 14px 0 0;
}

.select-place.selectmenu {
    float: left;
    background: none;
    border: none;
    width: auto !important;
    background: url(/bitrix/templates/naftusya-2014-2023/images/arrow03.png) 100% 7px no-repeat;
    padding: 0 19px 0 0;
}

.select-place .selectmenu-status {
    font-size: 16px;
    line-height: 16px;
    color: #217abd;
    float: left;
    border-bottom: 1px dotted #217abd;
    padding: 3px 0 0;
    height: auto;
}

.select-place:hover .selectmenu-status {
    border-color: transparent;
}

.select-place .selectmenu-icon {
    background: none;
    width: 0;
    height: 0;
}

.select-place ul {
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2ZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffff 0%, #dcfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcfbfb));
    background: -webkit-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcfbfb 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcfbfb 100%);
    -pie-background: linear-gradient(#fff, #dcfbfb);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 10px 6px;
    min-width: 100px;
    margin: 8px 0 0 -34px;
}

.select-place ul li {
    padding: 0 0 5px;
}

.select-place ul li:hover {
    background: none;
}

.select-place ul span {
    color: #217abd;
    border-bottom: 1px dotted #217abd;
}

.select-place ul li:hover span {
    border-color: transparent;
}

.select-place a {
    text-decoration: none;
}

.inline-select.selectmenu {
    float: none;
    display: inline;
    height: auto;
    background: none;
    border: none;
}

.inline-select .selectmenu-status {
    color: #007bd9;
    border-bottom: 1px dotted #007bd9;
    display: inline;
    padding: 0;
    font-weight: bold;
}

.inline-select .selectmenu-status:hover {
    border-color: transparent;
}

.inline-select .selectmenu-icon {
    display: none;
}

.inline-select ul {
    font: 14px/18px "Times New Roman", Times, serif;
    border: none;
    margin: 2px 0 0;
}

.inline-select ul li,
.inline-select ul li:hover {
    color: #0094d9;
    background: none;
}

.inline-select ul li span {
    border-bottom: 1px dotted #0094d9;
}

.inline-select ul li:hover span {
    border-color: transparent;
}

.selectmenu-menu.short ul {
    min-width: 55px;
}

.selectmenu.short {
    margin: 0 17px 0 0;
}

.selectmenu.currency {
    margin: 0 11px 0 0;
}

.action .big-block .selectmenu.currency {
    margin: 0;
}

.outtaHere {
    position: absolute;
    left: -3000px;
}

.radioArea,
.radioAreaChecked {
    float: left;
    width: 15px;
    height: 15px;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-radio.png) no-repeat;
    overflow: hidden;
    margin: 4px 5px 0 6px;
}

.radioAreaChecked {
    background-position: 0 -23px;
}

.criteria-list .checkboxArea {
    width: 12px;
    height: 12px;
    float: left;
    display: inline-block;
    margin: 0 8px 0 0;
    border: 1px solid #d9dada;
    background: #fff;
    padding: 2px;
    cursor: pointer;
}

.selection-holder .checkboxArea,
.selection-holder .checkboxAreaChecked,
.remember .checkboxArea,
.remember .checkboxAreaChecked {
    float: left;
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: url(/bitrix/templates/naftusya-2014-2023/images/bg-check.gif) no-repeat;
    margin: 0 5px 0 0;
}

.checkboxarea-inner {
    width: 10px;
    height: 10px;
    border: 1px solid #d9dada;
    position: relative;
}

.criteria-list .checkboxarea-inner:before {
    content: '';
    position: absolute;
    background: url('/bitrix/templates/naftusya-2014/images/redisign-sprite.png') no-repeat;
    width: 14px;
    height: 13px;
    background-position: -11px -1px;
    top: -2px;
    left: -2px;
    display: none;
}

.criteria-list .checkboxAreaChecked .checkboxarea-inner:before {
    display: block;
}

.criteria-list > li:hover .checkboxarea-inner:before,
.criteria-list > li.hover .checkboxarea-inner:before {
    display: block;
    opacity: 0.5;
}

.selection .checkboxArea,
.registration .checkboxArea,
.remember .checkboxArea {
    width: 12px;
    height: 12px;
    background-position: 0 -54px;
    margin: 6px 6px 0 0;
}

.selection .checkboxAreaChecked,
.registration .checkboxAreaChecked,
.remember .checkboxAreaChecked,
.auth-form .checkboxAreaChecked {
    background-position: 0 -69px;
}

.registration .checkboxArea {
    margin: 1px 8px 0 0;
}

.remember .checkboxArea {
    margin: 2px 5px 0 0;
}

.popup-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup-holder .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.popup {
    position: absolute;
    left: 50%;
    top: 350px;
    width: 597px;
    margin-left: -419px;
    padding: 0 19px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    /*margin-left: -48%;
    box-sizing: border-box;*/
    width: 96%;
    max-width:800px;
    
}

@media screen and (max-width: 1023px) {
    .popup {
        margin-left: -48%;
        box-sizing: border-box;
        width: 96%;
    }
}

.popup.wider {
    width: 850px;
    margin-left: -444px;
}

.popup-callback .popup.wider {
    margin-left: -285px;
}

.popup-map .popup {
    width: 1000px;
    left: 45%;
}

.popup .heading {
    background: #5fc80a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmYzgwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZmIyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5fc80a 0%, #1fb200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fc80a), color-stop(100%, #1fb200));
    background: -webkit-linear-gradient(top, #5fc80a 0%, #1fb200 100%);
    background: -o-linear-gradient(top, #5fc80a 0%, #1fb200 100%);
    background: -ms-linear-gradient(top, #5fc80a 0%, #1fb200 100%);
    background: linear-gradient(to bottom, #5fc80a 0%, #1fb200 100%);
    -pie-background: linear-gradient(#5fc80a, #1fb200);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 6.5px 50px;
    overflow: hidden;
    margin: 0 -19px 11px;
    position: relative;
    
}

.popup h2, .popup .h2 {
    font: 30px/36px Arial;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #1e6900;
    margin: 0;
}

.popup-room-details .popup h2,
.popup-room-details .popup .h2,
.popup-last-offer-request .popup h2,
.popup-last-offer-request .popup .h2,
.popup-callback .popup h2,
.popup-callback .popup .h2 {
    font: 20px Arial;
}

.popup-callback .popup h2,
.popup-callback .popup .h2 {
    font-weight: bold;
    margin-top: 2px;
}

.popup-reservation .popup .heading, .popup-room-details .popup .heading, .popup-last-offer-request .popup .heading {
    background: #8dc921; /* Old browsers */
    background: -moz-linear-gradient(top, #8dc921 0%, #74bc1e 50%, #62b404 51%, #47a600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dc921), color-stop(50%, #74bc1e), color-stop(51%, #62b404), color-stop(100%, #47a600));
    background: -webkit-linear-gradient(top, #8dc921 0%, #74bc1e 50%, #62b404 51%, #47a600 100%);
    background: -o-linear-gradient(top, #8dc921 0%, #74bc1e 50%, #62b404 51%, #47a600 100%);
    background: -ms-linear-gradient(top, #8dc921 0%, #74bc1e 50%, #62b404 51%, #47a600 100%);
    background: linear-gradient(to bottom, #8dc921 0%, #74bc1e 50%, #62b404 51%, #47a600 100%);
    border: 1px solid #5aaf1b;
    border-bottom: 0;
}

.popup-reservation .popup .heading {
    margin: 0 -13px 5px;
}

.popup-reservation .popup h2, .popup-reservation .popup .h2 {
    font: 20px myriad_pro_regular, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.popup .stars-rating {
    margin: 1px 0 0;
}

.popup .btn-close {
    position: absolute;
    right: 13px;
    /*top: 18px;
	background: url(/bitrix/templates/naftusya-2014-2023/images/btn-close.png) no-repeat;
	width: 32px;
	height: 32px;*/
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat -56px -89px;
    top: 6px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.popup .btn-close:hover {
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat -83px -89px;
}

#popup-reservation-success .btn-close {
    top: 13px;
}

.popup .container {
    width: 100%;
    padding: 0 0 2px;
}

.popup .container:after {
    content: '';
    display: block;
    clear: both;
}

.popup .visual {
    float: left;
    margin: 4px 16px 0 0;
}

.popup-reservation .popup .visual {
    margin: 2px 4px 0 0;
}

.popup .big-image {
    padding: 0 0 8px;
    position: relative;
    width: 272px;
    height: 181px;
}

.popup-reservation .popup .big-image {
    float: left;
}

.popup .big-image img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.popup .preview {
    padding: 0 0 0 5px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.popup-reservation .popup .preview {
    float: left;
}

.popup .preview li {
    float: left;
    padding: 0 10px 0 0;
}

.popup-reservation .popup .preview li {
    float: none;
}

.popup .preview img {
    vertical-align: top;
    opacity: 0.5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.popup .preview img:hover {
    opacity: 1;
}

.popup .description {
    overflow: auto;
}

.popup .head-block {
    width: 100%;
    padding: 0 0 1px;
}

.popup .head-block:after {
    content: '';
    display: block;
    clear: both;
}

.popup h3, .popup .h3 {
    font: 20px/24px Arial;
    font-weight: bold;
    color: #000;
    float: left;
    margin: 0 8px 0 0;
}

.popup h4, .popup .h4 {
    font: 17px/17px Arial;
    color: #818181;
    margin: 0 0 8px;
}

.popup .amount {
    font: 24px/30px Arial;
    text-align: center;
    color: #008eef;
    padding: 0 20px 10px 0;
}

.popup .amount .holder {
    background: #e0e0e0;
    display: inline-block;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 2px 16px 0;
}

.popup .amount .title {
    font: 14px/18px Arial;
    color: #282828;
    display: block;
    margin: 0 0 -8px;
}

.popup .list {
    font: 14px/16px Arial;
    color: #6c6c6c;
    padding: 0;
    margin: 0;
    list-style: none;
}

.popup-reservation .list.rate-name-holder {
    margin-top: 10px;
}

.popup .list li {
    background: url(/bitrix/templates/naftusya-2014-2023/images/bullet05.gif) no-repeat 0 7px;
    padding: 0 0 0px 12px;
}

.popup-reservation .popup .list li {
    padding: 0 0 1px 12px;
}

.tab-control {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.tab-control li {
    float: left;
    padding: 0 5px 0 0;
}

.tab-control span {
    float: left;
    padding: 8px 14px 6px;
    color: #fff;
    text-decoration: none;
    background: #7fc102;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYzEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0M2EzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7fc102 0%, #43a300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc102), color-stop(100%, #43a300));
    background: -webkit-linear-gradient(top, #7fc102 0%, #43a300 100%);
    background: -o-linear-gradient(top, #7fc102 0%, #43a300 100%);
    background: -ms-linear-gradient(top, #7fc102 0%, #43a300 100%);
    background: linear-gradient(to bottom, #7fc102 0%, #43a300 100%);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
}

.popup-reservation .tab-control span {
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #b1b1b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #b1b1b1));
    
    
    background: -webkit-linear-gradient(top, #d3d3d3 0%, #b1b1b1 100%);
    background: -o-linear-gradient(top, #d3d3d3 0%, #b1b1b1 100%);
    background: -ms-linear-gradient(top, #d3d3d3 0%, #b1b1b1 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #b1b1b1 100%);
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border: 1px solid #c3c3c3;
    border-bottom: 0;
    border-left: 0;
    padding: 6px 16px 4px;
    position: relative;
    top: 4px;
    color: #000000;
}

.popup-reservation .tab-control li:first-child span {
    border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    -webkit-border-radius: 5px 0 0;
    border-right: 0;
    border-left: 1px solid #c3c3c3;
}

.popup-reservation .tab-control li {
    padding: 0;
    font-size: 14px;
}

.popup-reservation .tab-control .active span, .popup-reservation .tab-control li.active:first-child span {
    border: 0;
    padding: 8px 16px 6px;
    top: 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.tab-control span:hover {
    text-decoration: underline;
}

.tab-control .active span {
    color: #282828;
    background: #e9e9e9;
}

.tab-control .active span:hover {
    text-decoration: none;
    cursor: default;
}

.popup-reservation .tab-holder {
    margin: 0 -13px;
    padding: 13px 10px;
}

.tab-control span:hover {
    text-decoration: underline;
}

.tab-control .active span {
    color: #282828;
    background: #e9e9e9;
}

.tab-control .active span:hover {
    text-decoration: none;
    cursor: default;
}

.tab-holder {
    background: #e9e9e9;
    margin: 0 -19px;
    padding: 13px 21px;
    /*height: 1%;*/
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    position: relative;
}

.tab-holder:after {
    content: '';
    display: block;
    clear: both;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.popup form {
    font: 14px/18px Arial;
    color: #000;
}

.popup form .container {
    padding: 0;
}

.popup .block {
    float: left;
}

.popup .row {
    width: 100%;
    padding: 0 0 9px;
}

.row-group .row {
    float: left;
    width: 196px;
    margin-left: 20px;
}

.text.order-field-fio {
    width: 460px;
}

.row-group .row.order-field-city-holder {
    width: 305px;
}

.popup .text.order-field-city {
    width: 244px;
}

.row-group .row:first-child {
    margin-left: 0;
}

.popup .text.order-field-fio {
    width: 460px;
}

.block.order-narrow-column input {
    width: 172px;
}

.popup .row.additional-info {
    padding: 0;
}

.popup .row:after {
    content: '';
    display: block;
    clear: both;
}

.popup label {
    float: left;
    width: 55px;
    padding: 4px 5px 0 0;
}

.popup label:first-child {
    width: 70px;
}

.popup .text {
    width: 117px;
    margin: 0 18px 0 0;
}

.popup-reservation .popup .text {
    margin: 0;
}

.popup .text.long {
    width: 510px;
    margin: 0;
}

.popup .text.longer {
    width: 320px;
    margin: 0;
}

.popup .alt-block {
    float: left;
    margin: 18px -7px 0 8px;
}

.not-registered .popup .alt-block {
    margin-top: 0;
}

.popup .alt-block label {
    width: 52px;
}

.popup .alt-block .text {
    width: 88px;
}

.popup .head-line {
    overflow: hidden;
    padding: 0 0 1px;
}

.popup .head-line label {
    width: auto;
    padding: 0;
}

.add-link, .delete-link {
    color: #000;
    text-decoration: none;
    float: right;
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-add.gif) no-repeat 0 3px;
    padding: 0 0 0 19px;
    font-size: 0.93em;
    margin-right: 3px;
    cursor: pointer;
}

.add-input-link {
    background: url('/bitrix/templates/naftusya-2014/images/ico-add.gif') no-repeat 0 3px;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 16px;
    
}

.delete-link, .delete-input-link {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-delete.gif) no-repeat 0 3px;
}

.popup .add-link:hover, .popup .delete-link:hover {
    text-decoration: underline;
}

.popup textarea {
    width: 580px !important;
    height: 53px;
}

.popup .button-holder {
    
    width: 100%;
    padding: 10px 0;
}

.popup .button-holder:after {
    content: '';
    display: block;
    clear: both;
}

.popup .button-green {
    font-size: 18px;
    line-height: 22px;
    padding: 6px 19px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.popup-room-details .popup .button-green,
.popup-last-offer-request .button-green {
    padding: 6px 19px;
}

.popup .note {
    line-height: 17px;
    color: #6c6c6c;
    display: block;
    overflow: hidden;
}

.popup-reservation .note {
    overflow: auto;
    margin: 7px 0 0 7px;
    font: 12px Arial;
    color: #737373;
    text-align: center;
}

.enter {
    width: 500px;
    margin: 0 auto;
}

.enter:after {
    content: '';
    display: block;
    clear: both;
}

.enter .column {
    float: left;
    padding: 0 10px 0 0;
    width: 250px;
}

.enter .column.submit-holder {
    width: 120px;
    margin-left: 20px;
}

.enter .forgot {
    color: #a47f7f;
    text-decoration: none;
    border-bottom: 1px dashed #a47f7f;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.enter .forgot-password-box {
    width: 210px;
    display: none;
    margin-top: 15px;
    font: 14px/18px Arial;
    color: #000;
}

.enter .forgot:hover {
    border: none;
}

.enter .enter-heading {
    font-size: 22px;
    margin-left: 67px;
    line-height: 50px;
    color: #7f7f7f;
}

.enter label,
.enter label:first-child {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 1px;
}

.enter label a {
    color: #000;
}

.enter .row {
    padding: 0 0 8px;
}

.enter .row label {
    float: left;
    margin-top: 2px;
}

.enter .row:after {
    content: '';
    display: block;
    clear: both;
}

.enter .text {
    width: 175px;
}

.remember {
    font-size: 0.93em;
    line-height: 16px;
    overflow: hidden;
    padding: 4px 0 14px;
}

.enter .check {
    margin: 0 5px 0 0;
}

.remember label {
    overflow: hidden;
    padding: 0;
}

.enter .button-green {
    padding: 6px 26px 6px 13px;
}

.enter .button-green span {
    background: url(/bitrix/templates/naftusya-2014-2023/images/ico-enter.png) no-repeat;
    padding: 0 0 0 30px;
}

.enter .alt-column {
    float: right;
    width: 351px;
    margin-left: 40px;
}

.enter .title {
    display: block;
    padding: 0 0 9px;
}

.social {
    padding: 0 0 9px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.social li {
    float: left;
    padding: 0 10px 0 0;
}

.social img {
    vertical-align: top;
}

.alt-column .remember {
    padding: 0 0 10px;
}

.enter .note {
    font: 12px/14px Arial;
    
}

.ui-datepicker {
    width: 230px;
}

.ui-datepicker .ui-datepicker-header {
    padding: 7px 0;
}

.ui-datepicker .ui-datepicker-title {
    font: 16px/20px Arial;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.no-offers-note {
    margin-top: -140px;
}

.warning-mes {
    color: #84d500;
    font-weight: bold;
}

.important-text {
    color: red;
    text-transform: uppercase;
}

.ajax-no-rooms {
    display: none;
}

.country-item {
    list-style-type: none;
    margin-bottom: 15px;
}

.order-date-holder {
    cursor: pointer;
}

.dialog-form-change-dates {
    display: none;
}

.error-message {
    color: red;
    
}

.dialog-form-change-dates {
    display: none;
}

.highlighted {
    background: #e6f2fb;
    /*border-bottom: 1px solid #008bee;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: auto;
    padding: 9px 12px 0;
}

.platform.platform-table.item .block {
    margin: -7px -8px 0 0;
}

.popup-room-details .head-block,
.popup-last-offer-request .head-block {
    width: 635px;
    float: left;
}

.popup-room-details .amount,
.popup-last-offer-request .amount {
    float: right;
}

.popup-room-details .popup .room-details-description label {
    float: none;
    padding: 0;
}

.popup-room-details .icons-list li {
    float: none;
    width: auto;
    padding: 0;
    height: 21px;
    font: 14px/16px Arial;
}

.popup-room-details .button-holder, .popup-reservation .button-holder, .popup-last-offer-request .button-holder {
    padding: 0;
}

.popup-room-details .button-holder .button-green, .popup-last-offer-request .button-holder .button-green {
    margin-left: 22px;
}

.popup-reservation .button-holder .button-green {
    margin: 0 0 0 13px;
}

.popup-reservation .button-holder:first-child .button-green {
    margin: 0 0 0 4px;
}

.popup-room-details .room-details-description {
    width: 265px;
    float: left;
    border-left: 1px solid #ebebeb;
    height: 100%;
    padding-left: 15px;
    word-wrap: break-word;
}

.room-gallery-item {
    display: inline-block;
    width: 275px;
    float: left;
    border-left: 1px solid #ebebeb;
    height: 100%;
    padding-left: 5px;
}

.popup-room-details .room-details-description .subheader {
    font-size: 20px;
    float: none;
    margin-bottom: 5px;
}

.popup-room-details .room-details-footer, .popup-reservation .reservation-form-footer {
    margin: 0 -19px;
    background-color: #e9e9e9;
    height: 52px;
    padding: 7px 16px 0;
}

.popup-reservation .reservation-form-footer {
    padding-top: 0;
    margin: 0 -9px;
    padding: 8px 6px 0;
}

.room-details-description .service-info {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.room-details-description .room-props-list span {
    color: #000;
    margin-left: 3px;
}

.popup-reservation .popup .calculating-block {
    height: 58px;
    border: 1px solid #0383db;
    border-radius: 4px;
}

.popup-reservation .popup .calculating-block .block {
    padding: 18px 0 0 10px;
}

.popup-reservation .popup .price-holder {
    background: #1ba1fc;
    background: -moz-linear-gradient(top, #1ba1fc 0%, #1c98eb 50%, #028be9 51%, #0382d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ba1fc), color-stop(50%, #1c98eb), color-stop(51%, #028be9), color-stop(100%, #0382d8));
    background: -webkit-linear-gradient(top, #1ba1fc 0%, #1c98eb 50%, #028be9 51%, #0382d8 100%);
    background: -o-linear-gradient(top, #1ba1fc 0%, #1c98eb 50%, #028be9 51%, #0382d8 100%);
    background: -ms-linear-gradient(top, #1ba1fc 0%, #1c98eb 50%, #028be9 51%, #0382d8 100%);
    background: linear-gradient(to bottom, #1ba1fc 0%, #1c98eb 50%, #028be9 51%, #0382d8 100%);
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border: 1px solid #1d8fdc;
    font: 24px Arial;
    font-weight: bold;
    color: #ffffff;
    width: 143px;
    height: 44px;
    float: right;
    text-align: center;
    padding-top: 13px;
}

.popup-reservation .popup .price-holder .currency {
    font-size: 17px;
}

.popup-reservation .popup .days-holder {
    font: 17px/16px Arial;
    color: #0382d8;
    margin: 24px 5px 0 0;
    float: right;
    font-weight: bold;
}

.popup-reservation .popup label {
    font-size: 14px;
    width: auto;
}

.popup-reservation .rate-name {
    font: 17px/20px Arial;
    font-weight: bold;
}

.popup-reservation .popup .preview li {
    padding-top: 11px;
}

.popup-reservation .popup .preview li:first-child {
    padding-top: 0;
}

.popup-reservation .tab input {
    float: right;
    padding: 4px 3px 2px;
}

.popup-reservation .tab .block {
    margin-left: 10px;
}

.popup-reservation .tab .block:first-child {
    margin-left: 0;
}

.popup-reservation .popup textarea {
/ / width: 484 px !important;
    width: 804px !important;
    height: 64px;
    display: inline-block;
/ / margin-right: 14 px;
}

#gcap-order {
    display: inline-block;
    vertical-align: top;
}

.popup-reservation .add-link {
    display: block;
    padding: 0px 4px;
    background: #80c208;
    background: -moz-linear-gradient(top, #80c208 0%, #51aa0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80c208), color-stop(100%, #51aa0f));
    background: -webkit-linear-gradient(top, #80c208 0%, #51aa0f 100%);
    background: -o-linear-gradient(top, #80c208 0%, #51aa0f 100%);
    background: -ms-linear-gradient(top, #80c208 0%, #51aa0f 100%);
    background: linear-gradient(to bottom, #80c208 0%, #51aa0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80c208', endColorstr='#51aa0f', GradientType=0);
    border-radius: 4px;
    border-bottom: 0;
    border: 1px solid #52ab10;
    color: #ffffff;
    font-size: 0.93em;
    margin-right: 4px;
}

.popup-reservation .add-link:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url("/bitrix/templates/naftusya-2014-2023/images/ico-add-w-small.png") no-repeat;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.popup-reservation .red-input {
    -moz-box-shadow: inset 0 0 1px 0px #ff0000;
    -webkit-box-shadow: inset 0 0 1px 0px #ff0000;
    box-shadow: inset 0 0 1px 0px #ff0000;
}

.popup-reservation .green-input {
    -moz-box-shadow: inset 0 0 1px 1px #88c620;
    -webkit-box-shadow: inset 0 0 1px 1px #88c620;
    box-shadow: inset 0 0 1px 1px #88c620;
}

.rating-page-description {
    margin-bottom: 10px;
    font: 14px/18px Arial;
}

.order-accomodation-select, .order-rate-select {
    z-index: 100;
    width: 244px;
    border: 1px solid #47a600;
    border-radius: 3px;
    line-height: 25px;
}

.order-rate-select {
    width: 370px;
}

a.order-rate-select {
    margin-left: 3px;
}

div.order-accomodation-select, div.order-rate-select {
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

a.order-accomodation-select, a.order-rate-select {
    display: block;
    height: 23px;
}

a.order-accomodation-select.active, a.order-rate-select.active {
    border-radius: 3px 3px 0 0;
}

.selectmenu-menu.order-accomodation-select ul, .selectmenu-menu.order-rate-select ul {
    margin: 0;
    border: 0;
    border-top: 1px solid #47a600;
    border-radius: 0 0 3px 3px;
}

.order-accomodation-select .selectmenu-icon, .order-rate-select .selectmenu-icon {
    background: #a0d146;
    background: -moz-linear-gradient(top, #a0d146 0%, #8cc843 50%, #62b404 51%, #4aa800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0d146), color-stop(50%, #8cc843), color-stop(51%, #62b404), color-stop(100%, #4aa800));
    background: -webkit-linear-gradient(top, #a0d146 0%, #8cc843 50%, #62b404 51%, #4aa800 100%);
    background: -o-linear-gradient(top, #a0d146 0%, #8cc843 50%, #62b404 51%, #4aa800 100%);
    background: -ms-linear-gradient(top, #a0d146 0%, #8cc843 50%, #62b404 51%, #4aa800 100%);
    background: linear-gradient(to bottom, #a0d146 0%, #8cc843 50%, #62b404 51%, #4aa800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0d146', endColorstr='#4aa800', GradientType=0);
    width: 21px;
    margin: 1px;
    height: 21px;
    border-radius: 0 2px 2px 0;
}

.order-accomodation-select .selectmenu-status, .order-accomodation-select li {
    font-size: 12px;
    color: #000000;
}

.order-rate-select .selectmenu-status, .order-rate-select li {
    font-size: 17px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif
}

.order-accomodation-select .selectmenu-icon:before, .order-rate-select .selectmenu-icon:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url('/bitrix/templates/naftusya-2014/images/arrow02-w.png') no-repeat 50% 50%;
}

.order-rate-select-holder {
    display: inline-block;
    position: relative;
    top: 7px;
}

.order-accomodation-select-holder {
    position: relative;
    top: 17px;
    left: 5px;
}

.order-accomodation-select ul li:hover, .order-rate-select ul li:hover {
    background: #85c425;
    color: #fff;
}

.order-no-offers-note, .required-fields-note {
    font-size: 0.93em;
    color: #ef403d;
}

.order-no-offers-note {
    display: none;
}

.starrequired {
    color: #ef403d;
}

.added-block .added1 {
    width: 521px;
}

.added-block .added2 {
    width: 175px;
}

.added-block .added3 {
    width: 196px;
}

.added-block .added4 {
    width: 285px;
}

.added-block .added4 .text {
    width: 172px;
}

.popup h4.room-name-holder, .popup .h4.room-name-holder {
    font-size: 18px;
    margin: 0 0 1px;
}

.required-fields-note {
    position: relative;
    top: -2px;
}

.order-instructions-note {
    font-size: 0.88em;
    color: #939598;
    margin-left: 12px;
}

.room-prices-box .order-instructions-note {
    margin-left: 0;
}

.room-prices-box .order-instructions-note:before {
    top: 0;
}

.item-table-holder .order-instructions-note.room-name-note {
    display: inline-block;
    margin-left: 0;
}

.item-table-holder .order-instructions-note.room-name-note > div {
    text-align: left;
    padding-left: 16px;
}

.order-instructions-note:before, .prices-description-block:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    /*	background: url("/bitrix/templates/naftusya-2014-2023/images/ico-i.png") no-repeat;*/
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.prices-description-block:before {
    margin-right: -12px;
}

.price-data-info .prices-description-block:before {
    display: none;
}

.new-year-description {
    width: 100%;
}

.action .row:first-child {
    border: 1px solid green;
}

.action .wide-fix .block,
.action .wide-fix .alt-block {
    margin-left: 5px;
}

.stamps-holder {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.item.order .stamps-holder {
    right: 2px;
    top: 10px;
    padding: 5px 2px 0;
}

.object .stamps-holder {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
}

.prices-period-info {
    font-style: italic;
    margin-bottom: 2px;
    color: #504f4f;
    text-align: center;
    background: #e6f2fb;
    padding: 0 0 10px;
}

.object .prices-period-info {
    padding: 10px;
    border-radius: 5px;
}

.prices-period-info.white-bg {
    background: #fff;
}

.prices-period-info > .warning {
    font-size: 15px;
    color: red;
}

.button-green-double {
    display: inline-block;
    border: 1px solid #6cb833;
    border-bottom: none;
    border-radius: 3px;
    color: #ffffff;
    background: #99cf39;
    background: -moz-linear-gradient(top, #99cf39 0%, #83c336 50%, #62b404 51%, #47a600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99cf39), color-stop(50%, #83c336), color-stop(51%, #62b404), color-stop(100%, #47a600));
    background: -webkit-linear-gradient(top, #99cf39 0%, #83c336 50%, #62b404 51%, #47a600 100%);
    background: -o-linear-gradient(top, #99cf39 0%, #83c336 50%, #62b404 51%, #47a600 100%);
    background: -ms-linear-gradient(top, #99cf39 0%, #83c336 50%, #62b404 51%, #47a600 100%);
    background: linear-gradient(to bottom, #99cf39 0%, #83c336 50%, #62b404 51%, #47a600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cf39', endColorstr='#47a600', GradientType=0);
}

.button-more.button-green-double {
    font-size: 15px;
    padding: 12px 9px;
    float: none;
    margin-top: 8px;
    cursor: pointer;
}

.button-holder.deatil-link-holder {
    padding-bottom: 8px;
    padding-top: 1px;
    text-align: center;
    background: #f8f8f8;
    border-bottom: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.8);
    -moz-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.8);
    box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.8);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-holder.deatil-link-holder .show-additional-rooms-btn, .btn-more-blue {
    background: none;
    font-family: Arial;
    font-weight: bold;
    color: #2f94dc;
    font-size: 14px;
    border-bottom: 1px dashed #2f94dc;
    margin: 13px auto 0;
    width: 180px;
    padding: 0 0 5px;
}

.btn-more-blue {
    display: block;
    width: 90px;
    text-align: center;
    text-decoration: none;
}

.button-holder.deatil-link-holder .show-additional-rooms-btn:hover {
    border-bottom: none;
    padding-bottom: 6px;
}

.button-holder.deatil-link-holder .show-additional-rooms-btn span {
    padding: 0;
    background: initial;
}

.object-filter-heading {
    position: relative;
}

.criteria.analogs .analogs-level,
.criteria .filter-type {
    display: none;
    padding-bottom: 5px;
}

.criteria.analogs .analogs-level.active,
.criteria .filter-type.active {
    display: block;
}

.criteria.analogs .analogs-switcher,
.criteria .filter-switcher {
    font-size: 0.93em;
    cursor: pointer;
    width: 109px;
    margin: 0 0 13px 4px;
}

.criteria.analogs .analogs-switcher:first-child,
.criteria .filter-switcher:first-child {
    margin-left: 0;
}

.criteria.analogs .analogs-switcher.active,
.criteria .filter-switcher.active {
    background: #cbe8fc;
}

.criteria.analogs .analogs-item-name {
    display: block;
    font: 16px Arial;
    font-weight: bold;
    color: #0094df;
    margin-bottom: 8px;
    text-decoration: none;
}

.criteria.analogs .stars-rating {
    float: none;
    display: inline-block;
    margin: 5px 0 0;
}

.criteria.analogs .analogs-level-prop-name {
    font: 12px Arial;
    font-weight: bold;
    margin-right: 8px;
}

.criteria.analogs .analogs-level-prop {
    font: 12px Arial;
}

.accordion .analogs-level li {
    margin-bottom: 10px;
}

.no-prices-note {
    font-size: 0.93em;
    display: inline-block;
    line-height: 14px;
    opacity: 0.3;
    color: red;
    font-weight: bold;
}

.holder-button .no-prices-note {
    position: relative;
    top: -4px;
}

.one-night-price {
    color: #51C63F;
    font-size: 15px;
    display: inline-block;
    padding-top: 10px;
    font-weight: bold;
}

/* admin service block */
.admin-service-info-block {
    position: fixed;
    right: 10px;
    top: 0;
    background: #fff;
    z-index: 99999;
    width: 300px;
    margin-top: 150px;
}

.admin-service-info-block-item {
    border: 2px dashed brown;
    padding: 10px;
}

.prices-description-block {
    padding: 7px;
    font-size: 12px;
}

p.zak-text {
    margin: 0;
    text-align: right;
    font-family: Arial;
    color: #fff;
    line-height: 34px;
    padding-right: 24px;
}

div#cont {
    z-index: 9999999;
    position: fixed;
    right: 339px;
    bottom: 0;
    background: #ffa120 url(/bitrix/templates/naftusya-2014/images/pero.png) 40px 6px no-repeat;
    background-size: 27px;
    border-top-left-radius: 27px;
    width: 257px;
    height: 33px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

div#cont:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 219, 13, 0.6);
}

div#cont:before {
    top: -50px;
    left: -51px;
}

div#contall {
    position: relative;
    background: #ffa120 url(/bitrix/templates/naftusya-2014/images/pero.png) 40px 6px no-repeat;
    background-size: 27px;
    border-radius: 8px;
    width: 303px;
    height: 33px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    margin: 0 auto 10px auto;
}

div#contall:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 219, 13, 0.6);
}

div#contall:before {
    top: -50px;
    left: -51px;
}

div#contall p.zak-text {
    
    padding-right: 16px;
}

/*div#contall:after{
	content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 219, 13, 0.6);
}

div#contall:after {
	top: -50px;
    right: -51px;
} */


/*div#cont:after {
	top: -50px;
    right: -51px;
}*/
i.oval {
    border-top-left-radius: 27px;
    border-bottom-right-radius: 33px;
    top: 0;
    left: -7px;
}

i.oval, i.oval-r {
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    background: rgba(255, 219, 13, 0.6);
}

i.oval-r {
    right: -7px;
    top: 0;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 33px;
}

.bottom-phones i.oval, .bottom-phones i.oval-r {
    background: rgba(171, 220, 255, 0.3);
}

.bottom-phones {
    position: fixed;
    bottom: 0;
    right: 623px;
    height: 33px;
    background: #ef861d;
    z-index: 9999999;
    width: 709px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    text-align: center;
    line-height: 2.3em;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.bottom-phones span {
    padding: 0;
}

.last-offers-list {
    padding: 20px 12px;
}

.last-offers-list .last-offers-list-item-wrapper {
    /*float: left;*/
    display: inline-block;
    text-align: center;
    width: 226px;
    margin-left: 11px;
    margin-bottom: 15px;
}

.last-offers-list .last-offers-list-item-wrapper:nth-child(4n+1) {
    margin-left: 0;
}

.last-offers-list .last-offers-list-item-wrapper .button-more.button-green-double {
    padding: 6px 9px;
    cursor: pointer;
}

.last-offers-list .last-offers-list-item {
    text-align: center;
    font-size: 13px;
    border: 1px solid #C8E7FC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 90%, #c8e7fc 90%, #c8e7fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(90%, #ffffff), color-stop(90%, #c8e7fc), color-stop(100%, #c8e7fc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 90%, #c8e7fc 90%, #c8e7fc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 90%, #c8e7fc 90%, #c8e7fc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 90%, #c8e7fc 90%, #c8e7fc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #c8e7fc 90%, #c8e7fc 100%);
}

.last-offers-list .last-offers-list-item .stars-rating {
    width: 100%;
}

.last-offers-list .last-offers-list-item .stars-rating .holder {
    float: none;
    display: inline-block;
}

.last-offers-list .last-offers-list-item .last-offers-list-item-price-holder {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.popup-last-offer-request .popup {
    width: 540px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(71%, #ffffff), color-stop(71%, #e9e9e9), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
}

.popup-last-offer-request form {
    padding-left: 30px;
}

.popup-last-offer-request .popup label:first-child, .popup-last-offer-request .popup label {
    width: 200px;
    color: #8e9294;
}

.popup-last-offer-request .popup input {
    width: 220px;
}

.popup-last-offer-request .button-holder .button-green {
    margin: 30px 0px 15px 80px;
}

.popup-last-offer-request .form-message {
    font-weight: bold;
    padding-left: 30px;
}

/* callback button & popup*/
.wave1 {
    display: block;
    border-radius: 50%;
    position: fixed;
    width: 65px;
    height: 65px;
    border: 2px solid #44c400;
    bottom: 80px;
    right: 100px;
    z-index: 9999;
    animation: callwave 1.5s linear infinite;
}

.wave2 {
    display: block;
    border-radius: 50%;
    position: fixed;
    width: 65px;
    height: 65px;
    border: 2px solid #44c400;
    bottom: 80px;
    right: 100px;
    z-index: 9999;
    animation: callwave2 1.5s linear infinite;
}

#callme {
    display: block;
    position: fixed;
    background: #44c400;
    width: 70px;
    height: 70px;
    bottom: 80px;
    left: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0.7;
}

#callme:hover {
    background: radial-gradient(closest-corner at 40% 40%, #9fe904, #44c400 80%);
    background: -moz-radial-gradient(40% 40%, closest-corner, #9fe904, #44c400 80%);
    background: -webkit-radial-gradient(40% 40%, closest-corner, #9fe904, #44c400 80%);
    background: -o-radial-gradient(40% 40%, closest-corner, #9fe904, #44c400 80%);
    opacity: 1;
}

#callme:hover .callme_icon {
    transform: rotate(15deg);
}

.hovered .wave1, .hovered .wave2 {
    animation: none;
}

.callme_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/bitrix/templates/naftusya-2014-2023/images/telephone-icon.png') center no-repeat;
    position: absolute;
    z-index: 5;
}

@keyframes callwave {
    from {
        width: 65px;
        height: 65px;
        bottom: 80px;
        right: 100px;
    }
    to {
        width: 125px;
        height: 125px;
        bottom: 50px;
        right: 70px;
        opacity: 0;
    }
}

@keyframes callwave2 {
    55% {
        width: 65px;
        height: 65px;
        bottom: 80px;
        right: 100px;
        opacity: 1;
    }
    to {
        width: 115px;
        height: 115px;
        bottom: 55px;
        right: 75px;
        opacity: 0;
    }
}

.popup-callback .popup {
    width: 540px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(71%, #ffffff), color-stop(71%, #e9e9e9), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 71%, #e9e9e9 71%, #e9e9e9 100%);
}

.popup-callback form {
    padding-left: 50px;
}

.popup-callback form.addok {
    padding-left: 0;
}

.popup-callback .popup label:first-child, .popup-callback .popup label {
    width: 200px;
    color: #8e9294;
}

.popup-callback .popup input {
    width: 220px;
}

.popup-callback .button-holder .button-green {
    margin: -6px 3px -4px 22px;
}

.popup-callback .form-message {
    font-weight: bold;
    padding-left: 30px;
}

.popup-callback .popup .btn-close {
    width: 24px;
    height: 24px;
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat -56px -89px;
    top: 6px;
}

.popup .btn-close:hover {
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat -83px -89px;
}

.popup-callback .popup .quick-callback-note {
    color: #f80000;
    font-size: 12px;
}

#callback-form-notes p {
    margin: 0;
}

.popup-callback .popup h2.callback-thanks,
.popup-callback .popup .h2.callback-thanks,
.popup-callback .callback-thanks-description {
    font-size: 21px;
    margin: 20px 0;
    display: block;
    color: #988f8f;
    font-family: Arial;
    text-shadow: none;
    font-weight: bold;
    text-align: center;
}

.popup-callback .callback-thanks-description {
    font-size: 16px;
    margin-bottom: 60px;
}

#close-button {
    margin: 0px 0 18px 155px;
}

.platform {
    padding: 12px;
    background: #fff;
    box-shadow: 0px 1px 5px 1px rgba(140, 140, 140, 0.21);
    border-radius: 4px;
    border: 1px solid #DBDDD9;
}

.platform.platform-table {
    padding: 0;
}

.news-detail ul:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.object .data-list.checkin {
    width: 180px;
}

.popular-list .sketch {
    height: 251px;
    background-image: linear-gradient(top, transparent 233px, rgba(200, 231, 252, 1) 233px, rgba(200, 231, 252, 1) 100%);
    background-image: -webkit-linear-gradient(top, transparent 233px, rgba(200, 231, 252, 1) 233px, rgba(200, 231, 252, 1) 100%);
    background-image: -moz-linear-gradient(top, transparent 233px, rgba(200, 231, 252, 1) 233px, rgba(200, 231, 252, 1) 100%);
    background-image: -ms-linear-gradient(top, transparent 233px, rgba(200, 231, 252, 1) 233px, rgba(200, 231, 252, 1) 100%);
    background-image: -o-linear-gradient(top, transparent 233px, rgba(200, 231, 252, 1) 233px, rgba(200, 231, 252, 1) 100%);
}

.sketch {
    position: relative;
    float: left;
    border: 1px solid #C8E7FC;
    border-radius: 5px;
    width: 197px;
    height: 165px;
    padding: 8px;
    margin: 0px 10px 10px 0px;
    word-spacing: -1px;
    background-image: linear-gradient(top, transparent 156px, rgba(200, 231, 252, 1) 156px, rgba(200, 231, 252, 1) 100%);
    background-image: -webkit-linear-gradient(top, transparent 156px, rgba(200, 231, 252, 1) 156px, rgba(200, 231, 252, 1) 100%);
    background-image: -moz-linear-gradient(top, transparent 156px, rgba(200, 231, 252, 1) 156px, rgba(200, 231, 252, 1) 100%);
    background-image: -ms-linear-gradient(top, transparent 156px, rgba(200, 231, 252, 1) 156px, rgba(200, 231, 252, 1) 100%);
    background-image: -o-linear-gradient(top, transparent 156px, rgba(200, 231, 252, 1) 156px, rgba(200, 231, 252, 1) 100%);
    text-align: center;
}

.popular-list .sketch:after {
    top: -177px;
}

/*NY*/
.new-year-description > div, .new-year-offer-description > div > div {
    background: url('/bitrix/templates/naftusya-2014/images/NY-fon.jpg') 0 0 no-repeat !important;
    background-size: 100% !important;
    padding: 12px 12px 0;
    border-radius: 4px;
}

.new-year-description h3 span, .new-year-offer-description h3 span {
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(9, 33, 104, 0.71);
}

.new-year-description > div ul, .new-year-offer-description ul {
    padding-left: 14px;
    margin: 0;
}

.new-year-description > div ul li, .new-year-offer-description ul li {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(9, 33, 104, 0.71);
    padding: 0 0 12px;
}

.new-year-description h3, .new-year-offer-description h3 {
    text-align: center;
}

/*  pools */
.pools,
.pools .object-background {
    background: #cbf8e4;
    font-size: 13px;
}

.pools .pools-photos a {
    position: relative;
    float: left;
    width: 299px;
    height: 195px;
    margin-left: 25px;
}

.pools .pools-photos a:first-child {
    margin: 0;
}

.pools .pools-list:first-child {
    margin-top: 10px
}

.pools .pools-list {
    list-style-type: none;
    margin-top: 20px
}

.pools .pools-list .pool-number {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    position: relative;
    top: -1px;
    font-weight: bold
}

.pools .pools-list .pools-list-item:first-child {
    margin-right: 5px;
}

.pools .pools-list .pools-list-item {
    float: left;
    margin-right: 25px
}

.pools .pools-list .pools-list-item .pools-list-name {
    font-weight: bold;
    margin-right: 5px;
}

.pools .pools-list .pools-list-item .pools-list-value {
    color: #89a398;
}

.pools-photos a:after {
    top: 47%;
    left: 44%;
}

.chosen-profiles-disease-heading {
    font-weight: bold;
    font-size: 13px;
    color: #5ead04;
}

/*----PAYMENT----*/
.payment {
    border: 1px solid #41ca04;
    border-radius: 6px;
    padding: 20px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

.payment form {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.ocard-payment {
    text-align: center;
}

.online-payment {
    font-size: 0;
}

.card-payment {
    width: 70%;
}

.prom-payment, .sber-payment {
    width: 49%;
}

.sber-payment {
    margin-right: 2%
}

.online-payment form {
    text-align: right;
}

.card-payment .background-payment {
    background: url('/images/visa.jpg') 17% center no-repeat;
    height: 180px;
}

.sber-payment .background-payment {
    background: url('/images/sber.jpg') center center no-repeat;
    height: 125px;
}

.prom-payment .background-payment {
    background: url('/images/prom.jpg') center center no-repeat;
    height: 125px;
}

.background-payment {
    display: inline-block;
    width: 40%;
    background-size: contain !important;
    vertical-align: top;
}

.payment input[type="text"] {
    width: 90%;
    height: 55px;
    border: 1px solid #49B2F4;
    padding: 0 4px;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    color: #777;
    box-sizing: border-box;
    letter-spacing: 8px;
}

.payment input[type="text"]:focus {
    box-shadow: inset 0px 0px 4px rgba(51, 179, 255, 0.48);
    border-color: #018AEE;
}

.payment input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 12px;
    border-radius: 4px;
    background: #97e33a;
    background: -moz-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e33a), color-stop(50%, #6ad537), color-stop(51%, #41ca04), color-stop(100%, #0ebb00));
    background: -webkit-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -o-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -ms-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: linear-gradient(to bottom, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    cursor: pointer;
    color: #fff;
    border: none;
    height: 30px;
    box-sizing: border-box;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.34);
    width: 90%;
    height: 55px;
    margin-top: 20px;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.payment input[type="submit"]:hover {
    -webkit-box-shadow: inset 0px 0px 11px 5px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 11px 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 11px 5px rgba(255, 255, 255, 0.3);
}

.card-payment.payment input[type="submit"] {
    font-size: 25px;
}

.online-payment .payment input[type="submit"] {
    margin-top: 15px;
    font-size: 20px;
}

.button-payment {
    margin-right: 350px; /*330 decole*/
    background: transparent linear-gradient(to bottom, #2DA5F2 0%, #018AEE 100%) repeat scroll 0% 0%;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    height: 28px;
    width: 225px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    text-align: left;
    padding: 0 12px;
    line-height: 27px;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.button-payment:hover {
    box-shadow: 0px -9px 5px 2px rgba(255, 255, 255, 0.2) inset;
}

.button-payment i {
    display: inline-block;
    width: 74px;
    height: 29px;
    /*	background: transparent url("/images/payment-icon.png") no-repeat center center;*/
    margin-right: 8px;
    vertical-align: middle;
}

.payment-right {
    position: absolute;
    width: 172px;
    height: 416px;
    right: -189px;
    background: #fff;
    top: -309px;
    border-radius: 5px;
    padding: 0 13px;
    box-sizing: border-box;
}

.popup-reservation .popup {
    margin-left: -510px;
}

.popup .payment-right h3 {
    font-size: 18px;
    margin: 10px 0;
}

/* filters  */
#filter-form-tabs-panel {
    height: 29px;
}

#filter-form-tabs-panel .filter-form-tabs-panel-switcher:nth-child(3) {
    border-top: 2px solid yellow;
    border-left: 2px solid yellow;
    border-right: 2px solid yellow;
    position: relative;
    padding-left: 33px;
}

#filter-form-tabs-panel .filter-form-tabs-panel-switcher:nth-child(3):before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 23px;
    /*	background: url('/bitrix/templates/naftusya-2014-2023/images/sun-ico.png') center center no-repeat;*/
    position: absolute;
    top: 3px;
    left: 5px;
}

#filter-form-tabs-panel .filter-form-tabs-panel-switcher:nth-child(3).active {
    height: 18px;
}

#filter-form.sea-active {
    border-top: 2px solid yellow;
}

.filter-switcher-holder {
    position: relative;
}

.popup-parameters-info {
    font-size: 14px;
    text-align: center;
    color: #a47c34;
    background: #faf6ab;
    border: 1px solid #f8e88f;
    border-radius: 4px;
    width: 137px;
    height: 49px;
    left: -151px;
    top: -11px;
    position: absolute;
    z-index: 1;
    padding: 4px;
    box-sizing: border-box;
    padding-left: 16px;
}

.popup-parameters-info.hidden {
    display: none;
}

.popup-parameters-close {
    width: 22px;
    height: 22px;
    display: block;
    background: #fff url('/bitrix/templates/naftusya-2014-2023/images/close-popup-icon.png') center center no-repeat;
    border: 1px solid #ff4b47;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    cursor: pointer;
}

.popup-parameters-info:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 14px solid transparent;
    border-left-color: #f8e88f;
    border-right: 0;
    position: absolute;
    top: 12px;
    right: -14px;
}

/*filter icons block*/

.criteria-list-icon-item-services, .criteria-list-icon-item-distances {
    position: relative;
}

.criteria-list-icon-item-services:after, .criteria .criteria-list-icon-item-ratings:after,
.criteria .criteria-list-icon-item-stars:after, .criteria-list-icon-item-distances:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 19px;
}

.criteria-list-icon-item-services:after {
    background: url('/bitrix/templates/naftusya-2014/images/services.png') no-repeat;
}

.criteria .criteria-list-icon-item-ratings:after, .criteria .criteria-list-icon-item-stars:after,
.criteria-list-icon-item-distances:after {
    background: url('/bitrix/templates/naftusya-2014/images/filter-sprite.png') no-repeat;
}

.criteria-list-icon-item-distances:after {
    width: 19px;
}

/* ***** */
.criteria .criteria-list-icon-item-stars.stars5:after {
    width: 99px;
}

/* **** */
.criteria .criteria-list-icon-item-stars.stars4:after {
    width: 79px;
}

/* *** */
.criteria .criteria-list-icon-item-stars.stars3:after {
    width: 59px;
}

/* ** */
.criteria .criteria-list-icon-item-stars.stars2:after {
    width: 39px;
}

/* * */
.criteria .criteria-list-icon-item-stars.stars1:after {
    width: 19px;
}

/* distance- */
.criteria-list-icon-item-distances.distance1:after {
    background-position: -72px -47px;
}

/* distance-- */
.criteria-list-icon-item-distances.distance2:after {
    background-position: -48px -47px;
}

/* distance--- */
.criteria-list-icon-item-distances.distance3:after {
    background-position: -24px -47px;
}

/* distance---- */
.criteria-list-icon-item-distances.distance4:after {
    background-position: 0 -47px;
}

/*342 - pool*/
.criteria-list-icon-item-services.service342:after {
    background-position: -62px -48px;
}

/*336 - WiFI*/
.criteria-list-icon-item-services.service336:after {
    background-position: -31px -24px;
}

/*340 - cond*/
.criteria-list-icon-item-services.service340:after {
    background-position: 0 -72px;
}

/*345 - transfer*/
.criteria-list-icon-item-services.service345:after {
    background-position: -62px -24px;
}

/*337 - parking*/
.criteria-list-icon-item-services.service337:after {
    background-position: 0 -24px;
}

/*339 - restaurant*/
.criteria-list-icon-item-services.service339:after {
    background-position: -31px 0;
}

/*338 - family rooms*/
.criteria-list-icon-item-services.service338:after {
    background-position: -62px 0;
}

/*347 - animals*/
.criteria-list-icon-item-services.service347:after {
    background-position: -124px -24px;
}

/*344 - fitness*/
.criteria-list-icon-item-services.service344:after {
    background-position: -93px 0;
}

/*343 - SPA*/
.criteria-list-icon-item-services.service343:after {
    background-position: 0 -48px;
}

/*341 - bluwater)*/
.criteria-list-icon-item-services.service341:after {
    background-position: -31px -48px;
}

/*346 - card accepted*/
.criteria-list-icon-item-services.service346:after {
    background-position: -124px 0;
}

/* 5+ */
.criteria .criteria-list-icon-item-ratings.ratings5:after {
    background-position: 0 -24px;
}

/* 6+ */
.criteria .criteria-list-icon-item-ratings.ratings6:after {
    background-position: -31px -24px;
}

/* 7+ */
.criteria .criteria-list-icon-item-ratings.ratings7:after {
    background-position: -62px -24px;
}

/* 8+ */
.criteria .criteria-list-icon-item-ratings.ratings8:after {
    background-position: -93px -24px;
}

/* 9+ */
.criteria .criteria-list-icon-item-ratings.ratings9:after {
    background-position: -124px -24px;
}

/* managers on contacts page */
.info-managers {
    font-size: 0;
}

.info-managers .managers-header {
    font-size: 15px;
    padding: 3px;
}

.info-managers .manager-platform {
    width: 470px;
    margin-right: 10px;
    display: inline-block;
}

.info-managers .manager-platform:nth-child(2n) {
    margin-right: 0;
}

.info-managers .manager-platform img {
    border-radius: 12%;
    display: inline-block;
    padding: 14px;
}

.info-managers .manager-platform .manager-text-holder {
    padding-top: 32px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.info-managers .manager-platform .manager-text-holder h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.info-managers .manager-platform .manager-text-holder .numbers-holder {
    padding: 7px 4px;
    border-top: 2px solid #0094d9;
    border-radius: 6px;
}

.info-managers .manager-platform .manager-text-holder .numbers-holder span {
    font-size: 15px;
    color: #777;
    letter-spacing: 0.04em;
    font-weight: bold;
}

.info-managers .manager-platform .manager-text-holder .numbers-holder span.mail {
    font-weight: normal;
}

/** managers slider **/

#sidebar-scrolable.fixed-bottom {
    position: fixed;
    bottom: 0;
}

#sidebar-scrolable.fixed-top {
    position: fixed;
    top: 37px;
}

#sidebar-scrolable {
    z-index: 1;
}

.icon {
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url('/bitrix/templates/naftusya-2014/images/phone-icons-sprite.png') top left no-repeat;
    vertical-align: middle;
}

.icon.icon-mobile {
    background-position: 0 -19px;
}

.icon.icon-mail {
    background-position: 0 -34px;
}

.criteria.managers .analogs-level-prop {
    display: inline-block;
    margin-bottom: 4px;
}

.criteria.managers .small-tel, .info-managers .manager-platform .manager-text-holder .numbers-holder .small-tel {
    font-size: 12px;
}

.criteria.managers {
    width: 230px;
    overflow: hidden;
    padding-bottom: 7px;
}

.criteria.managers .accordion .slide {
    text-align: left;
}

.criteria.managers .analogs-switcher {
    line-height: 24px;
}

.criteria.managers .managers-name {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    color: #0094d9;
    text-align: center;
}

.criteria.managers .analogs-switcher {
    cursor: pointer;
}

.criteria.managers ul {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.criteria.managers ul li {
    width: 230px;
    height: 240px;
    position: relative;
    display: block;
    float: left;
    padding-bottom: 0;
    margin: 0 20px;
}

h2.ny-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

/* РСЃРїСЂР°РІР»РµРЅРёРµ РјРµРЅСЋ, РїСЂРё РІРєР»СЋС‡РµРЅРёРё СЂРµРґР°РєС‚РёСЂРѕРІР°РЅРёСЏ */
.top-holder > * {
    float: left;
}

#sidebar-scrolable .ad:first-child {
    display: block !important;
}

/*-------- O nas -------*/
.o-nas-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
}

.o-nas h1 {
    border-bottom: 2px solid #6ab436;
    border-bottom-right-radius: 5px;
    padding-bottom: 4px;
    text-align: center;
}

.o-nas h3 {
    font-size: 16px;
}

.o-nas h4 {
    font-size: 18px;
}

.o-nas small {
    color: #6c6c6c;
    font-weight: normal;
}

.o-nas .manager {
    display: inline-block;
    margin: 0 25px 0 0;
    width: 450px;
    text-align: left;
    padding: 5px;
    background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, #f9f9f9 100%);
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 0 7px #ddd;
    cursor: default;
    transition: all .5s;
}

.o-nas .manager.all {
    width: auto;
}

.o-nas .manager:hover, .o-nas .why-we li:hover {
    background: #e9f6e0;
    box-shadow: none;
}

.o-nas .row.center {
    text-align: center;
}

.o-nas .row > .manager:last-child {
    margin-right: 0;
}

.o-nas .manager img {
    border: 1px dotted #6ab436;
    border-radius: 8px;
    padding: 2px;
    vertical-align: middle;
}

.o-nas .manager.main {
    width: 355px;
}

.o-nas .manager.main img {
    width: 350px;
}

.o-nas .manager-info {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.o-nas ul.phones {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    text-align: left;
}

.o-nas ul.phones li.mail {
    color: #777;
    padding-top: 4px;
}

.o-nas p {
    font-size: 16px;
    color: #444;
    margin-top: 0;
}

.o-nas p strong {
    color: #000;
}

.o-nas .why-we {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}

.o-nas .why-we li {
    background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, #f9f9f9 100%);
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 0 7px #ddd;
    cursor: default;
    overflow: hidden;
    transition: all .5s;
}

.o-nas .why-we li h4 {
    background: #e9f6e0;
    border-bottom: 1px solid #6ab436;
    padding: 12px;
    transition: background .5s;
}

.o-nas .why-we li:hover h4 {
    background: #fff;
}

.o-nas .why-we li p {
    padding: 12px;
    margin: 0;
}

.o-nas > footer {
    text-align: right;
}

.o-nas footer p.ps {
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    padding-bottom: 4px;
    display: inline-block;
}

.o-nas footer p:last-child {
    margin: 0;
}

.diploma a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.diploma img {
    box-sizing: border-box;
    padding: 4px;
    border: 1px dotted #6ab436;
    border-radius: 4px;
    margin-right: 9px;
    margin-bottom: 10px;
    width: 179px;
}

.diploma a:nth-child(5n) > img {
    margin-right: 0;
}

.platform .sort {
    padding-left: 0;
    margin-top: 20px;
    border: none;
    margin-bottom: 0;
}

.platform .sort .title {
    font-size: 12px;
}

.holder.offer-variants span.selectmenu-icon {
    width: 42px;
}

.holder.offer-variants span.selectmenu-icon:before {
    left: 9px;
}

.platform.object-description {
    font-size: 0;
}

.object-description .description-block {
    display: inline-block;
    width: 310px;
    vertical-align: top;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 14px;
}

.object-description .description-block:nth-child(3n) {
    margin-right: 0;
}

.object-description .description-block h4,
.object-description .description-block .h4 {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding-left: 60px;
    line-height: 50px;
}

.object-description .description-block .h4:before,
.object-description .description-block h4:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url('/bitrix/templates/naftusya-2014-2023/images/description-icons.png') left top no-repeat;
}

.object-description .description-block h4.about_object:before, .object-description .description-block .h4.about_object:before {
    background-position: 0 0;
}

.object-description .description-block h4.benefits:before, .object-description .description-block .h4.benefits:before {
    background-position: -50px 0;
}

.object-description .description-block h4.food:before, .object-description .description-block .h4.food:before {
    background-position: -100px 0;
}

.object-description .description-block h4.prepayed_services:before, .object-description .description-block .h4.prepayed_services:before {
    background-position: 0 -50px;
}

.object-description .description-block h4.paid_services:before, .object-description .description-block .h4.paid_services:before {
    background-position: -50px -50px;
}

.object-description .description-block h4.infrastructure:before, .object-description .description-block .h4.infrastructure:before {
    background-position: -100px -50px;
}

.object-description .description-block h4.entertainment:before, .object-description .description-block .h4.entertainment:before {
    background-position: 0 -100px;
}

.object-description .description-block h4.pool_spa:before, .object-description .description-block .h4.pool_spa:before {
    background-position: -50px -100px;
}

.object-description .description-block h4.beach:before, .object-description .description-block .h4.beach:before {
    background-position: -100px -100px;
}

.object-description .description-block h4.children:before, .object-description .description-block .h4.children:before {
    background-position: 0 -150px;
}

.object-description .description-block h4.documents:before, .object-description .description-block .h4.documents:before {
    background-position: -50px -150px;
}

.object-description .description-block h4.distances:before, .object-description .description-block .h4.distances:before {
    background-position: -100px -150px;
}

.object-description .description-block article {
    font-size: 14px;
}

.object-description .description-block article ul {
    padding-left: 22px;
}

h1.search-cure-heading {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: bold;
}
.inlineBlk{
    margin-bottom: 5px;
}
h1.search-cure-heading small {
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

.footer-menu-container {
    float: left;
}

.footer-menu-container {
    margin-right: 20px;
}
.footer-menus:after{
    display: table;
    clear: both;
    content: '';
}
.footer-menus h4 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.footer-menus .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menus .footer-menu li a {
    color: #fff;
    text-decoration: none;
}

.footer-menus .footer-menu li a:hover {
    text-decoration: underline;
}

.footer-menus .footer-sea-menus .footer-menu {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.footer-epilog-text {
    font-size: 0.93em;
    line-height: 1;
}

.footer-epilog-payment {

}

.footer-epilog-payment span, .footer-epilog-payment img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer-epilog-payment {
    padding-top: 3px;
}

.main-nav .top-menu-item1 a {
    font-size: 14px;
    color: #3e7693;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

a.exkurs {
    border-bottom: 2px dashed #333;
    text-decoration: none;
    color: #333;
    padding-bottom: 4px;
}

div.exkurs {
    font-size: 22px;
    color: #333;
    
}

.object .h1,
.object h1 {
    float: none;
    max-width: 678px;
    margin: -15px 10px 0 0;
}

.go_top {
    position: fixed;
    z-index: 999;
    bottom: 32px;
    left: 15px;
    display: block;
    cursor: pointer;
    width: 125px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #2291dd;
}

.data-list {
    color: #000;
}

.filter-form-quick-search-area .filter-form-quick-search-field {
    border: 1px solid #e91e63;
    /*color: #E91E63;  (РєСЂР°СЃРЅС‹Р№ С‚РµРєСЃС‚)*/
    font-size: 12px; /* РІРѕР·РјРѕР¶РЅРѕ */
}

.filter-form-quick-search-area .filter-form-quick-search-field.active {
    border: 1px solid #e91e63;
    border-radius: 4px;
}

.find-iconi {
    display: block;
    position: absolute;
    right: 340px;
    top: 183px;
    color: #E91E63;
    font-size: 20px;
}

.filter-form-quick-search-area .filter-form-quick-search-field {
    display: inline-block;
    float: none;
    width: 270px;
}

.object-description .description-block {
    width: 301px;
}

.profiles-block,
.profiles-block ul li {
    color: #008eef;
}
/*
@font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: local("ClearSans-Thin"), local("Clear Sans Thin"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Thin.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: local("ClearSans-Light"), local("Clear Sans Light"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Light.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local("ClearSans-Regular"), local("Clear Sans"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Regular.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: italic;
    font-weight: 400;
    font-display: auto;
    src: local("ClearSans-Italic"), local("Clear Sans Italic"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Italic.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: local("ClearSans-Medium"), local("Clear Sans Medium"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Medium.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: italic;
    font-weight: 500;
    font-display: auto;
    src: local("ClearSans-MediumItalic"), local("Clear Sans Medium Italic"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-MediumItalic.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: local("ClearSans-Bold"), local("Clear Sans Bold"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-Bold.woff) format("woff");
}

@font-face {
    font-family: "Clear Sans";
    font-style: italic;
    font-weight: 700;
    font-display: auto;
    src: local("ClearSans-BoldItalic"), local("Clear Sans Bold Italic"), url(/bitrix/templates/naftusya-2014-2023/./fonts/ClearSans-BoldItalic.woff) format("woff");
}
*/
#popup-reservation .popups {
    padding: 22px;
    border: 11px solid #DDD;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Clear Sans';
    font-weight: 300;
}

#popup-reservation .popups {
    max-width: 600px;
    padding: 0 13px;
}

#popup-reservation .popups .heading {
    background-color: transparent;
}

.hotel-nomer {
    display: table;
    position: relative;
    margin-bottom: 22px;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    color: #000000;
}

.name-nomer a {
    text-decoration-line: none;
    display: inline-block;
    padding-top: 7px;
    padding-left: 10px;
}

#popup-reservation .popups h1 {
    font: 16px Arial;
    color: #000000;
    text-align: center;
    text-shadow: none;
    margin: 0;
    font-weight: bold;
    
}

.name-nomer {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 10px;
}

.title-price {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Clear Sans';
    width: 110px;
}

.title-price-big {
    font-size: 18px;
}

.pic-wrapper {
    display: table-cell;
    width: 122px;
}

.pic {
    max-width: 120px;
    max-height: 66px;
}

.hr-popup {
    /*border-bottom: 1.5px dotted;
    border-color: #CCC;*/
    margin-bottom: 20px;
}

.popups .calculating-block .form-field-client_name {
    float: left;
    padding-right: 11px;
    width: 50%;
}

.popups .calculating-block .form-field-client_phone {
    float: right;
    padding-left: 11px;
    width: 50%;
}

.form-field-wrapper > label.required, .form-field-wrapper > label.not-required {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    
}

.form-field-wrapper > label.required:after {
    content: '*';
    color: #fc6810;
}

.popups .calculating-block .form-field-wrapper {
    margin-bottom: 22px;
    box-sizing: border-box;
}

.popups .calculating-block label {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.popups .calculating-block input[type="text"], .calculating-block input[type="number"], .calculating-block input[type="email"], .calculating-block select, .calculating-block textarea, .calculating-input {
    margin: 10px 0 0;
    padding: 5px 11px;
    width: 100%;
    height: 34px;
    border: 1px solid #CCC;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    font-family: 'Clear Sans';
}

.popups textarea.calculating-input.textarea-input, #popup-reservation .popups textarea {
    height: 125px !important;
    width: 561px !important;
}

.popups .calculating-block .form-field-client_email {
    padding-right: 11px;
    width: 50%;
}

.popups .calculating-block .form-field-adult_count {
    padding-right: 15px;
    padding-left: 0;
}

.popups .calculating-block .form-field-adult_count {
    float: left;
    width: 25%;
}

.btn-submitter {
    display: block;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 22px;
    border: 0 none;
    line-height: 44px;
    text-decoration: none;
    color: #FFF;
    background-color: #0277bd;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-submitter:hover {
    color: #FFF;
    background-color: #28adfd;
}

/*      absolut block     */

.absolute-block {
    display: block;
    position: absolute;
    top: -2px;
    right: 0px;
    width: 340px;
    padding: 10px;
}

.pile-text {
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    vertical-align: top;
    width: 65%;
}

.price-ot {
    display: inline-block;
    font-size: 15px;
    padding: 5px 7px 0 0;
    text-align: center;
}

.up_pricer_big {
    font-size: 20px;
}

span.up_pricer {
    vertical-align: bottom;
}

span.down_pricer {
    display: block;
    font-size: 12px;
    color: #008000;
}

.pile-bronir {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0 5px;
}

.pile-bronir > a {
    /*display: inline-block;
    padding: 1px 22px;
    border: 0 none;
    line-height: 32px;
    text-decoration: none;
    color: #FFF;
    background-color: #689F38;
    text-transform: uppercase;*/
    padding: 7px 22px 6px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #97e33a;
    background: -moz-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e33a), color-stop(50%, #6ad537), color-stop(51%, #41ca04), color-stop(100%, #0ebb00));
    background: -webkit-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -o-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -ms-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: linear-gradient(to bottom, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    cursor: pointer;
    font: normal normal 18px/1.2 Arial;
    word-spacing: -1px;
    color: #fff;
    word-spacing: -1px;
    border: 0;
    box-sizing: border-box;
    height: 38px;
    
}

.order-accomodation-select, .order-rate-select {
    width: 244px !important;
}

.lg-outer .lg-thumb {
    height: 107px !important;
}

.lg-outer.lg-visible {
    z-index: 9999999;
}

.filter-form-tabs-panel {
    width: 920px;
}

#sidebar-scrolable .banner-gallery ul {
    position: relative;
}

.rightsubnav > ul {
    padding: 0;
    list-style: none;
}

.rightsubnav > ul > li {
    margin-bottom: 2px;
    font-size: 14px;
}

.sort-table th .sort-button {
    cursor: pointer;
}

.sort-table .sort-button:hover {
    text-decoration: underline;
}

.sort-table .up .sort-button,
.sort-table .down .sort-button {
    font-weight: bold;
    position: relative;
}

.sort-table .down .sort-button:before, .sort-table .down .sort-button:after,
.sort-table .up .sort-button:before, .sort-table .up .sort-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.sort-table .sort-button:before {
    width: 0;
    height: 0;
    right: 2px;
}

.sort-table .sort-button:after {
    width: 4px;
    height: 6px;
    background: #269ce1;
    right: 4px;
}

.sort-table .down .sort-button:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #269ce1;
    border-bottom: 0;
}

.sort-table .up .sort-button:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #269ce1;
    border-top: 0;
    margin-top: -5px;
}

.sort-table .down .sort-button:after {
    margin-top: -5px;
}

.sort-table .up .sort-button:hover,
.sort-table .down .sort-button:hover {
    text-decoration: none;
}

.footer-menu-container {
    margin-right: 12px;
}

.rightsubnav {
    display: none;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.mainsubnav li.openug {
    display: none !important;
}

.rightsubnav .mainsubnav li.openug {
    display: list-item !important;
}

.h4_footer {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}


.bx-composite-btn {
    display: none !important;
}

#dinamisers, #template_map_block, #comp_menu_x_s {
    display: inline-block;
}

/*
.menu-type
{
	display: none;
}
.visiblesy
{
	display: block !important;
}
*/
.logo {
    width: 175px;
    height: 108px;
    background-position: -84px -122px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
}
.strong,.bold {
    font-weight: bold;
}

.order-instructions-note:before, .prices-description-block:before {
    width: 13px;
    height: 13px;
    background-position: -255px -5px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
}

.evalution .negative:before {
    content: ' ';
    width: 19px;
    height: 19px;
    background-position: -237px -83px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 5px;
    position: relative;
}

.evalution .negative, .evalution .positive {
    padding-left: 0;
}

.evalution .positive:before {
    content: ' ';
    width: 19px;
    height: 19px;
    background-position: -55px -112px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 5px;
    position: relative;
}

.button-payment i {
    width: 73px;
    height: 23px;
    background-position: -269px -150px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
}

#filter-form-tabs-panel .filter-form-tabs-panel-switcher:nth-child(3):before {
    width: 25px;
    height: 23px;
    background-position: -326px -115px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
}

.item .one-room .img-holder a:after,
.item-detail-data .img-holder a:after,
.pools-photos a:after,
.item-preview-room-picture:after {
    
    width: 25px;
    height: 25px;
    background-position: -5px -148px;
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
    background-size: auto;
}


.sprite_new {
    background-image: url(/upload/new_spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-08be9deb9f8f7875123d87c9b0c8318a {
    width: 40px;
    height: 29px;
    background-position: -5px -5px;
}

.sprite-1a6e3573d65e865b84af6a709146e06a {
    width: 40px;
    height: 29px;
    background-position: -55px -5px;
}

.sprite-360dd9dfaf2f0c79897101a31e00584f {
    width: 40px;
    height: 29px;
    background-position: -105px -5px;
}

.sprite-6035f061876d8da3132b7670f6ccdc96 {
    width: 40px;
    height: 29px;
    background-position: -155px -5px;
}

.sprite-8a9e3c58afb0fd3742ee1e5a6db1df18 {
    width: 40px;
    height: 29px;
    background-position: -205px -5px;
}

.sprite-8f3045ff2311b71fa67413d1c8e63081 {
    width: 40px;
    height: 29px;
    background-position: -5px -44px;
}

.sprite-Visa {
    width: 72px;
    height: 45px;
    background-position: -55px -44px;
}

.sprite-a09214b02220e108fa391da7a78e2076 {
    width: 40px;
    height: 29px;
    background-position: -137px -44px;
}

.sprite-b865b29e985b29657b591eedcbe3af8f {
    width: 40px;
    height: 29px;
    background-position: -187px -44px;
}

.sprite-bc3a73d044c974d306fbf8ef40a95a0c {
    width: 40px;
    height: 29px;
    background-position: -237px -44px;
}

.sprite-c75f2f3531980e91cd57f15a623b66bb {
    width: 40px;
    height: 29px;
    background-position: -5px -83px;
}

.sprite-ddb1ffa35528a352d5d400bdd851601c {
    width: 40px;
    height: 29px;
    background-position: -137px -83px;
}

.sprite-ffaacba53a98bec13328e92a38382043 {
    width: 40px;
    height: 29px;
    background-position: -187px -83px;
}

.sprite-ico-i {
    width: 13px;
    height: 13px;
    background-position: -255px -5px;
}

.sprite-ico-negative {
    width: 19px;
    height: 19px;
    background-position: -237px -83px;
}

.sprite-ico-positive {
    width: 19px;
    height: 19px;
    background-position: -55px -112px;
}

.sprite-logo {
    width: 175px;
    height: 108px;
    background-position: -84px -122px;
}

.sprite-maestro {
    width: 75px;
    height: 45px;
    background-position: -287px -5px;
}

.sprite-mastercard {
    width: 75px;
    height: 45px;
    background-position: -287px -60px;
}

.sprite-new {
    width: 47px;
    height: 25px;
    background-position: -269px -115px;
}

.sprite-officialnye-ceny {
    width: 140px;
    height: 34px;
    background-position: -5px -240px;
}

.sprite-payment-icon {
    width: 73px;
    height: 23px;
    background-position: -269px -150px;
}

.sprite-sun-ico {
    width: 25px;
    height: 23px;
    background-position: -326px -115px;
}

.sprite-visa2 {
    width: 71px;
    height: 45px;
    background-position: -269px -183px;
}

.sprite-zoom-icon {
    width: 25px;
    height: 25px;
    background-position: -5px -148px;
}

#filter-select-country select, #filter-select-resort select {
    width: 222px;
    height: 27px;
}

#filter-select-days select, #filter-select-adults select, #filter-select-children select {
    width: 51px;
    height: 27px;
}

.sortfilter ul .sort-button, ul .sort-buttons {
    cursor: pointer;
}

.month_block .active {
    border: 1px solid red;
}

.seo_text_san {
    margin-top: 20px;
}

.video_gal_s a {
    text-decoration: none !important;
}

#content {
    float: right;
}

#sidebar {
    float: left;
}

.viber {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.viber .back {
    border-radius: 4px;
    background-color: #7b519d;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjEuMjM4IDE4LjAyYy0uNTQ1LS40NC0xLjEyNy0uODM1LTEuNy0xLjI0LTEuMTQyLS44MDYtMi4xODgtLjg3LTMuMDQuNDMtLjQ4LjcyOC0xLjE1Ljc2LTEuODUuNDQtMS45MzMtLjg4LTMuNDI1LTIuMjM4LTQuMy00LjIxMi0uMzg2LS44NzMtLjM4LTEuNjU2LjUyNC0yLjI3NC40OC0uMzI3Ljk2Mi0uNzEzLjkyMy0xLjQyNy0uMDUtLjkzLTIuMy00LjA0Mi0zLjE4Ni00LjM3YTEuNjA3IDEuNjA3IDAgMCAwLTEuMTEgMEM1LjQyIDYuMDcgNC41NTggNy43OSA1LjM4NCA5LjgyOGMyLjQ2NCA2LjA4IDYuOCAxMC4zMSAxMi43NjggMTIuODk0LjM0LjE0OC43Mi4yMDYuOTEuMjYgMS4zNi4wMTMgMi45NS0xLjMwMyAzLjQxLTIuNjEuNDQzLTEuMjU1LS40OTItMS43NTQtMS4yMzItMi4zNTN6TTE0LjU0NiA1Ljk5YzQuMzYzLjY3NSA2LjM3NiAyLjc2IDYuOTMgNy4xNzguMDUzLjQwOC0uMDk4IDEuMDIyLjQ4IDEuMDMzLjYwNi4wMTMuNDYtLjU5Mi40NjUtMSAuMDUyLTQuMTYtMy41NTYtOC4wMTgtNy43NDgtOC4xNi0uMzE2LjA0Ni0uOTctLjIyLTEuMDEuNDkzLS4wMjguNDguNTIzLjQwMi44ODQuNDU3eiIvPjxwYXRoIGQ9Ik0xNS40IDcuMjAyYy0uNDItLjA1LS45NzQtLjI1LTEuMDcyLjMzNS0uMTAzLjYxNS41MTUuNTUyLjkxMi42NDIgMi42OTUuNjA0IDMuNjMzIDEuNTkgNC4wNzcgNC4yNzcuMDY0LjM5Mi0uMDY0IDEgLjU5OC45LjQ5LS4wNzUuMzEzLS41OTcuMzU1LS45MDMuMDItMi41OC0yLjE3OC00LjkyNy00Ljg3LTUuMjUyeiIvPjxwYXRoIGQ9Ik0xNS42NDcgOS4zMWMtLjI4LjAwOC0uNTU1LjA0LS42NTguMzQtLjE1Ni40NS4xNy41NTYuNS42MSAxLjEwNi4xNzggMS42ODguODM0IDEuOCAxLjk0Mi4wMjguMy4yMTguNTQ0LjUwNy41MS40LS4wNDguNDM3LS40MDcuNDI1LS43NDcuMDItMS4yNDUtMS4zOC0yLjY4NC0yLjU3NS0yLjY1NHoiLz48L2c+PC9zdmc+Cg==);
    height: 20px;
    width: 20px;
}

.whatsapp {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.whatsapp .back {
    border-radius: 4px;
    background-color: #65bc54;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDEzLjc2OGMwIDQuODQzLTMuOTU2IDguNzY4LTguODM2IDguNzY4YTguODUzIDguODUzIDAgMCAxLTQuMjcyLTEuMDlMNSAyM2wxLjU5NS00LjcwNGE4LjY3OCA4LjY3OCAwIDAgMS0xLjI2OC00LjUyOEM1LjMyNyA4LjkyNiA5LjI4MyA1IDE0LjE2NCA1IDE5LjA0NCA1IDIzIDguOTI2IDIzIDEzLjc2OHptLTguODM2LTcuMzcyYy00LjA5NyAwLTcuNDMgMy4zMDgtNy40MyA3LjM3MiAwIDEuNjEzLjUyNiAzLjEwNyAxLjQxNSA0LjMyMmwtLjkzIDIuNzM4IDIuODU2LS45MDhhNy40MjUgNy40MjUgMCAwIDAgNC4wODggMS4yMmM0LjA5NiAwIDcuNDMtMy4zMDcgNy40My03LjM3MiAwLTQuMDY0LTMuMzM0LTcuMzcyLTcuNDMtNy4zNzJ6bTQuNDYyIDkuMzljLS4wNTUtLjA4OC0uMi0uMTQyLS40MTUtLjI1LS4yMTYtLjEwNy0xLjI4Mi0uNjI3LTEuNDgtLjY5OC0uMi0uMDcyLS4zNDMtLjEwOC0uNDg3LjEwNy0uMTQ1LjIxNi0uNTYuNy0uNjg2Ljg0Mi0uMTI3LjE0NC0uMjUzLjE2Mi0uNDcuMDU0LS4yMTYtLjEwNi0uOTE0LS4zMzMtMS43NC0xLjA2NS0uNjQ1LS41Ny0xLjA4LTEuMjczLTEuMjA2LTEuNDg4LS4xMjYtLjIxNS0uMDEzLS4zMzIuMDk2LS40NC4wOTctLjA5NS4yMTYtLjI1LjMyNS0uMzc1LjExLS4xMjYuMTQ1LS4yMTUuMjE3LS4zNi4wNzMtLjE0Mi4wMzYtLjI2Ny0uMDE4LS4zNzUtLjA1NS0uMTA4LS40ODgtMS4xNjUtLjY3LTEuNTk1LS4xOC0uNDMtLjM2LS4zNi0uNDg2LS4zNi0uMTI3IDAtLjI3LS4wMTctLjQxNS0uMDE3YS44LjggMCAwIDAtLjU4LjI3Yy0uMTk3LjIxNC0uNzU3LjczNC0uNzU3IDEuNzkgMCAxLjA2Ljc3NiAyLjA4Ljg4NCAyLjIyNC4xMS4xNDIgMS40OTggMi4zODMgMy43IDMuMjQ0IDIuMjAzLjg2IDIuMjAzLjU3MyAyLjYuNTM3LjM5Ny0uMDM1IDEuMjgtLjUyIDEuNDYyLTEuMDIuMTgtLjUwMi4xOC0uOTMzLjEyNi0xLjAyM3oiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
    height: 20px;
    width: 20px;
}

.footer-link {
    font-weight: 700;
}

.footer-link a {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
}

.footersubnav > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footersubnav > ul > li {
    margin-bottom: 2px;
    margin-left: 0px;
    font-size: 14px;
}

.footersubnav > ul > li {
    margin-top: 0px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
}

.footersubnav > ul > li a {
    margin-left: 3px;
    color: #fff;
}

.footersubnav .mainsubnav .fas,
.footersubnav .mainsubnav .fab,
.footersubnav .mainsubnav .far {
    color: #fff;
}

.filter-form-tabs-panel {
    width: 935px;
}

.happy_b {
    float: left;
    position: absolute;
    top: 25px;
}

.happy_b_m {
    display: none;
}
a.link-tel {
    color: #fff;
    text-decoration: none;
}
a.manager-contact {
    color: #06101a;
    text-decoration: none;
}
@media screen and (max-width: 1259px) {
    .happy_b {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .happy_b_m {
        display: block;
        max-width: 100%;
    }
}

.order-accomodation-select, .order-rate-select {
    width: auto !important;
    min-width: 244px !important;
}

#popup-reservation .order-rate-select-holder .order-rate-select {
    width: auto !important;
    max-width: 100%;
}

.has-periods .price-data td:first-child {
    width: 327px;
}

@media screen and (max-width: 1024px) {
    #nav {
        z-index: 999;
    }
    
    #nav img {
        display: inline !important;
    }
}

@media screen and (max-width: 767px) {
    header .mp__nav-panel {
        background: #5b9bd5 !important;
        width: 100%;
        max-width: 100%;
    }
    
    header .main-nav > .hasdrop.current > .holder > em {
        background: transparent;
    }
}

.object-name img {
    max-width: 100%;
}

.last-offers-list .last-offers-list-item {
    text-align: center;
    font-size: 13px;
    border: 1px solid #C8E7FC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 85%, #c8e7fc 85%, #c8e7fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(85%, #c8e7fc), color-stop(100%, #c8e7fc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 85%, #c8e7fc 85%, #c8e7fc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 85%, #c8e7fc 85%, #c8e7fc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 85%, #c8e7fc 85%, #c8e7fc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 85%, #c8e7fc 85%, #c8e7fc 100%);
}

.main-nav > .hasdrop:not(.current) > .holder > em.selected-menu-item,
#nav .drop .sub-menu .sub-menu-item.current-resort,
#nav .drop .sub-menu-main-link.current-country-item {
    background: transparent;
}

.object-filter-form-rating {
    width: 920px;
}

@media screen and (max-width: 1259px) {
    .object-filter-form-rating {
        width: auto;
    }
}

.object-filter-form-promo {
    width: 948px;
}

@media screen and (max-width: 1259px) {
    .object-filter-form-promo {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .free_phone {
        display: none;
    }
}

.filter-form-submit-sidebar .object-filter-form-rating {
    width: auto;
}

.filter-form-submit-sidebar .object-filter-form-rating .filter-form-row {
    height: auto;
}

.filter-form-submit-sidebar .reservation-block {
    width: 225px;
    background-color: #febb02;
    margin-bottom: 20px;
}

.filter-form-submit-sidebar .object-filter-form-rating .filter-form-row-field label,
.filter-form-submit-sidebar .object-filter-form-rating .filter-form-row-field .filter-form-row-field-date {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.filter-form-submit-sidebar .object-filter-form-rating .filter-form-row-field.filter-select-date {
    position: relative;
}

.filter-form-submit-sidebar .object-filter-form-rating .filter-form-row-field.filter-select-date:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 29px;
    background: url(/bitrix/templates/naftusya-2014/images/redisign-sprite.png) no-repeat;
    background-position: -37px -69px;
    height: 17px;
    width: 17px;
    z-index: 1;
    vertical-align: top;
}

.filter-form-submit-sidebar .filter-form-row .filter-form-row-fields-holder .selectmenu {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    border-color: #36c703;
    width: 100% !important;
}

.filter-form-submit-sidebar .filter-form-row .filter-form-row-fields-holder .selectmenu-icon {
    background: #a0d146;
    background: -moz-linear-gradient(top, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88df22), color-stop(50%, #5ad11e), color-stop(51%, #42cb04), color-stop(100%, #12bd00));
    background: -webkit-linear-gradient(top, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
    background: -o-linear-gradient(top, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
    background: -ms-linear-gradient(top, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
    background: linear-gradient(to bottom, #88df22 0%, #5ad11e 50%, #42cb04 51%, #12bd00 100%);
    width: 23px;
    margin: 1px;
    height: 23px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

.filter-form-submit-sidebar .filter-form-row .filter-form-row-fields-holder .selectmenu-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-top: 7px solid #ffffff;
    position: relative;
    top: 50%;
    margin: -4px 0 0 6px;
}

.filter-form-submit-sidebar .filter-form-submit-holder .filter-form-submit {
    margin-top: 20px;
    float: right;
}

.footer-socal-links {

}

.footer-socal-links i {
    font-size: 20px;
    margin: 10px;
}

.footer-socal-links a {
    color: #fff;
    text-decoration: none;
}

.popup-reservation .popup{
    width: 847px;
}
.popup-reservation .button-holder{
display: inline-block;
width: auto;
}
.popup-reservation .button-holder .button-green {
    margin: 0 0 0 10px;
}
@media screen and (max-width: 1023px){
.popup.wider {
    margin-left: -48%;
    box-sizing: border-box;
    width: 96%;
}
.popup-room-details .button-holder .button-green{
margin-left:0;
}
}


.rating-chart .alt td {
    background: #fbfeff;
}
.rating-chart th, .rating-chart td{
	background: #b7e7ff;
}
.popup-callback .slider-holder {
    width: 262px;
}

.popup-callback .popup input {
    width: 270px;
}
.popup-callback form {
    padding-left: 0px;
}
.popup-callback .time-slider{
    width: 188px;
}
.popup-callback .button-holder .button-green {
    margin: -6px 3px -4px 41px;
}
.popup-callback .errortext{
color: red;
}
.popup-callback .popup.wider{
    margin-left: -48%;
}

.popup-callback .popup.wider{
max-width: 532px;
}
@media screen and (max-width: 425px) {
.popup-callback .button-holder .button-green{
    margin: -6px 3px -4px -6px;
}
#callme{
    left: 10px;
	}
}

@keyframes shake {
  10%, 60% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 50% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 40% {
    transform: translate3d(-4px, 0, 0);
  }

  70%, 80%, 90%, 100%  {
    transform: translate3d(0, 0, 0);
  }
}
.selectmenu-menu.filter-form-select.accomodations-select ul{
    height: 250px;
}
.selectmenu-menu.filter-form-select.accomodations-select ul li:before{
    content:'• ';
}



@media screen and (max-width: 768px) {

#callme{
    left: auto;
    bottom: 17px;
    right: 95px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    animation: shake 1s infinite;
}
#callme:hover {
    background: transparent!important;
    opacity: 1;
}

jdiv .button_1O{
    background: transparent!important;
    box-shadow: none;
    margin-right: 42px!important;
}
jdiv .button_1O .envelopeIcon_3E{
    width: 35px;
    height: 29px;
    background-size: contain;
    box-shadow: 0px 0px 6px 4px #0ab64f;
    background-color: #0ab64f;
}
.callme_icon{
background: url(/upload/telephone-icon2.png) center no-repeat;
}
}
@media screen and (max-width: 768px) {
    .mbl-hidden{display: none;}
    #footer .contacts-list, #footer .footer-epilog{
        position: relative;
    }
    #footer .contacts-list{
        bottom: 0;
        right: 0;
        width: 100%;
    }
    #footer .contacts-list > li{
        float: none;
    }
    .footer-epilog-text, .footer-epilog-links, .footer-epilog-ratings{
        display: none;
    }
    .footer-epilog-heading{
        text-align: center;
    }
#callme{
display: none!important;
}

}

@media screen and (max-width: 400px) {
.popups .calculating-block .form-field-client_name,.popups .calculating-block .form-field-client_phone{
	width:100%;
    padding: 0;
}
}
#nav #cruise-menu .drop:after {
    width: 760px;    
    left: 500px;
}
#nav #cruise-menu .drop:before {
    width: 510px;
}
#cruise-menu .top-menu-countries-box {
    width: 500px;
}
#cruise-menu .sub-menu-box {
    left: 500px;
    width: 740px;
}
@media screen and (max-width: 1024px) {
.one-room .clearfix .description{
margin-top:30px;
}
}
.item.order .item_info_section {
    top: -30px;
}

@media screen and (max-width: 700px) {
.item.order .item_info_section {
    top: -6px;
}

}
.selectmenu-menu.table-accommodation-select ul li:before{
    content:'• ';
}

.selectmenu-menu.table-rate-select ul li:before{
    content:'• ';
}

.selectmenu-menu.table-accommodation-select ul li span[data-title="2взрослых"],
.selectmenu-menu.table-accommodation-select ul li span[data-title="2 взрослых"],
.accomodation-select label[for="radioButtonPosb731a7dac3da2185f8880c04da6527cb"],
.accomodations-select ul li span[data-title="2взрослых"],
.accomodations-select ul li span[data-title="2 взрослых"]
{
	font-weight:700;
}

.helper .visible-xs, .helper .visible-sm, .helper .visible-md, .helper .visible-lg {display: none !important;}.helper .visible-xs-block, .helper .visible-xs-inline, .helper .visible-xs-inline-block, .helper .visible-sm-block, .helper .visible-sm-inline, .helper .visible-sm-inline-block, .helper .visible-md-block, .helper .visible-md-inline, .helper .visible-md-inline-block, .helper .visible-lg-block, .helper .visible-lg-inline, .helper .visible-lg-inline-block {display: none !important;}@media (max-width: 767px) {.helper .visible-xs {display: block !important;}table.helper .visible-xs {display: table;}tr.helper .visible-xs {display: table-row !important;}th.helper .visible-xs, td.helper .visible-xs {display: table-cell !important;}}@media (max-width: 767px) {.helper .visible-xs-block {display: block !important;}}@media (max-width: 767px) {.helper .visible-xs-inline {display: inline !important;}}@media (max-width: 767px) {.helper .visible-xs-inline-block {display: inline-block !important;}}@media (min-width: 768px) and (max-width: 991px) {.helper .visible-sm {display: block !important;}table.helper .visible-sm {display: table;}tr.helper .visible-sm {display: table-row !important;}th.helper .visible-sm, td.helper .visible-sm {display: table-cell !important;}}@media (min-width: 768px) and (max-width: 991px) {.helper .visible-sm-block {display: block !important;}}@media (min-width: 768px) and (max-width: 991px) {.helper .visible-sm-inline {display: inline !important;}}@media (min-width: 768px) and (max-width: 991px) {.helper .visible-sm-inline-block {display: inline-block !important;}}@media (min-width: 992px) and (max-width: 1199px) {.helper .visible-md {display: block !important;}}@media (min-width: 992px) and (max-width: 1199px) {.helper .visible-md-block {display: block !important;}}@media (min-width: 992px) and (max-width: 1199px) {.helper .visible-md-inline {display: inline !important;}}@media (min-width: 992px) and (max-width: 1199px) {.helper .visible-md-inline-block {display: inline-block !important;}}@media (min-width: 1200px) {.helper .visible-lg {display: block !important;}}@media (min-width: 1200px) {.helper .visible-lg-block {display: block !important;}}@media (min-width: 1200px) {.helper .visible-lg-inline {display: inline !important;}}@media (min-width: 1200px) {.helper .visible-lg-inline-block {display: inline-block !important;}}@media (max-width: 767px) {.helper .hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.helper .hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.helper .hidden-md {display: none !important;}}@media (min-width: 1200px) {.helper .hidden-lg {display: none !important;}}.helper .visible-print {display: none !important;}@media print {.helper .visible-print {display: block !important;}table.helper .visible-print {display: table;}tr.helper .visible-print {display: table-row !important;}th.helper .visible-print, td.helper .visible-print {display: table-cell !important;}}.helper .visible-print-block {display: none !important;}@media print {.helper .visible-print-block {display: block !important;}}.helper .visible-print-inline {display: none !important;}@media print {.helper .visible-print-inline {display: inline !important;}}.helper .visible-print-inline-block {display: none !important;}@media print {.helper .visible-print-inline-block {display: inline-block !important;}}@media print {.helper .hidden-print {display: none !important;}}.helper .row {margin-left: -15px;margin-right: -15px;}.helper .col, .helper .col-xs-1, .helper .col-sm-1, .helper .col-md-1, .helper .col-lg-1, .helper .col-xs-2, .helper .col-sm-2, .helper .col-md-2, .helper .col-lg-2, .helper .col-xs-3, .helper .col-sm-3, .helper .col-md-3, .helper .col-lg-3, .helper .col-xs-4, .helper .col-sm-4, .helper .col-md-4, .helper .col-lg-4, .helper .col-xs-5, .helper .col-sm-5, .helper .col-md-5, .helper .col-lg-5, .helper .col-xs-6, .helper .col-sm-6, .helper .col-md-6, .helper .col-lg-6, .helper .col-xs-7, .helper .col-sm-7, .helper .col-md-7, .helper .col-lg-7, .helper .col-xs-8, .helper .col-sm-8, .helper .col-md-8, .helper .col-lg-8, .helper .col-xs-9, .helper .col-sm-9, .helper .col-md-9, .helper .col-lg-9, .helper .col-xs-10, .helper .col-sm-10, .helper .col-md-10, .helper .col-lg-10, .helper .col-xs-11, .helper .col-sm-11, .helper .col-md-11, .helper .col-lg-11, .helper .col-xs-12, .helper .col-sm-12, .helper .col-md-12, .helper .col-lg-12 {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}.helper .col, .helper .col-xs-1, .helper .col-xs-2, .helper .col-xs-3, .helper .col-xs-4, .helper .col-xs-5, .helper .col-xs-6, .helper .col-xs-7, .helper .col-xs-8, .helper .col-xs-9, .helper .col-xs-10, .helper .col-xs-11, .helper .col-xs-12 {float: left;}.helper .col-xs-12 {width: 100%;}.helper .col-xs-11 {width: 91.66666667%;}.helper .col-xs-10 {width: 83.33333333%;}.helper .col-xs-9 {width: 75%;}.helper .col-xs-8 {width: 66.66666667%;}.helper .col-xs-7 {width: 58.33333333%;}.helper .col-xs-6 {width: 50%;}.helper .col-xs-5 {width: 41.66666667%;}.helper .col-xs-4 {width: 33.33333333%;}.helper .col-xs-3 {width: 25%;}.helper .col-xs-2 {width: 16.66666667%;}.helper .col-xs-1 {width: 8.33333333%;}.helper .col-xs-pull-12 {right: 100%;}.helper .col-xs-pull-11 {right: 91.66666667%;}.helper .col-xs-pull-10 {right: 83.33333333%;}.helper .col-xs-pull-9 {right: 75%;}.helper .col-xs-pull-8 {right: 66.66666667%;}.helper .col-xs-pull-7 {right: 58.33333333%;}.helper .col-xs-pull-6 {right: 50%;}.helper .col-xs-pull-5 {right: 41.66666667%;}.helper .col-xs-pull-4 {right: 33.33333333%;}.helper .col-xs-pull-3 {right: 25%;}.helper .col-xs-pull-2 {right: 16.66666667%;}.helper .col-xs-pull-1 {right: 8.33333333%;}.helper .col-xs-pull-0 {right: auto;}.helper .col-xs-push-12 {left: 100%;}.helper .col-xs-push-11 {left: 91.66666667%;}.helper .col-xs-push-10 {left: 83.33333333%;}.helper .col-xs-push-9 {left: 75%;}.helper .col-xs-push-8 {left: 66.66666667%;}.helper .col-xs-push-7 {left: 58.33333333%;}.helper .col-xs-push-6 {left: 50%;}.helper .col-xs-push-5 {left: 41.66666667%;}.helper .col-xs-push-4 {left: 33.33333333%;}.helper .col-xs-push-3 {left: 25%;}.helper .col-xs-push-2 {left: 16.66666667%;}.helper .col-xs-push-1 {left: 8.33333333%;}.helper .col-xs-push-0 {left: auto;}.helper .col-xs-offset-12 {margin-left: 100%;}.helper .col-xs-offset-11 {margin-left: 91.66666667%;}.helper .col-xs-offset-10 {margin-left: 83.33333333%;}.helper .col-xs-offset-9 {margin-left: 75%;}.helper .col-xs-offset-8 {margin-left: 66.66666667%;}.helper .col-xs-offset-7 {margin-left: 58.33333333%;}.helper .col-xs-offset-6 {margin-left: 50%;}.helper .col-xs-offset-5 {margin-left: 41.66666667%;}.helper .col-xs-offset-4 {margin-left: 33.33333333%;}.helper .col-xs-offset-3 {margin-left: 25%;}.helper .col-xs-offset-2 {margin-left: 16.66666667%;}.helper .col-xs-offset-1 {margin-left: 8.33333333%;}.helper .col-xs-offset-0 {margin-left: 0%;}@media (min-width: 768px) {.helper .col, .helper .col-sm-1, .helper .col-sm-2, .helper .col-sm-3, .helper .col-sm-4, .helper .col-sm-5, .helper .col-sm-6, .helper .col-sm-7, .helper .col-sm-8, .helper .col-sm-9, .helper .col-sm-10, .helper .col-sm-11, .helper .col-sm-12 {float: left;}.helper .col-sm-12 {width: 100%;}.helper .col-sm-11 {width: 91.66666667%;}.helper .col-sm-10 {width: 83.33333333%;}.helper .col-sm-9 {width: 75%;}.helper .col-sm-8 {width: 66.66666667%;}.helper .col-sm-7 {width: 58.33333333%;}.helper .col-sm-6 {width: 50%;}.helper .col-sm-5 {width: 41.66666667%;}.helper .col-sm-4 {width: 33.33333333%;}.helper .col-sm-3 {width: 25%;}.helper .col-sm-2 {width: 16.66666667%;}.helper .col-sm-1 {width: 8.33333333%;}.helper .col-sm-pull-12 {right: 100%;}.helper .col-sm-pull-11 {right: 91.66666667%;}.helper .col-sm-pull-10 {right: 83.33333333%;}.helper .col-sm-pull-9 {right: 75%;}.helper .col-sm-pull-8 {right: 66.66666667%;}.helper .col-sm-pull-7 {right: 58.33333333%;}.helper .col-sm-pull-6 {right: 50%;}.helper .col-sm-pull-5 {right: 41.66666667%;}.helper .col-sm-pull-4 {right: 33.33333333%;}.helper .col-sm-pull-3 {right: 25%;}.helper .col-sm-pull-2 {right: 16.66666667%;}.helper .col-sm-pull-1 {right: 8.33333333%;}.helper .col-sm-pull-0 {right: auto;}.helper .col-sm-push-12 {left: 100%;}.helper .col-sm-push-11 {left: 91.66666667%;}.helper .col-sm-push-10 {left: 83.33333333%;}.helper .col-sm-push-9 {left: 75%;}.helper .col-sm-push-8 {left: 66.66666667%;}.helper .col-sm-push-7 {left: 58.33333333%;}.helper .col-sm-push-6 {left: 50%;}.helper .col-sm-push-5 {left: 41.66666667%;}.helper .col-sm-push-4 {left: 33.33333333%;}.helper .col-sm-push-3 {left: 25%;}.helper .col-sm-push-2 {left: 16.66666667%;}.helper .col-sm-push-1 {left: 8.33333333%;}.helper .col-sm-push-0 {left: auto;}.helper .col-sm-offset-12 {margin-left: 100%;}.helper .col-sm-offset-11 {margin-left: 91.66666667%;}.helper .col-sm-offset-10 {margin-left: 83.33333333%;}.helper .col-sm-offset-9 {margin-left: 75%;}.helper .col-sm-offset-8 {margin-left: 66.66666667%;}.helper .col-sm-offset-7 {margin-left: 58.33333333%;}.helper .col-sm-offset-6 {margin-left: 50%;}.helper .col-sm-offset-5 {margin-left: 41.66666667%;}.helper .col-sm-offset-4 {margin-left: 33.33333333%;}.helper .col-sm-offset-3 {margin-left: 25%;}.helper .col-sm-offset-2 {margin-left: 16.66666667%;}.helper .col-sm-offset-1 {margin-left: 8.33333333%;}.helper .col-sm-offset-0 {margin-left: 0%;}}@media (min-width: 992px) {.helper .col, .helper .col-md-1, .helper .col-md-2, .helper .col-md-3, .helper .col-md-4, .helper .col-md-5, .helper .col-md-6, .helper .col-md-7, .helper .col-md-8, .helper .col-md-9, .helper .col-md-10, .helper .col-md-11, .helper .col-md-12 {float: left;}.helper .col-md-12 {width: 100%;}.helper .col-md-11 {width: 91.66666667%;}.helper .col-md-10 {width: 83.33333333%;}.helper .col-md-9 {width: 75%;}.helper .col-md-8 {width: 66.66666667%;}.helper .col-md-7 {width: 58.33333333%;}.helper .col-md-6 {width: 50%;}.helper .col-md-5 {width: 41.66666667%;}.helper .col-md-4 {width: 33.33333333%;}.helper .col-md-3 {width: 25%;}.helper .col-md-2 {width: 16.66666667%;}.helper .col-md-1 {width: 8.33333333%;}.helper .col-md-pull-12 {right: 100%;}.helper .col-md-pull-11 {right: 91.66666667%;}.helper .col-md-pull-10 {right: 83.33333333%;}.helper .col-md-pull-9 {right: 75%;}.helper .col-md-pull-8 {right: 66.66666667%;}.helper .col-md-pull-7 {right: 58.33333333%;}.helper .col-md-pull-6 {right: 50%;}.helper .col-md-pull-5 {right: 41.66666667%;}.helper .col-md-pull-4 {right: 33.33333333%;}.helper .col-md-pull-3 {right: 25%;}.helper .col-md-pull-2 {right: 16.66666667%;}.helper .col-md-pull-1 {right: 8.33333333%;}.helper .col-md-pull-0 {right: auto;}.helper .col-md-push-12 {left: 100%;}.helper .col-md-push-11 {left: 91.66666667%;}.helper .col-md-push-10 {left: 83.33333333%;}.helper .col-md-push-9 {left: 75%;}.helper .col-md-push-8 {left: 66.66666667%;}.helper .col-md-push-7 {left: 58.33333333%;}.helper .col-md-push-6 {left: 50%;}.helper .col-md-push-5 {left: 41.66666667%;}.helper .col-md-push-4 {left: 33.33333333%;}.helper .col-md-push-3 {left: 25%;}.helper .col-md-push-2 {left: 16.66666667%;}.helper .col-md-push-1 {left: 8.33333333%;}.helper .col-md-push-0 {left: auto;}.helper .col-md-offset-12 {margin-left: 100%;}.helper .col-md-offset-11 {margin-left: 91.66666667%;}.helper .col-md-offset-10 {margin-left: 83.33333333%;}.helper .col-md-offset-9 {margin-left: 75%;}.helper .col-md-offset-8 {margin-left: 66.66666667%;}.helper .col-md-offset-7 {margin-left: 58.33333333%;}.helper .col-md-offset-6 {margin-left: 50%;}.helper .col-md-offset-5 {margin-left: 41.66666667%;}.helper .col-md-offset-4 {margin-left: 33.33333333%;}.helper .col-md-offset-3 {margin-left: 25%;}.helper .col-md-offset-2 {margin-left: 16.66666667%;}.helper .col-md-offset-1 {margin-left: 8.33333333%;}.helper .col-md-offset-0 {margin-left: 0%;}}@media (min-width: 1200px) {.helper .col, .helper .col-lg-1, .helper .col-lg-2, .helper .col-lg-3, .helper .col-lg-4, .helper .col-lg-5, .helper .col-lg-6, .helper .col-lg-7, .helper .col-lg-8, .helper .col-lg-9, .helper .col-lg-10, .helper .col-lg-11, .helper .col-lg-12 {float: left;}.helper .col-lg-12 {width: 100%;}.helper .col-lg-11 {width: 91.66666667%;}.helper .col-lg-10 {width: 83.33333333%;}.helper .col-lg-9 {width: 75%;}.helper .col-lg-8 {width: 66.66666667%;}.helper .col-lg-7 {width: 58.33333333%;}.helper .col-lg-6 {width: 50%;}.helper .col-lg-5 {width: 41.66666667%;}.helper .col-lg-4 {width: 33.33333333%;}.helper .col-lg-3 {width: 25%;}.helper .col-lg-2 {width: 16.66666667%;}.helper .col-lg-1 {width: 8.33333333%;}.helper .col-lg-pull-12 {right: 100%;}.helper .col-lg-pull-11 {right: 91.66666667%;}.helper .col-lg-pull-10 {right: 83.33333333%;}.helper .col-lg-pull-9 {right: 75%;}.helper .col-lg-pull-8 {right: 66.66666667%;}.helper .col-lg-pull-7 {right: 58.33333333%;}.helper .col-lg-pull-6 {right: 50%;}.helper .col-lg-pull-5 {right: 41.66666667%;}.helper .col-lg-pull-4 {right: 33.33333333%;}.helper .col-lg-pull-3 {right: 25%;}.helper .col-lg-pull-2 {right: 16.66666667%;}.helper .col-lg-pull-1 {right: 8.33333333%;}.helper .col-lg-pull-0 {right: auto;}.helper .col-lg-push-12 {left: 100%;}.helper .col-lg-push-11 {left: 91.66666667%;}.helper .col-lg-push-10 {left: 83.33333333%;}.helper .col-lg-push-9 {left: 75%;}.helper .col-lg-push-8 {left: 66.66666667%;}.helper .col-lg-push-7 {left: 58.33333333%;}.helper .col-lg-push-6 {left: 50%;}.helper .col-lg-push-5 {left: 41.66666667%;}.helper .col-lg-push-4 {left: 33.33333333%;}.helper .col-lg-push-3 {left: 25%;}.helper .col-lg-push-2 {left: 16.66666667%;}.helper .col-lg-push-1 {left: 8.33333333%;}.helper .col-lg-push-0 {left: auto;}.helper .col-lg-offset-12 {margin-left: 100%;}.helper .col-lg-offset-11 {margin-left: 91.66666667%;}.helper .col-lg-offset-10 {margin-left: 83.33333333%;}.helper .col-lg-offset-9 {margin-left: 75%;}.helper .col-lg-offset-8 {margin-left: 66.66666667%;}.helper .col-lg-offset-7 {margin-left: 58.33333333%;}.helper .col-lg-offset-6 {margin-left: 50%;}.helper .col-lg-offset-5 {margin-left: 41.66666667%;}.helper .col-lg-offset-4 {margin-left: 33.33333333%;}.helper .col-lg-offset-3 {margin-left: 25%;}.helper .col-lg-offset-2 {margin-left: 16.66666667%;}.helper .col-lg-offset-1 {margin-left: 8.33333333%;}.helper .col-lg-offset-0 {margin-left: 0%;}}.helper .clearfix, .helper .clearfix:before, .helper .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .helper .row:before, .helper .row:after {content: " ";display: table;}.helper .clearfix:after, .helper .row:after {clear: both;}
@font-face {
	font-family: "Panton";
	src: url("/upload/fonts/pantom/pantonregular.eot");
	src: url("/upload/fonts/pantom/pantonregular.eot?#iefix") format("embedded-opentype"),url("/upload/fonts/pantom/pantonregular.woff") format("woff"),url("/upload/fonts/pantom/pantonregular.svg#pantonregular") format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family:"Panton";src:url("/upload/fonts/pantom/pantonsemibold.eot");src:url("/upload/fonts/pantom/pantonsemibold.eot?#iefix") format("embedded-opentype"),url("/upload/fonts/pantom/pantonsemibold.woff") format("woff"),url("/upload/fonts/pantom/pantonsemibold.svg#pantonsemibold") format("svg");font-style:normal;font-weight:600;font-display:swap;
}

@font-face {
	font-family:"Panton";src:url("/upload/fonts/pantom/pantonbold.eot");src:url("/upload/fonts/pantom/pantonbold.eot?#iefix") format("embedded-opentype"),url("/upload/fonts/pantom/pantonbold.woff") format("woff"),url("/upload/fonts/pantom/pantonbold.svg#pantonbold") format("svg");font-style:normal;font-weight:700;font-display:swap;
}
.helper {
    width: 100%;
    padding: 15px 0px;
    background-color: #00a6f9;
    border-radius: 5px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Panton",arial,sans-serif !important;
}
.helper__img {
    margin-left: 12px;
    position: relative;
    max-height: 166px;
}
.helper__content {
    margin: 20px;
/*    margin-top: 0;*/
width: 100%;
}
.helper-caption {
    text-align: center;
    color: #fff;
    font-family: 'Panton';
box-sizing: border-box;
    outline: none !important;
}
.helper-caption__title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.helper-caption__subtitle {
    font-size: 16px;
}
.helper-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.helper-big-phone {
    display: block;
    font-size: 24px;
    font-family: 'Panton';
    line-height: 28px;
    color: #fff;
}
.helper-node {
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
}
.helper-big-phone {
    display: block;
    font-size: 24px;
    font-family: 'Panton';
    line-height: 28px;
    color: #fff;
}
.button_nnn {
    background: #f9a030;
    border-radius: 5px;
    padding: 12px;
    font-family: Panton;
    line-height: 20px;
    font-size: 18px;
    color: #fff !important;
    border: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 0 #d67700, 0 2px 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1px 0 0 #d67700, 0 2px 6px 0 rgb(0 0 0 / 15%);
}
.helper-contact-wrapper {
    width: 100%;
}

.accom_label span{
    overflow: hidden;
    height: inherit;
}
@media screen and (max-width: 1024px){
.pile-bronir.pile-bronir-price {
    display: inline-block;
}

}
@media screen and (max-width: 600px){
.pile-bronir.pile-bronir-price > a {
font-size:12px;
}
}
@media screen and (max-width: 359.98px){
.popup {
padding:0 5px;
}
}

.sa-order-buttons.mbl-visible {
    display: none;
}
@media screen and (max-width: 767px){
.sa-order-buttons.mbl-visible {
    display: block;
}
}

.pile-bronir  button {
    padding: 7px 22px 6px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #97e33a;
    background: -moz-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97e33a), color-stop(50%, #6ad537), color-stop(51%, #41ca04), color-stop(100%, #0ebb00));
    background: -webkit-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -o-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: -ms-linear-gradient(top, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    background: linear-gradient(to bottom, #97e33a 0%, #6ad537 50%, #41ca04 51%, #0ebb00 100%);
    cursor: pointer;
    font: normal normal 18px/1.2 Arial;
    word-spacing: -1px;
    color: #fff;
    word-spacing: -1px;
    border: 0;
    box-sizing: border-box;
    height: 38px;
}

body #wait_rooms-block_wait_id,
body #wait_order_form_holder_wait_id,
body #wait_order{
    top: calc(50% - 100px) !important;
    left: calc(50% - 100px) !important;
    background-image: url(/upload/logo_new.gif) !important;
    width: 200px !important;
    height: 200px !important;
    background-color: transparent !important;
    border: none !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
	z-index: 9999 !important;
background-size: 200px !important;
}
body #waitshadow_rooms-block_wait_id,
body #waitshadow_order_form_holder_wait_id,
body #waitshadow{
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    position: fixed !important;
	z-index: 9998 !important;
    background-image: url(/bitrix/templates/.default/ajax/images/shadow.gif) !important;
    border: 1px solid #808080 !important;
background-color: rgba(0,0,0,0.5)!important;
}
.filter-form-tabs-panel {
	width:100%;
	display: flex;
}
.filter-form-tabs-panel .left {
    width: 36%;
}
.filter-form-tabs-panel .right {
    width: 64%;
}
.filter-form-tabs-panel .right .filter-form-quick-search-area {
    width: 100%;
    right: 0px;
    margin-top: 0px;
	font-size: 14px;
    display: flex;
    align-items: center;
}
.filter-form-tabs-panel .right .filter-form-quick-search-area .filter-form-quick-search-field {
    display: inline-block;
    float: none;
    width: 100%;
}
.filter-form-tabs-panel .right .filter-form-quick-search-area .filter-form-quick-search-field {
	height: 27px;
}
.filter-form-tabs-panel .filter-form-tabs-panel-switcher {
	text-transform:uppercase;
}
.filter-form-quick-search-area .filter-form-quick-search-button {
    top: 9px;
    z-index: 10;
}
div#filter-mobile-wr.fixed {
    position: fixed;
    top: 63px;
    z-index: 10000;
    width: 100%;
    max-width: 1260px;
}
nav#nav.fixed {
    position: fixed;
    top: 0px;
    z-index: 11111;
    width: 100%;
    max-width: 1260px;
    padding-bottom: 0px;
}
#filter-form-tabs-panel {
    background: #d1ecfd;
}
#footer {
    max-width: 1235px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.filter-form-tabs-panel .left, .filter-form-tabs-panel .right {
		width: 100%;
	}
	.filter-form-tabs-panel .right {
		order: 1;
	}
	.filter-form-tabs-panel .left {
		order: 2;
	}
	.filter-form-quick-search-area .select.autoload {
		position: initial;
	}
	.filter-form-tabs-panel {
		margin-bottom: 0px!important;
	}
	.filter-form-tabs-panel .filter-form-tabs-panel-switcher {
		padding: 7px 8px 7px 8px!important;
		font-size: 13px;
	}
	#filter-form-tabs-panel .filter-form-tabs-panel-switcher:nth-child(3):before {
		display:none;
		content:none;
	}
	.filter-form-tabs-panel-switcher[data-id="cruise"] {
		display: none;
	}
	.filter-form-tabs-panel .filter-form-tabs-panel-switcher {
		width: 32%;
	}
	#header .container {
		display: none!important;
	}
	div#filter-mobile-wr {
		display: block !important;
		position: relative;
		top: unset;
		bottom: unset;
		right: unset;
	}
	.top-page {
		padding-bottom: 0px;
	}
	.filter-form-quick-search-area .filter-form-quick-search-button {
		width: 30px!important;
		height: 25px!important;
	}
	/*ФИЛЬТР МОБИЛКА*/
	#filter-form .filter-form-row-field {
		width: 48%!important;
	}
	.filter-form-row .filter-form-row-fields-holder {
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	div#filter-select-country.filter-form-row-field {
		width: 100%!important;
	}
	div#filter-select-resort.filter-form-row-field {
		width: 100%!important;
	}
	.filter-form-submit-holder {
		width: 100%!important;
	}
	.filter-form-submit-holder .filter-form-submit {
		width: 100%!important;
	}
	.days__box {
		display: flex;
		flex-direction: row;
	}
	.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu, .table-select.selectmenu {
		height: 25px;
	}
	.filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu-icon, .table-select .selectmenu-icon {
		width: 20px!important;
		height: 26px!important;
	}
	/*.reservation-block {
		display:none!important;
	}*/
	.filter-form-select, .filter-form-row-field-date, .table-select, .filter-form .filter-form-row .filter-form-row-fields-holder .selectmenu, .table-select.selectmenu {
		width: 160px!important;
	}
	/*ФИЛЬТР МОБИЛКА*/
	body #wait_order {
		transform: translate3d(0,0,0);
		overflow:hidden;
		-webkit-overflow-scrolling:touch;
		position: absolute!important;
	}
}
/*анимация загрузки страницы*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #e0e0e0;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
	transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*анимация загрузки страницы*/
@media screen and (min-width: 1366px) {
	ul#filter-form-quick-search-autoload-list {
		min-width: 700px;
	}
	input#filter-form-submit-button {
		width: 310px!important;
	}
	.filter-form .filter-form-row .filter-form-row-fields-holder .filter-form-row-field.filter-select-stars {
		width: 890px!important;
	}
	#reservation_form_h:target{scroll-margin-top:151px;}
	#sanatoruim-booking-form-an:target{scroll-margin-top:151px;}
}
.object-filter-form-rating input#filter-form-submit-button {
    width: 157px!important;
}
/*сортировка*/
@media screen and (max-width: 760px){
	.filter_mobile {
		width: 100%!important;
		padding: 0px!important;
		margin: 0px!important;
	}
	.filter_mobile .sort.objects-listing-sort {
		display: block!important;
	}
	.filter_mobile .sort ul.scale {
		text-align: justify;
		display: flex;
	}
	.filter_mobile .sort ul li {
		float: none!important;
		width: 50%;
		margin-bottom: 12px;
	}
	.filter_mobile .content_window_sort {
		display:none!important;
	}
	.filter_mobile .sort ul:after {
		content: none!important;
		width: unset!important;
		vertical-align: unset!important;
		display: unset!important;
	}
}
/*сортировка*/
@media screen and (max-width: 767px){
	.fulWidthBtn {
		font-size: 18px!important;
		padding: 10px!important;
	}
	.min-price.mbl-visible span {
		font-size: 16px;
	}
}
.switcher-holder {
    display: flex;
}
.js-favorites .checkboxArea {
    display: none;
}
/* End */
/* /bitrix/templates/naftusya-2014-2023/styles_2023.css?174308442790588 */
/* /bitrix/templates/naftusya-2014-2023/styles/font-face.css?15496176562736 */
/* /bitrix/templates/naftusya-2014-2023/styles/jquery-ui.css?160184096533165 */
/* /bitrix/templates/naftusya-2014-2023/styles/style-heading.css?150040835526309 */
/* /bitrix/templates/naftusya-2014-2023/styles/naftusya-world-styles.css?1716368849824 */
/* /bitrix/templates/naftusya-2014-2023/styles/lightbox.css?15004083554300 */
/* /bitrix/templates/naftusya-2014-2023/styles/lightgallery.min.css?150040835520332 */
/* /bitrix/templates/naftusya-2014-2023/styles/fontawesome-all.min.css?159773882633692 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/naftusya/style.css?1500466636989 */
/* /bitrix/templates/.default/components/naftusya/advertising.banner/right_banners/style.css?150046667681 */
/* /bitrix/components/naftusya/filter.additional.split/templates/.default/style.css?1529867380115 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/contacts_footer/style.css?15004666407590 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/callback_form/style.css?1500466643666 */
/* /bitrix/templates/naftusya-2014-2023/styles.css?171804649554 */
/* /bitrix/templates/naftusya-2014-2023/template_styles.css?1695625946266566 */
