<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: tenerife
Author: Nastya
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&amp;display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #232426;
  font-size: 16px;
  line-height: 160%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  main:not(.main):not(.print) {
    padding-top: 111px; }

footer, header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

*::before, *::after {
  max-width: 100%; }

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

li {
  margin: 0;
  padding: 0; }

img, svg {
  display: block;
  max-height: 100%;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #232426;
  text-decoration: none; }

p, span, a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  /*&amp;:hover{
    color: $def-color;
    text-decoration: none;
  }*/ }

a, iframe {
  outline: none; }

input:not([type=submit]), select {
  height: 38px; }

input[type=submit] {
  padding: 0; }

.slick-slide {
  outline: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-dots li {
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      font-size: 0;
      border-radius: 50%;
      background: #A0A0A0;
      width: 6px;
      height: 6px;
      outline: none;
      cursor: pointer;
      padding: 0;
      border: none; }
    .slick-dots li.slick-active button {
      background: #232426;
      width: 10px;
      height: 10px; }

.slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  font-size: 0;
  outline: none;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
  cursor: pointer;
  background-image: url("./files/imgs/icons/slider-arrow.svg");
  background-color: transparent;
  background-size: cover;
  opacity: .6; }

.slick-prev {
  left: 6px; }

.slick-next {
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

input, select, option {
  width: 100%;
  outline: none;
  padding: 0 10px;
  border-radius: 0; }

textarea {
  max-width: 100%;
  outline: none;
  border-radius: 0; }

.fancybox-button svg path {
  fill: white; }

@media (min-width: 768px) {
  main:not(.main):not(.print) {
    padding-top: 124px; } }

@media (min-width: 1200px) {
  main:not(.main):not(.print) {
    padding-top: 164px; }
  .slick-arrow {
    width: 32px;
    height: 32px; } }

@media (min-width: 1600px) {
  main:not(.main):not(.print) {
    padding-top: 214px; }
  .slick-arrow {
    width: 38px;
    height: 38px; }
  .container {
    max-width: 1550px; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; } }

.def-button {
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #232426;
  color: white;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s; }
  .def-button svg {
    margin-right: 10px; }
  .def-button:hover {
    border: 1px solid #232426;
    background: white;
    color: #232426; }
  .def-button_white {
    background: white;
    color: #232426; }
    .def-button_white:hover {
      background: transparent;
      color: white;
      border: 1px solid white; }
  .def-button_border {
    border: 1px solid #232426;
    background: white;
    color: #232426; }
    .def-button_border:hover {
      background: #232426;
      color: white; }
      .def-button_border:hover svg path {
        fill: white; }

.def-title {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.main-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-title::before {
    content: '';
    background: #A0A0A0;
    width: 32px;
    height: 3px;
    display: block;
    margin-right: 12px; }

.breadcrumbs {
  padding: 20px 0;
  font-size: 14px;
  color: #A0A0A0; }
  .breadcrumbs a {
    font-size: 14px;
    color: #A0A0A0; }
  .breadcrumbs .current {
    font-size: 14px; }

.arrow-up {
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 5;
  display: none;
  right: 15px;
  bottom: 30px;
  cursor: pointer; }
  .arrow-up div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.filter {
  background: #232426;
  padding: 20px 0; }
  .filter__main {
    color: white;
    text-transform: uppercase; }
    .filter__main::before {
      content: url(./files/imgs/icons/search.svg);
      margin-right: 10px; }
    .filter__main::after {
      content: url(./files/imgs/icons/arrow.svg);
      position: absolute;
      right: 15px; }
    .filter__main.active {
      padding-bottom: 20px; }
      .filter__main.active::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .filter__block {
    display: none; }
  .filter__reset {
    border: 1px solid white; }
    .filter__reset:hover {
      border: 1px solid white; }
  .filter select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .filter input:not([type=submit]), .filter option, .filter select {
    margin-bottom: 18px;
    background: #232426;
    border: 1px solid white;
    color: #A0A0A0; }
    .filter input:not([type=submit])::-webkit-input-placeholder, .filter option::-webkit-input-placeholder, .filter select::-webkit-input-placeholder {
      color: #A0A0A0; }
    .filter input:not([type=submit])::-moz-placeholder, .filter option::-moz-placeholder, .filter select::-moz-placeholder {
      color: #A0A0A0; }
    .filter input:not([type=submit]):-ms-input-placeholder, .filter option:-ms-input-placeholder, .filter select:-ms-input-placeholder {
      color: #A0A0A0; }
    .filter input:not([type=submit])::-ms-input-placeholder, .filter option::-ms-input-placeholder, .filter select::-ms-input-placeholder {
      color: #A0A0A0; }
    .filter input:not([type=submit])::placeholder, .filter option::placeholder, .filter select::placeholder {
      color: #A0A0A0; }
  .filter input[type=submit] {
    margin-bottom: 18px; }
  .filter input::-webkit-outer-spin-button,
  .filter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .filter .def-button {
    height: 48px; }

.search {
  display: none;
  background: #F3F3F3;
  padding: 20px 0; }
  .search-input {
    padding-right: 0; }
    .search-input input::-webkit-input-placeholder {
      color: #A0A0A0;
      font-weight: 400; }
    .search-input input::-moz-placeholder {
      color: #A0A0A0;
      font-weight: 400; }
    .search-input input:-ms-input-placeholder {
      color: #A0A0A0;
      font-weight: 400; }
    .search-input input::-ms-input-placeholder {
      color: #A0A0A0;
      font-weight: 400; }
    .search-input input::placeholder {
      color: #A0A0A0;
      font-weight: 400; }
  .search-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px; }
    .search-btn input, .search-btn button {
      width: 38px;
      font-size: 0;
      background-image: url("./files/imgs/icons/search.svg");
      background-repeat: no-repeat;
      background-position: center; }
      .search-btn input:hover, .search-btn button:hover {
        background-image: url("./files/imgs/icons/search-black.svg");
        background-repeat: no-repeat;
        background-position: center; }

.card_1 .card__img {
  position: relative;
  height: 240px;
  margin-bottom: 20px; }
  .card_1 .card__img .more {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
    .card_1 .card__img .more svg {
      margin-left: 9px; }
  .card_1 .card__img .sold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s; }
    .card_1 .card__img .sold span {
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      background: white;
      padding: 10px;
      color: #232426; }
  .card_1 .card__img .ref {
    text-transform: uppercase;
    color: white;
    padding: 4px;
    background: #232426;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 12px;
    line-height: 18px; }
  .card_1 .card__img .target {
    /*position: absolute;
        left: 10px;
        bottom: 10px;*/
    padding: 4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
    margin-top: 10px; }
    .card_1 .card__img .target-wrap {
      position: absolute;
      left: 10px;
      bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 1; }
    .card_1 .card__img .target.for-sale {
      background: white; }
    .card_1 .card__img .target.reserved {
      background: #3D5CFF;
      color: white; }
    .card_1 .card__img .target.for-rent {
      background: #cfcdcd; }
    .card_1 .card__img .target.super-offer {
      background: #FFE927; }
  .card_1 .card__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.card_1 .card__name {
  margin-bottom: 10px;
  line-height: 24px;
  text-transform: uppercase; }

.card_1 .card__place {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #A0A0A0; }

.card_1 .card-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card_1 .card-props__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px; }
    .card_1 .card-props__item:last-child {
      margin-right: 0; }
    .card_1 .card-props__item svg {
      margin-right: 6px; }

.card_1 .card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  background: #232426;
  color: white;
  font-size: 20px;
  padding: 0 10px; }
  .card_1 .card__price_old {
    margin-left: 20px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #A0A0A0; }

.card_1.sold {
  /*&amp;:not(:hover){
      *{
        color: $gray;
      }
      .card{
        &amp;-props{
          &amp;__item{
            svg{
              path{
                fill: $gray;
              }
            }
          }
        }
      }
    }*/ }
  .card_1.sold:hover .card__img .sold {
    opacity: 0; }
  .card_1.sold:hover .card__name {
    color: #A0A0A0; }
  .card_1.sold * {
    color: #A0A0A0; }
  .card_1.sold .card-props__item svg path {
    fill: #A0A0A0; }

.card_1:hover .card__img .more {
  opacity: 1; }

.card_1:hover .card__name {
  color: #1E3F71;
  text-decoration: underline; }

.card_1:hover .card__price {
  background: #131416; }

.card_2 {
  border: 1px solid #232426;
  display: block; }
  .card_2 .card__img {
    height: 330px;
    position: relative; }
    .card_2 .card__img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .card_2 .card__img .ref {
      text-transform: uppercase;
      color: white;
      padding: 4px;
      background: #232426;
      border: 1px solid #FFFFFF;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1;
      font-size: 12px;
      line-height: 18px; }
    .card_2 .card__img .more {
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
      .card_2 .card__img .more svg {
        margin-left: 9px; }
    .card_2 .card__img .sold {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
      .card_2 .card__img .sold span {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        background: white;
        padding: 10px;
        color: #232426; }
  .card_2 .card-bot {
    position: relative; }
    .card_2 .card-bot .target {
      padding: 4px;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 18px;
      margin-right: 10px;
      margin-top: 10px; }
      .card_2 .card-bot .target-wrap {
        position: absolute;
        left: 10px;
        bottom: calc(100% + 10px);
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .card_2 .card-bot .target.for-sale {
        background: white;
        color: #232426; }
      .card_2 .card-bot .target.reserved {
        background: #3D5CFF;
        color: white; }
      .card_2 .card-bot .target.for-rent {
        background: #cfcdcd; }
      .card_2 .card-bot .target.super-offer {
        background: #FFE927; }
    .card_2 .card-bot .info {
      padding: 20px 10px 10px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .card_2 .card-bot .info__title {
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 24px; }
      .card_2 .card-bot .info__place {
        margin-bottom: 10px;
        color: #A0A0A0;
        font-size: 14px;
        line-height: 21px; }
      .card_2 .card-bot .info__props {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .card_2 .card-bot .info__props-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 12px;
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 10px; }
          .card_2 .card-bot .info__props-item svg {
            margin-right: 6px; }
    .card_2 .card-bot .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #232426;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 54px;
      font-size: 20px;
      padding: 0 10px; }
      .card_2 .card-bot .price_old {
        margin-left: 20px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        color: #A0A0A0; }
  .card_2.sold .card-bot .info * {
    color: #A0A0A0; }
  .card_2.sold .card-bot .info__props-item svg path {
    fill: #A0A0A0; }
  .card_2.sold .card-bot .price {
    color: #A0A0A0;
    background: #F3F3F3; }
  .card_2.sold:hover .card-bot .info-title {
    text-decoration: underline; }
  .card_2:hover:not(.sold) .card-bot .info__title {
    color: #1E3F71; }
  .card_2:hover .card__img .more {
    opacity: 1; }
  .card_2:hover .card__img .sold {
    opacity: 0; }
  .card_2:hover .card-bot .info__title {
    text-decoration: underline; }

.service-item {
  height: 220px;
  background-size: cover;
  display: block;
  position: relative;
  background-position: center; }
  .service-item * {
    color: white; }
  .service-item::before {
    height: 153px;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    content: '';
    display: block;
    position: absolute; }
  .service-item::after {
    height: 71px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '';
    display: block;
    position: absolute; }
  .service-item .black {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232426; }
  .service-item .wrap {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .service-item .wrap .name {
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px; }
    .service-item .wrap .sub-name {
      text-align: center;
      font-size: 14px;
      line-height: 21px; }
  .service-item .more {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    z-index: 1; }
    .service-item .more svg {
      margin-left: 9px;
      display: inline-block; }
  .service-item.construction {
    margin-bottom: 10px;
    background-image: url("./files/imgs/construction.jpg"); }
  .service-item.design {
    background-image: url("./files/imgs/property.jpg"); }

.prop-sections {
  background: #F3F3F3;
  padding: 20px 0;
  margin-bottom: 30px; }
  .prop-sections .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .prop-sections .wrap span {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px;
      margin-right: 38px; }
    .prop-sections .wrap a {
      white-space: nowrap;
      text-transform: uppercase;
      margin-right: 40px;
      font-size: 14px; }
      .prop-sections .wrap a:last-child {
        margin-right: 0; }
      .prop-sections .wrap a:hover {
        text-decoration: underline; }

.navigation {
  padding: 50px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navigation .numbers {
    margin: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navigation .numbers-item {
      font-size: 14px;
      text-align: center;
      width: 24px;
      line-height: 24px;
      margin-right: 6px; }
      .navigation .numbers-item:last-child {
        margin-right: 0; }
      .navigation .numbers-item:hover:not(.dots) {
        background: #F3F3F3; }
      .navigation .numbers-item.current {
        background: #A0A0A0;
        color: white; }
        .navigation .numbers-item.current:hover {
          background: #A0A0A0;
          color: white; }

.map-objects {
  background: #F3F3F3;
  padding: 50px 0; }
  .map-objects iframe {
    width: 100%;
    height: 360px; }

.manager-info .name {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase; }

.manager-info .role {
  margin-bottom: 10px;
  color: #A0A0A0;
  font-size: 14px;
  line-height: 21px; }

.manager-info .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .manager-info .language img {
    margin-right: 10px;
    width: 16px;
    height: 10px;
    border: 0.5px solid #A0A0A0; }
    .manager-info .language img:last-child {
      margin-right: 0; }

.manager-info .contact {
  margin-bottom: 20px; }
  .manager-info .contact__item {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 21px; }
    .manager-info .contact__item:last-child {
      margin-bottom: 0; }
    .manager-info .contact__item svg {
      margin-right: 12px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.manager-info .def-button {
  text-transform: inherit; }
  .manager-info .def-button.whatsapp {
    margin-bottom: 20px; }
  .manager-info .def-button:last-child {
    margin-bottom: 0; }

.new__slider .slick-next {
  right: 25px; }

.new__slider .slick-prev {
  left: 25px; }

.form input:not([type=submit]) {
  margin-bottom: 8px;
  height: 38px; }

.form input:not([type=submit]), .form textarea {
  padding: 6px 10px;
  border: 1px solid #232426; }
  .form input:not([type=submit])::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #A0A0A0;
    font-weight: 400; }
  .form input:not([type=submit])::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #A0A0A0;
    font-weight: 400; }
  .form input:not([type=submit]):-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #A0A0A0;
    font-weight: 400; }
  .form input:not([type=submit])::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
    color: #A0A0A0;
    font-weight: 400; }
  .form input:not([type=submit])::placeholder, .form textarea::placeholder {
    color: #A0A0A0;
    font-weight: 400; }

.form textarea {
  height: 84px;
  width: 100%; }

.feedback {
  background: #F3F3F3;
  padding: 50px 0;
  /*textarea{
    height: 130px;
  }*/ }
  .feedback__text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .feedback {
    padding: 40px 0; }
    .feedback__text {
      margin-bottom: 30px; }
    .feedback input:last-child {
      margin-bottom: 0; }
  .manager-info .def-button.whatsapp {
    width: 207px; }
  .map-objects {
    padding: 60px 0 80px; }
  .navigation {
    padding: 60px 0 80px; }
  .def-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 45px; }
  .service-item {
    height: 360px; }
    .service-item .wrap {
      top: 40px; }
      .service-item .wrap .name {
        font-size: 28px;
        line-height: 42px; }
    .service-item.construction {
      margin-bottom: 0; }
  .main-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 42px; }
    .main-title::before {
      width: 48px;
      margin-right: 20px; }
  .filter__main {
    font-size: 20px; }
  .search-input {
    padding-right: 15px; }
  .search-btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px; }
    .search-btn input, .search-btn button {
      width: 100%;
      font-size: 14px;
      background-position-x: 20%; }
      .search-btn input:hover, .search-btn button:hover {
        background-position-x: 20%; }
  .card_1 .card__price {
    font-size: 24px; }
  .card_2 {
    border: none;
    position: relative; }
    .card_2::after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      height: 250px;
      background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: .3s;
      transition: .3s; }
    .card_2 .card__img {
      height: 400px; }
    .card_2 .card-bot {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .card_2 .card-bot .target {
        bottom: 100%; }
      .card_2 .card-bot .info * {
        color: white !important; }
      .card_2 .card-bot .info__props {
        width: calc(100% - 150px); }
        .card_2 .card-bot .info__props-item svg path {
          fill: white !important; }
      .card_2 .card-bot .price {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 160px;
        height: 74px;
        background: white;
        border: 1px solid #232426;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .card_2 .card-bot .price_old {
          margin-left: 0; }
    .card_2:hover .card-bot .info__title {
      color: white;
      text-decoration: none; }
  .prop-sections.for-sale .wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .prop-sections.for-sale .wrap span {
      margin-right: 30px; }
    .prop-sections.for-sale .wrap .refs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .prop-sections.for-sale .wrap a {
      margin-right: 0;
      text-transform: inherit; } }

@media screen and (min-width: 1200px) {
  .feedback__text {
    margin-bottom: 0; }
  .map-objects {
    padding: 80px 0 100px; }
    .map-objects iframe {
      height: 500px; }
  .breadcrumbs {
    padding-bottom: 40px; }
  .service-item {
    overflow: hidden; }
    .service-item .black {
      opacity: 1; }
    .service-item .more {
      bottom: -25px;
      -webkit-transition: bottom .4s;
      transition: bottom .4s;
      opacity: 0; }
    .service-item .wrap {
      top: 148px;
      -webkit-transition: top .4s;
      transition: top .4s; }
    .service-item:hover .black {
      opacity: 0; }
    .service-item:hover .more {
      bottom: 10px;
      opacity: 1; }
    .service-item:hover .wrap {
      top: 40px; }
  .main-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px; }
  .filter {
    padding: 30px 0; }
    .filter select {
      appearance: auto;
      -moz-appearance: auto;
      -webkit-appearance: auto; }
    .filter__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .filter__main::before {
        content: ''; }
      .filter__main::after {
        content: ''; }
    .filter__block {
      display: block; }
      .filter__block &gt; .row &gt; div:last-child select, .filter__block &gt; .row &gt; div:last-child input {
        margin-bottom: 0; }
    .filter .def-button {
      height: 38px; }
  .search {
    display: block; }
  .prop-sections.for-sale .wrap .refs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .prop-sections.for-sale .wrap .refs a {
      margin-right: 40px; }
      .prop-sections.for-sale .wrap .refs a:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1600px) {
  .feedback__text {
    font-size: 28px;
    line-height: 42px; }
  .breadcrumbs {
    padding: 40px 0; }
  .main-title {
    margin-bottom: 50px; }
  .filter {
    padding: 40px 0; }
    .filter input:not([type=submit]), .filter input[type=submit], .filter select {
      margin-bottom: 0; }
    .filter__reset {
      width: calc(100% + 15px); }
  .card_1 .card__name {
    font-size: 20px;
    line-height: 30px; }
  .card_2 .card__img {
    height: 500px; }
  .card_2 .card-bot .info__title {
    font-size: 20px;
    line-height: 30px; }
  .card_2 .card-bot .price {
    font-size: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px; }
    .card_2 .card-bot .price_old {
      margin-left: 20px; }
  .manager-info .def-button {
    max-width: 264px; } }

.header {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100; }
  .header .container, .header .row {
    height: 100%; }
  .header-top {
    background: black;
    height: 37px; }
    .header-top__lang {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-top__lang .lang-menu {
        cursor: pointer;
        width: 78px;
        margin-top: 5px;
        position: relative; }
        .header-top__lang .lang-menu:hover .lang-menu__item.selected {
          border-bottom: none; }
          .header-top__lang .lang-menu:hover .lang-menu__item.selected::after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .header-top__lang .lang-menu:hover ul {
          display: block;
          position: absolute;
          z-index: 1;
          width: 100%; }
        .header-top__lang .lang-menu__item {
          background: black;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 6px;
          border: 1px solid white;
          border-bottom: none;
          font-weight: 500; }
          .header-top__lang .lang-menu__item img {
            border: 0.5px solid transparent;
            margin-right: 6px;
            width: 20px; }
          .header-top__lang .lang-menu__item.selected {
            position: relative;
            border-bottom: 1px solid white; }
            .header-top__lang .lang-menu__item.selected::after {
              position: absolute;
              content: url("./files/imgs/icons/arrow.svg");
              right: 5px; }
        .header-top__lang .lang-menu ul {
          display: none; }
          .header-top__lang .lang-menu ul li:last-child .lang-menu__item {
            border-bottom: 1px solid white; }
          .header-top__lang .lang-menu ul li .lang-menu__item:hover {
            background: white;
            color: #232426; }
          .header-top__lang .lang-menu ul li .lang-menu__item img {
            border: 0.5px solid #A0A0A0; }
    .header-top__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header-top__social a {
        margin-right: 18px; }
        .header-top__social a:last-child {
          margin-right: 0; }
        .header-top__social a:hover svg path {
          fill: #1E3F71; }
  .header-bot {
    background: #232426;
    height: 74px;
    padding: 10px 0; }
    .header-bot__logo {
      height: 100%; }
      .header-bot__logo a {
        display: block;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat; }
    .header-bot__menu {
      display: none; }
      .header-bot__menu &gt; ul &gt; li &gt; a {
        text-transform: uppercase; }
      .header-bot__menu ul li a {
        font-weight: 500; }
        .header-bot__menu ul li a:hover {
          text-decoration: underline; }
      .header-bot__menu ul li.parent &gt; a::after {
        content: url("./files/imgs/icons/arrow-black.svg");
        margin-left: 10px;
        display: inline-block; }
      .header-bot__menu ul li.parent ul {
        display: none; }
        .header-bot__menu ul li.parent ul li {
          line-height: 21px; }
          .header-bot__menu ul li.parent ul li a {
            font-size: 14px; }
      .header-bot__menu ul li.parent.opened &gt; a::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header-bot__menu ul li.parent.opened ul {
        display: block;
        padding-top: 12px; }
        .header-bot__menu ul li.parent.opened ul li {
          margin-bottom: 16px; }
          .header-bot__menu ul li.parent.opened ul li:last-child {
            margin-bottom: 0; }
    .header-bot .burger {
      position: absolute;
      right: 15px;
      height: 100%;
      width: 34px;
      cursor: pointer;
      top: 0; }
      .header-bot .burger-wrap {
        height: 100%; }
      .header-bot .burger span, .header-bot .burger span::after, .header-bot .burger span::before {
        position: absolute;
        width: 100%;
        background: white;
        height: 2px;
        -webkit-transition: .3s linear;
        transition: .3s linear;
        display: block;
        content: ''; }
      .header-bot .burger span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .header-bot .burger span::before {
          top: -7px; }
        .header-bot .burger span::after {
          top: 7px;
          width: 23px;
          right: 0; }
  .header_main {
    /*.header-bot{
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }*/ }
    .header_main:not(.header-scrolled) {
      background: transparent; }
      .header_main:not(.header-scrolled) .header-bot {
        background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .header-opened {
    height: 100vh;
    overflow-y: scroll;
    background: white !important; }
    .header-opened .burger span {
      background: transparent !important; }
      .header-opened .burger span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
      .header-opened .burger span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        width: 100%; }
    .header-opened .header-bot__menu {
      display: block;
      padding-top: 40px; }
      .header-opened .header-bot__menu &gt; ul &gt; li {
        margin-bottom: 20px; }
      .header-opened .header-bot__menu ul li {
        text-align: center; }
  .header-scrolled::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    z-index: -1; }
  .header-scrolled .header-top {
    display: none; }
  .header-scrolled .header-bot {
    height: 60px;
    padding: 4px 0;
    /*background: white;
        &amp;__logo{
          a{
            background-image: url("./files/imgs/logo-black.png");
          }
        }
        .burger{
          span, span::after, span::before{
            background: $def-color;
          }
        }
        &amp;__menu{
          ul{
            li{
              a{
                color: $def-color;
              }
            }
          }
        }*/ }

@media screen and (min-width: 768px) {
  .header-top__lang {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-bot {
    height: 88px; }
    .header-bot__logo a img {
      width: auto; }
  .header-scrolled .header-bot {
    height: 70px; }
  .header-scrolled::after {
    height: 70px; } }

@media screen and (min-width: 1200px) {
  .header-bot {
    height: 128px; }
    .header-bot__menu {
      display: block; }
      .header-bot__menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .header-bot__menu ul li a {
          color: white; }
        .header-bot__menu ul li.parent &gt; a::after {
          content: url(./files/imgs/icons/arrow.svg); }
        .header-bot__menu ul li.parent ul {
          position: absolute;
          background: #232426;
          -webkit-transform: translateX(-16px);
          transform: translateX(-16px); }
        .header-bot__menu ul li.parent:hover &gt; a::after {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .header-bot__menu ul li.parent:hover ul {
          display: block;
          padding: 16px; }
          .header-bot__menu ul li.parent:hover ul li {
            margin-bottom: 16px; }
            .header-bot__menu ul li.parent:hover ul li:last-child {
              margin-bottom: 0; }
  .header-scrolled::after {
    height: 68px; }
  .header-scrolled .header-bot {
    height: 68px;
    /*&amp;__menu{
            ul{
              li{
                a{
                  color: $def-color;
                }
                &amp;.parent{
                  &amp;:hover{
                    ul{
                      background: white;
                    }
                  }
                  &amp;&gt;a{
                    &amp;::after{
                      content: url(./files/imgs/icons/arrow-black.svg);
                    }
                  }
                }
              }
            }
          }*/ } }

@media screen and (min-width: 1600px) {
  .header-bot {
    height: 178px; }
  .header-scrolled::after {
    height: 78px; }
  .header-scrolled .header-bot {
    height: 78px; } }

.main .first {
  position: relative; }
  .main .first__slider-item {
    position: relative;
    height: 350px; }
    .main .first__slider-item img {
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .main .first__slider-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .main .first__slider-arrows .slick-prev {
      left: 15px; }
    .main .first__slider-arrows .slick-next {
      right: 15px; }

.main .special {
  padding: 40px 0 35px; }
  .main .special .for-slider {
    padding: 0; }
  .main .special__slider .slick-prev {
    left: 15px; }
  .main .special__slider .slick-next {
    right: 15px; }
  .main .special__slider .slick-arrow {
    opacity: .9; }
  .main .special__slider .item__img .wrap {
    height: 220px;
    position: relative; }
    .main .special__slider .item__img .wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .main .special__slider .item-bot__info {
    padding: 10px 15px 0;
    background-color: #232426; }
    .main .special__slider .item-bot__info * {
      color: white; }
    .main .special__slider .item-bot__info .ref {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
      padding: 4px;
      border: 1px solid #FFFFFF;
      margin-bottom: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .main .special__slider .item-bot__info .name {
      text-transform: uppercase;
      margin-bottom: 12px;
      font-weight: 500;
      line-height: 24px; }
      .main .special__slider .item-bot__info .name::after {
        margin-top: 10px;
        content: '';
        width: 48px;
        height: 3px;
        background: #A0A0A0;
        display: block; }
    .main .special__slider .item-bot__info .desc {
      margin-bottom: 30px;
      font-weight: 400; }
    .main .special__slider .item-bot__info .bottom__place {
      margin-bottom: 10px;
      color: #A0A0A0;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      width: 100%; }
    .main .special__slider .item-bot__info .bottom-params {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main .special__slider .item-bot__info .bottom-params__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-right: 12px;
        margin-bottom: 10px; }
        .main .special__slider .item-bot__info .bottom-params__item:last-child {
          margin-right: 0; }
        .main .special__slider .item-bot__info .bottom-params__item svg {
          margin-right: 6px; }
    .main .special__slider .item-bot__info .bottom-right {
      border: 1px solid #232426;
      padding: 16px 15px 14px;
      display: block;
      background: white;
      margin: 0 -15px; }
      .main .special__slider .item-bot__info .bottom-right .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
        color: #232426;
        white-space: nowrap; }
        .main .special__slider .item-bot__info .bottom-right .price_old {
          margin-left: 16px;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
          text-transform: uppercase;
          color: #A0A0A0;
          white-space: nowrap; }
      .main .special__slider .item-bot__info .bottom-right .more {
        font-size: 14px;
        line-height: 21px;
        color: #232426;
        white-space: nowrap; }
        .main .special__slider .item-bot__info .bottom-right .more svg {
          display: inline-block;
          margin-left: 9px; }

.main .new {
  padding: 35px 0 50px; }
  .main .new__slider .slick-arrow {
    top: 120px;
    opacity: .9; }

.main .services {
  background: #F3F3F3;
  padding: 50px 0; }

.main .partners {
  padding: 50px 0 70px; }
  .main .partners__img .wrap {
    height: 180px;
    background-image: url("./files/imgs/builder.jpg");
    background-size: cover;
    background-position: center;
    position: relative; }
    .main .partners__img .wrap::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 285px;
      background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.9; }
    .main .partners__img .wrap .logo {
      width: 162px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 1; }
  .main .partners__info .wrap {
    background: #232426;
    padding: 20px; }
    .main .partners__info .wrap * {
      color: white; }
    .main .partners__info .wrap .name {
      margin-bottom: 4px; }
      .main .partners__info .wrap .name::after {
        margin-top: 16px;
        content: '';
        width: 48px;
        height: 3px;
        background: #A0A0A0;
        display: block; }
    .main .partners__info .wrap p {
      margin-bottom: 30px;
      font-weight: 400; }
    .main .partners__info .wrap .more {
      font-size: 14px;
      line-height: 21px; }
      .main .partners__info .wrap .more svg {
        display: inline-block;
        margin-left: 9px; }

.properties .col-12 {
  margin-bottom: 30px; }
  .properties .col-12:last-child {
    margin-bottom: 0; }

main.services {
  padding-bottom: 70px; }

.product-slider {
  margin-bottom: 30px; }
  .product-slider__top {
    margin-bottom: 10px; }
    .product-slider__top .wrap {
      height: 210px;
      position: relative; }
      .product-slider__top .wrap img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .product-slider__bot {
    overflow: hidden; }
    .product-slider__bot .slick-list {
      margin: 0 -5px; }
    .product-slider__bot .wrap {
      height: 48px;
      position: relative;
      margin: 0 5px; }
      .product-slider__bot .wrap img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.product-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase; }

.product-targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .product-targets__item {
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .product-targets__item:last-child {
      margin-right: 0; }
    .product-targets__item.ref {
      background: #232426;
      color: white; }
    .product-targets__item.reserved {
      background: #3D5CFF;
      color: white; }
    .product-targets__item.for-rent {
      background: #cfcdcd;
      border: 1px solid #232426;
      line-height: 16px; }
    .product-targets__item.super-offer {
      background: #FFE927; }
    .product-targets__item.for-sale {
      border: 1px solid #232426;
      line-height: 16px; }

.product-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .product-place svg {
    margin-right: 10px; }

.product-props {
  margin-bottom: 10px;
  background: #F3F3F3;
  padding: 16px 16px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-props__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    border-right: 2px solid #A0A0A0;
    padding: 0 12px; }
    .product-props__item svg {
      margin-right: 8px; }
    .product-props__item:last-child {
      border-right: none; }

.product-price {
  height: 100px;
  background: #232426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 10px; }
  .product-price_old {
    color: #A0A0A0;
    margin-left: 30px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through; }
  .product-price.sold {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.product-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px; }
  .product-print svg {
    margin-right: 10px; }

.product-socials {
  margin-bottom: 30px; }
  .product-socials .def-button {
    margin-bottom: 8px;
    text-transform: inherit;
    padding: 6px;
    height: auto; }
    .product-socials .def-button:last-child {
      margin-bottom: 0; }
    .product-socials .def-button svg {
      margin-right: 10px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.product-desc {
  margin-bottom: 30px; }
  .product-desc__block {
    margin-bottom: 40px;
    font-weight: 400; }
    .product-desc__block * {
      font-weight: 400; }
    .product-desc__block:last-child {
      margin-bottom: 0; }
    .product-desc__block-title {
      text-transform: uppercase;
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 500; }
  .product-desc iframe {
    width: 100%;
    height: 300px; }

.product-manager {
  padding: 20px;
  background: #F3F3F3; }
  .product-manager__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-manager__top-img {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      margin-right: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .product-manager__top-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .product-manager__top .manager-info .language {
      margin-bottom: 8px; }
  .product-manager__text {
    margin-bottom: 10px; }

.nearby {
  padding: 70px 0; }

.team {
  padding-bottom: 90px; }
  .team__item {
    margin-bottom: 40px; }
    .team__item:last-child {
      margin-bottom: 0; }
    .team__item-photo {
      margin-bottom: 20px; }

.all-manager {
  padding: 20px 15px;
  background: #F3F3F3;
  margin-bottom: 30px; }
  .all-manager__photo {
    width: 196px;
    margin-bottom: 20px; }
  .all-manager .manager-info .def-button.whatsapp {
    width: 250px; }

.search-content {
  padding-bottom: 70px; }
  .search-content__text {
    font-weight: 400;
    margin-bottom: 30px; }

.search-none {
  padding-bottom: 120px; }
  .search-none p {
    font-weight: 400; }
  .search-none a {
    text-decoration: underline;
    font-weight: 400; }
    .search-none a:hover {
      color: #1E3F71; }

.footer {
  background: #232426;
  padding: 50px 0 10px; }
  .footer * {
    color: white; }
  .footer iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 30px; }
  .footer-contact {
    margin-bottom: 20px; }
    .footer-contact__name {
      color: #A0A0A0;
      margin-bottom: 10px; }
    .footer-contact .schedule {
      margin-bottom: 6px; }
      .footer-contact .schedule:last-child {
        margin-bottom: 0; }
    .footer-contact__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-contact__item svg {
        margin-right: 12px; }
      .footer-contact__item.phone {
        margin-bottom: 4px; }
      .footer-contact__item.mail {
        margin-bottom: 10px; }
      .footer-contact__item.social a {
        margin-right: 20px; }
        .footer-contact__item.social a:last-child {
          margin-right: 0; }
        .footer-contact__item.social a svg {
          margin-right: 0; }
    .footer-contact.message {
      margin-bottom: 30px; }
      .footer-contact.message svg {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .footer__logo {
    margin-bottom: 20px; }
  .footer__copy {
    font-size: 14px;
    color: #A0A0A0; }

.popup {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll; }
  .popup__back {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }
  .popup__close.cross {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 330px;
    height: 322px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff; }
    .popup__wrap-img {
      background-image: url("./files/imgs/thanks.png");
      background-size: cover;
      background-position: center;
      width: 90px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .popup__wrap-content {
      padding: 40px 30px; }
      .popup__wrap-content .title {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .popup__wrap-content p {
        font-weight: 400;
        margin-bottom: 30px; }
      .popup__wrap-content .def-button {
        max-width: 239px; }

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px; }
    .footer iframe {
      height: 400px;
      margin-bottom: 20px; }
  .popup__wrap {
    max-width: 610px;
    height: 400px; }
    .popup__wrap-img {
      width: 226px; }
    .popup__wrap-content {
      padding: 70px 64px 0 30px; }
      .popup__wrap-content .title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 45px; }
      .popup__wrap-content p {
        margin-bottom: 40px; } }

@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 80px; }
    .footer iframe {
      height: 490px; }
    .footer-contact.message {
      margin-bottom: 24px; }
    .footer__logo {
      margin-bottom: 0; }
  .popup__wrap {
    max-width: 730px; }
    .popup__wrap-img {
      width: 255px; }
    .popup__wrap-content {
      padding: 80px 95px 0 30px; } }

@media screen and (min-width: 1600px) {
  .footer-contact {
    margin-bottom: 40px; }
    .footer-contact.message {
      margin-bottom: 53px; }
    .footer-contact__item.mail {
      margin-bottom: 20px; }
  .footer__logo {
    margin-bottom: 20px; }
  .popup__wrap {
    max-width: 1050px; }
    .popup__wrap-img {
      width: 375px; }
    .popup__wrap-content {
      padding: 130px 135px 0 30px; } }

@media screen and (min-width: 768px) {
  .main .first__slider-item {
    height: 400px; }
  .main .special {
    padding: 50px 0 45px; }
    .main .special .for-slider {
      padding: 0 15px; }
    .main .special__slider .slick-prev {
      left: 6px; }
    .main .special__slider .slick-next {
      right: 6px; }
    .main .special__slider .item__img .wrap {
      height: 400px; }
    .main .special__slider .item-bot__info {
      padding: 10px 20px 0; }
      .main .special__slider .item-bot__info .name {
        font-size: 28px;
        line-height: 42px; }
        .main .special__slider .item-bot__info .name::after {
          margin-top: 20px; }
      .main .special__slider .item-bot__info .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .main .special__slider .item-bot__info .bottom-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-bottom: 10px; }
        .main .special__slider .item-bot__info .bottom-right {
          margin-left: 0;
          margin-right: -20px;
          padding: 20px 20px 16px;
          width: 290px; }
  .main .new {
    padding: 45px 0 70px; }
  .main .services {
    padding: 60px 0; }
  .main .partners {
    padding: 70px 0 90px; }
    .main .partners__img {
      padding-right: 0; }
      .main .partners__img .wrap {
        height: 100%; }
        .main .partners__img .wrap .logo {
          right: 30px;
          bottom: 30px; }
    .main .partners__info {
      padding-left: 0; }
      .main .partners__info .wrap {
        padding: 30px 20px 20px; }
        .main .partners__info .wrap .name {
          font-size: 20px;
          line-height: 30px; }
        .main .partners__info .wrap p {
          margin-bottom: 34px; }
  main.services {
    padding-bottom: 90px; }
  .product-slider__top {
    margin-bottom: 30px; }
    .product-slider__top .wrap {
      height: 475px; }
  .product-slider__bot .slick-list {
    margin: 0 -15px; }
  .product-slider__bot .wrap {
    margin: 0 15px;
    height: 78px; }
  .product-targets {
    margin-bottom: 20px; }
  .product-place {
    margin-bottom: 20px; }
  .product-props {
    margin-bottom: 30px; }
  .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-price_old {
      margin-left: 0; }
  .product-print {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .product-socials {
    margin-bottom: 0; }
    .product-socials .def-button {
      text-align: start; }
  .product-manager {
    padding: 40px 15px; }
    .product-manager__top {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .nearby {
    padding: 90px 0; }
  .team__item {
    margin-bottom: 30px; }
    .team__item:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .team__item-photo {
      margin-bottom: 30px; }
  .all-manager {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .all-manager__photo {
      margin-bottom: 0;
      margin-right: 30px;
      height: auto; }
    .all-manager .manager-info .def-button.whatsapp {
      width: 207px; }
  .search-content {
    padding-bottom: 90px; } }

@media screen and (min-width: 1200px) {
  .main .first__slider-item {
    height: 600px; }
  .main .special {
    padding-top: 60px; }
    .main .special__slider .item__img {
      padding-right: 0; }
      .main .special__slider .item__img .wrap {
        height: 100%; }
    .main .special__slider .item-bot {
      padding-left: 0; }
      .main .special__slider .item-bot__info {
        padding-top: 20px;
        min-height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
        .main .special__slider .item-bot__info .ref {
          margin-bottom: 40px; }
        .main .special__slider .item-bot__info .bottom {
          bottom: 0;
          width: 420px; }
          .main .special__slider .item-bot__info .bottom-wrap {
            padding-right: 37px; }
          .main .special__slider .item-bot__info .bottom-params__item {
            margin-right: 16px; }
          .main .special__slider .item-bot__info .bottom-right {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; }
            .main .special__slider .item-bot__info .bottom-right .price {
              display: block; }
              .main .special__slider .item-bot__info .bottom-right .price_old {
                margin-left: 0; }
  .main .new {
    padding-bottom: 100px; }
    .main .new .col {
      margin-bottom: 20px; }
      .main .new .col:nth-last-child(-n+4) {
        margin-bottom: 0; }
  .main .services {
    padding: 80px 0 100px;
    position: relative; }
    .main .services::before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      z-index: -2;
      opacity: 0;
      -webkit-transition: .4s;
      transition: .4s; }
    .main .services::after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      z-index: -1; }
    .main .services.construction {
      background-color: transparent; }
      .main .services.construction::before {
        background-image: url("./files/imgs/construction.jpg");
        opacity: 1; }
    .main .services.design {
      background-color: transparent; }
      .main .services.design::before {
        background-image: url("./files/imgs/property.jpg");
        opacity: 1; }
  .main .partners {
    padding: 90px 0 120px; }
    .main .partners__img .wrap .logo {
      width: 240px; }
    .main .partners__info .wrap p {
      margin-bottom: 60px; }
  .properties .col-12:nth-last-child(-n+2) {
    margin-bottom: 0; }
  main.services {
    padding-bottom: 120px; }
  .product-slider {
    margin-bottom: 20px; }
  .product-desc {
    margin-bottom: 0; }
  .product-manager {
    padding: 20px; }
    .product-manager__top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .product-price {
    font-size: 26px; }
  .nearby {
    padding: 90px 0 120px; }
  .team {
    padding-bottom: 120px; }
    .team__item-photo {
      margin-bottom: 0; }
  .all-manager {
    margin-bottom: 40px; }
    .all-manager__photo {
      width: 130px; }
  .search-content {
    padding-bottom: 120px; }
    .search-content__text {
      margin-bottom: 40px; } }

@media screen and (min-width: 1600px) {
  .main .first__slider-item {
    height: 800px; }
  .main .special {
    padding: 60px 0 70px; }
    .main .special__slider .item-bot__info {
      padding: 20px 30px 0; }
      .main .special__slider .item-bot__info .bottom {
        width: 100%; }
        .main .special__slider .item-bot__info .bottom-right {
          margin-right: -30px;
          width: 240px; }
  .main .new {
    padding: 70px 0 140px; }
  .main .services {
    padding: 100px 0 120px; }
  .main .partners {
    padding: 140px 0; }
  .product-slider {
    margin-bottom: 40px; }
    .product-slider__top .wrap {
      height: 760px; }
    .product-slider__bot .wrap {
      height: 136px; }
  .product-props {
    padding: 30px 30px 20px; }
    .product-props__item {
      padding: 0 30px; }
      .product-props__item:first-child {
        padding-left: 0; }
  .product-price {
    font-size: 34px; }
  .nearby {
    padding: 120px 0; }
  .all-manager__photo {
    width: 210px; }
  .search-none {
    padding-bottom: 180px; } }

@page {
  size: A4 landscape;
  margin: 1.2cm; }

@media print {
  .print {
    overflow: hidden;
    max-height: calc(21cm - 1.2cm - 1.2cm - 0.1cm); } }

.print {
  margin-left: auto;
  margin-right: auto;
  width: 27.3cm;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact; }
  .print .ref {
    text-transform: uppercase;
    text-align: right;
    font-size: 16pt;
    line-height: 1;
    margin-bottom: .46cm; }
  .print-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .22cm; }
    .print-top__title {
      font-size: 21pt;
      text-transform: uppercase;
      width: 19.7cm;
      line-height: 24pt; }
    .print-top__price {
      height: 1.78cm;
      width: 7.03cm;
      color: white;
      background: #232426;
      font-size: 30pt;
      text-align: center;
      line-height: 1.78cm; }
  .print-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .print-gallery .wrap {
      position: relative; }
      .print-gallery .wrap:first-child, .print-gallery .wrap:nth-child(2) {
        height: 7.67cm;
        width: calc(50% - .1cm);
        margin-bottom: .2cm; }
      .print-gallery .wrap:not(:nth-child(2)):not(:last-child) {
        margin-right: .2cm; }
      .print-gallery .wrap:not(:first-child):not(:nth-child(2)) {
        height: 3.05cm;
        width: 5.3cm; }
      .print-gallery .wrap img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .print-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.1cm; }
    .print-props__item {
      margin-right: .8cm;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12pt;
      line-height: 1; }
      .print-props__item:last-child {
        margin-right: 0; }
      .print-props__item svg {
        margin-right: .2cm; }
  .print-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .print-bot__desc {
      padding-top: .15cm;
      padding-bottom: .45cm;
      font-size: 12pt;
      line-height: 17pt;
      border-top: 1px solid;
      width: calc(27.3cm - 2.91cm - .22cm); }
    .print-bot__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .print-bot__contact .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: .8cm; }
        .print-bot__contact .item:last-child {
          margin-right: 0; }
        .print-bot__contact .item svg {
          margin-right: .24cm; }
    .print-bot #qr-code {
      width: 2.91cm;
      height: 2.91cm;
      margin-left: .22cm;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
</pre></body></html>