@charset "UTF-8";
/*
optimize styles
*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
  fill: currentColor;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=radio] ~ label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.category-group > label,
.category-group > div > span {
  line-height: 50px;
  height: 50px;
}
.category-group label {
  margin-right: 18px;
  margin-bottom: 0;
}
.category-group > div {
  display: inline-block;
}
.category-group input[type=radio] {
  display: none;
}

/*
custom bootstrap styles
*/
a {
  color: currentColor;
}

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

ol,
ul {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.btn-primary {
  background-color: #4eb73f;
  color: white;
}
.btn-primary:hover, .btn-primary:active {
  background-color: black;
  border-color: black;
}

/*
base styles
*/
body {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  font-size: 14px;
  background-color: #242424;
  color: white;
}

main {
  position: relative;
  z-index: 2;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #4eb73f;
}

::selection {
  background-color: #4eb73f;
  color: #fff;
}

.no-mobile [data-motion-svg] {
  opacity: 0;
}

.no-mobile [data-motion-svg].animated {
  opacity: 1;
}

.bg-primary {
  background-color: #9bb3b8 !important;
  color: #242424 !important;
}

.text-primary {
  color: #9bb3b8 !important;
}

.emphasis-text__xs {
  font-size: 1.3rem;
}

.emphasis-text__sm {
  font-size: 1.5rem;
}

.emphasis-text__md {
  font-size: 2rem;
}

.emphasis-text__lg {
  font-size: 2.3rem;
}

.comments__submit {
  height: 50px;
  line-height: 50px;
  background: #9bb3b8;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0 32px;
  transition: 0.3s;
}

.comments__submit:hover {
  background: #666;
  /*color: black;*/
}

.grecaptcha-badge {
  visibility: hidden !important;
}

header {
  position: relative;
  width: 100%;
}
header .header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 575px) {
  header .header-wrapper {
    padding: 1rem 1.5rem;
  }
}
header .header-wrapper .header-logo img {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  header .header-wrapper .header-logo img {
    max-width: 8rem;
  }
}
header .header-wrapper .header-center {
  display: flex;
}
@media only screen and (max-width: 575px) {
  header .header-wrapper .header-center {
    flex-direction: column;
  }
}
header .header-wrapper .header-center .header-contact {
  display: block;
  padding: 0 3rem;
}
@media only screen and (max-width: 575px) {
  header .header-wrapper .header-center .header-contact {
    padding: 0;
  }
  header .header-wrapper .header-center .header-contact:not(:last-child) {
    border-right: none !important;
    margin-bottom: 0.3rem;
  }
}
header .header-wrapper .header-center .header-contact:not(:last-child) {
  border-right: 1px solid #666;
}
header .header-wrapper .header-center .header-contact svg {
  width: 1rem;
}
footer.footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
footer > .footer-studio__head {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer > .footer-studio__head .socials__social {
  margin: 8px 0 8px 20px;
}
@media only screen and (max-width: 767px) {
  footer > .container .footer-studio__column:first-child {
    display: none;
  }
}
footer > .container .footer-studio__column:first-child img {
  max-height: 200px;
}
footer > .container .footer-studio__column:last-child svg {
  width: 1rem;
}

/*
footer-studio
*/
.footer-studio {
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-studio__column {
  margin-bottom: 30px;
}
.footer-studio__column hr {
  border-top: 1px solid #666;
  width: 9rem;
  margin: 1rem auto;
}

.footer-studio__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-studio__list {
  color: #999;
  list-style: none;
}

.footer-studio p {
  color: #999;
  margin-bottom: 0;
}

.footer-studio p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio p a:hover {
  color: #4eb73f;
}

.footer-studio p a:hover:after {
  opacity: 1;
}

.footer-studio p a_active {
  color: #4eb73f;
}

.footer-studio p a_active:after {
  opacity: 1;
}

.footer-studio p a_inverted:after {
  opacity: 1;
}

.footer-studio p a_inverted:hover:after {
  opacity: 0;
}

.footer-studio p a:hover {
  color: #fff;
}

.footer-studio__list-item {
  margin-bottom: 0;
}

.footer-studio__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #4eb73f;
}

.footer-studio__list-link:hover:after {
  opacity: 1;
}

.footer-studio__list-link_active {
  color: #4eb73f;
}

.footer-studio__list-link_active:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:after {
  opacity: 1;
}

.footer-studio__list-link_inverted:hover:after {
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #fff;
}

.footer-studio__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-studio__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-studio__social:not(:last-child) {
  margin-right: 24px;
}

.footer-studio__social:hover {
  color: #4eb73f;
}

.footer-studio__social.icofont-behance,
.footer-studio__social.icofont-google-plus {
  font-size: 26px;
}

.footer-studio__social.icofont-linkedin {
  font-size: 22px;
}

.footer-studio__form {
  width: 100%;
  position: relative;
  margin-top: 16px;
}

.footer-studio__input {
  font-size: 16px;
  height: 54px;
  width: 100%;
  color: #fff;
  padding: 2px 120px 0 20px;
  background: #333;
  border: 0;
}

.footer-studio__input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input.placeholder {
  color: #666 !important;
  opacity: 1;
  transition: 0.3s ease;
}

.footer-studio__input:focus::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus::-moz-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus:-ms-input-placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__input:focus.placeholder {
  color: #666 !important;
  opacity: 0;
}

.footer-studio__submit {
  height: 100%;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 12px;
  white-space: nowrap;
  border: 0;
  background: none;
  transition: all 0.3s;
  color: #fff;
}

.footer-studio__submit:hover {
  color: #4eb73f;
}

.footer-studio__submit-icon {
  font-weight: 700;
  font-size: 12px;
  margin-left: 1px;
  transform: translateY(-1px);
  display: inline-block;
}

.footer-studio__bottom {
  color: #999;
}

.footer-studio__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__copyright a:hover {
  color: #4eb73f;
}

.footer-studio__copyright a:hover:after {
  opacity: 1;
}

.footer-studio__copyright a_active {
  color: #4eb73f;
}

.footer-studio__copyright a_active:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:hover:after {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .footer-default__column {
    margin-bottom: 40px;
  }

  .footer-interior {
    padding-top: 60px;
    font-size: 14px;
    padding-bottom: 0;
  }

  .footer-interior__column {
    margin-bottom: 30px;
  }

  .footer-interior__bottom {
    margin-top: 30px;
  }

  .footer-minimal {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-minimal__column {
    margin-bottom: 30px;
  }

  .footer-minimal__bottom {
    margin-top: 30px;
  }

  .footer-studio {
    padding-top: 60px;
    font-size: 14px;
    padding-bottom: 0;
  }

  .footer-studio__column {
    margin-bottom: 30px;
  }
}
.headimage-detail__head {
  position: relative;
  padding: 8rem 0;
}
.headimage-detail__head .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.headimage-detail__head .bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.headimage-detail__head .headimage-detail__wrapper {
  width: 100%;
  padding-bottom: 1.5rem;
}
.headimage-detail__head .headimage-detail__wrapper .emphasis-bg {
  position: relative;
  display: inline-block;
  padding: 3rem;
  background-color: rgba(155, 179, 184, 0.82);
  color: #242424;
  max-width: 50vw;
}
@media only screen and (max-width: 767px) {
  .headimage-detail__head .headimage-detail__wrapper .emphasis-bg {
    max-width: unset;
  }
}
.headimage-detail__head .headimage-detail__wrapper .emphasis-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  transform: translateX(-100%);
  background-color: rgba(155, 179, 184, 0.82);
}
.headimage-detail__head .headimage-detail__wrapper .emphasis-bg h2 {
  font-family: "Teko", Helvetica, sans-serif;
  font-size: 60px;
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .headimage-detail__head .headimage-detail__wrapper .emphasis-bg h2 {
    font-size: 40px;
  }
}

#HOME > div {
  padding: 60px 0;
}
#HOME .home-image img {
  width: 100%;
  object-fit: cover;
}
#HOME .home-description hr {
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #666;
}
#HOME .home-houses {
  padding: 0 !important;
}
#HOME .home-houses .house {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  #HOME .home-houses .house {
    margin-bottom: 1.5rem;
  }
}
#HOME .home-houses .house > div {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  #HOME .home-houses .house > div {
    width: 100%;
  }
}
#HOME .home-houses .house .house__slideshow .simple-slider,
#HOME .home-houses .house .house__slideshow .simple-slider__slider,
#HOME .home-houses .house .house__slideshow .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#HOME .home-houses .house .house__slideshow img {
  object-fit: cover;
}
#HOME .home-houses .house .house__slideshow .simple-slider__control {
  top: unset;
  bottom: 0;
}
#HOME .home-houses .house .house__slideshow .simple-slider__control.simple-slider__control_prev {
  left: calc(50% - 3rem);
}
#HOME .home-houses .house .house__slideshow .simple-slider__control.simple-slider__control_next {
  right: calc(50% - 3rem);
}
#HOME .home-houses .house .house__details {
  padding: 60px;
  text-align: left;
}
#HOME .home-houses .house .house__details .house__details-title {
  text-transform: uppercase;
}
#HOME .home-houses .house .house__details .house__details-subtitle {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
#HOME .home-houses .house .house__details .house__details-points {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
#HOME .home-houses .house .house__details .house__details-points > .house__details-point {
  text-align: center;
  width: 20%;
}
@media only screen and (max-width: 575px) {
  #HOME .home-houses .house .house__details .house__details-points > .house__details-point {
    width: 33.33%;
  }
}
#HOME .home-houses .house .house__details .house__details-points > .house__details-point:not(:last-child) {
  padding-right: 1rem;
}
#HOME .home-houses .house .house__details .house__details-points > .house__details-point svg {
  height: 3rem;
  width: 3rem;
  margin-bottom: 1rem;
}
#HOME .home-houses .house.even {
  flex-direction: row;
}
@media only screen and (max-width: 575px) {
  #HOME .home-houses .house.even {
    flex-direction: column;
  }
}
#HOME .home-houses .house.even .house__details {
  background-color: #242424;
  color: #9bb3b8;
}
#HOME .home-houses .house.even .comments__submit {
  background-color: #9bb3b8;
  color: white;
}
#HOME .home-houses .house.even .comments__submit:hover {
  background-color: white;
  color: black;
}
#HOME .home-houses .house.odd {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 575px) {
  #HOME .home-houses .house.odd {
    flex-direction: column;
  }
}
#HOME .home-houses .house.odd .house__details {
  background-color: #9bb3b8;
  color: #242424;
}
#HOME .home-houses .house.odd .comments__submit {
  background-color: #242424;
  color: white;
}
#HOME .home-houses .house.odd .comments__submit:hover {
  background-color: white;
  color: black;
}
#HOME .home-partners .partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#HOME .home-partners .partners .partner {
  padding: 1.5rem;
  width: 25%;
}
@media only screen and (max-width: 575px) {
  #HOME .home-partners .partners .partner {
    width: 50%;
  }
}
#HOME .contact-block__input-text,
#HOME .contact-block__input-textarea {
  width: 100%;
  display: block;
  border: 1px solid #666;
  border-bottom: 2px solid #9bb3b8;
  background: #242424;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
#HOME .contact-block__input-text:hover,
#HOME .contact-block__input-textarea:hover {
  border-color: #9bb3b8;
}
#HOME .contact-block__input-text::-webkit-input-placeholder, #HOME .contact-block__input-text::-moz-placeholder, #HOME .contact-block__input-text:-ms-input-placeholder, #HOME .contact-block__input-text.placeholder,
#HOME .contact-block__input-textarea::-webkit-input-placeholder,
#HOME .contact-block__input-textarea::-moz-placeholder,
#HOME .contact-block__input-textarea:-ms-input-placeholder,
#HOME .contact-block__input-textarea.placeholder {
  color: #666;
}
#HOME .contact-block__input-text {
  height: 52px;
}
#HOME .contact-block__input-textarea {
  padding: 12px 0.5rem;
  min-height: 160px;
}
#HOME .contact-block__submit {
  color: #4eb73f;
  text-transform: uppercase;
  border: 0;
  background: none;
  padding: 0;
  font-weight: 600;
  transition: 0.3s;
}
#HOME .contact-block__submit:hover {
  color: #09c;
}
#HOME .simple-slider {
  position: relative;
}
#HOME .simple-slider .simple-slider__slide {
  display: flex;
  align-items: center;
  text-align: center;
}
#HOME .simple-slider .simple-slider__slide img,
#HOME .simple-slider .simple-slider__slide .video-player,
#HOME .simple-slider .simple-slider__slide video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#HOME .simple-slider .simple-slider__control {
  position: absolute;
  top: 50%;
  background: none;
  border: 0;
  color: #a0b3b5;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateY(-50%) translateZ(0);
  font-size: 38px;
  opacity: 1;
  font-weight: 600;
  z-index: 2;
}
#HOME .simple-slider .simple-slider__control:hover {
  opacity: 0.3;
}
#HOME .simple-slider .simple-slider__control.disabled {
  transition: none;
  opacity: 0 !important;
  cursor: initial;
}
#HOME .simple-slider .simple-slider__control.simple-slider__control_prev {
  left: 80px;
}
#HOME .simple-slider .simple-slider__control.simple-slider__control_next {
  right: 80px;
}
#HOME .simple-slider .simple-slider__control img {
  width: 2rem;
}
#HOME .simple-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#HOME .simple-slider .swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 11px !important;
  margin-right: 11px !important;
  background: #fff !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s;
}
#HOME .simple-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #HOME .simple-slider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}