.contacts-page-decoration-1 {
	position: absolute;
	left: 7px;
	top: 0px;
	width: 100px;
	height: 95px;
	background: url('images/decoration-1.png');
}
.contacts-page-decoration-2 {
	position: absolute;
	right: 7px;
	top: 0px;
	width: 100px;
	height: 95px;
	background: url('images/decoration-2.png');
}
.contacts-page-decoration-3 {
	position: absolute;
	right: 7px;
	bottom: 0px;
	width: 90px;
	height: 100px;
	background: url('images/decoration-3.png');
}
.contacts-page-decoration-4 {
	position: absolute;
	left: 7px;
	bottom: 0px;
	width: 90px;
	height: 100px;
	background: url('images/decoration-4.png');
}
.contacts-page-info-telephone {
	position: absolute;
	left: 32px;
	top: 120px;
	font: normal 22px 'Corsiva';
	color: #ffcc00;
}
.contacts-page-info-telephone-number {
	position: absolute;
	top: 148px;
	left: 65px;
	font: normal 20px;
	color: white;
}
.contacts-page-info-telephone-icons {
	position: absolute;
	width: 40px;
	height:40px;
	top: 144px;
	left: 28px;
	background: url('images/icons-telephone.png');
}
.contacts-page-info-work {
	position: absolute;
	top: 120px;
	left: 293px;
	font: normal 22px 'Corsiva';
	color: #ffcc00;
}
.contacts-page-info-work-time {
	position: absolute;
	top: 157px;
	left: 335px;
	font: normal 20px;
	color: white;
}
.contacts-page-info-time-icons {
	position: absolute;
	width: 43px;
	height: 46px;
	top: 145px;
	left: 290px;
	background: url('images/icons-time.png');
}
.contacts-page-info-adress {
	position: absolute;
	top: 120px;
	right: 165px;
	font: normal 22px 'Corsiva';
	color: #ffcc00;
}
.contacts-page-info-adress-number {
	position: absolute;
	top: 155px;
	right: 72px;
	font: normal 20px;
	color: white;
}
.contacts-page-info-adress-icons {
	position: absolute;
	width: 43px;
	height: 46px;
	top: 138px;
	right: 284px;
	background: url('images/icons-house.png');
}
.contacts-page-butterfly-1 {
	position: absolute;
	right: 241px;
	top: 51px;
	width: 46px;
	height: 49px;
	background: url('images/butterfly-1.png');
}
.contacts-page-butterfly-2 {
	position: absolute;
	right: 50px;
	top: 530px;
	width: 49px;
	height: 38px;
	background: url('images/butterfly-2.png');
}
.contacts-page-line {
	position: absolute;
	width: 648px;
	height: 7px;
	top: 544px;
	left: 102px;
	background: url('images/contacts-page-line.png');
}
.contacts-page-blok {
	position: relative;
    width: 840px;
	height: 321px;
	left: 10px;
    background: rgba(0, 0, 0, 0.1);
    top: 105px;
}
.contacts-page-map-info-1 {
	position: absolute;
	top: 5px;
	left: 17px;
	font: normal 22px 'Corsiva';
	color: #ffcc00;
}
.contacts-page-map-info-2 {
	position: absolute;
	top: 5px;
	right: 109px;
	font: normal 22px 'Corsiva';
	color: #ffcc00;
}
.contacts-page-map {
	position: absolute;
	top: 36px;
	left: 6px;
	border: 5px solid #a4a49c;
	border-radius: 3px;
}
.contacts-page-feedback {
	position: absolute;
    width: 336px;
	height: 268px;
	right: 6px;
    background: rgba(153, 153, 153, 0.3);
    top: 36px;
	border: 5px solid rgba(53, 52, 80, 0.5);
	border-radius: 3px;
}
.contacts-page-feedback-content {
	padding: 12px 19px 0 19px;
}
.contacts-page-feedback-field {
	background-color: rgba(53, 52, 80, 0.7);
	border: 1px solid rgba(53, 52, 80, 0.7);
	outline: none;
	text-align: center;
	color: #bbbabe;
	width: 100%;
	height: 25px;
	border-radius: 6px;
}
.contacts-page-feedback-field-with-error {
	border: 1px solid red;
}
.contacts-page-feedback-name {
	height: 23px;
}
.contacts-page-feedback-phone {
	height: 23px;
	margin-top: 9px;
}
.contacts-page-feedback-email {
	height: 23px;
	margin-top: 9px;
}
.contacts-page-feedback-text {
	height: 98px;
	margin-top: 9px;
	resize: none;
}
.contacts-page-feedbac-submit-buttom {
	width: 150px;
	height: 19px;
	line-height: 19px;
	margin: 9px auto 0 auto;
	background-color: black;
	cursor: pointer;
	color: white;
	text-align: center;
	transition: background-color 0.3s ease;
}
.contacts-page-feedbac-submit-buttom:hover {
	background-color: #1d1b1d;
}












































