/*
Name: 			index.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;
  }
}
.top-section {
  position: relative;
  min-height: 100vh;
}
@media screen and (max-height: 700px) and (min-width: 1200px) {
  .top-section {
    min-height: 700px;
  }
}
.top-section .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-section .slider-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-section .slider-slide > picture,
.top-section .slider-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.top-section .slider-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-section .slider-slide > .new-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-section .slider-slide > .new-container {
    padding-top: 6rem;
  }
}
.top-section .slider-slide > .new-container > h2 {
  font-size: 7rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .top-section .slider-slide > .new-container > h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section .slider-slide > .new-container > h2 {
    font-size: 3rem;
  }
}
.top-section .slider-slide > .new-container > h2 span {
  display: block;
  -webkit-clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  opacity: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.top-section .slider-slide > .new-container > h2 span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.top-section .slider-slide > .new-container > h2 span:last-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-section .slider-slide.swiper-slide-active h2 > span {
  opacity: 1;
  -webkit-clip-path: polygon(0% 10%, 100% -10%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 10%, 100% -100%, 100% 100%, 0% 100%);
}

@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 10%, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 100% 10%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  }
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 10%, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 100% 10%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 0% 10%, 0% 100%, 0% 100%);
  }
}
.excursions .slider-wrapper {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .excursions .slider-wrapper {
    margin-top: 30px;
  }
  .excursions .slider-wrapper > .slider-slide_item, .excursions .slider-wrapper > .slider-slide_item.-w-50 {
    width: 100%;
    min-width: auto;
    max-width: none;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .excursions .slider-wrapper > .slider-slide_item .slider-slide-bg, .excursions .slider-wrapper > .slider-slide_item.-w-50 .slider-slide-bg {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .excursions .slider-wrapper {
    margin-top: 20px;
  }
  .excursions .slider-wrapper > .slider-slide_item .slider-slide-bg, .excursions .slider-wrapper > .slider-slide_item.-w-50 .slider-slide-bg {
    height: 43vw;
  }
}
.excursions .slider-container-excursions {
  margin: -30px;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .excursions .slider-container-excursions .swiper-slide:not(.swiper-slide-active) .slider-slide {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .excursions .slider-container-excursions {
    margin: -30px -40px;
    padding: 30px 40px;
  }
  .excursions .slider-container-excursions .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .excursions .slider-container-excursions {
    margin: -30px -20px;
    padding: 30px 20px;
  }
}
.excursions .slider-slide {
  gap: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .excursions .slider-slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.excursions .slider-slide_item {
  -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: 10px;
  padding-bottom: 0;
  background: #ffffff;
  border-radius: 20px;
  /* flex: 1; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(25% - 15px);
  max-width: calc(25% - 15px);
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .excursions .slider-slide_item {
    min-width: auto;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .excursions .slider-slide_item {
    width: 60vw;
  }
}
.excursions .slider-slide_item:hover, .excursions .slider-slide_item:active {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.excursions .slider-slide_item .slider-slide-bg {
  width: 100%;
  height: 15.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .excursions .slider-slide_item .slider-slide-bg {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .excursions .slider-slide_item .slider-slide-bg {
    height: 35vw;
  }
}
.excursions .slider-slide_item .slider-slide-descript {
  padding: 30px 20px;
  font-weight: 600;
  width: 100%;
  font-size: 0.95rem;
  line-height: 117%;
  min-height: 7vw;
}
@media screen and (max-width: 1199px) {
  .excursions .slider-slide_item .slider-slide-descript {
    font-size: 1.2rem;
    white-space: wrap;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .excursions .slider-slide_item .slider-slide-descript {
    font-size: 1rem;
  }
}
.excursions .slider-slide_item.-w-50 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.excursions .slider-slide_item.-w-50:hover, .excursions .slider-slide_item.-w-50:active {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.excursions .btn-wrapper {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .excursions .btn-wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .events-poster h3 {
    padding-bottom: 80px;
  }
}
.events-poster .custom-select-wrapper {
  width: calc(100% - 14vw);
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 1499px) {
  .events-poster .custom-select-wrapper {
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 1199px) {
  .events-poster .custom-select-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
.events-poster .select2-container {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .events-poster .select2-container {
    min-width: auto;
    width: 100%;
  }
}
.events-poster .slider-date-wrapper {
  width: calc(100% - 14vw);
  margin: 0 auto;
}
@media screen and (max-width: 1499px) {
  .events-poster .slider-date-wrapper {
    width: calc(100% - 10vw);
  }
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-date-wrapper {
    width: 100%;
  }
  .events-poster .slider-date-wrapper .slider-date-container {
    margin: 0 -40px;
    padding: 0 40px;
  }
  .events-poster .slider-date-wrapper .slider-navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-date-wrapper .slider-date-container {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.events-poster .slider-wrapper:not(.slider-date-wrapper) {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-wrapper:not(.slider-date-wrapper) {
    margin-top: 40px;
  }
  .events-poster .slider-wrapper:not(.slider-date-wrapper) .swiper-slide {
    width: auto !important;
  }
  .events-poster .slider-wrapper:not(.slider-date-wrapper) > .slider-slide_item,
  .events-poster .slider-wrapper:not(.slider-date-wrapper) > .slider-slide_item.-w-50 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .events-poster .slider-wrapper:not(.slider-date-wrapper) > .slider-slide_item .title,
  .events-poster .slider-wrapper:not(.slider-date-wrapper) > .slider-slide_item.-w-50 .title {
    min-height: auto;
  }
  .events-poster .slider-wrapper:not(.slider-date-wrapper) .slider-slide-bg {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-wrapper:not(.slider-date-wrapper) .slider-slide-bg {
    height: 43vw;
  }
}
.events-poster .slider-wrapper:not(.slider-date-wrapper) .slider-btn {
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-wrapper:not(.slider-date-wrapper) .slider-btn {
    display: none;
  }
}
.events-poster .slider-container-events {
  margin: -30px;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .events-poster .slider-container-events .swiper-slide:not(.swiper-slide-active) .slider-slide {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-container-events {
    margin: -30px -40px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-container-events {
    margin: -30px -20px;
    padding: 30px 20px;
  }
}
.events-poster .slider-slide {
  gap: 20px;
  row-gap: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.events-poster .slider-slide_item {
  -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;
  /* flex: 1; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(33.1% - 11px);
  max-width: calc(33.1% - 10px);
  color: #151515;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 25vw;
}
.events-poster .slider-slide_item:hover, .events-poster .slider-slide_item:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.events-poster .slider-slide_item .slider-slide-bg {
  width: 100%;
  height: 15.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  -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);
}
.events-poster .slider-slide_item .slider-slide-descript {
  padding: 30px 54px 0 30px;
  width: 100%;
  -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: 16px;
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-slide_item .slider-slide-descript {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-slide_item .slider-slide-descript {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.events-poster .slider-slide_item .slider-slide-descript span {
  display: block;
}
.events-poster .slider-slide_item .slider-slide-descript .title {
  font-size: 1.1rem;
  font-weight: 600;
  min-height: 5.2vw;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .events-poster .slider-slide_item .slider-slide-descript .title {
    min-height: 9vw;
  }
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-slide_item .slider-slide-descript .title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-slide_item .slider-slide-descript .title {
    font-size: 1rem;
  }
}
.events-poster .slider-slide_item .slider-slide-descript .other-info {
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  min-height: 2.2vw;
}
@media (max-width: 767px) {
  .events-poster .slider-slide_item .slider-slide-descript .other-info {
    margin-top: auto;
  }
}
.events-poster .slider-slide_item.-w-50 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.events-poster .slider-slide_item.-w-50:hover, .events-poster .slider-slide_item.-w-50:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (max-width: 1199px) {
  .events-poster .slider-slide_item, .events-poster .slider-slide_item.-w-50 {
    min-width: auto;
    max-width: none;
    width: 50vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .events-poster .slider-slide_item, .events-poster .slider-slide_item.-w-50 {
    width: 60vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: 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;
  }
}
.events-poster .btn-wrapper {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .events-poster .btn-wrapper {
    margin-top: 30px;
  }
}

.slider-date-wrapper .slider-date-slide {
  width: auto !important;
}
.slider-date-wrapper .date-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;
  gap: 10px;
}
.slider-date-wrapper .date-outer > span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
}
.slider-date-wrapper .dates-elems {
  gap: 0 1vw;
}
@media screen and (max-width: 1199px) {
  .slider-date-wrapper .dates-elems {
    gap: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-date-wrapper .dates-elems {
    gap: 0 5vw;
  }
}
.slider-date-wrapper .date-elem {
  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;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #151515;
  font-weight: 600;
  font-size: 0.9rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .slider-date-wrapper .date-elem {
    font-size: 1rem;
  }
}
.slider-date-wrapper .date-elem:after {
  content: attr(data-after);
  display: block;
  font-weight: 500;
  font-size: 0.6rem;
  height: 15px;
  color: #151515;
}
@media screen and (max-width: 1199px) {
  .slider-date-wrapper .date-elem:after {
    font-size: 0.8rem;
  }
}
.slider-date-wrapper .date-elem.-weekend:after {
  color: #FA003F;
}

.whats-views .slider-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-wrapper {
    margin-top: 40px;
  }
}
.whats-views .slider-container-views {
  margin: -30px;
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .whats-views .slider-container-views .swiper-slide:not(.swiper-slide-active) .slider-slide {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-container-views {
    margin: -30px -40px;
    padding: 30px 40px;
  }
  .whats-views .slider-container-views .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .whats-views .slider-container-views {
    margin: -30px -20px;
    padding: 30px 20px;
  }
}
.whats-views .slider-slide {
  gap: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.whats-views .whats-views-items {
  gap: 20px;
}
.whats-views .whats-views-items + .btn-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .whats-views .whats-views-items + .btn-wrapper {
    margin-top: 40px;
  }
}
.whats-views .slider-slide_item,
.whats-views .whats-views_item {
  -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: 10px;
  padding-bottom: 0;
  background: #ffffff;
  border-radius: 20px;
  /* flex: 1; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(33.3% - 13px);
  max-width: calc(33.3% - 13px);
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-slide_item,
  .whats-views .whats-views_item {
    min-width: auto;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .whats-views .slider-slide_item,
  .whats-views .whats-views_item {
    width: 70vw;
  }
}
.whats-views .slider-slide_item:hover, .whats-views .slider-slide_item:active,
.whats-views .whats-views_item:hover,
.whats-views .whats-views_item:active {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.whats-views .slider-slide_item .slider-slide-bg,
.whats-views .whats-views_item .slider-slide-bg {
  width: 100%;
  height: 15.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-slide_item .slider-slide-bg,
  .whats-views .whats-views_item .slider-slide-bg {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .whats-views .slider-slide_item .slider-slide-bg,
  .whats-views .whats-views_item .slider-slide-bg {
    height: 43vw;
  }
}
.whats-views .slider-slide_item .slider-slide-descript,
.whats-views .whats-views_item .slider-slide-descript {
  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;
  padding: 30px 20px;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .whats-views .slider-slide_item .slider-slide-descript,
  .whats-views .whats-views_item .slider-slide-descript {
    padding: 20px 10px;
  }
}
.whats-views .slider-slide_item .slider-slide-descript > span,
.whats-views .whats-views_item .slider-slide-descript > span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 117%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
  .whats-views .slider-slide_item .slider-slide-descript > span,
  .whats-views .whats-views_item .slider-slide-descript > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .whats-views .slider-slide_item .slider-slide-descript > span,
  .whats-views .whats-views_item .slider-slide-descript > span {
    font-size: 1rem;
    white-space: wrap;
  }
}
.whats-views .slider-slide_item .slider-slide-descript > .info,
.whats-views .whats-views_item .slider-slide-descript > .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: 12px;
  color: #939393;
  font-size: 0.7rem;
  min-height: 4vw;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .whats-views .slider-slide_item .slider-slide-descript > .info,
  .whats-views .whats-views_item .slider-slide-descript > .info {
    font-size: 0.85rem;
    line-height: 150%;
  }
}
.whats-views .slider-slide_item .slider-slide-descript > .info > div,
.whats-views .whats-views_item .slider-slide-descript > .info > div {
  position: relative;
  padding-left: 30px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px;
}
.whats-views .slider-slide_item .slider-slide-descript > .info .info-address:before,
.whats-views .whats-views_item .slider-slide-descript > .info .info-address:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-image: url(../media/icons/location.svg);
}
.whats-views .slider-slide_item .slider-slide-descript > .info .info-tel:before,
.whats-views .whats-views_item .slider-slide-descript > .info .info-tel:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-image: url(../media/icons/tel.svg);
}
.whats-views .slider-slide_item .slider-slide-descript > .info .info-web:before,
.whats-views .whats-views_item .slider-slide-descript > .info .info-web:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-image: url(../media/icons/web.svg);
}
.whats-views .btn-wrapper {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .whats-views .btn-wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .more-of-city h3 {
    padding-bottom: 60px;
  }
}
.more-of-city .more-grids {
  -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;
  position: relative;
}

.more-grids-columns,
.more-grids-rows {
  gap: 20px;
  width: 100%;
}

.more-grids-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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .more-grids-column {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.more-grids-column .more-grids-item {
  color: #ffffff;
  -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);
  border-radius: 20px;
  height: 15.5vw;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .more-grids-column .more-grids-item {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column .more-grids-item {
    height: 100vw;
  }
}
.more-grids-column .more-grids-item.-big {
  height: 24vw;
}
@media screen and (max-width: 1199px) {
  .more-grids-column .more-grids-item.-big {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column .more-grids-item.-big {
    height: 100vw;
  }
}
.more-grids-column .more-grids-item > div {
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 100%;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .more-grids-column .more-grids-item > div {
    font-size: 1.2rem;
  }
}
.more-grids-column:first-child .more-grids-item:first-child > div {
  left: 30px;
  top: 90px;
  font-size: 3.4rem;
  line-height: 70%;
}
@media screen and (max-width: 1199px) {
  .more-grids-column:first-child .more-grids-item:first-child > div {
    font-size: 2.5rem;
    top: 45px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:first-child .more-grids-item:first-child > div {
    font-size: 3.5rem;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.more-grids-column:first-child .more-grids-item:first-child > div span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 1199px) {
  .more-grids-column:first-child .more-grids-item:first-child > div span {
    font-size: 1.17rem;
  }
}
@media (max-width: 767px) {
  .more-grids-column:first-child .more-grids-item:first-child > div span {
    font-size: 1.65rem;
    white-space: nowrap;
  }
}
.more-grids-column:first-child .more-grids-item:nth-child(2) > div {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .more-grids-column:first-child .more-grids-item:nth-child(2) > div {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:first-child .more-grids-item:nth-child(2) > div {
    font-size: 1.65rem;
    top: 40px;
  }
}
.more-grids-column:first-child .more-grids-item:nth-child(3) > div {
  top: 30px;
  right: 30px;
  left: auto;
  font-size: 2.7rem;
}
@media screen and (max-width: 1199px) {
  .more-grids-column:first-child .more-grids-item:nth-child(3) > div {
    top: 20px;
    right: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:first-child .more-grids-item:nth-child(3) > div {
    bottom: 40px;
    left: 20px;
    right: auto;
    top: auto;
    font-size: 1.65rem;
  }
}
.more-grids-column:first-child .more-grids-item:last-child > div {
  top: 30px;
  right: auto;
  left: 30px;
  font-size: 2.7rem;
}
@media screen and (max-width: 1499px) {
  .more-grids-column:first-child .more-grids-item:last-child > div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .more-grids-column:first-child .more-grids-item:last-child > div {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:first-child .more-grids-item:last-child > div {
    top: 40px;
    font-size: 1.65rem;
  }
}
.more-grids-column:nth-child(2) .more-grids-item:first-child > div {
  left: 30px;
  bottom: 30px;
  /*  font-size: 3.4rem;
  line-height: 70%; */
}
@media screen and (max-width: 1199px) {
  .more-grids-column:nth-child(2) .more-grids-item:first-child > div {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:nth-child(2) .more-grids-item:first-child > div {
    bottom: 40px;
    font-size: 1.65rem;
  }
}
.more-grids-column:nth-child(2) .more-grids-item:nth-child(2) > div {
  bottom: 30px;
  left: 30px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1199px) {
  .more-grids-column:nth-child(2) .more-grids-item:nth-child(2) > div {
    font-size: 2.5rem;
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:nth-child(2) .more-grids-item:nth-child(2) > div {
    font-size: 3.5rem;
    bottom: 40px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.more-grids-column:nth-child(2) .more-grids-item:nth-child(3) > div {
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .more-grids-column:nth-child(2) .more-grids-item:nth-child(3) > div {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:nth-child(2) .more-grids-item:nth-child(3) > div {
    bottom: auto;
    top: 40px;
    font-size: 1.65rem;
  }
}
.more-grids-column:nth-child(2) .more-grids-item:nth-child(3).violet {
  color: #6D59EA;
}
.more-grids-column:nth-child(2) .more-grids-item:last-child > div {
  top: 30px;
  right: auto;
  left: 30px;
  font-size: 2.7rem;
}
@media screen and (max-width: 1499px) {
  .more-grids-column:nth-child(2) .more-grids-item:last-child > div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .more-grids-column:nth-child(2) .more-grids-item:last-child > div {
    right: auto;
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-column:nth-child(2) .more-grids-item:last-child > div {
    font-size: 1.65rem;
    top: 40px;
  }
}

.more-grids-item picture,
.more-grids-item img,
.more-grids-item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-grids-item picture {
  position: absolute;
  top: 0;
  left: 0;
}
.more-grids-item.aos-animate:active, .more-grids-item.aos-animate:hover {
  -webkit-transition-duration: 0.4s !important;
          transition-duration: 0.4s !important;
  -webkit-transform: scale(1.03) translateZ(0) !important;
          transform: scale(1.03) translateZ(0) !important;
}

@media screen and (max-width: 767px) {
  .more-grids-rows {
    -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;
  }
}
.more-grids-rows .more-grids-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 20px;
  height: 15.5vw;
  color: #ffffff;
  position: relative;
  min-width: calc(33.3% - 13px);
  max-width: calc(33.3% - 13px);
  -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);
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item {
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 100vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.more-grids-rows .more-grids-item > div {
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 100%;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item > div {
    font-size: 1.65rem;
  }
}
.more-grids-rows .more-grids-item:nth-child(-n+3) > div {
  font-size: 2.7rem;
}
@media screen and (max-width: 1499px) {
  .more-grids-rows .more-grids-item:nth-child(-n+3) > div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(-n+3) > div {
    font-size: 1.65rem;
  }
}
.more-grids-rows .more-grids-item:first-child > div {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:first-child > div {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:first-child > div {
    bottom: 40px;
    top: auto;
    left: 20px;
  }
}
.more-grids-rows .more-grids-item:nth-child(2) {
  background: #6D59EA;
}
.more-grids-rows .more-grids-item:nth-child(2) > picture {
  width: 100%;
  height: auto;
  top: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.more-grids-rows .more-grids-item:nth-child(2) img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 1689px) {
  .more-grids-rows .more-grids-item:nth-child(2) img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(2) img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(2) img {
    max-width: 100%;
  }
}
.more-grids-rows .more-grids-item:nth-child(2) > div {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(2) > div {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(2) > div {
    top: 40px;
  }
}
.more-grids-rows .more-grids-item:nth-child(3) > div {
  bottom: 30px;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(3) > div {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(3) > div {
    bottom: 40px;
  }
}
.more-grids-rows .more-grids-item:nth-child(4) > div {
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(4) > div {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(4) > div {
    bottom: 40px;
  }
}
.more-grids-rows .more-grids-item:nth-child(5) > div {
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(5) > div {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(5) > div {
    top: 40px;
  }
}
.more-grids-rows .more-grids-item:nth-child(6) > div {
  bottom: 30px;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .more-grids-rows .more-grids-item:nth-child(6) > div {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-grids-rows .more-grids-item:nth-child(6) > div {
    bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .last-news h3 {
    padding-bottom: 80px;
  }
}
.last-news .officials-news {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .last-news .officials-news {
    margin-top: 100px;
  }
}
.last-news .btn-wrapper {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .last-news .btn-wrapper {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.last-news-items {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 60px;
  position: relative;
  padding-bottom: 60px;
  border-bottom: 2px solid #ffffff;
}
.last-news-items .last-news-item {
  -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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(33.3% - 14px);
  max-width: calc(33.3% - 13px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.last-news-items .last-news-item.-w-50 {
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.last-news-items .last-news-item:hover, .last-news-items .last-news-item:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.last-news-items .last-news-item .news-bg {
  height: 15.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  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);
}
.last-news-items .last-news-item .news-descript {
  padding: 30px 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
.last-news-items .last-news-item .news-descript .news-title {
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
  line-height: 117%;
  min-height: 4vw;
}
@media screen and (max-width: 1689px) {
  .last-news-items .last-news-item .news-descript .news-title {
    min-height: 7vw;
  }
}
.last-news-items .last-news-item .news-descript > div:not(.news-title) {
  font-size: 0.7rem;
  font-weight: 500;
}
.last-news-items .last-news-item .news-descript .news-read {
  border-bottom: 1px solid #151515;
}

@media screen and (max-width: 1199px) {
  .last-news-items {
    margin: -30px -40px;
    padding: 30px 40px;
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .last-news-items::-webkit-scrollbar {
    display: none;
  }
  .last-news-items .last-news-item,
  .last-news-items .last-news-item.-w-50 {
    display: inline-block;
    vertical-align: top;
    white-space: wrap;
    margin: 0;
    min-width: auto;
    max-width: none;
    width: 40vw;
  }
  .last-news-items .last-news-item:not(:first-child),
  .last-news-items .last-news-item.-w-50:not(:first-child) {
    margin-left: 18px;
  }
  .last-news-items .last-news-item .news-bg,
  .last-news-items .last-news-item.-w-50 .news-bg {
    height: 30vw;
  }
  .last-news-items .last-news-item .news-descript,
  .last-news-items .last-news-item.-w-50 .news-descript {
    padding: 20px 20px 0;
  }
  .last-news-items .last-news-item .news-descript .news-title,
  .last-news-items .last-news-item.-w-50 .news-descript .news-title {
    font-size: 1.2rem;
    min-height: 12vw;
  }
  .last-news-items .last-news-item .news-descript > div:not(.news-title),
  .last-news-items .last-news-item.-w-50 .news-descript > div:not(.news-title) {
    font-size: 0.9rem;
  }
  .orange-outer + .last-news-item {
    width: 100%;
    color: #151515;
    margin-bottom: 40px;
  }
  .orange-outer + .last-news-item .news-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vw;
    width: 100%;
    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);
  }
  .orange-outer + .last-news-item .news-descript {
    padding: 20px 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 24px;
  }
  .orange-outer + .last-news-item .news-descript .news-title {
    font-weight: 600;
    width: 100%;
    font-size: 1.2rem;
    min-height: 7vw;
  }
  .orange-outer + .last-news-item .news-descript > div:not(.news-title) {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .orange-outer + .last-news-item .news-descript .news-read {
    border-bottom: 1px solid #151515;
  }
}
@media screen and (max-width: 767px) {
  .last-news-items {
    margin: -30px -20px;
    padding: 30px 20px;
  }
  .last-news-items .last-news-item,
  .last-news-items .last-news-item.-w-50 {
    width: 60vw;
  }
  .last-news-items .last-news-item .news-bg,
  .last-news-items .last-news-item.-w-50 .news-bg {
    height: 40vw;
  }
  .last-news-items .last-news-item .news-descript,
  .last-news-items .last-news-item.-w-50 .news-descript {
    padding: 20px 10px 0;
    row-gap: 20px;
  }
  .last-news-items .last-news-item .news-descript .news-title,
  .last-news-items .last-news-item.-w-50 .news-descript .news-title {
    font-size: 1rem;
    min-height: 70px;
  }
  .last-news-items .last-news-item .news-descript > div:not(.news-title),
  .last-news-items .last-news-item.-w-50 .news-descript > div:not(.news-title) {
    font-size: 0.8rem;
  }
  .orange-outer + .last-news-item {
    margin-bottom: 30px;
  }
  .orange-outer + .last-news-item .news-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
  }
  .orange-outer + .last-news-item .news-descript {
    padding: 20px 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
  }
  .orange-outer + .last-news-item .news-descript .news-title {
    font-weight: 600;
    width: 100%;
    font-size: 1rem;
    min-height: 7vw;
  }
  .orange-outer + .last-news-item .news-descript > div:not(.news-title) {
    font-size: 0.8rem;
    font-weight: 500;
  }
}
.officials-news .heading-outer {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .officials-news .heading-outer {
    padding: 0;
  }
}
.officials-news h4 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .officials-news h4 {
    padding-bottom: 30px;
    font-size: 36px;
  }
}
.officials-news h4 > span {
  color: #E95229;
}

.news-slider-container {
  margin: -30px 0;
  padding: 30px 0;
}
.news-slider-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.news-slider-container .news-slider-slide {
  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;
  padding: 40px 30px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
  width: 19vw;
  color: #151515;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1535px) {
  .news-slider-container .news-slider-slide {
    width: 25vw;
  }
}
@media screen and (max-width: 1439px) {
  .news-slider-container .news-slider-slide {
    width: 30vw;
  }
}
@media screen and (max-width: 1199px) {
  .news-slider-container .news-slider-slide {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .news-slider-container .news-slider-slide {
    width: 80vw;
  }
}
.news-slider-container .news-slider-slide:hover, .news-slider-container .news-slider-slide:active {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.news-slider-container .news-slider-slide > .title {
  font-size: 1rem;
  font-weight: 600;
  min-height: 7.5vw;
}
@media screen and (max-width: 1439px) {
  .news-slider-container .news-slider-slide > .title {
    min-height: 5vw;
  }
}
.news-slider-container .news-slider-slide > .date {
  margin-top: auto;
  font-size: 0.7rem;
  padding-top: 32px;
  font-weight: 500;
}

.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%;
  }
}
.top-section + .excursions {
  margin-top: 22px;
  padding-top: 0;
}

@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;
  }
}/*# sourceMappingURL=index.css.map */