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

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

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  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+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.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. */
.reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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
**/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.woff2") format("woff2"), url("../fonts/GothamThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamUltra.woff2") format("woff2"), url("../fonts/GothamUltra.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #55565a;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}

h1, .h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    margin-bottom: 20px;
    font-size: 38px;
  }
}

h3, .h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

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

p {
  margin: 0 0 30px;
}
p:last-child {
  margin: 0;
}

ol li:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a {
  color: #97d700;
  transition: color 0.3s;
}
.wysiwyg a:hover {
  color: #8ac400;
}
.wysiwyg h2, .wysiwyg .h2 {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .wysiwyg h2, .wysiwyg .h2 {
    font-size: 38px;
  }
}
.wysiwyg h3, .wysiwyg .h3 {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .wysiwyg h3, .wysiwyg .h3 {
    font-size: 38px;
    letter-spacing: -0.01em;
  }
}
.wysiwyg ul {
  padding-left: 30px;
}
.wysiwyg ul li {
  margin-bottom: 30px;
}
.wysiwyg ul li:last-child {
  margin: 0;
}

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: 1px solid #afafaf;
  padding: 0 20px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  height: 50px;
  color: #55565a;
  background: #ffffff;
}
@media (min-width: 1200px) {
  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 {
    height: 65px;
    padding: 0 30px;
  }
}

select {
  background: #ffffff url("../images/select-arrow.svg") no-repeat right 20px center;
  background-size: 14px auto;
  padding-right: 60px;
}
@media (min-width: 1200px) {
  select {
    background-size: 18px auto;
    padding-right: 60px;
    background-position: right 30px center;
  }
}
select[multiple] {
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 140px;
  padding: 10px 0 10px 20px;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  select[multiple] {
    top: 100%;
    bottom: auto;
  }
}
select[multiple].visible {
  visibility: visible;
  opacity: 1;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

::-webkit-input-placeholder {
  color: #55565a;
}

:-moz-placeholder {
  color: #55565a;
}

::-moz-placeholder {
  color: #55565a;
}

:-ms-input-placeholder {
  color: #55565a;
}

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

input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #afafaf;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #afafaf;
  font-style: normal;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-weight: 700;
}

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

input[type=radio] + span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 5px solid transparent;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #afafaf;
}

input[type=radio]:checked + span:before {
  background: #afafaf;
  border-color: #f6f6f6;
}

input[type=date]:not(.has-value):before {
  content: attr(placeholder);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background: #97d700;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  border: none;
  outline: none;
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 20px;
  }
}
.btn:hover {
  background-color: #8ac400;
}
.btn--transparent {
  background: transparent;
  color: #55565a !important;
  border: 1px solid #55565a;
}
.btn--transparent:hover {
  background: transparent;
}
.btn--white {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  .btn--white:hover {
    background-color: #ffffff;
    color: #1b2a39 !important;
  }
}

.btnRow {
  display: flex;
  justify-content: center;
}

.btnWrap {
  position: relative;
}

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

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

#main {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1770px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}

.siteHeader {
  height: 95px;
  width: 100%;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .siteHeader {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .siteHeader {
    height: 250px;
  }
}
.siteHeader__logo {
  display: block;
  width: 176px;
  height: 95px;
  background: url("../images/logo.svg") no-repeat center;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    width: 272px;
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .siteHeader__logo {
    width: 398px;
    height: 205px;
  }
}
.siteHeader__anchorTel {
  display: none;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  line-height: 40px;
  color: currentColor;
}
@media (min-width: 768px) {
  .siteHeader__anchorTel {
    display: block;
  }
}
@media (min-width: 1200px) {
  .siteHeader__anchorTel {
    display: none;
  }
}
.siteHeader__anchorTel:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: -30px;
  top: 100%;
  background: #95d300;
}
@media (min-width: 1770px) {
  .siteHeader:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 100px;
    margin-left: 710px;
    background: #95d300;
  }
}

.siteFooter {
  position: relative;
  background: #55565a;
  color: #ffffff;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .siteFooter {
    padding: 80px 0 50px;
  }
}
.siteFooter a {
  color: currentColor;
  transition: color 0.3s, background-color 0.3s;
}
.siteFooter__title {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .siteFooter__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__title {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.siteFooter__contacts {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .siteFooter__contacts {
    margin-bottom: 45px;
  }
}
.siteFooter__contacts a:hover {
  color: #8ac400;
}
.siteFooter__contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1600px) {
  .siteFooter__contacts ul {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .siteFooter__contacts ul li {
    margin-right: 40px;
  }
}
.siteFooter__socials {
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .siteFooter__socials {
    position: absolute;
    right: 50px;
    top: 40px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .siteFooter__socials {
    position: static;
    text-align: left;
  }
}
.siteFooter__socials a {
  display: inline-block;
  font-size: 24px;
  margin: 10px 20px 0 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .siteFooter__socials a {
    margin: 10px 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__socials a {
    margin: 10px 20px 0 0;
  }
}
.siteFooter__socials a:hover {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .siteFooter__newsletter {
    max-width: 350px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .siteFooter__newsletter {
    max-width: 480px;
  }
}
.siteFooter__copyright {
  font-size: 12px;
  line-height: 28px;
  color: #bbbbbb;
  text-align: center;
  margin: 50px -5px 0;
}
@media (min-width: 768px) {
  .siteFooter__copyright {
    margin: 65px 0 0;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__copyright {
    margin: 40px 0 0;
    font-size: 15px;
  }
}
.siteFooter__copyright a {
  text-decoration: underline;
}
.siteFooter__copyright a:hover {
  color: #8ac400;
}
.siteFooter__leaf {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .siteFooter__leaf {
    width: 130px;
    margin: 0 auto 40px;
  }
}
.siteFooter__copyright1 {
  display: block;
}
@media (min-width: 768px) {
  .siteFooter__copyright1 {
    display: inline;
  }
}
.siteFooter__copyright3 {
  display: block;
}
@media (min-width: 1200px) {
  .siteFooter__copyright3 {
    display: inline;
  }
}

.siteFooterNewsletterForm {
  display: flex;
  margin-top: 20px;
}
.siteFooterNewsletterForm__input[type=email] {
  flex: 1;
  border: 1px solid #bbbbbb;
  height: 50px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  background: transparent;
}
@media (min-width: 1200px) {
  .siteFooterNewsletterForm__input[type=email] {
    font-size: 18px;
  }
}
.siteFooterNewsletterForm ::-webkit-input-placeholder {
  color: #ffffff;
}
.siteFooterNewsletterForm :-moz-placeholder {
  color: #ffffff;
}
.siteFooterNewsletterForm ::-moz-placeholder {
  color: #ffffff;
}
.siteFooterNewsletterForm :-ms-input-placeholder {
  color: #ffffff;
}
.siteFooterNewsletterForm__btn {
  width: 50px;
  height: 50px;
  background: #bbbbbb;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.siteFooterNewsletterForm__btn svg {
  fill: #5b595c;
}

.topMenu {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .topMenu {
    margin: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .topMenu {
    position: absolute;
    top: 25px;
    right: 50px;
    margin: 0;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .topMenu {
    top: 65px;
  }
}
@media (min-width: 1770px) {
  .topMenu {
    right: 50%;
    margin: 0 -840px 0 0;
  }
}
.topMenu__item {
  display: flex;
  margin-bottom: 15px;
  color: #55565a;
}
@media (min-width: 768px) {
  .topMenu__item {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .topMenu__item {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
}
.topMenu__item:hover {
  color: #95d300;
}
.topMenu__item.current-menu-item {
  color: #95d300;
}
.topMenu__item:last-child {
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .topMenu__item:last-child {
    font-size: 18px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .topMenu__item:last-child:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 10px;
    right: -50px;
    top: 100%;
    background: #95d300;
  }
}
@media (min-width: 1770px) {
  .topMenu__item:last-child:after {
    display: none;
  }
}
.topMenu__link {
  display: block;
  text-transform: uppercase;
  color: currentColor;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .topMenu__link {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .topMenu__link {
    padding: 0 10px;
    font-size: 16px;
  }
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  padding: 100px 30px 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3000;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mainNav {
    padding-top: 115px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    padding: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1100;
    transition: none;
    position: absolute;
  }
}
.mainNav__logo {
  display: block;
  width: 176px;
  height: 95px;
  background: url("../images/logo.svg") no-repeat center;
  position: absolute;
  left: 30px;
  top: 0;
}
@media (min-width: 768px) {
  .mainNav__logo {
    width: 272px;
    height: 118px;
  }
}
@media (min-width: 1200px) {
  .mainNav__logo {
    display: none;
  }
}
.mainNav.visible {
  visibility: visible;
  opacity: 1;
}

.mainMenu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .mainMenu__list {
    display: flex;
  }
}
.mainMenu__list--depth0 {
  padding: 0 0 20px;
  border-bottom: 2px solid #95d300;
}
@media (min-width: 768px) {
  .mainMenu__list--depth0 {
    padding: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth0 {
    padding: 0;
    border: none;
    position: absolute;
    right: 50px;
    top: 65px;
    z-index: 1000;
  }
}
@media (min-width: 1600px) {
  .mainMenu__list--depth0 {
    top: 125px;
  }
}
@media (min-width: 1770px) {
  .mainMenu__list--depth0 {
    right: 50%;
    margin-right: -840px;
  }
}
.mainMenu__list--depth1 {
  display: none;
  margin-bottom: -7px;
  width: 100%;
}
@media (min-width: 768px) {
  .mainMenu__list--depth1 {
    margin: 5px 0 -5px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth1 {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    flex-direction: column;
    width: 280px;
    margin: 0;
  }
  .mainMenu__list--depth1:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: -1px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item {
    display: flex;
    justify-content: center;
  }
}
.mainMenu__item--depth0 {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .mainMenu__item--depth0 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .mainMenu__item--depth0 {
    margin-left: 40px;
  }
}
.mainMenu__item--depth0.current-menu-item .mainMenu__link--depth0 {
  color: #95d300;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-item .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor .mainMenu__link--depth0 {
    color: #95d300;
  }
}
.mainMenu__item--depth0.current-menu-ancestor .mainMenu__list--depth1 {
  display: block;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__link--depth0 {
    color: #95d300;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='3' viewBox='0 0 25 3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2397d700; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='25' height='3'/%3E%3C/svg%3E");
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0:hover .mainMenu__list--depth1 {
    visibility: visible;
    opacity: 1;
  }
}
.mainMenu__item--depth1 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mainMenu__item--depth1 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 {
    margin: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.mainMenu__item--depth1.current-menu-item .mainMenu__link--depth1 {
  color: #95d300;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1:last-child {
    border: none;
  }
}
.mainMenu__link {
  position: relative;
  display: block;
}
.mainMenu__link--depth0 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #55565a;
  padding: 0;
  margin: 0;
  line-height: 30px;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .mainMenu__link--depth0 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    padding: 0 10px;
    line-height: 68px;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0em;
  }
}
@media (min-width: 1600px) {
  .mainMenu__link--depth0 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .mainMenu__link--depth0:hover {
    color: #95d300;
  }
}
.mainMenu__link--depth1 {
  padding: 0 20px;
  line-height: 35px;
  font-size: 16px;
  color: #353533;
  background: transparent;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mainMenu__link--depth1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1 {
    line-height: 58px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1:hover {
    color: #8ac400;
  }
}
.mainMenu__link--dropdown {
  /*
  padding-right: 35px;
  @media (min-width: $laptop-min) {
    padding-right: 40px;
  }

  &:after {
    content: "";
    width: 20px;
    height: 20px;
    top: 10px;
    position: absolute;
    right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px auto;
    transition: background-image .3s;
  }

  &:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.32' height='8.75' viewBox='0 0 20.32 8.75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2378be21; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1101.84,92.725L1108.52,98l6.67-5.276,3.44-.253-10.11,8.734-10.19-8.734Z' transform='translate(-1098.31 -92.469)'/%3E%3C/svg%3E");
  }
  */
}
@media (max-width: 1199px) {
  .mainMenu__link--dropdown {
    padding-right: 55px;
  }
}
.mainMenu__arrow {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2397d700; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='11' width='25' height='3'/%3E%3Crect class='cls-1' x='11' width='3' height='25'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px auto;
  cursor: pointer;
  transition: transform 0.3s, background-image 0.3s;
}
@media (min-width: 1200px) {
  .mainMenu__arrow {
    height: 68px;
    margin-left: 0;
    width: 20px;
  }
}
.mainMenu__arrow.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='3' viewBox='0 0 25 3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2397d700; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='25' height='3'/%3E%3C/svg%3E");
}

.btnMenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0 10px 0 30px;
  background: transparent url("../images/icon-menu.png") no-repeat left center;
  z-index: 5000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .btnMenu {
    right: 190px;
  }
}
@media (min-width: 1200px) {
  .btnMenu {
    display: none;
  }
}

.btnMenuClose {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 18px;
  border: none;
  background: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .btnMenuClose {
    width: 70px;
    height: 70px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  .btnMenuClose {
    display: none;
  }
}
.btnMenuClose svg {
  fill: #97d700;
  width: 29px;
  height: 29px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .btnMenuClose svg {
    width: 40px;
    height: 40px;
  }
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2000;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .navOverlay {
    display: none;
  }
}
.navOverlay.visible {
  opacity: 1;
  visibility: visible;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 90px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    padding: 130px 0;
  }
}

.heroSection {
  height: 550px;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  background: url("../images/hero-about-mobile.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .heroSection {
    background-image: url("../images/hero-about-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  .heroSection {
    background-image: url("../images/hero-about-desktop.jpg");
  }
}
@media (min-width: 1600px) {
  .heroSection {
    height: 750px;
  }
}
.heroSection:before {
  content: "";
  height: 231px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: url("../images/hero-gradient-mobile.png") repeat-x center top;
}
@media (min-width: 1600px) {
  .heroSection:before {
    height: 350px;
    background-image: url("../images/hero-gradient-desktop.png");
  }
}
.heroSection__title {
  position: relative;
  background: #ffffff;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: -0.01em;
  margin: 0 20px -1px;
  padding: 20px 50px;
  text-align: center;
  z-index: 20;
}
@media (min-width: 768px) {
  .heroSection__title {
    font-size: 40px;
    padding: 28px 75px;
  }
}
@media (min-width: 1600px) {
  .heroSection__title {
    font-size: 45px;
    padding: 36px 75px;
  }
}

.communityTeaser {
  position: relative;
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .communityTeaser {
    flex: 1;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .communityTeaser:last-child {
    margin-right: 0;
  }
}
.communityTeaser__imageContainer {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .communityTeaser__imageContainer {
    margin-bottom: 50px;
  }
}
.communityTeaser__image {
  width: 100%;
  transition: transform 0.3s;
}
.communityTeaser__fullyRentedLabel {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #dc3232;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
}
.communityTeaser__imageOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  background: rgba(65, 65, 65, 0.7);
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .communityTeaser__imageOverlay {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .communityTeaser__imageOverlay {
    font-size: 30px;
  }
}
.communityTeaser__location {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.communityTeaser__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .communityTeaser__title {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .communityTeaser__description {
    padding-right: 50px;
  }
}
.communityTeaser__anchorMore {
  position: relative;
  color: #95d300;
  font-weight: 500;
  z-index: 30;
}
.communityTeaser__anchorMore:hover {
  color: #8ac400;
}
.communityTeaser__anchorMore svg {
  fill: currentColor;
  width: 9px;
}
.communityTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.communityTeaser--active .communityTeaser__imageOverlay {
  opacity: 0;
  transition: opacity 0.3s;
}
.communityTeaser--active:hover .communityTeaser__imageOverlay {
  opacity: 1;
}
.communityTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .communityTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .communityTeaser--link:hover .communityTeaser__image {
    transform: scale(1.1);
  }
}

.propertyTeaser {
  border: 1px solid #bfbfbf;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .propertyTeaser {
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .propertyTeaser {
    width: 32%;
    margin-right: 2%;
  }
}
.propertyTeaser__imageContainer {
  position: relative;
  overflow: hidden;
}
.propertyTeaser__imageContainer--360:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.propertyTeaser__fullyRentedLabel {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #dc3232;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 50;
}
.propertyTeaser__image {
  width: 100%;
}
.propertyTeaser__360 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 145px;
  z-index: 20;
}
.propertyTeaser__lnkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.propertyTeaser__textContainer {
  padding: 30px 17px;
}
@media (min-width: 768px) {
  .propertyTeaser__textContainer {
    padding: 25px 25px 30px;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .propertyTeaser__textContainer {
    padding: 52px 50px;
  }
}
.propertyTeaser__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .propertyTeaser__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .propertyTeaser__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.propertyTeaser__price strong {
  font-weight: 500;
}
.propertyTeaser__buttons {
  display: flex;
}
.propertyTeaser__buttons .btn {
  flex: 1;
  min-height: 54px;
  min-width: auto;
  padding: 0 20px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .propertyTeaser__buttons .btn {
    font-size: 20px;
  }
}
.propertyTeaser__buttons .btn--enquire {
  background: #e1e1e1;
  color: #55565a !important;
  transition: background-color 0.3s;
}
.propertyTeaser__buttons .btn--enquire:hover {
  background: #cbcbcb;
}
.propertyTeaser__buttons .btn .fa {
  font-size: 20px;
  margin-right: 5px;
}
@media (min-width: 1600px) {
  .propertyTeaser__buttons .btn .fa {
    margin-right: 10px;
  }
}
.propertyTeaser:nth-child(n+7) {
  display: none;
}
.propertyTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .propertyTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .propertyTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .propertyTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .propertyTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
.propertyTeaser.visible {
  display: block;
}

.ctaTeaser {
  position: relative;
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .ctaTeaser {
    flex: 1;
    margin-right: 30px;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .ctaTeaser:last-child {
    margin-right: 0;
  }
}
.ctaTeaser__imageContainer {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ctaTeaser__imageContainer {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .ctaTeaser__imageContainer {
    margin-bottom: 50px;
  }
}
.ctaTeaser__image {
  width: 100%;
}
.ctaTeaser__imageOverlay {
  background: rgba(65, 65, 65, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ctaTeaser__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ctaTeaser__title {
    margin-bottom: 23px;
  }
}
.ctaTeaser__description {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .ctaTeaser__description {
    padding-right: 50px;
  }
}
.ctaTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.ctaTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .ctaTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
.ctaTeaser:hover .ctaTeaser__imageOverlay {
  opacity: 1;
}

.popup {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1000px;
  background: #000000;
  overflow: visible;
  margin: 70px 0;
}
.popup__videoContainer {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.popup__iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 178%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s 0.5s;
  z-index: 10;
}
.popup__iframe.loaded {
  opacity: 1;
}
.popup__imageContainer {
  position: relative;
  padding-bottom: 120%;
}
@media (min-width: 768px) {
  .popup__imageContainer {
    padding-bottom: 76%;
  }
}
.popup__imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 10% 5%;
}
.popup__logo {
  width: 25%;
  min-width: 100px;
  min-height: 100px;
}
.popup__textContainer {
  margin: 30px 0;
}
.popup__title {
  font-size: 28px;
  line-height: 1.33;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .popup__title {
    font-size: 45px;
  }
}
.popup__subtitle {
  font-size: 20px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .popup__subtitle {
    font-size: 30px;
  }
}
.popup .fancybox-close-small {
  padding: 0;
  color: #ffffff;
  opacity: 1;
  width: 30px;
  height: 30px;
  top: -50px;
}

body.single-community .aboutIntroBlock .btn {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-community .aboutIntroBlock .btn {
    margin-right: 10px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  body.single-community .aboutIntroBlock .btn {
    width: 100%;
    margin-right: 0;
  }
}
body.single-community .aboutIntroBlock .btn:last-child {
  margin-bottom: 0;
}
body.single-community .aboutServiceBlock {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.single-community .aboutServiceBlock {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-community .aboutServiceBlock {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  body.single-community .aboutServiceBlock {
    margin-top: 135px;
  }
}
body.single-community .ctaBlock {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.single-community .ctaBlock {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  body.single-community .ctaBlock {
    margin-top: 130px;
  }
}

.navSection {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .navSection {
    padding: 55px 0;
  }
}
.navSection__nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .navSection__dropdown {
    display: none;
  }
}
.navSection__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .navSection__list {
    display: flex;
  }
}
.navSection__list li {
  margin: 0 35px;
}

.amenitiesImageBlock {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .amenitiesImageBlock {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .amenitiesImageBlock {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .amenitiesImageBlock {
    margin-top: 110px;
  }
}
.amenitiesImageBlock__images {
  margin: 35px -30px 0;
}
@media (min-width: 768px) {
  .amenitiesImageBlock__images {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
.amenitiesImageBlock__imageContainer {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .amenitiesImageBlock__imageContainer {
    margin: 0 5px;
    padding-bottom: 35.71%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .amenitiesImageBlock__imageContainer:nth-child(1) {
    width: calc( 66% - 5px );
  }
}
@media (min-width: 768px) {
  .amenitiesImageBlock__imageContainer:nth-child(1):last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .amenitiesImageBlock__imageContainer:nth-child(2) {
    width: calc( 34% - 5px );
  }
}
.amenitiesImageBlock__image {
  width: 100%;
}
@media (min-width: 768px) {
  .amenitiesImageBlock__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.amenitiesMapBlock {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .amenitiesMapBlock {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .amenitiesMapBlock {
    margin-top: 115px;
  }
}
@media (min-width: 1200px) {
  .amenitiesMapBlock__title {
    text-align: center;
  }
}

#amenities-map-container {
  position: relative;
  margin: 35px -30px 0;
}
@media (min-width: 1200px) {
  #amenities-map-container {
    margin: 50px -50px 0;
  }
}
@media (min-width: 1670px) {
  #amenities-map-container {
    margin-left: calc( (1670px - 100vw) / 2);
    margin-right: calc( (1670px - 100vw) / 2);
  }
}

#amenities-map-container-wrapper-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#amenities-map-wrapper {
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  #amenities-map-wrapper {
    height: 640px;
  }
}
@media (min-width: 1600px) {
  #amenities-map-wrapper {
    height: 700px;
  }
}

#amenities-map {
  position: relative;
  z-index: 1;
  height: 300px;
}
@media (min-width: 768px) {
  #amenities-map {
    height: 640px;
  }
}
@media (min-width: 1600px) {
  #amenities-map {
    height: 700px;
  }
}

#amenities-map-controls {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #525349;
}
@media (min-width: 768px) {
  #amenities-map-controls {
    top: 20px;
    left: 20px;
  }
}
#amenities-map-controls button {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  border: none;
  outline: none;
  border-radius: 0;
}
#amenities-map-controls button#map-zoom-in {
  background: url(../images/amenities-map/map-zoom-in.png) no-repeat 0 0;
}
#amenities-map-controls button#map-zoom-out {
  background: url(../images/amenities-map/map-zoom-out.png) no-repeat 0 0;
}
#amenities-map-controls button#map-reload {
  background: url(../images/amenities-map/map-reload.png) no-repeat 0 0;
}

#amenities-map-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #acacaf;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
#amenities-map-legend li {
  border-top: 1px solid #acacaf;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #amenities-map-legend li {
    border-right: 1px solid #acacaf;
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  #amenities-map-legend li {
    width: 25%;
  }
}
#amenities-map-legend li a {
  display: flex;
  padding: 15px 0 15px 56px;
  text-decoration: none;
  height: 100%;
  align-items: center;
}
#amenities-map-legend li a span {
  position: relative;
}
#amenities-map-legend li a:hover {
  background-color: #e5e4e1 !important;
}
#amenities-map-legend li.selected a {
  background-color: #e5e4e1;
}
@media (min-width: 768px) {
  #amenities-map-legend li.all {
    position: absolute;
    left: -1px;
    top: -61px;
    border: none;
  }
}
#amenities-map-legend li.all a {
  display: flex;
  padding: 0 30px;
  background: #95d300;
}
#amenities-map-legend li.all a:hover {
  background: #95d300 !important;
}
#amenities-map-legend li.school a {
  background: url(../images/amenities-map/icons/schools.png) no-repeat 22px 50%;
}
#amenities-map-legend li.shopping a {
  background: url(../images/amenities-map/icons/shopping.png) no-repeat 22px 50%;
}
#amenities-map-legend li.senior-community-centre a {
  background: url(../images/amenities-map/icons/senior_community_centre.png) no-repeat 22px 50%;
}
#amenities-map-legend li.rec-centre a {
  background: url(../images/amenities-map/icons/rec_centre.png) no-repeat 22px 50%;
}
#amenities-map-legend li.movie-theatre a {
  background: url(../images/amenities-map/icons/movie_theatre.png) no-repeat 22px 50%;
}
#amenities-map-legend li.golf-club a {
  background: url(../images/amenities-map/icons/golf_club.png) no-repeat 22px 50%;
}
#amenities-map-legend li.arena a {
  background: url(../images/amenities-map/icons/arena.png) no-repeat 22px 50%;
}
#amenities-map-legend li.hospital a {
  background: url(../images/amenities-map/icons/hospital.png) no-repeat 22px 50%;
}
#amenities-map-legend li.park a {
  background: url(../images/amenities-map/icons/park.png) no-repeat 22px 50%;
}
#amenities-map-legend li.tourist a {
  background: url(../images/amenities-map/icons/tourist_attraction.png) no-repeat 22px 50%;
}
#amenities-map-legend li.light-rail a {
  background: url(../images/amenities-map/icons/light_rail.png) no-repeat 22px 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #amenities-map-legend li:nth-child(3n+1) {
    border-right: none;
  }
}
#amenities-results-list {
  border-bottom: 1px solid #acacaf;
  border-top: 0;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #amenities-results-list {
    padding-bottom: 40px;
  }
}
#amenities-results-list .result {
  width: 100%;
  padding: 5px 10px 11px 56px;
  position: relative;
  min-height: 90px;
  height: auto !important;
}
@media (min-width: 768px) {
  #amenities-results-list .result {
    width: 33.3%;
  }
}
#amenities-results-list .result.type-school span a {
  background: url(../images/amenities-map/details/schools.png) no-repeat center;
}
#amenities-results-list .result.type-shopping span a {
  background: url(../images/amenities-map/details/shopping.png) no-repeat center;
}
#amenities-results-list .result.type-golf-club span a {
  background: url(../images/amenities-map/details/golf_club.png) no-repeat center;
}
#amenities-results-list .result.type-arena span a {
  background: url(../images/amenities-map/details/arena.png) no-repeat center;
}
#amenities-results-list .result.type-rec-centre span a {
  background: url(../images/amenities-map/details/rec_centre.png) no-repeat center;
}
#amenities-results-list .result.type-movie-theatre span a {
  background: url(../images/amenities-map/details/movie_theatre.png) no-repeat center;
}
#amenities-results-list .result.type-hospital span a {
  background: url(../images/amenities-map/details/hospital.png) no-repeat center;
}
#amenities-results-list .result.type-senior-community-centre span a {
  background: url(../images/amenities-map/details/senior_community_centre.png) no-repeat center;
}
#amenities-results-list .result.type-park span a {
  background: url(../images/amenities-map/details/park.png) no-repeat center;
}
#amenities-results-list .result.type-tourist span a {
  background: url(../images/amenities-map/details/tourist_attraction.png) no-repeat center;
}
#amenities-results-list .result.type-light_rail span a {
  background: url(../images/amenities-map/details/light_rail.png) no-repeat center;
}
#amenities-results-list span a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  position: absolute;
  top: 9px;
  left: 22px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 100%;
}
#amenities-results-list h3 {
  margin: 0 0 5px;
  text-transform: none;
  font-weight: 500;
}
#amenities-results-list p {
  font-size: 14px;
  line-height: 19px;
}

#toggle-interactive-map-hit-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  height: 300px;
}
@media (min-width: 768px) {
  #toggle-interactive-map-hit-area {
    height: 640px;
  }
}
@media (min-width: 1600px) {
  #toggle-interactive-map-hit-area {
    height: 700px;
  }
}
#toggle-interactive-map-hit-area a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/template/opacity-01.png);
}

#amenities-map-container.expanded #toggle-interactive-map-hit-area {
  display: none;
}

#toggle-interactive-map {
  width: 100%;
}
@media (min-width: 768px) {
  #toggle-interactive-map {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: auto;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  #toggle-interactive-map span {
    display: block;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 0 center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='6' width='14' height='2'/%3E%3Crect class='cls-1' x='6' width='2' height='14'/%3E%3C/svg%3E");
  }
}

@media (min-width: 768px) {
  #amenities-map-container.expanded #toggle-interactive-map span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='14' height='2'/%3E%3C/svg%3E");
  }
}

.custom-tooltip-content {
  width: 200px;
  padding: 12px 5px;
}
.custom-tooltip-content h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.custom-tooltip-content p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 14px;
}
.custom-tooltip-content .directions {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  width: 117px;
  overflow: hidden;
  font-weight: 500;
  background: #fff;
  color: #55565a !important;
  display: block;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  border: 1px solid #bbbbbd;
}

.offeringBlock {
  background: #f5f5f5 no-repeat center;
  background-size: cover;
  padding: 25px 20px 30px;
  margin: 50px -30px 0;
}
@media (min-width: 768px) {
  .offeringBlock {
    margin: 100px 0 0;
    padding: 40px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .offeringBlock {
    padding: 100px 75px;
  }
}
@media (min-width: 1600px) {
  .offeringBlock {
    margin-top: 135px;
    padding: 105px 7% 135px;
  }
}
.offeringBlock__inner {
  text-align: center;
}
.offeringBlock__listing {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 1200px) {
  .offeringBlock__listing {
    display: flex;
    justify-content: space-between;
  }
}
.offeringBlock__col {
  padding-left: 60px;
  margin-bottom: 40px;
  margin-left: -10px;
}
@media (min-width: 1200px) {
  .offeringBlock__col {
    width: calc( (100% - 30px*2)/3 );
    margin-bottom: 0;
  }
}
.offeringBlock__item {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .offeringBlock__item {
    margin-bottom: 25px;
  }
}
.offeringBlock__item:last-child {
  margin-bottom: 0;
}
.offeringBlock__item ul {
  list-style-type: none;
  padding: 0;
}
.offeringBlock__item ul li {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}
.offeringBlock__item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: currentColor;
}
.offeringBlock__item p + ul {
  margin-top: -30px;
}
.offeringBlock__icon {
  position: absolute;
  left: -30px;
  top: 5px;
  transform: translateX(-50%) scale(1.4);
}

.highlightsBlock {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .highlightsBlock {
    padding-top: 85px;
  }
}
@media (min-width: 1200px) {
  .highlightsBlock__title {
    text-align: center;
  }
}
.highlightsBlock__content {
  margin-top: 30px;
}

.highlightBlock {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .highlightBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.highlightBlock__imageCol {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .highlightBlock__imageCol {
    width: 50%;
    margin-bottom: 0;
  }
}
.highlightBlock__imageContainer {
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .highlightBlock__imageContainer {
    padding-bottom: 80%;
  }
}
@media (min-width: 1600px) {
  .highlightBlock__imageContainer {
    padding-bottom: 72%;
  }
}
.highlightBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .highlightBlock__textCol {
    padding: 45px 50px;
  }
}
@media (min-width: 1200px) {
  .highlightBlock__textCol {
    width: calc( 50% - 50px );
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1600px) {
  .highlightBlock__textCol {
    padding: 0 125px;
    font-size: 18px;
    line-height: 25px;
    width: 50%;
  }
}
.highlightBlock__textCol h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .highlightBlock__textCol h3 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .highlightBlock__textCol h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .highlightBlock:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

body.single-rentals .heroSection__title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.rentalDetails {
  overflow: hidden;
}
@media (min-width: 768px) {
  .rentalDetails {
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .rentalDetails {
    align-items: center;
    padding-bottom: 0;
  }
}
.rentalDetails__galleryContainer {
  position: relative;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .rentalDetails__galleryContainer {
    width: 48%;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__galleryContainer {
    width: 50.3%;
  }
}
.rentalDetails__galleryContainer img {
  width: 100%;
}
.rentalDetails__galleryContainer .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
.rentalDetails__galleryContainer .owl-dot {
  display: block;
  background: #55565a !important;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.rentalDetails__galleryContainer .owl-dot.active {
  background: #95d300 !important;
}
.rentalDetails__galleryItem {
  position: relative;
}
.rentalDetails__360 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 230px;
  z-index: 20;
}
.rentalDetails__galleryLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.rentalDetails__tourLabel {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .rentalDetails__tourLabel {
    width: auto;
    font-size: 20px;
    padding: 0 30px;
  }
}
.rentalDetails__fullyRentedLabel {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #dc3232;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
@media (min-width: 768px) {
  .rentalDetails__textContainer {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__textContainer {
    width: 42.5%;
    padding: 100px 0 0;
  }
}
@media (min-width: 1600px) {
  .rentalDetails__textContainer {
    padding-bottom: 180px;
  }
}
.rentalDetails__label {
  font-weight: 500;
}
.rentalDetails__price {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rentalDetails__price {
    font-size: 33px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__price {
    font-size: 38px;
  }
}
.rentalDetails__price span {
  font-weight: 500;
}
.rentalDetails__address {
  margin-bottom: 14px;
}
.rentalDetails__parking {
  margin-bottom: 14px;
}
.rentalDetails__storage {
  margin-bottom: 14px;
}
.rentalDetails__availability {
  margin-bottom: 14px;
}
.rentalDetails__cta {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-top: 30px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .rentalDetails__cta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__cta {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: auto;
    margin-top: 0;
  }
}
.rentalDetails__cta i {
  margin-right: 5px;
  font-size: 20px;
}
.rentalDetails__ctaTel {
  font-size: 18px;
  text-align: left;
  max-width: 170px;
}
@media (min-width: 768px) {
  .rentalDetails__ctaTel {
    margin-right: 4%;
    font-size: 23px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__ctaTel {
    margin-right: 53px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .rentalDetails__ctaTel i {
    font-size: 26px;
  }
}
.rentalDetails__ctaEnquire {
  background: #e1e1e1;
  width: 50%;
  padding: 0 10px;
  max-width: 170px;
}
@media (min-width: 768px) {
  .rentalDetails__ctaEnquire {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__ctaEnquire {
    min-width: 200px;
    max-width: none;
    padding: 0 45px;
  }
}
@media (min-width: 768px) {
  .rentalDetails__ctaEnquire i {
    font-size: 22px;
  }
}
.rentalDetails__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
.rentalDetails__buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .rentalDetails__buttons .btn {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .rentalDetails__buttons .btn {
    width: auto;
  }
}

.rentalUnitsBlock {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .rentalUnitsBlock {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .rentalUnitsBlock {
    padding-top: 115px;
  }
}
.rentalUnitsBlock__title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .rentalUnitsBlock__title {
    margin-bottom: 60px;
  }
}
.rentalUnitsBlock__accordion {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .rentalUnitsBlock__accordion {
    margin-top: -35px;
  }
}
.rentalUnitsBlock__accordionTab {
  outline: none;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 3px solid #dddddd;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .rentalUnitsBlock__accordionTab {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .rentalUnitsBlock__accordionTab {
    margin-top: 37px;
  }
}
.rentalUnitsBlock__accordionTab:first-child {
  margin-top: 0;
}
.rentalUnitsBlock__accordionTab.ui-state-active .rentalUnitsBlock__accordionTitle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2395d300; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='11' width='25' height='3'/%3E%3C/svg%3E");
}
.rentalUnitsBlock__accordionTitle {
  padding-right: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2395d300; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='11' width='25' height='3'/%3E%3Crect class='cls-1' x='11' width='3' height='25'/%3E%3C/svg%3E") no-repeat right center;
}
@media (min-width: 768px) {
  .rentalUnitsBlock__accordionTitle {
    padding-right: 100px;
  }
}
.rentalUnitsBlock__accordionPanelInner {
  padding: 35px 0 0;
}
@media (min-width: 768px) {
  .rentalUnitsBlock__accordionPanelInner {
    padding: 40px 0 45px;
  }
}
@media (min-width: 1600px) {
  .rentalUnitsBlock__accordionPanelInner {
    padding: 50px 7vw 30px;
  }
}

.unitTeaser {
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .unitTeaser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 130px;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .unitTeaser {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .unitTeaser {
    max-width: 1390px;
  }
}
.unitTeaser:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .unitTeaser:last-child {
    padding-bottom: 90px;
  }
  .unitTeaser:last-child .unitTeaser__buttons {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .unitTeaser:last-child {
    padding-bottom: 0;
  }
}
.unitTeaser__gallery {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .unitTeaser__gallery {
    width: 43%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .unitTeaser__gallery {
    width: 39%;
    position: relative;
  }
}
.unitTeaser__image {
  width: 100%;
}
.unitTeaser__galleryButton {
  display: block;
  line-height: 55px;
  background: #e1e1e1;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 768px) {
  .unitTeaser__galleryButton {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .unitTeaser__galleryButton {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    padding: 0 25px;
  }
}
.unitTeaser__galleryButton i {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .unitTeaser__description {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .unitTeaser__description {
    width: 57%;
  }
}
@media (min-width: 1600px) {
  .unitTeaser__description {
    width: 54%;
  }
}
.unitTeaser__unitNumber {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .unitTeaser__unitNumber {
    margin-bottom: 25px;
  }
}
.unitTeaser__price {
  margin-bottom: 15px;
}
.unitTeaser__sqft {
  margin-bottom: 15px;
}
.unitTeaser__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .unitTeaser__buttons {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .unitTeaser__buttons {
    position: static;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .unitTeaser__buttons {
    margin-top: 50px;
  }
}
.unitTeaser__buttons .btn {
  margin-bottom: 20px;
  min-width: auto;
}
@media (min-width: 768px) {
  .unitTeaser__buttons .btn {
    margin: 0 30px 0 0;
    white-space: nowrap;
    padding: 0 25px;
  }
}
.unitTeaser__buttons .btn:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.propertyScores {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .propertyScores {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  .propertyScores {
    display: flex;
  }
}

.propertyScore {
  position: relative;
  background: #ffffff;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .propertyScore {
    padding: 40px 40px 40px 105px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .propertyScore {
    flex: 1;
    margin-right: 2.7%;
    margin-bottom: 0;
  }
}
.propertyScore__amount {
  font-size: 38px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.propertyScore__icon {
  height: 50px;
  margin-right: 22px;
}
@media (min-width: 768px) {
  .propertyScore__icon {
    position: absolute;
    right: 100%;
    margin-right: -83px;
  }
}
.propertyScore__icon--walk {
  height: 53px;
}
.propertyScore__icon--bus {
  height: 46px;
}
.propertyScore__icon--bike {
  height: 38px;
}
.propertyScore__title {
  font-weight: 500;
}
.propertyScore:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .propertyScore:last-child {
    margin-right: 0;
  }
}

.aboutServiceBlock--features .aboutServiceBlock__text {
  max-width: none;
  text-align: left;
}
@media (min-width: 1200px) {
  .aboutServiceBlock--features .aboutServiceBlock__textCols {
    column-count: 2;
    column-gap: 5%;
  }
}

.rentalMapSection {
  padding: 0;
}

.rentalMapContainer {
  height: 300px;
  padding: 0;
}
@media (min-width: 768px) {
  .rentalMapContainer {
    height: 700px;
  }
}
.rentalMapContainer__infowindow img {
  width: 100px;
}
@media (min-width: 768px) {
  .rentalMapContainer__infowindow img {
    width: 180px;
  }
}
.rentalMapContainer .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 6px !important;
}
.rentalMapContainer .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}
.rentalMapContainer .gm-style .gm-style-iw-c button {
  display: none !important;
}

.enquirePropertySection .container {
  max-width: 1450px;
}
@media (min-width: 1200px) {
  .enquirePropertySection .container {
    padding-left: 456px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .enquirePropertySection h2 {
    position: absolute;
    left: 50px;
    top: -10px;
    width: 400px;
  }
}
@media (min-width: 1600px) {
  .enquirePropertySection h2 {
    left: 0;
  }
}
.enquirePropertySection__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .enquirePropertySection__cta {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 35px;
  }
}
.enquirePropertySection__cta i {
  margin-right: 5px;
  font-size: 20px;
}
.enquirePropertySection__ctaTel {
  font-size: 18px;
  text-align: left;
  max-width: 170px;
  color: #97d700;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .enquirePropertySection__ctaTel {
    margin-right: 80px;
    font-size: 26px;
    white-space: nowrap;
    max-width: none;
  }
}
.enquirePropertySection__ctaTel:hover {
  color: #8ac400;
}
@media (min-width: 768px) {
  .enquirePropertySection__ctaTel i {
    font-size: 24px;
  }
}
.enquirePropertySection__ctaEnquire {
  background: #97d700;
  width: 50%;
  padding: 0 10px;
  max-width: 170px;
  color: #ffffff;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .enquirePropertySection__ctaEnquire {
    width: 215px;
    max-width: none;
    font-size: 18px;
  }
}
.enquirePropertySection__ctaEnquire:hover {
  background-color: #8ac400;
}
.enquirePropertySection__buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

body.page-template-home .homeHeroSection {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body.page-template-home .homeHeroSection:before {
  height: 320px;
  background-image: url("../images/home-hero-gradient-mobile.png");
}
body.page-template-home .homeHeroSection .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 20;
}
body.page-template-home .homeHeroSection__title {
  font-size: 33px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-height: 700px) {
  body.page-template-home .homeHeroSection__title {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection__title {
    font-size: 45px;
  }
}
body.page-template-home .homeHeroSection .searchFormBlock {
  background: #ffffff;
  margin-bottom: 55px;
}
@media (max-height: 700px) {
  body.page-template-home .homeHeroSection .searchFormBlock {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock {
    margin-bottom: -40px;
  }
}
body.page-template-home .homeHeroSection .searchFormBlock__form {
  padding: 20px;
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px;
    max-width: 710px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form {
    max-width: none;
  }
}
body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap {
    margin: 25px 0 0;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap:first-child select {
    width: 360px;
  }
}
body.page-template-home .homeHeroSection .searchFormBlock__form .dropdownWrap .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
body.page-template-home .homeHeroSection .searchFormBlock__form .btn {
  width: 100%;
}
@media (max-height: 700px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .btn {
    min-height: 50px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .btn {
    width: 295px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock__form .btn {
    margin-top: 0;
    width: 150px;
    min-width: auto;
  }
}
body.page-template-home .homeHeroSection .searchFormBlock__select {
  padding-left: 45px;
  height: 60px;
}
@media (max-height: 700px) {
  body.page-template-home .homeHeroSection .searchFormBlock__select {
    height: 50px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__select {
    width: 295px !important;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .homeHeroSection .searchFormBlock__select {
    width: 235px !important;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .searchFormBlock__select[name=location] {
    width: 295px !important;
  }
}
body.page-template-home .homeHeroSection .btnScrollDown {
  display: none;
  background: url("../images/arrow_scroll_down.png") no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -130px;
  margin-left: -33px;
  width: 67px;
  height: 94px;
  z-index: 200;
}
@media (max-height: 700px) {
  body.page-template-home .homeHeroSection .btnScrollDown {
    width: 50px;
    height: 70px;
    margin-left: -25px;
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .btnScrollDown {
    width: 80px;
    height: 80px;
    margin-top: -90px;
    margin-left: -40px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .homeHeroSection .btnScrollDown {
    margin: 0;
    top: auto;
    bottom: 45px;
    margin-left: -40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeHeroSection .btnScrollDown {
    width: 94px;
    height: 94px;
    bottom: 50px;
    margin-left: -47px;
  }
}
@media (min-width: 1800px) {
  body.page-template-home .homeHeroSection .btnScrollDown {
    bottom: 70px;
  }
}
body.page-template-home .homeHeroSection .btnScrollDown.visible {
  display: block;
}
body.page-template-home .homeHeroSection .animate__bounceInDown {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
body.page-template-home .communitiesBlock {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.page-template-home .communitiesBlock {
    margin-bottom: 95px;
  }
}

.communitiesBlock__title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .communitiesBlock__title {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .communitiesBlock__title {
    text-align: center;
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .communitiesBlock__teasers {
    display: flex;
  }
}

.aboutIntroBlock {
  overflow: hidden;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .aboutIntroBlock {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .aboutIntroBlock {
    margin-bottom: 135px;
    align-items: center;
  }
}
.aboutIntroBlock__imageContainer {
  position: relative;
  margin: 0 0 35px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .aboutIntroBlock__imageContainer {
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .aboutIntroBlock__imageContainer {
    width: 50%;
    margin: 0 50px 0 0;
  }
}
@media (min-width: 1600px) {
  .aboutIntroBlock__imageContainer {
    margin-right: 125px;
  }
}
.aboutIntroBlock__image {
  width: 100%;
}
.aboutIntroBlock__galleryContainer {
  position: relative;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .aboutIntroBlock__galleryContainer {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .aboutIntroBlock__galleryContainer {
    width: 50%;
    margin: 0 50px 33px 0;
  }
}
@media (min-width: 1600px) {
  .aboutIntroBlock__galleryContainer {
    margin-right: 125px;
  }
}
.aboutIntroBlock__galleryContainer img {
  width: 100%;
}
.aboutIntroBlock__galleryContainer .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
.aboutIntroBlock__galleryContainer .owl-dot {
  display: block;
  background: #55565a !important;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.aboutIntroBlock__galleryContainer .owl-dot.active {
  background: #95d300 !important;
}
.aboutIntroBlock__fullyRentedLabel {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  background: #dc3232;
  position: absolute;
  left: 90px;
  top: 12px;
  transform-origin: 25% 25%;
  transform: rotate(-30deg) translate(-50%, -50%);
  padding: 0 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 100;
}
.aboutIntroBlock__lnkVideo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.aboutIntroBlock__lnkVideo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  border: 4px solid #ffffff;
  border-radius: 100%;
}
.aboutIntroBlock__lnkVideo:after {
  content: "";
  position: absolute;
  left: calc( 50% + 5px );
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid transparent;
  border-width: 20px 0 20px 40px;
  border-left-color: #ffffff;
}
@media (min-width: 1200px) {
  .aboutIntroBlock__text {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .aboutIntroBlock__text .btn {
    margin-top: 10px;
  }
}
.aboutIntroBlock:last-child {
  margin-bottom: 0;
}
.aboutIntroBlock:nth-child(2n) {
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .aboutIntroBlock:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.aboutIntroBlock:nth-child(2n) .aboutIntroBlock__imageContainer {
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .aboutIntroBlock:nth-child(2n) .aboutIntroBlock__imageContainer {
    margin: 45px 0 0;
  }
}
@media (min-width: 1200px) {
  .aboutIntroBlock:nth-child(2n) .aboutIntroBlock__imageContainer {
    margin: 0 0 0 50px;
  }
}
@media (min-width: 1600px) {
  .aboutIntroBlock:nth-child(2n) .aboutIntroBlock__imageContainer {
    margin: 0 0 0 125px;
  }
}

.aboutServiceBlock {
  background: #f5f5f5;
  padding: 25px 20px 30px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .aboutServiceBlock {
    margin-top: 100px;
    padding: 40px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .aboutServiceBlock {
    padding: 100px 75px;
  }
}
@media (min-width: 1600px) {
  .aboutServiceBlock {
    margin-top: 135px;
    padding: 120px 115px 135px;
  }
}
@media (min-width: 1200px) {
  .aboutServiceBlock__text {
    max-width: 1110px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .aboutServiceBlock__text h2 br {
    display: none;
  }
}
.aboutServiceBlock__items {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .aboutServiceBlock__items {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  .aboutServiceBlock__items {
    display: flex;
    margin-top: 40px;
  }
}
.aboutServiceBlock__item {
  padding: 18px 15px 18px 70px;
  margin-bottom: 20px;
  background: #ffffff url("../images/icon-leaf.png") no-repeat 25px 21px;
}
@media (min-width: 768px) {
  .aboutServiceBlock__item {
    padding: 56px 25px 56px 82px;
    background-size: auto 52px;
    background-position: 38px 42px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .aboutServiceBlock__item {
    margin-bottom: 0;
    margin-right: 2.8%;
    padding: 40px 25px 40px 82px;
  }
}
@media (min-width: 1600px) {
  .aboutServiceBlock__item {
    padding: 45px 50px 45px 105px;
    background-position: 57px 45px;
  }
}
.aboutServiceBlock__item:last-child {
  margin: 0;
}
.aboutServiceBlock__buttons {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .aboutServiceBlock__buttons {
    justify-content: center;
  }
}

.aboutAwardSection {
  background: #f8f8f9 url("../images/awards-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .aboutAwardSection {
    padding: 40px 0 50px;
  }
}
@media (min-width: 1200px) {
  .aboutAwardSection {
    text-align: center;
    padding: 100px 0;
    background-image: url("../images/awards-bg-desktop.jpg");
  }
}
@media (min-width: 1600px) {
  .aboutAwardSection {
    padding: 120px 0 130px;
  }
}
.aboutAwardSection__text {
  max-width: 1110px;
  margin: 0 auto;
}
.aboutAwardSection__awards {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .aboutAwardSection__awards {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .aboutAwardSection__awards {
    display: flex;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 50px auto 0;
  }
}
.aboutAwardSection__award {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .aboutAwardSection__award {
    width: 31%;
    margin-right: 3.5%;
  }
}
.aboutAwardSection__award:nth-child(3n) {
  margin-right: 0;
}
.aboutAwardSection__award:nth-child(n+7) {
  display: none;
}
.aboutAwardSection__award:last-child {
  margin-bottom: 0;
}
.aboutAwardSection__award.visible {
  display: block;
}
.aboutAwardSection__awardTitle {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
@media (min-width: 768px) {
  .aboutAwardSection__awardTitle {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .aboutAwardSection__awardTitle {
    line-height: 30px;
  }
}
.aboutAwardSection__buttonContainer {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .aboutAwardSection__buttonContainer {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .aboutAwardSection__buttonContainer {
    justify-content: center;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .ctaSection {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .ctaSection {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .ctaSection {
    padding-top: 130px;
  }
}

.ctaBlock {
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .ctaBlock {
    display: flex;
  }
}
.ctaBlock__image {
  width: 100%;
}
@media (min-width: 1200px) {
  .ctaBlock__image {
    width: 50%;
  }
}
.ctaBlock__content {
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .ctaBlock__content {
    padding: 45px 50px;
  }
}
@media (min-width: 1200px) {
  .ctaBlock__content {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .ctaBlock__content {
    padding: 120px;
  }
}
.ctaBlock__buttons {
  display: flex;
  margin-top: 25px;
}
@media (min-width: 1600px) {
  .ctaBlock__buttons {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .ctaBlock .btn {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ctaBlock .btn {
    padding: 0 45px;
  }
}

body.page-template-rental-search .heroSection__title {
  margin-left: 0;
  margin-right: 0;
}
body.page-template-rental-search .communitiesBlock {
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page-template-rental-search .communitiesBlock {
    margin-top: 95px;
  }
}
@media (min-width: 1600px) {
  body.page-template-rental-search .communitiesBlock {
    margin-top: 130px;
  }
}
body.page-template-rental-search .communitiesBlock__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-rental-search .communitiesBlock__title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  body.page-template-rental-search .aboutServiceBlock {
    margin-top: 100px;
  }
}

.searchFormBlock {
  background: #f5f5f5;
}
.searchFormBlock__form {
  position: relative;
  padding: 22px 20px 30px;
}
@media (min-width: 768px) {
  .searchFormBlock__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__form {
    justify-content: center;
  }
}
.searchFormBlock__form label.error {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .searchFormBlock__form label.error {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
}
.searchFormBlock__label {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .searchFormBlock__label {
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__label {
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  .searchFormBlock__label {
    font-size: 26px;
  }
}
.searchFormBlock .dropdownWrap {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .searchFormBlock .dropdownWrap {
    margin: 25px 0 0;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock .dropdownWrap {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 768px) {
  .searchFormBlock .dropdownWrap:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock .dropdownWrap:first-child select {
    width: 360px;
  }
}
.searchFormBlock .dropdownWrap .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.searchFormBlock .dropdownWrap input {
  height: 60px;
  background: #ffffff url("../images/select-arrow.svg") no-repeat right 20px center;
  background-size: 14px auto;
  padding-right: 60px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .searchFormBlock .dropdownWrap input {
    background-size: 18px auto;
    padding-right: 60px;
    background-position: right 30px center;
  }
}
.searchFormBlock .dropdownWrap__dropdown {
  position: absolute;
  left: 0;
  bottom: 100%;
  min-width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .searchFormBlock .dropdownWrap__dropdown {
    bottom: auto;
    top: 100%;
  }
}
.searchFormBlock .dropdownWrap__dropdown.visible {
  visibility: visible;
  opacity: 1;
}
.searchFormBlock .dropdownWrap__dropdownItem {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-align: left;
}
.searchFormBlock .dropdownWrap__dropdownItem--default {
  border-bottom: 1px solid #ddd;
}
.searchFormBlock .dropdownWrap__checkbox {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.searchFormBlock__select {
  height: 60px;
  background-color: #ffffff;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .searchFormBlock__select {
    width: 295px !important;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__select {
    width: 235px !important;
  }
}
@media (min-width: 768px) {
  .searchFormBlock__select[name=location] {
    width: 430px !important;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__select[name=location] {
    width: 300px !important;
  }
}
@media (min-width: 1600px) {
  .searchFormBlock__select[name=location] {
    width: 360px !important;
  }
}
@media (min-width: 768px) {
  .searchFormBlock__buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__buttons {
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .searchFormBlock__buttons {
    width: auto;
    margin-top: 0;
  }
}
.searchFormBlock__btnSubmit {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .searchFormBlock__btnSubmit {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__btnSubmit {
    width: 130px;
    min-width: auto;
  }
}
.searchFormBlock__btnClear {
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  .searchFormBlock__btnClear {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .searchFormBlock__btnClear {
    min-width: auto;
    font-size: 20px;
    margin-left: 20px;
    width: auto;
  }
}

.searchResultsBlock {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .searchResultsBlock {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .searchResultsBlock {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .sortToolbar {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .sortToolbar {
    margin-bottom: 35px;
  }
}
.sortToolbar select {
  height: 60px;
}
@media (min-width: 768px) {
  .sortToolbar select {
    max-width: 295px;
  }
}
@media (min-width: 1200px) {
  .sortToolbar select {
    max-width: 360px;
  }
}

.nothingFoundBlock {
  text-align: center;
  padding: 50px 0;
}

.propertyTeasers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .propertyTeasers {
    display: flex;
    flex-wrap: wrap;
  }
}

.propertiesPagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .propertiesPagination {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .propertiesPagination {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.page-template-faq .heroSection__title {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.faqAccordion {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .faqAccordion {
    margin-top: -35px;
  }
}
.faqAccordion__tab {
  outline: none;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 3px solid #dddddd;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .faqAccordion__tab {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .faqAccordion__tab {
    margin-top: 37px;
  }
}
.faqAccordion__tab:first-child {
  margin-top: 0;
}
.faqAccordion__tab.ui-state-active .faqAccordion__title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2395d300; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='11' width='25' height='3'/%3E%3C/svg%3E");
}
.faqAccordion__title {
  padding-right: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2395d300; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' y='11' width='25' height='3'/%3E%3Crect class='cls-1' x='11' width='3' height='25'/%3E%3C/svg%3E") no-repeat right center;
}
@media (min-width: 768px) {
  .faqAccordion__title {
    padding-right: 100px;
  }
}
.faqAccordion__panel {
  padding: 25px 20px 0;
}
@media (min-width: 768px) {
  .faqAccordion__panel {
    padding: 30px 30px 35px;
  }
}
@media (min-width: 1600px) {
  .faqAccordion__panel {
    padding: 40px 140px 30px;
  }
}

.contactInformationBlock {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .contactInformationBlock {
    flex-direction: row;
    align-items: flex-start;
  }
}
.contactInformationBlock__mapContainer {
  margin: 0 -30px 25px;
  height: 300px;
}
@media (min-width: 768px) {
  .contactInformationBlock__mapContainer {
    margin: 0 0 40px;
    height: 560px;
  }
}
@media (min-width: 1200px) {
  .contactInformationBlock__mapContainer {
    width: 50%;
    margin: 0 50px 0 0;
  }
}
@media (min-width: 1600px) {
  .contactInformationBlock__mapContainer {
    margin-right: 125px;
    height: 665px;
  }
}
@media (min-width: 1200px) {
  .contactInformationBlock__textContainer {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .contactInformationBlock__textContainer {
    padding-top: 70px;
  }
}
.contactInformationBlock__buttons {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .contactInformationBlock__buttons {
    margin-top: 45px;
  }
}

.contactFormBlock {
  background: #f5f5f5;
  padding: 25px 20px 30px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .contactFormBlock {
    margin-top: 100px;
    padding: 40px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .contactFormBlock {
    padding: 100px 75px;
  }
}
@media (min-width: 1600px) {
  .contactFormBlock {
    margin-top: 165px;
    padding: 120px 115px 135px;
  }
}
@media (min-width: 1200px) {
  .contactFormBlock__text {
    max-width: 1110px;
    margin: 0 auto;
    text-align: center;
  }
}
.contactFormBlock__formContainer {
  margin: 30px auto 0;
  max-width: 1100px;
}
@media (min-width: 768px) {
  .contactFormBlock__formContainer {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .contactFormBlock__formContainer {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .contactFormBlock__formContainer .formGroup__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contactFormBlock__formContainer .fieldWrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactFormBlock__formContainer .fieldWrap {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .contactFormBlock__formContainer .fieldWrap {
    width: 48.5%;
  }
}
.contactFormBlock__formContainer .fieldWrap input,
.contactFormBlock__formContainer .fieldWrap select {
  height: 65px;
}
.contactFormBlock__formContainer .fieldWrap:last-child {
  width: 100%;
  margin-bottom: 0;
}
.contactFormBlock__formContainer textarea {
  height: 200px;
}
.contactFormBlock__formContainer .btnRow {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contactFormBlock__formContainer .btnRow {
    margin-top: 35px;
  }
}

.contactCtaBlock {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .contactCtaBlock {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .contactCtaBlock {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .contactCtaBlock {
    margin-top: 135px;
  }
}

.formSection__label {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  left: 20px;
  top: -60px;
  border-radius: 100%;
  background: #98da19;
  width: 140px;
  height: 140px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .formSection__label {
    left: 30px;
    top: -60px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .formSection__label {
    left: 50px;
    top: -60px;
  }
}
@media (min-width: 1770px) {
  .formSection__label {
    left: 50%;
    top: -70px;
    font-size: 26px;
    line-height: 30px;
    width: 190px;
    height: 190px;
    padding: 30px;
    margin-left: -835px;
  }
}
.formSection .container {
  max-width: 1200px;
}
.formSection .btnRow {
  justify-content: flex-start;
  margin-top: 25px;
}
.formSection .formGroup {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .formSection .formGroup {
    margin-top: 45px;
  }
}
.formSection .formGroup:first-child {
  margin-top: 30px;
}
.formSection .formGroup__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .formSection .formGroup__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .formSection .formGroup__fields {
    display: flex;
    flex-wrap: wrap;
  }
}
.formSection .fieldWrap {
  margin-top: 2.5%;
}
@media (min-width: 768px) {
  .formSection .fieldWrap {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media (min-width: 768px) {
  .formSection .fieldWrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .formSection .fieldWrap:nth-child(-n+2) {
    margin-top: 0;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
}

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

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 2em 0 1em;
  padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #97d700;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-checkbox {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120px;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-checkbox {
    max-height: 65px;
  }
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 15px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 15px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item:nth-child(n+5) {
    width: 26% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item:nth-child(3n) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-checkbox .wpcf7-list-item:nth-child(2n) {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  padding-left: 45px;
  line-height: 25px;
}
.wpcf7 .wpcf7-radio {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 15px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 15px;
    width: 37%;
  }
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-radio .wpcf7-list-item:nth-child(3n) {
    width: 26%;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  padding-left: 45px;
  line-height: 25px;
}

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