/*
Name: 			innner-page.css
Written by: 	Lavrinenko Aleksandr
Theme Version:	1.0
*/
/*! 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.
 */
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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
}

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

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

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

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.eot");
    src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

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

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

/* Color Transparent */
.color-transparent {
    color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
    background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
    background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
    background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
    background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

.pointer {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(0.625vw + 12px);
}

.visually-hidden {
    display: none;
}

body {
    background-color: #EFEEEE;
    color: #151515;
    font-family: "Gilroy";
    font-weight: normal;
    -webkit-overflow-scrolling: touch;
    font-size: 1rem;
    -webkit-tap-highlight-color: transparent;
    line-height: normal;
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

body[body-color=green] {
    background: #B6DBD0;
}

body[body-color=violet] {
    background: #BEC7E7;
}

body[body-color=yellow] {
    background: #FBE274;
}

body[body-color=blue] {
    background: #B9E2E5;
}

body[body-color=orange] {
    background: #FFC9BA;
}

section {
    padding: 60px 0;
}

@media screen and (max-width: 1199px) {
    section {
        padding: 40px 0;
    }
}

.new-container {
    padding: 0 10%;
    width: 100%;
}

@media screen and (max-width: 1689px) {
    .new-container {
        padding: 0 8%;
    }
}

@media screen and (max-width: 1499px) {
    .new-container {
        padding: 0 7%;
    }
}

@media screen and (max-width: 1199px) {
    .new-container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .new-container {
        padding: 0 20px;
    }
}

.green-outer {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .green-outer {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .green-outer {
        padding-top: 40px;
    }
}

.green-outer:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: calc(100% + 65px);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #b6dbd0), to(#efeeee));
    background: linear-gradient(180deg, #b6dbd0 32%, #efeeee 100%);
}

.violet-outer {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .violet-outer {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .violet-outer {
        padding-top: 40px;
    }
}

.violet-outer:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: calc(100% + 65px);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bec7e7), to(#efeeee));
    background: linear-gradient(180deg, #bec7e7 50%, #efeeee 100%);
}

.yellow-outer {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .yellow-outer {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .yellow-outer {
        padding-top: 40px;
    }
}

.yellow-outer:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: calc(100% + 65px);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #fbe274), to(#efeeee));
    background: linear-gradient(180deg, #fbe274 26%, #efeeee 100%);
}

.yellow-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #fbe274), to(#efeeee));
    background: linear-gradient(180deg, #fbe274 32%, #efeeee 100%);
}

.blue-outer {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .blue-outer {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .blue-outer {
        padding-top: 40px;
    }
}

.blue-outer:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: calc(100% + 65px);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #b9e2e5), to(#efeeee));
    background: linear-gradient(180deg, #b9e2e5 26%, #efeeee 100%);
}

.orange-outer {
    position: relative;
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .orange-outer {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .orange-outer {
        padding-top: 40px;
    }
}

.orange-outer:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: calc(100% + 65px);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffc9ba), to(#efeeee));
    background: linear-gradient(180deg, #ffc9ba 50%, #efeeee 100%);
}

.bg-animate-init:before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
    opacity: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn {
    border-radius: 20px;
    padding: 20px 40px;
    font-size: 0.8rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

.btn:active, .btn:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.btn.btn-black {
    color: #ffffff;
    background: #151515;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1199px) {
    .btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        width: 100%;
        padding-top: 15px;
        border-radius: 30px;
        padding-bottom: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
    line-height: 94%;
}

h2 {
    line-height: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

h3 {
    line-height: 100%;
    color: #000000;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 60px;
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 3rem;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        padding-bottom: 30px;
    }
}

.green-outer h3 span {
    color: #18624C;
}

.violet-outer h3 span {
    color: #6D59EA;
}

.yellow-outer h3 span {
    color: #E99F31;
}

.blue-outer h3 span {
    color: #38A3A5;
}

.orange-outer h3 span {
    color: #E95229;
}

h4 {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 94%;
    padding-bottom: 60px;
}

.breadcrumbs-wrapper {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs-wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs-wrapper {
        margin-top: 10px;
    }
}

.breadcrubms-list {
    font-size: 0.8rem;
    font-weight: 500;
    row-gap: 10px;
    width: 100%;
}

.breadcrubms-list li:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 1199px) {
    .breadcrubms-list li:not(:last-child) {
        margin-right: 10px;
    }
}

.breadcrubms-list li:not(:first-child) {
    padding-left: 24px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .breadcrubms-list li:not(:first-child) {
        padding-left: 14px;
    }
}

.breadcrubms-list li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #151515;
}

.breadcrubms-list a {
    color: #151515;
    border-bottom: 1px solid #151515;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.breadcrubms-list a:active, .breadcrubms-list a:hover {
    border-color: transparent;
}

.heading-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
}

.heading-wrapper .custom-select-wrapper {
    min-width: 400px;
}

.heading-wrapper .select2.select2-container {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .heading-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        padding-bottom: 40px;
    }

    .heading-wrapper br {
        display: none;
    }

    .heading-wrapper > h1 {
        width: 100%;
    }

    .heading-wrapper .custom-select-wrapper {
        min-width: auto;
        width: 100%;
    }
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 20px 24px;
    padding-right: 48px;
    background: #ffffff;
    border-radius: 40px;
    position: relative;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 500;
    font-size: 0.9rem;
}

@media screen and (max-width: 1199px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }
}

.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    width: 12px;
    height: 12px;
    background-image: url(../media/icons/polygon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto;
    right: 19px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.select2-container.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 40%;
}

.select2-container:not(.select2) .select2-dropdown {
    z-index: 5;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.select2-container:not(.select2) .select2-dropdown.select2-dropdown--above {
    top: -10px;
}

.select2-container:not(.select2) .select2-dropdown.select2-dropdown--below {
    top: 10px;
}

.select2-container:not(.select2) .select2-dropdown .select2-results__options {
    padding: 10px 0;
}

.select2-container:not(.select2) .select2-dropdown .select2-results__option {
    padding: 10px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container:not(.select2) .select2-dropdown .select2-results__option:hover, .select2-container:not(.select2) .select2-dropdown .select2-results__option:active, .select2-container:not(.select2) .select2-dropdown .select2-results__option[aria-selected=true] {
    color: #00A0E3;
}

.select2-container:not(.select2) .select2-dropdown .select2-results__option[aria-selected=true] {
    background: #f8f8f8;
}

.tags-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .tags-wrapper {
        display: block;
        white-space: nowrap;
        overflow: auto;
        margin: 0 -40px;
        padding: 0 40px;
        min-width: 100%;
        padding-bottom: 10px;
    }

    .tags-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tags-wrapper {
        margin: 0 -20px;
        padding: 0 20px;
    }
}

.tags-wrapper .tag-elem {
    padding: 20px 40px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 40px;
    font-size: 0.85rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: nowrap;
}

@media screen and (max-width: 1199px) {
    .tags-wrapper .tag-elem {
        display: inline-block;
        padding: 15px 40px;
        font-size: 1rem;
    }

    .tags-wrapper .tag-elem:not(:first-child) {
        margin-left: 7px;
    }
}

@media screen and (max-width: 767px) {
    .tags-wrapper .tag-elem {
        padding: 10px 30px;
    }
}

.tags-wrapper .tag-elem:hover, .tags-wrapper .tag-elem:active, .tags-wrapper .tag-elem.active {
    background: #000000;
    color: #ffffff;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slider-btn {
    position: absolute;
}

.slider-wrapper .slider-btn:not(.disabled) {
    cursor: pointer;
}

.slider-wrapper:not(.slider-date-wrapper) .slider-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-wrapper:not(.slider-date-wrapper) .slider-btn:not(.disabled):hover, .slider-wrapper:not(.slider-date-wrapper) .slider-btn:not(.disabled):active {
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.slider-wrapper:not(.slider-date-wrapper) .slider-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-wrapper:not(.slider-date-wrapper) .slider-btn.slider-btn-prev {
    left: -80px;
}

.slider-wrapper:not(.slider-date-wrapper) .slider-btn.slider-btn-next {
    right: -80px;
}

@media screen and (max-width: 1199px) {
    .slider-wrapper:not(.slider-date-wrapper) .slider-btn {
        display: none;
    }
}

.slider-wrapper.slider-date-wrapper .slider-btn {
    width: 30px;
    height: calc(100% - 30px);
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-wrapper.slider-date-wrapper .slider-btn:before {
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    top: 50%;
    background: rgb(255, 255, 255);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.slider-wrapper.slider-date-wrapper .slider-btn.disabled {
    visibility: hidden;
    opacity: 0;
}

.slider-wrapper.slider-date-wrapper .slider-btn img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-prev {
    left: -22px;
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-prev:before {
    left: -3px;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgb(190, 199, 231)), to(rgba(213, 217, 234, 0)));
    background: linear-gradient(90deg, rgb(190, 199, 231) 80%, rgba(213, 217, 234, 0) 100%);
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-prev img {
    left: 0;
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-next {
    right: -22px;
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-next:before {
    right: -3px;
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, rgb(190, 199, 231)), to(rgba(213, 217, 234, 0)));
    background: linear-gradient(270deg, rgb(190, 199, 231) 80%, rgba(213, 217, 234, 0) 100%);
}

.slider-wrapper.slider-date-wrapper .slider-btn.slider-btn-next img {
    right: 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .pagination {
        gap: 30px;
        margin-top: 40px;
    }
}

.pagination .page-link {
    font-weight: 500;
    font-size: 1rem;
    color: #151515;
    position: relative;
    z-index: 0;
}

.pagination .page-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    background-color: transparent;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    .pagination .page-link:before {
        width: 30px;
        height: 30px;
    }
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    z-index: 1;
}

.pagination .page-item.active .page-link:before {
    background-color: #151515;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
    .pagination .page-item.active .page-link:before {
        width: 40px;
        height: 40px;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    height: 100%;
    pointer-events: none;
    /*    position: sticky;
    top: 0;
    left: 0; */
}

*:not(.bg-wrapper) > header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14.5vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(79.89%, #151515));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #151515 79.89%);
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    *:not(.bg-wrapper) > header:before {
        height: 40vw;
    }
}

header.sticky:before {
    opacity: 0;
    visibility: hidden;
}

.header-top .header-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #595959;
    pointer-events: all;
    padding-top: 2.5vw;
    padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .header-top .header-inner {
        padding: 10px 0;
    }
}

header.sticky .header-top {
    display: none;
}

@media screen and (max-width: 1199px) {
    .header-top {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

.bg-wrapper .header-inner {
    border-bottom: none !important;
}

.header-socials {
    gap: 1.7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-social > img {
    display: block;
}

.bg-wrapper .header-social > img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.header-bottom {
    margin-top: 1.25vw;
    padding: 1.25vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
}

@media screen and (min-width: 1200px) {
    .header-bottom {
        position: sticky;
        top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .sticky .header-bottom {
        position: sticky;
        top: 0;
    }
}

.header-bottom .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .header-bottom .header-inner {
        min-height: 40px;
    }
}

.header-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    border-radius: 20px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.09);
    visibility: hidden;
}

@media screen and (min-width: 1200px) {
    .bg-wrapper .header-bottom:before {
        opacity: 1;
        visibility: visible;
        width: 90%;
        border-radius: 50px;
    }
}

.sticky .header-bottom:before {
    opacity: 1;
    width: 100%;
    border-radius: 0;
    visibility: visible;
}

.header-logo img {
    display: block;
}

@media screen and (max-width: 767px) {
    .header-logo img {
        max-width: 24vw;
    }
}

.header-nav {
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5.5rem;
}

@media screen and (max-width: 1199px) {
    .header-bottom .header-inner > .header-nav {
        display: none;
    }
}

.header-nav_link-outer {
    position: relative;
}

.header-nav_link-outer .header-nav_columns-outer {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (min-width: 1200px) {
    .header-nav_link-outer:hover > .header-nav_columns-outer, .header-nav_link-outer:active > .header-nav_columns-outer {
        opacity: 1;
        visibility: visible;
    }
}

.header-nav_link-outer .header-nav_columns {
    padding: 40px 0;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.5rem;
}

@media screen and (max-width: 1439px) {
    .header-nav_link-outer .header-nav_columns {
        gap: 2rem;
    }
}

.header-nav_link-outer .header-nav_columns:before {
    content: "";
    position: absolute;
    width: calc(100% + 8rem);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    opacity: 0.96;
    z-index: -1;
    display: block;
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
}

@media screen and (max-width: 1365px) {
    .header-nav_link-outer .header-nav_columns:before {
        width: calc(100% + 3rem);
    }
}

.header-nav_link-outer .header-nav_columns > .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.header-nav_link-outer .header-nav_columns > .column a {
    color: #151515;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-nav_link-outer .header-nav_columns > .column a:hover {
    color: #00A0E3;
}

.header-nav_link-outer .header-nav_columns > .column a:before {
    content: "~";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    left: -20px;
    font-weight: 500;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-nav_link-outer .header-nav_columns > .column a:hover:before {
    color: #00A0E3;
}

.header-nav_link-outer .header-nav_columns > .column .column-title {
    padding-bottom: 15px;
}

.header-nav_link-outer .header-nav_columns > .column .column-title a {
    font-weight: bold;
    font-size: 0.8rem;
}

.header-nav_link {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky .header-nav_link, .bg-wrapper .header-nav_link {
    color: #151515;
}

.header-nav_link:hover {
    color: #00A0E3;
}

.header-bottom_others {
    margin-left: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.5rem;
    color: #ffffff;
    margin-bottom: 9px;
}

@media screen and (max-width: 1199px) {
    .header-bottom_others {
        margin-bottom: 0;
    }
}

.sticky .header-bottom_others, .bg-wrapper .header-bottom_others {
    color: #151515;
}

.header-bottom_others img {
    display: block;
}

.sticky .header-bottom_others img, .bg-wrapper .header-bottom_others img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.header-wheather {
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1199px) {
    .header-wheather {
        display: none;
    }
}

.header-wheather > div:first-child {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 87%;
}

.header-switch-lang {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
}

.sticky .header-switch-lang, .bg-wrapper .header-switch-lang {
    color: #151515;
}

.header-mob-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 14px;
    position: relative;
    margin-left: 1.5rem;
    z-index: 1;
}

.header-mob-burger:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-mob-burger > span:after, .header-mob-burger > span:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-mob-burger > span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky:not(.open) .header-mob-burger > span {
    background: #000000;
}

header.open .header-mob-burger > span {
    background: transparent !important;
}

.header-mob-burger > span:before {
    top: 0;
    right: 0;
    width: calc(100% - 4px);
}

header.sticky .header-mob-burger > span:before {
    background: #000000;
}

header.open .header-mob-burger > span:before {
    background: #000000;
    width: calc(100% + 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -3px;
    top: 6px;
}

.header-mob-burger > span:after {
    bottom: 0;
    left: 0;
    width: 100%;
}

header.sticky .header-mob-burger > span:after {
    background: #000000;
}

header.open .header-mob-burger > span:after {
    background: #000000;
    width: calc(100% + 10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -3px;
    top: 6px;
}

.bg-wrapper .header-mob-burger > span {
    background: #151515;
}

.bg-wrapper .header-mob-burger > span:before, .bg-wrapper .header-mob-burger > span:after {
    background: #151515;
}

@media screen and (max-width: 1199px) {
    .header-nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #EFEEEE;
        z-index: 1;
        padding: 40px;
        row-gap: 68px;
        overflow: auto;
        display: none;
        pointer-events: all;
    }

    .header-nav-wrapper .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 28px;
        margin-left: 0;
        width: 100%;
        margin-top: 67px;
    }

    .header-nav-wrapper .header-nav_link {
        color: #151515;
        font-size: 1rem;
        font-weight: bold;
        position: relative;
        padding-left: 15px;
    }

    .header-nav-wrapper .header-nav_link.with-bottom:before, .header-nav-wrapper .header-nav_link.with-bottom:after {
        content: "";
        position: absolute;
        background-color: #00A0E3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .header-nav-wrapper .header-nav_link.with-bottom:before {
        width: 10px;
        height: 2px;
        left: 0;
    }

    .header-nav-wrapper .header-nav_link.with-bottom:after {
        width: 2px;
        height: 10px;
        left: 4px;
    }

    .header-nav-wrapper .header-nav_link.with-bottom.open:after {
        opacity: 0;
        visibility: hidden;
    }

    .header-nav-wrapper .header-nav_link.open, .header-nav-wrapper .header-nav_link:active, .header-nav-wrapper .header-nav_link:hover {
        color: #00A0E3;
    }

    .header-nav-wrapper .header-top-mob {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-nav-wrapper .header-mob-burger {
        margin-right: 5px;
    }

    .header-nav_link-outer {
        width: 100%;
    }

    .header-nav_link-outer .header-nav_columns-outer {
        position: relative;
        visibility: visible;
        opacity: 1;
        padding-top: 28px;
        padding-left: 15px;
    }

    .header-nav_link-outer .header-nav_columns {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 28px;
        padding-left: 15px;
    }

    .header-nav_link-outer .header-nav_columns:before {
        content: none;
    }

    .header-nav_link-outer .header-nav_columns > .column {
        gap: 20px;
    }

    .header-nav_link-outer .header-nav_columns > .column a {
        font-size: 1rem;
        font-weight: 500;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title {
        padding-bottom: 0;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title a {
        font-size: 1rem;
        font-weight: bold;
        position: relative;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title a:before, .header-nav_link-outer .header-nav_columns > .column .column-title a:after {
        content: "";
        position: absolute;
        background-color: #00A0E3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title a:before {
        width: 10px;
        height: 2px;
        left: -15px;
        opacity: 1;
        visibility: visible;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title a:after {
        width: 2px;
        height: 10px;
        left: -11px;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title a:hover {
        color: #151515;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title ~ li {
        display: none;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title.open ~ li {
        display: block;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title.open a {
        color: #00A0E3;
    }

    .header-nav_link-outer .header-nav_columns > .column .column-title.open a:after {
        opacity: 0;
        visibility: hidden;
    }

    .header-nav_link.with-bottom:not(.open) + .header-nav_columns-outer {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-nav-wrapper {
        padding: 30px 20px;
    }

    .header-nav-wrapper .header-nav {
        margin-top: 60px;
        gap: 20px;
    }

    .header-nav_link-outer .header-nav_columns-outer {
        padding-top: 20px;
    }

    .header-nav_link-outer .header-nav_columns {
        gap: 15px;
    }
}

.land-page h1 {
    text-transform: uppercase;
    font-size: 5.8rem;
}

@media screen and (max-width: 1199px) {
    .land-page h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .land-page h1 {
        font-size: 2.1rem;
    }
}

.top-section .heading-wrapper {
    position: relative;
    padding-bottom: 0;
}

.top-section .img-wrapper {
    padding: 0 5%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-top: -3vw;
    z-index: -1;
}

.top-section .img-wrapper img {
    display: block;
    width: 100%;
}

.top-section .btn {
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    border-radius: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #000000;
    font-family: "Gilroy";
    font-weight: 600;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

.top-section .btn:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}

.top-section .btn.btn-green {
    background: #38a3a5;
    bottom: 100%;
    left: 20vw;
}

.top-section .btn.btn-green:hover {
    background: #40c5c7;
}

.top-section .btn.btn-blue {
    background: #2aabee;
    bottom: 100%;
    right: 0;
}

.top-section .btn.btn-blue:hover {
    background: #4ab8f3;
}

.top-section .btn.btn-orange {
    background: #e95229;
    top: 10%;
    left: 52vw;
}

.top-section .btn.btn-orange:hover {
    background: #f8663e;
}

.top-section .btn.btn-yellow {
    background: #e99f31;
    top: 100%;
    margin-top: 2vw;
    left: 15vw;
}

.top-section .btn.btn-yellow:hover {
    background: #ecae4f;
}

.top-section .btn.btn-pirple {
    background: #6d59ea;
    top: 100%;
    right: 10vw;
}

.top-section .heading-art:not(:last-child) {
    position: absolute;
    bottom: 20%;
    right: 8vw;
}

.top-section .heading-art:last-child {
    position: absolute;
    right: 1vw;
    bottom: 0;
}

@media screen and (max-width: 1199px) {
    .top-section .btns-wrapper {
        display: none;
    }

    .top-section .img-wrapper {
        padding: 0 40px;
        margin-top: 20px;
        height: 40vw;
    }

    .top-section .img-wrapper img {
        height: 100%;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media screen and (max-width: 767px) {
    .top-section .img-wrapper {
        padding: 0 20px;
        height: 75vw;
    }
}

.tabs-section .tabs-wrapper {
    position: relative;
}

.tabs-section .tabs-wrapper .switcher-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .tabs-section .tabs-wrapper .switcher-theme {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.tabs-section .tabs-wrapper .switcher-elem {
    color: #ABABAB;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tabs-section .tabs-wrapper .switcher-elem:not(.active):hover, .tabs-section .tabs-wrapper .switcher-elem.active {
    color: #000000;
}

.tabs-section .tabs-wrapper .switcher-elem.active + .switcher-center {
    background: #90bdfc;
}

.tabs-section .tabs-wrapper .switcher-elem.active + .switcher-center .circle {
    padding: 0;
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
}

.tabs-section .tabs-wrapper .switcher-elem.active + .switcher-center .circle:before {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.tabs-section .tabs-wrapper .switcher-elem.active + .switcher-center .img-wrapper {
    left: auto;
    right: 10px;
}

.tabs-section .tabs-wrapper .switcher-elem.active + .switcher-center img:last-child {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-section .tabs-wrapper .switcher-elem:not(.active) + .switcher-center img:first-child {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs-section .tabs-wrapper .switcher-elem:not(.active) + .switcher-center img:last-child {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
}

.tabs-section .tabs-wrapper .switcher-center {
    width: 120px;
    height: 64px;
    border-radius: 50px;
    background: #3b4868;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.tabs-section .tabs-wrapper .switcher-center .circle {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EFEEEE;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(calc(150% - 8px));
    transform: translateY(-50%) translateX(calc(150% - 8px));
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tabs-section .tabs-wrapper .switcher-center .circle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3b4868;
    bottom: 15%;
    right: 30%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    .tabs-section .tabs-wrapper .switcher-center .circle {
        height: 28px;
        width: 28px;
        -webkit-transform: translateY(-50%) translateX(calc(235% - 8px));
        transform: translateY(-50%) translateX(calc(235% - 8px));
    }
}

.tabs-section .tabs-wrapper .switcher-center .img-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tabs-section .tabs-wrapper .switcher-center .img-wrapper img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}

@media screen and (max-width: 767px) {
    .tabs-section .tabs-wrapper .switcher-center .img-wrapper {
        left: 10px;
    }

    .tabs-section .tabs-wrapper .switcher-center .img-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        max-width: 30px;
    }

    .tabs-section .tabs-wrapper .switcher-center .img-wrapper img:first-child {
        max-width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tabs-section .tabs-wrapper .switcher-center {
        height: 40px;
        width: 94px;
    }
}

.tabs-section .tabs-wrapper > .new-container {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .tabs-section .tabs-wrapper > .new-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .tabs-section .tabs-wrapper > .new-container {
        display: block;
    }
}

.tabs-section.sticky .tabs-wrapper > .new-container {
    position: sticky;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    z-index: 6;
}

@media screen and (max-width: 1199px) {
    .tabs-section.sticky .tabs-wrapper > .new-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tabs-section.sticky .tabs-wrapper > .new-container .switcher-theme {
        display: none;
    }
}

.tabs-section .tags-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tabs-section .tags-wrapper {
        padding: 0 40px;
        width: auto;
        position: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    .tabs-section .tags-wrapper {
        padding: 2px 20px;
    }
}

.tabs-section .tabs-contents {
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .tabs-section .tabs-contents {
        padding-top: 60px;
    }
}

.tabs-section .tabs-content:not(.active) {
    display: none;
}

.tabs-section .tabs-bottom {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .tabs-section .tabs-bottom {
        margin-top: 30px;
    }
}

.tabs-top .heading-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    padding-bottom: 40px;
}

.tabs-top .heading-wrapper .h3,
.tabs-top .heading-wrapper h3 {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .tabs-top .heading-wrapper {
        padding-bottom: 15px;
    }
}

.tabs-top h2,
.tabs-top .h2 {
    line-height: 100%;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1439px) {
    .tabs-top h2,
    .tabs-top .h2 {
        font-size: 3rem;
    }

    .tabs-top h2 + h2, .tabs-top h2 + .h2,
    .tabs-top .h2 + h2,
    .tabs-top .h2 + .h2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1439px) and (max-width: 1199px) {
    .tabs-top h2 + h2, .tabs-top h2 + .h2,
    .tabs-top .h2 + h2,
    .tabs-top .h2 + .h2 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .tabs-top h2,
    .tabs-top .h2 {
        font-size: 2.5rem;
    }
}

.tabs-top h2 .img-wrapper,
.tabs-top .h2 .img-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1%;
}

@media screen and (max-width: 1199px) {
    .tabs-top h2 .img-wrapper,
    .tabs-top .h2 .img-wrapper {
        display: none;
    }
}

.tabs-top h2:first-child .img-wrapper:first-child,
.tabs-top .h2:first-child .img-wrapper:first-child {
    width: 184px;
    right: 100%;
    margin-right: 20px;
}

.tabs-top h2:first-child .img-wrapper:last-child,
.tabs-top .h2:first-child .img-wrapper:last-child {
    width: 264px;
    left: 100%;
    margin-left: 20px;
}

.tabs-top h2:first-child img,
.tabs-top .h2:first-child img {
    width: 100%;
}

.tabs-top h2:last-child .img-wrapper:first-child,
.tabs-top .h2:last-child .img-wrapper:first-child {
    right: 100%;
    margin-right: 20px;
}

.tabs-top h2:last-child .img-wrapper:last-child,
.tabs-top .h2:last-child .img-wrapper:last-child {
    left: 100%;
    margin-left: 20px;
}

.tabs-top h2 span,
.tabs-top h2 img,
.tabs-top .h2 span,
.tabs-top .h2 img {
    display: block;
}

.tabs-top h3,
.tabs-top .h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 120%;
    padding-bottom: 40px;
    position: relative;
}

@media (max-width: 1439px) {
    .tabs-top h3,
    .tabs-top .h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .tabs-top h3,
    .tabs-top .h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .tabs-top h3,
    .tabs-top .h3 {
        padding-bottom: 15px;
    }
}

.tabs-top h3 .green,
.tabs-top .h3 .green {
    color: #38A3A5;
}

.tabs-top h3 .pirple,
.tabs-top .h3 .pirple {
    color: #6D59EA;
}

.tabs-top h3 .yellow,
.tabs-top .h3 .yellow {
    color: #E99F31;
}

.tabs-top h3 .img-wrapper,
.tabs-top .h3 .img-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1%;
}

@media (max-width: 1199px) {
    .tabs-top h3 .img-wrapper,
    .tabs-top .h3 .img-wrapper {
        display: none;
    }
}

.tabs-top h3 .img-wrapper:first-child,
.tabs-top .h3 .img-wrapper:first-child {
    right: 100%;
    margin-right: 1.5rem;
}

.tabs-top h3 .img-wrapper:last-child,
.tabs-top .h3 .img-wrapper:last-child {
    left: 100%;
    margin-left: 1.5rem;
}

.tabs-top p {
    width: 68%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
}

.tabs-top p + p {
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .tabs-top p {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .tabs-top p {
        width: 100%;
    }
}

.land-page:not(.theme-night) .--theme img:last-child {
    display: none;
}

.land-page.theme-night {
    background-color: #000000;
    color: #ffffff;
}

.land-page.theme-night .--theme img:nth-last-child(2) {
    display: none;
}

.land-page.theme-night .tags-wrapper .tag-elem {
    color: #ffffff;
    border-color: #ffffff;
}

.land-page.theme-night .tags-wrapper .tag-elem:not(.active):hover, .land-page.theme-night .tags-wrapper .tag-elem.active {
    color: #000000;
    background: #ffffff;
}

.land-page.theme-night .tabs-wrapper .switcher-elem {
    color: #575757;
}

.land-page.theme-night .tabs-wrapper .switcher-elem:not(.active):hover, .land-page.theme-night .tabs-wrapper .switcher-elem.active {
    color: #ffffff;
}

.land-page.theme-night .breadcrubms-list li:not(:first-child):before {
    background: #ffffff;
}

.land-page.theme-night .breadcrubms-list a {
    color: #ffffff;
    border-color: #ffffff;
}

.land-page.theme-night .breadcrubms-list a:hover {
    border-color: transparent;
}

.land-page.theme-night .footer-top-inner,
.land-page.theme-night .footer-top-inner .footer-nav-column .info > *,
.land-page.theme-night .footer-top-inner .footer-nav-column a:not(.footer-social) {
    color: #ffffff;
}

.land-page.theme-night .footer-top-inner .footer-nav-column a:not(.footer-social):hover {
    border-color: #ffffff;
}

.land-page.theme-night .bg-wrapper .header-social > img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.land-page.theme-night .tabs-section.sticky .tabs-wrapper > .new-container {
    background: #000000;
}

.land-page.theme-night .oneday-attraction {
    background: #000000;
}

.land-page.theme-night .oneday-attraction:hover {
    background: #000000;
}

.oneday-attraction {
    padding: 60px 0;
    border-top: 2px solid #D1D1D1;
}

@media screen and (min-width: 1200px) {
    .oneday-attraction {
        position: sticky;
        top: 150px;
        background: #EFEEEE;
        -webkit-transition: all 1s linear;
        transition: all 1s linear;
    }

    .oneday-attraction:hover {
        background: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .oneday-attraction {
        padding: 30px 0;
    }
}

.oneday-attraction .img-wrapper {
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

.oneday-attraction .img-wrapper img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .oneday-attraction .img-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.oneday-attraction .flex-block:not(.attraction-link) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6vw;
}

@media screen and (max-width: 1199px) {
    .oneday-attraction .flex-block:not(.attraction-link) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 3vw;
    }
}

.oneday-attraction .descript {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.oneday-attraction .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 30px;
    width: 100%;
}

@media (max-width: 1199px) {
    .oneday-attraction .title {
        padding-bottom: 15px;
    }
}

.oneday-attraction .text {
    font-size: 0.8rem;
    line-height: 120%;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .oneday-attraction .text {
        font-size: 1rem;
    }
}

.oneday-attraction .attraction-link {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 50px;
}

@media screen and (min-width: 1200px) {
    .oneday-attraction .attraction-link {
        padding: 18px 0;
    }

    .oneday-attraction .attraction-link:hover {
        border-color: #000000;
        padding: 18px 20px 18px 30px;
    }
}

.theme-night .oneday-attraction .attraction-link {
    color: #ffffff;
}

.theme-night .oneday-attraction .attraction-link:hover {
    border-color: #ffffff;
}

.holiday-attractions {
    padding-top: 30px;
    padding-bottom: 90px;
}

@media screen and (max-width: 1199px) {
    .holiday-attractions {
        padding-top: 0;
    }
}

.holiday-attraction + .holiday-attraction {
    margin-top: 120px;
}

.holiday-attraction .heading {
    font-size: 5rem;
    font-weight: 500;
    font-style: italic;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.holiday-attraction .heading > span {
    font-size: 12rem;
    line-height: 80%;
    padding-right: 1rem;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .heading {
        font-size: 2rem;
    }

    .holiday-attraction .heading > span {
        font-size: 6rem;
    }
}

.holiday-attraction .bg-animate {
    padding-top: 0;
}

.holiday-attraction .bg-animate:before {
    top: calc(50% + 65px);
    -webkit-transform: translateY(calc(-50% + 65px));
    transform: translateY(calc(-50% + 65px));
}

@media screen and (max-width: 767px) {
    .holiday-attraction .bg-animate:before {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    }
}

.holiday-attraction .bg-animate.bg-animate-init:before {
    -webkit-transform: translate(-50%, calc(-50% + 65px));
    transform: translate(-50%, calc(-50% + 65px));
    visibility: hidden;
}

.holiday-attraction_info {
    gap: 5vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 120px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1199px) {
    .holiday-attraction_info {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .holiday-attraction_info {
        gap: 20px;
    }
}

.holiday-attraction_info > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 1200px) {
    .holiday-attraction_info .descript {
        position: sticky;
        top: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .holiday-attraction_info .slider-wrapper .swiper-container {
        overflow: visible;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 120px;
    }

    .holiday-attraction_info .slider-wrapper .swiper-slide {
        -webkit-box-shadow: 0 4px 30px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 30px 5px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: sticky;
        top: 150px;
    }

    .holiday-attraction_info .slider-wrapper .swiper-slide:nth-child(2n) {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    .holiday-attraction_info .slider-wrapper .swiper-slide:nth-child(2n+1) {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .holiday-attraction_info .slider-wrapper img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .holiday-attraction_info .slider-wrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }

    .holiday-attraction_info .slider-wrapper .swiper-container {
        overflow: visible;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper {
        margin: 0 -40px;
        padding: 0 40px;
        padding-bottom: 10px;
        display: block;
        overflow: auto;
        white-space: nowrap;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper .swiper-slide {
        display: inline-block;
        width: 70vw;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper .swiper-slide:not(:first-child) {
        margin-left: 10px;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper .swiper-slide img {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .holiday-attraction_info .slider-wrapper .swiper-wrapper {
        margin: 0 -20px;
        padding: 0 20px;
        padding-bottom: 10px;
    }

    .holiday-attraction_info .slider-wrapper .swiper-wrapper .swiper-slide {
        width: 75vw;
    }
}

.holiday-attraction .title {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .title {
        font-size: 2rem;
    }
}

.holiday-attraction .text {
    font-size: 0.8rem;
    line-height: 120%;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .text {
        font-size: 1rem;
    }
}

.holiday-attraction .accordeons-wrapper {
    margin-top: 30px;
}

.holiday-attraction .accordon-wrapper {
    padding: 30px 0;
    border-top: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordon-wrapper {
        padding: 20px 0;
    }
}

.holiday-attraction .accordeon-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    cursor: pointer;
}

.holiday-attraction .accordeon-title > span {
    display: block;
    width: 60%;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 120%;
    position: relative;
    padding-right: 70px;
}

.holiday-attraction .accordeon-title > span:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../media/whats-view/close-btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordeon-title > span:after {
        width: 25px;
        height: 25px;
        top: 5px;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordeon-title > span {
        width: 100%;
        font-size: 1.1rem;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordeon-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 15px;
    }
}

.holiday-attraction .accordeon-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    gap: 10px;
}

.holiday-attraction .accordeon-tag:not(.--icon) {
    padding: 10px;
    border-radius: 50px;
    background: #ffffff;
    font-size: 0.7rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.holiday-attraction .accordeon-tag:not(.--icon).--with-clock {
    gap: 10px;
}

.holiday-attraction .accordeon-tag:not(.--icon).--with-clock:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../media/whats-view/clock.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordeon-tag:not(.--icon) {
        font-size: 0.9rem;
    }
}

.holiday-attraction .accordeon-tag.--icon img {
    display: block;
}

.holiday-attraction .accordeon-content {
    padding-top: 30px;
    font-size: 0.8rem;
    line-height: 120%;
    display: none;
}

@media screen and (max-width: 767px) {
    .holiday-attraction .accordeon-content {
        padding-top: 15px;
        font-size: 0.9rem;
        line-height: 150%;
    }
}

.holiday-attraction .accordon-wrapper.open .accordeon-title:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.week-attractions {
    padding-bottom: 60px;
}

.week-attraction .bg-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.week-attraction .bg-wrapper img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: -1;
    position: relative;
}

.week-attraction .bg-wrapper:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.week-attraction .bg-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#efeeee), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #efeeee 0%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
}

.week-attraction .bg-wrapper:after {
    content: attr(data-after);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #efeeee;
    font-style: italic;
    font-weight: 400;
    bottom: 20px;
    font-size: 12rem;
    line-height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .week-attraction .bg-wrapper:after {
        bottom: 0;
        font-size: 10rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .week-attraction .bg-wrapper {
        height: 40vw;
    }

    .week-attraction .bg-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

@media screen and (max-width: 767px) {
    .week-attraction .bg-wrapper {
        height: 100vw;
    }

    .week-attraction .bg-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

.week-attraction p {
    font-size: 0.8rem;
    padding-top: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .week-attraction p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .week-attraction p {
        width: 100%;
    }
}

.week-attraction + .week-attraction {
    margin-top: 120px;
}

@media screen and (max-width: 1199px) {
    .week-attraction + .week-attraction {
        margin-top: 60px;
    }
}

.week-attraction .slider-wrapper {
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.week-attraction .slider-wrapper .swiper-container {
    margin: -20px;
    padding: 20px;
    width: calc(100% + 40px);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .week-attraction .slider-wrapper .swiper-container {
        margin: -20px -40px;
        padding: 20px 30px;
        width: calc(100% + 80px);
    }
}

@media (max-width: 767px) {
    .week-attraction .slider-wrapper .swiper-container {
        padding: 20px 10px;
    }
}

.week-attraction .slider-wrapper .swiper-slide {
    border-radius: 20px;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 7px;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .week-attraction .slider-wrapper .swiper-slide {
        width: 60vw;
        padding: 10px;
    }
}

.week-attraction .slider-wrapper .swiper-slide.swiper-slide-visible .img-wrapper {
    -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
}

.week-attraction .slider-wrapper .swiper-slide:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.15);
}

.week-attraction .slider-wrapper .swiper-slide:hover .img-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.week-attraction .slider-wrapper .img-wrapper {
    position: relative;
    aspect-ratio: 16/10;

    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.week-attraction .slider-wrapper img {
    display: block;
    width: 100%;

    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top center;
}

.week-attraction .slider-wrapper .swiper-slide_title {
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 120%;
    color: #000000;
    padding: 15px 0.8rem;
}

@media screen and (max-width: 1199px) {
    .week-attraction .slider-wrapper .swiper-slide_title {
        font-size: 1.2rem;
    }
}

.week-attraction .slider-wrapper .swiper-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 30%;
    margin-top: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.week-attraction .slider-wrapper .swiper-button.swiper-button-prev {
    background-image: url("../media/whats-view/week/arrow-prev.svg");
    right: 100%;
    left: auto;
    margin-right: 40px;
}

.week-attraction .slider-wrapper .swiper-button.swiper-button-next {
    background-image: url("../media/whats-view/week/arrow-next.svg");
    left: 100%;
    right: auto;
    margin-left: 40px;
}

@media screen and (max-width: 1199px) {
    .week-attraction .slider-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .week-attraction .slider-wrapper .swiper-navigation {
        display: none;
    }
}

.week-attraction_title {
    padding-top: 60px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    font-size: 2.2rem;
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .week-attraction_title {
        font-size: 2rem;
        padding-top: 30px;
    }
}

.jquery-modal.blocker {
    z-index: 10;
}

.jquery-modal.blocker .modal {
    width: 90%;
    max-width: 1300px;
    padding: 90px 30px;
    padding-top: 100px;
    border-radius: 40px;
    background: #EFEEEE;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jquery-modal.blocker .modal a.close-modal {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: url("../media/whats-view/week/modal-close.svg");
    top: 30px;
    right: 30px;
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper {
    width: 55%;
    position: relative;
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-container,
.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-wrapper,
.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-slide,
.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-lazy {
    height: 100%;
    width: 100%;
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-container {
    margin: -30px -20px;
    padding: 30px 20px;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-lazy {
    border-radius: 20px;
    overflow: hidden;
    /* В слайдере картинка, когда переставала быть активной, меняла позицию, добавил стили для фикса */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 446px;
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-slide.swiper-slide-visible .swiper-lazy {
    background-position: top center;
    -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.2);
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 30%;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button.swiper-button-prev {
    background-image: url("../media/whats-view/week/arrow-prev.svg");
    left: 20px;
}

.jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button.swiper-button-next {
    background-image: url("../media/whats-view/week/arrow-next.svg");
    right: 20px;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .title {
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 30px;
    line-height: 125%;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .contancts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    font-size: 0.8rem;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .contancts .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #939393;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .text {
    padding-top: 30px;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 120%;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btns-wrapper {
    margin-top: 30px;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #000000;
    font-size: 0.8rem;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal .hide {
    display: none;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal:hover .route {
    display: none;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal .route,
.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal:not(.appended):hover .plus,
.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal.appended:hover .minus {
    display: block;
}

.jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal span {
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal {
        padding: 18px 0;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal:hover {
        border-color: #000000;
        padding: 18px 20px 18px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .jquery-modal.blocker {
        padding: 0;
    }

    .jquery-modal.blocker .modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        border-radius: 0;
        width: 100%;
        padding: 90px 40px;
        padding-top: 120px;
    }

    .jquery-modal.blocker .modal-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper {
        width: 100%;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-container {
        width: calc(100% + 80px);
        margin: -30px -40px;
        padding: 30px 40px;
        height: auto;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-lazy {
        height: 60vw;
        min-height: auto;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript {
        padding-left: 0;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .contancts,
    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .text,
    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btn-modal {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .jquery-modal.blocker .modal {
        padding: 50px 20px;
    }

    .jquery-modal.blocker .modal a.close-modal {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 20px;
        z-index: 1;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-container {
        width: calc(100% + 40px);
        margin: -30px -20px;
        padding: 30px 20px;
        height: auto;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-lazy {
        height: 60vw;
        min-height: auto;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button {
        width: 28px;
        height: 28px;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button.swiper-button-next {
        right: 8px;
    }

    .jquery-modal.blocker .modal-wrapper .slider-wrapper .swiper-button.swiper-button-prev {
        left: 8px;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript {
        padding-left: 0;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .title {
        font-size: 1.8rem;
        padding-bottom: 15px;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .contancts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 15px;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .text {
        padding-top: 15px;
    }

    .jquery-modal.blocker .modal-wrapper .modal-attracion_descript .btns-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.follow-us {
    padding-top: 40px;
}

.follow-us-outer {
    padding: 0 30px;
    border-radius: 20px;
    background: #B9E2E5;
    position: relative;
    color: #151515;
}

.follow-us-outer .follow-us-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    padding: 50px 5vw;
    border-bottom: 2px solid #D4F5F8;
    width: 100%;
}

@media screen and (max-width: 1689px) {
    .follow-us-outer .follow-us-top {
        padding: 50px 2vw;
    }
}

.follow-us-outer .follow-us-top .title {
    font-size: 4.5rem;
    font-weight: bold;
}

.follow-us-outer .follow-us-top .socials {
    width: 66%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1365px) {
    .follow-us-outer .follow-us-top .socials {
        width: 70%;
        max-width: 693px;
    }
}

.follow-us-outer .follow-us-top .socials > span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    width: 23vw;
}

.follow-us-outer .follow-us-top .socials .socials-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.follow-us-outer .follow-us-top .socials .socials-links img {
    display: block;
}

@media screen and (max-width: 1365px) {
    .follow-us-outer .follow-us-top .socials .socials-links img {
        max-width: 50px;
    }
}

.follow-us-outer .follow-us-top .socials .socials-links .socials-link:nth-last-child(2) {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

.follow-us-outer .follow-us-top .socials .socials-links .socials-link:nth-last-child(3) {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.follow-us-outer .follow-us-top .socials .socials-links .socials-link:nth-last-child(4) {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.follow-us-outer .follow-us-top .socials .socials-links .socials-link:last-child {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.follow-us-outer .follow-us-bottom {
    padding: 50px 5vw;
    width: 100%;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 1689px) {
    .follow-us-outer .follow-us-bottom {
        padding: 50px 2vw;
    }
}

.follow-us-outer .follow-us-bottom .follow-us-bottom_inner {
    width: 61%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1499px) {
    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner {
        width: 65%;
    }
}

@media screen and (max-width: 1365px) {
    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner {
        width: 69%;
        max-width: 683px;
    }
}

.follow-us-outer .follow-us-bottom .follow-us-bottom_inner .text {
    font-weight: 500;
    line-height: 120%;
    font-size: 0.8rem;
}

.follow-us-outer .follow-us-bottom .follow-us-bottom_inner .btn-wrapper {
    position: relative;
}

.follow-us-outer .follow-us-bottom .follow-us-bottom_inner .btn-wrapper:before {
    content: "";
    position: absolute;
    width: 115px;
    height: 100px;
    right: 100%;
    margin-right: 10px;
    top: 0;
    background-image: url(../media/img/follow-us/stripe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
}

.follow-us-outer .follow-us-bottom .follow-us-bottom_inner .btn {
    white-space: nowrap;
}

.follow-us-outer .follow-us-bg {
    position: absolute;
    width: 34vw;
    max-width: 715px;
    bottom: 0;
    right: -2vw;
    z-index: 1;
}

@media screen and (max-width: 1689px) {
    .follow-us-outer .follow-us-bg {
        width: 40vw;
        right: -5vw;
    }
}

@media screen and (max-width: 1199px) {
    .follow-us-outer .follow-us-bg {
        right: -3vw;
    }
}

.follow-us-outer .follow-us-bg picture {
    display: block;
    width: 100%;
}

.follow-us-outer .follow-us-bg img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .follow-us-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .follow-us-outer .follow-us-top {
        padding: 40px 0;
        padding-bottom: 30px;
    }

    .follow-us-outer .follow-us-top .title {
        font-size: 3rem;
    }

    .follow-us-outer .follow-us-top .socials {
        width: 100%;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 20px;
    }

    .follow-us-outer .follow-us-top .socials .socials-links {
        gap: 8px;
    }

    .follow-us-outer .follow-us-top .socials .socials-links img {
        max-width: 40px;
    }

    .follow-us-outer .follow-us-top .socials .socials-link {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .follow-us-outer .follow-us-top .socials > span {
        width: 100%;
        max-width: 70%;
    }

    .follow-us-outer .follow-us-bg {
        bottom: 0;
    }

    .follow-us-outer .follow-us-bottom {
        padding: 40px 0;
        padding-top: 30px;
    }

    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px;
    }

    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner .text {
        font-size: 1rem;
    }

    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner .btn-wrapper:before {
        content: none;
    }
}

@media screen and (max-width: 767px) {
    .follow-us-outer {
        padding: 0 20px;
    }

    .follow-us-outer .follow-us-top {
        padding: 30px 0;
        padding-bottom: 20px;
        gap: 20px;
        border-bottom: none;
    }

    .follow-us-outer .follow-us-top .socials > span {
        max-width: none;
    }

    .follow-us-outer .follow-us-bg {
        position: relative;
        bottom: auto;
        min-width: 100%;
        width: auto;
        max-width: none;
        right: auto;
        margin: 0 -20px;
        padding: 0 20px;
    }

    .follow-us-outer .follow-us-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ffffff;
        bottom: 7vw;
        z-index: -1;
        left: 0;
    }

    .follow-us-outer .follow-us-bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 30px 0;
        padding-top: 0;
        width: 100%;
        max-width: none;
    }

    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner {
        width: 100%;
    }

    .follow-us-outer .follow-us-bottom .follow-us-bottom_inner .btn-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    footer {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 0;
    }
}

footer .footer-top-img img {
    display: block;
    width: 100%;
}

.footer-top-inner {
    padding: 60px 30px;
    border-bottom: 2px solid #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #151515;
    gap: 36px;
}

@media screen and (max-width: 1199px) {
    .footer-top-inner {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-inner {
        padding: 30px 0;
        gap: 20px;
        position: relative;
        padding-bottom: 100px;
    }
}

.footer-top-inner .footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.footer-top-inner .footer-logo img {
    display: block;
}

.footer-top-inner .footer-logo span {
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 125%;
}

.footer-top-inner .footer-nav-columns {
    gap: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .footer-top-inner .footer-nav-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }
}

.footer-top-inner .footer-nav-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-top-inner .footer-nav-column .title {
    font-size: 0.95rem;
    line-height: 117%;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 60px;
}

@media screen and (max-width: 767px) {
    .footer-top-inner .footer-nav-column .title {
        font-size: 1rem;
        min-height: auto;
    }
}

.footer-top-inner .footer-nav-column .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.footer-top-inner .footer-nav-column .info > * {
    color: #151515;
    font-size: 0.7rem;
}

@media screen and (max-width: 767px) {
    .footer-top-inner .footer-nav-column .info > * {
        font-size: 0.9rem;
    }
}

.footer-top-inner .footer-nav-column .footer-socials {
    margin-top: 90px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top-inner .footer-nav-column .footer-socials img {
    display: block;
}

@media screen and (max-width: 767px) {
    .footer-top-inner .footer-nav-column .footer-socials {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
    }
}

.footer-top-inner .footer-nav-column .footer-nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.footer-top-inner .footer-nav-column .footer-nav-links .footer-nav-link {
    color: #151515;
}

.footer-top-inner .footer-nav-column a:not(.footer-social) {
    font-size: 0.7rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px solid transparent;
}

.footer-top-inner .footer-nav-column a:not(.footer-social):hover, .footer-top-inner .footer-nav-column a:not(.footer-social):active {
    border-color: #151515;
}

@media screen and (max-width: 767px) {
    .footer-top-inner .footer-nav-column a:not(.footer-social) {
        font-size: 0.9rem;
    }
}

.footer-running-lines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 100px 0;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .footer-running-lines {
        margin: 50px 0;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-running-lines {
        margin: 30px 0;
        gap: 10px;
    }
}

.slider-footer-container {
    width: 100%;
}

.slider-footer-container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.slider-footer-container .swiper-slide {
    width: 236px;
    height: 140px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .slider-footer-container .swiper-slide {
        width: 15vw;
        height: 10vw;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .slider-footer-container .swiper-slide {
        width: 25vw;
        height: 15vw;
    }
}

.slider-footer-container .swiper-slide > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
    .slider-footer-container .swiper-slide > img {
        max-width: 70%;
        max-height: 70%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media screen and (max-width: 767px) {
    .slider-footer-container .swiper-slide > img {
        max-width: 60%;
        max-height: 60%;
    }
}

.footer-copyright {
    background: #006EB6;
}

.footer-copyright .footer-copyright-inner {
    padding: 20px 30px;
    color: #ffffff;
    font-size: 0.7rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .footer-copyright .footer-copyright-inner {
        padding: 20px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .footer-copyright .footer-copyright-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.9rem;
    }
}

.footer-copyright .footer-copyright-inner .dev-logo {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright .footer-copyright-inner .dev-logo img {
    display: block;
}

.footer-copyright .footer-copyright-inner .dev-logo > span {
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .footer-copyright .footer-copyright-inner .dev-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

.footer-copyright .footer-copyright-inner .footer-copyright-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .footer-copyright .footer-copyright-inner .footer-copyright-text {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        margin-left: auto;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .footer-copyright .footer-copyright-inner .footer-copyright-text {
        text-align: center;
        margin-left: 0;
    }
}

.land-page [data-theme=night],
.land-page.theme-night [data-theme=day] {
    display: none;
}

.land-page.theme-night [data-theme=night] {
    display: block;
}

.whats-views .whats-views_item.route-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.whats-views .whats-views_item.route-container .route-container--link {
    width: 100%;
    margin-bottom: 30px;
}

.append-route {
    display: flex;
    align-items: center;
    justify-content: center;

    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 30px;
}

.append-route .append-route--place {
    flex-grow: 1;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 15px 10px;

    border: 1px solid black;
    border-radius: 40px;
    background-color: #fff;

    cursor: pointer;

    transition: background-color .4s, color .4s ease-in-out;
}

.append-route .append-route--place .hide {
    display: none;
}

.append-route .append-route--place:hover,
.append-route .append-route--place:active,
.append-route .append-route--place::selection {
    background-color: #000;
    color: #fff;
}

.append-route .append-route--place.appended {
    background-color: #000;
    color: #fff;
}

.append-route .append-route--place.disabled {
    background-color: #ddd;
    color: #000;
    cursor: not-allowed;
}

.whats-views .slider-slide_item .slider-slide-descript > span,
.whats-views .whats-views_item .slider-slide-descript > span {
    color: #000;
}

.whats-views .whats-views_item .slider-slide-descript {
    padding-bottom: 0px !important;
}

.attractions-navbar {
    position: fixed;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;

    width: 100%;
    padding: 25px 30px;
    left: 0;
    bottom: 0;

    background-color: #fff;
    box-shadow: 0px 5px 15px #888;

    transform: translateY(100%);

    z-index: 1;

    transition: transform .3s ease-in-out;
}

.attractions-navbar.active {
    transform: translateY(0);
}

.attractions-navbar .attractions-navbar--button {
    display: inline-block;
    width: fit-content;
    text-wrap: nowrap;

    padding: 10px 15px;

    border: 1px solid black;
    border-radius: 40px;
    background-color: #fff;

    font-size: 80%;

    cursor: pointer;

    transition: background-color .3s, color .3s ease-in-out;
}

.attractions-navbar .attractions-navbar--button:hover,
.attractions-navbar .attractions-navbar--button.create {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 475px) {
    .attractions-navbar {
        align-items: center;
        justify-content: center;

        padding: 15px 10px;
    }

    .attractions-navbar .attractions-navbar--button {
        font-size: 100%;
    }

    .attractions-navbar .attractions-navbar--button.clear span:last-child {
        display: none;
    }
}

.append-route--place .text {
    padding-top: 0 !important;
}
/*# sourceMappingURL=land-page.css.map */