/*
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p, p *, ul, il *, ol, ol *, table, table *, div, div * {
	font-family: 'Fira Sans', sans-serif;
}
*/

#body .section {
	padding: 0px 0px 0px 0px;
}
#body .section .list_page {
	padding: 0px 0px 0px 0px;
}
#body .section .fon0 {
}
#body .section .fon0 .page {
}
#body .section .fon0 .list_page:nth-child(2) {
	padding: 50px 0px;
}
#body .section .fon0 .list_page:nth-child(3) {
	padding: 50px 0px;
}


#body .section#n00 {
	z-index: 10;
}
#body .section#n00 .fon0 .list_page {
	padding-bottom: 80px;
}
/*
#body .section#n00 .fon0 .list_page:nth-child(1) {
	width: 65%;
}
#body .section#n00 .fon0 .list_page:nth-child(2) {
	width: 35%;
}
*/
#body .section#n00 .fon1 .list_page {
	padding-top: 0px;
	padding-bottom: 15px;
}


/*
#body .section#n01 {
	padding-top: 65px;
}
*/
#body .section#n01>.bg {
	top: -90px;
}
#body .section#n01 .fon0 .list_page {
	padding-bottom: 0px;
}
#body .section#n01 .fon0 .list_page:nth-child(2) {
	flex-basis: 45%;
}
#body .section#n01 .fon0 .list_page:nth-child(3) {
	flex-basis: 55%;
}



#body .section#n02 .bg {
	bottom: -130px !important;
}
#body .section#n02 .fon0 .list_page {
	padding-top: 160px;
}



#body .section#n03 .fon0 .list_page:nth-child(2) {
	/* padding-top: 210px; */
	/*flex-basis: 665px;*/
}
#body .section#n03 .fon0 .list_page:nth-child(2) {
}
#body .section#n03 .fon1 .list_page {
	padding-top: 0px;
}










#block_footer {
	min-height: 205px;
	color: #808080;
}
#block_footer * {
	color: #808080;
	font-size: 16px;
	line-height: 120%;
}
#block_footer .page {
	padding: 30px 0px;
}



/* ------------------------- Р‘Р»РѕРє С€Р°РїРєРё ------------------------- */
#block_header {
	position: fixed;
	top: 0px;
	padding-bottom: 0px;
	z-index: 59;
	background: white;
	border-bottom: none;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,.5);
}
/* ------------------------- Р‘Р»РѕРє СЃ С„РѕСЂРјРѕР№ РѕР±СЂР°С‚РЅРѕР№ СЃРІСЏР·Рё ------------------------- */
#block_form {
	/*padding-bottom: 90px !important;*/
}
#block_form .page {
	max-width: 600px;
}
#block_form>.bg {
	top: -70px;
}
#block_form .fon0 .list_page:nth-child(1) {
	padding: 10px 0px;
}
#block_form .fon0 .list_page:nth-child(2) {
	width: 45%;
	padding: 10px 0px;
}
#block_form h1 {
	text-align: center;
	margin-bottom: 30px;
}
#block_form p {
	text-align: center;
}
#block_form table {
	margin: 0px -5px;
}
.col0 input,
.col0 textarea {
	width: 287px;
}
.narrow .col1 input:not([type=checkbox]):not([type=radio]),
.narrow .col1 textarea {
	width: 417px;
}
.narrow .col2 input,
.narrow .col2 textarea {
	width: 193px;
}
.form input[type=submit],
.form_1 input[type=submit]{
	padding: 10px;
	width: 150px;
	float: right;
}
.form input[type=text],
.form textarea,
.form_1 input[type=text],
.form_1 textarea {
	color: white;
	padding: 10px !important;
	border: none;
	border-radius: 5px;
	background: rgba(0,0,0,0.5) repeat 0px 0px;
}
.form1 input:not([type=submit]),
.form1 textarea {
	padding: 7px 15px 7px 50px !important;
	border-radius: 19px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	color: white !important;
}
.form1 input[type=submit] {
	padding: 7px 15px 7px 50px !important;
	border-radius: 27px;
	box-sizing: border-box;
	color: white;
	font-size: inherit;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	background: #cc0b0b;
	border: none !important;
	cursor: pointer;
}
.form1 .input_icon:before {
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
	top: 12px;
	left: 25px;
	font-family: 'Material Icons';
	color: white;
}
.form1 .input_icon:before {
	content: 'message';
}
.form1 .input_icon.name:before {
	content: 'person';
}
.form1 .input_icon.email:before {
	content: 'mail';
}
.form1 .input_icon.phone:before {
	content: 'phone';
}
.form1 .input_icon.org:before {
	content: 'account_balance';
}
.form1 .input_icon.web:before {
	content: 'desktop_windows';
}
.form1 .input_icon.business:before {
	content: 'business';
}

form ::-webkit-input-placeholder {
	opacity: 1; transition: opacity 0.3s ease;
	color: white;
	text-overflow:ellipsis;
}
form ::-moz-placeholder {
	opacity: 1; transition: opacity 0.3s ease;
	color: white;
	text-overflow:ellipsis;
}	/* Firefox 19+ */
form :-moz-placeholder {
	opacity: 1; transition: opacity 0.3s ease;
	color: white;
	text-overflow:ellipsis;
}	/* Firefox 18- */
form :-ms-input-placeholder {
	opacity: 1; transition: opacity 0.3s ease;
	color: white;
	text-overflow:ellipsis;
}
form :focus::-webkit-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
form :focus::-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
form :focus:-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
form :focus:-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
/* ------------------------- Р‘Р»РѕРє СЃ РєРѕРЅС‚Р°РєС‚Р°РјРё Рё РєР°СЂС‚РѕР№ ------------------------- */
#block_contacts {
	padding: 0px;
}




#more .pageContent {
	background: url('../uploads/bg01.png') no-repeat 50% 50% white;
	background-size: auto 95%;
}



#block_footer>.bg {
	background-image: url(../uploads/bg06.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto auto;
}