/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
/*.flat-price-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}*/

/*Sale*/
.flat-price-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
}




.note-block {
    font-size: 13px;
    line-height: 20px;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
.price-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.price-label {
  font-size: 14px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.price-label.is-active {
  opacity: 1;
  font-weight: 600;
}

.price-toggle-ui {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.price-toggle-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.price-toggle-slider {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #d6d6d6;
  position: relative;
  cursor: pointer;
  transition: background 0.25s ease;
}

.price-toggle-slider::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.price-toggle-checkbox:checked + .price-toggle-slider {
  background: #8fa48f;
}

.price-toggle-checkbox:checked + .price-toggle-slider::before {
  transform: translateX(20px);
}

.flat-price-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}


.mob-logo {
    display:none!important;
}
.quiz-open.mob {
    display:none;
}
.et-pb-contact-message {
    text-align: center;
}
.fancybox__thumbs {
  display: none !important;
}

.flat-image img {
	max-height:280px;
    max-width: 280px;
}
.flat-modal__table tr td:last-child {
    text-align:right;
}
 body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, html {
    -webkit-tap-highlight-color: transparent;
}
#et-top-navigation {
    font-weight: 400;
}
.under:hover {
	text-decoration:underline;
}


#main-footer .container {
    width: 90%;
}
.home  #main-header {
    box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
#main-header {
   -webkit-box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
    box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
}
#main-header.et-fixed-header {
        -webkit-box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
    box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
    }




.home .et-fixed-header#main-header, .home .et-fixed-header#main-header .nav li ul, .home .et-fixed-header .et-search-form {
        background-color: rgba(7, 41, 41, 0.6);
    }


.home .et-fixed-header#main-header {
	background: rgba(7, 41, 41, 0.6);
    box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.et-fixed-header#main-header {
	background: #fff;
        -webkit-box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
    box-shadow: 0px 4px 50px 0px rgba(229, 233, 226, 0.7)!important;
}




.home .page-other {
	display: none !important;
}
.home .only-home {
	display:inline-block!important;
	
}
.only-home {
	display:none!important;
	
}
.home #top-menu li a {
    color: #ffffff;
}
#top-menu li a {
    color: #434242;
	cursor: pointer;
}
.home .et-fixed-header #top-menu a {
	color: #ffffff!important;
	
}




/*CUSTOM*/
.flat-modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.flat-modal__image {
    width: 70%;
}
.flat-modal__content {
    width: 26%;
}
.flat-modal__image img {
  width: 100%;
  height: auto;
}

.flat-modal__table {
  width: 100%;
  border-collapse: collapse;
}

.flat-modal__table td {
  padding: 3px 0;
}

.flat-modal__table.totals {
  margin-top: 20px;
  border-top: 1px solid rgba(229, 233, 226, 0.7);
  padding-top: 14px;
}

.flat-modal__table.totals tr:first-child td {
    padding-top:20px;
}
.flat-modal__table.first tr:first-child td {
    padding-bottom:20px;
}
.flat-modal__table.first {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(229, 233, 226, 0.7);
}


@media (max-width: 768px) {
  .flat-modal {

  }
}

.home #main-header {
	background-color: transparent !important;
}
.home .et-fixed-header#main-header {
	background-color: rgba(7, 41, 41, 0.6) !important;
}
#main-header {
    font-weight: 400;
	position: fixed !important;
	background-color: #fff !important;
}
.et_mobile_menu .menu-item-has-children>a {
    font-weight: 400;
    background-color: rgb(0 0 0 / 0%);
}
.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0, 0, 0, .03);
    padding: 10px 5%;
    display: block;
    letter-spacing: 3px;
}
.et_mobile_menu {
    position: absolute;
    background-color: #1A3D44 !important;
	border-top: 1px solid #9cc19a;
}
.home .mobile_menu_bar:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top:8px;
}
.home .mobile_menu_bar:after {
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    display: block;
    top: 15px;
    position: absolute;
}

.mobile_menu_bar:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #434242;
    display: block;
    position: absolute;
    top:8px;
}
.mobile_menu_bar:after {
    content: '';
    width: 36px;
    height: 1px;
    background: #434242;
    display: block;
    top: 15px;
    position: absolute;
}



.mobile_menu_bar {
    padding-top: 20px;
    width:36px;
}

/*.home .quiz-open a:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top:5px;
    right:0;
}
.home .quiz-open a:after {
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    display: block;
    top: 10px;
    position: absolute;
    right:0;
}*/



/*.quiz-open a:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #434242;
    display: block;
    position: absolute;
    top:5px;
    right:0;
}
.quiz-open a:after {
    content: '';
    width: 36px;
    height: 1px;
    background: #434242;
    display: block;
    top: 10px;
    position: absolute;
    right:0;
}*/
.home .quiz-open a span {
    border-radius: 5px;
    border: 1px solid #F8D930;
    font-family: 'Montserrat';
    letter-spacing: 0;
    color: #F8D930;
    font-weight: 400;
    padding: 15px 30px;
    background: transparent;
}
.home .quiz-open a:hover span {
    border: 1px solid #9CC19B;
    color: #fff;
    background: #9CC19B;
}
.quiz-open a span {
    border-radius: 5px;
    border: 1px solid #9CC19B;
    font-family: 'Montserrat';
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    padding: 15px 30px;
    background: #9CC19B;
}
.quiz-open a:hover span {
    border: 1px solid #24515A;
    color: #24515A;
    background: #fff;
}



.quiz-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.quiz-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#top-menu li li.current_page_item>a:after {
    display: none;
}
 #top-menu li li.current_page_item>a {
    color: #9cc19a !important;
}
#top-menu li.current_page_item>a:after {
	content:'';
	height:2px;
	width:100%;
	display:block;
    background-color: #9cc19a;
	position: absolute;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.home #top-menu li.current_page_item>a:after {
	display:none!important;
}

/* ===== SLIDER WRAPPER ===== */
.apartments-slider {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.apartments-swiper {
    width: 100%;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    /*background: #E5E9E2;*/
}

.apartments-swiper .swiper-slide {
  border:1px solid #fff;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
	z-index: -1;
}

/* ACTIVE — ГОЛОВНИЙ */
.apartments-swiper .swiper-slide-active {
  transform: scale(1.5)!important;
  opacity: 1;
  z-index:5!important;
}


/* NEIGHBOURS — ТРОХИ АКЦЕНТУ */
.apartments-swiper .swiper-slide-next,
.apartments-swiper .swiper-slide-prev {
  opacity: 1;
}


/* IMAGE */
.apartment-slide-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.apartments-filters {
    display: flex;
    gap: 15px;
    margin: 0 auto;
    margin-bottom: 77px;
    max-width: 1220px;
    width: 90%;
    justify-content: space-between;
    border-top: 1px solid #9CC19A;
    border-bottom: 1px solid #9CC19A;
}

.filter-btn {
    background: none;
    border: none;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    color: #434242;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
}

.filter-btn.active {
  color: #9CC19A;
}
.filter-btn.active:after {
  position: absolute;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    background: #1A3D44;
}


.apartments-nav {
    position: absolute;
    left: 50%;
    bottom: -170px;
    transform: translateX(-50%);
    display: flex;
    gap: 35px;
    z-index: 10;
 } 
.apartments-nav button {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #24515A;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.apartments-nav button img {
    max-width: 100%;
    height: auto;
}
.apartments-nav button:hover { 
    border-color: #9CC19B;
 }


.news-load-more {
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 60px auto 0;
    display: block;
    background: none;
    border: none;
    color: #24515A;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.news-load-more:hover {
  color:#F8D930;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 0px;
}

/* Tablet */
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}


.news-slider {
  position: relative;
  max-width: 1220px;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0px;
}

.news-swiper {
  overflow: hidden;
}

/* ===== CARD ===== */
.news-grid .news-card {
	position: relative;
    border: 1px solid transparent;
    padding: 12% 12%;
    border-radius: 5px;
    height: 100%;
}
.news-card {
	position: relative;
    border: 1px solid transparent;
    padding: 3% 3%;
    border-radius: 5px;
    height: 100%;
}
.news-card:before {
    position: absolute;
    content: '';
    height: 212px;
    width: 1px;
    left: -2px;
    display: block;
    background: #9CC19B;
}
.news-card:hover {
    border-color: #9CC19B;
}
.news-card:hover:before {
    display:none;
}


.news-card:hover .news-title a,
.news-card:hover .news-link {
    color: #9CC19B;
}

.news-date {
    font-size: 14px;
    color: #434242;
    margin-bottom: 10px;
}

.news-title a {
	display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #434242;
    margin-bottom: 20px;
	min-height: 2.8em;
}

.news-excerpt {
    font-size: 14px;
    line-height: 20px;
    color: #434242;
    margin-bottom: 16px;
    min-height: 4.8em;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.news-link {
    font-size: 16px;
    font-weight: 500;
    color: #434242;
    text-decoration: none;
    font-family: 'Montserrat', san-serif;
}

/* ===== NAV ===== */
.news-nav {
    width: 110px;
    height: 110px;
    border: 1px solid #24515A;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.swiper-slide.news-card {
    text-align: left;
}
.news-prev {
  left: -3%;
}

.news-next {
  right: -3%;
}

.news-nav:hover {
  border-color: #9CC19B;
}


@media (max-width:767px) {
.news-grid .news-card {
    border-color: #9CC19B;
}
.news-grid {
    gap: 10px 10px;
}
}

/*Планування*/
.flats-types-filter {
    display: flex;
    gap: 15px;
    margin: 0 auto;
    margin-bottom: 77px;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #9CC19A;
    border-bottom: 1px solid #9CC19A;
}
.flats-types-filter button.active {
    color: #9CC19A;
}

.flats-types-filter button {
    background: none;
    border: none;
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    color: #434242;
    position: relative;
    padding-bottom: 25px;
    padding-top: 25px;
}
.flats-types-filter button.active:after {
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    background: #1A3D44;
}

.flat-meta .flat-area {
    color: #9CC19A;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    letter-spacing: 2px;
}

.flats-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}

.flat-card {
    position: relative;
    border: 1px solid #fffefe;
    padding: 3%;
    width: 33.33333%;
    background: #f6f8f5;
	border-radius:5px;
    min-height: 465px;
}
.flat-card:hover {
    position: relative;
    border: 1px solid #C9D0C3;
}

/*.flat-card:nth-child(3n-1)::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -2px;
  width: 1px;
  height: 80%;
  background: #C9D0C3;
  z-index:1;
}*/

.fancybox__container {
   z-index:999999999;
}
.fancy-expl {
   max-width:1200px;
   background: #f6f8f5;
}
/*.flat-card:nth-child(3n-1)::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -2px;
  width: 1px;
  height: 80%;
  background: #C9D0C3;
  z-index:1;
}*/

.flat-card:hover:before,
.flat-card:hover:after {
	display:none;
}
.flat-modal__title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 12px;
    line-height: 1.4em;
    text-transform: uppercase;
	padding-bottom: 40px;
}

.flat-image {
    position: relative;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    min-height:320px;
}
.wrapper-button {
    opacity: 0;
    width: 100%;
    padding-top: 0px;
    background: #f6f8f5;
}

/*.wrapper-button:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    top: -80px;
    background: linear-gradient(180deg, transparent, #f6f8f5);
}*/


.flat-card:hover .wrapper-button {
    opacity: 1;
}

.flat-btn.ex {
    color: #1a3d44 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: transparent !important;
    border: 0px solid #9CC19B !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    max-width: 100px;
    padding: 0 !important;
}
.flat-btn.ex:hover {
    color: #1a3d44 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: transparent !important;
    border: 0px solid #9CC19B !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    max-width: 100px;
    padding: 0 !important;
}
.flat-card:hover .flat-image {
    opacity:0.7;
}

.flat-btn {
	text-align: center;
    display: block;
    cursor: pointer;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    background: #ffffff;
    padding-top: 13px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 20px !important;
    transition: .3s;
    color: #fff !important;
    background:#1a3d44;
    border: 1px solid #1a3d44 !important;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}
.flat-btn:hover {
    color: #FFFFFF !important;
	border: 1px solid #9cc19a  !important;
    background-color: #9cc19a;
}
.flat-card:hover .flat-btn {
  opacity: 1;
  
}

.flat-price span {
  display: block;
}
.flat-badge.badge-build {
    letter-spacing: 1px;
    display: block;
    text-align: center;
    padding: 5px;
	margin: 0 auto;
	max-width: 284px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e5e9e2;
}
.flat-badge.badge-ready {
    letter-spacing: 1px;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff;
    max-width: 284px;
    background: #9CC19A;
    border: 1px solid #9CC19A;
}
.close-icon {
  position: relative;
    display: block;
    margin-top: 25px;
    float: right;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
}

.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 36px;
    height: 1px;
    background-color: #ffffff;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}
#et-boc .area-outer-wrap .da-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    font-family: 'Montserrat';
    font-size: 75px;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    right: 25px;
    text-align: center;
    text-decoration: none;
    top: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 30px;
}
.before.popupform .et_contact_bottom_container .et_pb_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    margin: 0 auto;
}
	.before.popupform .et_contact_bottom_container {
    float: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
		margin-left: 3%;
}






@media (min-width: 981px) and (max-width: 1100px) {
    .et_pb_column_1_4 .et_pb_number_counter .percent, .et_pb_column_1_5 .et_pb_number_counter .percent, .et_pb_column_1_6 .et_pb_number_counter .percent {
        height: auto;
    }
}
.et_pb_number_counter .percent {
    height: auto;
    position: relative;
}






footer {
    z-index: 99999;
    position: relative;
}
.et_builder_inner_content {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}
.nav li ul {
	  width: 260px;
    border-top: 2px solid #9cc19a;
    text-align: left;
}
#top-menu li li {
    padding: 0px 0px;
    margin: 0;
}
#top-menu li li a {
    padding: 4px 20px;
    width: 100%;
	color: #fff!important;
}

.et-fixed-header #top-menu li li a {
	color: #fff!important;
}
#top-menu li li a:hover {
        color: #9cc19a!important;
    }
#top-menu li {
    padding-right: 40px;
}
#top-menu li.header-phone a {
    letter-spacing: 0px;
}
#top-menu>li.header-phone {
    
    padding-left: 35px;
}
.et-fixed-header #top-menu a:hover {
        color: #9cc19a!important;
    }
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
    opacity: 1;
    color: #9cc19a!important;
}
#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color: #9cc19a!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 180px;
    margin: 0 auto;
    padding-top: 30px;
}
.slider .circle-video {
    display: flex;
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    background: rgba(156, 193, 154, 0.5);
    align-items: center;
    justify-content: center;
}
.slider .circle-video img {
    margin-right: -3px;
}

.slider .circle-video:after {
    content: " ";
    display: block;
    position: absolute;
    border: 30px solid rgba(156, 193, 154, 0.4);
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    border-radius: 100%;
    animation: animates 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.slider .circle-video:after {
    animation-delay: .5s;
}
@keyframes animates {
0% {
    transform: scale(0.5);
    opacity: 0;
}

50% {
    opacity: 1;
}
100% {
    transform: scale(1.2);
    opacity: 0;
}
}







.circle-item {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius:100%;
    background: #fff;
}

.circle-item:before {
    z-index: -1;
	content: " ";
    display: block;
    position: absolute;
    border: 50%;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
    border-radius: 50%;
    background:rgba(156, 193, 154, 0.6);
}
.circle-item:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 20px solid rgba(156, 193, 154, 0.4);
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    border-radius: 50%;
    animation: animates 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.circle-item:after {
    animation-delay: .5s;
}

.text-item {
    font-size: 15px;
    width: 25%;
	line-height: 22px;
}
.hotspot-flex {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 3%;
}
.hr-item {
    width: 67%;
    height: 0px;
    background: #9CC19A;
}
.circle {
    width: 5%;
}
.hotspot-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-top: 6.8%;
}
.hotspot-flex.one {
    padding-left: 35.3%;
	padding-bottom: 5%;
}
.hotspot-flex.two {
    padding-left: 47.7%;
	padding-bottom: 4%;
}
.hotspot-flex.three {
    padding-left: 71.7%;
	padding-bottom: 4%;
}
.hotspot-flex.four {
    padding-left: 68%;
	padding-bottom: 5%;
}
.hotspot-flex.five {
    padding-left: 60%;
	padding-bottom: 6.5%;
}
.hotspot-flex.six {
    padding-left: 68%;
}
.hotspot-flex.one .hr-item {
    width: 55%;
}
.hotspot-flex.one .text-item {
    width: 34.5%;
}
.hotspot-flex.two .hr-item {
    width: 46%;
}
.hotspot-flex.two .text-item {
    width: 42.5%;
}
.hotspot-flex.three .hr-item {
    width: 6%;
}
.hotspot-flex.three .text-item {
    width: 78.8%;
}
.hotspot-flex.four .hr-item {
    width: 15%;
}
.hotspot-flex.four .text-item {
    width: 69.6%;
}
.hotspot-flex.five .hr-item {
    width: 32%;
}
.hotspot-flex.five .text-item {
    width: 55.7%;
}
.hotspot-flex.six .hr-item {
    width: 18%;
}
.hotspot-flex.six .text-item {
    width: 69.4%;
}

@keyframes animates {
0% {
    transform: scale(0.5);
    opacity: 0;
}

50% {
    opacity: 1;
}
100% {
    transform: scale(1.2);
    opacity: 0;
}
}

.tg-icon-add:before {
    content: "";
    background: url(/wp-content/uploads/2026/01/plus-icon.png) center center no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: -16px;
}
.tg-ajax-button {
    margin: 50px 0px 0 0;
    padding: 0 15px;
    white-space: pre;
	transition: all 0.3s ease;
}
.tg-ajax-button:before {
    content: "";
    background: url(/wp-content/uploads/2026/02/union.png) center center no-repeat;
    background-size: 34px;
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid #1A3D44;
}

.tg-ajax-button:hover:before {
    border: 1px solid #9CC19A;
}
.mobile-phone {
		display:none;
	}

@media (max-width:1280px) {
	#top-menu li a {
    font-size: 14px;
}
	#top-menu>li.header-phone {
    padding-left: 35px;
}
	#top-menu li {
    padding-right: 20px;
}
.hotspot-flex.one {
    padding-left: 35.3%;
	padding-bottom: 3%;
}
.hotspot-flex.two {
    padding-left: 47.7%;
	padding-bottom: 3%;
}
.hotspot-flex.three {
    padding-left: 71.7%;
	padding-bottom: 3%;
}
.hotspot-flex.four {
    padding-left: 68%;
	padding-bottom: 2%;
}
.hotspot-flex.five {
    padding-left: 60%;
	padding-bottom: 2.5%;
}
}





@media (max-width:1200px) {
	.flat-btn {
    max-width: 250px;
	}
	.flats-types-filter {
    margin-bottom: 74px;
	}
	.flat-modal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
	.flat-modal__image {
    width: 100%;
}
.flat-modal__content {
        width: 100%;
        padding: 5%;
        padding-bottom: 35px;
    }
	.flat-modal__title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 8px;
    line-height: 1.4em;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 30px;
}
	.fancy-expl {
    max-width: 1200px;
    background: #f6f8f5;
    padding: 0;
    padding-top: 30px;
}
	.flats-types-filter button {
    background: none;
    border: none;
    font-size: 16px;
 }
 .flat-meta .flat-area {
    color: #9CC19A;
    font-size: 30px;
 }
	.quiz-open a span
 {
    padding: 15px 20px;
}
	.flats-filter button {
    font-size: 16px;
	}
	#top-menu li {
        padding-right: 12px;
    }
	.et_fullwidth_nav #main-header .container {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 15px;
    }
	#top-menu>li.header-phone {
        padding-left: 10px;
    }
	#top-menu li a {
    font-size: 13px!important;
}
.filter-btn {
    background: none;
    border: none;
    font-size: 16px;
	}
}

@media (max-width:980px) {
	    .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
        padding-left: 0 !important;
    }
	.quiz-step .et_pb_image img {
    position: relative;
    max-width: 90px;
}
	.quiz-step .et_pb_column .et_pb_module {
        margin-bottom: 15px;
    }
	.quiz-open.menu-item {
    display:none!important;
}
.mob-logo {
    display:inline-block!important;
}
.home .only-home, .page-other {
    display: none !important;
}
.quiz-open.mob {
    display:inline-block;
        z-index: 9;
        position: relative;
}
.home .quiz-open a span {
    border-radius: 0px;
    border: 0px solid #F8D930;
    border-bottom: 1px solid #F8D930;
    font-family: 'Montserrat';
    letter-spacing: 0;
    color: #F8D930;
    font-weight: 400;
    margin: 0 auto;
    margin-right: 20px;
    font-size: 13px;
    padding: 0px 0px;
    background: transparent;
}
.home .quiz-open a span:hover {
        border-radius: 0px;
    border: 0px solid #F8D930;
    border-bottom: 1px solid #F8D930;
    font-family: 'Montserrat';
    letter-spacing: 0;
    color: #F8D930;
    font-weight: 400;
    margin: 0 auto;
    margin-right: 20px;
    font-size: 13px;
    padding: 0px 0px;
    background: transparent;
    }	
	
	.mobile-phone {
    font-size: 14px;
}
	
	
	
	
	
	.wrapper-button {
    opacity: 1;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: 30px;
    background: #f6f8f5;
}
	.wrapper-button:before {
    display:none;
}
	.flats-types-filter {
        margin-bottom: 69px;
    }
	.et_header_style_left #logo {
        max-width: 45px;
    }
	.home .mobile-phone {
        color:#fff!important;
	}
	.mobile-phone {
        display: inline-block;
        padding-right: 15px;
        position: relative;
        z-index: 9;
        color: #434242;
	}
	.before .et_contact_bottom_container .et_pb_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    margin: 0 auto;
}
	footer .before .et_contact_bottom_container {
    float: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
		margin-left: 3%;
}
	.et-fixed-header#main-header {
    background-color: rgba(7, 41, 41, 0.6);
}
	.quiz-open a:before,
    .quiz-open a:after,
    .home .quiz-open a:before,
    .home .quiz-open a:after	{
    display: none;
}

	.quiz-open a span {
        opacity: 1;
        padding: 0px;
        color: #9CC19B;
        background: transparent;
        border: 0px solid #F8D930;
        border-bottom: 1px solid #9CC19B;
        border-radius: 0px;
        font-family: 'Montserrat';
        letter-spacing: 0;
        margin-top: 0px;
        font-size: 13px;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 0px;
        display: block;
        transition: all 300ms ease 0ms;
    }
	.quiz-open a span:hover {
        opacity: 1;
        padding: 0px;
        color: #9CC19B;
        background: transparent;
        border: 0px solid #F8D930;
        border-bottom: 1px solid #9CC19B;
        border-radius: 0px;
        font-family: 'Montserrat';
        letter-spacing: 0;
        margin-top: 0px;
        font-size: 13px;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 0px;
        display: block;
        transition: all 300ms ease 0ms;
    }
	li.header-phone a {
        letter-spacing:0px;
    }
	.circle-item:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 15px solid rgba(156, 193, 154, 0.4);
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animates 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
	.hotspot-flex {
    padding-left: 0px !important;
	padding-bottom: 30px !important;
	}
	.text-item {
    font-size: 15px;
    width: 45% !important;
    line-height: 22px;
}
	.hr-item {
    width: 43% !important;
    height: 1px;
    background: #9CC19A;
}
	.hotspot-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 30px;
}
	.apartments-nav {
    bottom: -15%;
	}
	.filter-btn.active:after {
    
	}
	.filter-btn {
        background: none;
        border: none;
        font-size: 14px;
    }
	.flats-filter button {
    font-size: 14px;
	}
	.apartments-filters {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 1220px;
    width: 90%;
    justify-content: space-between;
}
    .news-card:before {
    display: none;
}
	.news-card {
    padding: 30px 35px;
}
	.news-slider {
    padding: 0px 0px;
}
	.tg-ajax-button:before {
    content: "";
    background: url(/wp-content/uploads/2026/02/union.png) center center no-repeat;
    background-size: 24px;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border-radius: 100%;
}
	.tg-icon-add:before {
    content: "";
    background: url(/wp-content/uploads/2026/01/plus-icon.png) center center no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}
	.apartments-nav button {
    width: 70px;
    height: 70px;
}
	.apartments-nav button img {
    max-width: 20px;
    height: auto;
}
	.news-nav img {
		max-width: 20px;
}
	.news-nav {
    width: 70px;
    height: 70px;
}
.flats-types-filter button {
    font-size: 14px;
}
.flat-badge.badge-build,
.flat-badge.badge-ready {
    font-size: 12px;
}
.flat-card {
    position: relative;
        border: 1px solid #ffffff !important;
        padding: 3%;
        width: 50%;
        border-radius: 5px;
        margin-bottom: 1px;
}
.flat-card:nth-child(3n-1)::before {
    display:none;
}
.flat-card:nth-child(3n-1)::after {
    display:none;
}
.flats-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}
.flat-btn {
    opacity: 1;
    padding-right: 10px !important;
    padding-left: 10px !important;
    transition: .3s;
    border-radius: 5px;
    font-size: 15px;
}
.quiz-step {
    align-items: flex-start!important;
}
}




@media (max-width: 767px) {
	.flat-image {
    min-height: auto;
}
	.flats-types-filter button {
	padding-bottom: 15px;
    padding-top: 15px;
	}
	.quiz-l-b {
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}
	.flat-card {
        position: relative;
        
        padding: 25px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 0px;
    }
	    .flats-types-filter {
        display: flex;
        gap: 10px;
        margin: 0 auto;
        margin-bottom: 35px;
        max-width: 1220px;
        width: 100%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
	    .flats-types-filter button.active:after {
        position: absolute;
        bottom: -1px;
    }
	
	
	
	.news-card:hover {
    border-color: transparent;
}
	.circle-item {
    margin-left: 20px;
}
	.circle {
    width: 12%;
}
	.hr-item {
        width: 10% !important;
        height: 1px;
        background: #9CC19A;
    }
	.text-item {
        font-size: 15px;
        width: 70% !important;
        line-height: 22px;
    }
    .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
        width: 100%!important;
        margin: 0 0 0px;
    }
	.filter-btn {
        padding-bottom: 15px;
        padding-top: 15px;
    }
	.apartments-filters {
        display: flex;
        gap: 10px;
        margin: 0 auto;
        margin-bottom: 0px;
        max-width: 1220px;
        width: 90%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}