html {scroll-behavior: smooth;}
body {margin: 0; padding: 0; min-width: 350px; font-family: MyFont2,Verdana; font-size: 16px; /*letter-spacing: 0.05ex;*/ color: #372e28; background: #f2f2f2;} 
body.dark-bgr {background: #5c4f47; color: #fff;}
body.dark-bgr a {color: #fffedf}

body.mceContentBody { background-image: none; background: #fff;}
p { margin: 0 0 10px 0;}
img {display: block; border: none;}
a {color: #444444; text-decoration: none; transition: 0.2s;}
a:hover { color:#777777; text-decoration: underline; opacity: .8;}
a img:hover {opacity: .9;}
table {border-collapse: collapse;}
hr {border: 1px solid #E3E7E8;}
#content hr {margin: 20px 0;}

/* РАЗМЫТЫЙ ФОН */
#bgr_blured {display: none; position: fixed; width: 100vw; height: 100vh; background: url(../images/bgr_blured.jpg) no-repeat; background-size: cover; background-position: center;}
body.blured #bgr_blured {display: block;}

/* ФОРМЫ и КНОПКИ */
button.button {margin: 10px 0 0 3px;}
input, textarea, div.cck_forms input.inputbox, div.cck_forms textarea.inputbox, div.cck_forms select.inputbox, div.cck_forms button.inputbox {border: solid 1px #a8a8a8 !important; border-radius: 4px; padding: 5px;}
.login-fields input#remember {margin-left: 0;}
input:hover, select:hover, textarea:hover { box-shadow: 0 0 12px #ebebeb inset;}
select {border: solid 1px #a8a8a8; border-radius: 4px; padding: 4px}
input.button {padding: 3px; margin-right: 5px;}
input.button:hover { box-shadow: 0px 0px 4px #a0a0a0;}
input.button:active { box-shadow: none;}
.login-fields label {display: inline-block; width: 130px;}
.login-fields input {margin-bottom: 10px;}
.plg_system_webauthn_login_button {display: none !important;}
fieldset {padding: 0; margin:0; border: none; text-align: left;}
label#jform_email-lbl {display: block; margin-bottom: 10px;}

.badge.bg-warning.text-light {padding: 5px 10px; background: #330066; font-size: 30px; color: #fff;}
/* /ФОРМЫ и КНОПКИ */

/* ТАБЛИЦЫ */
table {border-collapse: collapse; border-color: #e6d2ae;}
table thead tr td {background: #7c1b08; font: normal 16px MyFont; color: #fff; padding: 8px 12px; letter-spacing: 0.06ex; text-align: left; /*vertical-align: center;*/ border-color: #fff;}
table tr:nth-child(even) {background: #e6d2ae;}
table.no-zebra tr:nth-child(even) {background: none;}
table td {border-color: #e6d2ae; padding: 3px 5px;}
#content table td p {margin: 0;}

/* MAIN PAGE */
#top, #info, #footer, #info-top, #menu {margin: 0 auto 0; box-sizing: border-box;}
#wrapper {position: relative; margin: 0 auto; max-width: 1920px;}
#info-top {padding: 35px 30px 0;}
.home_page #info-top {padding: 0;}

/* TOP */
#top {position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; padding: 0 30px; height: 104px; background: #161b27; font-size: 18px;}
#top p {margin: 0; padding: 0;}
#top a {color: #fff;}
#top a:hover {text-decoration: none; opacity: .8;}

#top-left {
	position: relative; 
	display: flex; 
	align-items: center; 
	justify-content: space-between;
	box-sizing: border-box; 
	padding: 0; 
	height: 100%;
	width: 100%;
	min-width: 400px;
	color: #fff;
}

.addr_top i, .phone_top i {margin-right: 8px; font-size: 20px; color: #f8855b;}
.phone_top {font-family: MyFont2_B; font-size: 20px;}

.top_btn {display: block; padding: 8px 12px; background: #555; text-transform: uppercase; color: #fff; border-radius: 6px;}
.top_btn:hover {color: #fff; opacity: .8;}

.tel_soc_top .mod-custom {display: flex; flex-direction: row;}
.tel_soc_top .mod-custom > div {margin-right: 18px;}
.tel_soc_top .mod-custom > div:last-child {margin-right: 0;}
.tel_soc_top a {display: block; line-height: 1;}
.tel_soc_top .phone a, .tel_soc_top .insta a {display: block; font-size: 46px; color: #fff;}
.tel_soc_top .phone {display: none;}

.btn_mobile_menu {display: none; position: fixed; top: 24px; right: 26px; padding: 12px 10px; background: #161b27; cursor: pointer; transition: 0.2s; z-index: 20;}
.btn_mobile_menu:hover {opacity: .8;}
@media screen and (max-width: 940px) { 
  #top {padding-right: 100px;}
  .btn_mobile_menu {display: block;}
  .main_menu {display: none;}
}
@media screen and (max-width: 410px) { 
  #top {padding: 15px;}
  .logo_top img {width: 240px; height: auto;}
  .btn_mobile_menu {top: 24px; right: 20px;}
}
.hamburger {position: relative; width: 38px; height: 32px; z-index: 12;}
.hamburger span {display: block; width: 100%; height: 4px; background: #fff; margin: 10px 0; transition: all 0.3s;}
.hamburger span:first-child {margin-top: 0;}
.hamburger span:last-child {margin-bottom: 0;}

@media screen and (max-width: 1010px) { 
	.addr_top {display: none;}
}
@media screen and (max-width: 780px) { 
	.phone_top {display: none;}
	.tel_soc_top .phone {display: block;}
}
@media screen and (max-width: 600px) { 
	.tel_soc_top .assol {display: none;}
  .tel_soc_top .mod-custom > div.insta {margin-right: 0;}
}
@media screen and (max-width: 540px) { 
	.tel_soc_top  {display: none;}
}

/* MAIN MENU */
#menu {position: relative; display: flex; align-items: stretch; justify-content: flex-end;}
.home_page #menu {position: absolute; top: 104px; right: 0; z-index: 5;}
.menu_pre_bgr {width: 200px; background: linear-gradient(to right, rgba(23, 28, 39, 0) 0%, rgba(23, 28, 39, .9) 100%);;}
.main_menu {display: flex; align-items: center; justify-content: flex-end;}
.main_menu ul {position: relative; display: flex; flex-wrap: wrap; column-gap: 15px; row-gap: 8px; justify-content: center; margin: 0; padding: 10px 30px; background: #161b27; text-align: right; opacity: .9;}
.main_menu ul li {display: inline-block; list-style: none; margin: 0; padding: 0;}
.main_menu ul li:first-child {margin-left: 0;}
.main_menu ul li:last-child {margin-right: 0;}
.main_menu li.active a {color: #f8855b;}
.main_menu a {display: inline-block; font-size: 17px; color: #fff; text-transform: uppercase; text-decoration: none;}
@media screen and (max-width: 1050px) { 
  .menu_pre_bgr {display: none;}
  #menu, .main_menu {display: block; width: 100%;}
  .main_menu ul {text-align: center;}

}
@media screen and (max-width: 940px) { 
  #menu {display: none;}
}

/* MENU MOBILE */
.mobile-menu {position: fixed; top: 0; left: 0; overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; background: #fff; z-index: 21; transform: translateY(-150%); transition: transform 0.3s ease-in-out;}
.mobile-menu.active {transform: translateY(0);}
.mobile_menu_j {display: flex; flex-grow: 1; flex-direction: column; justify-content: space-between; align-items: center; padding: 35px;}
.mobile_menu_j ul {margin: 0; padding: 0; list-style: none;}
.mobile_menu_j .menu li {width: 100%; text-align: left; padding: 0 20px;}
.mobile_menu_j .menu a {display: block; padding: 10px 0; font-size: 24px; color: #333; text-decoration: none; width: fit-content;}
.mobile_menu_j menu a:hover {color: #007bff;}

.logo_mob_menu img {width: 75px; height: auto;}
.mobile_menu_j .close_btn {position: absolute; top: 15px; right: 18px; font-size: 50px; cursor: pointer;}
.mobile_menu_j .bottom_html {display: flex; flex-direction: column; align-items: center; row-gap: 25px;}
.mobile_menu_j .phone {font-size: 20px; color: #3d3330;}
.mobile_menu_j .phone:hover {text-decoration: none;}
.mobile_menu_j .logo_assol img {width: 46px; height: auto;}

/* МЕНЮ Планування */
#filter-container {display: flex; flex-wrap: wrap; justify-content: center; column-gap: 25px; row-gap: 8px; margin: 0 auto 30px; max-width: 1000px;}
#filter-container span {color: #fff;}
.filter-btn {margin: 5px; padding: 12px 18px; border: none; background-color: #c2ada6; color: #333; cursor: pointer; transition: 0.2s; font-family: MyFont2_B; font-size: 14px;}
.filter-btn:hover {background-color: #b39990;}
.filter-btn.active {background-color: #db6539; color: white;}
.dop_filters {text-align: center;}

.komory {display: flex;}
.link_komora {display: inline-block; box-sizing: border-box; margin: 5px; padding: 8px 14px 8px 17px; background-color: #79738f; color: #fff; border-radius: 22px; transition: 0.2s; font-family: MyFont2_B; font-size: 15px;}
.link_komora:hover {opacity: .8; color: #fff; text-decoration: none;}

/* МЕНЮ Комори */
.menu_komory {position: relative; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0;}
.menu_komory ul {display: flex; column-gap: 12px; align-items: center; margin: 0; padding: 0;}
.menu_komory li {display: inline-block; list-style: none; margin: 0; padding: 0;}
.menu_komory a {display: block; box-sizing: border-box; margin: 5px 0; padding: 12px 18px; border: none; background-color: #c2ada6; cursor: pointer; transition: 0.2s; font-family: MyFont2_B; font-size: 14px; color: #333;}
.menu_komory li.active a {background-color: #db6539; color: #fff;}
.menu_komory a:hover {text-decoration: none; opacity: .8;}

.menu_komory.wrap ul {flex-wrap: wrap; justify-content: center;}
body.blured .menu_komory .mod-menu__heading {color: #fff;}

/* SWIPER Slider */
.swiper-button-next, .swiper-button-prev {color: #fff;}
.swiper-button-prev {left: 20px;}
.swiper-button-next {right: 20px;}
.swiper-pagination-horizontal {bottom: 24px !important;}
.swiper-pagination-bullet {margin: 0 7px !important; width: 18px; height: 18px; background-color: #fff; opacity: .4;}
.swiper-pagination-bullet-active {background-color: #f8855b; opacity: .9;}

.swiper_01 {position: relative; height: calc(100svh - 104px); max-height: 990px;}
.swiper_01 img {width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;}

.swiper_02 {position: relative; width: 100%; height: auto; cursor: grab;}
.swiper_02 .cck_icon_edit {position: absolute; z-index: 15; bottom: 20px; right: 22px;}
.swiper_02 .cck_icon_edit a {padding: 5px; font-size: 20px; color: #fff;}

/* HOME-Page */
.logo-text {position: absolute; z-index: 2; bottom: 50px; left: 50px; color: #fff; }
.logo-text .title {font-family: MyFont2_B; font-size: 100px;}
.logo-text .descr {font-family: MyFont2; font-size: 25px; letter-spacing: 0.54em;}
.logo_text_bgr {position: absolute; z-index: 2; bottom: 0; left: 0; opacity: .65;}
@media screen and (max-width: 1010px) { 
	.logo-text {display: none;}
  .logo_text_bgr {display: none;}
}

.aprt_button {position: absolute; bottom: 50px; right: 50px; z-index: 2;}
.aprt_button a {display: block;  padding: 20px 30px; background: #db6135; color: #fff; font-family: MyFont2_B; font-size: 30px; letter-spacing: 0.05em; text-transform: uppercase; border-radius: 40px; transition: transform 0.3s ease, background-color 0.3s ease;}
.aprt_button a:hover {text-decoration: none; transform: scale(1.05); background-color: #c93c09;}
@media screen and (max-width: 700px) {
  .aprt_button {display: flex; justify-content: center; bottom: 30px; right: 0; box-sizing: border-box; width: 100%;}
	.aprt_button a {font-size: 25px; padding: 15px 24px; border-radius: 34px;}
}

/* === CONTENT === */
#info-top {position: relative; width: 100%; margin: 0 auto;}
#info {position: relative; display: flex; justify-content: center; box-sizing: border-box; width: 100%; margin: 0 auto; padding: 0 35px 50px;}
.home_page #info {padding: 0;}
#left .sticky_block {position: sticky; top: 0; padding: 50px 50px 0 0;}
@media screen and (max-width: 1100px) {
	#info {flex-direction: column;}
	#left {z-index: 3; position: sticky; top: 0; margin: 0 -35px; background: #f2f2f2; box-shadow: 0 10px 9px 0 rgba(38, 38, 37, 0.20);}
	#left .sticky_block {padding: 30px 0 10px;}
	#content {margin: 40px 0 0;}
}
@media screen and (max-width: 510px) {
  #info {padding: 0 15px 30px;}
}

#content {margin: 35px 0 0; width: 100%; vertical-align: top; line-height: 1.6; padding: 0;}
#content img {max-width: 100%;}
#content h1 {font: normal 24px MyFont2; margin: 0 0 22px 0; padding: 0 0 2px; letter-spacing: 0.06ex; color: #496311; text-decoration: none; border-bottom: 1px solid #949698; line-height: 1.6;}
#content h2, .mceContentBody h2 {margin: 30px 0 20px 0; padding: 0; font: normal 29px MyFont2_b; color: #005c5d; text-align: left; text-transform: uppercase; letter-spacing: 0.06ex;}
#content h2 a, .mceContentBody h2 a {font-family: MyFont; font-size: 24px; color: #3f0706; text-decoration: none; font-weight: normal; letter-spacing: 0.06ex;}
#content h2 a:hover, .mceContentBody h2 { text-decoration: underline; border: none;}
#content h3, .mceContentBody h3 {font: normal 20px MyFont_Bold; margin: 14px 0 5px; color: #004d66;}
#content h4, .mceContentBody h4 {font: normal 18px MyFont_Bold; margin: 14px 0 5px; color: #004d66;}
#content h5, .mceContentBody h5 {font: normal 16px MyFont_Bold; margin: 14px 0 5px; color: #004d66;}
#content ul li, .mceContentBody ul li, #content ol li {margin-bottom: 6px;}
#content p { margin: 0 0 10px 0; line-height: 1.5;}
#content p.vezha_map {display: block; margin: 0; padding: 0; line-height: 1;}
#content p.vezha_map img {display: block; margin: 0; padding: 0;}
#content .blog-featured .clearfix {margin-bottom: 40px;}
#content .blog-featured .clearfix:last-child {margin-bottom: 0;}
#content .blog .items-leading > div {margin-bottom: 40px;}
#content .blog .items-leading > div:last-child {margin-bottom: 0;}

/*.blog-item {width: 100%;}*/
.blog-item {display: flex; flex-direction: column; align-items: stretch;}
.item-content:has(.about_us_cont) {align-self: center;}

/* ПРО НАС */
.about_us {display: flex; margin: 0 0 35px; column-gap: 35px;}
#content .about_us h2.spec1 {position: relative; display: inline-block; margin: 0 0 25px -35px; padding: 18px 35px; font: normal 35px MyFont2_b; color: #f8855b; background: #161b27;}
.about_us .text {width: 65%; padding: 35px; background: #f7d9b7 url('../images/logo_big_white.png') no-repeat; background-position: bottom -50px right -50px;}
#content .about_us p:last-child {margin: 0;}
.about_us .pict {width: 35%; background-image: url('../images/about_us_01.jpg'); background-size: cover; background-position: center;}

@media screen and (max-width: 750px) {
  .about_us .text {width: 100%;}
  .about_us .pict {display: none;}
}
@media screen and (max-width: 490px) {
	#content {margin-top: 30px;}
	.home_page #content h2.spec1 {font-size: 24px;}
	.home_page .about_us {margin-bottom: 30px;}
}
@media screen and (max-width: 410px) {
	/*#info {padding: 0 20px 20px;}*/
	.home_page #info {padding: 0;}
	#content h2 {margin-left: 20px;}
}

/* ВІДЕО */
.video {width: 100%; aspect-ratio: 16 / 9; padding: 0 35px 30px; box-sizing: border-box;}
@media screen and (max-width: 750px) {.video {padding: 0 0 30px;}}

/* ПЛАНИРОВКИ */
.ap_list {opacity: 0; transition: opacity .3s ease-in-out; display: grid; grid-template-columns: 360px 360px; justify-content: center; gap: 25px; padding: 0; line-height: 1; color: #333333;}
.ap_list.no_results {display: flex; align-items: center; justify-content: center; height: 150px; color: #fff;}

/*@media screen and (max-width: 1280px) {.ap_list {grid-template-columns: 300px 300px;}}*/
/*@media screen and (max-width: 1100px) {.ap_list {grid-template-columns: 360px 360px;}}*/
@media screen and (max-width: 820px) {.ap_list {grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 600px) {.ap_list {grid-template-columns: 360px;}}
@media screen and (max-width: 440px) {.ap_list {grid-template-columns: 1fr;}}

.ap_list a {color: #372e28;}
.ap_list a:hover {text-decoration: none; color: #333333; opacity: 1;}
.ap_list .ap_item {
	position: relative; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-between; 
	padding: 0; 
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: .9;
}
.ap_list .ap_item:hover {transform: translateY(-5px); box-shadow: 0 5px 15px #2b2b2b;}
.ap_list .ap_item.status_2:hover {transform: none; box-shadow: none;} /* ПРОДАНО */
.ap_list .ap_item.status_2 a {pointer-events: none; cursor: default;} /* ПРОДАНО */
.ap_list .ap_top {display: flex; justify-content: space-between; margin-bottom: 5px; padding: 20px 22px 16px; border-bottom: 1px solid #dadada;}
.ap_list .ap_title {font: normal 16px MyFont_b; color: #5c2505;}
.ap_list .ap_building {
	position: relative;
	padding: 5px 5px;
	background: #f8855b;
	color: #fff;
	font-family: MyFont2_b;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 4px;
}
.ap_list .ap_status {margin-bottom: 0; font-family: MyFont2_B; font-size: 18px; text-transform: uppercase;}
.ap_list .ap_status.st_1 {display: none; color: #fff;}
.ap_list .ap_status.st_2 {color: #74181b;}
.ap_list .ap_status.st_3 {color: #503685;}
.ap_list .ap_img {position: relative; margin: 10px 0 10px; width: 100%; height: 220px; text-align: center; background-size: contain; background-repeat: no-repeat; background-position: center;}
.ap_list .ag_wtrmrk {position: absolute;  inset: 0; background-image: url('/images/ag_big.png'); background-repeat: no-repeat; background-position: center;  background-size: 20%; opacity: 0.2; z-index: 2;}

.ap_list .ap_params {padding: 16px 22px 20px; border-top: 1px solid #dadada;}
.ap_list .ap_params > div {display: flex; justify-content: space-between; position: relative; margin-top: 10px;}
.ap_list .ap_params > div::before {content: ""; display: block; border-bottom: 1px dashed rgba(33,19,0,.2); position: absolute; left: 5px; right: 5px; bottom: 2px;}
.ap_list .ap_params > div span {background-color: #fff; z-index: 2;}
.ap_list .ap_params .label {font-size: 15px;}
.ap_list .ap_params .value {font-family: MyFont2_B; font-size: 17px;}
.ap_list .ap_params .value.st_1 {color: #516c4a;}
.ap_list .ap_params .value.st_2 {color: #74181b;}
.ap_list .ap_params .value.st_3 {color: #503685;}
.ap_list .overlay {z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ccc;}
.ap_list .overlay.st_1 {display: none;}
.ap_list .overlay.st_2 {opacity: .7;}
.ap_list .overlay.st_3 {opacity: .45;}
.ap_list .edit_link a {position: absolute; z-index: 10; top: 75px; right: 25px; padding: 3px; background-color: #f76b0e; color: #fff; font-size: 20px; border-radius: 4px;}
.ap_list .edit_link a:hover {opacity: .8;}

/* ПОДРОБНЫЙ ВИД КВАРТИРЫ */
.flex_box {display: flex; align-items: flex-start; justify-content: center; padding: 10px 0; font-size: 18px; color: #fff; box-sizing: border-box;}
.flexitem.f01 {display: flex; flex-direction: row; align-items: center; column-gap: 50px; box-sizing: border-box;}
.flexitem.f02 {align-self: center; box-sizing: border-box;}

.aprt .back_btn {display: inline-block; margin-bottom: 25px; padding: 4px 8px; color: #ffe4d1; border: 1px solid #ffe4d1; border-radius: 6px;}
.aprt .back_btn span {position: relative; top: 0; margin-right: 10px;}
.aprt .back_btn:hover {text-decoration: none; color: #fff;}

.aprt .ap_building span {display: inline-block; padding: 3px 8px; background: #f8855b; font-family: MyFont2_B; font-size: 16px; text-transform: uppercase; color: #333;}
.aprt .ap_title {margin-bottom: 10px; font-family: MyFont2_B; font-size: 32px; color: #ffdacd;}
.aprt .ap_sold {margin: 15px 0 0; font-family: MyFont2_B; font-size: 30px; text-transform: uppercase;}
.aprt .ap_info {margin-top: 0;}
.aprt .ap_info .label {margin-bottom: 0px; line-height: 1;}
.aprt .ap_info .value {margin-bottom: 10px; font-family: MyFont2_B; font-size: 21px;}
.aprt .ap_dostupn .value {text-transform: lowercase;}
.aprt .ap_info .st_2 {color: #c75e61;}
.aprt .ap_info .st_3 {color: #a18bce;}

.aprt .ap_scheme .label {margin-bottom: 10px;}
.aprt .ap_scheme .scheme_bgr {padding: 15px; background: #fff; opacity: .85;}
#content .aprt .ap_scheme img {max-width: 210px; height: auto;}

.aprt .ap_tabs .tab.active, .aprt  .ap_images {background-color: rgba(255, 255, 255, 1); opacity: .85;}
.aprt .ap_tabs .tab {margin: 1px 0; padding: 20px 20px; background-color: rgba(255, 255, 255, 0.4); text-align: center; color: #333; line-height: 1.2; cursor: pointer;}
.aprt .ap_tabs .tab.active {cursor: default;}
.aprt .ap_tabs .tab span {font-family: MyFont_B;}

.aprt .ap_images {position: relative; padding: 10px; box-sizing: border-box; width: 700px;}
.aprt .ap_images .ag_wtrmrk {position: absolute;  inset: 0; background-image: url('/images/ag_big.png'); background-repeat: no-repeat; background-position: center;  background-size: 24%; opacity: 0.12; z-index: 2;}
.aprt .ap_images .ap_img {display: none;}
.aprt .ap_images .ap_img.active {display: block; min-height: 250px;}
.aprt .ap_images .ap_img.vis {padding: 20px;}

@media screen and (max-width: 1100px) {
  .aprt .ap_images {width: auto;}
}
@media screen and (max-width: 1000px) {
  .flex_box {flex-direction: column; padding: 0;}
  .flexitem.f01 {flex-direction: column; align-items: center;}
  .aprt .back_btn {margin-bottom: 15px;}
  .info_block {display: flex; flex-wrap: wrap; column-gap: 30px; justify-content: center;}
  .title_box {margin: 15px 0; width: 100%; text-align: center;}
  .ap_scheme {display: flex; flex-direction: column; align-items: center; width: 100%;}
  .aprt .ap_images {padding: 10px;}
  .aprt .ap_tabs {display: flex; margin-top: 40px;}
  .aprt .ap_tabs .tab {margin: 0 1px; padding: 15px;}
}

/* SVG */
.v_floor {position: relative; margin: 0 auto; padding: 20px; width: 60%; background-color: rgba(255, 255, 255, 1); box-sizing: border-box; opacity: .85;}
@media screen and (max-width: 1200px) {.v_floor {width: 80%;}}
@media screen and (max-width: 1000px) {.v_floor {width: 100%;}}
.v_floor .floor_bgr {position: relative;}
.v_floor img {width: 100%; height: auto;}
.v_floor svg {position: absolute; top: 0; left: 0; width: 100%; height: auto; }
.v_floor svg .shape {
    fill: rgba(0, 0, 255, 0);
    stroke: transparent;
    stroke-width: 3;
    transition: stroke 0.3s, fill 0.3s;
}
.v_floor svg .shape:hover, .v_floor svg .shape.hover {stroke: #ff8000; fill: rgba(255, 215, 188, 0.65);}
.v_floor svg .shape.sold_2, .v_floor svg .shape.sold_2:hover {fill: rgba(223, 223, 223, 0.8); stroke: transparent; stroke-width: 0;}
.v_floor svg .shape.sold_3, .v_floor svg .shape.sold_3:hover {fill: rgba(238,238,238,0.6); stroke: transparent; stroke-width: 0;}

.v_floor #tooltip {
	position: absolute;
    padding: 8px 12px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    pointer-events: none;
    z-index: 10;

    opacity: 0;
    display: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.v_floor #tooltip.visible {
	opacity: 1;
    display: block;
    transform: translateY(0);
    pointer-events: auto; /* Позволяет взаимодействовать с тултипом */
}

.v_floor #tooltip p {margin: 0 0 3px;}
.v_floor #tooltip p span {font-family: MyFont2_B;}
.v_floor #tooltip .tt_title {font-family: MyFont2_B; font-size: 15px;}
.v_floor #tooltip .tt_sold {font-family: MyFont2_B; font-size: 17px; text-transform: uppercase; color: #6d4f71;}
.v_floor #tooltip .tt_plan_img {height: 120px; width: 130px; padding: 8px 0 5px;}
.v_floor #tooltip .tt_plan_img img {width: 100%; height: 100%; object-fit: contain;}
.v_floor #tooltip .art_link {display: none; margin-top: 5px; padding: 4px 6px; background: #333333; color: #fff; text-align: center; border-radius: 4px;}

@media (hover: none) and (pointer: coarse) { /* только для моб. устройств */
  .v_floor #tooltip .art_link {display: block;}
  .komory .v_floor #tooltip .art_link {display: none;}
	.v_floor svg .shape {stroke-width: 5;}
  .pidval_page .v_floor #tooltip .art_link {display: none;}
}

/* РЕДАКТИРОВАНИЕ КВАРТИР */
.ap_list_edit ul {margin: 0; padding: 0; max-height: 1000px; overflow-y: auto; column-count: 6; column-gap: 20px; font-size: 14px;}
@media screen and (max-width: 1650px) {.ap_list_edit ul {max-height: 2000px; column-count: 5;}}
@media screen and (max-width: 1400px) {.ap_list_edit ul {max-height: 2000px; column-count: 4;}}
@media screen and (max-width: 1140px) {.ap_list_edit ul {max-height: 2000px; column-count: 3;}}
@media screen and (max-width: 860px) {.ap_list_edit ul {max-height: 2500px; column-count: 2;}}
@media screen and (max-width: 595px) {.ap_list_edit ul {max-height: 5500px; column-count: 1;}}
.ap_list_edit li {list-style: none; break-inside: avoid; padding: 3px; background: #f4f4f4; margin-bottom: 2px; border: 1px solid #cccccc; border-radius: 5px;}
.ap_list_edit li > div {display: inline-block; margin-right: 8px;}

/* КОНТАКТИ */
#contacts_left {display: inline-block; width: 30%; margin-right: 4%; vertical-align: top;}
#contacts_right {display: inline-block; width: 65%;}

/* CATEGORIES */
.article-info {margin: -20px 0 15px; padding: 0;}
.article-info dd {margin: 0; padding: 0; font: normal 14px MyFont; color: #857d6b;}

.clear {clear: both;}

#footer-bgr {position: relative; width: 100%; background: #161b27;}
.blured #footer-bgr {background: none;}

#footer .custom {position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 35px; margin: 0 auto; padding: 60px 50px 50px; max-width: 1200px; font: normal 15px MyFont2; color: #efeeed;}
#footer h3 {margin: 0 0 13px; font-family: MyFont2; font-weight: normal; font-size: 19px; color: #ffffff;}
#footer p {margin: 0 0 10px; }
#footer p:last-child {margin: 0;}
#footer a {color: #fff1ce;}
#footer a:hover {text-decoration: none; opacity: .8;}
#footer i {position: relative; bottom: -3px; margin-right: 4px; color: #f8855b; font-size: 20px;}
#footer td:first-child {padding-left: 0;}
#footer td:last-child {padding-right: 0;}
#footer .logo_footer {align-self: center;}
#footer .proj_addr {margin-bottom: 15px;}
#footer .assol_link {margin-top: 30px;}
#footer .assol_link img {display: block;}

@media screen and (max-width: 1050px) {
  #footer .custom {flex-wrap: wrap; justify-content: space-around;}
  #footer .logo_footer {display: flex; justify-content: center; margin-bottom: 15px; width: 100%;}
  #footer .logo_footer img {max-width: 70%; height: auto;}
}

@media screen and (max-width: 700px) {
	#footer .custom {flex-direction: column; align-items: center; text-align: center; padding: 50px 30px 50px;}
	#footer .assol_link table {margin: 0 auto;}
}

textarea.wfEditor, textarea.wfNoEditor { font-size: 1.4em !important; }

/* НОМЕРА СТРАНИЦ */
#content div.pagination {margin-top: 20px; padding-bottom: 0; text-align: center;}
#content .pagination p.counter {font-family: MyFont; font-size: 11px; letter-spacing: 0.1ex;}
#content .pagination ul {
  float: left;
  left: 50%;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
#content .pagination ul li { float: left;  margin: 0 4px 2px 0; position: relative; right: 50%;}
#content a.pagenav {background: none repeat scroll 0 0 #235389;  color: #FFFFFF;  font-weight: normal;}
#content span.pagenav {background: none repeat scroll 0 0 #8B9FB5; color: #D1DEE2;}
#content a.pagenav, #content span.pagenav {font-family: MyFont; font-size: 11px; letter-spacing: 0.1ex; padding: 4px 7px;}
#content a.pagenav:hover {background-color: #36669c; border: medium none; text-decoration: none;}
/* /НОМЕРА СТРАНИЦ */

/* ПОИСК РЕЗУЛЬТАТЫ */
.search-results .result-title {font: normal 15px MyFont_Bold; border-bottom: 1px solid #949698; padding-bottom: 3px;}
.result-text {font-size: 13px;}
.result-url {margin-bottom: 20px; margin-top: 2px; font: italic 10px Verdana; color: #BBBBBB;}

#top-right [class^="icon-"], #top-right [class*=" icon-"] {margin-right: 8px; color: #153e5c;}
hr.footer-hr {border: 1px solid #689eb9; width: 400px;}


/* ============ SEBLOD ============= */
#seblod_form button {padding: 6px 10px; border: 1px solid #aaaaaa; background: #dddddd; color: #202020; font-size: 16px;}
#seblod_form button:hover {cursor: pointer; opacity: .8;}
#seblod_form .cck_forms {margin-bottom: 15px;}
#seblod_form .cck_forms .cck_upload_image {margin-bottom: 0;}
#seblod_form .cck_forms .cck_label {float: left; width: 180px;}
#seblod_form .cck_form {display: inline-block; position: relative;}
#seblod_form .ap_buttons {display: flex; gap: 20px;}
aside.cck_cgx_button {width: 70px;}
div.cck_button {overflow: visible; }
div.cck_button.cck_button_add, div.cck_button.cck_button_drag {margin-left: 8px;}
#seblod_form .cck_group_x .cck_cgx_form {background: #f8f7f1; padding: 15px 10px 1px; margin-bottom: 10px; border-radius: 8px; float: none;}
.cck_forms .radios label {margin-right: 10px;}

.com-users-login {margin-top: 60px;}
.com-users-login form fieldset {display: flex; flex-direction: column; gap: 15px;}
.com-users-login .com-users-login__submit button {padding: 10px 15px; border: 1px solid #aaaaaa; background: #dddddd; color: #005c5d; font-size: 18px;}
.com-users-login .com-users-login__submit button:hover {cursor: pointer; opacity: .8;}
.com-users-login .com-users-login__options {display: none;}

@font-face {
  font-display: swap;
  font-family: 'MyFont';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'),
       url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'MyFont_B';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-700.woff2') format('woff2'),
       url('../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-700.ttf') format('truetype'); 
}

@font-face {
  font-display: swap;
  font-family: 'MyFont2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/avantgardegothicc-webfont.woff') format('woff'),
       url('../fonts/avantgardegothicc-webfont.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'MyFont2_B';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/avantgardegothicc-bold-webfont.woff') format('woff'),
       url('../fonts/avantgardegothicc-bold-webfont.ttf') format('truetype'); 
}
@font-face {
    font-family: 'MyFont3';
    src: url('../fonts/oswald-300.eot');
    src: url('../fonts/oswald-300.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-300.woff') format('woff'),
         url('../fonts/oswald-300.ttf') format('truetype'),
         url('../fonts/oswald-300.svg#oswald-300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyFont3_B';
    src: url('../fonts/oswald-600.eot');
    src: url('../fonts/oswald-600.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-600.woff') format('woff'),
         url('../fonts/oswald-600.ttf') format('truetype'),
         url('../fonts/oswald-600.svg#oswald-600') format('svg');
    font-weight: normal;
    font-style: normal;
}