@media only screen and (max-width: 40em) {

    .left-col-pad {
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .right-col-pad {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    table tr th, table tr td {
        padding: 0;
        font-size: 0.575rem;
        color: #222;
        text-align: left;
    }

}

.long-word {
    font-size: 11px !important;
}

.long-word-price {
    justify-content: end !important;
}

.long-word-price .people-count-switch {
    width: auto !important;
}

@media only screen and (min-width: 640px) {
    .hide-onmenu {
        display: block;
        visibility: visible;
    }

    .show-onmenu {
        display: none;
        visibility: hidden;
    }

    nav.top-bar.main-menu .topbar-button {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .people-icons {
        display: none !important;
    }

    .price-cell .price-cell-container {
        display: block;
    }

    #people-select-modal .cb-container {
        width: 100% !important;
    }

    #people-select-modal .custom-people-select {
        margin-top: 15px !important;
    }

    div.slider-offer,
    h1.slider-offer-absolute {
        font-size: 13px;
    }

    h1.slider-offer-absolute {
        position: static;
        margin-top: 0;
        margin-bottom: 0;
    }

    .offer-slider-holder {
        width: 100% !important;
    }

    /* .header-info-cell .show-for-small .head-num-color {
        margin-top: 0;
        top: 0;
    }

    .header-info-cell.login-block {
        margin-top: 9px !important;
    } */

    nav.top-bar.main-menu .toggle-topbar.menu-icon a span::after {
        margin-top: -4px !important;
    }
}

@media only screen and (max-width: 420px) {
    .header-info-cell.login-block {
        margin-bottom: 5px;
    }
}

/* onlsmall below 800px */
@media only screen and (max-width: 799px) {

    .top-bar-section ul.soc-icons-header {
        display: none;
    }

    div.slider-offer,
    h1.slider-offer-absolute {
        font-size: 13px;
    }
}

/* onsmall below 640px */
@media only screen and (max-width: 640px) {
    .hide-onmenu {
        display: none !important;
        visibility: hidden;
    }

    .show-onmenu {
        display: block;
        visibility: visible;
    }

    .slider-search .search.small-12,
    .slider-search .search.selectBox.small-3.last-box {
        padding-right: 0;
    }

    .right-for-small {
        float: right !important;
    }

    .slider-search .columns.search.dateRange {
        padding-left: 0;
    }
    .slider-search .columns.search-button {
        padding-right: 0;
    }

    .header-info-cell.login-block {
        margin-top: 12px;
    }

    .header-info-cell.login-block .login-button {
        margin-bottom: 5px;
    }

    nav.top-bar.main-menu .title-area {
        height: 35px;
    }

    nav.top-bar.main-menu .toggle-topbar.menu-icon a span:after {
        margin-top: -6px;
        box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
    }

    nav.top-bar.main-menu .topbar-button,
    nav.top-bar.main-menu .toggle-topbar {
        margin-top: 0;
        width: auto;
        display: inline-block;
        height: 31px;
    }

    nav.top-bar.main-menu .topbar-button a,
    nav.top-bar.main-menu .toggle-topbar a {
        height: 31px;
        color: #000000;
        font-weight: normal;
        line-height: 33px;
        text-transform: uppercase;
        font-size: 0.8125rem;
        position: relative;
        display: block;
        padding: 0 15px;
    }
    nav.top-bar.main-menu .toggle-topbar a {
        padding: 0 40px 0 15px;
    }

    nav.top-bar.main-menu .topbar-button.text-right span {
        text-transform: none;
    }

    nav.top-bar.main-menu section.top-bar-section {
        width: 100%;
        margin: 4px auto 0;
    }

    nav.top-bar.main-menu section.top-bar-section ul li {
        width: 33.33333%;
        height: 35px !important;
        text-align: center;
        display: block;
        margin: 0 0px 4px;
        padding: 0px 2px 0px;
        background: transparent;
    }

    nav.top-bar.main-menu section.top-bar-section ul li a {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: inherit;
    }

    .logo-holder img {
        max-width: 178px;
    }

    .login-button {
        display: none !important;
    }

    .top-bar {
        margin: 0px !important;
    }

    .top-bar-section ul {
        padding-left: 0px;
        margin-left: -2px;
        margin-right: -2px;
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        float: none !important;
    }

    nav.top-bar.main-menu section.top-bar-section ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    nav.top-bar.main-menu section.top-bar-section ul li a {
        display: table-cell;
        text-align: center;
        line-height: 15px !important;
        font-size: 13px;
        padding: 0 2px !important;
        vertical-align: middle;
    }

    .cruise .offer-title-left-side {
        float: none !important;
    }

    .cruise-row .cruise .offer-title-text {
        max-width: 100%;
        display: block;
    }

    .cruise .offers-meta {
        float: left;
    }
}

.header-menu {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1048px) {

    .offer-bigblock {
        float: left !important;
    }

}

.ubuntu {
    font-family: 'Ubuntu', 'Tahoma', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.ubuntul {
    font-family: 'Ubuntu', 'Tahoma', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.ubuntum {
    font-family: 'Ubuntu', 'Tahoma', sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ubuntub {
    font-family: 'Ubuntu', 'Tahoma', sans-serif;
    font-weight: 800;
    font-style: normal;
}

.font-13 {
    font-size: 13px !important;
}

.hidden {
    display: none;
}

h1 {
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
}

body {
    font-family: 'Nunito', sans-serif;
}

table {
    margin-bottom: 4px;
    border: none;
}

table a {
    color: #222;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #e6e6e6;
}

table tr th, table tr td {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left;
}

button,
input[type="submit"],
input[type="button"] {
    font-family: 'Nunito', sans-serif;
}

input[type="radio"] {
    height: auto;
    margin: 0;
}

a:focus, a:active {
    outline: none;
}

span.required {
    color: #f70;
    font-weight: 800;
}

.block {
    display: block;
}

.no-margin {
    margin: 0;
}

.margins {
    margin-top: 12px;
    margin-bottom: 12px;
}
.margin-bot {
    margin-bottom: 12px;
}

a.link-black {
    color: #222;
}
a.underline {
    text-decoration: underline;
}
a.link-black:hover {
    color: #f70;
}

.font-light {
    font-weight: 100;
}

.wide-block {
    width: 100%;
    margin-top: 4px;
    padding: 0;
}

.wide-block:first-of-type {
    margin-top: 0;
}

.wide-block .img img {
    width: 100%;
}

.bold {
    font-weight: 800;
}

.inline-block {
    display: inline-block;
}

.p10 { width: 10%; }
.p20 { width: 20%; }
.p30 { width: 30%; }
.p40 { width: 40%; }
.p50 { width: 50%; }
.p60 { width: 60%; }
.p70 { width: 70%; }
.p80 { width: 80%; }
.p90 { width: 90%; }

.wide-block-height {
    height: 45px;
}

.header-info-cell.columns.auto_width,
.columns.auto_width {
    width: auto;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.font-normal {
    font-weight: normal;
}

#scrollUp {
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    background: #f4f2f3;
    color: #222;
    font-size: 12px;
    z-index: 2147483646 !important;
}

#featured .slide-image {
    width: 100%;
}

#featured .overlay-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 36px;
    width: 100%;
    padding: 30px 20px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}

#cbModal .cb-holder,
.cb-modal-window .cb-holder {
    min-width: 320px;
}

#cbModal.cb-popup.cb-modal .cb-container,
.cb-modal-window.cb-popup.cb-modal .cb-container {
    max-width: 1004px;
    width: auto;
}

.screen > .popup {
    max-width: 1004px;
    min-width: 320px;
}

.page-container .inner-page > .row {
    margin: 0 auto;
    max-width: 1004px;
    min-width: 320px;
}

.active-repeat-theme .page-container .inner-page > .row {
    background: #fff;
}

.page-container.mobile-nav {
    min-width: 320px;
    height: inherit;
    overflow: hidden;
}

.page-container.mobile-nav > .inner-page {
    height: inherit;
    position: relative;
}
.page-container.mobile-nav > .inner-page > .inner-page-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25000;
    background-color: rgba(255, 255, 255, 0.6);
}

.page-container.mobile-nav > .off-canvas {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -70%;
    width: 70%;
    min-width: 266px;
    z-index: 25010;
    height: 100%;
    background-color: #eaea26;
    border-right: 4px solid #fff;
}
.page-container.mobile-nav > .off-canvas .content {
    padding: 20px;
    height: 100%;
}

.off-canvas .sub-nav-mobile {
    overflow-x: auto;
    height: 100%;
}

.off-canvas .sub-nav-mobile > div {
    border-bottom: 1px solid #fff;
}
.off-canvas .sub-nav-mobile > div:last-child {
    border-bottom: medium none;
}
.off-canvas .sub-nav-mobile > div:hover {
    background: #ed1c24;
}
.off-canvas .sub-nav-mobile > div a {
    line-height: 24px;
    width: 100%;
    display: block;
    padding: 0 5px;
}
.off-canvas .sub-nav-mobile > div:hover a {
    color: #fff;
}

.off-canvas .sub-nav-mobile > div.nav-title {
    margin-bottom: 15px;
    font-weight: 800;
    border-bottom: medium none;
}

.large-12 {
    width: 100%;
}

.row {
    max-width: none;
}

.relative {
    position: relative;
}

.margin-top {
    margin-top: 4px !important;
}

.margin-top-large {
    margin-top: 20px;
}

.row.margin-top-large {
    margin-top: 20px;
}

.column.no-padding,
.columns.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.columns.pad0-left {
    padding-left: 0;
}
.columns.pad0-right {
    padding-right: 0;
}
.columns.pad0-both {
    padding-right: 0;
    padding-left: 0;
}

.columns.pad2-left {
    padding-left: 2px;
}
.columns.pad2-right {
    padding-right: 2px;
}
.columns.pad2-both {
    padding-right: 2px;
    padding-left: 2px;
}

.columns.input-label {
    height: 30px;
}

.pad-paragraph {
    padding: 5px 0.9375rem 15px;
}
.pad-paragraph.sml
{
    padding-bottom: 5px;
}

.font-solid {
    font-size: 14px;
    font-weight: 100;
}
.font-regular {
    font-size: 15px;
    font-weight: normal;
}

textarea.vertical {
    resize:vertical;
}
textarea.large {
    height: 125px;
}

textarea.small {
    height: 63px;
}

.get-offer {
    font-size: 12px !important;
    color: #fe5e00;
    border: 1px solid #fe5e00;
}

#customPriceRequest {
    margin-top: 10px;
}

.green-info-btn {
    float: right;
    color: #fff;
    font-weight: 800;
    border: 1px solid #fbffe1;
    background: #83b808;
    width: auto;
    text-transform: lowercase;
    display: inline-block !important;
    padding: 8px 35px !important;
    background: -moz-linear-gradient(top, #83b808 0%, #6a9007 100%);
    background: -webkit-linear-gradient(top, #83b808 0%,#6a9007 100%);
    background: linear-gradient(to bottom, #83b808 0%,#6a9007 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b808', endColorstr='#6a9007',GradientType=0 );
    padding: 8px 30px;
    line-height: 15px;
    min-width: 245px;
    text-align: center;
}

.green-info-btn:hover,
.green-info-btn:focus {
    color: #fff !important;
}

.green-info-btn span:first-letter {
    text-transform: uppercase;
}

.green-info-btn span {
    font-size: 14px !important;
}

.green-info-btn:hover {
    color: #fff;
}

.info-icon {
    display: inline-block;
    background: #659000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
}

.info-icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 11px;
    left: 0px;
    top: 50%;
    right: 0px;
    margin: -5px auto 0px;
    background: url(/www/images/sprite/sprite.webp) -916px -128px no-repeat;
}

.info-line-btn-text .info-text {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.info-line-btn-text .info-text {
    margin-top: 10px;
    font-weight: 800;
    font-size: 13px;
}

.get-offer:hover,
.get-offer:focus,
.get-offer:active {
    color: #fe5e00;
}

.get-offer img {
    margin-left: 10px;
    margin-right: 10px;
}

.header-info > div {
    padding-left: 4px;
}

.header-info a {
    color: #222;
}

.header-info .logo-holder {
    float: left;
    padding-top: 4px;
    line-height: 65px;
}

.header-info .top-bar {
    float: left;
}

.top-bar-section ul.soc-icons-header li {
    margin-left: 0;
}
.top-bar-section ul.soc-icons-header {
    margin-left: 14px;
    margin-right: 14px;
}

ul.soc-icons-header li a.soc-icona {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px !important;
    margin-top: 6px;
    background: url(/www/images/sprite/sprite.webp) no-repeat -515px -273px transparent !important;
}

ul.soc-icons-header li a.soc-icona.facebook {
    background-position: -537px -273px !important;
}

ul.soc-icons-header li a.soc-icona.tiktok {
    background-position: -515px -273px
}

ul.soc-icons-header li a.soc-icona.instagram {
    background-position: -559px -273px !important;
}

ul.soc-icons-header li a.soc-icona.draugiem {
    background-position: -515px -273px !important;
}

ul.soc-icons-header li a.soc-icona.facebook:hover {
    background-position: -830px -240px !important;
}

ul.soc-icons-header li a.soc-icona.tiktok:hover {
    background-position: -808px -240px !important;
}

ul.soc-icons-header li a.soc-icona.instagram:hover {
    background-position: -852px -240px !important;
}

.soc-icona {
    padding: 0 0 !important;
    cursor: pointer;
    z-index: 1;
}

.footer-soc-icons .facebook,
.footer-soc-icons .tiktok,
.footer-soc-icons .instagram {
    display: inline-block;
    width: 21px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
}

.footer-soc-icons .tiktok {
    width: 20px;
}

.footer-soc-icons .facebook {
    background: transparent url(/www/images/sprite/sprite.webp) no-repeat scroll -623px -273px;
}

.footer-soc-icons .instagram {
    background: transparent url(/www/images/sprite/sprite.webp) no-repeat scroll -644px -273px;
}

.footer-soc-icons .tiktok {
    background: transparent url(/www/images/sprite/sprite.webp) no-repeat scroll -685px -273px;
}

.soc-icons-footer .soc-icona {
    margin-left: -2px;
}

.header-info-cell {
    margin-top: 25px;
    line-height: 20px;
    text-align: center;
    font-size: 0.875rem;
}
.header-info-cell.login-block {
    width: auto;
}

.border {
    border-left: 1px solid #d1d2d7;
    border-right: 1px solid #d1d2d7;
}

.login-button {
    display: inline-block;
    padding: 0 15px 2px;
    border: 1px solid black;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.login-button.open:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 155;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.login-button.open .login-form,
.login-button.open .profile-form {
    display: inline-block;
    padding: 10px;
    border: 1px solid black;
}

.login-button .login-form,
.login-button .profile-form {
    cursor: default;
    text-align: right;
    padding: 6px;
    display: none;
    position: absolute;
    z-index: 150;
    bottom: -116px;
    right: -1px;
    width: 200px;
    border: 1px solid #000000;
    background-color: #ffffff;
}
.login-button .profile-form {
    bottom: -70px;
}
.login-button .login-form input[type="text"] {
    margin-bottom: 6px;
}
.login-button .login-form input {
    height: auto;
}
.login-button .login-form input[type="submit"] {
    padding: 6px 15px;
}
.login-button hr {
    margin: 4px 0;
}

.ui-autocomplete-custom.ui-menu {
    display: none !important;
}

.ui-autocomplete-custom.ui-menu .ui-menu-item {
    padding: 0;
}

.ui-autocomplete-custom.ui-menu .ui-menu-item > a {
    padding: 0;
    display: block;
    border-radius: 0;
}

.ui-autocomplete-custom.ui-menu .ui-menu-item > a.ui-state-focus {
    border: medium none;
    margin: 0;
    background: #ccc none no-repeat scroll 0 0;
}

.ui-autocomplete-custom.ui-menu .ui-menu-item > a .image-block {
    display: inline-block;
    vertical-align: middle;
    width: 53px;
}

.ui-autocomplete-custom.ui-menu .ui-menu-item > a .label-block {
    padding: 3px 10px 3px 0;
    margin: 0 0 0 5px;
    font-size: 16px;
    height: 35px;
    display: inline-block;
    width: 422px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    line-height: 26px;
    white-space: nowrap;
}

.top-bar {
    height: 35px;
    margin: 4px 0;
    background: #eaea26;
}

.top-bar .name {
    height: 35px;
    margin: 0;
    font-size: 16px;
}

.top-bar-section ul li {
    background: #eaea26;
}

.top-bar-section ul li > a {
    padding: 0 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 35px;
    background: #eaea26;
    display: block;
    width: 100%;
    color: #333333;
    font-size: 0.8125rem;
}

.top-bar-section ul li > a .premium-title {
    width: 78px;
    display: inline-block;
    height: 16px;
    background: transparent url(/www/images/sprite/sprite.webp) no-repeat scroll -838px -108px;
    margin: 0 0 -4px;
}
.top-bar-section ul li > a:hover .premium-title {
    background-position: -838px -124px;
}

.top-bar-section li.w-nav:hover,
.top-bar-section li.w-nav:hover > a {
    height: 36px;
}
.top-bar-section li.w-nav > .sub-nav {
    display: none;
    position: absolute;
    left: 0;
    z-index: 50;
    top: 36px;
    background: #eaea26;
    margin: 0;
    padding: 0;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

nav.main-menu .top-bar-section .w-nav .sub-nav-mobile {
    display: none;
}

.top-bar-section li.w-nav > .sub-nav.full {
    width: 100%;
    border-bottom: medium none;
}
.top-bar-section li.w-nav > .sub-nav.full > .clear {
    border-bottom: 1px solid #FFFFFF;
}
.top-bar-section li.w-nav.dropdown-menu {
    position: relative;
}
.top-bar-section li.w-nav.dropdown-menu > .sub-nav {
    left: auto;
    right: -1px;
    width: auto;
    min-width: 100%;
}
.top-bar-section li.w-nav.dropdown-menu > .sub-nav > div {
    border-bottom: 1px solid #FFFFFF;
}
.top-bar-section li.w-nav.dropdown-menu > .sub-nav > div:last-of-type {
    margin-bottom: 0;
}
.top-bar-section li.w-nav.dropdown-menu > .sub-nav > div a {
    white-space: nowrap;
}
.top-bar-section li.w-nav:hover > .sub-nav {
    display: block;
}
.top-bar-section li.w-nav > .sub-nav .sub-nav-column {
    width: 16.666%;
    float: left;
}
.top-bar-section li.w-nav > .sub-nav .sub-nav-column.for5 {
    width: 20%;
}
.top-bar-section li.w-nav > .sub-nav .sub-nav-column.for4 {
    width: 25%;
}
.top-bar-section li.w-nav > .sub-nav a {
    display: block;
    color: #000;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 2px 10px 4px;
}
.top-bar-section li.w-nav > .sub-nav a:hover {
    color: #fff;
    background: #ed1c24; /* Old browsers */
}

.top-bar-section li:hover > a {
    height: 35px;
    color: #ffffff;
    background: #ed1c24;
}

.top-bar-section li a#trip-search {
    transition: height 0.1s 0s;
}

.top-bar-section li a#trip-search.ctrl-search,
.top-bar-section li a#trip-search.search-open {
    height: 36px;
    color: #fff;
    background: #ed1c24; /* Old browsers */
}

.top-bar.expanded .title-area {
    background: #eaea26;
}

.top-bar.expanded .toggle-topbar a {
    color: #fff;
}

.search-holder {
    position: relative;
}

.search-holder .slider-search {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    padding: 15px;
    background: rgb(234, 234, 38);
}

.search-holder.ctrl-hotel .slider-search,
.search-holder.ctrl-tour .slider-search,
.search-holder.ctrl-checkout .slider-search,
.search-holder.ctrl-reservation .slider-search,
.search-holder.ctrl-dynamic-reservation .slider-search {
    display: none;
}

.slider-search input,
.slider-search select {
    height: 30px;
    padding: 3px 0.5rem;
    margin: 0;
    text-overflow: ellipsis;
    font-size: 13px;
    background-color: #fff;
}
.slider-search input[type="text"][disabled] {
    background-color: #fff;
}

.slider-search .search {
    padding-right: 10px;
}
.slider-search .search.textInput {
    padding-left: 0;
}

.slider-search .search.dateRange .dateRange-text {
    line-height: 30px;
    text-align: center;
}

.slider-search .search-submit {
    width: 100%;
    float: right;
    margin-right: 0;
    line-height: 12px;
}

.slider-search .search + .margin-for-small {
    height: 10px;
}

.slider-search .search.selectBox .pansion-select {
    background: #ffffff url(/www/images/pansion-input.png) no-repeat scroll right 50%;
    padding-right: 22px;
}
.slider-search .search.selectBox .star-select {
    padding-right: 20px;
}
.slider-search .search.selectBox .star-select,
.slider-search .search.selectBox .pansion-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.slider-search .search.dateRange {
    white-space: nowrap;
}
.slider-search .search.dateRange input,
.slider-search .search.dateRange input[disabled] {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.slider-search .search.dateRange span:not(.date-select-wrapper) {
    vertical-align: middle;
    margin: 0 5px;
    font-size: 13px;
}

.slider-search .search.dateRange input,
.slider-search .search.dateRange input:focus {
    width: 100%;
    padding-right: 24px;
    cursor: pointer;
}

.slider-search .search.dateRange .date-select-wrapper {
    position: relative;
}

.slider-search .search.dateRange .date-select-wrapper::after {
    background: url(/www/images/sprite/sprite.webp) no-repeat -706px -187px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
}

.date-select-wrapper.date-charter-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-select-wrapper.date-charter-select-wrapper::after {
    background: url(/www/images/sprite/sprite.webp) no-repeat -706px -187px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
}


.slider-search .search.dateRange input:focus {
    background-color: #FAFAFA;
}

.search .orange-button {
    padding-top: 6px;
}

.slider-search .auto-results {
    padding: 0 10px 0 5px;
}

.slider-search .auto-results .result-list {
    padding-top: 15px;
}

.slider-search .auto-results .result-list .list-title {
    margin-bottom: 4px;
    font-size: 15px;
    color: #717171;
}

.slider-search .auto-results .result-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-search .auto-results .result-list ul li {
    padding: 0;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.slider-search .auto-results .result-list ul li a {
    color: #000;
    padding: 2px;
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap;
}

.slider-search .auto-results .result-list ul li a:hover,
.slider-search .auto-results .result-list ul li.list-item-focus a {
    background-color: #FF5C01;
    color: #fff;
    text-decoration: none;
}

input {
    height: 30px/* !important*/;
}

.offer-slider-holder {
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 6%;
    width: 300px;
    display: block;
}

.slider-offer {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    margin-top: 15px;
    color: white;
    font-size: 24px;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
}
.slider-offer:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.slider-offer a {
    color: #fff;
}

.slider-offer-absolute {
    color: white;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider-offer-absolute .slider-offer-absolute-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 20%;
}

.slider-offer-absolute  .slider-offer-absolute-inner h1 {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
}

.slider-offer-absolute .slider-offer-absolute-wrapper {
    width: 100%;
    padding-left: 80px;
    text-align: left;
}

.slider-offer-absolute .slider-offer-absolute-wrapper .red-button {
    border-radius: 4px;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;
    padding: 9px 25px !important;
}

.slider-offer-absolute .slider-offer-absolute-wrapper .red-button span {
    font-size: 12px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;
}

.slider-offer-absolute span {
    color: #ffffff;
    font-weight: bold;
    font-size: 41px;
    text-align: left;
    line-height: 47px;
    text-shadow: css text shadow;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.spo .head {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.spo .spo-row {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 3px;
}

.spo .spo-row a {
    color: #222;
    margin-top: 3px;
    display: inline-block;
    text-decoration: underline;
    font-size: 20px;
}

.spo .spo-row a:hover {
    text-decoration: none;
}

.left-col-pad {
    padding-right: 2px;
}

.right-col-pad {
    padding-left: 2px;
}

.offers .left-col-pad {
    padding-right: 0;
    margin-right: 0;
}

.offers .right-col-pad {
    padding-left: 0;
    margin-left: 0;
}

.title-panel {
    margin-bottom: 4px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    background: #EAEA26 none no-repeat scroll 0 0;
    padding: 6px 12px;
    height: auto;
    min-height: 35px;
}

.title-panel > a {
    color: #222;
}
.title-panel > a:hover {
    color: #fe8f01;
}

.title-panel.title-icon {
    padding-left: 60px;
    background-size: auto 30px;
    background-position: 13px 3px;
}

.title-panel.vertical-label:before,
.title-panel.title-icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 23px;
}

.title-panel.title-icon {
    position: relative;
}

.title-panel.title-icon.ico-bus::before,
.title-panel.title-icon.ico-plane::before,
.title-panel.title-icon.ico-tour::before,
.title-panel.title-icon.ico-addit::before,
.title-panel.title-icon.ico-book::before,
.title-panel.title-icon.ico-balloon::before,
.title-panel.title-icon.ico-facebook::before,
.title-panel.title-icon.ico-resort::before,
.title-panel.title-icon.ico-ski::before,
.title-panel.title-icon.ico-clock::before,
.title-panel.title-icon.ico-globe::before,
.title-panel.title-icon.ico-heart::before,
.title-panel.title-icon.ico-hotel::before,
.title-panel.title-icon.ico-list::before,
.title-panel.title-icon.ico-payment::before,
.title-panel.title-icon.ico-map_marker::before,
.title-panel.title-icon.ico-directions::before,
.title-panel.title-icon.ico-weather::before,
.title-panel.title-icon.briefcase::before {
    background: url(/www/images/sprite/sprite.webp) -272px -387px;
    content: "";
    position: absolute;
    display: block;
}

.title-panel.title-icon.ico-bus::before {
    width: 42px;
    height: 28px;
    left: 9px;
    top: 4px;
    background-position: -272px -387px;
}

.title-panel.title-icon.ico-plane::before {
    background-position: -67px -501px;
    width: 33px;
    height: 31px;
    left: 13px;
    top: 2px;
}

.title-panel.title-icon.ico-tour::before {
    background-position: -272px -387px;
    width: 42px;
    height: 39px;
    left: 13px;
    top: 3px;
}

.title-panel.title-icon.ico-addit:before {
    background-position: -93px -536px;
    width: 23px;
    height: 31px;
    left: 23px;
    top: 3px;
}

.title-panel.title-icon.ico-book:before {
    background: url(/www/images/sprite/sprite.webp) -185px -459px;
    width: 37px;
    height: 28px;
    left: 13px;
    top: 3px;
}

.title-panel.title-icon.ico-balloon:before {
    background-position: -228px -387px;
    width: 44px;
    height: 30px;
    left: 13px;
    top: 3px;
}

.title-panel.title-icon.ico-facebook:before {
    background: url(/www/images/sprite/sprite.webp) -154px -387px;
    width: 38px;
    height: 38px;
    left: 14px;
    top: 1px;
}

.title-panel.title-icon.ico-resort:before {
    background-position: -674px -316px;
    width: 47px;
    height: 34px;
    left: 14px;
    top: 0px;
}

.title-panel.title-icon.ico-ski {
    background-image: url(/www/img/ski.png);
    background-size: auto 26px;
    background-position: 16px 4px;
}

.title-panel.title-icon.ico-clock:before {
    background: url(/www/images/sprite/sprite.webp) -192px -387px;
    width: 36px;
    height: 38px;
    left: 14px;
    top: 0px;
}

.title-panel.title-icon.ico-globe:before {
    background: url(/www/images/sprite/sprite.webp) -111px -457px;
    width: 35px;
    height: 36px;
    left: 14px;
    top: 0px;
}

.title-panel.title-icon.ico-heart:before {
    background-position: 0px -499px;
    width: 35px;
    height: 35px;
    top: 0px;
    left: 14px;
}

.title-panel.title-icon.ico-hotel:before {
    background: url(/www/images/sprite/sprite.webp) -13px -575px;
    width: 24px;
    height: 32px;
    left: 23px;
    top: 2px;
}

.title-panel.title-icon.ico-list {
    background-image: url(/www/images/block-icon-list.png);
    background-size: 22px auto;
    background-position: 12px 7px;
}

.title-panel.title-icon.ico-payment:before {
    background: url(/www/images/sprite/sprite.webp) -63px -536px;
    width: 30px;
    height: 31px;
    left: 13px;
    top: 2px;
}

.slider-arrow,
.orange-btn-arrow {
    vertical-align: middle;
    display: inline-block;
}

.slider-arrow {
    background: url(/www/images/sprite/sprite.webp) -293px -372px;
    width: 10px;
    height: 14px;
}

.orange-btn-arrow {
    background: url(/www/images/sprite/sprite.webp) 0px -664px;
    width: 8px;
    height: 43px;
}

.title-panel.title-icon.ico-map_marker {
    background-image: url(/www/img/icons/metka_nakarte.png);
    background-position: 25px 3px;
}

.title-panel.title-icon.ico-directions {
    background-image: url(/www/img/icons/ukazatelj.png);
    background-position: 20px 3px;
}

.title-panel.title-icon.ico-weather {
    background-image: url(/www/img/icons/tu4ki.png);
}

.title-panel.title-icon.ico-briefcase {
    background-image: url(/www/img/icons/keis.png);
}

.title-panel .t-label {
    vertical-align: middle;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    display: inline;
}
.title-panel .t-label.text-large {
    font-size: 20px;
}
.title-panel .t-label a,
.title-panel .t-label a:hover {
    color: #222;
}

.title-panel img {
    margin: -1px 10px 0 0;
    height: 28px;
}

.title-panel-right {
    float: right;
    font-size: 12px;
}

.title-panel-right a {
    color: #222;
    text-decoration: underline;
}

.kurorts {
    margin-bottom: 0;
}
.kurorts .large-4 img, .offers .large-4 img, .country .large-4 img {
    width: 100%;
}

.kurorts .large-4,
.country .large-4 {
    position: relative;
}

.offers [class*="column"] + [class*="column"]:last-child {
    float: inherit;
}

.site-column.search-side-column > .site-block {
    width: 100%;
    padding: 0;
    margin-right: 0;
}

.site-column.search-side-column > .site-block .bottominfo {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}
.site-column.search-side-column > .site-block img {
    width: 100%;
}

.offers .large-8 {
    width: 73.3%;
}

.offers .large-10 {
    position: relative;
    padding-right: 0;
    margin-bottom: 4px;
}

.pic-holder {
    position: relative;
    padding: 0;
}

.pic-holder img {
    width: 100%
}

.search-result-item a {
    color: #222;
    position: relative;
}
.search-result-item a:hover {
    color: #fe8f01;
}
.search-result-item .relative .recommended,
.img.relative .recommended {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    padding: 5px 10px;
}
.search-result-item .relative .recommended img {
    width: auto;
}
.search-result-item .relative .recommended > span {
    vertical-align: middle;
    font-size: 13px;
    margin-left: 10px;
    color: #000;
}
.img.relative > .recommended.premium,
.search-result-item .relative .recommended.premium,
.search-result-item .relative .recommended.tour,
.img.relative .recommended.tour {
    top: auto;
    bottom: 15px;
    background-color: #EAEA26;
}
.img.relative > .recommended.premium,
.img.relative .recommended.tour {
    top: 35px;
    bottom: auto;
}
.search-result-item .relative .recommended.tour > span,
.img.relative .recommended.tour > span {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
    font-size: 17px;
    font-weight: 800;
    margin-left: 0;
    margin-right: 5px;
    vertical-align: middle;
}
.img.relative .recommended.tour > img {
    width: auto;
}
.img.relative > .recommended.premium,
.search-result-item .relative .recommended.premium {
    padding: 4px 10px;
}
.img.relative > .recommended.premium > span,
.search-result-item .relative .recommended.premium > span {
    width: 99px;
    height: 22px;
    display: block;
    background: transparent url(/www/images/premium-tour.png) no-repeat scroll 0 0;
    margin-left: 0;
}

.offers-text {
    padding: 10px;
    min-height: 112px;
}

.search-result-item .pic-holder + div {
    padding-left: 4px;
}

.search-result-item:nth-child(even) .offers-text {
    background-color: #f4f4f4;
    height: 100%;
}

.search-result-item:nth-child(odd) .offers-text {
    background-color: white;
    height: 100%;
}

.offers-text-right {
    width: 125px;
    float: right;
    text-align: right;
    white-space: nowrap;
    background: transparent none no-repeat scroll 0 4px;
    height: 28px;
    padding-left: 40px;
    margin-left: 10px;
}

.offers-text-right.tType-bus:before {
    content: "";
    background: url(/www/images/sprite/sprite.webp) -669px -187px;
    width: 37px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}
.offers-text-right.tType-avio:before {
    content: "";
    background: url(/www/images/sprite/sprite.webp) -114px -428px;
    width: 38px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
}
.offers-text-right.tType-cruise:before {
    content: "";
    background: url(/www/images/sprite/sprite.webp) -877px -164px;
    width: 47px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
}
.offers-text-right.tType-ski {
    background-image: url(/www/img/icons/ski_cb.png);
    background-position: 0 1px;
}

.row .row.no-row {
    margin-left: 0;
    margin-right: 0;
}

.offers-heading {
    font-size: 20px;
    font-weight: 800;
    position: relative;
}
.anketa .offers-heading {
    line-height: 24px;
    background: transparent none no-repeat scroll 0 5px;
    padding-left: 54px;
    padding-right: 20px;
}

.anketa .offers-heading.bus:before,
.anketa .offers-heading.plane:before,
.anketa .offers-heading.ship:before,
.anketa .offers-heading.ski:before {
    background: url(/www/images/sprite/sprite.webp);
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}

.anketa .offers-heading.bus:before {
    background-position: -669px -187px;
    width: 37px;
    height: 16px;
}

.anketa .offers-heading.plane:before {
    background-position: -114px -428px;
    width: 38px;
    height: 24px;
}

.anketa .offers-heading.ski:before {
    background-position: -254px -459px;
    width: 30px;
    height: 27px;
}

.anketa .offers-heading.ship:before {
    background-position: -877px -164px;
    width: 47px;
    height: 20px;
}

.anketa .offers-heading > span {
    font-size: 20px;
    display: inline !important;
}
.offers-heading-orange {
    font-size: 13px;
    color: #fe5e00;
    font-weight: normal;
    line-height: 13px;
    vertical-align: middle;
}

.offer-title {
    min-height: 22px;
}

#searchResultContainer[data-search-type="tour"] .offer-title {
    padding-right: 135px;
}

.offer-title a {
    color: #222;
    font-weight: 800;
    font-size: 19px;
}
.offer-title a:hover,
.offer-title a:hover h1 {
    color: #fe8f01;
}
.offer-title a h1 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline;
}

.offers-date {
    margin: 4px 0 0;
    font-size: 14px;
}
.offers-date a {
    color: #222;
}
.offers-date a:hover {
    color: #fe8f01;
}

.anketa .offers-date {
    padding-left: 54px;
    padding-right: 20px;
}

.offers-date b {
    font-weight: 800;
}

.offers-desc {
    font-size: 14px;
    margin-top: 3px;
    line-height: 13px;
}
.offers-desc.imitate-desc {
    line-height: 9px;
}
.anketa .offers-desc {
    font-size: 13px;
    margin-top: 6px;
    line-height: 14px;
    padding: 0 20px 0 54px;
}

.list-type-tour .offers-desc {
    height: 42px;
    overflow: hidden;
    padding-top: 3px;
    padding-right: 135px;
}

.offers-desc b {
    font-weight: 800;
}

.offers-dates {
    font-size: 11px;
    margin-top: 6px;
}

.offers-dates a {
    color: #222;
}

.offers-dates a:hover {
    text-decoration: underline;
    color: #fe8f01;
}

.offers-more {
    font-weight: 800
    margin-top: 4px;
}

.dynamic-search-results .offers-more {
    margin-top: 14px;
}

.advanced-search .slider-search {
    padding: 0;
}

#dynamic-search-custom-request {
    display: none;
}

a .offers-price {
    color: #222;
}
a:hover .offers-price {
    color: #fe8f01;
}

.offers-price ~ .a-included-in-price.right,
.offers-more a {
    font-size: 12px;
    color: #222;
}
.offers-price ~ .a-included-in-price.right:hover,
.offers-more a:hover {
    font-size: 12px;
    color: #f70;
}
.offers-price ~ .a-included-in-price.right {
    margin-top: 4px;
}
.offers-more .charter-info {
    display: none;
    position: absolute;
    top: 8px;
    right: 100px;
    max-width: 260px;
    width: auto;
    background-color: #EAEA26;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px;
    text-align: justify;
    z-index: 1;
}
.offers-more .hotel-icons {
    margin: -8px 0 0 20px;
    width: 80px;
}
.title-panel .hotel-icons {
    margin: 0 -6px -6px 0;
    text-align: right;
}
.title-panel .hotel-icons.right {
    margin: 0 -6px 0 0;
}
.title-panel .title-panel-right ~ .hotel-icons.right {
    margin: 0 10px 0 0;
}
.title-panel .hotel-icons .h-ico {
    float: none;
    display: inline-block;
}
.hotel-icons .h-ico {
    width: 22px;
    height: 22px;
    border: 1px solid #666;
    float: right;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
    background: transparent none no-repeat scroll 50% 50%;
}
.hotel-icons .h-ico.i-recommended {
    background: url(/www/images/sprite/sprite.webp) -908px -272px;
}
.hotel-icons .h-ico.i-sea {
    background: url(/www/images/sprite/sprite.webp) -836px -273px;
}
.hotel-icons .h-ico.i-aquapark {
    background: url(/www/images/sprite/sprite.webp) -764px -272px;
}
.hotel-icons .h-ico.i-disco {
    background: url(/www/images/sprite/sprite.webp) -853px -272px;
}
.hotel-icons .h-ico > span {
    display: none;
    position: absolute;
    top: -3px;
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 5px;
    right: 20px;
    background-color: #EAEA26;
    z-index: 1;
}
.title-panel .hotel-icons .h-ico > span {
    border: 1px solid #666;
}
.hotel-icons .h-ico:hover {
    background-color: #EAEA26;
    border-color: #EAEA26;
}
.title-panel .hotel-icons .h-ico:hover {
    border-color: #666;
}
.hotel-icons .h-ico:hover > span {
    display: inline-block;
}

.offers-price {
    font-size: 24px;
    font-weight: 800;
}

.offers-price .old_price {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 14px;
}

.offers-price-old {
    font-size: 14px;
}

.offers-right {
    float: right;
    width: 164px;
}

.offers-right .large-4 {
    margin-bottom: 4px;
}

.large-2 .bottominfo, .large-4 .bottominfo {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

.bottominfo .bottominfo-country {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bottominfo .bottominfo-price {
    font-weight: 800;
    font-size: 16px;
}

.kurorts .last, .country .last {
    margin-right: 0;
}

.offer-bigblock {
    padding: 0;
    float:left !important;
}

.offers-4-bigblock .offer-bigblock {
    margin-top: 0 !important;
}

.offers-4-bigblock .offer-bigblock:nth-of-type(4) {
    margin-right: 0;
}

.offers-4-bigblock .offer-bigblock:nth-child(2n) {
    margin-left: 0;
}

.offer-bigblock img {
    width: 100%;
    min-width: 248px;
    min-height: 218px;
}

.resort-block img {
    min-width: 164px;
    min-height: 164px;
}

.offer-bigblock .bigblock-head {
    width: 100%;
    position: absolute;
    padding: 5px;
    height: 12%;
    font-weight: 800;
    color: white;
    text-align: right;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
}
.offer-bigblock .bigblock-head.tour-date {
    text-transform: none;
}
.offer-bigblock .bigblock-head.tour-date a {
    font-weight: normal;
}

.offer-bigblock .bigblock-head a {
    color: white;
    font-weight: 800;
}

.offer-bigblock .bigblock-head span {
    font-weight: normal;
}

.hotel-block .bigblock-head a {
    font-weight: normal;
}

.proc {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 61px;
    height: 61px;
    background: url(/www/images/sprite/sprite.webp) -747px -207px;
    z-index: 30;
}
.search-result-item .proc {
    left: auto;
    right: 6px;
}

#searchResultContainer .lSAction {
    display: none !important;
}

.bigblock-spo {
    display: none;
    width: 100%;
    height: 88%;
    bottom: 0;
    position: absolute;
    padding: 10px;
    background: rgba(255, 255, 255, 0.65);
    color: #222;
    z-index: 20;
}
.hotel-block .bigblock-spo {
    background: rgba(255, 255, 255, 0.65);
}
a.bigblock-spo:hover {
    color: #222;
}

.bigblock-spo .spo-content {
    text-align: center;
    position: relative;
    top: 25%;
    height: 10%;
}
.hotel-block .bigblock-spo .spo-content {
    top: 15px;
}

.bigblock-spo .spo-content .spo-head {
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 18px;
}
.hotel-block .bigblock-head .relative {
    height: 16px;
}
.hotel-block .bigblock-head .relative a {
    position: absolute;
    right: 0;
    z-index: 30;
}

.bigblock-spo .spo-content .spo-main {
    font-weight: 800;
    font-size: 13px;
}
.bigblock-spo .spo-content .spo-main + .spo-main {
    margin-top: 4px;
}

.offer-bigblock .bigblock-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);

}
.hotel-block .offer-bigblock .bigblock-footer {
    background-color: rgba(0, 0, 0, 0.35);

}

.bigblock-footer .name {
    font-size: 100%;
    font-weight: 800;
    color: #fff;
    max-height: 65px;
    overflow: hidden;
    line-height: 16px;
}
.hotel-block .bigblock-footer .name {
    font-weight: normal;
    height: 32px;
}

.bigblock-footer .add {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 70%;
    color: #fff;
}

.bigblock-footer .price {
    float: left;
    font-weight: 800;
    font-size: 100%;
    color: white;
}
.hotel-block .bigblock-footer .price {
    font-weight: normal;
    margin-top: 3px;
}

.hotel-block .bigblock-footer .price {
    float: right;
    font-size: 150%;
}

.bigblock-footer .price .active {
    font-weight: 800;
    margin-right: 5px;
}
.hotel-block .bigblock-footer .price .active {
    font-weight: normal;
}

.striked {
    text-decoration: line-through;
    font-weight: normal;
}

.bigblock-footer .more a {
    float: right;
    font-size: 90%;
    color: white;
}

[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 0;
}

.bigblock-holder [class*="column"] + [class*="column"]:last-child {
    float: left;
}

.offer-bigblock li img {
    width: 100%
}

.hover-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.hover-info:hover {
    opacity: 1;
    transition: opacity 0.25s;
}

.hover-info-holder {
    position: absolute;
    width: 100%;
    top: 44%;
}

.hover-info-holder div {
    color: white;
    text-align: center;
}

.curorts-vacation, .near-vacation, .all-directions {
    width: 100%;
    margin-top: 4px;
    font-weight: 800;
    text-transform: uppercase;
    border-spacing: 0;
}

table.row-hover tr.cell-links td {
    padding: 0;
    height: 100%;
}
table.row-hover tr.cell-links td a {
    display: block;
    padding: 0 0.425rem;
}
table.cell-hover tr.cell-links td a::before,
table.row-hover tr.cell-links td a::before {
    vertical-align: middle;
    display:inline-block;
    content: "";
    height: 100%;
}
table.cell-hover tr.cell-links td a > span,
table.row-hover tr.cell-links td a > span {
    vertical-align: middle;
    display:inline-block;
}
table.row-hover tr:not(.no-hover):hover td {
    background: #EAEA26 none no-repeat scroll 0 0;
}
table.row-hover tr a:hover {
    color: #222;
}
table.row-hover tr a.font-orange:hover {
    color: #FE5E00;
}

table.row-hover tr a.font-red:hover {
    color: #e00a0c;
}

.curorts-vacation td a {
    font-weight: 800;
}

.curorts-vacation .city {
    font-weight: normal;
    text-transform: none;
}

.curorts-vacation td:last-child {
    text-transform: none;
    font-weight: normal;
}

.curorts-vacation td:last-child a {
    font-weight: normal;
}

.near-vacation td {
    font-weight: normal;
}

.near-vacation td:last-child {
    text-transform: none;
    font-weight: normal;
}

.near-vacation td:nth-child(4) {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.near-vacation .day-count {
    color: #fe5e00;
    font-weight: normal;
    text-transform: lowercase;
    white-space: nowrap;
}

@media only screen and (max-width: 799px) {
    .mobile-title {
        display: inline-block !important;
    }

    .hide-for-small.hide-mobile-title {
        display: none !important;
    }
}

.all-directions td {
    text-align: left;
    width: 25%;
}

.all-directions td a {
    font-weight: normal;
}

table.cell-hover td {
    padding: 0;
}
table.cell-hover td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.425rem;
}
table.cell-hover td:hover a {
    background: #EAEA26 none no-repeat scroll 0 0;
}
table.cell-hover td a:hover {
    color: #222;
}

.target-text-holder {
    padding: 5px 10px;
}

.target-text-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: normal;
}

.target-text-heading a {
    color: #222;
}

.target-text {
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
}

.target-text a {
    color: #222;
}

.target-text-heading a:hover,
.target-text a:hover {
    color: #fe8f01;
}

.popular-target-holder .popular-target-each:nth-child(even) {
    background-color: #e6e6e6;
}

.popular-target-each .target-pic img {
    width: 100%;
}

.lh23 {
    line-height: 23px;
}

.nowrap {
    white-space: nowrap;
}
.norm-wrap {
    white-space: normal;
}

.inline-star {
    background: url(/www/images/star-inline.png) no-repeat scroll 50% 50% transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

a:hover .inline-star {
    background-image: url(/www/images/star-inline_hover.png);
}

.inline-recommended {
    background: url(/www/images/recommended-inline.png) no-repeat scroll 50% 50% transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.inline-disco {
    background: url(/www/images/disco.png) no-repeat scroll 50% 50% transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.inline-sea {
    background: url(/www/images/sea.png) no-repeat scroll 50% 50% transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.inline-aquapark {
    background: url(/www/images/aquapark.png) no-repeat scroll 50% 50% transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.star-block {
    background: url(/www/images/hotel-star.png) repeat-x scroll 0 0 transparent;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.star-block.stars-1 {
}

.star-block.stars-2 {
    width: 36px;
}

.star-block.stars-3 {
    width: 55px;
}

.star-block.stars-4 {
    width: 74px;
}

.star-block.stars-5 {
    width: 93px;
}

.title-panel .star-block {
    float: right;
    margin: 0 -6px 0 3px;
}

.title-panel b {
    vertical-align: middle;
}

.title-panel b.inline {
    vertical-align: baseline;
}

.user-feedback {
    padding: 0 10px;
}

.user-feedback .feedback-elem {
    font-size: 14px;
    margin-bottom: 30px;
}

.user-feedback .feedback-elem .feedback-head {
    padding: 10px 0;
}

.user-feedback .feedback-elem .feedback-head .user-info {
    float: left;
}

.user-feedback .feedback-elem .feedback-head .user-rating {
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

.user-feedback .feedback-elem .feedback-head .user-rating .rating-bubble {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    line-height: 14px;
    background: none no-repeat scroll 0 0 #ddd;
    text-align: center;
}

.user-feedback .feedback-elem .feedback-head .user-rating .rating-bubble.rating-is {
    background-color: #D4D424;
}

.user-feedback .feedback-elem .feedback-body {
    text-align: justify;
}

*.no-margin-bot {
    margin-bottom: 0;
}

*.no-margin-top {
    margin-top: 0;
}

.negative-margin-top {
    margin-top: -4px;
}

.print-button {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgb(34, 34, 34);
    margin-right: -6px;
    background: url(/www/images/sprite/sprite.webp) -894px -240px;

}

.trip table {
    width: 100%;
    margin-bottom: 0;
    background-color: #e5e5e5;
    border-collapse: collapse;
}

.trip table.trip-intro {
    height: 68px;
}

.trip table.trip-intro td {
    font-family: inherit;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

.trip table td {
    padding: 15px 7px;
    font-size: 14px;
    background-color: white;
    border: 1px solid #E5E5E5;
}
.trip table td.small-padding {
    padding: 5px 7px;
}

.trip table td.no-border {
    border: medium none;
}

.trip .price {
    font-weight: 800;
    font-size: 14px;
    line-height: 32px;
}

.trip .price.push-right {
    margin-right: 10px;
}

.trip-info {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    font-size: 14px;
}

.trip-info * {
    font-size: 14px !important;
}

.trip-info p {
    font-weight: normal;
    line-height: 1;
}

.trip-info b,
.trip-info strong {
    font-weight: 800;/*500;*/
}

.trip-info h1 {
    font-size: 20px !important;
    line-height: 1.2;
}

.trip-info h2 {
    font-size: 17px !important;
    line-height: 1.2;
}

.trip-info h3 {
    font-size: 15px !important;
    line-height: 1.2;
}

.trip-info table {
    border-collapse: collapse;
    margin: 4px 0;
}

.trip-info table td,
.trip-info table th {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
}
.trip-info table th {
    background-color: #fefefe;

}

.trip-info span {
    font-family: inherit !important;
    color: inherit !important;
}

.trip-info-each {
    margin-bottom: 15px;
}

.trip-heading {
    font-weight: 800;
    font-size: 15px;
}

.trip-text {
    margin-top: 2px;
    font-size: 14px;
    text-align: justify;
}

.trip-text p {

}

.trip-sum {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trip-sum-text {
    float: left;
    width: 98.5%;
    text-align: right;
    font-size: 14px;
    font-weight: 100;
}

.trip-sum-price {
    float: right;
    width: 25%;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    margin-right: 1.5%;
}
.trip-sum-price .orange-button {
    display: block;
}

.trip-sum-border {
    border: 1px solid #e5e5e5;
}

.trip table.dates {
    height: 68px;
}

.trip .dates td {
    text-align: center;
    padding: 0;
    width: 55px;
}

.trip .dates td .calendar-holder {
    position: absolute;
    bottom: 1px;
    left: 0;
    cursor: default;
}

@media only screen and (max-width: 799px) {
    .trip .dates td.cal-left .calendar-holder {
        right: 0;
        left: auto;
    }
}

.trip .dates .hotel-page-calendar,
.trip .dates .calendar-holder {
    width: 100% !important;
}

.trip .dates .hotel-page-calendar td,
.trip .dates .hotel-page-calendar th {
    width: 14.3%;
}

.trip .dates .hotel-page-calendar .calendar-day {
    width: 100%;
}

.dates td.month:hover .hotel-page-calendar {
    display: table;
}

.dates td.month:hover .hotel-page-calendar {
    display: table !important;
}

.trip .calendar-holder {
    left: 0;
}

.trip .dates td.cal-left .calendar-holder > table {
    right: 0;
}

.trip .dates td .calendar-holder > table {
    border: 2px solid #D5D5D5;
}

.trip .tour-date-slider {
    background-color: #FFF;
    height: 66px;
    position: relative;
    border: 1px solid #E5E5E5;
    box-sizing: content-box;
}

.trip .tour-date-slider.no-flex .slides > li.first-of-type,
.trip .tour-date-slider.no-flex .slides > li.last-of-type {
    width: 20%;
}

.trip .tour-date-slider.no-flex .slides > li.last-of-type a {
    border-right: medium none;
}

.trip .tour-date-slider .slides > li {
    width: 20%;
    float: left;
    display: block;
}

.trip .tour-date-slider .slides > li a {
    display: inline-block;
    height: 66px;
    width: 100%;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    border-right: 1px solid #e3e3e3;
}

.trip .tour-date-slider .slides > li a:hover {
    color: #fe8f01/*#008CBA*/;
}

.trip .tour-date-slider .slides > li.day-active a {
    font-weight: normal;
    color: #f00;
}

.tour-date-slider:hover .flex-direction-nav .flex-prev,
.tour-date-slider:hover .flex-direction-nav .flex-next {
    display: block;
    opacity: 0.65;
}

.tour-date-slider .flex-direction-nav .flex-prev:hover,
.tour-date-slider .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.tour-date-slider .flex-direction-nav .flex-prev,
.tour-date-slider .flex-direction-nav .flex-next {
    width: 21px;
    height: 66px;
    background: url(/www/images/sprite/sprite.webp) -72px -387px;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
    text-indent: 21px;
    transition: none;
}

.tour-date-slider .flex-direction-nav .flex-next {
    background-position: -93px -387px;
    left: auto;
    right: 0;
}

.tour-date-slider .flex-direction-nav .flex-prev.flex-disabled,
.tour-date-slider .flex-direction-nav .flex-next.flex-disabled {
    display: none;
}

.font-red {
    color: #f00;
}

.font-orange {
    color: #FE5E00;
}

.font-upper {
    text-transform: uppercase;
}
.font-lower {
    text-transform: lowercase;
}

.trip-step {
    float: left;
    width: 20%;
    padding-left: 15px;
    background-color: #e6e6e6;
    line-height: 42px;
    color: white;
    text-align: center;
    font-weight: 800;
}

.trip-step-grey {
    background: #c6c4c5; /* Old browsers */
    background: -moz-linear-gradient(top, #c6c4c5 0%, #b0b0b0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c4c5), color-stop(100%, #b0b0b0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c6c4c5 0%, #b0b0b0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c6c4c5 0%, #b0b0b0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c6c4c5 0%, #b0b0b0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c6c4c5 0%, #b0b0b0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c4c5', endColorstr='#b0b0b0', GradientType=0); /* IE6-9 */
}

.greyline {
    width: 13px;
    height: 42px;
    background-image: url(/www/img/icons/greyline.jpg);
    background-repeat: no-repeat;
}

.rightline {
    width: 13px;
    height: 42px;
    background-image: url(/www/img/icons/rightline.jpg);
    background-repeat: no-repeat;
}

.leftline {
    width: 13px;
    height: 42px;
    background-image: url(/www/img/icons/leftline.jpg);
    background-repeat: no-repeat;
}

.custom-request textarea {
    height: 76px;
}

.custom-request select[disabled] {
    background-color: #DDD;
}

.subscribe-blocks {
    width: 100%;
    margin-top: 4px;
    border: solid 0 #C9C9C9;
    border-spacing: 1px;
    background: #dcdfe6;
}

.subscribe-blocks td {
    width: 125px;
    height: 125px;
    background: white;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe-blocks td:hover {
    background: #eaea26;
}

.subscribe-blocks .subscribe-blocks-icon {
    height: 41px;
}

.subscribe-blocks .subscribe-blocks-icon img {
    vertical-align: baseline;
}

.subscribe-heading {
    font-size: 22px;
}

.subscribe-blocks tbody tr td,
.subscribe-blocks tr td {
    display: table-cell;
    line-height: 12px;
    font-size: 11px;
    font-weight: 100;
    padding: 0;
}

.subscribe-blocks td > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 10px 0;
}
.subscribe-blocks td > a:hover {
    color: #222;
}

.subscribe-blocks-text {
    height: 36px;
    margin-top: 5px;
}

.subscribe-field {
    margin: 4px 0;
    padding: 15px 20px;
    font-size: 22px;
    background-color: #eaea26;
}

.subscribe-field input {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.subscribe-field .orange-button {
    float: right;
    padding: 8px 5px 9px;
    margin: 0;
    width: 100%;
}

.subscribe-field .subscribe-callback {
    display: none;
    font-size: 14px;
    margin-top: 10px;
}
.subscribe-field .subscribe-callback.error {
    color: red;
}
.subscribe-field .subscribe-callback.success {
    color: green;
}

.bigblock-holder {
    margin: 0 0 4px;
}

.reservation-heading {
    margin-top: 0;
    padding: 15px;
    line-height: 16px;
    font-size: 14px;
}

.reservation-heading.pad-right-8 {
    padding-right: 8px;
}

.reservation-heading .price {
    line-height: 14px;
}

.hotel-info-text {
    display: inline-block;
}

.reservation-list table {
    width: 100%;
}

.reservation-list table tr th, .reservation-list table tr td {
    font-size: 0.875rem;
    color: #222;
    padding: 15px 0;
    text-align: left;
}

.reservation-list table tr.even, .reservation-list table tr.alt, .reservation-list table tr:nth-of-type(even) {
    background: none;
}

.reservation-list table td {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #eaea26;
}
.reservation-list table tr.with-callback td {
    border-bottom: medium none;
}
.reservation-list table tr.with-callback + tr td.callback-cell {
    padding: 0 25px;
}
.reservation-list table tr.with-callback + tr td.callback-cell .callback {
    color: green;
    font-weight: 800;
    font-size: 17px;
    padding-bottom: 17px;

    display: none;
}
.reservation-list table tr.with-callback + tr td.callback-cell .callback.has-error {
    color: red;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

input[type="checkbox"] + label + span, input[type="radio"] + label + span {
    vertical-align: middle;
}

.reservation-list table .checkbox {
    width: 66px;
    padding-left: 17px;
    padding-right: 17px;
}

.reservation-list table td {
    vertical-align: top;
}
.reservation-list table .payment-info {
    padding: 8px 13px;
}
.reservation-list table .payment-type {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.reservation-list table .payment-sum {
    padding-right: 25px;
}

.reservation-list table .payment-sum input[type="text"] {
    width: 75px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 20px;
    font-weight: normal;
    font-size: 0.875rem;
    color: #222222;
    padding: 5px;
}
.reservation-list table .payment-sum .callback {
    color: green;
    font-weight: 800;
    font-size: 17px;
    margin-left: 20px;
}
.reservation-list table .payment-sum .callback.has-error {
    color: red;
}

.reservation-list table .payment-accept {
    width: 170px;
}

.reservation-price-check-loader {
    text-align: center;
    white-space: nowrap;
}

.reservation-price-check-loader > .info-text {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 6px;
    font-size: 18px;
    vertical-align: 50px;
}

.hotel-info {
    padding-top: 6px;
    font-size: 14px;
    line-height: 16px;
}

.hotel-info-attribute {
    padding: 5px 10px 7px;
}

.hotel-info-attribute:nth-child(even) {
    background-color: #e6e6e6;
}

.numbers-big {
    margin: 0;
}

.number-big {
    width: 20px;
    height: 20px;
    padding-left: 5px;
    line-height: 18px;
    border-radius: 10px;
    color: #eaea26;
    background-color: #c1c22f;
    background-image: url(/www/img/icons/rating-bg.png);

}

.number-big.num-1 {
}

.number-big.num-2 {
    padding-left: 6px;
}

.number-big.num-3 {
    padding-left: 6px;
}

.number-big.num-4 {
}

.number-big.num-5 {
    padding-left: 6px;
}

.numbers-big li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

td.vtop {
    vertical-align: top;
}

.input {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #C9C9C9;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label > span {
    background: url(/www/img/icons/galochka.png) no-repeat 6px 4px transparent;
}
input[type="checkbox"][readonly]:checked + label > span {
    background: url(/www/img/icons/galochka-grey.png) no-repeat 6px 4px transparent;
}

input[type="checkbox"] + label > span {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 2px 0 0;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.agreement-box {
    height: 445px;
    padding: 20px;
    color: #222;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4;
}

.sorting {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 12px;
    font-size: 11px;
}
.sorting .gap {
    display: inline-block;
    margin: 0 3px;
}
.sorting a {
    color: #000;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.sorting a:hover {
    text-decoration: underline;
}

.sort-criteria a {
    text-decoration: underline;
    color: #222;
}

.no-bg {
    background: white !important;
}

.bold {
    font-weight: 800;
}

.red-button {
    padding: 9px 15px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: white;
    cursor: pointer;
    background: #ed1c24;
    border: medium none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.red-button:hover,
.red-button:focus {
    background: #cc1920;
}

.orange-button {
    padding: 9px 15px;
    text-align: center;
    text-shadow: 0 3px 2px rgba(150, 150, 150, 0.5);
    font-size: 13px;
    line-height: 13px;
    color: white;
    cursor: pointer;
    background: #fe8f01; /* Old browsers */
    background: -moz-linear-gradient(top, #fe8f01 0%, #ff5c01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe8f01), color-stop(100%, #ff5c01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fe8f01 0%, #ff5c01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fe8f01 0%, #ff5c01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fe8f01 0%, #ff5c01 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fe8f01 0%, #ff5c01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8f01', endColorstr='#ff5c01', GradientType=0); /* IE6-9 */
    border: medium none;
}

.orange-button a,
.red-button a {
    color: white;
}

a.orange-button,
a.red-button {
    color: white;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eaea26;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 13px;
    border-radius: 0;
    background-color: #eaea26;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
}

.title-panel .icon + b {
    vertical-align: baseline;
}

.title-panel-right .left.text-right {
    margin: -3px 0 0;
}

.title-panel-right .numbers-big.right {
    margin: 3px;
}

.title-panel .icon {
    height: 31px;
    margin-top: -4px;
}

.title-panel b + .title-panel-right {
    margin-top: 0;
}

.flight-schedule {
    padding-top: 5px;
    cursor: pointer;
    min-width: 120px;
    position: relative;
    white-space: nowrap;
}

.flight-schedule:hover span,
.flight-schedule.active span {
    color: #f70;
}

.flight-schedule:hover i::before,
.flight-schedule.active i::before {
    background-position: 0 -14px;
}

.flight-schedule .flight-schedule-info h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}

.flight-schedule .flight-schedule-info .flight-schedule-text {
    font-weight: 800;
    padding-bottom: 5px;
}

.flight-schedule .flight-schedule-info p {
    font-size: 13px;
}

.flight-schedule .flight-schedule-info {
    position: absolute;
    min-width: 500px;
    top: 31px;
    background: #fff;
    text-align: left;
    padding: 15px;
    line-height: 16px;
    z-index: 1;
    border: 1px solid #EAEA26;
    display: none;
    cursor: auto;
}

.flight-schedule .flight-schedule-info::after {
    background: url(/www/img/triangle-up.png) no-repeat transparent;
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    left: 55px;
    top: -8px;
    z-index: 1;
}

.good-flight-time .styled-icon.airplane-icon::before {
    background-position: 0px -28px;
}

.styled-icon {
    display: inline-block;
    vertical-align: middle;
}

.styled-icon::before {
    display: block;
    content: "";
    position: absolute;
}

.styled-icon.airplane-icon {
    position: relative;
    width: 22px;
    height: 14px;
}

.styled-icon.airplane-icon::before {
    background-image: url(/www/img/airplane.png?v=2);
    background-position: 0 0;
    width: inherit;
    height: inherit;
}

.icon {
    display: inline-block;
    width: 64px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(/www/img/icons/icons_black_cb.png);
}

.icon-active {
    background-image: url(/www/img/icons/icons_cb.png);
}

.clock-white {
    background-position: -134px -5px;
    vertical-align: middle;
}

.clock-black {
    background-position: -3px 2px;
    vertical-align: middle;
}

.bus-white {
    background-position: -130px -6px;
    vertical-align: middle;
}

.bus-white.icon-active {
    background-position: -112px -4px;
    vertical-align: middle;
    background-size: 387px auto;
}

.bus-black {
    background-position: -134px -4px;
    vertical-align: middle;
}

.plane-white {
    background-position: -256px -5px;
    vertical-align: middle;
}

.plane-black {
    background-position: -256px -5px;
    vertical-align: middle;
}

.latvia-white {
    background-position: -388px -2px;
    vertical-align: middle;
}

.latvia-black {
    background-position: -388px -2px;
    vertical-align: middle;
}

.ship-white {
    background-position: 0 -124px;
    vertical-align: middle;
}

.ship-black {
    background-position: 0 -124px;
    vertical-align: middle;
}

.heart-white {
    background-position: -128px -115px;
    vertical-align: middle;
}

.heart-black {
    background-position: -128px -115px;
    vertical-align: middle;
}

.palmi-white {
    background-position: -261px -115px;
    vertical-align: middle;
}

.palmi-black {
    background-position: -261px -115px;
    vertical-align: middle;
}

.butterfly-white {
    background-position: -390px -111px;
    vertical-align: middle;
}

.butterfly-black {
    background-position: -390px -111px;
    vertical-align: middle;
}

.title-panel .icon.baloon-white {
    display: inline-block;
    width: 48px;
    height: 31px;
    margin-top: -4px;
    vertical-align: middle;
    background: url(/www/img/icons/baloon-white.png) no-repeat 2px 4px / 35px auto transparent;
}

.palmi {
    background-image: url(/www/img/icons/icons_cb.png);
    background-position: -134px -5px;
    vertical-align: middle;
}

footer {
    position: relative;
    margin-top: 8px !important;
    padding-top: 20px;
    border-top: 3px solid #eaea26;
}

footer .large-2 a {
    font-size: 12px;
    color: black;
}

footer .large-4.payment-image-block {
    text-align: right;
}

footer .large-2.foot-menu-min {
    padding-right: 0;
    width: 13%;
}

footer .footer-menus.main-list {
    padding: 0;
}
footer .footer-menus.right {
    padding-left: 0;
}
footer .footer-menus.left {
    padding-right: 0;
}

footer .foot-menu {
    padding: 0;
    margin-bottom: 20px;
}

footer .foot-menu-min ul,
footer .foot-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .foot-menu-min ul li,
footer .foot-menu ul li {
    font-size: 14px;
}

footer .foot-menu-min ul li:hover,
footer .foot-menu ul li:hover {
    background-color: #eaea26;
}

footer .foot-menu-min ul li a,
footer .foot-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    color: black;
    padding: 5px 10px;
    display: block;
    font-weight: 800;
}

footer .foot-menu ul li,
footer .foot-menu ul li a {
    font-weight: 100;
}

footer .foot-menu-min ul li a {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 100;
}

footer .contacts-footer {
    margin-top: 10px;
    padding: 20px 15px;
    font-size: 13px;
    background-color: #e6e6e6;
}
footer .contacts-footer > div {
    padding-left: 0;
    line-height: 20px;
}

.pre-footer-text {
    margin-top: 60px;
    font-size: 12px;
}

.footer-inner-container {
    margin: -10px 0 20px;
    border-bottom: 3px solid #eaea26;
    padding-bottom: 15px;
}
.footer-inner-container > .columns {
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
}

#scroll_top {
    position: absolute;
    top: -38px;
    left: 0;
    padding: 10px 20px;
    background: #f4f2f3;
    color: #222;
    font-size: 12px;
    cursor: pointer;
    vertical-align: bottom;
}

.soc-icons-footer {
    position: absolute;
    left: 25px;
    bottom: 60px;
}

.screen {
    position: fixed;
    background-color: rgba(51, 51, 51, 0.70);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.popup {
    text-align: left;
    display: inline-block;
    background-color: #FFF;
    margin-top: 10%;
}

.popup-width {
    width: 1004px;
}

.popup-content {
    padding: 20px;
}

.popup .popup-side-w450 {
    width: 450px;
}

.popup-left {
    float: left;
    padding: 4px;
}

.custom-request-callback .popup-left img {
    height: 332px;
    width: 494px;
    margin-top: 4px;
}

.popup-right {
    float: left;
    padding: 10px 20px 10px 10px;
}

.popup-heading {
    margin: 20px 0;
    font-size: 22px;
}

.popup-left .popup-text {
    height: 293px;
    margin-top: 50px;
    font-size: 14px;
}

.popup-right .popup-right-footer {
    bottom: 20px;
}

.popup-right .popup-right-footer img {
    width: 160px;
}

.popup .orange-button {
    display: inline-block;
}

.text-popup {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.popup-text {
    margin-bottom: 15px;
    line-height: 20px;
}

.popup-yellow {
    position: absolute;
    top: -30px;
    color: yellow;
    font-size: 20px;
}

label[for="agreeToSomeRules"] {
    float: left;
    margin: 7px 7px 0 0 !important;
}

.quote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}

.quote:before, .quote:after {
    content: "''";
    color: grey;
}

.yellow-border {
    border-bottom: 1px solid #eaea26;
    padding-bottom: 20px;
}

.grad-table {
    width: 500px;
    margin: 12px auto;
}

.grad-table-head {
    font-weight: 800;
}

.grad-table-day {
    padding-top: 4px;
    border-top: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
}

.grad-table-day div {
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}

.grad-table-day div:last-child {
    border-right: 0 solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}

.grad-table-night {
    padding-bottom: 4px;
    border-bottom: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    background-color: #e6e6e6;
}

.grad-table-night div {
    border-right: 1px solid #C9C9C9;
}

.grad-table-night div:last-child {
    border-right: 0 solid #C9C9C9;
}

.grad-table-head div, .grad-table-day div, .grad-table-night div {
    float: left;
    width: 34px;
    height: 20px;
    text-align: center;
}

.grad-table-head div:first-child, .grad-table-day div:first-child, .grad-table-night div:first-child {
    width: 90px;
}

.grad-table-bg-black {
    color: white;
    background-color: #363636;
}

.grad-table-poloska {
    position: absolute;
    width: 89px !important;
    height: 5px !important;
    bottom: 12px;
    background-color: #363636;
}

.reservation-block {
    position: relative;
}
.reservation-block .site-block.desc-image-block {
    height: 124px;
    overflow: hidden;
    padding-right: 2px;
}
.reservation-block .site-block.desc-image-block img {
    width: 100%;
}

.reservation-block .site-block.desc-text-block {
    padding-left: 2px;
}

select.input-select {
    height: 30px;
    padding: 4px;
}

.radio-rating-block {
    margin-bottom: 6px;
}

.radio-rating-label {
    font-size: 13px;
    line-height: 25px;
}

.radio-rating {
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}
.radio-rating input[type="radio"] {
    display: none;
}
.radio-rating > span {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #dddddd;
    color: #fff;
    line-height: 25px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}
.radio-rating input[type="radio"]:checked + span {
    background-color: #eaea26;
    color: #222;
}
.radio-rating-block.radio-error .radio-rating > span {
    background-color: #ff9696;
}

.anketa {
}

.anketa select {
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Nunito', sans-serif;
}

.anketa span {
    font-size: 15px;
}

.anketa input[type="checkbox"] + label + span,
.anketa input[type="radio"] + label + span,
.anketa input[type="checkbox"] + label + span *,
.anketa input[type="radio"] + label + span * {
    font-size: 14px;
}

.anketa .no-insurance-warning {
    display: block;
    margin-top: 5px;
}
.anketa .no-insurance-warning.hidden {
    display: none;
}

.custom-request input[type="text"].error,
.custom-request textarea.error,
form input[data-required].error,
form textarea[data-required].error,
.anketa input[type="text"].error {
    background-color: #FFF;
    border-color: #F33;
}
form input[data-required].error,
form textarea[data-required].error,
.anketa input[type="text"].error {
    background: #FFF url(/www/img/input-error.png) no-repeat scroll right 50%;
    padding-right: 30px;
}
form textarea[data-required].error {
    background-position: right 2px;
}
.custom-request input[type="text"].error + .error-box,
.custom-request textarea.error + .error-box,
.anketa input[type="text"].error + .error-box {
    display: block;
}

input[type="checkbox"] + label.error span {
    border-color: #F33;
}

.custom-request .input-box .error-box,
.anketa .input-box .error-box {
    display: none;
    padding: 2px 5px;

    position: absolute;
    left: 0;
    bottom: 32px;

    background-color: #FDD;
    box-shadow: 0 0 3px #F00;

    text-align: left;

    font-size: 13px;
    font-weight: 100;
}
.custom-request .input-box .error-box span,
.anketa .input-box .error-box span {
    font-size: 13px;
}

.anketa .proceed-holder {
}

.anketa .proceed-holder button {
    margin: 0;
}

.anketa .proceed-holder button:focus {
    outline: none;
}

.anketa .title-panel .panel-mid select {
    width: auto;
    height: auto;
    margin-top: -1px !important;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
}

.anketa .yellow-border {
    border-bottom: 1px solid #eaea26;
    border-left: 1px solid #eaea26;
    border-right: 1px solid #eaea26;
}
.anketa .yellow-border-top {
    border-top: 1px solid #eaea26;
    padding-top: 4px;
}

.anketa .continue-button {
    height: 45px;
}

.anketa-name-block {
    width: 100%;
    min-height: 124px;
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom: 6px;
    border: 1px solid #C9C9C9;
}

.anketa-name-block img {
    margin-right: 18px;
}

.anketa .title-panel {
    height: 45px;
    line-height: 22px;
}
.anketa .title-panel.white-bg {
    background-color: #ffffff;
}

.anketa .panel-first, .anketa .panel-mid, .anketa .panel-last {
    float: left;
    min-height: 1px;
}
.anketa .title-panel .input-box {
    position: relative;
}

.reservation-block .columns.move-padding-right {
    padding-left: 0;
    padding-right: 1.875rem;
}

.reservation-block .title-padding {
    padding: 6px 12px;
}
.reservation-block .pad-vertical {
    padding-top: 6px;
    padding-bottom: 6px;
}

.anketa .title-panel .input-box input,
.anketa .title-panel .input-box select {
    margin: 2px 0 0;
}
.anketa .title-panel .input-box select {
    width: auto;
}
.anketa .title-panel .input-box.w100 select {
    width: 100%;
}

.anketa .panel-last select {
    width: 175px;
}

.anketa .row-push {
    height: 46px;
}

.anketa .title-panel .panel-mid .input-box:last-of-type {
    float: right;
}

.anketa .panel-mid select, .anketa .panel-mid textarea {
    width: 100%
}

.anketa .panel-mid textarea {
    resize: vertical;
}

.anketa .wide-block > .panel-first {
    padding-left: 10px;
}

.anketa .panel-first {
    padding-right: 25px;
}

.anketa .title-panel .panel-first {
    height: 34px;
    line-height: 32px;
    font-weight: normal;
    font-size: 15px;
}
.anketa .title-panel .panel-first.nowrap {
    line-height: 15px;
}

.anketa .title-panel .panel-mid input,
.anketa .title-panel .panel-mid select,
.anketa .title-panel .panel-last input,
.anketa .title-panel .panel-last select {
    margin: 2px 0 0;
}

.reservation-progress {
    display: table;
    width: 100%;
}

.reservation-progress .progress-elem {
    display: table-cell;
    background: url(/www/images/reservation-progress-gradient.png) repeat-x scroll 0 0 transparent;
    height: 31px;
    width: 335px;
}

.reservation-progress .progress-elem .before-elem {
    float: left;
    background: url(/www/images/sprite/sprite.webp) 0px -536px;
    width: 13px;
    height: 31px;
    margin-left: -1px;
}

.reservation-progress .progress-elem .content-elem {
    float: left;
    width: 315px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-align: left;
}

.reservation-progress .progress-elem .content-elem .num-elem {
    float: left;
    padding: 0 0 0 10px;
    font-size: 23px;
    font-weight: 100;
}

.reservation-progress .progress-elem .content-elem .text-elem {
    font-weight: 800;
    font-size: 15px;
    padding-left: 20px;
    width: 90%;
    display: inline-block;
    text-align: left;
}

.reservation-progress .progress-elem.active-elem {
    background-position: 0 -31px;
}

.reservation-progress .progress-elem.active-elem .before-elem {
    background-position: 0px -567px;
}

.reservation-progress .progress-elem.active-elem + .progress-elem .before-elem {
    background-position: 0px -598px;
}

.reservation-progress .progress-elem.active-elem .content-elem {
    color: #fff;
}

.reservation-progress .progress-elem.done-elem .content-elem {
    color: #bbb;
    position: relative;
}

.reservation-progress .progress-elem.done-elem .content-elem:after {
    content: "";
    background: url(/www/images/sprite/sprite.webp) -602px -273px;
    width: 21px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 6px;
}

.site-block-margin {
    margin-bottom: 4px;
}

.hotel-page {
}

.hotel-page tr td {
    font-size: 13px;
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.hotel-page tr td:first-child {
    border-left: medium none;
}
.hotel-page tr td:first-child img {
    max-width: none;
}

.hotel-page tr td:last-child {
    border-right: medium none;
}

.hotel-page-calendar {
    display: none;
    position: absolute;
    width: auto !important;
    z-index: 1;
}

.hotel-page-calendar thead th {
    border-bottom: 2px solid #d5d5d5;
}

.hotel-page-calendar td {
    padding: 0 !important;
    line-height: 10px;
    border: 1px solid #d5d5d5;
}

.hotel-page-calendar .calendar-day {
    width: 45px;
    height: 45px;
    line-height: 13px;
    font-size: 13px;
    display: block;
}

.hotel-page-calendar .calendar-day.weekend {
    background-color: #ECECEC;
}
.hotel-page-calendar .calendar-day.weekend.special {
    color: red;
}

.hotel-page-calendar .calendar-day .date {
    line-height: 22px;
}

.hotel-page-calendar td:nth-child(6) .calendar-day,
.hotel-page-calendar td:last-child .calendar-day {
    color: #fe5e00;
    background-color: #f5f5f5;
}

.hotel-page-calendar td:nth-child(6) .calendar-day a,
.hotel-page-calendar td:last-child .calendar-day a {
    color: #fe5e00;
}

.day-active {
    font-weight: 800;
    color: red !important;
}

.yellow {
    color: #222 !important;
    background-color: #eaea26 !important;
}

.dates td.month {
    font-size: 13px;
}

.dates td.month .price {
    font-size: 14px;
}

.dates td.month:hover .hotel-page-calendar {
    display: block;
}

.dates td.month > div {
    height: 70px;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.dates td.month:hover > div {
    border: 1px solid #E5E5E5;
    background-color: #ececec;
}

.vertical-aligner {
    height: inherit;
    display: inline-block;
    vertical-align: middle;
}

.vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
}

.map-canvas {
    height: 300px;
}

.tree-slider {
    margin-bottom: 4px;
}

.tree-slider .slider-content {
    position: relative;
}

.tree-slider .slider-content .slides {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tree-slider .slider-content .slides li {
    position: relative;
}

.tree-slider .slider-content .slides li .text-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 25px 20px;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
}

.tree-slider .slider-content .flex-control-nav {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 12px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.tree-slider .slider-content .flex-control-nav li {
    display: inline-block;
    margin-right: 8px;
}

.tree-slider .slider-content .flex-control-nav li:last-of-type {
    margin-right: 0;
}

.tree-slider .slider-content .flex-control-nav li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ffffff;
    text-indent: 99999px;
    overflow: hidden;
}

.tree-slider .slider-content .flex-control-nav li a.flex-active {
    background-color: #EAEB23;
}

.tree-slider .slider-content .flex-direction-nav {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.tree-slider .slider-content .flex-direction-nav li {
    margin: 0;
    padding: 0;
}

.tree-slider .slider-content .flex-direction-nav li a,
.tree-slider .slider-content .flex-direction-nav li a.flex-prev {
    display: inline-block;
    width: 25px;
    height: 49px;
    position: absolute;
    top: 170px;
    left: 20px;
    background: url(/www/images/slider-arrows.png) no-repeat 0 0 transparent;
}

.tree-slider .slider-content .flex-direction-nav li a.flex-next {
    left: auto;
    right: 20px;
    background-position: -25px;
}

#tinymce.treeBlock {
    margin: 0;
}

#tinymce.treeBlock,
.tree-block .text-content,
.tree-block .photo-content {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
}

.tree-block .photo-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: -4px;
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.tree-block .photo-content .image-block {
    margin-left: 4px;
    margin-bottom: 4px;
}

.tree-block .image-block {
    display: inline-block;
}

#tinymce.treeBlock p,
.tree-block .text-content p {
    text-align: justify;
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

#tinymce.treeBlock b,
#tinymce.treeBlock strong,
.tree-block .text-content b,
.tree-block .text-content strong {
    font-weight: 800;
    font-size: 17px;
}

#tinymce.treeBlock em,
.tree-block .text-content em {
    display: inline-block;
}

.tree-block .photo-block-remove-btn {
    display: none;
}

.content-columns {
    margin: 10px 0;
}

.content-columns .columns {
    padding-right: 10px;
    padding-left: 10px;
}

select.normal,
.content-columns select {
    height: 30px;
    padding: 4px 23px 4px 8px;
    text-overflow: ellipsis;
}

.content-columns textarea {
    resize: vertical;
}

.ui-datepicker.ui-cb-datepicker {
    width: auto;
    padding: 0;
    border: 1px solid #E5E5E5;
    z-index: 40 !important;
}
.ui-datepicker.ui-cb-datepicker .ui-datepicker-header {
    background: #ddd none no-repeat scroll 0 0;
    border: medium none;
}
.ui-datepicker.ui-cb-datepicker .ui-datepicker-title {
    font-size: 15px;
    line-height: 21px;
}
.ui-datepicker.ui-cb-datepicker .ui-corner-all {
    border-radius: 0;
}

.ui-datepicker.ui-cb-datepicker .ui-widget-header .ui-state-hover {
    border: medium none;
}

.ui-datepicker.ui-cb-datepicker .ui-datepicker-prev {
    left: 7px;
}
.ui-datepicker.ui-cb-datepicker .ui-datepicker-next {
    right: 7px;
}
.ui-datepicker.ui-cb-datepicker .ui-datepicker-prev,
.ui-datepicker.ui-cb-datepicker .ui-datepicker-next {
    top: 7px;
    width: 16px;
    height: 16px;
}

.ui-datepicker.ui-cb-datepicker .ui-state-default {
    border: 1px solid #fff;
    background: #fff none no-repeat scroll 0 0;
}
.ui-datepicker.ui-cb-datepicker table .ui-state-default.ui-state-hover {
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
}
.ui-datepicker.ui-cb-datepicker table .ui-state-default.ui-state-active {
    background-color: #f4f4f4;
    border: 1px solid #B4B4B4;
}
.ui-datepicker.ui-cb-datepicker th:nth-of-type(6) {
    border-left: 1px solid #F5F5F5;
}
.ui-datepicker.ui-cb-datepicker td.ui-datepicker-week-end span,
.ui-datepicker.ui-cb-datepicker td.ui-datepicker-week-end a,
.ui-datepicker.ui-cb-datepicker td.ui-state-special-day a,
.ui-datepicker.ui-cb-datepicker td.ui-state-special-day span {
    border: 1px solid #F5F5F5;
}
.ui-datepicker.ui-cb-datepicker th.ui-datepicker-week-end,
.ui-datepicker.ui-cb-datepicker td.ui-datepicker-week-end,
.ui-datepicker.ui-cb-datepicker td.ui-datepicker-week-end span,
.ui-datepicker.ui-cb-datepicker td.ui-datepicker-week-end a,
.ui-datepicker.ui-cb-datepicker td.ui-state-special-day a,
.ui-datepicker.ui-cb-datepicker td.ui-state-special-day span {
    color: #FE1B00;
    background-color: #F5F5F5;
}

.ui-datepicker.ui-cb-datepicker td.ui-state-price-available {
    background: #fff none no-repeat scroll 0 0;
}

.ui-datepicker.ui-cb-datepicker td.ui-state-price-available a,
.ui-datepicker.ui-cb-datepicker td.ui-state-price-available a.ui-state-hover {
    background-color: #eaea26;
    border: 1px solid #eaea26;
    color: #FE5E00;
    padding: 2px 0;
    width: 36px;
    height: 36px;
    line-height: 14px;
    font-size: 11px;
}
.ui-datepicker.ui-cb-datepicker td.ui-state-price-available a.ui-state-default.ui-state-active {
    background-color: #eaea26;
}

.ui-datepicker.ui-cb-datepicker td.ui-state-price-available a::after
{
    content: "";
    display: block;
    text-align: center;
}


.ui-datepicker.ui-cb-datepicker table {
    margin: 0;
}
.ui-datepicker.ui-cb-datepicker table tr,
.ui-datepicker.ui-cb-datepicker table tr:nth-of-type(2n) {
    background-color: #fff;
}
.ui-datepicker.ui-cb-datepicker th {
    padding: 6px 0;
    font-size: 12px;
}
.ui-datepicker.ui-cb-datepicker td {
    padding: 0;
    border: 1px solid #E5E5E5;
}
.ui-datepicker.ui-cb-datepicker td span,
.ui-datepicker.ui-cb-datepicker td a {
    font-size: 14px;
    padding: 8px;
    text-align: center;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    cursor: default;
}

.ui-datepicker-unselectable.ui-state-disabled a.ui-state-hover,
.ui-datepicker-unselectable.ui-state-disabled a.ui-state-hover  {
    background-color: #fff !important;
}

#searchFrame {
    width: 100%;
    border: medium none;
}

.bus_places_frame {
    width: 100%;
    height: 650px;
}


html.scrollLock {
    overflow-y:scroll;
    -ms-overflow-y:scroll;
}
html.scrollLock body {
    overflow: hidden;
    height:100%;
    min-height: 100%;
    width:100%;
    min-width:100%;
}

#cbModal,
.cb-modal-window {
    display: none;
}

#people-select-modal {
    display: block;
}

#cbModal .cb-overlay,
.cb-modal-window .cb-overlay,
#people-select-modal .cb-overlay {
    background: rgba(0,0,0,0.7) none no-repeat scroll 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: auto;
}

#cbModal .cb-overlay {
    z-index: 99999999999;
}

#people-select-modal .cb-overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#people-select-modal .cb-overlay #people-select-modal-inner {
    margin: 0 auto;
    text-align: center;
}

#people-select-modal .cb-overlay #people-select-modal-inner .people-icons {
    position: static;
    margin: 20px auto 10px;
    text-align: center;
    display: block;
}

#cbModal .cb-container,
.cb-modal-window .cb-container,
#people-select-modal .cb-container {
    width: 500px;
    margin: 20px auto;
    background: #ffffff none no-repeat scroll 0 0;
    position: relative;
}

#cbModal .cb-header,
.cb-modal-window .cb-header,
#people-select-modal .cb-header {
    height: 35px;
    background-color: #eaea26;
}
#cbModal .cb-title,
.cb-modal-window .cb-title,
#people-select-modal .cb-title {
    float: left;
    line-height: 17px;
    margin: 9px;
}
#cbModal .cb-close,
.cb-modal-window .cb-close,
#people-select-modal .cb-close {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(/www/images/sprite/sprite.webp) -892px -273px;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 250;
}
#cbModal .cb-content,
.cb-modal-window .cb-content,
#people-select-modal .cb-content {
    padding: 20px 10px;
}
#cbModal.cb-popup .cb-content,
.cb-modal-window.cb-popup .cb-content {
    padding: 0;
}
#cbModal .cb-content > div,
.cb-modal-window .cb-content > div  {
    display: none;
}
#cbModal .cb-content .cb-loading,
.cb-modal-window .cb-content .cb-loading,
#people-select-modal .cb-content .cb-loading {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url(/www/images/loading.gif) no-repeat scroll 0 0;
}
#cb-agreement-modal.cb-modal-window .cb-container {
    width: auto;
    margin: 20px;
}

#cb-agreement-modal .cb-header {
    line-height: 35px;
    padding-left: 15px;
    font-size: 14px;
}

#people-select-modal .orange-button {
    width: 100%;
    height: 33px;
    margin-bottom: 0;
    padding: 10px 0;
}

#people-select-modal .orange-button .loader,
#people-select-modal .orange-button .loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

#people-select-modal .orange-button .loader {
  font-size: 10px;
  position: relative;
  top: -2px;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 500ms infinite linear;
  animation: load8 500ms infinite linear;
  display: none;
}

#people-select-modal .orange-button .loader {
    display: none;
}

#people-select-modal .orange-button.loading {
    font-size: 0;
}

#people-select-modal .orange-button.loading .loader {
    display: inline-block;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.custom-people-select .people-select-options {
    width: 100% !important;
    left: 0 !important;
}

.custom-people-select .people-select-label,
.custom-people-select .people-select-amount {
    max-width: 120px;
}

.custom-people-select .people-select-label {
    text-align: right;
}

.cb-content .bus-scheme {
    margin: -20px -10px;
}
.bus-scheme {
    background-color: #F1F1F1;
    padding: 10px;
}
.bus-scheme > table {
    margin: 0 auto;
    border-collapse: collapse;
}
.bus-scheme > table tr {
    background-color: #F1F1F1;
}
.bus-scheme > table td {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    border: 3px solid #F1F1F1;
    background-color: #F1F1F1;
    color: #333333;
}
.bus-scheme > table td.gap {
    width: 30px;
    background-color: #F1F1F1;
}
.bus-scheme > table td.seat {
    width: 30px;
    height: 30px;
    color: #ffffff;
}
.bus-scheme > table td.doors {
    background: #f1f1f1 url(/www/images/bus_scheme-door-arrow.png) no-repeat scroll 4px 50%;
}
.bus-scheme-about .seat.seat-booked,
.bus-scheme > table td.seat-booked {
    background-color: #CE0808;
}
.bus-scheme-about .seat.seat-free,
.bus-scheme > table td.seat-free {
    background-color: #38A813;
}
.bus-scheme-about .seat.seat-blocked,
.bus-scheme > table td.seat-blocked {
    background-color: #5b5b5b;
}
.bus-scheme > table td.seat-special {
    background-color: #ffffff;
    color: #222222;
}

.bus-scheme > table td.right-side,
.bus-scheme > table td.left-side {
    background: #f1f1f1 url(/www/images/bus_scheme-side-pattern.png) repeat-y scroll center 0;
    width: 7px;
    padding: 0;
    border-bottom: medium none;
}
.bus-scheme > table td.left-side {
    background-position: right 0;
}
.bus-scheme > table td.right-side {
    background-position: left 0;
}

.bus-scheme > table tr.bus-front td {
    border-bottom: medium none;
}
.bus-scheme > table tr.bus-front td.img-cell {
    background:transparent url(/www/images/cb-bus_places-front.png) no-repeat scroll center bottom / 100% auto;
    height: 50px;
}
.bus-scheme > table tr.bus-front + tr td {
    border-top: medium none;
}
.bus-scheme > table tr.bus-rear td {
    border-top: medium none;
}
.bus-scheme > table tr.bus-rear td.img-cell {
    background: transparent url(/www/images/cb-bus_places-rear.png) no-repeat scroll center bottom / 100% auto;
    height: 17px;
    line-height: 0;
}

.bus-scheme-about {
    width: 100%;
    margin-top: 15px
}
.bus-scheme .bus-scheme-about tr td {
    width: 33.333%;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: medium none;
}
.bus-scheme-about .seat {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.bus-scheme-about .seat-desc {
    vertical-align: middle;
    font-size: 12px;
}

.visible-mobile {
    display: none !important;
}

.ui-tooltip {
    font-size: 13px;
}

.custom-price-name-field {
    display: none;
}

.jquery-ui-tooltip {
    cursor: help;
}

.banners-block .site-block-banner {
    margin-bottom: 4px;
    max-width: 165px;
}

.country-review-block {
    margin-top: 5px;
    font-family: inherit;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

.country-review-block a {
    text-decoration: underline;
}

.search-wrapper form {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    padding: 15px;
    background: rgb(234, 234, 38);
}

.search-wrapper form::after {
    content: "";
    display: block;
    clear: both;
}

.search-wrapper label {
    padding: 0 7px;
}

#feedback-form-standalone .cb-title {
    height: 35px;
    background-color: #eaea26;
    line-height: 32px;
    padding-left: 15px;
    margin: 0 0 15px;
}

.search-wrapper .form-row {
    margin: 0 -7px;
}

.search-wrapper form .search-submit {
    padding: 10px 30px;
    float: right;
    margin-bottom: 0;
}

.search-wrapper form hr {
    margin: 0.5rem 0 1rem;
}

.search-wrapper input[type="text"],
.search-wrapper input[type="number"],
.search-wrapper input[type="email"],
.search-wrapper select {
    padding: 6px 0.5rem 6px;
    top: -1px;
    position: relative;
    height: 31px;
    font-size: 13px;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}

.search-wrapper select,
.people-select,
.people-select:focus {
    padding: 6px 0.5rem 5px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.people-select-group {
    position: relative;
}

.people-select-group .people-select-options {
    background: #fff;
    border: 1px solid #d4d4d4;
    position: absolute;
    left: 7px;
    top: 31px;
    z-index: 1;
    width: 230px;
    padding: 7px;
    display: none;
}

.people-select-group .people-select-options label {
    padding-left: 0;
}

.people-select-group .people-select-options button {
    background: #7f7f7f;
    font-weight: 800;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #7f7f7f;
    margin-bottom: 0;
}

.people-select-group .people-select-amount {
    text-align: right;
}

.people-select-group .people-select-amount-inner {
    display: inline-block;
}

.people-select-group .people-select-options button:hover {
    background-color: #5d5d5d;
}

.people-select-group .people-select-options button,
.people-select-group .people-select-options input {
    display: inline-block;
}

.people-select-group .people-select-options input:focus {
    box-shadow: none;
}

.people-select-group .people-select-options input {
    text-align: center;
    height: 28px;
}

.people-select-group .people-select-options .adult-count,
.people-select-group .people-select-options .kids-count {
    width: 40px;
    position: relative;
}

.people-select-group .people-select-options .kids-count.kids-age-selector {
    width: 70px;
}

.people-select-options .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: 5px;
}

.people-select-options .row:last-child {
    margin-bottom: 0;
}

.people-select-group .people-select-options .people-select-label {
    float: left;
}

.people-select-group .people-select-options .people-select-label,
.people-select-group .people-select-options .people-select-amount {
    flex: 1;
}

.people-select-group .people-select-options label {
    font-size: 0.8rem;
    line-height: 30px;
}

.people-select,
.people-select-amount input[type="text"] {
    background-color: #fff !important;
}

.search-wrapper h1 {
    background: #efec12;
    padding: 10px 15px;
    margin-bottom: 0;
}

.search-wrapper .form-group {
    display: inline-block;
    width: 33.3%;
    position: relative;
    margin-bottom: 10px;
    vertical-align: middle;
}

.search-wrapper .form-group.large-col {
    width: 32%;
}

.search-wrapper .small-label-col {
    width: 2.8%;
    text-align: center;
}

.search-wrapper .small-label-col span {
    font-size: 14px;
    line-height: 27px;
}

.search-wrapper .form-group.extra-small-col {
    width: 14.5%;
}

.search-wrapper .form-group.small-col {
    width: 16%;
}

.search-wrapper .form-group.regular-col {
    width: 20%;
}

.search-wrapper .form-group.extra-choices {
    width: 30.35%;
}

.search-wrapper .form-row.col-4 .form-group {
    width: 27%;
    margin-bottom: 0;
}

.search-wrapper .form-row.children-age-row .form-group {
    margin-top: 14px;
    margin-bottom: 0;
}

.search-wrapper form .search-submit {
    width: 100%;
    float: none;
    padding: 9px 30px;
    position: relative;
    top: -1px;
}

.search-wrapper .star-select {
    padding: 4px 0.5rem 4px;
}

.search-wrapper form .form-row.col-4 .form-group.search-button-group {
    width: 18%;
}

.search-wrapper form .form-group.search-button-group {
    padding-left: 7px;
    width: 19.3%;
}

.search-wrapper .datepicker,
.search-wrapper .datepicker:focus {
    padding: 6px 0.5rem 5px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search-wrapper .datepicker:focus {
    background-color: #fafafa;
}

.search-wrapper form {
    position: relative;
    font-size: 0;
}

.search-wrapper .loader-wrapper {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

.search-wrapper .loader-object {
    display: inline-block;
    margin-top: -3px;
    left: 50%;
    margin-left: -101px;
}

.search-wrapper .loader-wrapper .loader-object {
    z-index: 2;
    position: absolute;
}

#hotel-prices-container .loader-object-status,
#tour-prices-container .loader-object-status,
.search-wrapper .loader-wrapper .loader-object .loader-object-status {
    width: 215px;
    font-size: 13px;
    color: #000;
    margin: 0 auto;
}

#hotel-prices-container,
#tour-prices-container {
    position: relative;
}

#hotel-prices-container.loading td,
#tour-prices-container.loading td {
    color: #5e5e5e;
}

#hotel-prices-container.loading .orange-button,
#tour-prices-container.loading .orange-button {
    opacity: 0.6;
}

#hotel-prices-container .loader-object-status,
#tour-prices-container .loader-object-status  {
    text-align: center;
    line-height: 16px;
}

#hotel-prices-container .loader-wrapper,
#tour-prices-container .loader-wrapper {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#hotel-charter-desc {
    display: none;
}

.search-wrapper {
    line-height: 18px;
}

.search-wrapper .loader-object.expired-status .sk-folding-cube {
    display: none;
}

.search-wrapper .loader-object.expired-status {
    width: 430px;
    line-height: 18px;
    left: 50%;
    margin-left: -215px;
    text-align: center;
    margin-top: 10px;
    color: #c21213;
}

.search-wrapper .loader-object.expired-status .loader-object-status {
    color: #f74a16;
}

.search-wrapper {
    margin-bottom: 5px;
}

.search-form .form-group.invalid input,
.search-form .form-group.invalid select {
    border-color: #F33;
}

.search-form .form-group .error-box {
    padding: 2px 5px;
    position: absolute;
    left: 8px;
    top: 31px;
    background-color: #FDD;
    box-shadow: 0 0 3px #F00;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    display: none;
}

.search-form .extra-choices {
    width: 30.3%;
    margin: 0 8px;
}

.search-form .extra-choices > div{
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    padding: 2px 0;
}

.search-form input[type="checkbox"] {
    display: inline-block;
}

.search-form .extra-choices label {
    display: inline-block;
    padding: 0 2px;
    font-size: 0.8rem;
    margin-left: 7px;
    margin-top: 2px;
}

.search-form .extra-choices input,
.search-form .extra-choices span {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-bottom: 0;
}

.search-form .form-row.col-4 .form-group {
    margin-bottom: 14px;
}

.search-form .second-form-row .form-group {
    margin-bottom: 0 !important;
}

.search-form .form-group.invalid .error-box {
    display: block;
}

.search-form .children-age-selector {
    display: none;
    padding-top: 5px;
}

.search-form .children-age-selector span {
    font-size: 13px;
}

.search-form .children-age-selector *[data-children-age] {
    display: none;
}

.search-form .children-age-selector *[data-children-age] .row {
    margin-bottom: 5px;
}

.search-form .children-age-selector .people-select-amount .people-select-amount-inner {
    width: 126px;
}

.search-result-item .offers-price-link {
    font-size: inherit! important;
}

.search-result-item .offer-title-left-side {
    float: left;
    margin-right: 5px;
}

.search-result-item .pansion-inline-block {
    position: relative;
}

.search-result-item .price-title {
    text-align: right;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 6px;
}

.search-result-item .offer-title-right-side-wrapper {
    float: right;
}

.search-result-item .offer-title-right-side {
    float: right;
    text-align: right;
    padding-left: 130px;
    background: transparent none no-repeat scroll 90px 4px;
    white-space: nowrap;
    position: relative;
    min-width: 224px;
}

.search-result-item .offer-title-right-side.tType-avio::before {
    content: "";
    background: url(/www/images/sprite/sprite.webp) -115px -428px;
    width: 38px;
    height: 24px;
    position: absolute;
    left: 90px;
    top: 6px;
}

.search-result-item .offer-title-right-side.tType-spa::before {
    content: "";
    background: url(/www/img/spa.png);
    width: 33px;
    height: 29px;
    position: absolute;
    left: 89px;
    top: 4px;
}

.search-result-item .offer-title-right-side .orange-button {
    font-size: 13px;
    font-weight: normal;
}

.search-result-item .offer-title-right-side .orange-button:hover {
    color: white;
}

.reservation-expired,
.reservation-expired:hover,
.reservation-expired:focus {
    background: #b3b2b2;
    margin-bottom: 0;
}

.reservation-expired {
    position: relative;
}

.reservation-expired .message {
    position: absolute;
    top: 0; 
    right: 0;
    padding: 15px;
    width: 400px;
    top: 41px;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 15px;
    line-height: 16px;
    z-index: 1;
    border: 1px solid #EAEA26;
    text-shadow: 0 0 0;
    white-space: normal;
    display: none;
}

.reservation-expired .message::after {
    background: url(/www/img/triangle-up.png) no-repeat transparent;
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    right: 32px;
    top: -8px;
    z-index: 1;
}

.reservation-expired.active .message {
    display: block;
}

.search-result-item .offer-title-right-side .offers-action {
    margin-top: 15px;
}

.search-result-item .offer-title-right-side:hover .offers-price a {
    color: #fe8f01;
}

.search-result-item .offers-text {
    min-height: 135px;
}

.search-result-item .a-included-in-price {
    font-weight: normal;
}

#searchResultContainer[data-search-type="charter"] img.search-pic {
    min-width: 400px;
    min-height: 200px;
    text-align: center;
    background-color: #fafafa;
    text-align: center;
    font-size: 0;
    width: 400px;
    max-width: 400px;
    margin-left: -25px;
}

#searchResultContainer[data-search-type="charter"] .search-result-item:not(.banner-result-item):not(.mobile-banner-result-item) {
    display: flex;
    margin-bottom: 4px;
}

#searchResultContainer[data-search-type="charter"] .search-result-item .charter-image-holder {
    display: block;
    height: 100%;
}

#searchResultContainer[data-search-type="charter"] picture {
    height: 100%;
    display: block;
}

#searchResultContainer[data-search-type="charter"] .pic-holder,
#searchResultContainer[data-search-type="tour"] .pic-holder {
    overflow: hidden;
}

#searchResultContainer[data-search-type="charter"] img.search-pic.lazyload,
#searchResultContainer[data-search-type="tour"] img.lazyload  {
    background-color: #fafafa;
    overflow: hidden;
    font-size: 0;
}

#searchResultContainer[data-search-type="charter"] img.search-pic.lazyload::before,
#searchResultContainer[data-search-type="tour"] img.search-pic.lazyload::before  {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

#searchResultContainer[data-search-type="tour"] img.search-pic {
    min-width: 209px;
    min-height: 112px;
    background-color: #fafafa;
    font-size: 0;
    text-align: center;
}

select.pansion-select:not(.charter-search-pansion) {
    background: #fff url(/www/images/pansion-input.png) no-repeat scroll right 50%;
}

select.pansion-select.charter-search-pansion {
    background: #fff;
}

.pansion-select-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.pansion-select-wrapper::after {
    background: url(/www/images/sprite/sprite.webp) -905px -323px no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 18px;
    right: 6px;
    top: 50%;
    margin-top: -17px;
}

.people-icons {
    font-size: 0;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.people-icons .adult-icon,
.people-icons .kid-icon {
    display: inline-block;
}

.people-icons .adult-icon {
    background: url(/www/images/sprite/sprite.webp) -135px -582px no-repeat;
    width: 9px;
    height: 20px;
    margin-left: 2px;
}

.people-icons .kid-icon  {
    background: url(/www/images/sprite/sprite.webp) -153px -582px no-repeat;
    width: 8px;
    height: 20px;
    margin-left: 2px;
}

.price-cell .people-icons {
    position: static;
    margin-right: 10px;
}

.price-cell-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.price-cell-container .price-cell-left .price {
    line-height: 26px;
}

.dynamic-search-price-table .price-cell {
    width: 177px;
}

.price-has-discount-cell .price {
    line-height: 21px;
}

.trip .prices-cell-inner {
    display: inline-block;
    vertical-align: middle;
}

.trip .price-has-discount-cell .price {
    color: #e77433;
}

.trip .prices-cell-inner-row-old .price {
    color: #222;
    font-weight: 800;
    text-decoration: line-through;
}

.trip-sum-text .offer-price-difference-container {
    padding-bottom: 5px;
}

.trip-sum-text .offer-price-difference {
    display: inline-block;
    float: none;
    margin-top: 0;
    vertical-align: middle;
}

.trip-sum-text .offer-price-discount {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    color: #e77433;
    vertical-align: middle;
    margin-left: 8px;
}

.offer-price-difference {
    display: block;
    font-size: 14px;
    font-weight: 800;
    float: right;
    clear: both;
    margin-top: 5px;
}

.offer-price-difference .offer-price-difference-label {
    color: #e77433;
}

.offer-price-difference .offer-price-difference-amount {
    background: #e77433;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    /* min-width: 45px; */
    text-align: center;
    font-weight: 800;
    clear: both;
}

.discount-offer {
    color: #e77433;
}

#searchResultContainer[data-search-type="charter"] .offer-price-difference {
    float: none;
    position: relative;
    margin-bottom: 3px;
}

#searchResultContainer[data-search-type="charter"] .offer-price-difference .offer-price-difference-inner {
    position: absolute;
    right: 0;
}

.sk-folding-cube {
  margin: 17px auto;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6c1c;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.ui-tooltip {
    font-size: 13px;
}

.jquery-ui-tooltip {
    cursor: help;
}

.banners-block .site-block-banner {
    margin-bottom: 4px;
    max-width: 165px;
    display: block;
}

#feedback-form-standalone::after {
    content: "";
    clear: both;
}

#feedback-form-standalone .wide-block.columns {
    float: none;
    max-width: 500px;
    margin: 0 auto;
}

#feedback-form-standalone .cb-title {
    height: 35px;
    background-color: #eaea26;
    line-height: 32px;
    padding-left: 15px;
    margin: 0 0 15px;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-color: #d4d4d4 !important;
    border-collapse: collapse;
}

tr, td {
    border-color: #d4d4d4 !important;
}

td,
th {
  padding: 0;
}

table td {
    background: #fff;
}

table tr:nth-of-type(even),
table tr:nth-of-type(even) td {
    background: #e6e6e6;
}

.top-language-switch {
    padding-top: 2px;
}

.search-form-title {
    margin-bottom: 0;
}

#charter-search-form {
    border: 1px solid #d1d3d7;
    padding: 10px 10px 0;
    border-top: 0;
}

#charter-search-form  .search-submit {
    margin-bottom: 10px;
    float: right;
}

#charter-search-form .form-row {
    width: 100%;
    font-size: 0;
}

#charter-search-form .form-row.col-2 .form-group {
    display: inline-block;
    width: 50%;
}

#charter-search-form .form-group::after {
    content: "";
    clear: both;
    display: block;
}

#charter-search-form .form-row.col-2 .form-group:first-child {
    padding-right: 8px;
}

#charter-search-form .form-row.col-2 .form-group:last-child {
    padding-left: 8px;
}

#charter-search-form  #charter-search-date-range {
    padding: 1.1rem 0.5rem;
    top: -1px;
    position: relative;
}

#charter-search-form #charter-search-date-range {
    width: 100%;
    background: #fff;
    padding-right: 24px;
    cursor: pointer;
}

#charter-search-form #charter-search-date-range .date-select-wrapper {
    position: relative;
}

#charter-search-form #charter-search-date-range .date-select-wrapper::after {
    background: url(/www/images/sprite/sprite.webp) no-repeat -706px -187px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
}

td.ui-datepicker-active a {
    background-color: #eaea27 !important;
}

#additional-form-data {
    position: relative;
}

#additional-form-data::after {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#additional-form-data h6 {
    background: url(/www/img/icons/user-icon.png) 15px 50% no-repeat #eaea27;
    padding: 5px 15px 5px 38px;
    margin-bottom: 0;
}

#additional-form-data .form-fields {
    border-bottom: 1px solid #eaea26;
    border-left: 1px solid #eaea26;
    border-right: 1px solid #eaea26;
    padding: 15px 0;
    font-size: 0;
}

#additional-form-data .form-fields .form-field {
    width: 50%;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 2px;
}

#additional-form-data .form-fields .form-field:nth-child(2n) {
    padding-right: 15px;
}

#additional-form-data .form-fields .form-field:nth-last-child(-n+2) {
    margin-bottom: 0;
}

#additional-form-data p {
    font-size: 14px;
    line-height: 16px;
}

#additional-form-data .default-button {
    padding: 0 15px 2px;
    border: 1px solid black;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 15px;
}

#additional-form-data .form-fields-container {
    margin: 15px 0;
}

#additional-form-data .form-actions {
    float: right;
    margin-top: 15px;
    clear: both;
    font-size: 0;
}

#additional-form-data .orange-button {
    padding: 12px 15px;
    margin-right: 15px;
}

#additional-form-data.loading .loader {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url(/www/images/loading.gif) no-repeat scroll 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

#additional-form-data.loading::after {
    display: block;
}

#additional-form-data input.passport-date-of-issue,
#additional-form-data input.passport-expiration-date {
    background: #fff url(/www/img/calend.png) no-repeat scroll right 50%;
}

#additional-form-data.loading .loader {
    display: block;
}

#additional-form-data .additional-form-data-intro {
    padding-top: 10px;
}

#additional-form-data .passport-exp-date-error {
    display: none;
}

.photo-block .mce-container-body {
    text-align: center;
}

.photo-block .mce-path {
    display: none;
}

.photo-block-content-field {
    display: none;
}

.cb-warning {
    color: #8a6d3b;
    font-size: 14px;
    background-color: #fcf8e3;
    line-height: 18px;
    border-color: #faebcc;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.cb-error {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#additional-form-data .form-fields-container .cb-error {
    margin: 0 15px;
    clear: both;
}

#additional-form-data input.error {
    background: #FFF url(/www/img/input-error.png) no-repeat scroll right 50%;
    padding-right: 30px;
    border: 1px solid #F33;
}

#tour-feedback-form .columns {
    padding: 0;
}

#tour-feedback-form h5 {
    padding-top: 15px;
}

#tour-feedback-form .comment-field-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
}

.form-submitted {
    font-size: 16px;
    background: #fffff0;
    border: 1px solid #eaea27;
    text-align: center;
    padding: 20px;
    margin-top: 52px;
}

.form-submitted svg {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.form-submitted svg path,
.form-submitted svg polyline {
    stroke: #769a0b !important;
}

.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}


.ball-pulse-sync>div,
.ball-pulse>div,
.ball-scale-random>div,
.ball-scale>div {
    background: #eaea27;
}

.ball-pulse>div {
    width: 12px;
    height: 12px;
}

.form-submitted .ball-pulse {
    margin-top: 11px;
    margin-bottom: -4px;
    display: none;
}

.passport-pic-block {
    width: 14%;
    padding-left: 15px;
    min-width: 70px;
}

.passport-inputs-block {
    width: 86%;
}

.no-dynamic-search-records {
    padding-top: 40px;
    color: #f74a16;
    text-align: center;
    padding-bottom: 30px;
}

#searchResultContainer[data-search-type="charter"] .search-result-item .large-3 {
    width: 30%;
    position: absolute;
    height: 100%;
    margin-bottom: 0;
}

#searchResultContainer[data-search-type="charter"] .search-result-item .large-9 {
    width: 100%;
    display: flex;
    padding-left: 30%;
    margin-left: 4px;
    margin-bottom: 0;
}

.agreement-box-mobile {
    display: none;
    color: #222;
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    padding: 20px 15px;
    margin: 20px 0 0 !important;
    line-height: 16px;
    font-size: 14px;
}

.agreement-box-mobile a {
    font-weight: 800;
    text-decoration: underline;
}

#sum-total-wrapper,
#sum-total-wrapper span {
    font-size: 30px !important;
}

#payment-info {
    float: right;
    text-align: right;
    padding: 10px 0 5px;
}

.anketa .proceed-holder {
    margin-bottom: 10px;
}

.anketa #early-payment {
    display: block;
    padding-top: 6px;
}

@media only screen and (max-width: 800px) {
    #searchResultContainer[data-search-type="charter"] .search-result-item .large-3 {
        width: 33.3%;
    }

    #searchResultContainer[data-search-type="charter"] .search-result-item .large-9 {
        width: 100%;
        padding-left: 33.3%;
    }

    .cruise-row .cruise .large-3 {
        width: 33.3%;
    }

    .cruise-row .cruise .large-9 {
        width: 100%;
    }

    .agreement-box {
        display: none;
    }

    .agreement-box-mobile {
        display: block;
    }

    #mobile-hotel-carousel,
    .mobile-hotel-slider {
        height: auto !important;
    }
}

@media only screen and (max-width: 640px) {
    #searchResultContainer[data-search-type="charter"] .search-result-item .large-3,
    #searchResultContainer[data-search-type="charter"] .search-result-item .large-9 {
        width: 100%;
        position: static;
    }

    #searchResultContainer[data-search-type="charter"] .search-result-item .large-9 {
        padding-left: 0;
        margin-left: 0;
    }

    #searchResultContainer[data-search-type="charter"] .search-result-item:not(.banner-result-item):not(.mobile-banner-result-item) {
        display: block;
    }

    .cruise-row .cruise .large-3,
    .cruise-row .cruise .large-9 {
        width: 100%;
    }

    .cruise-row .cruise {
        display: block !important;
    }
}

@media only screen and (max-width: 1000px) {
    .search-wrapper .form-group.large-col,
    .search-wrapper .form-group.small-col,
    .search-wrapper .form-group.regular-col {
        width: 33.3%;
    }

    .search-wrapper .form-group.extra-choices {
        width: 65.4%;
        vertical-align: top;
        height: 31px;
        margin-right: 0;
        padding-right: 2px;
        margin-bottom: 10px;
    }

    .search-wrapper .form-group.extra-small-col {
        width: 15.2%
    }

    .search-wrapper form .form-group.search-button-group {
        display: block;
    }

    .photo-block .photo-content {
        margin-left: -1%;
    }

    .photo-block .photo-content .image-block-size-500 {
        width: inherit;
    }

    .photo-block .photo-content .image-block-size-500 img {
        width: 100%;
    }

    .photo-block .photo-content .image-block-size-248 {
        width: 49%
    }

    .photo-block .photo-content .image-block {
        margin-left: 1%;
        margin-bottom: 1%;
    }

    #featured {
        min-height: 0 !important;
    }

    .search-wrapper.last-minute-search .form-group {
        width: 50%;
    }

    .last-minute-search .form-group.regular-col.search-button-group {
        width: 100% !important;
        padding-right: 7px;
    }

    .search-wrapper.last-minute-search .form-group:nth-child(1),
    .search-wrapper.last-minute-search .form-group:nth-child(2),
    .search-wrapper.last-minute-search .form-group:nth-child(3),
    .search-wrapper.last-minute-search .form-group:nth-child(4) {
        margin-bottom: 10px;
    }

    .last-minute-search .search-submit {
        float: right !important;
        max-width: 170px;
    }
}

.mobile-banner-result-item {
    display: none;
    margin-bottom: 4px;
}

#cbModal .custom-request-wrapper .title-panel {
    display: none !important;
}

#cbModal .custom-request-wrapper .columns {
    width: 100% !important;
}

#cbModal .custom-request-wrapper.margin-top-large {
    margin-top: 0 !important;
}

.custom-request-wrapper.loading .wide-block.columns {
    position: relative;
}

.custom-request-wrapper.loading .wide-block.columns::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    z-index: 2;
}

.custom-request-wrapper.loading .wide-block.columns::before {
    content: "";
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border: 3px solid #f74a06;
    position: absolute;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.7s linear infinite;
    z-index: 3;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

#ui-datepicker-div.on-the-top {
    z-index: 201 !important;
}

@media only screen and (max-width: 1004px) {
    .mobile-banner-result-item {
        display: block;
    }

    .banner-result-item {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .search-wrapper .form-group.extra-choices {
        width: 65.4%;
    }
}

@media only screen and (max-width: 900px) {
    .search-wrapper .form-group.extra-choices {
        width: 65.2%;
    }
}

@media only screen and (max-width: 815px) {
    .search-wrapper .small-label-col {
        display: none;
    }
}

@media only screen and (max-width: 799px) {
    .search-wrapper .form-group.extra-choices {
        width: 65%;
    }

    .search-wrapper .form-group.extra-small-col {
        width: 33.3%;
    }

    .photo-content {
        max-width: 500px;
        margin: 0 auto !important;
    }

}

@media only screen and (max-width: 700px) {
    .search-wrapper .form-group.large-col,
    .search-wrapper .form-group.small-col,
    .search-wrapper .form-group.regular-col,
    .search-wrapper .form-group.extra-small-col {
        width: 50%;
    }

    .search-wrapper .form-group.extra-choices {
        width: 48%;
    }
}

@media only screen and (max-width: 630px) {
    .search-wrapper .form-group.large-col,
    .search-wrapper .form-group.small-col,
    .search-wrapper .form-group.regular-col {
        width: 100%;
    }

    .search-wrapper .form-group.extra-choices {
        width: 100%;
        padding-right: 15px;
    }

    .search-wrapper form .form-group.search-button-group {
        width: 100%;
        padding: 0 8px;
    }

    .search-wrapper.last-minute-search .form-group {
        width: 100%;
    }

    .last-minute-search .search-submit {
        max-width: 100%;
    }
}

/* Start cookieconsent */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0;z-index: 2147483647 !important;}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/* End cookieconsent */

.top-bar .title-area .login-button,
.top-bar .title-area .top-language-switch {
    display: none;
}

@media only screen and (max-width: 641px) {
   .top-language-switch {
        display: none;
   }

   .search-wrapper .loader-object.expired-status {
       width: 100%;
       left: 0;
       margin-left: 0;
       text-align: center;
   }
}

@media only screen and (max-width: 799px) {
    .visible-mobile {
        display: block !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 400px) {
    .green-info-btn,
    .info-line-btn-text .info-text {
        float: none;
        margin-left: 10px;
    }

    .info-line-btn-text .info-text {
        margin-bottom: 15px;
    }

    nav.top-bar.main-menu .toggle-topbar a {
        padding: 0 15px 0 15px;
    }
}

.mobile-sticky-menu {
    display: none;
}

.slider-mobile {
    display: none;
}

@media only screen and (max-width: 640px) {
    .navbar-fixed-top-scroll .mobile-sticky-menu {
        display: block;
        height: 60px;
        position: fixed;
        z-index: 9999;
        background: #fff;
        top: 0px;
        border-bottom: 2px solid #eaea26;
    }

/*    .navbar-fixed-top-scroll .top-bar.expanded {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
    }*/

    .home-main-menu.top-bar {
        height: 35px;
    }

    /* .top-bar {
        height: 0;
    } */

    .navbar-fixed-top-scroll .top-bar-section {
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        z-index: 99;
    }

    .navbar-fixed-top-scroll .mobile-sticky-menu .sticky-info {
        padding: 8px 0px 0px 10px;
    }

    .navbar-fixed-top-scroll .mobile-sticky-menu img {
        max-width: 178px;
    }

    .navbar-fixed-top-scroll .search-holder,
    .navbar-fixed-top-scroll .topbar-button.right {
        display: none !important;
    }

    .navbar-fixed-top-scroll .top-bar {
        background: transparent;
    }

    .header-info-cell .show-for-small {
        margin-top: 0;
        position: relative;
        top: 4px;
    }

    .header-info .logo-holder {
        line-height: 0;
        position: relative;
        top: 5px;
        left: 5px;
    }

    .header-info {
        margin: 10px 0;
        height: 60px;
    }

    .mobile-sticky-menu .sticky-info .show-for-small {
        margin-top: 7px !important;
    }

    .mobile-sticky-menu .sticky-info .logo-holder {
        line-height: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .head-num-color {
        position: relative;
        top: 5px;
        font-size: 15px;
    }

    .header-info-cell .show-for-small,
    .mobile-sticky-menu .sticky-info .show-for-small {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-align-items: center;
        align-items: center;
    }

    .header-info-cell .login-button {
        display: none !important;
    }

    .mobile-sticky-menu .sticky-info .show-for-small {
        margin-top: 2px;
    }

    .top-bar .title-area .login-button {
        border: none;
        font-size: 0.8125rem;
        padding: 0 15px 2px;
        text-transform: uppercase;
        line-height: 35px;
    }

    .header-info-cell .show-for-small .toggle-topbar {
        height: auto;
    }

    .header-info-cell .show-for-small .head-num-color {
        margin-top: -1px;
    }

    .header-info-cell .show-for-small .top-bar.main-menu,
    .mobile-sticky-menu .top-bar.expanded {
        height: 35px !important;
    }

    .top-bar .toggle-topbar.menu-icon a span::after {
        right: 0px;
    }

    .navbar-fixed-top-scroll .title-area {
        position: absolute;
        right: 0px;
        top: 8px;
    }

    .mobile-sticky-menu .sticky-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .mobile-sticky-menu .sticky-info .show-for-small {
        padding-right: 15px !important;
    }

    .navbar-fixed-top-scroll .mobile-sticky-menu {
        width: 100%;
    }

    .navbar-fixed-top-scroll nav.top-bar.main-menu section.top-bar-section {
        display: none;
    }

    .navbar-fixed-top-scroll nav.top-bar.main-menu.expanded section.top-bar-section {
        display: block;
        top: 56px;
        z-index: 99999999;
        height: 268px !important;
    }

    .navbar-fixed-top-scroll .top-bar.expanded .title-area {
        background: #ffffff;
    }

    .opened-menu {
        margin-top: 180px;
    }

    .opened-menu .top-bar.main-menu .title-area {
        background: transparent;
    }

    .homepage .search-holder .dateRange,
    .homepage .search-holder .margin-for-small {
        display: none !important;
    }

    .homepage .search-holder form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .homepage .search-holder .search {
        padding-right: 15px;
    }

    .top-bar.main-menu .title-area {
        background: #eaea26;
    }

    .homepage:not(.opened-menu) .top-bar.main-menu {
        height: auto;
        background: transparent;
    }

    .homepage:not(.opened-menu) .top-bar.main-menu.expanded {
        background: #eaea26;
        height: 35px;
    }

    .slider-mobile {
        height: 402px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .slider-mobile span {
        display: block;
        padding: 5px;
        padding-left: 15px;
        color: white;
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
        text-align: right;
        text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
        background-color: rgba(0,0,0,0.4);
    }

    .slider-mobile span + span {
        margin-top: 10px;
    }

    .slider-mobile span a {
        color: #fff;
    }

    .top-bar {
        background: #fff;
    }
}

@media only screen and (max-width: 550px) {
    .tour-column iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .dynamic-search-price-table .price-cell-container {
        display: block;
    }

    .dynamic-search-price-table .price-cell-container .people-icons {
        width: 100%;
        text-align: Center;
        display: block;
    }

    .tour-price-block .price-cell .orange-button {
        max-width: 150px;
        margin: 0 auto;
    }

    .offer-bigblock img,
    .resort-block img {
        min-width: 0;
        min-height: 0;
    }

}

#travelers .small-3-h {
    position: relative;
}

.passport-img {
    max-height: 125px;
}

.passport-tooltip {
    display: none;
    position: absolute;
    top: -107px;
    background: #EAEA26;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}

.passport-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #EAEA26 transparent transparent transparent;
    position: absolute;
    left: 83px;
    bottom: -7px;
}

.passport-img:hover + .passport-tooltip {
    display: block;
}

.search-form .form-group.invalid .error-box {
    z-index: 1;
    white-space: nowrap;
    margin-top: 1px;
}

.search-form input[disabled] {
    background-color: #ededed !important;
    cursor: default;
}

.cruise .offer-title-left-side {
    float: left;
}

.cruise .offer-title-right-side {
    float: right;
}

.cruise .offer-title-text {
    color: #222;
    font-weight: 800;
    font-size: 19px;
    clear: both;
}

.cruise .offers-meta {
    margin-top: 15px;
    font-size: 14px;
    line-height: 13px;
}

.cruise .people-icons {
    left: 0;
}

.cruise-date {
    margin-bottom: 10px;
    clear: both;
}

.cruise-row .cruise {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cruise-row .pic-holder + div {
    padding-left: 4px;
}

.cruise-row .offers-text {
    min-height: 135px;
    height: 100%;
}

.cruise-row:nth-child(2n) .offers-text {
    background-color: #f4f4f4;
}

.cruise-row .offer-title-right-side {
    position: relative;
    text-align: right;
}

.cruise-row .price-title {
    text-align: right;
    font-size: 12px;
    padding-bottom: 5px;
}

.cruise-row .offers-price a {
    font-size: 24px;
    font-weight: 800;
}

.cruise-row .offers-desc {
    max-width: 530px;
}

.cruise-row .cruise-ship-name {
    padding: 3px 0;
}

.cruise-row .offer-title-text {
    display: block;
    max-width: 550px;
    padding-bottom: 3px;
}

.dynamic-meta {
    padding: 0 0 10px 0;
    font-size: 10px;
    text-align: right;
}

.booking-rating {
    margin-top: 0px;
    min-width: 113px;
    text-align: right;
    position: relative;
    float: right;
    display: inline-block;
}

.booking-single-hotel.booking-rating {
    margin-top: 0;
    min-width: 113px;
    float: left;
    margin-bottom: 15px;
}

.booking-single-hotel.booking-rating .text span {
    padding-left: 0;
}

.booking-rating .booking-rating-value {
    background-color: #003580;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 7px;
    width: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
}

.booking-rating .sun-rating {
    display: inline-block;
    background: url(/www/images/sprite/sprite.webp) -76px -582px no-repeat;
    width: 24px;
    height: 22px;
}

.booking-rating .sun-rating.half-sun {
    background-position: -47px -582px;
}

.booking-rating .sun-rating.full-sun {
    background-position: -105px -582px;
}

.booking-rating .text {
    width: 134px;
    font-size: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
    text-align: right;
    float: right;
    position: relative;
    top: 5px;
    font-weight: 800;
    padding-top: 0px;
}

.booking-rating .sun-rating-box {
    clear: both;
}

.search-result-item .offers-text-search-special {
    display: block;
}

.booking-rating .text i {
    font-style: normal;
}

.booking-rating .text span {
    font-size: 12px;
    padding-left: 3px;
}


.booking-rating-tooltip {
    position: absolute;
    top: 13px;
    right: 147px;
    max-width: 260px;
    width: 250px;
    background-color: #EAEA26;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px;
    z-index: 1;
    text-align: justify;
    display: none;
}

.booking-rating.booking-single-hotel .booking-rating-tooltip {
    right: auto;
    left: 147px;
    top: 10px;
}

.booking-rating:hover .booking-rating-tooltip {
    display: block;
}

#featured {
    min-height: 402px;
}

.ajax-module-loader:not(.loaded-module)[data-module="top-offers"],
.ajax-module-loader:not(.loaded-module)[data-module="resorts"],
.ajax-module-loader:not(.loaded-module)[data-module="bus"],
.ajax-module-loader:not(.loaded-module)[data-module="avio"] {
    min-height: 500px;
}

.ajax-module-loader:not(.loaded-module)[data-module="top-offers"] {
    min-height: 895px !important;
}

.ajax-module-loader:not(.loaded-module)[data-module="resorts"] {
    min-height: 1547px !important;
}

.ajax-module-loader:not(.loaded-module)[data-module="bus"] {
    min-height: 1273px !important;
}

.ajax-module-loader:not(.loaded-module)[data-module="avio"] {
    min-height: 1573px !important;
}

.ajax-module-loader:not(.loaded-module)[data-module="featured"] {
    min-height: 402px;
}

.ajax-module-loader:not(.loaded-module) {
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

.ajax-module-loader:not(.loaded-module)::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.ajax-module-loader[data-module="charter-by-month"],
.ajax-module-loader[data-module="charter-by-month"] .charter-by-month-loader-item {
    display: inline-block;
}

.ajax-module-loader[data-module="charter-by-month"] .charter-by-month-loader-item {
    width: 90px;
    background: #eeeded;
    height: 10px;
    vertical-align: middle;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper {
    display: flex;
    margin-bottom: 4px;
}

.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-image {
    width: 41.66667%;
}

.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-content {
    width: 58.33333%;
    margin-left: 4px;
}

.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-image,
.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-content {
    min-height: 215px;
    position: relative;
    background-color: #eeeded;
    overflow: hidden;
}

.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-image::before,
.ajax-module-loader[data-module="charter-offers"] .charter-offers-loader-wrapper .charter-offers-loader-content::before,
.ajax-module-loader[data-module="charter-by-month"] .charter-by-month-loader-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

.last-minute-search {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    padding: 15px !important;
    background: rgb(234,234,38);
    border: 0 !important;
}

.last-minute-search #charter-search-date-range {
    padding: 6px 0.5rem 6px !important;
}

.last-minute-search .form-group.regular-col.search-button-group {
    width: 15.3%;
    margin-bottom: 0;
}

.last-minute-search .search-submit {
    width: 100%;
    float: none;
    padding: 9px 30px;
    position: relative;
    top: -1px;
    margin-bottom: 0 !important;
}

.last-minute-search.search-wrapper .form-group {
    margin-bottom: 0;
}

.last-minute-search.search-wrapper .search-button-group {
    padding-left: 7px;
    width: 19.3%;
}

.last-minute-search.search-wrapper .form-row {
    width: auto !important;
}

.static-trip-table td {
    border: 0 !important;
}

.banner-result-item {
    margin-bottom: 4px;
}

.custom-request-form-callback .popup-heading {
    margin-top: 0;
}

.custom-request-form-callback .popup-right {
    padding: 20px;
}

.payment-datepicker-label {
    background-color: transparent !important;
    padding: 0;
    float: left;
}

.payment-change-view {
    float: right;
    padding-top: 6px;
}

.payment-datepicker-label input {
    display: inline-block;
    width: auto;
}

.payment-page-actions {
    padding-bottom: 10px;
}

.payment-page-actions::before,
.payment-page-actions::after {
    content: "";
    display: block;
    clear: both;
}

#reservation-payment-wrapper .reservation-payment-block {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 66px;
    margin-left: 22px;
    margin-bottom: 22px;
    text-align: center;
}

#reservation-payment-wrapper .reservation-payment-block:hover {
    border: 1px solid #bdbdbd;
}

#payment-form {
    position: relative;
}

#payment-form .payment-form-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(255, 255, 255, 0.6) url("/www/images/loading.gif") no-repeat scroll center center;
    display: none;
}

#payment-form .callback {
    display: block;
    clear: both;
    font-size: 16px;
    text-align: right;
    padding-top: 10px;
}

#payment-form .callback.has-error {
    color: red;
}

#reservation-payment-wrapper .reservation-payment-block .radio-wrapper {
    height: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#reservation-payment-wrapper .payment-block-swed,
#reservation-payment-wrapper .payment-block-transfer,
#reservation-payment-wrapper .payment-block-office,
#reservation-payment-wrapper .payment-block-luminor {
    margin-left: 0;
}

#reservation-payment-wrapper .reservation-payment-row {
    font-size: 0;
}

#reservation-payment-wrapper .payment-block-seb {
    width: 28.9%;
}

#reservation-payment-wrapper .payment-block-swed,
#reservation-payment-wrapper .payment-block-luminor {
    width: 35.2%;
}

#reservation-payment-wrapper .payment-block-luminor img {
    width: 128px;
    margin-right: 32px;
    position: relative;
    left: -7px;
}

#reservation-payment-wrapper .payment-block-luminor .custom-large-radio {
    margin-right: 20px;
}

#reservation-payment-wrapper .payment-block-citadele {
    width: 31.5%;
}

#reservation-payment-wrapper .payment-block-vismas {
    width: 43.5%;
}

#reservation-payment-wrapper .payment-block-g-pay {
    width: 100%;
    margin-left: 0;
}

#reservation-payment-wrapper .payment-block-transfer,
#reservation-payment-wrapper .payment-block-office {
    width: 100%;
    height: auto;
}

#reservation-payment-wrapper .payment-block-transfer .custom-large-radio,
#reservation-payment-wrapper .payment-block-office .custom-large-radio {
    float: right;
    margin-right: 0;
    margin-top: 3px;
}

#reservation-payment-wrapper .payment-block-transfer .payment-option-col,
#reservation-payment-wrapper .payment-block-office .payment-option-col {
    min-width: 101px;
}

#reservation-payment-wrapper .payment-method-col {
    padding-left: 8px;
}

#reservation-payment-wrapper td {
    background: transparent !important;
    border-bottom: 0;
    padding: 17px 5px;
}

#reservation-payment-wrapper .reservation-confirm-row {
    border: 1px solid #ffff94;
    outline: 1px solid #d7e76a;
    font-size: 26px;
    font-weight: 800;
    padding: 18px;
}

#reservation-payment-wrapper .reservation-confirm-row .continue-button {
    font-size: 16px;
    padding: 20px 35px 23px;
    float: right;
    margin-bottom: 0;
}

#reservation-payment-wrapper .transfer-office-success {
    clear: both;
    display: none;
    font-size: 14px;
    color: #659000;
}

.reservation-list h5 {
    padding: 15px 0 7px;
}

#reservation-payment-wrapper .reservation-confirm-row span {
    font-size: 18px;
}

#reservation-payment-wrapper .reservation-confirm-row::after {
    content: "";
    display: block;
    clear: both;
}

#payment-table-wrapper {
    position: relative;
}

#payment-table-wrapper .payment-table-loader {
    position: absolute;
    width: 100%;
    display: none;
}

#payment-table-wrapper .spinner {
    margin: 70px auto 0;
    width: 70px;
    text-align: center;
}

#payment-table-wrapper .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#payment-table-wrapper .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

#payment-table-wrapper .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
}

#reservation-payment-wrapper .reservation-confirm-sum {
    margin-bottom: 13px;
    text-align: right;
}

#reservation-payment-wrapper .custom-large-radio,
#reservation-payment-wrapper .custom-radio {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 13px;
}

#reservation-payment-wrapper .custom-radio {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: -3px;
}

#reservation-payment-wrapper .custom-large-radio input[type="radio"],
#reservation-payment-wrapper .custom-radio input[type="radio"] {
    height: auto;
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#reservation-payment-wrapper .custom-large-radio .custom-radiomark,
#reservation-payment-wrapper .custom-radio .custom-radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: rgb(223,223,223);
    background: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
    border-radius: 50%;
    border: 1px solid #b1b1b1;
}

#reservation-payment-wrapper .custom-radio .custom-radiomark {
    height: 14px;
    width: 14px;
}

#reservation-payment-wrapper .custom-large-radio:hover input ~ .custom-radiomark,
#reservation-payment-wrapper .custom-radio:hover input ~ .custom-radiomark {
    background-color: #ccc;
}

#reservation-payment-wrapper .custom-large-radio .custom-radiomark:after,
#reservation-payment-wrapper .custom-radio .custom-radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

#reservation-payment-wrapper .custom-large-radio input:checked ~ .custom-radiomark:after,
#reservation-payment-wrapper .custom-radio input:checked ~ .custom-radiomark:after {
    display: block;
}

#reservation-payment-wrapper .custom-large-radio input:disabled ~ .custom-radiomark,
#reservation-payment-wrapper .custom-radio input:disabled ~ .custom-radiomark  {
    opacity: 0.5;
}

#reservation-payment-wrapper .custom-large-radio .custom-radiomark:after,
#reservation-payment-wrapper .custom-radio .custom-radiomark:after {
    left: 0px;
    right: 0px;
    top: 5px;
    width: 11px;
    height: 11px;
    background-color: #686868;
    border-radius: 50%;
    margin: 0 auto;
}

#reservation-payment-wrapper .custom-radio .custom-radiomark:after {
    width: 6px;
    height: 6px;
    margin-top: -2px;
}

.reservation-payment-options label {
    font-weight: 800;
    font-size: 0.875rem;
    color: #222;
    padding-bottom: 5px;
    padding-top: 5px;
}

.reservation-confirm-paid {
    padding-bottom: 15px;
    font-size: 14px;
}

.reservation-confirm-paid > div {
    padding-bottom: 5px;
}

.offers-operator {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.people-select-options > span {
    font-size: 13px;
    display: inline-block;
    padding-top: 5px;
}

#hotel-prices-container {
    min-height: 100px;
}

#tour-prices-container {
    min-height: 130px;
}

#hotel-prices-container.load-error .sk-folding-cube,
#tour-prices-container.load-error .sk-folding-cube {
    opacity: 0;
}

#hotel-prices-container.load-error .loader-object-status,
#tour-prices-container.load-error .loader-object-status {
    color: red;
}

#tour-prices-container .loader-object-status {
    position: relative;
    top: -10px;
}

.covid-terms-link {
    margin-top: 20px;
    margin-bottom: -10px;
    display: inline-block;
    float: right;
    clear: both;
    margin-right: 3px;
}

.covid-terms-link a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
}

@-webkit-keyframes phAnimation {
    0% {
      -webkit-transform: translate3d(-30%, 0, 0);
              transform: translate3d(-30%, 0, 0); }
    100% {
      -webkit-transform: translate3d(30%, 0, 0);
              transform: translate3d(30%, 0, 0); } }

  @keyframes phAnimation {
    0% {
      -webkit-transform: translate3d(-30%, 0, 0);
              transform: translate3d(-30%, 0, 0); }
    100% {
      -webkit-transform: translate3d(30%, 0, 0);
              transform: translate3d(30%, 0, 0); } }

.country-image-operator-select {
    margin: 10px 0 20px !important;
}

@media only screen and (max-width: 999px) {
    #reservation-payment-wrapper .reservation-payment-block {
        position: relative;
    }

    #reservation-payment-wrapper .reservation-payment-block .card-imgs {
        position: absolute;
        left: 75px;
        max-width: 370px;
        height: auto;
        width: 72%;
    }

    #reservation-payment-wrapper .payment-block-seb,
    #reservation-payment-wrapper .payment-block-swed,
    #reservation-payment-wrapper .payment-block-citadele,
    #reservation-payment-wrapper .payment-block-vismas,
    #reservation-payment-wrapper .payment-block-g-pay,
    #reservation-payment-wrapper .payment-block-luminor {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    #reservation-payment-wrapper .payment-block-seb .radio-wrapper,
    #reservation-payment-wrapper .payment-block-swed .radio-wrapper,
    #reservation-payment-wrapper .payment-block-citadele .radio-wrapper,
    #reservation-payment-wrapper .payment-block-vismas .radio-wrapper,
    #reservation-payment-wrapper .payment-block-g-pay .radio-wrapper,
    #reservation-payment-wrapper .payment-block-luminor .radio-wrapper {
        width: 100%;
        text-align: left;
        justify-content: left;
        -webkit-justify-content: left;
    }

    #reservation-payment-wrapper .payment-block-luminor img {
        left: 0;
    }

    #reservation-payment-wrapper .payment-option-radio .custom-large-radio {
        float: right;
        margin-right: 10px;
    }

    #reservation-payment-wrapper .reservation-payment-block .payment-option-radio {
        min-width: 62px;
        padding: 0 5px;
    }

    #reservation-payment-wrapper .payment-block-transfer .payment-option-col,
    #reservation-payment-wrapper .payment-block-office .payment-option-col {
        min-width: 52px;
    }

    .reservation-list {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 837px) {
    .passport-tooltip {
        font-size: 11px;
        top: -123px;
    }

    .passport-tooltip:after {
        left: 15px;
    }

    #travelers .left.small-3-h.panel-first img {
        height: 100px;
    }
}

@media only screen and (max-width: 640px) {
    #travelers .left.small-3-h.panel-first {
        display: block;
    }

    .passport-tooltip {
        min-width: 200px;
    }

    .passport-img {
        margin-bottom: 10px;
        height: auto !important;
        width: 100%;
        max-height: inherit;
    }

    .flight-schedule .flight-schedule-info {
        width: 100%;
        min-width: 0;
        left: 0;
    }

    .search-holder .slider-search {
        background: #fff;
    }
}

.search-result-item .offers-text .column-box {
    width: 60%;
    float: left;
}

.search-result-item .offers-text .column-box.right-column-box {
    width: 40%;
    float: left;
}

.c-source {
    font-size: 12px;
    display: block;
    padding-top: 15px;
}

@media only screen and (max-width: 640px) {
    .search-result-item .offers-text-search-special {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .search-result-item .offers-text .column-box,
    .search-result-item .offers-text .column-box.right-column-box {
        width: 100%;
    }

    .title-area .login-button {
        display: inline-block !important;
        height: 100%;
        left: 0;
        position: static;
    }

    .title-area .login-button.open {
        background: #d2d222;
    }

    .title-area .login-button .login-form {
        width: 100%;
        left: 0 !important;
    }

    .navbar-fixed-top-scroll .title-area .login-button  {
        display: none !important;
    }

    .slider-offer-absolute .slider-offer-absolute-wrapper {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .search-result-item .offer-title-right-side {
        min-width: 170px;
    }

    .offers-more .hotel-icons {
        display: none;
    }
}

.title-area .login-button {
    display: none;
}

.charter-search-departure  {
    background: #fff !important;
}

.date-charters {
    background: #27A8E0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100% !important;
}

.date-charters li {
    background: transparent !important;
    margin-left: 0;
    margin-bottom: 0;
}

.date-charters li a {
    background: #27A8E0 !important;
    color: #fff !important;
    height: auto !important;
    text-transform: none !important;
    display: block;
    min-width: 105px;
    text-align: center;
    padding: 5px 12px 5px !important;
    margin: 0 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
}

.date-charters li:first-child a,
.date-charters li:nth-child(2n) a {
    background-color: #EC008B !important;
}

.sub-nav-mobile ul.date-charters {
    margin: 0 !important;
    font-size: 0;
}

.page-container.mobile-nav > .off-canvas .content {
    position: relative;
}
.has-date-filter .nav-title {
    margin-bottom: 80px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.sub-nav-mobile .date-charters {
    /* display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.sub-nav-mobile .date-charters li {
    list-style: none;
    display: table-cell;
    float: none !important;
    /* flex: 1; */
}

.sub-nav-mobile .date-charters li a {
    min-width: 0;
    font-size: 14px !important;
    padding: 5px 2px 5px !important;
    white-space: nowrap;
}

.date-charters-wrapper {
    position: absolute;
    left: 0;
    top: 45px;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    display: table;
    width: 100%;
}

.date-charters-wrapper ul {
    border-top: 0 !important;
    border-bottom: 0 !important;
    display: table-row;
    float: none !important;
}

.date-charters-wrapper li a {
    background-color: #EC008B !important;
}

.date-charters-wrapper li:last-child a {
    background-color: #27A8E0 !important;
}

.date-charters-wrapper .every-second-row li a {
    background-color: #27A8E0 !important;
}

.date-charters-wrapper .every-second-row li:last-child a {
    background-color: #EC008B !important;
}

.dynamic-search-wrapper .error-box {
    top: -28px !important;
}

.dynamic-search-wrapper .error {
    border-color: #F33;
}

.person-code-side-text {
    display: inline-block;
    margin-left: 10px;
}

.question-box-wrapper {
    position: relative;
}

input[data-disabled] {
    background-color: #ededed !important;
    cursor: default;
}

#connected-dates-fields {
    display: none;
}

.charter-selection {
    width: 100%;
    padding-top: 10px;
    clear: both;
}

.charter-selection td {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}

.charter-selection td input {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

.charter-selection-button {
    position: fixed;
    height: 53px;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    padding: 20px 25px;
    font-size: 14px;
    display: none;
    min-width: 192px;
}

.charter-selection-button .loader,
.charter-selection-button .loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.charter-selection-button .loader {
  font-size: 10px;
  position: relative;
  top: -2px;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 500ms infinite linear;
  animation: load8 500ms infinite linear;
  display: none;
}

.charter-selection-button.loading {
    font-size: 0;
    line-height: 0;
    padding: 7px 15px 6px;
}

.charter-selection-button.loading .loader {
    display: inline-block;
}

.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: relative;
    top: 50%;
    left: 0;
    margin-top: -11px;
    top: 6px;
    margin-right: 3px;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 12px;
    background-color: #07fb39;
    left: 11px;
    top: 3px;
}

.checkmark_kick {
    position: absolute;
    width: 5px;
    height: 3px;
    background-color: #07fb39;
    left: 7px;
    top: 12px;
}

.charter-selection-button.loading .loader {
    display: inline-block;
    top: 8px;
    left: 10px;
}

input[data-disabled] {
    background-color: #ededed !important;
    cursor: default;
}

#connected-dates-fields {
    display: none;
}

.real-name-wrapper {
    display: none;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
    margin-bottom: 10px;
    width: 305px;
}

#cbModal .g-recaptcha {
    transform-origin:0 0;
    margin-left: 13px;
}

.g-recaptcha.error {
    border: 1px solid #F33;
}

.hotel-page-calendar {
    z-index: 2;
}

.booking-rating .text span {
    text-align: left;
}

.data-refreh-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.data-refreh-modal .modal-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.data-refreh-modal .modal-inner .backdrop {
    background-color: rgba(0,0,0,0.65);
    text-align: center;
    z-index: 10150;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.data-refreh-modal .data-refresh-modal-content {
    display: inline-block;
    z-index: 10200;
    width: 90%;
    margin: 25px;
    border: 3px solid rgb(176, 176, 176);
    min-width: 800px;
    min-height: 600px;
    max-width: 1280px;
    background-color: #fff;
    position: relative;
    padding: 25px;
}

.data-refreh-modal .data-refresh-modal-content input[type="password"] {
    max-width: 310px;
    text-align: center;
}

.data-refreh-modal .data-refresh-modal-content::after {
    content: "";
    background-color: rgba(255,255,255,0.85);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.data-refreh-modal .data-refresh-loader {
    border: 8px solid #f3f3f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 8px;
    border-top: 8px solid #fe8f01;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 500ms linear infinite;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    display: none;
}

.data-refreh-modal .data-refresh-check {
    display: inline-block;
    transform: rotate(45deg);
    height: 26px;
    width: 14px;
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -13px;
    display: none;
    opacity: 0;
-webkit-transition: opacity 1s;
   -moz-transition: opacity 1s;
     -o-transition: opacity 1s;
        transition: opacity 1s;
}

.data-refreh-modal .renew-price-error-message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    display: none;
    max-width: 310px;
}

.data-refreh-modal .renew-price-success-message {
    color: green;
}

.data-refreh-modal #renew-prices-close {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: pointer !important;
}

.data-refreh-modal #renew-prices-close:hover {
    background-color: #464b50;
    border-color: #464b50;
    color: #d2d2d2 !important;
}

.data-refreh-modal .renew-prices-form-success {
    display: none;
}

.data-refreh-modal h5 {
    margin-bottom: 10px;
    font-size: 21px;
    padding-top: 10px;
    font-weight: bold;
}

.data-refreh-modal .data-refresh-modal-content.loading::after {
    display: block;
}

.data-refreh-modal .data-refresh-modal-content.loading .data-refresh-loader {
    display: block;
}

.data-refreh-modal .data-refresh-modal-content.loading.success .data-refresh-check {
    display: block;
    opacity: 1;
}

.data-refresh-modal-content .close {
    position: absolute;
    top: -11px;
    right: -11px;
    color: #000000;
    border: 2px solid #000000;
    background-color: #ffffff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 21px;
    font-size: 20px;
    text-align: center;
    z-index: 99999;
}

@-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

.data-refresh-modal-content button {
    width: 100% !important;
    max-width: 310px;
    padding: 10px 20px;
}

.data-refresh-modal-content button:disabled {
    opacity: 0.5;
}

.renew-price-date-charter-missing,
.renew-price-date-missing {
    color: red;
}

.guaranteed {
    display: inline-block;
    background: #eaeb23;
    padding: 7px 5px 5px;
    font-weight: bold;
    color: #000;
    font-weight: 800;
}

.offer-title a:hover .guaranteed {
    color: #000;
}

.title-panel .guaranteed {
    background: #f74a06;
    padding: 5px;
    color: #fff;
}

.renew-prices-table {
    max-width: 310px;
    margin-bottom: 20px;
    opacity: 0.6;
    border: 1px solid #ccc;
}

.renew-prices-table.active {
    opacity: 1;
}

.data-refreh-modal td button {
    padding: 2px !important;
    border-radius: 50%;
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.data-refreh-modal tr td:last-child {
    text-align: right;
    vertical-align: middle;
}

.data-refreh-modal tr td {
    padding: 10px 15px;
}

.offer-selection .charter-image-holder {
    width: 347px;
}

.offer-selection .offers-desc a {
    text-decoration: none;
}

.offer-dates-wrapper {
    padding-top: 15px;
}

.offer-dates-wrapper .offer-date {
    font-size: 14px;
}

.offer-dates-wrapper .people-icons {
    position: static;
    width: auto;
}

.offer-dates-wrapper td,
.offer-dates-wrapper tr {
    background: transparent !important;
}

.offer-dates-wrapper td {
    padding-top: 0;
    padding-bottom: 0;
}

.offer-dates-wrapper td .orange-button {
    text-decoration: none;
    padding: 5px 15px;
}

.offer-dates-wrapper td .orange-button:hover {
    color: white;
}

.offer-dates-wrapper td.align-left {
    text-align: left;
}

.offer-dates-wrapper td:first-child {
    padding-left: 0;
}

.offer-dates-wrapper td:last-child {
    padding-right: 0;
}

#home-about {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    padding: 50px 0 20px;
    text-align: center;
}

#home-about #home-about-1 .home-about-icon {
    background: url(/www/images/home-about/2.png) no-repeat;
    background-size: 78px;
    width: 78px;
    height: 72px;
    margin: 0 auto;
}

#home-about #home-about-2 .home-about-icon {
    background: url(/www/images/home-about/1.png) no-repeat;
    background-size: 72px;
    width: 72px;
    height: 72px;
    margin: 0 auto;
}

#home-about #home-about-3 .home-about-icon {
    background: url(/www/images/home-about/3.png) no-repeat;
    background-size: 79px;
    width: 79px;
    height: 72px;
    margin: 0 auto;
}

#home-about #home-about-4 .home-about-icon {
    background: url(/www/images/home-about/4.png) no-repeat;
    background-size: 41px;
    width: 41px;
    height: 72px;
    margin: 0 auto;
}

#home-about .home-about-icon {
    margin-bottom: 5px;
}

#home-about > div {
    padding: 0 5px;
    flex: 1;
}

#home-about p {
    font-size: 16px;
    line-height: 1.4;
}

#home-about h3 {
    font-size: 24px;
}

.home-page .home-block-row h1,
.home-page h2 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.home-page .home-block-row h1 {
    line-height: 1.4;
}

.home-block-row {
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.home-block-row::after {
    content: "";
    display: block;
    clear: both;
}

hr.styled {
    height: 3px;
    background: #e7e705;
}

[data-module="top-offers"] .bigblock-holder,
[data-module="resorts"] .bigblock-holder,
[data-module="bus"] .bigblock-holder,
[data-module="avio"] .bigblock-holder {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
}

[data-module="top-offers"] .bigblock-holder .hotel-block-item,
[data-module="resorts"] .bigblock-holder .hotel-block-item,
[data-module="bus"] .bigblock-holder .hotel-block-item,
[data-module="avio"] .bigblock-holder .hotel-block-item {
    width: 33.33333%;
    padding-left: 6px;
    margin-bottom: 16px;
}

[data-module="top-offers"] .bigblock-holder .hotel-block-item .block,
[data-module="resorts"] .bigblock-holder .hotel-block-item .block,
[data-module="bus"] .bigblock-holder .hotel-block-item .block,
[data-module="avio"] .bigblock-holder .hotel-block-item .block {
    border-bottom: 1px solid #e0dedf;
    padding-bottom: 10px;
    height: 100%;
}

.home-table-list-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-left: -40px;
    align-items: flex-start;
}

.curorts-vacation td a {
	height: auto !important;
}

.curorts-vacation td a::before {
	display: none !important;
}

.curorts-vacation td a.font-red {
	white-space: nowrap !important;
    align-items: flex-start;
}

.home-table-list-wrapper table {
    flex: 1;
    margin-left: 40px;
}

.top-offer-block {
    padding-top: 22px;
}

.hotel-block-item .hotel-block-charter {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.hotel-block-item .name,
.hotel-block-item .price {
    display: inline;
    font-size: 14px;
}

.hotel-block-item .name {
    line-height: 22px;
}

.hotel-block-item .price .active {
    color: #e00a0c;
    font-weight: bold;
    font-size: 18px;
}

.hotel-block-item img {
    margin-bottom: 8px;
    max-width: 100%;
}

.hotel-block-item .guaranteed {
    background: transparent;
    padding: 0;
}

.hotel-block-image-wrapper {
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hr-spacing {
    margin-bottom: 40px;
}

.home-table-list-outside .red-button {
    float: right;
    clear: both;
    font-size: 16px;
    min-width: 200px;
    margin: 10px 0 20px;
    padding: 12px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

#subscribe-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}

#subscribe-form .red-button {
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
}

#subscribe-form .subscribe-inputholder {
    flex: 1;
}

#subscribe-form .subscribe-heading {
    padding-right: 30px;
}

.home-featured-text {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
}

.home-featured-text-wrapper {
    padding-bottom: 30px;
}

.upper-home-featured-text {
    color: #c9211e;
}

.discount-element {
    background: #fff;
    border-radius: 50%;
    color: #c9211e;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: wrap;
}

.discount-element span {
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    width: 100%;
    margin-left: -8px;
}

.tour-date-info {
    font-size: 13px;
}

.admin-translation span {
    font-size: 14px;
    color: #61b5ff;
    text-decoration: underline;
}

.hotel-block-image-wrapper {
    background: #fafafa;
    font-size: 0;
}

.text-content h3 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.text-content h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 28px;
}

.home-row .home-two-col {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row; 
}

.home-row .home-two-col .flex-column,
.home-row .home-full-col .flex-column {
    float: none !important;
}

.home-row .home-two-col .flex-column{
    max-width: 50%;
}

.home-row .home-two-col .flex-column:first-child {
    padding-right: 2px;
}

.home-row .home-two-col .flex-column:last-child {
    padding-left: 2px;
}

.site-column.home-column {
    padding-right: 0 !important;
}

/* .home-column {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 0 !important;
}

.home-column .flex-column {
    flex: 100% !important;
}

.home-column .half-column {
    padding-right: 0px;
    padding-left: 0px;
}

.home-column .half-column:first-child {
    padding-left: 0;
    padding-right: 2px;
}

.home-column .half-column:first-child + .half-column {
    padding-right: 0 !important;
}

.home-column .half-column:nth-child(2n) + .half-column {
    padding-right: 2px !important;
}

.home-column .half-column:nth-child(2n) {
    padding-left: 2px !important;
}

.home-column .full-column + .half-column {
    padding-left: 0 !important;
    padding-right: 2px;
} */

@media only screen and (max-width: 960px) {
    .slider-offer-absolute span,
    .home-page h2 {
        font-size: 36px;
    }

    #subscribe-form .subscribe-inputholder {
        min-width: 300px;
    }
}

@media only screen and (max-width: 720px) {
    .list-button-wrapper {
        text-align: center;
        margin-top: 10px;
    }    

    .list-button-wrapper .red-button {
        display: inline-block;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .home-table-list-wrapper {
        margin-left: 0;
        display: block !important;
    }

    .home-table-list-wrapper table {
        margin-left: 0;
    }

    [data-module="top-offers"] .bigblock-holder .hotel-block-item, 
    [data-module="resorts"] .bigblock-holder .hotel-block-item, 
    [data-module="bus"] .bigblock-holder .hotel-block-item, 
    [data-module="avio"] .bigblock-holder .hotel-block-item {
        width: 50%;
        padding-right: 3px;
        padding-left: 3px;
    }

    [data-module="top-offers"] .bigblock-holder, 
    [data-module="resorts"] .bigblock-holder, 
    [data-module="bus"] .bigblock-holder, 
    [data-module="avio"] .bigblock-holder {
        margin-left: 0;
    }

    #subscribe-form {
        display: block !important;
    }

    #subscribe-form .subscribe-heading {
        padding-bottom: 10px;
    }

    #home-about {
        flex-wrap: wrap;
    }

    #home-about > div {
        margin-bottom: 40px;
        flex: 50%;
    }

    #home-about > div:last-child {
        margin-bottom: 0;
    }

    .slider-offer-absolute span,
    .home-page h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .home-page h2 {
        font-size: 26px;
    }

    .slider-offer-absolute .slider-offer-absolute-wrapper {
        padding-right: 0;
        width: 100%;
    }

    .slider-offer-absolute-wrapper h1 {
        display: block;
    }

    #featured {
        height: 320px !important;
        width: 100%;
        overflow: hidden;
    }

    #featured .slide-image {
        width: auto;
        height: inherit;
        max-width: none;
    }
}

@media only screen and (max-width: 500px) {
    .home-featured-text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    [data-module="top-offers"] .bigblock-holder, 
    [data-module="resorts"] .bigblock-holder, 
    [data-module="bus"] .bigblock-holder, 
    [data-module="avio"] .bigblock-holder {
        display: block !important;
    }

    [data-module="top-offers"] .bigblock-holder .hotel-block-item, 
    [data-module="resorts"] .bigblock-holder .hotel-block-item, 
    [data-module="bus"] .bigblock-holder .hotel-block-item, 
    [data-module="avio"] .bigblock-holder .hotel-block-item {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    [data-module="top-offers"] .bigblock-holder .hotel-block-item img, 
    [data-module="resorts"] .bigblock-holder .hotel-block-item img, 
    [data-module="bus"] .bigblock-holder .hotel-block-item img, 
    [data-module="avio"] .bigblock-holder .hotel-block-item img {
        width: 100%;
        max-width: 100%;
    } 

    .discount-element {
        right: 20px;
    }

    .hotel-block-image-wrapper {
        height: 310px;
    }

}

.offer-selection .charter-image-holder {
    width: 347px;
}

.offer-selection .offers-desc a {
    text-decoration: none;
}

.offer-dates-wrapper {
    padding-top: 15px;
}

.offer-dates-wrapper .offer-date {
    font-size: 14px;
}

.offer-dates-wrapper .people-icons {
    position: static;
    width: auto;
}

.offer-dates-wrapper td,
.offer-dates-wrapper tr {
    background: transparent !important;
}

.offer-dates-wrapper td {
    padding-top: 0;
    padding-bottom: 0;
}

.offer-dates-wrapper td .orange-button {
    text-decoration: none;
    padding: 5px 15px;
}

.offer-dates-wrapper td .orange-button:hover {
    color: white;
}

.offer-dates-wrapper td.align-left {
    text-align: left;
}

.offer-dates-wrapper td:first-child {
    padding-left: 0;
}

.offer-dates-wrapper td:last-child {
    padding-right: 0;
}

@media only screen and (max-width: 799px) {

    .home-row .home-two-col {
        display: block;
    }

    .home-row .home-two-col .flex-column {
        max-width: 100%;
    }
}

#selection-page .search-result-item {
    max-width: 1200px;
}

#selection-page .offers-more .hotel-icons {
    margin-top: 10px;
}

#selection-page .offer-dates-wrapper td .orange-button {
    white-space: nowrap;
}

#selection-page .large-5 {
    width: auto;
}

#selection-page .large-7 {
    width: 80%;
}

.resort-text {
    padding-top: 12px;
}

#weather-forecast-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: -10px;
}

#weather-forecast-wrapper .weather-forecast {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    font-weight: normal;
}

#weather-forecast-wrapper .weather-forecast:first-child {
    display: block;
}

.bottom-text {
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
}

.bottom-text h1 {
    font-size: 18px;
    line-height: 24px;
}

.bottom-text h2,
.bottom-text h3,
.bottom-text h4,
.bottom-text h5,
.bottom-text h6 {
    padding: 10px;
    font-size: 15px;
    line-height: 14px;
    padding-left: 0;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.orphan-pages-list {
    list-style: none;
    margin-left: 0;
}

.slider-offer a {
    position: relative;
    z-index: 9;
}

.load-more-offers-container {
    margin-top: 10px;
    min-height: 49px;
    position: relative;
    display: none;
}

.load-more-offers-container button {
    width: 100%;
    background: #e77433;
    color: #fff;
    font-weight: 600;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 0;
}

.load-more-offers-loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #a8a8a8;
    box-shadow: 32px 0 #a8a8a8, -32px 0 #a8a8a8;
    position: absolute;
    animation: flash 0.5s ease-out infinite alternate;
    top: 50%;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    display: none;
}

.coupons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.coupons .coupon-item {
    width: 33.3%;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}

.coupons .coupon-item .coupon-item-inner-wrapper {
    padding: 0; 
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}

.coupons .coupon-title {
    font-size: 19px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.coupons .coupon-image {
    margin-bottom: 15px;
}

.coupons .coupon-block-image-wrapper {
    background: #fafafa;
    font-size: 0;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}

.coupons .coupon-block-image-wrapper img {
    margin-bottom: 8px;
    max-width: 100%;
}

.coupons .coupon-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    padding-top: 1px;
}

.coupons .coupon-info .coupon-price {
    margin-left: auto;
    padding-left: 20px;
}

.coupons .coupon-info  .coupon-price span {
    color: #e00a0c;
    font-weight: bold;
    font-size: 18px;
}

.coupons .coupon-info .coupon-price .old-price {
    color: #f74a06;
    font-weight: normal;
    font-size: 14px;
    display: block;
    text-align: right;
}

.coupon-meta ul {
    margin-left: 0;
    margin-bottom: 10px;
}

.coupon-meta li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 5px;
}

.coupons .coupon-info .coupon-location {
    color: #686868;
    font-size: 13px;
    padding-top: 1px;
}

.view-spa .coupon-location {
    margin-bottom: 10px;
}

.coupons .buy-coupon-btn {
    width: 100%;
    padding: 13px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    color: white;
    cursor: pointer;
    background: #ed1c24;
    border: medium none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    font-weight: bold;
}

.coupons .buy-coupon-btn:hover {
    background: #cc1920;
}

.coupon-meta li span {
    vertical-align: middle;
    color: #a8aaae;
    font-size: 22px;
    margin-right: 7px;
}

.coupon-heading h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.coupon-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coupon-heading-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0.9375rem 15px 12px;
    min-height: 0;
}

.coupon-heading-meta .breadcrumb ul {
    margin-bottom: 0;
    list-style: none;
    margin-left: -5px;
    font-size: 11px;
    color: #000;
}

.coupon-heading-meta .breadcrumb ul li {
    font-size: 0;
    display: inline-block;
}

.coupon-heading-meta .breadcrumb .breadcrumb-item {
    font-size: 12px;
    margin-left: 3px;
    padding-top: 1px;
}

.coupon-heading-meta .breadcrumb .material-icons {
    font-size: 18px;
}

.coupon-heading-meta .breadcrumb span {
    vertical-align: middle;
}

.coupon-heading-meta .sort {
    margin-left: auto;
}

.coupon-actions .sort {
    margin-left: auto;
}

.coupon-heading-meta .sort-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coupon-heading-meta .sort-inner label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    font-weight: bold;
}

.coupon-heading-meta .sort-inner select {
    flex: 1;
    margin-bottom: 0;
    min-width: 150px;
    margin-left: 10px;
}

.coupon-heading .coupon-actions {
    margin-left: auto;
}

.view-spa .tour-price-block {
    margin-top: -5px;
}

.view-spa .tour-price-block td {
    padding: 12px 63px;
}

.view-spa #tour-prices-container {
    min-height: 0;
    margin-bottom: 10px;
}

.view-spa .coupon-site-block {
    margin-bottom: 10px;
}

.view-spa .gallery-block {
    padding: 0 5px;
}

.view-spa .offer-bigblock img {
    min-width: 0;
    min-height: 0;
}

.coupon-gallery {
    display: flex;
    clear: both;
    margin-left: -10px;
    margin-bottom: 20px;
}

.coupon-gallery .coupon-gallery-image {
    display: block;
    float: left;
    margin-left: 10px;
    max-width: 33.3%;
}

.coupon-options-block {
    margin-bottom: 20px !important;
}

.coupon-options-block tr td:last-child {
    width: 170px;
}

.coupon-options-block .price-cell-container {
    float: right;
}

.coupon-description,
.coupon-terms {
    padding-top: 6px;
    font-size: 14px;
    line-height: 16px;
}

.coupon-options-block .coupon-meta ul,
.coupon-options-block .coupon-meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

label.different-receiver-label > span {
    border: 1px solid #ccc !important;
    background-color: #fff;
}

label.different-receiver-label {
    margin-right: 10px !important;
}

.different-receiver-title {
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}

.spa-receiver-fields input[type="checkbox"]:checked + label.different-receiver-label > span {
    background: url(/www/img/icons/galochka-grey.png) no-repeat 6px 4px transparent;
    background-color: #fff;
} 

.spa-receiver-fields h6 {
    margin-bottom: 20px;
}

.view-spa-main-column {
    padding-right: 10px !important;
}

.view-coupon-secondary-column h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.view-coupon-secondary-column {
    padding: 7px !important;
    background: #ececec;
}

.view-coupon-secondary-column > .site-block {
    background: #fff;
    padding: 15px;
}

.coupon-location,
.coupon-phone-field,
.coupon-email-field,
.coupon-date-field,
.coupon-rating,
.coupon-note {
    color: #3a3a3a;
    font-size: 14px;
}

.coupon-note {
    line-height: 18px;
}

.coupon-location .material-icons,
.coupon-phone-field .material-icons,
.coupon-email-field .material-icons,
.coupon-date-field .material-icons,
.coupon-rating .material-icons {
    vertical-align: middle;
    font-size: 21px;
    margin-right: 5px;
}

.coupon-date-field .material-icons {
    margin-top: -2px;
}

.coupon-location .material-icons {
    margin-right: 0;
    top: -4px;
    position: relative;
}

.different-receiver-content {
    display: none;
}

.title-panel.title-icon h1.t-label .material-icons {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 9px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -14px;
}

.coupon-phone-field,
.coupon-email-field,
.coupon-date-field,
.coupon-rating {
    margin-bottom: 10px;
}

.coupon-map-location {
    margin-bottom: 20px;
}

.coupon-tab-titles {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

.coupon-tab-titles .coupon-tab-title {
    flex: 1;
}

.coupon-tab-titles .coupon-tab-btn {
    width: 100%;
    color: #888;
    background: #e6e6e6;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: none;
}

.coupon-tab-titles .coupon-tab-btn:hover {
    color: #222;
}

.coupon-tab-titles .coupon-tab-btn.active {
    background: #fff;
    color: #222;
    cursor: default;
}

.coupon-tab-titles .coupon-tab-btn.active:hover {
    background: #fff;
}

.coupon-terms {
    display: none;
}

.payment-spa-main-column {
    padding-right: 0;
}

.payment-spa-main-column #reservation-payment-wrapper {
    clear: both;
}

.payment-spa-main-column .coupon-payment-row {
    padding: 20px 0;
    margin-bottom: 10px;
}

.payment-spa-main-column .coupon-payment-row-meta-nights,
.payment-spa-main-column .coupon-payment-row-meta-price {
    display: inline-block;
    font-weight: bold;
}

.payment-spa-main-column .coupon-payment-row-meta-nights {
    margin-right: 20px;
}

.coupon-terms-text {
    font-weight: bold;
    margin-left: 10px;
}

.coupon-terms-text a {
    text-decoration: underline;
}

.spa-billing-fields,
.spa-receiver-fields {
    border: 1px solid #d4d4d4;
    padding: 20px;
    padding: 20px 20px 5px;
}

.spa-billing-fields h6,
.spa-receiver-fields h6 {
    font-weight: bold;
}

.spa-billing-fields {
    margin-bottom: -1px;
}

.spa-receiver-fields {
    margin-bottom: 30px;
    background: #e6e6e6;
    padding-bottom: 0;
}

.payment-coupon-pic {
    max-width: 200px;
}

.coupon-prices-payment-table td {
    padding: 15px !important;
}

.coupon-prices-payment-table td:first-child {
    border-right: 0;
    max-width: 220px;
    width: 220px;
}

.coupon-prices-payment-table td:last-child {
    border-left: 0;
    text-align: left;
}

.coupon-payment-row-meta-price {
    padding-top: 5px;
}

.coupon-payment-note {
    margin-bottom: 5px;
    padding-top: 10px;
    clear: both;  
}

.styled-validation-checkbox.error + label[for="terms"] span {
    border-color: #F33 !important;
}

.coupon-payment-row-fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.coupon-payment-row-fields .coupon-payment-row-field {
    flex: 50%;
    padding-left: 20px;
    margin-bottom: 5px;
}

.coupon-payment-row-fields .coupon-payment-row-field input[type="text"] {
    height: 40px;
}

.payment-spa-main-column .orange-button {
    padding: 20px;
    font-size: 16px;
}

.payment-spa-main-column .reservation-payment-action {
    text-align: center;
    margin-top: 30px;
}

.coupon-payment-row-meta {
    padding-left: 65px;
    margin-bottom: 30px;
}

.complete-spa-main-column h2 .material-icons {
    font-size: 27px;
    top: 4px;
    position: relative;
    color: #7a9c0f;
}

.complete-spa-main-column {
    margin: 60px 0 30px 0;
}

.complete-spa-main-column .orange-button {
    margin-top: 30px;
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
}

.coupon-actions .old-price {
    font-weight: normal;
    text-decoration: line-through;
}

@keyframes flash {
    0% {
        background-color: #ddd;
        box-shadow: 32px 0 #ddd, -32px 0 #a8a8a8;
    }
    50% {
        background-color: #a8a8a8;
        box-shadow: 32px 0 #ddd, -32px 0 #ddd;
    }
    100% {
        background-color: #ddd;
        box-shadow: 32px 0 #a8a8a8, -32px 0 #ddd;
    }
}    

.load-more-offers-container button:hover {
    background: #cc6930;
}

.recommended.bad-review, 
.recommended.good-review,
.recommended.good-review-ru,
.recommended.bad-review-ru {
    background: url(/www/img/recommendations.png) no-repeat 0 0 transparent;
    background-size: 100%;
    width: 150px;
    height: 42px;
    background-color: transparent !important;
    background-position: 0 0;
    z-index: 9;
}

.recommended.bad-review {
    background-position: 0 -42px;
}

.recommended.good-review-ru {
    background-position: 0 -84px;  
}

.recommended.bad-review-ru {
    background-position: 0 -126px;  
}

.after-offers-text {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}

.coupon-availability {
    clear: both;
    font-weight: bold;
    padding: 10px 0 30px;
    font-size: 14px;
}

.people-dropdown-arrow {
    font-size: 14px;
    color: #666565;
    display: inline-block;
    margin-left: 4px;
    margin-top: -21px;
    vertical-align: middle;
}

.people-count-switch {
    cursor: pointer;
    position: relative;
}

.people-count-switch:hover .people-dropdown-arrow {
    color: #f70;
}

.people-count-switch .people-select-options {
    top: 100%;
    right: 0;
    left: auto;
    font-size: 13px;
    margin-top: 10px;
    border: 1px solid #EAEA26;
    cursor: auto;
    text-align: left;
}

.people-count-switch .people-select-options input {
    margin-bottom: 0 !important;
    height: 28px !important;
    top: -1px;
}

.people-count-switch .people-select-options label {
    font-size: 13px;
}

.people-count-switch .people-select-options.visible {
    display: block !important;
}

.people-count-switch .children-age-selector {
    padding-top: 5px;
}

.people-count-switch .children-age-selector [data-children-age] .row {
  margin-bottom: 5px;
}

.people-count-switch .children-age-selector > span {
    display: inline-block;
    margin-bottom: 4px;
}

.people-count-switch .people-select-options::after {
    background: url(/www/img/triangle-up.png) no-repeat transparent;
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    right: 14px;
    top: -8px;
    z-index: 1;
}

.people-count-switch .children-age-selector {
    display: none;
}

.people-change-btn {
    width: 100% !important;
    background: #fe8f01 !important;
    background: -moz-linear-gradient(top,#fe8f01 0%,#ff5c01 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe8f01),color-stop(100%,#ff5c01)) !important;
    background: -webkit-linear-gradient(top,#fe8f01 0%,#ff5c01 100%) !important;
    background: -o-linear-gradient(top,#fe8f01 0%,#ff5c01 100%) !important;
    background: -ms-linear-gradient(top,#fe8f01 0%,#ff5c01 100%) !important;
    background: linear-gradient(to bottom,#fe8f01 0%,#ff5c01 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8f01',endColorstr='#ff5c01',GradientType=0) !important;
    border: medium none !important;
    height: 34px !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
}

.people-select-loader {
    background-color: rgba(255,255,255,.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.people-select-loader .people-select-loader-inner {
    color: rgba(0,0,0,.87);
    font-size: 1em;
    min-width: 2.28571429rem;
    padding-top: 3.07142857rem;
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1000;
    transform: translateX(-50%) translateY(-50%);
}

.people-select-loader .people-select-loader-inner::before,
.people-select-loader .people-select-loader-inner::after {
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
} 

.people-select-loader .people-select-loader-inner::before {
    border-color: rgba(0,0,0,.1);
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1);
}

.people-select-loader .people-select-loader-inner::after {
    border-color: #767676 transparent transparent;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    animation: loader .6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
}

.country-top-offers-block .bigblock-holder .hotel-block-item {
    width: 50%;
}

#cc-main .cm,
#cc-main .pm--box {
    border-radius: 0 !important;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
    transition: background-color 0s ease,border-color 0s ease,color 0s ease;
}

#cc-main .cm__footer {
    padding: 15px 0 15px;
}

#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
    color: #222 !important;
    background-color: #eaeff2 !important;
}

#cc-main .cm__btn,
#cc-main .pm__btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(254, 112, 17);
    border-radius: 0;
    border: 0 !important;
    transition: background-color 0s ease,border-color 0s ease,color 0s ease !important;
}

#cc-main .cm__btn[data-role="necessary"],
#cc-main .pm__btn[data-role="necessary"] {
    background: transparent;
    color: #222;
    border: 1px solid #828384 !important;
}

#cc-main .cm__btn:hover,
#cc-main .pm__btn:hover {
    background-color: rgb(255, 150, 55) !important;
    border: 0 !important;
    transition: 0 all !important;
}

#cc-main .cm__btn[data-role="necessary"]:hover,
#cc-main .pm__btn[data-role="necessary"]:hover {
    background-color: #eaeff2 !important;
    border: 1px solid #828384 !important;
}

#cc-main .cm__btn--secondary:hover,
#cc-main .pm__btn--secondary:hover {
    color: #222 !important;
    background-color: #d6dcdf !important
}

#cc-main .cc__link, #cc-main a {
    background: transparent !important;
    transition: background-color 0s ease,border-color 0s ease,color 0s ease !important;
}

#cc-main .cc__link, #cc-main a:hover {
    color: #fe8f01 !important;
}

.trip-sum-text .lSSlideOuter {
    padding: 8px;
    padding-right: 2px;
    margin-top: 5px;
}

.price-image-gallery {
    min-height: 321px;
}

@media only screen and (max-width: 1100px) {
    #selection-page .offers-text .column-box {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 799px) {
    #selection-page .large-7 {
        width: 100%;
    }

    #selection-page .search-result-item {
        display: block !important;
    }

    #selection-page .charter-image-holder {
        width: 100% !important;
        display: block !important;
    }

    #selection-page .search-pic {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    #selection-page .offer-title-right-side-wrapper {
        float: none;
    }

    #selection-page .offer-title-right-side-wrapper::after {
        content: "";
        display: block;
        clear: both;
    }

    #selection-page .offer-dates-wrapper td:last-child {
        text-align: right;
    }

    #selection-page .offers-price {
        white-space: nowrap;
    }

    .blog-list li {
        width: 50% !important;
    }
}

.price-image {
    padding: 10px 0 10px 7px;
}

.mobile-people-switch {
    display: none !important;
    float: right;
    margin: 20px 0 25px;
}

.mobile-people-switch .people-select-options {
    right: 25px !important;
    width: 320px !important;
    padding: 15px;
    z-index: 999;
}

.spa-content-text {
    margin-bottom: 40px;
}

.spa-content-after-text {
    margin-top: 10px;
}

.spa-content-text h2,
.spa-content-after-text h2,
.spa-content-text h3,
.spa-content-after-text h3,
.spa-content-text h4,
.spa-content-after-text h4 {
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
}

.spa-content-text h3,
.spa-content-text h4 {
    font-weight: normal;
}

.mobile-slide-image {
    display: none;
}

.blog-list {
    list-style: none;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}

.blog-list .blog-img-placeholder {
    background: #fafafa;
    width: 1004px;
    height: 400px;
    max-width: 100%;
}

.blog-list li {
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    flex: 0 0 33.3%;
}

.blog-list li img {
    margin-bottom: 5px;
}

.blog-list li h6 {
    font-weight: bold;
}

.slider-lines-wrapper {
    bottom: 30px;
    right: 0;
    position: absolute;
}

.slider-first-line-text,
.slider-second-line-text {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

.slider-second-line-text {
    background: #fc1a74;
    color: #fff;
    padding: 5px 10px 5px 5px;
    font-style: italic;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
    letter-spacing: 0.2px;
    position: relative;
}

.slider-second-line-text::after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 17px;
    border: 13px solid #FC1A74;
    border-left-color: rgb(29, 83, 192);
    border-left-color: transparent;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.slider-first-line-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    color: #fffdfc;
    margin-bottom: 4px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
    letter-spacing: 0.2px;
}

.slider-lines-wrapper.desktop-pos-top-left {
    left: 0;
    top: 30px;
    bottom: auto;
    right: auto;
}

.slider-lines-wrapper.desktop-pos-top-left .slider-first-line-text,
.slider-lines-wrapper.desktop-pos-top-left .slider-second-line-text {
    text-align: left;
}

.slider-lines-wrapper.desktop-pos-top-left .slider-second-line-text {
    padding: 5px 5px 5px 10px;
}

.slider-lines-wrapper.desktop-pos-top-left .slider-second-line-text::after {
    border: 13px solid #FC1A74;
    border-left-color: rgb(29, 83, 192);
    border-left-color: transparent;
    right: 0px;
    left: auto;
    bottom: auto;
    top: 26px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.slider-lines-wrapper.desktop-pos-bottom-left {
    left: 0;
    bottom: 30px;
    top: auto;
    right: auto;
}

.slider-lines-wrapper.desktop-pos-bottom-left .slider-first-line-text,
.slider-lines-wrapper.desktop-pos-bottom-left .slider-second-line-text {
    text-align: left;
}

.slider-lines-wrapper.desktop-pos-bottom-left .slider-second-line-text {
    padding: 5px 5px 5px 10px;
}

.slider-lines-wrapper.desktop-pos-bottom-left .slider-second-line-text::after {
    border: 13px solid #FC1A74;
    border-left-color: rgb(29, 83, 192);
    border-left-color: transparent;
    right: 0px;
    left: auto;
    bottom: auto;
    top: 26px;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.slider-lines-wrapper.desktop-pos-top-right {
    right: 0;
    bottom: auto;
    top: 30px;
    left: auto;
}

.slider-lines-wrapper.desktop-pos-top-right .slider-first-line-text,
.slider-lines-wrapper.desktop-pos-top-right .slider-second-line-text {
    text-align: right;
}

.slider-lines-wrapper.desktop-pos-top-right .slider-second-line-text {
    padding: 5px 10px 5px 5px;
}

.slider-lines-wrapper.desktop-pos-top-right .slider-second-line-text::after {
    border: 13px solid #FC1A74;
    border-left-color: rgb(29, 83, 192);
    border-left-color: transparent;
}

#login-form {
    padding: 50px 15px;
    min-height: 200px;
    position: relative;
    background: #e6e6e6;
}

#login-form form {
    background: #fff;
    max-width: 400px;
    margin: 30px auto;
    padding: 40px 40px 40px;
    text-align: center;
}

#login-form form button[type="submit"] {
    width: 100%;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#login-form .page-loader {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

#login-form .page-loader .page-loader-inner {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 42%;
    z-index: 1000;
}

#login-form .page-loader .page-loader-inner::before, 
#login-form .page-loader .page-loader-inner::after {
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
}

#login-form .page-loader .page-loader-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}

#login-form .page-loader .page-loader-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
      animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent;
    z-index: 9;
}

#login-form .error-field {
    background-color: #ffe8e6;
    color: #db2828;
    box-shadow: 0 0 0 1px #db2828 inset,0 0 0 0 transparent;
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    padding: 0.8em 1em;
    line-height: 1.4285em;
    font-size: 14px;
} 

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 4%), 0 1px 1px rgb(0 0 0 / 25%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
    background-color: #000000;
}
.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

#profile-container {
    padding: 20px 0;
}

#profile-container .logout {
    text-align: right;
    margin: 0 0 20px;
}

#profile-container .color-red {
    color: #ed1c24;
}

#profile-container .logout a {
    display: inline-block;
    padding: 5px 25px;
    background: #686868;
    color: #fff;
}

#profile-container .logout a:hover {
    background: #484848;
}

#profile-container .report-date {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

#profile-container .report-date button {
    padding: 0 15px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background: #686868;
    margin-bottom: 0;
}

#profile-container .report-date button:hover {
    background: #484848;
}

#profile-container .report-date button.loading {
    color: #686868;
}

#profile-container .report-date button.loading:hover {
    color: #484848;
}

#profile-container .report-date button.loading::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.15);
}

#profile-container .report-date button.loading::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
      animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;  
}

#profile-container .report-date input {
    border-right: 0;
    margin-bottom: 0;
}

#profile-container table th,
#profile-container table td {
    padding: 0.7rem 0.625rem;
}

.payment-danger {
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    color: #721c24;
    background-color: #f8d7da;
    margin-bottom: 0;
    margin-top: 20px;
}

#profile-inner-text {
    padding: 5px 0 30px;
}

.tour-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-left: -4px;
}

.tour-images-wrapper .site-block.gallery-block {
    flex: 1;
    width: 50%;
    margin-left: 4px;
    max-width: 50%;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top-offers-mobile-slider {
    display: none;
}

.top-offers-mobile-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

.top-offers-mobile-slider ul li {
    margin-left: 5px;
}

.top-offers-mobile-slider .flex-control-nav {
    display: none;
}

.top-offers-mobile-slider ul .bottominfo {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(0,0,0,0.3);
}

.no-hotel-page-prices {
    clear: both;
    padding: 15px 10px 0;
    font-weight: bold;
}

.no-hotel-page-prices span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    font-size: 28px;
    margin-right: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.lastminute-block .loaded-module {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.lastminute-block .loaded-module .site-block.site-column.hotel-block.large-3 {
    flex: 1;
    width: 20%;
    margin-right: 0.5%;
}

.lastminute-block .offer-bigblock img {
    min-width: auto;
}

.more-lastminute-offers {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}

.lastminute-block .loaded-module {
    position: relative;
}

.more-lastminute-offers a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ed1c24;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    max-width: 40px;
    z-index: 999;
    min-width: 40px;
    color: #fff;
    background: #7b7575;
    font-size: 0;
    position: relative;
}

.more-lastminute-offers a::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(/www/img/chevron-right.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 8px 14px;
    margin-left: -3px;
    margin-top: -7px;
} 

.flight-time .return-time-late,
.flight-time .flight-time-early {
    background: url(/www/img/thumb-icons-2.png?v=4) no-repeat;
    width: 22px;
    height: 19px;
    background-size: 42px;
}

.flight-time .return-time-late {
    background-position: -20px 0px;
}

.flight-time .flight-time-late.active,
.flight-time .return-time-late:hover {
    background-position: -20px -20px;
}

.flight-time .flight-time-early.active,
.flight-time .flight-time-early:hover {
    background-position: 0 -20px;
}

.flight-time-early,
.return-time-late {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.flight-time {
    padding-top: 10px;
}

.airline-code-icon {
    text-align: center;
    padding-top: 5px;
}

.return-time-late .flight-time-info,
.flight-time-early .flight-time-info {
    position: absolute;
    min-width: 300px;
    top: 31px;
    background: #fff;
    text-align: left;
    padding: 15px;
    line-height: 16px;
    z-index: 1;
    border: 1px solid #EAEA26;
    display: none;
    cursor: auto;
}

.return-time-late:hover .flight-time-info,
.flight-time-early:hover .flight-time-info {
    display: block;
}

.return-time-late:hover .flight-time-info p,
.flight-time-early:hover .flight-time-info p {
    margin-bottom: 0;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.reservation-go-home {
    margin-top: 20px;
    display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    max-width: 40px;
    max-height: 40px;
    z-index: 999;
    min-width: 40px;
    color: #fff;
    background: #7b7575;
    font-size: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 999 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(/www/img/chevron-right.png) no-repeat;
      background-size: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 8px 14px;
    margin-left: -3px;
    margin-top: -7px;
    font-size: 0 !important;
    z-index: 999 !important;
}

.swiper-button-prev::after {
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    margin-left: -5px;
}

.swiper-button-disabled {
    display: none !important;
}

.no-records-side {
    min-width: 165px;
}

.no-records-wrapper {
    display: flex;
}

.single-counpon-block .bigblock-spo  {
    background: transparent;
}

.spa-calendar .calendar-day.yellow:not(.has-date-set) {
    background: transparent !important;
    color: #222;
}

.spa-calendar .calendar-day.yellow:not(.has-date-set) .font-orange {
    color: #222 !important;
}

.month-switch-back,
.month-switch-next {
    position: absolute;
    background: transparent;
    color: #000;
    top: 50%;
    margin-top: -27px;
}

.month-switch-back:hover,
.month-switch-next:hover,
.month-switch-back:active,
.month-switch-next:active,
.month-switch-back:focus,
.month-switch-next:focus {
    background: transparent;
    color: #f70;
}

.month-switch-back {
    left: 0;
}

.month-switch-next {
    right: 0;
}

#operators-id-table {
    text-align: center;
    padding-top: 20px;
}

#operators-id-table td,
#operators-id-table th {
    text-align: center;
}

#operators-id-table th {
    border: 1px solid #d4d4d4;
}

.reservation-payment-block {
    position: relative;
}

.title-panel .t-label.t-label-hotel > a,
.title-panel .t-label.t-label-hotel > span {
    font-size: 0;
}

.title-panel .t-label.t-label-hotel > a span,
.title-panel .t-label.t-label-hotel > span span {
    font-size: 15px;
}

.hotel-calendar-current-month .hotel-calendar-year,
.hotel-calendar-current-month .hotel-calendar-month {
    text-align: center;
}

.hotel-calendar-current-month .hotel-calendar-month {
    font-weight: normal;
}

@media only screen and (max-width: 799px) {
    
    .no-records-title {
        padding-left: 15px;
    }

    .top-offers-mobile-slider {
        display: block;
    }

    .hotel-page tbody tr {
        position: relative;
    }

    .hotel-page tbody tr .flight-schedule-info {
        max-width: 200px;
        white-space: normal;
        min-width: 200px;
    }

    /* .more-lastminute-offers {
        display: none;
    } */

    .more-lastminute-offers {
        position: relative;
        height: 100%;
    }

    .lastminute-block .loaded-module {
        align-items: top;
        height: auto !important;
    }

    .lastminute-block .loaded-module .hotel-block {
        width: 100%;
        padding: 0 10px; 
        box-sizing: border-box;
    }

    .lastminute-block .loaded-module .hotel-block:nth-child(4) {
        display: none !important;
    }

    .lastminute-block .loaded-module .site-block.site-column.hotel-block.large-3,
    .more-lastminute-offers {
        flex: 23%;
    }

    .more-lastminute-offers a {
        width: 100%;
        background: #bebebe;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        border-radius: 0;
        position: absolute;
        max-width: 100%;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        align-items: center;
        text-align: center;
    }

    .more-lastminute-offers a span {
        width: 100%;
        display: inline-block;
    }

    .more-lastminute-offers .lSAction {
        display: none;
    }

    .last-minute-loader {
        display: none;
    }

    .more-lastminute-offers .lSAction {
        display: none;
    }

    .more-lastminute-offers a::after {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .desktop-slide-image {
        display: none;
    }

    .mobile-slide-image {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .slider-lines-wrapper.mobile-pos-top-left {
        left: 0 !important;
        top: 30px !important;
        bottom: auto !important;
        right: auto !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-left .slider-first-line-text,
    .slider-lines-wrapper.mobile-pos-top-left .slider-second-line-text {
        text-align: left !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-left .slider-second-line-text {
        padding: 5px 5px 5px 10px !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-left .slider-second-line-text::after {
        border: 13px solid #FC1A74 !important;
        border-left-color: rgb(29, 83, 192) !important;
        border-left-color: transparent !important;
        right: 0px !important;
        left: auto !important;
        bottom: auto !important;
        top: 26px !important;
        -moz-transform: scale(-1, -1) !important;
        -o-transform: scale(-1, -1) !important;
        -webkit-transform: scale(-1, -1) !important;
        transform: scale(-1, -1) !important;
    }
    
    .slider-lines-wrapper.mobile-pos-bottom-left {
        left: 0 !important;
        bottom: 30px !important;
        top: auto !important;
        right: auto !important;
    }
    
    .slider-lines-wrapper.mobile-pos-bottom-left .slider-first-line-text,
    .slider-lines-wrapper.mobile-pos-bottom-left .slider-second-line-text {
        text-align: left !important;
    }
    
    .slider-lines-wrapper.mobile-pos-bottom-left .slider-second-line-text {
        padding: 5px 5px 5px 10px !important;
    }
    
    .slider-lines-wrapper.mobile-pos-bottom-left .slider-second-line-text::after {
        border: 13px solid #FC1A74 !important;
        border-left-color: rgb(29, 83, 192) !important;
        border-left-color: transparent !important;
        right: 0px !important;
        left: auto !important;
        bottom: auto !important;
        top: 26px !important;
        -moz-transform: scale(-1, -1) !important;
        -o-transform: scale(-1, -1) !important;
        -webkit-transform: scale(-1, -1) !important;
        transform: scale(-1, -1) !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-right {
        right: 0 !important;
        bottom: auto !important;
        top: 30px !important;
        left: auto !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-right .slider-first-line-text,
    .slider-lines-wrapper.mobile-pos-top-right .slider-second-line-text {
        text-align: right !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-right .slider-second-line-text {
        padding: 5px 10px 5px 5px !important;
    }
    
    .slider-lines-wrapper.mobile-pos-top-right .slider-second-line-text::after {
        border: 13px solid #FC1A74 !important;
        border-left-color: rgb(29, 83, 192) !important;
        border-left-color: transparent !important;
    }

    #featured {
        height: auto !important;
    }
}


@media only screen and (max-width: 540px) {
    .blog-list li {
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    .people-icons {
      display: none !important;
    }

    .mobile-people-switch {
        display: block !important;
    }
}

@-webkit-keyframes loader {
    from {
      transform:rotate(0)
    }
    to {
      transform:rotate(360deg)
    }
  }
  @keyframes loader {
    from {
      transform:rotate(0)
    }
    to {
      transform:rotate(360deg)
    }
}

@media only screen and (max-width: 640px) {
    #selection-page .search-result-item .offers-text-search-special {
        display: block !important;
    }

    #selection-page .offers-price {
        font-size: 14px;
    }

    .ajax-module-loader:not(.loaded-module)[data-module="featured"] {
        min-height: 320px !important;
    }

    .ajax-module-loader:not(.loaded-module)[data-module="top-offers"] {
        min-height: 1480px !important;
    }
    
    .ajax-module-loader:not(.loaded-module)[data-module="resorts"] {
        min-height: 2410px !important;
    }
    
    .ajax-module-loader:not(.loaded-module)[data-module="bus"] {
        min-height: 2180px !important;
    }
    
    .ajax-module-loader:not(.loaded-module)[data-module="avio"] {
        min-height: 2800px !important;
    }

    .home-table-list-wrapper td a {
        padding: 8px 0.425rem !important;
    }
    
}

@keyframes button-spin {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
}