/* Generated by less 2.5.1 */
/*------------------------------------------------------------------
Import library files
-------------------------------------------------------------------*/
@import "slick.css";
@import "slick-theme.css";
@import "jquery-ui.min.css";
@import "lightgallery.min.css";
@import "lg-transitions.min.css";

/*------------------------------------------------------------------
Pages styles
-------------------------------------------------------------------*/
/*Import general styles*/
/*------------------------------------------------------------------
[Table of contents]

General styles

1.1. INPUTS & TEXTAREA styles
1.2. Common element styles
1.3. Calendar styles
1.4. Lightgallery styles
1.5. Popup


"Main Page" styles

2.1. Top panel
2.2. Main slider section
2.3. Most popular section
2.4. Destinations section
2.5. Search tour section
2.6. Stories section
2.7. Blog section
2.8. Subscribe section
2.9. Instagram section
2.10. Footer
2.11. Socials
2.12. Media queries


"Story page" styles

3.1. Page styles
3.2. Media queries


"Travel list page" styles

4.1. Page styles
4.2. Media queries


"Tour page" styles

5.1. Page styles
5.2. Comments section
5.3. Write comment section
5.4. Media queries


"Stories list page" styles

6.1. Page styles
6.2. Media queries


"Blog list page" styles

7.1. Page styles
7.2. Media queries


"Blog page" styles

8.1. Page styles
8.2. Media queries


"Gallery page" styles

9.1. Page styles
9.2. Media queries


"Contacts page" styles

10.1. Page styles
10.2. Media queries


"About us" page styles

11.1. Page styles
11.2. Media queries


404 page styles

12.1. Page styles
12.2. Media queries

-------------------------------------------------------------------*/


@font-face {
    font-family: 'futura-blackbold';
    src: url('unicode.futurabb-webfont.woff2') format('woff2'),
    url('unicode.futurabb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_xblk_btextra_black';
    src: url('futura_xblk_bt-webfont.woff2') format('woff2'),
    url('futura_xblk_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futuralight';
    src: url('FuturaLightBT.woff2') format('woff2'),
    url('FuturaLightBT.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futuralight_condensed';
    src: url('futura-condensedlight-webfont.woff2') format('woff2'),
    url('futura-condensedlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futurabold';
    src: url('unicode.futurab-webfont.woff2') format('woff2'),
    url('unicode.futurab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futuralight';
    src: url('futura_medium_condensed_bt-webfont.woff2') format('woff2'),
    url('futura_medium_condensed_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futuralight';
    src: url('futura_light_font-webfont.woff2') format('woff2'),
    url('futura_light_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futuralight';
    src: url('futura_light_bt-webfont.woff2') format('woff2'),
    url('futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura-blackbold';
    src: url('unicode.futurabb-webfont.woff2') format('woff2'),
    url('unicode.futurabb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futurabold';
    src: url('unicode.futurab-webfont.woff2') format('woff2'),
    url('unicode.futurab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*:hover {
    cursor: default;
}

.vid-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 50%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------------------------------------------------------
1.1. INPUTS & TEXTAREA styles
-----------------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

input::-moz-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

input:-moz-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

input:-ms-input-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

textarea::-webkit-input-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

textarea::-moz-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

textarea:-moz-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

textarea:-ms-input-placeholder {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.63);
}

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

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

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

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

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

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

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

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

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

textarea:focus {
    outline: 0;
}

textarea:hover {
    cursor: text;
}

input {
    border-radius: 0;
}

input:focus {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

input[type=submit],
button {
    -webkit-appearance: none;
}

input[type=submit]:hover,
button:hover {
    cursor: pointer;
}

input:hover {
    cursor: text;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*----------------------------------------------------------------------------------
1.2. Common element styles
-----------------------------------------------------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    -webkit-overflow-scrolling: touch !important;
}

li,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="number"] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select option {
    color: #000;
}

select:focus {
    outline: 0;
}

select::-ms-expand {
    display: none;
}

@-webkit-keyframes bouncy {
    from,
    to {
        -webkit-transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
    }
}

@keyframes bouncy {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

.bouncy {
    -webkit-animation: bouncy 0.6s;
    animation: bouncy 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.link {
    text-decoration: underline;
    color: #10AC6D;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-decoration: none !important;
}

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

.btn-primary {
    color: #fff !important;
    background: #10AC6D;
    border-color: #10AC6D;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-default {
    color: #10AC6D !important;
    background: #ffffff;
    border-color: #ffffff;
}

a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:focus {
    outline: 0;
}

a:active {
    outline: 0;
}

button {
    display: block;
    float: left;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

button:focus {
    outline: 0;
}

button:active {
    outline: 0;
}

button:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
button:hover {
    cursor: pointer;
}

a:hover *,
button:hover * {
    cursor: pointer;
}

.wrap {
    width: 100%;
    max-width: 1440px;
    float: none;
    margin: 0 auto;
}

.slide .wrap {
    margin: 0 auto 0 30px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'futuralight';
    color: #000;
    font-size: 16px;
}

.occupancy-card.active button{
    display: none!important;
}
.occupancy-card.active i{
    display: block!important;
}
.occupancy-card button{
    display: block!important;
}
.occupancy-card i{
    display: none!important;
    font-size: 20px;
}

.extra-card.active .add{
    display: none!important;
}
.extra-card.active .remove{
    display: block!important;
}
.extra-card .add{
    display: block!important;
}
.extra-card .remove{
    display: none!important;
}

body.locked {
    overflow: hidden;
}

body.locked.body-margin.os-windows.chrome-browser,
body.locked.body-margin.os-windows.opera-browser {
    position: relative;
}

body.locked.body-margin.os-windows.chrome-browser:before,
body.locked.body-margin.os-windows.opera-browser:before {
    width: 8px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    content: '';
    background: #F7F7F7;
}

body.pop-up-open {
    position: fixed;
    left: 0;
    right: 0;
}

body.os-windows::-webkit-scrollbar {
    width: 8px;
    background-color: #F7F7F7;
}

body.os-windows::-webkit-scrollbar-thumb {
    background-color: #10AC6D;
    border-radius: 4px;
}

body.os-windows .popup::-webkit-scrollbar {
    width: 8px;
    background-color: #F7F7F7;
}

body.os-windows .popup::-webkit-scrollbar-thumb {
    background-color: #10AC6D;
    border-radius: 4px;
}

.body-margin.os-windows .top_panel {
    width: auto;
    left: 0;
    right: 8px;
}

.body-margin.os-windows.chrome-browser,
.body-margin.os-windows.opera-browser {
    padding-right: 8px;
}

.body-margin.os-windows.chrome-browser .hum_btn,
.body-margin.os-windows.opera-browser .hum_btn {
    margin-right: 8px;
}

.body-margin.os-windows.chrome-browser .modal_form .close,
.body-margin.os-windows.opera-browser .modal_form .close {
    margin-right: 8px;
}

.body-margin.os-windows.chrome-browser .single-page .top_panel,
.body-margin.os-windows.opera-browser .single-page .top_panel,
.body-margin.os-windows.chrome-browser .footer,
.body-margin.os-windows.opera-browser .footer {
    right: 8px;
    width: auto;
    left: 0;
}

h2 .title{
    font-size: 40px!important;
}

.title {
    font-size: 50px;
    font-family: 'futuralight';
    margin-bottom: 12px;
}

.subtitle {
    font-size: 20px;
    color: #202020;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: start;
    font-family: 'futuralight' !important;
}

.section_content {
    margin-top: 36px;
}

.container {
    overflow: hidden;
}

.page {
    padding-bottom: 1px;
}

.page .posts .tour_item {
    margin-bottom: 40px;
}

.page .posts .tour_item:nth-child(even) {
    margin-right: 0;
}

.page_head {
    position: relative;
    z-index: 1;
}

.page_head .title,
.page_head .subtitle {
    text-align: left;
}

.page .left_content {
    max-width: 1090px;
}

.page .lleft_content {
    max-width: 1090px;
    left: 162px;
    position: relative;
}

.page .right_content {
    max-width: 308px;
}

.page.favourites-list .page_head .title {
    width: auto;
    margin-bottom: 0;
}

.page.favourites-list .page_head .title span {
    color: #919193;
    display: inline-block;
    margin-left: 10px;
}

.page.favourites-list .page_head .select_wrap {
    width: 310px;
    height: 58px;
    background: #F7F7F7;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    float: right;
}

.page.favourites-list .page_head .select_wrap:before {
    width: 9px;
    height: 9px;
    background: #10AC6D;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -4px;
    right: 24px;
    border-radius: 50%;
}

.page.favourites-list .page_head .select_wrap select {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    font-size: 21px;
    color: rgba(145, 145, 147, 0.47);
    padding: 0 50px 0 28px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.page.favourites-list .page_head .select_wrap select.selected {
    color: #222;
}

.page.favourites-list .page_head .select_wrap select:focus {
    outline: 0;
}

.page.static-page .page_head {
    margin-bottom: 23px;
}

.page.static-page .left_content .description {
    font-size: 26px;

    color: #222;
    margin-bottom: 12px;
}

.page.static-page .left_content p:not([class]) {
    font-size: 18px;
    color: #464646;
    margin: 12px 0;
}

.page.static-page .left_content h2 {
    font-size: 30px;
    color: #222;
    font-family: "Prata", serif;
    margin: 30px 0 10px;
}

.page.static-page .left_content h3 {
    font-size: 28px;
    color: #222;
    font-family: "Prata", serif;
    margin: 30px 0 10px;
}

.page.static-page .left_content h4 {
    font-size: 27px;
    color: #222;
    font-family: "Prata", serif;
    margin: 30px 0 10px;
}

.page.static-page .left_content h5 {
    font-size: 26px;
    color: #222;
    font-family: "Prata", serif;
    margin: 30px 0 10px;
}

.page.static-page .left_content h6 {
    font-size: 24px;
    color: #222;
    font-family: "Prata", serif;
    margin: 30px 0 10px;
}

.page.static-page .left_content a {
    color: #10AC6D;
    text-decoration: underline;
}

.page.static-page .left_content img {
    margin: 15px 0 20px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.page.static-page .left_content ul {
    margin-bottom: 20px;
    margin: 10px 0;
}

.page.static-page .left_content ul li, .about-us-page ul li {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    box-sizing: border-box;
    color: #2a2a2a;
    padding-left: 22px;
    margin-bottom: 10px;
}

.page.static-page .left_content ul li:before, .about-us-page ul li:before {
    position: absolute;
    content: '';
    background: #222;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    left: 4px;
}

.page.static-page .left_content ol {
    margin-bottom: 20px;
    counter-reset: myCounter;
    margin: 10px 0;
}

.page.static-page .left_content ol li {
    font-size: 21px;
    line-height: 1.4;
    position: relative;
    box-sizing: border-box;
    color: #919193;
    padding-left: 22px;
    margin-bottom: 3px;
}

.page.static-page .left_content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
}

.page.static-page .left_content b,
.page.static-page .left_content strong {
    font-weight: 600;
    color: #222;
}

.page.static-page .left_content .two-colums .col {
    width: 48%;
    margin-right: 4%;
}

.page.static-page .left_content .two-colums .col:last-child {
    margin-right: 0;
}

.page.static-page.left-sidebar .left_content {
    float: right;
}

.page.static-page.left-sidebar .right_content {
    float: left;
}

.breadcrumbs {
    font-size: 15px;
    color: rgba(74, 74, 74, 0.58);
    padding-top: 130px;
    margin-bottom: 42px;
    position: relative;
    z-index: 1;
}

.breadcrumbs.white-color {
    color: #fff;
}

.description-block {
    margin-bottom: 50px;
}

.description-block .text {
    font-size: 18px;
    color: rgba(74, 74, 74, 0.6);
    max-width: 1150px;
}

.pagination {
    text-align: center;
    margin-top: 27px;
}

.pagination .arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #C7C7C7;
    display: inline-block;
    float: none;
    position: relative;
}

.pagination .arrow:before {
    width: 18px;
    height: 14px;
    background: url(../img/pag-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    transition: all .2s linear;
}

.pagination .arrow:after {
    width: 18px;
    height: 14px;
    background: url(../img/pag-arrow-hover.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.pagination .arrow:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.pagination .arrow:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.pagination .arrow.next {
    transform: rotate(180deg);
}

.pagination ul {
    width: auto;
    margin: 0 18px;
    display: inline-block;
    float: none;
}

.pagination ul li {
    width: auto;
    display: inline-block;
    float: none;
}

.pagination ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    display: block;
    float: left;
}

.pagination ul li a:hover {
    color: #10AC6D;
}

.pagination ul li a.active {
    background: #10AC6D;
    color: #fff;
}

.load_btn_wrap {
    text-align: center;
    margin-top: 25px;
}

.load_more {
    width: 118px;
    height: 118px;
    background: #10AC6D;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    display: inline-block;
    float: none;
    transition: all .2s linear;
}

.load_more:hover {
    transition: all .2s linear;
}

.load_more span {
    height: inherit;
    display: flex;
    align-items: center;
    text-align: center;
}

.safari-browser .search-form .num-col .val {
    padding-top: 0;
}

.ipad.mainpage .tour-slider {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ipad.mainpage .tour-slider .tour_item {
    display: inline-block;
    float: none;
    white-space: normal;
}

.ipad.mainpage .tour-slider .tour_item .shadow {
    display: none;
}

.ipad.mainpage .tour-slider .tour_item:first-child {
    margin-left: 2vw;
}

.ipad.mainpage .tour-slider .tour_item:last-child {
    margin-right: 2vw;
}

.ipad.mainpage .most_popular .controls .link,
.ipad.mainpage .destinations .controls .link,
.ipad.mainpage .stories .controls .link,
.ipad.mainpage .blog .controls .link {
    color: #10AC6D;
}

.ipad.mainpage .most_popular .wrap {
    max-width: 100%;
}

.ipad.mainpage .most_popular .title_wrap {
    width: 96vw;
    margin-left: 2vw;
    padding-left: 0;
    padding-right: 0;
}

.ipad.mainpage .most_popular .controls .arrows {
    display: none !important;
}

.ipad.mainpage .most_popular .controls .arrows .arrow {
    display: none !important;
}

.ipad.mainpage .most_popular .controls .link {
    margin-right: 0;
}

.ipad.mainpage .stories .wrap {
    max-width: 100%;
}

.ipad.mainpage .stories .title_wrap {
    width: 96vw;
    margin-left: 2vw;
    padding-left: 0;
}

.ipad.mainpage .stories .stries_slider {
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ipad.mainpage .stories .stries_slider .story_item {
    display: inline-block;
    float: none;
    white-space: normal;
}

.ipad.mainpage .stories .stries_slider .story_item .shadow {
    display: none;
}

.ipad.mainpage .stories .stries_slider .story_item:first-child {
    margin-left: 2vw;
}

.ipad.mainpage .stories .stries_slider .story_item:last-child {
    margin-right: 2vw;
}

.ipad .tour_page_head .slider {
    white-space: nowrap;
    overflow: auto;
}

.ipad .tour_page_head .slider .slide {
    display: inline-block;
    float: none;
}

.ipad .tour_page_head .slider .slide:first-child {
    margin-left: 2vw;
}

.ipad .tour_page_head .slider .slide:last-child {
    margin-right: 2vw;
}

.ipad .tour_page_head .header_content .wrap {
    max-width: 100%;
}

.ipad .tour_page_head .top-info,
.ipad .tour_page_head .bottom-info {
    width: 96vw;
    margin-left: 2vw;
    padding-left: 0;
}

.ipad .tour_page_head .top-info .controls .arrows {
    display: none !important;
}

.ipad .tour_page_head .top-info .controls .add_bookmark {
    margin-right: 0;
}

.ipad .tour_page_head .top-info {
    padding-right: 86px;
}

.ipad .tour_page_body .left_content .stories .story_item {
    margin-left: 0;
}

.ipad .tour_page_body .left_content .stories .story_item:last-child {
    margin-right: 0;
}

.ipad .about-us-page .team .slider {
    padding-left: 0 !important;
}

.ipad .about-us-page .team .wrap {
    max-width: 100% !important;
    width: 100%;
}

.ipad .about-us-page .team_slider {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 8px;
}

.ipad .about-us-page .team_item {
    display: inline-block;
    float: none;
    white-space: normal;
}

.ipad .about-us-page .team .arrows {
    display: none !important;
}

.os-ios.safari-browser .stories_page {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

/*----------------------------------------------------------------------------------
1.3. Calendar styles
-----------------------------------------------------------------------------------*/
.ui-widget.ui-widget-content {
    width: 344px;
    border-radius: 0 15px 15px 15px;
    border: 1px solid #E2E2E2;
    padding: 12px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.ui-datepicker td a {
    padding: 8px 0;
}

.ui-widget-header {
    background: none;
    border: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    display: block;
    width: 100%;
    float: left;
    font-size: 22px;
    color: #222;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    display: block;
    width: 100%;
    float: left;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ui-datepicker .ui-datepicker-prev {
    width: 44px;
    height: 44px;
    background: #C7C7C7;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 0;
    left: 18px;
    top: 50%;
    margin-top: -22px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: 0;
    right: 0;
    left: 18px;
    top: 50%;
}

.ui-datepicker .ui-datepicker-prev:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.ui-datepicker .ui-datepicker-prev:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev:hover {
    background: rgba(199, 199, 199, 0.18);
    transition: all .2s linear;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.ui-datepicker .ui-datepicker-prev:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.ui-datepicker .ui-datepicker-next {
    width: 44px;
    height: 44px;
    background: #C7C7C7;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
    right: 18px;
    top: 50%;
    margin-top: -22px;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover {
    border: 0;
    right: 18px;
    top: 50%;
}

.ui-datepicker .ui-datepicker-next:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.ui-datepicker .ui-datepicker-next:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next:hover {
    background: rgba(199, 199, 199, 0.18);
    transition: all .2s linear;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.ui-datepicker .ui-datepicker-next:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: none;
    border: 0;
    font-size: 16px;
    color: #3E4559;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header {
    margin: 20px 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    position: relative;
    color: #fff;
}

.ui-state-active:before,
.ui-widget-content .ui-state-active:before {
    width: 36px;
    height: 36px;
    background: #10AC6D;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -18px;
    z-index: -1;
    margin-left: -18px;
    opacity: 1;
}

.ui-state-active:hover:before,
.ui-widget-content .ui-state-active:hover:before {
    opacity: 1;
}

.ui-state-default {
    position: relative;
}

.ui-state-default:before {
    width: 36px;
    height: 36px;
    background: #C7C7C7;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -18px;
    z-index: -1;
    margin-left: -18px;
    transition: all .2s linear;
}

.ui-state-default:hover:before {
    opacity: .54;
    transition: all .2s linear;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    color: #10AC6D;
}

.ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active {
    color: #fff;
}

/*----------------------------------------------------------------------------------
1.4. Lightgallery styles
-----------------------------------------------------------------------------------*/
.lg-outer .lg-img-wrap img {
    border-radius: 10px;
}

.lg-actions .lg-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    transition: all .2s linear;
    margin-top: -22px;
}

.lg-actions .lg-prev:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.lg-actions .lg-prev:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.lg-actions .lg-prev:hover {
    background: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.lg-actions .lg-prev:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.lg-actions .lg-prev:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.lg-actions .lg-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    transition: all .2s linear;
    transform: rotate(180deg);
    margin-top: -22px;
}

.lg-actions .lg-next:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.lg-actions .lg-next:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.lg-actions .lg-next:hover {
    background: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.lg-actions .lg-next:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.lg-actions .lg-next:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.lg-toolbar .lg-icon.lg-close {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    transition: all .2s linear;
    position: absolute;
    right: 20px;
    top: 20px;
}

.lg-toolbar .lg-icon.lg-close:before {
    width: 16px;
    height: 16px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.lg-toolbar .lg-icon.lg-close:after {
    display: none;
}

/*----------------------------------------------------------------------------------
1.5. Popup
-----------------------------------------------------------------------------------*/
.overlay {
    background: #222;
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: none;
}

.popup {
    width: 670px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 5;
    overflow: auto;
    right: -700px;
    transition: all .2s linear;
}

.popup.opened {
    right: 0;
    transition: all .2s linear;
}

.popup .scroll .scroll_wrap {
    padding: 50px 65px;
    padding-top: 120px;
}

.popup .select-userpic {
    position: absolute;
    top: 30px;
    left: 65px;
    width: auto;
}

.popup .select-userpic .userpic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #9d9d9d;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    margin-right: 15px;
    overflow: hidden;
}

.popup .select-userpic .userpic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.popup .select-userpic .select {
    width: auto;
}

.popup .select-userpic .select label {
    font-size: 18px;
    color: #919193;
    display: block;
    float: left;
    line-height: 48px;
}

.popup .select-userpic .select label:hover {
    cursor: pointer;
}

.popup .select-userpic .select input {
    display: none;
}

.popup-head {
    position: relative;
    margin-bottom: 20px;
    max-width: 340px;
}

.popup-head .title {
    font-size: 48px;
    width: auto;
    margin-bottom: 0;
    line-height: 1.3;
}

.popup-head .link {
    font-size: 18px;
    color: #10AC6D;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.popup-head .link:hover {
    text-decoration: underline;
}

.popup-body {
    /*  max-width: 340px;*/
}

.popup-body .tour-title {
    position: relative;
    min-height: 56px;
    padding-left: 70px;
    margin-bottom: 18px;
}

.popup-body .tour-title .img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.popup-body .tour-title .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.popup-body .tour-title .tour-name {
    min-height: 56px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.popup-body .subtitle {
    font-size: 18px;
    margin-bottom: 22px;
}

.popup-body .form .label {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.popup-body .form .input {
    height: 40px;
    border-radius: 8px;
    background: #F7F7F7;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #cbcbcb;
    font-size: 15px;
    color: #222;
    padding: 0 20px;
    margin-bottom: 18px;
    transition: all .2s linear;
}

.popup-body .form .input:focus {
    background: #EAEAEA;
    transition: all .2s linear;
}

.popup-body .form .input::-webkit-input-placeholder {
    color: #919193;
}

.popup-body .form .input::-moz-placeholder {
    color: #919193;
}

.popup-body .form .input:-moz-placeholder {
    color: #919193;
}

.popup-body .form .input:-ms-input-placeholder {
    color: #919193;
}

.popup-body .form .textarea {
    height: 170px;
    border-radius: 8px;
    background: #F7F7F7;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #cbcbcb;
    font-size: 15px;
    color: #222;
    padding: 20px;
    margin-bottom: 18px;
    resize: none;
    transition: all .2s linear;
}

.popup-body .form .textarea:focus {
    background: #EAEAEA;
    transition: all .2s linear;
}

.popup-body .form .textarea::-webkit-input-placeholder {
    color: #919193;
}

.popup-body .form .textarea::-moz-placeholder {
    color: #919193;
}

.popup-body .form .textarea:-moz-placeholder {
    color: #919193;
}

.popup-body .form .textarea:-ms-input-placeholder {
    color: #919193;
}

.popup-body .form .submit {
    background: #10AC6D;
    width: 100%;
    height: 58px;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    padding: 0 18px;
}

.popup-body .form .submit b {
    font-weight: 600;
}

.popup-body .form .link {
    color: #10AC6D;
    font-size: 18px;
    margin-top: 14px;
    display: inline-block;
}

.popup-body .form .link:hover {
    text-decoration: underline;
}

.popup-foot {
    border-top: 1px solid rgba(112, 112, 112, 0.16);
    margin-top: 22px;
    padding-top: 25px;
    max-width: 340px;
}

.popup-foot p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.popup-foot .social-links .link {
    margin-right: 14px;
}

.popup .close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(145, 145, 147, 0.47);
    position: absolute;
    top: 30px;
    right: 60px;
    transition: all .2s linear;
}

.popup .close:hover {
    cursor: pointer;
    background: #949496;
    transition: all .2s linear;
}

.popup .close:before {
    width: 16px;
    height: 16px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.popup.success-popup .popup-head .title {
    position: relative;
    padding-left: 60px;
}

.popup.success-popup .popup-head .title:before {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2FB26B;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
}

.popup.success-popup .popup-head .title:after {
    width: 16px;
    height: 22px;
    background: url(../img/check-mark.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 14px;
    top: 16px;
    content: '';
}

.popup.profile-setting .social-links {
    margin-bottom: 24px;
}

.popup.profile-setting .popup-body .form .link {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    margin-right: 16px;
    margin-top: 0;
}

.popup.profile-setting .popup-body .form .link:after {
    display: none;
}

.popup.profile-setting .popup-body .form .link.active {
    filter: none;
    position: relative;
}

.popup.profile-setting .popup-body .form .link.active:before {
    width: 9px;
    height: 9px;
    background: url(../img/soc-close.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: -4px;
    right: -6px;
}

.popup.book-now-popup .popup-body .form .textarea {
    height: 120px;
}

.popup.book-now-popup .tour-info {
    border-top: 1px solid rgba(34, 34, 34, 0.24);
    border-bottom: 1px solid rgba(34, 34, 34, 0.24);
    padding: 18px 0;
    margin: 10px 0 27px;
}

.popup.book-now-popup .tour-info .col {
    width: 50%;
}

.popup.book-now-popup .tour-info .col .label {
    font-size: 18px;
    color: rgba(34, 34, 34, 0.47);
}

.popup.book-now-popup .tour-info .col .label span {
    color: #222;
}

.popup.book-now-popup .tour-info .col .date {
    position: relative;
    padding-left: 66px;
    padding-top: 4px;
    margin: 4px 0 14px;
}

.popup.book-now-popup .tour-info .col .date .day {
    font-size: 42px;
    font-family: "Prata", serif;
    position: absolute;
    left: 0;
    top: 0;
}

.popup.book-now-popup .tour-info .col .date .month {
    font-size: 15px;
    color: #222;
    width: auto;
    margin-bottom: 2px;
}

.popup.book-now-popup .tour-info .col .date .year {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    width: auto;
    clear: both;
}

/*Import "Main Page" styles*/
/*----------------------------------------------------------------------------------
2.1. Top panel
-----------------------------------------------------------------------------------*/
.top_panel {
    position: absolute;
    top: 48px;
    z-index: 2;
}

.top_panel .menu_wrap {
    width: auto;
}

.top_panel .wrap_float {
    position: relative;
}

.top_panel .currency {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: -150px;
    border-radius: 50%;
}

.top_panel .currency select {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    background: rgba(152, 152, 152, 0.33);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8px;
}

.top_panel .currency select:hover {
    cursor: pointer;
}

.top_panel .user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: -150px;
    transition: all .2s linear;
}

.top_panel .user .userlink {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.33);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.top_panel .user .userlink img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

.top_panel .user .userlink:before {
    width: 20px;
    height: 18px;
    background: url(../img/user.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    content: '';
    transition: all .2s linear;
}

.top_panel .user .userlink:after {
    width: 20px;
    height: 18px;
    background: url(../img/user-hover.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    content: '';
    opacity: 0;
    transition: all .2s linear;
}

.top_panel .user .userlink:hover {
    background: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.top_panel .user .userlink:hover * {
    cursor: pointer;
}

.top_panel .user .userlink:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.top_panel .user .userlink:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.top_panel .user .usermenu {
    background: #2E2E2E;
    width: 190px;
    border-radius: 20px 0 20px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    padding: 20px 20px;
    display: none;
}

.top_panel .user .usermenu ul li {
    margin-bottom: 10px;
}

.top_panel .user .usermenu ul li:last-child {
    margin-bottom: 0;
}

.top_panel .user .usermenu ul li a {
    color: #919193;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
}

.top_panel .user .usermenu ul li a:hover {
    color: #10AC6D;
}

.top_panel .left {
    width: 350px;
    padding-right: 40px;
}

.top_panel .left .search_btn {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 40px;
}

.top_panel .left .search_btn span {
    display: none;
}

.top_panel .left .search_btn:before {
    width: 18px;
    height: 18px;
    background: url(../img/search-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: '';
    transition: all .2s linear;
}

.top_panel .left .search_btn:after {
    width: 18px;
    height: 18px;
    background: url(../img/search-hover.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: '';
    opacity: 0;
    transition: all .2s linear;
}

.top_panel .left .search_btn:hover {
    background: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.top_panel .left .search_btn:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.top_panel .left .search_btn:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.top_panel .left .logo {
    /* width: 138px;*/
    height: 48px;
    width: auto;
    display: block;
    float: left;
    margin-left: 0;
}

.top_panel .left .logo img {
    height: 100%;
    width: auto;
    display: block;
    float: left;
}

.top_panel .center {
    width: auto;
}

.top_panel .center .menu {
    width: auto;
}

.top_panel .center .menu ul {
    width: auto;
}

.top_panel .center .menu ul li {
    width: auto;
    margin-right: 70px;
    position: relative;
}

.top_panel .center .menu ul li:last-child {
    margin-right: 0;
}

.top_panel .center .menu ul li.dropdown_li > a {
    pointer-events: none;
}

.top_panel .center .menu ul li a {
    font-size: 19px;
    display: block;
    float: left;
    line-height: 48px;
    width: auto;
    color: #fff;
    position: relative;

}

.top_panel .center .menu ul li a span {
    transition: all .2s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.top_panel .center .menu ul li a:hover span {
    border-color: #fff;
    transition: all .2s linear;
}

.top_panel .center .menu ul li a:before {
    width: 9px;
    height: 9px;
    position: absolute;
    content: '';
    background: #10AC6D;
    left: 50%;
    margin-left: -4px;
    top: 1px;
    border-radius: 50%;
    display: none;
}

.top_panel .center .menu ul li a.active:before {
    display: block;
}

.top_panel .center .menu ul li .dropdown_ul {
    position: absolute;
    width: 220px;
    background: #fff;
    border-radius: 0 12px 12px 12px;
    top: 100%;
    left: 0;
    padding: 20px;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.top_panel .center .menu ul li .dropdown_ul li {
    margin-right: 0;
    margin-bottom: 11px;
    clear: both;
}

.top_panel .center .menu ul li .dropdown_ul li:last-child {
    margin-bottom: 0;
}

.top_panel .center .menu ul li .dropdown_ul li a {
    font-size: 16px;
    color: #919193;
    line-height: normal;
}

.top_panel .center .menu ul li .dropdown_ul li a:hover {
    color: #10AC6D;
}

.top_panel .center .menu .mobile_content {
    display: none;
}

.top_panel .right {
    width: auto;
    float: right;
}

.top_panel .right .tel {
    width: auto;
    margin-right: 58px;
}

.top_panel .right .tel a {
    display: block;
    line-height: 48px;
    float: left;
    color: #fff;
    font-size: 18px;
}

.top_panel .right .tel a span {
    transition: all .2s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.top_panel .right .tel a:hover span {
    border-color: #fff;
    transition: all .2s linear;
}

.top_panel .right .favorites-count {
    display: block;
    float: left;
    width: auto;
}

.top_panel .right .favorites-count:hover ._counter {
    background: #222;
    transition: all .2s linear;
}

.top_panel .right .favorites-count ._counter {
    width: 48px;
    height: 48px;
    background: #10AC6D;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    transition: all .2s linear;
}

.top_panel .right .favorites-count ._text {
    font-size: 18px;
    color: #fff;
    width: auto;
    line-height: 48px;
    margin-left: 13px;
}

.top_panel .mobile_btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.33);
    float: right;
    display: none;
    position: relative;
    transition: all .2s linear;
}

.top_panel .mobile_btn.opened {
    transform: rotate(45deg);
    transition: all .2s linear;
    transition-delay: .3s;
}

.top_panel .mobile_btn.opened span:nth-child(1) {
    top: 23px;
    transition: all .2s linear;
}

.top_panel .mobile_btn.opened span:nth-child(2) {
    transform: rotate(90deg);
    transition: all .3s linear;
    transition-delay: .5s;
}

.top_panel .mobile_btn.opened span:nth-child(3) {
    top: 23px;
    transition: all .2s linear;
}

.top_panel .mobile_btn span {
    height: 3px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    display: block;
    width: 20px;
    left: 14px;
}

.top_panel .mobile_btn span:nth-child(1) {
    top: 16px;
    transition-delay: .6s;
    transition: all .4s linear;
}

.top_panel .mobile_btn span:nth-child(2) {
    top: 23px;
}

.top_panel .mobile_btn span:nth-child(3) {
    top: 30px;
    transition-delay: .6s;
    transition: all .4s linear;
}

.top_panel.inversion .left .search_btn {
    background: #C7C7C7;
}

.top_panel.inversion .currency select {
    background: #C7C7C7;
}

.top_panel.inversion .center .menu ul li a {
    color: #222;
}

.top_panel.inversion .center .menu ul li a:hover span {
    border-color: #222;
}

.top_panel.inversion .right .tel a {
    color: #222;
}

.top_panel.inversion .right .favorites-count ._text {
    color: #222;
}

.top_panel.inversion .user {
    background: #C7C7C7;
}

/*----------------------------------------------------------------------------------
2.2. Main slider section
-----------------------------------------------------------------------------------*/
.main_slider {
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.main_slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.main_slider .slider_wrap .slide {
    position: relative;
    transition: all .2s linear;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .title_wrap {
    transform: none;
    transition: all 0.7s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .text {
    transform: none;
    transition: all 1s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .next_title {
    transform: none;
    transition: all 0.7s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .slide_content .buttons {
    transform: none;
    transition: all 1.3s ease-out;
}

.main_slider .slider_wrap .slide.slick-active .bg-img {
    transform: scale(1);
}

.main_slider .slider_wrap .slide .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.main_slider .slider_wrap .slide .wrap_float {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.main_slider .slider_wrap .slide:before {
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .77;
}

.main_slider .slider_wrap .slide .slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 80px;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    max-width: 50%;
    transition: all 0.4s ease-out;
    transform: translateX(-100vw);
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
    font-size: 127px;
    font-family: 'futuralight';
    color: #fff;
    width: auto;
    line-height: 1;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .country {
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 0;
    width: auto;
    top: -64px;
    text-align: right;
    padding-left: 18px;
}

.main_slider .slider_wrap .slide .slide_content .title_wrap .country:before {
    width: 9px;
    height: 9px;
    background: #10AC6D;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
}

.main_slider .slider_wrap .slide .slide_content .text {
    color: rgb(255, 255, 255);
    font-size: 25px;
    max-width: 565px;
    clear: both;
    transform: translateX(-100vw);
    transition: all 0.4s ease-out;
}

.main_slider .slider_wrap .slide .slide_content .buttons {
    margin-top: 30px;
    clear: both;
    transform: translateX(-100vw);
    transition: all 0.4s ease-out;
}

.main_slider .slider_wrap .slide .slide_content .buttons .btn {
    background: #10AC6D;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    font-size: 21px;
    color: #fff;
    border-radius: 8px;
    display: block;
    float: left;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link {
    line-height: 50px;
    width: auto;
    display: block;
    float: left;
    font-size: 21px;
    color: #fff;
    margin-left: 50px;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all .2s linear;
}

.main_slider .slider_wrap .slide .slide_content .buttons .link:hover span {
    border-color: #fff;
    transition: all .2s linear;
}

.main_slider .slider_wrap .slide .next_title {
    font-size: 120px;
    color: #fff;
    font-family: 'futuralight';
    filter: blur(5px);
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    opacity: .77;
    transition: all .1s linear;
    transform: translateX(50vw);
}

.main_slider .slider_wrap .slide .next_title:hover {
    opacity: 1;
    filter: none;
    transition: all .1s linear;
    cursor: pointer;
}

.main_slider .arrows {
    position: absolute;
    z-index: 2;
    bottom: 140px;
    right: 50%;
    margin-right: -720px;
    width: auto;
}

.main_slider .arrows .arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    position: relative;
    transition: all .2s linear;
}

.main_slider .arrows .arrow:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.main_slider .arrows .arrow:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.main_slider .arrows .arrow.next {
    margin-left: 18px;
    transform: rotate(180deg);
}

.main_slider .arrows .arrow:hover {
    background: #fff;
    transition: all .2s linear;
    cursor: pointer;
}

.main_slider .arrows .arrow:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.main_slider .arrows .arrow:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

/*----------------------------------------------------------------------------------
2.3. Most popular section
-----------------------------------------------------------------------------------*/
.most_popular {
    overflow: hidden;
    padding: 20px 0 20px;
}

.most_popular .title_wrap {
    padding-right: 300px;
    position: relative;
}

.most_popular .controls {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.most_popular .controls .link {
    font-size: 18px;
    color: #222;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
    margin-right: 30px;
}

.most_popular .controls .link:hover {
    color: #10AC6D;
}

.most_popular .controls .arrows {
    position: relative;
    z-index: 2;
    width: auto;
}

.most_popular .controls .arrows .arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #C7C7C7;
    position: relative;
    transition: all .2s linear;
}

.most_popular .controls .arrows .arrow:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.most_popular .controls .arrows .arrow:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.most_popular .controls .arrows .arrow.next {
    margin-left: 18px;
    transform: rotate(180deg);
}

.most_popular .controls .arrows .arrow:hover {
    background: rgba(199, 199, 199, 0.18);
    transition: all .2s linear;
    cursor: pointer;
}

.most_popular .controls .arrows .arrow:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.most_popular .controls .arrows .arrow:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.most_popular .slick-list {
    overflow: visible;
}

.most_popular .slick-track {
    will-change: transform;
}

.tour_item {
    width: 700px;
    margin-right: 40px;
    height: 350px;
    position: relative;
    border-radius: 13px;
    padding: 40px 48px;
    display: block;
    float: left;
    background-size: cover;
    background-position: center center;
}

.text-center {
    text-align: center !important;
}

.tour_item:hover .shadow {
    /*opacity: 1;
    transition: all 0.2s ease-out;*/
}

.tour_item .shadow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    width: auto;
    opacity: 0;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.tour_item:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .77;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.tour_item_top {
    position: relative;
    z-index: 1;
    padding-right: 80px;
}

.tour_item_top .country {
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 60px;
}

.tour_item_top .country span {
    padding-left: 12px;
    position: relative;
}

.tour_item_top .country span:before {
    width: 6px;
    height: 6px;
    background: #10AC6D;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}

.tour_item_top .add_bookmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.54);
    position: absolute;
    right: 0;
    top: 0;
}

.tour_item_top .add_bookmark:hover {
    cursor: pointer;
}

.tour_item_top .add_bookmark:hover * {
    cursor: pointer;
}

.tour_item_top .add_bookmark .not-added {
    width: 18px;
    height: 22px;
    background: url(../img/bookmark.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -9px;
    content: '';
    opacity: 1;
}

.tour_item_top .add_bookmark .is-added {
    width: 18px;
    height: 22px;
    background: url(../img/bookmark-active.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -9px;
    content: '';
    z-index: 2;
}

.tour_item_top .add_bookmark i.not-added {
    display: block;
    position: relative;
    z-index: 1;
}

.tour_item_top .add_bookmark i.is-added {
    display: none;
    position: relative;
}

.tour_item_top .add_bookmark .fav-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #10AC6D;
    transform: scale(0);
    transition: all .4s;
    z-index: 1;
}

.tour_item_top .add_bookmark.added .fav-overlay {
    transform: scale(1);
}

.tour_item_top .add_bookmark.added i.not-added {
    display: none;
}

.tour_item_top .add_bookmark.added i.is-added {
    display: block;
}

.tour_item_bottom {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 40px 48px;
}

.tour_item_bottom ._title {
    font-size: 33px;
    font-family: 'futuralight';
    color: #fff;
    margin-bottom: 27px;
}

.tour_item_bottom ._info_left {
    width: auto;
}

.tour_item_bottom ._info_left .days {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.53);
    width: auto;
    margin-right: 8px;
}

.tour_item_bottom ._info_left .cost {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    width: auto;
}

.tour_item_bottom ._info_right {
    width: auto;
    float: right;
}

.tour_item_bottom ._info_right .rating-stars {
    width: auto;
    margin-right: 12px;
}

.tour_item_bottom ._info_right .rating-stars .star {
    position: relative;
    width: 24px;
    height: 28px;
}

.tour_item_bottom ._info_right .rating-stars .star:before {
    width: 18px;
    height: 16px;
    background: url(../img/star.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -9px;
    content: '';
    opacity: .41;
}

.tour_item_bottom ._info_right .rating-stars .star.filled:before {
    display: none;
}

.tour_item_bottom ._info_right .rating-stars .star.filled:after {
    width: 18px;
    height: 16px;
    background: url(../img/star-active.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -9px;
    content: '';
}

.tour_item_bottom ._info_right .rating-text {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    width: auto;
}

/*----------------------------------------------------------------------------------
2.4. Destinations section
-----------------------------------------------------------------------------------*/
.destinations {
    padding: 50px 0;
}

.destinations .title_wrap {
    padding-right: 300px;
    position: relative;
}

.destinations .controls {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.destinations .controls .link {
    font-size: 18px;
    color: #222;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
}

.destinations .controls .link:hover {
    color: #10AC6D;
}

.destinations_item {
    position: relative;
    width: 23%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 13px;
    margin-right: 2.66666667%;
    margin-bottom: 2.66666667%;
    display: block;
    float: left;
}

.destinations_item:nth-child(5),
.destinations_item:nth-child(6),
.destinations_item:nth-child(7),
.destinations_item:nth-child(8) {
    margin-bottom: 0;
}

.destinations_item:nth-child(4n) {
    margin-right: 0;
}

.destinations_item:hover .shadow {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.destinations_item .shadow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    opacity: 0;
    width: auto;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.destinations_item:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .77;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.destinations_item .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.destinations_item .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.destinations_item .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
}

.destinations_item ._content {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    transform: translateY(30px);
    transition: all 0.2s ease-in;
}

.destinations_item ._content ._title {
    font-size: 34px;
    color: #fff;
    font-family: 'futuralight';
    text-align: center;
    margin-bottom: 20px;
}

.destinations_item ._content ._info {
    color: rgba(255, 255, 255, 0.53);
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.destinations_item:hover ._content {
    transform: none;
    transition: all 0.2s ease-in;
}

.destinations_item:hover ._content ._info {
    opacity: 1;
    transition: all 0.2s ease-in;
}

/*----------------------------------------------------------------------------------
2.5. Search tour section
-----------------------------------------------------------------------------------*/
.search-tour {
    padding: 50px 0;
}

.search-form {
    background: #0030D0;
    height: 260px;
    border-radius: 13px;
    padding: 60px;
    position: relative;
}

.search-form .label {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.47);
    margin-bottom: 26px;
}

.search-form .destination-col {
    width: 310px;
    margin-right: 85px;
}

.search-form .destination-col .label {
    margin-bottom: 34px;
}

.search-form .destination-col .select_wrap {
    height: 58px;
    position: relative;
    background: #1140DE;
    border-radius: 8px;
}

.search-form .destination-col .select_wrap:before {
    width: 16px;
    height: 22px;
    background: url(../img/geo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -11px;
    right: 20px;
}

.search-form .destination-col .select_wrap select {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    float: left;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    padding-left: 24px;
    padding-right: 45px;
}

.search-form .destination-col .select_wrap select:focus {
    outline: 0;
}

.search-form .destination-col .select_wrap select:hover {
    cursor: pointer;
}

.search-form .date-col {
    width: 210px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    margin-right: 27px;
}

.search-form .date-col .date_div {
    width: auto;
    position: relative;
}

.search-form .date-col .date_div .desctop-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    cursor: pointer;
    background: none;
}

.search-form .date-col .date_div .mobile-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    background: none;
}

.search-form .date-col .date_div_right {
    width: auto;
    margin-left: 15px;
    padding-top: 10px;
}

.search-form .date-col .day {
    width: auto;
    font-size: 59px;
    font-family: 'futuralight';
    color: #fff;
}

.search-form .date-col .month {
    font-size: 17px;
    color: #fff;
    width: auto;
    margin-bottom: 5px;
}

.search-form .date-col .year {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: auto;
    clear: both;
}

.search-form .num-col {
    width: 190px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.search-form .num-col.last {
    border-right: 0;
    padding-left: 38px;
}

.search-form .num-col .num_wrap {
    width: auto;
    margin-top: -3px;
}

.search-form .num-col .buttons {
    width: 28px;
    padding-top: 8px;
}

.search-form .num-col .buttons button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: none;
    display: block;
    float: left;
    clear: both;
}

.search-form .num-col .buttons button.plus {
    position: relative;
    margin-bottom: 6px;
}

.search-form .num-col .buttons button.plus:before {
    width: 12px;
    height: 12px;
    background: url(../img/plus.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    content: '';
}

.search-form .num-col .buttons button.minus {
    position: relative;
}

.search-form .num-col .buttons button.minus:before {
    width: 12px;
    height: 2px;
    background: url(../img/minus.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px;
    content: '';
}

.search-form .num-col .buttons button:hover {
    background: #1140DE;
}

.search-form .num-col .val {
    font-size: 59px;
    margin-left: 10px;
    line-height: 1.4;
    font-family: 'futuralight';
    color: #fff;
    width: 80px;
    height: 76px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
    background: none;
    border: 0;
    display: block;
    float: left;
}

.search-form .num-col .val.zero {
    opacity: .4;
}

.search-form .btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #10AC6D;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 54px;
}

.search-form .btn:before {
    width: 18px;
    height: 18px;
    background: url(../img/search-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    content: '';
}

.search-form .btn span {
    display: none;
}

/*----------------------------------------------------------------------------------
2.6. Stories section
-----------------------------------------------------------------------------------*/
.stories {
    overflow: hidden;
    padding: 50px 0;
}

.stories .title_wrap {
    padding-right: 300px;
    position: relative;
}

.stories .controls {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.stories .controls .link {
    font-size: 18px;
    color: #222;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
    margin-right: 30px;
}

.stories .controls .link:hover {
    color: #10AC6D;
}

.stories .controls .arrows {
    position: relative;
    z-index: 2;
    width: auto;
}

.stories .controls .arrows .arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #C7C7C7;
    position: relative;
    transition: all .2s linear;
}

.stories .controls .arrows .arrow:before {
    width: 16px;
    height: 12px;
    background: url(../img/left-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 1;
    transition: all .2s linear;
}

.stories .controls .arrows .arrow:after {
    width: 16px;
    height: 12px;
    background: url(../img/right-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
    opacity: 0;
    transition: all .2s linear;
    transform: rotate(180deg);
}

.stories .controls .arrows .arrow.next {
    margin-left: 18px;
    transform: rotate(180deg);
}

.stories .controls .arrows .arrow:hover {
    background: rgba(199, 199, 199, 0.18);
    transition: all .2s linear;
    cursor: pointer;
}

.stories .controls .arrows .arrow:hover:before {
    opacity: 0;
    transition: all .2s linear;
}

.stories .controls .arrows .arrow:hover:after {
    opacity: 1;
    transition: all .2s linear;
}

.stories .slick-list {
    overflow: visible;
}

.story_item {
    width: 260px;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 35px;
    border-radius: 13px;
    display: block;
    float: left;
}

.story_item:hover .shadow {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.story_item:hover ._content {
    transform: none;
    transition: all 0.2s ease-in;
}

.story_item:hover ._content .text {
    opacity: 1;
    transition: all 0.2s ease-in;
}

.story_item .shadow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    width: auto;
    opacity: 0;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.story_item:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .77;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 13px;
}

.story_item.bus:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .77;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 13px;
}

.story_item .item_wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.story_item ._content {
    position: relative;
    height: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(60px);
    transition: all 0.2s ease-in;
}

.story_item ._content .flag {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    float: none;
    overflow: hidden;
}

.story_item ._content .flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.story_item ._content .country {
    font-size: 32px;
    color: #fff;
    font-family: 'futuralight';
    margin-top: 10px;
}

.story_item ._content .text {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.56);
    margin-top: 8px;
    opacity: 0;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease-in;
}

/*----------------------------------------------------------------------------------
2.7. Blog section
-----------------------------------------------------------------------------------*/
.blog {
    padding: 50px 0;
}

.blog .title_wrap {
    padding-right: 300px;
    position: relative;
}

.blog .controls {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog .controls .link {
    font-size: 18px;
    color: #222;
    width: auto;
    display: block;
    float: left;
    line-height: 44px;
}

.blog .controls .link:hover {
    color: #10AC6D;
}

.blog_item {
    position: relative;
    width: 456px;
    width: 32%;
    margin-right: 2%;
    display: block;
    float: left;
}

.blog_item:nth-child(3n) {
    margin-right: 0;
}

.blog_item:hover .blog_item_top .shadow {
    /*opacity: 1;
    transition: all 0.2s ease-out;*/
}

.blog_item_top {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 13px;
    margin-bottom: 20px;
}

.blog_item_top .tags .tag {
    height: 28px;
    line-height: 28px;
    background: #000;
    width: auto;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
}

.blog_item_top .tags .tag.red {
    background: #10AC6D;
}

.blog_item_top .tags .tag.green {
    background: #2FB26B;
}

.blog_item_top .tags .tag.blue {
    background: #1140DE;
}

.blog_item_top .tags .tag.black {
    background: #222;
}

iframe {
    border-radius: 15px;
}

.blog_item_top:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    opacity: .65;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.blog_item_top .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.blog_item_top .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}

.blog_item_top .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_item_top ._title {
    font-size: 25px;
    font-family: 'futuralight';
    color: #fff;
}

.blog_item_top .shadow {
    filter: blur(10px);
    position: absolute;
    top: 10px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    width: auto;
    opacity: 0;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

.blog_item_bottom .author {
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
}

.blog_item_bottom .author .userpic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_item_bottom .author .userpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item_bottom .author .date {
    color: #919193;
    font-size: 15px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.blog_item_bottom .text {
    font-size: 21px;
    color: #919193;
}

/*----------------------------------------------------------------------------------
2.8. Subscribe section
-----------------------------------------------------------------------------------*/
.subscribe_section {
    padding: 50px 0;
}

.subscribe_section .subscribe_block {
    position: relative;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 160px;
}

.subscribe_section .subscribe_block:before {
    background: #151515;
    opacity: .28;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    content: '';
}

.subscribe_section .subscribe_block .left {
    position: relative;
    z-index: 1;
    width: auto;
}

.subscribe_section .subscribe_block .right {
    position: relative;
    z-index: 1;
    width: auto;
    padding: 16px 0;
    float: right;
}

.subscribe_section .subscribe_block .right .input_wrap {
    height: 58px;
    background: rgba(0, 0, 0, 0.64);
    border-radius: 5px;
    width: 314px;
}

.subscribe_section .subscribe_block .right .input_wrap.select_wrap {
    position: relative;
    margin-right: 30px;
}

.subscribe_section .subscribe_block .right .input_wrap.select_wrap:before {
    width: 16px;
    height: 22px;
    background: url(../img/geo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -11px;
    right: 24px;
}

.subscribe_section .subscribe_block .right .input_wrap .input {
    height: 58px;
    display: block;
    float: left;
    background: none;
    width: 100%;
    border: 0;
    font-size: 21px;
    color: #fff;
    padding: 0 28px;
}

.subscribe_section .subscribe_block .right .input_wrap select {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.63);
    padding: 0 50px 0 28px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.subscribe_section .subscribe_block .right .input_wrap select.selected {
    color: #fff;
}

.subscribe_section .subscribe_block .right .input_wrap select:focus {
    outline: 0;
}

.subscribe_section .subscribe_block .right .submit {
    background: #10AC6D;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 0;
    position: relative;
    margin-left: 25px;
}

.subscribe_section .subscribe_block .right .submit:before {
    width: 24px;
    height: 16px;
    background: url(../img/mail.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -12px;
}

.subscribe_section .subscribe_block .right .submit span {
    display: none;
}

.subscribe_section .subscribe_block ._title {
    font-size: 48px;
    color: #fff;
    font-family: 'futuralight';
    width: auto;
}

.subscribe_section .subscribe_block ._subtitle {
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: auto;
    clear: both;
}

/*----------------------------------------------------------------------------------
2.9. Instagram section
-----------------------------------------------------------------------------------*/
.instagram_posts {
    padding-top: 50px;
}

.instagram_posts .post {
    display: block;
    float: left;
    width: 20%;
    height: 20%;
    position: relative;
    overflow: hidden;
}

.instagram_posts .post .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.instagram_posts .post .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.instagram_posts .post .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
}

.instagram_posts .post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram_posts .post:before {
    background: #000;
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease-out;
}

.instagram_posts .post:after {
    width: 34px;
    height: 34px;
    background: url(../img/instagram-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    transition: all 0.3s ease-out;
    transform: scale(0.3);
    opacity: 0;
    z-index: 1;
}

.instagram_posts .post:hover:before {
    opacity: .23;
    transition: all 0.2s ease-out;
}

.instagram_posts .post:hover:after {
    transform: none;
    opacity: 1;
    transition: all 0.3s ease-out;
}

/*----------------------------------------------------------------------------------
2.10. Footer
-----------------------------------------------------------------------------------*/
.footer {
    background: #151515;
    padding: 66px 0;
    position: relative;
    z-index: 1;
}

.footer_top .left {
    width: 60%;
}

.footer_top .right {
    width: 37%;
    float: right;
}

.footer_top .right .contacts_info .tel {
    width: 50%;
    padding-right: 20px;
}

.footer_top .right .contacts_info .tel a {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: block;
    float: left;
    width: auto;
}

.footer_top .right .contacts_info .email {
    width: 50%;
}

.footer_top .right .contacts_info .email a {
    font-size: 22px;
    color: #fff;
    display: block;
    float: left;
    width: auto;
}

.footer_top .right .contacts_info p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.37);
    width: auto;
    clear: both;
}

.footer_top .right .address {
    font-size: 18px;
    color: #fff;
    padding-left: 28px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
}

.footer_top .right .address:before {
    width: 16px;
    height: 22px;
    background: url(../img/geo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
}

.footer_top .col {
    width: 33.333%;
    padding-right: 42px;
}

.footer_top ._title {
    font-size: 28px;
    color: #fff;
    font-family: 'futuralight';
    margin-bottom: 32px;
}

.footer_top ul li {
    margin-bottom: 18px;
}

.footer_top ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.38);
    display: block;
    width: auto;
    line-height: 20px;
}

.footer_top ul li a:hover {
    color: #fff;
}

.footer_bottom {
    padding-top: 80px;
}

.footer_bottom a:hover {
    color: #fff;
}

.footer_bottom .left {
    width: 60%;
    color: rgba(255, 255, 255, 0.53);
}

.footer_bottom .right {
    width: 37%;
    float: right;
    color: rgba(255, 255, 255, 0.53);
}

/*----------------------------------------------------------------------------------
2.11. Socials
-----------------------------------------------------------------------------------*/
.social-links .link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
}

.social-links .link:last-child {
    margin-right: 0;
}

.social-links .link span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background: inherit;
}

.social-links .link span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-links .link:after {
    background: inherit;
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    content: '';
    filter: blur(6px);
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    opacity: 0;
    transition: all .1s linear;
    will-change: opacity;
}

.social-links .link:hover:after {
    opacity: 1;
    transition: all .1s linear;
}

.social-links .link.facebook {
    background: #33589E;
}

.social-links .link.facebook span:before {
    width: 13px;
    height: 25px;
    background-image: url(../img/facebook-logo.svg);
    margin-top: -13px;
    margin-left: -7px;
}

.social-links .link.instagram {
    background: #4c5ad1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4c5ad1 0%, #ff3756 42%, #ff3e37 60%, #ffd42b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5ad1', endColorstr='#ffd42b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.social-links .link.instagram span:before {
    width: 22px;
    height: 22px;
    background-image: url(../img/instagram-logo.svg);
    margin-top: -11px;
    margin-left: -11px;
}

.social-links .link.pinterest {
    background: #C8232C;
}

.social-links .link.linkedin {
    background: #ffffff;
}

.social-links .link.pinterest span:before {
    width: 20px;
    height: 24px;
    background-image: url(../img/pinterest.svg);
    margin-top: -12px;
    margin-left: -10px;
}

.social-links .link.linkedin span:before {
    width: 20px;
    height: 24px;
    background-image: url(../img/linkedin.png);
    margin-top: -12px;
    margin-left: -10px;
}

.social-links .link.twitter {
    background: #4BA0EB;
}

.social-links .link.twitter span:before {
    width: 26px;
    height: 20px;
    background-image: url(../img/twitter-logo.svg);
    margin-top: -10px;
    margin-left: -13px;
}

.social-links .link.youtube {
    background: #FF000E;
}

.social-links .link.youtube span:before {
    width: 23px;
    height: 16px;
    background-image: url(../img/youtube-logo.svg);
    margin-top: -8px;
    margin-left: -12px;
}

.modal_search {
    background: rgba(0, 48, 208, 0.89);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}

.modal_search .close {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    display: block;
    top: 30px;
    right: 50px;
    z-index: 1;
}

.modal_search .close:before {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: '';
    transition: all .2s linear;
}

.modal_search .close:hover {
    cursor: pointer;
}

.modal_search .close:hover:before {
    transform: rotate(90deg);
    transition: all .2s linear;
}

.modal_search .search-tour {
    height: 100%;
    display: flex;
    align-items: center;
}

.safari-browser .main_slider .slider_wrap .slide {
    width: 100vw !important;
}

/*----------------------------------------------------------------------------------
2.12. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1041px) {
    .button:hover {
        background: #10AC6D !important;
        -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
        -moz-box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
        box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
    }

    .sidebar .search-form .btn:after {
        transition: all .2s linear;
    }

    .sidebar .search-form .btn:hover:after {
        background: #10AC6D !important;
        -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
        -moz-box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
        box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
        transition: all .2s linear;
    }
}

@media screen and (max-width: 1930px) {
    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 116px;
    }
}

@media screen and (max-width: 1762px) {
    .top_panel .wrap_float {
        padding: 0 72px;
    }

    .top_panel .currency {
        left: 0;
    }

    .top_panel .user {
        right: 0;
    }

    .top_panel .left {
        width: 292px;
    }

    .top_panel .center .menu ul li {
        margin-right: 50px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 100px;
    }

    .main_slider .slider_wrap .slide .next_title {
        font-size: 90px;
    }

    .main_slider .slider_wrap .slide .slide_content .text {
        font-size: 20px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .country {
        font-size: 20px;
        top: -50px;
    }

    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 70px;
    }

    .main_slider .arrows {
        bottom: 70px;
    }

    .top_panel .menu_wrap {
        /* width: 1004px;*/
    }
}

@media screen and (max-width: 1520px) {
    .wrap {
        max-width: 1300px;
    }

    .tour_item {
        width: 630px;
    }

    .tour_item_bottom ._title {
        font-size: 28px;
    }

    .destinations_item ._content ._title {
        font-size: 30px;
    }

    .main_slider .arrows {
        margin-right: -650px;
    }

    .search-form .destination-col {
        width: 276px;
    }

    .search-form .destination-col {
        margin-right: 45px;
    }

    .search-form .date-col {
        width: 187px;
    }

    .search-form .num-col {
        width: 165px;
    }

    .subscribe_section .subscribe_block {
        padding: 60px 100px;
    }

    .main_slider .slider_wrap .slide .slide_content .buttons {
        margin-top: 33px;
    }

    .blog_item_bottom .text {
        font-size: 18px;
    }

    .story_item ._content .country {
        font-size: 30px;
    }

    .top_panel .menu_wrap {
        width: auto;
    }

    .popup {
        width: 570px;
    }

    .popup .scroll .scroll_wrap {
        padding-top: 100px;
    }

    .popup .close {
        top: 30px;
        right: 30px;
    }

    .search-form .btn {
        margin-top: -7px;
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        max-width: 1280px;
    }

    .tour_item {
        width: 620px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap .slide_title {
        font-size: 100px;
    }

    .main_slider .arrows {
        margin-right: -640px;
        bottom: 50px;
    }

    .main_slider .slider_wrap .slide .next_title {
        font-size: 60px;
        top: 20px;
    }

    .main_slider .slider_wrap .slide .slide_content {
        padding-bottom: 50px;
    }

    .main_slider .slider_wrap .slide .slide_content .title_wrap {
        margin-bottom: 15px;
    }

    .top_panel {
        top: 34px;
    }

    .most_popular {
        padding: 40px 0;
        padding-top: 80px;
    }

    .title {
        font-size: 45px;
    }

    .destinations,
    .search-tour,
    .stories,
    .blog,
    .subscribe_section {
        padding: 40px 0;
    }

    .instagram_posts {
        padding-top: 40px;
    }

    .top_panel .menu_wrap {
        /* width: 844px;*/
    }

    .popup .scroll .scroll_wrap {
        padding-top: 86px;
        padding-bottom: 40px;
    }

    .popup.profile-setting .scroll .scroll_wrap {
        padding-top: 100px;
    }

    .popup-body .form .input {
        height: 50px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .popup-body .form .textarea {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .popup-body .form .submit {
        height: 50px;
    }

    .popup-head .title {
        font-size: 40px;
    }

    .popup-body .form .label {
        margin-bottom: 10px;
        margin-top: 8px;
    }

    .top_panel .right .tel {
        margin-right: 26px;
    }

    .top_panel .center .menu ul li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .wrap {
        max-width: 1180px;
    }

    .top_panel .center .menu ul li {
        margin-right: 36px;
    }

    .top_panel .left .search_btn {
        margin-right: 28px;
    }

    .top_panel .right .favorites-count ._text {
        display: none;
    }

    .main_slider .arrows {
        margin-right: -590px;
    }

    .tour_item {
        width: 570px;
    }

    .search-form {
        padding: 40px 30px;
        height: auto;
    }

    .search-form .num-col {
        width: 146px;
    }

    .search-form .num-col.last {
        width: 170px;
    }

    .search-form .btn {
        right: 30px;
    }

    .subscribe_section .subscribe_block {
        padding: 60px 50px;
    }

    .top_panel .menu_wrap {
        /* width: 744px;*/
    }

    .load_more {
        width: 92px;
        height: 92px;
        font-size: 16px;
    }

    .search-form .btn {
        margin-top: -5px;
    }
}

@media screen and (min-width: 1201px) {
    .top_panel .menu_wrap {
        display: block !important;
    }
}
