@font-face {
	font-family: 'PFDinTextCompPro-Regular';
	src: url('/font/pfdintextcomppro-regular-webfont.eot');
	src: url('/font/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font/pfdintextcomppro-regular-webfont.woff') format('woff'),
	     url('/font/pfdintextcomppro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PFDinTextCompPro-Thin';
	src: url('/font/pfdintextcomppro-thin-webfont.eot');
	src: url('/font/pfdintextcomppro-thin-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font/pfdintextcomppro-thin-webfont.woff') format('woff'),
	     url('/font/pfdintextcomppro-thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #007eb9;
}
a:hover {
	text-decoration: none;
	color: #11537d;
}
a.local:link,
a.local:visited,
a.local:active {
	text-decoration: none;
	color: #007eb9;
	border-bottom: 1px dashed #007eb9;
}
a.local:hover {
	text-decoration: none;
	color: #11537d;
	border-bottom: 1px dashed #11537d;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #f5f8fa;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #506079;
	font-size: 100%;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #f1f3e6;
	color: #f1f3e6;
	height: 1px;
	line-height: 1px;
	border: 0px none;
	margin: 0px;
}
hr.shadow {
	background: url(/img/shadow.png) center top no-repeat;
	height: 30px;
	line-height: 1px;
	border: 0px none;
	margin: 0px;
}
h1 {
	height: 40px;
	background: #1076b2;
	background: url(/img/arrow_red.png) left 16px no-repeat, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/arrow_red.png) left 16px no-repeat, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
	line-height: 40px;
	color: #fff;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 18pt;
	padding: 4px 0px 0px 22px;
	margin: 0px 8px;
	font-weight: normal;
}
h1 a:link,
h1 a:visited,
h1 a:active {
	text-decoration: underline;
	color: #fff;
}
h1 a:hover {
	text-decoration: none;
	color: #fff;
}
h3 {
	color: #1b4484;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	padding: 22px 0px;
	margin: 0px;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	margin-right: 15px;
	font-size: 10pt;
	padding: 2px 5px;
	width: 100px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	transition: all 0.2s linear;
}
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #0f6ba9;
	border-top: 1px solid #1c4686;
	color: #0f6ba9;
}
textarea {
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	font-size: 10pt;
	padding: 5px;
	width: 300px;
	transition: all 0.2s linear;
	margin: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
textarea:focus {
	border: 1px solid #0f6ba9;
	border-top: 1px solid #1c4686;
	color: #0f6ba9;
}






.freewifi {
	
	margin: 10px 0px;
}

.freewifi div {
	
	float: left;
	margin: 5px;
}

.freewifi img {
	
	opacity: 0.9;
	border: 1px solid #1b4484;
	
}

.freewifi img:hover {
	
	opacity: 1;
	
}






button {
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	background: #ee3a64;
	background: -moz-linear-gradient(top,  #ee3a64 0%, #de1930 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3a64), color-stop(100%,#de1930));
	background: -webkit-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -o-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -ms-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: linear-gradient(to bottom,  #ee3a64 0%,#de1930 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3a64', endColorstr='#de1930',GradientType=0 );
	color: #fff;
	padding: 3px 10px;
	font-size: 10pt;
	cursor: pointer;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
button:hover {
	border: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	background: #de1930;
	background: -moz-linear-gradient(top,  #de1930 0%, #ee3a64 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de1930), color-stop(100%,#ee3a64));
	background: -webkit-linear-gradient(top,  #de1930 0%,#ee3a64 100%);
	background: -o-linear-gradient(top,  #de1930 0%,#ee3a64 100%);
	background: -ms-linear-gradient(top,  #de1930 0%,#ee3a64 100%);
	background: linear-gradient(to bottom,  #de1930 0%,#ee3a64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1930', endColorstr='#ee3a64',GradientType=0 );
	color: #fff;
}
:focus {
	outline: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.red {
	color: #f42727;
}
.loader {
	height: 50px;
	background: url(/img/loading.gif) center center no-repeat;
}
/****** MAIN MENU ******/

.main_menu_block {
	height: 44px;
	background: #1076b2;
	background: url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
}
.main_menu_wrapper {
	width: 1000px;
	margin: 0px auto;
	height: 44px;
}
.main_menu {
	margin: 0px;
	padding: 0px;
	float: left;
}
.main_menu li {
	height: 44px;
	display: inline-block;
	text-shadow: -1px -1px 0px #1c4586;
	font-family: "PFDinTextCompPro-Regular", 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff;
	font-size: 16pt;
	vertical-align: top;
	padding: 0px 16px;
	margin: 0px;
	line-height: 44px;
	background: url(/img/target_arrow_white.png) center 44px no-repeat;
	transition: all 0.2s linear;
}
.main_menu a li:hover {
	background: url(/img/target_arrow_white.png) center 35px no-repeat;
}
.main_menu li.current {
	background: url(/img/target_arrow_blue.png) center 35px no-repeat;
	color: #d0f3ff;
}
.main_menu a li.current:hover {
	background: url(/img/target_arrow_blue.png) center 35px no-repeat;
	color: #fff;
}
.main_menu li.menu_line {
	background: #0e7ab6;
	background: -moz-linear-gradient(top,  #0e7ab6 0%, #0497d0 56%, #1168a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e7ab6), color-stop(56%,#0497d0), color-stop(100%,#1168a5));
	background: -webkit-linear-gradient(top,  #0e7ab6 0%,#0497d0 56%,#1168a5 100%);
	background: -o-linear-gradient(top,  #0e7ab6 0%,#0497d0 56%,#1168a5 100%);
	background: -ms-linear-gradient(top,  #0e7ab6 0%,#0497d0 56%,#1168a5 100%);
	background: linear-gradient(to bottom,  #0e7ab6 0%,#0497d0 56%,#1168a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e7ab6', endColorstr='#1168a5',GradientType=0 );
	height: 38px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
.main_menu_wrapper .social {
	margin: 0px;
	padding: 0px;
	float: right;
	background: #059ed6;
	background: url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #059ed6 0%, #27b1de 54%, #009cd5 55%, #009cd5 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#059ed6), color-stop(54%,#27b1de), color-stop(55%,#009cd5), color-stop(100%,#009cd5));
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #059ed6 0%,#27b1de 54%,#009cd5 55%,#009cd5 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #059ed6 0%,#27b1de 54%,#009cd5 55%,#009cd5 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #059ed6 0%,#27b1de 54%,#009cd5 55%,#009cd5 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #059ed6 0%,#27b1de 54%,#009cd5 55%,#009cd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059ed6', endColorstr='#009cd5',GradientType=0 );
	height: 44px;
}
.main_menu_wrapper .social li {
	height: 44px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 4px;
	margin: 0px;
}
.main_menu_wrapper .social div {
	width: 32px;
	height: 32px;
	margin: 5px 0px 0px 0px;
	transition: all 0.2s linear;
}
.main_menu_wrapper .social div:hover {
	box-shadow: 0px 0px 10px -1px #fff;
}
.social .vk {
	background: url(/img/main_sprite.png) -180px 0px no-repeat;
}
.social .twitter {
	background: url(/img/main_sprite.png) -212px 0px no-repeat;
}
.social .facebook {
	background: url(/img/main_sprite.png) -244px 0px no-repeat;
}
.social li.menu_line {
	background: #0e7ab6;
	background: -moz-linear-gradient(top,  #24aadb 0%, #ffffff 56%, #2baddc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24aadb), color-stop(56%,#ffffff), color-stop(100%,#2baddc));
	background: -webkit-linear-gradient(top,  #24aadb 0%,#ffffff 56%,#2baddc 100%);
	background: -o-linear-gradient(top,  #24aadb 0%,#ffffff 56%,#2baddc 100%);
	background: -ms-linear-gradient(top,  #24aadb 0%,#ffffff 56%,#2baddc 100%);
	background: linear-gradient(to bottom,  #24aadb 0%,#ffffff 56%,#2baddc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24aadb', endColorstr='#2baddc',GradientType=0 );
	height: 38px;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
/****** SUB MENU ******/

.sub_menu {
	height: 31px;
	background: url(/img/chess_bg.png) center 10px repeat-x #d0f3ff;
	line-height: 35px;
	font-size: 14pt;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}
.sub_menu a:link,
.sub_menu a:visited,
.sub_menu a:active {
	text-decoration: none;
	color: #1075b2;
	margin: 0px 7px;
	padding: 0px 7px 5px 7px;
	border-bottom: 5px solid transparent;
	transition: all 0.2s;
}
.sub_menu a:hover {
	text-decoration: none;
	color: #004484;
	padding: 0px 7px 3px 7px;
	border-bottom: 2px solid #004484;
}
.sub_menu a.current:link,
.sub_menu a.current:visited,
.sub_menu a.current:active {
	text-decoration: none;
	color: #004484;
	padding: 0px 7px 3px 7px;
	border-bottom: 2px solid #004484;
}
/****** HEADER ******/

.wrapper {
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
}
.header {
	padding: 19px 0px 15px 0px;
}
.header .left_column {
	float: left;
}
.header .logo {
	float: left;
	width: 180px;
	height: 91px;
	background: url(/img/main_sprite.png) 0px 0px no-repeat;
	margin: 0px 10px 0px 10px;
}
.header .phone {
	float: left;
	width: 240px;
}
.header .phone p {
	color: #506079;
	font-size: 11pt;
}
.header .phone p a:link,
.header .phone p a:visited,
.header .phone p a:active {
	text-decoration: none;
	color: #506079;
}
.header .phone p a:hover {
	text-decoration: underline;
	color: #506079;
}
.header .phone div {
	color: #004484;
	font-size: 26pt;
	border-top: 1px solid #f1f3e6;
	border-bottom: 1px solid #f1f3e6;
	padding: 1px 0px;
	margin: 15px 0px 0px 0px;
}




.phone-number_new_block{
	margin-top: -40px;
	margin-left: 200px;
}
a.phone-number_new
{
	
    border-top: 1px solid #f1f3e6;
    border-bottom: 1px solid #f1f3e6;
    padding: 1px 0;
    margin: 15px 0 0;
    //display: block;
    text-decoration: none;
	margin-right: 50px;
}

a.phone-number
{
    border-top: 1px solid #f1f3e6;
    border-bottom: 1px solid #f1f3e6;
    padding: 1px 0;
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
}
.phone-number__code
{
    color: #009cd5;
    font-size: 16pt;
}
.phone-number__number
{
    color: #004484;
    font-size: 26pt;
}

.header .phone div small {
	color: #009cd5;
	font-size: 16pt;
}
.header .right_column {
	float: right;
}
.header .info_bar {
	height: 44px;
}
.header .date {
	height: 44px;
	float: left;
	font-size: 10pt;
	color: #506079;
	padding: 5px 0px 0px 0px;
}
.header .date span {
	color: #009cd5;
}
.header .weather {
	float: left;
	margin: 0px 8px 0px 8px;
	padding: 0px 8px 0px 8px;
	font-size: 14pt;
	border-left: 1px solid #f1f3e6;
	border-right: 1px solid #f1f3e6;
	height: 44px;
}
.header .weather p {
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.header .weather p a:link,
.header .weather p a:visited,
.header .weather p a:active {
	text-decoration: none;
	color: #009cd5;
}
.header .weather p a:hover {
	text-decoration: none;
	color: #009cd5;
}
.header .weather div {
	float: left;
	height: 35px;
	margin: 0px 3px 0px 0px;
}
.header .weather_0 {
	width: 37px;
	background: url(/img/main_sprite.png) 0px -91px no-repeat;
}
.header .weather_1 {
	width: 44px;
	background: url(/img/main_sprite.png) -37px -91px no-repeat;
}
.header .weather_2 {
	width: 26px;
	background: url(/img/main_sprite.png) -81px -91px no-repeat;
}
.header .weather_3 {
	width: 42px;
	background: url(/img/main_sprite.png) -107px -91px no-repeat;
}
.header .weather_4 {
	width: 50px;
	background: url(/img/main_sprite.png) -149px -91px no-repeat;
}
.header .road_cam {
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 5px 0px 0px 0px;
	font-size: 10pt;
	border-right: 1px solid #f1f3e6;
	height: 44px;
	width: 140px;
}
.header .road_cam a:link,
.header .road_cam a:visited,
.header .road_cam a:active {
	text-decoration: none;
	color: #009cd5;
}
.header .road_cam a:hover {
	text-decoration: underline;
	color: #009cd5;
}
.header .road_cam div {
	float: left;
	height: 38px;
	margin: -2px 2px 0px 0px;
	width: 45px;
	background: url(/img/main_sprite.png) -199px -64px no-repeat;
}
.header .currency {
	float: left;
	height: 44px;
	font-size: 10pt;
	line-height: 16px;
	padding: 5px 8px 0px 6px;
	margin: 0px;
	color: #506079;
}
.header .currency div {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}
.header .currency p {
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
	padding: 0px;
}
.header .currency p a:link,
.header .currency p a:visited,
.header .currency p a:active {
	color: #009cd5;
	text-decoration: none;
}
.header .currency p a:hover {
	color: #009cd5;
	text-decoration: underline;
}
.header .currency_up {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url(/img/main_sprite.png) -186px -64px no-repeat;
	margin: 0px 0px 0px 3px;
}
.header .currency_down {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url(/img/main_sprite.png) -180px -64px no-repeat;
	margin: 0px 0px 0px 3px;
}
.header .connect {
	margin: 6px 0px 0px 0px;
	height: 44px;
}
.btn_connect {
	width: 270px;
	height: 40px;
	background: #1076b2;
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 0px #1c4485;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 2px;
	padding-top: 4px;
	float: left;
	transition: background 0.5s;
	cursor: pointer;
}
.btn_connect:hover {
	background: #e62244;
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}
.btn_connect.select {
	background: #e62244;
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}


.back_form {
	
	float: right;
	border: 1px solid #db1739;
	padding: 0px 25px;
	//position: absolute;
	width: 470px;
	margin: 5px 8px 10px 0px;
	clear: both;
	background: #fff;
	box-shadow: 0px 2px 10px -2px #000;
	font-size: 10pt;
	z-index: 999;
}
.back_form:before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin: -7px 0px 15px 353px;
	background: #fff;
	border-top: 1px solid #db1739;
	border-left: 1px solid #db1739;
}
.back_form .close_form {
	float: right;
	margin: -20px -25px 0px 0px;
}

.back_form dt {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	white-space: nowrap;
}
.back_form dd {
	display: inline-block;
	vertical-align: top;
}
.back_form input {
	margin: 0px;
	width: 180px;
}
.back_form textarea {
	margin: 0px;
	width: 300px;
	height: 100px;
}
.back_form .btn_submit {
	margin: 10px 0px 25px 174px;
}

.btn_back {
	width: 270px;
	height: 40px;
	background: #1076b2;
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 0px #1c4485;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 2px;
	padding-top: 4px;
	margin-top: -4px;
	border-left: 6px solid #fff;
	float: right;
	transition: background 0.5s;
	cursor: pointer;
}
.btn_back:hover {
	background: #e62244;
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}
.btn_back.select {
	background: #e62244;
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 220px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}










.connection_form {
	border: 1px solid #db1739;
	padding: 0px 25px;
	position: absolute;
	width: 470px;
	margin: 5px 0px 0px 0px;
	clear: both;
	background: #fff;
	box-shadow: 0px 2px 10px -2px #000;
	font-size: 10pt;
	z-index: 999;
}
.connection_form:before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin: -7px 0px 15px 95px;
	background: #fff;
	border-top: 1px solid #db1739;
	border-left: 1px solid #db1739;
}
.connection_form .close_form {
	float: right;
	margin: -20px -25px 0px 0px;
}
.connection_form dt {
	display: inline-block;
	width: 130px;
	vertical-align: middle;
	white-space: nowrap;
}
.connection_form dd {
	display: inline-block;
	vertical-align: middle;
}
.connection_form input {
	margin: 0px;
	width: 185px;
}
.connection_form .btn_submit {
	margin: 10px 0px 25px 174px;
}
.connection_form .address_hint {
	box-shadow: 0px 1px 10px #c4d5e4;
	position: absolute;
	border: 1px solid #c4d5e4;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-color: #fff;
	display: none;
	margin: 0px 0px 0px 0px;
}
.connection_form .address_hint:before {
	display: block;
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin: -6px 0px 0px 10px;
	background: #fff;
	border-top: 1px solid #c4d5e4;
	border-left: 1px solid #c4d5e4;
}
.connection_form .address_hint p {
	white-space: nowrap;
	padding: 0px 10px;
	line-height: 25px;
	cursor: pointer;
	transition: all 0.2s linear;
	position: relative;
	z-index: 999;
	background-color: #fff;
}
.connection_form .address_hint p:hover {
	background: #ee3a64;
	background: -moz-linear-gradient(top,  #ee3a64 0%, #de1930 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3a64), color-stop(100%,#de1930));
	background: -webkit-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -o-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -ms-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: linear-gradient(to bottom,  #ee3a64 0%,#de1930 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3a64', endColorstr='#de1930',GradientType=0 );
	color: #fff;
}
.connection_form .address_hint p.select {
	background: #ee3a64;
	background: -moz-linear-gradient(top,  #ee3a64 0%, #de1930 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3a64), color-stop(100%,#de1930));
	background: -webkit-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -o-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: -ms-linear-gradient(top,  #ee3a64 0%,#de1930 100%);
	background: linear-gradient(to bottom,  #ee3a64 0%,#de1930 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3a64', endColorstr='#de1930',GradientType=0 );
	color: #fff;
}
.connection_form .connect_ready {
	padding: 10px 0px;
	border-top: 1px solid #dddace;
	border-bottom: 1px solid #dddace;
	text-align: center;
	background-color: #fff;
}
.connection_form .connect_ready:before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin: -16px auto 3px auto;
	background: #fff;
	border-top: 1px solid #dddace;
	border-left: 1px solid #dddace;
}
.header .self_room_mail {
	width: 253px;
	height: 41px;
	background: #1076b2;
	background: url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
	line-height: 41px;
	color: #fff;
	padding-top: 3px;
	float: left;
	margin: 0px 0px 0px 6px;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.header .self_room_mail span {
	border-bottom: 1px dashed #fff;
	margin-left: 35px;
	cursor: pointer;
	transition: all 0.5s;
}
.header .self_room_mail span.select {
	border-bottom: 1px dashed #aad4ec;
	color: #aad4ec;
}
.header .self_room_mail div {
	height: 41px;
	background: url(/img/target_arrow_white.png) -30px 41px no-repeat;
	transition: all 0.5s;
}
.header .self_room_mail div.self {
	background: url(/img/target_arrow_white.png) 60px 35px no-repeat;
}
.header .self_room_mail div.mail {
	background: url(/img/target_arrow_white.png) 173px 35px no-repeat;
}
.header .connect a:link,
.header .connect a:visited,
.header .connect a:active {
	text-decoration: none;
}
.header .right_column > form {
	text-align: right;
	margin: 10px 20px 0px 0px;
	font-size: 10pt;
	color: #506079;
}
/****** MAIN BANNER ******/

.main_banner {
	margin: 3px 0px 4px 0px;
}
.main_banner .banner_one {
	margin: 0px auto;
	width: 985px;
	height: 350px;
}
.main_banner .banner_two_1 {
	float: left;
	width: 49%;
	height: 350px;
}
.main_banner .banner_two_2 {
	float: right;
	width: 49%;
	height: 350px;
}
.main_banner .banner_three_1 {
	float: left;
	width: 33%;
	height: 350px;
}
.main_banner .banner_three_1.long {
	float: left;
	width: 66%;
	height: 350px;
}
.main_banner .banner_three_2 {
	margin: 0px auto;
	width: 33%;
	height: 350px;
}
.main_banner .banner_three_3 {
	float: right;
	width: 33%;
	height: 350px;
}
.main_banner .banner_three_three {
	height: 115px;
	margin-bottom: 2px;
}
.main_banner .banner_two_two {
	height: 174px;
	margin-bottom: 2px;
}
.main_banner .banner_inside {
	margin: 0px auto;
	width: 985px;
	height: 130px;
}
/****** NEWS ******/

.news_block {
	margin: 0px 10px;
}
.news_block .news {
	width: 310px;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	margin: 0 5px 25px;
	/*margin: 0px 0px 25px 0px;*/
}
/*.news_block .news:nth-child(3n-1) {*/
	/*margin: 0px 17px 25px 17px;*/
/*}*/
.news_block .news .title {
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12pt;
	color: #506079;
	line-height: 32px;
	border-bottom: 1px solid #f1f3e6;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
.news_block .news .icon {
	float: right;
	color: #004484;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14pt;
}
.news_block .news .icon div {
	float: right;
	width: 32px;
	height: 32px;
	background: url(/img/main_sprite.png) -180px -32px no-repeat;
	margin: -8px 0px 0px 10px;
}
.news_block .news .icon a:link,
.news_block .news .icon a:visited,
.news_block .news .icon a:active {
	color: #004484;
	text-decoration: none;
}
.news_block .news .icon a:hover {
	color: #004484;
	text-decoration: underline;
}
.news_block .news .body {
	color: #506079;
	font-size: 10pt;
	text-align: justify;
	transition: all 1s;
	overflow: hidden;
}
.news_block .news .body.short {
	max-height: 220px;
}
.news_block .news .body.full {
	max-height: 999px;
	transition: all 3s;
}
.news_block .news .expand {
	font-size: 9pt;
	text-align: center;
	padding: 4px 0px;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
	transition: all 0.2s linear;
	color: #004484;
	border-top: 1px dashed #004484;
}
.news_block .news .expand:hover {
	background-color: #f1f3e6;
}
.news_block .news.atention .icon {
	float: right;
	color: #004484;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12pt;
}
.news_block .news.atention .icon div {
	background: url(/img/main_sprite.png) -212px -32px no-repeat;
}
.news_block .news.atention .title a:link,
.news_block .news.atention .title a:visited,
.news_block .news.atention .title a:active {
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14pt;
	color: #d50019;
	text-decoration: none;
}
.news_block .news.atention .title a:hover {
	color: #d50019;
	text-decoration: underline;
}
























.news_block .news_new {

	padding-bottom: 25px;
	border-bottom: 1px solid #f1f3e6;
	margin: 0 5px 25px;
	/*margin: 0px 0px 25px 0px;*/
}


.news_block .news_new .title {
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	color: #506079;
	line-height: 32px;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
.news_block .news_new .icon {
	float: left;
	color: #004484;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 20px;
}
.news_block .news_new .icon div {
	float: left;
	width: 32px;
	height: 32px;
	background: url(/img/main_sprite.png) -180px -32px no-repeat;
	margin: -8px 0px 0px 10px;
}
.news_block .news_new .icon a:link,
.news_block .news_new .icon a:visited,
.news_block .news_new .icon a:active {
	color: #004484;
	text-decoration: none;
	font-size: 120%;
}
.news_block .news_new .icon a:hover {
	color: #004484;
	text-decoration: underline;
}
.news_block .news_new .body {
	color: #506079;
	font-size: 90%;
	text-align: justify;
	transition: all 1s;
	overflow: hidden;
}
.news_block .news_new.atention .icon {
	float: left;
	color: #004484;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
}
.news_block .news_new.atention .icon div {
	background: url(/img/main_sprite.png) -212px -32px no-repeat;
}
.news_block .news_new.atention .title a:link,
.news_block .news_new.atention .title a:visited,
.news_block .news_new.atention .title a:active {
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 120%;
	color: #d50019;
	text-decoration: none;
}
.news_block .news_new.atention .title a:hover {
	color: #d50019;
	text-decoration: underline;
}






























/****** CITY_N BLOCK ******/

.city_n_block {
	background: url(/img/shadow.png) center top no-repeat #e3e5e8;
	min-height: 230px;
	margin: 4px 0px 0px 0px;
}
.city_n_block .bg {
	text-align: center;
	color: #f0f1f3;
	font-size: 166pt;
	line-height: 209px;
	margin-top: -10px;
	font-weight: bold;
	position: absolute;
	width: 1000px;
}
.city_n_block .content {
	position: relative;
	min-height: 209px;
	width: 980px;
	padding: 0px 10px;
}
.city_n_block .news {
	width: 310px;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
	margin: 25px 0px 20px 0px;
}
.city_n_block .news .title {
	font-weight: bold;
	font-size: 11pt;
	color: #004484;
}
.city_n_block .news .title div {
	float: left;
	width: 32px;
	height: 32px;
	background: url(/img/main_sprite.png) -244px -32px no-repeat;
	margin: 0px 10px 0px 0px;
}
.city_n_block .news .article {
	font-size: 10pt;
	margin: 10px 0px;
	border-bottom: 1px solid #506079;
	padding-bottom: 10px;
	color: #004484;
}
.city_n_block .news a:link,
.city_n_block .news a:visited,
.city_n_block .news a:active {
	color: #004484;
	text-decoration: none;
}
.city_n_block .news a:hover {
	color: #004484;
	text-decoration: underline;
}
.city_n_block .news .body {
	color: #506079;
	font-size: 10pt;
	text-align: justify;
}
.city_n_block .news.middle {
	margin-left: 17px;
	margin-right: 17px;
}
/****** TARIF BLOCK ******/

.tarif_block {
    display: block;
	height: 60px;
	background: #f3f9ff;
	background: -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
	margin: 15px 8px 0px 8px;
	/*cursor: pointer;*/
	transition: all 0.2s;
}
.tarif_block._mb {
	margin-bottom: 4px;
}

.tarif_block._wide {
	height: 120px;
}
.tarif_block:hover {
	box-shadow: 0px 1px 20px -6px #0f6ba8;
}
.tarif_block.select {
	box-shadow: 0px 1px 20px -6px #0f6ba8;
}
.tarif_block .line_gray {
	background: -moz-linear-gradient(top,  rgba(170,187,203,0.2) 0%, rgba(170,187,203,1) 50%, rgba(170,187,203,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,187,203,0.2)), color-stop(50%,rgba(170,187,203,1)), color-stop(100%,rgba(170,187,203,0.2)));
	background: -webkit-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aabbcb', endColorstr='#33aabbcb',GradientType=0 );
	width: 1px;
	height: 60px;
}
.tarif_block._wide .line_gray {
	height: 120px;
}
.tarif_block .line_white {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.2)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff',GradientType=0 );
	width: 1px;
	height: 60px;
}
.tarif_block .action {
	width: 22px;
	height: 57px;
	float: left;
	background: url(/img/main_sprite.png) -254px -64px no-repeat;
	margin: 2px 1px 0px 1px;
}

.tarif_block .title
{
    width: 200px;
    float: right;
    text-align: center;
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 16pt;
    line-height: 60px;
}
.tarif_block .title_first
{
    width: 250px;
    text-align: left;
    margin-left: 20px;
}
.tarif_block .info {
	line-height: 60px;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 26pt;
	color: #1b4484;
	float: right;
	text-align: center;
	width: 200px;
}
.tarif_block .info_size_big {
    line-height: 60px;
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 26pt;
    color: #1b4484;
    float: right;
    text-align: center;
    width: 402px;
}
.tarif_block .info_size_big span,
.tarif_block .info span {
	font-size: 14pt;
	position: relative;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	top: -5px;
}
.tarif_block .info p {
	margin: 0px auto;
	margin-top: 3px;
}


.icon_size_small_router {
	background-image: url("/img/icons_small_3_router.png");
	width: 72px;
	height: 47px;
	position: relative;
	top: -1px;
	left: -20px;
}

.icon_size_small_rent {
	background-image: url("/img/icons_small_3_rent.png");
	width: 52px;
	height: 45px;
	position: relative;
	top: -1px;
	left: -30px;
}

.icon_size_small {
	background-image: url("/img/icons_small_3.png?1");
}
/*.icon_master-card {*/
	/*width: 87px;*/
	/*height: 55px;*/
	/*background: url(/img/tarif_icons.png) 0px 0px no-repeat;*/
/*}*/
.icon_night-up {
	width: 49px;
	height: 33px;
	background-position: -214px -32px;
}
.icon_dr-web {
	width: 33px;
	height: 35px;
	background-position: -77px -30px;
}
.icon_no-money {
	width: 34px;;
	height: 32px;
	background-position: -152px -32px;
	position: relative;
	top: 5px;
}
.icon_no-money- {
	width: 38px;
	height: 47px;
	background-position: -363px -20px;
	position: relative;
	top: -7px;
}
/*.icon_sms-alert {*/
	/*width: 61px;*/
	/*height: 55px;*/
	/*background: url(/img/tarif_icons.png) -255px 0px no-repeat;*/
/*}*/
.icon_free-month {
	width: 29px;
	height: 39px;
	background-position: -298px -28px;
}
/*.icon_local-speed {*/
	/*width: 81px;*/
	/*height: 55px;*/
	/*background: url(/img/tarif_icons.png) -358px 0px no-repeat;*/
/*}*/
.icon_ip {
	width: 36px;
	height: 43px;
	/*background-position: -19px -29px;*/
	background: url(/img/icon_ip.png);
	position: relative;
	top: -3px;
}
.icon_7 {
	width: 53px;
	height: 44px;
	background-position: 270px -22px;
	position: relative;
	top: -3px;
}
.icon_8 {
	width: 53px;
	height: 44px;
	background-position: -635px -22px;
	position: relative;
	top: -3px;
}
.icon_iptv_33 {
	width: 45px;
	height: 38px;
	background-position: 194px -25px;
}
.icon_iptv_128 {
	width: 44px;
	height: 38px;
	background-position: 132px -25px;
}
.icon_master_card {
	width: 87px;
	height: 55px;
	background: url(/img/tarif_icons.png) 0px 0px no-repeat;
}
.icon_night_up {
	width: 68px;
	height: 55px;
	background: url(/img/tarif_icons.png) -87px 0px no-repeat;
}
.icon_dr_web {
	width: 46px;
	height: 55px;
	background: url(/img/tarif_icons.png) -155px 0px no-repeat;
}
.tarif_icons p.null {
	width: 1px;
	height: 55px;
	border: 1px solid red;
	display: none;
}
.icon_no_money {
	width: 54px;
	height: 55px;
	background: url(/img/tarif_icons.png) -201px 0px no-repeat;
}
.icon_sms_alert {
	width: 61px;
	height: 55px;
	background: url(/img/tarif_icons.png) -255px 0px no-repeat;
}
.icon_free_month {
	width: 42px;
	height: 55px;
	background: url(/img/tarif_icons.png) -316px 0px no-repeat;
}
.icon_local_speed {
	width: 81px;
	height: 55px;
	background: url(/img/tarif_icons.png) -358px 0px no-repeat;
}

.tarif_block .name {
	line-height: 60px;
	color: #1b4484;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	margin: 0px 40px;
	cursor: pointer;
}
.tarif_block .name_big {
	font-size: 26pt;
}
.tarif_desc {
	background-color: #f3f9ff;
	margin: 0px 8px;
	padding: 15px 40px;
	border: 1px solid #e2eef9;
	border-top: 1px solid #c4d5e4;
	font-size: 10pt;
	clear: both;
	position: relative;
	top: -5px;
}
.tarif_desc a:link,
.tarif_desc a:visited,
.tarif_desc a:active {
	text-decoration: none;
	border-bottom: 1px dashed #007eb9;
}
.tarif_desc a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #11537d;
}
.tarif_desc ul {
	margin: 0px;
	padding: 0px;
}
.tarif_desc ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.tarif_desc table {
	margin: 5px 0px 10px 0px;
}
.tarif_desc table td {
	padding: 3px 11px;
}
.tarif_desc .middle {
	border-right: 1px solid #c4d5e4;
	border-left: 1px solid #c4d5e4;
}
.hint {
	border-bottom: 1px dashed;
	cursor: help;
}
.hint_div {
	position: absolute;
	font-size: 8pt;
	padding: 10px;
	background: #fff;
	border: 1px solid #c4d5e4;
	max-width: 250px;
	margin-top: -3px;
	box-shadow: 0px 1px 10px #c4d5e4;
	opacity: 0;
	z-index: -1;
	transition: all 0.2s linear;
}
.hint_div:before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	margin: -16px 0px 0px 0px;
	background: #fff;
	border-top: 1px solid #c4d5e4;
	border-left: 1px solid #c4d5e4;
}
.hint:hover + .hint_div {
	opacity: 1;
	z-index: 999;
	transition: all 0.2s linear;
	margin-top: 5px;
}
i.icon {
	min-width: 1em;
	display: inline-block;
	text-align: center;
}
i.icon:empty:after {
	visibility: hidden;
	content: '\00A0';
}
.icons-box {
	padding: 8px 25px;
}
.icons-box .icon {
	margin: 0 20px;
	cursor: pointer;
	display: inline-block;
	float: left;
}
.tarif_icons {
	height: 67px;
	margin: 20px 0px 15px 0px;
}
.tarif_icons p,
.tarif_icons div {
	display: inline-block;
	line-height: 67px;
	vertical-align: top;
	font-size: 12pt;
	margin: 0px 30px 0px 0px;
}
.tarif_icons div {
	margin: 0px 50px;
}
.tarif_icons p {
	border: 6px solid #fff;
	border-left-width: 15px;
	border-right-width: 15px;
	cursor: pointer;
	transition: all 0.2s linear;
	border-radius: 10px;
}
.tarif_icons p:hover {
	background-color: #d3e4f4;
	border-color: #d3e4f4;
}
.tarif_icons p.select {
	background-color: #d3e4f4;
	border-color: #d3e4f4;
}
.tarif_icons p.select:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	background: #d3e4f4;
	margin: 55px auto 0px auto;
}
.tarif_icons_desc {
	margin: 15px 8px;
	font-size: 10pt;
	color: #1b4484;
	line-height: 20px;
}
.tarif_icons_desc img {
	float: left;
	margin: 0px 12px;
}
.tarif_icons_desc div {
	margin: 0px 0px 0px 175px;
}
.pay_desc .tarif_icons_desc div {
	margin: 0px 20px 0px 20px;
}
.pay_desc .payment_place {
	margin-left: 20px;
}
.tarif_icons_desc em,
.tarif_icons_desc strong {
	color: #009cd5;
}
.tarif_icons_desc th,
.tarif_icons_desc td {
	border-bottom: 1px solid #f1f3e6;
	font-weight: bold;
}
.tarif_icons_desc th {
	color: #009cd5;
}
.tarif_icons_desc td {
	color: #1b4484;
	padding-left: 50px;
	padding-right: 50px;
}
/****** LOCATION FORM ******/

.location_form {
	height: 73px;
	line-height: 73px;
	background: #f3f9ff;
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 51px repeat-x, linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
	margin: 0px 8px 30px 8px;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15pt;
}
.location_form .line_gray {
	background: -moz-linear-gradient(top,  rgba(170,187,203,0.2) 0%, rgba(170,187,203,1) 50%, rgba(170,187,203,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,187,203,0.2)), color-stop(50%,rgba(170,187,203,1)), color-stop(100%,rgba(170,187,203,0.2)));
	background: -webkit-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aabbcb', endColorstr='#33aabbcb',GradientType=0 );
	width: 1px;
	height: 73px;
}
.location_form .first {
	padding: 0px 30px 0px 15px;
}
.location_form .last {
	padding: 0px 10px 0px 30px;
	color: #009cd5;
}
.location_form form {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.location_form input {
	width: 410px;
	color: #1b4484;
	margin-right: 10px;
}
.location_form button {
	border-color: #74a5bc;
	line-height: normal;
}
.location_form img {
	cursor: pointer;
}
.gis_block {
	margin: 20px 8px 40px 8px;
}
.gis_block .address_list {
	float: left;
	width: 210px;
	height: 480px;
	overflow: auto;
	padding: 0px 10px;
}
.gis_block .address_list .pay_variant {
	padding: 1px 0px 8px 22px;
	background-color: #f1f3e6;
}
.gis_block .address_list .pay_variant p a {
	font-size: 11pt;
}
.gis_block .address_list p {
	font-size: 9pt;
	margin: 10px 0px;
	color: #999;
	border-top: 1px solid #f1f3e6;
	padding-top: 5px;
}
.gis_block .address_list p a {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 10pt;
}
.gis_block .address_list p span {
	display: inline-block;
	margin: 5px 0px 3px 0px;
	color: #1b4484;
	font-size: 11pt;
}
.gis_block .gis_map {
	height: 480px;
	box-shadow: 0px 2px 10px -3px #666;
}
.desc_txt {
	margin: 30px 8px 15px 8px;
	font-size: 10pt;
	color: #1b4484;
	line-height: 20px;
}
.desc_txt > img {
	float: left;
	margin: 12px 10px 0px 12px;
}
.desc_txt > div {
	margin: 0px 0px 0px 175px;
}
.desc_txt ul li {
	list-style: square;
	color: #c60424;
}
.desc_txt li span {
	color: #1b4484;
}
.pay_icons {
	text-align: center;
	margin: 50px 0px 0px 0px;
	height: 360px;
}
.pay_icons_block {
	display: inline-block;
	vertical-align: top;
	color: #009cd5;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	/*margin: 0px 7px;*/
	/*width: 109px;*/
        width: 115px;
}
.pay_icons_block small {
	font-size: 8pt;
}
.pay_icons_block:hover {
	color: #1b4484;
	/*margin: 0px -3px 0px -2px;*/
}
.pay_icons_block .icon {
	background: url(/img/pay_icons.png) -109px 0px no-repeat;
	width: 90px;
	height: 99px;
	margin: 0px auto 28px auto;
}
.pay_icons_block .icon div {
	margin: 0px auto;
	position: relative;
}
.pay_icons_block:hover .icon {
	background: url(/img/pay_icons.png) 0px 0px no-repeat;
	width: 109px;
	height: 127px;
	margin-bottom: 0px;
}
.pay_icons_block.select {
	color: #1b4484;
	/*margin: 0px -3px 0px -2px;*/
}
.pay_icons_block.select .icon {
	background: url(/img/pay_icons.png) 0px 0px no-repeat;
	width: 109px;
	height: 127px;
	margin-bottom: 0px;
}
.icon_inet_free {
	width: 78px;
	height: 44px;
	background: url(/img/pay_icons.png) -176px -138px no-repeat;
	top: 30px;
}
.icon_pay_rdtc {
	width: 79px;
	height: 40px;
	background: url(/img/pay_icons.png) -201px -96px no-repeat;
	top: 35px;
}
.icon_pay_kbb {
	width: 39px;
	height: 39px;
	background: url(/img/pay_icons.png) -162px -99px no-repeat;
	top: 35px;
}
.icon_pay_nmb {
	width: 50px;
	height: 45px;
	background: url(/img/pay_icons.png) -63px -127px no-repeat;
	top: 33px;
}
.icon_pay_uralsib {
	width: 38px;
	height: 55px;
	background: url(/img/pay_icons.png) -199px -41px no-repeat;
	top: 27px;
}
.icon_pay_sber {
	width: 49px;
	height: 47px;
	background: url(/img/pay_icons.png) -113px -99px no-repeat;
	top: 31px;
}
.icon_pay_sber {
	width: 49px;
	height: 47px;
	background: url(/img/pay_icons.png) -113px -99px no-repeat;
	top: 31px;
}
.icon_pay_sms {
	width: 63px;
	height: 55px;
	background: url(/img/icon_pay_sms.png?5) no-repeat;
	top: 28px;
}
.icon_pay_online {
	width: 63px;
	height: 43px;
	background: url(/img/pay_icons.png) 0px -127px no-repeat;
	top: 34px;
}
.icon_pay_multi {
	width: 33px;
	height: 54px;
	background: url(/img/pay_icons.png) -246px 0px no-repeat;
	top: 28px;
}
.icon_pay_vtb24 {
    width: 78px;
    height: 42px;
    background: url(/img/pay_icons.png) -238px -53px no-repeat;
    top: 32px;
}
.icon_pay_ss {
	top: 32px;
	width: 64px;
	height: 53px;
	background-image: url(/img/saloni_icon.png?2);
	background-size: contain;
	background-repeat: no-repeat;
}


.icon_pay_payfon {
   top: 31px;
   width: 57px;
   height: 47px;
   left: 5.4px;
   background-image: url(/img/payfon_icon.png);
   background-size: contain;
   background-repeat: no-repeat;
}

.icon_pay_russian_post {
top: 35px;
   width: 70px;
   height: 49px;
   background-image: url(/img/russian_post.png);
   background-size: contain;
   background-repeat: no-repeat;
}

.pay_desc {
	margin: 0px 0px 40px 0px;
}
.pay_desc .title {
	height: 51px;
	line-height: 51px;
	background: #f3f9ff;
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: url(/img/chess_blue_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
	margin: 0px 8px;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	color: #1b4484;
	border-top: 1px solid #f1f3e6;
}
.pay_desc .title div {
	display: inline-block;
	width: 47px;
	height: 41px;
	background: url(/img/pay_icons.png) -199px 0px no-repeat;
	margin: 5px 10px 0px 15px;
	vertical-align: top;
}
/****** ABOUT ******/

.awards {
	height: 254px;
	background: #f3f9ff;
	background: -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
	text-align: center;
	margin: 30px 0px;
}
.awards .line_gray {
	background: -moz-linear-gradient(top,  rgba(170,187,203,0.2) 0%, rgba(170,187,203,1) 50%, rgba(170,187,203,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,187,203,0.2)), color-stop(50%,rgba(170,187,203,1)), color-stop(100%,rgba(170,187,203,0.2)));
	background: -webkit-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(170,187,203,0.2) 0%,rgba(170,187,203,1) 50%,rgba(170,187,203,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aabbcb', endColorstr='#33aabbcb',GradientType=0 );
	width: 1px;
	height: 230px;
	display: inline-block;
	margin: 12px 5px 0px 5px;
}
.awards img {
	display: inline-block;
	margin: 7px 10px;
	vertical-align: top;
}
.contact_info {
	margin: 10px 8px 15px 184px;
	font-size: 10pt;
	color: #1b4484;
	line-height: 20px;
}
.contact_info div {
	width: 265px;
	font-family: PFDinTextCompPro-Thin, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14pt;
	float: left;
	margin: 10px 0px 20px 0px;
}
.contact_info div span {
	color: #f42727;
}
.address_map {
	height: 218px;
	margin: 50px 0px;
	padding: 101px 0px 0px 0px;
}
.address_map.second {
	height: 227px;
	margin: 50px 0px;
	padding: 92px 0px 0px 0px;
}
.address_map div.job-time {padding-top:5px;font-size:14pt;}
.address_map div.info {
	height: 64px;
	background: #f3f9ff;
	background: -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
}
.address_map div {
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	padding: 12px 0px 0px 30px;
	font-size: 18pt;
	color: #004484;
}
.address_map div span {
	color: #c60424;
}
.address_map img {
	position: absolute;
	margin: -101px 0px 0px 255px;
}
.address_map.second img {
	position: absolute;
	margin: -92px 0px 0px 255px;
}
/****** SUPPORT ******/

.support_desc {
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	/*margin: 0px 15px 40px 25px;*/
	margin: 0 15px 25px 25px;
}
.support_desc small,
.support_desc big {
	color: #ed1c24;
}
.support_desc small {
    display: inline-block;
    width: 150px;
}
.support_desc .btn_connect {
	float: none;
	display: inline-block;
	width: 350px;
	cursor: pointer;
	margin: 0px 40px 0px 10px;
}
.support_desc .btn_connect.select {
	background: #e62244;
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 300px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}
.support_desc form {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	margin: 20px 0px 0px 0px;
}
.support_desc textarea {
	width: 940px;
	height: 120px;
	margin: 5px 0px;
}
.support_desc button {
	margin: 0px;
}
.support_parts {
	margin: 40px 15px;
}
.support_parts .one {
	width: 32%;
	float: left;
}
.support_parts .two {
	width: 32%;
	margin: 0px auto;
}
.support_parts .three {
	width: 32%;
	float: right;
}
.support_parts p {
	color: #1b4484;
	font-size: 10pt;
	margin-bottom: 25px;
}
.support_parts p a:link,
.support_parts p a:visited,
.support_parts p a:active {
	font-size: 16pt;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	color: #1b4484;
	text-decoration: underline;
}
.support_parts p a:hover {
	text-decoration: none;
}
.txt {
	margin: 20px;
	font-size: 10pt;
	clear: both;
}
.txt + .txt {
	border-top: 1px solid #dddace;
}
.txt big {
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 24pt;
	float: left;
	color: #009cd5;
}
.txt p {
	margin: 0px 0px 0px 45px;
	padding: 15px 0px 0px 0px;
}
.txt strong {
	color: #009cd5;
}
.txt img {
	margin: 0px 0px 15px 20px;
	box-shadow: 0px 2px 10px -3px #000;
}
.s-txt {
    margin: 20px 40px;
    font-size: 11pt;
}
.s-txt strong { color: #009cd5; }
.s-txt p {margin-bottom: 20px;}
.text_block {
	margin: 20px;
	font-size: 10pt;
}
.text_block img {
	margin: 0px;
	/*box-shadow: 0px 2px 10px -3px #000;*/
}
.text_block p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.text_block strong {
	color: #009cd5;
}

.not_strong strong {
	color: #506079 !important;
}
.text_block th {
	font-weight: bold;
	color: #009cd5;
}
.text_block th,
.text_block td {
	border-bottom: 2px solid #f1f3e6;
	/*border-right: 2px solid #f1f3e6;*/
	border-left: 2px solid #f1f3e6;
}
.text_block .tv-eq td {
	border: 0;
}

.text_block .iptv td
{
    border: 0;
}

/*.text_block tr th:last-child,
.text_block tr td:last-child {
	border-right: none 0px;
}*/
.text_block tr th.first,
.text_block tr td.first {
	border-left: none 0px;
}
.form {
	margin: 0px 15px 40px 25px;
	font-size: 10pt;
	line-height: 25px;
}
.form strong {
	color: #009cd5;
}
.form span {
	margin-left: 28px;
	top: -5px;
	position: relative;
}
.form dt {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	line-height: normal;
}
.form dd {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.form input[type="text"] {
	width: 230px;
}
.form textarea {
	width: 425px;
	height: 70px;
}
.form input[type="checkbox"] {
	margin: 0px 10px 0px 5px;
	padding: 0px;
}
.form_reply {
	color: #ed1c24;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 0px 30px;
}
.form_loader {
	margin: 0px 0px 0px 30px;
	line-height: 23px;
	vertical-align: middle;
}
.action_question_form,
.office_request_form {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 40px 15px;
}
.market_request_form {
	
	margin-left: 175px;
}

.action_question_form textarea,
.office_request_form textarea {
	width: 940px;
	height: 120px;
	margin: 5px 0px;
}
.action_question_form button,
.office_request_form button {
	margin: 0px;
}
.action_banner {
	width:100% auto;
	overflow: hidden;
	text-align:left;
	margin: 0px 8px;
	background-color: #fff;
	height: 90px;
}
.action_banner + .tarif_desc {
	top: 0px;
}
.office_request:hover {
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 30px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
}
.office_request.select {
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 230px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
}
.phone_number_type,
.phone_number_list {
	display: inline-block;
}
.phone_number_list {
	width: 300px;
}
.phone_number_list .numbers {
	position: absolute;
	height: 200px;
	width: 110px;
	overflow: auto;
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	padding: 2px 5px;
	display: inline-block;
}
.create_site {
	float: right;
	width: 400px;
}
.create_site h1 {
	margin: 0px;
	text-align: center;
	padding-left: 0px;
}
.create_site div {
	background: #f3f9ff;
	background: -moz-linear-gradient(top,  #f3f9ff 0%, #d3e4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f9ff), color-stop(100%,#d3e4f4));
	background: -webkit-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -o-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: -ms-linear-gradient(top,  #f3f9ff 0%,#d3e4f4 100%);
	background: linear-gradient(to bottom,  #f3f9ff 0%,#d3e4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#d3e4f4',GradientType=0 );
}
.create_site div form {
	padding: 0px;
	margin: 0px;
}
.create_site div dl {
	padding: 10px 0px;
	margin: 0px;
}
.create_site dt {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
	white-space: nowrap;
	color: #1b4484;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13pt;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
.create_site dd {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.create_site dd input {
	width: 270px;
	height: 30px;
	margin: 0px;
	font-size: 13pt;
}
.create_site dd textarea {
	width: 270px;
	height: 50px;
	margin: 0px;
	font-size: 13pt;
}
.create_site hr {
	border-top: 1px solid #e2eae5;
	border-bottom: 1px solid #fff;
	height: 0px;
}
.create_site .additional dt {
	vertical-align: top;
}
.create_site .additional dt img {
	box-shadow: none;
	margin: 20px 0px 0px 10px;
}
.create_site .additional dd textarea {
	height: 200px;
	font-size: 11pt;
}
.create_site button {
	margin: 0px 0px 10px 110px;
}
.create_site form .form_reply {
	margin: 8px 0px 0px 110px;
	padding-bottom: 15px;
	display: block;
}
.market_part {
	margin: 20px;
	font-size: 10pt;
}
.market_part div {
	float: left;
	width: 290px;
	margin-left: 20px;
}
.market_part div img {
	float: left;
}
.market_part div p {
	margin: 0px 0px 0px 120px;
	color: #009cd5;
	padding-top: 30px;
}
.market_table {
	margin: 15px 0px;
}
.market_table td {
	border: 1px solid #f1f3e6;
	text-align: center;
	padding: 35px 0px 28px 0px;
	width: 50%;
}
.market_table td p {
	color: #009cd5;
	font-size: 16pt;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 10px;
}
.market_table td h1 {
	background: #1076b2;
	background: url(/img/chess_bg.png) center 20px repeat-x, -moz-linear-gradient(top,  #058fc9 0%, #4c7eae 54%, #155695 55%, #1b4484 100%);
	background: url(/img/chess_bg.png) center 20px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058fc9), color-stop(54%,#4c7eae), color-stop(55%,#155695), color-stop(100%,#1b4484));
	background: url(/img/chess_bg.png) center 20px repeat-x, -webkit-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 20px repeat-x, -o-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 20px repeat-x, -ms-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 20px repeat-x, linear-gradient(to bottom,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058fc9', endColorstr='#1b4484',GradientType=0 );
	text-align: center;
	line-height: 75px;
	color: #fff;
	text-shadow: 1px 1px 0px #1c4485;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 45pt;
	letter-spacing: 2px;
	padding: 4px 15px 0px 15px;
	height: 75px;
	display: inline-block;
}
.market_table td h1 small {
	font-size: 28pt;
}








.adv_menu {
	margin-left: 200px;
}
.adv_menu a{
	text-decoration: none !important;
	margin-right: 20px;
	border-bottom: 1px dashed;
}

.adv_menu a:hover{
	border-bottom: 0px;
}


.market_table_new {
	margin: 15px 0px;
}
.market_table_new td {
	border: 0px solid #f1f3e6;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width: 50%;
}
.market_table_new td p {
	//color: #009cd5;
	font-size: 12pt;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 5px;
}
.market_table_new td h1 {
	background: #1076b2;
	background: url(/img/chess_bg.png) center 10px repeat-x, -moz-linear-gradient(top,  #058fc9 0%, #4c7eae 54%, #155695 55%, #1b4484 100%);
	background: url(/img/chess_bg.png) center 10px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058fc9), color-stop(54%,#4c7eae), color-stop(55%,#155695), color-stop(100%,#1b4484));
	background: url(/img/chess_bg.png) center 10px repeat-x, -webkit-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 10px repeat-x, -o-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 10px repeat-x, -ms-linear-gradient(top,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	background: url(/img/chess_bg.png) center 10px repeat-x, linear-gradient(to bottom,  #058fc9 0%,#4c7eae 54%,#155695 55%,#1b4484 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058fc9', endColorstr='#1b4484',GradientType=0 );
	text-align: center;
	line-height: 65px;
	color: #fff;
	text-shadow: 1px 1px 0px #1c4485;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 25pt;
	letter-spacing: 2px;
	padding: 0px 15px 0px 15px;
	height: 60px;
	display: inline-block;
}
.market_table_new td h1 small {
	font-size: 20pt;
}






















.market_txt {
	padding: 15px 0px 15px 10px;
	//color: #009cd5;
}
.market_txt a:link,
.market_txt a:visited,
.market_txt a:active {
	font-size: 20pt;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	color: #1b4484;
	padding-right: 15px;
	line-height: 33px;
}
.market_banners {
	padding: 15px 5px;
}
.market_banners img {
	float: left;
    padding-top: 15px;
}
.market_banners .market_banners_price {
	margin: 0px 0px 0px 710px;
	color: #506079;
	font-size: 10pt;
	overflow: auto;
}
.market_banners .market_banners_price strong {
	color: #004484;
}
.market_banners .market_banners_price span {
	color: #c91d17;
}
.market_banners .market_banners_price big {
	color: #004484;
	font-size: 20pt;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}
.market_banners .market_banners_price p {
	margin: 0px 0px 0px 25px;
	padding-top: 30px;
	line-height: 20px;
}
.market_banners .market_banners_price hr {
	background-color: #004484;
	color: #004484;
	margin: 8px;
}
.vcard {
	display: none;
}
/****** FOOTER ******/

.footer_pre {
	border-top: 1px solid #748091;
	border-bottom: 1px solid #f1f3e6;
	height: 0px;
}
.footer {
	background: #768193;
	background: url(/img/shadow.png) center top no-repeat, -moz-linear-gradient(top,  #768193 0%, #506079 26%);
	background: url(/img/shadow.png) center top no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#768193), color-stop(26%,#506079));
	background: url(/img/shadow.png) center top no-repeat, -webkit-linear-gradient(top,  #768193 0%,#506079 26%);
	background: url(/img/shadow.png) center top no-repeat, -o-linear-gradient(top,  #768193 0%,#506079 26%);
	background: url(/img/shadow.png) center top no-repeat, -ms-linear-gradient(top,  #768193 0%,#506079 26%);
	background: url(/img/shadow.png) center top no-repeat, linear-gradient(to bottom,  #768193 0%,#506079 26%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768193', endColorstr='#506079',GradientType=0 );
	border-bottom: 1px solid #f1f3e6;
	padding: 0px 0px 15px 0px;
}
.footer .site_map {
	padding: 40px 0px 0px 0px;
	text-align: center;
}
.footer .site_map div {
	margin: 0px 9px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.footer .site_map div h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
.footer .site_map div h3 a:link,
.footer .site_map div h3 a:visited,
.footer .site_map div h3 a:active {
	text-decoration: underline;
	color: #fff;
}
.footer .site_map div h3 a:hover {
	text-decoration: none;
	color: #fff;
}
.footer .site_map div p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 10pt;
}
.footer .site_map div p a:link,
.footer .site_map div p a:visited,
.footer .site_map div p a:active {
	text-decoration: none;
	color: #e3e5e8;
}
.footer .site_map div p a:hover {
	text-decoration: underline;
	color: #e3e5e8;
}
.footer .phone {
	float: left;
	font-size: 9pt;
	color: #e3e5e8;
	margin: 30px 0px 0px 40px;
}
.footer .phone small {
	font-size: 12pt;
}
.footer .phone big {
	font-size: 26pt;
	color: #fff;
}
.footer .social {
	float: right;
	margin: 65px 40px 0px 0px;
}
.footer .social p {
	float: left;
	margin: 0px 6px 0px 0px;
	width: 32px;
	height: 32px;
	transition: all 0.2s;
}
.footer .social p:hover {
	margin-top: -5px;
}
.footer .social div {
	float: left;
}




.iprv-connect {float:none;}
.iptv-wrap {margin-left: 25px;padding-top: 15px;position: relative;}
ul.gadget {margin: 55px 0 50px 0;padding: 0;list-style-type: none;}
ul.questions>li, ul.changeMethod>li,
ul.gadget>li {list-style-type: none;}
.iptv-wrap .available-channels {font-size:1.4em;padding-bottom:5px;}
/*ul.gadget>li>a {width: 160px;line-height: 56px;display: block;}
ul.gadget>li>a.comp {background: url(/img/compicon.jpg) right center no-repeat;
      background-size: 60px auto;}
ul.gadget>li>a.tv {background: url(/img/tvicon.jpg) left center no-repeat;
      background-size: 60px auto;text-indent:65px;}*/
.iptv-wrap .available-channels {text-decoration: none;}
ul.questions {margin:25px 0; padding: 0; list-style-type: none;}
ul.gadget>li, ul.changeMethod>li,
ul.questions>li {font-size: 1.4em; color:#007eb9;line-height:30px;}
ul.gadget>li:before,
ul.questions>li:before {content: '\2022\a0';float: left; margin-left: -1em;}
.iptv-wrap .available-channels:before, ul.changeMethod>li.title:before,
ul.gadget>li.title:before {content: '\2014\a0';float: left; margin-left: -1em;}
p.mark:before {content: '\2731\a0';float: left; margin-left: -1.4em;top: -6px;position: relative;}
ul.changeMethod {margin: 40px 0 20px 0;padding: 0;list-style-type: none;}


div.txt {overflow: hidden;}
div.txt img {float: none;}
.text_block {padding-right: 25px;}


.DHCP {}
.DHCP dt {
    display: inline-block;
    width: 155px;
    vertical-align: middle;
    white-space: nowrap;
}
.DHCP input.err {border: 1px solid red;background: lightpink; color: #666}
.DHCP dd {display: inline-block; vertical-align: middle;}
.DHCP input.DHCP-email {width: 235px;}
.DHCP input.DHCP-entrance {}
.DHCP input.DHCP-floor {}
.DHCP input.DHCP-home {width: 44px; margin-right: 4px;}
.DHCP input.DHCP-login {width: 235px;}
.DHCP input.DHCP-name {width: 235px;}
.DHCP input.DHCP-phone {width: 235px;}
.DHCP input.DHCP-room {width: 26px;}
.DHCP input.DHCP-street {}
.DHCP input.DHCP-submit {}
.DHCP .success {
    padding: 0.8em; margin-bottom: 1em; border: 2px solid #c6d880;
    background: #e6efc2; color: #264409; display: inline-block;
    font-size: 1em;
}
.DHCP h2 {
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: red;
}
.DHCP input:required {
    border-bottom: 1px solid red;
}

.m_connect .step1 {margin-bottom: 20px;}
.m_connect #connect_login {
    padding: 3px 5px;
    width: 140px;
}
.m_connect .title {
    font-style: italic;
    font-size: 1.05em;
    padding-right: 15px;
    vertical-align: bottom;
}
.m_connect .button {
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 3px 15px;
    border: 1px solid #e6e6e6;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F7F7F7),
	color-stop(0.5, #E6E6E6)
    );
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #E6E6E6 50%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #E6E6E6 50%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #E6E6E6 50%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #E6E6E6 50%);
    background-image: linear-gradient(to bottom, #F7F7F7 0%, #E6E6E6 50%);
    cursor: pointer;
}
.m_connect .button#ok,
.m_connect .button.active {
    border: 1px solid #d8e7f5;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F3F9FE),
	color-stop(0.5, #D8E7F5)
    );
    background-image: -o-linear-gradient(bottom, #F3F9FE 0%, #D8E7F5 50%);
    background-image: -moz-linear-gradient(bottom, #F3F9FE 0%, #D8E7F5 50%);
    background-image: -webkit-linear-gradient(bottom, #F3F9FE 0%, #D8E7F5 50%);
    background-image: -ms-linear-gradient(bottom, #F3F9FE 0%, #D8E7F5 50%);
    background-image: linear-gradient(to bottom, #F3F9FE 0%, #D8E7F5 50%);
}
.m_connect .buttons { padding: 10px 0 20px;}
.m_connect .what-is-router {
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
    margin-bottom: 3px;
    height: 18px;
}
.m_connect .what-is-it:before {
    content: "\2014\a0";
    margin-left: -15px;
    float: left;
}
.m_connect .what-is-it {font-size: smaller;}
.m_connect .result img { width: 99%; margin-top: 15px;}
.m_connect a.tel {font-size: large; text-decoration: none; color: #11537d;}

.domen,
.profitable-year {
  padding-right: 40px;
}
.domen ol li,
.profitable-year ol li {
  list-style-type: decimal;
  color: #1b4484;
}

.profitable-year .info {
    padding: 0 0 20px 40px;
}

.domen .info { padding-bottom: 20px }
.domen .info__title { font-size: 1.3em }
.domen  ol li, .profitable-year ol li { margin-bottom: 20px; }
.domen  ol li table, .profitable-year ol li table { margin: 10px 0; }
.domen ol li table,
.domen ol li table th,
.domen ol li table td,
.profitable-year ol li table,
.profitable-year ol li table th,
.profitable-year ol li table td {
  border: 1px solid grey;
  text-align: center;
  padding: 5px;
}


.install:before {
    content: '';
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: normal;
    margin-left: -20px;
    float: left;
    position: relative;
    top: -4px;
}
.install.step1:before {content: '1';}
.install.step2:before {content: '2';}
.install.step3:before {content: '3';}
.install.step4:before {content: '4';}
.install.step5:before {content: '5';}
.install.step6:before {content: '6';}
.install.step7:before {content: '7';}
.install.step8:before {content: '8';}
.install.step9:before {content: '9';}
.install { margin: 10px 0 20px; }
.install img { margin: 10px 0; }
.install>ul>li {color: #1b4484;}
.install.info {padding: 10px 15px; background: #fffdc5;}
.drweb {margin-right: 55px;}

.color_red { color: red; }

.playlist-iptv
{
    font-size: 1.4em;
    padding-bottom: 5px;
    color: #007eb9;
}
.playlist-iptv:before
{
    content: '\2014\a0';
    float: left;
    margin-left: -1em;
}
.gap {
    display: inline-block;
    width: 5px;
    height: 1px;
}

a.link_type_button
{
    background: #1076b2;
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
    background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 0 #1c4485;
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 20pt;
    letter-spacing: 2px;
    padding-top: 4px;
    display: inline-block;
    transition: background 0.5s;
    cursor: pointer;
}
.link_type_button__text
{
    margin: 0 55px;
}
.link_type_button:hover
{
    background: #e62244;
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
    background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
    text-shadow: 1px 1px 0px #c50123;
}
.speed-test
{
    margin: 20px 0 20px 10px;
}
.call-master
{
    margin: 0 0 25px 185px;
    width: 350px;
    text-transform: uppercase;
}
.call-master .link_type_button__text
{
    margin: 0 80px;
}


/*************************************/
.ui-widget-content
{
    border: 0;
    background: none;
}

.iprv__desc
{
    padding-left: 185px;
}

.desc-txt {
    overflow: hidden;
    margin: 30px 8px 15px 8px;
    font-size: 10pt;
    color: #1b4484;
    line-height: 20px;
}

.desc-txt__img
{
    float: left;
}


.tv-channel
{
    /*display: inline-block;*/
    /*margin: 5px 0;*/
    width: 120px;
    height: 130px;
    float: left;
    margin: 0px 3px 0px 0px;
}
.tv-channel__logo
{
    border: 1px solid #DCE1E6;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 10px;
}
.tv-channel__text
{
    text-align: center;
    padding-top: 3px;
}

.text_block img.tv-img,
.tv-img
{
    width: 95%;
    /*border: 1px solid #ccc;*/
    padding: 3px;
    background: #e2eef9;
    margin: 5px 0;
}
.channel-box
{
    overflow: hidden;
		margin: 0 8px;
}

.tv-channel__text a.link { color: #1b4484; }

.text-box
{
    margin: 20px;
    overflow: hidden;
}

.text-box p
{
    margin-bottom: 10px;
}

.font_bold
{
    font-weight: bold;
}
.font_italic
{
    font-style: italic;
}

.underline
{
    text-decoration: underline;
}

.sberTitle
{
    color: #00B050;
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 1.4em;
}
.sberTitle_color_black
{
    color: #000;
}
.point .sberTitle
{
    padding: 9px 0 0 30px;
}

.point__num
{
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 24pt;
    float: left;
    color: #009cd5;
}
.point__text
{
    padding: 14px 0 0 30px;
}
.point__image
{
    width: 100%;
}


.list__item
{
    position:relative;
    margin-left: 2em;
}
.list__item:before
{
    content: '\2013\a0';
}
.list_num
{
    counter-reset:li
}
.list_num .list__item
{
    margin: 5px 0 0 2em;
    padding: 2px 0;
}
.list_num .list__item:before
{
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    top: -1px;
    left: -1.8em;
    font-size: 1.2em;
    color: #009cd5;
    font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
}

.tr__img
{
    width: 400px;
}


.action
{

}

.action ol ul li
{
    color : #1b4484;
}

.action__info
{
    padding-bottom: 20px;
}

.action__title
{
    font-size: 1.3em;
}

.hightlight
{
    font-weight: 600;
}

._hide {
	display: none;
}


.show_home_bonus_info {
	cursor: pointer;
}

.home_bonus_info {
	display: none;
	margin: 10px;
	font-size: 10pt;
}


.btn_bonus a {
	color: #fff;
	text-decoration: none;
}
.btn_bonus {
	width: 270px;
	height: 40px;
	background: #1076b2;
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #1076b2 0%, #33659e 54%, #1c4586 55%, #106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1076b2), color-stop(54%,#33659e), color-stop(55%,#1c4586), color-stop(100%,#106ba9));
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	background: url(/img/arrow_red.png) left 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #1076b2 0%,#33659e 54%,#1c4586 55%,#106ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1076b2', endColorstr='#106ba9',GradientType=0 );
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 0px #1c4485;
	font-family: PFDinTextCompPro-Regular, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 2px;
	padding-top: 4px;
	float: left;
	transition: background 0.5s;
	cursor: pointer;
}
.btn_bonus:hover {
	background: #e62244;
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -moz-linear-gradient(top,  #e62244 0%, #e21e40 54%, #c50123 55%, #db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62244), color-stop(54%,#e21e40), color-stop(55%,#c50123), color-stop(100%,#db1739));
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -webkit-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -o-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, -ms-linear-gradient(top,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	background: url(/img/arrow_red.png) 40px 16px no-repeat, url(/img/chess_bg.png) center 29px repeat-x, linear-gradient(to bottom,  #e62244 0%,#e21e40 54%,#c50123 55%,#db1739 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62244', endColorstr='#db1739',GradientType=0 );
	text-shadow: 1px 1px 0px #c50123;
}


.sbrf_pay {
	
	width: 664px;
	height: 78px;
	background-image: url(/img/sbrf_pay.png);

	
}


.sbrf_pay .item {
	float: left;
	background-color: #fff;
	padding: 10px 20px;
	Color: #08a652;
	border-radius: 15px;
	margin-left: 30px;
	margin-top: 20px !important;
}

.sbrf_pay .item a {
	Color: #08a652;
	text-decoration: none;
}

.sbrf_pay .item.first{
	margin-left: 320px;
}
