@charset "utf-8";
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proxima-nova/ProximaNovaRegular.eot');
	src: local('вє'), url('fonts/proxima-nova/ProximaNovaRegular.woff') format('woff'), url('fonts/proxima-nova/ProximaNovaRegular.ttf') format('truetype'), url('fonts/proxima-nova/ProximaNovaRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proxima-nova/ProximaNovaRegularItalic.eot');
	src: local('вє'), url('fonts/proxima-nova/ProximaNovaRegularItalic.woff') format('woff'), url('fonts/proxima-nova/ProximaNovaRegularItalic.ttf') format('truetype'), url('fonts/proxima-nova/ProximaNovaRegularItalic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proxima-nova/ProximaNovaBold.eot');
	src: local('вє'), url('fonts/proxima-nova/ProximaNovaBold.woff') format('woff'), url('fonts/proxima-nova/ProximaNovaBold.ttf') format('truetype'), url('fonts/proxima-nova/ProximaNovaBold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/proxima-nova/ProximaNovaBoldItalic.eot');
	src: local('вє'), url('fonts/proxima-nova/ProximaNovaBoldItalic.woff') format('woff'), url('fonts/proxima-nova/ProximaNovaBoldItalic.ttf') format('truetype'), url('fonts/proxima-nova/ProximaNovaBoldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font: 16px ProximaNova, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	min-width: 1040px;
}
a {
	color: #2c5fd4;
	text-decoration: underline;
	transition: all linear 0.2s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
form, input, select, textarea {
	padding: 0;
	margin: 0;
	outline: medium none;
	resize: none;
}
textarea {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
.button {
	cursor: pointer;
	transition: all linear 0.2s;
}
table {
	border: none;
	border-spacing: 0;
}
td {
	padding: 0;
}
img {
	max-width: 100%;
	border: none;
	height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}
.mceContentBody, .mce-content-body {
	background: #fff;
	color: #000;
}
.content {
	position: relative;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.container:before, .container:after {
	display: block;
	content: '';
	clear: both;
}
.container:before {
	height: 450px;
}
.container:after {
	height: 160px;
}
body>header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 408px;
	min-width: 1040px;
	background: url(img/top.jpg) no-repeat 50% 0;
	background-size: cover;
	z-index: 5;
}
body>header>div {
	height: 408px;
}
.logo {
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -70.5px;
	width: 141px;
	height: 113px;
	display: block;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat 50% 50%;
	background-size: cover;
}
.slogan {
	position: absolute;
	top: 125px;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #fff;
	padding: 0;
	font-size: 20px;
	z-index: 3;
}
.cnt {
	padding: 0;
	margin: 0;
}
.cnt>li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	font-size: 26px;
	font-weight: bold;
	z-index: 4;
}
.cnt>li a {
	color: #fff;
	text-decoration: none;
}
.cnt>li:nth-child(1) {
	top: 68px;
	left: 0;
}
.cnt>li:nth-child(2) {
	top: 68px;
	right: 0;
}
.cnt>li:nth-child(3) {
	top: 105px;
	right: 0;
}
.cnt>li:nth-child(3) a {
	font-size: 18px;
	font-weight: normal;
	color: #fffc00;
	text-decoration: underline;
}
.cnt>li:nth-child(3) a:hover {
	color: #fff;
	text-decoration: none;
}
body>header>div>nav {
	position: absolute;
	top: 191px;
	left: 50%;
	margin-left: -260px;
	width: 100%;
	max-width: 520px;
	height: 58px;
	border-radius: 10px 10px 0 0;
	background: rgba(0,0,0,.8);
	padding: 12px 0 0 0;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
}
body>header>div>nav>ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
body>header>div>nav>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #696969;
}
body>header>div>nav>ul>li:last-child {
	border-right: none;
}
body>header>div>nav>ul>li>a {
	display: block;
	height: 35px;
	padding: 9px 45px 0 45px;
	box-sizing: border-box;
	text-decoration: underline;
	color: #fff;
	text-align: center;
}
body>header>div>nav>ul>li>a:hover {
	color: #fffc00;
	text-decoration: none;
}
.uslugi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 29px 0 27px 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	font-size: 20px;
	font-weight: bold;
	background: #f6f6f6;
}
.uslugi>li {
	position: relative;
	list-style: none;
	padding: 25px 20px 0 187px;
	margin: 0 9px;
	width: 410px;
	height: 102px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	transition: all linear 0.2s;
	box-shadow: 0px 10px 25px 0px rgba(21, 21, 21, 0.1);
}
.uslugi>li:hover {
	background: #fffc00;
}
.uslugi>li>p {
	padding: 0;
	text-decoration: underline;
}
.uslugi>li>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.uslugi>li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
	height: 102px;
}
.container>.whb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 140px;
	max-width: 1040px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 20px 35px 0px rgba(21, 21, 21, 0.1);
	z-index: 3;
}
.container>main {
	position: relative;
	padding: 0 50px;
	max-width: 1040px;
	width: 100%;
	background: #fff;
	z-index: 4;
	box-sizing: border-box;
}
.container>main h1 {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.container>main h2 {
	color: #000;
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.container>main h3 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.tbl {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.tbl>li {
	padding: 10px;
	margin: 0;
	list-style: none;
	width: 32%;
	box-sizing: border-box;
}
.overtable {
	overflow-y: auto;
}
.pages {
}
.pages a {
}
.pages a:hover {
}
.pages span {
}
body>footer {
	position: relative;
	margin-top: -140px;
	height: 140px;
	width: 100%;
	min-width: 1040px;
}
body>footer>div {
	height: 140px;
	color: #737373;
}
.copy {
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.web {
	position: absolute;
	top: 45px;
	right: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.counters {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	display: none;
}
.counters>span:last-child {
	display: none;
}
.validate label.input_error {
	display: none !important;
}
.validate input.input_error, .validate textarea.input_error {
	background: #FFFFD5 !important;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	background: url(img/ui.totop.png) no-repeat left top;
	z-index: 9;
}
#toTopHover {
	background: url(img/ui.totop.png) no-repeat left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}

@media screen and (max-width: 1039px) {
body, body>footer, body>header {
	min-width: 720px;
}
.content {
	max-width: 710px;
}
.slogan {
	font-size: 16px;
}
.uslugi {
	font-size: 16px;
}
.uslugi>li {
	padding: 30px 0px 0 170px;
	width: 330px;
}
.tbl>li {
	width: 48%;
}
}

@media screen and (max-width: 719px) {
body, body>footer, body>header {
	min-width: 320px;
}
.content {
	max-width: 310px;
}
.logo {
	top: -14px;
}
.slogan {
	display: none;
}
.cnt {
	position: absolute;
	top: 60px;
	left: 10%;
	width: 80%;
	text-align: center;
}
.cnt>li {
	text-align: center;
	margin: 0 0 3px 0;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	z-index: 4;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}
.uslugi>li {
	padding: 30px 0px 0 170px;
	width: 300px;
	margin: 0 0 9px 0;
}
.uslugi>li:last-child {
	margin: 0;
}
.copy, .web {
	text-align: center;
	left: 0;
	width: 100%;
}
.web {
	top: 70px;
}
.tbl>li {
	width: 100%;
}
}