@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* Slider */

/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */

/* Icons */

/* @font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
} */

/* Arrows */

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide a:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-ExtraBold.eot");*/
/*    src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("../fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");*/
/*    font-weight: 800;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-LightItalic.eot");*/
/*    src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("../fonts/Gilroy/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-LightItalic.ttf") format("truetype");*/
/*    font-weight: 300;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-BlackItalic.eot");*/
/*    src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("../fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BlackItalic.ttf") format("truetype");*/
/*    font-weight: 900;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-BoldItalic.eot");*/
/*    src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("../fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-BoldItalic.ttf") format("truetype");*/
/*    font-weight: 700;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-Light.eot");
    src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-MediumItalic.eot");*/
/*    src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("../fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-MediumItalic.ttf") format("truetype");*/
/*    font-weight: 500;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: "<Gilroy>";*/
/*    src: url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot");*/
/*    src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf") format("truetype");*/
/*    font-weight: 800;*/
/*    font-style: italic;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-RegularItalic.eot");
    src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "<Gilroy>";
    src: url("../fonts/Gilroy/Gilroy-Black.eot");
    src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "<TravelSoulmatesSignature>";
    src: url("../fonts/TravelSoulmatesSignature/TravelSoulmatesSignature.eot");
    src: local("Travel Soulmates Signatur"),
    local("TravelSoulmatesSignatur"),
    url("../fonts/TravelSoulmatesSignature/TravelSoulmatesSignature.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TravelSoulmatesSignature/TravelSoulmatesSignature.woff") format("woff"),
    url("../fonts/TravelSoulmatesSignature/TravelSoulmatesSignature.woff2") format("woff2"),
    url("../fonts/TravelSoulmatesSignature/TravelSoulmatesSignature.ttf") format("truetype");
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.body {
    font-family: "<Gilroy>", sans-serif;
    font-size: 16px;
    position: relative;
    background: #ffffff;
}

.body .c-preloader {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background: #e6e6e6;
    width: 100%;
    height: 100vh;
    /*display: none;*/
}

.body .c-preloader__count {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 800;
    font-size: 100px;
}

.body .c-preloader__progress {
    background: grey;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
}

.body .navigation__container .menu-nav {
    position: fixed;
    z-index: 5;
    top: -120%;
    width: 100%;
    height: 100vh;
    background: #101010;
}

.body .navigation__container .menu-nav nav {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.body .navigation__container .menu-nav nav ul {
    list-style: none;
}

.body .navigation__container .menu-nav nav ul li {
    margin: 2em;
}

.body .navigation__container .menu-nav nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.navigation {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100px;
}

.navigation .nav-wrap {
    display: flex;
    align-items: center;
}

.navigation .nav-wrap .navigation__logo {
    display: block;
    z-index: 1;
}

.navigation .nav-wrap .toggle-btn {
    z-index: 1;
    width: 40px;
    height: 15px;
    padding: 1em;
    margin-left: 25px;
    cursor: pointer;
}

.navigation .nav-wrap .toggle-btn span.one {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
}

.navigation .nav-wrap .toggle-btn span.two {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 12px;
}

.navigation__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}

.navigation__wrapper .phone a {
    color: #fff;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.navigation__wrapper .phone a:after {
    content: "Спб";
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    opacity: 0.35;
    margin-left: 10px;
}

.content {
    overflow-x: hidden;
}

.header {
    position: relative;
}

.header .introduction {
    width: 100%;
    height: 100vh;
    background-color: #282827;
}

.header .introduction__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
}

.header .introduction__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.header .introduction__content-title {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    z-index: 1;
    color: #ffffff;
}

.header .introduction__content-title p {
    font-size: calc(70px + 30 * ((100vw - 480px) / 920));
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    color: #ffffff;
    line-height: 0.8;
    margin: 0;
}

.header .introduction__content-title h1 {
    font-size: calc(39px + 19 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.header .introduction__content-description {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    font-size: calc(12px + 2 * ((100vw - 480px) / 920));
    z-index: 1;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 26px;
}

.header .sliderContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #282827;
}

.header .sliderContainer .slider {
    width: 100%;
    margin: 0;
}

.header .sliderContainer .slider .slick-list .slick-track .slick-slide {
    position: relative;
    animation-duration: 1s;
}

.header .sliderContainer .slider .slick-list .slick-track .slick-slide::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.45;
    background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.header .sliderContainer .slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header .progressBarContainer {
    position: absolute;
    right: 0%;
    bottom: 80px;
    width: 100px;
    transform: translateX(-60%);
}

.header .progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: #ffffff;
}

.header .progressBarContainer div:last-child {
    margin-right: 0;
}

.header .progressBarContainer div span.progressBar {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.4);
}

.header .progressBarContainer div span.progressBar .inProgress {
    background-color: white;
    width: 0%;
    height: 3px;
    border-radius: 35px;
}

.header .inProgress.on {
    width: 100%;
}

.header .instagram-icon-wrap {
    position: absolute;
    bottom: 60px;
    left: 0%;
    width: 100px;
    transform: translateX(70%);
    display: none;
}

.header .instagram-icon-wrap .instagram-icon a {
    display: block;
    cursor: pointer;
}

.header .folow-me {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-56%);
}

.header .folow-me img {
    width: 100%;
    height: auto;
}

.header .arrow-down {
    display: block;
    width: 10px;
    height: 30px;
    margin: 0 auto;
}

.header .arrow-down:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    transform: rotate(135deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 0 0 0 0;
}

.header #scroll-down {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 25px;
    text-align: center;
    text-decoration: none;
}

.header #scroll-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.header #scroll-down::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 35px;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    margin-left: -1px;
    background: #ffffff;
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.experience {
    box-sizing: border-box;
    padding: 85px 0 145px;
}

.experience .wrapper-title {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 90%;
    max-width: 1500px;
    min-height: 150px;
    margin: 0 auto;
}

.experience .wrapper-title .experience__title {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66667% - 30px);
}

.experience .wrapper-title .experience__title p {
    font-size: calc(58px + 12 * ((100vw - 480px) / 920));
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    line-height: 0.6;
    color: #aca597;
}

.experience .wrapper-title .experience__title h2 {
    font-size: calc(34px + 11 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    padding-left: 20px;
}

.experience .wrapper-title .experience__description {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.33333% - 30px);
    display: flex;
    align-items: flex-end;
}

.experience .wrapper-title .experience__description p {
    margin: 0;
    line-height: 29px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.experience .wrapper-slider {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.experience .wrapper-slider .expirience-slider {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item {
    position: relative;
    width: 100%;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 413px;
    min-height: 570px;
    margin: 0 auto;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    background: #ddd;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.3);
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item:hover .stroke-text {
    opacity: 0.7;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .top-card .autor {
    line-height: 29px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .center-card {
    text-align: center;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .center-card .stroke-text {
    margin-top: -80px;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .center-card .price {
    font-family: "<Gilroy>", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    color: #ffffff;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .center-card h2 {
    border: 0 solid #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season {
    display: flex;
    align-items: center;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season .season-icon {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season .season-icon li {
    margin: 0 5px;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season span {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 5px;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season-title {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 32px;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .box1 {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .box2 {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .box3 {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.experience .wrapper-slider .expirience-slider .stagger-tween-item .box4 {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*.experience .wrapper-slider .expirience-slider .stagger-tween-item:nth-child(3) {*/
/*    transform: translateX(-110%);*/
/*}*/

.experience .wrapper-slider .expirience-slider .slick-slide {
    outline: none;
}

.experience .wrapper-slider .expirience-slider .slick-list {
    overflow: visible;
}

.experience .wrapper-slider .expirience-slider .slick-list .slick-track {
    padding: 80px 0;
}

.philosophy {
    display: flex;
    min-height: 900px;
}

.philosophy .philosophy-bg-left {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-repeat: no-repeat;
    /*background: url("../img/philosophy/1img.jpg") no-repeat;*/
    background-size: cover;
}

.philosophy .philosophy-bg-left .philosophy-text {
    width: 100%;
    max-width: 500px;
}

.philosophy .philosophy-bg-left .philosophy-text p {
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    font-weight: 100;
    line-height: 50px;
    color: #ffffff;
}

.philosophy .philosophy-bg-left .philosophy-text h2 {
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
    margin-left: 25px;
}

.philosophy .philosophy-bg-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 50%;
}

.philosophy .philosophy-bg-right .philosophy-right-top {
    height: 50%;
    /*background: url("../img/philosophy/2img.jpg") no-repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.philosophy .philosophy-bg-right .philosophy-right-bottom {
    height: 50%;
    padding-left: 115px;
    padding-top: 95px;
}

.philosophy .philosophy-bg-right .philosophy-right-bottom p {
    width: 100%;
    max-width: 515px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
}

.philosophy .philosophy-bg-right .philosophy-right-bottom button {
    border: 2px solid #aca597;
    padding: 25px 65px;
    background: none;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #282827;
    margin-top: 55px;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}

.philosophy .philosophy-bg-right .philosophy-right-bottom button:hover {
    background: #97896c;
    color: #ffffff;
}

.whyarewe {
    overflow: hidden;
    padding: 85px 0 195px 0;
}

.whyarewe .whyarewe-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.whyarewe .whyarewe-title .title-wrapper p {
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    font-weight: 100;
    color: #aca597;
    line-height: 0.8;
}

.whyarewe .whyarewe-title .title-wrapper h2 {
    color: #282827;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    font-size: 44px;
    padding-left: 20px;
}

.whyarewe .whyarewe-title .whyarewe__button {
    display: flex;
    justify-content: space-between;
    width: 165px;
}

.whyarewe .whyarewe-title .whyarewe__button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid #e1e1e1;
    background: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}

.whyarewe .whyarewe-title .whyarewe__button button:hover {
    background: #dad7d2;
    color: #ffffff;
}

.whyarewe .wrapper-slider {
    position: relative;
    overflow: hidden;
}

.whyarewe .wrapper-slider .whyarewe-slider {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 125px;
}

.whyarewe .wrapper-slider .whyarewe-slider .slick-list {
    overflow: visible;
}

.whyarewe .wrapper-slider .whyarewe-slider .slick-list .slick-track {
    padding: 60px 0;
}

.whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide {
    width: 100%;
    max-width: 306px;
    margin-right: .2%;
}

.whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide h3 {
    margin: 35px 0;
    font-family: "Rubik", sans-serif;
    font-weight: 100;
    color: #0f1e51;
}

.whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide h3 .bold {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #0f1e51;
}

.whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide p {
    font-family: "Rubik", sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #888899;
}

.whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide:nth-child(5) {
    margin-right: 6%;
}

.whyarewe .whyarewe-popup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 125px;
}

.whyarewe .whyarewe-popup button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border: 3px solid #aca597;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 25px;
    flex: 0 0 auto;
}

.whyarewe .whyarewe-popup button:focus {
    outline: none;
}

.whyarewe .whyarewe-popup button img {
    width: 40px;
    height: 40px;
}

.whyarewe .whyarewe-popup h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #0f1e51;
    font-size: 30px;
}

.whyarewe .whyarewe-popup h3 a {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #0f1e51;
}

.whyarewe .whyarewe-popup h3 span {
    font-family: "Rubik", sans-serif;
    font-weight: 100;
    color: #0f1e51;
}

.team {
    position: relative;
}

.team .wrapper-title {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    transform: translate(-50%, 0%);
    padding-top: 40px;
}

.team .wrapper-title .team__title p {
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    color: #aca597;
    letter-spacing: 0;
    line-height: 60px;
}

.team .wrapper-title .team__title h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #282827;
    letter-spacing: 0;
    margin-left: 10px;
}

.team .slider-wraper {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.team .slider-team [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.team .slider--item {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.team .slider--item .slider-item-text {
    display: flex;
    justify-content: center;
    height: 100vh;
    padding: 0 0% 0 0;
}

.team .slider--item .slider-item-text .item-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    transition: all .5s ease;
}

.team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap {
    align-self: flex-end;
    width: 100%;
    max-width: 540px;
    text-align: left;
    margin-top: 10%;
}

.team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 17px;
    line-height: 29px;
}

.team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap form button {
    display: flex;
    align-items: center;
    border: none;
    padding: 18px 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 0;
    background: #ffffff;
    border-radius: 35px;
    margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

.team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap form button img {
    margin-right: 15px;
}

.team .slider--item .slider-item-text .item-text-wrapper h3 {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    margin-left: -70px;
    margin-bottom: -30px;
    text-transform: uppercase;
    line-height: 29px;
}

.team .slider--item .slider-item-text .item-text-wrapper h2 {
    margin: 0;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 120px;
}

.team .slider--item .slider-item-text .item-text-wrapper p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
}

.team .slick-slide {
    position: relative;
    outline: none;
    z-index: 1;
}

.team .slick-slide.slick-current {
    z-index: 2;
}

.team .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 150px;
    height: 100%;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    text-indent: -9999px;
    cursor: pointer;
}

.team .slick-arrow:before {
    -webkit-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -khtml-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -moz-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -ms-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -o-transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

.team .slick-arrow:after {
    -webkit-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -khtml-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -moz-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -ms-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    -o-transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    transition: all, 0.4s 0.1s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 160px;
    height: 2px;
    background-color: white;
    opacity: 0;
}

.team .slick-arrow.slick-prev {
    left: 0;
}

.team .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50px;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.team .slick-arrow.slick-prev:after {
    left: 300px;
}

.team .slick-arrow.slick-prev:hover:before {
    left: 120px;
}

.team .slick-arrow.slick-prev:hover:after {
    left: 113px;
    width: 80px;
    opacity: 1;
}

.team .slick-arrow.slick-next {
    right: 0;
}

.team .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 50px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.team .slick-arrow.slick-next:after {
    right: 300px;
}

.team .slick-arrow.slick-next:hover:before {
    right: 120px;
}

.team .slick-arrow.slick-next:hover:after {
    right: 113px;
    width: 80px;
    opacity: 1;
}

.team .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.team .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.team .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background-color: white;
}

.team .slick-dots li.slick-active button:hover {
    background-color: white;
}

.team .slick-dots li button {
    -webkit-transition: all, 0.2s, ease-in 1s ease-in-out;
    -khtml-transition: all, 0.2s, ease-in 1s ease-in-out;
    -moz-transition: all, 0.2s, ease-in 1s ease-in-out;
    -ms-transition: all, 0.2s, ease-in 1s ease-in-out;
    -o-transition: all, 0.2s, ease-in 1s ease-in-out;
    transition: all, 0.2s, ease-in 1s ease-in-out;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    text-indent: -9999px;
    border-radius: 100%;
    cursor: pointer;
}

.team .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.howwework {
    overflow: hidden;
    padding: 75px 0 40px 0;
}

.howwework .wrapper-title {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.howwework .wrapper-title .howwework__title p {
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    color: #aca597;
    letter-spacing: 0;
    line-height: 60px;
}

.howwework .wrapper-title .howwework__title h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #282827;
    letter-spacing: 0;
    margin-left: 10px;
}

.howwework .wrapper-step-wrapp {
    /*height: 50vh;*/
    height: 500px;
}

.howwework .wrapper-step {
    width: 100%;
    padding: 0 20px;
    margin-top: 80px;
    border-bottom: 2px solid #efeff5;
}

.howwework .wrapper-step-phone-link {
    color: #0f1e51;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.howwework .wrapper-step-phone-link > span {
    position: absolute;
    right: -150px;
    top: 0px;
    transition: all 0.3s;
    font-weight: 700;
    text-decoration: none;
    width: 200px;
    text-align: right;
    opacity: 0;
    transform: translateX(10px);
}

.howwework .wrapper-step-phone-link:hover {
    text-decoration: none;
}

.howwework .wrapper-step-phone-link:hover > span {
    opacity: 1;
    transform: none;
}


.howwework .wrapper-step .step {
    display: flex;
    justify-content: center;
}

.howwework .wrapper-step .step .step-item {
    position: relative;
    padding: 0 80px 50px 0;
}

.howwework .wrapper-step .step .step-item p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #c9c9c9;
    letter-spacing: 0;
    line-height: 29px;
    text-transform: uppercase;
}

.howwework .wrapper-step .step .step-item h2 {
    border: 0 solid #888899;
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    text-shadow: -1px 0 #888899, 0 1px #888899, 1px 0 #888899, 0 -1px #888899;
    cursor: pointer;
    transition: all 0.3s;
}

.howwework .wrapper-step .step .step-item .tabs-nav__item {
    flex: 1;
    padding: 20px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.howwework .wrapper-step .step .step-item.tabs-nav__item.is-active h2 {
    color: #000;
}

.howwework .wrapper-step .step .step-item .tab {
    display: none;
    width: 400px;
    padding: 20px 20px 20px 0;
}

.howwework .wrapper-step .step .step-item .tab ul {
    list-style-type: none;
}

.howwework .wrapper-step .step .step-item .tab ul li {
    padding: 8px 0 8px 30px;
    line-height: 1.5;
    position: relative;
}

.howwework .wrapper-step .step .step-item .tab ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 15px;
    height: 14px;
    background-image: url(../img/active-icon.svg);
}

.howwework .wrapper-step .step .step-item .tab.is-active {
    display: block;
}

.howwework .step-slider-wrapper {
    display: none;
}

.howwework .step-slider-wrapper .step-slider {
    text-align: center;
}

.howwework .step-slider-wrapper .step-slider .step-item-slider p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #c9c9c9;
    letter-spacing: 0;
    line-height: 29px;
    text-transform: uppercase;
}

.howwework .step-slider-wrapper .step-slider .step-item-slider h2 {
    border: 0 solid #888899;
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    text-shadow: -1px 0 #888899, 0 1px #888899, 1px 0 #888899, 0 -1px #888899;
    transition: all 0.3s;
    cursor: pointer;
}

.howwework .step-slider-wrapper .step-slider .step-item-slider.slick-active h2 {
    /*color: #000;*/
}

.howwework .step-slider-wrapper .step-slider-text {
    padding: 35px 0;
}

.howwework .step-slider-wrapper .step-slider-text .step-item-slider-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.howwework .step-slider-wrapper .step-slider-text .step-item-slider-text ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.howwework .step-slider-wrapper .step-slider-text .step-item-slider-text ul li {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}

.howwework .step-slider-wrapper .step-slider-text .step-item-slider-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 15px;
    height: 14px;
    background-image: url(../img/active-icon.svg);
}

.tabs-nav__item.is-active {
    border-bottom: 2px solid #aca597;
}

.tab-1 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 15px 0 0 0;
}

.tab-2 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 15px 0 0 0;
}

.tab-3 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 15px 0 0 0;
}

.tab-4 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 15px 0 0 0;
}

.tab-5 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 15px 0 0 0;
}

.tab-6 {
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    margin: 15px 0 0 0;
}

.instagram {
    padding: 70px 0;
    background-image: linear-gradient(-180deg, #f8f8f7 0%, #ffffff 100%);
    display: none;
}

.instagram .instagram__title {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.instagram .instagram__title p {
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    color: #aca597;
    letter-spacing: 0;
    margin: 0;
    line-height: 60px;
}

.instagram .instagram__title h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #282827;
    letter-spacing: 0;
    margin-left: 10px;
}

.instagram .instagram_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.instagram .instagram_cards .cards {
    width: 305px;
    margin-bottom: 55px;
    text-decoration: none;
    color: #282827;
    cursor: pointer;
}

.instagram .instagram_cards .cards .cards__img {
    position: relative;
    width: 100%;
    height: auto;
}

.instagram .instagram_cards .cards .cards__img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background: url("../img/instagram/insta-icon.svg") no-repeat center #ffffff;
}

.instagram .instagram_cards .cards .cards__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.instagram .instagram_cards .cards .cards__insta-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 305px;
    text-decoration: none;
    color: #282827;
}

.instagram .instagram_cards .cards .cards__insta-link img {
    margin-bottom: 15px;
}

.slick-dots li button {
    background: #282827;
    opacity: 0.4;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #282827;
    opacity: 1;
}

.newslater {
    padding: 80px 0;
}

.newslater .newslater__title {
    width: 90%;
    max-width: 1066px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.newslater .newslater__title .title-signature {
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-size: 70px;
    color: #aca597;
    letter-spacing: 0;
    margin: 0;
    line-height: 60px;
}

.newslater .newslater__title h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #282827;
    letter-spacing: 0;
}

.newslater .newslater__title .form {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    margin-top: 5em;
}

.newslater .newslater__title .form input {
    width: 100%;
    border: none;
    background: none;
    padding: 25px 0;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 500;
    font-size: 44px;
    outline: transparent;
}

.newslater .newslater__title .form input::placeholder {
    font-size: 44px;
}

.newslater .newslater__title .form .email-box__button {
    background: none;
    border: none;
    outline: transparent;
    cursor: pointer;
}

.navigation {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100px;
}

.navigation .nav-wrap {
    display: flex;
    align-items: center;
}

.navigation .nav-wrap .navigation__logo {
    display: block;
    z-index: 1;
}

.navigation .nav-wrap .toggle-btn {
    z-index: 1;
    width: 40px;
    height: 15px;
    padding: 1em;
    margin-left: 25px;
    cursor: pointer;
}

.navigation .nav-wrap .toggle-btn span.one {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
}

.navigation .nav-wrap .toggle-btn span.two {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-top: 12px;
}

.navigation__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 94%;
    height: 100%;
    margin: 0 auto;
}

.navigation__wrapper .phone a {
    color: #fff;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.navigation__wrapper .phone a:after {
    content: "Спб";
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    opacity: 0.35;
    margin-left: 10px;
}

.navigation--shifted .navigation__wrapper {
    box-sizing: border-box;
    padding-left: 100px;
}

.navigation--shifted.fixed .navigation__wrapper {
    box-sizing: border-box;
    padding-left: 60px;
}

.header-exp {
    box-sizing: border-box;
    position: relative;
    background: url("../img/slider/img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-exp .introduction {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
}

.header-exp .introduction .header-bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: auto;
    padding-bottom: 50px;
}

.header-exp .introduction .header-bottom-info .season {
    display: flex;
    align-items: center;
}

.header-exp .introduction .header-bottom-info .season .season-rect {
    display: flex;
    margin-left: 20px;
}

.header-exp .introduction .header-bottom-info .season .season-rect .season-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 2px;
    background-color: #181818;
}

.header-exp .introduction .header-bottom-info .season .season-rect .season-item.summer {
    border-bottom: 4px solid #e9bc1c;
}

.header-exp .introduction .header-bottom-info .season .season-rect .season-item.autumn {
    border-bottom: 4px solid #E94C1C;
}

.header-exp .introduction .header-bottom-info .season .season-rect .season-item.winter {
    border-bottom: 4px solid #2182D7;
}

.header-exp .introduction .header-bottom-info .season .season-rect .season-item.flower {
    border-bottom: 4px solid #47a54e;
}

.header-exp .introduction .header-bottom-info .season .autor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 64px;
    background-color: #181818;
    margin-left: 22px;
}

.header-exp .introduction .header-bottom-info .season .autor span {
    font-size: 12px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
}

.header-exp .introduction .header-bottom-info .season h4 {
    font-size: 12px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
}

.header-exp .introduction .header-bottom-info .price-button form button {
    border: none;
    padding: 18px 26px;
    background: #ffffff;
    cursor: pointer;
}

.header-exp .introduction .header-bottom-info .price-button form button span {
    padding: 18px 26px;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #0f1e51;
    border-right: 1px solid rgba(40, 40, 39, 0.05);
    text-transform: uppercase;
}

.header-exp .introduction .header-bottom-info .price-button form button span.price {
    font-size: 20px;
    line-height: 1.3;
}

.header-exp .introduction .header-bottom-info .price-button form button span.price sup {
    font-size: 10px;
    margin-top: 5px;
}

.header-exp .introduction .header-bottom-info .price-button form button span:last-child {
    border-right: none;
    margin-top: -2px;
    position: relative;
    top: -2px;
}

.header-exp .introduction__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 55%;
    margin: 0 auto;
}

.header-exp .introduction__content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.header-exp .introduction__content-title-exp {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.header-exp .introduction__content-title-exp .after-text p {
    font-size: calc(34px + 91 * ((100vw - 480px) / 920));
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    max-width: 974px;
    margin: 0 auto;
    transform: translate(-50%, -25%);
    -webkit-text-stroke: 0.3px #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.header-exp .introduction__content-title-exp h1 {
    font-size: calc(22px + 38 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.stroke-text {
    font-size: 90px;
    text-align: center;
    transition: opacity 0.3s;
    display: block;
    margin: 0 auto;
    -webkit-text-stroke: 0.3px #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0);
    opacity: 0.4;
    text-transform: uppercase;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.map {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
    background: url("../img/map/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.map .map-container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.map .map-container .mainland {
    width: 50%;
    height: auto;
}

.map .map-container .mainland .mainland-image-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    transform: translate(-120%, -10%);
    transition: all .3s ease-in-out;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 44px;
    height: 44px;
    border: 8px solid #ffffff;
    animation: pulsate 1.5s ease-out infinite;
    animation-delay: .9s;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow .country {
    font-size: calc(14px + 8 * ((100vw - 480px) / 920));
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0%, 0%);
    transition: transform 1s, opacity 1s ease-in-out;
    white-space: nowrap;
    visibility: hidden;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow:hover .country {
    transform: translate(0, -50%);
    /*left: 0;*/
    visibility: visible;
    opacity: 1;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow2 {
    position: absolute;
    top: 36%;
    left: 43%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    transform: translate(-120%, -10%);
    transition: all .3s ease-out;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow2:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow2:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 44px;
    height: 44px;
    border: 8px solid #ffffff;
    animation: pulsate 1.5s ease-out infinite;
    animation-delay: 1.6s;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow2 .country {
    font-size: calc(14px + 8 * ((100vw - 480px) / 920));
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(-50%, 0%);
    transition: transform 1s, opacity 1s ease-in-out;
    visibility: hidden;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow2:hover .country {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow3 {
    position: absolute;
    top: 32%;
    left: 28%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    transform: translate(-120%, -10%);
    transition: all .3s ease-out;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow3:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow3:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 44px;
    height: 44px;
    border: 8px solid #ffffff;
    animation: pulsate 1.5s ease-out infinite;
    animation-delay: 2s;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow3 .country {
    font-size: calc(14px + 8 * ((100vw - 480px) / 920));
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(-50%, 0%);
    transition: transform 1s, opacity 1s ease-in-out;
    visibility: hidden;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow3:hover .country {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow4 {
    position: absolute;
    bottom: 32%;
    left: 46%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    transform: translate(-120%, -10%);
    transition: all .3s ease-out;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow4:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow4:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 44px;
    height: 44px;
    border: 8px solid #ffffff;
    animation: pulsate 1.5s ease-out infinite;
    animation-delay: 1.6s;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow4 .country {
    font-size: calc(14px + 8 * ((100vw - 480px) / 920));
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(-50%, 0%);
    transition: transform 1s, opacity 1s ease-in-out;
    visibility: hidden;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow4:hover .country {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow5 {
    position: absolute;
    bottom: 28%;
    left: 35%;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    transform: translate(-120%, -10%);
    transition: all 1s ease-out;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow5:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #181818;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow5:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 44px;
    height: 44px;
    border: 8px solid #ffffff;
    animation: pulsate 1.5s ease-out infinite;
    animation-delay: 2.3s;
    border-radius: 50%;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow5 .country {
    font-size: calc(14px + 8 * ((100vw - 480px) / 920));
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(-50%, 0%);
    transition: transform 1s, opacity 1s ease-in-out;
    visibility: hidden;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.map .map-container .mainland .mainland-image-wrapper .mouseFollow5:hover .country {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}

#project-japan .mouseFollow-pos-1 {
    top: 61%;
    left: 19%;
}

#project-japan .mouseFollow-pos-2 {
    top: 58%;
    left: 30%;
}

#project-japan .mouseFollow-pos-3 {
    top: 56%;
    left: 47%;
}

#project-japan .mouseFollow-pos-7 {
    top: 57%;
    left: 52%;
}

#project-japan .mouseFollow-pos-4 {
    top: 55%;
    left: 50%;
}

#project-japan .mouseFollow-pos-5 {
    top: 55%;
    left: 72%;
}

#project-japan .mouseFollow-pos-6 {
    top: 52%;
    left: 80%;
}

#project-spb .mouseFollow-pos-1 {
    top: 39%;
    left: 28%;
}

#project-spb .mouseFollow-pos-2 {
    top: 63%;
    left: 53%;
}

#project-spb .mouseFollow-pos-3 {
    top: 62%;
    left: 63%;
}

#project-spb .mouseFollow-pos-4 {
    top: 57%;
    left: 64%;
}

#project-spb .mouseFollow-pos-5 {
    top: 66%;
    left: 71%;
}

#project-spb .mouseFollow-pos-6 {
    top: 55%;
    left: 70%;
}

#project-spb .mouseFollow-pos-7 {
    top: 52%;
    left: 74%;
}

#project-spb .mouseFollow-pos-8 {
    top: 50%;
    left: 70%;
}

#project-spb .mouseFollow-pos-9 {
    top: 49%;
    left: 61%;
}

#project-spb .mouseFollow-pos-10 {
    top: 41%;
    left: 62%;
}


#project-iceland .mouseFollow-pos-1 {
    top: 71%;
    left: 24%;
}

#project-iceland .mouseFollow-pos-2 {
    top: 48%;
    left: 30%;
}

#project-iceland .mouseFollow-pos-3 {
    top: 62%;
    left: 36%;
}

#project-iceland .mouseFollow-pos-4 {
    top: 55%;
    left: 38%;
}

#project-iceland .mouseFollow-pos-5 {
    top: 64%;
    left: 43%;
}

#project-iceland .mouseFollow-pos-6 {
    top: 88%;
    left: 54%;
}

#project-iceland .mouseFollow-pos-7 {
    top: 80%;
    left: 60%;
}

#project-iceland .mouseFollow-pos-8 {
    top: 23%;
    left: 59%;
}

#project-iceland .mouseFollow-pos-9 {
    top: 27%;
    left: 65%;
}

#project-iceland .mouseFollow-pos-10 {
    top: 29%;
    left: 68%;
}

#project-iceland .mouseFollow-pos-11 {
    top: 12%;
    left: 72%;
}

#project-iceland .mouseFollow-pos-12 {
    top: 14%;
    left: 85%;
}

#project-iceland .mouseFollow-pos-13 {
    top: 28%;
    left: 89%;
}

#project-iceland .mouseFollow-pos-14 {
    top: 34%;
    left: 97%;
}

#project-iceland .mouseFollow-pos-15 {
    top: 40%;
    left: 95%;
}

#project-iceland .mouseFollow-pos-16 {
    top: 48%;
    left: 97%;
}

#project-iceland .mouseFollow-pos-17 {
    top: 54%;
    left: 93%;
}

.map .map-container .mainland .mainland-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.map .map-container .mainland-text {
    width: 50%;
    max-width: 518px;
    margin-left: 110px;
}

.map .map-container .mainland-text .text {
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 30px;
    margin-left: 0;
}

.map .map-container .mainland-text p {
    font-size: calc(58px + 12 * ((100vw - 480px) / 920));
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    line-height: 1;
    color: #aca597;
    margin-left: -20px;
}

.map .map-container .mainland-text h2 {
    font-size: calc(34px + 11 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 70px;
}

@keyframes pulsate {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.first-step {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 40px 0 90px 0;
    background: url("../img/step/img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.first-step--spb {
    background-image: url("../img/first-step-spb-bg.jpg");
    padding-bottom: 50px;
}

.first-step--spb .first-step-container {
    position: relative;
}

.first-step--spb .first-step-container .first-step-header .back-text.back-text-static {
    position: static;
    margin-top: -48px;
    margin-left: -50px;
    left: 0;
    top: 0;
    transform: none;
}

.first-step .first-step-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    min-height: 100%;
    margin: 0 auto;
}

.first-step .first-step-container .first-step-header {
    position: relative;
}

.first-step .first-step-container .first-step-header .back-text {
    position: absolute;
    top: 50%;
    left: 6%;
    margin: 0;
    transform: translate(-50%, -5%);
    font-size: 100px;
    -webkit-text-stroke: 0.3px #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.first-step .first-step-container .first-step-header p {
    font-size: calc(58px + 12 * ((100vw - 480px) / 920));
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    line-height: 0.8;
    color: #aca597;
    margin-left: -20px;
}

.first-step .first-step-container .first-step-header h2 {
    font-size: calc(34px + 11 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.first-step .first-step-container .first-step-bottom p {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 30px;
}

.panel-wrapper {
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.panel-wrapper .panel-img-wrapper {
    width: 50%;
    height: 100%;
}

.panel-wrapper .panel-img-wrapper .panel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.panel-wrapper .panel-img-wrapper .panel-img:not(.panel-img-mobile) {
    opacity: 0;
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper {
    position: relative;
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper .image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper .back-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    text-align: center;
    margin: 0;
    transform: translate(-50%, -5%);
    font-size: 100px;
    -webkit-text-stroke: 0.3px #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper p {
    font-size: calc(58px + 12 * ((100vw - 480px) / 920));
    position: relative;
    margin: 0;
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    line-height: 0.6;
    color: #aca597;
}

.panel-wrapper .panel-img-wrapper .panel-img .image-wrapper h2 {
    font-size: calc(34px + 6 * ((100vw - 480px) / 920));
    z-index: 0;
    font-family: "<Gilroy>", sans-serif;
    font-weight: 800;
    padding-left: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.panel-wrapper .panel-img-wrapper .panel-img .block-text-mobile {
    display: none;
}

.panel-wrapper .panel-img-wrapper .panel-img-mobile {
    display: none;
}

.panel-wrapper .panel-text-wrapper {
    width: 50%;
}

.panel-wrapper .panel-text-wrapper .step-tween {
    display: flex;
    align-items: center;
    height: 100vh;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper {
    max-width: 521px;
    margin: 0 auto;
    margin-left: 10%;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper h3 {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #0f1e51;
    position: relative;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper h3:before {
    content: "";
    position: absolute;
    left: -50px;
    width: 25px;
    height: 25px;
    border: 1px solid #aca597;
    border-radius: 50%;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper h3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -36px;
    width: 4px;
    height: 4px;
    transform: translate(-50%, -80%);
    background: #181818;
    border-radius: 50%;
}


.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper p {
    font-size: calc(13px + 4 * ((100vw - 480px) / 920));
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    margin: 0;
    margin-bottom: 10px;
    color: #888899;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper p:last-of-type {
    margin-bottom: 0;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper .btn-staep {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    height: 70px;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    margin-top: 70px;
}

.panel-wrapper .panel-text-wrapper .step-tween .text-wrapper .btn-staep:after {
    content: "Следующий день";
    position: absolute;
    top: 50%;
    left: 100px;
    width: 120px;
    transform: translate(-5%, -50%);
    color: #282827;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.details {
    background: #f8f8f7;
    box-sizing: border-box;
    padding-top: 155px;
    padding-bottom: 130px;
    position: relative;
}

.details .details-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.details .details-wrapper .details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 175px;
}

.details .details-wrapper .details-header .trigers {
    position: relative;
}

.details .details-wrapper .details-header .trigers h3 {
    -webkit-text-stroke: 0.5px #888899;
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(40, 40, 39, 0);
    cursor: pointer;
}

.details .details-wrapper .details-header .trigers p {
    position: absolute;
    top: 75px;
    width: 320px;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #888899;
}

.details .details-wrapper .details-header .tabs-nav__item-details {
    cursor: pointer;
}

.details .details-wrapper .details-header .tab-details {
    display: none;
}

.details .details-wrapper .details-header .active-tab h3 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.details .details-wrapper .details-header .tab-details.active-tab {
    display: block;
}

.details .details-wrapper .details-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details .details-wrapper .details-bottom .insclude {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 630px;
    min-height: 500px;
    background-color: #ffffff;
}

.details--long .details-wrapper .details-bottom .insclude {
    box-sizing: border-box;
    padding-top: 70px;
    min-height: 590px;
    align-items: flex-start;
}

.details .details-wrapper .details-bottom .insclude .insclude-text {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.details--long .details-wrapper .details-bottom .insclude .insclude-text {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.details .details-wrapper .details-bottom .insclude .insclude-text h3 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aca597;
    margin-bottom: 65px;
}

.details .details-wrapper .details-bottom .insclude .insclude-text ul {
    list-style-image: url("../img/active-icon.svg");
    margin-left: 20px;
}

.details .details-wrapper .details-bottom .insclude .insclude-text ul li {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #000000;
    padding-left: 20px;
}

.details .details-wrapper .details-bottom .noticlude {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 630px;
    min-height: 500px;
    border: solid 14px #e1e1e1;
}

.details--long .details-wrapper .details-bottom .noticlude {
    box-sizing: border-box;
    padding-top: 56px;
    min-height: 590px;
    align-items: flex-start;
}

.details .details-wrapper .details-bottom .noticlude .notinsclude-text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.details--long .details-wrapper .details-bottom .noticlude .notinsclude-text {
    max-width: 540px;
}

.details .details-wrapper .details-bottom .noticlude .notinsclude-text h3 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 65px;
}

.details .details-wrapper .details-bottom .noticlude .notinsclude-text ul {
    list-style-image: url("../img/notactive-icon.svg");
    margin-left: 20px;
}

.details .details-wrapper .details-bottom .noticlude .notinsclude-text ul li {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #c9c9c9;
    padding-left: 20px;
}

.details .details-wrapper .details-bottom .noticlude .notinsclude-text ul li span {
    font-size: 14px;
}

.cost {
    position: relative;
    padding: 142px 0;
    background: #0f1e51;
    color: #ffffff;
}

.cost .cost-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.cost .cost-wrapper .cost-title {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
}

.cost .cost-wrapper .cost-title h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.cost .cost-wrapper .cost-price {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
}

.cost .cost-wrapper .cost-price .price-top {
    display: flex;
}

.cost .cost-wrapper .cost-price .price-top h3 {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.cost .cost-wrapper .cost-price .price-top sup {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 3.2;
    margin-left: 10px;
}

.cost .cost-wrapper .cost-price .price-bottom p {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    color: #c9c9c9;
}

.cost .cost-wrapper .cost-button {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
}

.cost .cost-wrapper .cost-button form {
    text-align: right;
}

.cost .cost-wrapper .cost-button form button {
    border: none;
    padding: 24px 72px;
    background: #aca597;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}

.cost .cost-wrapper .cost-button form button:hover {
    background: #97896c;
}

.info-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 0 145px 0;
}

.info-wrapper .info-title {
    margin-bottom: 68px;
}

.info-wrapper .info-title p {
    font-size: calc(58px + 12 * ((100vw - 480px) / 920));
    font-family: "<TravelSoulmatesSignature>", sans-serif;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    color: #aca597;
}

.info-wrapper .info-title h2 {
    font-size: calc(34px + 11 * ((100vw - 480px) / 920));
    font-family: "<Gilroy>", sans-serif;
    font-weight: 700;
    padding-left: 40px;
}

.info-wrapper .accordion {
    box-sizing: content-box;
    width: 90%;
    max-width: 1280px;
    height: 25px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px;
    transition: height 0.3s ease;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: -1px;
}

.info-wrapper .accordion .accordion_tab {
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 65px;
    font-family: "Rubik", sans-serif;
}

.info-wrapper .accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.info-wrapper .accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.info-wrapper .accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(-50%) rotate(45deg);
}

.info-wrapper .accordion.active {
    height: 110px;
}

.info-wrapper .accordion .accordion_content {
    padding: 20px 65px;
}

.next-tours .next-tours-wrapper {
    display: flex;
}

.next-tours .next-tours-wrapper .slick-slide {
    width: 50%;
    overflow: hidden;
}

.next-tours .next-tours-wrapper .next-tours-prev,
.next-tours .next-tours-wrapper .next-tours-next {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    transition: transform 0.6s;
}

.next-tours .next-tours-wrapper .next-tours-prev h2,
.next-tours .next-tours-wrapper .next-tours-next h2 {
    font-family: "<Gilroy>", sans-serif;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.next-tours .next-tours-wrapper .next-tours-prev p,
.next-tours .next-tours-wrapper .next-tours-next p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    opacity: 0.35;
    -webkit-text-stroke: 0.3px #ffffff;
    font-family: "<Gilroy>", sans-serif;
    font-size: 100px;
    font-weight: 900;
    z-index: 1;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
}

.next-tours .next-tours-wrapper .next-tours-prev:after,
.next-tours .next-tours-wrapper .next-tours-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.6s;
}

.next-tours .next-tours-wrapper .next-tours-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 220px;
    /*background: url("../img/nexttours/img2.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}

.next-tours .next-tours-wrapper .next-tours-prev:hover:after,
.next-tours .next-tours-wrapper .next-tours-next:hover:after {
    opacity: 0;
}

.next-tours .next-tours-wrapper .slick-arrow:before {
    display: none;
}

.next-tours .next-tours-wrapper .slick-arrow {
    font-size: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 100px;
    width: 29px;
    height: 9px;
    margin-top: -4px;
    /*transform: translate(-550%, -50%);*/
    background-image: url("../img/nexttours/tours-next-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    z-index: 5;
    transition: all 0.3s;
    padding: 10px;
}

.next-tours .next-tours-wrapper .slick-arrow:hover {
    opacity: 0.7;
}

.next-tours .next-tours-wrapper .slick-prev {
    background-image: url("../img/nexttours/tours-prev-icon.svg");
    right: auto;
    left: 100px;
}

.footer {
    background: #f8f8f7;
}

.footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}

.footer .footer-top .send-phone {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
}

.footer .footer-top .send-phone .footer-tel {
    color: #282827;
    text-decoration: none;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.footer .footer-top .send-phone .footer-tel span {
    font-size: 12px;
    color: #c9c9c9;
    margin-left: 5px;
}

.footer .footer-top .send-phone .btn-phone {
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border: 2px solid #aca597;
    background: none;
    padding: 17px 40px;
    border-radius: 35px;
    margin-left: 30px;
    text-transform: uppercase;
    outline: transparent;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}

.footer .footer-top .send-phone .btn-phone:hover {
    background: #97896c;
    color: #ffffff;
}

.footer .footer-top .send-email {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    display: flex;
    justify-content: flex-end;
}

.footer .footer-top .send-email .btn-email {
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    border: 2px solid #aca597;
    background: none;
    padding: 17px 40px;
    border-radius: 35px;
    margin-left: 30px;
    text-transform: uppercase;
    outline: transparent;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}

.footer .footer-top .send-email .btn-email:hover {
    background: #97896c;
    color: #ffffff;
}

.footer .footer-top .send-email p {
    color: #282827;
    text-decoration: none;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.footer .divider {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}

.footer .footer-bottom .footer-logo {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
}

.footer .footer-bottom .footer-logo p {
    margin: 0;
    margin-top: 35px;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    color: #c9c9c9;
}

.footer .footer-bottom .footer-address {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
}

.footer .footer-bottom .footer-address p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    color: #888899;
}

.footer .footer-bottom .footer-nav {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .footer-bottom .footer-nav .footer-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-bottom .footer-nav .footer-menu ul li {
    margin-left: 40px;
}

.footer .footer-bottom .footer-nav .footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #282827;
}

.footer .footer-bottom .footer-nav .site-ruls a {
    color: #c9c9c9;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

.callback-popup, .podbor-popup {
    padding: 40px 15px;
    box-sizing: border-box;
    display: none;
    color: #282827;
}

.callback-popup {
    display: none;
}

.podbor-popup {
    /*max-width: 1060px;*/
}

.callback-popup__inner, .podbor-popup__inner {
    display: flex;
    align-items: center;
    padding: 40px 40px;
    box-sizing: border-box;
    justify-content: center;
}

.callback-popup__inner {
    margin: auto;
}

.podbor-popup__inner {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.form-row {
    margin-bottom: 30px;
    position: relative;
}

.form-row__placeholder, .form-row__field, .form-row__textarea {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.form-row__placeholder {
    height: 50px;
    line-height: 48px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    transition: all 0.3s;
    pointer-events: none;
    top: 0;
    left: 25px;
}

.form-row__field, .form-row__textarea {
    height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    border: none;
    border-bottom: 2px solid #E1E1E1;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.form-row--textarea {
    margin-top: 10px;
}

.form-row--textarea .form-row__placeholder {
    top: 12px;
    left: 25px;
}

.form-row__textarea {
    height: 100px;
    padding-top: 20px;
    resize: none;
    border: 2px solid #E1E1E1;
    margin-top: 10px;
    padding-bottom: 10px;
}

.form-row__field:focus, .form-row__textarea:focus {
    border-color: #ACA597;
    outline: none;
}

.form-row__field:focus + div, .form-row__textarea:focus + div,
.form-row__field:focus + div, .form-row__field.non-empty + div,
.form-row__textarea:focus + div, .form-row__textarea.non-empty + div {
    font-size: 8px;
    transform: translateY(-20px);
    color: #c9c9c9;
}

.form-row__textarea:focus + div, .form-row__textarea.non-empty + div {
    transform: translateY(-41px);
}

.form-row__submit {
    height: 75px;
    line-height: 70px;
    text-transform: uppercase;
    border: 2px solid #aca597;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    background-color: transparent;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    transition: all 0.3s;
    cursor: pointer;
}

.form-row__submit:hover {
    color: #fff;
    background-color: #ACA597;
}

.form-checkbox > span {
    font-size: 13px;
    color: #c9c9c9;
    position: relative;
    padding: 5px 0 5px 38px;
    display: inline-block;
    line-height: 1.4;
    cursor: pointer;
}

.form-checkbox > span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #c9c9c9;
    left: 0;
    top: 1px;
}

.form-checkbox > span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    left: 7px;
    top: 8px;
    display: none;
}

.form-checkbox__input {
    display: none;
}

.form-checkbox__input:checked + span:after {
    display: block;
}

.form-checkbox a {
    color: #c9c9c9;
}

.form-checkbox a:hover {
    color: #000;
}

.fancybox-content {
    padding: 0;
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container--focus .select2-selection--single {
    outline: none;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 2px solid #E1E1E1;
    /*transition: all 0.3s;*/
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #282827;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #282827;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 50px;
    margin-right: -1px;
    background: #e1e1e1 url(../img/chevron-down.svg) no-repeat center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-selection--single {
    border-radius: 0;
    border-bottom-color: #ACA597;
}

.select2-container--open .select2-dropdown {
    z-index: 99999;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-color: #ACA597;
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 15px 15px 15px 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ACA597;
    color: #282827;
    font-size: 12px;
    max-height: 300px;
}

.select2-container--default .select2-results__option {
    padding: 15px 0;
    transition: all 0.3s;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white;
    background-color: transparent;
}

.form-row__option-label {
    display: block;
    color: #e1e1e1;
    font-size: 8px;
    margin-top: 6px;
}

.aside-menu {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    position: fixed;
    bottom: 0;
    left: 90px;
    width: 100vh;
    height: 90px;
    z-index: 100;
    border-bottom: 1px solid rgba(187, 187, 187, 0.3);
    box-sizing: border-box;
    display: flex;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.aside-menu-nav {
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
    display: flex;
}

.aside-menu-nav a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    opacity: 0.5;
}

.aside-menu-nav a:before {
    content: attr(data-label);
    position: absolute;
    top: -1.4em;
    right: -3px;
}

.aside-menu-nav a:hover, .aside-menu-nav a.active {
    opacity: 1;
}

.aside-menu-back-link {
    background-color: #ACA597;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 110px;
    transition: opacity 0.3s;
}

.aside-menu-back-link svg {
    transform: rotate(-90deg);
}

.aside-menu-back-link:hover {
    opacity: 0.8;
}

.aside-menu.active {
    background-color: rgba(0, 0, 0, 0.4);
    height: 70px;
    transform: translateX(-20px) rotate(-90deg);
}

.aside-menu.active .aside-menu-back-link {
    flex-basis: 70px;
}

.aside-menu.active .aside-menu-nav {
    margin-top: 6px;
}

@media screen and (max-width: 1300px) {
    .aside-menu {
        display: none;
    }

    .navigation--shifted.fixed .navigation__wrapper {
        padding: 0;
    }
}


@media screen and (min-width: 768px) {

    .callback-popup__inner {
        height: 640px;
        box-sizing: border-box;
        width: 630px;
        padding-top: 100px;
    }

    .podbor-popup {
        padding-left: 0;
        padding-right: 0;
        width: 700px;
        box-sizing: border-box;
    }

    .podbor-popup__inner {
        height: 640px;
        max-width: 846px;
        box-sizing: border-box;
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .podbor-popup__inner .flex {
        width: 100%;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 50px;
        right: 50px;
        opacity: .6;
        transition: opacity 0.3s;
    }

    .fancybox-slide--html .fancybox-close-small:hover {
        opacity: 1;
    }

    .select2-container--default .select2-results > .select2-results__options {
        padding: 15px 30px 15px 50px;
    }

    .form-cols {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
    }

    .form-col {
        flex-grow: 1;
        margin-left: 10px;
        margin-right: 10px;
        flex-basis: 50%;
    }

    .form-bottom {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form-bottom .form-row__submit {
        margin-top: 0;
        margin-left: 30px;
        flex: 0 0 305px;
    }
}

@media (min-width: 1200px) {
    .podbor-popup {
        width: 1060px;
    }
}

@media screen and (min-width: 1400px) {
    .header .introduction__content-title p {
        font-size: 100px;
    }

    .header .introduction__content-title h1 {
        font-size: 58px;
    }

    .header .introduction__content-description {
        font-size: 14px;
    }

    .experience .wrapper-title .experience__title p {
        font-size: 70px;
    }

    .experience .wrapper-title .experience__title h2 {
        font-size: 45px;
    }

    .header-exp .introduction__content-title-exp .after-text p {
        font-size: 125px;
    }

    .header-exp .introduction__content-title-exp h1 {
        font-size: 60px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow .country {
        font-size: 22px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow2 .country {
        font-size: 22px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow3 .country {
        font-size: 22px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow4 .country {
        font-size: 22px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow5 .country {
        font-size: 22px;
    }

    .map .map-container .mainland-text p {
        font-size: 70px;
    }

    .map .map-container .mainland-text h2 {
        font-size: 45px;
    }

    .first-step .first-step-container .first-step-header p {
        font-size: 70px;
    }

    .first-step .first-step-container .first-step-header h2 {
        font-size: 45px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper p {
        font-size: 70px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper h2 {
        font-size: 40px;
    }

    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper p {
        font-size: 17px;
    }

    .info-wrapper .info-title p {
        font-size: 70px;
    }

    .info-wrapper .info-title h2 {
        font-size: 45px;
    }
}

@media (max-height: 700px) {
    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper p {
        font-size: 15px;
    }

    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper .btn-staep {
        margin-top: 30px;
    }

}

@media (max-width: 1690px) {
    .map .map-container .mainland .mainland-image-wrapper img {
        /*object-fit: scale-down;*/
        /*width: 80%;*/
    }
}

@media (max-width: 1440px) {
    .experience {
        padding: 85px 0 145px 30px;
    }

    .experience .wrapper-slider .expirience-slider .slick-list .slick-track {
        padding: 80px 0;
    }

    .whyarewe {
        padding: 45px 0 65px 30px;
    }

    .whyarewe .wrapper-slider .whyarewe-slider .slick-list .slick-track {
        padding: 0 80px;
    }

    .howwework .wrapper-step-wrapp {
        height: 550px;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .howwework .wrapper-step {
        justify-content: flex-start;
        border-bottom: none;
    }

    .howwework .wrapper-step .step {
        justify-content: flex-start;
    }

    .howwework .wrapper-step .step .step-item .tab {
        width: calc(150%);
        font-size: 14px;
    }

    .howwework .wrapper-step .step .step-item .tab-5 {
        width: 100%;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow2 {
        transform: translate(-5%, -10%);
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow3 {
        transform: translate(120%, -10%);
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow4 {
        left: 50%;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow5 {
        left: 42%;
    }

    #project-japan .mouseFollow-pos-1 {
        top: 59%;
        left: 37%;
    }

    #project-japan .mouseFollow-pos-2 {
        top: 56%;
        left: 41%;
    }

    #project-japan .mouseFollow-pos-3 {
        top: 55%;
        left: 50%;
    }

    #project-japan .mouseFollow-pos-4 {
        top: 53.3%;
        left: 52%;
    }

    #project-japan .mouseFollow-pos-5 {
        top: 53%;
        left: 62%;
    }

    #project-japan .mouseFollow-pos-6 {
        top: 52%;
        left: 66%;
    }

    #project-spb .mouseFollow-pos-1 {
        top: 38%;
        left: 38%;
    }

    #project-spb .mouseFollow-pos-2 {
        top: 62%;
        left: 53%;
    }

    #project-spb .mouseFollow-pos-3 {
        top: 61%;
        left: 59%;
    }

    #project-spb .mouseFollow-pos-4 {
        top: 58%;
        left: 59%;
    }

    #project-spb .mouseFollow-pos-5 {
        top: 63%;
        left: 64%;
    }

    #project-spb .mouseFollow-pos-6 {
        top: 54%;
        left: 63%;
    }

    #project-spb .mouseFollow-pos-7 {
        top: 51%;
        left: 66%;
    }

    #project-spb .mouseFollow-pos-8 {
        top: 49%;
        left: 64%;
    }

    #project-spb .mouseFollow-pos-9 {
        top: 48%;
        left: 58%;
    }

    #project-spb .mouseFollow-pos-10 {
        top: 40%;
        left: 59%;
    }

    #project-iceland .mouseFollow-pos-1 {
        top: 65%;
        left: 36%;
    }

    #project-iceland .mouseFollow-pos-2 {
        top: 45%;
        left: 40%;
    }

    #project-iceland .mouseFollow-pos-3 {
        top: 61%;
        left: 45%;
    }

    #project-iceland .mouseFollow-pos-4 {
        top: 52%;
        left: 46%;
    }

    #project-iceland .mouseFollow-pos-5 {
        top: 64%;
        left: 51%;
    }

    #project-iceland .mouseFollow-pos-6 {
        top: 88%;
        left: 54%;
    }

    #project-iceland .mouseFollow-pos-7 {
        top: 75%;
        left: 57%;
    }

    #project-iceland .mouseFollow-pos-8 {
        top: 23%;
        left: 56%;
    }

    #project-iceland .mouseFollow-pos-9 {
        top: 27%;
        left: 62%;
    }

    #project-iceland .mouseFollow-pos-10 {
        top: 29%;
        left: 65%;
    }

    #project-iceland .mouseFollow-pos-11 {
        top: 9%;
        left: 64%;
    }

    #project-iceland .mouseFollow-pos-12 {
        top: 14%;
        left: 72%;
    }

    #project-iceland .mouseFollow-pos-13 {
        top: 28%;
        left: 77%;
    }

    #project-iceland .mouseFollow-pos-14 {
        top: 36%;
        left: 79%;
    }

    #project-iceland .mouseFollow-pos-15 {
        top: 41%;
        left: 77%;
    }

    #project-iceland .mouseFollow-pos-16 {
        top: 48%;
        left: 80%;
    }

    #project-iceland .mouseFollow-pos-17 {
        top: 54%;
        left: 76%;
    }

    .map .map-container .mainland .mainland-image-wrapper img {
        object-fit: scale-down;
        width: 60%;
    }

    .map .map-container .mainland-text {
        margin-left: 0;
    }

    .first-step .first-step-container .first-step-header .back-text {
        left: 15%;
    }

    .first-step .first-step-container .first-step-header p {
        margin-left: -5px;
    }
}

@media (max-width: 1280px) {
    .header .introduction__wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .header-exp .introduction__wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .philosophy .philosophy-bg-right .philosophy-right-bottom {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 22px;
    }

    .next-tours .next-tours-wrapper .next-tours-prev p, .next-tours .next-tours-wrapper .next-tours-next p {
        font-size: 50px;
    }

    .next-tours .next-tours-wrapper .slick-arrow {
        right: 30px;
    }

    .next-tours .next-tours-wrapper .slick-prev {
        left: 30px;
    }

}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 69.375rem;
    }
}

@media (max-width: 1024px) and (max-width: 768px) {
    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper .back-text {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 58.125rem;
    }

    .header .introduction__content {
        justify-content: center;
    }

    .header .introduction__content-title {
        width: calc(66.66667% - 30px);
    }

    .header .introduction__content-description {
        width: calc(66.66667% - 30px);
    }

    .header-exp .introduction__content {
        justify-content: center;
    }

    .c-preloader {
        display: none !important;
    }

    .team .slider-team [data-animation-in] {
        opacity: 1;
    }

    .body .navigation__container .menu-nav {
        display: none;
        top: 0;
    }
}

@media screen and (max-width: 1024px) and (max-width: 480px) {
    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper p {
        font-size: 58px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper h2 {
        font-size: 34px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper p {
        font-size: 13px;
    }
}

@media (max-width: 1024px) and (max-width: 480px) {
    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper .back-text {
        font-size: 55px;
    }
}

@media (max-width: 1024px) {
    .experience .wrapper-slider .expirience-slider .stagger-tween-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .experience .wrapper-slider .expirience-slider .slick-slide {
        margin: 0 10px;
    }

    .whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide {
        max-width: 306px;
        margin-right: 0%;
    }

    .first-step .first-step-container .first-step-bottom p {
        padding: 0 20px;
        font-size: 14px;
    }

    .panel-wrapper .panel-img-wrapper {
        width: 100%;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile {
        display: block;
        width: 100%;
        height: 100%;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper {
        position: relative;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper .image {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper .image-text {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper .back-text {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        margin: 0;
        transform: translate(-50%, 23%);
        font-size: 40px;
        width: 100%;
        -webkit-text-stroke: 0.3px #ffffff;
        font-family: "<Gilroy>", sans-serif;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: rgba(255, 255, 255, 0);
        text-transform: uppercase;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper p {
        font-size: calc(58px + 12 * ((100vw - 480px) / 920));
        position: relative;
        margin: 0;
        font-family: "<TravelSoulmatesSignature>", sans-serif;
        font-weight: 100;
        line-height: 0.6;
        color: #aca597;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper h2 {
        font-size: calc(34px + 6 * ((100vw - 480px) / 920));
        z-index: 0;
        font-family: "<Gilroy>", sans-serif;
        font-weight: 800;
        padding-left: 20px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper {
        max-width: 521px;
        margin: 0 auto;
        padding: 20px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper h3 {
        position: relative;
        font-family: "Rubik", sans-serif;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-transform: uppercase;
        margin-bottom: 40px;
        color: #0f1e51;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper h3:before {
        content: "";
        position: absolute;
        left: -50px;
        width: 25px;
        height: 25px;
        border: 1px solid #aca597;
        border-radius: 50%;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper h3:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -36px;
        width: 4px;
        height: 4px;
        transform: translate(-50%, -80%);
        background: #181818;
        border-radius: 50%;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper p {
        font-size: calc(13px + 4 * ((100vw - 480px) / 920));
        margin: 0;
        margin-bottom: 10px;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #888899;
    }

    .panel-wrapper .panel-img-wrapper .panel-img {
        display: none;
        position: relative;
    }

    .panel-wrapper .panel-text-wrapper {
        display: none;
    }
}

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

    .navigation--shifted .navigation__wrapper {
        padding-left: 0;
    }

    .aside-menu {
        display: none;
    }

    .container {
        max-width: 43.125rem;
    }

    .header .introduction__content {
        justify-content: center;
    }

    .header .introduction__content-title {
        width: calc(100% - 30px);
    }

    .header .introduction__content-description {
        width: calc(100% - 30px);
    }

    .experience .wrapper-title {
        justify-content: center;
    }

    .header-exp .introduction__content {
        justify-content: center;
    }

    .footer .footer-top .send-phone {
        width: calc(100% - 30px);
    }

    .footer .footer-top .send-email {
        width: calc(100% - 30px);
    }

    .footer .footer-bottom .footer-logo {
        width: calc(100% - 30px);
    }

    .footer .footer-bottom .footer-address {
        width: calc(100% - 30px);
    }

    .footer .footer-bottom .footer-nav {
        width: calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .experience {
        padding: 45px 0 45px 0;
    }

    .experience .wrapper-title .experience__title h2 {
        padding-left: 0;
    }

    .experience .wrapper-slider .expirience-slider .stagger-tween-item {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .experience .wrapper-slider .expirience-slider .slick-slide {
        margin: 0;
    }

    .experience .wrapper-slider .expirience-slider .slick-list .slick-track {
        padding: 40px 0;
    }

    .philosophy {
        flex-direction: column;
    }

    .philosophy .philosophy-bg-left .philosophy-text {
        padding: 0 20px;
    }

    .philosophy .philosophy-bg-left .philosophy-text h2 {
        margin-left: 0;
    }

    .philosophy .philosophy-bg-left, .philosophy .philosophy-bg-right {
        width: 100%;
    }

    .philosophy .philosophy-bg-right {
        flex: 0;
        padding: 10px 20px 0;
        box-sizing: border-box;
    }

    .philosophy .philosophy-bg-right .philosophy-right-bottom {
        padding: 0;
        text-align: center;
        padding-left: 0;
        padding-top: 0;
        box-sizing: border-box;
    }

    .philosophy .philosophy-bg-right .philosophy-right-bottom p {
        max-width: 100%;
    }

    .philosophy .philosophy-bg-right .philosophy-right-bottom button {
        margin-top: 35px;
        font-size: 12px;
    }

    .whyarewe {
        padding: 45px 0 65px 0;
    }

    .whyarewe .whyarewe-title {
        flex-direction: column;
    }

    .whyarewe .whyarewe-title .whyarewe__button {
        margin-top: 40px;
    }

    .whyarewe .wrapper-slider {
        padding: 0 40px;
    }

    .whyarewe .wrapper-slider .whyarewe-slider {
        margin-top: 85px;
    }

    .whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide {
        width: 100%;
        padding: 0;
        margin-right: 0%;
    }

    .whyarewe .wrapper-slider .whyarewe-slider .whyarewe-slide:nth-child(5) {
        margin-right: 0%;
    }

    .whyarewe .whyarewe-popup {
        margin-top: 55px;
        justify-content: center;
        width: 254px;
    }

    .whyarewe .whyarewe-popup h3 {
        font-size: 20px;
    }

    .whyarewe .whyarewe-popup button {
        margin-right: 10px;
        width: 52px;
        height: 52px;
    }

    .whyarewe .whyarewe-popup button img {
        width: 20px;
        height: 20px;
    }

    .team .wrapper-title {
        padding-top: 10px;
    }

    .team .slider--item .slider-item-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 100%;
    }

    .team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap {
        align-items: center;
        align-self: center;
        text-align: center;
    }

    .team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap p {
        font-size: 14px;
        padding: 0 20px;
    }

    .team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap form {
        display: flex;
        justify-content: center;
    }

    .team .slider--item .slider-item-text .item-text-wrapper h3 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .team .slider--item .slider-item-text .item-text-wrapper h2 {
        font-size: 62px;
    }

    .team .slider--item .slider-item-text .item-text-wrapper p {
        font-size: 18px;
    }

    .howwework .wrapper-step-wrapp {
        display: none;
    }

    .howwework .step-slider-wrapper {
        display: block;
        padding: 25px;
    }

    .instagram .instagram_cards .cards {
        padding: 0 10px;
    }

    .header-exp .introduction .header-bottom-info {
        flex-direction: column;
    }

    .header-exp .introduction .header-bottom-info .season {
        margin-bottom: 20px;
    }

    .header-exp .introduction__content-title-exp .after-text p {
        left: 45%;
        width: 112%;
        font-size: 70px;
    }

    .header-exp .introduction__content-title-exp h1 {
        width: 100%;
        font-size: 45px;
    }

    .map {
        height: auto;
        padding: 60px 0;
    }

    .map .map-container {
        flex-direction: column;
        height: 100%;
    }

    .map .map-container .mainland-text {
        margin-left: 0;
        width: 100%;
    }

    .panel-wrapper {
        flex-direction: column;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper .back-text {
        font-size: 60px;
    }

    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper {
        margin: 0 auto;
        margin-left: 0%;
    }

    .details .details-wrapper .details-header {
        margin-bottom: 100px;
        display: block;
        padding: 0 20px;
    }

    .details .details-wrapper .details-header .trigers p {
        top: 60px;
    }

    .details .details-wrapper .details-bottom {
        flex-direction: column;
    }

    .details .details-wrapper .details-bottom .insclude {
        margin-bottom: 20px;
    }

    .cost .cost-wrapper {
        flex-direction: column;
    }

    .cost .cost-wrapper .cost-title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cost .cost-wrapper .cost-price {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cost .cost-wrapper .cost-price .price-top {
        display: block;
    }

    .cost .cost-wrapper .cost-button {
        width: 100%;
        text-align: center;
    }

    .cost .cost-wrapper .cost-button form {
        text-align: center;
    }

    .info-wrapper .info-title {
        text-align: center;
    }

    .info-wrapper .accordion .accordion_tab {
        font-size: 14px;
    }

    .info-wrapper .accordion.active {
        height: 150px;
    }

    .next-tours .next-tours-wrapper {
        flex-direction: column;
    }

    .next-tours .next-tours-wrapper .next-tours-prev {
        width: 100%;
    }

    .next-tours .next-tours-wrapper .next-tours-next {
        width: 100%;
    }

    .footer .footer-top {
        flex-direction: column;
    }

    .footer .footer-top .send-phone {
        flex-direction: column;
    }

    .footer .footer-top .send-phone .btn-phone {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .footer .footer-top .send-email {
        flex-direction: column;
    }

    .footer .footer-top .send-email .btn-email {
        margin-left: 0;
    }

    .footer .footer-top .send-email p {
        text-align: center;
    }

    .footer .footer-bottom .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer .footer-bottom .footer-address {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer .footer-bottom .footer-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer .footer-bottom .footer-nav .footer-menu ul {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer .footer-bottom .footer-nav .footer-menu ul li {
        margin-left: 0;
        padding: 5px 0;
    }

    .footer .footer-bottom .footer-nav .site-ruls {
        text-align: center;
        margin-top: 10px;
    }

    .footer .footer-bottom .footer-nav .site-ruls a {
        display: block;
    }

    .next-tours .next-tours-wrapper .next-tours-prev h2, .next-tours .next-tours-wrapper .next-tours-next h2 {
        font-size: 18px;
    }

    .next-tours .next-tours-wrapper .next-tours-prev p, .next-tours .next-tours-wrapper .next-tours-next p {
        font-size: 22px;
    }

    .next-tours .next-tours-wrapper .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 578px) {
    .header .progressBarContainer {
        transform: translateX(0%);
    }

    .header .instagram-icon-wrap {
        transform: translateX(35%);
    }

    .experience .wrapper-title .experience__title p {
        line-height: 0.8;
    }

    .experience .wrapper-slider {
        margin-top: 0;
    }

    .instagram .instagram_cards {
        justify-content: center;
    }

    .map .map-container .mainland-text p {
        line-height: 0.8;
    }

    .first-step .first-step-container .first-step-header p {
        line-height: 0.8;
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 31.875rem;
    }

    .experience .wrapper-title .experience__title {
        width: calc(100% - 30px);
    }

    .experience .wrapper-title .experience__description {
        width: calc(100% - 30px);
    }

    .cost .cost-wrapper .cost-title {
        width: calc(100% - 30px);
    }

    .cost .cost-wrapper .cost-price {
        width: calc(100% - 30px);
    }

    .cost .cost-wrapper .cost-button {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .header .introduction__content-title p {
        font-size: 70px;
    }

    .header .introduction__content-title h1 {
        font-size: 39px;
    }

    .header .introduction__content-description {
        font-size: 12px;
    }

    .experience .wrapper-title .experience__title p {
        font-size: 58px;
    }

    .experience .wrapper-title .experience__title h2 {
        font-size: 34px;
    }

    .header-exp .introduction__content-title-exp .after-text p {
        font-size: 34px;
    }

    .header-exp .introduction__content-title-exp h1 {
        font-size: 22px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow .country {
        font-size: 14px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow2 .country {
        font-size: 14px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow3 .country {
        font-size: 14px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow4 .country {
        font-size: 14px;
    }

    .map .map-container .mainland .mainland-image-wrapper .mouseFollow5 .country {
        font-size: 14px;
    }

    .map .map-container .mainland-text p {
        font-size: 58px;
    }

    .map .map-container .mainland-text h2 {
        font-size: 34px;
    }

    .first-step .first-step-container .first-step-header p {
        font-size: 58px;
    }

    .first-step .first-step-container .first-step-header h2 {
        font-size: 34px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper p {
        font-size: 58px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper h2 {
        font-size: 34px;
    }

    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper p {
        font-size: 13px;
    }

    .info-wrapper .info-title p {
        font-size: 58px;
    }

    .info-wrapper .info-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .navigation .nav-wrap .toggle-btn {
        margin-left: 5px;
    }

    .navigation__wrapper .phone a {
        font-size: 12px;
    }

    .navigation .nav-wrap .toggle-btn {
        margin-left: 5px;
    }

    .navigation__wrapper .phone a {
        font-size: 12px;
    }

    .header-exp .introduction .header-bottom-info .season {
        flex-direction: column;
        text-align: center;
    }

    .header-exp .introduction .header-bottom-info .season .season-rect {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .header-exp .introduction .header-bottom-info .season .autor {
        margin-left: 0;
    }

    .header-exp .introduction .header-bottom-info .price-button form button {
        padding: 18px 20px;
    }

    .header-exp .introduction .header-bottom-info .price-button form button span {
        padding: 18px 5px;
    }

    .map .map-container .mainland-text {
        box-sizing: border-box;
        text-align: center;
    }

    .map .map-container .mainland-text .text {
        padding: 0 20px;
        font-size: 14px;
    }

    .first-step .first-step-container .first-step-header {
        margin-bottom: 80px;
        text-align: center;
    }

    .first-step .first-step-container .first-step-header .back-text {
        transform: translate(-10%, -5%);
        text-align: center;
    }

    .first-step .first-step-container .first-step-bottom p {
        padding: 0 20px;
        font-size: 14px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img .image-wrapper .back-text {
        font-size: 55px;
    }

    .panel-wrapper .panel-text-wrapper .step-tween .text-wrapper {
        margin: 0 auto;
        padding: 20px;
    }

    .details {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .details .details-wrapper .details-header {
        margin-bottom: 100px;
        display: block;
        padding: 0 20px;
    }

    .details .details-wrapper .details-header .trigers {
        width: 100%;
    }

    .details .details-wrapper .details-header .trigers h3 {
        font-size: 22px;
    }

    .details .details-wrapper .details-header .tabs-nav__item-details .tab-1-details p {
        position: absolute;
        top: 118px;
        width: 285px;
        margin: 0;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.78;
        letter-spacing: normal;
        color: #888899;
    }

    .details .details-wrapper .details-header .tabs-nav__item-details .tab-2-details p {
        position: absolute;
        top: 100px;
        width: 285px;
        margin: 0;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.78;
        letter-spacing: normal;
        color: #888899;
    }

    .details .details-wrapper .details-header .tabs-nav__item-details .tab-3-details p {
        position: absolute;
        top: 80px;
        width: 285px;
        margin: 0;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.78;
        letter-spacing: normal;
        color: #888899;
    }

    .details .details-wrapper .details-header .tabs-nav__item-details .tab-4-details p {
        position: absolute;
        top: 58px;
        width: 285px;
        margin: 0;
        font-family: "Rubik", sans-serif;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.78;
        letter-spacing: normal;
        color: #888899;
    }

    .details .details-wrapper .details-header .active-tab h3 {
        font-size: 22px;
    }

    .details .details-wrapper .details-bottom .insclude {
        min-height: 350px;
    }

    .details .details-wrapper .details-bottom .insclude .insclude-text {
        padding: 0 20px;
    }

    .details .details-wrapper .details-bottom .insclude .insclude-text h3 {
        font-size: 32px;
        text-align: center;
    }

    .details .details-wrapper .details-bottom .insclude .insclude-text ul li {
        font-size: 14px;
    }

    .details .details-wrapper .details-bottom .noticlude {
        min-height: 350px;
    }

    .details .details-wrapper .details-bottom .noticlude .notinsclude-text {
        padding: 0 20px;
    }

    .details .details-wrapper .details-bottom .noticlude .notinsclude-text h3 {
        font-size: 32px;
        text-align: center;
    }

    .details .details-wrapper .details-bottom .noticlude .notinsclude-text ul li {
        font-size: 14px;
    }

    .details .details-wrapper .details-bottom .noticlude .notinsclude-text ul li span {
        font-size: 12px;
    }

    .cost .cost-wrapper .cost-button form button {
        padding: 24px 65px;
    }

    .info-wrapper .info-title h2 {
        padding-left: 0;
    }

    .info-wrapper .accordion {
        width: auto;
        height: 15px;
        padding: 30px 10px;
    }

    .info-wrapper .accordion .accordion_tab {
        font-size: 12px;
    }

    .info-wrapper .accordion .accordion_tab.active .accordion_arrow {
        transform: translateY(-50%) rotate(45deg);
    }

    .info-wrapper .accordion.active {
        height: 120px;
    }

    .info-wrapper .accordion .accordion_content {
        padding: 20px 25px;
        font-size: 12px;
    }

}

@media (max-width: 380px) {
    .header .folow-me {
        display: none;
    }

    .experience .wrapper-slider .expirience-slider .stagger-tween-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .center-card h2 {
        font-size: 30px;
    }

    .experience .wrapper-slider .expirience-slider .stagger-tween-item .slider-item .bottom-card .season-title {
        font-size: 16px;
    }

    .philosophy .philosophy-bg-right .philosophy-right-bottom {
        padding: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .newslater .newslater__title .form input::placeholder {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .navigation .nav-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .navigation__wrapper .phone {
        display: none;
    }

    .team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5%;
    }

    .team .slider--item .slider-item-text .item-text-wrapper .bottom-text-wrap p {
        font-size: 12px;
        line-height: 16px;
    }

    .team .slider--item .slider-item-text .item-text-wrapper h3 {
        font-size: 16px;
    }

    .team .slider--item .slider-item-text .item-text-wrapper h2 {
        font-size: 50px;
    }

    .team .slider--item .slider-item-text .item-text-wrapper p {
        font-size: 16px;
    }

    .navigation .nav-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .navigation__wrapper .phone {
        display: none;
    }

    .header-exp .introduction .header-bottom-info .season .season-rect .season-item {
        width: 34px;
        height: 34px;
    }

    .header-exp .introduction .header-bottom-info .season .autor {
        width: 185px;
        height: 34px;
    }

    .header-exp .introduction .header-bottom-info .price-button form button {
        padding: 12px 7px;
    }

    .header-exp .introduction .header-bottom-info .price-button form button span {
        padding: 12px 18px;
    }

    .header-exp .introduction__content-title-exp .after-text p {
        left: 45%;
        width: 112%;
        font-size: 30px;
    }

    .first-step {
        height: auto;
        padding: 40px 0 40px 0;
    }

    .first-step .first-step-container .first-step-header {
        margin-bottom: 50px;
    }

    .first-step .first-step-container .first-step-header .back-text {
        left: 20%;
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 1400px) {
    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper p {
        font-size: 70px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .image-wrapper h2 {
        font-size: 40px;
    }

    .panel-wrapper .panel-img-wrapper .panel-img-mobile .block-text-mobile .text-wrapper p {
        font-size: 17px;
    }
}

/*# sourceMappingURL=maps/main.css.map */
