* {
	font-family: Tahoma, Verdana, Geneva CY, sans-serif;
}

.contacts-st-container {}

.contacts-st-map {}

.contacts-st-content {}

.contacts-st-content-header {
	margin: 30px 0 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f2f2f2;
	font-weight: bold;
}

.contacts-st-column {
	text-align: left;
	padding: 0 20px;
}

.contacts-st-first-column {
	width: 45%;
	padding-left: 0;
}

.contacts-st-central-column {
	width: 30%;
}

.contacts-st-last-column {
	width: 25%;
}

.contacts-st-column a {
	color: #000;
	text-decoration: none;
}

.contacts-st-row {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #e5e5e5;
}

@media (max-width:1150px) {
	.contacts-st-content-header {
		display: none;
	}

	.contacts-st-first-column {
		font-weight: bold;
		padding-left: 20px;
	}

	.contacts-st-first-column,
	.contacts-st-central-column,
	.contacts-st-last-column {
		width: 100%;
	}

	.contacts-st-column {
		margin-bottom: 15px;
	}

	.contacts-st-row {
		padding: 15px 20px;
		display: flex;
		align-items: start;
		flex-direction: column;

	}
}


/* for lizing-page */
.lizing-wrapper {}

.lizing-row {
	display: flex;
	gap: 30px;
	margin: 25px 0;
}

.lizing-column {}

.lizing-image {
	width: 20%;
}

.lizing-image img {
	max-width: 100%;
}

.lizing-content {
	width: 80%;
}

@media (max-width:768px){
	.lizing-row{
		flex-direction: column;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
		gap: 5;
	}

	.lizing-image {
		width: 100%;
	}

	.lizing-content {
		width: 100%;
	}
}




/* Start:/local/css/new-contacts-style.css?17116044831232*/
/* *{
	font-family: Tahoma, Verdana, Geneva CY, sans-serif;
}


.contacts-st-content{
	display: grid;
	grid-template-columns: 45% 30% 20%;
}
.contacts-st-container { }
.contacts-st-map { }
.contacts-st-content { }
.contacts-st-content-header {
	margin: 30px 0 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f2f2f2;
	font-weight: bold;
 } 
.contacts-st-column { 
   text-align:left;
	padding: 15px 20px;
	border-bottom: 1px dashed #e5e5e5;
}

.contacts-st-first-column{
	padding-left: 0;
}
.contacts-st-central-column{

}
.contacts-st-last-column{
	
}
.contacts-st-column a{
	color: #000;
	text-decoration: none;
	
}
.contacts-st-row { 
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #e5e5e5;
}

@media (max-width:768px){
	.contacts-st-content-header {
display: none;
	 } 
	 .contacts-st-first-column{
		font-weight: bold;
		padding-left: 20px;
	 }

	.contacts-st-first-column,
	.contacts-st-central-column,
	.contacts-st-last-column{
	    width: 100%;
	}

	.contacts-st-column { 
		margin-bottom: 15px;
	}

	.contacts-st-row { 
		padding: 15px 20px;
		display: flex;
		align-items: start;
		flex-direction: column;
		
	}
}
.grid-column{
	grid-row: span 8;
	align-self: center;
	border-bottom: 0;
	line-height: 2;
} */

/* End */