

/*************************************************************************

                             
                       C O N T A C T S   P A G E


*************************************************************************/


/*************************************************************************

                              B A S I C S

*************************************************************************/


.contacts-page{}

.contacts-page .content{
	border-top: 1px solid #e6e6e6;
	padding-top: 55px;
}

@media (max-width: 640px){

.contacts-page .content{
	padding-top: 30px;
}

}

.contacts-page .content .top-section{
	padding-bottom: 85px;
}

@media (max-width: 640px){

.contacts-page .content .top-section{
	padding-bottom: 45px;
}

}



/*************************************************************************

                              H E A D E R

*************************************************************************/


.contacts-page .content .content-header{
	content: 'Контакты';
	display: block;
	font-size: 48px;
	line-height: 1.2em;
}

@media (max-width: 640px){

.contacts-page .content .content-header{
	font-size: 36px;
	line-height: 1.2em;
}

}



/*************************************************************************

                             A D D R E S S

*************************************************************************/


.contacts-page .content .address{
	margin-top: 30px;
}

@media (max-width: 640px){

.contacts-page .content .address{
	margin-top: 25px;
}

}

.contacts-page .content .address b{
	font-family: MuseoSansCyrl700;
}

.contacts-page .content .address>*{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	/*max-width: 380px;*/
	font-size: 14px;
	line-height: 21px;
}

@media (max-width: 640px){

.contacts-page .content .address>*{
	display: block;
	max-width: initial;
	font-size: 16px;
	line-height: 24px;
}

.contacts-page .content .address>*+*{
	margin-top: 30px;
}

}


@media (max-width: 1024px){

.contacts-page .content .address>*.fact{
	width: 60%;
}

.contacts-page .content .address>*.legal{
	width: 40%;
}

}


@media (max-width: 840px){

.contacts-page .content .address>*.fact{
	width: calc(50% - 20px);
}

.contacts-page .content .address>*.legal{
	width: calc(50% - 20px);
	padding-left: 40px;
}

}


@media (max-width: 640px){

.contacts-page .content .address>*.fact{
	width: auto;
}

.contacts-page .content .address>*.legal{
	width: auto;
	padding-left: 0;
}

}


	.contacts-page .content .address>*:before{
		display: block;
		font-family: MuseoSansCyrl700;
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 20px;
	}

@media (max-width: 640px){

	.contacts-page .content .address>*:before{
		padding-bottom: 5px;
	}

}

	.contacts-page .content .address>*.fact:before{
		content: 'Фактический адрес:';
	}

	.contacts-page .content .address>*.fact>*{
		position: relative;
		box-sizing: border-box;
		padding-left: 30px;
		min-height: 35px;
		/*font-size: 14px;*/
	}

	.contacts-page .content .address>*.fact>*+*{
		margin-top: 10px;
	}

		.contacts-page .content .address>*.fact>*:before{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 2px;
			height: 35px;
			width: 30px;
			background-repeat: no-repeat;
			background-position: left top;
			background-size: contain;
		}

	@media (max-width: 640px){

		.contacts-page .content .address>*.fact>*:before{
			top: 4px;
		}

	}
		.contacts-page .content .address>*.fact>*.location:before{
			background-image: url(../img/address.svg);
			background-size: 14px auto;
		}

		.contacts-page .content .address>*.fact>*.phone:before{
			background-image: url(../img/phone.svg);
			background-size: 14px auto;
		}

		.contacts-page .content .address>*.fact>*.email:before{
			background-image: url(../img/email.svg);
			background-size: 21px auto;
		}

	.contacts-page .content .address>*.legal:before{
		content: 'Юридический адрес:';
	}


/*************************************************************************

                           W O R K   T I M E

*************************************************************************/


.contacts-page .content .address>*.fact>.work-time{
	margin-top: 5px;
	width: 50%;
	padding-left: 0;
}

@media (max-width: 640px){

.contacts-page .content .address>*.fact>.work-time{
	margin-top: 15px;
}

}

.contacts-page .content .address>*.fact>.work-time:before{
	content: 'Время работы:';
	display: block;
	position: relative;
	font-family: MuseoSansCyrl700;
	font-size: 18px;
	line-height: 28px;
	width: auto;
	height: auto;
	padding-bottom: 15px;
}

@media (max-width: 640px){

.contacts-page .content .address>*.fact>.work-time:before{
	padding-bottom: 10px;
}

}



/*************************************************************************

                                M A P

*************************************************************************/


.contacts-page .content .map{
	height: 23.47vw;
	background: #ddd;
}

@media (max-width: 640px){

.contacts-page .content .map{
	height: 100vw;
}

}



/*************************************************************************

                              F O O T E R

*************************************************************************/


/*.contacts-page .page-footer{}

.contacts-page .page-footer>*{}

@media (max-width: 640px){

.contacts-page .page-footer>*{
	padding-top: 60px;
}

}


*/