/* Стили разработчика A */

.hide{
	display: none;
}
.a-jk ul{
	padding-left: 20px;
}
.a-jk-thanks{
	height: 100dvh;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	 justify-content: center;
}





.a-popup_qr{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	transition: all 0.2s linear;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
    visibility: hidden;
}
.a-popup_qr.active {
    opacity: 1;
    visibility: visible;
}
.a-popup_qr-block{
	max-width: 500px;
	width: 100%;
	background: var(--white);
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.a-popup_qr-block a{
	font-size: 24px;
	font-weight: 700;
}
.a-popup_qr-bottom{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.a-popup_qr-bottom img{
	width: 70px;
	height: 70px;
}








.down_menu-popup{
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 20px;
}


.a-jurnal_filters{
	display: flex;
	flex-direction: row;
	gap: 8px;
	flex-wrap: wrap;
}
.a-jurnal_filters a{
	border-radius: 8px;
	border:1px solid var(--black-500);
	padding:5px 10px;
	cursor: pointer;
}
.a-jurnal_filters a:hover{
	background: var(--black-500);
	color: #fff;
}
.a-jurnal_filters a.active{
	background: var(--black-500);
	color: #fff;
}





.container.a-jk{
	padding-top:40px;
}
.a-jk_row{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-jk h2{
	font-size: 28px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.a-jk h3{
	font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
}
.a-jk_bread{
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.a-jk_bread a{
	color: var(--grey-500);
	font-size: 14px;
	font-weight: 300;
	&.a-jk_bread-active{
		color: var(--black-500);
	}
}
.a-jk_bread-divider{
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow-bread.svg) no-repeat center / cover;
}
.a-jk_h1{
	font-size: 36px;
}
.a-jk_address{
	font-size: 14px;
	font-weight: 500;
	color: var(--black-700);
}


.a-jk_metros{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.a-jk_metro{
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	font-size: 14px;
}
.a-jk_metro-color{
	width: 10px;
	height: 10px;
	border-radius: 100px;
}
.a-jk_metro-name{
	color: var(--black-700);
}
.a-jk_metro-run, .a-jk_metro-car{
	color: var(--grey-500);
}
.a-jk_metro-run{
	padding-left: 20px;
	background: url(../images/icon_man.svg) no-repeat center left;
}
.a-jk_metro-car{
	padding-left: 20px;
	background: url(../images/icon_car.svg) no-repeat center left;
}





.a-jk_info-blocks{
	display: flex;
	gap: 20px;
	flex-direction: row;
}
.a-jk_info-block{
	width: 100%;
	display: flex;
	gap: 0px;
	flex-direction: column;
	min-height: 100px;
	background-color: var(--white);
	border:1px solid var(--grey-100);
	border-radius: 20px;
	justify-content: space-between;
	overflow: hidden;
}
.a-jk_info-block-slider{
	min-height: 400px;
	background: url(../images/foto.jpg) no-repeat center / cover;
}


.a-jk_info-block-jk{
	padding: 20px;
}
.a-jk_info-block-jk-top{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.a-jk_info-tabs{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.a-jk_info-tab{
	background: var(--white);
	padding: 5px 10px;
	border-radius: 8px;
	font-size: 16px;
	color: var(--black-500);
	font-weight: 300;
	border: 1px solid var(--grey-100);
	cursor: pointer;
}
.a-jk_info-tab span{
	font-weight: 600;
}
.a-jk_info-tab:hover{
	background: var(--black-800);
	color: var(--white);
}
.a-jk_info-tab.active{
	background: var(--black-800);
	color: var(--white);
}

.a-jk_info-text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-jk_info-text div{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.a-jk_info-text div div{
	font-size: 14px;
}
.a-jk_info-text div div:first-child{
	color: var(--black-700);
}
.a-jk_info-text div div:last-child{
	font-weight: 700;
}




.a-jk_info-block-objekt{
	padding: 0px;
}
.a-jk_info-block-objekt-top{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 20px;
}
.a-jk_info-block-objekt-title{
	margin-left: 20px;
	font-size: 18px;
	font-weight: 600;
}
.a-jk_info-block-objekt-bottom{
	padding: 0px;
}
.a-jk_info-lists{
	display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 14px;
}
.a-jk_info-list{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 20px;
	border-top: 1px solid var(--grey-100);
}
.a-jk_info-list:last-child{
	border-bottom: 1px solid var(--grey-100);
}
.a-jk_info-list div{
	font-weight: 300;
}
.a-jk_info-list div:first-child{
	color: var(--black-700);
}
.a-jk_info-list div strong{
	font-weight: 700;
}

@media (max-width: 990px) {

.a-jk_info-blocks{
	flex-direction: column;
}

}



.a-jk_plus{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.a-jk_plus ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px
}
.a-jk_plus ul li {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 0 24px;
    max-width: 50%;
    width: 459px;
    position: relative;
    padding: 0
}
.a-jk_plus ul li:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url(../images/icon_list.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.a-jk_text{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.a-jk_text ul{
	padding-left: 20px;
}
.a-jk_text p{
	margin-bottom: 20px;
	color: var(--black-700);
}
.a-jk_text h3, .a-jk_text ul{
	color: var(--black-700);
}
.a-jk_text-content{
	height: 80px;
	overflow: hidden;
	transition: height 0.3s ease;
}
.a-jk_text-btn{
	width: max-content;
	cursor: pointer;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}
.a-jk_text-btn.active img{
	rotate: 180deg;
}


@media (max-width: 767px) {
    .a-jk_plus ul {
        flex-direction:column
    }

    .a-jk_plus ul li {
        font-size: 16px;
        max-width: 100%;
        width: 100%
    }
}

.a-divider{
	border-top: 1px solid var(--grey-100);
	margin-top: 30px;
}
.a-jk_map{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-jk_map-map iframe{
	width: 100%;
	height: 580px;
}


.a-jk_info-block-objekt-top.a-objekt_info-block-top{
	padding-top:0px;
}
.a-objekt_info-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 20px;
	padding: 20px;
	border:1px solid var(--grey-100);
	background-image: linear-gradient(90deg, #FEEBE7 0%, #D8E2F3 100%);
}
.a-objekt_info-title h1{
	font-size: 21px;
}
.a-objekt_info-title-price{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-end;
}
.a-objekt_info-title-price div:first-child{
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
}
.a-objekt_info-title-price div:last-child{
	font-size: 20px;
	color: #999;
}
.a-objekt_menu{
	position: sticky;
	top: 70px;
	width: 100%;
	background: var(--main-bg);
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}
.a-objekt_info-block-slider img{
	width: auto;
	height: 400px;
	object-fit: contain;
}
.a-objekt_info-bottom{
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 0px 20px 20px 20px;
}

.a-objekt_map-jk-top{
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-objekt_rating{
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}
.a-objekt_soon{
	font-size: 12px;
	color: var(--grey-500);
	font-weight: 300;
}
.a-objekt_favorit{
	width: 44px;
	height: 44px;
	background: url(../images/favorit.svg);
	cursor: pointer;
}
.a-objekt_favorit.active{
	background: url(../images/favorit_add.svg);
}
.a-objekt_map-jk-bottom{
	height: 300px;
	width: 100%;
	background: url(../images/map.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.a-objekt_map-jk-bottom-btn{
	font-size: 12px;
	border-radius: 100px;
	padding: 8px 10px;
	padding-left: 30px;
	background: url(../images/map_btn-icon.svg) no-repeat 5px center / 20px,
	var(--white);
}
.a-objekt_plus ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px
}
.a-objekt_plus ul li {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    max-width: 50%;
    width: 459px;
    position: relative;
    padding: 0;
}
.a-objekt_plus ul li:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url(../images/icon_list-grey.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.a-objekt_text{
	background: var(--white);
	border-radius: 20px;
	border:1px solid var(--grey-100);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}
.a-objekt_text-btn{
	cursor: pointer;
	text-decoration: underline;
}
.a-objekt_text p {
    margin-bottom: 20px;
    color: var(--black-700);
}
.a-objekt_about{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.a-objekt_about-blocks{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.a-objekt_about-blocks{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.a-objekt_about-block{
	padding-left: 50px;
	background-image: url(../images/icon/icon1.svg);
	background-repeat: no-repeat;
}
.a-objekt_about-block-name{
	color: var(--grey-700);
	font-size: 12px;
	font-weight: 300;
}
.a-objekt_about-block-text{
	font-size: 14px;
	font-weight: 600;
}
.a-objekt_about-block.type_1{
	background-image: url(../images/icon/icon1.svg);
}
.a-objekt_about-block.type_2{
	background-image: url(../images/icon/icon2.svg);
}
.a-objekt_about-block.type_3{
	background-image: url(../images/icon/icon3.svg);
}
.a-objekt_about-block.type_4{
	background-image: url(../images/icon/icon4.svg);
}
.a-objekt_about-block.type_5{
	background-image: url(../images/icon/icon5.svg);
}
.a-objekt_about-block.type_6{
	background-image: url(../images/icon/icon6.svg);
}
.a-objekt_about-block.type_7{
	background-image: url(../images/icon/icon7.svg);
}
.a-objekt_about-block.type_8{
	background-image: url(../images/icon/icon8.svg);
}
.a-objekt_about-block.type_9{
	background-image: url(../images/icon/icon9.svg);
}
@media (max-width: 767px) {
    .a-objekt_about-blocks{
		grid-template-columns: repeat(2, 1fr);
	}
}



.a-catalog_filter{
	border-radius: 20px;
	background: var(--white);
	padding: 10px;
	border: 1px solid var(--grey-100);
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.a-catalog_menu{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap:20px;
}
.a-catalog_menu a{
	font-size: 16px;
	font-weight: 400;
}
.a-catalog_blocks{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 20px;
}
@media (max-width: 1000px) {
    .a-catalog_blocks{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
    .a-catalog_blocks{
		grid-template-columns: repeat(1, 1fr);
	}
}
.a-catalog_block{
	border-radius: 24px;
	border:1px solid var(--grey-100);
	display: flex;
	flex-direction: column;
	gap: 0px;
	background: var(--white);
}
.a-catalog_block-img{
	width: 100%;
	height: 250px;
	background-image: url(../images/catalog_foto.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.a-catalog_block-info{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 12px;
	border-top: 1px solid var(--grey-100);
}
.a-catalog_block-title{
	font-size: 18px;
	font-weight: 700;
}
.a-catalog_block-price{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.a-catalog_block-price div:first-child{
	font-size: 16px;
	font-weight: 700;
}
.a-catalog_block-price div:last-child{
	font-size: 14px;
	font-weight: 300;
	color:#F54012;
}
.a-catalog_block-lists{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.a-catalog_block-list{
	font-size: 14px;
	font-weight: 300;
	padding-left: 30px;
	background-image: url(../images/icon_catalog-type-1.svg);
	background-repeat: no-repeat;
}
.a-catalog_block-list.type_1{
	background-image: url(../images/icon_catalog-type-1.svg);
}
.a-catalog_block-list.type_2{
	background-image: url(../images/icon_catalog-type-2.svg);
}
.a-catalog_block-list.type_3{
	background-image: url(../images/icon_catalog-type-3.svg);
}






.filter_popup-bottom{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.filter_popup-enter{
	padding:12px 24px;
	border-radius:12px;
	text-align:center;
	background:#333333;
	color:#fff;
	font-family: "Nunito Sans", Sans-serif;
	font-size:16px;
	font-weight:600;
}
.filter_popup{
	width:100%;
	height:100vh;
	backdrop-filter: blur(5px);
	background:rgba(0,0,0, 0.22);
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	display:none;
}
.filter_popup-close{
	background: url(../images/icon_catalog-close.svg) no-repeat center / cover;
	width:44px;
	height:44px;
	cursor:pointer;
	position:absolute;
	left:-54px;
	top:0px;
}
.filter_popup-block{
	width:100%;
	max-width:860px;
	height:calc(100vh - 20px);
	position:absolute;
	top:10px;
	right:10px;
	background:#FAFAFA;
	border-radius:14px;
	border:1px solid #E6E6E6;
	padding:20px;
	display:flex;
	flex-direction: column;
}



.filter{
    display: flex;
    flex-direction: column;
	width:100%;
    max-width:400px;
    gap:5px;
	flex-grow: 1;
    flex-shrink: 1;
} 
.filter_block{
    position: relative;
    width:100%;
    height:56px;
    border-radius: 14px;
    background: #fff;
    border:1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
    justify-content: center;
}
.filter_block-name{
    font-size: 16px;
    color:#A6A6A6;
    transition: all 0.2s linear;
    cursor:pointer;
}
.filter_block-img{
    position:absolute;
    top:16px;
    right:16px;
    background: url(../images/icon_catalog-arrow-down.svg) no-repeat center / cover;
    width:24px;
    height:24px;
    cursor:pointer;
}
.filter_block-content{
	display:none;
	width: 100%;
	height: 22px;
	flex-direction: row;
    gap:2px;
}
.filter_block-onselect{
    border-radius: 5px;
    background: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:2px 6px;
    gap:4px;
}
.filter_block-onselect span{
    color:#fff;
    font-size: 14px;
    font-weight: 600;
}
.filter_block-onselect-delete{
    height: 12px;
    width:12px;
    cursor: pointer;
    background: url(../images/12rh.svg) no-repeat center / cover;
}
.filter_block-down{
    position:absolute;
    top:58px;
    left: 0px;
    padding:5px;
    border-radius: 12px;
    border:1px solid #E6E6E6;
    background: #fff;
    z-index: 5;
    display: none;
}
.filter_block-down-100{
    width: 100%;
}
.filter_block-down-300{
    width: 300px;
}

.filter_block-select{
    display: none;
    flex-direction: column;
    padding:9px;
    gap: 3px;
}
.filter_block-select-btn{
    padding:8px;
    border-radius: 7px;
    border:1px solid #E6E6E6;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.filter_block-select-btn:hover{
    background: #F2F2F2;
}
.filter_block-check-name{
    color: #151515;
    font-size: 14px;
}
.filter_block-check{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #A4A4A4;
}
.filter_block-select-btn.active{
    background: #F2F2F2;
}
.filter_block-select-btn.active .filter_block-check{
    background: #333333;
    border: 1px solid #333333;
    
}


.filter_block-onlist{
    font-size: 16px;
    color: #151515;
    font-weight: 600;
}
.filter_block-list{
    flex-direction: column;
    gap:3px;
}
.filter_block-list-btn{
    background: #fff;
    border-radius: 5px;
    padding:5px 7px;
    font-size: 14px;
    color: #151515;
    cursor: pointer;
}
.filter_block-list-btn:hover{
    background: #F2F2F2;
}
.filter_block-list-btn.active{
    background: #F2F2F2;
}


.filter_block-rang{
    display: none;
    flex-direction: row;
    align-items: center;
    padding:7px;
    gap: 5px
}
.filter_block-rang-input{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    border:1px solid #E6E6E6;
    width: 45%;
    flex-grow: 1;
    padding: 0px 16px
}
.filter_block-rang-input-title{
    font-size: 16px;
    color:#A6A6A6;
    transition: all 0.2s linear;
}
.filter_block-rang-input input{
    display:none;
    border: none;
    outline: none;
    height: 20px;
}
.filter_block-rang-divider{
    width: 15px;
    height: 1px;
    background: #A6A6A6;
}


@media (max-width: 940px) {
	.filter_popup-close {
		position: relative;
		left: auto;
		top: 0;
		margin-bottom: 25px;
	}
}
@media (max-width: 760px) {
	.filter_popup-block{
		top:0px;
		right:0px;
	}
}


/* активный фильтр */

.filter_block.active .filter_block-img{
	transform:rotate(180deg);
}
.filter_block.active .filter_block-name{
	color:#4D4D4D;
	font-size:14px;
}
.filter_block.active .filter_block-content{
	display:flex;
}
.filter_block.active .filter_block-down{
	display:flex;
}
.filter_block-rang-input.active .filter_block-rang-input-title{
    font-size: 14px;
    color:#151515;
    transition: all 0.2s linear;
}
.filter_block-rang-input.active input{
    display: block; 
}


/* активация информации */

.filter_block.showinfo .filter_block-name{
	color:#4D4D4D;
	font-size:14px;
}
.filter_block.showinfo .filter_block-content{
	display:flex;
}




.btn.btn_mini{
	font-size: 14px;
	padding: 10px 16px;
}
.btn_right{
	margin-left: auto;
}
.container.a-event{
	padding-top: 40px;
}
.row.a-event_row{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-event_label{
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 5px;
	border-radius: 8px;
	background: #FEEBE7;
}
.a-event_label.type_2{
	background: #D8E2F3;
}
.a-event_label.type_3{
	background: #E6E6E6;
}
.a-event_h1{
	font-size: 36px;
}
.a-event_blocks{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1390px) {
	.a-event_blocks{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 1050px) {
	.a-event_blocks{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 750px) {
	.a-event_blocks{
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
	.a-event_h1{
		font-size: 24px;
	}
}
.a-event_block{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	border-radius: 24px;
	background: var(--white);
	border: 1px solid var(--grey-100);
	padding: 30px;
	transition: all 0.2s linear;
}
@media (max-width: 750px) {
	.a-event_block{
		padding: 15px;
		gap: 12px;
	}
}
.a-event_block:hover{
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.a-event_date{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.a-event_date-block{
	display: flex;
	flex-direction: row;
}
.a-event_date-block div:first-child{
	width: 120px;
}
.a-event_date-block div:last-child{
	font-weight: 700;
}
.a-event_name{
	font-size: 20px;
}
@media (max-width: 750px) {
	.a-event_name{
		font-size: 16px;
	}
}
.a-event_back{
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	background: url(../images/icon_arrow-back.svg) no-repeat center left;
}
.a-event_back:hover{
	background: url(../images/icon_arrow-back-color.svg) no-repeat center left;
	color:#F54012;
}
.a-event_content{
	display: flex;
	flex-direction: row;
	gap: 20px;

}
.a-event_content-left{
	flex-grow: 1;
}
.a-event_content-left p{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}
.a-event_content-right{
	width: 100%;
	max-width: 550px;
	background: var(--main-bg);
	border-radius: 24px;
	border:1px solid var(--grey-100);
	padding: 30px;
	flex-direction: column;
	display: flex;
	gap: 20px;
	align-items: start;
}
.a-event_content-right-blocks{
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
}
.a-event_content-right-block{
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 300;
}
.a-event_content-right-block strong{
	font-weight: 700;
}
.a-event_content-right-block.a-border_top{
	border-top: 1px solid var(--grey-100);
}
.a-event_content-right-block div:first-child{
	width: 220px;
	font-weight: 600;
	flex-shrink: 0;
}
.a-event_content-right-block div:last-child{
	font-size: 14px;
}
@media (max-width: 900px) {
	.a-event_content{
		flex-direction: column-reverse;
	}
	.a-event_content-right{
		padding: 15px;
	}
}
.a-event_admin{
	background: var(--white);
	border:1px solid var(--grey-100);
	border-radius: 12px;
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding: 15px;
}
.a-event_admin-foto{
	width: 90px;
	aspect-ratio: 1/1;
	border:1px solid var(--grey-100);
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.a-event_admin-info{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.a-event_admin-title{
	font-size: 14px;
	color: var(--black-700);
}
.a-event_admin-name{
	font-size: 18px;
	font-weight: 700;
}
.a-event_admin-phone{
	font-size: 16px;
	color: var(--black-700);
}
@media (max-width: 769px) {
	.a-event_content-right-block {
	    font-size: 14px;
	}
	.a-event_content-right-block div:first-child {
	    width: 150px;
	}
}

.a-event_filter{
	border-radius: 14px;
	padding: 12px 15px;
	border:1px solid var(--black-500);
	background: var(--white);
	width:max-content;
}
.a-event_filter select{
	border-style: none;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
}
select, input{
	outline: none;
}
.a-event_forma{
	padding-top:10px;
}
.a-event_registration-form{
	display: none;
}
.a-event_registration-form form{
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Nunito Sans", sans-serif;
}
.a-event_registration-form form input{
	border-radius: 12px;
	border: 1px solid var(--grey-100);
	background: var(--white);
	padding:15px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.a-event_registration-form form .btn{
	font-size: 16px;
	font-weight: 300;
	font-family: "Nunito Sans", sans-serif;
}








.a-auth_popup{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	transition: all 0.2s linear;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
    visibility: hidden;
}
.a-auth_popup.active {
    opacity: 1;
    visibility: visible;
}
.a-auth_popup-block{
	max-width: 500px;
	width: 100%;
	background: var(--white);
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.forma_step-1, .forma_step-2{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.forma_step-2{
	display: none;
}
.a-auth_popup-title{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.a-auth_popup p{
	font-size: 16px;
	font-weight: 300;
	color: var(--black-700);
	text-align: center;
}
.a-auth_popup strong{
	font-size: 16px;
	font-weight: 700;
	color: var(--black-500);
	text-align: center;
}
.auth_code{
    border: 0px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 10px;
    max-width: 200px;
    border-radius: 8px;
    border: 1px solid var(--grey-100);
    padding: 5px 10px;
}
.a-auth_popup-enter{
	background: var(--main-bg);
	padding: 20px;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.a-auth_popup form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.a-auth_popup form label{
	font-size: 14px;
	color: var(--black-700);
}
.a-auth_popup form label span{
	color: #f10;
}
.a-auth_popup form input[type="text"]{
	display: block;
	width: 100%;
	padding: 15px 10px; 
	border-radius: 12px;
	border:1px solid var(--grey-100);
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.a-auth_popup form .btn{
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.header .auth_name{
	display: none;
}
.a-header_auth-menu{
	position: absolute;
	right: 0px;
	top: 60px;
	width: 250px;
	border-radius: 12px;
	background: var(--white);
	border: 1px solid var(--grey-100);
	padding: 20px;
	display: none;
}
.btn_logout{
	cursor: pointer;
	background: url(../images/icon_logout.svg) no-repeat center left;
	padding-left: 40px;
	color: var(--black-700);
}
.btn_izbrannoe{
	cursor: pointer;
	background: url(../images/icon_favorit.svg) no-repeat center left;
	padding-left: 40px;
	color: var(--black-700);
	margin-bottom: 20px;
	display: block;
}
.auth_name.has-favorites::before {
    content: attr(data-count);
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.auth_name {
    position: relative;
}









.a-popup-forms{
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	transition: all 0.2s linear;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
    visibility: hidden;
}
.a-popup-forms.active {
    opacity: 1;
    visibility: visible;
}
.a-popup-forms-block{
	max-width: 500px;
	width: 100%;
	background: var(--white);
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.a-popup-forms-title{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.a-popup-forms p{
	font-size: 16px;
	font-weight: 300;
	color: var(--black-700);
	text-align: center;
}
.a-popup-forms-close{
	position: absolute;
}
.a-popup-forms form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.a-popup-forms form label{
	font-size: 14px;
	color: var(--black-700);
}
.a-popup-forms form label span{
	color: #f10;
}
.a-popup-forms form input[type="text"]{
	display: block;
	width: 100%;
	padding: 15px 10px; 
	border-radius: 12px;
	border:1px solid var(--grey-100);
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.a-popup-forms form .btn{
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.radio-group{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.a-popup-forms-hide{
	display: none;
}
.a-popup-forms-block .a-popup-forms-title{
	border-bottom: 1px solid var(--grey-100);
	padding-bottom: 20px;
	margin-bottom: 20px;
}










/* Popup */
.registration-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.registration-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.registration-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.registration-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
}

.registration-popup-close:hover {
    color: #333;
}

.registration-popup-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.registration-popup-content p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}







.container.a-jurnal_afisha{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/subtract.svg) no-repeat right top,
	#EBE4D9;
}
.a-jurnal_afisha .row{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.a-jurnal_afisha-title{
	color: var(--black-500);
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 500;
}
.a-jurnal_afisha-title span{
	color: var(--red);
}
.a-jurnal{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.a-jurnal_block{
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	border: 1px solid var(--grey-100);
	overflow: hidden;
}
.a-jurnal_block-img{

}
.a-jurnal_block-img img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}
.a-jurnal_block-info{
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}
.a-jurnal_block-title{
	font-size: 18px;
	font-weight: 600;
	color: var(--black-500);
}
.a-jurnal_block-text{
	font-size: 16px;
	font-weight: 300;
	color: var(--black-700);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--grey-100);
	flex-grow: 1;
	flex-shrink: 1;
}
.a-jurnal_block-date{
	font-size: 14px;
	font-weight: 500;
	color: var(--black-500);
}
.a-jurnal_date{
	font-size: 14px;
	font-weight: 500;
	color: var(--black-500);
	border-radius: 8px;
	background: var(--grey-50);
	width: max-content;
	padding: 3px 8px;
}
.a-jurnal_content{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.a-jurnal_left h2{
	font-size:30px;
	margin-bottom:25px;
}
.a-jurnal_left h3{
	font-size:24px;
}
.a-jurnal_left h4, .a-jurnal_left h5{
	font-size:24px;
}
.a-jurnal_left p, .a-jurnal_left ul{
	margin-bottom:25px;
}
.a-jurnal_left p, .a-jurnal_left li{
	font-size:18px;
	 color: #151515;
}
.a-jurnal_left strong{
	font-weight:700;
}
.a-jurnal_left{
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0; 
    overflow-wrap: break-word; 
}
.a-jurnal_right{
	width: 390px;
	max-width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.a-jurnal_more-block{
	padding: 30px;
	border-radius: 24px;
	border:1px solid var(--grey-100);
	background: var(--main-bg);
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.a-jurnal_more-block:hover{
	background: var(--grey-50);
}
.a-jurnal_more-title{
	font-size: 18px;
	font-weight: 300;
}
.a-jurnal_more-btn{
	width: max-content;
	font-size: 18px;
	font-weight: 500;
	padding-right: 30px;
	background: url(../images/icon_arrow-jurnal.svg) no-repeat center right;
}
.a-jurnal_more-btn:hover{
	color: var(--red);
	background: url(../images/icon_arrow-jurnal-active.svg) no-repeat center right;
}

@media (max-width: 1100px) {
	.a-jurnal{
		grid-template-columns: repeat(2, 1fr);
	}
	.container.a-jurnal_afisha{
		background: url(../images/subtract.svg) no-repeat right bottom / 100px,
		#EBE4D9;
	}
	.a-jurnal_afisha-title{
		font-size: 24px;
	}
	.a-jurnal_content{
		flex-direction: column;
	}
	.a-jurnal_right{
		width: 100%;
	}
}
@media (max-width: 680px) {
	.a-jurnal{
		grid-template-columns: repeat(1, 1fr);
	}
	.a-jurnal_block-img img{
		height: 200px;
	}
	.a-jurnal_block-info{
		padding: 12px;
	}
	.container.a-jurnal_afisha{
		background: url(../images/subtract.svg) no-repeat right bottom / 70px,
		#EBE4D9;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.a-jurnal_afisha-title{
		font-size: 20px;
	}
}

.a-jk_contakt{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.a-jk_contakt p{
	font-size: 16px;
	font-weight: 500;
	color: var(--black-500);
}
.a-jk_contakt p.a-jk_contakt-mini{
	font-size: 14px;
	font-weight: 300;
}
.a-jurnal_left table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border: 1px solid #ddd;
}

.a-jurnal_left table thead th {
    background: linear-gradient(to bottom, #f8f8f8, #efefef);
    color: #333;
    font-weight: 600;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.a-jurnal_left table tbody td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.a-jurnal_left table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.a-jurnal_left table tbody tr:hover {
    background: #fff3cd;
}








.down_menu{
	z-index:10;
	background:#fff;
	border-radius:14px;
	border:1px solid #e6e6e6;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.1);
	max-width:max-content;
	display:none;
	position: absolute;
	padding: 20px;
	top: 60px;
}
.down_menu-blocks{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.down_menu-block{
	display:flex;
	flex-direction: column;
	gap:5px;
}
.down_menu-block a{
	color:#4d4d4d;
}
.down_menu-block a.down_list-big{
	color:#151515;
	font-weight:700;
}
.down_menu-block a:hover{
	color:#F54012;
}







.container.header{
	background-color: var(--white);
	border-bottom: 1px solid var(--grey-100);
	position: fixed;
	z-index: 10;
}
.header .row{
	min-height: 70px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.header .menu{
	display: flex;
	flex-shrink: 1;
	flex-grow: 1;
}
.header .btn{
	font-size: 14px;
	padding: 10px 20px;
}
.top{
	height: 70px;
}
.header_logo{
	width: 135px;
}
.header .btn .city_icon{
	width: 19px;
}
.header .btn:first-child{
	flex-grow: 1;
}
.a-header_left{
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}
.a-burger{
	filter: grayscale(100%);
	display: none;
}
.a-header_btns{
	display: flex;
	flex-direction: row;
	gap: 20px;
	flex-wrap: nowrap;
	position: relative;
}
.a-menu{
	display: flex;
	flex-direction: row;
	flex-grow: 1;
}
.a-menu ul{
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}
.a-menu ul li{
	color: var(--black-700);
	font-size: 14px;
	font-weight: 300;
}
@media (max-width: 1100px) {
	.a-menu{
		display: none;
	}
	.a-burger{
		display: block;
	}
}
@media (max-width: 680px) {
	.header .row{
	    gap: 8px;
	    padding: 8px 0px;
	}
	.header .btn{
		font-size: 14px;
		padding: 8px 10px;
	}
	.a-header_btns{
		gap: 8px;
		width: 100%;
	}
	.header_logo{
		width: 106px;
	}
}
.a-popup_menu{
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0px;
	left: -100%;
	z-index: 100;
	transition: all 0.2s linear;
}
.a-popup_menu.active {
    left: 0;
}
.a-popup_menu-row{
	background: var(--white);
	width: 100%;
	max-width: 420px;
	padding: 10px 20px;
	height: 100dvh;
	transition: all 0.2s linear;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a-popup_menu-top{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	border-bottom: 1px solid var(--grey-100);
	padding-bottom: 20px;
}
.a-popup_menu-close{
	background: url(../images/icon_arrow-back.svg);
	width: 20px;
	height: 20px;
	opacity: 0.4;
}
.a-popup_menu-logo{
	width: 106px;
}
.a-popup_menu-list{
	flex-grow: 1;
}
.a-popup_menu-list ul{
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
}
.a-popup_menu-list ul li{
	color: var(--black-700);
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid var(--grey-100);
	padding-bottom: 20px;
}
.a-popup_menu-copyright{
	font-size: 12px;
	color: var(--black-700);
	text-align: center;
}



.a-pagination{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    gap: 20px;
    color: var(--black-700);
}
.a-pagination a{
    color: var(--black-700);
}
.a-pagination .current{
	color: var(--black-500);
	font-weight: 700;
}










.container.footer{
	background-color: var(--grey-50);
	padding-top:30px;
	padding-bottom: 10px;
	margin-top: 70px;
}
.footer_top{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: var(--gap-24);
	border-bottom: 1px solid var(--grey-100);
	padding-bottom: 20px;
}
.footer_top-block{
	width: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	gap:8px;
}
.footer_block-menu{
	gap:10px;
}
.footer_logo{
	width: 183px;
	margin-bottom: 12px;
}
.footer_logos{
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: 22px;
}
.footer_title{
	font-size: 18px;
	font-weight: 400;
}
.footer_menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_menu li{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}
.footer_menu li a{
	color: var(--black-700);
	font-weight: 400;
}


.footer_bottom{
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: stretch;
	flex-wrap: wrap;
}
.copyright{
	color: var(--grey-500);
	font-size: 14px;
}
.footer_menu-bottom{
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 8px;
	align-items: center;
	list-style: none;
}
.footer_menu-bottom li{
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
	position: relative;
}
.footer_menu-bottom li::before {
    content: "•";
    position: absolute;
    top: 4px;
    left: -10px;
    color: var(--grey-500);        /* Цвет точки */
    font-size: 8px;       /* Размер точки */
    
}
.footer_menu-bottom li a{
	color: var(--grey-500);
	font-weight: 400;
	text-decoration: underline;
}


@media (max-width: 1100px) {
	.footer_top{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 768px) {
	:root{
		--container-padding: 12px;
	}
	.footer_top{
		grid-template-columns: 1fr;
	}
}


/* Стили разработчика B */

/* Hero */
.container.hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
    background: #fff;
    position: relative;
}

.container.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url('../images/bg_line.svg');
    background-size: 21px 20px;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: 2;
}

.container.hero .row {
    display: flex;
    justify-content: center;
}

.hero_follow-block {
    position: absolute;
    width: 650px;
    height: 650px;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    will-change: left;
    left: 20%;
    top: 50%;
    background-image: url('../images/blur.svg');
    background-size: contain;
    background-repeat: no-repeat;
    filter: blur(60px);
    opacity: 0.85;
}

.hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 3;
}

.hero_title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 20px;
    color: #151515;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero_title-line {
    display: block;
}

.hero_animated-word {
    display: inline;
    background-image: linear-gradient(
        90deg,
        #151515 0%,
        #151515 50%,
        #EB6E26 55%,
        #FFCA4E 60%,
        #2A57EC 65%,
        #fff 70%,
        #fff 100%
    );
    background-size: 400% auto;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero_description {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    color: #151515;
    margin-bottom: 60px;
}

.hero_tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 620px;
}

.hero_tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    height: 56px;
    width: 100%;
    max-width: 300px;
}

.hero_tag:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.hero_tag-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.hero_tag-text {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
}

.hero_buttons {
    font-family: "Nunito Sans", Sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.hero_buttons .hero_btn-primary,
.hero_buttons .hero_btn-secondary {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    width: 100%;
    max-width: 280px;
    height: 60px;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

/* Hero tablet */
@media (max-width: 1024px) {
    .hero_title {
        font-size: 44px;
    }

    .hero_tags {
        max-width: 100%;
    }

    .hero_description {
        margin-bottom: 30px;
    }
}

/* Hero mobile */
@media (max-width: 768px) {
    .container.hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .hero_title {
        font-size: 28px;
    }

    .hero_description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero_tags {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero_tag {
        border-radius: 10px;
    }

    .hero_tag-text {
        font-size: 12px;
    }

    .hero_buttons {
        flex-direction: column;
        gap: 16px;
    }

    .hero_btn-primary,
    .hero_btn-secondary {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .hero_follow-block {
        left: 50% !important;
        top: 50%;
        width: 400px;
        height: 400px;
        will-change: auto;
        animation: none !important;
    }
}

/* Partners */
.container.partners {
    min-height: 70px;
    background-color: rgba(230, 230, 230, 0.6);
    overflow: hidden;
    padding: 0;
}

.partners_track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partners-scroll 30s linear infinite;
}

.partners_logos {
    flex-shrink: 0;
    height: 70px;
    width: auto;
}

@keyframes partners-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* Categories */
.container.categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
}

.categories_bar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    max-width: 1340px;
}

.categories_list {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.categories_list::-webkit-scrollbar {
    display: none;
}

.categories_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}

.categories_btn:hover {
    opacity: 0.7;
}

.categories_btn-icon {
    width: 24px;
    height: 24px;
}

.categories_btn-text {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #151515;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.categories_btn:hover .categories_btn-text {
    color: #F54012;
}

.categories_btn.active .categories_btn-text {
    color: #F54012;
    font-weight: 600;
}

.categories_btn--clear .categories_btn-text {
    font-weight: 600;
    color: #151515;
}

.categories_btn--clear.active .categories_btn-text {
    color: #F54012;
}

.categories_divider {
    width: 1px;
    height: 40px;
    background-color: #E6E6E6;
    flex-shrink: 0;
}

/* Стрелки навигации */
.categories_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}

.categories_arrow:hover {
    opacity: 0.7;
}

.categories_arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.categories_arrow--left img {
    transform: rotate(180deg);
}

/* Поиск */
.categories_search {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 200px;
    padding: 0 12px;
    border-left: 1px solid #E6E6E6;
    position: relative;
}

.categories_search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.categories_search-input {
    width: 100%;
    border: none;
    outline: none;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #151515;
    background: transparent;
}

.categories_search-input::placeholder {
    color: #999;
}

.categories_search-clear {
    width: 24px;
    height: 24px;
    padding: 0;
    background: url('../images/icons-clear.svg') no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: none;
}

.categories_search-clear.is-visible {
    display: block;
}

.categories_search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: -60px;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    z-index: 100;
    max-height: 360px;
    overflow-y: auto;
    padding: 8px;
}

.categories_search-dropdown.is-visible {
    display: block;
}

.categories_search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories_search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    transition: background 0.15s;
}

.categories_search-item:hover {
    background: #f2f2f2;
    border-radius: 8px;
}

.categories_search-type-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 3px;
    background-color: #e2e2e2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.categories_search-type-block {
    background: url("../images/search-block.svg") no-repeat center / cover;
}

.categories_search-type-metro {
    background: url("../images/search-metro.svg") no-repeat center / cover;
}

.categories_search-type-district {
    background: url("../images/search-district.svg") no-repeat center / cover;
}

.categories_search-type-railway {
    background: url("../images/search-railway.svg") no-repeat center / cover;
}

.categories_search-type-city {
    background: url("../images/search-city.svg") no-repeat center / cover;
}

.categories_search-type-developer {
    background: url("../images/search-developer.svg") no-repeat center / cover;
}

.categories_search-name {
    flex-grow: 1;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #151515;
    line-height: 1.5em;
}

.categories_search-link {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    color: #007bff;
    text-decoration: underline;
    white-space: nowrap;
    margin-left: 8px;
}

.categories_search-link:hover {
    color: #0056b3;
}

.categories_no-results {
    text-align: center;
    padding: 40px 20px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    color: #999;
    grid-column: 1 / -1;
}

.categories_map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    min-width: 90px;
    padding: 0 16px;
    background-color: #151515;
    border-radius: 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.categories_map-btn:hover {
    background-color: #333;
}

.categories_map-icon {
    width: 24px;
    height: 24px;
}

.categories_map-text {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #FFFFFF;
}

.categories_listing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1716px;
    margin-top: 40px;
}

.categories_placeholder {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    color: #4D4D4D;
}

/* Housing Complex Card */
.complex_card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.complex_card:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.complex_card--hidden {
    display: none;
    opacity: 0;
}

.complex_card-image-link {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 396 / 200;
    overflow: hidden;
}

.complex_card-deadline {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFFFFF;
    border-radius: 1000px;
    padding: 3px 10px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #151515;
    z-index: 2;
}

.complex_card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.complex_card:hover .complex_card-image {
    transform: scale(1.05);
}

.complex_card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
    text-decoration: none;
}

.complex_card-name {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    color: #151515;
}

.complex_card-developer {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: #151515;
}

.complex_card-location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.complex_card-marker {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.complex_card-city {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #4D4D4D;
}

.complex_card-time {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #4D4D4D;
    padding-left: 20px;
    background-image: url('../images/icons-metro.svg');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.complex_card-layouts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid #E6E6E6;
    padding-top: 8px;
    padding-bottom: 10px;
}

.complex_card-layout {
    display: flex;
    align-items: center;
    gap: 8px;
}

.complex_card-layout-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    color: #4D4D4D;

    padding: 2px 5px 2px 5px;
    background-color: #f2f2f2;
    border-radius: 100px 100px 100px 100px;
}


}

.complex_card-layout-type {
    flex: 1;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #4D4D4D;
}

.complex_card-layout-price {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #4D4D4D;
}

.complex_card-total {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #4D4D4D;
    margin-left: 50px;
}

.categories_pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.categories_pagination-btn {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: opacity 0.3s ease;
}

.categories_pagination-btn:hover {
    opacity: 0.7;
}

.categories_pagination-btn.is-disabled,
.categories_pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.categories_pagination-info {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding: 10px 15px;
}

.categories_pagination.is-hidden {
    display: none;
}

/* Complex card hidden state */
.complex_card--hidden {
    display: none !important;
}



/* Loading state */
.categories_listing.is-loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
    min-height: 400px;
}

.categories_listing.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #F54012;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Categories tablet */
@media (max-width: 1200px) {
    .container.categories {
        padding-left: 12px;
        padding-right: 12px;
    }

    .categories_bar {
        border-radius: 14px;
        padding: 0 14px;
    }

    .categories_listing {
        grid-template-columns: repeat(3, 1fr);
    }

    .categories_search {
        max-width: 150px;
    }
}

/* Categories tablet small */
@media (max-width: 1024px) {
    .categories_listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories_search {
        display: none;
    }

    .categories_btn-text {
        font-size: 12px;
    }
}

/* Categories mobile */
@media (max-width: 768px) {
    .container.categories {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .categories_bar {
        border-radius: 10px;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 0 12px;
    }

    .categories_list {
        gap: 12px;
    }

    .categories_btn {
        min-width: 60px;
    }

    .categories_btn-text {
        font-size: 11px;
    }

    .categories_listing {
        grid-template-columns: 1fr;
    }

    .categories_arrow {
        display: none;
    }

    .categories_search {
        display: none;
    }

    .categories_divider {
        height: 30px;
    }

    .categories_map-btn {
        min-width: auto;
        padding: 0 12px;
    }

    .categories_map-text {
        display: none;
    }
}

/* Journal */
.container.journal {
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 80px;
}

.journal_inner {
    max-width: 1716px;
    margin: 0 auto;
    padding: 0;
}

.journal_title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    color: #151515;
    margin: 0 0 20px 0;
}

.journal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.journal_subtitle {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    color: #4D4D4D;
    margin: 0;
}

.journal_link {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #151515;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.journal_link:hover {
    opacity: 0.7;
}

.journal_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.journal_filter {
    display: inline-flex;
    cursor: pointer;
}

.journal_filter input {
    display: none;
}

.journal_filter-text {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #4D4D4D;
    padding: 3px 11px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.journal_filter:hover .journal_filter-text {
    border-color: #151515;
}

.journal_filter.active .journal_filter-text,
.journal_filter input:checked + .journal_filter-text {
    background-color: #151515;
    border-color: #151515;
    color: #FFFFFF;
}

.journal_slider-wrapper {
    position: relative;
}

.journal_slider {
    overflow: hidden;
}

.journal_slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.journal_card {
    flex: 0 0 calc(25% - 18px);
    min-width: calc(25% - 18px);
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.journal_card-image-link {
    display: block;
    height: 290px;
    overflow: hidden;
}

.journal_card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.journal_card:hover .journal_card-image {
    transform: scale(1.05);
}

.journal_card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.journal_card-title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #151515;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.journal_card-title:hover {
    color: #4D4D4D;
}

.journal_card-excerpt {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #4D4D4D;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.journal_card-date {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #151515;
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
    margin-top: auto;
}

.journal_slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.journal_slider-arrow:hover {
    background-color: #F2F2F2;
}

.journal_slider-prev {
    left: -24px;
}

.journal_slider-prev img {
    transform: rotate(180deg);
}

.journal_slider-next {
    right: -24px;
}

.journal_slider-arrow img {
    width: 24px;
    height: 24px;
}

.journal_slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.journal_slider-dot {
    width: 10px;
    height: 10px;
    background-color: #E6E6E6;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.journal_slider-dot.active {
    background-color: #151515;
}

/* Journal laptop */
@media (max-width: 1440px) {
    .journal_card-image-link {
        height: 200px;
    }

    .journal_card-content {
        padding: 20px;
    }

    .journal_card-excerpt {
        font-size: 14px;
    }

    .journal_slider-prev {
        left: 10px;
    }

    .journal_slider-next {
        right: 10px;
    }
}

/* Journal tablet */
@media (max-width: 1024px) {
    .container.journal {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .journal_title {
        font-size: 32px;
    }

    .journal_card {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

    .journal_filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .journal_filters::-webkit-scrollbar {
        display: none;
    }

    .journal_filter-text {
        white-space: nowrap;
    }
}

/* Journal mobile */
@media (max-width: 768px) {
    .container.journal {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .journal_title {
        font-size: 24px;
    }

    .journal_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .journal_card {
        flex: 0 0 calc(50% - 8px);
        min-width: calc(50% - 8px);
    }

    .journal_slider-track {
        gap: 16px;
    }

    .journal_card-content {
        padding: 12px;
    }

    .journal_card-title {
        font-size: 14px;
    }

    .journal_card-excerpt {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .journal_slider-arrow {
        width: 40px;
        height: 40px;
    }

    .journal_slider-prev {
        left: 5px;
    }

    .journal_slider-next {
        right: 5px;
    }
}


/* =============================================
   Single Housing Complex Page (a-jk)
   ============================================= */

.container.a-jk {
    padding-top: 90px;
    padding-bottom: 60px;
    background: var(--white);
}

.a-jk_row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Breadcrumbs */
.a-jk_bread {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--grey-500);
    flex-wrap: wrap;
}
.a-jk_bread a {
    color: var(--grey-500);
    text-decoration: none;
    transition: color 0.2s;
}
.a-jk_bread a:hover {
    color: var(--black-500);
}
.a-jk_bread-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--grey-500);
    flex-shrink: 0;
}
.a-jk_bread-active {
    color: var(--black-500);
    font-weight: 600;
}

/* Title */
.a-jk_h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* Address */
.a-jk_address {
    font-size: 14px;
    color: var(--black-700);
}

/* Metro stations */
.a-jk_metros {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.a-jk_metro {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.a-jk_metro-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.a-jk_metro-name {
    font-weight: 600;
    color: var(--black-500);
}
.a-jk_metro-run,
.a-jk_metro-car {
    color: var(--black-700);
    font-size: 13px;
}
.a-jk_metro-run::before {
    content: "🚶 ";
}
.a-jk_metro-car::before {
    content: "🚗 ";
}

/* Info Blocks Grid */
.a-jk_info-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 407px;
    gap: 16px;
}
#objekt-info.a-jk_info-blocks {
    grid-template-rows: auto;
}

.a-jk_info-block {
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap:24px;
}

/* Slider block */
.a-jk_info-block-slider {
    position: relative;
    overflow: hidden;
}
.a-jk_info-block-slider > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swiper gallery in slider block */
.jk-gallery-swiper {
    width: 100%;
    height: 100%;
}
.jk-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.jk-gallery-swiper .swiper-button-prev,
.jk-gallery-swiper .swiper-button-next {
    color: #151515;
    background: #fff;
    border: 1px solid #E6E6E6;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: background 0.2s;
}
.jk-gallery-swiper .swiper-button-prev:hover,
.jk-gallery-swiper .swiper-button-next:hover {
    background: #F2F2F2;
}
.jk-gallery-swiper .swiper-button-prev::after,
.jk-gallery-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}
.jk-gallery-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* Thumbnails — removed, slider is full-height */

/* JK Info block */
.a-jk_info-block-jk {
    justify-content: space-between;
    padding: 24px;
}
.a-jk_info-block-jk-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Info tabs */
.a-jk_info-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.a-jk_info-tab {
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid var(--grey-100);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    background: var(--white);
    color: var(--black-700);
}
.a-jk_info-tab:hover {
    border-color: var(--black-500);
}
.a-jk_info-tab.active {
    background: var(--black-500);
    color: var(--white);
    border-color: var(--black-500);
}
.a-jk_info-tab span {
    margin-left: 4px;
    opacity: 0.7;
}

/* Info text rows */
.a-jk_info-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.a-jk_info-text > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.a-jk_info-text > div > div:first-child {
    color: var(--grey-500);
}
.a-jk_info-text > div > div:last-child {
    font-weight: 600;
}

/* Objekt info block */
.a-jk_info-block-objekt {
    justify-content: space-between;
    padding: 24px;
}
.a-jk_info-block-objekt-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0 !important;
}
.a-jk_info-block-objekt-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.a-jk_info-block-objekt-bottom {
    margin-top: 16px;
}

/* Info lists */
.a-jk_info-lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.a-jk_info-list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    gap: 8px;
}
.a-jk_info-list > div:first-child {
    color: var(--grey-500);
    white-space: nowrap;
}
.a-jk_info-list > div:last-child {
    text-align: right;
    font-weight: 600;
}

/* Advantages */
.a-jk_plus {
    margin-top: 16px;
}
.a-jk_plus h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.a-jk_plus ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.a-jk_plus li {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
}

/* Description */
.a-jk_text {
    margin-top: 16px;
}
.a-jk_text h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.a-jk_text-content {
    font-size: 15px;
    line-height: 1.6;
    color: var(--black-700);
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.a-jk_text-content.is-expanded {
    max-height: none;
}
.a-jk_text-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, var(--white));
    pointer-events: none;
    transition: opacity 0.3s;
}
.a-jk_text-content.is-expanded::after {
    opacity: 0;
}
.a-jk_text-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-500);
    margin-top: 8px;
}
.a-jk_text-btn img {
    width: 14px;
    transition: transform 0.3s;
}
.a-jk_text-btn.is-expanded img {
    transform: rotate(180deg);
}

/* Divider */
.a-divider {
    height: 1px;
    background: var(--grey-100);
    margin: 24px 0;
}

/* Map */
.a-jk_map {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.a-jk_map h2 {
    font-size: 24px;
}
.a-jk_map-map {
    border-radius: 24px;
    overflow: hidden;
}
.a-jk_map-map iframe {
    display: block;
}

/* Responsive - Single Complex Page */
@media (max-width: 1200px) {
    .a-jk_info-blocks {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .a-jk_info-block-slider {
        grid-column: 1 / -1;
        min-height: 350px;
    }
}
@media (max-width: 768px) {
    .container.a-jk {
        padding-top: 80px;
    }
    .a-jk_h1 {
        font-size: 24px;
    }
    .a-jk_info-blocks {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .a-jk_info-block-slider {
        min-height: 250px;
    }
}


/* =============================================
   Apartments Catalog (a-catalog)
   ============================================= */

.a-catalog_filter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.a-catalog_filter .filter_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.2s;
}

.a-catalog_filter .filter_btn:hover {
    border-color: var(--black-500);
}

.a-catalog_filter .filter_btn img {
    width: 18px;
    height: 18px;
}

.a-catalog_count {
    font-size: 14px;
    color: var(--grey-500);
}

/* Rooms menu tabs */
.a-catalog_menu {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.a-catalog_menu-item {
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid var(--grey-100);
    font-size: 14px;
    font-weight: 500;
    color: var(--black-700);
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    background: var(--white);
}

.a-catalog_menu-item:hover {
    border-color: var(--black-500);
}

.a-catalog_menu-item.active {
    background: var(--black-500);
    color: var(--white);
    border-color: var(--black-500);
}

/* Apartment cards grid */
.a-catalog_blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    position: relative;
    min-height: 200px;
}

.a-catalog_block {
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.a-catalog_block:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.a-catalog_block-img {
    width: 100%;
    aspect-ratio: 1 / 0.75;
    background: #F5F5F5;
    overflow: hidden;
}

.a-catalog_block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.a-catalog_block-img--empty {
    background: #EBEBEB;
}

.a-catalog_block-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.a-catalog_block-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-500);
}

.a-catalog_block-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    gap: 8px;
}

.a-catalog_block-price > div:first-child {
    color: var(--grey-500);
}

.a-catalog_block-price > div:last-child {
    font-weight: 700;
    color: var(--black-500);
}

.a-catalog_block-lists {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid var(--grey-100);
    padding-top: 8px;
    margin-top: 4px;
}

.a-catalog_block-list {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--grey-500);
}

.a-catalog_block-list span {
    font-weight: 600;
    color: var(--black-500);
}

.a-catalog_no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: var(--grey-500);
}

/* Clickable apartment card link */
a.a-catalog_block {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Loading state for apartment grid */
.a-catalog_blocks.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

.a-catalog_blocks.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #F54012;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Pagination */
.a-catalog_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.a-catalog_pagination-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-500);
    background: none;
    border: 1px solid var(--grey-100);
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.a-catalog_pagination-btn:hover {
    border-color: var(--black-500);
}

.a-catalog_pagination-btn.is-disabled,
.a-catalog_pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.a-catalog_pagination-info {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-500);
}


/* =============================================
   Filter Popup
   ============================================= */

.filter_popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.filter_popup.is-active {
    display: flex;
}

.filter_popup-block {
    background: var(--white);
    border-radius: 24px;
    width: 90%;
    max-width: 600px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 32px;
    position: relative;
}

.filter_popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.filter_popup-close:hover {
    opacity: 1;
}

.filter_popup-close::before,
.filter_popup-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--black-500);
}

.filter_popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.filter_popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.filter {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Override fixed height inside filter popups */
.filter_popup .filter_block {
    height: auto !important;
    border: 1px solid var(--grey-100);
    border-radius: 16px;
    overflow: hidden;
}

.filter_block-name {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_block-name::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--black-500);
    border-bottom: 2px solid var(--black-500);
    transform: rotate(45deg);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.filter_block.is-open .filter_block-name::after {
    transform: rotate(-135deg);
}

.filter_block-content {
    padding: 0 16px;
    font-size: 13px;
    color: var(--grey-500);
    cursor: pointer;
}

.filter_block-onlist {
    padding-bottom: 8px;
}

/* Override dropdown behavior inside filter popups.
   Base styles set: .filter_block-down { display:none; position:absolute }
   Popup uses: max-height animation with .is-open class */
.filter_popup .filter_block-down {
    position: static !important;
    border: none !important;
    background: transparent !important;
    z-index: auto !important;
    width: auto !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 16px;
}

/* Override display:none per type (preserve flex layout for rang) */
.filter_popup .filter_block-down.filter_block-rang {
    display: flex !important;
}
.filter_popup .filter_block-down.filter_block-select {
    display: flex !important;
}
.filter_popup .filter_block-down.filter_block-list {
    display: flex !important;
}

/* Expand on click */
.filter_popup .filter_block.is-open .filter_block-down {
    max-height: 300px;
    padding-bottom: 16px;
}
.filter_popup .filter_block.is-open .filter_block-down-100 {
    max-height: 120px;
}

/* Hide summary line inside popups */
.filter_popup .filter_block-content {
    display: none !important;
}

/* Override range input styles inside filter popups.
   Base: .filter_block-rang-input { height:60px; flex-direction:column; border; padding }
   Base: .filter_block-rang-input input { display:none } (shown only on .active click)
   Popup: inputs always visible, horizontal layout [label] [input] */
.filter_popup .filter_block-rang-input {
    height: auto !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    border: none !important;
    padding: 0 !important;
}

.filter_popup .filter_block-rang-input input {
    display: block !important;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--grey-100);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    height: auto;
}

/* Select-type (checkboxes) */
.filter_block-select {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter_block-select-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid var(--grey-100);
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.filter_block-select-btn:hover {
    border-color: var(--black-500);
}

.filter_block-select-btn.is-checked {
    background: var(--black-500);
    border-color: var(--black-500);
    color: var(--white);
}

.filter_block-select-btn.is-checked .filter_block-check-name {
    color: var(--white);
}

.filter_block-check {
    width: 16px;
    height: 16px;
    border: 2px solid var(--grey-100);
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s;
}

.filter_block-select-btn.is-checked .filter_block-check {
    background: var(--white);
    border-color: var(--white);
}

.filter_block-select-btn.is-checked .filter_block-check::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid var(--black-500);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter_block-check-name {
    color: var(--black-700);
}

/* List-type (single select) */
.filter_block-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter_block-list-btn {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
    font-size: 13px;
}

.filter_block-list-btn:hover {
    background: #F5F5F5;
}

.filter_block-list-btn.is-active {
    background: var(--black-500);
    color: var(--white);
}

.filter_block-list-btn.is-active .filter_block-list-name {
    color: var(--white);
}

.filter_block-list-name {
    color: var(--black-700);
}

/* Range inputs */
.filter_block-rang {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter_block-rang-input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter_block-rang-input-title {
    font-size: 13px;
    color: var(--grey-500);
    flex-shrink: 0;
}

.filter_block-rang-input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--grey-100);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.filter_block-rang-input input:focus {
    border-color: var(--black-500);
}

.filter_block-rang-divider {
    width: 16px;
    height: 2px;
    background: var(--grey-100);
    flex-shrink: 0;
}

/* Popup bottom buttons */
.filter_popup-bottom {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.filter_popup-enter,
.filter_popup-reset {
    flex: 1;
    padding: 14px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.filter_popup-enter {
    background: var(--black-500);
    color: var(--white);
}

.filter_popup-enter:hover {
    opacity: 0.85;
}

.filter_popup-reset {
    background: var(--white);
    border: 1px solid var(--grey-100);
    color: var(--black-500);
}

.filter_popup-reset:hover {
    border-color: var(--black-500);
}

/* Apartments Catalog Responsive */
@media (max-width: 1200px) {
    .a-catalog_blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .a-catalog_blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .a-catalog_blocks {
        grid-template-columns: 1fr;
    }

    .a-catalog_menu {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 6px;
    }

    .a-catalog_menu::-webkit-scrollbar {
        display: none;
    }

    .a-catalog_menu-item {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 6px 12px;
        font-size: 13px;
    }

    .filter_popup-block {
        width: 95%;
        padding: 20px;
        border-radius: 16px;
    }
}


/* =============================================
   Region Selector Modal
   ============================================= */

.region-selector_btn {
    cursor: pointer;
    white-space: nowrap;
}

.region-selector_overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
}

.region-selector_overlay.is-active {
    display: flex;
}

.region-selector_modal {
    background: #fff;
    border-radius: 16px;
    padding: 32px 40px;
    width: auto;
    min-width: 420px;
    max-width: 90%;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.region-selector_title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #151515;
    margin: 0 0 24px 0;
    text-align: center;
}

.region-selector_options {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.region-selector_option {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #151515;
    cursor: pointer;
    transition: opacity 0.2s;
}

.region-selector_option:hover {
    opacity: 0.7;
}

.region-selector_radio {
    width: 20px;
    height: 20px;
    border: 2px solid #C4C4C4;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.2s;
}

.region-selector_option.is-active .region-selector_radio {
    border-color: #151515;
}

.region-selector_option.is-active .region-selector_radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #151515;
    border-radius: 50%;
}

.region-selector_option span:last-child {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .region-selector_modal {
        min-width: auto;
        width: 90%;
        padding: 24px 20px;
    }

    .region-selector_options {
        gap: 24px;
        flex-direction: column;
    }
}


/* =============================================
   Global Catalog — Subcategories Menu
   ============================================= */

.gc_subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.gc_subcategories-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background: #fff;
    color: #151515;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.gc_subcategories-item:hover {
    border-color: #151515;
    color: #151515;
}

.gc_subcategories-item.active {
    background: #151515;
    border-color: #151515;
    color: #fff;
}

@media (max-width: 768px) {
    .gc_subcategories {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 6px;
        margin-bottom: 16px;
    }

    .gc_subcategories::-webkit-scrollbar {
        display: none;
    }

    .gc_subcategories-item {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* ===== Single Apartment — Plan Tabs ===== */

.a-objekt_plan-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--grey-100, #e5e5e5);
    margin-bottom: 16px;
}

.a-objekt_plan-tab {
    padding: 10px 20px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.a-objekt_plan-tab:hover {
    color: #333;
}

.a-objekt_plan-tab.active {
    color: #333;
    border-bottom-color: #ff4d00;
}

.a-objekt_plan-images {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.a-objekt_plan-img {
    display: none;
    max-width: 100%;
    height: 400px;
    object-fit: contain;
}

.a-objekt_plan-img.active {
    display: block;
}

@media (max-width: 768px) {
    .a-objekt_plan-tab {
        padding: 8px 14px;
        font-size: 13px;
    }

    .a-objekt_plan-img {
        height: 280px;
        max-width: 100%;
    }
}