@font-face{font-family:"InterUI";src:url("../fonts/interui/Inter-UI-Regular.ttf");font-weight:400}
@font-face{font-family:"InterUI";src:url("../fonts/interui/Inter-UI-Medium.ttf");font-weight:500}
@font-face{font-family:"InterUI";src:url("../fonts/interui/Inter-UI-Bold.ttf");font-weight:700}
@font-face{font-family:"InterUI";src:url("../fonts/interui/Inter-UI-Black.ttf");font-weight:900}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family: "InterUI", sans-serif;
    color: #141414;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layouts-title {
    font-size: 26px;
    margin:15px 0px;
}

.layouts ul li {
    margin-bottom:5px;
}

.layouts ul li a {
    font-size: 17px;
    display: inline-block;
    padding:3px 10px;
}

.layouts ul li a:hover {
    background:#000;
    color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1362px;
    padding-left: 36px;
    padding-right: 36px;
}
@media screen and (min-width: 1320px) and (max-width: 1366px) {
    .row.row-smaller-gap {
        padding-left: calc(50% - 647px);
        padding-right: calc(50% - 647px);
    }
}

.row.row-lg {
    max-width: 1460px;
}

.row.row-sm {
    max-width: 900px;
}

.row.row-xs {
    max-width: 620px;
}

.row.row-full {
    max-width: 100%;
    padding: 0;
}

/* -- main styles -- */

.nopad {
    padding:0px;
}

.nopadleft {
    padding-left:0px;
}

.nopadright {
    padding-right:0px;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

em {
    font-style: italic;
}

.clear {
    clear:both;
}

.left {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.right {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}

.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.alignright {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}

.invi {
    visibility: hidden;
    opacity: 0;
}

/*   hamburger   */

.hamburger {
    font: inherit;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    float: left;
    background: #fccc04;
    padding: 19px 15px 18px;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    width: 24px;
    height: 17px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 2px;
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #141414;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.nav-trigger {

}


/* header */

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f6f8f9;
}

.header-top-nav ul li {
    float: left;
    margin-right: 30px;
}

.header-top-nav ul li:last-child {
    margin-right: 0px;
}

.header-top-nav ul li a {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 16px 0 12px;
    color: #7b878c;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.header-top-nav ul li a:hover {
    color: #141414;
}

.header-top-nav ul li.current a {
    border-bottom: 2px solid #141414;
    color: #141414;
}

.top-header-trigger-mobile {
    background: #fff;
    padding: 20px 0 20px 15px;
    font-size: 13px;
    color: #141414;
}
.top-header-trigger-mobile a {
    color: #141414;
}
.top-header-trigger-mobile img {
    margin-left: 15px;
}

.top-header-trigger {
    position: relative;
}

.top-header-trigger > a {
    font-size: 14px;
    font-weight: 900;
    color: #141414;
    display: inline-block;
    padding: 14px 0px 12px;
    padding-right: 25px;
    position: relative;
}

.top-header-trigger > a:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/icon-dropdown.svg) no-repeat right center;
    right: 0;
    top: 15px;
}
.top-header-trigger > a.close:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top-header-info-hold {
    text-align: left;
    position: absolute;
    width: 320px;
    background: #fff;
    top: calc(100% + 8px);
    right: -100px;
    z-index: 210;
    -webkit-box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    -moz-box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.top-header-info-hold.close {
    opacity: 1;
    visibility: visible;
}

.top-header-info-top-hold {
    padding: 30px 30px;
}

.top-header-info-top-main {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 18px;
}
.top-header-info-top-main h3  {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 6px;
}

.top-header-info-top-main ul {
    margin-bottom: 6px;
}

.top-header-info-top-main ul li {
    font-size: 14px;
    line-height: 1.7;
}

.top-header-info-top-main p {
    font-size: 14px;
    line-height: 1.7;
    color: #7b878c;
}

/* Hidden for now */
.top-header-info-top-main {
    border-bottom: none;
    margin-bottom: 0;
}
.top-header-info-top-input h3 {
    display: none;
}
.top-header-info-top-input-hold {
    display: none;
}
/* ***** */


.top-header-info-top-input h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    margin-bottom: 6px;
}

.top-header-info-top-input-hold {
    margin-bottom: 6px;
}
.top-header-info-top-input-hold:after {
    content: '';
    display: block;
    clear: both;
}

.top-header-info-top-input-hold input,
.top-header-info-top-input-hold input:focus {
    box-shadow: none;
    outline: none;
    margin: 0;
    float: left;
    width: calc(100% - 92px);
    border: solid 1px #aab8c3;
    height: 42px;
    font-size: 14px;
    padding: 2px 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}
.top-header-info-top-input-hold input:focus {
    border: solid 1px #7b878c;
}

.top-header-info-top-input-hold input::-webkit-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.top-header-info-top-input-hold input::-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.top-header-info-top-input-hold input:-ms-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.top-header-info-top-input-hold input:-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.top-header-info-top-input-hold .btn-red,
.top-header-info-top-input-hold .btn-red:focus,
.top-header-info-top-input-hold .btn-red:active {
    float: right;
    padding: 14px 15px;
    width: 86px;
}

.top-header-info-top-input p {
    font-size: 14px;
    line-height: 1.7;
}

.top-header-info-top-input a {
    color: #eb352d;
}
.top-header-info-top-input a:hover {
    text-decoration: underline;
}

.btn-top-header-info,
.btn-top-header-info:focus,
.btn-top-header-info:active {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e1e9ef;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #eb352d;
    text-transform: uppercase;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.btn-top-header-info:hover {
    color: #d0150c;
}

.header {
    position: absolute;
    background: #fff;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0px;
    z-index: 200;
}

.header.header-sticky {
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.logo {
    width: 195px;
}

.nav {
    padding-top: 3px;
    width: calc(100% - 360px);
}

.nav ul li {
    float: left;
    margin-right: 42px;
    text-transform: uppercase;
}

.nav ul li:last-child {
    margin-right: 0px;
}

.nav ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #141414;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.nav ul li.current a,
.nav ul li a:hover {
    color: #e7331e;
}

.main-nav-trigger {
    display: none;
}
.main-nav-trigger a {
    padding-left: 12px;
    padding-right: 12px;
    min-height: 30px;
}

.main-nav-trigger a:hover span,
.main-nav-trigger a:hover span:before,
.main-nav-trigger a:hover span:after {
    background: #e7331e;
}

.nav ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #141414;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    top: 3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.nav ul li a span:before,
.nav ul li a span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #141414;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s;
}

.nav ul li a span:before {
    left: -10px;
}

.nav ul li a span:after {
    right: -10px;
}

.header-icons {
    width: 165px;
    padding-top: 9px;
}

.header-icons ul {
    float: right;
}

.header-icons ul li {
    float: left;
    margin-right: 38px;
}

.header-icons ul li:last-child {
    margin-right: 0px;
}

.header-icons ul li a {
    float: left;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.header-icons ul li a.mob-header-info-close {
    position: absolute;
}

.header-icons ul li a:hover {
    opacity: 0.6;
}

.header-search {
    width: 24px;
    height: 24px;
    background: url(../img/h-search.svg) no-repeat center center / 100% 100%;
}

.header-favs {
    width: 24px;
    height: 24px;
    background: url(../img/h-favs.svg) no-repeat center center / 100% 100%;
}

.header-favs span {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fccc04;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    color: #141414;
    right: -2px;
    bottom: 2px;
}

.header-user {
    width: 24px;
    height: 24px;
    background: url(../img/h-user.svg) no-repeat center center / 100% 100%;
}

.main-wrapper {
    padding-top: 132px;
}

/*  home cats carousel */

.section-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 30px;
}

.section-title span {
    float: right;
}

.section-title a {
    font-size: 14px;
    color: #eb352d;
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.section-title a:hover {
    color: #d0150c;
}

.home-cats-hold {
    margin-bottom: 60px;
}

.cats-carousel-item:after {
    content: '';
    display: block;
    clear: both;
}

.cats-carousel-item a {
    float: left;
    width: 100%;
    padding-bottom: 107%;
    background-size: cover !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.cats-carousel-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    opacity: 0.7;
}

.cats-carousel-item a:hover:before {
    opacity: 1;
}

.cats-carousel-item-title {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.17;
    text-align: center;
    color: #ffffff;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -24px;
    background: #fff url(../img/slide-prev.svg) no-repeat center center;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fccc04 url(../img/slide-prev.svg) no-repeat center center;
}

.owl-carousel .owl-nav button.owl-next {
    right: -24px;
    background: #fff url(../img/slide-next.svg) no-repeat center center;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background: #fccc04 url(../img/slide-next.svg) no-repeat center center;
}

/* trips list */



.trips-list > ul > li,
.trips-list > ul > ol {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 48px;
    position: relative;
}

.trips-list > ul > li:nth-child(2n+1) {
    margin-right: 0%;
}

.trips-list > ul > li:nth-child(2n) {
    clear: both;
}

.trips-list ul li a,
.trips-list ul ol a {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    margin-bottom: 18px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.trips-list ul li a:hover .trip-image:before {
    /* opacity: 0.3; */
}

.trip-title a {
    margin-bottom: 0 !important;
}

.trip-title a:hover {
    opacity: 0.6;
}

.trip-image {
    background-size: cover !important;
    padding-bottom: 57%;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 0;
    transition: 0.8s;
}

.trips-list ul li a:hover .trip-image {
    transform: scale(1.2);
}

.trip-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.trip-image-info-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

.trip-image-info-price-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fccc04;
    min-height: 48px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
}

.trip-image-info-price {
    width: 98px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: #141414;
}

.trip-image-info-price span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #141414;
    text-decoration: line-through;
}

.trip-image-info-title-hold {
    background: #fff;
    border-radius: 5px;
    min-width: 226px;
    padding: 10px 18px 10px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 84px;
    max-width: calc(100% - 220px);
    margin-left: -5px;
}


.offer-carousel-item .sold-out-tag,
.trip-main-link .sold-out-tag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 0%;
    z-index: 3;
}
.offer-carousel-item .sold-out-tag span,
.trip-main-link .sold-out-tag span {
    background: rgba(52, 67, 120, 0.6);
    padding: 26% 42px 18px 42px;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    display: inline-block;
    /*transform: rotate(-20deg);*/
    opacity: 1;
}
.offer-carousel-item .sold-out-tag span {
    padding-top: 15%;
}


.trip-image-info-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #141414;
}
.trip-image-info-title span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #51595d;
    font-weight: 400;
}

.trip-image-info-text {
    font-size: 12px;
    line-height: 1.7;
    color: #51595d;
    max-width: 195px
}

.trip-fav {
    z-index: 10;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url(../img/icon-favs.svg) no-repeat center center / 100% 100%;
}

.trip-fav:before {
    content: '';
    z-index: 11;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/icon-favs-active.svg) no-repeat center center / 100% 100%;
    opacity: 0;
    transform: scale( 1 );
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    animation: heartbeat 1s infinite;
}

.trip-fav.close:before {
    opacity: 1;
}

@keyframes heartbeat
{
    0%
    {
        transform: scale( 1 );
    }
    20%
    {
        transform: scale( 0.85 );
    }
    40%
    {
        transform: scale( 1 );
    }
    60%
    {
        transform: scale( 0.85 );
    }
    80%
    {
        transform: scale( 1 );
    }
    100%
    {
        transform: scale( 1 );
    }
}

.trip-info {
    margin-bottom: 12px;
}

.trip-info ul {
    margin: 0;
}
.trip-info ul li {
    float: left;
    margin-right: 6px;
}

.trip-info ul li:last-child {
    margin-right: 0px;
}

.trip-info-item {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 12px;
    color: #51595d;
    padding: 6px 5px;
    padding-left: 30px;
}

.trip-sun {
    background: #f4f6f8 url(../img/icon-sun.svg) no-repeat left 6px center;
}

.trip-water {
    background: #f4f6f8 url(../img/icon-water.svg) no-repeat left 6px center;
}

.trip-label {
    border-radius: 4px;
    background-color: #02009f;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 13px 5px 32px;
    text-transform: uppercase;
    position: relative;
}

.trip-label-icon {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
}
.trip-label-icon img {
    max-width: 20px;
    max-height: 20px;
}

.trip-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #141414;
}

.trip-title a {
    color: #141414;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-full-top-border,
.btn-full-top-border:focus,
.btn-full-top-border:active {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e1e9ef;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #eb352d;
    text-transform: uppercase;
    text-align: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-full-top-border:hover {
    color: #d0150c;
}

.more-trips {
    margin-bottom: 60px;
    text-align: center;
}
.more-trips .loading {
    display: none;
    margin: auto;
}
.more-blog {
    text-align: center;
}
.more-blog .loading {
    display: none;
    margin: auto;
}

.hotel-single-images li {
    background: url('/v2/img/loading4.gif') 50% 50% no-repeat;
}
.destinations-trends li {
    background: url('/v2/img/loading4.gif') 50% 40% no-repeat;
}
.blog-list-item-image {
    background: url('/v2/img/loading4.gif') 50% 50% no-repeat;
}
.trip-main-link {
    background: url('/v2/img/loading4.gif') 50% 50% no-repeat;
}

.spacer {
    height: 45px;
}

/* home testimonials */

.home-testimonials-hold {
    background: #f7fafc;
    padding: 60px 0 30px;
}

.grid-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.gutter-sizer {
    width: 30px;
}


.testimonial-item {
    border: solid 1px #e1e9ef;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 42px 42px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.testimonial-text a {
    color: #0092f8;
}

.testimonial-text a:hover {
    text-decoration: underline;
}

.testimonial-info:after {
    content: '';
    display: block;
    clear: both;
}

.testimonial-author {
    float: left;
    width:calc(100% - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author-inicials {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.tai-red {
    background: #e7331e;
}
.tai-blue {
    background: #0092f8;
}
.tai-grey {
    background: #7b878c;
}
.tai-yellow {
    background: #fccc04;
}

.testimonial-author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: calc(100% - 36px);
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #141414;
}

.testimonial-likes {
    float: right;
    border: solid 1px #e1e9ef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: url(../img/icon-testimonial-like.svg) no-repeat left 12px center / 18px;
    padding: 6px 12px;
    padding-left: 34px;
    color: #141414;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.testimonial-likes.active {
    background: url(../img/icon-testimonial-like-active.svg) no-repeat left 12px center / 18px;
}

.testimonial-likes:hover {
    border: solid 1px #aab8c3;
}

/* home features */

.home-features-hold {
    padding: 80px 0;
}

.home-features ul li {
    float: left;
    width: 23%;
    margin-right: 2.666%;
    text-align: center;
}

.home-features ul li:nth-child(4n) {
    margin-right: 0%;
}

.home-feature-icon {
    margin-bottom: 30px;
}

.home-feature-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.home-feature-text {
    font-size: 14px;
    line-height: 1.8;
    color: #51595d;
}

/* home extras */

.home-extras-hold {
    margin-bottom: 120px;
}

.home-extras ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-extras ul li {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 53px 48px 53px 60px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.home-extras ul li.bg-yellowish {
    background: #fefbf3;
}
.home-extras ul li.bg-pinkish {
    background: #fff7f7;
}

.home-extras ul li:nth-child(2n) {
    margin-right: 0px;
}

.home-extra-content-hold {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
}

.home-extra-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}

.home-extra-content-text {
    margin-bottom: 24px;
}

.home-extra-content-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 12px;
}

.home-extra-content-text p {
    font-size: 16px;
    line-height: 1.75;
}

.btn-border-red,
.btn-border-red:focus,
.btn-border-red:active {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    color: #eb352d;
    border: solid 2px #eb352d;
    padding: 14px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-border-red:hover {
    background: #eb352d;
    color: #fff;
}

.btn-border-black,
.btn-border-black:focus,
.btn-border-black:active {
    background-color: #1f1f1f;
    color: #fff;
    border: solid 2px #1f1f1f;
}


.btn-border-red.btn-md,
.btn-border-red.btn-md:focus,
.btn-border-red.btn-md:active {
    padding: 12px 22px;
}

.btn-border-red.btn-sm,
.btn-border-red.btn-sm:focus,
.btn-border-red.btn-sm:active {
    padding: 6px 22px;
}

.btn-border-red.btn-full,
.btn-border-red.btn-full:focus,
.btn-border-red.btn-full:active {
    width: 100%;
    text-align: center;
}

.btn-simple,
.btn-simple:focus,
.btn-simple:active {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #eb352d;
    padding: 20px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-simple:hover {
    color: #d0150c;
}

.btn-simple.btn-lg,
.btn-simple.btn-lg:focus,
.btn-simple.btn-lg:active {
    padding: 18px 0px;
    font-size: 16px;
}
.btn-simple.btn-lg,
.btn-simple.btn-lg:focus,
.btn-simple.btn-lg:active {
    padding: 17px 0;
}

.btn-simple.btn-sm,
.btn-simple.btn-sm:focus,
.btn-simple.btn-sm:active {
    padding: 8px 0px;
}

.btn-filter,
.btn-filter:focus,
.btn-filter:active {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #eb352d;
    padding: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-filter:hover {
    color: #d0150c;
}

.filter-button-offclick {
    margin-top: 30px;
}

/* footer */

.footer {
    padding: 60px 0;
}

.footer-block {
    border-bottom: 1px solid #e1e9ef;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.footer-block:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer-nav-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-nav ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 2.1;
    color: #141414;
}
.footer-nav ul li a:hover {
    text-decoration: underline;
}

.footer-info {
    font-size: 14px;
    line-height: 2.1;
}

.footer-info a {
    color: #141414;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-links {
    display: none;
}
.footer-links ul li {
    float: left;
    width: 16.666%;
    padding-right: 10px;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 2.1;
    color: #7b878c;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-logos {
    margin-top: -12px;
    padding-bottom: 36px;
}

.footer-logos ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer-logos ul li img {
    max-height: 60px;
}

.footer-copyrights {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #7b878c;
    width: calc(100% - 450px);
    left: -450px;
}

.footer-socials {
    width: 450px;
    left: calc(100% - 450px);
}

.footer-socials ul {
    float: right;
}

.footer-socials ul li {
    float: left;
    margin-right: 12px;
}

.footer-socials ul li:last-child {
    margin-right: 0px;
}

.footer-socials ul li a {
    display: block;
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    padding: 12px 18px;
    padding-left: 50px;
    font-size: 14px;
    color: #141414;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.footer-socials ul li a:hover {
    border: solid 1px #51595d;
}

.footer-socials ul li a.soc-ig {
    background: url(../img/soc-ig.svg) no-repeat left 18px center;
}

.footer-socials ul li a.soc-fb {
    background: url(../img/soc-fb.svg) no-repeat left 18px center;
}


/* news letter */

.newsletter-hold {
    background: #f7fafc;
    padding: 38px 0;
}

.newsletter {
    background: url(../img/newsletter.svg) no-repeat left center;
    padding-left: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-left {
    padding-right: 10px;
}

.newsletter-left h5 {
    display: inline-block;
    background: #141414;
    color: #fff;
    padding: 4px 8px 2px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newsletter-left h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.newsletter-left p {
    font-size: 14px;
    line-height: 1.7;
    color: #51595d;
}

.newsletter-fields-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}

.newsletter-fields ul li {
    float: left;
    width: calc(30% - 8px);
    margin-right: 12px;

}

.newsletter-fields ul li:nth-child(2) {
    width: calc(40% - 8px);
}

.newsletter-fields ul li:last-child {
    margin-right: 0;
}

.newsletter-fields input,
.newsletter-fields input:focus {
    box-shadow: none;
    border: solid 1px #e1e9ef;
    background: #fff;
    margin: 0;
    outline: none;
    padding: 2px 22px;
    height: 55px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}

.newsletter-fields input:focus {
    border: solid 1px #aab8c3;
}

.newsletter-fields input::-webkit-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.newsletter-fields input::-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.newsletter-fields input:-ms-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.newsletter-fields input:-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}

.btn-red,
.btn-red:focus,
.btn-red:active {
    display: inline-block;
    outline: none;
    border: none;
    background: #eb352d;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 17px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.btn-red.btn-sm,
.btn-red.btn-sm:focus,
.btn-red.btn-sm:active {
    padding-top: 11px;
    padding-bottom: 10px;
}

.btn-red.btn-md,
.btn-red.btn-md:focus,
.btn-red.btn-md:active {
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-red.btn-lg,
.btn-red.btn-lg:focus,
.btn-red.btn-lg:active {
    padding: 18px 42px;
    font-size: 16px;
}

.btn-red img {
    max-width: 16px;
}


.btn-red:hover {
    background: #d0150c;
    color: #fff;
}

.btn-full.btn-red,
.btn-full.btn-red:focus,
.btn-full.btn-red:active {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* intro */

.intro-carousel-hold {
    margin-bottom: 60px;
    position: relative;
    margin-top: 50px;
}

.intro-carousel-item {
    padding-bottom: 39.7%;
    background-size: cover !important;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.intro-slider-info-hold {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 410px;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.intro-slider-info-content {
    background: #fff;
    padding: 36px 36px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.intro-slider-info-content .trip-image-info-hold {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 30px;
}

.intro-slider-info-content .trip-info:after {
    content: '';
    display: block;
    clear: both;
}

.intro-slider-info-content .trip-image-info-title-hold {
    width: 100%;
    max-width: calc(100% - 98px);
    border: 1px solid #e1e9ef;
    border-left: none;
}

.intro-trip-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    color: #141414;
}
.intro-trip-title a {
    color: #141414;
    text-decoration: none;
}

.intro-slider-button .btn-red,
.intro-slider-button .btn-red:focus,
.intro-slider-button .btn-red:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.intro-carousel .owl-dots {
    position: absolute;
    top: 60px;
    right: 60px;
}

.intro-carousel.owl-carousel .owl-dot {
    margin-bottom: 6px;
}

.intro-carousel.owl-carousel .owl-dot button {
    width: 160px;
    height: 84px;
    opacity: 0.6;
    background-size: cover !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.intro-carousel.owl-carousel .owl-dot button {
    width: 160px;
    height: 84px;
    opacity: 0.6;
    background-size: cover !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.intro-carousel.owl-carousel .owl-dot button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: 0s linear;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -ms-transition: 0s linear;
    -o-transition: 0s linear;
}

.intro-carousel.owl-carousel .owl-dot.active button {
    opacity: 1;
}
.intro-carousel.owl-carousel .owl-dot.active button span {
    width: 100%;
    transition: 6s linear;
    -webkit-transition: 6s linear;
    -moz-transition: 6s linear;
    -ms-transition: 6s linear;
    -o-transition: 6s linear;
}

.filter-list {
    margin-bottom: 18px;
}

.filter-list > ul > li {
    float: left;
    width: calc(21% - 9.6px);
    margin-right: 12px;
    position: relative;
}

.filter-list > ul > li:nth-child(5) {
    width: calc(16% - 9.6px);
    margin-right: 0px;
}

.filter-item {
    border: solid 1px #e1e9ef;
    border-radius: 4px;
    padding: 16px 35px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.filter-date.filter-item {
    padding-left: 65px;
}
.filter-destination.filter-item {
    padding-left: 81px;
}

.filter-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/icon-dropdown.svg) no-repeat right 18px center;
    top: 0;
    right: 0px;
}

.filter-item .filter-label {
    position: absolute;
    color: #7b878c;
    font-weight: 400;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.filter-date-block {
    width: 600px;
    padding: 30px 40px 30px;
}

.filter-destination-block {
    width: 384px;
    padding: 36px 36px 13px;
}

.filter-destination-block .filter-button-offclick {
    border-top: 1px solid #e1e9ef;
    padding: 0 36px;
    padding-top: 13px;
    margin-top: 0;
    margin-left: -36px;
    width: calc(100% + 72px);
}

.filter-block {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #fff;
    z-index: 20;
    -webkit-box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    -moz-box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    box-shadow: 0 4px 14px 0 rgba(37, 58, 81, 0.24);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.close .filter-block {
    opacity: 1;
    visibility: visible;
}

.close .filter-item {
    border: solid 1px #aab8c3;
}
.close .filter-item:after {
    background: url(../img/icon-dropdown.svg) no-repeat left 18px center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.destiniation-search {
    margin-bottom: 24px;
    position: relative;
}
.destiniation-search:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: url(../img/h-search.svg) no-repeat center center / 100% 100%;
    z-index: -1;
}

.destiniation-search input,
.destiniation-search input:focus {
    box-shadow: none;
    border: solid 1px #e1e9ef;
    background: transparent;
    margin: 0;
    outline: none;
    padding: 2px 22px;
    padding-right: 50px;
    height: 54px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}
.destiniation-search input:focus {
    border: solid 1px #aab8c3;
}

.destiniation-search input::-webkit-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.destiniation-search input::-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.destiniation-search input:-ms-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.destiniation-search input:-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}

.destination-list-width {
    width: calc(100% + 28px);
}

.destinations-list-hold {
    max-height: 276px;
}
.destinations-list {
    /* max-height: 300px; */
    /* width: calc(100% + 28px); */
    padding-right: 28px;
}

.checkbox-list-item {
    border-bottom: 1px solid #e1e9ef;
}
/*
.checkbox-list-item:first-child {
    border-top: 1px solid #e1e9ef;
}*/

.checkbox-list-item input {
    display: none;
}

.checkbox-list-item label {
    position: relative;
    padding: 11px 0 10px;
    padding-left: 30px;
    margin: 0;
    display: block;
    font-size: 16px;
}

.checkbox-list-item label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 18px;
    border: solid 1px #aab8c3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}
.checkbox-list-item input:checked + label:before {
    border: solid 1px #eb352d;
    background: #eb352d;
}

.checkbox-list-item label:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: url(../img/checkmark-white.svg) no-repeat center center / 100% 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.checkbox-list-item.radio-list-item label:before {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.checkbox-list-item.radio-list-item label:after {
    left: 5px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: url(../img/dot.svg) no-repeat center center / 8px 8px;
}


.checkbox-list-item label span {
    float: right;
    font-weight: 500;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e1e9ef;
    width: 6px;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #e1e9ef;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #e1e9ef;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.filter-travellers-block {
    padding: 24px 36px;
    width: 384px;
}

.filter-travellers-block .filter-button-offclick {
    margin-top: 10px;
}

.filter-categories-block {
    padding: 24px 36px;
    width: 384px;
}

.filter-categories-block .filter-button-offclick {
    margin-top: 10px;
}

.travellers-list .checkbox-list-item:first-child {
    border-top: none;
}

.travellers-list .checkbox-list-item:last-child {
    border-bottom: none;
}

.filter-travellers.filter-item {
    padding-left: 102px;
}

.filter-categories.filter-item {
    padding-left: 102px;
}

.filter-price.filter-item {
    padding-left: 133px;
}

.filter-price-block {
    width: 384px;
    padding: 36px 36px 30px;
}

.filter-price-block-values {
    margin-bottom: 24px;
}

.filter-price-block-values ul {
    margin: 0;
}

.filter-price-block-values ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #7b878c;
}

.filter-price-block-values ul li:last-child {
    margin-right: 0px;
}

.filter-price-block-values ul li span {
    font-weight: 500;
    color: #141414;
}

.noUi-target {
    background: #cdd6dc;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-connect {
    background: #eb352d;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    top: -10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.22), 0 1px 2px 0 rgba(170, 184, 195, 0.6);
}

.noUi-handle {
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    outline: none;
}

.filter-chosen-values {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 500;
}

.filter-date-chosen-values {
    left: 65px;
    width: calc(100% - 100px);
}

.filter-price-chosen-values {
    left: 133px;
    width: calc(100% - 170px);
}

.filter-destination-chosen-values {
    left: 81px;
    width: calc(100% - 122px);
}
.filter-categories-chosen-values {
    left: 94px;
    width: calc(100% - 130px);.intro-trip-title
}

.filter-travellers-chosen-values {
    left: 102px;
    width: calc(100% - 136px);
}

.filter-destination-chosen-values span {
    display: none;
}
.filter-categories-chosen-values span {
    display: none;
}

.filter-chosen-values.close {
    opacity: 1;
    visibility: visible;
}

.btn-clear-filter,
.btn-clear-filter:focus,
.btn-clear-filter:active {
    font-size: 14px;
    color: #eb352d;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: solid 1px #e1e9ef;
    padding: 16px 10px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.btn-clear-filter.close,
.btn-clear-filter.close:focus,
.btn-clear-filter.close:active {
    opacity: 1;
    visibility: visible;
}

.btn-clear-filter:hover {
    border: solid 1px #aab8c3;
}
.btn-clear-filter.close:hover {
    border: solid 1px #aab8c3;
}

/* modals */

.reveal-custom {
    width: 100%;
    max-width: 630px;
    padding: 42px 42px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.reveal-custom .row {
    padding: 0;
}

.contact-reveal-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
}

.contact-reveal-main-info-hold {
    border-bottom: 1px solid #e1e9ef;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.contact-reveal-text {
    font-size: 16px;
    line-height: 1.6;
}
.contact-reveal-text a {
    color: #141414;
}

.contact-reveal-text a:hover {
    text-decoration: underline;
}

.contact-reveal-image {
    margin-top: -9px;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: cover !important;
}

.form-element {
    margin-bottom: 12px;
}

.form-left {
    padding-right: 6px;
}
.form-right {
    padding-left: 6px;
}

.form-element input,
.form-element input:focus {
    box-shadow: none;
    border: solid 1px #e1e9ef;
    background: #fff;
    margin: 0;
    outline: none;
    padding: 2px 22px;
    height: 54px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}

.form-element input:focus {
    border: solid 1px #aab8c3;
}

.f-error input,
.f-error input:focus,
.f-error textarea,
.f-error textarea:focus {
    border: solid 1px #eb352d !important;
}

.f-error-note {
    display: none;
}

.f-error .f-error-note {
    display: block;
}

.f-error-note {
    font-size: 14px;
    line-height: 1.4;
    color: #ff3128;
    margin-top: 6px;
}
.f-error-note:before {
    content: '';
    display: block;
    clear: both;
}
.f-error-note:after {
    content: '';
    display: block;
    clear: both;
}



.error-message {
    color: #eb352d;
    border-radius: 4px;
    margin-bottom: 10px;
}

.form-element select,
.form-element select:focus {
    box-shadow: none;
    border: solid 1px #e1e9ef;
    background: #fff url(../img/icon-dropdown.svg) no-repeat right 18px center;
    margin: 0;
    outline: none;
    padding: 2px 22px;
    padding-right: 35px;
    height: 54px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}

.form-element select:focus {
    border: solid 1px #aab8c3;
}

.form-element textarea,
.form-element textarea:focus {
    box-shadow: none;
    border: solid 1px #e1e9ef;
    background: #fff;
    margin: 0;
    outline: none;
    padding: 13px 22px;
    height: 100px;
    resize: none;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #141414;
}

.form-element textarea:focus {
    border: solid 1px #aab8c3;
}
.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}

.form-reveal-submit {
    margin-top: 12px;
}

.reveal .close-button {
    width: 18px;
    height: 18px;
    background: url(../img/icon-close.svg) no-repeat center center / 100% 100%;
    opacity: 100%;
    top: 24px;
    right: 24px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.reveal .close-button:hover {
    opacity: 0.6;
}

.reveal-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #141414;
    margin-bottom: 12px;
}

.reveal-text {
    font-size: 16px;
    line-height: 1.5;
    color: #51595d;
    margin-bottom: 24px;
}

.reveal-text a {
    color: #eb352d;
    text-decoration: underline;
}
.reveal-text a:hover {
    text-decoration: none;
}

.reveal-renew {
    width: 100%;
    max-width: 630px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0;
}

.reveal-renew .row {
    padding: 0;
}

.renew-reveal-top {
    padding: 48px 20px 42px;
    background: #fff3ec;
}

.renew-reveal-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}

.renew-reveal-text {
    font-size: 16px;
    line-height: 1.4;
    color: #51595d;
    margin-bottom: 42px;
}

.renew-reveal-bottom {
    padding: 42px 6% 42px;
}

.renew-reveal-bottom .renew-reveal-text {
    margin-bottom: 30px;
}

.reveal-overlay {
    background: rgba(10, 19, 25, 0.3);
}

.search-overlay {
    background: rgba(10, 19, 25, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    padding-top: 60px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.search-overlay.scrolled {
    padding-top: 12px;
}
.search-overlay.close {
    opacity: 1;
    visibility: visible;
}

.search-field-hold {
    border-radius: 4px;
    background-color: #ffffff;
}

.search-field-icon {
    float: left;
    width: 70px;
    height: 60px;
    background: url(../img/h-search.svg) no-repeat center center;
}

.search-field-hold input,
.search-field-hold input:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    height: 60px;
    padding: 2px 5px;
    font-size: 16px;
    color: #141414;
    outline: none;
    width: calc(100% - 130px);
    float: left;
}

.search-close {
    float: left;
    width: 60px;
    height: 60px;
    background:url(../img/icon-close.svg) no-repeat center center;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.search-close:hover {
    opacity: 0.6;
}

.search-field-hold input::-webkit-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.search-field-hold input::-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}
.search-field-hold input:-ms-input-placeholder {
    color: #7b878c;
    opacity: 1;
}
.search-field-hold input:-moz-placeholder {
    color: #7b878c;
    opacity: 1;
}

body.overflow-hide {
    overflow: hidden;
}

/* mobnav */

.mob-nav-hold {
    position: fixed;
    background: #f6f8f9;
    left: 0;
    top: 0px;
    right: 0;
    width: 315px;
    max-height: 100%;
    min-height: 100%;
    overflow: auto;
    z-index: 350;
    /* opacity: 0;
    visibility: hidden; */
    transform: translateX(-315px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.mob-nav-hold.close {
    /* opacity: 1;
    visibility: visible; */
    transform: translateX(0px);
}

.mob-nav-main {
    padding-bottom: 12px;
    background: #fff;
}

.mob-nav-main ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #141414;
    text-transform: uppercase;
    padding: 12px 30px;
}
.mob-nav-main ul li.current a,
.mob-nav-main ul li a:hover {
    background: #ffe9e8;
    color: #e7331e;
}

.mob-nav-sec {
    padding: 25px 30px;
    background: #f6f8f9;
}
.mob-nav-sec ul li {
    margin-bottom: 14px;
}
.mob-nav-sec ul li:last-child {
    margin-bottom: 0px;
}
.mob-nav-sec ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #7b878c;
}

.mob-nav-icons {
    padding: 0 30px;
    background: #fff;
}
.mob-nav-icons ul {
    padding: 24px 0px;
    border-top: 1px solid #e1e9ef;
}
.mob-nav-icons ul:after {
    content: '';
    display: block;
    clear: both;
}
.mob-nav-icons ul li {
    float: left;
    margin-right: 25px;
}
.mob-nav-icons ul li:last-child {
    margin-right: 0px;
}
.mob-nav-icons ul li a {
    position: relative;
    float: left;
}

.mob-nav-hold .top-header-trigger {
    padding: 4px 30px;
}
.mob-nav-hold .top-header-trigger::before {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 1px;
    top: -5px;
    background: #e1e9ef;
}
.mob-nav-hold .top-header-info-hold {
    width: 100%;
    top: auto;
    bottom: 100%;
    right: 0px;
}


/* favs */

.favs-hold-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 19, 25, 0.3);
    z-index: 320;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.favs-hold-overlay.close {
    opacity: 1;
    visibility: visible;
}

.favs-hold {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 630px;
    background: #fff;
    z-index: 330;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.favs-hold.close {
    opacity: 1;
    visibility: visible;
}

.favs-top {
    padding-left: 42px;
    height: calc(100% - 98px);
}

.favs-main-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 0px 24px;
    padding-right: 42px;
    position: relative;
}
.favs-main-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 42px;
    width: calc(100% - 42px);
    height: 1px;
    background: #e1e9ef;
}

.favs-main-title span {
    position: relative;
    margin-left: 5px;
    top: -2px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #eb352d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.favs-main-title a {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 18px;
    height: 18px;
    background: url(../img/icon-close.svg) no-repeat center center / 100% 100%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.favs-main-title a:hover {
    opacity: 0.6;
}

.favs-list {
    padding: 24px 0;
    padding-right: 42px;
    height: calc(100% - 85px);
    overflow: auto;
}

.favs-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 24px;
}

.favs-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.favs-item:after {
    content: '';
    display: block;
    clear: both;
}

.favs-image-hold {
    float: left;
    width: 184px;
    height: 156px;
    background-size: cover !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.favs-image-price-hold {
    padding: 7px 12px;
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fccc04;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.favs-image-price {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    color: #141414;
    text-align: center;
}
.favs-image-price span {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
}

.favs-content-hold {
    float: left;
    width: calc(100% - 184px);
    padding-left: 24px;
    min-height: 156px;
    padding-bottom: 50px;
    position: relative;
}

.favs-content-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.favs-content-title a {
    color: #141414;
    transition: 0.2s;
}

.favs-content-title a:hover {
    color: #e7331e;
}

.favs-content-date {
    font-size: 14px;
    color: #52595c;
}

.favs-content-buttons {
    position: absolute;
    bottom: 0;
    left: 24px;
}

.favs-content-buttons ul li {
    display: inline-block;
    margin-right: 15px;
}

.favs-content-buttons ul li:last-child {
    margin-right: 0px;
}

.favs-bottoms {
    position: absolute;;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e1e9ef;
    padding: 18px 42px;
}

.favs-bottoms ul li:first-child {
    float: left;
}
.favs-bottoms ul li:last-child {
    float: right;
}

.months-list {
    padding-top: 20px;
}
.months-list:after {
    content: '';
    display: block;
    clear: both;
}

.months-list ul {
    margin: 0;
    padding: 0;
    margin-left: -3%;
    width: 108%;
}
.months-list ul li {
    float: left;
    width: 8.333%;
    text-align: center;
    font-size: 12px;
    color: #51595d;
}

/* pasiulymas */

.inner-content {
    border-top: 1px solid #e1e9ef;
    padding-top: 42px;
    margin-bottom: 60px;
}

.section-title-lg {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}

.section-title-lg > span {
    font-weight: 900;
    color: #eb352d;
    display: inline-block;
}

.section-title-lg > span:after {
    content: '/';
    display: inline-block;
    color: #141414;
    margin-left: 5px;
}

span.title-price {
    text-decoration: line-through;
    color: #51595d;
    font-size: 20px;
    font-weight: 400;

}
span.title-price:after {
    display: none !important;
}

.trip-dates-list ul li {
    display: inline-block;
    font-size: 16px;
    color: #51595d;
}

.trip-dates-list ul li a {
    color: #51595d;
}
.trip-dates-list ul li a:hover {
    text-decoration: underline;
}
.trip-dates-list ul li:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #51595d;
    margin: 0 10px;
    position: relative;
    top: -3px;
}
.trip-dates-list ul li:last-child:after {
    display: none;
}

.trips-list .trip-dates-list {
    margin-top: 6px;
}
.trips-list .trip-dates-list ul {
    margin: 0;
    padding: 0;
}

.trips-list .trip-dates-list ul li {
    font-size: 14px;
}

.offer-title-info {
    margin-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-title-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.offer-title-info-right ul li {
    display: inline-block;
}

.btn-share,
.btn-share:focus,
.btn-share:active {
    display: inline-block;
    line-height: 1.5;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    padding: 7px 14px;
    padding-left: 36px;
    color: #141414;
    font-size: 14px;
    outline: none;
    background: #fff url(../img/btn-share.svg) no-repeat left 12px center / 18px;
    transition: 0.2s;
}

.btn-share:hover {
    color: #141414;
    border-color: #51595d;
}

.btn-save,
.btn-save:focus,
.btn-save:active {
    display: inline-block;
    line-height: 1.5;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    padding: 7px 14px;
    padding-left: 36px;
    color: #141414;
    font-size: 14px;
    outline: none;
    background: #fff url(../img/h-favs.svg) no-repeat left 12px center / 18px;
    transition: 0.2s;
}

.btn-save.close,
.btn-save.close:focus,
.btn-save.close:active {
    background: #fff url(../img/icon-favs-active.svg) no-repeat left 10px center / 22px;
}

.btn-save:hover {
    color: #141414;
    border-color: #51595d;
}

.offer-carousel-hold {
    margin-bottom: 42px;
}

.offer-carousel-item {
    background-size: cover !important;
    /*padding-bottom: 32.56%;*/
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.offer-carousel-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.offer-carousel-bg > div {
    filter: blur(10px) brightness(1.3) contrast(0.75);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
}
.offer-carousel-bg > div > div {
    background-position: center center;
    background-size: 100% auto;
    height: 100%;
}
.offer-carousel-item > img {
    border-radius: 4px;
}
.offer-carousel-item .travel-youtube {
    max-width:100%;
    width:745px;
    height: 56vw;
    max-height:420px;
    margin-bottom: -7px;
}

.content-split-left {
    padding-right: 15px;
}

.content-split-right {
    padding-left: 15px;
}

.vacation-related-records {
    padding-right: 9px;
}

.offer-counter-hold {
    margin-bottom: 42px;
}

.content-split-offer {
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 60px;
    padding-bottom: 48px;
}

.offer-counter-top {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    /*border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
    padding: 36px 36px;
}

.offer-counter-headline {
    margin-bottom: 12px;
}

.offer-counter-headline span {
    display: inline-block;
    background: #141414 url(../img/icon-favs-white.svg) no-repeat center left 12px / 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 20px 5px 36px;
    border-radius: 4px;
    position: relative;
}

.offer-counter-headline span:before {
    content: '';
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid #fff;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}

.offer-counter-features ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
    padding-left: 17px;
}

.offer-counter-features ul li:last-child {
    margin-bottom: 0px;
}

.offer-counter-features ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #141414;
    left: 0;
    top: 8px;
}

.offer-counter-right {
    padding-left: 24px;
}

.agent-image-hold {
    margin-bottom: 15px;
}

.agent-image {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover !important;
}

.agent-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.agent-title span {
    display: block;
    font-weight: 400;
    padding-top: 4px;
}

.offer-counter-bottom {
    padding: 11px 30px;
    background: #e4e9ef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offer-counter-bottom-text {
    font-size: 14px;
    line-height: 1.4;
}
.offer-counter-bottom-text b,
.offer-counter-bottom-text strong {
    text-decoration: underline;
    font-weight: 700;
}

.offer-counter-bottom-counter h3 {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}

.offer-counter-bottom-counter ul {
    display: inline-block;
    margin-left: 6px;
}
.offer-counter-bottom-counter ul li {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    border-radius: 4px;
    background: #141414;
    color: #fff;
    font-weight: 700;
    padding: 4px 3px 3px;
    margin-right: 8px;
    position: relative;
    min-width: 25px;
    text-align: center;
}
.offer-counter-bottom-counter ul li:last-child {
    margin-right: 0px;
}

.offer-counter-bottom-counter ul li:after {
    content: ':';
    position: absolute;
    top: 3px;
    right: -8px;
    color: #141414;
    font-weight: 400;
}

.offer-counter-bottom-counter ul li:last-child:after {
    display: none;
}


.travel-description-regular {
    border: 1px solid #e1e9ef;
    border-radius: 6px;
    padding-top: 1.6em;
    padding-left: 20px;
    padding-right: 20px;
}

.travel-description-notice {
    border: 1px solid #dfe9ef;
    border-left: 6px solid #ff1400;
    border-radius: 6px;
    padding-top: 1.6em;
    padding-left: 20px;
    padding-right: 20px;
}

.hotels-list {
    margin-bottom: 18px;
}

.hotels-list-item {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    padding: 36px 36px;
    margin-bottom: 24px;
}

.section-title-sm {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
}

.hotels-list-images {
    position: relative;
    margin-bottom: 24px;
}

.hotels-list-images ul li {
    float: left;
    width: calc(35% - 6px);
    margin-left: 6px;
    margin-bottom: 12px;
}

.hotels-list-images ul li:first-child {
    width: calc(65% - 6px);
    margin-left: 0px;
    margin-right: 6px;
    margin-bottom: 0;
}

.hotels-list-images ul li:last-child {
    margin-bottom: 0;
}

.hotels-list-images ul li:first-child a {
    padding-bottom: 71.7%;
}

.hotels-list-images ul li a {
    width: 100%;
    float: left;
    padding-bottom: 65%;
    background-size: cover !important;
    position: relative;
    transition: 0.2s;
}

.hotels-list-images ul li a:hover {
    opacity: 0.8;
}
.more-photo-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 50px;
    color: #fff;
}

.hotel-rating {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 14px 0 rgba(8, 22, 29, 0.1), 0 1px 2px 0 rgba(12, 34, 49, 0.06);
    -moz-box-shadow: 0 2px 14px 0 rgba(8, 22, 29, 0.1), 0 1px 2px 0 rgba(12, 34, 49, 0.06);
    box-shadow: 0 2px 14px 0 rgba(8, 22, 29, 0.1), 0 1px 2px 0 rgba(12, 34, 49, 0.06);
}

.hotel-rating-left {
    min-width: 54px;
    background: #344378;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    border-radius: 4px;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




.hotel-rating-right {
    background: #fff;
    padding: 5px 18px 5px 12px;
    min-height: 54px;
    font-size: 14px;
    font-weight: 700;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hotel-rating-right span {
    display: block;
    font-size: 12px;
    color: #7b878c;
    font-weight: 400;
}

.hotels-list-item-about {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 24px;
}

.hotels-list-item-about h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.hotels-list-item-about ul li {
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 6px;
    background: url(../img/checkmark-black.svg) no-repeat left top 2px;
}

.hotels-list-item-about ul li:last-child {
    margin-bottom: 0px;
}

.hotels-list-item-about ul li:last-child {
    margin-bottom: 0px;
}

.hotel-item-details ul li {
    max-width: 104px;
    font-size: 14px;
    line-height: 1.7;
    color: #7b878c;
    position: relative;
    display: inline-block;
    margin-right: 13px;
}

.hotel-item-details ul li:last-child {
    margin-right: 0px;
}

.hotel-item-details ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: 1;
    transition: 0.2s;
    position: relative;
}

.hotel-item-details ul li span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotel-item-details ul li span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotel-item-details ul li span svg path {
    fill: #7b878c;
    transition: 0.2s;
}
.hotel-item-details ul li span:hover svg path {
    fill: #141414;
}

.hotel-item-details ul li:hover span {
    opacity: 1;
}
.hotel-item-details ul li:hover .details-tooltips {
    opacity: 1;
    visibility: visible;
}

span.hotel-plane {
    background: url(../img/hotel-plane.svg) no-repeat center center;
}
span.hotel-hotel {
    background: url(../img/hotel-hotel.svg) no-repeat center center;
}
span.hotel-bus {
    background: url(../img/hotel-bus.svg) no-repeat center center;
}
span.hotel-cathering {
    background: url(../img/hotel-cathering.svg) no-repeat center center;
}
span.hotel-help {
    background: url(../img/hotel-help.svg) no-repeat center center;
}

.details-tooltips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    padding: 6px 12px;
    width: 136px;
    background: #141414;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.details-tooltips:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-top: 7px solid #141414;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.hotel-item-price-hold ul {
    float: right;
}

.hotel-item-price-hold ul li {
    float: left;
    margin-right: 18px;
    text-align: right;
}

.hotel-item-price-hold ul li:last-child {
    margin-right: 0px;
}

.hotel-item-price-hold ul li a {
    white-space: nowrap;
    text-transform: uppercase;
    padding-right: 40px;
}
.hotel-item-price-hold ul li a img {
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.hotel-item-price {
    font-size: 20px;
    font-weight: 900;
}

.hotel-item-price span.hotel-item-price-discount {
    text-decoration: line-through;
}
.hotel-item-price span {
    font-size: 14px;
    font-weight: 400;
}

.hotel-item-price-for {
    font-size: 14px;
    line-height: 1.3;
    color: #7b878c;
}

.hodel-includes-hold {
    margin-bottom: 42px;
}

.hodel-includes-hold .hotels-list-item-about {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.hotels-list-item-about.negative-list ul li {
    background: none;
}
.hotels-list-item-about.negative-list ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #151515;
}

.super-bonus {
    margin-bottom: 42px;
    background: #f7fafc;
    border-radius: 4px;
    padding: 42px 42px;
    padding-left: 102px;
    position: relative;
}

.super-bonus img {
    position: absolute;
    top: 50%;;
    transform: translateY(-50%);
    max-width: 48px;
    left: 36px;
}

.super-bonus h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}
.super-bonus p {
    font-size: 16px;
    margin-bottom: 4px;
}
.super-bonus a {
    color: #eb352d;
    font-size: 0.95em;
}
.super-bonus a:hover {
    text-decoration: underline;
}

.recommended-map img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.recommended-map-acc .accordion-title {
    display: block;
    padding: 17px 36px;
    padding-right: 50px;
    line-height: 1.5;
    font-size: 16px;
    color: #7b878c;
    border: 1px solid #e1e9ef;
    border-top: 0;
}

.recommended-map-acc .accordion-item:last-child .accordion-title {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.recommended-map-acc .accordion-title span {
    color: #151515;
}

.recommended-map-acc .accordion-title:focus,
.recommended-map-acc .accordion-title:hover {
    background-color: transparent;
}

.recommended-map-acc .accordion-content {
    padding: 36px 36px;
    border: 1px solid #e1e9ef;
    border-top: 0;
    background-color: transparent;
    color: #51595d;
    font-size: 16px;
}

.recommended-map-acc .accordion-content p {
    margin-bottom: 12px;
}

.recommended-map-acc .accordion-content p:last-child {
    margin-bottom: 0px;
}

.recommended-map-acc .accordion-title:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/arrow-dropdown.svg) no-repeat center center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    margin-top: 0;
}

.recommended-map-acc .is-active>.accordion-title:before {
    content: '';
    transform: translateY(-50%) rotate(180deg);
}

.recommended-map-acc {
    margin-bottom: 42px;
}

.useful-info {
    padding-right: 240px;
    position: relative;
    padding-bottom: 42px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 42px;
}

.useful-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.useful-info p {
    font-size: 16px;
}

.useful-info p a {
    color: #eb352d;
}

.useful-info p a:hover {
    text-decoration: underline;
}

.useful-info img {
    position: absolute;
    top: 0;
    right: 36px;
    max-width: 120px;
}

.trip-testimonials {
    padding-bottom: 42px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 42px;
}

.trip-testimonial-item {
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #e1e9ef;
}

.trip-testimonial-item:first-child {
    border-top: 1px solid #e1e9ef;
}

.trip-testimonial-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.testiminial-inicial-hold {
    margin-bottom: 10px;
}

.testimonial-inicial {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.trip-testimonial-item:nth-child(3n+1) .testimonial-inicial {
    background: #e7331e;
}

.trip-testimonial-item:nth-child(3n+2) .testimonial-inicial {
    background: #fccc04;
}

.trip-testimonial-item:nth-child(3n+3) .testimonial-inicial {
    background: #0092f8;
}

.testiminial-author {
    font-weight: 700;
}

.trip-testimonial-content p {
    color: #51595d;
    line-height: 1.7;
    max-height: 170px;
    overflow: hidden;
    position: relative;
}

.trip-testimonial-content p.overflowing {
    position: relative;
}
.trip-testimonial-content p.more {
    max-height: unset;
    transition: 300ms;
}

.trip-testimonial-content p.overflowing:after {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50px;
    width: 100%;
}
.trip-testimonial-content .read-more {
    text-align: center;
    color: #eb352d;
    font-size: 0.9em;
    font-weight: 600;
    display: block;
}
.trip-testimonial-content .read-more:hover {
    color: #d0150c;
}

.trip-testimonial-content ul {
    margin-top: 12px;
}

.trip-testimonial-content ul li {
    display: inline-block;
    width: 72px;
    margin-right: 5px;
}

.trip-testimonial-content ul li a {
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover !important;
    border-radius: 4px;
    transition: 0.2s;
}

.trip-testimonial-content ul li a:hover {
    opacity: 0.8;
}

.short-desc {
    margin-bottom: 24px;
    line-height: 1.75;
}

.short-desc a {
    color: #0092f8;
    text-decoration: underline;
}

.short-desc a:hover {
    text-decoration: none;
}

.trip-image-block {
    position: relative;
    margin-bottom: 12px;
}

.trip-image-block ul li {
    float: left;
    width: calc(34% - 6px);
    margin-left: 6px;
    margin-bottom: 12px;
}

.trip-image-block ul li:first-child {
    width: calc(66% - 6px);
    margin-left: 0px;
    margin-right: 6px;
    margin-bottom: 0;
}

.trip-image-block ul li:last-child {
    margin-bottom: 0;
}

.trip-image-block ul li:first-child a {
    padding-bottom: 74%;
}

.trip-image-block ul li a {
    width: 100%;
    float: left;
    padding-bottom: 70.3%;
    background-size: cover !important;
    position: relative;
    transition: 0.2s;
}
.trip-image-block ul li a.has-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.trip-image-block ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}

.trip-image-block ul li a:hover {
    opacity: 0.8;
}

.trip-image-block.trip-image-block-diff ul li:first-child {
    width: calc(34% - 6px);
    margin-right: 6px;
    margin-left: 0;
}

.trip-image-block.trip-image-block-diff ul li:last-child {
    width: calc(66% - 6px);
    margin-left: 6px;
    margin-right: 0px;
}

.trip-image-block.trip-image-block-diff ul li:first-child a {
    padding-bottom: 145%;
}
.trip-image-block.trip-image-block-diff ul li:last-child a {
    padding-bottom: 74%;
}

.content-split-right .sticky {
    width: calc(100% - 0px);
}

.sidebar-related {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    padding: 42px 42px 26px;
    margin-bottom: 30px;
}
.sidebar-related:last-child {
    margin-bottom: 0px;
}

.sidebar-related-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}
.sidebar-related-title.mb-sm {
    margin-bottom: 10px;
}

.sidebar-related-item {
    border-bottom: 1px solid #e1e9ef;
}

.sidebar-related-item:last-child {
    border-bottom: none;
}

.sidebar-related-item a {
    padding: 14px 0;
    padding-right: 25px;
    font-size: 16px;
    color: #141414;
    display: block;
    background: url(../img/arrow-right-red.svg) no-repeat center right;
    transition: 0.2s;
}
.sidebar-related-item.highlighted a,
.sidebar-related-item a:hover {
    color: #eb352d;
}

.sidebar-related-item a span {
    padding-top: 6px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #eb352d;
}

.sidebar-form {
    border-radius: 4px;
    background: #f7fafc;
    padding: 42px 42px;
}
.content-split-right-offer .sidebar-form.gets-sticky {
    position: fixed;
    top: 30px;
    bottom: auto;
    transition: opacity 0.2s, visibility 0.2s;
}
.content-split-right-offer .sidebar-form.gets-sticky.reached-bottom {
    /* opacity: 0; */
    /* visibility: hidden; */
    position: absolute;
    top: auto;
    bottom: 0;
}

.sidebar-form-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
}

.sidebar-form-details {
    margin-bottom: 33px;
    position: relative;
}

.sidebar-form-details a {
    color: #141414;
    font-weight: 700;
    transition: 0.2s;
}
.sidebar-form-details a:hover {
    color: #e7331e;
}

.sidebar-form-details-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover !important;
}

.fancybox-button--zoom {
    display: none !important;
}

.fancybox-navigation .fancybox-button svg {
    display: none;
}

.fancybox-navigation .fancybox-button {
    height: 82px;
    opacity: 0;
    transform: translateY(-50%);
    width: 42px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    background: url(../img/fancy-next.svg) no-repeat center center / 100%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    background: url(../img/fancy-prev.svg) no-repeat center center / 100%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right.disabled,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left.disabled {
    opacity: 0.3;
}

.fancybox-bg {
    background: rgba(10, 19, 25, 1);
}
.fancybox-is-open .fancybox-bg {
    opacity: .8;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

/* .fancybox-inner {
    bottom: 95px !important;
}
.fancybox-thumbs {
    display: block !important;
} */

.fancybox-show-thumbs .fancybox-inner {
    right: 0px !important;
}

.fancybox-thumbs>ul>li {
    opacity: 0.5;
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active {
    opacity: 1;
}

.fancybox-thumbs>ul>li:before {
    display: none !important;
}

.header-sec .header-icons {
    width: 320px;
}

.header-sec.header {
    position: absolute !important;
    top: 0px;
}

.header-sec .header-icons ul li {
    margin-right: 30px;
}

.header-sec .header-icons ul li:last-child {
    margin-right: 0px;
}

.header-sec .top-header-trigger > a {
    padding: 3px 0px 4px;
    padding-right: 25px;
}

.header-sec .top-header-trigger > a:after {
    top: 4px;
}

.header-sec .top-header-info-hold {
    top: calc(100% + 29px);
    right: -25px;
}

.header-sec .top-header-info-top-input a {
    float: none !important;
}

.header-sec .top-header-info-top-main ul {
    margin-left: 0;
}

.header-sec .logo {
    border-right: 1px solid #e1e9ef;
}

.header-sec-back {
    width: calc(100% - 320px - 195px);
    padding-left: 36px;
    min-height: 1px;
}

.header-sec-back a {
    display: inline-block;
    padding: 12px 0 11px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    background: url(../img/slide-prev.svg) no-repeat left center;
    transition: 0.2s;
}
.header-sec-back a:hover {
    opacity: 0.6;
}

.main-wrapper.header-sec-used {
    padding-top: 84px;
}
.hotel-single-images {
    position: relative;
    margin-bottom: 18px;
}

.hotel-single-images ul li {
    float: left;
    width: calc(25% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
}

.hotel-single-images ul li:nth-child(2n+3) {
    margin-right: 0;
}

.hotel-single-images ul li:first-child {
    width: calc(50% - 8px);
}

.hotel-single-images ul li a {
    float: left;
    width: 100%;
    padding-bottom: 65%;
    background-size: cover !important;
    position: relative;
    transition: 0.2s;
}

.hotel-single-images ul li a.has-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.hotel-single-images ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.hotel-single-images ul li a:hover {
    opacity: 1;
    filter: brightness(125%) contrast(80%);
}

.hotel-single-images ul li:first-child a {
    padding-bottom: 66.3%;
}

.hotel-trip-choice-hold {
    background: #f7fafc;
    padding: 60px 0;
    margin-bottom: 60px;
}

.hotel-single-desc {
    margin-bottom: 42px;
}

.hotel-single-desc h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.hotel-single-desc p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.hotel-single-desc p:last-child {
    margin-bottom: 0px;
}

.hotel-single-desc p a {
    color: #eb352d;
}

.hotel-single-desc p a:hover {
    text-decoration: underline;
}

.hotel-single-rating-hold {
    border: solid 1px #e1e9ef;
    border-radius: 4px;
    padding: 30px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
}

.hotel-single-rating-nr {
    font-size: 60px;
    font-weight: 900;
    color: #0092f8;
    line-height: 1.2;
}

.hotel-single-rating-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 6px;
}

.hotel-single-rating-total {
    font-size: 16px;
    line-height: 1.1;
    color: #7b878c;
}

.hotel-single-rating-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 12px;
}

.hotel-single-rating-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-single-rating-tesimonial-text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.hotel-single-rating-tesimonial-author {
    font-size: 16px;
    font-weight: bold;
}

.hotel-single-features {
    margin-bottom: 18px;
}

.hotel-single-features ul li {
    float: left;
    width: 50%;
    padding-left: 19px;
    position: relative;
    margin-bottom: 4px;
}

.hotel-single-features ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
}

.hotel-single-map {
    height: 360px;
    padding-bottom: 15px;
    margin-bottom: 42px;
}

.content-split-hotel-single {
    margin-bottom: 18px;
}

.title-hotel-single {
    margin-bottom: 42px;
}

.hotel-single-main-info {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-single-details ul li {
    float: left;
    max-width: 136px;
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.3;
    color: #7b878c;
    position: relative;
    margin-right: 30px;
}

.hotel-single-details ul li:last-child {
    margin-right: 0;
}

.hotel-single-details ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 30px;
}

.hotel-single-icluded-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hotel-single-details {
    width: calc(100% - 360px);
}

.hotel-single-main-info .hotel-item-price-hold {
    width: 360px;
}
.hotel-single-main-info .hotel-item-price-hold ul li a {
    padding-right: 30px;
    text-transform: initial;
}

.header-hotel-single-nav {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e1e9ef;
    transform: translateY(-56px);
    transition: 0.2s;
}

.header-hotel-single-nav.scrolled {
    transform: translateY(0px);
}

.hotel-single-nav ul li {
    float: left;
    margin-right: 42px;
}

.hotel-single-nav ul li:last-child {
    margin-right: 0px;
}

.hotel-single-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 17px 0 14px;
    font-weight: 700;
    color: #141414;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    position: relative;
    top: 1px;
}

.hotel-single-nav ul li a:hover,
.hotel-single-nav ul li.current a {
    border-bottom: 2px solid #eb352d;
    color: #eb352d;
}

.soldout-reveal-offer-item {
    position: relative;
    margin-bottom: 42px;
}

.soldout-reveal-offer-item a:hover .trip-image:before {
    opacity: 0.3;
}

.soldout-reveal-offer-item:last-child {
    margin-bottom: 0px;
}

.reveal-custom.reveal-soldout {
    max-width: 750px;
    padding: 60px 60px 30px;
}

.soldout-reveal-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}


.soldout-reveal-text {
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 30px;
}

.soldout-reveal-button {
    margin-bottom: 60px;
}

.soldout-reveal-offers-hold {
    border-top: 1px solid #e1e9ef;
    border-bottom: 1px solid #e1e9ef;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-simple-bold,
.btn-simple-bold:focus,
.btn-simple-bold:active {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #eb352d;
    font-weight: 700;
    padding: 20px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.btn-simple-bold:hover {
    color: #d0150c;
}

/* order trip */

.order-sidebar-hold {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
}

.order-sidebar-top {
    padding: 42px 42px;
    border-bottom: 1px solid #e1e9ef;
}

.order-sidebar-bottom {
    padding: 42px 42px;
    background: #f7fafc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.order-sidebar-bottom h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.order-sidebar-bottom ul li {
    font-size: 16px;
    margin-bottom: 6px;
    padding-left: 24px;
    background: url(../img/checkmark-red.svg) no-repeat center left;
}

.order-sidebar-bottom ul li:last-child {
    margin-bottom: 0px;
}

.order-main-details {
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e9ef;;
    margin-bottom: 24px;
}

.order-main-details ul li {
    font-size: 16px;
    margin-bottom: 6px;
}
.order-main-details label,
.coupon-holder label {
    display: inline-block;
}

.order-main-details ul li:last-child {
    margin-bottom: 0px;
}

.order-main-details ul li > span {
    float: right;
}

.order-main-details ul li > button {
    float: right;
    margin: 3px 0 0 10px;
    color: #eb352d;
    transition: 300ms;
}

.order-main-details ul li span span {
    color: #51595d;
    text-decoration: line-through;
    margin-right: 5px;
}

.coupon-exists > span {
    float: right;
}
.coupon-exists > button {
    float: right;
    margin: 3px 0 0 10px;
    color: #FF6900;
    transition: 300ms;
}
.coupon-exists > button:hover {
    color: #000000;
    transition: 300ms;
}
.coupon-exists {
    padding: 17px 0;
}

.order-main-total {
    font-size: 16px;
}

.order-main-total:after {
    content: '';
    display: block;
    clear: both;
}

.order-main-total .price-amount-text {
    float: right;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: #eb352d;
}

.order-main-total span span {
    font-size: 16px;
    font-weight: normal;
    color: #51595d;
    text-decoration: line-through;
    margin-right: 5px;
}

.order-main-total-advance {
    text-align: right;
    font-size: 12px;
    color: #51595d;
}

.order-main-total-advance strong span {
    text-decoration: line-through;
}

.trip-flight-details {
    border-top: 1px solid #e1e9ef;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.trip-flight-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e9ef;
}
.trip-flight-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.trip-flight-item-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.trip-flight-hours {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
.trip-flight-hours span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.trip-flight-hours span.flight-change {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #141414;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 3px;
    position: relative;
    top: -5px;
}

.trip-flight-middle {
    font-size: 12px;
    line-height: 1.5;
    color: #51595d;
}

.trip-flight-middle span {
    display: block;
}

.flight-summary {
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 42px;
}

.flight-summary ul li {
    padding-left: 54px;
    font-size: 16px;
    position: relative;
    margin-bottom: 18px;
}

.flight-summary ul li:last-child {
    margin-bottom: 0px;
}

.flight-summary ul li img {
    position: absolute;
    left: 6px;
    top: 6px;
    max-width: 30px;

}

.flight-summary ul li span {
    display: block;
    font-size: 12px;
    color: #51595d;
}

.passengers-details {
    margin-bottom: 12px;
}

.passenger-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.passenger-label span {
    font-weight: 400;
}

.passenger-label + .passengers-info-block {
    margin-top: -12px;
}

.passengers-info-block {
    border-radius: 4px;
    background-color: #eff7fc;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #3d7aa5;
    margin-bottom: 18px;
}

.form-pasengers {
    margin-bottom: 12px;
}

.form-pasengers .form-element {
    margin-bottom: 18px;
}

.form-pasengers .form-left {
    padding-right: 15px;
}

.form-pasengers .form-right {
    padding-left: 15px;
}

.form-element > label {
    font-size: 12px;
    color: #51595d;
}

.form-element label input,
.form-element label input:focus,
.form-element label select,
.form-element label select:focus {
    margin-top: 6px;
}

.flight-extra-services {
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    margin-bottom: 42px;
}


.flight-extra-service-item {
    padding: 24px 24px;
    border-bottom: 1px solid #e1e9ef;
}

.flight-extra-service-item:last-child {
    border-bottom: none;
}

.flight-extra-service-left {
    font-size: 16px;
}

.flight-extra-service-left span {
    display: block;
    font-size: 14px;
    padding-top: 3px;
    color: #51595d;
}

.flight-extra-service-right {
    padding-top: 6px;
}

.flight-extra-service-right ul li {
    display: inline-block;
    margin-left: 20px;
}
.flight-extra-service-right ul li:first-child {
    margin-left: 0px;
}

.extra-service-price {
    font-size: 16px;
    font-weight: 700;
}
.extra-service-price span {
    font-weight: 400;
}


.extra-service-button.active  .btn-border-red,
.extra-service-button.active  .btn-border-red:focus,
.extra-service-button.active  .btn-border-red:active {
    background: #eb352d;
    color: #fff;
    position: relative;
}

.extra-service-button.active  .btn-border-red:hover {
    background: #d0150c;
    border-color: #d0150c;
    color: #fff;
}

.extra-service-button.active  .btn-border-red:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-bottom: -3px;
    background: url(../img/checkmark-white.svg) no-repeat center center;
}

.add-comment-hold {
    border-top: 1px solid #e1e9ef;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 42px;
}

.add-comment-item {
    border-bottom: 1px solid #e1e9ef;
}

.add-comment-item:last-child {
    border-bottom: none;
}

.add-comment-checkbox input {
    display: none;
}

.add-comment-checkbox label {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin: 0;
    width: 100%;
}

.add-comment-checkbox label span {
    float: right;
}

.add-comment-checkbox label:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: solid 1px #aab8c3;
}

.add-comment-checkbox input:checked + label:before {
    border-color: #eb352d;
    background: #eb352d url(../img/checkmark-white.svg) no-repeat center center;
}

.add-comment-field {
    display: none;
    margin-bottom: 18px;
}

.flight-payments {
    border-bottom: 1px solid #e1e9ef;
    padding-bottom: 42px;
    margin-bottom: 24px;
}

.flight-payment-item {
    margin-bottom: 12px;
}

.flight-payment-item:last-child {
    margin-bottom: 0px;
}

.flight-payment-item input {
    display: none;
}

.flight-payment-item label {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    margin: 0;
    padding: 24px 24px;
    padding-left: 54px;
    font-size: 16px;
    position: relative;
    display: block;
    transition: 0.2s;
}

.flight-payment-item label:hover {
    border-color: #7b878c;
}

.flight-payment-item label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #aab8c3;
    transition: 0.2s;
}

.flight-payment-item input:checked + label {
    border-color: #eb352d;
}
.flight-payment-item input:checked + label:before {
    border: 6px solid #eb352d;
}

.flight-payment-item label span {
    padding-top: 2px;
    float: right;
    font-size: 14px;
    line-height: 1.4;
    color: #51595d;
}

.flight-payment-item label span a {
    color: #eb352d;
    transition: 0.2s
}

.flight-payment-item label span a:hover {
    color: #d0150c;
    text-decoration: underline;
}

.checkbox {
    margin-bottom: 12px;
}

.checkbox input {
    display: none;
}

.checkbox label {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin: 0;
}

.checkbox label a {
    color: #eb352d;
    transition: 0.2s;
}

.checkbox label a:hover {
    color: #d0150c;
    text-decoration: underline;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: solid 1px #aab8c3;
}

.checkbox input:checked + label:before {
    border-color: #eb352d;
    background: #eb352d url(../img/checkmark-white.svg) no-repeat center center;
}

.content-split-order {
    margin-bottom: 42px;
}

.footer-sm {
    border-top: 1px solid #e1e9ef;
    padding: 48px 0;
}

.ui-datepicker {
    width: auto;
    min-width: 280px;
    border: 1px solid #aab8c3;
    background: #fff;
    box-shadow: none;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}

table.ui-datepicker-calendar tbody tr:nth-child(even) {
    background-color: transparent;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    font-size: 12px;
    color: #666666;
    padding: 0;
}

.ui-datepicker th {
    padding: 3px 0;
    font-weight: 400;
    font-size: 12px;
}

table.ui-datepicker-calendar thead {
    color: #0a0a0a;
}

table.ui-datepicker-calendar tbody,
table.ui-datepicker-calendar tfoot,
table.ui-datepicker-calendar thead {
    border: none;
    background-color: #fff;
}

.ui-state-default.ui-state-active {
    background: #eb352d;
    color: #fff;
}

.ui-datepicker-today .ui-state-default {
    color: #eb352d;
}
.ui-datepicker-today .ui-state-default.ui-state-active {
    color: #fff;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    color: #666;
}

.ui-datepicker .ui-datepicker-next span {
    border-color: transparent transparent transparent #eb352d;
    border-style: solid;
    border-width: 4px 0px 4px 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev span {
    border-color: transparent #eb352d transparent transparent;
    border-style: solid;
    border-width: 4px 5px 4px 0px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 0.3;
}

.ui-datepicker-prev.ui-corner-all.ui-state-disabled,
.ui-datepicker-next.ui-corner-all.ui-state-disabled {
    opacity: 0;
}

.ui-datepicker-title select {
    height: 30px;
    padding: 2px 12px;
    padding-right: 26px;
    border: 1px solid #aab8c3;
}

.reveal-custom .add-comment-hold {
    margin-bottom: 24px;
}

.luggage-sumbit ul {
    display: inline-block;
}

.luggage-sumbit ul li {
    float: left;
    margin-right: 30px;
}

.luggage-sumbit ul li:last-child {
    margin-right: 0px;
}

.reveal-luggage-price {
    padding-top: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #51595d;
    text-align: right;
    line-height: 1.4;
}

.reveal-luggage-price span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #eb352d;
}

.doubt-buttons ul li {
    float: left;
    margin-right: 24px;
}

.doubt-buttons ul li:last-child {
    margin-right: 0px;
}

.payment-success-hold {
    padding-top: 48px;
    padding-bottom: 60px;
}

.payment-success-icon {
    margin-bottom: 42px;
}

.payment-success-text {
    margin-bottom: 42px;
}

.payment-success-text h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 24px;
}

.payment-success-text p {
    font-size: 20px;
    line-height: 1.6;
}

.payment-success-text p a {
    color: #eb352d;
    transition: 0.2s;
}

.payment-success-text p a:hover {
    color: #d0150c;
}

.header-order-success .header-sec-back a {
    display: none;
}
.header-order-success.header-sec .logo {
    border-right: none;
}

/* contacts */

.contacts-hold {
    padding: 18px 0 50px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.page-intro {
    margin-bottom: 60px;
}

.page-intro h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 24px;
}

.page-intro h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page-intro h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 24px;
}

.page-intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #51595d;
}

.contacts-left-block {
    margin-bottom: 42px;
}

.contacts-left-block h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.contacts-left-block p {
    font-size: 16px;
    line-height: 1.75;
    color: #141414;
    margin-bottom: 12px;
}

.contacts-left-block p:last-child {
    margin-bottom: 0px;
}

.contacts-left-block p a {
    color: #eb352d;
    transition: 0.2s;
}

.contacts-left-block p a:hover {
    color: #d0150c;
    text-decoration: underline;
}

.map-hold {
    height: 600px;
    margin-bottom: 24px;
}

.contacts-left {
    padding-right: 5%;
}
.contacts-right {
    padding-left: 10px;
}

.contacts-certificate {
    border-radius: 4px;
    background-color: #f7fafc;
    padding: 36px 36px;
}

.contacts-certificate h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.contacts-certificate p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.contacts-certificate p:last-child {
    margin-bottom: 0px;
}

.contacts-certificate p a {
    color: #eb352d;
    transition: 0.2s;
}

.contacts-certificate p a:hover {
    color: #d0150c;

}

/* about */

.inner-content.about-hold {
    padding-top: 120px;
    margin-bottom: 120px;
}

.about-hold .page-intro {
    margin-bottom: 120px;
}

.about-full-image {
    background-size: cover !important;
    padding-bottom: 37.5%;
    margin-bottom: 120px;
    position: relative;
}
/*
.about-full-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(81, 89, 93, 0.4);
}
*/
.about-block {
    padding-bottom: 120px;
    margin-bottom: 120px;
    border-bottom: 1px solid #e1e9ef;
}

.about-block-left {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 5%;
}

.about-block-right {
    padding-right: 6%;
}

.entry p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.entry p:last-child {
    margin-bottom: 0;
}

.entry h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 30px;
}
.entry h3:first-child {
    margin-top: 0px;
}

.entry h5 {
    color: #3d7aa5;
    border-radius: 4px;
    background-color: #eff7fc;
    font-size: 16px;
    padding: 18px 24px;
    margin-bottom: 42px;
}

.entry blockquote {
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}
.entry blockquote p {
    color: #141414;
}

.entry blockquote p:last-child {
    margin-bottom: 18px;
}

.entry blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #eb352d;
}

.entry ul {
    margin-bottom: 18px;
}

.entry ul li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.75;
}

.entry ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #141414;
}

.entry p.wp-caption-text {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    color: #7b878c;
}

.entry img {
    margin-bottom: 12px;
    border-radius: 4px;
}

.about-features-hold {
    margin-bottom: 120px;
}

.about-features-block {
    padding-right: 6%;
}

.about-features-icon {
    margin-bottom: 18px;
}

.about-features-icon img {
    max-width: 48px;
}

.about-features-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 18px;
}

.about-features-text p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.about-features-text p:last-child {
    margin-bottom: 0px;
}

.about-features-text p a {
    color: #eb352d;
    transition: 0.2s;
}

.about-features-text p a:hover {
    color: #d0150c;
    text-decoration: underline;
}

.about-bottom {
    margin-bottom: 30px;
}

.about-bottom h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 18px;
}

.about-bottom p {
    font-size: 16px;
    line-height: 1.75;
}

/* blog */

.blog-list-item {
    margin-bottom: 48px;
}

.blog-list-item-image {
    margin-bottom: 18px;
}

.blog-list-item-image a {
    float: left;
    width: 100%;
    background-size: cover !important;
    padding-bottom: 35.3%;
    border-radius: 4px;
    transition: 0.2s;
}
.blog-list-item-image a:hover {
    filter: brightness(125%) contrast(80%);
}

.blog-list-item-cat {
    margin-bottom: 6px;
}

.blog-list-item-cat a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.2s;
}

.blog-list-item-cat a:hover {
    opacity: 0.6;
}

.blog-list-item-title a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #141414;
    transition: 0.2s;
}

.blog-list-item-title a:hover {
    opacity: 0.6;
}

.inner-content.blog-content {
    padding-top: 60px;
    margin-bottom: 120px;
}

.blog-content .section-title-lg {
    margin-bottom: 30px;
}

.blog-cats ul li {
    margin-bottom: 18px;
}

.blog-cats ul li.current a,
.blog-cats ul li a:hover {
    color: #eb352d;
}
.blog-cats ul li:last-child {
    margin-bottom: 0px;
}

.blog-cats ul li a {
    color: #141414;
    transition: 0.2s;
}

.blog-recommends {
    margin-bottom: 30px;
}

.blog-recommends ul li {
    border-bottom: 1px solid #e1e9ef;
}

.blog-recommends ul li:last-child {
    border-bottom: none;
}

.blog-recommends ul li:first-child a {
    padding-top: 0;
}
.blog-recommends ul li a {
    color: #141414;
    display: block;
    padding: 12px 0;
    transition: 0.2s;
}

.blog-recommends ul li a:hover {
    color: #eb352d;
}

.blog-recommends ul li a .recommends-price {
    font-weight: 700;
    float: right;
}

.sidebar-related.sidebar-recommends {
    padding-bottom: 0;
}

.sidebar-related.sidebar-recommends .more-recommends a {
    margin-left: -42px;
    width: calc(100% + 84px);
}

.blog-content .content-split-left {
    padding-right: 15px;
}

.sidebar-rek {
}

.sidebar-rek a {
    float: left;
    background-size: cover !important;
    width: 100%;
    padding: 36px 36px;
    border-radius: 4px;
    background-size: cover !important;
    color: #fff;
}

.sidebar-rek-text {
    margin-bottom: 18px;
}

.sidebar-rek-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
}

.sidebar-rek-text p {
    font-size: 16px;
    line-height: 1.5;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    display: inline-block;
    line-height: 1.5;
    background: #fff;
    color: #fa8902;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 17px 30px;
    border-radius: 4px;
    transition: 0.2s;
}

.btn-white.btn-sm,
.btn-white.btn-sm:focus,
.btn-white.btn-sm:active {
    padding: 11px 36px;
}

.btn-white:hover {
    background: #fff;
    color: #fa8902;
    opacity: 0.7;
}

/* blog single */

.inner-content.blog-single-content {
    padding-top: 60px;
    margin-bottom: 120px;
}

.blog-single-content .section-title-lg {
    margin-bottom: 30px;
}


.blog-single-recommned > a {
    float: left;
    width: 100%;
}

.blog-single-recommend .trip-image-info-hold {
    top: 12px;
    left: 12px;
}
.blog-single-recommend .trip-image-info-price-hold {
    border-radius: 4px;
}

.blog-single-recommend .trip-dates-list ul li {
    font-size: 14px;
}

.blog-single-recommend > a:hover .trip-image:before {
    opacity: 0.3;
}

.blog-single-recommend .trip-title {
    margin-bottom: 6px;
}

.blog-single-details {
    border-top: 1px solid #e1e9ef;
    padding-top: 18px;
    margin-bottom: 40px;
}

.keywords-list {
    margin-bottom: 10px;
}

.keywords-list a {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    color: #51595d;
    border-radius: 4px;
    background-color: #ecf1f5;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 4px;
    transition: 0.2s;
}
.keywords-list a:hover {
    opacity: 0.7;
}

.blog-single-info ul li {
    float: left;
    font-size: 14px;
    color: #7b878c;
    margin-right: 25px;
    position: relative;
}

.blog-single-info ul li:last-child {
    margin-right: 0px;
}

.blog-single-info ul li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #e1e9ef;
    right: -13px;
}

.blog-single-info ul li:last-child:before {
    display: none;
}

.blog-single-content .content-split-left .entry {
    margin-bottom: 42px;
}

a.share-blog {
    color: #141414;
    display: inline-block;
    padding-right: 24px;
    background: url(../img/btn-share.svg) no-repeat right 1px center / 16px;
    position: relative;
    transition: 0.2s;
}
a.share-blog:hover {
    color: #000;
}

a.share-blog .share-addthis {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    background: #fff;
    width: 100px;
    opacity: 0;
    transition: 300ms;
}
a.share-blog:hover .share-addthis,
a.share-blog:active .share-addthis {
    opacity: 100%;
    transition: 300ms;
}

.blogletter-hold {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    padding: 48px 48px 42px;
    margin-bottom: 42px;
}

.blogletter-top {
    padding-left: 136px;
    margin-bottom: 30px;
    min-height: 85px;
    background: url(../img/blogletter.svg) no-repeat left top;
}

.blogletter-top h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.blogletter-top p {
    font-size: 16px;
    color: #51595d;
}

.blogletter-hold .newsletter-fields ul li {
    width: calc(37% - 8px);
}
.blogletter-hold .newsletter-fields ul li:nth-child(3) {
    width: calc(26% - 8px);
}

.blog-single-content .content-split-hold {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 60px;
}

.blog-single-related ul li {
    float: left;
    width: 31.777%;
    margin-right: 2.333%;
}

.blog-single-related ul li:nth-child(3n) {
    margin-right: 0%;
}

.blog-single-related ul li a {
    float: left;
    width: 100%;
    transition: 0.2s;
}

.blog-single-related ul li a:hover {
    opacity: 0.6;
}

.blog-related-image {
    padding-bottom: 57%;
    background-size: cover !important;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: 0.2s;
}

/* destination */

.destinations-trends ul li {
    float: left;
    width: 48.2%;
    margin-right: 3.6%;
    margin-bottom: 36px;
}

.destinations-trends ul li:nth-child(2n) {
    margin-right: 0;
}

.destinations-trends ul li:nth-child(2n+1) {
    clear: both;
}

.destinations-trends ul li a {
    float: left;
    width: 100%;
    transition: 0.2s;
}

.destinations-trends ul li a:hover {
    filter: brightness(125%) contrast(80%);
}

.destination-image {
    background-size: cover !important;
    padding-bottom: 57%;
    border-radius: 4px;
    margin-bottom: 12px;
}

.destination-title {
    font-size: 20px;
    font-weight: bold;
    color: #141414;
}

.destination-dropdown {
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 400;
}

.destination-dropdown .filter-block {
    left: auto;
    right: 0;
}

.destination-dropdown.filter-list > ul > li {
    width: 220px;
    margin-right: 0px;
}

.destination-dropdown .filter-item:after {
    right: -13px;
}

.destination-dropdown .filter-item {
    border: none;
    padding: 10px 35px 10px;
    padding-right: 24px;
    padding-left: 81px;
}

.destination-dropdown li.close .filter-item {
    border: none;
}

.destination-dropdown .filter-destination-chosen-values {
    width: calc(100% - 105px);
}
.destination-dropdown .filter-categories-chosen-values {
    width: calc(100% - 105px);
}

.section-title-destination {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-left: 48px;
    position: relative;
}

.section-title-destination img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 36px;
}

.destination-weather-hold {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    margin-bottom: 42px;
    padding: 36px 36px;
}

.destination-weather-left {
    width: calc(100% - 140px);
    padding-right: 36px;
    font-size: 16px;
    line-height: 1.75;
}
.destination-weather-right {
    border-radius: 4px;
    background-color: #f7fafc;
    padding: 24px 18px;
    width: 140px;
}

.destination-weather-right ul li {
    padding-left: 30px;
    border-bottom: 1px solid #e1e9ef;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.destination-weather-right ul li span {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.destination-weather-right ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.destination-weather-right ul li.d-weather  {
    background: url(../img/icon-sun-lg.svg) no-repeat left top;
}
.destination-weather-right ul li.d-water  {
    background: url(../img/icon-water-lg.svg) no-repeat left top;
}

.destination-to-do {
    margin-bottom: 24px;
}

.destination-to-do ol {
    counter-reset: item;
}

.destination-to-do ol li {
    border-radius: 4px;
    border: solid 1px #e1e9ef;
    padding: 36px 36px;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.d-to-do-image {
    background-size: cover !important;
    padding-bottom: 56%;
    border-radius: 4px;
    margin-bottom: 24px;
    position: relative;
}

.d-to-do-image .testimonial-likes {
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #fff;
    border: none !important;
    padding-left: 40px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.d-to-do-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.d-to-do-title:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    display: inline-block;
}

.d-to-do-text {
    font-size: 16px;
    line-height: 1.75;
}


.d-distionary {
    margin-bottom: 30px;
}

.d-distionary ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e9ef;
    font-size: 16px;
}

.d-distionary ul li:first-child {
    padding-top: 0;
}
.d-distionary ul li:last-child {
    border-bottom: none;
}
.d-distionary ul li span {
    float: right;
    font-weight: 700;
}

.d-prices {
    margin-bottom: 24px;
}

.d-price-block {
    margin-bottom: 12px;
}

.d-price-block-label {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
    margin-bottom: 12px;
}

.d-price-block-list ul li {
    float: left;
    margin-bottom: 12px;
    width: calc(25% - 9px);
    margin-right: 12px;
    border: 1px solid #e1e9ef;
    padding: 18px 18px;
    border-left: 2px solid #38c5ca;
    line-height: 1.75;
    min-height: 120px;
}

.d-price-block-restourants .d-price-block-list ul li {
    border-left-color: #e36e69;
}
.d-price-block-transport .d-price-block-list ul li {
    border-left-color: #0092f8;
}

.d-price-block-list ul li span {
    display: block;
    font-weight: 700;
}

.d-price-block-list ul li:nth-child(4n) {
    margin-right: 0px;
}
.d-price-block-list ul li:nth-child(4n+1) {
    clear: both;
}

.d-offer-hold {
    border-radius: 4px;
    background-color: #fff3ec;
    padding: 60px 36px;
    margin-bottom: 42px;
}

.d-offer-text {
    margin-bottom: 30px;
}

.d-offer-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
}

.d-offer-text p {
    font-size: 16px;
}

.fb-commnets-hold {
    margin-bottom: 42px;
}

.interesting-item {
    margin-bottom: 42px;
}

.interesting-item:last-child {
    margin-bottom: 0px;
}

.interesting-item a {
    float: left;
    width: 100%;
}

.interesting-item-image {
    background-size: cover !important;
    padding-bottom: 57%;
    margin-bottom: 20px;
    border-radius: 4px;
    transition: 0.2s;
}

.interesting-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #141414;
    margin-bottom: 12px;
    transition: 0.2s;
}

.interesting-item-link {
    font-size: 16px;
    color: #eb352d;
    transition: 0.2s;
}

.interesting-item a:hover .interesting-item-image {
    opacity: 0.7;
}
.interesting-item a:hover .interesting-item-title {
    opacity: 0.7;
}
.interesting-item a:hover .interesting-item-link {
    color: #d0150c;
}

.destinations-single-content .content-split-left > .entry:first-child {
    margin-bottom: 18px;
}


/* request form */

.inner-content.request-content {
    padding-top: 60px;
    margin-bottom: 120px;
}

.request-form-block .form-left {
    padding-right: 15px;
}

.request-form-block .form-right {
    padding-left: 15px;
}

.request-form-block {
    margin-bottom: 24px;
}

.request-form-block .add-comment-hold {
    margin-bottom: 12px;
}

.request-form-block .flight-payment-item:last-child {
    margin-bottom: 12px;
}

.request-slider-data ul {
    margin-bottom: 20px;
}

.request-slider-data ul li {
    display: inline-block;
    font-size: 14px;
    color: #7b878c;
    margin-right: 22px;
}

.request-slider-data ul li:last-child {
    margin-right: 0px;
}

.request-slider-data ul li span {
    font-weight: 500;
    color: #141414;
}

#requestSlider {
    margin-bottom: 22px;
}

.request-submit {
    border-top: 1px solid #e1e9ef;
    padding-top: 24px;
}

.request-form-block .filter-item {
    margin-top: 6px;
    font-size: 16px;
    padding: 15px 35px 13px;
    padding-left: 24px;
}
.request-form-block .form-element {
    position: relative;
    margin-bottom: 18px;
}

.filter-r-travellers-block {
    padding: 36px 36px;
    width: calc(100% - 15px);
    left: auto;
    right: 0;
}

.r-travellers-item-left {
    float: left;
    width: calc(100% - 80px);
    font-size: 16px;
    font-weight: 700;
    padding-right: 15px;
}

.r-travellers-item-left span {
    font-size: 14px;
    display: block;
    color: #7b878c;
    font-weight: 400;
}
.r-travellers-item-right {
    float: left;
    width: 80px;
    padding-top: 10px;
}

.r-travellers-item-right a {
    float: left;
    width: 20px;
    height: 30px;
    transition: 0.2s;
}
.r-travellers-item-right a:hover {
    opacity: 0.5;
}

.r-travellers-item-right a.btn-less {
    background: url(../img/btn-minus.svg) no-repeat center center;
}

.r-travellers-item-right a.btn-more {
    background: url(../img/btn-plus.svg) no-repeat center center;
}

.r-travellers-item-right input,
.r-travellers-item-right input:focus {
    float: left;
    width: 40px;
    height: 30px;
    border: none;
    padding: 2px 2px !important;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.r-travellers-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e1e9ef;
}

.r-travellers-item:after {
    content: '';
    display: block;
    clear: both;
}
.r-travellers-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.children-ages ul li {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.children-ages ul li:nth-child(2n) {
    margin-right: 0px;
}

.filter-r-travellers-chosen-values {
    left: 24px;
    width: calc(100% - 70px);
}

.request-form-block .filter-chosen-values {
    font-size: 16px;
}

.request-form-block .filter-item:after {
    right: 18px;
}


.singlepage-view .trip-choice-tabs > ul > li {
    width: calc(33% - 9px);
}
.singlepage-view .hotel-trip-choice-hold {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
.singlepage-view .trip-choice-tabs {
    margin-bottom: 0;
}
.singlepage-view .trip-choice-tabs .tabs {
    margin-bottom: 15px;
    margin-right: -10px;
}
.singlepage-view .tabs-content {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.singlepage-view .row .tabs-content .row {
    padding: 0;
}

.trip-choice-days {
    text-transform: capitalize;
}
.singlepage-view .trip-choice-days span {
    color: #333;
}
.singlepage-view .trip-choice-remaining {
    display: inline-block;
}
.singlepage-view .trip-choice-remaining span {
    background-color: #141414;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 0.6em;
    padding: 2px 10px;
    vertical-align: middle;
}

.singlepage-view .trip-choice-best-label {
    left: unset;
    right: 18%;
    transform: none;
}


.singlepage-view .trip-choice-tabs .trip-choice-tab-icon {
    display: none;
}
.singlepage-view .trip-choice-tabs .trip-choice-tab-title {
    font-weight: 600;
}
.singlepage-view .trip-choice-tabs > ul > li.is-active .trip-choice-tab-price span,
.singlepage-view .trip-choice-tab-price span {
    background: none;
    color: #1f1f1f;
    padding: 0;
}
.singlepage-view .trip-choice-tabs .trip-choice-tab-price strong {
    font-weight: 400;
}

.singlepage-view .trip-choice-column-single ul.columned {
    column-count: 2;
}
.singlepage-view .trip-choice-column-single ul li {
    display: block;
    color: #141414;
}
.singlepage-view .trip-choice-column-single ul li span.marked {
    border-bottom: dotted 1px #999;
}
.singlepage-view .trip-choice-table-body-column ul li:after {
    display: none;
}
.singlepage-view .trip-choice-table-body-column ul li:before {
    content: "";
    padding-left: 25px;
    background: url('../img/checkmark-black.svg') center left no-repeat;
}
.singlepage-view .onepage.order-step1 {
    display: block;
    margin-top: 10px;
    color: #eb352d;
    text-decoration: none;
}
.singlepage-view .onepage.order-step1:hover {
    text-decoration: underline;
}
.singlepage-view .trip-choice-column-5 {
    width: unset;
}
.singlepage-view .trip-choice-button a,
.singlepage-view .trip-choice-button a:hover,
.singlepage-view .trip-choice-button a:focus,
.singlepage-view .trip-choice-button a:active,
.singlepage-view .trip-choice-button a:visited {
    display: inline-block;
    margin-top: 30px;
    width: unset;
    padding-left: 20px;
    padding-right: 20px;
}
.singlepage-view .trip-choice-table-row,
.singlepage-view .trip-choice-table-row.trip-choice-best {
    border: 1px solid #e1e9ef;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    background: none;
}

.singlepage-view .contact-for-more-packages {
    margin-bottom: 50px;
}
.singlepage-view .contact-for-more-packages span {
    margin: 14px 25px 14px 0;
    display: inline-block;
    background: #ff1400;
    padding: 10px 12px;
    border-radius: 100%;
    float: left;
}
.singlepage-view .contact-for-more-packages span img {
    width: 18px;
    height: 20px;
}
.singlepage-view .contact-for-more-packages h4 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 4px;
}
.singlepage-view .contact-for-more-packages a {
    color: #eb352d;
}
.singlepage-view .contact-for-more-packages a:hover {
    text-decoration: underline;
}

.singlepage-view .hotel-video {
    width: 100%;
    margin: 20px 0 40px 0;
}
.singlepage-view .hotel-video .travel-youtube {
    width: 100%;
    height: 500px;
}
.singlepage-view #about-hotel {
    display: none;
}
.singlepage-view .packages-more-link {
    margin-top: -30px;
    margin-bottom: 30px;
}


/* trip choice tabs */

.trip-choice-tabs .tabs {
    margin: 0;
    list-style-type: none;
    background: transparent;
    border: none;
    margin-bottom: 36px;
}

.trip-choice-tabs > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.trip-choice-tabs > ul > li {
    width: calc(25% - 9px);
    margin-right: 12px;
    float: left;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    background: #fff;
    transition: 0.2s;
}
.trip-choice-tabs > ul > li.tabs-alt-link {
    background: transparent;
}

.trip-choice-tabs .tabs-title>a:hover {
    background: transparent;
}

.trip-choice-tabs > ul > li.is-active {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    border: 1px solid #eb352d;
}
.trip-choice-tabs > ul > li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    box-shadow: inset 0px 0px 0px 1px rgba(235,53,45,1);
    border: 1px solid #eb352d;
}

.trip-choice-tabs > ul > li.is-active .trip-choice-tab-price span {
    background: #eb352d;
}

.trip-choice-tabs > ul > li:nth-child(4n) {
    margin-right: 0px;
}

.trip-choice-tabs .tabs-title>a:focus,
.trip-choice-tabs .tabs-title>a[aria-selected=true] {
    background: transparent;
}

.trip-choice-tabs .tabs-title>a {
    padding: 24px 24px;
    line-height: 1.2;
}

.trip-choice-tab-icon {
    margin-bottom: 6px;
}

.trip-choice-tab-title {
    font-size: 14px;
    line-height: 1.4;
    color: #141414;
    margin-bottom: 9px;
}

.trip-choice-tab-price span {
    display: inline-block;
    border-radius: 4px;
    background-color: #141414;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    line-height: 1.4;
}

.trip-choice-days {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6px;
}

.trip-choice-days span  {
    color: #7b878c;
    margin-left: 10px;
    font-weight: 400;
}

.trip-choice-remaining {
    margin-bottom: 10px;
    color: #fff;
}
.trip-choice-remaining span {
    background: #eb352d;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 14px 2px 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85em;
}
.trip-choice-remaining img {
    height: 18px;
    width: auto;
    vertical-align: top;
    margin: 0px 6px 0px 3px;
}

.tabs-alt-link {
    padding: 0 15px;
    padding-top: 37px;
    font-size: 14px;
}

.tabs-alt-link a {
    color: #eb352d;
}
.tabs-alt-link a:hover {
    text-decoration: underline;
}

.trip-choice-tabs > ul > li.tabs-alt-link:hover {
    box-shadow: none;
    border: 1px solid #e1e9ef;
}

.trip-choice-tabs .tabs-content {
    background: transparent;
    border: none;
}

.trip-choice-tabs .tabs-panel {
    padding: 0;
}

.trip-choice-tabs .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.trip-choice-table-head {
    padding: 0 6px;
}

.trip-choice-table-head-label {
    font-size: 11px;
    font-weight: bold;
    color: #51595d;
    text-transform: uppercase;
    padding: 12px 24px;
}

.trip-choice-column-1 {
    width: 15%;
}
.trip-choice-column-2 {
    width: 22%;
}
.trip-choice-column-3 {
    width: 17%;
}
.trip-choice-column-4 {
    width: 18%;
}
.trip-choice-column-5 {
    width: 28%;
}

.trip-choice-table-row {
    background: #fff;
    padding: 30px 6px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    position: relative;
}

.trip-choice-table-row.trip-choice-best {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(252,204,4,1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(252,204,4,1);
    box-shadow: inset 0px 0px 0px 2px rgba(252,204,4,1);
    background: #fffefa;
}

.trip-choice-table-row:last-child {
    margin-bottom: 0px;
}

.trip-choice-table-row .trip-choice-tab-title {
    margin-bottom: 0;
    font-weight: 700;
}

.trip-choice-best-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
    background: #fccc04;
    color: #141414;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 4px 6px 2px;
    border-radius: 4px;
}

.trip-choice-table-body {
    margin-bottom: 30px;
 }
.trip-choice-table-body-column {
    padding: 0 24px;
    border-right: 1px solid #e1e9ef;
    font-size: 14px;
    line-height: 1.7;
    color: #7b878c;
}
.trip-choice-table-body-column:last-child {
    border-right: none;
}
.trip-choice-table-body-column p a {
    color: #eb352d;
}
.trip-choice-table-body-column p a:hover {
    text-decoration: underline;
}

.trip-choice-table-body-column ul li {
    display: inline-block;
}
.trip-choice-table-body-column ul li:after {
    content: '-';
    display: inline-block;
    margin-left: 3px;
}
.trip-choice-table-body-column ul li:last-child:after {
    display: none;
}

.trip-choice-table-price {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: #141414;
}

span.trip-choice-table-price-discount {
    display: block;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}

.custom-tooltip {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
    background: url(../img/icon-info.svg) no-repeat center center / 100% 100%;
}

.custom-tooltip:hover .custom-tooltip-text {
    opacity: 1;
    visibility: visible;
}

.custom-tooltip-text {
    position: absolute;
    background: #141414;
    color: #fff;
    width: 136px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 5px;
    font-weight: 400;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 13px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.custom-tooltip-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 7px solid #141414;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.trip-choice-table-price-best {
    margin-top: 5px;
}

.trip-choice-table-price-best span {
    display: inline-block;
    background: #fccc04;
    color: #141414;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 4px 6px 2px;
    border-radius: 4px;
}

.trip-choice-tabs {
    margin-bottom: 36px;
}

.btn-red-fixed,
.btn-red-fixed:focus,
.btn-red-fixed:active {
    position: fixed;
    z-index: 999;
    background: #EB352D;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    border: none;
    outline: none;
    padding: 15px 25px;
    padding-left: 52px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    white-space: nowrap;
    top: 50%;
    left: 100%;
    transform: translate(-156px, -50%) rotate(-90deg);
    transition: 0.2s;
    display: none;
}

.btn-red-fixed:hover {
    background: #d0150c;
    color: #fff;
}

.btn-red-fixed:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 20px;
    top: 18px;
    transform: rotate(90deg);
    background: url(../img/icon-star-white.svg) no-repeat center center;
}

.fancybox-thumbs {
    background: transparent;
}

.fancybox-thumbs-x>ul {
    margin: auto;
}

.mob-nav-close {
    background: #fff;
}
.mob-nav-close:after {
    content: '';
    display: block;
    clear: both;
}

.mob-nav-close .hamburger {
    background: transparent;
    float: right;
}

.mob-filters-trigger-hold {
    margin-bottom: 30px;
}

.mob-date-filter {
    border-top: 1px solid #e1e9ef;
    border-bottom: 1px solid #e1e9ef;
    padding-top: 30px;
    margin-bottom: 24px;
}
.mob-date-filter .filter-price-block-values {
    margin-bottom: 18px;
    margin-top: 18px;
}

.mob-date-filter .filter-price-block-values ul li:last-child {
    float: right;
}

.mob-bottom {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 200;
    background: #fff;
    padding: 9px 18px;
    padding-right: 0;
    border-top: 1px solid #e1e9ef;
    /* transform: translateY(45px); */
    transition: 0.3s;
}
.mob-bottom.scrolled {
    transform: translateY(0px)
}
.mob-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.mob-bottom-left {
    float: left;
    padding-top: 1px;
}

.mob-bottom-left a {
    font-size: 14px;
    color: #141414;
    float: left;
    padding-left: 32px;
    background: url(../img/mb-call.svg) no-repeat left center;
}

.mob-bottom-right {
    float: right;
}

.mob-bottom-right ul li {
    float: left;
    border-left: 1px solid #e1e9ef;
}

.mob-bottom-right ul li a {
    display: inline-block;
    padding: 0 18px;
}

.modal-slider-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-filter-hold {
    border-bottom: 1px solid #e1e9ef;
    margin-bottom: 24px;
}

.modal-filter-hold .filter-price-block-values {
    margin-top: 18px;
    margin-bottom: 18px;
}

.modal-filter-hold .filter-price-block-values ul li:last-child {
    float: right;
}

.reveal-custom .filter-list > ul > li:nth-child(1) {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
}

.reveal-custom .destinations-list-hold {
    max-height: 200px;
}

.reveal-custom .filter-block {
    top: auto;
    bottom: 100%;
    width: 100%;
    padding: 18px 24px;
}

.reveal-custom .destiniation-search {
    margin-bottom: 18px;
}

.reveal-custom .filter-item .filter-label {
    left: 20px;
}

.reveal-custom .form-element > label {
    margin-bottom: 6px;
}

.reveal-custom .filter-list {
    border-bottom: 1px solid #e1e9ef;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.mob-label {
    font-size: 12px;
    color: #51595d;
    margin-bottom: 6px;
}

.reveal-custom .filter-destination.filter-item {
    padding-left: 20px;
}

.reveal-custom .filter-destination-chosen-values {
    left: 20px;
    width: calc(100% - 50px);
}

.modal-filters-button {
    padding-top: 30px;
    position: relative;
    background: #fff;
}
.modal-filters-button:before {
    content: '';
    position: absolute;
    left: -42px;
    right: -42px;
    width: calc(100% + 84px);
    height: 1px;
    background: #e1e9ef;
    top: 15px;
}

.reveal-custom.reveal-filters {
    padding-bottom: 15px;
}

.mob-clear-filter-hold {
    margin-top: -6px;
    margin-bottom: 30px;
}
.mob-clear-filter-hold a {
    color: #eb352d;
    font-size: 14px;
}
.mob-clear-filter-hold a:hover {
    color: #d0150c;
    font-size: 14px;
}

.mob-check-best-hold {
    position: fixed;
    left: 0;
    right: 0;
    top: 54px;
    background: #eb352d;
    padding: 12px 18px;
    padding-right: 42px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.mob-check-best-hold.close {
    opacity: 1;
    visibility: visible;
}

.mob-check-best-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding-right: 10px;
    width: calc(100% - 100px);
}

.mob-check-best-button {
    width: 100px;
}

.mob-check-best-button .btn-white,
.mob-check-best-button .btn-white:focus,
.mob-check-best-button .btn-white:active {
    background: #fff;
    color: #eb352d;
    font-weight: 400;
    padding: 4px 18px;
}

.mob-check-best-close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    background: url(../img/icon-close-white.svg) no-repeat center center;
}

.mob-back a {
    float: left;
    width: 54px;
    height: 54px;
    background: #7b878c url(../img/arrow-back-white.svg) no-repeat center left 20px;
    transition: 0.2s;
}

.mob-back a:hover {
    background: #141414 url(../img/arrow-back-white.svg) no-repeat center left 20px;
}

.hotels-list-images-list-more {
    margin-bottom: 24px;
}

.hotels-list-images-list-more a {
    font-size: 14px;
    color: #eb352d;
    display: block;
    border-bottom: 1px solid #e1e9ef;
    padding: 12px 0;
}

.datepicker-hold {
    position: relative;
}
.datepicker-hold:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 20px;
    background: url(../img/icon-calendar.svg) no-repeat center center;
    right: 24px;
    top: 40px;
}

.search-results-hold {
    border-top: 1px solid #e1e9ef;
    background: #fff;
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}

.search-results-block {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.search-results-block:last-child {
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.search-results-block:last-child:after {
    display: none;
}

.search-results-block:after {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: #e1e9ef;
    bottom: 0;
}

.search-results-section-title {
    padding: 0 30px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #51595d;
}
.search-results-list ul li a {
    display: block;
    padding: 6px 30px;
    color: #141414;
    transition: 0.2s;
}
.search-results-list ul li a:hover {
    background: #0092f8;
    color: #fff;
}

.btn-lgrey,
.btn-lgrey:focus,
.btn-lgrey:active {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    color: #eb352d;
    background-color: #f7fafc;
    border-radius: 4px;
    padding: 16px 30px;
    text-transform: uppercase;
    transition: 0.2s;
}

.btn-lgrey.btn-full,
.btn-lgrey.btn-full:focus,
.btn-lgrey.btn-full:active {
    width: 100%;
    text-align: center;
}

.btn-lgrey:hover {
    color: #fff;
    background-color: #eb352d;
}

.search-results-more .btn-lgrey,
.search-results-more .btn-lgrey:focus,
.search-results-more .btn-lgrey:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-list-holder {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: -12px;
}

.filter-list-holder.reached-top {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #e1e9ef;
}

.filter-list-holder.reached-top .filter-list {
    margin-bottom: 0;
}

.home-filter-list.reached-top {
    padding-top: 67px;
}

.filter-list-holder.reached-top .filter-item {
    padding-top: 10px;
    padding-bottom: 9px;
}

.filter-list-holder.reached-top .btn-clear-filter,
.filter-list-holder.reached-top .btn-clear-filter:focus,
.filter-list-holder.reached-top .btn-clear-filter:active {
    padding-top: 11px;
    padding-bottom: 10px;
}

.blog-single-recommend a {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    margin-bottom: 18px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.text-total {
    display: none;
}

.order-main-total ul {
    display: inline-block;
}

.tabs-trigger  {
    margin-bottom: 18px;
}

.tabs-trigger a {
    display: block;
    padding: 16px 20px;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    background: #fff url(../img/arrow-dropdown.svg) no-repeat right 12px center;
}

.trip-choice-tabs {
    position: relative;
}

.cont-sidebar-hold {
    position: relative;
    height: 100%;
}

.content-split-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob-header-info-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-close.svg) no-repeat center center;
}

.form-element.coupon-code-element {
    margin-bottom: 30px;
}

.reveal-coupon .reveal-title {
    margin-bottom: 30px;
}


.page-top-border {
    border-top: 1px solid #e1e9ef;
    margin-top: 5px;
}
.page-full-view {
    border-top: 1px solid #e1e9ef;
    margin-top: 50px;
}
.page-full-view .inner-content {
    padding-top: 15px;
    border-top: none;
}
.travel-content {
    border-top: 1px solid #e1e9ef;
    padding-top: 20px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.page-content {
    border-top: 1px solid #e1e9ef;
    padding-top: 20px;
    margin-bottom: 60px;
    margin-top: 50px;
}
.page-general .page-intro {
    margin-bottom: 15px;
}
.page-general img {
    max-width: 100%;
}
.page-general h1 {
    color: #141414;
    font-size: 2.5em;
    font-weight: 600;
}
.page-general h2 {
    color: #141414;
    font-size: 2em;
    font-weight: 500;
}
.page-general h3 {
    color: #141414;
    font-size: 1.5em;
    font-weight: 500;
}
.page-general p {
    margin-bottom: 1.3em
}
.page-general ul {
    padding-left: 20px;
    margin-bottom: 1.6em;
}
.page-general ul li {
    list-style-type: disc;
}
.page-general table[border="0"] {
    border-collapse: collapse;
    border: none;
}
.page-general table[border="0"] td {
    border: none;
}
.page-general table[border="0"] tbody,
.page-general table[border="0"] tfoot,
.page-general table[border="0"] thead {
    border: none;
}
.page-general table[border="0"] tbody tr:nth-child(even) {
    background-color: unset;
}
.page-general .div-table-container {
    max-width: 100%;
    overflow-x: auto;
}
.page-general .row {
    margin-left: -15px;
    margin-right: -15px;
}
.page-general p {
    margin-bottom: 1.6em;
}
.page-general pre {
    margin: 1.6em 0;
    padding: 12px 16px;
    background: #f4f4f4;
    overflow: visible;
    white-space: normal;
}
.page-general pre a {
    display: inline-block;
    background: #eb352d;
    margin: 0 3px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    transition: 300ms;
}
.page-general pre a:hover {
    background: #d0150c;
    transition: 300ms;
}
.page-general address {
    font-style: italic;
}
.page-general small {
    font-size: 13px;
    line-height: 1.7;
    color: #51595d;
}


.hotel-amenities.not_in_hotel {
    max-height: 400px;
    overflow-y: hidden;
    position: relative;
}
.hotel-amenities {
    max-height: unset;
    overflow-y: visible;
    position: relative;
}
.hotel-amenities.all-visible {
    max-height: unset;
    margin-bottom: 0;
}
.hotel-amenities.half-hidden {
    transition: 300ms;
}
.hotel-amenities.half-hidden:before {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100px;
    width: 100%;
}
.hotel-amenities-more {
    display: none;
    border-top: 1px solid #e1e9ef;
    font-size: 14px;
    font-weight: bold;
    color: #eb352d;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.hotel-amenities-more.not_in_hotel {
    display: block;
}
.hotel-amenities-more.in-hotel {
    display:none;
}
.hotel-amenities-more:hover {
    color: #d0150c;
}
.hotel-amenities .hotel-amenities-icon {
    height: 24px;
    margin-top: -2px;
    margin-right: 8px;
}
.hotel-amenities em {
    font-size: 8px;
}


.trips-list > ul > ol {
    display: none;
}

.loading-circle {
    margin: 0 41px 0 42px;
    transform: scale(1.8);
    height: 1em;
    display: none;
}

.message-success {
    background: #DDF3E0;
    border: 1px solid #cae6ce;
    padding: 15px 25px;
    color: #7CAE82;
}
.message-success.hidden {
    display: none;
}

.message-error {
    background: #FEE3E1;
    border: 1px solid #f0d3d1;
    padding: 15px 25px;
    color: #D17571;
}
.message-error.mb-2 {
    margin-bottom: 20px;
}
.message-error.hidden {
    display: none;
}

.fav-list-empty {
    display: block;
    padding-top: 25px;
}
.fav-list-empty-heart {
    width:20px;
    height:20px;
    animation:heartbeat 1s infinite;
}

.i-agree.f-error {
    background: #FEE3E1;
    border: 1px solid #f0d3d1;
    padding: 4px 10px;
    color: #D17571;
}

.no-results-found {
    height: 1250px;
}

.text_top {
    display: table;
    margin-bottom: 30px;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    padding: 12px 20px;
    width: 100%;
}
.text_top p:last-child {
    margin-bottom: 0;
}
.text_bottom {
    display: table;
    flex-direction: column;
    margin-bottom: 15px;
    border: 1px solid #e1e9ef;
    border-radius: 4px;
    padding: 12px 20px;
    width: 100%;
}
.text_bottom p:last-child {
    margin-bottom: 0;
}




.gift-coupon-selection {
    margin: 40px 0 40px 0;
    padding: 6px 20px 0px 20px;
    border: 1px solid #eff2f7;
}
.gift-coupon-selection .gift-coupon-single {
    border-top: 1px solid #eff2f7;
    padding: 20px 0;
    background: #fff;
    position: relative;
}
.gift-coupon-selection .gift-coupon-single:first-child {
    border-top: none;
    z-index: 1;

}
.gift-coupon-selection .gift-coupon-single > div {
    padding: 0 5px;
}
.gift-coupon-selection .gift-coupon-single > div.gift-coupon-about {
    padding: 12px 2px;
}
.gift-coupon-selection .gift-coupon-about {
    font-size: 17px;
    font-weight: 500;
}
.gift-coupon-selection .gift-coupon-price {
    color: #eb352d;
    text-align: right;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.3em;
}

.gift-coupon-features-block {
    padding: 0 3%;
}

@media screen and (min-width: 64em) {

    .large-15 {
        width: 15%;
    }
    .large-25 {
        width: 20%;
    }
    .large-85 {
        width: 65%;
    }
}


.gift-coupons-order .row {
    border-bottom: 1px solid #C7CBD7;
    background: #fff;
    padding: 40px;
}
.gift-coupons-order .row:first-child {
    border-top: 1px solid #C7CBD7;
}
.gift-coupons-order .row:hover {
    background: #f7f7f7;
}
.gift-coupons-order h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.gift-coupons-order h2 b {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    width: 50px;
    text-align: center;
    padding: 5px 0;
    margin-right: 12px;
    background-color: #fccc04;
    border-radius: 100%;
}
.gift-coupons-order .gift-coupon-cart .title {
    padding-top: 8px;
}
.gift-coupons-order .gift-coupon-cart > div > div > div {
    font-size: 1.8em;
    color: #eb352d;
    font-weight: bold;
}
.gift-coupons-order .gift-coupon-cart > div > div > input {
    width: 60px;
    font-weight: bold;
    color: #000;
    padding: 10px;
}
.gift-coupons-order .agreement button {
    margin-top: 20px;
}
.gift-coupons-order .i-agree {
    margin-bottom: 10px;
}
.gift-coupons-order .i-agree input {
    margin: 0;
}




.forms {
}
.forms .step1,
.forms .step2,
.forms .step3,
.forms .step4 {
    margin-bottom: 50px;
}

.forms .step1 {
    opacity: 0;
}
.forms .step2 {
    opacity: 0;
}
.forms .step3 {
    opacity: 0;
}
.forms .step4 {
    opacity: 0;
}
.forms .step1.loaded {
    opacity: 1;
    transition: 300ms;
}
.forms .step2.loaded {
    opacity: 1;
    transition: 300ms;
}
.forms .step3.loaded {
    opacity: 1;
    transition: 300ms;
}
.forms .step4.loaded {
    opacity: 1;
    transition: 300ms;
}
.forms .row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
}
.forms .title {
    padding: 0 0 5px 0;
    font-size: 0.90em;
}
.forms .title2 {
    padding: 0 0 20px 0;
    margin-top: -15px;
    font-size: 0.90em;
}
.forms select,
.forms input[type=text],
.forms input[type=email],
.forms input[type=phone],
.forms .select2 {
    margin-bottom: 30px;
}
.forms .step {
    padding: 15px 0 0 0;
    font-size: 0.9em;
    color: #777;
}
.forms .step b {
    font-weight: bold;
}
.forms .fields_stars {
    padding-bottom: 30px;
}
.forms .fields_meals {
    padding-bottom: 30px;
}
.forms .step1 .steps {
    padding-top: 15px;
}
.forms .step2 .steps {
    padding-top: 30px;
}
.forms .step3 .steps {
    padding-top: 30px;
}


.forms .radio-field {
    margin: 12px 0 12px 0;
}
.forms .radio-field input {
    display: none;
}
.forms .radio-field label {
    border-radius: 4px;
    border: solid 1px #ddd;
    margin: 0;
    padding: 12px 24px;
    padding-left: 60px;
    font-size: 16px;
    position: relative;
    display: block;
    transition: 0.2s;
}
.forms .radio-field label:hover {
    border-color: #999;
}
.forms .radio-field label:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #aab8c3;
    background: #fff;
    transition: 0.2s;
    z-index: 2;
}
.forms .radio-field label:after {
    content: '';
    position: absolute;
    width: 46px;
    height: calc(100% - 0px);
    background: #F0F0F0;
    left: 0px;
    top: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.forms .radio-field input:checked + label {
    border-color: #224593;
}
.forms .radio-field input:checked + label:before {
    border: 6px solid #224593;
}
.forms .radio-field label span {
    padding-top: 2px;
    float: right;
    font-size: 14px;
    line-height: 1.4;
    color: #51595d;
}
.forms .radio-field label span a {
    color: #224593;
    transition: 0.2s
}
.forms .radio-field label span a:hover {
    color: #224593;
    text-decoration: underline;
}


.forms .checkbox-field {
    margin-bottom: 12px;
}
.forms .checkbox-field input {
    display: none;
}
.forms .checkbox-field label {
    border-radius: 4px;
    border: solid 1px #ddd;
    margin: 0;
    padding: 12px 24px;
    padding-left: 60px;
    font-size: 16px;
    position: relative;
    display: block;
    transition: 0.2s;
}
.forms .checkbox-field label:hover {
    border-color: #999;
}
.forms .checkbox-field label a {
    color: #224593;
    transition: 0.2s;
}
.forms .checkbox-field label a:hover {
    color: #224593;
    text-decoration: underline;
}
.forms .checkbox-field label:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #aab8c3;
    z-index: 1;
    transition: 200ms;
}
.forms .checkbox-field label:after {
    content: '';
    position: absolute;
    width: 46px;
    height: calc(100% - 0px);
    background: #F0F0F0;
    left: 0px;
    top: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.forms .checkbox-field input:checked + label:before {
    border-color: #224593;
    background: #224593 url(../img/checkmark-white.svg) no-repeat center center;
    transition: 200ms;
}
.forms input[type=text],
.forms input[type=email],
.forms input[type=date],
.forms textarea {
    border: solid 1px #ddd;
    height: auto;
    padding: 12px 14px;
    box-shadow: none;
    outline: none;
}
.forms input[type=text]:hover,
.forms input[type=email]:hover,
.forms input[type=date]:focus,
.forms textarea:focus {
    border: solid 1px #999;
}
.forms input[type=search] {
    height: auto;
}
.forms .fields_resorts {
    opacity: 0;
    transition: 300ms;
}
.forms .fields_resorts.active {
    opacity: 1;
    transition: 300ms;
}
.forms input.ERROR,
.forms select.ERROR,
.forms .select2.ERROR .select2-selection,
.forms .checkbox-field.ERROR label {
    border: 1px solid #FF6900;
}
.forms div.title.ERROR {
    color: #FF6900;
}
.forms textarea#additionalText {
    margin: 15px;
    width: calc(100% - 30px);
    height: 100px;
    padding: 12px 24px;
    display: none;
}


/* SELECT2 MODIFICATIONS */
.select2,
.select2:hover,
.select2:focus {
    outline: none;
}
.select2 > span,
.select2 > span > span,
.select2 > span:hover,
.select2 > span > span:hover,
.select2 > span:focus,
.select2 > span > span:focus {
    outline: none;
}
.select2-container {
    background-color: #fff;
    outline: none;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: auto;
    padding: 10px 14px;
    border: 1px solid #ddd;
    min-height: 48px;
    line-height: 28px;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #999;
    transition: 200ms;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 2px);
    right: 1px;
    width: 48px;
    background-color: #F0F0F0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 26px;
    font-weight: 500;
    font-size: 0.95em;
}
.select2.select2-container--default .dropdown-wrapper:after {
    border: none;
}
.fields_resorts .select2.select2-container--default .dropdown-wrapper:after {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    width: auto;
    top: 50%;
    left: 50%;
    right: 50%;
}


.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    min-height: 48px;
    padding: 6px 40px 2px 10px;
    border: 1px solid #ddd;
    color: #224593;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
    transition: 200ms;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #999;
    transition: 200ms;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 40px;
    right: 1px;
    width: 36px;
    background-color: #F0F0F0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
    transition: 200ms;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 100%;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 120px;
    font-size: 0.95em;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #224593
}
.select2-container--default .select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 0.85em;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #224593;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 5px;
    margin-bottom: 2px;
    background-color: #224593;
    border: 1px solid #224593;
    color: #fff;
    font-size: 0.8em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 0.9em;
    font-weight: 500;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin: -1px 4px -1px -6px;
    padding: 2px 6px 2px 6px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #FF6900;
    border: 1px solid #FF6900;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #224593;
}
.select2-container--default .select2-results>.select2-results__options {
    max-width: 100%;
    max-height: 280px;
}
.select2-container--default .dropdown-wrapper {
    width: 46px;
    position: absolute;
    z-index: -1;
    height: calc(100% - 2px);
    background: #F0F0F0;
    top: 1px;
    right: 1px;
}
.select2-container--default .dropdown-wrapper:after {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
    color: #666;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #666;
}

.fields_resorts .select2-container {
    z-index: 1;
}
.fields_resorts .select2-container--default .dropdown-wrapper {
    z-index: -1;
}



.cookie-agreement {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: center;
    background: rgba(246, 248, 249, 1);
    border-top: 1px solid #e1e9ef;
    font-size: 14px;
    z-index: 20;
}
.cookie-agreement .cookie-text {
    display: inline-block;
}
.cookie-agreement .cookie-button {
    display: inline-block;
    padding-left: 30px;
}
.cookie-agreement .cookie-button button {
    background: #df2020;
    padding: 6px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    transition: 300ms;
}
.cookie-agreement .cookie-button button:hover {
    background: #b8191a;
    transition: 300ms;
}

.grecaptcha-badge {
    display: none!important;
}


@media only screen and (max-width: 1600px) {
    .top-header-info-hold {
        right: -10px;
    }
}

@media only screen and (max-width: 1366px) {
    .header-sec.header-order .top-header-info-hold {
        right: 0px;
    }
}

@media only screen and (max-width: 1280px) {
    .trip-choice-tabs .tabs-title>a {
        padding: 18px 18px;
        line-height: 1.2;
    }
    .trip-choice-table-head-label {
        padding: 12px 18px;
    }
    .trip-choice-table-body-column {
        padding: 0 18px;
        font-size: 13px;
    }
    .d-price-block-list ul li {
        line-height: 1.5;
        min-height: 110px;
    }
    .about-bottom h3 {
        font-size: 26px;
    }
    .about-features-title {
        font-size: 26px;
    }
    .about-block-left {
        font-size: 26px;
    }
    .about-features-hold {
        margin-bottom: 80px;
    }
    .about-block {
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .about-full-image {
        margin-bottom: 80px;
    }
    .page-intro p {
        font-size: 18px;
    }
    .page-intro h3 {
        font-size: 30px;
    }
    .about-hold .page-intro {
        margin-bottom: 80px;
    }
    .inner-content.about-hold {
        padding-top: 80px;
        margin-bottom: 80px;
    }
    .hotel-single-details {
        width: calc(100% - 330px);
    }
    .hotel-single-main-info .hotel-item-price-hold {
        width: 330px;
    }
    .hotels-list-images ul li:first-child a {
        padding-bottom: 72%;
    }
    .hotel-item-price-hold ul li {
        margin-right: 12px;
    }
    .hotel-item-price-for {
        font-size: 12px;
    }
    .hotel-item-details ul li {
        margin-right: 2px;
    }
    .sidebar-form-details-image {
        width: 70px;
        height: 70px;
    }
    .filter-travellers.filter-item {
        padding-left: 88px;
    }
    .filter-travellers-chosen-values {
        left: 88px;
        width: calc(100% - 114px);
    }
    .filter-price.filter-item {
        padding-left: 118px;
    }
    .filter-date-chosen-values {
        left: 52px;
        width: calc(100% - 80px);
    }
    .filter-price-chosen-values {
        left: 118px;
        width: calc(100% - 142px);
    }
    .filter-destination.filter-item {
        padding-left: 67px;
    }
    .filter-destination-chosen-values {
        left: 67px;
        width: calc(100% - 92px);
    }
    .filter-categories-chosen-values {
        left: 67px;
        width: calc(100% - 92px);
    }
    .filter-date.filter-item {
        padding-left: 52px;
    }
    .filter-item .filter-label {
        left: 12px;
    }
    .filter-item:after {
        /* right: 8px; */
        background: url(../img/icon-dropdown.svg) no-repeat right 8px center;
    }
    .close .filter-item:after {
        /* right: 8px; */
        background: url(../img/icon-dropdown.svg) no-repeat left 9px center;
    }
    .logo {
        width: 190px;
    }
    .nav {
        width: calc(100% - 315px);
    }
    .header-icons ul li {
        margin-right: 25px;
    }
    .header-icons {
        width: 125px;
    }
    .nav ul li {
        margin-right: 32px;
    }
    .footer-logos ul li img {
        max-height: 50px;
    }
    .footer-logos ul li {
        margin: 0 15px;
    }
    .vacation-related-records {
        padding-right: 9px;
    }
}

@media only screen and (max-width: 1180px) {
    .row {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1100px) {
    .flight-payment-item label span {
        float: none;
        display: block;
    }
    .filter-item:after {
        background: url(../img/icon-dropdown.svg) no-repeat right 14px center;
    }
    .close .filter-item:after {
        background: url(../img/icon-dropdown.svg) no-repeat left 14px center;
    }
    .filter-destination-block .filter-button-offclick {
        padding: 0 24px;
        padding-top: 13px;
        margin-left: -24px;
        width: calc(100% + 48px);
    }
    .home-filter-list.reached-top {
        padding-top: 0px;
    }
    .filter-list-holder.reached-top {
        position: static;
        margin-top: 0;
        border-bottom: none;
    }
    .filter-list-holder.reached-top .filter-list {
        margin-bottom: 18px;
    }
    .btn-red-fixed {
        display: none;
    }
    .trip-choice-tab-title {
        font-size: 13px;
    }
    .trip-choice-table-row {
        padding: 24px 6px;
    }
    .trip-choice-table-head-label {
        padding: 12px 12px;
    }
    .trip-choice-table-body-column {
        padding: 0 12px;
    }
    .inner-content.request-content {
        padding-top: 48px;
        margin-bottom: 80px;
    }
    .d-offer-hold {
        padding: 48px 36px;
    }
    .d-price-block-list ul li {
        min-height: 90px;
        padding: 12px 12px;
        font-size: 14px;
    }
    .destination-to-do ol li {
        padding: 24px 24px;
    }
    .destination-weather-hold {
        padding: 24px 24px;
    }
    .destination-dropdown.filter-list > ul > li:nth-child(1) {
        width: 220px;
        margin-bottom: 0px;
    }
    .blogletter-hold {
        padding: 36px 24px 36px;
    }
    .inner-content.blog-single-content {
        padding-top: 48px;
        margin-bottom: 80px;
    }
    .blog-content .content-split-left {
        padding-right: 30px;
    }
    .inner-content.blog-content {
        padding-top: 48px;
        margin-bottom: 80px;
    }
    .sidebar-rek a {
        padding: 24px 24px;
    }
    .sidebar-related.sidebar-recommends .more-recommends a {
        margin-left: -24px;
        width: calc(100% + 48px);
    }
    .page-intro p {
        font-size: 18px;
    }
    .page-intro {
        margin-bottom: 42px;
    }
    .page-intro h3 {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .contacts-hold {
        padding: 0px 0 30px;
    }
    .footer-sm {
        padding: 36px 0;
    }
    .payment-success-text p {
        font-size: 18px;
    }
    .payment-success-text h3 {
        font-size: 26px;
    }
    .payment-success-hold {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .order-sidebar-bottom {
        padding: 24px 24px;
    }
    .order-sidebar-top {
        padding: 24px 24px;
    }
    .hotel-single-rating-hold {
        border: solid 1px #e1e9ef;
        border-radius: 4px;
        padding: 24px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 42px;
    }
    .hotel-single-details {
        margin-bottom: 12px;
    }
    .hotel-single-details ul li {
        margin-bottom: 12px;
        margin-right: 25px;
    }
    .hotel-single-main-info {
        display: block;
    }
    .hotel-single-details {
        width: 100%;
    }
    .hotel-single-main-info .hotel-item-price-hold {
        width: 100%;
    }
    .hotel-single-main-info .hotel-item-price-hold ul {
        float: none;
    }
    .useful-info {
        padding-right: 160px;
    }
    .useful-info img {
        right: 0px;
    }
    .recommended-map-acc .accordion-content {
        padding: 24px 24px;
    }
    .recommended-map-acc .accordion-title {
        padding: 17px 24px;
        padding-right: 50px;
    }
    .hotel-item-details ul li {
        max-width: 72px;
        line-height: 1.2;
    }
    .offer-counter-top {
        padding: 24px 24px;
    }
    .hotels-list-item {
        padding: 24px 24px;
    }
    .content-split-left {
        padding-right: 36px;
    }
    .sidebar-related {
        padding: 24px 24px;
    }
    .content-split-right {
        padding-left: 0px;
    }
    .sidebar-form {
        padding: 24px 24px;
    }
    .filter-travellers-chosen-values {
        left: 102px;
        width: calc(100% - 126px);
    }
    .filter-price-chosen-values {
        left: 132px;
        width: calc(100% - 156px);
    }
    .filter-destination-chosen-values {
        left: 80px;
        width: calc(100% - 106px);
    }
    .filter-categories-chosen-values {
        left: 80px;
        width: calc(100% - 106px);
    }
    .filter-date-chosen-values {
        left: 66px;
        width: calc(100% - 92px);
    }
    .filter-travellers.filter-item {
        padding-left: 102px;
    }
    .filter-price.filter-item {
        padding-left: 132px;
    }
    .filter-destination.filter-item {
        padding-left: 80px;
    }
    .filter-date.filter-item {
        padding-left: 66px;
    }
    .filter-item .filter-label {
        left: 24px;
    }
    .favs-main-title {
        padding-right: 24px;
    }
    .favs-main-title:after {
        right: 24px;
        width: calc(100% - 24px);
    }
    .favs-hold {
        width: 600px;
    }
    .favs-list {
        padding-right: 24px;
    }
    .favs-bottoms {
        padding: 12px 24px;
    }
    .favs-top {
        padding-left: 24px;
        height: calc(100% - 86px);
    }
    .favs-content-hold {
        min-height: 130px;
    }
    .favs-image-hold {
        height: 130px;
    }
    .filter-list > ul > li:nth-child(1) {
        width: calc(50% - 6px);
        margin-bottom: 12px;
    }
    .filter-list > ul > li:nth-child(2) {
        width: calc(50% - 6px);
        margin-bottom: 12px;
        margin-right: 0;
    }
    .filter-list > ul > li:nth-child(3) {
        width: calc(41% - 8px);
    }
    .filter-list > ul > li:nth-child(4) {
        width: calc(36% - 8px);
    }
    .filter-list > ul > li:nth-child(5) {
        width: calc(23% - 8px);
    }
    .filter-date-block {
        width: 480px;
        padding: 30px 24px 22px;
    }
    .filter-destination-block {
        width: 290px;
        padding: 24px 24px;
    }
    .filter-price-block {
        width: 290px;
        padding: 24px 24px 24px;
    }
    .filter-travellers-block {
        padding: 18px 24px;
        width: 290px;
    }
    .filter-categories-block {
        padding: 18px 24px;
        width: 290px;
    }
    .footer-logos ul li img {
        max-height: 40px;
    }
    .home-extras ul li {
        padding: 40px 36px 40px 48px;
    }
    .intro-slider-info-content .trip-image-info-hold {
        margin-bottom: 18px;
    }
    .intro-slider-info-content {
        padding: 24px 24px;
    }
    .intro-carousel.owl-carousel .owl-dot button {
        width: 110px;
        height: 64px;
    }
    .intro-carousel .owl-dots {
        top: 46px;
        right: 46px;
    }
    .intro-slider-info-hold {
        top: 46px;
        left: 46px;
        width: 410px;
    }
    .intro-trip-title {
        font-size: 24px;
    }
    .testimonial-text {
        font-size: 14px;
    }
    .header-top-nav ul li {
        margin-right: 20px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -18px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
    }
    .row {
        padding-left: 18px;
        padding-right: 18px;
    }
    .nav ul li {
        margin-right: 20px;
    }
    .nav {
        width: calc(100% - 285px);
    }
    .header-icons ul li,
    .header-icons ul li:last-child {
        margin-right: 15px;
    }
    .header-icons {
        width: 105px;
    }
    .logo {
        width: 180px;
    }
    .offer-counter-bottom {
        padding: 11px 20px;
    }
    .content-split-order {
        margin-bottom: 18px;
    }
    .blog-single-content .content-split-hold {
        padding-bottom: 0px;
        margin-bottom: 42px;
    }
}

@media only screen and (min-width: 1024px) {
    .mob-nav-hold {
        display: none !important;
    }
}
@media only screen and (max-width: 1023px) {
    .price-amount-text {
        position: relative;
        top: -3px;
        float: right;
        color: #eb352d;
        font-size: 18px;
        font-weight: 900;
    }
    .price-amount-text span {
        color: #51595d;
        font-weight: 400;
        text-decoration: line-through;

    }
    .trips-list > ul > ol {
        display: block;
    }
    .trips-list > ul > ol.ol-empty {
        display: none;
    }
    .intro-carousel-hold {
        display: none;
    }

    .content-split-order .sticky-container {
        /* height: auto !important; */
    }
    .form-passengers-border.form-pasengers {
        padding-bottom: 6px;
        border-bottom: 1px solid #e1e9ef;
        margin-bottom: 30px;
    }
    .mob-order-price-hold {
        border-bottom: 1px solid #e1e9ef;
        padding-bottom: 24px;
        margin-bottom: 30px;
    }
    .flight-order-submit {
        text-align: center;
    }
    .mob-order-price-bottom {
        color: #51595d;
        font-size: 14px;
    }
    .mob-order-simplified .flight-summary {
        margin-bottom: 24px;
    }
    .mob-order-simplified .flight-order-submit {
        margin-top: 36px;
    }
    .mob-order-simplified .content-split-right {
        display: none;
    }
    .content-split-right-offer .sidebar-form.gets-sticky.reached-bottom {
        position: static;
    }
    .content-split-offer {
        display: block
    }
    .search-overlay .row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .search-results-block:last-child {
        padding-bottom: 24px;
    }
    .search-results-block {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .search-results-hold {
        padding-top: 24px;
    }
    .search-field-icon {
        height: 50px;
    }
    .search-field-hold input, .search-field-hold input:focus {
        height: 50px;
    }
    .search-close {
        height: 50px;
    }
    .search-overlay {
        padding-top: 2px;
    }
    .footer-sm .footer-copyrights {
        text-align: center;
    }
    .header-sec .logo {
        border-right: none;
    }
    .intro-slider-info-content .trip-image-info-title-hold {
        width: auto;
        max-width: none;
    }
    .intro-carousel-hold {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .row.row-lg {
        padding: 0;
    }
    .header .row {
        padding-left: 0;
    }
    .header-icons ul li:first-child {
        float: right;
        margin-right: 0;
    }
    .logo {
        width: 50%;
        text-align: center;
        padding: 12px 0;
    }
    .logo img {
        max-width: 105px;
    }
    .destination-dropdown {
        top: 1px;
    }
    .content-split-right-offer .sidebar-form.gets-sticky.reached-bottom {
        opacity: 1;
        visibility: visible;
    }
    .content-split-right-offer .sidebar-form.gets-sticky {
        position: static;
        top: 0;
        width: 100% !important;
    }
    .hotel-single-main-info .hotel-item-price-hold ul li a {
        padding-left: 30px;
    }
    .trip-choice-table-body-column {
        font-size: 12px;
    }
    .trip-choice-button {
        padding-left: 0;
        margin-top: 5px;
    }
    .tabs-alt-link {
        padding-top: 22px;
    }
    .trip-choice-tabs .tabs-title>a {
        padding: 12px 12px;
    }
    .trip-choice-tab-price span {
        font-size: 12px;
    }
    .r-travellers-item {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .filter-r-travellers-block {
        padding: 24px 24px;
    }
    .filter-r-categories-block {
        padding: 24px 24px;
    }
    .interesting-item {
        margin-bottom: 36px;
    }
    .d-prices {
        margin-bottom: 18px;
    }
    .destination-to-do {
        margin-bottom: 18px;
    }
    .d-distionary ul li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .section-title-destination {
        font-size: 18px;
    }
    .blog-single-content .content-split-hold {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }
    .blog-single-details {
        margin-bottom: 36px;
    }
    .blogletter-hold {
        margin-bottom: 36px;
    }
    .blog-single-related .trip-title {
        font-size: 16px;
    }
    .blog-cats ul li {
        margin-bottom: 12px;
    }
    .blog-content .content-split-left {
        margin-bottom: 48px;
    }
    .blog-list-item {
        margin-bottom: 40px;
    }
    .blog-content .content-split-left {
        padding-right: 0px;
    }
    .about-full-image {
        padding-bottom: 46%;
    }
    .about-block {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .about-features-block {
        padding-right: 0%;
        margin-bottom: 48px;
    }
    .about-features-block:last-child {
        margin-bottom: 0px;
    }
    .about-block-right {
        padding-right: 0%;
    }
    .about-block-left {
        padding-right: 0%;
        margin-bottom: 12px;
    }
    .contacts-certificate {
        padding: 24px 24px;
    }
    .map-hold {
        height: 500px;
    }
    .contacts-left-block {
        padding-right: 15px;
        margin-bottom: 36px;
    }
    .contacts-left-block h3 {
        margin-bottom: 12px;
    }
    .contacts-left-block p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }
    .contacts-left {
        padding-right: 0%;
    }
    .payment-success-icon {
        margin-bottom: 36px;
    }
    .payment-success-text p {
        font-size: 16px;
    }
    .payment-success-text h3 {
        font-size: 24px;
    }
    .flight-order-bottom {
        margin-bottom: 36px;
    }
    .sticky.is-anchored,
    .sticky.is-stuck {
        position: static !important;
        /* max-width: 100%; */

    }
    .hotel-single-images ul li:first-child a {
        padding-bottom: 67.2%;
    }
    .title-hotel-single {
        margin-bottom: 36px;
    }
    .hotel-single-nav ul li {
        float: left;
        margin-right: 15px;
    }
    .main-wrapper.header-sec-used {
        /*padding-top: 54px;*/
    }
    .header-sec-back a span {
        display: none;
    }
    .header-sec .header-icons {
        width: 270px;
    }
    .header-sec .header-icons ul li {
        margin-right: 20px;
    }
    .header-sec-back {
        width: calc(100% - 270px - 180px);
        padding-left: 24px;
    }
    .header-sec-back a {
        padding: 0;
        padding-left: 0;
        width: 46px;
        height: 44px;
        background: url(../img/slide-prev.svg) no-repeat left center / 30px;
        float: left;
    }
    .sidebar-form-details {
        margin-bottom: 24px;
    }
    .inner-content {
        padding-top: 36px;
        margin-bottom: 36px;
    }
    .content-split-offer {
        margin-bottom: 48px;
        padding-bottom: 36px;
    }
    .trip-testimonials {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }
    .useful-info {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }
    .super-bonus img {
        left: 24px;
    }
    .super-bonus {
        margin-bottom: 36px;
        padding: 36px 36px;
        padding-left: 92px;
    }
    .hodel-includes-hold {
        margin-bottom: 36px;
    }
    .hotels-list {
        margin-bottom: 12px;
    }
    .hotel-item-price-hold ul li a {
        padding-right: 35px;
        padding-left: 22px;
    }
    .offer-counter-hold {
        margin-bottom: 36px;
    }
    .content-split-left {
        padding-right: 0px;
    }
    .section-title-lg {
        font-size: 26px;
    }
    .offer-carousel-hold {
        margin-bottom: 36px;
    }
    .offer-title-info-left {
        margin-bottom: 12px;
    }
    .offer-title-info-right {
        display: block;
    }

    .offer-carousel-item .sold-out-tag span,
    .trip-main-link .sold-out-tag span {
        padding-top: 35%;
    }

    .offer-title-info {
        margin-bottom: 36px;
        display: block;
    }
    .header-icons {
        width: 25%;
        padding-top: 15px;
    }
    .newsletter-fields-hold {
        display: block;
        padding-left: 0px;
    }
    .newsletter-left {
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .newsletter {
        display: block;
    }
    .footer-logos ul li {
        margin: 0 5px;
    }
    .footer {
        padding: 48px 0;
    }
    .footer-logos {
        padding-bottom: 24px;
    }
    .footer-block {
        padding-bottom: 36px;
        margin-bottom: 36px;
    }
    .footer-links ul li {
        width: 25%;
    }
    .footer-nav-grid {
        margin-bottom: 24px;
    }
    .footer-nav-grid:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .footer-nav-grid:nth-child(2n+1) {
        clear: both;
    }
    .footer-socials {
        width: 100%;
        left: auto;
        text-align: left;
        margin-bottom: 30px;
    }
    .trips-list > ul > ol,
    .trips-list > ul > li {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .footer-socials ul {
        float: none;
    }
    .footer-copyrights {
        line-height: 1.5;
        width: 100%;
        left: auto;
    }
    .footer-nav ul li a {
        /* line-height: 1.6; */
    }
    .footer-info {
        /* line-height: 1.6; */
    }
    .footer-links ul li a {
        /* line-height: 1.6; */
    }
    .home-extras ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-extras ul li:last-child {
        margin-bottom: 0px;
    }
    .home-extras ul {
        display: block;
    }
    .home-extras-hold {
        margin-bottom: 70px;
    }
    .home-extra-img img {
        max-height: 200px;
    }
    .home-extra-content-hold {
        height: auto;
    }
    .home-extra-img {
        height: auto;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .home-features ul li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 30px;
    }
    .home-features ul li:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }
    .home-features ul li:nth-child(2n) {
        margin-right: 0;
    }
    .home-features ul li:nth-child(2n+1) {
        clear: both;
    }
    .home-feature-icon {
        margin-bottom: 18px;
    }
    .home-features-hold {
        padding: 60px 0;
    }
    .testimonial-item {
        padding: 24px 24px;
    }
    .gutter-sizer {
        width: 20px;
    }
    .grid-item {
        margin-bottom: 20px;
    }
    .header {
        top: 0px;
        padding: 0px;
        position: fixed;
        border-bottom: 1px solid #e1e9ef;
    }
    .home .header {
        border-bottom: none;
    }
    .home .header.scrolled {
        border-bottom: 1px solid #e1e9ef;
    }
    .header-icons ul li:last-child {
        /*display: none;*/
    }
    .main-wrapper {
        padding-top: 54px;
    }
    .intro-carousel-item {
        /* padding-bottom: 66%; */
        border-radius: 0;
    }
    .intro-slider-info-hold {
        top: 0px;
        margin-top: -100px;
        left: 24px;
        width: calc(100% - 48px);
        display: inline-block;
        position: relative;
    }
    .owl-dots {
        display: none;
    }
    .intro-slider-info-content {
        padding: 18px 18px;
    }
    .intro-trip-title {
        line-height: 1.3;
    }
    .intro-slider-info-content .trip-image-info-title-hold {
        min-width: 180px;
    }
    .intro-carousel .owl-dots {
        top: 24px;
        right: 24px;
    }
    .intro-carousel.owl-carousel .owl-dot button {
        width: 70px;
        height: 48px;
    }
    .intro-slider-info-content .trip-info {
        display: none;
    }
    .hotel-trip-choice-hold {
        padding: 42px 0;
        margin-bottom: 42px;
    }
    .hotel-single-main-info {
        margin-bottom: 42px;
    }
    .hotel-single-desc {
        margin-bottom: 36px;
    }
    .hotel-single-rating-hold {
        margin-bottom: 36px;
    }
    .hotel-single-features {
        margin-bottom: 20px;
    }
    .content-split-hotel-single {
        margin-bottom: 15px;
    }
    .hotel-single-features ul li {
        width: 50%;
    }
    .hotel-single-rating-left {
        padding-right: 0px;
    }
    .hotel-single-rating-right {
        padding-left: 12px;
    }
    .form-pasengers {
        margin-bottom: 6px;
    }
    .flight-summary {
        padding-bottom: 18px;
        margin-bottom: 36px;
    }
    .flight-extra-services {
        margin-bottom: 36px;
    }
    .payment-success-text {
        margin-bottom: 36px;
    }
    .contacts-right {
        padding-left: 0px;
    }
    .page-intro h3 {
        font-size: 26px;
    }
    .page-intro p {
        font-size: 16px;
    }
    .blog-list-item-title a {
        font-size: 22px;
    }
    .trip-choice-tabs .tabs {
        margin-bottom: 24px;
    }
    .recommended-map-acc {
        margin-bottom: 36px;
    }
    .flight-payments {
        padding-bottom: 0px;
        border: none;
        margin-bottom: 28px;
    }
    .page-content {
        margin-top: 0;
    }
    .travel-content {
        margin-top: 0;
    }
    .page-full-view {
        margin-top: 0;
    }
    .page-top-border {
        margin-top: 0;
    }

}

@media screen and (max-width:767px) {
    .tabs-alt-link {
        font-size: 13px;
    }
    .trip-choice-table-head-label {
        font-size: 8px;
    }
    .footer-links ul li {
        width: 33.333%;
    }
    .no-results-found {
        height: 1800px;
    }
}
@media screen and (max-width:639px) {

    .reveal {
        border-radius: 0;
    }

    .mob-order-price {
        font-size: 14px;
    }

    .flight-order-bottom {
        margin-bottom: 0px;
    }

    .mob-order-simplified .flight-order-submit {
        margin-top: 18px;
    }

    .fligt-summary-more a {
        display: inline-block;
        padding-right: 20px;
        color: #d94739;
        font-size: 14px;
        background: url(../img/arrow-down-red.svg) no-repeat center right;
    }

    .fligt-summary-more {
        padding-left: 40px;
        margin-bottom: 20px;
        margin-top: -15px;
    }

    .mob-order-simplified .flight-summary ul li:nth-child(n+3) {
        display: none;
    }

    .mob-order-simplified .flight-summary.close ul li:nth-child(n+3) {
        display: block;
    }

    .inner-content.mob-order-simplified {
        padding-top: 0;
    }

    .mob-order-simplified .flight-summary {
        border: none;
        padding: 0;
    }

    .order-mob-bg-hold {
        background: #fafbfc;
        margin-left: -18px;
        width: calc(100% + 36px);
        padding: 0 18px;
        padding-top: 30px;
        margin-bottom: 24px;
    }

    .mob-order-price-bottom {
        font-size: 12px;
    }

    .trip-choice-tabs .tabs {
        /* position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        background: #f7fafc;
        transition: 0.2s; */
    }

    .trip-choice-tabs .tabs.close {
        opacity: 1;
        visibility: visible;
    }

    .reveal-filters {
        top: 0 !important;
    }

    .reveal-custom.reveal-filters {
        border-radius: 0;
    }

    .footer-logos,
    .footer-links {
        display: none;
    }

    .request-submit .btn-red,
    .request-submit .btn-red:focus,
    .request-submit .btn-red:active {
        width: 100%;
        text-align: center;
    }

    .flight-order-submit .btn-red,
    .flight-order-submit .btn-red:focus,
    .flight-order-submit .btn-red:active {
        width: 100%;
        text-align: center;
    }

    .btn-red.btn-lg, .btn-red.btn-lg:focus, .btn-red.btn-lg:active {
        padding: 14px 20px;
        font-size: 14px;
    }

    .title-hotel-single {
        margin-bottom: 30px;
    }

    .search-results-hold {
        padding-top: 18px;
    }

    .search-results-block:last-child {
        padding-bottom: 18px;
    }

    .search-results-block {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .search-results-list ul li a {
        padding: 4px 18px;
        font-size: 14px;
    }

    .search-results-section-title {
        margin-bottom: 6px;
        padding: 0 18px;
    }

    .datepicker-hold:after {
        right: 20px;
        top: 38px;
    }

    .payment-success-button .btn-red.btn-lg,
    .payment-success-button .btn-red.btn-lg:focus,
    .payment-success-button .btn-red.btn-lg:active {
        padding: 14px 24px;
        font-size: 14px;
    }

    .trip-choice-table-row {
        margin-bottom: 12px;
    }

    .trip-image-block ul li a span {
        font-size: 24px;
    }

    .trips-list .trip-dates-list {
        display: none;
    }

    .form-element input, .form-element input:focus {
        height: 49px;
    }

    .trip-testimonials {
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .useful-info {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .recommended-map-acc {
        margin-bottom: 30px;
    }

    .section-title-mob-lg {
        font-size: 22px !important;
    }

    .hotels-list-images {
        position: relative;
        margin-bottom: 0px;
    }

    .offer-title-info-right {
        position: relative;
        margin-top: 30px;
        margin-bottom: -55px;
        z-index: 30;
    }

    .singlepage-view .offer-title-info-right {
        margin-bottom: 15px;
    }

    .singlepage-view .trip-choice-column-single ul.columned {
        column-count: 1;
    }

    .offer-title-info {
        margin-bottom: 0px;
    }

    .offer-carousel-hold {
        margin-bottom: 24px;
        margin-left: -18px;
        width: calc(100% + 36px);
    }

    .offer-carousel.owl-carousel .owl-nav button.owl-next,
    .offer-carousel.owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .btn-full-top-border, .btn-full-top-border:focus, .btn-full-top-border:active {
        padding: 13px 20px;
    }

    .home-extras-hold {
        margin-bottom: 42px;
    }

    .newsletter-fields input, .newsletter-fields input:focus {
        height: 49px;
    }

    .btn-red, .btn-red:focus, .btn-red:active {
        padding: 14px 30px;
    }

    .newsletter-left {
        margin-bottom: 18px;
    }

    .newsletter-left h3 {
        font-size: 18px;
    }

    .footer-block {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .footer {
        padding: 30px 0 60px;
    }

    .modal-filter-hold {
        margin-bottom: 18px;
    }

    .modal-filters-button {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 12px 18px;
    }

    .reveal-custom.reveal-filters {
        padding-bottom: 90px;
    }

    .modal-filters-button:before {
        left: -18px;
        right: -18px;
        width: calc(100% + 36px);
        top: 0px;
    }

    .checkbox label:before {
        top: 1px;
    }

    .checkbox {
        margin-bottom: 6px;
    }

    .checkbox label {
        font-size: 14px;
    }

    .intro-slider-button .btn-red,
    .intro-slider-button .btn-red:focus,
    .intro-slider-button .btn-red:active {
        font-size: 14px;
        padding: 14px 30px;
    }

    .intro-carousel-hold {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .mob-filters-trigger-hold .btn-border-red,
    .mob-filters-trigger-hold .btn-border-red:focus,
    .mob-filters-trigger-hold .btn-border-red:active {
        width: 100%;
        text-align: center;
    }

    .trips-list > ul > li {
        margin-bottom: 30px;
    }

    .mob-date-filter {
        margin-bottom: 18px;
    }

    .filter-price-block-values ul li span {
        font-weight: 700;
    }

    .filter-price-block-values ul li {
        font-size: 14px;
    }

    .intro-slider-info-content .trip-image-info-title-hold {
        width: 100%;
    }

    .hotel-single-main-info .hotel-item-price-hold ul li a {
        width: 100%;
    }

    .hotel-single-details {
        border-bottom: 1px solid #e1e9ef;
        padding-bottom: 12px;
    }

    .trip-choice-tabs {
        margin-bottom: 18px;
    }

    .trip-choice-button {
        padding-left: 10px;
        margin-top: 0px;
    }

    .trip-choice-table-body-column .trip-choice-tab-icon {
        float: right;
        margin-left: 0px;
        margin-bottom: 0;
        text-align: right;
        margin-top: -3px;
    }

    .trip-choice-table-body-column {
        border-bottom: 1px solid #e1e9ef;
        border-right: none;
        font-size: 14px;
        padding: 0px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .trip-choice-table-body-column:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .trip-choice-table-row {
        display: block;
        padding: 24px 18px;
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(225, 233, 239, 1);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(225, 233, 239, 1);
        box-shadow: inset 0px 0px 0px 1px rgba(225, 233, 239, 1);
    }

    .trip-choice-column-1,
    .trip-choice-column-2,
    .trip-choice-column-3,
    .trip-choice-column-4,
    .trip-choice-column-5 {
        width: 100%;
    }

    .trip-choice-days {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .trip-choice-table-head {
        display: none;
    }

    .tabs-alt-link {
        padding: 21px 0;
        font-size: 14px;
    }

    .trip-choice-tab-icon {
        float: right;
        margin-left: 10px;
    }

    .trip-choice-tab-title {
        font-size: 14px;
    }

    .trip-choice-tabs .tabs-title > a {
        padding: 18px 18px;
    }

    .trip-choice-tabs > ul > li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 6px;
    }

    .trip-choice-tabs > ul {
        display: block;
    }

    .r-travellers-item-right {
        padding-top: 6px;
    }

    .request-submit {
        text-align: center;
    }

    .request-form-block {
        margin-bottom: 18px;
    }

    .request-form-block .section-title-sm {
        margin-bottom: 12px;
    }

    .request-slider-data ul li {
        display: block;
        margin-right: 0;
    }

    .r-travellers-item-left {
        font-size: 14px;
    }

    .r-travellers-item-left span {
        font-size: 12px;
    }

    .filter-r-travellers-block {
        padding: 18px 18px;
    }

    .filter-r-categories-block {
        padding: 18px 18px;
    }

    .inner-content.request-content {
        margin-bottom: 60px;
    }

    .filter-r-travellers-chosen-values {
        left: 18px;
        width: calc(100% - 60px);
    }

    .request-form-block .filter-item {
        padding-left: 18px;
        font-size: 14px;
    }

    .request-form-block .filter-chosen-values {
        font-size: 14px;
    }

    .filter-r-travellers-block {
        width: 100%;
    }

    .filter-r-categories-block {
        width: 100%;
    }

    .children-ages ul li {
        width: 100%;
        margin-right: 0px;
    }

    .request-form-block .form-right {
        padding-left: 0px;
    }

    .request-form-block .form-left {
        padding-right: 0px;
    }

    .interesting-item {
        margin-bottom: 24px;
    }

    .interesting-item-link {
        font-size: 14px;
    }

    .interesting-item-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .interesting-item-image {
        margin-bottom: 12px;
    }

    .d-offer-text {
        margin-bottom: 18px;
    }

    .d-offer-text h3 {
        font-size: 20px;
    }

    .d-offer-hold {
        padding: 36px 24px;
    }

    .d-price-block-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .d-price-block-list ul li {
        width: calc(50% - 6px);
    }

    .d-distionary ul li {
        font-size: 14px;
    }

    .d-to-do-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .d-to-do-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .d-to-do-image {
        margin-bottom: 12px;
    }

    .d-to-do-image .testimonial-likes {
        top: 12px;
        left: 12px;
    }

    .destination-to-do ol li {
        padding: 18px 18px;
    }

    .destination-weather-right ul li span {
        font-size: 28px;
    }

    .destination-weather-right ul li {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        float: left;
        width: 50%;
    }

    .destination-weather-right {
        padding: 18px 12px;
        width: 100%;
    }

    .destination-weather-hold {
        padding: 18px 18px;
    }

    .destination-weather-left {
        width: 100%;
        padding-right: 0px;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .section-title-destination {
        font-size: 16px;
        padding-left: 46px;
    }

    .destination-title {
        font-size: 16px;
    }

    .destinations-trends ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 24px;
    }

    .destination-dropdown .filter-destination-chosen-values {
        left: 60px;
        width: calc(100% - 86px);
    }

    .destination-dropdown .filter-categories-chosen-values {
        left: 60px;
        width: calc(100% - 86px);
    }

    .destination-dropdown .filter-block {
        left: -5px;
        right: auto;
    }

    .destination-dropdown.filter-list > ul > li:nth-child(1) {
        width: 200px;
    }

    .destination-dropdown .filter-destination.filter-item {
        padding-left: 60px;
    }

    .destination-dropdown .filter-item .filter-label {
        left: 0px;
    }

    .destination-dropdown {
        position: static;
    }


    .trip-flight-details > div {
        padding: 0 4px;
    }
    .trip-flight-details > div:first-child {
        border-right: 1px solid #e1e9ef;
    }
    .trip-flight-details .trip-flight-item-label {
        font-size: 14px;
    }
    .trip-flight-details .trip-flight-hours {
        font-size: 20px;
    }
    .trip-flight-details .trip-flight-hours span {
        font-size: 14px;
    }
    .trip-flight-item {
        border-bottom: none;
        margin-bottom: 0;
    }

    .blog-content .section-title-lg {
        margin-bottom: 24px;
    }

    .blog-single-content .section-title-lg {
        margin-bottom: 24px;
    }

    .blog-single-content .content-split-left .entry {
        margin-bottom: 36px;
    }

    .blog-single-related ul li {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 24px;
    }

    .blog-single-related ul li:last-child {
        margin-bottom: 0px;
    }

    .blogletter-top p {
        font-size: 14px;
    }

    .blogletter-top h3 {
        font-size: 18px;
    }

    .blogletter-top {
        padding-left: 0px;
        padding-top: 60px;
        margin-bottom: 20px;
        min-height: 1px;
        background: url(../img/blogletter.svg) no-repeat center top / 60px;
    }

    .blogletter-hold .newsletter-fields ul li {
        width: 100%;
    }

    .blogletter-hold .newsletter-fields ul li:nth-child(3) {
        width: 100%;
    }

    .blogletter-hold {
        padding: 24px 18px;
    }

    .keywords-list a {
        padding: 4px 8px;
    }

    .entry p.wp-caption-text {
        font-size: 12px;
        line-height: 1.6;
    }

    .entry ul li:before {
        top: 7px;
    }

    .entry ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    .entry h5 {
        font-size: 14px;
        padding: 12px 18px;
        margin-bottom: 24px;
    }

    .inner-content.blog-single-content {
        padding-top: 36px;
        margin-bottom: 60px;
    }

    .sidebar-rek a {
        padding: 18px 18px;
    }

    .blog-content .content-split-left {
        margin-bottom: 36px;
    }

    .blog-recommends {
        margin-bottom: 18px;
    }

    .blog-recommends ul li a {
        padding: 9px 0;
    }

    .inner-content.blog-content {
        padding-top: 30px;
        margin-bottom: 42px;
    }

    .sidebar-related.sidebar-recommends .more-recommends a {
        margin-left: -18px;
        width: calc(100% + 36px);
    }

    .blog-list-item-image a {
        padding-bottom: 56%;
    }

    .blog-list-item-title a {
        font-size: 18px;
    }

    .about-bottom p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-bottom h3 {
        font-size: 22px;
    }

    .about-features-hold {
        margin-bottom: 60px;
    }

    .about-features-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-features-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .about-block {
        padding-bottom: 48px;
        margin-bottom: 48px;
    }

    .entry p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .entry h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .about-block-left {
        font-size: 22px;
    }

    .about-full-image {
        margin-bottom: 48px;
        padding-bottom: 56%;
    }

    .about-hold .page-intro {
        margin-bottom: 48px;
    }

    .inner-content.about-hold {
        padding-top: 48px;
        margin-bottom: 60px;
    }

    .page-intro p {
        font-size: 14px;
    }

    .page-intro h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .contacts-certificate h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .contacts-certificate p {
        font-size: 14px;
        line-height: 1.6;
    }

    .contacts-certificate {
        padding: 18px 18px;
    }

    .map-hold {
        height: 350px;
    }

    .contacts-left-block {
        padding-right: 0px;
        margin-bottom: 24px;
    }

    .top-header-info-top-input-hold input, .top-header-info-top-input-hold input:focus {
        padding: 3px 12px;
    }

    .payment-success-text h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .reveal-text {
        font-size: 14px;
    }

    .add-comment-checkbox label:before {
        top: 19px;
    }

    .order-sidebar-bottom ul li {
        /* font-size: 14px; */
    }

    .order-main-total span span {
        /* font-size: 14px; */
    }

    .order-main-total .price-amount-text {
        font-size: 18px;
    }

    .order-main-total {
        /* font-size: 14px; */
    }

    .order-main-details ul li {
        /* font-size: 14px; */
    }

    .order-sidebar-bottom {
        padding: 18px 18px;
    }

    .order-sidebar-top {
        padding: 18px 18px;
    }

    .flight-order-submit {
        text-align: center;
    }

    .checkbox label {
        font-size: 14px;
    }

    .add-comment-checkbox label {
        font-size: 14px;
    }

    .flight-payment-item label span {
        padding-top: 5px;
        float: none;
        display: block;
    }

    .flight-payment-item label:before {
        left: 12px;
    }

    .flight-payment-item label {
        padding: 18px 18px;
        padding-left: 40px;
        /* font-size: 14px; */
    }

    .flight-extra-service-right {
        text-align: center;
    }

    .flight-extra-service-item {
        padding: 18px 18px;
        border-bottom: 1px solid #e1e9ef;
    }

    .form-pasengers .form-right {
        padding-left: 0px;
    }

    .form-pasengers .form-left {
        padding-right: 0px;
    }

    .passengers-info-block {
        padding: 18px 18px;
        font-size: 14px;
    }

    .flight-summary ul li {
        padding-left: 40px;
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .flight-summary ul li span {
        font-weight: 400;
    }

    .flight-summary ul li img {
        left: 0px;
        top: 4px;
    }

    .trip-flight-middle,
    .trip-flight-left {
        margin-bottom: 12px;
    }

    .trip-flight-hours {
        text-align: center;
    }

    .trip-flight-item-label {
        margin-bottom: 12px;
        text-align: center;
    }

    .top-header-info-hold {
        width: 290px;
    }

    .top-header-info-top-hold {
        padding: 18px 18px;
    }

    .header-sec.header-order .header-icons {
        width: 122px;
    }

    .header-sec.header-order .top-header-trigger > a {
        font-size: 13px;
        padding-right: 20px;
    }

    .header-sec.header-order .header-sec-back {
        width: calc(100% - 242px);
        padding-left: 10px;
    }

    .header-sec.header-order .header-icons ul li:first-child {
        display: block;
    }

    .soldout-reveal-button {
        margin-bottom: 24px;
    }

    .soldout-reveal-title {
        font-size: 24px;
    }

    .reveal-custom.reveal-soldout {
        max-width: 750px;
        padding: 36px 18px 30px;
    }

    .hotel-single-map {
        height: 320px;
    }

    .hotel-single-features ul li {
        font-size: 14px;
        width: 100%;
        margin-bottom: 4px;
    }

    .hotel-single-rating-nr {
        font-size: 48px;
    }

    .hotel-single-rating-tesimonial-author {
        font-size: 14px;
    }

    .hotel-single-rating-tesimonial-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 6px;
    }

    .hotel-single-rating-left {
        margin-bottom: 24px;
    }

    .hotel-single-rating-right {
        padding-left: 0px;
    }

    .hotel-single-rating-hold {
        display: block;
        padding: 18px 18px;
    }

    .hotel-single-desc h3 {
        font-size: 18px;
    }

    .hotel-single-desc p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .hotel-single-details ul li {
        float: left;
        max-width: 100%;
        width: 48%;
        margin-right: 4%;
    }

    .hotel-single-details ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .hotel-single-details ul li:nth-child(2n+1) {
        clear: both;
    }

    .hotel-single-images ul li:first-child a {
        padding-bottom: 77%;
    }

    .hotel-single-images ul li a {
        padding-bottom: 77%;
    }

    .hotel-single-images ul li a span {
        font-size: 24px;
    }

    .hotel-single-images ul li:first-child {
        width: 100%;
    }

    .hotel-single-images ul li {
        width: calc(50% - 6px);
        margin-right: 12px;
    }

    .hotel-single-images ul li:nth-child(2n+3) {
        margin-right: 0px;
    }

    .header-hotel-single-nav {
        display: none;
    }

    .header-sec-back {
        width: calc(100% - 224px);
        padding-left: 18px;
    }

    .header-sec-back a {
        width: 40px;
        height: 34px;
    }

    .header-sec .header-icons {
        width: 104px;
    }

    .header-sec .header-icons ul li {
        margin-right: 15px;
    }

    .header-sec .header-icons ul li:first-child {
        display: none;
    }

    .header-sec .logo {
        border-right: none;
    }

    .fancybox-navigation .fancybox-button {
        height: 41px;
        width: 21px;
    }

    .hotel-rating {
        top: 12px;
        left: 12px;
    }

    .super-bonus p {
        font-size: 14px;
    }

    .inner-content {
        margin-bottom: 24px;
    }

    .trips-list .trip-dates-list ul li {
        font-size: 12px;
    }

    .trip-image-info-text {
        font-size: 10px;
        line-height: 1.5;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .header-sec-used .section-title {
        font-size: 21px;
    }

    .sidebar-form-details {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .sidebar-form {
        padding: 18px 18px;
    }

    .sidebar-form-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .sidebar-related-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .sidebar-related-item a span {
        padding-top: 0px;
    }

    .sidebar-related {
        padding: 18px 18px;
    }

    .trip-image-block.trip-image-block-diff ul li:last-child a {
        padding-bottom: 65%;
    }

    .trip-image-block.trip-image-block-diff ul li:last-child {
        width: 100%;
        margin-left: 0px;
    }

    .trip-image-block.trip-image-block-diff ul li:first-child a {
        padding-bottom: 65%;
    }

    .trip-image-block.trip-image-block-diff ul li:first-child {
        width: 100%;
        margin-right: 0px;
    }

    .hotels-list-images ul li:first-child a {
        padding-bottom: 65%;
    }

    .trip-image-block ul li:first-child a {
        padding-bottom: 77%;
    }

    .trip-image-block {
        margin-bottom: 18px;
    }

    .trip-image-block ul li a {
        padding-bottom: 77%;
    }

    .trip-image-block ul li:first-child {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .trip-image-block ul li {
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-left: 0px;
    }

    .trip-image-block ul li:nth-child(2n+3) {
        margin-right: 0px;
    }

    .short-desc {
        line-height: 1.6;
    }

    .trip-testimonial-item {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .trip-testimonial-left {
        margin-bottom: 0px;
    }

    .trip-testimonial-content {
        margin-bottom: 18px;
    }

    .testiminial-inicial-hold {
        width: 48px;
        margin-bottom: 0;
    }

    .testiminial-author {
        padding-top: 6px;
        width: calc(100% - 48px);
    }

    .trip-testimonial-content p {
        line-height: 1.6;
    }

    .useful-info h3 {
        margin-bottom: 12px;
    }

    .useful-info img {
        position: static;
        top: auto;
        float: none;
        right: auto;
        max-width: 100px;
        margin-bottom: 18px;
    }

    .useful-info {
        padding-right: 0px;
    }

    .recommended-map-acc .accordion-content {
        padding: 18px 18px;
        font-size: 14px;
    }

    .recommended-map-acc .accordion-title:before {
        right: 10px;
    }

    .recommended-map-acc .accordion-title {
        padding: 12px 18px;
        padding-right: 45px;
    }

    .super-bonus {
        padding: 18px 18px;
        padding-left: 82px;
    }

    .super-bonus img {
        left: 18px;
    }

    .hodel-includes-hold .hotels-list-item-about {
        margin-bottom: 18px;
    }

    .hodel-includes-hold .hotels-list-item-about.negative-list {
        margin-bottom: 0px;
    }

    .hotel-item-price-hold ul li {
        margin-right: 0px;
        margin-bottom: 18px;
        float: none;
        text-align: center;
    }

    .hotel-item-price-hold ul li:last-child {
        margin-bottom: 0px;
    }

    .hotel-item-details ul li {
        margin-right: 6px;
    }

    .hotel-item-price-hold ul {
        float: none;
    }

    .hotels-list-item-about {
        padding-bottom: 24px;
        border-bottom: 1px solid #e1e9ef;
        margin-bottom: 18px;
    }

    .hotel-item-details {
        text-align: center;
        padding-bottom: 18px;
        border-bottom: 1px solid #e1e9ef;
        margin-bottom: 18px;
    }

    .hotel-item-price-hold .btn-red,
    .hotel-item-price-hold .btn-red:focus,
    .hotel-item-price-hold .btn-red:active {
        width: 100%;
        text-align: center;
    }

    .hotel-item-details ul li:first-child {
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }

    .offer-counter-bottom {
        padding: 11px 18px;
    }

    .offer-counter-top {
        padding: 18px 18px;
    }

    .hotels-list-item {
        padding: 18px 18px;
    }

    .hotels-list-item-about h3 {
        font-size: 18px;
    }

    .hotels-list-images ul li:first-child {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1px;
        display: block;
    }

    .hotels-list-images ul li:nth-child(2) {
        width: calc(50% - 1px);
        margin-top: 1px;
        margin-right: 1px;
        display: inline-block;
    }

    .hotels-list-images ul li:nth-child(3) {
        width: calc(50% - 1px);
        margin-top: 1px;
        margin-left: 1px;
        display: inline-block;
    }

    .hotels-list-images .more-photo-screen {
        display: none;
    }

    .hotels-list-images ul li {
        width: 100%;
        margin-left: 0;
        display: none;
        margin-bottom: 0;
    }

    .section-title-sm {
        font-size: 18px;
    }

    .offer-counter-bottom-counter {
        text-align: left;
    }

    .offer-counter-bottom-text {
        margin-bottom: 12px;
    }

    .offer-counter-bottom {
        display: flex;
        flex-direction: column;
    }

    .agent-image-hold {
        margin-bottom: 0px;
        text-align: left;
        width: 100px;
    }

    .agent-title {
        padding-top: 28px;
        text-align: left;
        padding-left: 6px;
        width: calc(100% - 100px);
        display: block !important;
    }

    .offer-counter-right {
        padding-left: 0px;
        margin-bottom: 18px;
    }

    .offer-carousel-item {
        /*padding-bottom: 69%;*/
        padding-bottom: 0;
        border-radius: 0;
    }

    .owl-carousel .owl-item .offer-carousel-item > img {
        display: block;
    }

    .trip-dates-list ul li:after {
        margin: 0 4px;
    }

    .trip-dates-list ul li {
        font-size: 14px;
    }

    .section-title-lg {
        font-size: 22px;
    }

    .search-field-hold input, .search-field-hold input:focus {
        width: calc(100% - 104px);
    }

    .search-close {
        width: 50px;
    }

    .search-field-icon {
        width: 54px;
    }

    .destiniation-search:before {
        right: 15px;
    }

    .months-list ul li {
        font-size: 10px;
    }

    .destinations-list-hold {
        max-height: 220px;
    }

    .favs-main-title a {
        right: 16px;
        top: 20px;
    }

    .favs-content-buttons {
        bottom: 18px;
        left: 0;
    }

    .favs-item {
        padding-bottom: 18px;
        margin-bottom: 18px;
        position: relative;
    }

    .favs-bottoms ul li .btn-simple,
    .favs-bottoms ul li .btn-simple:focus,
    .favs-bottoms ul li .btn-simple:active {
        padding: 15px 0px;
    }

    .favs-bottoms ul li .btn-red,
    .favs-bottoms ul li .btn-red:focus,
    .favs-bottoms ul li .btn-red:active {
        padding: 15px 20px;
    }

    .favs-bottoms {
        padding: 12px 18px;
    }

    .favs-list {
        padding: 18px 0;
        padding-right: 18px;
        height: calc(100% - 62px);
    }

    .favs-main-title:after {
        right: 18px;
    }

    .favs-main-title {
        padding-right: 18px;
    }

    .favs-top {
        padding-left: 18px;
        height: calc(100% - 76px);
    }

    .favs-content-title {
        font-size: 14px;
    }

    .favs-content-hold {
        width: calc(100% - 100px);
        padding-left: 18px;
        min-height: 140px;
        position: static;
        padding-bottom: 46px;
    }

    .favs-image-price-hold {
        top: 0px;
        left: 0px;
    }

    .favs-image-hold {
        width: 100px;
        height: 90px;
    }

    .favs-main-title {
        padding: 20px 0px 18px;
        font-size: 16px;
    }

    .favs-hold {
        width: 320px;
    }

    .filter-date-block {
        width: 310px;
        left: -15px;
    }

    .filter-list > ul > li {
        margin-right: 0;
    }

    .filter-list > ul > li:nth-child(1) {
        width: 100%;
    }

    .filter-list > ul > li:nth-child(2) {
        width: 100%;
    }

    .filter-list > ul > li:nth-child(3) {
        width: 100%;
        margin-bottom: 12px;
    }

    .filter-list > ul > li:nth-child(4) {
        width: 100%;
        margin-bottom: 12px;
    }

    .filter-list > ul > li:nth-child(5) {
        width: 100%;
    }

    .intro-carousel.owl-carousel .owl-dot button span {
        display: none;
    }

    .intro-carousel.owl-carousel .owl-dot button {
        width: 50px;
        height: 36px;
        border: 2px solid #fff;
    }

    .intro-carousel .owl-dots {
        top: auto;
        right: 0px;
        left: 0;
        text-align: center;
        bottom: 4px;
        width: 100%;
    }

    .intro-carousel.owl-carousel .owl-dot {
        display: inline-block;
        margin: 0 3px;
    }

    .intro-carousel-item {
        padding-bottom: 69%;
    }

    .intro-slider-info-content .trip-image-info-title-hold {
        min-width: 140px;
    }

    .intro-slider-info-hold {
        margin-top: -82px;
        left: 18px;
        width: calc(100% - 36px);
    }

    .more-trips {
        margin-bottom: 36px;
    }

    .trip-image {
        padding-bottom: 70%;
    }

    .trip-fav {
        top: 12px;
        right: 12px;
    }

    .trip-image-info-title span {
        font-size: 12px;
        line-height: 1.1;
    }

    .trip-image-info-title-hold {
        min-width: 142px;
        padding: 6px 12px;
        min-height: 64px;
    }

    .trip-image-info-price {
        width: 80px;
        font-size: 18px;
    }

    .trip-image-info-hold {
        top: 12px;
        left: 12px;
    }

    .trip-title {
        font-size: 18px;
    }

    .section-title span {
        float: none;
        display: block;
    }

    .testimonial-item {
        padding: 18px 18px;
    }

    .gutter-sizer {
        width: 0px;
    }

    .grid-item {
        width: 100%;
    }

    .home-feature-icon {
        margin-bottom: 12px;
    }

    .home-feature-title {
        margin-bottom: 6px;
    }

    .home-features ul li:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    .home-features ul li:last-child {
        margin-bottom: 0px;
    }

    .home-features ul li {
        width: 100%;
        margin-right: 0;
    }

    .newsletter-fields ul li:nth-child(2) {
        width: 100%
    }

    .newsletter-fields ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .newsletter-fields ul li:last-child {
        margin-bottom: 0px;
    }

    .home-extra-content-text p {
        line-height: 1.5;
    }

    .home-extra-img {
        display: block;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .home-extras ul li {
        padding: 36px 18px;
        display: block;
    }

    .newsletter {
        background: none;
        padding-left: 0px;
        padding-top: 0px;
    }

    .newsletter-hold {
        padding: 24px 0;
    }

    .footer-copyrights {
        /* font-size: 12px; */
    }

    .footer-socials ul li {
        margin-bottom: 6px;
    }

    .footer-socials ul li:last-child {
        margin-bottom: 0px;
    }

    .footer-links ul li a {
        font-size: 12px;
    }

    .footer-links ul li {
        width: 50%;
    }

    .footer-nav-grid:nth-last-child(-n+2) {
        margin-bottom: 24px;
    }

    .footer-nav-grid:last-child {
        margin-bottom: 0px;
    }

    .footer-nav-title {
        margin-bottom: 6px;
    }

    .cats-carousel-item-title {
        font-size: 20px;
    }

    .renew-reveal-bottom {
        padding: 36px 15px 36px;
    }

    .renew-reveal-text {
        margin-bottom: 24px;
    }

    .renew-reveal-top {
        padding: 36px 15px 36px;
    }

    .renew-reveal-title {
        font-size: 24px;
    }

    .form-element textarea, .form-element textarea:focus {
        padding: 8px 18px;
        font-size: 14px;
    }

    .form-element input, .form-element input:focus,
    .form-element select, .form-element select:focus {
        padding: 2px 18px;
        font-size: 14px;
    }

    .reveal .close-button {
        top: 18px;
        right: 18px;
    }

    .form-left {
        padding-right: 0px;
    }

    .form-right {
        padding-left: 0px;
    }

    .reveal-custom {
        padding: 30px 18px;
    }

    .contact-reveal-image {
        width: 70px;
        height: 70px;
    }

    .footer-socials ul li a span {
        display: none;
    }

    .page-general pre a {
        display: block;
        margin: 5px 0;
    }

    .text_top {
        margin-bottom: 30px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }

    .text_bottom {
        margin-bottom: 15px;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }

    .offer-counter-headline {
        float: none;
    }

    .singlepage-view .trip-choice-button {
        padding-left: 0;
        float: none;
    }

    .singlepage-view .trip-choice-button a,
    .singlepage-view .trip-choice-button a:hover,
    .singlepage-view .trip-choice-button a:focus,
    .singlepage-view .trip-choice-button a:active,
    .singlepage-view .trip-choice-button a:visited {
        width: 100%;
        float: none;
    }

    .singlepage-view .column:last-child:not(:first-child),
    .singlepage-view .columns:last-child:not(:first-child) {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
    }

    .singlepage-view .column.d-none:last-child:not(:first-child),
    .singlepage-view .columns.d-none:last-child:not(:first-child) {
        display: none;
    }

    .singlepage-view .hotel-single-map {
        margin-bottom: 0;
    }

    .singlepage-view .hotel-video .travel-youtube {
        width: 100%;
        height: 210px;
    }

    .singlepage-view .content-split-left {
        padding-bottom: 30px;
    }

    .singlepage-view .content-split-offer {
        border-bottom: none;
    }

    .singlepage-view #similar-travels {
        display: none;
    }

    .singlepage-view .trip-choice-table-row {
        margin-bottom: 25px;
    }

    .body-travel-singlepage .newsletter-hold {
        display: none;
    }

    .body-travel-singlepage .footer {
        display: none;
    }

    .coupon-new {
        text-align: center;
    }
    .coupon-new a.btn-simple.btn-lg {
        padding: 0 0 25px 0;
    }
    .reveal-coupon .small-12.columns.nopad {
        text-align: center;
    }

    .gift-coupon-selection .gift-coupon-single > div {
        text-align: center;
    }

    .gift-coupon-selection .gift-coupon-single > div.gift-coupon-about {
        padding: 0 10px 10px 10px;
    }

    .gift-coupons-order .row {
        padding: 15px;
    }

    .gift-coupons-order .gift-coupon-cart .title {
        padding: 0 0 10px 0;
    }

    .gift-coupons-order [type=checkbox] {
        margin-right: 7px;
    }

    .gift-coupons-order [type=checkbox] + label {
        display: inline;
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .hotels-list-item {
        border: none;
        padding: 0;
    }
}

@media screen and (max-height:700px) and (min-width: 1024px) {
    .sidebar-form-hold .form-element textarea,
    .sidebar-form-hold .form-element textarea:focus {
        height: 90px;
    }
    .sidebar-form {
        padding-top: 36px;
        padding-bottom: 24px;
    }
    .order-sidebar-top {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .order-sidebar-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

