section.grey
{
background:#f4f4f4;
}
section.wide_block
{
padding: 35px 0 25px;
}
section.wide_block h2
{
text-align: center;
}
.group_img
{
height: 60px;
}
 .properties-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(450px, 100%), 1fr));
    gap: 1rem 3rem;
}

 .properties-items  .property {
    display: grid;
    grid-template-columns: auto 1fr 200px;
    align-items: end;
    gap: 1rem;
}
.fastgallery.gallery .fastgallery-gallery-icon {
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
	height:100%;
	 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#gallery-1.fastgallery.gallery.fg_style3 .fg_zoom{
		-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
 	flex-shrink: 0;
}
#gallery-1.fastgallery  .fg-gallery-caption{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
 	flex-grow: 1;
		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
	 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
 #gallery-1.fastgallery  .fg-gallery-caption > div{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
		-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
 	flex-grow: 1;
		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
 	flex-direction: column;
	 	 -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}