.page-contacts{
	display:block;
	width:100%;
}
h1{
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
h2{
	font-size: 24px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin:0px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.block-background-brown{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #c78c66, #e2b287);
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-background-white{
	display:block;
	width:100%;
	background:#fff;
}
.block-main{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.block-h1-bread{
	display: block;
	width: 100%;
	padding: 50px 0px;
	box-sizing: border-box;
}
.block-svyaz-items{
	display:flex;
	width:100%;
	padding:50px 0px;
	box-sizing:border-box;
}
.block-svyaz-item{
	display:block;
	width:100%;
	padding: 10px 0px;
	box-sizing: border-box;
}
.block-svyaz-item a{
	text-decoration: none;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.block-svyaz-item a:hover{
	text-decoration:none;
}
.block-svyaz-item a img{
	width:100%;
	max-width:30px;
}
.block-svyaz-item-name{
	display: block;
	flex-basis: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding-top: 5px;
	box-sizing: border-box;
}
.bsi-one{
	background: linear-gradient(70deg, #1E3139, #2f4d59);
}
.bsi-two{
	background: linear-gradient(70deg, #446771, #527d89);
}
.bsi-three{
	background: linear-gradient(70deg, #97B9BD, #a5cbcf);
}
.block-adres-lic{
	display: block;
	width: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.block-adres-lic-label{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-adres-lic-name{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	padding: 10px 0px 30px 0px;
	box-sizing: border-box;
}
#map{
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}
.ymaps-2-1-74-map{
    height:500px !important;
}
.block-contact-form-zag{
	display:block;
	width:100%;
	background: linear-gradient(70deg, #446771, #527d89);
}
.block-contact-form-zag h2{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	padding: 50px 0px 150px 0px;
	box-sizing: border-box;
}
.block-contact-form{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	top: -100px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.block-contact-form-left{
	display: block;
	width: 100%;
	flex-basis: 50%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.block-contact-form-left p{
	margin: 0px;
	line-height: 32px;
	font-weight: 300;
}
.block-contact-form-left-items{
	display: block;
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-img{
	display:block;
}
.block-contact-form-left-items-item-img img{
	width: auto;
	max-width: 100px;
}
.block-contact-form-left-items-item-meta{
	display: block;
	padding-left: 20px;
	box-sizing: border-box;
}
.block-contact-form-left-items-item-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-left-items-item-meta-info{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
	box-sizing: border-box;
}
.block-contact-form-right{
	display: block;
	width: 100%;
	flex-basis: 50%;
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}
.block-contact-form-right .screen-reader-response{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.block-contact-form-right .screen-reader-response ul{
	display:none;
}
.block-contact-form-right form input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #446771;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.block-contact-form-right form input[type="submit"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(70deg, #446771, #527d89);
	cursor: pointer;
	transition: 0.2s;
}
.block-contact-form-right form input[type="submit"]:hover{
	transition: 0.2s;
	background: linear-gradient(70deg, #c78c66, #f8c698);
}
.block-contact-form-right .wpcf7-response-output{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
@media (max-width: 600px){
	.block-contact-form-left{
		flex-basis: 100%;
	}
	.block-contact-form-right{
		flex-basis: 100%;
	}
}