.map-page{
	margin-bottom: 70px;
}

.mapblock-container{
	scrollbar-width: none;
	overflow-x: auto;
	position: relative;
}

.map-page-container__container{
	position: relative;
	padding: 0;
}

.map-page .reviews__title{
	padding-left: 30px;
}



.mapblock-container-block{
	position: relative;
}
.mapblock-container-block .mapblock-container-block-mapimg img{
	vertical-align: top;
}
.mapblock-container-block .mapblock-container-block-projects-list{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1276px;
	height: 664px;
}
.mapblock-container-block .mapblock-container-block-projects-list .mapblock-project-item{
	position: absolute;
	z-index: 5;
}
.mapblock-container-block .mapblock-container-block-projects-list .mapblock-project-item .mapblock-project-item-container{
	display: flex;
	gap: 4px;
	border-radius: 50px;
	background: #FFF;
	box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.15);

	box-sizing: border-box;
	padding: 2px 4px 2px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.mapblock-container-block .mapblock-container-block-projects-list .mapblock-project-item:hover .mapblock-project-item-container{
	transform: scale(1.1);
}
.mapblock-container-block .mapblock-container-block-projects-list .mapblock-project-item.line-view:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 41px;
	background: url(../img/map/stoika.svg) no-repeat center center;

	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.mapblock-project-item-name{
	color: #000;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 19.2px */
}
.mapblock-project-item-coount{

	display: flex;
	align-items: center;
	justify-content: center;

	color: #000;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 16px */

	border-radius: 100%;
	background: #B9D8FF;

	width: 20px;
	height: 20px;
}

.dialog{
	top: 10%;
	box-sizing: border-box;
	width: calc(51% - 46px);
	left: 50%;
	padding: 20px 0px;
	border-radius: 20px;
	overflow: auto;
	max-height: 100%;
	height: 65%;
}



.dialog__close{
	position: absolute;
	right: 49px;
	top: 41px;
	width: 20px;
	height: 20px;
}

.close{
	position: fixed;
}

.dialog__close::before{
	content: '';
	position: absolute;
	width: 26px;
	height: 2px;
	background-color: #000;
	transform-origin:center;
	transform: rotate(-45deg);
	top: 10px;
	left: -3px;
}
.dialog__close::after{
	content: '';
	position: absolute;
	width: 26px;
	height: 2px;
	background-color: #000;
	transform-origin:center;
	transform: rotate(45deg);
	top: 10px;
	left: -3px;
}


.dialog__list-item-card{
	display: flex;
	flex-direction: column;
	padding: 16px;
	box-shadow: 0px 4px 24px #00000027;
	border-radius: 20px;
}

.dialog__list{
	position: relative;
	list-style: none;
	padding: 0;
}

.dialog .ps__rail-y{
	background-color: transparent !important;
	opacity: 1 !important;

}

.dialog .ps__thumb-y{
	background-color: #D9D9D9 !important;
	width: 6px !important;
	right: 27px  !important;
	opacity: 1 !important;
}


.dialog__list-item-card-place{
	position: relative;

	margin-top: 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	padding-left: 19px;
}

.dialog__list-item-card-place::before{
	content: '';
	position: absolute;
	width: 15px;
	height: 11px;
	background: url(../image/mark.png) no-repeat center/contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dialog__list-item-card-title{
	font-size: 18px;
	font-weight: 800;
	margin: 8px 0;
}

.dialog__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	padding-left: 37px;
	padding-bottom: 19px;
}

.dialog__container{
	border-bottom: 1px solid #0000001f;
}


.dialog__list-item-card-text{
	font-size: 13px;
	font-weight: 400;
}

.dialog__list-item-card-button{
	background: transparent;
	color:#3F69FF ;
	border: 1px solid #3F69FF;
	padding: 12px 0;
	margin-top: 24px;
	border-radius: 5px;
}

.cursor{
	display: none;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: max-content;
	margin: 0 auto;
}

.cursor__image-container{
	position: relative;
}

.cursor__image-container::after{
	content: '';
	position: absolute;
	width: 29px;
	height: 20px;
	background: url(/image/line-left.png) no-repeat center/contain;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
}

.cursor__image-container::before{
	content: '';
	position: absolute;
	width: 29px;
	height: 20px;
	background: url(/image/line-right.png) no-repeat center/contain;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
}


@media (max-width:1200px){

	.mapblock-scroll-wrapper{
		position: absolute;
		left: 0px;
		top: 12%;
		width: 100%;
		max-width: 294px;
		height: 21px;
		z-index: 200;
		padding: 30px;
	}
	.mapblock-container-scroll{
		position: absolute;
		width: 100%;
		height: 21px;
		left: 30px;
		background: white;
		max-width: 294px;
		border-radius: 20px;
		z-index: 200;

		box-sizing: border-box;
		padding: 2px;

		box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.10);
	}

	.mapblock-container-scroll-bullet{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 116px;
		height: 17px;
		background-color: #3F69FF;
		border-radius: 20px;
		z-index: 200;
	}

	.dialog__list{
		grid-template-columns: 100%;
	}
}

@media(max-width:940px){
	.dialog{
		width: 100%;
		left: 50%;
		height: 80%;
		transform: translateX(-50%);
		top: 10%;
	}
	.dialog__title{
		max-width: 202px;
	}
}

@media(max-width:720px){
	.cursor{
		display: flex;
	}
	.reviews__title{
		margin-bottom: 60px;
	}
}


.map-page{
	position: relative;
	padding-bottom: 40px;
}
.dialog-projects-on-map{
	position: absolute;
	right: 40px;

	width: 50%;
	max-width: 680px;

	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding: 20px 10px;
	height: 100%;
	top: 0px;

	clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
	opacity: 0;
	transition: clip-path 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s;
	z-index: 1000;

}
.dialog-projects-on-map.one-item{
	width: 25%;
	width: auto;
	height: auto;
	width: 380px;
}
.dialog-projects-on-map.two-item{
	width: 690px;
	max-width: 690px;
}
.dialog-projects-on-map.one-item .dialog__list__item{
	width: 100%;
}

@media(max-width:1280px){


	.dialog-projects-on-map.one-item{
		/*width: 100%;*/
	}

	.map-page{
		margin-bottom: 0px;
	}

	.dialog-projects-on-map{

		width: 100%;
		right: 0px;

	}

}
@media(max-width:768px){

	.dialog-projects-on-map.one-item{
		width: 100%;
	}

}

.dialog-projects-on-map.open{
	opacity: 1;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.dialog__list{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.dialog__list-title{
	color: #000;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 38.4px */

	margin-bottom: 40px;

	display: inline-block;
	width: 100%;

	padding: 0 30px;
	position: relative;
	padding-right: 80px;
}
.dialog__list-title span{
	box-sizing: border-box;
}
.dialog__list-title .popup__close{
	position: absolute;
	top: 0px;
	right: 10px;
}
.dialog__list-block-props{
	height: calc(100% - 70px);
	position: relative;

	padding: 0 22px;
}
.dialog__list-block-props .ps__rail-y{
	/*right: -30px !important;*/
}
.dialog__list-block-props-container{
	display: flex;
	flex-wrap: wrap;
}
.dialog__list__item{
	box-sizing: border-box;
	padding: 0 8px;
	width: 50%;
	margin-bottom: 16px;
	max-width: 312px;
}
.dialog__list__item .dialog__list__item-container{
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	padding: 16px;
	height: 100%;

	display: flex;
	flex-direction: column;
}
.dialog__list__item-picture{

}
.dialog__list__item-picture img{
	width: 100%;
	border-radius: 8px;
}
.dialog__list__item-content{
	height: 100%;
}
.dialog__list__item-content-container{
	position: relative;
	box-sizing: border-box;
	padding-bottom: 66px;
	display: inline-block;
	height: 100%;
}
.dialog__list__item-city{
	display: flex;
	gap: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.dialog__list__item-name{
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 127%; /* 22.86px */
	margin-bottom: 8px;
}
.dialog__list__item-text{
	color: var(--Gray-lit, #525252);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.dialog__list__item-btn{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.dialog__list__item-btn a{
	display: inline-block;
	width: 100%;
	height: 42px;

	color: #3F69FF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;

	line-height: 100%; /* 14px */

	text-align: center;
	padding: 0px;
	line-height: 42px;

	text-transform: none;
}

@media(max-width:720px){
	.dialog-projects-on-map{
		padding-bottom: 0px;
	}
	.dialog__list-block-props{
		padding: 0 8px;
		height: calc(100% - 51px);
	}
	.dialog__list__item{
		width: 100%;
		padding: 0px;
		max-width: unset;
	}
	.dialog__list-title{
		margin-bottom: 13px;
	}
	.mapblock-container-scroll{
		max-width: calc(100% - 60px);
	}


	.dialog-projects-on-map.one-item{
		width: 100%;
		height: 100%;
		bottom: 0;
		top: auto;
	}
	.dialog-projects-on-map.two-item{
		width: 100%;
		height: 100%;
		bottom: 0;
		top: auto;
	}

}
