/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 100;
  src: url("../../../userfiles/new_support_images/fonts/proxima/thin/thin.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/thin/thind41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/thin/thin.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/thin/thin.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 300;
  src: url("../../../userfiles/new_support_images/fonts/proxima/light/light.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/light/lightd41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/light/light.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/light/light.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 400;
  src: url("../../../userfiles/new_support_images/fonts/proxima/regular/regular.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/regular/regulard41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/regular/regular.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/regular/regular.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 500;
  src: url("../../../userfiles/new_support_images/fonts/proxima/semibold/semibold.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/semibold/semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/semibold/semibold.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/semibold/semibold.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 700;
  src: url("../../../userfiles/new_support_images/fonts/proxima/bold/bold.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/bold/boldd41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/bold/bold.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/bold/bold.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 800;
  src: url("../../../userfiles/new_support_images/fonts/proxima/e-bold/e-bold.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/e-bold/e-boldd41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/e-bold/e-bold.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/e-bold/e-bold.ttf") format("truetype");
}
@font-face {
  font-family: "proxima";
  font-style: normal;
  font-weight: 900;
  src: url("../../../userfiles/new_support_images/fonts/proxima/black/black.eot");
  src: url("../../../userfiles/new_support_images/fonts/proxima/black/blackd41d.eot?#iefix") format("embedded-opentype"), url("../../../userfiles/new_support_images/fonts/proxima/black/black.woff") format("woff"), url("../../../userfiles/new_support_images/fonts/proxima/black/black.ttf") format("truetype");
}
.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 5px 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto 5px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  margin: auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}

.hidden-text {
  display: none;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.d-flex {
  display: flex;
}

div.fixed-cart-container {
  margin: 0;
  padding: 0 0 0 65px;
}

@media only screen and (max-width: 1269px) {
  div.fixed-cart-container {
    padding: 0 0 0 40px;
  }
}
* {
  box-sizing: border-box;
}
* *::before, * *::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  transition: 0s;
}

body {
  background-color: #fff;
  color: #2B1B35;
  font-family: proxima, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

::selection {
  background: #0086ad;
  color: white;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email] {
  border: 1px solid #E4E7EB;
  border-radius: 40px;
  color: #2B1B35;
  font-size: 16px;
  height: 40px;
  margin: 0 0 12px;
  padding: 0 24px;
  transition: all 0.25s ease;
  width: 100%;
}
input[type=text][type=tel],
input[type=tel][type=tel],
input[type=password][type=tel],
input[type=email][type=tel] {
  max-width: 175px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus {
  border-color: rgba(0, 73, 188, 0.5);
  outline: none;
}
input[type=text]:active,
input[type=tel]:active,
input[type=password]:active,
input[type=email]:active {
  border-color: #1248B2;
}
.light input[type=text],
.light input[type=tel],
.light input[type=password],
.light input[type=email] {
  background: #fff;
  border-color: #fff;
}
.light input[type=text]:focus,
.light input[type=tel]:focus,
.light input[type=password]:focus,
.light input[type=email]:focus {
  border-color: rgba(0, 73, 188, 0.5);
}
.light input[type=text]:active,
.light input[type=tel]:active,
.light input[type=password]:active,
.light input[type=email]:active {
  border-color: #1248B2;
}
.light input[type=text].success,
.light input[type=tel].success,
.light input[type=password].success,
.light input[type=email].success {
  background: linear-gradient(0deg, rgba(97, 203, 86, 0.05), rgba(97, 203, 86, 0.05)), #FFFFFF;
  border: 1px solid #61CB56;
}
.light input[type=text].error,
.light input[type=tel].error,
.light input[type=password].error,
.light input[type=email].error {
  background: linear-gradient(0deg, rgba(238, 0, 90, 0.05), rgba(238, 0, 90, 0.05)), #FFFFFF;
  border: 1px solid #EE005A;
}
.light input[type=text].warning,
.light input[type=tel].warning,
.light input[type=password].warning,
.light input[type=email].warning {
  background: linear-gradient(0deg, rgba(255, 127, 5, 0.05), rgba(255, 127, 5, 0.05)), #FFFFFF;
  border: 1px solid #FF7F05;
}
.light input[type=text][disabled]:-moz-placeholder,
.light input[type=tel][disabled]:-moz-placeholder,
.light input[type=password][disabled]:-moz-placeholder,
.light input[type=email][disabled]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.light input[type=text][disabled]::-moz-placeholder,
.light input[type=tel][disabled]::-moz-placeholder,
.light input[type=password][disabled]::-moz-placeholder,
.light input[type=email][disabled]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.light input[type=text][disabled]:-ms-input-placeholder,
.light input[type=tel][disabled]:-ms-input-placeholder,
.light input[type=password][disabled]:-ms-input-placeholder,
.light input[type=email][disabled]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.light input[type=text][disabled]::-webkit-input-placeholder,
.light input[type=tel][disabled]::-webkit-input-placeholder,
.light input[type=password][disabled]::-webkit-input-placeholder,
.light input[type=email][disabled]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.light input[type=text][disabled]:focus:-moz-placeholder,
.light input[type=tel][disabled]:focus:-moz-placeholder,
.light input[type=password][disabled]:focus:-moz-placeholder,
.light input[type=email][disabled]:focus:-moz-placeholder {
  color: transparent !important;
}
.light input[type=text][disabled]:focus::-moz-placeholder,
.light input[type=tel][disabled]:focus::-moz-placeholder,
.light input[type=password][disabled]:focus::-moz-placeholder,
.light input[type=email][disabled]:focus::-moz-placeholder {
  color: transparent !important;
}
.light input[type=text][disabled]:focus:-ms-input-placeholder,
.light input[type=tel][disabled]:focus:-ms-input-placeholder,
.light input[type=password][disabled]:focus:-ms-input-placeholder,
.light input[type=email][disabled]:focus:-ms-input-placeholder {
  color: transparent !important;
}
.light input[type=text][disabled]:focus::-webkit-input-placeholder,
.light input[type=tel][disabled]:focus::-webkit-input-placeholder,
.light input[type=password][disabled]:focus::-webkit-input-placeholder,
.light input[type=email][disabled]:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.white input[type=text],
.white input[type=tel],
.white input[type=password],
.white input[type=email] {
  background: #fff;
}
input[type=text].success,
input[type=tel].success,
input[type=password].success,
input[type=email].success {
  background: rgba(97, 203, 86, 0.05);
  border: 1px solid #61CB56;
}
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=email].error {
  background: rgba(238, 0, 90, 0.05);
  border: 1px solid #EE005A;
  color: #EE005A;
}
input[type=text].warning,
input[type=tel].warning,
input[type=password].warning,
input[type=email].warning {
  background: rgba(255, 127, 5, 0.05);
  border: 1px solid #FF7F05;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  color: rgba(43, 27, 53, 0.5) !important;
  opacity: 1 !important;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: rgba(43, 27, 53, 0.5) !important;
  opacity: 1 !important;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: rgba(43, 27, 53, 0.5) !important;
  opacity: 1 !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: rgba(43, 27, 53, 0.5) !important;
  opacity: 1 !important;
}
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=password][disabled],
input[type=email][disabled] {
  background: none;
  opacity: 0.75;
}
.big input[type=text],
.big input[type=tel],
.big input[type=password],
.big input[type=email] {
  height: 48px;
}
.small input[type=text],
.small input[type=tel],
.small input[type=password],
.small input[type=email] {
  font-size: 14px;
  height: 32px;
  padding: 0 15px;
}

input[type=submit]:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}
select:focus::-ms-value {
  color: #12161e;
  background: #fff;
}

textarea {
  height: 112px;
  margin: 0 0 22px;
  padding: 16px 0 0 16px;
  resize: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:not([href]) {
  cursor: initial;
}

h1 {
  color: #2B1B35;
  font: 24px/32px proxima, sans-serif;
  margin: 0 0 19px;
}

h2, .h2 {
  font-size: 36px;
  margin: 0 0 18px;
}

h3, .h3 {
  color: #000;
  font: 700 16px/18px proxima, sans-serif;
  margin: 0 0 15px;
}

p {
  color: #2B1B35;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
}
@media (min-width: 560px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
p:last-child {
  margin: 0;
}

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

.filters-cottages {
  overflow: hidden;
  padding: 64px 0 40px;
}
.filters-cottages h2, .filters-cottages .h2 {
  color: #2B1B35;
  font-family: proxima, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .filters-cottages h2, .filters-cottages .h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 40px 40px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages h2, .filters-cottages .h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 40px;
  }
}
.filters-cottages-hero {
  border-bottom: 1px solid #E4E7EB;
  margin: auto auto 47px;
  padding: 0 0 48px;
}
@media (min-width: 768px) {
  .filters-cottages-hero {
    margin: auto auto 64px;
    padding: 0 0 64px;
  }
}
.filters-cottages-hero .container {
  max-width: 950px;
}
@media (min-width: 560px) {
  .filters-cottages-hero .container {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-hero .container {
    max-width: 534px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-hero .container {
    max-width: 830px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-hero .container {
    max-width: 950px;
  }
}
.filters-cottages-hero h1 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .filters-cottages-hero h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 38px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.filters-cottages-hero p {
  color: #2B1B35;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .filters-cottages-hero p {
    margin: 0 0 24px;
  }
}
.filters-cottages-hero p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .filters-cottages-hero p {
    font-size: 18px;
    line-height: 24px;
  }
}
.filters-cottages-steps {
  border-bottom: 1px solid #E4E7EB;
  margin: 0 0 47px;
  padding: 0 0 6px;
}
@media (min-width: 560px) {
  .filters-cottages-steps {
    padding: 0 0 31px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps {
    margin: 0 0 65px;
    padding: 0;
  }
}
.filters-cottages-steps-slider {
  padding: 0 0 75px;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slider {
    padding: 0 0 80px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slider {
    padding: 0 0 113px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slider {
    padding: 0;
  }
}
.filters-cottages-steps-slider .owl-dots {
  bottom: 49px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 100px;
  right: 100px;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slider .owl-dots {
    bottom: 62px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slider .owl-dots {
    bottom: 78px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slider .owl-dots {
    bottom: 79px;
    left: auto;
    right: 140px;
    width: calc(50% - 300px);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slider .owl-dots {
    bottom: 80px;
    right: 154px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-steps-slider .owl-dots {
    right: 168px;
  }
}
.filters-cottages-steps-slider .owl-dots .owl-dot {
  background: rgba(0, 73, 188, 0.1);
  border: none;
  border-radius: 50%;
  height: 8px;
  margin: 0 6px;
  width: 8px;
}
.filters-cottages-steps-slider .owl-dots .owl-dot.active {
  background: #0049bc;
}
.filters-cottages-steps-slider .owl-dots .owl-dot:focus {
  outline: none;
}
.filters-cottages-steps-slider .owl-nav {
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slider .owl-nav {
    right: 0;
    width: 50%;
  }
}
.filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
  background: none;
  border: none;
  border-radius: 50%;
  bottom: -43px;
  height: 40px;
  position: absolute;
  right: 40px;
  transition: bottom 0.25s ease;
  width: 40px;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
    bottom: -33px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
    bottom: -50px;
    right: 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
    bottom: 64px;
    right: 44px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
    bottom: 65px;
    right: 74px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-steps-slider .owl-nav .owl-next,
.filters-cottages-steps-slider .owl-nav .owl-prev {
    right: 101px;
  }
}
.filters-cottages-steps-slider .owl-nav .owl-next:focus,
.filters-cottages-steps-slider .owl-nav .owl-prev:focus {
  outline: none;
}
.filters-cottages-steps-slider .owl-nav .owl-next span,
.filters-cottages-steps-slider .owl-nav .owl-prev span {
  display: none;
}
.filters-cottages-steps-slider .owl-nav .owl-next svg .bg,
.filters-cottages-steps-slider .owl-nav .owl-prev svg .bg {
  fill: #ffffff;
  opacity: 1;
  stroke: rgba(22, 76, 181, 0.1);
}
.filters-cottages-steps-slider .owl-nav .owl-next:hover .bg,
.filters-cottages-steps-slider .owl-nav .owl-prev:hover .bg {
  stroke: #F1F6FF;
  fill: #F1F6FF;
  opacity: 1;
}
.filters-cottages-steps-slider .owl-nav .owl-next:active .bg,
.filters-cottages-steps-slider .owl-nav .owl-prev:active .bg {
  stroke: #E5EFFF;
  fill: #E5EFFF;
  opacity: 1;
}
.filters-cottages-steps-slider .owl-nav .owl-next:active .arrow,
.filters-cottages-steps-slider .owl-nav .owl-prev:active .arrow {
  opacity: 0.5;
}
.filters-cottages-steps-slider .owl-nav .owl-prev {
  left: 40px;
  right: auto;
  transform: scale(-1);
}
@media (min-width: 560px) {
  .filters-cottages-steps-slider .owl-nav .owl-prev {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slider .owl-nav .owl-prev {
    left: 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slider .owl-nav .owl-prev {
    left: 65px;
  }
}
.filters-cottages-steps-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide {
    flex-direction: row;
  }
}
.filters-cottages-steps-slide-img {
  height: 240px;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-img {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-img {
    height: 504px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide-img {
    height: 424px;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slide-img {
    height: 512px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-steps-slide-img {
    height: 600px;
  }
}
.filters-cottages-steps-slide-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.filters-cottages-steps-slide-description {
  height: 276px;
  padding: 23px 28px 0;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-description {
    height: 228px;
    padding: 23px 0 0;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description {
    height: 249px;
    padding: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide-description {
    height: auto;
    padding: 64px 0 0;
    width: 50%;
  }
}
.filters-cottages-steps-slide-description-scroll {
  height: 173px;
  margin-right: 12px;
  overflow: auto;
  padding: 0 24px 0 12px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-description-scroll {
    height: 152px;
    margin-right: 27px;
    padding: 0 24px 0 30px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description-scroll {
    height: 160px;
    margin-right: 44px;
    padding: 0 26px 0 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide-description-scroll {
    height: 173px;
    margin-right: 44px;
    padding: 0 30px 0 64px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slide-description-scroll {
    height: 239px;
    margin-right: 72px;
    padding: 0 37px 0 64px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-steps-slide-description-scroll {
    height: 340px;
    margin-right: 100px;
    padding: 0 0 0 64px;
  }
}
.filters-cottages-steps-slide-description-scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(43, 27, 53, 0.1);
  margin-bottom: 32px;
}
.filters-cottages-steps-slide-description-scroll::-webkit-scrollbar {
  width: 6px;
}
.filters-cottages-steps-slide-description-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(43, 27, 53, 0.5);
  margin-bottom: 32px;
}
.filters-cottages-steps-slide-description-scroll-overlay {
  height: 0;
  position: relative;
}
.filters-cottages-steps-slide-description-scroll-overlay.hide::before {
  height: 0;
  opacity: 0;
}
.filters-cottages-steps-slide-description-scroll-overlay::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  bottom: 0;
  pointer-events: none;
  content: "";
  left: 0;
  height: 64px;
  opacity: 1;
  position: absolute;
  right: 18px;
  transition: all 0.25s ease;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-description-scroll-overlay::before {
    right: 35px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description-scroll-overlay::before {
    right: 52px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slide-description-scroll-overlay::before {
    right: 80px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-steps-slide-description-scroll-overlay::before {
    right: 106px;
  }
}
.filters-cottages-steps-slide-description-scroll .btn {
  margin-bottom: 15px;
}
.filters-cottages-steps-slide-description h2, .filters-cottages-steps-slide-description .h2 {
  margin: 0 21px 21px 12px;
  position: relative;
  text-align: left;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-description h2, .filters-cottages-steps-slide-description .h2 {
    margin: 0 60px 21px 30px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description h2, .filters-cottages-steps-slide-description .h2 {
    margin: 0 100px 24px 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide-description h2, .filters-cottages-steps-slide-description .h2 {
    line-height: 29px;
    margin: 0 100px 24px 64px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slide-description h2, .filters-cottages-steps-slide-description .h2 {
    line-height: 40px;
  }
}
.filters-cottages-steps-slide-description h2.prefix, .filters-cottages-steps-slide-description .h2.prefix {
  padding: 0 0 0 34px;
  margin: 0 21px 21px 19px;
}
@media (min-width: 560px) {
  .filters-cottages-steps-slide-description h2.prefix, .filters-cottages-steps-slide-description .h2.prefix {
    margin: 0 60px 21px 35px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description h2.prefix, .filters-cottages-steps-slide-description .h2.prefix {
    margin: 0 100px 24px 50px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-steps-slide-description h2.prefix, .filters-cottages-steps-slide-description .h2.prefix {
    margin: 0 100px 24px 70px;
  }
}
.filters-cottages-steps-slide-description h2 span, .filters-cottages-steps-slide-description .h2 span {
  color: #1248B2;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  left: 0;
  padding: 0 20px 0 0;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description h2 span, .filters-cottages-steps-slide-description .h2 span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-steps-slide-description h2 span, .filters-cottages-steps-slide-description .h2 span {
    font-size: 32px;
    line-height: 40px;
  }
}
.filters-cottages-steps-slide-description p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .filters-cottages-steps-slide-description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
.filters-cottages-steps-slide-description p + ul {
  margin: -8px 0 24px;
}
.filters-cottages-steps-slide-description li {
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.filters-cottages-steps-slide-description li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
.filters-cottages-steps-slide-description a:not([class]) {
  color: #0049BC;
  display: inline-block;
  font: 700 12px/15px proxima, sans-serif;
  letter-spacing: 1.35px;
  margin: 8px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
}
.filters-cottages-steps-slide-description a:not([class]):hover {
  color: rgba(0, 73, 188, 0.5);
}
.filters-cottages-supports {
  overflow: hidden;
  padding: 0 26px;
}
.filters-cottages-supports.last .become-block {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.filters-cottages-supports.last .become-block::before {
  display: none;
}
@media (min-width: 768px) {
  .filters-cottages-supports {
    padding: 0 100px;
  }
}
.filters-cottages-articles {
  margin: 0 auto 47px;
  padding: 0 0 48px;
  position: relative;
  max-width: 1600px;
}
@media (min-width: 560px) {
  .filters-cottages-articles {
    padding: 0 28px 25px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-articles {
    margin: 0 auto 64px;
    padding: 0 52px 42px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-articles {
    padding: 0 52px 64px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-articles {
    padding: 0 76px 64px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-articles {
    padding: 0 100px 64px;
  }
}
.filters-cottages-articles::before {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: -500px;
  position: absolute;
  right: -500px;
}
.filters-cottages-articles-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .filters-cottages-articles-list {
    margin: 0 -12px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-articles-list {
    margin: 0 -16px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-articles-list {
    margin: 0 -20px;
  }
}
.filters-cottages-article {
  align-items: flex-end;
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 700 18px/24px proxima, sans-serif;
  height: 168px;
  padding: 24px 12px;
  position: relative;
  transition: all 0.25s ease;
  width: 50%;
}
@media (min-width: 560px) {
  .filters-cottages-article {
    margin: 0 12px 24px;
    padding: 24px;
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) {
  .filters-cottages-article {
    font: 700 20px/26px proxima, sans-serif;
    margin: 0 12px 24px;
    width: calc(50% - 24px);
  }
}
@media (min-width: 1024px) {
  .filters-cottages-article {
    font: 700 20px/26px proxima, sans-serif;
    margin: 0 12px;
    width: calc(25% - 24px);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-article {
    font: 700 24px/32px proxima, sans-serif;
    margin: 0 16px;
    width: calc(25% - 32px);
  }
}
@media (min-width: 1600px) {
  .filters-cottages-article {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
}
.filters-cottages-article.align-right {
  background-position: center 0;
}
.filters-cottages-article:hover {
  box-shadow: 0 20px 50px rgba(22, 76, 181, 0.5);
}
.filters-cottages-article:hover::before {
  background: #164CB5;
  opacity: 0.8;
}
.filters-cottages-article:hover:after {
  opacity: 0;
}
.filters-cottages-article::before {
  background: linear-gradient(228.99deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease;
}
.filters-cottages-article::after {
  background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease;
}
.filters-cottages-article span {
  font: inherit;
  position: relative;
  z-index: 9;
}
.filters-cottages-composition {
  margin: 0 0 40px;
}
.filters-cottages-composition .container {
  max-width: 920px;
}
.filters-cottages-composition h2, .filters-cottages-composition .h2 {
  margin: 0 0 20px;
}
@media (min-width: 560px) {
  .filters-cottages-composition h2, .filters-cottages-composition .h2 {
    margin: 0 0 21px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition h2, .filters-cottages-composition .h2 {
    margin: 0 0 23px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition h2, .filters-cottages-composition .h2 {
    margin: 0 0 22px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-composition h2, .filters-cottages-composition .h2 {
    margin: 0 0 24px;
  }
}
.filters-cottages-composition p {
  font-size: 16px;
  line-height: 20px;
  margin: auto;
  max-width: 503px;
}
@media (min-width: 768px) {
  .filters-cottages-composition p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition p {
    margin: 0;
    max-width: 100%;
  }
}
.filters-cottages-composition .filters-cottages-video {
  margin-top: 33px;
}
@media (min-width: 560px) {
  .filters-cottages-composition .filters-cottages-video {
    margin-top: 23px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition .filters-cottages-video {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition .filters-cottages-video img {
    height: 538px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition .filters-cottages-video img {
    height: 424px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-composition .filters-cottages-video img {
    height: 512px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-composition .filters-cottages-video img {
    height: auto;
  }
}
.filters-cottages-composition-tabs {
  display: flex;
  flex-direction: column;
  margin: -8px auto 47px;
  max-width: 1600px;
  padding: 0 20px 16px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-composition-tabs {
    padding: 0 40px 16px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition-tabs {
    margin: 0 auto 64px;
    padding: 0 56px 25px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tabs {
    flex-direction: row;
    padding: 0 32px 52px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-composition-tabs {
    padding: 0 56px 52px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-composition-tabs {
    padding: 0 80px 52px;
  }
}
.filters-cottages-composition-tabs::before {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: -500px;
  position: absolute;
  right: -500px;
}
.filters-cottages-composition-tab {
  display: flex;
  margin: 0 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .filters-cottages-composition-tab {
    margin: 0 0 28px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tab {
    display: block;
    flex: 1 1 calc(25% - 24px);
    margin: 0 12px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-composition-tab {
    flex: 1 1 calc(25% - 32px);
    margin: 0 16px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-composition-tab {
    flex: 1 1 calc(25% - 44px);
    margin: 0 22px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tab:first-child::before {
    left: calc(50% + 28px);
  }
}
.filters-cottages-composition-tab:last-child::before {
  display: none;
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tab:last-child::before {
    display: block;
    right: calc(50% + 28px);
  }
}
.filters-cottages-composition-tab::before {
  background: url("../img/icon-line-vert.svg") repeat-y 0 0;
  bottom: -20px;
  content: "";
  left: 20px;
  height: auto;
  position: absolute;
  right: -22px;
  top: 42px;
  width: 2px;
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tab::before {
    background: url("../img/icon-line.svg") repeat-x 0 0;
    bottom: auto;
    height: 2px;
    left: -22px;
    top: 19px;
    width: auto;
  }
}
.filters-cottages-composition-tab h3, .filters-cottages-composition-tab .h3 {
  font: 700 14px/18px proxima, sans-serif;
  height: 56px;
  padding: 0 0 0 80px;
  margin: 0 0 16px;
  text-align: left;
}
@media (min-width: 560px) {
  .filters-cottages-composition-tab h3, .filters-cottages-composition-tab .h3 {
    height: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition-tab h3, .filters-cottages-composition-tab .h3 {
    font: 700 16px/20px proxima, sans-serif;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-tab h3, .filters-cottages-composition-tab .h3 {
    min-height: 40px;
    text-align: center;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-composition-tab h3, .filters-cottages-composition-tab .h3 {
    min-height: 20px;
  }
}
.filters-cottages-composition-tab p {
  font: 14px/18px proxima, sans-serif;
  margin: 0 0 8px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .filters-cottages-composition-tab p {
    font: 16px/20px proxima, sans-serif;
    margin: 0 0 12px;
  }
}
.filters-cottages-composition-tab p::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}
.filters-cottages-composition-number {
  align-items: center;
  background: #1248B2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font: 700 14px proxima, sans-serif;
  letter-spacing: 1.35px;
  justify-content: center;
  height: 40px;
  max-width: 40px;
  min-width: 40px;
  position: relative;
  z-index: 9;
}
@media (min-width: 560px) {
  .filters-cottages-composition-number {
    margin: 0 auto;
  }
}
.filters-cottages-composition-text {
  min-width: calc(100% - 40px);
  padding: 0 0 0 32px;
  text-align: left;
  width: calc(100% - 40px);
}
@media (min-width: 560px) {
  .filters-cottages-composition-text {
    padding: 0;
    min-width: calc(100% - 164px);
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition-text {
    min-width: 100px;
    width: calc(100% - 252px);
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-text {
    width: auto;
  }
}
.filters-cottages-composition-img {
  left: 40px;
  position: absolute;
  top: 0;
  width: 112px;
}
@media (min-width: 560px) {
  .filters-cottages-composition-img {
    width: 40px;
  }
}
@media (min-width: 560px) {
  .filters-cottages-composition-img {
    position: static;
    min-width: 124px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition-img {
    min-width: 212px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-composition-img {
    min-width: 100px;
    padding: 24px;
    width: auto;
  }
}
.filters-cottages-composition-img img {
  display: block;
  height: 56px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-composition-img img {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-composition-img img {
    height: auto;
  }
}
.filters-cottages-compare {
  border-bottom: 1px solid rgba(43, 27, 53, 0.1);
  margin: 0 0 47px;
  padding: 0 0 48px;
}
@media (min-width: 768px) {
  .filters-cottages-compare {
    margin: 0 0 64px;
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare {
    padding: 0 42px 64px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare {
    padding: 0 70px 64px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare {
    padding: 0 100px 64px;
  }
}
.filters-cottages-compare + .filters-cottages-supports {
  display: block;
}
@media (min-width: 560px) {
  .filters-cottages-compare + .filters-cottages-supports {
    display: block;
  }
}
.filters-cottages-compare h2, .filters-cottages-compare .h2 {
  margin-left: 15px;
  margin-right: 15px;
}
.filters-cottages-compare-table {
  margin: auto;
  max-width: 1400px;
  padding: 0 12px;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table {
    padding: 0 28px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table {
    padding: 0 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table {
    padding: 0;
  }
}
.filters-cottages-compare-table .show-more-table {
  color: #1248B2;
  display: block;
  font: 700 12px/15px proxima, sans-serif;
  letter-spacing: 1.35px;
  padding: 9px 0 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table .show-more-table {
    padding: 14px 0 0;
  }
}
.filters-cottages-compare-table .show-more-table span {
  cursor: pointer;
  font: inherit;
}
.filters-cottages-compare-table .show-more-table span:hover {
  opacity: 0.5;
}
.filters-cottages-compare-table table {
  width: 100%;
}
.filters-cottages-compare-table table tr {
  display: block;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr {
    display: table-row;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table thead tr:first-child::before {
    opacity: 0;
  }
}
.filters-cottages-compare-table table th {
  font: 700 16px/20px proxima, sans-serif;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0 14px;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table th {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table th {
    font: 700 18px/24px proxima, sans-serif;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table th {
    font: 700 20px/26px proxima, sans-serif;
  }
}
.filters-cottages-compare-table table th:nth-child(1) {
  display: none;
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table th:nth-child(1) {
    display: table-cell;
  }
}
.filters-cottages-compare-table table th:nth-child(2) {
  padding-top: 52px;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table th:nth-child(2) {
    padding-right: 12px;
    padding-top: 0;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table th:nth-child(2) {
    padding-right: 16px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare-table table th:nth-child(2) {
    padding-right: 20px;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table th:nth-child(3) {
    padding-left: 12px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table th:nth-child(3) {
    padding-left: 16px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare-table table th:nth-child(3) {
    padding-left: 20px;
  }
}
.filters-cottages-compare-table table th img {
  display: block;
  height: auto;
  margin: 0 0 9px;
  max-width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table th img {
    margin: 0 0 22px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table th img {
    margin: 0 0 32px;
  }
}
.filters-cottages-compare-table table th strong {
  display: block;
  font: 700 14px/18px proxima, sans-serif;
  margin: 0 0 16px;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table th strong {
    font: 700 16px/20px proxima, sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table th strong {
    font: 700 18px/24px proxima, sans-serif;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table th strong {
    font: 700 20px/26px proxima, sans-serif;
  }
}
.filters-cottages-compare-table table tr:first-child td {
  border-top: none;
}
.filters-cottages-compare-table table tr.hide {
  display: none;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr:first-child td {
    padding-top: 45px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table tr:first-child td {
    padding-top: 52px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table tr:first-child td {
    padding-top: 16px;
  }
}
.filters-cottages-compare-table table tr {
  display: block;
}
.filters-cottages-compare-table table tr:first-child {
  border-top: 1px solid #E4E7EB;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr:first-child {
    border-top: none;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr {
    display: table-row;
  }
}
.filters-cottages-compare-table table tr:nth-child(2) ~ tr td {
  vertical-align: middle;
}
.filters-cottages-compare-table table td {
  border-top: 1px solid #E4E7EB;
  display: flex;
  flex-direction: column;
  font: 14px/18px proxima, sans-serif;
  min-height: 52px;
  padding-bottom: 16px;
  padding-top: 50px;
  vertical-align: top;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table td {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table td {
    font: 16px/20px proxima, sans-serif;
    padding-top: 52px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table td {
    padding-top: 16px;
  }
}
.filters-cottages-compare-table table td:nth-child(1) {
  display: none;
  font-weight: 700;
  padding-right: 40px;
  width: 240px;
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table td:nth-child(1) {
    display: table-cell;
    width: 160px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table td:nth-child(1) {
    width: 208px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare-table table td:nth-child(1) {
    width: 240px;
  }
}
.filters-cottages-compare-table table td:nth-child(2) {
  padding-top: 50px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table td:nth-child(2) {
    font: 16px/20px proxima, sans-serif;
    padding-top: 52px !important;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table td:nth-child(2) {
    padding-top: 16px !important;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table td:nth-child(2) {
    padding-right: 12px;
    width: calc((100% - 160px) / 2 - 20px);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table td:nth-child(2) {
    padding-right: 16px;
    width: calc((100% - 208px) / 2 - 20px);
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare-table table td:nth-child(2) {
    padding-right: 20px;
    width: calc((100% - 240px) / 2 - 20px);
  }
}
.filters-cottages-compare-table table td:nth-child(3) {
  border: none;
  padding-top: 12px;
}
@media (max-width: 559px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    padding-top: 12px !important;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    border-top: 1px solid #E4E7EB;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    font: 16px/20px proxima, sans-serif;
    padding-top: 52px !important;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    padding-top: 16px !important;
  }
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    padding-left: 12px;
    width: calc((100% - 160px) / 2 - 20px);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    padding-left: 16px;
    width: calc((100% - 208px) / 2 - 20px);
  }
}
@media (min-width: 1600px) {
  .filters-cottages-compare-table table td:nth-child(3) {
    padding-left: 20px;
    width: calc((100% - 240px) / 2 - 20px);
  }
}
.filters-cottages-compare-table table td .color {
  color: #1248B2;
}
.filters-cottages-compare-table table td .color:hover {
  color: rgba(18, 72, 178, 0.5);
}
.filters-cottages-compare-table table tbody tr:first-child td {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table tbody tr:first-child td {
    padding-bottom: 4px;
  }
}
.filters-cottages-compare-table table tbody tr.price-tr td, .filters-cottages-compare-table table tbody tr.vertical td {
  vertical-align: middle;
}
.filters-cottages-compare-table table tr:first-child::before {
  content: attr(data-td);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 16px;
  position: absolute;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr:first-child::before {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table tr:first-child::before {
    margin-top: 16px;
  }
}
.filters-cottages-compare-table table tr::before {
  content: attr(data-td);
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 18px;
  position: absolute;
  right: 12px;
  left: 12px;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table tr::before {
    font-size: 14px;
    right: 28px;
    left: 28px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table tr::before {
    font-size: 16px;
    line-height: 19px;
    margin-top: 16px;
    right: 44px;
    left: 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-compare-table table tr::before {
    display: none;
  }
}
.filters-cottages-compare-table table td::before {
  content: attr(data-mobile);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 16px;
}
@media (min-width: 560px) {
  .filters-cottages-compare-table table td::before {
    display: none;
  }
}
.filters-cottages-compare-table table tr.price-tr::before {
  color: #1248B2;
}
.filters-cottages-compare-table table thead tr:first-child {
  border-top: none;
}
.filters-cottages-compare-table table li {
  font: 14px/18px proxima, sans-serif;
  margin: 0 0 8px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .filters-cottages-compare-table table li {
    font: 16px/20px proxima, sans-serif;
    margin: 0 0 12px;
  }
}
.filters-cottages-compare-table table li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
.filters-cottages-catalog {
  max-width: 1600px;
  margin: auto;
  padding: 0 0 24px;
}
@media (min-width: 560px) {
  .filters-cottages-catalog {
    padding: 0 28px 24px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-catalog {
    padding: 0 44px 24px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-catalog {
    padding: 0 70px 24px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog {
    padding: 0 100px 24px;
  }
}
.filters-cottages-catalog-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -12px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-list {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-list {
    margin: 0 -20px;
  }
}
.filters-cottages-catalog-list::before {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  display: none;
  left: calc(100% / 2);
  position: absolute;
  top: 0;
  width: 1px;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-list::before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-list::before {
    left: calc(100% / 3);
  }
}
.filters-cottages-catalog-list::after {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  display: none;
  left: calc(100% / 3 * 2);
  position: absolute;
  top: 0;
  width: 1px;
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-list::after {
    display: block;
  }
}
.filters-cottages-catalog-item {
  align-items: flex-end;
  border-top: 1px solid rgba(43, 27, 53, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12px;
  min-height: 169px;
  padding: 24px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-item {
    flex: 1 1 calc(100% / 2 - 24px);
    min-height: 180px;
  }
  .filters-cottages-catalog-item:nth-child(-n+2) {
    border-top: none;
  }
}
.filters-cottages-catalog-item:nth-child(-n+1) {
  border-top: none;
}
@media (min-width: 768px) {
  .filters-cottages-catalog-item {
    flex: 1 1 calc(100% / 2 - 24px);
    margin: 0 12px;
    min-height: 253px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-item {
    flex: 1 1 calc(100% / 3 - 40px);
    margin: 0 20px;
    min-height: 211px;
  }
  .filters-cottages-catalog-item:nth-child(-n+3) {
    border-top: none;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-catalog-item {
    min-height: 258px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog-item {
    min-height: 299px;
  }
}
@media (min-width: 560px) and (max-width: 768px) {
  .filters-cottages-catalog-item:nth-child(2) .filters-cottages-catalog-item-img {
    width: 40px;
  }
  .filters-cottages-catalog-item:nth-child(4) .filters-cottages-catalog-item-img {
    width: 30px;
  }
  .filters-cottages-catalog-item:nth-child(6) .filters-cottages-catalog-item-img {
    width: 78px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog-item:nth-child(2) .filters-cottages-catalog-item-img {
    width: 146px;
  }
  .filters-cottages-catalog-item:nth-child(3) .filters-cottages-catalog-item-img {
    width: 166px;
  }
  .filters-cottages-catalog-item:nth-child(5) .filters-cottages-catalog-item-img {
    width: 176px;
  }
}
.filters-cottages-catalog-item:hover {
  z-index: 9;
}
.filters-cottages-catalog-item:hover::before {
  opacity: 1;
}
.filters-cottages-catalog-item:hover .filters-cottages-catalog-item-link {
  opacity: 0.5;
}
.filters-cottages-catalog-item:hover .filters-cottages-catalog-item-title {
  color: #164CB5;
}
.filters-cottages-catalog-item::before {
  box-shadow: 0 20px 50px rgba(43, 27, 53, 0.25);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease;
}
.filters-cottages-catalog-item-title {
  color: #2B1B35;
  display: block;
  font: 700 18px/24px proxima, sans-serif;
  left: 12px;
  max-width: 120px;
  position: absolute;
  top: 24px;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-item-title {
    left: 24px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-catalog-item-title {
    font: 700 20px/26px proxima, sans-serif;
    max-width: 160px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-catalog-item-title {
    font: 700 24px/32px proxima, sans-serif;
  }
}
.filters-cottages-catalog-item-link {
  bottom: 24px;
  color: #164CB5;
  display: block;
  font: 700 12px/15px proxima, sans-serif;
  left: 12px;
  letter-spacing: 1.35px;
  position: absolute;
  text-transform: uppercase;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-item-link {
    left: 24px;
  }
}
.filters-cottages-catalog-item-img {
  display: flex;
  justify-content: center;
  width: 108px;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-item-img {
    width: 78px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-catalog-item-img {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-item-img {
    width: 66px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-catalog-item-img {
    width: 116px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog-item-img {
    width: 156px;
  }
}
.filters-cottages-catalog-item-img.right {
  margin-right: -7px;
}
@media (min-width: 560px) {
  .filters-cottages-catalog-item-img.right {
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-catalog-item-img.right {
    margin-right: 51px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-item-img.right {
    margin-right: 33px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog-item-img.right {
    margin-right: 35px;
  }
}
.filters-cottages-catalog-item img {
  display: block;
  height: 120px;
  max-width: inherit;
  width: auto;
}
@media (min-width: 768px) {
  .filters-cottages-catalog-item img {
    height: 192px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-catalog-item img {
    height: 152px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-catalog-item img {
    height: 192px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-catalog-item img {
    height: auto;
  }
}
.filters-cottages-video {
  display: flex;
  height: 240px;
  justify-content: center;
  margin: auto auto 16px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-video {
    height: auto;
    margin: auto auto 32px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-video {
    margin: auto auto 40px;
  }
}
.filters-cottages-video a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.filters-cottages-video a::before {
  bottom: 0;
  background: linear-gradient(195.34deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.35s ease-in-out;
}
.filters-cottages-video a::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 53%;
  transition: all 0.35s ease-in-out;
}
.filters-cottages-video a:hover {
  box-shadow: 0 20px 50px rgba(22, 76, 181, 0.5);
}
.filters-cottages-video a:hover img {
  transform: scale(1.1);
}
.filters-cottages-video a:hover .filters-cottages-video-play circle {
  fill: #ffffff;
}
.filters-cottages-video a:hover .filters-cottages-video-play path {
  fill: #0049BC;
}
.filters-cottages-video a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #164CB5 100%, #164CB5 100%);
  z-index: 1;
  opacity: 0.8;
}
.filters-cottages-video-play {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  z-index: 9;
}
.filters-cottages-video-play * {
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .filters-cottages-video-play {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .filters-cottages-video-play {
    transform: scale(0.8);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-video-play {
    transform: scale(1);
  }
}
.filters-cottages-video-title {
  bottom: 24px;
  color: #fff;
  font: 700 18px/24px proxima, sans-serif;
  left: 12px;
  position: absolute;
  z-index: 9;
}
@media (min-width: 560px) {
  .filters-cottages-video-title {
    left: 24px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-video-title {
    font: 700 20px/26px proxima, sans-serif;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-video-title {
    font: 700 24px/32px proxima, sans-serif;
  }
}
.filters-cottages-video img {
  display: block;
  height: 240px;
  object-fit: cover;
  max-width: 100%;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
  width: auto;
}
@media (min-width: 560px) {
  .filters-cottages-video img {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-video img {
    height: 504px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-video img {
    height: 424px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-video img {
    height: 512px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-video img {
    height: auto;
  }
}
.filters-cottages-hero-static {
  align-items: center;
  border-bottom: 1px solid #E4E7EB;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 48px;
  padding: 0 0 48px;
}
@media (min-width: 768px) {
  .filters-cottages-hero-static {
    padding: 0 0 64px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-hero-static {
    padding: 0;
  }
}
.filters-cottages-hero-static h1 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 12px 33px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .filters-cottages-hero-static h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-hero-static h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.filters-cottages-hero-static-image {
  height: 240px;
  margin: 0 0 24px;
  width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-hero-static-image {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-hero-static-image {
    height: 504px;
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-hero-static-image {
    height: 424px;
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-hero-static-image {
    height: 512px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-hero-static-image {
    height: 600px;
  }
}
.filters-cottages-hero-static-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  width: 100%;
}
.filters-cottages-hero-static-description {
  text-align: left;
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-hero-static-description {
    padding: 0 28px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-hero-static-description {
    padding: 0 44px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-hero-static-description {
    padding: 0 30px 0 64px;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-hero-static-description {
    padding: 0 60px 0 64px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-hero-static-description {
    padding: 0 100px 0 64px;
  }
}
.filters-cottages-hero-static-description h2, .filters-cottages-hero-static-description .h2 {
  color: #2B1B35;
  font: 800 20px/26px proxima, sans-serif;
  letter-spacing: -0.2px;
  margin: 0 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .filters-cottages-hero-static-description h2, .filters-cottages-hero-static-description .h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-hero-static-description h2, .filters-cottages-hero-static-description .h2 {
    letter-spacing: inherit;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-hero-static-description h2, .filters-cottages-hero-static-description .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.filters-cottages-hero-static-description h2 br, .filters-cottages-hero-static-description .h2 br {
  display: none;
}
@media (min-width: 1024px) {
  .filters-cottages-hero-static-description h2 br, .filters-cottages-hero-static-description .h2 br {
    display: inline-block;
  }
}
.filters-cottages-hero-static-description p {
  color: #2B1B35;
  font: 16px/20px proxima, sans-serif;
}
@media (min-width: 768px) {
  .filters-cottages-hero-static-description p {
    font-size: 18px;
    line-height: 24px;
  }
}
.filters-cottages-list {
  padding: 0 12px 16px;
}
@media (min-width: 560px) {
  .filters-cottages-list {
    padding: 0 16px 16px 24px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-list {
    padding: 16px 38px 16px 40px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-list {
    padding: 0 112px 16px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-list {
    padding: 0 173px 16px;
  }
}
.filters-cottages-list .container {
  padding: 0;
  max-width: 1140px;
}
@media (min-width: 560px) {
  .filters-cottages-list .container {
    padding: 0 15px;
  }
}
.filters-cottages-list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 24px;
}
@media (min-width: 560px) {
  .filters-cottages-list-item {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .filters-cottages-list-item {
    margin: 0 0 31px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-list-item {
    margin: 0 0 32px;
  }
}
.filters-cottages-list-icon {
  align-items: center;
  background: #F1F6FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 128px;
  margin: 0 auto 24px;
  max-width: 128px;
  min-width: 128px;
}
@media (min-width: 560px) {
  .filters-cottages-list-icon {
    margin: 0 0 auto;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-list-icon {
    height: 152px;
    max-width: 152px;
    min-width: 152px;
  }
}
.filters-cottages-list-icon img {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-list-description {
    width: calc(100% - 164px);
  }
}
@media (min-width: 1024px) {
  .filters-cottages-list-description {
    width: calc(100% - 156px);
  }
}
@media (min-width: 1360px) {
  .filters-cottages-list-description {
    width: calc(100% - 196px);
  }
}
@media (min-width: 1600px) {
  .filters-cottages-list-description {
    width: calc(100% - 215px);
  }
}
.filters-cottages-list h3, .filters-cottages-list .h3 {
  color: #2B1B35;
  font: 700 16px/20px proxima, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .filters-cottages-list h3, .filters-cottages-list .h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 1px 0 24px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-list h3, .filters-cottages-list .h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 24px;
  }
}
.filters-cottages-list p {
  color: #2B1B35;
  font: 16px/20px proxima, sans-serif;
}
@media (min-width: 768px) {
  .filters-cottages-list p {
    font-size: 18px;
    line-height: 24px;
  }
}
.filters-cottages-description {
  border-bottom: 1px solid rgba(43, 27, 53, 0.1);
  margin: 0 0 47px;
  padding: 0 0 47px;
}
@media (min-width: 768px) {
  .filters-cottages-description {
    margin: 0 0 62px;
    padding: 0 0 64px;
  }
}
.filters-cottages-description + .filters-cottages-description {
  margin: -25px 0 48px;
  padding: 0 0 29px;
}
@media (min-width: 768px) {
  .filters-cottages-description + .filters-cottages-description {
    margin: -15px 0 64px;
    padding: 0 0 42px;
  }
}
.filters-cottages-description + .filters-cottages-description h2, .filters-cottages-description + .filters-cottages-description .h2 {
  margin: 0 0 25px;
}
@media (min-width: 560px) {
  .filters-cottages-description + .filters-cottages-description h2, .filters-cottages-description + .filters-cottages-description .h2 {
    margin: 0 0 30px;
  }
}
.filters-cottages-description .container {
  max-width: 1190px;
  padding: 0 11px;
}
@media (min-width: 560px) {
  .filters-cottages-description .container {
    padding: 0 15px;
  }
}
.filters-cottages-description-wrapper {
  padding: 11px 0 0 0;
}
@media (min-width: 560px) {
  .filters-cottages-description-wrapper {
    padding: 0 24px 0 12px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description-wrapper {
    padding: 0 86px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-description-wrapper {
    padding: 0 190px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-description-wrapper {
    padding: 0 180px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-description-wrapper {
    padding: 0 120px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description-wrapper p,
.filters-cottages-description-wrapper ul,
.filters-cottages-description-wrapper ol,
.filters-cottages-description-wrapper .title-border {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-description-wrapper p,
.filters-cottages-description-wrapper ul,
.filters-cottages-description-wrapper ol,
.filters-cottages-description-wrapper .title-border {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.filters-cottages-description .title-border {
  color: #2B1B35;
  font: 700 18px/24px proxima, sans-serif;
  margin: 0 0 32px;
  padding: 0 0 0 77px;
  position: relative;
  text-align: left;
}
@media (min-width: 560px) {
  .filters-cottages-description .title-border {
    padding: 0 0 0 89px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description .title-border {
    font-size: 20px;
    line-height: 26px;
    margin: 38px 0 40px;
    padding: 0;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-description .title-border {
    font-size: 24px;
    line-height: 32px;
    margin: 38px 0 40px;
  }
}
.filters-cottages-description .title-border:first-child {
  margin-top: 0;
}
.filters-cottages-description .title-border::before {
  background: #164CB5;
  bottom: 4px;
  content: "";
  left: -3px;
  position: absolute;
  top: 0;
  width: 3px;
}
@media (min-width: 560px) {
  .filters-cottages-description .title-border::before {
    bottom: 0;
    left: 1px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description .title-border::before {
    left: -87px;
  }
}
@media (min-width: 1024px) {
  .filters-cottages-description .title-border::before {
    bottom: -1px;
    left: -81px;
  }
}
@media (min-width: 1360px) {
  .filters-cottages-description .title-border::before {
    bottom: 4px;
    left: -104px;
  }
}
@media (min-width: 1600px) {
  .filters-cottages-description .title-border::before {
    left: -120px;
  }
}
.filters-cottages-description ul + .title-border {
  margin-top: 32px;
}
@media (min-width: 560px) {
  .filters-cottages-description ul + .title-border {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description ul + .title-border {
    margin-top: 38px;
  }
}
.filters-cottages-description ul + .title-border:first-child {
  margin-top: 0;
}
.filters-cottages-description a.link {
  color: #0049BC;
  font: 700 12px/15px proxima, sans-serif;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.filters-cottages-description a.link.how-water-analyse {
  display: block;
  text-align: center;
}
@media (min-width: 560px) {
  .filters-cottages-description a.link.how-water-analyse {
    display: unset;
    text-align: unset;
  }
}
.filters-cottages-description a.link:hover {
  opacity: 0.5;
}
.filters-cottages-description h2, .filters-cottages-description h2 {
  margin: 0 0 30px;
  padding-top: 15px;
}
.filters-cottages-description p {
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .filters-cottages-description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
  .filters-cottages-description p:last-child {
    margin: 0;
  }
}
.filters-cottages-description ol {
  counter-reset: counter;
  list-style: none;
}
.filters-cottages-description ol li {
  color: #2B1B35;
  counter-increment: counter;
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 22px;
  position: relative;
}
@media (min-width: 560px) {
  .filters-cottages-description ol li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px;
  }
}
.filters-cottages-description ol li:last-child {
  margin: 0;
}
.filters-cottages-description ol li::before {
  content: counter(counter);
  color: #1248B2;
  font: 700 12px/24px proxima, sans-serif;
  left: 0;
  position: absolute;
  top: 0;
}
.filters-cottages-description ul {
  list-style: none;
  padding: 2px 0 24px;
}
.filters-cottages-description ul:last-child {
  padding-bottom: 0;
}
@media (min-width: 560px) {
  .filters-cottages-description ul {
    padding: 10px 0 24px;
  }
  .filters-cottages-description ul:last-child {
    padding-bottom: 0;
  }
}
.filters-cottages-description ul li {
  color: #2B1B35;
  counter-increment: counter;
  font: 16px/20px proxima, sans-serif;
  margin: 0 0 16px;
  padding: 0 0 0 18px;
  position: relative;
}
@media (min-width: 768px) {
  .filters-cottages-description ul li {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 22px;
  }
}
.filters-cottages-description ul li:last-child {
  margin: 0;
}
.filters-cottages-description ul li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  left: 0;
  height: 6px;
  position: absolute;
  top: 9px;
  width: 6px;
}
.filters-cottages-description .btn {
  margin: 4px 0 0;
  width: 100%;
}
@media (min-width: 560px) {
  .filters-cottages-description .btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .filters-cottages-description .btn {
    margin: 8px 0 0;
  }
}

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