/*!
Theme Name: amper-theme
Theme URI:
Author:
Author URI:
Description: amper theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amper und baufirmen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-1 {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .pad-t-1 {
    padding-top: 80px;
  }
}

.pad-b-1 {
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .pad-b-1 {
    padding-bottom: 80px;
  }
}

.pad-t-2 {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad-t-2 {
    padding-top: 80px;
  }
}

.pad-b-2 {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad-b-2 {
    padding-bottom: 80px;
  }
}

.pad-t-3 {
  padding-top: 240px;
}
@media (max-width: 768px) {
  .pad-t-3 {
    padding-top: 80px;
  }
}

.pad-b-3 {
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .pad-b-3 {
    padding-bottom: 80px;
  }
}

body:not(.home) .menu-overlay.active, body:not(.home) .menu-overlay, .faq__list-item::before, .get-in-touch form button, .get-in-touch form input[type=button], .get-in-touch form input[type=reset], .get-in-touch form input[type=submit], .get-in-touch .contacts-socials__list-item, .banners .banner-title h3, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after, .estate-marker__title, .estate-item__title, .estate-item, .post-item__link, .post-item__img img, input[type=checkbox]::after, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea, button,
input[type=button],
input[type=reset],
input[type=submit], .btn, a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: Montserrat, sans-serif;
  color: #0E1D44;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  clear: both;
  margin-top: 0;
}

h1,
h1 {
  color: #0E1D44;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  h1,
  h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

h2,
.h2 {
  color: #0E1D44;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 24px;
    margin-bottom: 3px;
  }
}

.subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 7px;
  }
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFFFFF;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #342545;
  box-shadow: 4px 4px 0px 0px #FFCB12;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 530px) {
  table {
    display: block;
    height: auto !important;
    overflow-x: scroll;
  }
}
table tr:nth-child(odd) {
  background-color: #1e102d;
}
table tr:nth-child(even) {
  background-color: #251536;
}
table tr td {
  padding: 12px 16px;
}
table thead tr td {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFCB12;
  background-color: #342545;
}
table thead tr td strong {
  font-weight: 400;
}

table.ui-datepicker-calendar,
.ui-datepicker-header {
  font-size: 15px;
  background-color: #251536;
  box-shadow: none;
  border: 1px solid #ded5e8;
  margin: 0;
  padding: 0 3px;
}
table.ui-datepicker-calendar tr td,
.ui-datepicker-header tr td {
  padding: 10px;
}
table.ui-datepicker-calendar a,
.ui-datepicker-header a {
  text-decoration: none;
}

.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.ui-icon {
  cursor: pointer;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center !important;
}

.ui-datepicker-prev {
  transform: rotate(180deg);
}

.ui-datepicker-prev span {
  background-image: url(img/icons/small-arr.svg) !important;
}

.ui-datepicker-next span {
  background-image: url(img/icons/small-arr.svg) !important;
}

.daterangepicker {
  display: none;
  border: 1px solid #FFCB12;
}
.daterangepicker::before {
  border-bottom: 7px solid #FFCB12;
}
.daterangepicker .calendar {
  max-width: 314px !important;
  margin-left: 0;
}
.daterangepicker .input-mini.active {
  border-color: #143C80;
}
.daterangepicker table {
  font-size: 13px;
  border: 0;
  box-shadow: none;
}
.daterangepicker table tr td,
.daterangepicker table tr th {
  background: #ffffff;
  color: #000000;
  padding: 4px 5px;
}
.daterangepicker table tr td.active {
  background-color: #143C80;
}
.daterangepicker table tr td.active:hover {
  background-color: #FFCB12;
}

.ranges .range_inputs {
  display: flex;
  justify-content: center;
  grid-gap: 7px;
  flex-wrap: wrap;
}
.ranges .btn {
  font-size: 14px;
  padding: 8px 15px;
}

/* Links
--------------------------------------------- */
a {
  color: #FFCB12;
}
a:hover, a:active {
  outline: 0;
}

.btn {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  background: #ffffff;
  border: 1px solid #FFCB12;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000d20;
  text-decoration: none;
  padding: 9px 50px;
}
.btn:hover {
  background: #FFCB12;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.btn.btn-transparent {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  grid-gap: 10px;
  background: transparent;
  color: #ced2dd;
  border: 0;
}
.btn.btn-transparent:hover {
  color: #FFCB12;
}
.btn.btn-transparent:hover svg path {
  fill: #FFCB12;
}
.btn.btn-transparent.btn-with-icon {
  padding: 0;
}
.btn.btn-with-icon span {
  display: flex;
  max-width: 27px;
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #143C80;
  border: 1px solid #143C80;
  border-radius: 8px;
}
.btn.btn-blue:hover {
  opacity: 0.8;
}
.btn.mt-standart {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .btn.mt-standart {
    margin-top: 24px;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  background: #FFCB12;
  border: 1px solid #FFCB12;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000d20;
  text-decoration: none;
  padding: 11px 55px;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #ffffff;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font-family: Montserrat, sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #2d4025;
  border-radius: 4px;
  border: 1px solid #dfe8d5;
  background: #fff;
  padding: 13px 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 15px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #ffffff;
}
input[type=text].empty, input[type=text].not-valid,
input[type=email].empty,
input[type=email].not-valid,
input[type=url].empty,
input[type=url].not-valid,
input[type=password].empty,
input[type=password].not-valid,
input[type=search].empty,
input[type=search].not-valid,
input[type=number].empty,
input[type=number].not-valid,
input[type=tel].empty,
input[type=tel].not-valid,
input[type=range].empty,
input[type=range].not-valid,
input[type=date].empty,
input[type=date].not-valid,
input[type=month].empty,
input[type=month].not-valid,
input[type=week].empty,
input[type=week].not-valid,
input[type=time].empty,
input[type=time].not-valid,
input[type=datetime].empty,
input[type=datetime].not-valid,
input[type=datetime-local].empty,
input[type=datetime-local].not-valid,
input[type=color].empty,
input[type=color].not-valid,
textarea.empty,
textarea.not-valid {
  border-color: red;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  opacity: 0.4;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #2f2f2f;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 128px;
}

.valid-msg {
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
  color: red !important;
}

.btn[type=submit] {
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .btn[type=submit] {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}

.inputs-cols-2 p {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .inputs-cols-2 p {
    flex-direction: column;
    grid-gap: 0;
  }
}
.inputs-cols-2 .wpcf7-form-control-wrap {
  width: 100%;
}

.niceselect {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.niceselect::after {
  width: 8px;
  height: 8px;
  border-color: #2d4025;
}
.niceselect ul.list {
  width: 100%;
  margin-left: 0;
}

.filters-form .filter-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding-top: 5px;
  margin-bottom: 8px;
}
.filters-form input[type=text],
.filters-form .nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.filters-form input[type=text]::placeholder,
.filters-form .nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #413153;
  border-radius: 0;
  margin-bottom: 16px;
}
.nice-select::placeholder {
  color: #ffffff;
}

.nice-select {
  height: 50px;
  display: flex;
  align-items: center;
}
.nice-select:last-of-type {
  margin-bottom: 24px;
}
.nice-select::after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  height: 10px;
  right: 20px;
  top: 45%;
  width: 10px;
}
.nice-select .list {
  width: 100%;
  max-height: 300px;
  border: 1px solid #ded5e8;
  border-radius: 0;
  margin-left: 0;
  overflow-y: scroll;
}
.nice-select .list,
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #29193b;
}
.nice-select .option:hover {
  color: #FFCB12;
}

input[type=checkbox] {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
input[type=checkbox]::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #4b3c5c;
  background: #29193b;
  cursor: pointer;
}
input[type=checkbox]::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDMuOTk5OTJMMy41OCA2LjgyOTkyTDkuMjUgMS4xNjk5MiIgc3Ryb2tlPSIjRkFFMTAwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  opacity: 0;
}
input[type=checkbox] + label {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding-left: 15px;
  cursor: pointer;
}
input[type=checkbox]:checked::after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 32px 0 0 0;
  margin: 0 auto;
  z-index: 99;
}
.site-header__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header.active {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .site-header.active {
    bottom: 0;
  }
}
.site-header.active .custom-logo-link img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(15%) hue-rotate(322deg) brightness(107%) contrast(82%);
}
.site-header.active #toggle-menu span {
  background: #0E1D44;
}
.site-header.dark-style {
  background: #ffffff;
}
.site-header.dark-style .custom-logo-link img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(15%) hue-rotate(322deg) brightness(107%) contrast(82%);
}
.site-header.dark-style .main-navigation ul > li svg path {
  fill: #171717;
}
.site-header.dark-style .main-navigation ul > li:hover > a {
  color: #FFCB12;
}
.site-header.dark-style .main-navigation ul > li:hover svg path {
  fill: #FFCB12;
}
.site-header.dark-style .main-navigation a,
.site-header.dark-style #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #171717;
}
.site-header.dark-style #toggle-menu span {
  background: #171717;
}
.site-header.dark-style .language-switcher {
  color: #171717;
}
.site-header.dark-style .language-switcher__current-arr svg path {
  fill: #171717;
}
.site-header.dark-style .language-switcher a {
  color: #171717;
}
.site-header.dark-style .header-search svg path {
  fill: #171717;
}
.site-header .site-navs {
  display: flex;
  align-items: center;
  grid-gap: 64px;
  flex-wrap: wrap;
}
.site-header #mobile-navigation {
  display: none;
}
@media (max-width: 1024px) {
  .site-header #mobile-navigation {
    display: block;
    padding: 22px 16px 0 16px;
    margin-top: 5px;
  }
}
.site-header .mobile-menu {
  width: 100%;
  background-color: #ffffff;
  display: none;
}
.site-header .mobile-menu ul.menu li.menu-item a {
  color: #0E1D44;
}
.site-header .mobile-menu__socials {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  border-top: 2px solid RGB(206 210 221/30%);
  padding: 28px 0;
  margin: 0 16px;
}
.site-header .mobile-menu__socials-item {
  display: block;
  text-decoration: none;
}
.site-header .mobile-menu__socials-item img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(49%) saturate(2630%) hue-rotate(208deg) brightness(96%) contrast(97%);
}
.site-header .mobile-menu__socials-item:nth-child(2) img {
  width: 25px;
}

.header-right {
  display: flex;
  align-items: flex-start;
  grid-gap: 18px;
}
@media (max-width: 1024px) {
  .header-right {
    display: none;
  }
}

#toggle-menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  width: 26px;
  height: 21px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  #toggle-menu {
    display: flex;
  }
}
#toggle-menu span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
}

.language-switcher {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 7px;
}
@media (max-width: 1024px) {
  .language-switcher {
    display: none;
  }
}
.language-switcher.hide:not(.langs-mob) {
  display: none;
}
.language-switcher__current {
  display: flex;
  align-items: center;
  grid-gap: 17px;
}
.language-switcher__current-img {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.language-switcher__current-arr {
  display: flex;
}
.language-switcher__list {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  border: 1px solid #e8e8e8;
  padding: 10px 13px;
}
@media (max-width: 1024px) {
  .language-switcher__list {
    padding: 0 10px 10px 0;
  }
}
.language-switcher__list-item {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
@media (max-width: 1024px) {
  .language-switcher__list-item {
    margin-bottom: 5px;
  }
}
.language-switcher__list-item:hover {
  color: #FFCB12 !important;
}
.language-switcher.langs-mob {
  display: none;
}
@media (max-width: 1024px) {
  .language-switcher.langs-mob {
    display: block;
    max-width: max-content;
    margin-bottom: 20px;
  }
}
.language-switcher a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer {
  background-color: #0E1D44;
  padding: 87px 0;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 40px;
}
@media (max-width: 1024px) {
  .site-footer__socials {
    width: 100%;
    justify-content: flex-start;
    grid-gap: 30px;
  }
}
.site-footer__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fafafa;
  text-decoration: none;
}
@media (max-width: 768px) {
  .site-footer__socials-item {
    grid-gap: 0;
  }
}
.site-footer__socials-item:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer__socials-item span {
    display: none;
  }
}
.site-footer__socials-item img {
  width: 16px;
  height: auto;
}
@media (max-width: 768px) {
  .site-footer__socials-item img {
    width: 20px;
  }
}
@media (max-width: 1024px) {
  .site-footer__menu {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer__menu ul.menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .site-footer__menu2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer__menu2 ul.menu {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
  }
}
.site-footer__menu2 ul.menu li.menu-item:hover a {
  color: #ffffff;
}
.site-footer__menu2 ul.menu li.menu-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ced2dd;
}
.site-footer .footer-top,
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .site-footer .footer-top,
  .site-footer .footer-bottom {
    flex-direction: column;
  }
}
.site-footer .footer-bottom {
  border-top: 1px solid RGB(255, 255, 255, 0.2);
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom {
    padding-top: 30px;
  }
}
.site-footer .menu,
.site-footer .sub-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-footer .menu,
  .site-footer .sub-menu {
    grid-gap: 25px;
  }
}
.site-footer .menu .menu-item:hover a,
.site-footer .sub-menu .menu-item:hover a {
  text-decoration: underline;
}
.site-footer .menu .menu-item a,
.site-footer .sub-menu .menu-item a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 150%;
  color: #fafafa;
}
.site-footer .menu .menu-item .sub-menu,
.site-footer .sub-menu .menu-item .sub-menu {
  margin-top: 24px;
}
.site-footer .menu .menu-item .sub-menu .menu-item:not(:last-child),
.site-footer .sub-menu .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.site-footer .menu .menu-item .sub-menu a,
.site-footer .sub-menu .menu-item .sub-menu a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-transform: none;
  color: #ffffff;
}
.site-footer .menu .menu-item .sub-menu a:hover,
.site-footer .sub-menu .menu-item .sub-menu a:hover {
  color: #FFCB12;
}
.site-footer__copyright {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ced2dd;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .site-footer__copyright {
    width: 100%;
    text-align: left;
  }
}

.not-found {
  text-align: center;
}
.not-found__wrap {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .not-found__wrap {
    padding: 55px 0;
  }
}
.not-found__number {
  font-size: 170px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .not-found__number {
    font-size: 130px;
  }
}
.not-found__title {
  font-size: 32px;
  padding: 50px 0 20px 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .not-found__title {
    font-size: 24px;
  }
}
.not-found__text {
  max-width: 500px;
  margin: 0 auto;
}
.not-found__btn {
  display: flex;
  justify-content: center;
  max-width: max-content;
  margin: 48px auto 0 auto;
}
@media (max-width: 768px) {
  .not-found__btn {
    margin-top: 30px;
  }
}

.post-item {
  color: #0E1D44;
  text-decoration: none;
}
.post-item:hover .post-item__link {
  grid-gap: 17px;
}
.post-item:hover .post-item__link svg path {
  fill: #0E1D44;
}
.post-item:hover .post-item__link span.link-title {
  width: auto;
  opacity: 1;
}
.post-item:hover .post-item__img > img {
  transform: scale(1.1);
}
.post-item__img {
  display: flex;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.post-item__img img {
  width: 100%;
  aspect-ratio: 1/0.56;
  object-fit: cover;
}
@media (max-width: 768px) {
  .post-item__img img {
    aspect-ratio: 1/0.77;
  }
}
.post-item__subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #0E1D44;
  padding-bottom: 8px;
}
.post-item__categs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 15px;
  margin-bottom: 5px;
}
.post-item__categs-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #0e1d44;
}
.post-item__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #0E1D44;
  padding: 7px 0 5px 0;
}
.post-item__link {
  max-width: max-content;
  display: flex;
  align-items: center;
  grid-gap: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #0E1D44;
  text-decoration: none;
  margin-top: 12px;
}
.post-item__link:hover {
  grid-gap: 17px;
}
.post-item__link:hover svg path {
  fill: #0E1D44;
}
.post-item__link:hover span.link-title {
  width: auto;
  opacity: 1;
}
.post-item__link span {
  display: flex;
}
.post-item__link span.link-title {
  width: 0;
  opacity: 0;
}

.post-rating {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  padding: 9px 15px;
  background: RGBA(0, 0, 0, 0.6);
}
.post-rating img {
  width: 12px;
  height: 12px;
}
.post-rating span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}

.estate-item {
  display: block;
  color: #0E1D44;
  text-decoration: none;
  margin-bottom: 11px;
  transform: scale(1);
  opacity: 1;
}
.estate-item.hide {
  transform: scale(0);
  opacity: 0;
}
.estate-item:last-of-type {
  margin-bottom: 0;
}
.estate-item:last-of-type .estate-item__content {
  border-color: transparent;
}
.estate-item:hover .estate-item__title {
  color: #FFCB12;
}
@media (max-width: 768px) {
  .estate-item__title {
    font-size: 18px;
  }
}
.estate-item__wrap {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  grid-gap: 42px;
}
@media (max-width: 768px) {
  .estate-item__wrap {
    grid-template-columns: 100%;
    grid-gap: 13px;
  }
}
.estate-item__img {
  position: relative;
}
.estate-item__img .item-image {
  display: flex;
}
.estate-item__img .item-image img {
  width: 100%;
  aspect-ratio: 1/0.6;
  object-fit: cover;
  object-position: center;
}
.estate-item__content {
  border-bottom: 2px solid RGBA(206, 210, 221, 0.3);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .estate-item__content {
    border-bottom: 0;
  }
}
.estate-item__tags {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 6px;
}
.estate-item__tags-item {
  font-size: 10px;
  font-weight: 400;
}
.estate-item__price {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #0e1d44;
  margin: 8px 0;
}
.estate-item__descr {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}
.estate-item__link {
  display: none;
}
@media (max-width: 768px) {
  .estate-item__link {
    display: flex;
    margin-top: 20px;
  }
}

#filter-form-c24pp-iframe input[type=text] {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0E1D44;
  text-transform: none;
  border-color: transparent;
  margin: 0;
  padding-top: 5px;
}
#filter-form-c24pp-iframe input[type=text]::placeholder {
  color: #ced2dd;
}
#filter-form-c24pp-iframe .item-wrap {
  position: relative;
  width: 100%;
  padding-top: 13px;
}
#filter-form-c24pp-iframe .item-wrap:not(:first-of-type) {
  border-left: 2px solid RGBA(206, 210, 221, 0.3);
}
@media (max-width: 768px) {
  #filter-form-c24pp-iframe .item-wrap:not(:first-of-type) {
    border-left: 0 !important;
    border-top: 2px solid RGBA(206, 210, 221, 0.3) !important;
  }
}
#filter-form-c24pp-iframe .item-wrap span {
  display: block;
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0E1D44;
}
#filter-form-c24pp-iframe .item-wrap-select {
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-height: 200px;
  overflow: auto;
  display: none;
}
#filter-form-c24pp-iframe .InputSelect.open .item-wrap-select {
  display: block;
}
#filter-form-c24pp-iframe .InputSelect .selectorItem {
  background-color: rgba(20, 89, 128, 0);
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
}
#filter-form-c24pp-iframe .InputSelect .selectorItem:hover {
  background-color: rgba(20, 89, 128, 0.2901960784);
}
#filter-form-c24pp-iframe .InputSelect .selectorItemWrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
#filter-form-c24pp-iframe .InputSelect .selectorItemWrapIcon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #143c80;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter-form-c24pp-iframe .InputSelect .selectorItemWrapIcon svg {
  max-height: 20px;
  max-width: 20px;
  fill: #fff;
}
#filter-form-c24pp-iframe .InputSelect .selectorItemWrapInfo {
  width: 100%;
}
#filter-form-c24pp-iframe .InputSelect .selectorItemLabel {
  font-weight: 500;
  font-size: 12px;
}
#filter-form-c24pp-iframe .InputSelect .selectorItemTree {
  font-size: 12px;
}

.sidebar__form-button {
  margin-top: 13px;
}

#filter-form-c24pp-iframe .item-wrap {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 13px;
  padding: 10px 24px 10px 5px;
  gap: 10px;
}
#filter-form-c24pp-iframe .item-wrap input {
  padding: unset;
}
#filter-form-c24pp-iframe .item-wrap .InputIcon {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter-form-c24pp-iframe .item-wrap .InputIcon svg {
  height: 100%;
  width: 100%;
}

.estate-marker {
  border-radius: 3px;
}
.estate-marker__img {
  width: 223px;
  max-width: 233px;
  position: relative;
  overflow: hidden;
}
.estate-marker__img .item-image {
  display: flex;
}
.estate-marker__img .item-image img {
  width: 100%;
  aspect-ratio: 1/0.67;
  object-fit: cover;
}
.estate-marker__content {
  padding: 7px 10px 0px 10px;
}
.estate-marker__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #0E1D44;
  text-decoration: none;
  margin-bottom: 7px;
}
.estate-marker__title:hover {
  color: #FFCB12;
}
.estate-marker__categs {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
}
.estate-marker__categs-item {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  text-transform: capitalize;
  color: #0E1D44;
}
.estate-marker__price {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #0E1D44;
  margin-top: 7px;
}
.estate-marker__gallery {
  max-width: 100%;
  display: flex;
  position: relative;
}

.estate-gallery__slider {
  max-width: 233px;
}

body.single .container {
  max-width: 1218px;
}
body.single .site-header {
  background: #ffffff;
}
body.single .site-header .custom-logo-link img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(15%) hue-rotate(322deg) brightness(107%) contrast(82%);
}
body.single .site-header .main-navigation a,
body.single .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #171717;
}
body.single .site-header .main-navigation a:hover,
body.single .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  color: #FFCB12;
}
body.single .site-header #toggle-menu span {
  background: #171717;
}
body.single .site-header .language-switcher {
  color: #171717;
}
body.single .site-header .language-switcher__current-arr svg path {
  fill: #171717;
}
body.single .site-header .language-switcher a {
  color: #171717;
}
body.single .site-header .header-search svg path {
  fill: #171717;
}
body.single h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #171717;
  padding-bottom: 32px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.single h1 {
    font-size: 27px;
    padding-bottom: 20px;
  }
}
body.single p a {
  color: #cca000;
}
body.single .article-wrap__content .texts ul {
  display: flex;
  flex-direction: column;
}
body.single .post-section {
  max-width: 770px;
}
@media (min-width: 1160px) {
  body.single .daterangepicker.dropdown-menu {
    left: 54.3333333% !important;
  }
}
body.single .daterangepicker.dropdown-menu::before, body.single .daterangepicker.dropdown-menu::after {
  display: none;
}

.article-top {
  display: flex;
  align-items: flex-start;
  grid-gap: 19px;
  border-bottom: 1px solid #f0f1f3;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .article-top {
    flex-direction: column-reverse;
    grid-gap: 10px;
  }
}
.article-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 20px;
  padding: 16px 24px;
}
@media (max-width: 1024px) {
  .article-info {
    padding: 16px 0;
  }
}
@media (max-width: 430px) {
  .article-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-info__item {
  display: flex;
  align-items: center;
}
@media (max-width: 530px) {
  .article-info__item {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 2px;
  }
}
@media (max-width: 530px) {
  .article-info__right {
    align-items: flex-end;
  }
}
@media (max-width: 430px) {
  .article-info__right {
    align-items: flex-start;
  }
}
.article-info .info-item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  padding-right: 8px;
  position: relative;
}
.article-info .info-item:not(:first-child) {
  padding-left: 16px;
}
@media (max-width: 530px) {
  .article-info .info-item:not(:first-child) {
    font-size: 14px;
    padding-left: 0;
  }
}
.article-info .info-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFCB12;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media (max-width: 530px) {
  .article-info .info-item:not(:first-child)::before {
    display: none;
  }
}
.article-info .info-item strong {
  font-weight: 600;
}
.article-info .info-views span {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.article-info .info-comments {
  display: none;
}
.article-cover {
  display: flex;
  background: #FFCB12;
  padding: 7px;
  overflow: hidden;
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .article-cover {
    margin-bottom: 60px;
  }
}
.article-cover img {
  width: 100%;
  aspect-ratio: 1/0.43;
  object-fit: cover;
}
@media (max-width: 530px) {
  .article-cover img {
    aspect-ratio: 1/0.5;
  }
}
.article-wrap {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  grid-gap: 7px;
}
@media (max-width: 1024px) {
  .article-wrap {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
.article-wrap__nav {
  border: 1px solid #FFCB12;
  padding: 32px 32px 24px 32px;
  margin-bottom: 32px;
}
.article-wrap__nav .nav-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #cca000;
  margin-bottom: 16px;
}
.article-wrap__nav .nav-content {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 530px) {
  .article-wrap__nav .nav-content {
    column-count: 1;
  }
}
.article-wrap__nav .nav-content li {
  counter-increment: num;
  margin-bottom: 8px;
}
.article-wrap__nav .nav-content li::before {
  content: counter(num);
  display: inline-block;
  color: #cca000;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin-right: 6px;
}
.article-wrap__nav .nav-content li:nth-child(-n+9)::before {
  content: "0" counter(num);
}
.article-wrap__nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}
.article-wrap__nav .nav-link:hover {
  text-decoration: underline;
}
.article-wrap__content section:not(:last-child) {
  margin-bottom: 24px;
}
.article__rating {
  display: flex;
  align-items: center;
  position: relative;
}
.article__rating img {
  margin: 0 3px;
}
.article__content-excerpt {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #0E1D44;
  margin-bottom: 32px;
}

.acticle-wrap__sidebar {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .acticle-wrap__sidebar {
    padding-bottom: 0;
  }
}
.acticle-wrap__sidebar-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.acticle-wrap__sidebar .sidebar-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f1f3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.acticle-wrap__sidebar .sidebar-share__list {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.acticle-wrap__sidebar .sidebar-share__list a {
  display: flex;
  max-width: max-content;
  text-decoration: none;
}
.acticle-wrap__sidebar .sidebar-tags ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.acticle-wrap__sidebar .sidebar-tags ul li:not(.tags-title) {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #FFCB12;
  padding: 4px 12px;
}
.acticle-wrap__sidebar .sidebar-tags ul li:not(.tags-title):hover a {
  color: #FFCB12;
}
.acticle-wrap__sidebar .sidebar-tags ul li a {
  color: #000000;
  text-decoration: none;
}
.acticle-wrap__sidebar .sidebar-form {
  background: #FFCB12;
  border-radius: 12px;
  padding: 10px;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .acticle-wrap__sidebar .sidebar-form {
    margin-bottom: 60px;
  }
}
.acticle-wrap__sidebar .sidebar-form input[type=text] {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 10px 24px 10px 45px;
}
.acticle-wrap__sidebar .sidebar-form input[type=text][name=filter-dates] {
  background-image: url(img/icons/calend.svg);
}
.acticle-wrap__sidebar .sidebar-form input[type=text][name=filter-airport] {
  background-image: url(img/icons/fly.svg);
}
.acticle-wrap__sidebar .sidebar-form .btn {
  width: 100%;
  max-width: 100%;
}
.acticle-wrap__sidebar .sidebar-block {
  position: sticky;
  top: 20px;
}

span.rating-overflow {
  width: 100%;
  height: 17px;
  display: block;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.sidebar-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 16px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f1f3;
}
.sidebar-author__img {
  display: flex;
}
.sidebar-author__img img {
  width: 100%;
  border-radius: 50%;
}
.sidebar-author .author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-bottom: 6px;
}
.sidebar-author .author-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .sidebar__form-title {
  margin-bottom: 12px;
}
.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .item-wrap .InputSelect.open {
  z-index: 2;
}
.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .item-wrap .InputSelect .item-details {
  position: absolute;
  left: 0;
}
.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .item-wrap .InputSelect .item-details-content-room-title,
.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .item-wrap .InputSelect .item-details-content-input-label {
  font-weight: 500;
  font-size: 12px;
}
.acticle-wrap__sidebar .acticle-wrap__sidebar-item.sidebar-form .sidebar__form-button {
  margin-top: 12px;
}

.single-estate .article-top {
  border-bottom: 0;
}
.single-estate h1.article__title {
  padding-top: 7px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .single-estate h1.article__title {
    text-align: center;
  }
}
.single-estate .article__rating {
  max-width: max-content;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .single-estate .article__rating {
    margin: 0 auto 15px auto;
  }
}
.single-estate .article__content-excerpt {
  color: #171717;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .single-estate .article__content-excerpt {
    text-align: center;
  }
}
.single-estate .article-wrap {
  grid-template-columns: 1fr 0.3fr;
  grid-gap: 7px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .single-estate .article-wrap {
    grid-template-columns: 100%;
    margin-bottom: 80px;
  }
}
.single-estate .article-wrap__nav {
  max-width: 770px;
}
.single-estate .article-wrap__nav .nav-content {
  column-count: 3;
}
@media (max-width: 768px) {
  .single-estate .article-wrap__nav .nav-content {
    column-count: 1;
  }
}
.single-estate .post-section {
  max-width: 765px;
}
.single-estate .post-section.pad-t-1 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .single-estate .post-section.pad-t-1 {
    padding-top: 24px;
  }
}
.single-estate .post-section.pad-b-1 {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .single-estate .post-section.pad-b-1 {
    padding-bottom: 24px;
  }
}
.single-estate .post-section h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 137.7%;
  color: #000000;
  padding-top: 7px;
  margin-bottom: 7px;
}
.single-estate .post-section p {
  margin-top: 0;
}
.single-estate .texts__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #171717;
}
.single-estate .sidebar-form {
  margin-bottom: 0;
}
.single-estate .acticle-wrap__sidebar.estate-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-gallery {
  position: relative;
}
.article-gallery__list {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  grid-gap: 7px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .article-gallery__list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .article-gallery__list {
    grid-template-columns: 1fr 0.7fr;
    margin-bottom: 50px;
  }
}
.article-gallery__item {
  display: none;
}
.article-gallery__item:nth-child(-n+3) {
  display: flex;
}
@media (max-width: 1024px) {
  .article-gallery__item:nth-child(2), .article-gallery__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .article-gallery__item:nth-child(2), .article-gallery__item:nth-child(3) {
    display: flex;
  }
}
.article-gallery__item:first-child {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .article-gallery__item:first-child {
    grid-row: auto;
  }
}
@media (max-width: 768px) {
  .article-gallery__item:first-child {
    grid-row: span 2;
  }
}
.article-gallery__item img {
  width: 100%;
  aspect-ratio: 1/0.58;
  object-fit: cover;
}
@media (max-width: 768px) {
  .article-gallery__item img {
    aspect-ratio: 1/0.8;
  }
}
.article-gallery__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000d20;
  background: #FFCB12;
  position: absolute;
  right: 42px;
  bottom: 18px;
  padding: 11px 36px;
  z-index: 2;
}
@media (max-width: 768px) {
  .article-gallery__btn {
    width: auto;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
    padding: 9px 15px;
  }
}
.article-gallery__btn:hover {
  background: #ffffff;
}

.acticle-wrap__sidebar-item .sidebar-socials {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.acticle-wrap__sidebar-item .sidebar-socials__item {
  display: flex;
  text-decoration: none;
}
.acticle-wrap__sidebar-item .sidebar-info {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin-bottom: 20px;
}
.acticle-wrap__sidebar-item .sidebar-info__item {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  text-decoration: none;
  word-break: break-all;
}
.acticle-wrap__sidebar-item .sidebar-info__item:hover {
  text-decoration: underline;
}
.acticle-wrap__sidebar-item .sidebar-info__map {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.acticle-wrap__sidebar-item .sidebar-info__map iframe {
  height: 330px;
}

.acticle-wrap__sidebar .sidebar-rechner {
  height: 100%;
}
@media (max-width: 1024px) {
  .acticle-wrap__sidebar .sidebar-rechner {
    max-width: 350px;
    margin-top: 50px;
  }
}
.acticle-wrap__sidebar .sidebar-contacts {
  padding-top: 50px;
}
.acticle-wrap__sidebar .sidebar-form {
  height: 390px;
  border-radius: 0;
  margin-top: 0;
  padding: 16px;
}
@media (max-width: 1024px) {
  .acticle-wrap__sidebar .sidebar-form {
    height: auto !important;
  }
}
.acticle-wrap__sidebar .sidebar__form-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 24px;
}
.acticle-wrap__sidebar .sidebar__form-button {
  margin-top: 24px;
}

@media (max-width: 768px) {
  #comments-list {
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  #comments-list .slider-btn-circle {
    display: none;
  }
}

#posts-list-estate {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  #posts-list-estate {
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  #posts-list-estate .posts-list__top {
    margin-right: 15px;
  }
}

.archive .archive-content {
  padding-top: 50px;
  padding-bottom: 120px;
}
.archive .btn.loadmore-btn {
  margin: 40px auto 0 auto;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
@media (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul > li {
  position: relative;
}
.main-navigation ul > li:hover .menu-toggle-arr svg path {
  fill: #FFCB12;
}
.main-navigation ul ul {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  padding-top: 10px;
  z-index: 99999;
}
@media (max-width: 1024px) {
  .main-navigation ul ul {
    grid-gap: 0;
    padding-top: 15px;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  margin-right: 0 !important;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li {
    margin-bottom: 0 !important;
  }
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media (max-width: 1024px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: inherit;
    left: inherit;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul li {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul li ul {
    display: none;
    position: relative;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul li ul li a {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul li .menu-toggle-arr {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation ul .menu-toggle-arr {
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 1024px) {
  .main-navigation ul .menu-toggle-arr svg path {
    fill: #171717;
  }
}
@media (max-width: 1024px) {
  .main-navigation li {
    border-top: 2px solid rgba(206, 210, 221, 0.3);
    margin-right: 0;
    padding: 10px 0;
  }
}
.main-navigation li:not(:last-of-type) {
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .main-navigation li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4px;
    padding: 15px 0;
  }
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #FFCB12;
}
.main-navigation li.current-menu-item {
  border-bottom: 2px solid #FFCB12;
}
.main-navigation li.current-menu-item a {
  font-weight: bold;
}
.main-navigation li.current-menu-item a:hover {
  color: initial !important;
}
.main-navigation a,
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .main-navigation a,
  .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
    color: #171717 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    /* width: 100%; */
    max-width: 100%;
  }
  .main-navigation a::before,
  .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::before {
    color: #ced2dd;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 17px;
    padding-top: 10px;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #FFCB12;
}
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    grid-gap: 50px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.mega-menu-column.menu-list-col ul.mega-sub-menu {
  display: flex !important;
  flex-direction: column;
  padding: 10px 0 !important;
}
.mega-menu-column.menu-list-col ul.mega-sub-menu > li.mega-menu-item {
  max-width: max-content !important;
}
.mega-menu-column.menu-list-col ul.mega-sub-menu > li.mega-menu-item a {
  max-width: max-content !important;
}
@media (max-width: 1024px) {
  .mega-menu-column.menu-list-col ul.mega-sub-menu > li.mega-menu-item a {
    color: #171717;
  }
}
.mega-menu-column.menu-list-col ul.mega-sub-menu > li.mega-menu-item:hover a {
  color: #FFCB12 !important;
}

.menu-latest-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-latest-posts .post-image {
  display: flex;
  max-width: 180px;
  margin-bottom: 10px;
}
.menu-latest-posts .post-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.73;
  object-fit: cover;
  border-radius: 3px;
}
.menu-latest-posts .post-title a {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff !important;
}
.menu-latest-posts .menu-item__post {
  max-width: 180px;
}
.menu-latest-posts .menu-item__post:hover .post-title a {
  color: #FFCB12 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
    flex-direction: column;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(14, 29, 68, 0.9);
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #ffffff;
    padding-top: 0 !important;
    margin-top: -15px;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding-top: 25px;
    padding-bottom: 9px;
    border-top: 2px solid rgba(206, 210, 221, 0.3);
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  position: relative;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #FFCB12 !important;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::before {
  transform: rotate(180deg);
  padding-top: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background: #FFCB12;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu {
    background: #f3fbfe;
    margin-top: 0;
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item {
    max-width: 100% !important;
    border-bottom: 1px solid rgba(206, 210, 221, 0.3);
    padding: 8px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #0e1d44 !important;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu > .mega-menu-item.mega-toggle-on .mega-sub-menu {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-hide-sub-menu-on-mobile a.mega-menu-link::before {
    opacity: 0;
  }
}

.mega-menu-megamenu .mega-sub-menu > .mega-menu-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  padding-right: 20px !important;
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  display: flex !important;
  height: min-content !important;
  padding: 20px 0 20px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
    display: block !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children {
  display: grid !important;
  grid-template-columns: 260px 1fr;
  grid-gap: 25px;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children {
    display: block !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSAyLjgwNjE2TDYuNjgwODQgOS4wMDA0OUwwLjUgMTUuMTk0OEwyLjQwMjgzIDE3LjA5NzdMMTAuNSA5LjAwMDQ5TDIuNDAyODMgMC45MDMzMjZMMC41IDIuODA2MTZaIiBmaWxsPSIjRkZDQjEyIi8+Cjwvc3ZnPgo=") !important;
  background-repeat: no-repeat !important;
  background-position: right 25px !important;
  background-size: 10px !important;
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 10px;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu {
    display: block !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item {
  display: block !important;
  min-width: 230px !important;
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #FFCB12 !important;
  text-transform: uppercase !important;
  background-image: none !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: 0 !important;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item > a.mega-menu-link {
    padding: 3px !important;
    margin-bottom: 0 !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item ul.mega-sub-menu {
  position: relative !important;
  left: 0 !important;
  margin-left: 0 !important;
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item ul.mega-sub-menu > .mega-menu-item {
  margin-bottom: 8px !important;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item ul.mega-sub-menu > .mega-menu-item {
    margin-bottom: 0 !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item ul.mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  font-size: 14px !important;
  line-height: 24px;
  color: #ffffff !important;
  text-transform: none !important;
}
@media (max-width: 1024px) {
  .mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu > .mega-menu-item ul.mega-sub-menu ul.mega-sub-menu .mega-menu-item {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
.mega-menu-megamenu .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu ul.mega-sub-menu {
  display: block !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  min-height: 350px !important;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-height: auto !important;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
@media (max-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block;
  }
}

@media (min-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.tab-sub-item.mega-menu-item:not(:first-child) {
    position: absolute;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.tab-sub-item.mega-menu-item > ul.mega-sub-menu {
    opacity: 0 !important;
    pointer-events: none;
    z-index: -1;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.tab-sub-item.mega-menu-item > ul.mega-sub-menu.active {
  opacity: 1 !important;
  pointer-events: all;
  padding-left: 40px !important;
  z-index: 2;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.tab-sub-item.mega-menu-item > ul.mega-sub-menu.active::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  min-height: 280px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 10px;
  top: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.tab-sub-item.mega-menu-item > ul.mega-sub-menu.active::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: rgba(14, 29, 68, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  left: 1px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form {
  display: flex;
  flex-direction: column;
}
.comment-form p {
  margin: 0;
}
.comment-form .comment-form-author {
  order: 1;
}
.comment-form .comment-form-email {
  order: 2;
}
.comment-form .comment-form-comment {
  order: 3;
}
.comment-form .comment-form-rating {
  order: 4;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0e1d44;
  margin-top: 20px;
}
.comment-form .comment-form-rating fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.comment-form .comment-form-rating .rating-text__item {
  display: none;
}
.comment-form .form-submit {
  order: 5;
  margin-top: 30px !important;
  margin-left: auto;
}
.comment-form input[type=text],
.comment-form textarea {
  border: 1px solid #929292;
  border-radius: 3px;
  margin-bottom: 4px;
}
.comment-form textarea {
  margin-bottom: 0 !important;
}
.comment-form .error {
  color: #ff0000;
  margin-bottom: 15px;
}

.article-comments__wrap {
  position: relative;
}

.article-comments__list {
  list-style: none;
  margin: 44px 0 75px 0;
  padding: 0;
  overflow: hidden;
}

.comment .comment-top {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 39px;
}
.comment .comment-top__img {
  display: flex;
}
.comment .comment-top__img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comment .comment-top .comment-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.comment .comment-top .comment-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.comment .comment-rating {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 8px;
}

.rating-container {
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 15px;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  display: inline-block;
  width: 24px;
  height: 25px;
}
.rating-container > input + label::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 25px;
  background-image: url(img/icons/star-comment.svg);
  background-repeat: no-repeat;
  background-size: 24px;
}
.rating-container > input:checked ~ label::before, .rating-container > input + label:hover ~ label::before, .rating-container > input + label:hover::before {
  background-image: url(img/icons/star-comment-fill.svg);
}

.dashicons-star-filled {
  color: #FFCB12;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .custom-logo-link {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .custom-logo-link {
    max-width: 96px;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Breadcrumbs
--------------------------------------------- */
.site-breadcrumb {
  padding: 12px 0;
  margin-left: -16px;
}
.site-breadcrumb a,
.site-breadcrumb span {
  color: #0E1D44;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 4px;
}
.site-breadcrumb a.breadcrumb_last,
.site-breadcrumb span.breadcrumb_last {
  color: #FFCB12;
}
.site-breadcrumb a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  width: 14px;
  height: 15px;
  background: url(img/icons/bread-arr.svg) no-repeat;
}
.site-breadcrumb p#breadcrumbs {
  margin: 0;
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span {
  padding-left: 0;
}
.site-breadcrumb p#breadcrumbs > span > span {
  padding-left: 16px;
}
.site-breadcrumb p#breadcrumbs > span > span > a {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px RGBA(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0E1D44;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Sections
--------------------------------------------- */
.headline-block.pad-t-1 {
  padding-top: 55px;
}
@media (max-width: 768px) {
  .headline-block.pad-t-1 {
    padding-top: 15px;
  }
}
.headline-block.pad-b-1 {
  padding-bottom: 87px;
}
@media (max-width: 768px) {
  .headline-block.pad-b-1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .headline-block h1 {
    font-size: 32px;
  }
}
.headline-block__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 15px;
}
.headline-block__title {
  color: #171717;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .headline-block__title {
    text-align: center;
  }
}
.headline-block__text {
  max-width: 606px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #171717;
}
@media (max-width: 768px) {
  .headline-block__text {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 17px;
  }
}
@media (max-width: 768px) {
  .headline-block__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 75px;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro {
    padding-top: 90px;
  }
}
.intro.style-1 {
  padding-bottom: 100px;
}
.intro.style-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
.intro.style-1 .intro__form {
  margin-bottom: -100px;
}
.introBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.introBackgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introBackgroundImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.intro__content {
  max-width: 815px;
}
.intro__title {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .intro__title {
    text-align: center;
    max-width: 290px;
    margin: 10px auto;
  }
}
.intro__text {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .intro__text {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-align: center;
  }
}
.intro__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFCB12;
  border-radius: 8px;
  position: relative;
  margin-top: 50px;
  padding: 24px;
}
@media (max-width: 768px) {
  .intro__form {
    margin-top: 28px;
    padding: 10px;
  }
}
.intro__form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .intro__form-wrap {
    flex-direction: column;
  }
}
.intro__form-items {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .intro__form-items {
    flex-direction: column;
    height: auto;
  }
}
.intro__form-items input[type=text] {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0E1D44;
  text-transform: none;
  border-color: transparent;
  margin: 0;
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .intro__form-items input[type=text] {
    font-size: 16px;
  }
}
.intro__form-items input[type=text]::placeholder {
  color: #ced2dd;
}
.intro__form-items .item-wrap {
  position: relative;
  width: 100%;
  padding-top: 13px;
}
.intro__form-items .item-wrap:not(:first-of-type) {
  border-left: 2px solid RGBA(206, 210, 221, 0.3);
}
@media (max-width: 768px) {
  .intro__form-items .item-wrap:not(:first-of-type) {
    border-left: 0 !important;
    border-top: 2px solid RGBA(206, 210, 221, 0.3) !important;
  }
}
.intro__form-items .item-wrap span {
  display: block;
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0E1D44;
}
.intro__form-items .item-wrap.InputSelect.open {
  z-index: 2;
}
.intro__form-items .item-wrap-select {
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  max-height: 350px;
  overflow: auto;
  display: none;
}
.intro__form-items .InputSelect.open .item-wrap-select {
  display: block;
}
.intro__form-items .InputSelect .selectorItem {
  background-color: rgba(20, 89, 128, 0);
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.intro__form-items .InputSelect .selectorItem:hover {
  background-color: rgba(20, 89, 128, 0.2901960784);
}
.intro__form-items .InputSelect .selectorItemWrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.intro__form-items .InputSelect .selectorItemWrapIcon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #143c80;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro__form-items .InputSelect .selectorItemWrapIcon svg {
  max-height: 20px;
  max-width: 20px;
  fill: #fff;
}
.intro__form-items .InputSelect .selectorItemWrapInfo {
  width: 100%;
}
.intro__form-items .InputSelect .selectorItemLabel {
  font-weight: 500;
  font-size: 12px;
}
.intro__form-items .InputSelect .selectorItemTree {
  font-size: 12px;
}
.intro__form .label-where {
  padding-left: 50px;
  background: url(img/icons/home.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 20px;
}
.intro__form .label-dates {
  padding-left: 50px;
  background: url(img/icons/calend.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 24px;
}
.intro__form .label-from {
  padding-left: 50px;
  background: url(img/icons/fly.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 24px;
}
.intro__form .label-duration {
  padding-left: 50px;
  background: url(img/icons/dauer.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 24px;
}
.intro__form .label-person {
  padding-left: 50px;
  background: url(img/icons/person.svg) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 24px;
}
.intro__form input {
  padding-left: 50px;
}
.intro__form input:not(:first-of-type) {
  border-left: 2px solid RGBA(206, 210, 221, 0.3);
}
@media (max-width: 768px) {
  .intro__form input:not(:first-of-type) {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .intro__form input:not(:last-of-type) {
    border-left: 0 !important;
    border-bottom: 2px solid RGBA(206, 210, 221, 0.3) !important;
  }
}
.intro__form-button {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .intro__form-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.intro .form-btn.btn {
  width: 170px;
  min-width: 170px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-transform: none;
  color: #ffffff;
  background: #143C80;
  border-radius: 6px;
  cursor: pointer;
  gap: 8px;
}
.intro .form-btn.btn:hover {
  background-color: #003a9e;
}
@media (max-width: 1024px) {
  .intro .form-btn.btn {
    width: 100%;
    min-width: 100%;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .intro .form-btn.btn {
    height: 45px;
  }
}
.intro .form-btn.btn .form-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.intro .form-btn.btn .form-btn-icon svg {
  width: 100%;
  height: 100%;
}
.intro .form-btn.btn .form-btn-label {
  display: inline-flex;
}
@media (max-width: 768px) {
  .intro + .posts-list.pad-t-2 {
    padding-top: 47px;
  }
}

.searchform-cnt .c24-product-sidebar {
  display: none !important;
}

#c24pp-package-iframe.hide,
#c24pp-rentalcar-iframe.hide {
  height: 0;
  overflow: hidden;
}
#c24pp-package-iframe.show,
#c24pp-rentalcar-iframe.show {
  height: unset;
}

@media (max-width: 1024px) {
  .intro__form.filters-form {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .intro__form.filters-form .intro__form-button {
    width: 100%;
  }
}

.filters-form.hide {
  display: none;
}

.label-dates {
  padding-right: 50px;
}

.filter-results {
  display: none;
  justify-content: center;
}
.filter-results.show {
  display: block;
}

.filter-results-preloader {
  display: none;
  justify-content: center;
}
.filter-results-preloader.show {
  display: flex;
}
.filter-results-preloader-icon {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-results-preloader-icon svg {
  height: 100%;
}
.filter-results-preloader-icon svg circle {
  fill: #666666;
  stroke: #666666;
}

.item-details {
  position: absolute;
  width: min-content;
  max-width: calc(100vw - 40px);
  min-width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0588235294);
}
.item-details[data-show=false] {
  display: none;
}
.item-details[data-show=true] {
  display: block;
}
.item-details-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-details-content-rooms {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.item-details-content-room {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.item-details-content-room-title {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.item-details-content-input {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.item-details-content-input-quantity {
  display: flex;
  gap: 4px;
  max-width: max-content;
}
.item-details-content-input-quantity-button {
  height: 100%;
  width: 40px;
  aspect-ratio: 1/1;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #143c80;
  color: #143c80;
  font-size: 24px;
  line-height: 100%;
  padding: 8px;
  cursor: pointer;
}
.item-details-content-input-quantity input.item-details-content-input-quantity-input {
  padding: 5px;
  width: 45px;
  height: 40px;
  margin: unset;
  text-align: center;
}
.item-details-content-input-quantity input.item-details-content-input-quantity-input[type=number] {
  -moz-appearance: textfield;
}
.item-details-content-input-quantity input.item-details-content-input-quantity-input[type=number]::-webkit-outer-spin-button, .item-details-content-input-quantity input.item-details-content-input-quantity-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.item-details-content-ageschildren {
  padding-top: 10px;
  display: none;
}
.item-details-content-ageschildren[data-show=true] {
  display: block;
}
.item-details-content-ageschildren-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
}
.item-details-content-ageschildren-wrap select {
  padding: 10px;
  border-color: #143c80;
}

@media (max-width: 1024px) {
  .item-wrap:last-child .item-details {
    position: unset;
  }
}

.posts-list .container {
  position: relative;
}
.posts-list__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-gap: 40px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .posts-list__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.posts-list__top .top-title {
  max-width: 665px;
}
@media (max-width: 768px) {
  .posts-list__top .top-button {
    width: 100%;
  }
}
.posts-list__items {
  overflow: hidden;
}
.posts-list__wrapper {
  display: grid;
  grid-gap: 22px;
}
@media (max-width: 768px) {
  .posts-list__wrapper.swiper-wrapper {
    display: flex;
    grid-gap: 0;
  }
}
.posts-list__wrapper.cols-1 {
  grid-template-columns: 1fr;
}
.posts-list__wrapper.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.posts-list__wrapper.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .posts-list__wrapper.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .posts-list__wrapper.cols-3 {
    grid-template-columns: 100%;
    margin-right: 15px;
  }
}
.posts-list__wrapper.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.posts-list__wrapper.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.posts-list__content {
  position: relative;
}
@media (max-width: 768px) {
  .posts-list__content {
    margin-right: -15px;
    padding-bottom: 35px;
  }
}
.posts-list__nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
  top: 85px;
}
@media (max-width: 768px) {
  .posts-list__nav {
    position: relative !important;
    top: 50px !important;
  }
}
.posts-list__nav.slides-4 {
  top: 60px;
}
.posts-list__nav.slides-5 {
  top: 43px;
}
.posts-list__nav-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .posts-list__nav-btn {
    display: none;
  }
}
.posts-list__nav-bar {
  display: none;
}
@media (max-width: 768px) {
  .posts-list__nav-bar {
    display: block;
  }
}
.posts-list__nav-bar.swiper-scrollbar-horizontal {
  height: 4px;
  background-color: #dfdfdf;
  border-radius: 0;
}
.posts-list__nav-bar .swiper-scrollbar-drag {
  background-color: #FFCB12;
  border-radius: 0;
}
.posts-list__nav .button-prev {
  margin-left: -25px;
}
@media (max-width: 1320px) {
  .posts-list__nav .button-prev {
    margin-left: 0;
  }
}
.posts-list__nav .button-next {
  margin-right: -25px;
}
@media (max-width: 1320px) {
  .posts-list__nav .button-next {
    margin-right: 0;
  }
}

.banners-list__item {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  background-position: center;
  padding: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banners-list__item {
    padding: 50px 13px;
  }
}
.banners-list__item:hover .banner-title h3 {
  color: #FFCB12;
}
.banners-list.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .banners-list.cols-2 {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
}
.banners-list.cols-2 .banners-list__item {
  padding: 100px 50px;
}
@media (max-width: 768px) {
  .banners-list.cols-2 .banners-list__item {
    padding: 55px 13px;
  }
}
.banners-list.cols-2 .banner-title {
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .banners-list.cols-2 .banner-title {
    grid-gap: 16px;
  }
}
.banners-list.cols-2 .banner-title h3 {
  font-size: 45px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .banners-list.cols-2 .banner-title h3 {
    font-size: 25px;
  }
}
.banners .banner-title {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .banners .banner-title {
    grid-gap: 22px;
  }
}
.banners .banner-title h3 {
  font-weight: 700;
  font-size: 65px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banners .banner-title h3 {
    font-size: 40px;
  }
}

.gallery-block {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .gallery-block {
    padding-bottom: 46px;
    padding-left: 15px;
  }
}
.gallery-block__list {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .gallery-block__list {
    margin-top: 25px;
  }
}
.gallery-block__list-item {
  display: flex;
  width: 180px;
}
@media (max-width: 768px) {
  .gallery-block__list-item {
    width: 178px;
  }
}
.gallery-block__list-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.gallery-block__btn {
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .gallery-block__btn {
    margin-top: 14px;
  }
}
.gallery-block__nav {
  position: relative;
  padding-bottom: 45px;
  margin-right: 15px;
}

.img-full img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-sizing: border-box;
}
.img-full span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #c4c4c4;
}

.map-block__frame iframe {
  width: 100%;
}

.texts__text p:last-child {
  margin-bottom: 0;
}

.get-in-touch {
  padding: 6px 0;
}
.get-in-touch h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #171717;
}
@media (max-width: 1024px) {
  .get-in-touch h2 {
    font-size: 32px;
  }
}
.get-in-touch__wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
}
@media (max-width: 1024px) {
  .get-in-touch__wrapper {
    grid-template-columns: 100%;
    grid-gap: 100px;
  }
}
.get-in-touch__form {
  border-left: 1px solid #D4D4D4;
  padding-left: 170px;
}
@media (max-width: 1024px) {
  .get-in-touch__form {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .get-in-touch__form .form-text {
    font-size: 16px;
  }
}
.get-in-touch__form .form-cont {
  margin-top: 42px;
}
.get-in-touch .contacts-title {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .get-in-touch .contacts-title {
    margin-bottom: 0;
  }
}
.get-in-touch .contacts-list {
  max-width: 270px;
}
.get-in-touch .contacts-list__item {
  border-bottom: 2px solid RGBA(206, 210, 221, 0.3);
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .get-in-touch .contacts-list__item {
    padding: 30px 0 16px 0;
  }
}
.get-in-touch .contacts-list__item-title {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .get-in-touch .contacts-list__item-title {
    margin-bottom: 24px;
  }
}
.get-in-touch .contacts-list__item-text {
  line-height: 180%;
}
@media (max-width: 1024px) {
  .get-in-touch .contacts-list__item-text {
    font-size: 18px;
  }
}
.get-in-touch .contacts-list__item a {
  color: #0E1D44;
  text-decoration: none;
}
.get-in-touch .contacts-list__item a:hover {
  color: #FFCB12;
}
.get-in-touch .contacts-list .title-icon {
  display: flex;
}
.get-in-touch .contacts-list .title-icon img {
  max-width: 20px;
}
.get-in-touch .contacts-list .title-cont {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #0E1D44;
}
@media (max-width: 1024px) {
  .get-in-touch .contacts-list .title-cont {
    font-size: 16px;
  }
}
.get-in-touch .contacts-socials {
  margin-top: 30px;
}
.get-in-touch .contacts-socials__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0E1D44;
  margin-bottom: 15px;
}
.get-in-touch .contacts-socials__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 32px;
}
.get-in-touch .contacts-socials__list-item {
  display: flex;
  text-decoration: none;
}
.get-in-touch .contacts-socials__list-item:hover {
  opacity: 0.7;
}
.get-in-touch .contacts-socials__list-item img {
  max-width: 34px;
}
.get-in-touch form {
  max-width: 430px;
}
.get-in-touch form br {
  display: none;
}
.get-in-touch form input[type=text], .get-in-touch form input[type=email], .get-in-touch form input[type=url], .get-in-touch form input[type=password], .get-in-touch form input[type=search], .get-in-touch form input[type=number], .get-in-touch form input[type=tel], .get-in-touch form input[type=range], .get-in-touch form input[type=date], .get-in-touch form input[type=month], .get-in-touch form input[type=week], .get-in-touch form input[type=time], .get-in-touch form input[type=datetime], .get-in-touch form input[type=datetime-local], .get-in-touch form input[type=color], .get-in-touch form textarea {
  background: #FFFFFF;
  border: 1px solid #F1F2F5;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 23px 20px;
}
@media (max-width: 1024px) {
  .get-in-touch form input[type=text], .get-in-touch form input[type=email], .get-in-touch form input[type=url], .get-in-touch form input[type=password], .get-in-touch form input[type=search], .get-in-touch form input[type=number], .get-in-touch form input[type=tel], .get-in-touch form input[type=range], .get-in-touch form input[type=date], .get-in-touch form input[type=month], .get-in-touch form input[type=week], .get-in-touch form input[type=time], .get-in-touch form input[type=datetime], .get-in-touch form input[type=datetime-local], .get-in-touch form input[type=color], .get-in-touch form textarea {
    border-color: #929292;
    margin-bottom: 4px;
    padding: 11px 15px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch form textarea {
    margin-bottom: -1px;
  }
}
.get-in-touch form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.get-in-touch form .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .get-in-touch form .wpcf7-acceptance .wpcf7-list-item label {
    margin-top: 14px;
  }
}
.get-in-touch form button, .get-in-touch form input[type=button], .get-in-touch form input[type=reset], .get-in-touch form input[type=submit] {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000D20;
  margin-top: 30px;
  padding: 20px 35px;
  background: #FFCB12;
  border-color: #FFCB12;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .get-in-touch form button, .get-in-touch form input[type=button], .get-in-touch form input[type=reset], .get-in-touch form input[type=submit] {
    display: flex;
    justify-content: center;
    max-width: 190px;
    padding: 13px 35px;
    margin: 34px auto 0 auto;
  }
}
.get-in-touch form button:hover, .get-in-touch form input[type=button]:hover, .get-in-touch form input[type=reset]:hover, .get-in-touch form input[type=submit]:hover {
  background: #ffffff;
}
.get-in-touch form input[type=checkbox] {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.get-in-touch form input[type=checkbox]::before {
  width: 100%;
  height: 100%;
  border: 1px solid #F1F2F5;
  background: #ffffff;
}
.get-in-touch form input[type=checkbox]::after {
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTkgMTAuNThMMS40MiA2LjQxTDAgNy44Mkw1LjU5IDEzLjQxTDE3LjU5IDEuNDFMMTYuMTggMEw1LjU5IDEwLjU4WiIgZmlsbD0iI0ZGQ0IxMiIvPgo8L3N2Zz4K");
  left: 7px;
  top: 9px;
}

.faq__wrap {
  padding-left: 150px;
}
@media (max-width: 768px) {
  .faq__wrap {
    padding-left: 0;
  }
}
.faq__list {
  max-width: 850px;
  margin-top: 40px;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .faq__list {
    margin-top: 25px;
    padding-left: 54px;
  }
}
.faq__list-item {
  position: relative;
  border-bottom: 1px solid #f1f2f5;
}
.faq__list-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 24px;
  left: -70px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTEuNzIwOSIgeT0iMC4yNjE3MTkiIHdpZHRoPSIyMC44IiBoZWlnaHQ9IjEuNiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTEuNzIwOSAwLjI2MTcxOSkiIGZpbGw9IiMwRTFENDQiLz4KPHJlY3QgeD0iMC41MTk3NzUiIHk9IjkuODYxMzMiIHdpZHRoPSIyMC44IiBoZWlnaHQ9IjEuNiIgZmlsbD0iIzBFMUQ0NCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #f0f1f3;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .faq__list-item::before {
    top: 15px;
    left: -55px;
  }
}
.faq__list-item.active::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDIyIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNTE5Nzc1IiB5PSIwLjg2MTMyOCIgd2lkdGg9IjIwLjgiIGhlaWdodD0iMS42IiBmaWxsPSIjMEUxRDQ0Ii8+Cjwvc3ZnPgo=");
  box-shadow: 0px 4px 4px rgba(15, 35, 85, 0.05);
}
.faq__list-item .item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #0E1D44;
  padding: 30px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__list-item .item-title {
    padding: 17px 0;
  }
}
.faq__list-item .item-text {
  display: none;
  padding-bottom: 37px;
}
@media (max-width: 768px) {
  .faq__list-item .item-text {
    margin-left: -54px;
    padding-bottom: 17px;
  }
}
.faq__list-item .item-text p:first-of-type {
  margin-top: 0;
}
.faq__list-item .item-text p:last-of-type {
  margin-bottom: 0;
}

.post-faq {
  margin-bottom: 120px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .post-faq {
    margin-bottom: 80px;
  }
}
.post-faq__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .post-faq__text {
    font-size: 15px;
  }
}
.post-faq__list {
  margin-top: 27px;
}
.post-faq__list-item {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  border: 1px solid #f0f1f3;
  padding: 25px 112px 25px 25px;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 1024px) {
  .post-faq__list-item {
    grid-template-columns: 100%;
    font-size: 15px;
    padding: 20px 60px 20px 20px;
    margin-bottom: 20px;
  }
}
.post-faq__list-item.active {
  border-color: #FFCB12;
}
.post-faq__list-item.active .item-toggle img:first-child {
  display: none;
}
.post-faq__list-item.active .item-toggle img:last-child {
  display: block;
}
.post-faq__list-item .item-title {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-bottom: 18px;
}
.post-faq__list-item .item-text {
  display: none;
}
.post-faq__list-item .item-text p {
  font-size: 14px;
  margin-top: 0;
}
.post-faq__list-item .item-toggle {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border: 2px solid #FFCB12;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .post-faq__list-item .item-toggle {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    padding: 10px;
  }
}
.post-faq__list-item .item-toggle img:last-child {
  display: none;
}

.text-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-img.pad-b-1 {
  padding-bottom: 80px;
}
.text-img.pad-t-1 {
  padding-top: 80px;
}
.text-img__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  align-items: center;
}
@media (max-width: 1024px) {
  .text-img__wrap {
    grid-template-columns: 100%;
    grid-gap: 22px;
  }
}
.text-img__cont {
  max-width: 452px;
}
.text-img__media {
  display: flex;
}
.text-img__media img {
  width: 100%;
}
.text-img.img-align-left .text-img__cont {
  order: 2;
}
@media (max-width: 1024px) {
  .text-img.img-align-left .text-img__cont {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .text-img.img-align-left .text-img__media {
    order: 2;
  }
}

.hotels-map {
  padding-left: calc((100vw - 1320px) / 2);
}
.hotels-map.pad-t-1 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .hotels-map.pad-t-1 {
    padding-top: 15px;
  }
}
.hotels-map.pad-b-2 {
  padding-bottom: 133px;
}
.hotels-map__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hotels-map__subtitle {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hotels-map__title {
    text-align: center;
  }
}
.hotels-map__wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 35px 64px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .hotels-map__wrap {
    grid-template-columns: 100%;
    grid-gap: 80px;
  }
}
.hotels-map__content {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .hotels-map__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hotels-map__advantages {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
.hotels-map__advantages-item {
  display: flex;
  justify-content: center;
  max-width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e1d44;
  text-decoration: none;
  padding: 6px 15px;
  border: 1px solid #ced2dd;
  border-radius: 200px;
}
.hotels-map__advantages-item:hover {
  border-color: #FFCB12;
}
.hotels-map__advantages-item.active {
  color: #FFCB12;
  border-color: #FFCB12;
}
.hotels-map__advantages-item input[type=checkbox] {
  display: none;
}
.hotels-map__advantages-item input[type=checkbox]:checked + label {
  color: #FFCB12;
  border-color: #FFCB12;
}
.hotels-map__advantages-item input[type=checkbox] + label {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e1d44;
  padding: 6px 15px;
  border: 1px solid #ced2dd;
  border-radius: 200px;
}
.hotels-map__advantages-item input[type=checkbox] + label:hover {
  border-color: #FFCB12;
}
@media (max-width: 768px) {
  .hotels-map__posts {
    padding-bottom: 20px;
  }
}
.hotels-map__advantages {
  position: relative;
}
.hotels-map__advantages .swiper-wrapper {
  grid-gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hotels-map__advantages .swiper-wrapper {
    grid-gap: 0;
    flex-wrap: nowrap;
  }
}
.hotels-map__posts {
  position: relative;
}
.hotels-map__posts .swiper-wrapper {
  flex-direction: column;
}
.hotels-map__locations {
  display: flex;
}
.hotels-map__locations .acf-map {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.hotels-map__locations .acf-map img {
  max-width: inherit !important;
}
.hotels-map__locations-wrap {
  display: flex;
  width: 100%;
  max-height: 800px;
  position: sticky;
  top: 15px;
}
@media (max-width: 1024px) {
  .hotels-map__locations-wrap {
    height: 530px;
  }
}

.hotels-pagination {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .hotels-pagination {
    display: none;
  }
}
.hotels-pagination__info {
  display: block;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 7px;
}
.hotels-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hotels-pagination .page-numbers {
  max-width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0e1d44;
  padding: 0 37px 5px 37px;
  text-decoration: none;
  border: 1px solid #f0f1f3;
  border-width: 0 1px;
  position: relative;
}
.hotels-pagination .page-numbers:not(span):hover {
  color: #FFCB12;
}
.hotels-pagination .page-numbers.prev, .hotels-pagination .page-numbers.next {
  border: 0;
  padding-bottom: 0;
}
.hotels-pagination .page-numbers.prev span, .hotels-pagination .page-numbers.next span {
  display: flex;
  border: 0;
}
.hotels-pagination .page-numbers.prev {
  padding-left: 0;
}
.hotels-pagination .page-numbers.next {
  padding-right: 0;
}
.hotels-pagination .page-numbers.current {
  font-weight: 600;
}
.hotels-pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #5b5b5b;
}

.hotels-map__tabs {
  display: none;
}

@media (max-width: 1024px) {
  .hotels-map__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: -65px;
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    padding-bottom: 10px;
  }
  .hotels-map__tabs .tab-btn {
    padding: 8px 16px;
    border: unset;
    border-bottom: 2px solid #ced2dd;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #737783;
    width: 50%;
    max-width: 50%;
  }
  .hotels-map__tabs .tab-btn.active {
    border-bottom: 2px solid #ffcb12;
    color: #0e1d44;
  }
  .tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .archive .archive-content.hotels-map {
    padding-top: 0;
  }
  .hotels-map__wrap {
    margin-top: 20px;
    position: relative;
  }
  .term-ibizas-straende .headline-block__wrap .container {
    text-align: center;
  }
  .term-ibizas-straende .headline-block__wrap .container .headline-block__subtitle {
    color: #171717;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
  }
  .term-ibizas-straende .headline-block__wrap .container .headline-block__title {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .hotels-map__tabs {
    display: none !important;
  }
  .tab-content {
    display: block !important;
  }
  .hotels-map__locations {
    display: flex !important;
  }
}
.comforts__list {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .comforts__list {
    column-count: 1;
  }
}
.comforts__list-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 26px;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .comforts__list-item {
    padding: 8px 0;
  }
}
.comforts__list-item .item-img {
  display: flex;
  max-width: 30px;
}
.comforts__list-item .item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 768px) {
  .comforts__list-item .item-title {
    font-size: 16px;
  }
}
.comforts__list-item .item-title span {
  color: #FFCB12;
}

.rooms__list-item {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .rooms__list-item {
    margin-bottom: 60px;
  }
}
.rooms__list-item:last-of-type {
  margin-bottom: 0;
}
.rooms__list-item .item-top {
  display: flex;
  justify-content: space-between;
  grid-gap: 80px;
}
.rooms__list-item .item-text p {
  margin: 0;
}
.rooms__list-item .item-text p strong {
  font-weight: 600;
}
.rooms__list-item .item-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFCB12;
}
.rooms__list-item .item-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .rooms__list-item .item-gallery {
    grid-gap: 10px;
  }
}
.rooms__list-item .item-gallery__img {
  display: flex;
}
.rooms__list-item .item-gallery__img img {
  width: 100%;
  aspect-ratio: 1/0.89;
  object-fit: cover;
}
.rooms__list-item .item-gallery__img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

html,
body {
  min-height: 100vh;
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}
html .site,
body .site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
html .site-footer,
body .site-footer {
  margin-top: auto;
}

.container {
  max-width: 1320px;
  margin: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
}
.container.containermin {
  max-width: 1180px;
}

.site-main.head-dark-style {
  padding-top: 110px;
}
@media (max-width: 1024px) {
  .site-main.head-dark-style {
    padding-top: 85px;
  }
}

.archive .site-main,
.error404 .site-main,
.single .site-main {
  padding-top: 110px;
}
@media (max-width: 1024px) {
  .archive .site-main,
  .error404 .site-main,
  .single .site-main {
    padding-top: 85px;
  }
}

.text p,
.text li {
  font-family: Montserrat, sans-serif;
  color: #0E1D44;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.text ul,
.text ol {
  margin: 0;
  padding: 0 0 0 11px;
}
.text ul {
  list-style: none;
}
.text ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.text ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFCB12;
  position: absolute;
  left: 0;
  top: 10px;
}

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

.text-white {
  color: #ffffff;
}

/* Google Map */
.gm-style .gm-style-iw-c,
.gm-style-iw-d {
  padding: 0 !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 3px;
  background: #fefefe;
  box-shadow: 0px 10px 30px RGBA(15, 35, 85, 0.15);
}

.gm-style-iw-d {
  margin-right: -18px;
}
@media (max-width: 768px) {
  .gm-style-iw-d {
    margin-right: 0;
  }
}

.gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
  position: absolute !important;
  bottom: 2px;
  right: -2px;
}
.gm-ui-hover-effect > span {
  margin: 0 !important;
}

.gm-style-iw-chr {
  height: 0;
}

.gmnoprint {
  display: none;
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
  max-height: max-content !important;
}

body:not(.home) .menu-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0E1D44;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
@media (max-width: 1024px) {
  body:not(.home) .menu-overlay {
    display: none;
  }
}
body:not(.home) .menu-overlay.active {
  opacity: 0.8;
}

.slider-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: absolute;
  top: 25%;
  z-index: 5;
}
.slider-btn-circle.button-prev {
  left: -70px;
}
.slider-btn-circle.button-prev img {
  transform: rotate(180deg);
}
.slider-btn-circle.button-next {
  right: -50px;
}

/*# sourceMappingURL=style.css.map */
