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

.hide{
	display: none;
}

/* Флаг страны в поле телефона */
.phone-input-wrap {
    position: relative;
}
.phone-flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
}
.phone-flag:empty {
    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;
}








.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;
	position: relative;
}
.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;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A6A6A6;
	z-index: 1;
	transition: opacity 0.2s;
}
.a-popup-forms-close:hover{
	opacity: 0.7;
}
.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"],
.a-popup-forms form input[type="tel"]{
	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;
}
.radio-group--vertical {
	flex-direction: column;
	gap: 12px;
	margin: 8px 0;
}
.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: 0;
}
.a-popup-forms-subtitle{
	font-size: 16px;
	font-weight: 300;
	color: var(--black-700);
	text-align: center;
	margin: 0 0 8px;
}
.a-popup-forms-n5 .a-popup-forms-subtitle{
	display: block;
	display: none;
}

/* Form tabs (Телефон / Telegram) */
.a-form-tabs {
	display: flex;
	justify-content: center;
	gap: 0;
	margin-bottom: 20px;
	background: var(--grey-50);
	border-radius: 24px;
	padding: 4px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.a-form-tab {
	padding: 8px 24px;
	border: none;
	background: none;
	border-radius: 20px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--grey-500);
	cursor: pointer;
	transition: all 0.2s ease;
}
.a-form-tab.active {
	background: var(--white);
	color: var(--black-500);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.a-form-tab-content {
	display: none;
}
.a-form-tab-content.active {
	display: block;
}
.a-form-hint {
	display: block;
	font-size: 12px;
	color: var(--grey-500) !important;
	margin-top: 4px;
}
/* Popup form toast notification */
.a-popup-forms-toast {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(21,21,21,0.8);
	border-radius: 15px;
	padding: 15px;
	display: flex;
	gap: 10px;
	align-items: center;
	z-index: 10;
	box-shadow: 0 10px 50px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	pointer-events: none;
	white-space: nowrap;
}
.a-popup-forms-toast.is-visible {
	opacity: 1;
	visibility: visible;
}
.a-popup-forms-toast svg {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}
.a-popup-forms-toast span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
/* Popup form button loading dots */
.a-popup-forms form .btn .btn-dots {
	display: none;
	gap: 4px;
	align-items: center;
}
.a-popup-forms form .btn.is-loading .btn-dots {
	display: flex;
}
.a-popup-forms form .btn.is-loading {
	background: #4D4D4D !important;
	pointer-events: none;
	display: inline-flex;
	gap: 4px;
	border: none !important;
	border-radius: 8px;
}
.btn-dots span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	animation: btnDotPulse 1.2s ease-in-out infinite;
}
.btn-dots span:nth-child(1) { animation-delay: 0s; }
.btn-dots span:nth-child(2) { animation-delay: 0.2s; }
.btn-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes btnDotPulse {
	0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
	40% { opacity: 1; transform: scale(1.2); }
}

.a-popup-forms form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--grey-100);
	border-radius: 12px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	resize: vertical;
	min-height: 80px;
	margin-top: 8px;
}
.a-popup-forms form textarea:focus {
	border-color: var(--black-500);
	outline: none;
}










/* 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;
}
.admin-bar .container.header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .container.header {
		top: 46px;
	}
}
.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%;
    }
}


/* ===== CTA Banners ===== */

.a-cta-banner {
    background: #333333;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 40px 0;
    width: 100%;
}
.a-cta-banner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.a-cta-banner_title {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.4;
}
.a-cta-banner_btn {
    flex-shrink: 0;
    background: #fff;
    color: var(--black-500);
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.a-cta-banner_btn:hover {
    color: #F54012;
    background: #fff;
}
.a-cta-banner_btn--outline {
    color: #F54012;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.a-cta-banner_btn--outline:hover {
    color: #F54012;
    background: #fff;
    opacity: 0.85;
}
.a-cta-banner--compact {
    margin: 24px 0 0;
    padding: 16px 40px;
}
.a-cta-banner--compact .a-cta-banner_title {
    font-size: 18px;
}
.a-cta-banner_info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}
.a-cta-banner_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.a-cta-banner_tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

/* CTA inline (в карточке квартиры) */
.a-cta-inline {
    margin-top: 12px;
    width: 100%;
}
.a-cta-inline_btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: none;
    border: 1px dashed var(--grey-100);
    border-radius: 12px;
    color: var(--black-500);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.a-cta-inline_btn:hover {
    border-color: var(--black-500);
    background: var(--grey-50);
}

@media (max-width: 768px) {
    .a-cta-banner {
        padding: 20px 16px;
    }
    .a-cta-banner_content {
        flex-direction: column;
        gap: 16px;
    }
    .a-cta-banner_title {
        font-size: 18px;
    }
    .a-cta-banner_btn {
        width: 100%;
        text-align: center;
    }
    .a-cta-banner_tags {
        gap: 6px;
    }
    .a-cta-banner_tag {
        font-size: 12px;
        padding: 3px 10px;
    }
}


/* ===== CTA Rieltor Banner ===== */

.a-cta-rieltor {
    background: #333333;
    border-radius: 20px;
    padding: 24px 40px;
    margin: 40px 0 0;
    width: 100%;
}
.a-cta-rieltor_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.a-cta-rieltor_title {
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.3;
}
.a-cta-rieltor_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.a-cta-rieltor_tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    background: #d0d0d0;
    border: none;
    border-radius: 20px;
    color: var(--black-500);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.a-cta-rieltor_btn {
    flex-shrink: 0;
    background: #fff;
    color: var(--black-500);
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.a-cta-rieltor_btn:hover {
    color: #F54012;
    background: #fff;
}

@media (max-width: 768px) {
    .a-cta-rieltor {
        padding: 20px 16px;
    }
    .a-cta-rieltor_content {
        flex-direction: column;
        gap: 20px;
    }
    .a-cta-rieltor_title {
        font-size: 20px;
    }
    .a-cta-rieltor_btn {
        width: 100%;
        text-align: center;
    }
}


/* ===== CTA Assistant Block ===== */

.a-cta-assistant {
    background: linear-gradient(90deg, #FEEBE7 6%, #D8E2F3 82%);
    border-radius: 20px;
    padding: 24px 40px;
    margin: 40px 0;
    width: 100%;
}
.a-cta-assistant_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.a-cta-assistant_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--black-500);
    margin-bottom: 12px;
}
.a-cta-assistant_badge svg {
    flex-shrink: 0;
}
.a-cta-assistant_title {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-500);
    line-height: 1.3;
}
.a-cta-assistant_subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-500);
    margin-top: 6px;
    line-height: 1.4;
}
.a-cta-assistant_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-shrink: 0;
}
.a-cta-assistant_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e0dde6;
    border-radius: 24px;
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.a-cta-assistant_btn:hover {
    border-color: var(--black-500);
}

@media (max-width: 768px) {
    .a-cta-assistant {
        padding: 20px 16px;
    }
    .a-cta-assistant_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .a-cta-assistant_title {
        font-size: 18px;
    }
    .a-cta-assistant_actions {
        width: 100%;
    }
    .a-cta-assistant_btn {
        font-size: 13px;
        padding: 8px 14px;
    }
}

/* SEO Text Block */
.seo-text {
    padding: 40px 0 60px;
}
.seo-text_content {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    transition: max-height 0.4s ease;
}
.seo-text_content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.seo-text_content.is-open {
    max-height: 3000px;
}
.seo-text_content.is-open::after {
    opacity: 0;
}
.seo-text_content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 24px 0 12px;
}
.seo-text_content h2:first-child {
    margin-top: 0;
}
.seo-text_content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 8px;
}
.seo-text_content p {
    margin: 0 0 12px;
}
.seo-text_content ul {
    margin: 0 0 12px;
    padding-left: 20px;
}
.seo-text_content li {
    margin-bottom: 4px;
}
.seo-text_toggle {
    display: inline-block;
    margin-top: 12px;
    padding: 0;
    border: none;
    background: none;
    color: var(--black-500);
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.seo-text_toggle:hover {
    color: var(--black-700);
}
@media (max-width: 768px) {
    .seo-text {
        padding: 24px 0 40px;
    }
    .seo-text_content {
        font-size: 14px;
        max-height: 100px;
    }
    .seo-text_content h2 {
        font-size: 18px;
    }
    .seo-text_content h3 {
        font-size: 16px;
    }
}


/* ==========================================================================
   PROMOTIONS PAGE — .a-promo-*
   ========================================================================== */

/* Hero */
.a-promo-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.a-promo-hero_bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url('../images/bg_line.svg');
    background-size: 21px 20px;
    background-repeat: repeat;
    opacity: 0.5;
    z-index: 1;
}
.a-promo-hero .row {
    position: relative;
    z-index: 2;
}
.a-promo-hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.a-promo-hero_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.a-promo-hero_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 30px;
    background: var(--black-800);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.a-promo-hero_title {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    color: var(--black-500);
}
.a-promo-hero_subtitle {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-700);
}
.a-promo-hero_btn {
    padding: 12px 24px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 12px;
}

/* Chips */
.a-promo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 20px;
    justify-content: center;
}
.a-promo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: var(--white);
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.a-promo-chip:hover {
    border-color: var(--black-500);
}
.a-promo-chip.is-active {
    background: var(--black-800);
    color: var(--white);
    border-color: var(--black-800);
}
.a-promo-chip--accent {
    background: linear-gradient(40deg, #FEEBE7 6%, #D8E2F3 82%);
    border-color: transparent;
}
.a-promo-chip--accent:hover {
    border-color: #c0c8d8;
}
.a-promo-chip--dropdown svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

/* Sections */
.a-promo-section {
    padding-top: 50px;
}
.a-promo-section--last {
    padding-bottom: 60px;
}
.a-promo-section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}
.a-promo-section_title {
    font-size: 24px;
    font-weight: 600;
    color: #151515;
    line-height: 1.333;
}
.a-promo-section_desc {
    font-size: 16px;
    font-weight: 600;
    color: #4D4D4D;
    margin-top: 6px;
    line-height: 1.5;
}
.a-promo-section_link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}
.a-promo-section_link:hover {
    color: var(--black-700);
}
.a-promo-section_link svg {
    flex-shrink: 0;
}

/* Tabs */
.a-promo-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.a-promo-tab {
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid var(--grey-100);
    background: var(--white);
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}
.a-promo-tab:hover {
    border-color: var(--black-500);
}
.a-promo-tab.is-active {
    background: var(--black-800);
    color: var(--white);
    border-color: var(--black-800);
}

/* Carousel */
.a-promo-carousel {
    position: relative;
    overflow: hidden;
}
.a-promo-carousel .swiper-slide {
    height: auto;
}
.a-promo-best-pagination {
    display: none;
}
.a-promo-carousel_nav {
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
}
.a-promo-carousel_prev,
.a-promo-carousel_next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.2s ease;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.12);
    color: var(--black-500);
}
.a-promo-carousel_prev:hover,
.a-promo-carousel_next:hover {
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.18);
}

/* Promo Card */
.a-promo-card {
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}
.a-promo-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.a-promo-card_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}
.a-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    height: 28px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.a-promo-tag--green {
    background: #333;
    color: #fff;
}
.a-promo-tag--grey {
    background: #F2F2F2;
    color: #151515;
    border: 1px solid #E6E6E6;
}
.a-promo-tag--red {
    background: #FFEBEE;
    color: #C62828;
}
.a-promo-card_body {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    flex: 1;
    overflow: hidden;
}
.a-promo-card_title {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-promo-card_desc {
    font-size: 14px;
    font-weight: 600;
    color: #4D4D4D;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.a-promo-card_stats {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: auto;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 8px;
}
.a-promo-card_stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 28px;
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #151515;
    white-space: nowrap;
}
.a-promo-card_date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 18px;
}
.a-promo-card_date svg {
    flex-shrink: 0;
}

/* Carousel card sizing */
.a-promo-carousel .a-promo-card {
    height: 232px;
    overflow: hidden;
}

/* Dynamics Card */
.a-dynamics-card {
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
    width: 100%;
}
a.a-dynamics-card {
    text-decoration: none;
    color: inherit;
}
.a-dynamics-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.a-dynamics-card_photo {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--grey-50);
    padding: 10px;
}
.a-dynamics-card_photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.a-dynamics-card_badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 28px;
    padding: 0 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 30px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    font-size: 12px;
    font-weight: 700;
    color: #151515;
}
.a-dynamics-card_body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.a-dynamics-card_header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.a-dynamics-card_name {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-dynamics-card_dev {
    font-size: 14px;
    font-weight: 700;
    color: #4D4D4D;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-dynamics-card_rows {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.a-dynamics-card_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
}
.a-dynamics-card_label {
    font-weight: 600;
    color: #151515;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    flex-shrink: 0;
}
.a-dynamics-card_price {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    color: #151515;
    white-space: nowrap;
    justify-content: flex-end;
}
.a-dynamics-card_price s {
    color: #A6A6A6;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 6px;
    border-radius: 50px;
}
.a-dynamics-card_discount {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #009B4D;
    white-space: nowrap;
    justify-content: flex-end;
}
.a-dynamics-card_discount em {
    font-style: normal;
    background: #F2F2F2;
    padding: 3px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #009B4D;
    line-height: 18px;
}
.a-dynamics-card_link {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    text-decoration: none;
    border-bottom: 1px solid #151515;
    line-height: 18px;
}
.a-dynamics-card_link:hover {
    color: #4D4D4D;
    border-color: #4D4D4D;
}

/* Dynamics Card — direction up (подорожало) */
.a-dynamics-card--up .a-dynamics-card_badge {
    color: #D84315;
}
.a-dynamics-card--up .a-dynamics-card_discount {
    color: #D84315;
}
.a-dynamics-card--up .a-dynamics-card_discount em {
    color: #D84315;
}

/* Catalog */
.a-promo-section_label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #F54012;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 10px;
}
.a-promo-catalog_header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}
.a-promo-catalog_title-row {
    display: flex;
    align-items: center;
    gap: 24px;
}
.a-promo-catalog_title-row .a-promo-section_title {
    flex: 1;
}
.a-promo-catalog_mobile-filters {
    display: none;
    margin-bottom: 16px;
}
.a-promo-catalog_count {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    white-space: nowrap;
}
.a-promo-catalog_count strong {
    font-size: 18px;
    font-weight: 700;
    color: #151515;
}
.a-promo-catalog_header > .a-promo-section_desc {
    margin-top: 0;
}
.a-promo-catalog_all {
    display: none;
}
.a-promo-catalog_dots {
    display: none;
}
.a-promo-catalog_mobile-count {
    display: none;
}
.a-promo-catalog_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

/* Tab chips inside bordered container */
.a-promo-catalog_tabs {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    background: var(--white);
}
.a-promo-tab-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.a-promo-tab-chip:hover {
    background: #F2F2F2;
}
.a-promo-tab-chip.is-active {
    background: #333;
    color: var(--white);
}

/* Dropdown buttons */
.a-promo-dropdown-wrap {
    position: relative;
}
.a-promo-dropdown-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: var(--white);
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative;
}
.a-promo-dropdown-btn:hover {
    border-color: var(--black-500);
}
.a-promo-dropdown-wrap.is-open .a-promo-dropdown-btn {
    border-color: var(--black-500);
}
.a-promo-dropdown-btn svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.a-promo-dropdown-wrap.is-open .a-promo-dropdown-btn svg {
    transform: rotate(180deg);
}
.a-promo-dropdown-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #151515;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

/* Dropdown list */
.a-promo-dropdown-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 300px;
    max-height: 320px;
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    z-index: 100;
    overflow: hidden;
    padding: 8px;
}
.a-promo-dropdown-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 296px;
    overflow-y: auto;
    padding-right: 8px;
}
.a-promo-dropdown-items::-webkit-scrollbar {
    width: 4px;
}
.a-promo-dropdown-items::-webkit-scrollbar-track {
    background: transparent;
}
.a-promo-dropdown-items::-webkit-scrollbar-thumb {
    background: #A6A6A6;
    border-radius: 3px;
}
.a-promo-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    transition: background 0.15s ease;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-500);
}
.a-promo-dropdown-item:hover {
    background: #FAFAFA;
}
.a-promo-dropdown-item.is-checked {
    background: #F2F2F2;
    border-color: #E6E6E6;
}
.a-promo-dropdown-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-promo-dropdown-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Card scoring variants */
.a-promo-card--scored {
    border-color: #151515;
}
.a-promo-card--highlighted {
    border-color: #151515;
}

/* Scoring outline badge (scoring=2) */
.a-promo-tag--outline {
    background: var(--white);
    color: #151515;
    border: 1px solid #151515;
    font-weight: 700;
}

.a-promo-catalog_filters-btn {
    display: none;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: none;
    color: var(--black-500);
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.a-promo-catalog_filters-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #151515;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
}
.a-promo-catalog_all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
    background: var(--white);
    border: 1px solid #151515;
    border-radius: 10px;
    color: #151515;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.a-promo-catalog_all-btn:hover {
    background: #151515;
    color: #fff;
}
/* Mobile filter bottom sheet */
.a-promo-sheet {
    position: fixed;
    inset: 0;
    z-index: 1000;
}
.a-promo-sheet_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
.a-promo-sheet_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAFAFA;
    border-top: 1px solid #E6E6E6;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.a-promo-sheet.is-open .a-promo-sheet_panel {
    transform: translateY(0);
}
.a-promo-sheet_header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 24px 12px 16px;
    border-bottom: 1px solid #E6E6E6;
    flex-shrink: 0;
}
.a-promo-sheet_reset {
    justify-self: start;
    background: none;
    border: none;
    border-bottom: 1px solid #151515;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    cursor: pointer;
    line-height: 18px;
}
.a-promo-sheet_title {
    justify-self: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    line-height: 26px;
}
.a-promo-sheet_close {
    justify-self: end;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #A6A6A6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}
.a-promo-sheet_close:active {
    color: #151515;
}
.a-promo-sheet_body {
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
    flex: 1;
}
.a-promo-sheet_field {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
}
.a-promo-sheet_field.is-open {
    border-color: #151515;
}
.a-promo-sheet_field-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    height: 48px;
    cursor: pointer;
}
.a-promo-sheet_field-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 16px;
    flex-shrink: 0;
}
.a-promo-sheet_field-tags {
    flex: 1;
    display: flex;
    gap: 2px;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}
.a-promo-sheet_tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #333;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}
.a-promo-sheet_tag svg {
    flex-shrink: 0;
    cursor: pointer;
}
.a-promo-sheet_field-chevron {
    flex-shrink: 0;
    transition: transform 0.2s;
}
.a-promo-sheet_field.is-open .a-promo-sheet_field-chevron {
    transform: rotate(180deg);
}
.a-promo-sheet_field-options {
    padding: 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 200px;
    overflow-y: auto;
}
.a-promo-sheet_option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #151515;
}
.a-promo-sheet_option:last-child {
    border-bottom: none;
}
.a-promo-sheet_option-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1.5px solid #E6E6E6;
    flex-shrink: 0;
    position: relative;
    transition: all 0.15s;
}
.a-promo-sheet_option.is-checked .a-promo-sheet_option-check {
    background: #151515;
    border-color: #151515;
}
.a-promo-sheet_option.is-checked .a-promo-sheet_option-check::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.a-promo-sheet_footer {
    padding: 12px;
    border-top: 1px solid #E6E6E6;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    background: #FAFAFA;
}
.a-promo-sheet_apply {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.a-promo-catalog_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    position: relative;
    min-height: 200px;
    transition: opacity 0.2s;
}
.a-promo-catalog_grid .a-promo-card {
    height: 232px;
    overflow: hidden;
}

/* Loading state — promo catalog */
.a-promo-catalog_grid.is-loading {
    opacity: 0.45;
    pointer-events: none;
}

.a-promo-catalog_grid.is-loading::after {
    content: '';
    position: absolute;
    top: 120px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border: 3px solid #e6e6e6;
    border-top: 3px solid #F54012;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 2;
}

.a-promo-catalog_filters.is-loading {
    opacity: 0.5;
    pointer-events: none;
}
.a-promo-catalog_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 20px;
    grid-column: 1 / -1;
}
.a-promo-catalog_empty img {
    width: 250px;
    height: 250px;
}
.a-promo-catalog_empty p {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    text-align: center;
    line-height: 26px;
}
.a-promo-catalog_more {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.a-promo-catalog_more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    border-bottom: 1px solid #151515;
    color: #151515;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s, border-color 0.2s;
}
.a-promo-catalog_more-btn:hover {
    color: var(--black-700);
    border-color: var(--black-700);
}

/* Responsive — Promotions Page */
@media (max-width: 1200px) {
    .a-promo-catalog_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 990px) {
    .a-promo-hero_title {
        font-size: 56px;
        line-height: 64px;
    }
    .a-promo-hero_subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    .a-promo-catalog_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .a-promo-hero {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .a-promo-hero_content {
        gap: 28px;
    }
    .a-promo-hero_title {
        font-size: 36px;
        line-height: 42px;
    }
    .a-promo-hero_title br {
        display: none;
    }
    .a-promo-hero_subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .a-promo-hero_subtitle br {
        display: none;
    }
    .a-promo-hero_badge {
        font-size: 14px;
    }

    .a-promo-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 6px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .a-promo-chips::-webkit-scrollbar {
        display: none;
    }
    .a-promo-chip {
        height: 36px;
        padding: 0 10px;
        font-size: 14px;
    }

    .a-promo-section {
        padding-top: 32px;
    }
    .a-promo-section_header {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 14px;
    }
    .a-promo-section_title {
        font-size: 22px;
    }
    .a-promo-section_desc {
        font-size: 14px;
    }
    .a-promo-section_link {
        font-size: 14px;
    }

    .a-promo-carousel_nav {
        display: none;
    }

    /* "Самые выгодные" — mobile */
    .a-promo-best {
        padding-top: 20px;
    }
    .a-promo-best .a-promo-section_header {
        gap: 10px;
        margin-bottom: 10px;
        align-items: center;
    }
    .a-promo-best .a-promo-section_title {
        font-size: 18px;
        line-height: 26px;
    }
    .a-promo-best .a-promo-section_link {
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #151515;
        text-decoration: none;
        gap: 0;
        white-space: nowrap;
    }
    .a-promo-best .a-promo-section_link svg {
        display: none;
    }
    .a-promo-best .a-promo-best-pagination {
        --swiper-pagination-bullet-horizontal-gap: 0px;
        position: relative;
        margin-top: 10px;
        bottom: auto;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 4px;
        width: 100%;
    }
    .a-promo-best-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background: #666;
        opacity: 0.4;
        margin: 0;
    }
    .a-promo-best-pagination .swiper-pagination-bullet-active {
        width: 21px;
        border-radius: 20px;
        opacity: 1;
    }

    .a-promo-card {
        padding: 10px;
        border-radius: 14px;
        border-color: #151515;
    }
    .a-promo-tag {
        height: 24px;
        padding: 0 6px;
    }
    .a-promo-card_title {
        font-size: 16px;
        line-height: 24px;
        max-height: 26px;
    }
    .a-promo-card_body {
        padding: 6px;
    }
    .a-promo-card_desc {
        max-height: 36px;
        overflow: hidden;
    }
    .a-promo-card_stats {
        padding: 6px;
    }
    .a-promo-card_stat {
        height: 24px;
        padding: 0 6px;
    }
    .a-promo-card_date {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }
    .a-promo-card_date svg {
        width: 16px;
        height: 16px;
    }
    .a-promo-catalog_empty p {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

    .a-dynamics-card_photo {
        height: 160px;
    }
    .a-dynamics-card_body {
        padding: 12px;
    }
    .a-dynamics-card_name {
        font-size: 16px;
        line-height: 22px;
    }
    .a-dynamics-card_label {
        width: auto;
    }

    .a-promo-catalog_header {
        margin-bottom: 10px;
        gap: 6px;
    }
    .a-promo-catalog_title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .a-promo-catalog_mobile-filters {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    .a-promo-catalog_count {
        font-size: 14px;
        font-weight: 600;
    }
    .a-promo-catalog_count strong {
        font-size: 16px;
        font-weight: 700;
    }
    .a-promo-catalog_filters {
        display: none;
    }
    .a-promo-catalog_tabs {
        padding: 6px;
        gap: 4px;
    }
    .a-promo-tab-chip {
        font-size: 14px;
        padding: 3px 6px;
    }
    .a-promo-dropdown-btn {
        height: 40px;
        padding: 0 14px;
        font-size: 14px;
        border-radius: 10px;
    }
    .a-promo-dropdown-list {
        width: 260px;
        left: auto;
        right: 0;
    }
    .a-promo-catalog_filters-btn {
        display: inline-flex;
    }
    .a-promo-catalog_grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 4px;
        padding-bottom: 8px;
        margin-right: -12px;
        padding-right: 12px;
        scrollbar-width: none;
    }
    .a-promo-catalog_grid::-webkit-scrollbar {
        display: none;
    }
    .a-promo-catalog_grid .a-promo-card {
        flex: 0 0 320px;
        scroll-snap-align: start;
    }
    .a-promo-catalog_grid .a-promo-card_desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Archive /akcii/ — mobile catalog layout */
    .a-promo-catalog--archive {
        padding-top: 20px;
    }
    .a-promo-catalog--archive > .row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .a-promo-catalog--archive .a-promo-catalog_header {
        gap: 10px;
        margin-bottom: 0;
    }
    .a-promo-catalog--archive .a-promo-section_title {
        font-size: 18px;
        line-height: 26px;
    }
    .a-promo-catalog--archive .a-promo-section_desc {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .a-promo-catalog--archive .a-promo-catalog_title-row .a-promo-catalog_count {
        display: none;
    }
    .a-promo-catalog--archive .a-promo-catalog_mobile-filters {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .a-promo-catalog--archive .a-promo-catalog_mobile-count {
        display: flex;
        flex: 1;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #151515;
        white-space: nowrap;
    }
    .a-promo-catalog--archive .a-promo-catalog_mobile-count strong {
        font-size: 16px;
        font-weight: 700;
    }
    .a-promo-catalog--archive .a-promo-catalog_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        overflow: visible;
        scroll-snap-type: none;
        padding-bottom: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .a-promo-catalog--archive .a-promo-catalog_grid .a-promo-card {
        flex: none;
        width: 100%;
        height: auto;
        scroll-snap-align: none;
        border-color: #151515;
        border-radius: 14px;
        padding: 10px;
    }
    .a-promo-catalog--archive .a-promo-catalog_more {
        padding-top: 10px;
    }
    .a-promo-catalog--archive .a-promo-catalog_more-btn {
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #151515;
        border-radius: 0;
    }
    .a-promo-catalog_all {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .a-promo-tabs {
        gap: 6px;
    }
    .a-promo-tab {
        padding: 6px 16px;
        font-size: 13px;
    }
}

/* ----------  Telegram banner (replaces price dynamics)  ---------- */
.a-promo-tg-banner {
    background: #333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    width: 100%;
}
.a-promo-tg-banner_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.a-promo-tg-banner_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin: 0;
}
.a-promo-tg-banner_subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.a-promo-tg-banner_btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #151515;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
.a-promo-tg-banner_btn:hover {
    background: #f5f5f5;
}
@media (min-width: 768px) {
    .a-promo-section--tg-banner {
        padding-top: 100px;
    }
}
@media (max-width: 767px) {
    .a-promo-tg-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
        border-radius: 10px;
    }
    .a-promo-tg-banner_text {
        gap: 6px;
    }
    .a-promo-tg-banner_title {
        font-size: 16px;
        line-height: 24px;
    }
    .a-promo-tg-banner_subtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .a-promo-tg-banner_btn {
        width: auto;
        height: 30px;
        padding: 6px 12px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* ==========================================================================
   PROMOTION POPUP — .a-promo-popup
   ========================================================================== */

.a-promo-popup {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}
.a-promo-popup.active {
    opacity: 1;
    visibility: visible;
}
.a-promo-popup_box {
    position: relative;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: thin;
    background: var(--white);
    border: 1px solid #E6E6E6;
    border-radius: 24px;
    padding: 40px;
    margin: 16px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    transition: max-width 0.2s ease;
}
.a-promo-popup_box.is-narrow {
    max-width: 500px;
}
.a-promo-popup_close {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #A6A6A6;
    z-index: 1;
}
.a-promo-popup_close:hover {
    opacity: 0.7;
}

/* Detail state */
.a-promo-popup_detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.a-promo-popup_title {
    font-size: 24px;
    font-weight: 600;
    color: #151515;
    text-align: center;
    line-height: 32px;
}
.a-promo-popup_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}
.a-promo-popup_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    height: 28px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}
.a-promo-popup_badge--scoring {
    background: #333;
    color: #fff;
}
.a-promo-popup_badge--type {
    background: #F2F2F2;
    color: #151515;
    border: 1px solid #E6E6E6;
}
.a-promo-popup_card {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 8px;
    border: none;
}
.a-promo-popup_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.a-promo-popup_list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 700;
    color: #4D4D4D;
}
.a-promo-popup_list-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #E6E6E6;
}
.a-promo-popup_list-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
}
.a-promo-popup_list-placeholder.is-hidden {
    display: none;
}
.a-promo-popup_list-item a {
    font-size: 14px;
    font-weight: 700;
    color: #4D4D4D;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.a-promo-popup_list-item a:hover {
    color: #F54012;
}
.a-promo-popup_list-item--hidden {
    display: none;
}
.a-promo-popup_list-item--hidden[style*="display: block"] {
    display: flex !important;
}
.a-promo-popup_expand {
    background: none;
    border: none;
    border-bottom: 1px solid #151515;
    padding: 0;
    margin-top: 4px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #151515;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
}
.a-promo-popup_expand:hover {
    color: #F54012;
    border-bottom-color: #F54012;
}
.a-promo-popup_expand.is-expanded {
    color: #F54012;
    border-bottom-color: #F54012;
}
.a-promo-popup_conditions,
.a-promo-popup_dates {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.a-promo-popup_section-title {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    line-height: 24px;
}
.a-promo-popup_conditions p,
.a-promo-popup_dates p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4D4D4D;
    margin: 0;
}
.a-promo-popup_dates p {
    font-weight: 700;
    color: #151515;
}
.a-promo-popup_cta {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    background: #333;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/* Form state */
.a-promo-popup_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.a-promo-popup_form-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--black-500);
    padding-right: 40px;
}
.a-promo-popup_form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.a-promo-popup_form label {
    font-size: 14px;
    color: var(--black-700);
    display: block;
    margin-bottom: 6px;
}
.a-promo-popup_form label span {
    color: #f10;
}
.a-promo-popup_form input[type="text"],
.a-promo-popup_form input[type="tel"] {
    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-promo-popup_form input[type="text"]:focus,
.a-promo-popup_form input[type="tel"]:focus {
    border-color: var(--black-500);
    outline: none;
}
.a-promo-popup_consent {
    font-size: 12px;
    color: var(--grey-500);
    line-height: 1.5;
    text-align: center;
    margin: 0;
}
.a-promo-popup_consent a {
    color: var(--black-500);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Success / Error states */
.a-promo-popup_success,
.a-promo-popup_error {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 0;
}
.a-promo-popup_result-icon {
    margin-bottom: 4px;
}
.a-promo-popup_result-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--black-500);
}
.a-promo-popup_result-text {
    font-size: 15px;
    color: var(--black-700);
    line-height: 1.5;
    margin: 0;
    max-width: 360px;
}
.a-promo-popup_result-btns {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    justify-content: center;
}
.a-promo-popup_result-btns .btn {
    width: 204px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn_outline {
    background: var(--white);
    border: 1px solid var(--grey-100);
    color: var(--black-500);
    border-radius: 12px;
    padding: 14px 24px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn_outline:hover {
    border-color: var(--black-500);
}

/* Responsive — Promo Popup (bottom sheet on mobile) */
@media (max-width: 768px) {
    .a-promo-popup {
        align-items: flex-end;
    }
    .a-promo-popup_box {
        max-width: 100%;
        max-height: 85vh;
        padding: 20px 12px;
        border-radius: 20px 20px 0 0;
        margin: 0;
    }
    .a-promo-popup_detail {
        gap: 10px;
    }
    .a-promo-popup_title {
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E6E6E6;
    }
    .a-promo-popup_form-title {
        font-size: 20px;
        padding-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #E6E6E6;
    }
    .a-promo-popup_result-title {
        font-size: 20px;
    }
    .a-promo-popup_form {
        gap: 10px;
    }
    .a-promo-popup_form form {
        gap: 10px;
    }
    .a-promo-popup_form .btn {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    .a-promo-popup_form input[type="text"],
    .a-promo-popup_form input[type="tel"] {
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
    }
    .a-promo-popup_consent {
        font-size: 12px;
    }
    .a-promo-popup_consent a {
        color: #F54012;
    }
    .a-promo-popup_section-title {
        font-size: 14px;
        font-weight: 600;
    }
    .a-promo-popup_conditions p,
    .a-promo-popup_dates p {
        font-size: 14px;
        line-height: 18px;
    }
    .a-promo-popup_dates p {
        font-size: 14px;
        font-weight: 700;
    }
    .a-promo-popup_list-item img {
        width: 30px;
        height: 30px;
    }
    .a-promo-popup_list-placeholder {
        width: 30px;
        height: 30px;
    }
    .a-promo-popup_list-item a {
        font-size: 12px;
        font-weight: 700;
    }
    .a-promo-popup_list {
        gap: 4px;
    }
    .a-promo-popup_cta {
        width: 100%;
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .a-promo-popup_close {
        top: 11px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
    .a-promo-popup_result-btns {
        flex-direction: column;
    }
}

/* Виджеты связанные с ии */
/* Всплывающий виджет */
.aichat-wp-widget-single-post {
    max-width: 600px;
    width: 100%;
    background: linear-gradient(79.59deg, #FEEBE7 5.77%, #D8E2F3 81.73%);
    padding: 30px;
    border-radius: 24px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Nunito Sans', sans-serif !important;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
  
  .aichat-wp-widget-single-post-close {
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  
  .aichat-wp-widget-single-post-close:hover svg>path {
    fill: #151515;
  }
  
  .aichat-wp-widget-flex-collumn-single-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .aichat-wp-widget-content-single-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .aichat-wp-widget-single-post-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    gap: 4px;
    min-height: 34px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    /* Inside auto layout */
    flex: none;
  }
  
  .aichat-wp-widget-single-post-badge span {
    font-size: 14px;
    font-weight: 700;
  }
  
  .aichat-wp-widget-title-single-post {
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  
  .aichat-wp-widget-text-single-post {
    margin: 0;
    color: #151515;
    font-size: 16px;
    font-weight: 600;
  }
  
  .aichat-wp-widget-button-single-post {
    background: #333333;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 6px 10px;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
  }
  
  .aichat-wp-widget-button-single-post:hover {
    background: #151515;
  }
  
  /* Виджет на странице */
  .aichat-wp-widget-zhk {
    box-sizing: border-box;
    display: block;
    padding: 50px 0px;
    width: 100%;
  }
  
  .aichat-wp-widget-zhk-block {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 20px;
    min-height: 116px;
    background: linear-gradient(79.59deg, rgba(254, 235, 231, 0.5) 5.77%, rgba(216, 226, 243, 0.5) 81.73%);
    border-radius: 20px;
    justify-content: space-between;  
  }
  
  .aichat-wp-widget-zhk-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .aichat-wp-widget-zhk-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .aichat-wp-widget-zhk-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 4px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;  
  }
  
  .aichat-wp-widget-zhk-badge-text {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #151515;
  }
  
  .aichat-wp-widget-zhk-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #151515;
    align-self: stretch;
  }
  
  .aichat-wp-widget-zhk-text {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #151515;
    align-self: stretch;
    margin: 0;
  }
  
  .aichat-wp-widget-zhk-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid #151515;
    border-radius: 30px;
    flex: none;
    order: 2;
    flex-grow: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Nunito Sans', sans-serif;
    cursor: pointer;
  }
  
  .aichat-wp-widget-zhk-button:hover {
    background: #E6E6E6;
  }
  .aichat-wp-widget-zhk-badge {
    padding: 7px 10px;
  }
  .aichat-wp-widget-zhk-button {
    padding: 10px 15px;
  }
  @media (max-width: 768px) {
    .aichat-wp-widget-single-post {
      width: calc(100% - 24px);
      box-sizing: border-box;
      padding: 20px;
    }
    .aichat-wp-widget-title-single-post {
      font-size: 14px;
    }
    .aichat-wp-widget-text-single-post {
      font-size: 12px;
    }
    .aichat-wp-widget-single-post-badge span {
      font-size: 12px;
    }
    .aichat-wp-widget-single-post-badge svg {
      width: 16px;
      height: 16px;
    }
    .aichat-wp-widget-single-post-close svg {
      width: 20px;
      height: 20px;
    }
    .aichat-wp-widget-zhk-block {
      flex-direction: column;
      align-items: flex-start;
    }
    .aichat-wp-widget-zhk-title {
      font-size: 18px;
      line-height: 24px;
    }
    .aichat-wp-widget-zhk-text {
      font-size: 16px;
      line-height: 24px;
    }
    .aichat-wp-widget-flex-collumn-single-post {
        gap: 15px;
    }
    .aichat-wp-widget-single-post-badge {
        min-height: 24px;
        padding: 0 5px;
    }
    .aichat-wp-widget-zhk-badge {
        font-size: 12px;
        font-weight: 700;
        padding: 0 5px;
        min-height: 24px;
        margin-bottom: 5px;
    }
    .aichat-wp-widget-zhk-left {
        gap: 5px;
    }
    .aichat-wp-widget-zhk-block {
        gap: 10px;
    }
    .aichat-wp-widget-zhk-button {
        padding: 5px 15px!important;
    }
    .aichat-wp-widget-zhk-text {
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
    }
    .aichat-wp-widget-zhk-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700!important;
    }
    .aichat-wp-widget-zhk-badge-text {
        font-size: 12px!important;
    }
  }
  
  /* Виджеты связанные с ии */


/* =============================================
   Новая главная — Hero (блок 1)
   ============================================= */

.hero-new {
    background: rgba(242, 242, 242, 0.2);
    padding: 50px var(--container-padding) 100px;
    display: flex;
    justify-content: center;
}

.hero-new__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Тег-бейдж */
.hero-new__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 36px;
    padding: 0 10px;
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.hero-new__tag-left {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    color: var(--black-500);
}

.hero-new__tag-dot {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.hero-new__tag-divider {
    width: 1px;
    height: 18px;
    background: var(--grey-100);
}

.hero-new__tag-right {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: var(--black-700);
}

.hero-new__tag-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    font-size: 10px;
    color: var(--black-700);
}

/* Заголовок */
.hero-new__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: var(--h1-font-size);
    font-weight: 700;
    line-height: 70px;
    color: var(--black-500);
    text-align: center;
    max-width: var(--row-max-width);
}

.hero-new__title-accent {
    color: #F54012;
}

/* Подзаголовок */
.hero-new__subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-size: var(--h5-font-size);
    font-weight: 600;
    line-height: 36px;
    color: var(--black-700);
    text-align: center;
    max-width: var(--row-max-width);
}

.hero-new__subtitle-accent {
    font-weight: 700;
    color: #F54012;
}

/* Адаптив */
@media (max-width: 1200px) {
    .hero-new__title {
        font-size: 48px;
        line-height: 58px;
    }
    .hero-new__subtitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .hero-new {
        padding: 50px var(--container-padding);
    }
    .hero-new__inner {
        gap: 20px;
    }
    .hero-new__tag {
        flex-direction: column;
        gap: 5px;
        align-items: center;
        height: auto;
        padding: 0;
        background: none;
        border: none;
    }
    .hero-new__tag-left,
    .hero-new__tag-right {
        background: var(--white);
        border: 1px solid #E6E6E6;
        border-radius: 30px;
        height: 24px;
        padding: 0 6px;
        font-size: 12px;
        line-height: 16px;
    }
    .hero-new__tag-divider {
        display: none;
    }
    .hero-new__title {
        font-size: 36px;
        line-height: 44px;
    }
    .hero-new__title br {
        display: none;
    }
    .hero-new__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-new__subtitle br {
        display: none;
    }
}


/* ==========================================
   Блок 2: Форма подбора
   ========================================== */

.selection-form {
    background: rgba(242, 242, 242, 0.2);
    padding: 0 var(--container-padding) 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Табы-чипы */
.selection-form__tabs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.selection-form__tab {
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--grey-100);
    border-radius: 20px;
    background: var(--white);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-500);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.selection-form__tab:hover {
    background: var(--grey-50);
}

.selection-form__tab.is-active {
    background: var(--black-800);
    border-color: var(--black-800);
    color: var(--white);
}

/* Карточка формы */
.selection-form__card {
    max-width: 800px;
    width: 100%;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.selection-form__desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #666;
    text-align: center;
    width: 100%;
}

/* Форма */
.selection-form__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.selection-form__fields {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.selection-form__input-wrap {
    flex: 1;
}

.selection-form__input {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid var(--grey-100);
    border-radius: 10px;
    background: var(--white);
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-500);
    outline: none;
    transition: border-color 0.2s;
}

.selection-form__input::placeholder {
    color: var(--grey-500);
}

.selection-form__input:focus {
    border-color: var(--black-800);
}

.selection-form__submit {
    height: 48px;
    padding: 0 24px;
    background: var(--black-800);
    border: none;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--white);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.selection-form__submit:hover:not(:disabled) {
    background: var(--black-500);
}
.selection-form__submit:disabled {
    background: #C4C4C4;
    cursor: default;
    opacity: 1;
}

.selection-form__consent {
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
    text-align: center;
}

.selection-form__consent a {
    color: #666;
    text-decoration: underline;
}

/* Преимущества */
.selection-form__benefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding-top: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
}

.selection-form__benefit {
    white-space: nowrap;
}

.selection-form__benefit-check {
    color: #009B4D;
}

/* Панели табов */
.selection-form__panel {
    display: none;
    width: 100%;
    max-width: var(--row-max-width);
}

.selection-form__panel.is-active {
    display: flex;
    justify-content: center;
}

/* Таб: Топ-акции */
.selection-form__promos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.selection-form__promos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1280px;
}

.selection-form__promos-grid .a-promo-card {
    border-color: var(--black-500);
}

.selection-form__promos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    background: var(--black-800);
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--white);
    text-decoration: none;
    transition: background 0.2s;
}

.selection-form__promos-btn:hover {
    background: var(--black-500);
    color: var(--white);
}

/* Таб: ИИ-ассистент — видео */
.selection-form__video {
    max-width: 866px;
    width: 100%;
}

.selection-form__video-poster {
    position: relative;
    aspect-ratio: 3088 / 1620;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.selection-form__video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.selection-form__video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.selection-form__video-poster:hover .selection-form__video-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.selection-form__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s;
    z-index: 1;
}
.selection-form__video-play svg path {
    transition: fill 0.3s;
}
.selection-form__video-poster:hover .selection-form__video-play {
    transform: translate(-50%, -50%) scale(1.1);
}
.selection-form__video-poster:hover .selection-form__video-play svg path {
    fill: rgba(245, 64, 18, 0.8);
}

/* Кнопка expand (блок 2) */
.selection-form__video-expand {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}
.selection-form__video-poster:hover .selection-form__video-expand {
    opacity: 1;
}
.selection-form__video-expand:hover rect[fill="white"] {
    fill: #f5f5f5;
}

.selection-form__video-poster.is-playing {
    aspect-ratio: 16 / 9;
}

.selection-form__video-poster.is-playing .selection-form__video-overlay,
.selection-form__video-poster.is-playing .selection-form__video-play,
.selection-form__video-poster.is-playing > img {
    display: none;
}

.selection-form__video-poster iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Видео-попап */
.video-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.video-popup.is-active {
    display: flex;
}
.video-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(21, 21, 21, 0.4);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}
.video-popup__content {
    position: relative;
    width: 90%;
    max-width: 900px;
}

/* Превью-состояние попапа */
.video-popup__preview {
    position: relative;
    aspect-ratio: 3088 / 1620;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.video-popup__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-popup__poster-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}
.video-popup__preview:hover .video-popup__poster-dim {
    background: rgba(0, 0, 0, 0.35);
}
.video-popup__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s;
    z-index: 1;
}
.video-popup__play svg path {
    transition: fill 0.3s;
}
.video-popup__preview:hover .video-popup__play {
    transform: translate(-50%, -50%) scale(1.1);
}
.video-popup__preview:hover .video-popup__play svg path {
    fill: rgba(245, 64, 18, 0.8);
}
.video-popup__expand {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}
.video-popup__preview:hover .video-popup__expand,
.video-popup__player-wrap:hover .video-popup__expand {
    opacity: 1;
}
.video-popup__expand:hover rect[fill="white"] {
    fill: #f5f5f5;
}

/* Видео-плеер (после нажатия play) */
.video-popup__player-wrap {
    position: relative;
}
.video-popup__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.video-popup__close:hover {
    opacity: 0.7;
}
.video-popup__player {
    width: 100%;
    border-radius: 24px;
    display: block;
}

@media (max-width: 768px) {
    .video-popup__play {
        width: 80px;
        height: 80px;
    }
    .video-popup__play svg {
        width: 80px;
        height: 80px;
    }
    .video-popup__expand {
        width: 36px;
        height: 36px;
        top: 12px;
        right: 12px;
    }
    .video-popup__expand svg {
        width: 36px;
        height: 36px;
    }
    .selection-form__video-expand {
        width: 36px;
        height: 36px;
        top: 12px;
        right: 12px;
    }
    .selection-form__video-expand svg {
        width: 36px;
        height: 36px;
    }
    .selection-form__video-play {
        width: 80px;
        height: 80px;
    }
    .selection-form__video-play svg {
        width: 80px;
        height: 80px;
    }
}

/* Таб: Агенты */
.selection-form__agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    width: 100%;
}

.selection-form__agents-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.agent-card {
    background: var(--white);
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.agent-card__photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--grey-100);
    overflow: hidden;
    flex-shrink: 0;
}

.agent-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.agent-card__name {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--black-500);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.agent-card__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-700);
}

.agent-card__dot {
    width: 2px;
    height: 2px;
    background: var(--black-700);
    border-radius: 50%;
    margin: 0 5px;
}

.agent-card__tag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 8px;
    background: var(--grey-50);
    border: 1px solid var(--grey-100);
    border-radius: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black-500);
}

.selection-form__agents-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.selection-form__agents-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.selection-form__agents-btn--outline {
    background: var(--white);
    border: 1px solid var(--black-500);
    color: var(--black-500);
}

.selection-form__agents-btn--outline:hover {
    background: var(--black-500);
    color: var(--white);
}

.selection-form__agents-btn--primary {
    background: var(--black-800);
    color: var(--white);
}

.selection-form__agents-btn--primary:hover {
    background: var(--black-500);
    color: var(--white);
}

/* Адаптив */
@media (max-width: 768px) {
    .selection-form {
        padding: 20px var(--container-padding);
        gap: 10px;
    }

    .selection-form__tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .selection-form__tabs::-webkit-scrollbar {
        display: none;
    }

    .selection-form__tab {
        font-size: 14px;
        height: 30px;
        padding: 0 10px;
        border-radius: 20px;
        flex-shrink: 0;
    }

    .selection-form__card {
        padding: 14px;
        gap: 10px;
        border-radius: 14px;
    }

    .selection-form__fields {
        flex-direction: column;
        gap: 5px;
    }

    .selection-form__submit {
        width: 100%;
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .selection-form__desc {
        font-size: 16px;
        line-height: 24px;
    }

    .selection-form__benefits {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
    }

    .selection-form__video-play {
        width: 72px;
        height: 72px;
    }

    .selection-form__video-play svg {
        width: 72px;
        height: 72px;
    }

    .selection-form__agents {
        gap: 10px;
        min-width: 0;
        width: 100%;
    }

    .selection-form__agents-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 4px;
        scrollbar-width: none;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .selection-form__agents-grid::-webkit-scrollbar {
        display: none;
    }

    .agent-card {
        flex: 0 0 164px;
        scroll-snap-align: start;
        padding: 14px;
        gap: 8px;
        border-radius: 14px;
    }

    .agent-card__photo {
        width: 60px;
        height: 60px;
    }

    .agent-card__name {
        font-size: 16px;
        line-height: 24px;
        height: 26px;
    }

    .agent-card__stats {
        font-size: 12px;
        line-height: 16px;
    }

    .agent-card__tag {
        height: 24px;
        padding: 0 6px;
    }

    .selection-form__agents-btns {
        flex-direction: row;
        justify-content: center;
    }

    .selection-form__agents-btn {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
    }
}


/* ==========================================
   Блок 5: Динамика цен
   ========================================== */

.price-dynamics {
    background: #151515;
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.price-dynamics__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 100px;
}

/* Левая часть */
.price-dynamics__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.price-dynamics__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-dynamics__label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F54012;
}

.price-dynamics__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    margin: 0;
}

.price-dynamics__desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ccc;
    margin: 0;
}

/* Преимущества */
.price-dynamics__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.price-dynamics__feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-dynamics__feature-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.price-dynamics__feature-icon img {
    width: 20px;
    height: 20px;
}

.price-dynamics__feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-dynamics__feature-text strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.price-dynamics__feature-text span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #ccc;
}

/* Кнопка */
.price-dynamics__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #151515;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #151515;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    align-self: flex-start;
}

.price-dynamics__btn:hover {
    opacity: 0.85;
}

/* Правая часть — карточка с графиком */
.price-dynamics__chart-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.price-dynamics__chart-card-img {
    display: none;
}
.price-dynamics__chart-card-img--desktop {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}
.price-dynamics__chart-card-img--mobile {
    display: none;
}

/* Заголовок графика */
.price-dynamics__chart-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-dynamics__chart-title {
    flex: 1;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
}

.price-dynamics__chart-dot {
    margin: 0 6px;
    font-size: 10px;
    color: #fff;
}

.price-dynamics__chart-legend {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
}

.price-dynamics__chart-legend-dot {
    width: 8px;
    height: 8px;
    background: #F54012;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Область графика */
.price-dynamics__chart-area {
    position: relative;
    height: 250px;
}

.price-dynamics__chart-grid {
    display: flex;
    flex-direction: column;
    height: 220px;
}

.price-dynamics__chart-row {
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: flex-end;
    padding: 0 10px 10px;
}

.price-dynamics__chart-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
    width: 60px;
}

/* Линия графика */
.price-dynamics__chart-line {
    position: absolute;
    bottom: 30px;
    left: 70px;
    right: 20px;
    height: 192px;
    pointer-events: none;
}

.price-dynamics__chart-line img {
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
}

/* Метка max цена */
.price-dynamics__chart-max-label {
    position: absolute;
    top: 5px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.price-dynamics__chart-max-label span:first-child {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
}

/* Метка min цена */
.price-dynamics__chart-min-label {
    position: absolute;
    top: 148px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.price-dynamics__chart-min-label span:first-child {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
}

/* Точки на графике */
.price-dynamics__chart-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-dynamics__chart-point::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FEEBE7;
}

.price-dynamics__chart-point--red {
    background: #F54012;
}

.price-dynamics__chart-point--green {
    background: #009B4D;
}

/* Стрелка и пунктир */
.price-dynamics__chart-arrow {
    position: absolute;
    right: 0;
    top: 115px;
    width: 72px;
    height: 72px;
    pointer-events: none;
}

.price-dynamics__chart-arrow img {
    width: 100%;
    height: 100%;
}

.price-dynamics__chart-dashed {
    position: absolute;
    right: 60px;
    top: 168px;
    width: 1px;
    height: 52px;
    pointer-events: none;
}

.price-dynamics__chart-dashed img {
    width: 100%;
    height: 100%;
}

/* Месяцы */
.price-dynamics__chart-months {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 70px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
    text-align: center;
}

/* Статистика под графиком */
.price-dynamics__chart-stats {
    display: flex;
    gap: 50px;
    padding-left: 69px;
}

.price-dynamics__stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.price-dynamics__stat-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ccc;
}

.price-dynamics__stat-value {
    display: flex;
    align-items: center;
    gap: 6px;
}

.price-dynamics__stat-value strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.price-dynamics__stat-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 6px;
    border-radius: 50px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.price-dynamics__stat-badge--green {
    background: rgba(0, 155, 77, 0.1);
    color: #009B4D;
}

.price-dynamics__stat-badge--red {
    background: rgba(255, 69, 58, 0.1);
    color: #FF453A;
}

.price-dynamics__stat-sub {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #ccc;
}

/* Адаптив — Динамика цен */
@media (max-width: 1200px) {
    .price-dynamics__inner {
        gap: 50px;
    }

    .price-dynamics__title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 960px) {
    .price-dynamics {
        padding: 60px var(--container-padding);
    }

    .price-dynamics__inner {
        flex-direction: column;
        gap: 40px;
    }

    .price-dynamics__chart-card {
        width: 100%;
    }
}


/* ==========================================
   Блок 6: ИИ Ассистент
   ========================================== */

.ai-assistant {
    background: rgba(242, 242, 242, 0.2);
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.ai-assistant__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 100px;
}

/* Левая часть */
.ai-assistant__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ai-assistant__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-assistant__label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F54012;
}

.ai-assistant__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-500);
    margin: 0;
}

.ai-assistant__desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #151515;
    margin: 0;
}

/* Статистика */
.ai-assistant__stats {
    display: flex;
    gap: 70px;
    text-align: center;
}

.ai-assistant__stat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-assistant__stat-number {
    font-family: "Nunito Sans", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    color: var(--black-500);
}

.ai-assistant__stat-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-700);
}

/* Кнопки */
.ai-assistant__buttons {
    display: flex;
    gap: 10px;
}

.ai-assistant__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.ai-assistant__btn:hover {
    opacity: 0.85;
}

.ai-assistant__btn--secondary {
    background: #fff;
    border: 1px solid var(--black-500);
    color: var(--black-500);
}

.ai-assistant__btn--primary {
    background: var(--black-800);
    border: 1px solid var(--black-800);
    color: #fff;
}

/* Изображение */
.ai-assistant__image {
    width: 700px;
    height: 490px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 2px solid var(--grey-100);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ai-assistant__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Адаптив — ИИ Ассистент */
@media (max-width: 1200px) {
    .ai-assistant__inner {
        gap: 50px;
    }

    .ai-assistant__title {
        font-size: 30px;
        line-height: 38px;
    }

    .ai-assistant__image {
        width: 500px;
        height: 350px;
    }

    .ai-assistant__stats {
        gap: 40px;
    }

    .ai-assistant__stat-number {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 960px) {
    .ai-assistant {
        padding: 60px var(--container-padding);
    }

    .ai-assistant__inner {
        flex-direction: column;
        gap: 40px;
    }

    .ai-assistant__image {
        width: 100%;
        height: auto;
        aspect-ratio: 700 / 490;
    }
}

@media (max-width: 768px) {
    .ai-assistant {
        padding: 40px var(--container-padding);
    }

    .ai-assistant__title {
        font-size: 26px;
        line-height: 34px;
    }

    .ai-assistant__desc {
        font-size: 14px;
        line-height: 20px;
    }
    .ai-assistant__desc br {
        display: none;
    }

    .ai-assistant__stats {
        flex-wrap: wrap;
        gap: 20px 40px;
    }

    .ai-assistant__stat-number {
        font-size: 28px;
        line-height: 36px;
    }

    .ai-assistant__buttons {
        flex-direction: column;
        width: 100%;
    }

    .ai-assistant__btn {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================
   Блок 7: Наш подход
   ========================================== */

.our-approach {
    background: var(--grey-50);
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.our-approach__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Левая часть */
.our-approach__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.our-approach__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-approach__label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F54012;
}

.our-approach__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-500);
    margin: 0;
}

.our-approach__desc {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-700);
    margin: 0;
}

/* Преимущества */
.our-approach__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-approach__feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-approach__feature-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.our-approach__feature-icon img {
    width: 20px;
    height: 20px;
}

.our-approach__feature-icon--red {
    background: rgba(255, 69, 58, 0.1);
}

.our-approach__feature-icon--green {
    background: rgba(0, 155, 77, 0.1);
}

.our-approach__feature-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.our-approach__feature-text strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-500);
}

.our-approach__feature-text span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-700);
}

/* Правая карточка */
.our-approach__card {
    flex: 1;
    background: #151515;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-approach__card-quote {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px;
}

.our-approach__card-quote p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    margin: 0;
}

.our-approach__card-accent {
    color: #F54012;
}

.our-approach__card-body {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-approach__card-body p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #ccc;
    margin: 0;
}

/* Теги */
.our-approach__card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.our-approach__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
}

.our-approach__tag-logo {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.our-approach__tag-logo--wide {
    width: 36px;
}

/* Адаптив — Наш подход */
@media (max-width: 1200px) {
    .our-approach__title {
        font-size: 30px;
        line-height: 38px;
    }

    .our-approach__card-quote p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 960px) {
    .our-approach {
        padding: 60px var(--container-padding);
    }

    .our-approach__inner {
        flex-direction: column;
        gap: 30px;
    }

    .our-approach__card {
        width: 100%;
    }
}



/* ==========================================
   Блок 8: Результаты
   ========================================== */

.results {
    background: rgba(242, 242, 242, 0.2);
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.results__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Заголовок */
.results__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    text-align: center;
}

.results__label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F54012;
}

.results__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-500);
    margin: 0;
}

/* Карточки отзывов */
.results__reviews {
    width: 100%;
}

.results__reviews .swiper-wrapper {
    display: flex;
    gap: 24px;
}

.results__review {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.results__review-tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    height: 28px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid var(--black-500);
    border-radius: 30px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black-500);
}

.results__review-body {
    background: var(--main-bg);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

/* Звёзды */
.results__review-stars {
    display: flex;
    gap: 4px;
}

.results__star {
    font-size: 14px;
    line-height: 14px;
}

.results__star--filled {
    color: #FFD60A;
}

.results__star--empty {
    color: var(--grey-100);
}

.results__review-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-700);
    margin: 0;
}

/* Автор */
.results__review-author {
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-700);
    white-space: nowrap;
    overflow: hidden;
}

.results__review-dot {
    margin: 0 3px;
    color: var(--grey-500);
    font-size: 10px;
}

/* Статистика */
.results__stats {
    display: flex;
    gap: 24px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.results__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 30px;
}

.results__stat-number {
    font-family: "Nunito Sans", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    color: var(--black-500);
}

.results__stat-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black-700);
}

/* Адаптив — Результаты */
@media (max-width: 1200px) {
    .results__title {
        font-size: 30px;
        line-height: 38px;
    }

    .results__stat-number {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 960px) {
    .results {
        padding: 60px var(--container-padding);
    }

    .results__reviews .swiper-wrapper {
        flex-direction: column;
    }

    .results__stats {
        flex-wrap: wrap;
        gap: 10px;
    }

    .results__stat {
        flex: 1 1 40%;
        padding: 15px;
    }
}


/* ==========================================
   Блок 9: Журнал RedCat
   ========================================== */

.journal-block {
    background: var(--grey-50);
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.journal-block__inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Заголовок */
.journal-block__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.journal-block__label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F54012;
}

.journal-block__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-500);
    margin: 0;
}

/* Сетка карточек */
.journal-block__grid {
    width: 100%;
}

.journal-block__grid .swiper-wrapper {
    display: flex;
    gap: 24px;
}

.journal-block__card {
    width: 411px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.2s;
}

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

.journal-block__card-image {
    aspect-ratio: 411 / 274;
    overflow: hidden;
}

.journal-block__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.journal-block__card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.journal-block__card-tag {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #F7613B;
    text-transform: uppercase;
}

.journal-block__card-title-wrap {
    border-bottom: 1px solid var(--grey-100);
    padding-bottom: 10px;
    flex: 1;
}

.journal-block__card-title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black-500);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-block__card-meta {
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.journal-block__card-date {
    color: var(--black-700);
}

.journal-block__card-reading {
    color: var(--grey-500);
    text-align: right;
}

/* Кнопка */
.journal-block__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid var(--black-500);
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-500);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.journal-block__btn:hover {
    opacity: 0.85;
}

/* Адаптив — Журнал */
@media (max-width: 1200px) {
    .journal-block__title {
        font-size: 30px;
        line-height: 38px;
    }

    .journal-block__grid {
        flex-wrap: wrap;
    }

    .journal-block__card {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 960px) {
    .journal-block {
        padding: 60px var(--container-padding);
    }
}

@media (max-width: 768px) {
    .journal-block {
        padding: 20px 12px;
    }
    .journal-block__inner {
        gap: 10px;
    }
    .journal-block__label {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
    }
    .journal-block__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    .journal-block__grid .swiper-wrapper {
        gap: 0;
    }
    .journal-block__card {
        flex: 0 0 320px;
        width: 320px;
        border-radius: 14px;
    }
    .journal-block__card-image {
        aspect-ratio: 351 / 200;
    }
    .journal-block__card-content {
        padding: 12px;
        gap: 10px;
    }
    .journal-block__card-tag {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }
    .journal-block__card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .journal-block__card-title-wrap {
        padding-bottom: 10px;
    }
    .journal-block__btn {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
    }
    /* Pagination dots — moved to main mobile block for cascade order */
}

/* ==========================================
   Блок 10: FAQ
   ========================================== */

.faq-block {
    background: rgba(242, 242, 242, 0.2);
    padding: 100px var(--container-padding);
    display: flex;
    justify-content: center;
}

.faq-block__inner {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.faq-block__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: var(--black-500);
    margin: 0;
    text-align: center;
}

/* Список */
.faq-block__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/* Аккордеон */
.faq-block__item {
    background: #fff;
    border: 1px solid var(--grey-100);
    border-radius: 14px;
    overflow: hidden;
}

.faq-block__question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    list-style: none;
}

.faq-block__question::-webkit-details-marker {
    display: none;
}

.faq-block__question span {
    flex: 1;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-500);
}

.faq-block__chevron {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.faq-block__chevron path {
    transition: stroke 0.3s;
}

/* Hover — тень */
.faq-block__item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Open — border black, bg #FAFAFA, arrow black */
.faq-block__item[open] {
    border-color: #151515;
    background: #FAFAFA;
}
.faq-block__item[open] .faq-block__chevron {
    transform: rotate(180deg);
}
.faq-block__item[open] .faq-block__chevron path {
    stroke: #151515;
}

.faq-block__answer {
    padding: 0 16px 16px;
}

.faq-block__answer p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-700);
    margin: 0;
}

/* FAQ — Адаптив */
@media (max-width: 768px) {
    .faq-block {
        padding: 20px 0 0;
    }
    .faq-block__inner {
        gap: 10px;
    }
    .faq-block__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    .faq-block__list {
        gap: 0;
        border-top: 1px solid #E6E6E6;
    }
    .faq-block__item {
        border: none;
        border-bottom: 1px solid #E6E6E6;
        border-radius: 0;
        background: #fff;
    }
    .faq-block__item:hover {
        box-shadow: none;
    }
    .faq-block__item[open] {
        border-color: #E6E6E6;
        background: #FAFAFA;
    }
    .faq-block__question {
        padding: 12px;
        gap: 8px;
    }
    .faq-block__question span {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .faq-block__chevron {
        width: 20px;
        height: 20px;
    }
    .faq-block__answer {
        padding: 0 12px 12px;
    }
    .faq-block__answer p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
}

/* ===== Новая главная — Футер ===== */
.nh-footer {
    background: #151515;
    font-family: "Nunito Sans", sans-serif;
}

/* Верхняя часть — форма */
.nh-footer__top {
    padding: 50px 102px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nh-footer__top-inner {
    max-width: var(--row-max-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.nh-footer__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.nh-footer__logo {
    height: 30px;
    width: auto;
}

.nh-footer__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.nh-footer__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #ccc;
    text-align: center;
    margin: 0;
}

/* Форма */
.nh-footer__form {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px;
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nh-footer__form-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.nh-footer__input-wrap {
    flex: 1;
    position: relative;
    height: 48px;
}

.nh-footer__input {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.nh-footer__input:focus {
    border-color: rgba(255, 255, 255, 0.2);
}

.nh-footer__label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 18px;
    color: #a6a6a6;
    pointer-events: none;
    transition: all 0.2s;
}

.nh-footer__input:focus ~ .nh-footer__label,
.nh-footer__input:not(:placeholder-shown) ~ .nh-footer__label {
    top: 6px;
    transform: none;
    font-size: 11px;
    line-height: 14px;
}

.nh-footer__req {
    color: #F54012;
}

.nh-footer__btn {
    flex-shrink: 0;
    height: 48px;
    padding: 0 24px;
    background: #333;
    border: none;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.nh-footer__btn:hover {
    background: #444;
}

/* Инфо под формой */
.nh-footer__form-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.nh-footer__trust-line {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    text-align: center;
    margin: 0;
    max-width: 550px;
}

.nh-footer__consent-line {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    text-align: center;
    margin: 0;
    max-width: 550px;
}

.nh-footer__check {
    color: #30d158;
}

.nh-footer__consent-link {
    color: #666;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nh-footer__consent-link:hover {
    color: #999;
}

/* Toast уведомление */
.nh-footer__form-wrap {
    position: relative;
}

.nh-footer__toast {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(21, 21, 21, 0.8);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
    white-space: nowrap;
}

.nh-footer__toast.is-visible {
    opacity: 1;
    visibility: visible;
}

.nh-footer__toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nh-footer__toast-text {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

/* Нижняя полоса */
.nh-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 102px;
}

.nh-footer__bottom-inner {
    max-width: var(--row-max-width);
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nh-footer__copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    margin: 0;
}

.nh-footer__nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nh-footer__nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.nh-footer__nav-link:hover {
    color: #999;
}

/* Адаптив — Футер */
@media (max-width: 1024px) {
    .nh-footer__top {
        padding: 20px 12px;
    }

    .nh-footer__top-inner {
        gap: 10px;
    }

    .nh-footer__heading {
        gap: 10px;
    }

    .nh-footer__logo {
        height: 20px;
    }

    .nh-footer__title {
        font-size: 18px;
        line-height: 26px;
    }

    .nh-footer__subtitle {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

    .nh-footer__form {
        width: 351px;
        padding: 14px;
        border-radius: 14px;
        gap: 10px;
    }

    .nh-footer__form-row {
        flex-direction: column;
        gap: 5px;
    }

    .nh-footer__input-wrap {
        flex: none;
        width: 100%;
    }

    .nh-footer__btn {
        width: 100%;
        height: 30px;
        padding: 6px 12px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .nh-footer__form-info {
        order: 1;
    }

    .nh-footer__consent-line {
        font-size: 10px;
        line-height: 14px;
    }

    .nh-footer__consent-line .nh-footer__check {
        display: none;
    }

    .nh-footer__trust-line {
        font-size: 12px;
        line-height: 16px;
        order: 2;
    }

    .nh-footer__bottom {
        padding: 0;
    }

    .nh-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .nh-footer__copy {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        text-align: center;
    }

    .nh-footer__nav {
        gap: 4px;
        padding: 6px 12px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nh-footer__nav-link {
        font-size: 12px;
        line-height: 16px;
    }

    .nh-footer__nav-link:nth-child(2),
    .nh-footer__nav-link:nth-child(3) {
        display: none;
    }

    .nh-footer__nav-link:not(:last-child)::after {
        content: "·";
        margin-left: 4px;
        color: #666;
    }
}

/* Каталог акций — новая главная (десктоп) */
.front-page-new .a-promo-section {
    background: #F2F2F2;
    padding-top: 100px;
    padding-bottom: 100px;
}
.front-page-new .a-promo-catalog_label {
    font-size: 18px;
    font-weight: 700;
    color: #F54012;
    line-height: 26px;
}
.front-page-new .a-promo-section_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}
.front-page-new .a-promo-catalog_header {
    gap: 10px;
    margin-bottom: 0;
}
.front-page-new .a-promo-catalog_filters {
    margin-bottom: 0;
}
.front-page-new .a-promo-catalog_header,
.front-page-new .a-promo-catalog_filters,
.front-page-new .a-promo-catalog_grid,
.front-page-new .a-promo-catalog_more,
.front-page-new .a-promo-catalog_all {
    margin-top: 20px;
}
.front-page-new .a-promo-catalog_header {
    margin-top: 0;
}
.front-page-new .a-promo-catalog_grid {
    row-gap: 20px;
}
.front-page-new .a-promo-catalog_more {
    display: none;
}
.front-page-new .a-promo-catalog_all {
    display: flex;
    justify-content: center;
}
.front-page-new .a-promo-catalog_all-btn {
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}

/* Скрываем стандартный футер на новой главной */
.front-page-new ~ .footer {
    display: none;
}


/* ==========================================
   Мобильная адаптация — Новая главная (375px)
   ========================================== */

/* --- Swiper: общие стили для мобильных карусельей --- */
.front-page-new .swiper-pagination {
    display: none;
    position: relative;
    margin-top: 16px;
    text-align: center;
}

.front-page-new .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--grey-300, #ccc);
    opacity: 1;
    margin: 0 3px;
}

.front-page-new .swiper-pagination-bullet-active {
    background: var(--black-500, #1a1a1a);
    width: 20px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    /* Показываем пагинацию только на мобилке */
    .front-page-new .swiper-pagination {
        display: block;
    }

    /* --- Карточки ЖК — горизонтальный скролл на новой главной --- */
    .front-page-new .categories_listing {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding: 0 12px 12px;
        scrollbar-width: none;
    }

    .front-page-new .categories_listing::-webkit-scrollbar {
        display: none;
    }

    .front-page-new .categories_listing .complex_card {
        flex: 0 0 300px;
        scroll-snap-align: start;
    }

    .front-page-new .categories_pagination {
        display: none;
    }

    /* --- Акции (таб Топ-акции) — горизонтальный скролл --- */
    .selection-form__promos {
        gap: 10px;
        min-width: 0;
        width: 100%;
    }

    .selection-form__promos-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 4px;
        padding-bottom: 8px;
        scrollbar-width: none;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .selection-form__promos-grid::-webkit-scrollbar {
        display: none;
    }

    .selection-form__promos-grid .a-promo-card {
        flex: 0 0 320px;
        scroll-snap-align: start;
    }

    .selection-form__promos-btn {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
    }

    /* --- Каталог акций — новая главная (мобилка) --- */
    .front-page-new .a-promo-section {
        background: #f2f2f2;
        border-radius: 20px;
        padding: 20px 12px;
    }
    .front-page-new .a-promo-catalog_header {
        gap: 10px;
        margin-bottom: 0;
    }
    .front-page-new .a-promo-catalog_title-row .a-promo-catalog_count {
        display: none;
    }
    .front-page-new .a-promo-catalog_mobile-filters {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .front-page-new .a-promo-catalog_mobile-count {
        display: flex;
        flex: 1;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #151515;
        white-space: nowrap;
    }
    .front-page-new .a-promo-catalog_mobile-count strong {
        font-size: 16px;
        font-weight: 700;
    }
    .front-page-new .a-promo-section_desc {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }
    .front-page-new .a-promo-catalog_grid {
        margin-top: 10px;
    }
    .front-page-new .a-promo-catalog_all {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
    }
    .front-page-new .a-promo-catalog_label {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
    }
    .front-page-new .a-promo-section_title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
    .front-page-new .a-promo-catalog_all-btn {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
    }
    /* Swipe pagination dots */
    .front-page-new .a-promo-catalog_dots {
        display: flex;
        gap: 4px;
        align-items: center;
        justify-content: center;
        padding: 3px 4px;
        border-radius: 50px;
        margin-top: 10px;
    }
    .front-page-new .a-promo-catalog_dot {
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background: #666;
        transition: width 0.2s, opacity 0.2s;
    }
    .front-page-new .a-promo-catalog_dot.is-active {
        width: 21px;
        opacity: 1;
    }

    /* --- Hero (блок 1) --- */
    .hero-new {
        padding: 50px 12px;
    }

    /* --- Форма подбора (блок 2) --- */
    .selection-form {
        padding: 20px 12px;
    }

    /* --- Динамика цен (блок 5) --- */
    .price-dynamics {
        padding: 20px 12px;
    }

    .price-dynamics__inner {
        gap: 10px;
    }

    .price-dynamics__label {
        font-size: 12px;
        line-height: 16px;
    }

    .price-dynamics__title {
        font-size: 18px;
        line-height: 26px;
    }

    .price-dynamics__desc {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

    .price-dynamics__desc br {
        display: none;
    }

    .price-dynamics__left {
        gap: 10px;
    }

    .price-dynamics__features {
        gap: 10px;
    }

    .price-dynamics__feature {
        gap: 10px;
        align-items: flex-start;
    }

    .price-dynamics__feature-icon {
        width: 18px;
        height: 18px;
        border-radius: 4px;
    }

    .price-dynamics__feature-icon img {
        width: 12px;
        height: 12px;
    }

    .price-dynamics__feature-text strong {
        font-size: 14px;
        line-height: 18px;
    }

    .price-dynamics__feature-text span {
        font-size: 12px;
        line-height: 16px;
    }

    .price-dynamics__btn {
        align-self: center;
        height: 30px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 10px;
        width: auto;
    }

    .price-dynamics__chart-card {
        flex: none;
        padding: 0;
        gap: 0;
        border-radius: 14px;
        border: none;
        background: none;
    }

    .price-dynamics__chart-card-img--desktop {
        display: none;
    }

    .price-dynamics__chart-card-img--mobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 14px;
    }

    /* --- ИИ Ассистент (блок 6) --- */
    .ai-assistant {
        padding: 20px 12px;
    }

    .ai-assistant__inner {
        gap: 10px;
        align-items: stretch;
    }

    .ai-assistant__left {
        display: contents;
    }

    .ai-assistant__text {
        order: 1;
    }

    .ai-assistant__stats {
        order: 2;
        gap: 0;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .ai-assistant__image {
        order: 3;
    }

    .ai-assistant__buttons {
        order: 4;
        flex-direction: row;
        gap: 8px;
    }

    .ai-assistant__stat {
        gap: 5px;
    }

    .ai-assistant__label {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    .ai-assistant__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

    .ai-assistant__stat-number {
        font-size: 20px;
        font-weight: 900;
        line-height: 26px;
    }

    .ai-assistant__stat-label {
        font-size: 14px;
        line-height: 18px;
    }

    .ai-assistant__btn {
        width: auto;
        flex: 1;
        min-width: 0;
        height: 30px;
        padding: 0 12px;
        font-size: 13px;
        line-height: 30px;
        border-radius: 8px;
        white-space: nowrap;
    }

    /* --- Наш подход (блок 7) --- */
    .our-approach {
        padding: 20px 12px;
    }

    .our-approach__inner {
        gap: 10px;
    }

    .our-approach__left {
        gap: 10px;
    }

    .our-approach__text {
        gap: 10px;
    }

    .our-approach__label {
        font-size: 12px;
        line-height: 16px;
    }

    .our-approach__title {
        font-size: 18px;
        line-height: 26px;
    }

    .our-approach__desc {
        font-size: 14px;
        line-height: 18px;
    }

    .our-approach__features {
        gap: 10px;
    }

    .our-approach__feature {
        align-items: flex-start;
    }

    .our-approach__feature-icon {
        width: 18px;
        height: 18px;
        border-radius: 4px;
    }

    .our-approach__feature-icon img {
        width: 12px;
        height: 12px;
    }

    .our-approach__feature-text {
        gap: 2px;
    }

    .our-approach__feature-text strong {
        font-size: 14px;
        line-height: 18px;
    }

    .our-approach__feature-text span {
        font-size: 12px;
        line-height: 16px;
    }

    .our-approach__card {
        padding: 10px;
        border-radius: 14px;
        gap: 10px;
    }

    .our-approach__card-quote {
        padding: 6px;
    }

    .our-approach__card-quote p {
        font-size: 18px;
        line-height: 26px;
    }

    .our-approach__card-body {
        padding: 6px;
    }

    .our-approach__card-body p {
        font-size: 14px;
        line-height: 18px;
    }

    .our-approach__card-tags {
        gap: 6px;
        flex-wrap: wrap;
    }

    .our-approach__tag {
        font-size: 12px;
        line-height: 16px;
        height: 24px;
        padding: 0 6px;
        gap: 4px;
    }

    .our-approach__tag-logo {
        width: 12px;
        height: 12px;
    }

    .our-approach__tag-logo--wide {
        width: 24px;
        height: 12px;
    }

    /* --- Результаты (блок 8) — Swiper --- */
    /* --- Результаты (блок 8) --- */
    .results {
        padding: 20px 12px;
        overflow: hidden;
    }

    .results__inner {
        gap: 10px;
    }

    .results__label {
        font-size: 12px;
        line-height: 16px;
    }

    .results__title {
        font-size: 18px;
        line-height: 26px;
    }

    .results__reviews {
        overflow: hidden;
    }

    .results__reviews .swiper-wrapper {
        flex-direction: row;
        gap: 0;
    }

    .results__review {
        flex: none;
        width: 320px;
        padding: 10px;
        border-radius: 14px;
    }

    .results__review-tag {
        height: 24px;
        padding: 0 6px;
    }

    .results__review-body {
        flex: none;
        padding: 6px;
        gap: 10px;
    }

    .results__review-text {
        font-size: 14px;
        line-height: 18px;
    }

    .results__review-author {
        font-size: 12px;
        line-height: 16px;
    }

    .results__stats {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        padding: 0;
    }

    .results__stat {
        flex: none;
        width: 140px;
        padding: 0;
        gap: 5px;
        text-align: center;
    }

    .results__stat-number {
        font-size: 20px;
        line-height: 26px;
    }

    .results__stat-label {
        font-size: 14px;
        line-height: 18px;
    }

    .front-page-new .results-swiper-pagination {
        --swiper-pagination-bullet-horizontal-gap: 0px;
        margin-top: 0;
        bottom: auto;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 4px;
    }
    .results-swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background: #666;
        opacity: 0.4;
        margin: 0;
    }
    .results-swiper-pagination .swiper-pagination-bullet-active {
        width: 21px;
        border-radius: 20px;
        opacity: 1;
    }

    /* --- Журнал (блок 9) — Swiper pagination fix --- */
    .front-page-new .journal-swiper-pagination {
        --swiper-pagination-bullet-horizontal-gap: 0px;
        margin-top: 0;
        bottom: auto;
        top: auto;
        left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 4px;
    }
    .journal-swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 20px;
        background: #666;
        opacity: 0.4;
        margin: 0;
    }
    .journal-swiper-pagination .swiper-pagination-bullet-active {
        width: 21px;
        border-radius: 20px;
        opacity: 1;
    }

    /* --- Журнал (блок 9) — Swiper (overrides from journal-block @media 768 above) --- */
    .journal-block__grid {
        overflow: hidden;
    }

    .journal-block__card-tag {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    .journal-block__card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .journal-block__btn {
        width: auto;
        height: 30px;
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* --- Попап формы → bottom-sheet на мобильном --- */
    .a-popup-forms {
        justify-content: flex-end;
        align-items: stretch;
    }
    .a-popup-forms-block {
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 0 0 20px;
        gap: 0;
        box-shadow: 0 -10px 50px rgba(0,0,0,0.1);
    }
    @supports (padding-bottom: env(safe-area-inset-bottom)) {
        .a-popup-forms-block {
            padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
        }
    }
    .a-popup-forms-close {
        top: 11px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
    .a-popup-forms-block .a-popup-forms-title {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 40px 10px 10px;
        text-align: center;
    }
    .a-popup-forms-subtitle {
        padding: 0 12px;
        font-size: 14px;
        line-height: 18px;
    }
    .a-popup-forms p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 12px;
    }
    .a-popup-forms form {
        gap: 10px;
        padding: 10px 12px 0;
    }
    .a-popup-forms form label {
        font-size: 14px;
    }
    .a-popup-forms form input[type="text"],
    .a-popup-forms form input[type="tel"] {
        padding: 12px;
        font-size: 14px;
        height: 48px;
        border-radius: 10px;
    }
    .a-popup-forms form label:last-child {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: var(--black-700);
        order: 3;
    }
    .a-popup-forms form label:last-child input[type="checkbox"] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
    }
    .a-popup-forms form .btn,
    .a-popup-forms form .btn.btn_full-width {
        height: 30px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        order: 4;
        width: auto;
        align-self: center;
        border: none;
    }
    .a-popup-forms form .btn:disabled {
        background: #CCC !important;
        color: #fff;
        cursor: default;
        border: none;
    }
    .a-popup-forms .a-form-tabs {
        margin: 10px 12px 0;
    }

}