/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
label,
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  resize: vertical;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
body {
  color: #0C121F;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3125;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

h2, .h2 {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.3125;
    letter-spacing: 0em;
  }
}
@media (min-width: 1260px) {
  h2, .h2 {
    letter-spacing: 0em;
  }
}

h3, .h3 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.wysiwyg a:not(.btn) {
  text-decoration: underline;
  color: #8E1A1C;
  transition: color 0.3s;
}
@media (min-width: 1260px) {
  .wysiwyg a:not(.btn):hover {
    color: #8A8A8A;
  }
}
.wysiwyg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wysiwyg ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}
.wysiwyg ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #8E1A1C;
  position: absolute;
  left: 0;
  top: 10px;
}
.wysiwyg ul > li:last-child {
  margin-bottom: 0;
}

.subtitle {
  text-transform: uppercase;
  color: #8E1A1C;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  margin-bottom: 15px;
}
.subtitle--pink {
  color: #F19091;
}

.lnk {
  color: #8E1A1C;
  font-weight: 700;
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
}
.lnk svg {
  margin-left: 16px;
  transition: margin-left 0.3s;
}
@media (min-width: 1260px) {
  .lnk:hover {
    color: #8A8A8A;
  }
}
@media (min-width: 1260px) {
  .lnk:hover svg {
    margin-left: 22px;
  }
}
.lnk--grey {
  color: #8A8A8A;
}
.lnk--pink {
  color: #F19091;
}
.lnk--white {
  color: #FCFCFC;
}
.lnk--uppercase {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .lnk--uppercase {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: none;
  border-bottom: 2px solid #8A8A8A;
  padding: 0 12px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  height: 36px;
  transition: border-bottom-color 0.3s;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #8E1A1C;
}

textarea {
  display: block;
  padding: 8px 8px;
  height: 100px;
}

select {
  background: url("../images/select-angle.svg") no-repeat right 18px center;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #8A8A8A;
}

:-moz-placeholder {
  font-style: italic;
  color: #8A8A8A;
}

::-moz-placeholder {
  font-style: italic;
  color: #8A8A8A;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #8A8A8A;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + *,
input[type=radio] + * {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

input[type=checkbox] + *:before,
input[type=radio] + *:before {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 3px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  border-radius: 3px;
}

input[type=checkbox]:checked + *:before,
input[type=radio]:checked + *:before {
  background: currentColor;
}

@media (min-width: 768px) {
  .formRow {
    display: flex;
    justify-content: space-between;
  }
}

.fieldBlock {
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 100%;
}
.fieldBlock__title {
  display: block;
  font-weight: 700;
  line-height: 1.3125;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fieldBlock__field {
  position: relative;
  display: block;
}
.fieldBlock__field:after {
  content: attr(data-placeholder);
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #8A8A8A;
}
.fieldBlock__field input {
  padding-right: 35px;
}
@media (min-width: 768px) {
  .fieldBlock--half {
    width: calc( 50% - 8px );
  }
}
.fieldBlock--radio {
  width: auto;
}
.fieldBlock--radio + .fieldBlock {
  flex: 1;
  margin-left: 16px;
}

.btnRow {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .btnRow {
    text-align: right;
  }
}
.btnRow .btn {
  position: relative;
  z-index: 20;
}
.btnRow input[type=submit] {
  display: none;
}
.btnRow .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .btnRow .wpcf7-spinner {
    left: 0;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  background: transparent;
  border: 2px solid #8E1A1C;
  color: #8E1A1C;
  outline: none;
  margin: 27px 0 0 0;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  letter-spacing: -0.02em;
  transition: background 0.3s ease-in-out, border-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .btn {
    min-width: 190px;
  }
}
@media (min-width: 1260px) {
  .btn:before {
    content: "";
    background: #8E1A1C;
    position: absolute;
    top: 15px;
    right: -30px;
    width: 110%;
    padding-bottom: 100%;
    transform: rotate(30deg);
    transform-origin: 100% 0;
    transition: transform 0.3s ease-in-out;
  }
}
.btn__inner {
  position: relative;
  z-index: 20;
}
.btn:first-child {
  margin: 0;
}
@media (min-width: 1260px) {
  .btn:hover {
    background-position: 100%;
    color: #8E1A1C;
  }
}
@media (min-width: 1260px) {
  .btn:hover:before {
    transform: translate(-30%, 70%) rotate(30deg);
  }
}
.btn--red {
  background: #8E1A1C;
  color: #FCFCFC;
}
@media (min-width: 1260px) {
  .btn--red {
    background: transparent;
  }
}
@media (min-width: 1260px) {
  .btn--red:before {
    transform: rotate(30deg);
    background: #8E1A1C;
  }
}
@media (min-width: 1260px) {
  .btn--red:hover {
    color: #8E1A1C;
    border-color: #8E1A1C;
  }
}
@media (min-width: 1260px) {
  .btn--red:hover:before {
    transform: translate(-30%, 70%) rotate(30deg);
  }
}
@media (min-width: 1260px) {
  .btn--pinkHover:hover {
    background: transparent;
    color: #F19091;
    border-color: #F19091;
  }
}
.btn--white {
  border-color: #FCFCFC;
  background: transparent;
  color: #FCFCFC;
}
@media (min-width: 1260px) {
  .btn--white:before {
    transform: translate(-30%, 70%) rotate(30deg);
    background: #FCFCFC;
  }
}
@media (min-width: 1260px) {
  .btn--white:hover {
    color: #0C121F;
  }
}
@media (min-width: 1260px) {
  .btn--white:hover:before {
    transform: rotate(30deg);
  }
}
.btn--transparent {
  background: transparent;
  color: #8E1A1C;
  border-color: #8E1A1C;
}
@media (min-width: 1260px) {
  .btn--transparent:before {
    transform: translate(50%, -94%) rotate(30deg);
  }
}
@media (min-width: 1260px) {
  .btn--transparent:hover {
    color: #FCFCFC;
  }
}
@media (min-width: 1260px) {
  .btn--transparent:hover:before {
    transform: rotate(30deg);
  }
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

img.parallax {
  top: 50%;
  height: 120%;
  transform: translateY(-50%);
}

.owl-carousel {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1260px) {
  .owl-carousel {
    padding-bottom: 35px;
  }
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
.owl-carousel .owl-nav {
  position: absolute;
  right: -5px;
  bottom: 0;
  display: flex;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: block;
  margin-left: 6px;
  padding: 5px !important;
  outline: none;
  color: #8E1A1C;
}
.owl-carousel .owl-nav button.owl-next svg,
.owl-carousel .owl-nav button.owl-prev svg {
  display: block;
  transition: transform 0.3s;
}
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  color: #8A8A8A;
}
.owl-carousel .owl-nav button.owl-next.disabled svg,
.owl-carousel .owl-nav button.owl-prev.disabled svg {
  transform: scale(0.75);
}
.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  bottom: 9px;
}
@media (min-width: 1260px) {
  .owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: currentColor;
  margin-right: 8px;
}
@media (min-width: 1260px) {
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
  }
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #8E1A1C;
  width: 12px;
  height: 12px;
}

.fancybox-bg {
  background: rgba(12, 18, 31, 0.8);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide--html {
  padding: 18px;
}
@media (min-width: 768px) {
  .fancybox-slide--html {
    padding: 80px;
  }
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  opacity: 1;
  width: 36px;
  height: 36px;
  top: 50px;
  right: 40px;
  color: #8E1A1C;
}
@media (min-width: 1260px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 35px;
    right: 60px;
  }
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: left;
  font-size: 12px;
  color: #8E1A1C;
  position: absolute;
  left: 0;
  top: 100%;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0;
  color: #8E1A1C;
  border: none;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
}

#main {
  overflow: hidden;
  background-color: #FCFCFC;
}

.container {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 36px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 80px;
  }
}
.container--narrow {
  max-width: 1280px;
}
.container--wide {
  max-width: 1680px;
}

.sectionsWrapper {
  /*
    &--after {

      &:after {
        @media (min-width: $tablet-min) {
          content: "";
          border: solid transparent;
          border-left-color: $color-pink;
          border-width: 262px 0 262px 250px;
          opacity: .14;
          position: absolute;
          top: 2013px;
          left: 0;
        }
        @media (min-width: $desktop-min) {
          border-width: 476px 0 476px 456px;
        }
      }
    }
  */
}
@media (min-width: 768px) {
  .sectionsWrapper {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .sectionsWrapper--before:before {
    content: "";
    border: solid transparent;
    border-top-color: #F19091;
    border-width: 250px 262px 0;
    opacity: 0.14;
    position: absolute;
    top: 0;
    right: -182px;
  }
}
@media (min-width: 1600px) {
  .sectionsWrapper--before:before {
    border-width: 456px 476px 0;
    right: -320px;
  }
}
.sectionsWrapper .section {
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
.sectionsWrapper .section.animated {
  opacity: 1;
  transform: translateY(0);
}
.sectionsWrapper .section.noAnimate {
  transform: none;
  opacity: 1;
}

.siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 3000;
  transition: background-color 0.3s, height 0.3s;
}
.siteHeader__container {
  max-width: 1680px;
}
.siteHeader__inner {
  position: relative;
  height: 100px;
}
@media (min-width: 768px) {
  .siteHeader__inner {
    height: 125px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__inner {
    height: 185px;
    transition: height 0.3s;
  }
}
.siteHeader__logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 154px;
  height: 67px;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    width: 218px;
    height: 94px;
  }
}
@media (min-width: 1260px) {
  .siteHeader__logo {
    transition: width 0.3s, height 0.3s;
  }
}
@media (min-width: 1600px) {
  .siteHeader__logo {
    width: 260px;
    height: 112px;
  }
}
.siteHeader__logo:before, .siteHeader__logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat left center;
  background-size: contain;
  transition: opacity 0.3s;
}
.siteHeader__logo:before {
  background-image: url("../images/logo-header-white.svg");
}
.siteHeader__logo:after {
  background-image: url("../images/logo-header-color.svg");
  opacity: 0;
}
.siteHeader--sticky {
  position: fixed;
  background: #FCFCFC;
  box-shadow: 0 3px 30px rgba(12, 18, 31, 0.1);
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__inner {
    height: 145px;
  }
}
@media (min-width: 1260px) {
  .siteHeader--sticky .siteHeader__logo {
    width: 194px;
    height: 84px;
  }
}
.siteHeader--sticky .siteHeader__logo:before {
  opacity: 0;
}
.siteHeader--sticky .siteHeader__logo:after {
  opacity: 1;
}

.btnMenu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: -6px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
}
@media (min-width: 768px) {
  .btnMenu {
    right: -10px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1260px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu span {
  display: block;
  border-radius: 0;
  background: #FCFCFC;
  width: 37px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btnMenu span {
    width: 52px;
    height: 5px;
  }
}
.btnMenu span:nth-child(1) {
  margin-top: -9px;
}
@media (min-width: 768px) {
  .btnMenu span:nth-child(1) {
    margin-top: -14px;
  }
}
.btnMenu span:nth-child(3) {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .btnMenu span:nth-child(3) {
    margin-top: 14px;
  }
}
.btnMenu--sticky span {
  background-color: #8E1A1C;
}

.siteFooter {
  position: relative;
}
.siteFooter__btnTop {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  background: #F19091;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.siteFooter__row1 {
  background: url("../images/footer-mobile.jpg") no-repeat center;
  background-size: cover;
  padding: 65px 0;
}
@media (min-width: 768px) {
  .siteFooter__row1 {
    padding: 65px 0 60px;
    background-image: url("../images/footer-tablet.jpg");
  }
}
@media (min-width: 1260px) {
  .siteFooter__row1 {
    padding: 35px 0;
    background-image: url("../images/footer-laptop.jpg");
  }
}
.siteFooter__row1 a {
  color: #FCFCFC !important;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media (min-width: 1260px) {
  .siteFooter__row1 a:hover {
    opacity: 1;
  }
}
.siteFooter__logo {
  opacity: 1 !important;
}
.siteFooter__logoImage {
  width: 182px;
}
@media (min-width: 768px) {
  .siteFooter__cols {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .siteFooter__col1 {
    width: 49%;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col1 {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .siteFooter__col2 {
    width: 49%;
  }
}
@media (min-width: 1260px) {
  .siteFooter__col2 {
    width: 300px;
  }
}
.siteFooter__address {
  margin-top: 30px;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .siteFooter__address {
    margin-top: 32px;
  }
}
.siteFooter__contacts {
  margin-top: 10px;
}
.siteFooter__contacts a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.siteFooter__contacts svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}
.siteFooter__phone {
  margin-top: 5px;
}
.siteFooter__socials {
  display: flex;
  margin-top: 30px;
}
.siteFooter__socials a {
  display: block;
  margin-right: 16px;
}
.siteFooter__socials a svg {
  display: block;
}
.siteFooter__cta {
  margin-top: 30px;
}
@media (min-width: 1260px) {
  .siteFooter__cta {
    margin-top: -10px;
  }
}
.siteFooter__ctaTitle {
  color: #FCFCFC;
  max-width: 200px;
}
@media (min-width: 768px) {
  .siteFooter__ctaTitle {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .siteFooter__ctaLnk {
    margin-top: 20px;
  }
}
.siteFooter__row2 {
  font-size: 0.75rem;
  padding: 13px 0;
}
@media (min-width: 768px) {
  .siteFooter__row2 {
    font-size: 0.875rem;
  }
}
.siteFooter__row2 a {
  text-decoration: underline;
}
@media (min-width: 1260px) {
  .siteFooter__row2 .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.siteFooter__dev {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .siteFooter__dev {
    margin-bottom: 0;
  }
}

.footerNav {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .footerNav {
    margin-top: 62px;
  }
}
@media (min-width: 1260px) {
  .footerNav {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 445px;
  }
}
@media (min-width: 768px) {
  .footerNav ul {
    column-count: 2;
  }
}
@media (min-width: 1260px) {
  .footerNav ul {
    column-gap: 29%;
  }
}

.footerMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.6875;
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1260px) {
  .mainNav {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: 185px;
    background: transparent;
    left: auto;
    right: 80px;
    width: 50%;
    transition: height 0.3s;
  }
}
@media (min-width: 1680px) {
  .mainNav {
    right: 50%;
    transform: translateX(760px);
  }
}
.mainNav__header {
  position: relative;
  height: 90px;
  min-height: 90px;
}
@media (min-width: 768px) {
  .mainNav__header {
    height: 125px;
    min-height: 125px;
  }
}
@media (min-width: 1260px) {
  .mainNav__header {
    display: none;
  }
}
.mainNav__logo {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 154px;
  height: 67px;
  background: url("../images/logo-color.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .mainNav__logo {
    left: 80px;
    width: 218px;
    height: 94px;
  }
}
.mainNav__footer {
  background: #F3F3F3;
  padding: 30px 36px;
}
@media (min-width: 768px) {
  .mainNav__footer {
    position: absolute;
    top: 190px;
    right: 0;
    padding: 0 80px;
    background: transparent;
    text-align: right;
  }
}
@media (min-width: 1260px) {
  .mainNav__footer {
    display: flex;
    align-items: center;
    top: 14%;
    right: 90px;
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .mainNav__footer a {
    opacity: 0.8;
    color: #FCFCFC;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainNav__footer a:hover {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .mainNav__contacts {
    display: flex;
    flex-direction: row-reverse;
  }
}
.mainNav__contacts a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
@media (min-width: 1260px) {
  .mainNav__contacts a {
    display: block;
    margin: 0 0 0 60px;
  }
}
.mainNav__contacts a svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}
.mainNav__phone {
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .mainNav__phone {
    margin-bottom: 0;
  }
}
.mainNav__socials {
  color: #8E1A1C;
  display: flex;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .mainNav__socials {
    margin-top: 31px;
    justify-content: flex-end;
  }
}
@media (min-width: 1260px) {
  .mainNav__socials {
    margin: 0 0 0 60px;
  }
}
.mainNav__socials a {
  display: block;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .mainNav__socials a {
    margin: 0 0 0 16px;
  }
}
.mainNav__socials a svg {
  display: block;
}
@media (min-width: 768px) {
  .mainNav__socials a:first-child {
    margin-left: 0;
  }
}
.mainNav:after {
  content: "";
  position: absolute;
  top: 27%;
  right: 0;
  border: solid transparent;
  border-width: 140px 134px 140px 0;
  border-right-color: rgba(241, 144, 145, 0.14);
}
@media (min-width: 768px) {
  .mainNav:after {
    border-width: 270px 260px 270px 0;
    top: auto;
    bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .mainNav:after {
    display: none;
  }
}
.mainNav--visible {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1260px) {
  .mainNav--sticky {
    height: 145px;
  }
}
@media (min-width: 1260px) {
  .mainNav--sticky .mainNav__footer a {
    opacity: 0.7;
    color: currentColor;
  }
}
@media (min-width: 1260px) {
  .mainNav--sticky .mainNav__footer a:hover {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .mainNav--sticky .mainNav__socials {
    color: currentColor;
  }
}

.mainMenu {
  list-style-type: none;
  padding: 35px 36px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .mainMenu {
    padding: 60px 80px;
    width: 60%;
  }
}
@media (min-width: 1260px) {
  .mainMenu {
    flex-direction: row;
    width: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 49%;
    flex: none;
  }
}
.mainMenu > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 22px;
  width: 100%;
}
@media (min-width: 768px) {
  .mainMenu > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li {
    margin: 0 0 0 25px;
    width: auto;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li {
    margin: 0 0 0 34px;
  }
}
.mainMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, border-bottom-color 0.3s;
  white-space: nowrap;
  color: currentColor;
  font-weight: 900;
  font-size: 1.25rem;
  min-height: 42px;
  text-transform: uppercase;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
  .mainMenu > li > a {
    font-size: 2rem;
    min-height: 60px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > a {
    font-size: 1rem;
    font-weight: 700;
    color: #FCFCFC;
    border-bottom-width: 3px;
    min-height: 34px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li:hover > a {
    color: #F19091;
  }
}
.mainMenu > li.current-menu-item > a {
  color: #8E1A1C;
  border-bottom-color: #8E1A1C;
}
@media (min-width: 1260px) {
  .mainMenu > li.current-menu-item > a {
    color: #FCFCFC;
    border-bottom-color: #F19091;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.current-menu-item > a:hover {
    color: #F19091;
  }
}
.mainMenu > li.current-menu-ancestor > ul {
  display: block;
}
@media (min-width: 768px) {
  .mainMenu > li.menu-item--lang {
    margin-top: 35px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--lang {
    position: absolute;
    top: -69px;
    right: 0;
    margin: 0;
    transition: top 0.3s;
  }
}
.mainMenu > li.menu-item--lang > a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .mainMenu > li.menu-item--lang > a {
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--lang > a {
    font-size: 1rem;
    color: #FCFCFC;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--lang > a:hover {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--contact {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--contact:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -30px;
    width: 110%;
    padding-bottom: 100%;
    transform-origin: 100% 0;
    transition: transform 0.3s ease-in-out;
    transform: translate(-30%, 70%) rotate(30deg);
    background: #F19091;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--contact:hover:before {
    transform: rotate(30deg);
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--contact > a {
    border: 2px solid #F19091;
    color: #F19091;
    min-height: 43px;
    padding: 0 15px;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li.menu-item--contact > a {
    padding: 0 25px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item--contact > a:hover {
    color: #FCFCFC;
  }
}
.mainMenu > li:last-child {
  margin-bottom: 0;
}
.mainMenu > li > ul {
  display: none;
  list-style-type: none;
  padding: 0 0 0 30px;
  margin: 10px 0;
  width: 100%;
  border-left: 4px solid #F3F3F3;
}
@media (min-width: 768px) {
  .mainMenu > li > ul {
    margin: 8px 0;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: #F3F3F3;
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    min-width: 146px;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li > ul {
    min-width: 186px;
  }
}
.mainMenu > li > ul > li {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li {
    margin-bottom: 0;
  }
}
.mainMenu > li > ul > li > a {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mainMenu > li > ul > li > a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a {
    position: relative;
    display: block;
    font-size: 1rem;
    padding: 10px 16px;
    width: 100%;
    transition: padding-left 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.94' height='8' viewBox='0 0 4.94 8'%3E%3Cpath id='Icon_material-keyboard-arrow-down' data-name='Icon material-keyboard-arrow-down' d='M9.94,11.76,13,14.813l3.06-3.053.94.94-4,4-4-4Z' transform='translate(-11.76 17) rotate(-90)' fill='currentColor'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s, color 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a:hover {
    background-color: #FCFCFC;
    padding-left: 30px;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li > ul > li > a:hover:before {
    opacity: 1;
    color: #8E1A1C;
  }
}
.mainMenu > li > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .mainMenu > li.menu-item-has-children:hover > .menuArrow {
    transform: rotate(-90deg);
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li > a {
    color: #0C121F;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li > a:hover {
    border-bottom-color: transparent;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li:hover > a {
    color: #8E1A1C !important;
  }
}
.mainMenu--sticky > li:hover > .menuArrow {
  color: #8E1A1C;
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.current-menu-item > a {
    color: currentColor;
    border-bottom-color: #8E1A1C;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.menu-item--contact:before {
    background-color: #8E1A1C;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.menu-item--contact > a {
    border-color: #8E1A1C;
    color: #8E1A1C;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.menu-item--contact > a:hover {
    color: #ffffff !important;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.menu-item--lang {
    top: -55px;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky > li.menu-item--lang > a {
    color: currentColor;
  }
}
@media (min-width: 1260px) {
  .mainMenu--sticky .menuArrow {
    color: #0C121F;
  }
}

.btnMenuClose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
}
@media (min-width: 768px) {
  .btnMenuClose {
    width: 70px;
    height: 70px;
    right: 65px;
  }
}
@media (min-width: 1260px) {
  .btnMenuClose {
    display: none;
  }
}
.btnMenuClose span {
  display: block;
  border-radius: 0;
  background: #8E1A1C;
  width: 37px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btnMenuClose span {
    width: 52px;
    height: 5px;
  }
}
.btnMenuClose span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btnMenuClose span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menuArrow {
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  border-bottom: 4px solid transparent;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .menuArrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1260px) {
  .menuArrow {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    color: #FCFCFC;
    border: none;
    transition: transform 0.3s;
  }
}
.menuArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid transparent;
  border-width: 7px 4.5px 0 4.5px;
  border-top-color: currentColor;
  transition: transform 0.3s;
}
@media (min-width: 1260px) {
  .menuArrow:after {
    display: none;
  }
}
.menuArrow svg {
  display: none;
}
@media (min-width: 1260px) {
  .menuArrow svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.menuArrow.open:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #F3F3F3;
  z-index: 1000;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay--visible {
  opacity: 1;
  visibility: visible;
}

.section {
  margin: 65px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 128px 0;
  }
}

.heroSection {
  position: relative;
  margin: 0;
  z-index: 10;
}
.heroSection__imageContainer {
  position: relative;
  padding-bottom: min(92.3%, 360px);
}
@media (min-width: 768px) {
  .heroSection__imageContainer {
    padding-bottom: 360px;
  }
}
@media (min-width: 1260px) {
  .heroSection__imageContainer {
    padding-bottom: 545px;
  }
}
.heroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 31, 0.8);
  color: #ffffff;
  display: flex;
  padding-top: 135px;
}
@media (min-width: 768px) {
  .heroSection__overlay {
    padding-top: 160px;
  }
}
@media (min-width: 1260px) {
  .heroSection__overlay {
    padding-top: 255px;
  }
}
.heroSection__textContainer {
  height: 100%;
}
@media (min-width: 1260px) {
  .heroSection__textContainer {
    max-width: 55%;
  }
}

@media (min-width: 1600px) {
  .bgBlockSection {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1260px) {
  .formSection__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .formSection__col1 {
    width: 40%;
  }
}
.formSection__col2 {
  margin-top: 30px;
}
@media (min-width: 1260px) {
  .formSection__col2 {
    width: 57%;
    margin-top: 0;
  }
}

.postsListing__pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.postsListing__nothingFound {
  text-align: center;
}

.teaser__imageContainer {
  position: relative;
  padding-bottom: 80%;
}
.teaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser__lnkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.bgBlock {
  background: no-repeat center;
  background-size: cover;
  padding: 65px 0;
  color: #FCFCFC;
}
@media (min-width: 1260px) {
  .bgBlock {
    padding: 130px 0 125px;
  }
}
.bgBlock ul > li:before {
  background-color: #F19091;
}
@media (min-width: 1260px) {
  .bgBlock__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .bgBlock__col1 {
    flex: 1;
  }
}
.bgBlock__col2 {
  display: none;
}
@media (min-width: 1260px) {
  .bgBlock__col2 {
    display: block;
    width: 40%;
    margin-left: 10%;
  }
}

.valuesList {
  margin: -10px 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.33;
}
.valuesList li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 29px;
}
.valuesList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 32px;
  height: 2px;
  background-color: currentColor;
}
.valuesList li:last-child {
  margin-bottom: 0;
}

.propertiesBlock {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .propertiesBlock {
    margin-top: 25px;
  }
}
@media (min-width: 1260px) {
  .propertiesBlock {
    margin: 35px -25px 0;
    padding: 0 25px;
  }
}
@media (min-width: 1260px) {
  .propertiesBlock__lnkMore {
    position: absolute;
    top: -60px;
    right: 25px;
  }
}
.propertiesBlock__carousel {
  position: relative;
  margin-top: 10px;
}
.propertiesBlock .owl-item {
  padding: 25px 0;
}
.propertiesBlock .propertyTeaser {
  width: 100%;
}

.recentPropertiesSection {
  overflow: hidden;
}
@media (min-width: 768px) {
  .recentPropertiesSection .owl-stage-outer {
    overflow: visible;
  }
}

.propertyTeaser {
  position: relative;
  background-color: #F3F3F3;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .propertyTeaser {
    width: calc( 50% - 8px );
    margin-right: 16px;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser {
    background-color: #ffffff;
    width: calc( 25% - 32px*3/4 );
    margin: 32px 32px 0 0;
    transition: box-shadow 0.3s, opacity 0.3s;
  }
}
.propertyTeaser__imageContainer {
  position: relative;
  padding-bottom: 66.6%;
}
@media (min-width: 768px) {
  .propertyTeaser__imageContainer {
    padding-bottom: 72%;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser__imageContainer {
    padding-bottom: 84%;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser__imageContainer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 20;
  }
}
.propertyTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.propertyTeaser__label {
  color: #FCFCFC;
  background: #8E1A1C;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 12px;
  font-size: 0.875rem;
  z-index: 30;
}
.propertyTeaser__textContainer {
  padding: 15px 16px;
}
.propertyTeaser__price {
  font-size: 1.25rem;
  font-weight: 800;
}
.propertyTeaser__address {
  font-size: 0.875rem;
  line-height: 1.4;
}
.propertyTeaser__meta {
  display: flex;
  color: #8A8A8A;
  margin-top: 20px;
}
.propertyTeaser__metaItem {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  color: #8A8A8A;
  margin-right: 30px;
  line-height: 1.2;
}
@media (min-width: 1260px) {
  .propertyTeaser__metaItem {
    margin-right: 24px;
  }
}
.propertyTeaser__metaItem svg {
  margin-right: 8px;
}
.propertyTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.propertyTeaser__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #F19091;
}
@media (min-width: 1260px) {
  .propertyTeaser__plus {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.propertyTeaser--sold {
  cursor: default;
}
.propertyTeaser--sold .propertyTeaser__imageContainer:before {
  content: attr(data-sold);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCFCFC;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  background: rgba(142, 26, 28, 0.8);
}
.propertyTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .propertyTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .propertyTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser:not(.propertyTeaser--sold):hover {
    box-shadow: 0 3px 25px rgba(142, 26, 28, 0.16);
  }
}
@media (min-width: 1260px) {
  .propertyTeaser:not(.propertyTeaser--sold):hover .propertyTeaser__imageContainer:after {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .propertyTeaser:not(.propertyTeaser--sold):hover .propertyTeaser__plus {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .owl-item .propertyTeaser {
    opacity: 0.25;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .owl-item .propertyTeaser {
    opacity: 0;
    visibility: hidden;
  }
}
.owl-item.active .propertyTeaser {
  opacity: 1;
  visibility: visible;
}

.testimonialsSection {
  overflow: hidden;
}
@media (min-width: 1260px) {
  .testimonialsSection__title {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .testimonialsSection .owl-stage-outer {
    overflow: visible;
  }
}
@media (min-width: 1260px) {
  .testimonialsSection .owl-stage-outer {
    overflow: hidden;
  }
}

.testimonialsCarousel {
  margin-top: 30px;
}
@media (min-width: 1260px) {
  .testimonialsCarousel {
    padding-bottom: 60px;
  }
}

.teaserTestimonial {
  position: relative;
  background: #8E1A1C;
  color: #ffffff;
  padding: 95px 32px 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .teaserTestimonial {
    min-height: 293px;
  }
}
.teaserTestimonial--even {
  background: #0C121F;
}
.teaserTestimonial:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 32px;
  width: 49px;
  height: 35px;
  background: url("../images/icon-quote.svg") no-repeat center;
  background-size: contain;
}
.teaserTestimonial__excerpt {
  margin-bottom: 6px;
}
.teaserTestimonial__name {
  margin-top: auto;
  font-weight: 700;
}
.teaserTestimonial__lnkMore {
  color: #F19091;
}

.testimonialPopup {
  padding: 74px 32px 64px;
  background: #8E1A1C;
  color: #FCFCFC;
  max-width: 1120px;
}
@media (min-width: 768px) {
  .testimonialPopup {
    padding: 128px 80px;
  }
}
@media (min-width: 1260px) {
  .testimonialPopup {
    padding: 96px 96px 64px;
  }
}
.testimonialPopup__textContainer {
  position: relative;
  padding-top: 63px;
}
@media (min-width: 1260px) {
  .testimonialPopup__textContainer {
    padding: 0 0 0 80px;
  }
}
.testimonialPopup__textContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 35px;
  background: url("../images/icon-quote.svg") no-repeat center;
  background-size: contain;
}
.testimonialPopup__name {
  font-weight: 700;
  margin-top: 5px;
}
.testimonialPopup__btnRow {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .testimonialPopup__btnRow {
    margin-top: 32px;
  }
}
.testimonialPopup--even {
  background: #0C121F;
}
.testimonialPopup .fancybox-close-small {
  color: #ffffff;
}

.ctaBlock {
  margin-top: -5px;
}
@media (min-width: 1260px) {
  .ctaBlock {
    display: flex;
  }
}
.ctaBlock__item {
  position: relative;
  margin-top: 16px;
}
@media (min-width: 1260px) {
  .ctaBlock__item {
    flex: 1;
    margin-top: 0;
    margin-right: 32px;
    overflow: hidden;
  }
}
.ctaBlock__item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 1260px) {
  .ctaBlock__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__item:hover .ctaBlock__plus {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__item:hover .ctaBlock__image {
    transform: scale(1);
  }
}
.ctaBlock__imageContainer {
  position: relative;
  padding-bottom: 65%;
}
@media (min-width: 768px) {
  .ctaBlock__imageContainer {
    padding-bottom: 36%;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__imageContainer {
    padding-bottom: 540px;
  }
}
.ctaBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1260px) {
  .ctaBlock__image {
    transform: scale(1.1);
    transition: transform 0.3s;
  }
}
.ctaBlock__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 32px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ctaBlock__overlay {
    justify-content: center;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__overlay {
    justify-content: flex-end;
  }
}
.ctaBlock__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .ctaBlock__title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
}
.ctaBlock__description {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ctaBlock__description {
    max-width: 90%;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__description {
    display: none;
    overflow: hidden;
  }
}
.ctaBlock__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.ctaBlock__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #F19091;
}
@media (min-width: 1260px) {
  .ctaBlock__plus {
    opacity: 0;
    left: 32px;
    top: 32px;
    background: transparent;
    color: #F19091;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1260px) {
  .ctaBlock__plus svg {
    width: 32px;
    height: 32px;
  }
}

.parallaxBlock {
  position: relative;
  background: #8E1A1C no-repeat center;
  background-attachment: fixed;
  margin: -5px 0;
}
@media (min-width: 768px) {
  .parallaxBlock {
    margin: -7px 0;
  }
}
@media (min-width: 1260px) {
  .parallaxBlock {
    margin: -10px 0;
  }
}
.parallaxBlock:before {
  content: "";
  display: block;
  border: 4px solid #FCFCFC;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 30;
}
.parallaxBlock__svgContainer {
  position: relative;
  margin: 0 -2px;
}
@media (min-width: 768px) {
  .parallaxBlock__svgContainer {
    margin: 0 -3px;
  }
}
.parallaxBlock svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 20;
}

.bgBlock {
  background-image: url("../images/home-bg-mobile.jpg");
}
@media (min-width: 768px) {
  .bgBlock {
    background-image: url("../images/home-bg-tablet.jpg");
  }
}
@media (min-width: 1260px) {
  .bgBlock {
    background-image: url("../images/home-bg-laptop.jpg");
  }
}
@media (min-width: 1260px) {
  .bgBlock ul:not(.valuesList) {
    column-count: 2;
    column-gap: 32px;
  }
}
@media (min-width: 1260px) {
  .bgBlock ul:not(.valuesList) li:last-child {
    margin-bottom: 65px;
  }
}

.quote {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .quote {
    font-size: 1.875rem;
    line-height: 1.33;
    padding-left: 78px;
  }
}
@media (min-width: 1260px) {
  .quote {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.quote:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 23px;
  height: 16px;
  background: url("../images/icon-quote-pink.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .quote:before {
    width: 49px;
    height: 35px;
  }
}

@media (min-width: 1260px) {
  .block--half {
    width: 49%;
  }
}

.formContainer {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .formContainer {
    margin-top: 25px;
  }
}

@media (min-width: 1260px) {
  body.page-template-property .sectionsWrapper:after {
    top: auto;
    bottom: 92px;
  }
}
body.page-template-property .bgBlock {
  background-image: url("../images/property-cta-bg.jpg");
}

.propertyContent {
  position: relative;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .propertyContent {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .propertyContent {
    padding-top: 30px;
    padding-right: 70%;
  }
}
@media (min-width: 768px) {
  .propertyContent__subcols {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .propertyContent__subcols {
    display: block;
  }
}
@media (min-width: 1260px) {
  .propertyContent__subcols .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .propertyContent__subcol1 {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .propertyContent__subcol1 {
    width: auto;
  }
}
@media (min-width: 768px) {
  .propertyContent__subcol2 {
    width: 50%;
    text-align: right;
    margin-top: -5px;
  }
}
@media (min-width: 1260px) {
  .propertyContent__subcol2 {
    width: auto;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.propertyContent__price {
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 900;
  margin-bottom: 12px;
}
@media (min-width: 1260px) {
  .propertyContent__price {
    margin-bottom: 30px;
  }
}
.propertyContent__code {
  color: #8E1A1C;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.propertyContent__address {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .propertyContent__address {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .propertyContent__address {
    margin-bottom: 15px;
  }
}
.propertyContent__label {
  display: inline-block;
  background: #8E1A1C;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  min-height: 25px;
  padding: 5px 12px;
  margin-top: 12px;
}
.propertyContent__btn {
  margin-top: 16px;
}
@media (min-width: 1260px) {
  .propertyContent__btn {
    margin-top: 32px;
  }
}
.propertyContent__gallery {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1260px) {
  .propertyContent__gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
  }
}
.propertyContent__item {
  width: calc( 25% - 10px*3/4);
  margin: 10px 10px 0 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .propertyContent__item {
    width: calc( 25% - 16px*3/4);
    margin: 16px 16px 0 0;
  }
}
@media (min-width: 1260px) {
  .propertyContent__item {
    width: calc( 25% - 32px*3/4);
    margin: 32px 32px 0 0;
  }
}
.propertyContent__item:first-child {
  margin: 0;
  width: 100%;
}
.propertyContent__item:first-child .propertyContent__photoContainer {
  padding-bottom: 73%;
}
@media (min-width: 768px) {
  .propertyContent__item:first-child .propertyContent__photoContainer {
    padding-bottom: 72%;
  }
}
.propertyContent__item:last-child {
  margin-right: 0;
}
.propertyContent__photoContainer {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 83%;
}
@media (min-width: 1260px) {
  .propertyContent__photoContainer {
    padding-bottom: 72%;
  }
}
.propertyContent__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propertyContent__count {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(142, 26, 28, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .propertyContent__count {
    font-size: 1.25rem;
  }
}
.propertyContent__count svg {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .propertyContent__count svg {
    width: 22px;
    height: auto;
    margin-left: 13px;
  }
}
.propertyContent__meta {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .propertyContent__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }
}
@media (min-width: 1260px) {
  .propertyContent__meta {
    display: block;
    margin-top: 32px;
  }
}
.propertyContent__meta .btn {
  display: none;
}
@media (min-width: 1260px) {
  .propertyContent__meta .btn {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .propertyContent__meta1 {
    width: calc( 50% - 8px );
  }
}
@media (min-width: 1260px) {
  .propertyContent__meta1 {
    width: auto;
  }
}
.propertyContent__meta1Item {
  position: relative;
  padding-left: 43px;
  margin-bottom: 10px;
}
.propertyContent__meta1Item svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.propertyContent__meta2 {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .propertyContent__meta2 {
    margin-top: -5px;
    width: calc( 50% - 8px );
  }
}
@media (min-width: 1260px) {
  .propertyContent__meta2 {
    width: auto;
    margin-top: 25px;
  }
}
.propertyContent__meta2Item {
  margin-top: 5px;
}
.propertyContent__meta2Item:first-child {
  margin-top: 0;
}
.propertyContent__meta2Label {
  font-weight: 700;
}

.propertyDescription {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .propertyDescription {
    margin-top: 60px;
  }
}
@media (min-width: 1260px) {
  .propertyDescription {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 128px;
  }
}
.propertyDescription__col1 {
  margin-bottom: 60px;
}
@media (min-width: 1260px) {
  .propertyDescription__col1 {
    width: calc( 50% - 16px );
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .propertyDescription__col2 {
    width: calc( 50% - 16px );
    padding-top: 5px;
  }
}
.propertyDescription__mapContainer {
  height: 420px;
}

.propertyBrokers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .propertyBrokers {
    margin-top: 128px;
  }
}
@media (min-width: 768px) {
  .propertyBrokers__brokers {
    margin-top: 32px;
  }
}
@media (min-width: 1260px) {
  .propertyBrokers__brokers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.propertyBroker {
  position: relative;
  background: #F3F3F3;
  padding: 32px 32px 0;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .propertyBroker {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .propertyBroker {
    background: #F3F3F3;
    width: calc( 50% - 16px );
  }
}
@media (min-width: 768px) {
  .propertyBroker__col1 {
    flex: 1;
    padding: 32px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .propertyBroker__col2 {
    display: flex;
    align-items: flex-end;
  }
}
.propertyBroker__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .propertyBroker__title {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 17px;
  }
}
@media (min-width: 1260px) {
  .propertyBroker__title {
    font-size: 2rem;
    line-height: 1.3125;
    width: 50%;
    margin-bottom: 0;
  }
}
.propertyBroker__name {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .propertyBroker__name {
    margin-bottom: 5px;
  }
}
.propertyBroker__description {
  line-height: 1.375;
}
.propertyBroker__contacts {
  color: #8E1A1C;
  font-weight: 700;
}
.propertyBroker__contacts a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.propertyBroker__contacts a svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.propertyBroker__imageContainer {
  position: relative;
  padding-bottom: 80%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .propertyBroker__imageContainer {
    margin-top: 0;
    padding-bottom: 0;
    width: 160px;
    height: 186px;
  }
}
.propertyBroker__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1260px) {
  .propertyBroker:nth-child(-n+2) {
    margin-top: 0;
  }
}

.propertyDetails {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .propertyDetails {
    margin-top: 126px;
  }
}

.propertyDetailsAccordion {
  margin-top: 15px;
}
.propertyDetailsAccordion__item {
  border-bottom: 2px solid #e1e1e1;
}
.propertyDetailsAccordion__header {
  position: relative;
  padding: 10px 60px 10px 12px;
  min-height: 56px;
  display: flex;
  align-items: center;
  border-left: 4px solid transparent;
  outline: none;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.3s, border-left-color 0.3s, padding 0.3s;
}
@media (min-width: 768px) {
  .propertyDetailsAccordion__header {
    padding: 10px 80px 10px 24px;
    border-left-width: 8px;
  }
}
.propertyDetailsAccordion__header span {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 26px;
  height: 26px;
  border: 2px solid #E1E1E1;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (min-width: 768px) {
  .propertyDetailsAccordion__header span {
    right: 32px;
  }
}
.propertyDetailsAccordion__header span:before, .propertyDetailsAccordion__header span:after {
  content: "";
  background: #0C121F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s, opacity 0.3s;
}
.propertyDetailsAccordion__header span:before {
  width: 12px;
  height: 2px;
  transition: background-color 0.3s;
}
.propertyDetailsAccordion__header span:after {
  width: 2px;
  height: 12px;
}
.propertyDetailsAccordion__header.ui-state-active {
  background-color: #F3F3F3;
  border-left-color: #8E1A1C;
  padding-top: 28px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .propertyDetailsAccordion__header.ui-state-active {
    padding-bottom: 26px;
  }
}
.propertyDetailsAccordion__header.ui-state-active span {
  border-color: #8E1A1C;
  background-color: #8E1A1C;
}
.propertyDetailsAccordion__header.ui-state-active span:before {
  background-color: #ffffff;
}
.propertyDetailsAccordion__header.ui-state-active span:after {
  background-color: #ffffff;
  opacity: 0;
}
.propertyDetailsAccordion__content {
  border-left: 4px solid transparent;
  padding: 0 12px 24px;
  transition: background-color 0.3s, border-left-color 0.3s;
}
@media (max-width: 767px) {
  .propertyDetailsAccordion__content {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .propertyDetailsAccordion__content {
    border-left-width: 8px;
    padding: 0 58px 24px;
  }
}
.propertyDetailsAccordion__content.ui-accordion-content-active {
  background-color: #F3F3F3;
  border-left-color: #8E1A1C;
}
.propertyDetailsAccordion__content table th {
  text-align: left;
}
@media (max-width: 767px) {
  .propertyDetailsAccordion__content table th {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .propertyDetailsAccordion__content table td {
    padding-top: 10px;
    padding-right: 5px;
  }
}

@media (min-width: 1260px) {
  .propertyDetailsMeta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.propertyDetailsMeta__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .propertyDetailsMeta__item {
    margin-bottom: 7px;
  }
}
@media (min-width: 1260px) {
  .propertyDetailsMeta__item {
    width: calc( 50% - 16px );
  }
}
.propertyDetailsMeta__item:last-child {
  margin-bottom: 0;
}
.propertyDetailsMeta__label {
  font-weight: 700;
  line-height: 1.5;
  width: calc( 50% - 5px );
}
.propertyDetailsMeta__value {
  width: calc( 50% - 5px );
}
@media (min-width: 768px) {
  .propertyDetailsMeta__value {
    width: calc( 54% - 5px );
  }
}
.propertyDetailsMeta__col {
  margin-bottom: 12px;
}
@media (min-width: 1260px) {
  .propertyDetailsMeta__col {
    margin: 0;
    width: calc( 33% - 16px );
  }
}

.propertyCalculator {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .propertyCalculator {
    margin-top: 128px;
  }
}
@media (min-width: 1260px) {
  .propertyCalculator__col1 {
    width: calc( 50% - 16px );
  }
}
@media (min-width: 768px) {
  .propertyCalculator__col2 {
    margin-top: 60px;
  }
}
@media (min-width: 1260px) {
  .propertyCalculator__col2 {
    width: calc( 41% - 16px );
    margin-top: 0;
  }
}
.propertyCalculator__content {
  margin-top: 30px;
}
@media (min-width: 1260px) {
  .propertyCalculator__content {
    display: flex;
    justify-content: space-between;
  }
}
.propertyCalculator__form {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .propertyCalculator__form {
    margin-top: 25px;
  }
}
.propertyCalculator__results {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .propertyCalculator__results {
    margin-top: 25px;
  }
}
.propertyCalculator__resultItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .propertyCalculator__resultItem {
    margin-bottom: 7px;
  }
}
.propertyCalculator__resultItem:last-child {
  margin-bottom: 0;
}
.propertyCalculator__resultLabel {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 49%;
}
@media (min-width: 1260px) {
  .propertyCalculator__resultLabel {
    width: 70%;
    max-width: none;
  }
}
.propertyCalculator__resultValue {
  max-width: 49%;
}
@media (min-width: 1260px) {
  .propertyCalculator__resultValue {
    width: 30%;
    max-width: none;
    text-align: right;
  }
}
.propertyCalculator .btnRow {
  margin-top: -15px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .propertyCalculator .btnRow {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .propertyCalculator .btnRow .btn {
    width: 100%;
  }
}
.propertyCalculator .initialFeeOptions {
  display: flex;
}
.propertyCalculator input[name=initial_fee_type] + span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #E1E1E1;
  padding: 0;
}
.propertyCalculator input[name=initial_fee_type]:checked + span {
  background: #8E1A1C;
  color: #ffffff;
}
.propertyCalculator #creditAmount {
  background: #E1E1E1;
  border: none;
}
.propertyCalculator #paymentAmount {
  background: #FBEDED;
  border: none;
}

.galleryPopup {
  width: 100%;
  max-width: 1120px;
  padding: 0;
  background: transparent;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s;
}
.galleryPopup .fancybox-close-small {
  width: 36px;
  height: 36px;
  background: #8E1A1C;
  color: #ffffff;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .galleryPopup .fancybox-close-small {
    width: 64px;
    height: 64px;
  }
}
.galleryPopup .fancybox-close-small svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .galleryPopup .fancybox-close-small svg {
    width: 32px;
    height: 32px;
  }
}
.galleryPopup__carousel {
  margin: 0 auto;
  max-width: 224px;
}
@media (min-width: 400px) {
  .galleryPopup__carousel {
    max-width: 304px;
  }
}
@media (min-width: 500px) {
  .galleryPopup__carousel {
    max-width: 384px;
  }
}
@media (min-width: 600px) {
  .galleryPopup__carousel {
    max-width: 464px;
  }
}
@media (min-width: 768px) {
  .galleryPopup__carousel {
    margin: 0 -8px;
    max-width: none;
  }
}
@media (min-width: 1260px) {
  .galleryPopup__carousel {
    margin: 0 -16px;
  }
}
.galleryPopup__carouselItem {
  margin: 16px 8px 4px;
}
@media (min-width: 1260px) {
  .galleryPopup__carouselItem {
    margin: 32px 16px 4px;
  }
}
.galleryPopup__carouselItem.slick-current {
  box-shadow: 0 0 0 4px #8E1A1C;
}
.galleryPopup .slick-prev,
.galleryPopup .slick-next {
  position: absolute;
  bottom: -56px;
  background: transparent;
  width: 46px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .galleryPopup .slick-prev,
.galleryPopup .slick-next {
    width: 80px;
    height: 80px;
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 1600px) {
  .galleryPopup .slick-prev,
.galleryPopup .slick-next {
    width: 100px;
    height: 100px;
  }
}
.galleryPopup .slick-prev.slick-disabled,
.galleryPopup .slick-next.slick-disabled {
  opacity: 0.6;
}
.galleryPopup .slick-prev svg,
.galleryPopup .slick-next svg {
  height: 40px;
}
@media (min-width: 768px) {
  .galleryPopup .slick-prev svg,
.galleryPopup .slick-next svg {
    height: auto;
  }
}
.galleryPopup .slick-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .galleryPopup .slick-prev {
    left: -80px;
  }
}
@media (min-width: 1600px) {
  .galleryPopup .slick-prev {
    left: -130px;
  }
}
.galleryPopup .slick-next {
  right: -10px;
}
@media (min-width: 768px) {
  .galleryPopup .slick-next {
    right: -80px;
  }
}
@media (min-width: 1600px) {
  .galleryPopup .slick-next {
    right: -130px;
  }
}
.galleryPopup.visible {
  opacity: 1;
}

.propertyContactPopup {
  width: 100%;
  max-width: 1520px;
  padding: 74px 32px 64px;
}
@media (min-width: 768px) {
  .propertyContactPopup {
    padding: 128px 80px;
  }
}
@media (min-width: 1260px) {
  .propertyContactPopup {
    padding: 96px 96px 64px;
  }
}
@media (min-width: 1600px) {
  .propertyContactPopup {
    padding: 128px 96px;
  }
}
@media (min-width: 1260px) {
  .propertyContactPopup__cols {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
  }
}
.propertyContactPopup__col1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .propertyContactPopup__col1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1260px) {
  .propertyContactPopup__col1 {
    width: calc( 41% - 16px );
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .propertyContactPopup__col2 {
    width: calc( 59% - 16px );
  }
}
@media (min-width: 1600px) {
  .propertyContactPopup .fancybox-close-small {
    top: 80px !important;
    right: 80px !important;
  }
}
@media (min-width: 768px) {
  .propertyContactPopup .btn {
    margin-left: 32px;
  }
}
.propertyContactPopup .btn:first-child {
  margin-left: 0;
}

body.single-courtiers {
  font-family: "Figtree", sans-serif;
  line-height: 2.125;
}
@media (min-width: 1260px) {
  body.single-courtiers h1 {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
body.single-courtiers h2 {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body.single-courtiers h2 {
    font-size: 2rem;
  }
}
body.single-courtiers .btnRow {
  margin-top: 23px;
}
@media (min-width: 768px) {
  body.single-courtiers .btnRow {
    text-align: left;
  }
}
body.single-courtiers .section {
  margin: 72px 0;
}
@media (min-width: 768px) {
  body.single-courtiers .section {
    margin: 120px 0;
  }
}
@media (min-width: 1600px) {
  body.single-courtiers .section {
    margin: 160px 0;
  }
}
body.single-courtiers .siteHeader__container {
  max-width: 1880px;
}
body.single-courtiers .siteHeader__inner {
  height: 106px;
}
@media (min-width: 768px) {
  body.single-courtiers .siteHeader__inner {
    height: 145px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .siteHeader__inner {
    height: 125px;
  }
}
@media (min-width: 768px) {
  body.single-courtiers .siteHeader__logo {
    height: 105px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .siteHeader__logo {
    height: 92px;
  }
}
body.single-courtiers .btnMenu {
  width: 60px;
  height: 60px;
  top: 50%;
}
@media (min-width: 768px) {
  body.single-courtiers .btnMenu {
    right: -5px;
  }
}
body.single-courtiers .btnMenu span {
  width: 50px;
  height: 5px;
}
body.single-courtiers .btnMenu span:nth-child(1) {
  margin-top: -12px;
}
body.single-courtiers .btnMenu span:nth-child(3) {
  margin-top: 12px;
}
body.single-courtiers .btnMenu--sticky span {
  background-color: var(--color1);
}
body.single-courtiers .btnMenuClose {
  width: 60px;
  height: 60px;
  top: 50%;
}
@media (min-width: 768px) {
  body.single-courtiers .btnMenuClose {
    right: 70px;
  }
}
body.single-courtiers .btnMenuClose span {
  width: 50px;
  height: 5px;
  background-color: var(--color1);
}
@media (min-width: 1260px) {
  body.single-courtiers .mainNav {
    height: 125px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  body.single-courtiers .mainNav {
    left: auto;
    transform: none;
    right: 80px;
  }
}
@media (min-width: 1920px) {
  body.single-courtiers .mainNav {
    transform: translateX(860px);
    right: 50%;
  }
}
body.single-courtiers .mainNav__header {
  height: 106px;
  min-height: 106px;
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__header {
    height: 145px;
    min-height: 145px;
  }
}
body.single-courtiers .mainNav__logo {
  background-image: url("../images/logo-broker-black.png");
  background-position: left center;
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__logo {
    height: 105px;
  }
}
body.single-courtiers .mainNav__footer {
  position: relative;
  background: #F8F8F8;
  color: var(--color1);
  top: auto;
  right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__footer {
    padding: 30px 80px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .mainNav__footer {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0;
    flex-direction: row-reverse;
  }
}
body.single-courtiers .mainNav__footer .languages {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 36px;
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__footer .languages {
    bottom: 25px;
    right: 80px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .mainNav__footer .languages {
    top: 50%;
    right: 100%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
body.single-courtiers .mainNav__contacts a {
  padding-left: 37px;
}
body.single-courtiers .mainNav__socials {
  color: var(--color1);
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__socials {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .mainNav__socials {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.single-courtiers .mainNav__socials a {
    margin-left: 12px;
  }
}
body.single-courtiers .mainNav__socials a:first-child {
  margin-left: 0;
}
body.single-courtiers .mainNav:after {
  display: none;
}
body.single-courtiers .brokerMenu {
  flex: 1;
  list-style-type: none;
  padding: 0 36px 45px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  body.single-courtiers .brokerMenu {
    padding: 0 80px 15px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu {
    padding: 0;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }
}
body.single-courtiers .brokerMenu li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-courtiers .brokerMenu li {
    margin-bottom: 55px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu li {
    margin: 0 0 0 80px;
  }
}
body.single-courtiers .brokerMenu li:last-child {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu li:last-child {
    margin-top: 0;
  }
}
body.single-courtiers .brokerMenu li a:not(.btn) {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 900;
  color: #212121;
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu li a:not(.btn) {
    color: #FCFCFC;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: none;
    font-weight: 700;
  }
}
body.single-courtiers .brokerMenu li .btn {
  font-size: 2rem;
  font-weight: 700;
  min-height: 68px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  body.single-courtiers .brokerMenu li .btn {
    display: inline-flex;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu li .btn {
    font-size: 1.25rem;
    min-height: 54px;
  }
}
body.single-courtiers .brokerMenu li .btn__inner {
  display: flex;
  align-items: center;
}
body.single-courtiers .brokerMenu li .btn__inner svg {
  margin-right: 16px;
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu li .btn__inner svg {
    height: 21px;
    width: auto;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .brokerMenu--sticky li a:not(.btn) {
    color: #212121;
  }
}
body.single-courtiers .propertyTeaser--sold .propertyTeaser__imageContainer:before {
  background-color: var(--color1);
  opacity: 0.8;
}
body.single-courtiers .propertyTeaser__label {
  background-color: var(--color1);
}
body.single-courtiers .propertyTeaser__plus {
  background-color: var(--color1);
}
@media (min-width: 1260px) {
  body.single-courtiers .propertyTeaser:not(.propertyTeaser--sold):hover {
    box-shadow: 0 3px 25px rgba(var(--color1-rgb), 0.16);
  }
}
body.single-courtiers .siteFooter {
  background-image: url("../images/broker-footer-mobile.jpg");
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter {
    background-image: url("../images/broker-footer-tablet.jpg");
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter {
    background-image: url("../images/broker-footer-laptop.jpg");
  }
}
body.single-courtiers .siteFooter__overlay {
  background: linear-gradient(180deg, rgba(42, 73, 107, 0.9) 0%, rgba(21, 37, 54, 0.9) 100%);
  padding: 72px 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.43;
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__overlay {
    padding: 80px 0;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__overlay {
    padding: 60px 0;
  }
}
body.single-courtiers .siteFooter__brokerLogoImage {
  width: 164px;
}
body.single-courtiers .siteFooter__contacts {
  font-size: 1rem;
  margin-top: 15px;
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__contacts {
    display: flex;
    margin-top: 10px;
  }
}
body.single-courtiers .siteFooter__contacts > div {
  position: relative;
  padding-left: 37px;
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__contacts > div {
    margin-left: 30px;
  }
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__contacts > div:first-child {
    margin-left: 0;
  }
}
body.single-courtiers .siteFooter__contacts a {
  padding-left: 0;
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__contacts a:hover {
    opacity: 1;
  }
}
body.single-courtiers .siteFooter__contacts svg {
  color: var(--color1);
}
body.single-courtiers .siteFooter__email {
  margin-top: 5px;
}
body.single-courtiers .siteFooter__socials a {
  opacity: 0.8;
  transition: opacity 0.3s;
  margin-right: 12px;
}
@media (min-width: 1260px) {
  body.single-courtiers .siteFooter__socials a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__col1 {
    width: 40%;
  }
}
body.single-courtiers .siteFooter__col2 {
  margin-top: 33px;
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__col2 {
    margin-top: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 60%;
  }
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__col2 br {
    display: none;
  }
}
body.single-courtiers .siteFooter__logo {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__logo {
    margin-left: auto;
    margin-bottom: auto;
  }
}
body.single-courtiers .siteFooter__logoImage {
  width: 190px;
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__logoImage {
    width: 218px;
  }
}
body.single-courtiers .siteFooter__dev {
  margin-top: 5px;
}
body.single-courtiers .siteFooter__dev a {
  display: block;
}
@media (min-width: 768px) {
  body.single-courtiers .siteFooter__dev a {
    display: inline-block;
  }
}
body.single-courtiers .subtitle {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body.single-courtiers .subtitle {
    font-size: 1rem;
  }
}
body.single-courtiers .btn {
  text-transform: none;
  font-size: 1.25rem;
  background-color: var(--color1);
  border-color: var(--color1);
  color: #FCFCFC;
  letter-spacing: 0em;
  min-height: 54px;
  line-height: normal;
  padding: 10px 28px;
  transition: opacity 0.3s;
}
@media (min-width: 1260px) {
  body.single-courtiers .btn:hover {
    opacity: 0.9;
  }
}
body.single-courtiers .btn:before {
  display: none;
}
body.single-courtiers .lnk {
  font-size: 1.25rem;
}
body.single-courtiers .lnk--white svg {
  color: var(--color1);
}

.brokerHeroSection {
  position: relative;
  margin: 0 !important;
}
.brokerHeroSection__inner {
  position: relative;
  overflow: hidden;
}
.brokerHeroSection__imageContainer {
  position: relative;
  padding-bottom: 1040px;
}
@media (min-width: 768px) {
  .brokerHeroSection__imageContainer {
    padding-bottom: 776px;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__imageContainer {
    padding-bottom: 0;
    height: 100vh;
    min-height: 776px;
  }
}
.brokerHeroSection__imageContainer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(180deg, #2a496b 0%, #152536 100%);
  z-index: 15;
}
.brokerHeroSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  /*
    &:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
    }
  */
  z-index: 10;
}
.brokerHeroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .brokerHeroSection__overlay {
    justify-content: center;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__overlay {
    justify-content: flex-end;
    padding-bottom: 21.8vh;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__overlay .container {
    position: relative;
  }
}
.brokerHeroSection__content {
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .brokerHeroSection__content {
    margin-top: 95px;
    margin-right: 215px;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__content {
    width: 49%;
    padding-bottom: 11.6vh;
    margin: 0;
  }
}
.brokerHeroSection__subtitle {
  color: #FCFCFC;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .brokerHeroSection__subtitle {
    margin-bottom: 10px;
  }
}
.brokerHeroSection__buttons {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .brokerHeroSection__buttons {
    margin-top: 10px;
    text-align: left;
  }
}
.brokerHeroSection__buttons .lnk {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .brokerHeroSection__buttons .lnk {
    margin-left: 15px;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__buttons .lnk {
    margin-left: 30px;
  }
}
.brokerHeroSection__photoContainer {
  position: relative;
  height: 440px;
  margin-top: 40px;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .brokerHeroSection__photoContainer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
    height: 570px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .brokerHeroSection__photoContainer {
    right: 80px;
    bottom: 0;
    width: max(min(41.5vh, 448px), 320px);
    height: max(min(60.2vh, 650px), 465px);
    margin: 0;
  }
}
.brokerHeroSection__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1260px) {
  .brokerHeroSection__photo {
    object-fit: cover;
    object-position: center top;
  }
}

@media (min-width: 1260px) {
  .brokerAboutSection {
    margin-top: -21.8vh;
    position: relative;
    z-index: 50;
  }
}
@media (min-width: 1260px) {
  .brokerAboutSection__inner {
    background: #F8F8F8;
    display: flex;
  }
}
.brokerAboutSection__textCol {
  padding: 72px 0;
}
@media (min-width: 768px) {
  .brokerAboutSection__textCol {
    padding: 80px 0;
  }
}
@media (min-width: 1260px) {
  .brokerAboutSection__textCol {
    padding: 100px 100px;
    flex: 1;
  }
}
.brokerAboutSection__imageCol {
  margin: 0 -36px;
}
@media (min-width: 768px) {
  .brokerAboutSection__imageCol {
    margin: 0 -80px;
  }
}
@media (min-width: 1260px) {
  .brokerAboutSection__imageCol {
    width: 41.5%;
    margin: 0;
  }
}
.brokerAboutSection__imageContainer {
  position: relative;
  padding-bottom: 74%;
}
@media (min-width: 768px) {
  .brokerAboutSection__imageContainer {
    padding-bottom: 61%;
  }
}
@media (min-width: 1260px) {
  .brokerAboutSection__imageContainer {
    padding-bottom: 86%;
  }
}
.brokerAboutSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1260px) {
  .brokerQASection__cols {
    display: flex;
    justify-content: space-between;
  }
}
.brokerQASection__col1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .brokerQASection__col1 {
    margin-bottom: 64px;
  }
}
@media (min-width: 1260px) {
  .brokerQASection__col1 {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .brokerQASection__col2 {
    width: 48%;
  }
}
.brokerQASection__iconContainer {
  color: var(--color1);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brokerQASection__iconContainer {
    margin-bottom: 30px;
  }
}
.brokerQASection__iconContainer svg {
  display: block;
}

.brokerBgSection {
  background: no-repeat center;
  background-size: cover;
  color: #ffffff;
}
.brokerBgSection__overlay {
  padding: 72px 0;
  background: linear-gradient(180deg, rgba(42, 73, 107, 0.9) 0%, rgba(21, 37, 54, 0.9) 100%);
}
@media (min-width: 768px) {
  .brokerBgSection__overlay {
    padding: 80px 0;
  }
}
@media (min-width: 1260px) {
  .brokerBgSection__overlay {
    padding: 92px 0;
  }
}
.brokerBgSection__quote {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.42;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .brokerBgSection__quote {
    padding-top: 70px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media (min-width: 1600px) {
  .brokerBgSection__quote {
    padding-top: 0;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}
.brokerBgSection__quote svg {
  display: block;
  width: 40px;
  height: auto;
  margin-bottom: 20px;
  color: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .brokerBgSection__quote svg {
    width: 64px;
  }
}
@media (min-width: 1600px) {
  .brokerBgSection__quote svg {
    left: -100px;
    top: 10px;
  }
}
@media (min-width: 1260px) {
  .brokerBgSection .btnRow {
    margin-top: 30px !important;
  }
}

@media (min-width: 1260px) {
  .brokerPropertiesSection__text {
    width: 49%;
  }
}
.brokerPropertiesSection__listing {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .brokerPropertiesSection__listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1260px) {
  .brokerPropertiesSection__listing {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.brokerPropertiesSection__listing .propertyTeaser {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .brokerPropertiesSection__listing .propertyTeaser {
    width: calc( 50% - 8px );
    margin-top: 16px;
  }
}
@media (min-width: 1260px) {
  .brokerPropertiesSection__listing .propertyTeaser {
    width: calc( 25% - 32px*3/4 );
    margin-right: 32px;
  }
}
.brokerPropertiesSection__listing .propertyTeaser__textContainer {
  line-height: 1.5;
}
.brokerPropertiesSection__listing .propertyTeaser__price {
  margin-bottom: 5px;
}
.brokerPropertiesSection__listing .propertyTeaser__metaItem {
  margin-right: 24px;
}
.brokerPropertiesSection__listing .propertyTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .brokerPropertiesSection__listing .propertyTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .brokerPropertiesSection__listing .propertyTeaser:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .brokerPropertiesSection__listing .propertyTeaser:nth-child(4n) {
    margin-right: 0;
  }
}

.brokerCtaSection__inner {
  position: relative;
}
.brokerCtaSection__imageCol {
  margin: 0 -36px;
}
@media (min-width: 768px) {
  .brokerCtaSection__imageCol {
    margin: 0 -40px 0 16%;
  }
}
@media (min-width: 1260px) {
  .brokerCtaSection__imageCol {
    margin: 0;
  }
}
.brokerCtaSection__imageContainer {
  position: relative;
  padding-bottom: 64%;
}
@media (min-width: 1260px) {
  .brokerCtaSection__imageContainer {
    padding-bottom: 54%;
  }
}
.brokerCtaSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brokerCtaSection__textCol {
  position: relative;
  background: var(--color2);
  color: #FCFCFC;
  margin: -32vw -18px 0;
  padding: 72px 18px;
  z-index: 10;
}
@media (min-width: 768px) {
  .brokerCtaSection__textCol {
    margin: calc( -33vw + 13% ) 13% 0 -40px;
    padding: 80px 40px;
  }
}
@media (min-width: 1260px) {
  .brokerCtaSection__textCol {
    padding: 75px 100px;
    margin: 0;
    width: 66.5%;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
  }
}

.brokerImageSection {
  position: relative;
  padding-bottom: 27.7%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .brokerImageSection {
    padding-bottom: 15.5%;
  }
}
@media (min-width: 1260px) {
  .brokerImageSection {
    padding-bottom: 12.5%;
  }
}
.brokerImageSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1260px) {
  body.page-template-home .sectionsWrapper:after {
    top: 1532px;
  }
}
body.page-template-home .homeAboutSection {
  margin-top: 63px;
}
@media (min-width: 1260px) {
  body.page-template-home .homeAboutSection {
    margin-top: 128px;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  body.page-template-home .homeCarrierSection {
    margin-top: 0;
    margin-bottom: -35px;
  }
}
body.page-template-home .homeCarrierBlock__image2Col {
  width: 76.4%;
}
@media (min-width: 1600px) {
  body.page-template-home .bgBlock {
    padding: 160px 0 145px;
  }
}

.homeSection {
  position: relative;
  margin: 0;
}
.homeSection__inner {
  position: relative;
  min-height: 844px;
}
@media (min-width: 768px) {
  .homeSection__inner {
    min-height: 1024px;
  }
}
@media (min-width: 1260px) {
  .homeSection__inner {
    height: 100vh;
    min-height: 600px;
  }
}
.homeSection__videoContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homeSection__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  /*
    &:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
    }
  */
}
.homeSection__overlay {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 31, 0.8);
  color: #FCFCFC;
  padding-bottom: 60px;
  z-index: 20;
}
@media (min-width: 768px) {
  .homeSection__overlay {
    padding-bottom: 170px;
  }
}
@media (min-width: 1260px) {
  .homeSection__overlay {
    padding-top: 200px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  .homeSection__overlay {
    padding-bottom: 270px;
  }
}
.homeSection__overlay .container {
  max-width: 1480px;
}
@media (min-width: 1260px) {
  .homeSection__content {
    width: 50%;
  }
}
.homeSection__subtitle {
  color: #F19091;
  margin-bottom: 15px;
}
.homeSection__buttons {
  margin-top: 25px;
}
.homeSection__buttons .btn {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .homeSection__buttons .btn {
    margin-top: 0;
    width: auto;
    margin-left: 25px;
  }
}
.homeSection__buttons .btn:first-child {
  margin-top: 0;
  margin-left: 0;
}
.homeSection__cta {
  position: relative;
  margin: -126px 16px 0;
  z-index: 30;
}
@media (min-width: 768px) {
  .homeSection__cta {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
  }
}
@media (min-width: 1260px) {
  .homeSection__cta {
    max-width: 785px;
    left: auto;
    right: 0;
    width: 48%;
  }
}
.homeSection__ctaItem {
  height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
@media (min-width: 768px) {
  .homeSection__ctaItem {
    width: 50%;
  }
}
@media (min-width: 1260px) {
  .homeSection__ctaItem {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  .homeSection__ctaItem {
    padding: 55px;
  }
}
.homeSection__ctaItem:first-child {
  background: #F3F3F3;
  position: relative;
}
@media (min-width: 768px) {
  .homeSection__ctaItem:first-child {
    background: rgba(243, 243, 243, 0.8);
  }
}
.homeSection__ctaItem:last-child {
  background: #8E1A1C;
  color: #FCFCFC;
}
@media (min-width: 768px) {
  .homeSection__ctaItem:last-child {
    background: rgba(142, 26, 28, 0.8);
  }
}
@media (min-width: 1260px) {
  .homeSection__ctaItem:last-child .lnk--pink:hover {
    color: #FCFCFC;
  }
}
.homeSection__ctaItemTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (min-width: 1260px) {
  .homeAboutBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .homeAboutBlock--reverse {
    flex-direction: row-reverse;
  }
}
.homeAboutBlock__col1 {
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .homeAboutBlock__col1 {
    margin-bottom: 65px;
  }
}
@media (min-width: 1260px) {
  .homeAboutBlock__col1 {
    width: 57%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .homeAboutBlock__col2 {
    width: 41.5%;
  }
}
@media (min-width: 1260px) {
  .homeAboutBlock__textContainer {
    max-width: 710px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
.homeAboutBlock__image {
  width: 100%;
}

@media (min-width: 1260px) {
  .homeCarrierBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.homeCarrierBlock__col1 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .homeCarrierBlock__col1 {
    margin-bottom: 65px;
  }
}
@media (min-width: 1260px) {
  .homeCarrierBlock__col1 {
    width: 56%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .homeCarrierBlock__col2 {
    width: 41.5%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .homeCarrierBlock__textContainer {
    max-width: 550px;
    margin: 0 auto;
  }
}
.homeCarrierBlock__image1Col {
  width: 47.5%;
  margin-bottom: -30%;
}
.homeCarrierBlock__image1Col--reverse {
  margin-left: auto;
}
.homeCarrierBlock__image1Container {
  position: relative;
  padding-bottom: 123%;
  overflow: hidden;
}
.homeCarrierBlock__image1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeCarrierBlock__image2Col {
  width: 69%;
  margin-left: auto;
}
.homeCarrierBlock__image2Col--reverse {
  margin-left: 0;
}
.homeCarrierBlock__image2Container {
  position: relative;
  padding-bottom: 113%;
  overflow: hidden;
}
.homeCarrierBlock__image2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeCarrierBlock--reverse {
  flex-direction: row;
}

@media (min-width: 1260px) {
  .page-template-sale .sectionsWrapper:after {
    top: 2309px;
  }
}
@media (min-width: 1260px) {
  .page-template-sale .homeAboutBlock {
    align-items: flex-end;
  }
}
.page-template-sale .homeAboutBlock__col1 {
  background: #f3f3f3;
}
@media (min-width: 1260px) {
  .page-template-sale .homeAboutBlock__col1 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.page-template-sale .homeAboutBlock__col2 {
  position: relative;
}
.page-template-sale .homeAboutBlock__col2:before {
  content: "";
  position: absolute;
  bottom: 50%;
  background: #f3f3f3;
  left: -36px;
  right: -36px;
  top: -1000px;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-sale .homeAboutBlock__col2:before {
    left: -80px;
    right: -80px;
  }
}
@media (min-width: 1260px) {
  .page-template-sale .homeAboutBlock__col2:before {
    display: none;
  }
}
@media (min-width: 1260px) {
  .page-template-sale .homeAboutBlock__imageContainer {
    margin-left: -80px;
  }
}
@media (min-width: 1600px) {
  .page-template-sale .homeAboutBlock__imageContainer {
    margin-left: -100px;
  }
}

@media (min-width: 1260px) {
  .page-template-buy .sectionsWrapper:after {
    top: 1570px;
  }
}
.page-template-buy form.sent .wpcf7-response-output {
  display: none;
}

@media (min-width: 1260px) {
  body.page-template-team .sectionsWrapper:after {
    top: 1570px;
  }
}

.teamListing {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .teamListing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1260px) {
  .teamListing {
    margin-top: 55px;
    justify-content: flex-start;
  }
}

.memberTeaser {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .memberTeaser {
    width: calc( 50% - 8px );
  }
}
@media (min-width: 1260px) {
  .memberTeaser {
    width: calc( 25% - 32px*3/4 );
    margin-right: 32px;
  }
}
.memberTeaser__imageContainer {
  position: relative;
  padding-bottom: 109%;
  margin-bottom: 10px;
  background: #F3F3F3;
}
@media (min-width: 768px) {
  .memberTeaser__imageContainer {
    padding-bottom: 119%;
  }
}
.memberTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
@media (min-width: 1260px) {
  .memberTeaser__image {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    /*
      &:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
      }
    */
    transition: filter 0.3s;
  }
}
.memberTeaser__gradient {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 18, 31, 0) 0%, rgba(12, 18, 31, 0.33) 70%, #0c121f 100%);
  z-index: 20;
}
.memberTeaser__lnkMore {
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 30;
  color: #F19091;
}
.memberTeaser__name {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 3px;
}
@media (min-width: 1260px) {
  .memberTeaser__name {
    margin-bottom: 5px;
  }
}
.memberTeaser__description {
  line-height: 1.375;
}
.memberTeaser__contacts {
  color: #8E1A1C;
  font-weight: 700;
}
.memberTeaser__contacts a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  transition: color 0.3s;
}
.memberTeaser__contacts a svg {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
}
@media (min-width: 1260px) {
  .memberTeaser__contacts a:hover {
    color: #8A8A8A;
  }
}
.memberTeaser__lnkOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  padding: 73px;
}
@media (min-width: 768px) {
  .memberTeaser__lnkOverlay {
    padding: 60px;
    line-height: 1.375;
  }
}
@media (min-width: 1260px) {
  .memberTeaser__lnkOverlay {
    padding: 32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.memberTeaser__lnkOverlay--more {
  opacity: 1;
  visibility: visible;
  transition: background-color 0.3s, opacity 0.3s;
}
@media (min-width: 1260px) {
  .memberTeaser__lnkOverlay--more:hover {
    background: #8E1A1C;
    color: #FCFCFC;
  }
}
.memberTeaser__ctaTitle {
  font-size: 2rem;
  line-height: 1.31;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.memberTeaser__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #F19091;
}
@media (min-width: 1260px) {
  .memberTeaser:hover .memberTeaser__lnkOverlay {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .memberTeaser:hover .memberTeaser__image {
    filter: none;
  }
}
.memberTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .memberTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .memberTeaser:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .memberTeaser:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1260px) {
  body.page-template-history .sectionsWrapper:after {
    top: 1810px;
  }
}

.history {
  position: relative;
  padding-left: 47px;
  margin-top: 78px;
}
@media (min-width: 768px) {
  .history {
    padding-left: 110px;
    margin-top: 175px;
  }
}
@media (min-width: 1260px) {
  .history {
    padding-left: 0;
  }
}
.history:before {
  content: "";
  display: block;
  width: 2px;
  background: #8E1A1C;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
}
@media (min-width: 1260px) {
  .history:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.history__item {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .history__item {
    margin-bottom: 75px;
  }
}
@media (min-width: 1260px) {
  .history__item {
    margin-bottom: 28px;
    max-width: calc( 50% - 112px );
  }
}
.history__item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #8E1A1C;
  position: absolute;
  left: -46px;
  top: 0;
  transform: translateY(-50%);
  z-index: 20;
}
@media (min-width: 768px) {
  .history__item:before {
    width: 16px;
    height: 16px;
    left: -111px;
  }
}
@media (min-width: 1260px) {
  .history__item:before {
    left: -120px;
  }
}
.history__item:last-child {
  margin-bottom: 0;
}
.history__item:last-child:after {
  content: "";
  width: 100vw;
  background: #FCFCFC;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1260px) {
  .history__item:last-child:after {
    left: 100%;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1) {
    margin-right: auto;
    text-align: right;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1):before {
    left: auto;
    right: -120px;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1) .history__year {
    left: auto;
    right: -32px;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1) .history__year:before {
    right: -89px;
    left: auto;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1):last-child:before {
    right: -120px;
    left: auto;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n+1) .history__inner {
    transform: translateX(-100px);
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n) {
    margin-left: auto;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n):last-child:before {
    left: -118px;
  }
}
@media (min-width: 1260px) {
  .history__item:nth-child(2n) .history__inner {
    transform: translateX(100px);
  }
}
.history__inner {
  position: relative;
  background: #F3F3F3;
  padding: 32px;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.33;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
}
@media (min-width: 768px) {
  .history__inner {
    padding: 64px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.history__inner.animated {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.history__year {
  font-size: 2rem;
  font-weight: 900;
  color: #8E1A1C;
  position: absolute;
  top: 0;
  left: -16px;
  transform: translateY(-50%);
  z-index: 20;
}
@media (min-width: 768px) {
  .history__year {
    font-size: 5rem;
    left: -32px;
  }
}

@media (min-width: 1260px) {
  .page-template-career .homeAboutBlock {
    align-items: flex-end;
  }
}
.page-template-career .homeAboutBlock__col1 {
  background: #f3f3f3;
}
@media (min-width: 1260px) {
  .page-template-career .homeAboutBlock__col1 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.page-template-career .homeAboutBlock__col2 {
  position: relative;
}
.page-template-career .homeAboutBlock__col2:before {
  content: "";
  position: absolute;
  bottom: 50%;
  background: #f3f3f3;
  left: -36px;
  right: -36px;
  top: -1000px;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-career .homeAboutBlock__col2:before {
    left: -80px;
    right: -80px;
  }
}
@media (min-width: 1260px) {
  .page-template-career .homeAboutBlock__col2:before {
    display: none;
  }
}
@media (min-width: 1260px) {
  .page-template-career .homeAboutBlock__imageContainer {
    margin-left: -80px;
  }
}
@media (min-width: 1600px) {
  .page-template-career .homeAboutBlock__imageContainer {
    margin-left: -100px;
  }
}
.page-template-career .bgBlock {
  background-image: url("../images/career-bg-mobile.jpg");
}
@media (min-width: 768px) {
  .page-template-career .bgBlock {
    background-image: url("../images/career-bg-tablet.jpg");
  }
}
@media (min-width: 1260px) {
  .page-template-career .bgBlock {
    padding: 100px 0;
    background-image: url("../images/career-bg-laptop.jpg");
  }
}

.packagesList {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
@media (min-width: 1260px) {
  .packagesList {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.packagesList__item {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .packagesList__item {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1260px) {
  .packagesList__item {
    width: 48.5%;
  }
}
.packagesList__item:first-child {
  margin-top: 0;
}
@media (min-width: 1260px) {
  .packagesList__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.packagesList__itemIcon {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .packagesList__itemIcon {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .packagesList__itemText {
    flex: 1;
  }
}
.packagesList__itemTitle {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .packagesList__itemTitle {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.agentSection {
  background: #F3F3F3;
}
@media (min-width: 1260px) {
  .agentSection {
    background: transparent;
    margin-bottom: -65px;
  }
}
.agentSection__inner {
  position: relative;
  padding: 64px 0 0;
}
@media (min-width: 1260px) {
  .agentSection__inner {
    padding: 0;
  }
}

.agentBlock {
  position: relative;
}
@media (min-width: 768px) {
  .agentBlock {
    display: flex;
  }
}
@media (min-width: 1260px) {
  .agentBlock {
    background: #F3F3F3;
    padding: 40px 0 40px 64px;
  }
}
@media (min-width: 768px) {
  .agentBlock__col1 {
    flex: 1;
    margin-right: 15px;
  }
}
@media (min-width: 1260px) {
  .agentBlock__col1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .agentBlock__col2 {
    width: 260px;
  }
}
@media (min-width: 1260px) {
  .agentBlock__col2 {
    width: 160px;
    margin-top: -40px;
    margin-bottom: -40px;
    display: flex;
    align-items: flex-end;
  }
}
.agentBlock__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .agentBlock__title {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 17px;
  }
}
@media (min-width: 1260px) {
  .agentBlock__title {
    font-size: 2rem;
    line-height: 1.3125;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1260px) {
  .agentBlock__content {
    width: 42%;
  }
}
.agentBlock__name {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (min-width: 1260px) {
  .agentBlock__name {
    margin-bottom: 5px;
  }
}
.agentBlock__description {
  line-height: 1.375;
}
.agentBlock__contacts {
  color: #8E1A1C;
  font-weight: 700;
}
.agentBlock__contacts a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.agentBlock__contacts a svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agentBlock__imageContainer {
  position: relative;
  padding-bottom: 96%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .agentBlock__imageContainer {
    margin-top: -50px;
    padding-bottom: 114%;
  }
}
@media (min-width: 1260px) {
  .agentBlock__imageContainer {
    margin-top: 0;
    padding-bottom: 119%;
    width: 100%;
  }
}
.agentBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.propertiesTabs__nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 768px) {
  .propertiesTabs__nav {
    border-bottom: 2px solid #E8E8E8;
  }
}
.propertiesTabs__nav li {
  flex: 1;
}
@media (min-width: 768px) {
  .propertiesTabs__nav li {
    max-width: 160px;
    margin-bottom: -2px;
  }
}
.propertiesTabs__nav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95px;
  text-transform: uppercase;
  color: #8A8A8A;
  font-weight: 700;
  background: #F3F3F3;
  border-top: 4px solid transparent;
}
.propertiesTabs__nav li a svg {
  margin-bottom: 5px;
}
.propertiesTabs__nav li.ui-state-active a {
  background-color: #FCFCFC;
  color: #8E1A1C;
  border-top-color: #8E1A1C;
}
.propertiesTabs #listing {
  padding-top: 64px;
}
@media (min-width: 768px) {
  .propertiesTabs #listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.propertiesTabs #map {
  height: calc( 100vh - 100px );
}
@media (min-width: 1260px) {
  .propertiesTabs #map {
    position: relative;
    height: calc( 100vh - 145px );
    margin-bottom: -128px;
  }
}

.propertiesCTA {
  position: relative;
  padding: 32px;
  color: #FCFCFC;
  background: url("../images/properties-cta-bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 16px;
  flex: 1;
}
@media (min-width: 768px) {
  .propertiesCTA {
    padding: 60px 3.5% 60px 3.5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: 257px;
  }
}
@media (min-width: 1260px) {
  .propertiesCTA {
    margin-top: 32px;
    max-height: 215px;
  }
}
.propertiesCTA__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #F19091;
  color: #0C121F;
}
.propertiesCTA__title {
  display: block;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .propertiesCTA__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 1260px) {
  .propertiesCTA__title {
    max-width: 215px;
  }
}
.propertiesCTA__lnk {
  color: #FCFCFC;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.propertiesCTA__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1260px) {
  .propertiesCTA:hover .propertiesCTA__lnk {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .propertiesCTA:hover .propertiesCTA__lnk svg {
    margin-left: 22px;
  }
}

#mapContainer {
  height: 840px;
  margin: 0 -36px -65px;
}
@media (min-width: 768px) {
  #mapContainer {
    margin: 0 -80px -128px;
  }
}
@media (min-width: 1260px) {
  #mapContainer {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    margin: 0;
  }
}

.propertyInfobox {
  position: relative;
  background-color: #FFF3F4;
  width: 256px;
  display: none;
}
.propertyInfobox__imageContainer {
  position: relative;
  padding-bottom: 82.8%;
}
.propertyInfobox__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.propertyInfobox__label {
  color: #FCFCFC;
  background: #8E1A1C;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 12px;
  font-size: 0.875rem;
  min-height: 26px;
  display: flex;
  align-items: center;
  z-index: 30;
}
.propertyInfobox__textContainer {
  padding: 15px 16px;
}
.propertyInfobox__price {
  font-size: 1.25rem;
  font-weight: 800;
}
.propertyInfobox__address {
  font-size: 0.875rem;
  line-height: 1.4;
}
.propertyInfobox__lnk {
  margin-top: 15px;
  font-size: 1rem;
}
.propertyInfobox__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.propertyInfobox--sold {
  cursor: default;
}
.propertyInfobox--sold .propertyInfobox__imageContainer:before {
  content: attr(data-sold);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCFCFC;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  background: rgba(142, 26, 28, 0.8);
}

.gm-style-iw .propertyInfobox {
  display: block;
}
.gm-style-iw button {
  display: none;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  border: 1px solid #8E1A1C;
  box-shadow: 0 3px 25px rgba(142, 26, 28, 0.03);
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.gm-style .gm-style-iw-tc {
  position: relative;
  background: url("../images/infobox-angle.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 17px;
  top: -1px;
  filter: none;
}
.gm-style .gm-style-iw-tc:before {
  content: "";
  height: 2px;
  position: absolute;
  left: 1px;
  right: 1px;
  top: -1px;
  background: #FFF3F4;
}
.gm-style .gm-style-iw-tc:after {
  display: none;
}

@media (min-width: 1260px) {
  .page-template-contact .formSection__textContainer {
    display: flex;
    flex-direction: column-reverse;
  }
}

.contactBlock {
  margin-bottom: 65px;
}
@media (min-width: 1260px) {
  .contactBlock {
    margin: 30px 0 0;
  }
}
.contactBlock__logoImage {
  width: 182px;
  margin-bottom: 30px;
}
.contactBlock__address {
  line-height: 1.375;
}
.contactBlock__email {
  margin-top: 8px;
}
.contactBlock__phone {
  margin-top: 8px;
}
.contactBlock__socials {
  display: flex;
  margin-top: 25px;
}
.contactBlock__socials a {
  display: block;
  margin-right: 16px;
  color: #8E1A1C;
}
.contactBlock__socials a svg {
  display: block;
}

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