@charset "utf-8";
/*

Theme Name: Риэлти Child
Author: aftop.ru
Author URI: aftop.ru
Description: Child
Version: 3.1.71
Template: myhome
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myhome-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Realty: 6.8

*/

/* Updated 20.01.2023 */
#fancybox-wrap {
  height: auto !important;
}

/* Updated 11.10.2022 */
#new-slider .bootstrap-select.btn-group>.btn {
  padding: 13px 0 9px 20px;
}

/* Updated 06.10.2022 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../plugins/easy-social-share-buttons3/assets/fonts/fontawesome-webfont.woff2?v=4.6.3');
  font-weight: normal;
}

/* Updated 07.09.2022 */
.b24-form input[type=email],
.b24-form input[type=tel],
.b24-form input[type=text],
.b24-form textarea {
  text-align: left;
  margin-bottom: 0;
}

.b24-form input[type=email]:focus,
.b24-form input[type=tel]:focus,
.b24-form input[type=text] {
  padding: 17px 10px 0 !important;
  border: 1px solid var(--b24-primary-color) !important;
  ;
}

/* Updated 04.08.2022 */
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em !important;
  padding: 0.2em 1em !important;
  border: 2px solid #00a0d2;
  font-size: inherit;
  line-height: inherit;
  transform: inherit;
  color: inherit;
}

.mh-pricing-table__row--price.mh-pricing-table__row--price span {
  font-size: 36px;
  font-weight: 700;
  color: #444;
  padding-bottom: 0;
  display: initial;
  white-space: nowrap;
}


@media (min-width: 768px) {
  .mh-agency-agents {
    margin: 24px auto 180px;
  }
}

/* Edited 23.06.2022 */
.fa {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Landing page */
.landing_best {
  margin-top: 80px;
  margin-bottom: 80px;
}

.partners {
  margin-bottom: 130px;
}

#post-3862 .mh-heading {
  line-height: 43px;
  margin-bottom: 47px;
}

.testimonial {
  margin-bottom: -80px;
  margin-top: -46px;
  padding-top: 30px;
}

.services_section {
  margin-top: 100px;
}

.services_section .mh-caption__inner {
  display: none;
}

/* Hero */
.hero__person {
  position: relative;
}

.person__description {
  position: absolute;
  bottom: 30px;
  right: -135px;
  padding: 8px 14px 11px 12px;
  background-color: #ffffff;
  width: 250px;
}

@media (max-width: 960px) {
  .person__description {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 880px) {
  .person__description {
    bottom: -40px;
  }
}

@media (max-width: 800px) {
  .person__description {
    bottom: -80px;
  }
}

.person__description .person__name {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #4d4d4d;
}

.person__description .person__post {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.person__description p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
}

.hero__text {
  padding-top: 50px;
}

.hero__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: inherit;
  margin-bottom: 34px;
}

.hero__title span {
  color: #29aae3;
}

.advantage__list {
  margin: 0;
  list-style-type: none;
  padding-left: 34px;
}

.advantage__item {
  font-size: 22px;
  line-height: 130%;
  color: #4d4d4d;
  margin-bottom: 2px;
}

.advantage__item::before,
.decorate ul li:before {
  content: '\f00c';
  position: absolute;
  left: 16px;
  font-family: 'FontAwesome';
}

/* form hero */

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  transition: all 0.15s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}

.form__wrap {
  margin: 0 auto;
  max-width: 260px;
  background-color: #fff;
  padding: 26px 10px 0px;
}

.form__wrap.form_hero p:last-child {
  margin-bottom: -10px;
}

.form__wrap .form__title {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 19px;
}

.form__wrap .form__label {
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  margin-left: 5px;
}

.form__wrap .form__body {
  margin-bottom: 4px;
}

.form__wrap .form__body select,
.form__wrap .form__body input {
  padding: 7px 5px 10px 2px;
  border: none;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 14px;
  background: transparent;
}

.form__wrap .form__body select {
  padding: 7px 24px 10px 2px;
}

.form__wrap .form__body input:active,
.form__wrap .form__body input:focus {
  background: rgba(41, 170, 227, 0.05) !important;
}

.form__wrap .form__body .form__btn:active,
.form__wrap .form__body .form__btn:focus {
  background: #29aae3 !important;
}

.form__wrap .form__body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__wrap .form__body span.services::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: url(img/arrow-down.svg) no-repeat;
  background-size: 8px;
  pointer-events: none;
}

.form__wrap .form__body select::-ms-expand {
  display: none;
}

.form__wrap .form__body input {
  padding: 7px 5px 10px 5px;
}

.form__wrap .form__body input.wpcf7-not-valid {
  background-color: #ff00001a;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-name: not-valid;
  animation-name: not-valid;
}

@-webkit-keyframes not-valid {
  from {
    background-color: #ff00001a;
  }

  50% {
    background-color: #ff000044;
  }

  to {
    background-color: #ff00001a;
  }
}

@keyframes not-valid {
  from {
    background-color: #ff00001a;
  }

  50% {
    background-color: #ff000044;
  }

  to {
    background-color: #ff00001a;
  }
}

.form__wrap .form__body .wpcf7-not-valid-tip {
  display: none !important;
}

.form__wrap .form__body input::-webkit-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::-moz-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input:-ms-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::-ms-input-placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__body input::placeholder {
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 14px !important;
  color: #a1a1a1 !important;
}

.form__wrap .form__approval {
  font-size: 9px;
  line-height: 150%;
  text-align: center;
  color: #a2a2a2;
  margin-bottom: 10px !important;
  max-width: 240px;
  margin: 0 auto;
}

.form__wrap .form__btn {
  font-size: 16px !important;
}

.form__wrap .form__btn {
  line-height: 45px !important;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}

.form__wrap p {
  position: relative;
}

.form__wrap .ajax-loader {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-response-output {
  max-width: 260px;
  padding: 5px 10px !important;
  margin: 0 auto !important;
  background-color: #fff;
  font-size: 12px;
  line-height: 120%;
  color: #4d4d4d;
  transform: translateY(10px);
  background-color: transparent;
}

@media (max-width: 880px) {
  .hero__form {
    padding-top: 40px;
  }
}

/* Hero end */

/* Form row */
.form-row {
  padding: 26px 10px 0 10px;
}

.form-row__text p {
  max-width: 876px;
  margin: 0 auto;
  font-size: 16px;
  /* line-height: 19px; */
  text-align: center;
  color: #4d4d4d;
}

.section__title {
  font-weight: bold;
  font-size: 32px;
  /* line-height: 37px; */
  text-align: center;
  color: #222222;
}

.form-row__text .form-row__title {
  margin-bottom: 17px;
}

.form__wrap.form__row {
  max-width: 100%;
  background-color: transparent;
}

.form__row .form__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.form__row .input__wrap {
  padding-right: 20px;
  flex-basis: calc(25% - 10px);
}

@media (max-width: 1110px) {
  .form__row .input__wrap {
    padding-right: 40px;
  }

  .form__row .form__body {
    justify-content: center;
  }
}

.form__row .btn__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.form__row .form__approval {
  margin-bottom: 0;
  padding-top: 5px;
}

.form-row .wpcf7-response-output {
  max-width: 700px;
}

@media (max-width: 940px) {
  .form__wrap.form__row {
    max-width: 260px;
  }

  .form__row .input__wrap {
    padding-right: 0;
  }

  .form__row .form__body {
    flex-direction: column;
  }

  .form__row .btn__wrap {
    flex-direction: column-reverse;
  }

  .form__row .form__approval {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .form-row .wpcf7-response-output {
    max-width: 260px;
  }
}

.form__row .loader__wrap {
  position: relative;
}

/* Form row end */

.map_outer {
  margin-top: 150px;
  overflow: visible !important;
}

.map_outer .wpb_column {
  margin-bottom: -77px;
}

.map_block {
  position: absolute;
  right: 73px;
  top: -80px;
  max-width: 455px;
  padding: 30px 40px;
  background: #f9f9f9;
}

.map_block p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .map_block p {
    margin-bottom: 15px;
  }
}

.map_block span {
  font-weight: bold;
  font-size: 14px;
}

.map_head {
  font-size: 22px;
  color: #222;
  font-weight: bold;
}

.map_subhead {
  font-size: 14px;
}

#map_canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#map_canvas {
  position: relative;
}

iframe {
  min-width: 100%;
}

.o_sebe {
  margin-bottom: 55px;
}

.benefits {
  margin-left: 20px;
  margin-top: 10px;
}

.benefit {
  margin-bottom: 18px;
}

.benefit::before {
  content: '\f00c';
  position: absolute;
  left: 36px;
  font-family: 'FontAwesome';
  font-size: 23px;
  margin-top: -5px;
}

.benefit_title {
  padding-left: 27px;
}

.benefit_title p {
  padding-left: 27px;
}

.benefit_title {
  font-weight: 500;
  font-size: 20px;	
}

.center {
  text-align: center;
}

.feature_icon {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 14px;
}

.feature_text {
  margin-top: -18px;
}

.new_header {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}

.sub_header {
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .o_sebe p {
    margin-bottom: 17px;
  }
}

div[id*='f3759'] {
  max-width: 390px;
}

.feedback-page {
  width: 390px;
}

.short {
  max-width: 900px;
  margin-bottom: 11px;
}

.feedback {
  position: fixed;
  z-index: 9999;
  right: 16%;
  padding-top: 27px;
}

.feedback a {
  color: #29aae3;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 1559px) {
  .feedback a {
    font-size: 12px !important;
  }

  .feedback {
    right: 4% !important;
  }

  .link_text {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  .feedback {
    right: 10% !important;
    padding-top: 18px;
  }
}

@media (max-width: 495px) {
  .feedback {
    right: 19% !important;
    padding-top: 18px;
  }
}

/* //landing page end */

/* new page */
@media screen and (min-width:778px) {
  #new-slider form>div:first-child {
    width: 33% !important;
  }

  #new-slider .mh-attribute__bedrooms {
    width: 12% !important;
  }

  #new-slider .mh-attribute__price {
    width: 38% !important;
  }

  #new-slider form>div:last-child {
    width: 29% !important;
  }
}


#field-price_to {
  text-transform: lowercase;
}

#new-slider .mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element {
  display: block;
}

#new-slider input[type=text]:focus,
.dubai_search input[type=text]:focus {
  background-color: #fff !important;
}

#new-slider .mh-active-input input,
.dubai_search .mh-active-input input {
  background-color: #fff !important;
}

.mh-top-title__subheading {
  max-width: 1140px;
  text-align: left;
  margin: auto;
}

/* //new page end */

/* invest page */
/* CTA */
.catalog_img img {
  position: absolute;
  top: 201px;
  left: 280px;
  z-index: 99;
  animation: bounce_img 10s infinite;
}

@keyframes bounce_img {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -5%);
  }

  100% {
    transform: translate(0, 0);
  }
}

.CTA {
  overflow: visible !important;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 140px;
  margin-top: 120px;
}

.CTA>div:first-child {
  max-width: 590px;
  margin-right: 180px;
}

.CTA>div:last-child {
  background: #fff;
  padding-bottom: 20px;
}

#wpcf7-f3950-p3816-o1 label {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .catalog_img img {
    display: none;
  }
}

/* CTA end*/


/* user table */
.short_header .mh-pricing-table {
  background: #fff;
}

.short_header .mh-pricing-table__column__inner {
  background: #f4f4f4;
}

.short_header .mh-pricing-table__row--price {
  background: #f4f4f4;
}

.mh-pricing-table__row--price span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}

.short_header .mh-heading {
  max-width: 800px;
  margin: auto;
  margin-bottom: 36px;
}

/* //user table end */

/* comparison table */
.vc_custom_1507214929467 .mh-heading {
  max-width: 800px;
  margin: auto;
  margin-bottom: 36px;
}

#tablepress-1 th {
  background-color: #173557;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.tablepress {
  max-width: 940px;
  margin: auto;
}

.tablepress td,
.tablepress th {
  font-size: 22px;
  font-weight: 400;
  padding: 17px !important;
}

/* //comparison table end */

.mh-top-bar-user-panel__user-menu a i,
.mh-top-bar-user-panel__user-menu button i {
  margin-right: 2px !important;
}

#wp-admin-bar-myhome {
  display: none !important;
}

@media (min-width: 768px) {
  .mh-panel-login-buttons .mh-panel-login-buttons__remember {
    width: 35%;
    float: left;
  }

  .mh-panel-login-buttons .mh-panel-login-buttons__right {
    width: 65%;
  }
}

.mh-post-grid__inner {
  max-height: 250px;
}

.mh-post-grid__excerpt {
  max-height: 97px;
  overflow: hidden;
}

.mh-post-grid__heading {
  max-height: 69px;
  overflow: hidden;
}

/* //invest page end*/

input[type=text] {
  padding-left: 19px;
}

.georgia .hero__title {
  color: #fff;
  font-size: 38px;
}

.georgia .advantage__item {
  color: #fff;
  font-size: 24px;
  line-height: 150%;
}

.georgia .wpb_single_image .vc_single_image-wrapper {
  margin-top: 12px;
}

.georgia {
  padding-top: 66px;
}

.mh-footer__logo>img {
  max-height: 70px;
}

.bootstrap-select.btn-group .filter-option {
  text-transform: inherit;
}

.decorate {
  max-width: 760px;
  font-size: 21px;
  margin-bottom: 120px;
}

.decorate h2 {
  margin-top: 64px;
}

.decorate ol,
.decorate ul {
  padding-left: 22px;
}

.decorate ol li,
.decorate ul li {
  margin-bottom: 10px;
}

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

.decorate ul li:before {
  left: inherit;
  margin-left: -28px;
}

/***
 Form Sidebar CF7
 ***/

.custom-checkbox {
  margin: 15px 0 25px;
}

.custom-checkbox .communication-method {
  display: flex;
  justify-content: center;
  grid-column-gap: 8px;
  flex-wrap: wrap;
}

.custom-checkbox label {
  display: block;
  margin: 0 auto;
}

.custom-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 auto;
  flex-basis: 22%;
}

.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.custom-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 8px 15px 8px 33px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #53575f;
  background: #f4f4f4;
  border-radius: 24px;
}

.custom-checkbox .wpcf7-list-item.first .wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/whatsapp-grey.svg');
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background: url('img/icon-form/phone-grey.svg');
  background: url('img/icon-form/phone.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.last .wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
}

.custom-checkbox input[type="checkbox"]+.wpcf7-list-item-label::before {
  border-radius: 0;
}

.custom-checkbox .wpcf7-list-item.first input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  background: url('img/icon-form/phone.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item.last input[type="radio"]+.wpcf7-list-item-label::after {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
  opacity: 0;
}

.custom-checkbox .wpcf7-list-item.first input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/whatsapp.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/phone.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.last input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  content: '';
  background: url('img/icon-form/tg.svg');
  background-size: cover;
}

.custom-checkbox .wpcf7-list-item.first input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
  background: #daebff;
  color: #1d222d;
}

.custom-checkbox .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.custom-checkbox .wpcf7-list-item.last input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

/***
 End "Form Sidebar CF7"
 ***/


/***
 border radius 
 ***/
.mh-estate-vertical,
.mdl-button,
.mh-post-grid.has-post-thumbnail,
.mh-footer-top--dark .tagcloud a,
input[type=text],
input[type="tel"],
input[type="url"],
input[type="email"],
textarea,
select,
input[type=search]:not(#media-search-input),
.bank-slide-in,
.widget-infobox__image,
img,
.wpcf7-submit,
.mh-contact-form-style-2,
.bootstrap-select.btn-group>.dropdown-toggle,
.mh-estate__section,
.single-estate .mh-comments,
.block-preimushestva .vc_column-inner,
.block-city .owl-item img,
.mh-estate__details>div a,
.swiper-container--single-thumbs .swiper-slide .swiper-slide__inner,
.swiper-button-next,
.swiper-button-prev,
iframe,
.mh-slider__card-default__price,
.mh-estate__plan-thumbnail-wrapper,
.essb_links li,
.essb_links li a,
.essb_links li a .essb_icon,
.essb_links li a .essb_network_name,
.mh-map-zoom,
.mh-map-panel,
.mh-map-infobox,
.mh-map-infobox__img-wrapper,
.mh-box:after,
.mh-agent--white,
.mh-slider__card-default,
.mh-top-header .mh-currency-switcher .dropdown-menu,
.mh-top-header-big .mh-currency-switcher .dropdown-menu,
.mh-slider__transparent__price,
.mh-mosaic-grid__item,
.mh-box__img-wrapper,
.mh-agent,
.bootstrap-select,
.mh-rs-search .mh-search.mh-search--button .mh-search__panel,
.bootstrap-select.btn-group.bs-container .dropdown-menu,
.mh-rs-search--bg-light-mask #myhome-search-form-submit .mh-search--button,
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text,
.mh-list-attribute__item__content,
.vc_custom_1651762380474,
.map_block,
.mh-pricing-table__row--button,
.myhome-body .mh-pricing-table__row--button .mdl-button.mdl-button--raised.mdl-button--primary,
.vc_custom_1531154415645,
.project-card-slider__slide,
.project-card-slider,
.vc_tta-panel-heading,
.vc_custom_1628427179177,
.mh-service,
.short_header .mh-pricing-table__column__inner,
.essb_links ul,
.useful_item,
.useful_overlay,
.btn-custom-search,
.form__wrap,
.modern_section form {
  border-radius: 8px;
}

/* border-radius top  */
.mh-estate-vertical .mh-thumbnail img,
.mh-accordion .ui-accordion-header:first-child,
.mh-post-grid__thumbnail .mh-thumbnail__inner img,
.mh-list-attribute__image__link img,
.mh-agency-agents__single__img-wrapper img,
.mh-pricing-table__row--name,
body #mega_main_menu.mh-primary li.default_dropdown>.mega_dropdown>li:first-child>.item_link,
body #mega_main_menu.mh-primary.direction-vertical>.menu_holder>.menu_inner>ul>li:first-child>.item_link,
.mh-estate__details .mh-estate__details__price {
  border-radius: 8px 8px 0px 0px;
}

/* border-radius bottom  */
.mh-agency-agents__heading,
body #mega_main_menu.mh-primary li.default_dropdown>.mega_dropdown>li:last-child>.item_link,
body #mega_main_menu.mh-primary.direction-vertical>.menu_holder>.menu_inner>ul>li:last-child>.item_link {
  border-radius: 0px 0px 8px 8px;
}

/* border-radius right  */
.mh-thumbnail__featured,
#search-2 .mdl-button.mdl-button--raised.mdl-button--primary {
  border-radius: 0px 8px 8px 0px;
}

/* border-radius left  */
.mh-caption__inner,
.project-card__shield,
input[type=search]:not(#media-search-input) {
  border-radius: 8px 0px 0px 8px;
}

.mh-caption__inner:not(:first-child) {
  border-radius: 8px;
}

.mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-radius: 3px;
}

html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown,
html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>.mega_dropdown {
  background-color: unset;
  border-radius: 8px !important;
}

/***
  End border-radius
  ***/

.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}

.mh-pricing-table__row--price.mh-pricing-table__row--price del span {
  font-size: 16px !important;
}

/***
 Modern header form
 ***/
.modern_section.modern_main {
  min-height: 490px;
  padding-top: 74px;
  line-height: 1.21;
  padding-bottom: 20px;
}

.modern_text {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  margin-left: -6px;
  padding-bottom: 10px;
}

.modern_section.modern_main .vc_row {
  margin-left: 0;
  margin-right: 0;
  margin: auto;
}

.modern_section .mh-search__2-col__left {
  padding-right: 1px;
}

.modern_section .mh-search__2-col__right {
  padding-left: 1px;
}

.modern_section .mh-search__panel input {
  height: 55px;
  margin-bottom: 0;
}

.modern_section .mh-search__panel button {
  height: 55px
}

.modern_section form {
  background: rgba(255, 255, 255, .6);
  /* background-color: rgba(37,37,37,.6); */
  padding-bottom: 7px;
}

.modern_section .mh-search--button .btn-group.bootstrap-select {
  padding-bottom: 0;
  margin-bottom: 0;
}

.modern_section .mh-search__2-col__right:after {
  display: none;
}

.modern_section #field-price_to {
  padding-left: 18px;
}

.modern_section input[type=text]:focus,
.dubai_search input[type=text]:focus {
  background-color: #fff !important;
}

.modern_section .mh-active-input input,
.dubai_search .mh-active-input input {
  background-color: #fff !important;
}

.new_build_head {
  margin-top: -315px;
  z-index: 1;
  position: relative;
  margin-bottom: 230px;
}

.dubai_head {
  margin-top: -272px
}

.modern_section.new_build_head .mh-attribute__property-type {
  display: none;
}

.modern_section .btn-custom-search {
  position: absolute;
  right: 168px;
  bottom: -60px;
  background-color: #fff;
  color: #4d4d4d;
  transition: all 0.25s;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}

.modern_section.new_build_head .btn-custom-search {
  bottom: -79px;
  padding: 11px;
}

@media (min-width: 768px) {
  .modern_section .mh-search .mh-search__element {
    width: 14%;
    padding: 0px 1px;
  }

  .modern_section .mh-search .mh-attribute__price {
    width: 26%;
  }

  .modern_section .mh-search .mh-attribute__keyword {
    width: 32%;
  }

  .modern_section .mh-search .mh-attribute__keyword.w46 {
    width: 46%;
  }

  .modern_section.new_build_head .mh-attribute__keyword {
    width: 46%;
  }

  .modern_section .mh-search button.mdl-button--primary {
    position: absolute;
    right: 8px;
    top: 81px;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .modern_section .mh-search__element {
    margin-bottom: 4px;
  }

  .new_build_head {
    margin-top: -395px;
  }

  .modern_section.new_build_head .btn-custom-search {
    margin-top: -38px;
  }

  .modern_section.modern_main {
    min-height: 533px;
  }

  .modern_section .btn-custom-search {
    width: 100%;
    display: block;
    position: inherit;
    margin-top: 9px;
  }

  .modern_section.modern_main {
    padding-top: 0;
  }

  .wpb_content_element.modern_text {
    margin-bottom: 5px;
    text-align: center;
  }

  .new_build_head {
    margin-bottom: 50px;
  }

}

/***
 Modern header form
 ***/


/***
 Modern useful links
 ***/
.useful_section {
  display: flex;
  flex-flow: row wrap;
  margin-left: -12px;
  color: #FFF;
}

.useful_section a {
  color: #FFF;
}

.useful_item.useful_item__long {
  width: calc(66.6% - 12px);
}

.anb_useful .useful_overlay {
  padding: 19px 15px 25px 25px;
}

.useful_item {
  width: calc(33.3% - 12px);
  margin-left: 12px;
  margin-bottom: 8px;
  height: 200px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.useful_item:hover {
  opacity: 0.9;
}

.useful_overlay {
  display: block;
  background-image: -webkit-linear-gradient(340deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .1));
  background-image: linear-gradient(110deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .1));
  width: 100%;
  height: 100%;
}

.useful_overlay.useful_overlay__dark {
  background-image: -webkit-linear-gradient(340deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .5));
  background-image: linear-gradient(110deg, rgba(43, 71, 86, .7), rgba(43, 71, 86, .5));
}

.useful_wrap-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.useful_link {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.useful_link span {
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}

.useful_link span:hover {
  border-bottom-color: hsla(0, 0%, 100%, .3);
}

.useful_title {
  font-weight: 500;
  font-size: 24px;
  max-width: 190px;
  text-align: center;
  line-height: 31px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.useful_item:hover .useful_title {
  border-bottom-color: hsla(0, 0%, 100%, .3);
}

.useful_item__long:hover .useful_title,
.useful_item__anb:hover .useful_title {
  border-bottom-color: transparent;
}

.useful_item__long .useful_title,
.useful_item__anb .useful_title {
  max-width: none;
  text-align: left;
}

.useful_ul {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .useful_section {
    width: auto;
  }
}

@media (max-width: 680px) {
  .useful_item {
    width: calc(50% - 12px);
  }

  .useful_item:nth-child(even):last-child {
    width: 100%;
  }

  .useful_item.useful_item__long {
    width: 100%;
  }
}

/***
 End of Moderm useful links
 ***/

.modern_about_text {
  font-size: 21px;
}

#mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>.item_link .link_text {
  font-weight: 600 !important;
}

.mh-footer__row #mh-submit-button {
  display: none;
}

.mh-map-wrapper {
  position: relative;
}

.mh-map-wrapper .mh-loader-wrapper-map {
  display: block !important;
  z-index: 4;
  background: #FFFFFF;
}

.mh-search-horizontal {
  position: relative;
  z-index: 5 !important;
}

.nav_logo img {
  border-radius: 0px;
}

.mh-footer__logo img {
  border-radius: 0px;
}

review-lab .widget__header__block .widget__leave-link:hover {
  opacity: 0.8;
}

/* rent/calendarista */

/* .book_estate_desktop .calendarista .calendarista-start-date.form-control, 
.book_estate_desktop .calendarista .calendarista-end-date.form-control  {
  font-size: 10px !important;
} */

.calendarista .btn {
  box-shadow: none !important;
  border: none !important;
}

.calendarista .btn:hover {
  opacity: 0.7;
  border-color: inherit !important;
  box-shadow: none !important;
}

.calendarista .btn:active {
  box-shadow: none !important;
}

.calendarista.card.calendarista-typography {
  border: none !important;
}

.book_estate {
  margin-bottom: -2px;
}

/* #calendarista_1_next, 
#calendarista_1_prev,
#calendarista_1_booknow {
  margin-top: -60px;
}

.calendarista .col-11.calendarista-align-right {
  width: 100%;
} */

div.calendarista-summary-info.alert.alert-primary {
  background-color: #fafafafa !important;
}

/* @media (max-width: 768px) {
  .book_estate_desktop{
    position: absolute;
    top: 0;
    width: 100%;
  },
  .book_estate_wrapper{
    height: 100%;
    width: 100%;
    overflow: hidden;
  },
  .card-header {
    margin-top: -16px;
  }
} */

.ui-accordion-header-icon.ui-icon-triangle-1-e,
.ui-accordion-header-icon.ui-icon-triangle-1-s {
  display: none;
}

.mh-accordion .ui-state-hover,
.mh-accordion .ui-state-default {
  border: none;
  background: #fff;
}

.mh-estate__section--plans {
  padding-bottom: 10px;
}

.comp_services .mh-service img {
  width: 360px;
}

#buy_prop_icons .aio-icon-img.uavc-circle {
  background-color: green;
}

.post-content ul li,
.post-content ol li {
  margin-bottom: 7px;
}

.dropdown-menu>li>a {
  text-transform: inherit;
}

.mh-footer-bottom a {
  color: #fff;
}

@media (max-width: 360px) {
  .mh-search__buttons button:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 372px) {
  .mh-estate-vertical__buttons .mh-estate-vertical__buttons__single {
    display: block;
    padding-left: 0;
  }
}

#fancybox-content {
  padding: 20px 20px 0px 20px;
  border-radius: 9px !important;
}

#fancybox-outer {
  border-radius: 9px !important;
}

a.header_phone {
  font-size: 19px !important;
}

#mega_main_menu li.default_dropdown>.mega_dropdown>li.sub_menu>.item_link {}

#mega_main_menu.mh-primary ul li .mega_dropdown>li.sub_menu>.item_link .link_text {
  text-transform: unset;
  font-size: 14px;
}

html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>ul li.sub_menu.menu-item>.item_link {
  text-transform: unset;
  padding: 0;
  min-height: 30px;
  padding-top: 6px;
  padding-left: 30px;
}

html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>ul li.sub_menu.menu-item {
  min-height: 30px;
}

html body #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>ul li.sub_menu .menu-item {
  min-h eight: 30px;
}


.mega_dropdown li:nth-child(3) {
  margin-top: -10px !important;
}

.mega_dropdown li:nth-child(8) {
  margin-top: -10px !important;
}


.reviews_block {
  display: flex;
}

.reviews_title {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}

.reviews_text {
  flex: 6 1 0;
  padding-right: 120px;
}

.reviews_img {
  flex: 4 1 0;
}

.reviews_subtitle {
  font-weight: 500;
  margin-bottom: 20px;
}

.mh-thumbnail__featured {
  display: none;
}

.krolik_listing .swiper-slide {
  height: 375px
}

.krolik_listing .swiper-slide img {
  height: 375px
}

.krolik_listing .swiper-container {
  height: 300px !important;
}

.krolik_listing .swiper-slide {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.krolik_listing .swiper-container {
  height: 300px !important;
}

.krolik_listing .swiper-slide {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.krolik_listing .swiper-slide img {
  height: 100% !important;
  width: auto;
  object-fit: cover;
}

.reviews_text.reviews_video {
  padding: 0 80px 0 80px;
  flex: 1 1 100%;
  text-align: center;
}

.mh-search-classic {
  max-width: none;
}

.krolik_listing .mh-search__more {
  display: none;
}

.mh-caption {
  display: none;
}

.mh-favorite-card {
  display: none;
}

.mh-estate-vertical__buttons__single:first-child {
  display: none;
}

.short_header .mh-heading {
  margin-bottom: 0px !important;
}

.mh-top-essb {
  display: none;
}

.myhome-compare-button-single {
  display: none !important;
}

.myhome-add-to-favorite-single {
  display: none !important;
}

.custom-checkbox {
  display: none;
}

.mh-estate__agent__content a.mdl-button {
  display: none;
}

.fa-whatsapp {
  color: #25D366;
}

.fa-telegram {
  color: #0088cc;
}

@media (min-width: 1024px) {
  .listing_4 .mh-grid__1of3 {
    width: 25%;
  }
}

#mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li#mh-submit-button span.item_link,
#mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li#mh-submit-button span.link_content {
  height: 35px;
  line-height: 35px;
}

body [class] #mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li:hover>.item_link:after,
body #mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li:hover>.item_link:after,
body [class] #mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li>.item_link:after,
body #mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li#mh-submit-button>.item_link:after {
  display: none;
}

.page-id-6683 #wpadminbar,
.page-id-6683 .mh-fixed-menu,
.page-id-6683 .mh-sticky-menu-placeholder,
.page-id-6683 footer,
.page-id-6683 #wp-nt-aio-wrapper {
  display: none !important;
}

.bel_img {
	min-height: 920px !important;
}


/* 1) Снимаем инлайновую высоту с айтемов VC */
.vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item{
  height:auto !important;
}

/* 2) Делаем контейнер фиксированного соотношения сторон, высота = от ширины */
.vc_carousel-inner .vc_item .vc_inner{
  aspect-ratio: 6 / 6;      /* выберите нужное: 4/5, 3/4, 16/9 и т.п. */
  overflow:hidden;
  height:auto !important;   /* перебиваем инлайн VC */
}

/* 3) Растягиваем ссылку и картинку на весь контейнер */
.vc_carousel-inner .vc_item .vc_inner > a{
  display:block;
  width:100%;
  height:100%;
}
.vc_carousel-inner .vc_item img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:none !important; /* чтобы тема не навязала height:auto */
  object-fit:cover;          /* единая высота, без белых полей */
}

.carousel_img .vc_slide {
	margin:auto;
}












/* Что окружает участки  */

.wrapper1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
.main1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
div[class*="__container"] {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.button {
    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;
    min-width: 246px;
    height: 44px;
    border-radius: 8px;
    padding: 15px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#28aae4), to(#1e8aba));
    background: -o-linear-gradient(#28aae4, #1e8aba);
    background: linear-gradient(#28aae4, #1e8aba);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button:hover {
    opacity: 0.8;
}
._bgi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}
.text-1 {
    padding-left: 17px;
    position: relative;
    color: #fff;
    line-height: 1.35;
    font-weight: 700;
    max-width: 310px;
}
.text-1 span {
    text-decoration: underline;
}
.text-1::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
.title {
    font-family: "Play", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 8px;
}
.title span {
    color: #28aae4;
}
.title span {
    text-decoration: none;
}
.title-2 {
    font-weight: 600;
    color: #28aae4;
    padding-top: 25px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.title-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 80%;
    background-color: #28aae4;
}
.area {
    padding: 35px 0;
}
.area__title {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    font-family: "Play", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin-bottom: 62px;
	margin-top: 50px
}
.area__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 77px;
    background-color: #28aae4;
}
.area__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px 14px;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .area__items {
        gap: 60px 32px;
    }
}
@media (max-width: 483px) {
    .area__items {
        gap: 32px;
    }
}
@media (max-width: 450px) {
    .area__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.area__button {
    margin: auto;
}
.lake-area {
    position: relative;
    min-height: 350px;
    padding: 36px 38px;
    margin-bottom: 50px;
}
@media (max-width: 758px) {
    .lake-area {
        min-height: 258px;
        padding: 14px 18px;
    }
}
.item-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
@media (max-width: 992px) {
    .item-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .item-area:nth-child(4n-1),
    .item-area:nth-child(5n-1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.item-area:nth-child(3n-2) .item-area__text {
    font-weight: 600;
}
.item-area:nth-child(4n-3) .item-area__image-icon {
    top: 20px;
    right: 20px;
}
.item-area:nth-child(4n-2) .item-area__image-icon {
    bottom: 20px;
    left: 20px;
}
.item-area:nth-child(4n-1) .item-area__image-icon {
    bottom: 20px;
    right: 20px;
}
.item-area:nth-child(4n) .item-area__image-icon {
    top: 20px;
    left: 20px;
}
.item-area__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    min-height: 280px;
    padding: 20px;
    position: relative;
    line-height: 1;
}
@media (max-width: 992px) {
    .item-area__image {
        min-height: 0;
        padding-bottom: 180px;
        max-height: 200px;
        width: 200px;
    }
}
@media (max-width: 450px) {
    .item-area__image {
        width: 100%;
    }
}
.item-area__image-icon {
    position: absolute;
}
.item-area__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    padding: 15px;
}
@media (max-width: 992px) {
    .item-area__text {
        padding: 15px 0;
    }
}
.item-area__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 35%;
    height: 2px;
    background-color: #28aae4;
}
@media (max-width: 992px) {
    .item-area__text::before {
        width: 30%;
        left: 0;
    }
}
@media (max-width: 483px) {
    .item-area__text::before {
        width: 40%;
    }
}
@media (max-width: 450px) {
    .item-area__text::before {
        width: 80%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.pond {
    background-color: #f4f4f4;
    padding: 87px 0 109px;
}
@media (max-width: 992px) {
    .pond {
        padding: 60px 0;
    }
}
@media (max-width: 758px) {
    .pond {
        padding: 40px 0;
    }
}
.pond__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 47px;
}
@media (max-width: 758px) {
    .pond__header {
        gap: 24px;
    }
}
.pond__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    padding: 36px 38px;
    min-height: 350px;
    z-index: 2;
}
@media (max-width: 758px) {
    .pond__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.pond__title {
    margin-bottom: 8px;
}
.pond__text {
    max-width: 400px;
}
.pond__link {
    position: absolute;
    right: 45px;
    top: -22px;
    color: #28aae4;
    font-style: italic;
    font-size: 14px;
}
.pond__link:hover {
    text-decoration: underline;
}
@media (max-width: 758px) {
    .pond__link {
        top: 36px;
    }
}
@media (max-width: 550px) {
    .pond__link {
        top: auto;
        bottom: -25px;
        right: 0;
    }
}
.pond__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-family: "Open Sans", sans-serif;
    line-height: 130%;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
@media (max-width: 758px) {
    .pond__contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 251px;
        flex: 0 0 251px;
    }
}
@media (max-width: 500px) {
    .pond__contacts {
        margin-top: 30px;
    }
}
.pond__bottom {
    margin-left: 85px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}
@media (max-width: 758px) {
    .pond__bottom {
        margin-left: 45px;
    }
}
@media (max-width: 550px) {
    .pond__bottom {
        margin-top: -10px;
        margin-left: 20px;
    }
}
.pond__list {
    display: -ms-grid;
    display: grid;
    gap: 35px;
    padding: 38px;
    border: 6px #28aae4 solid;
    counter-reset: main;
    background-color: #fff;
}
@media (max-width: 550px) {
    .pond__list {
        gap: 10px;
        padding: 10px;
    }
}
.pond__item {
    position: relative;
    padding-left: 67px;
}
@media (max-width: 450px) {
    .pond__item {
        padding-left: 40px;
    }
}
@media (max-width: 550px) {
    .pond__item:nth-child(1),
    .pond__item:nth-child(2) {
        display: none;
    }
}
.pond__item:not(:nth-child(1), :nth-child(2))::before {
    content: counter(main);
    counter-increment: main;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 74px;
    font-weight: 600;
    color: #dbdbdb;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 450px) {
    .pond__item:not(:nth-child(1), :nth-child(2))::before {
        font-size: 50px;
    }
}
.pond__footer {
    margin-top: 15px;
}
.item-pond__title {
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 450px) {
    .item-pond__title {
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .item-pond__text {
        font-size: 12px;
    }
}
.carier {
    padding: 0px 0 20px;
    height: 620px;
}
@media (max-width: 758px) {
    .carier {
        padding: 90px 0;
        height: 1025px;
    }
}
@media (max-width: 483px) {
    .carier {
        height: 900px;
        padding: 50px 0 150px;
    }
}
.carier__container {
    position: relative;
    height: 100%;
}
.carier__container > div {
    position: absolute;
}
.carier__text {
    color: #000;
    max-width: 378px;
    width: 40%;
}
.carier__text::before {
    background-color: #000;
    height: 100%;
}
@media (max-width: 758px) {
    .carier__text {
        right: 15px;
        width: 31%;
    }
}
@media (max-width: 700px) {
    .carier__text {
        width: 45%;
    }
}
@media (max-width: 483px) {
    .carier__text {
        top: 0;
        right: auto;
        left: 15px;
        width: calc(100% - 15px);
    }
}
.carier__title {
    color: #000;
}
.carier__image-1 {
    height: 350px;
    width: 55%;
    right: 15px;
    top: 0;
}
@media (max-width: 758px) {
    .carier__image-1 {
        height: 486px;
        top: 240px;
        width: 61%;
        z-index: 2;
    }
    .carier__image-1::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 110%;
        height: 110%;
        background-color: #fff;
        z-index: -1;
    }
}
@media (max-width: 758px) and (max-width: 483px) {
    .carier__image-1::before {
        top: -14px;
        left: -14px;
    }
}
@media (max-width: 483px) {
    .carier__image-1 {
        top: 370px;
        height: 263px;
        width: 70%;
    }
}
.carier__image-2 {
    top: 150px;
    left: 15px;
    height: 293px;
    width: 50%;
}
.carier__image-2::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 110%;
    height: 110%;
    background-color: #fff;
    z-index: -1;
}
@media (max-width: 758px) {
    .carier__image-2 {
        left: 15px;
        top: 0;
        width: 60%;
        height: 293px;
    }
    .carier__image-2::before {
        display: none;
    }
}
@media (max-width: 700px) {
    .carier__image-2 {
        width: 45%;
    }
}
@media (max-width: 483px) {
    .carier__image-2 {
        top: 150px;
        right: 15px;
        height: 279px;
        width: calc(100% - 30px);
    }
}
.carier__image-3 {
    top: 330px;
    right: 15px;
    height: 198px;
    width: 25%;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.carier__image-3 img {
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 758px) {
    .carier__image-3 {
        left: 15px;
        top: 430px;
        height: 198px;
        width: 43%;
        z-index: 2;
        bottom: -20px;
    }
    .carier__image-3 img {
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 483px) {
    .carier__image-3 {
        height: 198px;
        width: 65%;
        top: 540px;
    }
    .carier__image-3 img {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
}
.carier__location {
	opacity:0; 
    font-style: italic;
    font-size: 14px;
    color: #28aae4;
    padding-bottom: 19px;
    border-bottom: 2px #28aae4 solid;
    left: calc(50% + 40px);
    top: 400px;
    width: 17%;
}
@media (max-width: 758px) {
    .carier__location {
        left: 15px;
        top: 670px;
        width: 28%;
    }
}
@media (max-width: 483px) {
    .carier__location {
        top: 770px;
        width: 50%;
    }
}
.carier__info {
    bottom: 73px;
    left: 15px;
    width: 60%;
    height: 10%;
}
@media (max-width: 758px) {
    .carier__info {
        width: calc(50% - 140px);
        bottom: 123px;
    }
}
@media (max-width: 483px) {
    .carier__info {
        bottom: -129px;
        width: 90%;
    }
}
.beach {
    padding: 100px 0;
    background-color: #f4f4f4;
    position: relative;
    z-index: 0;
}
@media (max-width: 758px) {
    .beach {
        padding: 60px 0;
    }
}
.beach__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 758px) {
    .beach__container {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.beach__item-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.beach__item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 381px;
    flex: 0 0 381px;
}
.block-1-beach {
    padding: 36px 38px;
    position: relative;
    margin-bottom: 30px;
    width: 113%;
    min-height: 447px;
}
@media (max-width: 758px) {
    .block-1-beach {
        width: 100%;
        padding: 13px 24px;
        margin-bottom: 0;
    }
}
.block-1-beach__title {
    margin-bottom: 8px;
}
.block-1-beach__text {
    max-width: 378px;
}
.block-1-beach picture {
    display: block;
}
.block-2-beach {
    position: relative;
    min-height: 389px;
    margin-bottom: 90px;
}
.block-2-beach__content {
    width: 290px;
    padding-right: 23px;
    padding-bottom: 36px;
    background-color: #f4f4f4;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    position: relative;
    z-index: 2;
}
@media (max-width: 758px) {
    .block-2-beach__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 257px;
        flex: 0 0 257px;
    }
}
@media (max-width: 483px) {
    .block-2-beach__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 0;
        padding-bottom: 0;
    }
}
.block-2-beach__title {
    margin-bottom: 10px;
}
.block-2-beach__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
}
@media (max-width: 758px) {
    .block-2-beach__image {
        position: relative;
        background-color: #f4f4f4;
        height: 290px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 20px;
        padding-top: 20px;
        z-index: 2;
        margin-top: -60px;
    }
    .block-2-beach__image img {
        padding-left: 20px;
        padding-top: 20px;
    }
}
@media (max-width: 483px) {
    .block-2-beach__image {
        display: none;
    }
}
@media (max-width: 758px) {
    .block-2-beach {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 0;
        margin-bottom: 20px;
    }
}
.block-5-beach {
    margin-bottom: 33px;
}
.block-5-beach__title {
    margin-bottom: 10px;
}
@media (max-width: 758px) {
    .block-5-beach {
        display: none;
    }
}
@media (max-width: 483px) {
    .block-5-beach {
        display: block;
    }
}
.block-3-beach {
    width: 73%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 483px) {
    .block-3-beach {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 483px) {
    .block-3-beach {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
    }
}
.block-3-beach__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 243px;
    flex: 0 0 243px;
}
@media (max-width: 483px) {
    .block-3-beach__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 60%;
    }
}
@media (max-width: 758px) {
    .block-3-beach__title {
        margin-top: 50px;
    }
}
@media (max-width: 483px) {
    .block-3-beach__title {
        margin-top: 0;
    }
}
.block-3-beach__text {
    padding-bottom: 30px;
}
.block-3-beach__image {
    position: relative;
}
@media (max-width: 758px) {
    .block-3-beach__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 348px;
        padding-top: 20px;
        padding-right: 20px;
        background-color: #f4f4f4;
        margin-top: -50px;
    }
    .block-3-beach__image img,
    .block-3-beach__image picture {
        padding-right: 20px;
        padding-top: 20px;
        z-index: 1;
    }
}
@media (max-width: 758px) and (max-width: 483px) {
    .block-3-beach__image img,
    .block-3-beach__image picture {
        padding-right: 0;
        padding-top: 0;
    }
}
@media (max-width: 483px) {
    .block-3-beach__image {
        margin-top: 0;
        padding-right: 0;
        padding-top: 0;
    }
}
@media (max-width: 758px) {
    .block-3-beach {
        margin-left: 0;
        width: 100%;
    }
}
.block-6-beach {
    width: 100%;
    height: 256px;
    position: relative;
    padding-left: 29px;
    padding-top: 29px;
    background-color: #f4f4f4;
    z-index: 1;
    margin-bottom: 40px;
}
@media (max-width: 758px) {
    .block-6-beach {
        display: none;
    }
}
@media (max-width: 483px) {
    .block-6-beach {
        display: block;
        width: 90%;
        padding-right: 20px;
        padding-top: 200px;
        padding-left: 0;
        margin-top: -40px;
        margin-bottom: 20px;
    }
}
.block-6-beach img {
    padding-left: 29px;
    padding-top: 29px;
}
@media (max-width: 483px) {
    .block-6-beach img {
        padding-left: 0;
        padding-right: 20px;
        padding-top: 20px;
    }
}
.block-4-beach {
    background-color: #fff;
    padding-top: 29px;
    padding-left: 29px;
    background-color: #f4f4f4;
}
@media (max-width: 758px) {
    .block-4-beach {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 35px;
    }
}
.block-4-beach__title {
    margin-bottom: 10px;
}
.block-4-beach p:not(:last-child) {
    margin-bottom: 23px;
}
.block-4-beach b {
    font-weight: 700;
}
.block-4-beach i {
    font-weight: 600;
    font-style: italic;
}
.block-4-beach a {
    color: #28aae4;
    font-weight: 600;
}
.block-4-beach a:hover {
    text-decoration: underline;
}
.house {
    padding: 80px 0;
}
@media (max-width: 758px) {
    .house {
        padding: 60px 0;
    }
}
.house__item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
@media (max-width: 758px) {
    .house__item-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.house__item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.item-1-house__info {
    height: 436px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63%;
    flex: 0 1 63%;
    padding: 35px;
    position: relative;
}
@media (max-width: 758px) {
    .item-1-house__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.item-1-house__info-text {
    font-weight: 600;
    color: #fff;
    max-width: 376px;
}
.item-1-house__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 37%;
    flex: 0 1 37%;
    padding-bottom: 300px;
}
@media (max-width: 758px) {
    .item-1-house__description {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: auto;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}
.item-1-house__text {
    color: #000;
    max-width: 330px;
    margin-left: 30px;
}
.item-1-house__text::before {
    height: 100%;
    background-color: #000;
}
.item-1-house__title {
    color: #000;
}
.item-1-house__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
    height: 350px;
    position: relative;
    margin-top: -320px;
    padding-left: 24px;
    padding-top: 24px;
    background-color: #fff;
    z-index: 0;
}
.item-1-house__image img {
    padding-left: 24px;
    padding-top: 24px;
}
@media (max-width: 758px) {
    .item-1-house__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
        width: 55%;
        height: 330px;
        margin-left: auto;
        margin-top: -111px;
    }
}
@media (max-width: 483px) {
    .item-1-house__image {
        width: 90%;
    }
}
.item-2-house {
    margin-top: 47px;
}
@media (max-width: 758px) {
    .item-2-house {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 483px) {
    .item-2-house {
        margin-top: 26px;
    }
}
.item-2-house__description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    background-color: #fff;
}
@media (max-width: 758px) {
    .item-2-house__description {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
        margin-top: -240px;
        padding: 10px;
    }
}
@media (max-width: 483px) {
    .item-2-house__description {
        margin-top: 0;
    }
}
.item-2-house__title {
    margin-bottom: 10px;
    max-width: 319px;
}
@media (max-width: 758px) {
    .item-2-house__title {
        max-width: 310px;
    }
}
.item-2-house__text {
    line-height: 200%;
    max-width: 319px;
}
@media (max-width: 758px) {
    .item-2-house__text {
        max-width: 310px;
    }
}
.item-2-house__text-2 {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    margin-left: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 758px) {
    .item-2-house__text-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: auto;
        width: 73%;
        margin-top: -40px;
    }
}
@media (max-width: 483px) {
    .item-2-house__text-2 {
        width: 90%;
    }
}
.item-2-house__image {
    height: 400px;
    position: absolute;
    width: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 0;
}
.item-2-house__image img {
    padding: 27px 27px 0 27px;
}
@media (max-width: 758px) {
    .item-2-house__image img {
        padding: 0;
    }
}
@media (max-width: 758px) {
    .item-2-house__image {
        position: relative;
        height: 375px;
        left: 0;
        width: 80%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: auto;
        margin-top: -50px;
    }
}
@media (max-width: 483px) {
    .item-2-house__image {
        width: 100%;
    }
}
.embankment {
    padding: 100px 0;
    background-color: #f4f4f4;
    position: relative;
    z-index: 0;
}
@media (max-width: 758px) {
    .embankment {
        padding: 60px 0;
    }
}
.embankment__header {
    width: 100%;
    min-height: 350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 36px 30px;
}
.header-embankment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 758px) {
    .header-embankment {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 483px) {
    .header-embankment {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header-embankment__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}
@media (max-width: 483px) {
    .header-embankment__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.header-embankment__text {
    max-width: 100%;
}
.inner-embankment {
    position: relative;
}
.inner-embankment__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 758px) {
    .inner-embankment__content {
        display: block;
    }
}
.inner-embankment__content:nth-child(1) .inner-embankment__text {
    padding-top: 25px;
}
@media (max-width: 483px) {
    .inner-embankment__content:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.inner-embankment__image-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    position: relative;
    z-index: 0;
    background-color: #f4f4f4;
    margin-left: 10%;
    margin-top: -5%;
}
.inner-embankment__image-1 img {
    padding: 22px;
}
@media (max-width: 758px) {
    .inner-embankment__image-1 {
        float: left;
        width: 60%;
        margin-left: 0;
    }
}
@media (max-width: 483px) {
    .inner-embankment__image-1 {
        width: 70%;
    }
    .inner-embankment__image-1 img {
        padding-left: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 400px) {
    .inner-embankment__image-1 {
        width: 100%;
    }
    .inner-embankment__image-1 img {
        padding: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 20px;
    }
}
.inner-embankment__image-2 {
    position: absolute;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 381px;
    position: relative;
    z-index: 0;
    background-color: #f4f4f4;
    margin-top: -10%;
}
.inner-embankment__image-2 img {
    padding: 22px;
}
@media (max-width: 758px) {
    .inner-embankment__image-2 {
        margin-top: 0;
        float: left;
        width: 52%;
        height: auto;
    }
}
@media (max-width: 483px) {
    .inner-embankment__image-2 {
        width: 100%;
        margin-top: 27px;
    }
    .inner-embankment__image-2 img {
        padding: 0;
    }
}
.lighthouse {
    background-color: #ebebeb;
    padding: 120px 0;
}
@media (max-width: 758px) {
    .lighthouse {
        padding: 60px 0;
    }
}
.item-1-lighthouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
@media (max-width: 758px) {
    .item-1-lighthouse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 80px;
    }
}
@media (max-width: 483px) {
    .item-1-lighthouse {
        gap: 15px;
    }
}
.item-1-lighthouse__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    padding-bottom: 100px;
}
@media (max-width: 758px) {
    .item-1-lighthouse__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.item-1-lighthouse__text {
    font-weight: 700;
    color: #000;
    max-width: 100%;
}
@media (max-width: 758px) {
    .item-1-lighthouse__text {
        padding-bottom: 0;
    }
}
.item-1-lighthouse__text::before {
    background-color: #28aae4;
}
.item-1-lighthouse__info {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    min-height: 436px;
    z-index: 1;
    padding: 35px;
}
@media (max-width: 758px) {
    .item-1-lighthouse__info {
        padding: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 80%;
        min-height: 331px;
    }
}
@media (max-width: 483px) {
    .item-1-lighthouse__info {
        width: 100%;
    }
}
.item-1-lighthouse__info-text {
    font-weight: 700;
    color: #fff;
}
@media (max-width: 758px) {
    .item-1-lighthouse__info-text {
        max-width: 80%;
        padding-bottom: 60px;
    }
}
.item-2-lighthouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
@media (max-width: 758px) {
    .item-2-lighthouse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 483px) {
    .item-2-lighthouse {
        margin-top: -65px;
    }
}
.item-2-lighthouse__item-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}
.item-2-lighthouse__item-1 p {
    padding-bottom: 20px;
}
@media (max-width: 758px) {
    .item-2-lighthouse__item-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
    }
    .item-2-lighthouse__item-1 p {
        padding-top: 60px;
        padding-left: 55px;
        padding-bottom: 35px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
        flex: 0 1 55%;
    }
}
@media (max-width: 483px) {
    .item-2-lighthouse__item-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 45px;
        margin-top: 0;
        margin-top: -40vw;
    }
    .item-2-lighthouse__item-1 p {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 43%;
    }
}
.item-2-lighthouse__image-1 {
    position: relative;
    z-index: 1;
    height: 230px;
    margin-bottom: 38px;
    background: #ebebeb;
    margin-right: -50px;
}
.item-2-lighthouse__image-1 img {
    padding-top: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
}
@media (max-width: 758px) {
    .item-2-lighthouse__image-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        height: 210px;
        margin-bottom: 10px;
    }
}
@media (max-width: 483px) {
    .item-2-lighthouse__image-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 80%;
    }
}
.item-2-lighthouse__item-2 {
    position: relative;
    z-index: 0;
    background-color: #ebebeb;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
}
.item-2-lighthouse__item-2 img {
    padding: 22px;
}
@media (max-width: 758px) {
    .item-2-lighthouse__item-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 36%;
        margin-top: -160px;
    }
}
@media (max-width: 483px) {
    .item-2-lighthouse__item-2 {
        width: 55%;
        margin-top: 0;
    }
}
.item-2-lighthouse__item-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    margin-left: 30px;
    padding-bottom: 20px;
}
@media (max-width: 758px) {
    .item-2-lighthouse__item-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0;
        padding-bottom: 0;
    }
}
.item-2-lighthouse__title {
    margin-bottom: 10px;
}
.club {
    padding: 100px 0;
}
@media (max-width: 758px) {
    .club {
        padding: 60px 0;
    }
}
.club__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
@media (max-width: 758px) {
    .club__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.top-club__item-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
    padding: 35px;
    height: 743px;
}
@media (max-width: 758px) {
    .top-club__item-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
        width: 80%;
    }
}
@media (max-width: 483px) {
    .top-club__item-1 {
        width: 100%;
    }
}
.top-club__text {
    color: #fff;
    max-width: 430px;
}
.top-club__text:before {
    background-color: #fff;
}
.top-club__title {
    margin-bottom: 10px;
    color: #fff;
    max-width: 430px;
}
.top-club__item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
@media (max-width: 758px) {
    .top-club__item-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.top-club__info-1 {
    font-weight: 600;
    max-width: 500px;
}
@media (max-width: 758px) {
    .top-club__info-1 {
        display: none;
    }
}
@media (max-width: 483px) {
    .top-club__info-1 {
        display: block;
        max-width: 100%;
    }
}
.top-club__image {
    position: relative;
    margin-left: -90px;
    z-index: 0;
    background-color: #fff;
    height: 477px;
}
.top-club__image img {
    padding: 20px;
}
@media (max-width: 758px) {
    .top-club__image {
        height: 450px;
        margin-left: 0;
        width: 80%;
        margin-top: -143px;
        margin-left: auto;
    }
    .top-club__image img {
        padding: 37px;
        padding-right: 0;
    }
}
@media (max-width: 483px) {
    .top-club__image {
        height: 246px;
        margin-top: -100px;
    }
    .top-club__image img {
        padding: 23px;
    }
}
.top-club__info-2 {
    padding-bottom: 120px;
    max-width: 536px;
}
@media (max-width: 758px) {
    .top-club__info-2 {
        max-width: 100%;
        padding-bottom: 0;
        width: 100%;
    }
}
@media (max-width: 483px) {
    .top-club__info-2 {
        margin-bottom: 100px;
    }
}
.bottom-club {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: -115px;
}
@media (max-width: 758px) {
    .bottom-club {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}
@media (max-width: 483px) {
    .bottom-club {
        gap: 26px;
    }
}
.bottom-club__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    position: relative;
    z-index: 0;
    height: 410px;
    background-color: #fff;
    margin-left: 30px;
}
@media (max-width: 758px) {
    .bottom-club__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 75%;
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 483px) {
    .bottom-club__image {
        width: 100%;
        height: 317px;
    }
}
.bottom-club__image img {
    padding: 20px;
}
@media (max-width: 758px) {
    .bottom-club__image img {
        padding: 0;
    }
}
.bottom-club__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    padding-top: 20px;
}
@media (max-width: 758px) {
    .bottom-club__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.bottom-club__title {
    margin-bottom: 10px;
}






















li.pond__item  {
	list-style: none;
}






/* Что окружает участки конец */


.hidden {
	display:none;
}


.project-card__shield {
/* 	opacity:0; */
}