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: 100px;
}
*[disabled],
.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}



/* Зелёная подсказка */
.help {
	cursor									: help;
	color										: green;
}
.sup.help {
	margin-left							: 3px;
}
.sup.required.help {
	color										: #cc0b0a;
}




/* ------------------------- Цвета ------------------------- */
.colRed {
	color: #cc0b0a;
	/*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;
}






.bg{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}
.block>.bg{
	bottom: -1px;
}

.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;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
}
/*
.page:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-top: -1px;
}
*/
.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: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	font-size: 18px;
	font-family: 'Roboto', 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #cc0b0a;
	text-align: center;
	order:2;
}
#slogan p {
	margin: 0px;
	padding: 0px;
}

#logo {
	position: relative;
	display: block;
	width: 275px;
	height: 0px;
	margin: 15px 0px 15px 0px;
	padding-top: 70px;
	background-position: 50% 50%;
	text-decoration: none;
	font-weight: 500;
	color: #7cc245;
	border: none;
	overflow: hidden;
}

#phons {
	order:3;
	padding-top: 25px;
}
#phons>ul>li {
	font-size: 20px;
	font-weight: 300;
	border: none !important;
	color: #506179;
}

a.login {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-top: 3px;
	margin-left: 15px;
	background: url(../uploads/icon_login.png) no-repeat 50% 50%;
	background-size: contain;
	opacity: 0.2;
}
a.login:hover {
	opacity: 0.4;
}

#menu {
	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: #cc0b0a;
}





/* ------------------------- Блок ссылок в футере ------------------------- */
#link {
	margin: 30px 0px 50px 0px;
	/*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_new {
	display: inline-block;
	border-radius: 20px;
	height: 65px;
	font-size: 24px;
	line-height: 63px;
	/*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
	text-align: center;
	text-decoration: none;
	min-width: 214px;
	padding: 0px 20px;
}
.btn_new:hover {
	text-decoration: none;
}






.btn_new1 {
	display: inline-block;
	border-radius: 41px;
	text-align: center;
	text-decoration: none;
	min-width: 214px;
	padding: 10px 20px;
	border: 2px solid !important;
	border-color: white !important;
	color: white;
	background: rgba(0, 77, 70, 1);
}
.btn_new1 * {
	margin: 0px;
}
.btn_new1:hover,
.btn_new1:hover * {
	text-decoration: none;
	color: rgba(0, 77, 70, 1) !important;
}
.btn_new1:hover {
	background: white;
}
.btn_new1 h2 {
	background: transparent !important;
}







.btn_new2 {
	display: inline-block;
	border-radius: 26px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	height: 50px !important;
	min-width: 180px !important;
	padding: 0px 45px !important;
}
.btn_new2:hover {
	text-decoration: none;
}








.btn-bus {
	border: 1px solid !important;
	font-size: 18px !important;
	height: 39px;
	line-height: 50px;
	min-width: 186px;
	background-color: #FCD900;
	color: black;
	border-color: #FCD900 !important;
	font-weight: 400;
}
.btn-bus:hover {
	background-color: white;
	color: black;
	border-color: #FCD900 !important;
}
.btn-bus.inverse {
	background-color: white;
	color: black;
	border-color: #FCD900 !important;
}
.btn-bus.inverse:hover {
	background-color: #FCD900;
	color: black;
	border-color: #FCD900 !important;
}






.btn-bus1 {
	border: 1px solid !important;
	border-color: #004d46 !important;
	background-color: #004d46;
	color: white;
	font-size: 18px !important;
	height: 39px;
	line-height: 50px;
	min-width: auto;
}
.btn-bus1:hover {
	background-color: white;
	color: #004d46;
	border-color: #004d46;
}
.btn-bus1.inverse {
	background-color: white;
	border-color: #004d46 !important;
	color: #004d46;
}
.btn-bus1.inverse:hover {
	background-color: #004d46;
	border-color: #004d46;
	color: white;
}




.rub {
	position: relative;
	background: url('../img/rub_white.png') no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	overflow: hidden;
	height: 0px;
}
h2>.rub{
	width: 20px;
	padding-top: 18px;
}
h3>.rub{
	width: 12px;
	padding-top: 16px;
	top: 2px;
}
a:hover .rub {
	background: url('../img/rub_black.png') no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 0px;
	vertical-align: middle;
	margin-top: -4px;
	padding-top: 18px;
}
.rub.black {
	background-image: url('../img/rub_black.png');
}
a:hover .rub.black {
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-image: url('../img/rub_white.png');
}







/* ------------------------- Замена ссылки логотипами ------------------------- */
.logo_tele800 {
	position: relative;
	width: 120px;
	display: inline-block;
	margin: 0px 5px !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: 0px 0px 0px 0px;
	overflow: hidden;
	background: url('../uploads/logo_novatel.png') no-repeat 50% 0%;
	background-size: 85%;
	border-bottom: none;
}
#logoNovatel:after {
	content: '®';
	position: absolute;
	font-family: Arial !important;
	font-size: 11px;
	top: -8px;
	left: 95px;
}
#sloganNovatel {
	width: 150px;
	position: relative;
	top: -5px;
}
#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;
}
#logoNovatel.white {
	background: url('../uploads/logo_novatel_white.png') no-repeat 50% 0%;
}
#logoNovatel.white:after {
	color: white;
}
#sloganNovatel.white li,
#sloganNovatel.white li * {
	color: white;
}







#siluet_logo {
	position: relative;
	display: block;
	width: 150px;
	margin: 15px 0px 0px 0px;
	background-image: url('../uploads/logo_siluet.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 70%;
	float: right;
}
#siluet_logo,
#siluet_logo * {
	font-size: 11px !important;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	color: #174f2c;
}
#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;
}
#siluet_logo.white {
	background-image: url('../uploads/logo_siluet_white.png');
}
#siluet_logo.white,
#siluet_logo.white * {
	color: white;
}


/* ------------------------- Гибкие блоки ------------------------- */
.flexbox {
	display: -webkit-flex; 
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.flexbox>* {
	margin: 0px;
	text-align: center;
	flex-grow: 1;
	flex-basis: 1%;
	/*display: flex;*/
	align-items: center;
}
.flexbox:not(.bg)>div:first-of-type {
	padding-left: 0px;
}
.flexbox:not(.bg)>div:last-of-type {
	padding-right: 0px;
}

.flexbox>*>p {
	/*text-align: left;*/
}
.flexbox>* span {
	font-family: sans-serif;
	font-size: 95% !important;
}


.flexbox.logos>* {
	/*flex-grow: inherit;*/
	flex-basis: inherit;
}
.flexbox.logos>*>a {
	border-bottom: none;
	margin: 0px auto;
}


.flexbox.logos>*>img {
	max-width: 80% !important;
}


.sep20>*,
.sep20>div {
	margin-left: 10px;
	margin-right: 10px;
	flex-basis: 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: #01aff0;
	color: white;
}




.video {
	display: inline-block;
	width: 80px;
	height: 56px;
	background: #dd2b27;
	border-radius: 50%/10%;
	position: relative;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.7);
	transition: 0.5s;
}
.video:before {
	content: "";
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5%/50%;
}
.video:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0px 0px -8px !important;
	display: inline-block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 26px solid transparent;
	border-top-color: white;
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	transform: rotate(270deg);
}
a:hover .video,
.video:hover{
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	transform: translate(0px, 3px) scale(.9);
}


.logoMetro {
	display: inline-block;
	position: relative;
	width: 23px;
	height: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	padding-top: 18px;
	background-image: url('../uploads/logo_metro_red.png');
}
.logoMetro.white{
	background-image: url('../uploads/logo_metro_white.png');
}


/*
div#auth {
	position: absolute;
	right: 0px;
	bottom: -31px;
	height: 20px;
	min-width: 20px;
	background: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 3px 10px 7px 10px;
}
*/





.error {
	background: red;
	color: white;
	font-size: 13p;
}
.error * {
	color: white;
	font-size: 13p;
}





.color_bronze {
	color: #b08d57;
}
.color_silver {
	color: silver;
}
.color_gold {
	color: #db9c2a;
}
.color_platinum {
	color: #dfdcd9;
}

.bronze {
	background: #b08d57;
}
.silver {
	background: silver;
}
.gold {
	background: #e7bd42;
}
.platinum {
	background: #dfdcd9;
}


.tabs {
	background: #7687a1;
	margin-bottom: 30px;
}

.tabs>div {
	text-align: center;
	border-right: 5px solid white;
}

.tabs>div>a {
	color: white;
	line-height: 30px;
	display: block;
	border-bottom: 3px solid transparent;
}
.tabs>div>a.sel,
.tabs>div>a:hover {
	border-bottom: 3px solid black;
	background: #cc0b0a;
}
.tabs>div:last-of-type {
	border-right: none;
}



.linkOpen {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.linkOpen.openIn{
	background-image: url('/uploads/open_in.png');
}
.linkOpen.openOut{
	background-image: url('/uploads/open_out.png');
}
.linkOpen.openInBlue{
	background-image: url('/uploads/open_in_blue.png');
}
.linkOpen.openInRed{
	background-image: url('/uploads/open_in_red.png');
}
.linkOpen.openOutRed{
	background-image: url('/uploads/open_out_red.png');
}


#feedback .page {
	max-width: 600px;
}



#bestcountry {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
}
#bestcountry>* {
	flex-grow: 1;
	flex-basis: auto;
}
#bestcountry img {
	margin-bottom: -10px;
	margin-top: 3px;
}




.linksNew {
	position: static;
	bottom: auto;
	left: auto;
	right: auto;
	height: auto;
	background: none;
	z-index: auto;
	box-shadow: none;
	padding: 10px 0px !important;
	text-align: center;
}
.linksNew>.page>div {
	width: 100%;
}
.linksNew table td a {
	padding: 10px 0px;
	height: auto;
	min-height: 30px;
}
.linksNew>.page>div>.flexbox>div {
	border-right: 1px solid black;
	line-height: 50px;
	flex-basis: auto;
	white-space: nowrap;
	padding: 0px 10px;
}
.linksNew>.page>div>.flexbox>div:first-of-type,
.linksNew>.page>div>.flexbox>div:last-of-type {
	border-right: none;
}

.linksNew>.page>div>.flexbox>div>a {
	display: inline-block;
	padding: 15px 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.linksNew>.page>div>.flexbox>div>a>img {
	max-height: 20px;
}




.circle {
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: text-bottom;
	margin-right: 10px;
	border-radius: 50%;
}