/* Common Styles - объединенные и оптимизированные */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-size: 13px;
    color: #717171;
    background: #EEF4BF;
}

.body_main {
    min-height: 100%;
    margin: 0 auto -111px;
    max-width: 1222px;
    box-sizing: border-box;
    padding: 0px 10px 121px;
    border-right: 1px solid #DCE0B8;
    border-left: 1px solid #DCE0B8;
    background: white;
}

.body_int {
    padding: 5px 0px 20px;
}

/* Утилиты */
.hidden {
    display: none !important;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.spacer {
    height: 1px;
    clear: both;
}

.spacer_left {
    height: 1px;
    clear: left;
}

.spacer_right {
    height: 1px;
    clear: right;
}

/* Типография */
h1, .h1 {
    color: #799301;
    font-size: 1.84em;
    padding: 0px;
    margin: 0px 0px 0.62em 0px;
    font-weight: normal;
}

h2, .h2 {
    font-size: 1.23em;
    font-weight: bold;
    margin: 1.25em 0px;
    padding: 0px;
    color: #728611;
}

h3, .h3 {
    font-size: 1.08em;
    font-weight: bold;
    margin: 1em 0px;
    padding: 0px;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

a, a:visited {
    color: #51658B;
    text-decoration: underline;
}

a:hover {
    color: red;
}

.pseudo-link {
    border-bottom: 1px dotted;
    color: #51658B;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.pseudo-link:hover {
    border-bottom: none;
    padding-bottom: 1px;
}

img {
    border: none;
}

img.button {
    cursor: pointer;
}

ul, ol {
    padding: 0px 0px 14px 25px;
}

select, input {
    font-size: 1em;
}

input[type="submit"], input[type="button"], button {
    appearance: normal;
}

input[type="text"], input[type="password"] {
    padding: 1px 0px;
}

select {
    padding: 1px;
}

/* Скрин чекаеры */
#screen-width-checker, #screen-width-700, #screen-width-450 {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0px;
    left: -1000px;
}

/* Скругления */
.border_radius_10 {
    -moz-border-radius: 0.77em;
    border-radius: 0.77em;
    -webkit-border-radius: 0.77em;
    z-index: 1;
    zoom: 1;
}

/* Шапка */
.menudiv {
    padding: 0px 22em 0px 186px;
    height: 102px;
    z-index: 505;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.menudiv .logotip {
    position: absolute;
    width: 181px;
    padding: 16px 5px 5px 0px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.menudiv .logotip img {
    height: auto;
    width: 100%;
}

.menudiv .infoline {
    width: 100%;
    height: 55px;
}

.menudiv .descr {
    padding-top: 4px;
}

.menudiv .descr .content {
    padding-left: 7px;
}

.menudiv .descr .line-main {
    display: none;
    line-height: 18px;
    color: white;
    font-size: 2em;
    text-align: center;
}

.menudiv .descr .line1 {
    color: #8DAD01;
    font-size: 1.6em;
    margin-bottom: 2px;
}

.menudiv .descr .line1 span {
    color: #5B6253;
}

.menudiv .descr .line2 {
    color: #FF7F00;
    margin-top: 3px;
}

.menudiv .descr .line2 span {
    color: #5B6253;
    margin-right: 5px;
    font-size: 0.88em;
    margin-left: 5px;
}

.menudiv .descr .line2 .word1 {
    margin-left: 0px;
}

.menudiv .login {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 186px;
}

.menudiv .login .login-content {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.menudiv .login .content {
    background: #EEF4BF;
    float: right;
    padding: 2px 8px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    z-index: 505;
    position: relative;
    height: 1.6em;
}

.menudiv .login .menu-button {
    display: none;
    width: 18px;
    height: 18px;
    background: url("images/icon_menu.png");
    cursor: pointer;
}

.menudiv .menu-phone {
    display: none;
    height: 18px;
    cursor: pointer;
}

.menudiv .login .login-link {
    float: left;
    margin-left: 5px;
    padding-top: 3px;
}

.menudiv .login .login-link:hover {
    text-decoration: none;
}

.menudiv .login span.d {
    float: left;
    margin-left: 5px;
    padding-top: 3px;
}

.menudiv .login .not_authed {
    color: #758722;
    padding-top: 5px;
}

.menudiv .login .not_authed a {
    color: #758722;
    font-size: 0.85em;
}

.menudiv .login .not_authed a.register {
    color: #FF7F00;
}

.menudiv .common-links {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 46px;
    width: 100%;
}

.menutable {
    width: 100%;
    height: 100%;
    position: relative;
}

.menutable .menu {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

.menutable .menu .mitem {
    float: left;
    width: auto;
    height: 2.13em;
    overflow: hidden;
}

.menutable .menu .mitem_sel {
    background: #FF7F00;
}

.menutable .menu .mitem span {
    display: block;
    background: url("images/tab_tl.png") no-repeat;
    height: 100%;
    float: left;
    width: auto;
    padding: 0px 0px 0px 0.77em;
}

.menutable .menu .mitem span.l {
    background: url("images/tab_tr.png") no-repeat right top;
    width: 0.77em;
    padding: 0px;
}

.menutable .menu .mitem span a {
    color: #000000;
    text-decoration: underline;
    font-size: 1.15em;
    margin-top: 0.3em;
    display: block;
}

.menutable .menu .mitem_sel span a {
    color: #FFFFFF;
    text-decoration: none !important;
}

.menutable .menu_hr {
    height: 5px;
    background-color: #FF7F00;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.menutable .menu_bg {
    height: 10px;
    background: url("images/menu_shadow.jpg") no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.menudiv .common-links .phone {
    height: 3.46em;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFFFFF url("images/phone2.jpg") no-repeat 13px 7px;
    white-space: nowrap;
}

.menudiv .common-links .phone div {
    font-size: 1.54em;
    padding: 8px 0 0 50px;
}

.menudiv .common-links .phone a {
    text-decoration: none;
    color: #799301;
}

.menudiv .common-links .phone span {
    font-style: normal;
    color: #FF7F00;
}

.chooseCurrency {
    margin-right: 7px;
    border-radius: 5px;
    position: relative;
    float: left;
    background-color: gold;
}

.chooseCurrency label {
    color: maroon;
    float: left;
    padding: 3px 5px 3px;
    font-weight: bold;
    height: 16px;
    cursor: pointer;
}

.chooseCurrency label span {
    display: none;
}

.chooseCurrency ul {
    background: white;
    display: none;
    position: absolute;
    width: 20em;
    top: 22px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 505;
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #8DAD01;
    max-height: 300px;
    overflow: auto;
    box-sizing: border-box;
}

.chooseCurrency ul.empty {
    padding: 5px;
    text-align: center;
}

.chooseCurrency-active {
    border-radius: 5px 5px 0 0;
    background-color: #8DAD01;
}

.chooseCurrency-active label {
    color: white;
}

.chooseCurrency-active ul {
    display: block;
}

.chooseCurrency ul li {
    color: #71776F;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #8DAD01;
    position: relative;
}

.chooseCurrency ul li a {
    color: #71776F !important;
    display: block;
    text-decoration: none !important;
    font-size: 1em !important;
    padding: 3px 7px 3px 3.3em;
    box-sizing: border-box;
    text-align: left;
}

.chooseCurrency ul li.selected {
    background-color: #EEF4BF;
    padding: 3px 7px 3px 3.3em;
}

.chooseCurrency ul li span {
    display: inline-block;
    width: 3em;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 7px;
}

/* Форма авторизации */
.authform {
    width: 22em;
}

.authform .login-header {
    clear: left;
    float: left;
    width: 40%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    line-height: 2.5em;
    height: 2.5em;
}

.authform .login-header span {
    font-size: 1.08em;
}

.authform .login-input {
    width: 60%;
    line-height: 2.5em;
    padding-top: 0.5em;
    height: 2.5em;
    float: right;
    box-sizing: border-box;
}

.authform .login-input input {
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.authform .remember {
    line-height: 2.5em;
    padding-left: 40%;
    height: 2.5em;
}

.authform a.forget {
    float: left;
    line-height: 2em;
    height: 2em;
}

.authform button {
    float: right;
    margin-top: 0.2em;
}

.authform .social {
    margin-top: 0.5em;
    border-top: 1px dotted;
    padding-top: 0.5em;
}

.authform .social .social-sites a {
    margin-left: 3px;
}

.authform .social a img {
    width: 16px;
    height: 16px;
}

/* Поисковая форма */
.searchform {
    width: 31em;
    padding: 0.77em;
    background-color: #a4c10a;
    color: white;
    margin-bottom: 1.2em;
}

.searchform input, .searchform select {
    font-size: 1.2em;
}

.searchform .title {
    font-size: 1.7em;
    text-align: center;
    padding: 0px 0px 0.45em;
}

.searchform .formint {
    padding: 0px 0px 4px;
}

.searchform .formint .title2 {
    font-size: 1.3em;
    padding-bottom: 0.5em;
}

.searchform .formint .step2 .title2,
.searchform .formint .step3 .title2,
.searchform .formint .step4 .title2 {
    padding-top: 0.8em;
}

.searchform .formint .title3 {
    color: #FAFFAE;
    padding-bottom: 0.3em;
}

.searchform .formint .search_object {
    width: 100%;
    float: none;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}

.searchform .formint .search_object .elContent {
    background-color: transparent;
}

.searchform .formint .search_object .elContent div {
    padding-left: 54px;
    position: relative;
}

.searchform .formint .search_object .elContent div label {
    position: absolute;
    top: 0.7em;
    right: 0.4em;
    z-index: 100;
    width: 0.7em;
    height: 0.7em;
    cursor: pointer;
    display: none;
}

.searchform .formint .search_object .elContent input {
    margin: 0px;
    margin-left: -54px;
    width: 100%;
    display: block;
    border: 0px solid;
    padding: 5px 25px 5px 29px;
    color: black;
    border-radius: 3px;
    z-index: 1;
    background-position: 7px 0.45em;
    background-repeat: no-repeat;
    background-image: url("images/search_16x16.png");
    background-color: white;
}

.searchform .formint ul.most_wanted_cities {
    clear: both;
    padding: 0px;
    margin: 0.3em 0 0;
    float: none;
    overflow: hidden;
}

.searchform .formint .most_wanted_cities li {
    float: left;
    margin-bottom: 0.1em;
    list-style-type: none;
    padding: 0px;
    margin-right: 0.7em;
}

.searchform .formint .most_wanted_cities li a {
    float: left;
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #FAFFAE;
}

.searchform .formint .SFroomsData {
    float: left;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

.searchform .formint .SFroomsData .SFroomsData_header div {
    font-size: 0.77em;
    color: #FAFFAE;
    padding-bottom: 2px;
    width: 33%;
    float: left;
}

.searchform .formint .SFroomsData .SFroomsData_content {
    clear: both;
}

.searchform .formint .SFroomsData .SFroomsData_content div.d {
    float: left;
    width: 33%;
    padding-bottom: 2px;
}

.searchform .formint .dateDiv {
    clear: both;
    height: 2.28em;
    position: relative;
    border-radius: 3px;
    background: white;
    overflow: hidden;
    border: 1px solid white;
}

.searchform .formint .dateDiv div {
    width: 100%;
    position: relative;
    height: 100%;
    padding-right: 2.4em;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid white;
}

.searchform .formint .dateDiv img {
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    right: 0.3em;
    top: 0.3em;
    opacity: 0.5;
    cursor: default;
}

.searchform .formint .SFroomsData_row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.searchform .formint .SFroomsData_column {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.searchform .formint .styled-select {
    appearance: none;
    background: #ffffff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

/* Стили для управления детьми */
.children-container {
    width: 100%;
}

.children-list {
    margin-bottom: 5px;
}

.child-item {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 5px;
    margin-bottom: 3px;
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.child-item span {
    color: #333;
}

.remove-child {
    background: none;
    border: none;
    color: #ff0000;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0 5px;
}

.remove-child:hover {
    color: #cc0000;
}

.children-controls {
    position: relative;
}

.children-count {
    position: absolute;
    right: 25px;
    top: 5px;
    color: #666;
    font-size: 0.9em;
}

/* Кнопка поиска */
.searchform .searchButton {
    text-align: center;
    padding: 10px 0px 4px;
}

.searchform .searchButton input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.8em;
    padding: 0.3em 0.7em;
    border: 0px;
    background-color: gold;
    border-radius: 5px;
    color: maroon;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.searchform .searchButton input:hover {
    background-color: #ffd700;
}

/* Отели*/
.hotels {
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
    border-bottom: 1px dotted silver;
}

.hotels .hotel {
    padding: 0.77em 11.54em 0.77em 8.46em;
    border-top: 1px dotted silver;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hotels .hotel:nth-child(odd) {
    background-color: #F5F5F5;
}

.hotels .hotel:hover {
    background-color: #f3f7d6 !important;
}

.hotels .hotel-base {
    float: left;
    width: 100%;
}

.hotels .prices-border {
    z-index: 1;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10.77em;
    box-sizing: border-box;
    padding: 0.77em 0;
}

.hotels .prices-border span {
    background: silver;
    width: 100%;
    height: 100%;
    display: block;
}

.hotels .hotel-foto {
    width: 6.92em;
    height: 6.92em;
    float: left;
    margin-left: -7.68em;
}

.hotels .hotel-foto img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hotels .hotel_name a {
    color: #FF7F00;
    text-decoration: underline;
    font-size: 1.38em;
}

.hotels .hotel_name a:hover {
    text-decoration: none;
}

.hotels .hotel_name img {
    margin-left: 5px;
}

.hotels .location {
    margin-top: 6px;
    font-size: 0.85em;
    background: url("images/icon_addr.gif") no-repeat;
    padding-left: 22px;
}

.hotels .metro {
    margin-top: 3px;
    padding-left: 22px;
    padding-bottom: 3px;
    padding-top: 1px;
    background: url("images/icon_metro2.gif") no-repeat;
    font-size: 0.85em;
}

.hotels .rate {
    font-size: 0.8em;
    background-color: #EEF4BF;
    padding: 0.4em;
    margin-top: 0.66em;
    border-radius: 4px;
    display: inline-block;
}

.hotels .rate span.rate {
    color: #FF7F00;
    font-size: 1.2em;
    font-weight: bold;
}

.hotels .prices {
    float: right;
    margin-right: -10.77em;
    box-sizing: border-box;
    padding-left: 10px;
    width: 10em;
    text-align: center;
}

.hotels .prices .price {
    font-size: 0.77em;
    margin-bottom: 1em;
}

.hotels .prices .price div {
    margin-top: 0.2em;
    font-size: 1.6em;
    font-weight: bolder;
    color: #728611;
}

.hotels .submit {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin: 0px;
    padding: 7px;
    background-color: #A4C10A;
    border-radius: 6px;
}

.hotels .submit a {
    color: white;
    font-size: 1em;
    text-decoration: none;
}

.hotels .submit a:hover {
    text-decoration: underline;
}

.hotels .lastOrder {
    clear: both;
    color: #728611;
    margin-top: 0.22em;
}

/* Стили для поля ввода даты */
.date-input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 5px 10px;
    font-size: 1.2em;
    color: black;
    box-sizing: border-box;
}

.date-input:focus {
    outline: none;
}

/* Стили для контейнера с датами */
.stepDates .dateDiv {
    margin-bottom: 10px;
}

.stepDates .dateDiv:last-child {
    margin-bottom: 0;
}

/* Стили для последних бронирований */
.lastOrders .hotel {
    padding: 0.5em 11em 0.5em 5.6em;
}

.lastOrders .prices-border {
    right: 10.5em;
}

.lastOrders .hotel-foto {
    width: 4.6em;
    height: 4.6em;
    margin-left: -5.1em;
}

.lastOrders .hotel_name a {
    font-size: 1.23em;
}

.lastOrders .prices {
    margin-right: -10.5em;
}

.lastOrders .prices .price {
    font-size: 0.65em;
}

.lastOrders .prices .rate {
    font-size: 0.88em;
}

.lastOrders .lastOrder {
    font-size: 0.88em;
}

/* Стили для топ отелей на главной */
.index .hotels.top .hotel .rate {
    margin-top: 0.66em;
    float: none;
    display: inline-block;
    clear: both;
}

/* Стили для главной страницы */
.index div.left {
    width: 45%;
    float: left;
}

.index div.right {
    width: 55%;
    float: right;
}

.index div.right div.int {
    padding-left: 7px;
}

.index div.left div.int {
    padding-right: 7px;
}

.index .searchform {
    width: auto;
}

.index .searchform input,
.index .searchform select {
    font-size: 1.2em;
}

.index .searchform .title2 {
    font-size: 1.54em;
}

.index div.right .cityTitle {
    margin-top: 20px;
    padding-bottom: 10px;
}

.index div.right .cityTitle a {
    font-size: 1.54em;
    font-weight: normal;
    color: #728611;
}

.index div.right .photo {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 3px 3px 6px #CCCCCC;
    position: relative;
    text-decoration: none;
}

.index .dest .dest_row {
    margin-bottom: 10px;
    padding: 0px 5px;
    overflow: hidden;
}

.index .dest .dest_row .title {
    font-size: 1.38em;
    color: #717171;
    margin-bottom: 8px;
}

.index .dest .dest_row .title a {
    color: #FF7F00;
}

.index .dest .photo {
    float: left;
    width: 100px;
    margin-right: 10px;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 3px 3px 6px #CCCCCC;
    z-index: 1;
    position: relative;
}

.index .dest .dest_row .hotel {
    margin-left: 110px;
    margin-bottom: 8px;
    background: url("images/border.gif") repeat-x left bottom;
}

.index .dest .dest_row .hotel div {
    position: relative;
    text-align: right;
}

.index .dest .dest_row .hotel a {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 70%;
    text-align: left;
    overflow: hidden;
    background: white;
    margin-top: 1px;
    padding-right: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .dest .dest_row .hotel span {
    background: white;
    color: black;
}

/* Футер */
.footerdiv {
    border-top: 1px solid #dce0b8;
    background-color: #F8FAEA;
    margin: 0 auto;
    max-width: 1222px;
    box-sizing: border-box;
    border-right: 1px solid #DCE0B8;
    border-left: 1px solid #DCE0B8;
    height: 130px;
    overflow: hidden;
}

.footer {
    padding: 10px 10px 10px 10px;
    font-size: 0.81em;
}

.footer td {
    vertical-align: top;
}

.footer td.footer_l {
    padding-right: 20px;
}

.footer .menu {
    margin-bottom: 15px;
}

.footer .copyrights {
    color: #717171;
}

/* Медиа запросы */
@media screen and (max-width: 1240px) {
    h1, .h1 {
        font-size: 1.7em;
    }
    .body_main {
        padding-left: 5px;
        padding-right: 5px;
        border-left: 0;
        border-right: 0;
    }
    .footerdiv {
        margin: 0;
        border-right: 0;
        border-left: 0;
    }
    .footer {
        padding: 5px;
    }
    .footer td.footer_r {
        display: none;
    }
    .promo, .uptolike-buttons {
        display: none;
    }
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
    .menudiv .infoline {
        font-size: 80%;
    }
    .menudiv .logotip {
        width: 129px;
        padding-top: 8px;
    }
    .menudiv {
        height: 71px;
        padding-left: 134px;
    }
    .menudiv .login {
        padding-left: 134px;
    }
    .menudiv .descr .line2 {
        display: none;
    }
    .menutable .menu {
        font-size: 80%;
    }
}

@media screen and (max-width: 767px) {
    .body_main {
        padding-left: 0;
        padding-right: 0;
    }
    .body_int {
        padding: 5px 5px;
    }
    #screen-width-checker, #screen-width-700 {
        display: block;
    }
    .menudiv {
        background-color: rgb(66, 104, 169) !important;
        height: 44px !important;
        padding-left: 36px;
        padding-right: 44px;
        transition: transform 250ms;
    }
    .menudiv .logotip {
        width: 24px !important;
        height: 24px !important;
        top: 10px !important;
        padding: 0 !important;
        left: 6px !important;
    }
    .menudiv .logotip img {
        display: none;
    }
    .menudiv .logotip a {
        display: block;
        background: url("images/logo_icon.png") no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .menudiv .login {
        width: 46px;
        height: 18px;
        top: 13px;
        padding: 0;
        right: 13px;
        left: auto;
    }
    .menudiv .login .menu-button {
        display: block;
        float: right;
    }
    .menudiv .menu-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        text-decoration: none;
        color: white;
    }
    .menudiv .infoline .mobile-phone {
        display: flex !important;
        justify-content: center;
    }
    .searchform {
        background-color: rgb(169, 188, 221);
        color: #2e4a7b;
        padding: 7px;
        width: auto;
    }
    .searchform .formint .step {
        margin-top: 8px;
    }
    .searchform .formint .step:first-child {
        margin-top: 0;
    }
    .searchform .formint .search_object {
        border: 1px solid silver;
        border-radius: 3px;
    }
    .searchform input, .searchform select {
        background-color: white;
    }
    .index div.left, .index div.right {
        width: 100%;
        float: none;
    }
    .index div.right div.int, .index div.left div.int {
        padding-left: 0;
        padding-right: 0;
    }
    .index .dest .photo {
        width: 50px;
        height: 50px;
        background-size: contain;
        margin-bottom: 5px;
    }
    .index .dest .dest_row .hotel {
        margin-left: 0px;
        clear: left;
        margin-bottom: 0;
        margin-top: 8px;
        background: none;
    }
}

/* Элементы jQuery UI и другие библиотеки */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 15000;
    border-radius: 0;
    background: white;
    font-size: 1.1em;
    border-top: 0;
}

.ui-autocomplete li.ui-menu-item {
    border-top: 1px dotted silver;
    padding: 7px;
}

.ui-autocomplete li.ui-menu-item:first-child {
    border-top: 0;
}

/* Form Styler */
.jq-selectbox__select {
    height: 24px;
    line-height: 24px;
    padding-right: 41px;
}

.jq-selectbox__trigger {
    width: 30px;
}

.jq-selectbox__trigger-arrow {
    top: 10px;
    right: 10px;
}

/* Tooltipster */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-shadow {
    border-radius: 5px;
    background: ivory;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    color: #2c2c2c;
}

/* Swiper */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

/* Fancybox */
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url("images/fancybox_sprite.png");
    background-position: 0 -72px;
}

/* Кнопки */
.btn {
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* Стили для списка преимуществ */
.index .descr ul.features-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.index .descr ul.features-list li {
    background: url("images/icon_ok2.gif") no-repeat left 5px;
    padding: 4px 0 6px 32px;
    font-size: 1.1em;
    line-height: 1.4;
    list-style: none;
    margin-bottom: 2px;
}

.index .descr ul.features-list li .feature-title {
    color: #FF7F00;
    font-size: 1.15em;
    font-weight: normal;
}

.index .descr ul.features-list li .feature-description {
    color: #717171;
    font-size: 0.95em;
}

/* Стили для модального окна с календарем */
#modal_formPlacesAvailable .dateDiv_calendar {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
}

#modal_formPlacesAvailable .dateDiv_calendar input[type="date"] {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px 0;
}