/** All **/
.banner-block{
	color: #000;
	font-size: 14px;
}
/** End All **/

/** Form **/
.form1 p{
	margin-bottom: 10px;
}
.form1 .privacy-block{
	margin-bottom: 20px;
	font-size: 12px;
	text-align: justify;
}
.form1 input[type="submit"]{
	background-color: #f31961;
	color: #fff;
}
.form1 .submit-block{
	text-align: center;
}
/** End Form **/

/** Header **/
#cr_version_link{
	font-family: Roboto !important;
	font-size: 14px !important;
}
.mail-head{
	color: #ffffff !important;
	font-size: 14px;
}
.mail-head:hover, .mail-head:active, .mail-head:focus{
	color: rgba(255,255,255,.9) !important;
}
/** End Header **/

/** Footer **/
.ftr{
	font-size: 14px;
}
.instagram-widget .clear a{
    color: #fff;
    font-weight: 400;
	letter-spacing: 1px;
}
.cntct{
	margin-bottom: 15px;
	border-bottom: 1px solid #464646;
	padding-bottom: 15px;
}
.cntct1{
	margin-bottom: 10px;
}
.cntct2{
	margin-bottom: 10px;
	font-size: 14px;
}
.block-soc1{
	margin-top: 30px;
	padding-bottom: 15px;
}
.block-soc1 a{
	margin-right: 5px;
	color: #ffffff !important;
	border-radius: 50%;
}
.block-soc1 .block-soc1-inst{
	font-size: 18px;
	background: #f31961;
	padding: 9px 12px;
}
.block-soc1 .block-soc1-vk{
	font-size: 18px;
	background: #5282b9;
	padding: 9px 9px;
}
.block-soc1 .block-soc1-fb{
	font-size: 18px;
	background: #3b569d;
	padding: 9px 14px;
}
.block-soc1 .block-soc1-ok{
	font-size: 18px;
	background: #f38835;
	padding: 9px 14px;
}
/** End Footer **/

/** Map **/
.ya-map-block{
	position: absolute;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.22);
	padding: 30px;
	top: 85px;
	left: 110px;
	width: 100%;
	max-width: 300px;
}
.ya-map-block-txt1{
	color: #757474;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: Lato;
	line-height: 1.4;
	display: block;
}
.ya-map-block h4{
	font-family: Lato;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.ya-map-block-txt2{
	margin-bottom: 12px;
	font-family: Lato;
	line-height: 1.4;
	display: block;
}
.ya-map-block-txt3{
	margin-bottom: 0px;
	font-family: Lato;
	line-height: 1.4;
}
.ya-map-block-txt3 a{
	text-transform: uppercase;
	border-bottom: 1px solid;
	font-size: 14px;
}
/** End Map **/

@media (max-width: 768px) {
.ya-map-block{
	top: 10px;
	left: 10px;
}
.ya-map-block-txt1, .ya-map-block-txt2{
	display: none;
}
}