div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.ipoteka_on_banner {
	position: absolute;
	z-index: 8;
	background-color: #007A66;
	bottom: 38px;
	font-size: 36px;
	padding: 12px;
	color: #ffffffeb;
}

.banner_block{
	position: relative;
	width: 53%;
}

.project-preview__gallery {
	height: 100%;
	width: 100% !important;
}

.page_payment_method h2 {
		color: #fff;
}

.lovelas {
	display: flex;
	justify-content: space-between;
	background-color: #007A66;
	padding: 4.7% 6.5%;
	border-radius: 6px;
	color: white;
	margin-bottom: 65px;
}

.title_lovelas {
	font-family: Roboto;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 0%;


}

.select_lovelas {
	display: flex;
	padding: 21px 25px;
	width: 344px;
	justify-content: space-between;
	border: 1px solid #ffffff33;
	border-radius: 7px;
	cursor: pointer;
}

.item_lovelas {
	position: relative;
}

.values_lovelas {
	position: absolute;
	width: 100%;
	max-width: 393px;
	background-color: white;
	color: var(--text-clr);
	padding: 21px 0;
	border-radius: 7px;
	border: 1px solid #ffffff33;
	margin-top: 5px;
	z-index: 999;
	overflow-y: auto;
	height: 1px;
	opacity: 0;

}

.item_lovelas_select {
	
	font-weight: 600;
	cursor: pointer;
	transition: all .1s linear;
	padding: 7px 25px;

}

.item_lovelas_select:hover {
	color: #ffffff;
	background-color: #007a66;
}