@charset "UTF-8";
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Using @include svg-font-face('FontName', 'font-filename', 400); */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  width: auto;
}
/* Selection */
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 400;
}
hr {
  clear: both;
  font-size: 0;
  overflow: hidden;
  display: block;
  height: 0;
}
body, html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
* html main {
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 30px 10px 0;
}
img.alignright {
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
header, .content, footer {
  width: 100%;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.wrapper {
  font-size: 0;
  text-align: center;
  margin: 0 -10px;
}
.wrapper .item {
  display: inline-block;
  vertical-align: top;
}
#menuOpen {
  background: rgba(255, 255, 255, 0);
  border: medium none;
  cursor: pointer;
  display: none;
  height: 25px;
  position: absolute;
  right: 0;
  top: 64px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 23px;
  z-index: 2000;
}
@media screen and (max-width: 479px) {
  #menuOpen {
    top: 40px;
    right: 20px;
  }
}
#menuOpen:before, #menuOpen:after {
  border-radius: 10px;
  box-shadow: 0 3px 0 0 #facc3f, 0 15px 0 0 #facc3f;
  -webkit-box-shadow: 0 3px 0 0 #facc3f, 0 15px 0 0 #facc3f;
  -moz-box-shadow: 0 3px 0 0 #facc3f, 0 15px 0 0 #facc3f;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen:after {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 0 0 #facc3f;
  -moz-box-shadow: 0 3px 0 0 #facc3f;
  -ms-box-shadow: 0 3px 0 0 #facc3f;
  -o-box-shadow: 0 3px 0 0 #facc3f;
  box-shadow: 0 3px 0 0 #facc3f;
  content: "";
  height: 3px;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen.active:before, #menuOpen.active:after {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  left: 0;
  right: 0;
  top: 0;
}
#menuOpen.active:before {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.active:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  right: 0;
  width: 328px;
  max-width: 100%;
  cursor: pointer;
  height: 100%;
  line-height: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 400px) {
  div.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
  }
}
div.wpcf7 .wpcf7-response-output {
  width: 328px;
  max-width: 100%;
  margin: 10px 0 0 0;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #ff5f5f;
  color: #fff;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
  color: #fff;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
  color: #fff;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea {
  width: 328px;
  max-width: 100%;
  border: 1px solid #000;
  padding: 15px;
  display: block;
  height: 50px;
  margin: 0 auto 20px;
  font: 400 14px 'Open Sans', sans-serif;
}
div.wpcf7 input:not([type="submit"])::-webkit-input-placeholder, div.wpcf7 textarea::-webkit-input-placeholder {
  color: #000;
}
div.wpcf7 input:not([type="submit"]):-moz-placeholder, div.wpcf7 textarea:-moz-placeholder {
  color: #000;
}
div.wpcf7 input:not([type="submit"])::-moz-placeholder, div.wpcf7 textarea::-moz-placeholder {
  color: #000;
}
div.wpcf7 input:not([type="submit"]):-ms-input-placeholder, div.wpcf7 textarea:-ms-input-placeholder {
  color: #000;
}
@media screen and (max-width: 400px) {
  div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea {
    width: 100%;
  }
}
div.wpcf7 input:not([type="submit"]):focus, div.wpcf7 textarea:focus {
  background: rgba(1, 1, 1, 0.08);
}
div.wpcf7 textarea {
  resize: none;
  overflow: auto;
  height: 150px;
  padding: 10px 15px;
}
div.wpcf7 input[type="submit"] {
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  background-color: #facc3f;
  transition: all 0.4s ease;
}
@media screen and (max-width: 400px) {
  div.wpcf7 input[type="submit"] {
    width: 100%;
  }
}
div.wpcf7 input[type="submit"]:hover {
  opacity: 0.75;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, .7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, .6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, .8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.tpl-about .content .wrap {
  width: 980px;
}
.top-baner {
  min-height: 370px;
  display: flex;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-baner {
    min-height: 250px;
    margin-bottom: 20px;
  }
}
.top-baner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.top-baner h2 {
  margin: auto;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-baner h2 {
    font-size: 28px;
  }
}
.content__text {
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .content__text {
    padding-bottom: 40px;
  }
}
.content__text p {
  padding-bottom: 20px;
}
.tab-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .tab-list {
    display: block;
  }
}
.tab-list li {
  color: #000;
  cursor: pointer;
  list-style: none outside none;
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease;
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  .tab-list li {
    margin-bottom: 15px;
  }
}
.tab-list li:hover, .tab-list li.active {
  color: #facc3f;
  border-bottom: 3px solid #facc3f;
}
.tab-content {
  position: relative;
  padding: 70px 0 110px;
}
@media screen and (max-width: 600px) {
  .tab-content {
    padding: 40px 0 0;
  }
}
.tab-content .tab-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .tab-content .tab-items {
    display: block;
  }
}
.tab-content .tab-text {
  flex-basis: 250px;
  margin-right: 20px;
  line-height: 30px;
  min-width: 250px;
}
@media screen and (max-width: 600px) {
  .tab-content .tab-text {
    margin-bottom: 20px;
  }
}
.tab-content .tab-text i {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: middle;
}
.tab-content .tab-map {
  flex-basis: 670px;
}
@media screen and (max-width: 600px) {
  .tab-content .googlemap {
    height: 250px !important;
    margin: 0 -3%;
  }
}
.tpl-comment .content .wrap {
  margin-bottom: 60px;
}
.blog-block {
  background: red;
  padding: 50px 0;
}
.blog-block h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.blog-block h3:after {
  display: none;
}
.blog-block .post {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  border: solid 1px #fff;
  padding: 30px;
  text-align: left;
  font-weight: 200;
  font-size: 14px;
}
.blog-block .post h4 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.blog-block .post img {
  float: left;
  margin-right: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-block .post img:hover {
  opacity: 0.75;
}
.blog-block .post a {
  display: block;
  color: #447495;
}
.blog-block .post a:hover {
  color: #6aa35b;
}
.blog-block .post a.more {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}
.blog-block .item {
  width: 46%;
  margin: 0 2% 40px;
}
.blog-block .button_blog {
  display: block;
  width: 182px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 40px auto 0;
  text-align: center;
  text-transform: uppercase;
}
.blog-block .button_blog:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #447495;
}
.share {
  float: right;
}
.share a {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.share a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.share .icon-facebook {
  background: #39579a;
}
.share .icon-facebook:hover {
  color: #39579a;
  background: #fff;
}
.share .icon-twitter {
  background: #00abf0;
}
.share .icon-twitter:hover {
  color: #00abf0;
  background: #fff;
}
.share .icon-linkedin {
  background: #0072a6;
}
.share .icon-linkedin:hover {
  color: #0072a6;
  background: #fff;
}
aside {
  max-width: 35%;
  width: 350px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  aside {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
}
aside h4 {
  color: #56824b;
  position: relative;
}
aside h4:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #b3b3b3;
  position: absolute;
  bottom: 10px;
  left: 0;
}
aside .categories a {
  display: block;
  margin-bottom: 15px;
}
aside .categories a:hover {
  color: #6aa35b;
}
aside .categories a:last-of-type {
  margin-bottom: 50px;
}
aside .links {
  display: block;
  margin-bottom: 15px;
}
aside .links:hover {
  color: #6aa35b;
}
aside .links:last-of-type {
  margin-bottom: 50px;
}
aside .post {
  font-weight: 200;
  font-size: 14px;
  padding: 0 0 30px !important;
}
@media screen and (max-width: 767px) {
  aside .post {
    display: none;
  }
}
aside .post img {
  margin: 20px 0 25px;
}
aside .post h4 {
  padding-bottom: 12px;
}
aside .post h4:after {
  display: none;
}
aside .post h4 a {
  color: #000;
}
aside .post h4 a:hover {
  opacity: 0.75;
}
aside .post a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
aside .post a img:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
aside .post time {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 15px;
}
aside .post .more {
  float: none;
  color: #000;
}
aside .post .more:hover {
  opacity: 0.75;
}
.single header {
  position: relative;
}
.single .content > .wrap {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
.single .container {
  flex-basis: 65%;
}
.single .container img {
  margin-bottom: 30px;
  flex-basis: 700px;
}
.single .container strong {
  display: block;
  margin-bottom: 20px;
}
.single aside {
  flex-basis: 30%;
}
.single h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #000;
}
.single time {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 15px;
}
.blog .content > .wrap, .archive .content > .wrap {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog .content > .wrap, .archive .content > .wrap {
    flex-wrap: wrap;
  }
}
.blog .container, .archive .container {
  flex-basis: 65%;
}
@media screen and (max-width: 767px) {
  .blog .container, .archive .container {
    flex-basis: 100%;
    order: 1;
  }
}
.blog .container .post, .archive .container .post {
  display: flex;
}
.blog .container .post img, .archive .container .post img {
  min-width: 220px;
}
@media screen and (max-width: 479px) {
  .blog .container .post img, .archive .container .post img {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .blog .container .post, .archive .container .post {
    display: block;
  }
}
.blog .post, .archive .post {
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
}
.blog .post img, .archive .post img {
  box-shadow: 0 0 0 #000;
  margin-right: 20px;
}
.blog aside, .archive aside {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  .blog aside, .archive aside {
    flex-basis: 100%;
  }
}
.blog h4, .archive h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #000;
}
.blog time, .archive time {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: 200;
  padding-bottom: 15px;
}
@media screen and (max-width: 479px) {
  .first_post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
  }
}
.first_post img {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.first_post img:hover {
  opacity: 0.75;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.first_post a {
  color: #facc3f;
}
.first_post a:hover {
  color: #000;
}
/* pagination */
.wp-pagenavi {
  width: 100%;
  text-align: center;
  margin: 25px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * {
  border-radius: 50%;
}
.wp-pagenavi span {
  width: 45px;
  height: 45px;
  line-height: 38px;
  background: #facc3f;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  margin: 0 8px;
}
.wp-pagenavi a {
  width: 25px;
  height: 25px;
  background: #c4c4c4;
  color: #000;
  margin: 0 8px;
}
.wp-pagenavi a:hover {
  background: #3c3c3c;
  color: #fff;
}
/* pagination */
.post-type-archive-properties .top-baner {
  margin-bottom: 0;
  padding-bottom: 65px;
}
.post-type-archive-properties .contact-form {
  padding-top: 100px;
}
.job-filter {
  margin-top: -65px;
  background: #3c3c3c;
  color: #232323;
  padding: 40px 4%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .job-filter {
    display: block;
  }
}
.job-filter .form-options {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .job-filter .form-options {
    display: block;
    margin-left: 0;
  }
}
.job-filter input:not([type="submit"]), .job-filter select {
  border-radius: 3px;
  background-color: #fff;
  height: 51px;
  line-height: 51px;
  padding: 0 15px;
  border: none;
  margin-right: 20px;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .job-filter input:not([type="submit"]), .job-filter select {
    margin: 0 0 20px;
  }
}
.job-filter .resetValue {
  width: 25%;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .job-filter .resetValue {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .job-filter input[type="submit"] {
    width: 100%;
  }
}
.button {
  border-radius: 3px;
  background-color: #facc3f;
  line-height: 51px;
  padding: 0 30px;
  color: #232323;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 145px;
}
.properties__section, .properties__filters {
  background: #f5f5f5;
}
.properties__items {
  padding-top: 100px;
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .properties__items {
    padding-top: 40px;
  }
}
.properties__items [class^='post'] {
  flex-basis: 30.33%;
  margin: 0 1.5% 40px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .properties__items [class^='post'] {
    flex-basis: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 599px) {
  .properties__items [class^='post'] {
    flex-basis: 100%;
    margin: 0 1.5% 30px;
  }
}
.properties__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
}
.properties__content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #cdcec9;
  padding: 20px 15px 10px;
}
.properties__content h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .properties__content h3 {
    font-size: 14px;
  }
}
.location {
  display: block;
  vertical-align: middle;
  padding-top: 5px;
  color: #8d8d8d;
  font-size: 13px;
}
.location i {
  vertical-align: middle;
  font-size: 14px;
}
.properties__deadline {
  font-size: 13px;
  border-bottom: 1px solid #3c3c3c;
  padding: 10px 0 13px;
}
.properties__deadline span {
  text-decoration: underline;
}
.job_detail {
  display: inline-block;
  background: #3c3c3c;
  color: #fff;
  border-radius: 50%;
  line-height: 70px;
  width: 70px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.job_detail:hover {
  background: #000;
}
.job_info {
  display: block;
  padding-top: 15px;
  color: #8d8d8d;
  font-size: 13px;
}
.custom-pagination {
  width: 100%;
  text-align: center;
  margin: 25px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination > * {
  border-radius: 50%;
  border: none;
  margin: 0 8px;
}
.custom-pagination span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #facc3f;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.custom-pagination a {
  width: 25px;
  line-height: 25px;
  background: #c4c4c4;
  color: #000;
}
.custom-pagination a:hover {
  background: #3c3c3c;
  color: #fff;
}
.single-properties section {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.single-properties .contact-form {
  padding-top: 80px;
}
.job_items {
  display: flex;
  padding: 100px 0 130px;
}
@media screen and (max-width: 767px) {
  .job_items {
    display: block;
    padding: 40px 0;
  }
}
.gallery {
  flex-basis: 500px;
  min-width: 500px;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .gallery {
    min-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
.single_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.single_gallery li:first-of-type {
  flex-basis: 100%;
  margin-bottom: 5px;
}
.single_gallery li {
  flex-basis: 24.2%;
  margin: 0 2px 5px;
}
@media screen and (max-width: 1023px) {
  .single_gallery li {
    flex-basis: 24%;
    margin: 0 0.5% 5px;
  }
}
.job_single p {
  padding-bottom: 20px;
  line-height: 1.4;
}
.job_single h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 10px;
}
.job_single .properties__deadline {
  margin-bottom: 40px;
  border-color: #c1c1c1;
}
.attention {
  color: #dc2625;
  display: inline-block;
  padding-bottom: 10px;
}
.subtitle_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subtitle_items mark {
  padding: 0;
  height: 15px;
}
.subtitle_items span {
  text-decoration: none;
}
.tax-tag-cat .properties__filters {
  background: transparent;
}
.tax-tag-cat .top-baner {
  margin-bottom: 0;
}
.home-baner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-baner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.26);
}
.home-baner .wrap {
  padding: 180px 0;
  width: 485px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .home-baner .wrap {
    padding: 60px 0 90px;
  }
}
.home-baner h1 {
  font-size: 56px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3c3c3c;
  padding-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .home-baner h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 479px) {
}
.home-baner a {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .home-baner a {
    width: 250px;
    margin: 10px;
  }
}
.home-baner a:hover {
  background: #fdf8ef;
  color: #232323;
}
.home-baner a:last-of-type {
  background: #fdf8ef;
  color: #232323;
}
.home-baner a:last-of-type:hover {
  background: #facc3f;
  color: #232323;
}
.home .properties__filters {
  background: transparent;
}
.home-job {
  background: #f5f5f5;
  padding: 105px 0;
}
@media screen and (max-width: 767px) {
  .home-job {
    padding: 60px 0;
  }
}
.home-job .properties__items {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .home-job [class^='post'] {
    margin: 0 0 30px;
  }
}
.home-job .button {
  background: #fff;
  border: 1px solid #cdcec9;
  color: #3c3c3c;
  margin: 20px auto 0;
}
@media screen and (max-width: 1023px) {
  .home-job .button {
    flex-basis: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .home-job .button {
    flex-basis: 100%;
  }
}
.home-job .button:hover {
  background: #facc3f;
  color: #232323;
}
.properties__content {
  background: #fff;
}
.properties__title {
  width: 690px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.properties__title h2 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.partners {
  padding: 50px 0;
}
.partners .partners_title {
  text-align: center;
}
.partners h2 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .partners .partners_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.partners .partners_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px 2%;
}
.tags {
  padding: 80px 0;
}
.tags h3 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.tags h3:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #d6d6d6;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tag__items {
  margin: 35px -2% 0;
  font-size: 0;
}
.tag__items li {
  display: inline-block;
  width: 21%;
  margin: 0 2%;
}
@media screen and (max-width: 767px) {
  .tag__items li {
    width: 46%;
  }
}
.tag__items a {
  display: inline-block;
  font-size: 14px;
  color: #717171;
  border-bottom: 1px solid rgba(250, 204, 63, 0);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.tag__items a:hover {
  color: #facc3f;
  border-bottom: 1px solid #facc3f;
}
.advantages {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.advantages:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.advantages > img {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 1250px) {
  .advantages > img {
    width: 400px;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .advantages > img {
    display: none;
  }
}
.advantages__items {
  padding: 30px;
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .advantages__items {
    padding: 10px;
  }
}
.advantages__items .item {
  display: flex;
  flex-basis: 48%;
  max-width: 300px;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 20px;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .advantages__items .item {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .advantages__items .item {
    flex-basis: 100%;
  }
}
.advantages__items .item img {
  width: 60px;
  margin-right: 15px;
}
.home .contact-form {
  padding: 160px 0 90px;
}
@media screen and (max-width: 767px) {
  .home .contact-form {
    padding: 40px;
  }
}
html {
  font-size: 14px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
}
body.active {
  overflow: hidden;
}
main {
  overflow: hidden;
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: 1180px;
  max-width: 94%;
  position: relative;
}
header {
  background: #232323;
}
header .wrap {
  display: flex;
  align-items: flex-start;
}
header .logo {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  header .logo {
    min-width: 180px;
  }
}
@media screen and (max-width: 479px) {
  header .logo {
    min-width: 120px;
    max-width: 120px;
  }
}
.home header {
  position: relative;
}
.header__inner {
  flex: auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .header__inner {
    justify-content: center;
  }
}
.header__inner > * {
  flex-basis: 25%;
  padding: 0 3%;
}
.header__inner > *:not(:last-of-type) {
  border-right: 1px solid #facc3f;
}
@media screen and (max-width: 1023px) {
  .header__inner > *:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner > * {
    flex-basis: 100%;
  }
}
.header__inner #menu-main-menu a {
  color: #facc3f;
}
.header__inner #menu-main-menu a:hover {
  color: #fff;
}
.header__inner #menu-main-menu > li {
  min-width: 51%;
}
.header__inner .phones a {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__inner .phones a {
    font-size: 14px;
    margin: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .phones a {
    display: inline-block;
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .header__inner .phones a {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .phones {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .phones {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .header__inner .phones {
    padding-right: 0;
    margin-top: 20px;
  }
}
.header__inner .qtranxs_widget_end {
  display: none;
}
.header__inner a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #facc3f;
  min-height: 24px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .header__inner a {
    font-size: 11px;
  }
}
.header__inner a:hover {
  color: #fff;
}
.contact-form {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 40px;
  }
}
.contact-form__title {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.contact-form__title h3 {
  text-transform: uppercase;
  font-size: 1.5714285714rem;
  font-weight: 700;
  padding-bottom: 15px;
}
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-form__items {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.contact-form__item {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .contact-form__item {
    flex-basis: 100%;
    margin: 0 auto 40px;
  }
}
.contact-form__item h4 {
  font-weight: 700;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
  padding-bottom: 1.4285714286rem;
}
.contact-form__item p {
  line-height: 25px;
}
.contact-form__item i {
  vertical-align: middle;
  text-align: left;
  margin-right: 5px;
}
.contact-form__item i:not(:last-of-type) {
  font-size: 18px;
}
.contact-form__item i:before {
  width: 10px;
  text-align: left;
  left: 0;
}
.soc-links {
  margin-top: 20px;
}
.soc-links a {
  background: #3c3c3c;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}
.soc-links a:before {
  vertical-align: middle;
}
.soc-links a:hover {
  background: #facc3f;
}
footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
footer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
footer .logo {
  margin-right: 10%;
  max-width: 155px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  footer .logo {
    margin: 0 0 30px;
  }
}
footer .wrap {
  display: flex;
  justify-content: flex-start;
  padding: 60px 0 90px;
}
@media screen and (max-width: 1023px) {
  footer .wrap {
    display: block;
    text-align: center;
    padding: 40px 0;
  }
}
footer #menu-footer-menu {
  display: flex;
  justify-content: space-between;
  flex: auto;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  footer #menu-footer-menu {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  footer #menu-footer-menu > li {
    margin-bottom: 20px;
  }
}
footer #menu-footer-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  cursor: default;
}
@media screen and (max-width: 1023px) {
  footer #menu-footer-menu > li > a {
    font-size: 12px;
    margin-bottom: 0;
  }
}
footer a {
  color: #facc3f;
}
footer .create {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  footer .create {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }
}
footer .create img {
  max-width: 60px;
  margin-left: 10px;
}
.button-wrap {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
.button-wrap > * {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  #mainMenu > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  #mainMenu > ul {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mainMenu > ul > li {
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 600;
  }
  #mainMenu > ul > li:hover:after, #mainMenu > ul > li.current-menu-item:after {
    visibility: visible;
    opacity: 1;
  }
  #mainMenu > ul > li:hover a, #mainMenu > ul > li.current-menu-item a {
    text-decoration: none;
    color: #facc3f;
  }
  #mainMenu > ul > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    vertical-align: middle;
    margin-left: 5px;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 50;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 100%;
    background: rgba(215, 215, 215, 0.80);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 5px 16px;
    color: #808080;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #303030;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 230px;
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  #secondMenu, #qtranslate-chooser {
    display: none;
  }
  #mainMenu {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #1a1a1a;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 999;
    padding: 140px 0 20px;
  }
  #mainMenu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 14px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #f6542f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #f6542f;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  #mainMenu ul [class^='lang'] {
    width: 50%;
    min-width: 0;
    text-align: center;
    margin-top: 30px;
  }
  #mainMenu ul [class^='lang'] a {
    display: inline-block;
    border: none;
  }
  #mainMenu ul [class^='lang'] span {
    background: transparent;
  }
  #mainMenu ul [class^='lang'] span:before, #mainMenu ul [class^='lang'] span:after {
    display: none;
  }
  #menuOpen {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  #mainMenu {
    padding: 95px 0 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  #mainMenu ul [class^='lang'] a {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  #mainMenu ul [class^='lang'] span {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #mainMenu ul li a {
    text-align: center;
  }
}
