body {
	padding-top: 100px !important;
	padding-bottom: 50px !important;
}

.section {
	position: relative;
	width: 100%;
	clear: both;
	background-size: cover;
	/* border-bottom: 1px solid #ccc; */
	/*overflow: hidden;*/
}
.section:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: -1px;
}

.page {
	position: relative;
	max-width: 950px;
	/*min-height: 500px;*/
	margin: 0px auto;
}
.page:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: -1px;
}
#slogan_head {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -132px;
	height: 50px;
	width: 300px;
	font-size: 18px;
	font-family: 'Roboto', 'Ubuntu', sans-serif;
	font-weight: 500;
	color: red;
	text-align: center;
}
#slogan_head>p {
	margin: 0px;
}

.page .list_page {
	position: relative;
	top: 0px;
	bottom: 0px;
	width: 46%;
	min-height: 200px;
	margin-bottom: -1px;
}
.page .list_page:nth-child(even) {
	float: right;
}
.page .list_page:nth-child(odd) {
	float: left;
}
.list_page h4:first-of-type,
.list_page h3:first-of-type,
.list_page h2:first-of-type,
.list_page h1:first-of-type {
	margin-top: 0px;
}
.page .list_page img {
	max-width: 100%;
}





.w_fon {
	background-color: white;
	z-index: 10;
	background: url('../img/w.png') no-repeat 100% 0px;
	background-size: 100% 100%;
}
.w_fon * {
	position: relative;
	z-index: 15;
}
.w_fon:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: -75px;
	bottom: 0px;
	width: 300px;
	background: url('../img/w.png') no-repeat 0% 0%;
	background-size: 100% 100%;
	z-index: 5;
}
.w_fon:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	right: -75px;
	bottom: 0px;
	width: 300px;
	background: url('../img/w.png') no-repeat 100% 0%;
	background-size: 100% 100%;
	z-index: 5;
}





#logo {
	position: relative;
	display: block;
	width: 330px;								/*width: 320px;*/
	height: 0px;
	margin: 15px 0px 15px 0px;
	padding-top: 70px;
	background: url('../img/logo.png') no-repeat 50% 50%;
	background-size: contain;
	text-decoration: none;
	font-weight: 500;
	color: #7cc245;
}
#logo>b {
	position: absolute;
	top: 0px;
	left: 133px;
	font-weight: 500;
	white-space: nowrap;
}
#logo>b>span {
	font-weight: 500;
	color: #1f64a7;
}


#slogan {
	width: 150px;
	position: relative;
	top: 74px;
}
#slogan li {
	font-family: Arial !important;
	width: 150px;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#slogan li.frame_1 {
	color: #4B8AC1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#slogan li.frame_2 {
	color: #FF8040;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -1px;
}


#phons {
	margin-top: 22px;
}
#phons>ul>li {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 300;
}

#menu {
	display: none;
	/*clear: right;*/
	margin-top: 67px;
	margin-right: 50px;
}
#menu * {
	font-size: 16px;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	color: #33a0d8;
}
#menu .active>a {
	color: black !important;
}




.b_border {
	border: 5px solid #33a0d8;
	border-radius: 10px;
	padding: 20px 10px;
}
.b_fon {
	background: #33a0d8;
	border-radius: 5px;
	padding: 20px 30px;
	color: white;
	margin-top: 5px;
}
.b_fon * {
	color: white;
}
.b_fon h3 {
	margin-bottom: 10px;
}
.b_fon>*:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}
.b_fon>*:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.b_fon ul>li {
	margin-bottom: 10px;
}
.b_fon ul>li:last-of-type {
	margin-bottom: 0px;
}
.g_border {
	border: 5px solid #7cc245;
	border-radius: 10px;
	padding: 20px 10px;
}
.g_fon {
	background: #7cc245;
	border-radius: 5px;
	padding: 20px 30px;
	color: white;
	margin-top: 5px;
}
.g_fon * {
	color: white;
}
.g_fon>*:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}
.g_fon>*:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
}



div.half:first-of-type p {
	margin-right: 40px;
}
div.half:last-of-type .b_fon,
div.half:last-of-type h1,
div.half:last-of-type p {
	margin-left: 40px;
}


.big_ul>li {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
	line-height: 100%;
}
.big_ul>li>span {
	font-weight: 500;
	font-size: 24px;
}
.big_ul>li:last-of-type {
	margin-bottom: 0px;
}

ol#big_number {
	counter-reset: li; /* Инициализируем счетчик */
	padding: 0; /* Удаляем  установленное по умолчанию левое поле*/
	list-style: none; /* Отменяем нумерацию установленную по умолчанию */
}
ol#big_number>li {
	position: relative; /* Создаем контекст для позиционирования элементов */
	margin-left: 75px; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
	margin-bottom: 20px;
}
ol#big_number>li:before {
	content:counter(li); /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	/* Позиционируем и оформляем цифры */
	position: absolute;
	font-size: 32px;
	font-weight: 700;
	top: -3px;
	left: -68px;
	width: 28px;
	height: 28px;
	padding: 7px 5px 3px 5px;
	text-align: center;
	color: white;
	border: 5px solid white;
	border-radius: 50%;
}


.button {
	padding: 20px 50px;
}
.button a {
	display: block;
	text-align: center;
	border: 3px solid #33a0d8;
	color: #33a0d8;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 10px;
	font-size: 32px;
}







.form input[type=submit] {
	background: #8cc566;
	border: none !important;
	font-size: inherit;
	color: black;
	padding: 5px 25px !important;
	border-radius: 5px;
	margin: 0px auto;
	cursor: pointer;
}
.form .col1 input,
.form .col1 textarea {
	width: 600px;
	border: none !important;
	border-radius: 5px;
}
.form .col2 input,
.form .col2 textarea {
	width: 290px;
	border: none !important;
	border-radius: 5px;
}


.form,
.form_1,
.form_2 {
	font-size: 16px;
}
.form_1 input[type=submit],
.form_2 input[type=submit] {
	background: #8cc566;
	font-size: inherit;
	color: black;
	padding: 5px 4px !important;
	text-align: center;
	border: none !important;
	border-radius: 5px;
	width: 95%;
	cursor: pointer;
}
.form_1 input {
	width: 95%;
	border: none !important;
	border-radius: 5px;
}

.form_2 input,
.form_2 select {
	width: 95%;
	padding: 5px 4px;
	border: 1px solid #ccc !important;
	border-radius: 5px;
}
.form_2 select {
	padding: 4px 4px !important;
	width: 100%;
}





#result_before {
	content: ' ';
	display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../img/black_50.png');
	z-index: 98;
}
#result {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 350px;
	margin: -175px 0px 0px -300px;
	z-index: 99;
}
#res_content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 20px solid white;
	background: white;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 20px;
}
#res_close {
	content: ' ';
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url('../img/cancel.png') no-repeat 50% 50% white;
	cursor: pointer;
	z-index: 1000;
}



.tbl1 {
	/*margin: 0px auto;*/
	border: none !important;
}
.tbl1 th {
	background: url('../img/black_25.png') transparent;
	border: none;
	color: black;
}
.tbl1 td {
	border: 1px solid black;
	padding: 5px 10px;
	text-align: right;
}
.tbl1 tr>td:first-of-type {
	border-left: none;
}
.tbl1 tr>td:last-of-type {
	border-right: none;
}
.tbl1 tr:first-of-type>td {
	border-top: none;
}
.tbl1 tr:last-of-type>td {
	border-bottom: none;
}



li[type=dash] {
	list-style: none;
}
li[type=dash]:before {
	position: relative;
	left: -20px;
	margin-right: -15px;
	content: '– ';
}
ul[type=dash]>li {
	list-style: none;
}
ul[type=dash]>li:before {
	position: relative;
	left: -20px;
	margin-right: -15px;
	content: '– ';
}



form td {
	position: relative;
}
form td .placeholder {
	position: absolute;
	top: -12px;
	left: 10px;
	font-size: 10px;
	padding: 2px 5px;
	background: #8cc566;
	color: black;
	border-radius: 5px 5px 0px 0px;
	line-height: 135%;
}


#novatel_logo {
	display: block;
	width: 150px;
	height: 64px;
	float: left;
	margin: 20px 0px 0px 0px;
	background: url('../img/logo_novatel.gif') no-repeat 50% 0%;
	overflow: hidden;
}

#r {
	position: absolute;
	font-family: Arial !important;
	font-size: 11px;
	color: #1f64a7;
	top: 15px;
	left: 100px;
}

#siluet_logo {
	position: relative;
	display: block;
	width: 150px;
	float: left;
	margin: 50px 0px 0px 0px;
	padding-top: 35px;
	background: url('../img/logo_siluet.png') no-repeat 50% 0%;
	background-size: 70%;
}
#siluet_logo,
#siluet_logo * {
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
}
#r1 {
	position: absolute;
	font-family: Arial !important;
	font-size: 9px;
	color: #174f2c;
	top: 5px;
	left: 130px;
	font-style: italic;
}


/*
.noborder {
	
}
*/

.pluspad td:first-of-type {
	padding-left: 0px;
}
.pluspad td {
	padding-left: 15px;
	padding-right: 15px;
}
.pluspad td:last-of-type {
	padding-right: 0px;
}

#n08 .noborder,
#n09 .noborder {
	
}
#n08 .noborder td:first-of-type,
#n09 .noborder td:first-of-type {
	padding-left: 5px;
}
#n08 .noborder td,
#n09 .noborder td {
	padding-left: 5px;
	padding-right: 5px;
}
#n08 .noborder td:last-of-type,
#n09 .noborder td:last-of-type {
	padding-right: 5px;
}



#slogan_head {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -132px;
	height: 50px;
	width: 300px;
	font-size: 18px;
	font-family: 'Roboto', 'Ubuntu', sans-serif;
	font-weight: 500;
	color: red;
	text-align: center;
}
#slogan_head p {
	margin: 0px;
	padding: 0px;
}




.block {
	position: relative;
}
.block.single>.page>.list_page:nth-child(odd) {
	width: 100%;
}
.block.single>.page>.list_page:nth-child(even) {
	display: none;
}



#link ul {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
	height: 100px;
	margin: auto -20px;
}
#link ul>li {
	margin: 0px 20px;
}




#slider{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#slider>li{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	padding-top:  40px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	max-width: 100%;
}
#slider>li>h1{
	position: relative;
	z-index: 20;
	max-width: 950px;
	margin: 0px auto;
}







div#finish {
	position: fixed;
	top: 100px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
#finish .content {
	width: 850px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	margin: -80px 0px 0px -475px;
	background: white;
	padding: 30px 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 55px -5px black;
}