@charset "utf-8";
/* CSS Document */

a:link {
	color: #660066;
	text-decoration: none;
}

.container {
	width: 90%;
	max-width: 1350px; /*максимальная ширина может иметь другое значение*/
	min-width: 750px;
	padding: 10px 10px;
	margin: 10px auto;
	display: block;
}
.header {
	background-image: -webkit-linear-gradient(top,#ffffff,#dad7dc);
	height: 110px;
	padding: 0px;
    margin: 0px 10px 0px 10px;
}
.section {
	float: left;
	margin: 10px;
	padding: 10px;
}
.logo {
	background-image: url(../img/kvartburo_11_.svg);
	height: 70px;
	padding: 10px 10px;
	margin: 10px;
	background-repeat: no-repeat;
	width: 250px;
}
.address {
	height: auto;
	color: #660066;
	text-align: center;
}
.phone {
	height: auto;
	float: left;
	color: #660066;
	clear: right;
}
.message {
	height: auto;
	margin: 0px 10px 0px 10px;
	width: calc(100% - 40px);
	background: #FFFF9F;
}
.main-left {
	height: auto;
	width: calc(50% - 40px);
}
.main-right {
	height: auto;
	float: right;
	width: calc(50% - 40px);
}
.footer {
	height: auto;
	width: calc(100% - 40px);
	background-image: -webkit-linear-gradient(top,#dad7dc,#ffffff);
	color: #660066;
	text-align: right;
}