.contacts-header {
	text-align: center;
	font-weight: normal;
	margin: 30px 0;
}
.collection-links {
	width: 17%;
	height: auto;
	position: fixed;
	z-index: 5;
	top:230px;
	right: 0;
	font-size: 12px;
	background-color: rgba(255,255,255, .7);
	font-family: 'Verdana';
	line-height: 1.2;
}
.collection-link-text {
	margin: 15px;
}
.collection-link-text a {
	color: #000;
	text-decoration: none;
	text-transform:  uppercase;
}
.collection-link-text .outer {
	display: block;
	margin: 10px;
	cursor: pointer;
}
.collection-link-text .outer:hover .inner{
	border-bottom: 2px solid #9eb948;
}
.collection-txt .title {
	color: #fff;
}
.full-contacts-map {
	width: 100%;
	 height: 70%;
	 min-height: 600px;
}
.map-descs {
	width: 95%;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
}

.map-desc {
	font-family: 'Verdana';
	font-size: 14px;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 50px;
}
.map-desc-header {
	text-indent: -25px;
	text-transform: uppercase;
	margin: 40px 0 20px 0;
}
.icon {
	background-image: url(/images/contacts/m2.png);
	width: 15px;
	height: 20px;
	display: inline-block;
	margin-right: 10px; 
}
.map-desc-phone {
	margin: 20px 0; 
}
.print-scheme {
	margin: 20px 0 60px 0;
}
.print-scheme a {
	color: #9eb948;
}
.form-cont {
	position: relative;
	z-index: 1;
	background-image: url(/images/ord.jpg);
}
.form-text {
	color: #000;
	width: 40%;
	text-align: center;
	font-size: 30px;
	font-family: 'Europe Normal';
	line-height: 1.3;
	margin: 0 auto;
	padding: 3% 0;
	
}
.form-text span{
	display: block;
}
.form-text .form-header {
	font-size: 60px;
}
.form-text .form-main-txt {
	margin-top: 20px; 
	font-size: 18px;
}
.form-cont .form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: none;
	color: #000;
	line-height: 1.2;
	font-size: 12px;
	height: 340px;
	border: 2px solid #fff;
	background: url(/images/designers/bgtable-white.png);
}
.form-cont label {
	font-size: 12px;
}
.form-cont .right textarea {
	width: 250px!important;
	height: 180px !important;
}
.form-cont input {
	display: inline-block;
}
.form-cont .form .field-message {
	width: 500px;
}
.form-cont .form .field-message label{
	margin: 0;
}
.form .field-phone .right {
	margin-left: 15px; 
}
.form .field-company .right { 
	margin-left: 15px; 
}
.form-cont .form input[type="submit"] {
	left: 663px;
	top: 195px;
}
.form-cont .form-txt {
	top: 255px;
	left: 533px;
	font-size: 12px;
}
.ajax-ok-order_contacts {
	color: #000;
	position: relative;
	width: 50%;
	margin: 0 auto;
	line-height: 1.2;
}
.ajax-ok-order_contacts .close_b {
	right: 10px;
	top: 5px;
}
.fix {
	height: 25px;
}
@media screen and (max-width: 1300px) {
	.form-cont .right textarea {
		width: 390px!important;
		height: 200px !important;
	}
	.form-cont .form {
		width: 40%;
		height: auto;

	}
}	
@media screen and (max-width: 1100px) {
	.collection-links {
		display: none;
	}
	.map-desc {
		width: 49%;
		padding-left: 10%;
	}
	.form-text {
		width: 70%;
		font-size: 20px;
		margin: 0 auto;
	}
	.form-cont .form {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.map-desc {
		width: 100%;
		padding-left: 10%;
		margin-bottom:40px;
		padding-top:0 !important;
	}
	.map-desc-header{
		margin-top:20px;
	}
	.print-scheme{
		margin-bottom:0;
	}
	.form-cont .form  {
		width: 65%;
	}
	.form-cont .form .field-message {
		width: auto;
	}
	.form-text {
		color: #fff;
		width: 70%;
		font-size: 20px;
		margin: 0 auto;
	}
	.form-cont .right textarea {
		width: 285px!important;
		height: 200px !important;
	}
}
