@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

@font-face {
	font-family: 'Fira Sans';
	src: local('Verdana');
	unicode-range: U+0030-0039;
}

body {
	padding-bottom: 0px !important;
}
a {
	text-decoration: none !important;
	border-bottom: 1px dashed rgba(31,100,167,0.5);
}
a.noborder {
	border: none !important;
}
.noborder a {
	border-bottom: 1px dashed rgba(31,100,167,0.5);
}
.body {
	position: relative;
	top: 76px;
}
*[disabled],
.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}



/* Зелёная подсказка */
.help {
	cursor									: help;
	color										: green;
}
.sup.help {
	margin-left							: 3px;
}
.sup.required.help {
	color										: #e32824;
}




/* ------------------------- Цвета ------------------------- */
.colRed {
	color: #e32824;
	/*font-size: inherit;*/
}




/* ------------------------- Списки ------------------------- */
ol {
	counter-reset: li; /* Инициализируем счетчик */
	padding: 0; /* Удаляем  установленное по умолчанию левое поле*/
	list-style: none; /* Отменяем нумерацию установленную по умолчанию */
}
ol>li {
	position: relative; /* Создаем контекст для позиционирования элементов */
	margin-left: 75px; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
	margin-bottom: 20px;
}
ol>li:before {
	content:counter(li); /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	/* Позиционируем и оформляем цифры */
	position: absolute;
	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%;
}




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: '– ';
}





.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;
}





h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
	font-family: 'Fira Sans', sans-serif;
	color: #42358b;
	text-shadow: 0px 0px 15px white, 0px 0px 7px white, 0px 0px 2px white;
}
h1, h1 * {
	font-size: 60px !important;
	font-weight: 500 !important;
}
h2, h2 * {
	font-size: 50px !important;
	font-weight: normal !important;
	font-weight: 500 !important;
}
h3, h3 * {
	font-size: 40px !important;
	font-weight: 300 !important;
}
h4, h4 * {
	font-size: 30px !important;
	font-weight: 300 !important;
}
ul, ul *,
li, li *,
div, div *,
span, span *,
p, p * {
	font-size: 20px;
	font-weight: 300;
}
b, b * {
	font-weight: 500;
}


.bg{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

.section {
	position: relative;
	width: 100%;
	clear: both;
	background-size: cover;
	border-bottom: 1px solid #ccc;
}
.section:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: 0px;
}

.block {
	position: relative;
}
.block.single>.page>.list_page:nth-child(2) {
	width: 100%;
}
.block.single>.page>.list_page:nth-child(3) {
	display: none;
}

.page {
	position: relative;
	max-width: 1280px;
	margin: 0px auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.page .list_page {
	position: relative;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	/*width: 46%;*/
	min-height: 0px;
	/*margin-left: 70px;*/
	margin-bottom: -1px;
	flex-grow: 1;
	flex-basis: 1%;
}
.page .list_page:nth-child(2) {
	/*float: left;*/
	/*margin-left: 0px;*/
}
.page .list_page:nth-child(3) {
	/*float: right;*/
}
.page .list_page h4:first-of-type,
.page .list_page h3:first-of-type,
.page .list_page h2:first-of-type,
.page .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: 75%;
	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: 75%;
	background: url('../img/w.png') no-repeat 100% 0%;
	background-size: 100% 100%;
	z-index: 5;
}





/* ------------------------- Блок шапки ------------------------- */
#block_header {
	position: fixed;
	top: 0px;
	padding-bottom: 0px;
	z-index: 59;
	background: white;
	border-bottom: 1px solid #ccc;
}

#slogan {
	position: relative;
	top: 13px;
	font-size: 18px;
	font-family: 'Roboto', 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #e91d89;
	text-align: center;
}
#slogan p {
	margin: 0px;
	padding: 0px;
}
#slogan p,
#slogan p * {
	font-size: 18px;
}

#logo {
	position: relative;
	display: block;
	width: 170px;
	height: 0px;
	margin: 10px 0px 10px 0px;
	padding-top: 55px;
	background-position: 50% 50%;
	text-decoration: none;
	font-weight: 500;
	color: #7cc245;
	border: none;
	overflow: hidden;
}

#phons {
	margin-top: 15px;
}
#phons>ul>li {
	font-size: 21px;
	margin-bottom: 2px;
	font-weight: 300;
	border: none !important;
	color: #42358b;
}

/*
#menu {
	display: inline-block;
	margin: 10px auto 0px auto;
}
#menu li {
	padding: 0px 10px;
}
#menu * {
	text-decoration: none;
}
#menu a {
	color: black;
	border-bottom: 1px dashed black;
}
#menu a:hover {
	color: #e32824;
}
*/
#menu {
	display: inline-block;
	margin: 0px 0px 0px auto;
}
#menu li {
	padding: 0px 20px;
}
#menu li:first-of-type {
	padding-left: 0px;
}
#menu li:last-of-type {
	padding-right: 0px;
}
#menu * {
	text-decoration: none;
}
#menu a {
	display: inline-block;
	padding: 0px;
	color: black;
	border-bottom: none;
	min-height: 35px;
	line-height: 35px;
	font-size: 18px;
}
#menu li.sel a,
#menu a:hover {
	color: #08aeeb;
	/*border-bottom: 3px solid #42358b88;*/
	margin-bottom: -3px;
}





/* ------------------------- Блок ссылок в футере ------------------------- */
#link {
	margin: 10px 165px 50px 165px;
}
#link ul {
	position: relative;
	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;
}
#link:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin-bottom: -1px;
}




/* ------------------------- Анимация для кнопок и баннеров ------------------------- */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	from {	transform: scale3d(1, 1, 1);	}
	50% {		transform: scale3d(1.05, 1.05, 1.05);	}
	to {			transform: scale3d(1, 1, 1);	}
}
@keyframes pulse {
	from {	transform: scale3d(1, 1, 1);	}
	50% {		transform: scale3d(1.05, 1.05, 1.05);	}
	to {			transform: scale3d(1, 1, 1);	}
}





/* ------------------------- Баннеры ------------------------- */








/* ------------------------- Кнопки ------------------------- */
.btn_v1 {
	background: linear-gradient(90deg, #08aeeb, #19d1c2, #2af599);
	padding: 15px 70px;
	border-radius: 25px;
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,.2);
	color: white;
	font-weight: 400;
	font-size: 20px;
	border: none;
	display: inline-block;
	outline: none;
}
.btn_v1[disabled=disabled] {
	background: linear-gradient(90deg, #b2b2b2, #c6c6c6, #dadada);
	cursor: default;
}
.btn_lp {
	display: inline-block;
	min-width: 200px;
	padding: 10px 10px;
	color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	box-shadow: rgb(0, 156, 78) 0px 3px 0px 0px !important;
	background-image: linear-gradient(to right, rgb(0, 196, 97) 0%, rgb(31, 196, 146) 100%) !important;
	transition: all 0.3s ease;
	text-align: center;
	/*font-size: 24px !important;*/
	text-decoration: none;
}
.btn_lp:hover {
	background-image: linear-gradient(to left, rgb(31, 196, 146) 0%, rgb(31, 196, 146) 100%) !important;
}

.btn_web {
	display: inline-block;
	min-width: 200px;
	padding: 10px 10px;
	color: rgb(255, 255, 255) !important;
	border-radius: 5px !important;
	/*box-shadow: rgb(0, 156, 78) 0px 3px 0px 0px !important;*/
	background-image: url('//1web.ru/bitrix/templates/index_page/images/fon2.gif') !important;
	transition: all 0.3s ease;
	text-align: center;
	/*font-size: 24px !important;*/
	text-decoration: none;
}







/* ------------------------- Замена ссылки логотипами ------------------------- */
.logo_tele800 {
	position: relative;
	width: 110px;
	display: inline-block;
	margin: 0px 2px !important;
	max-height: 0px;
	overflow: hidden;
	padding-top: 18px !important;
	vertical-align: baseline;
	bottom: -2px;
	border: none;
}
.logo_tele800:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('/uploads/logo_tele800.png') no-repeat 50% 50%;
	background-size: 100% auto;
}
.logo_tele800.ext:after {
	right: 20px;
}





/* ------------------------- Блок контактов ------------------------- */
.section #map {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 1;
	background: #EFEFEF;
}
.section #map>div {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 110px;
}
#block_contacts .page {
	padding-top: 500px;
	position: relative;
}
#block_contacts * {
	font-size: 16px !important;
}
#address {
	position: absolute;
	z-index: 10;
	top: 80px;
	right: 0px;
	background: white;
	width: 380px;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px -10px;
}





/* ------------------------- Блок копирайтов ------------------------- */
#logoNovatel {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	background: url('../uploads/logo_novatel.gif') no-repeat 50% 0%;
	background-size: 85%;
	border-bottom: none;
}
#logoNovatel:after {
	content: '®';
	position: absolute;
	font-family: Arial !important;
	font-size: 11px;
	color: #1f64a7;
	top: -8px;
	left: 95px;
}
#sloganNovatel {
	width: 150px;
	position: relative;
	top: -5px;
	height: 24px;
}
#sloganNovatel li {
	font-family: Arial !important;
	width: 150px;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#sloganNovatel li.frame_1 {
	color: #4B8AC1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#sloganNovatel li.frame_2 {
	color: #FF8040;
	opacity: 0;
	filter: alpha(opacity=0);
	left: -1px;
}

#siluet_logo {
	position: relative;
	display: block;
	width: 150px;
	margin: 15px 0px 0px 0px;
	background: url('../uploads/logo_siluet.png') no-repeat 50% 0%;
	background-size: 70%;
}
#siluet_logo,
#siluet_logo * {
	font-size: 11px !important;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
}
#siluet_logo .logo {
	width: 105px;
	height: 35px;
	display: inline-block;
}
#r1 {
	position: absolute;
	font-family: Arial !important;
	font-size: 9px;
	color: #174f2c;
	top: 5px;
	left: 130px;
	font-style: italic;
}




/* ------------------------- Гибкие блоки ------------------------- */
.flexbox {
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.flexbox>div {
	margin: 0px;
	text-align: center;
	padding: 0px 10px;
	flex-grow: 1;
	flex-basis: 1%;
}




.flexbox:not(.bg):not(.box)>div:first-of-type {
	padding-left: 0px;
}
.flexbox:not(.bg):not(.box)>div:last-of-type {
	padding-right: 0px;
}

.flexbox>div>p {
	text-align: inherit;
}
.flexbox>div span {
	font-family: sans-serif;
	font-size: 95% !important;
}


.flexbox.box>div {
	background: white;
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,.5);
	margin: 0px 10px;
	min-height: 140px;
}
.flexbox.box>div:first-of-type {
	margin-left: 0px;
}
.flexbox.box>div:last-of-type {
	margin-right: 0px;
}
.flexbox.box>div a {
	display: inline-block;
}


.flexbox.box-logo>div {
	display: table;
}
.flexbox.box-logo>div>a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-bottom: none;
}
.flexbox.box-logo.bigBox>div {
	min-height: 220px;
	padding: 0px 20px;
	background: white;
	z-index: 10;
}
.flexbox.box-logo img {
	max-width: 100%;
	max-height: 100%;
	margin: auto auto;
}


.flexbox.block {
	position: relative;
	top: 25px;
	margin: 0px 10px;
}
.flexbox.block a {
	border-bottom: none;
}
.flexbox.block img {
	margin-bottom: 10px;
}

.flexbox.logos {
	align-items: center;
}
.flexbox.logos>div {
	/*flex-grow: inherit;*/
	flex-basis: inherit;
}
.flexbox.logos>div>a {
	border-bottom: none;
	margin: 0px auto;
}



/* ------------------------- Для строки с логотипами ------------------------- */
.mh10 {	max-height: 10px;	}
.mh15 {	max-height: 15px;	}
.mh20 {	max-height: 20px;	}
.mh25 {	max-height: 25px;	}
.mh30 {	max-height: 30px;	}
.mh35 {	max-height: 35px;	}
.mh40 {	max-height: 40px;	}
.mh45 {	max-height: 45px;	}
.mh50 {	max-height: 50px;	}
.mh55 {	max-height: 55px;	}
.mh60 {	max-height: 60px;	}
.mh65 {	max-height: 65px;	}
.mh70 {	max-height: 70px;	}
.mh75 {	max-height: 75px;	}
.mh80 {	max-height: 80px;	}
.mh85 {	max-height: 85px;	}
.mh90 {	max-height: 90px;	}
.mh95 {	max-height: 95px;	}
.mh100 {	max-height: 100px;	}




/* ------------------------- Блоки услуг (с увеличением при наведении) ------------------------- */
.blocks {
	margin: 50px -20px 0px -20px;
}
.blocks>div {
	position: relative;
	border-radius: 10px;
	background: #ffffef;
	flex-basis: 1%;
	margin: 0px 20px;
	transition: all 0.3s ease;
	transform: scale(1);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5), inset 0px 0px 30px rgba(255,255,255,0.7);
}
.blocks>div,
.blocks>div * {
	text-align: center;
}
.blocks>div:hover {
	box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5), inset 0px 0px 30px rgba(255,255,255,0.7);
	transform: scale(1.05);
}





/* ------------------------- Блок номеров телефона ------------------------- */
#select_nums ul {
	column-count: 3;
}
#select_all_nums ul li,
#select_nums ul li {
	text-align: center;
}
#select_all_nums ul li label,
#select_nums ul li label {
	display: inline-block;
	white-space: nowrap;
}
#select_all_nums ul li label:hover,
#select_nums ul li label:hover {
	background: #76879F66;
}
.sel_num {
	background: #76879F;
	color: white;
}