@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("font.css");

@media all and (max-width: 768px){


header, nav, section, article, aside, figure, hgroup, footer{
	display:block;	
}
a{color:#0071A5;}
a:hover{color:#41C9F1;}
.group:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clear{
	clear:both;	
}
.wrapper{
	margin:auto auto;
	position:relative;
	width:1200px;	
}
body.main{
	background:#F4F4F4;	
}
body{
	font: 16px 'Calibri', sans-serif;
	color:#005685;
	background:#ffffff;	
}
header{
	width:100%;
	min-width: 1200px;
	height:125px;
	top:0px;
	z-index: 102;
	position: fixed;
	background:#FBFBFB;	
}
header #logo{
	width:202px;
	height:90px;
	background:url(../images/logo.png) no-repeat;
	float:left;
	margin:18px 0 0 0;	
}
header div.options{
	float:left;
	margin:18px 0 0 60px;
	width:707px;	
}
header div.options p.tel{
	color: #00B3E8;
font: 34px 'Calibri', sans-serif;
padding-left: 24px;
background: url(../images/phone.png) no-repeat center left;
float: left;
margin-top: 14px;
display: table-cell;
line-height: 32px;
height: 32px;
vertical-align: middle;
font-weight: bold;
}
header div.options #call{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	margin: 17px 0 0 24px;
	font: 15px 'Corbel', sans-serif;
	background-color: #00b7e8;
	padding: 4px 7px 4px 7px;
}
header div.options #call:hover{
	text-decoration:underline;	
}
header div.options div.search{
	float:left;
	margin:15px 0 0 32px;	
}
header div.options div.search form input.search{
	width:388px;
	height:28px;
	border:none;
	border-bottom:1px solid #5FC8EB;
	padding:0 32px 0 0;
	text-align:right;
	background:#F4F4F4 url(../images/search.png) no-repeat 395px 50%;
	color:#A4A2A2;
	font:15px 'Corbel', sans-serif;	
	float: left;
}
header div.options nav{
	margin-top:23px;
}
header div.options nav ul li{
	float:left;
	margin-left:40px;
}
header div.options nav ul li:first-child{
	margin-left:0px;
}
header div.options nav ul li a{
	color:#3B3B3B;
	font:18px 'Corbel', sans-serif;
	text-decoration:none;	
}
header div.options nav ul li a:hover{
	color:#00B7E8;
}
header div.options nav ul li.active a{
	color:#0C87B8;
	/*font-weight:bold;*/
}
header div.options nav ul li a:active{
	color:#0C87B8;
	/*font-weight:bold;*/
}
header div.user{
	width:186px;
	float:right;
	margin-top:19px;
	text-align:right;	
}
header div.user p{
	color:#00A7E4;
	float: left;
	margin-left: 10px;
	font:13px/14px 'Corbel', sans-serif;
	height:42px;
text-align: left;
	margin-top: 5px;
}
header div.user p span{
	display:block;	
}
header div.user a.menu{
	display:inline-block;
	padding:0 33px 0 0;
	background:url(../images/menu.png) no-repeat 100% 50%;
	color:#303030;
	font:bold 30px/24px 'Corbel', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:15px;
}
header div.user a.menu:hover{
	background:url(../images/menuHover.png) no-repeat 100% 50%;
}

header div.user a.menu.blue{
	background:url(../images/menu2.png) no-repeat 100% 50%;
}
header #recall{
	position:absolute;
	left:255px;
	top:60px;
	width:235px;
	padding:37px 20px 40px 20px;
	background:#F4F4F4;
	z-index:200;
	display:none;	
}
header #recall form input{
	width:203px;
	height:25px;
	border:none;
	border-bottom:1px solid #3CC4EB;
	margin-bottom:12px;
	padding:0 0 0 32px;
	color:#353535;
	font:15px 'Calibri', sans-serif;	
}
header #recall form input[name="name"]{
	background:url(../images/icon1.png) no-repeat 7px 50% #ffffff;	
}
header #recall form input[name="tel"]{
	background:url(../images/icon2.png) no-repeat 7px 50% #ffffff;	
}
header #recall form ::-webkit-input-placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}
header #recall form :-moz-placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}
header #recall form .placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}

header #recall form button{
	width:235px;
	height:26px;
	border:none;
	background:#00B7E8;
	color:#ffffff;
	font:bold 17px 'Calibri', sans-serif;
	text-transform:uppercase;
	margin-top:15px;	
}
.blueForm{
	/*position:absolute;*/
	border: 4px solid #00B7E8;
	left:255px;
	top:60px;
	width:235px;
	padding:20px;
	background: #EAF5F8;
	margin-left: 20px;
	/*z-index:200;
	display:none;*/	
}
.blueForm form input{
	width:203px;
	height:25px;
	border:none;
	border-bottom:1px solid #3CC4EB;
	margin-bottom:12px;
	padding:0 0 0 32px;
	color:#353535;
	font:15px 'Calibri', sans-serif;	
}
.blueForm form input[name="name"]{
	background:url(../images/icon1.png) no-repeat 7px 50% #ffffff;	
}
.blueForm form input[name="tel"]{
	background:url(../images/icon2.png) no-repeat 7px 50% #ffffff;	
}
.blueForm form ::-webkit-input-placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}
.blueForm form :-moz-placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}
.blueForm form .placeholder {
	color:#353535;
	font:15px 'Calibri', sans-serif;
}

.blueForm form button{
	width:235px;
	height:26px;
	border:none;
	background:#00B7E8;
	color:#ffffff;
	font:bold 17px 'Calibri', sans-serif;
	text-transform:uppercase;
	margin-top:15px;	
}
.blueForm h2{
	/*font:bold 22px 'Calibri', sans-serif;*/
	margin-bottom:12px;
}
header #menu{
	position:absolute;
	top:125px;
	right:0;
	width:200px;
	padding:49px 25px 7px 0;
	background:#0069A5;	
	display:none;
	z-index:200;
}
header #menu ul li{
	text-align:right;
	margin-bottom:7px;	
}
header #menu ul li a{
	text-decoration:none;
	color:#ffffff;
	font:19px 'Corbel', sans-serif;
}
header #menu ul li a:hover, header #menu ul li a:active{
	color:#4AC8ED;
}

header .secondary_menu ul li ul li a{
	text-decoration:none;
	color:#ffffff !important;
	font:19px 'Corbel', sans-serif;
}
header .secondary_menu ul li ul li a:hover, header .secondary_menu ul li ul li a:active{
	color:#4AC8ED !important;
}

#line{
	width:100%;
	min-width: 1200px;
	position:fixed;
	top:125px;
	height: 40px;
	z-index: 101;
	background:#00B7E8;	
}
#line ul{
	float:left;	
}
#line ul li{
	float:left;
	margin-left:30px;	
	color:#ffffff;
	font:17px/40px 'Calibri', sans-serif; 
}
#line ul li span{
	font-weight:bold;	
}
#line ul li:first-child{
	margin-left:0px;	 
}
#line ul li a{
	color:#ffffff;
	font:17px/40px 'Calibri', sans-serif;
	text-decoration:none;
	display:block;
}
#line ul li a:hover{
	color:#002D64;	
}
#line ul li.exit a{
	padding-right:21px;
	background:url(../images/exit1.png) no-repeat 100% 50%;	
}
#line ul li.exit a:hover{
	background:url(../images/exit2.png) no-repeat 100% 50%;
}





footer{
	border-top:1px solid #C8C8C8;
	background:#FBFBFB;
	width:100%;
	height:100px;
	margin-top: 120px;
}
footer div.left{
	float:left;
}
footer div.left ul li{
	float:left;
	margin-left:6px;
	width:38px;
	height:38px;
	background:#fff;
	margin-top:30px;
}
footer div.left ul li:first-child{
	margin-left:0px;
}	
footer div.social{
	float:right;
	margin-top:30px;	
}
footer div.social ul li{
	float:left;
	margin-left:6px;	
}
footer #designer{
	display:block;
	width:129px;
	height:26px;
	background:url(../images/designer.png) no-repeat;
	float:right;
	margin:38px 16px 0 0;	
}
footer p.copy{
	font:300 15px 'Calibri', sans-serif;
	color:#717171;
	float:left;
	margin:41px 0 0 342px;	
}
footer p.copy span{
	font-weight:bold;	
}
footer h1.copy{
	font:300 15px 'Calibri', sans-serif;
	color:#717171;
	float:left;
	margin:0 0 0 342px;
}
#main_part{
	margin-top:35px;
}
#main_part h1, #main_part h2.h1toh2{
	text-align:center;
	color:#0071A5;
	font:bold 24px/55px 'Calibri', sans-serif;
	text-transform:uppercase;
	border-bottom:3px solid #ffffff;
	background-color: #eaf5f8;	background-color: #eaf5f8;
}
#about_company{
	background:#EAF5F8;
	/*background-color: transparent !important;*/
}
#about_company section.window{
	display: table-cell;
    height:100%;
	float: right;
	width: 870px;
	margin: 0px auto;
	padding-right:30px;	
}
#about_company section.window section.block{
	padding-right:38px;
}
#about_company section.window section.block ol{
	list-style: decimal;
}
#about_company section.window section.block ol,
#about_company section.window section.block ul{
	margin-left: 30px;
}
#about_company #vakanciy{
	background:url(../images/block1.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#about_company #about{
padding-bottom: 17px;
}


#about_company #license{
	background:url(../images/block3.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#about_company section.window section.block{
	min-height:571px;	
}
#about_company section.window p.title{
	color:#005685;
	font:bold 15px 'Calibri', sans-serif;
	text-transform:uppercase;
	margin-bottom:0;	
}
	#about_company section.window {
		color:#005685;
	}
#about_company section.window p{
	color:#005685;
	font:300 16px 'Calibri', sans-serif;
	margin-bottom:17px;	
}
#about_company section.window div.column p{
	width:393px;	
}
#about_company #fotos{
	width:898px;
	margin:-25px 0 0 -79px;
}
#about_company #fotos ul{
	margin-left:-11px;	
}
#about_company #fotos ul li{
	float:left;
	margin:0 0 11px 11px;
	position:relative;
}
#about_company #fotos ul li img{
	display:block;	
}
#about_company #fotos ul li div.caption{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(0,79,166,0.75);
	padding:12px 0 19px 0;
	opacity:0;
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;		
}
#about_company #fotos ul li a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;	
}
#about_company #fotos div.album{
	position:relative;
	top:-5px;
}
#about_company #fotos div.album h2{
	text-transform:uppercase;
	color:#00B7E8;
	font:bold 18px 'Calibri', sans-serif;
}
#about_company #fotos div.album ul{
	margin-top:13px;
}
#about_company #fotos div.album ul li{
	width:292px;
	height:219px;
}
#about_company #fotos ul li div.caption p{
	padding:0 18px;
	font:15px 'Corbel', sans-serif;
	color:#ffffff;
	margin-bottom:0;	
}
#about_company #fotos ul li div.caption p.head{
	font:bold 18px 'Corbel', sans-serif;
	color:#ffffff;
	margin-bottom:5px;	
}
#about_company #fotos ul li:hover div.caption{
	opacity:1.0;	
}

.typography h1{
	border-bottom: none !important;
}

#about p {
margin-left: 40px;
}




#basket div.buttons{
	width:580px;
	margin:30px auto auto;
	float:right;	
}
#basket div.buttons button{
	float:right;
	width:228px;
	height:30px;
	border:none;
	background:#5FC8EB;
	color:#ffffff;
	font:bold 18px 'Calibri', sabs-serif;
	text-transform:uppercase;	
}

#basket div.buttons button:hover{
	background:#008ED5;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#basket div.buttons div.prices{
	float:right;
	margin:0px 23px 0 0;
	padding-bottom:50px;	
}
#basket div.buttons div.prices p.action{
	text-align:right;
	color:#be4a95;
	font:bold 17px 'Calibri', sans-serif;
	border:none;
	padding:0;
	margin:0 0 -3px 0;	
}
#basket div.buttons div.prices p.action span{
	font-weight:bold;	
}
#basket div.buttons div.prices p.basic{
	text-align:right;
	color:#005EAA;
	font:17px 'Calibri', sans-serif;
	border:none;
	padding:0;
	margin:0;	
}
#basket div.buttons div.prices p.basic span{
	font-weight:bold;	
}



#connection{
	background:#EAF5F8 url(../images/back1.png) no-repeat bottom center;	
}
#connection p{
	padding:0 30px 26px 30px;
	color:#303030;
	font:300 14px 'Calibri', sans-serif;
	text-align:justify;
	margin-top:28px;	
}
#connection div.request{
	width:816px;
	margin:20px auto auto;	
}
#connection div.request div.row{
	margin-bottom:35px;
}
#connection div.request div.row span{
	color:#00B7E8;
	font:300 17px 'Calibri', sans-serif;
	margin-right:3px;
}
#connection div.request div.row span.ok,#connection div.request div.row span.error{
	display:inline-block;
	width:19px;
	height:26px;
	background:url(../images/okgreen.png) no-repeat center;
	float:right;
}
#connection div.request div.row span.error{
	background:url(../images/errorAddress.png) no-repeat center;
}

#connection div.request div.row input{
	width:208px;
	height:25px;
	border:none;
	border-bottom:1px solid #3CC4EB;
	margin-bottom:12px;
	padding:0 0 0 32px;
	color:#353535;
	font:15px 'Calibri', sans-serif;	
}
#connection div.request div.row input[name="fio"]{
	background:url(../images/icon1.png) no-repeat 7px 50% #ffffff;
	margin-right:21px;	
}
#connection div.request div.row input[name="org"]{
    background:url(../images/org.png) no-repeat 7px 50% #ffffff;
    margin-right:21px;  
}
#connection div.request div.row input[name="mail"]{
    background:url(../images/edog.png) no-repeat 7px 50% #ffffff;
    margin-right:21px;  
}
#connection div.request div.row input[name="tel"]{
	background:url(../images/icon2.png) no-repeat 7px 50% #ffffff;
	margin-right:21px;	
}
#connection div.request div.row input[name="time"]{
	background:url(../images/time.png) no-repeat 7px 50% #ffffff;	
}
#connection div.request div.row div.right{
	width:240px;
	float:right;
	margin-right:31px;	
}
#connection div.request div.row div.right div.m_select{
	margin-bottom:7px;
	position:relative;
}
#connection div.request div.row div.right div.m_select .m_head{
	border-bottom:1px solid #3CC4EB;
	height:25px;
	position:relative;
	background:#ffffff;
	cursor:pointer;
}
#connection div.request div.row div.right div.m_select .m_head .m_name{
	background:#ffffff;
	height:25px;
	padding-left:30px;
	float:left;
}
#connection div.request div.row div.right div.m_select.speed .m_head .m_name{
	background:url(../images/speed.png) no-repeat 7px 50% #ffffff;	
}
#connection div.request div.row div.right div.m_select.anti .m_head .m_name{
	background:url(../images/antivirus.png) no-repeat 7px 50% #ffffff;	
}
#connection div.request div.row div.right div.m_select.net .m_head .m_name{
	background:url(../images/inet.png) no-repeat 7px 50% #ffffff;	
}
#connection div.request div.row div.right div.m_select.tv .m_head .m_name{
	background:url(../images/tv.png) no-repeat 7px 50% #ffffff;	
}
#connection div.request div.row div.right div.m_select .m_head .m_name input{
	background:#ffffff;
	border:none;
	width:125px;
	height:25px;
	margin:0;
	padding:0;
	cursor:pointer;
}
#connection div.request div.row div.right div.m_select .m_head .m_name .trigger {
	position: absolute;
	top: 0;
	right: 50px;
	width: 28px;
	height: 25px;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
}
#connection div.request div.row div.right div.m_select .m_head .m_name .trigger-arrow {
	position: absolute;
	top: 11px;
	right: 7px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #00B7E8;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#connection div.request div.row div.right div.m_select .m_head .m_option{
	float:right;
	width:50px;	
}
#connection div.request div.row div.right div.m_select .m_head .m_option input{
	height:25px;
	width:50px;
	padding:0;
	margin:0;
	text-align:center;
	font:bold 15px 'Calibri', sans-serif;
	color:#353535;
	cursor:pointer;	
}
#connection div.request div.row div.right div.m_select.speed .m_head .m_option input{
	color:#00B300;
}

#connection div.request div.row div.right div.m_select.net div.m_drop{
	width:360px;
}

#connection div.request div.row div.right div.m_select.anti div.m_drop,#connection div.request div.row div.right div.m_select.tv div.m_drop{
    width:420px;
}

#connection span.basic{
	display:none;
}

#connection div.request div.row div.right div.m_select div.m_drop{
	position:absolute;
	left:0;
	top:25px;
	background:#ffffff;
	z-index:10;
	width:240px;
	display:none;	
}
#connection div.request div.row div.right div.m_select div.m_drop ul li span{
	color: #231F20;
	font:15px 'Calibri', sans-serif;	
}
#connection div.request div.row div.right div.m_select div.m_drop ul li{
	cursor:pointer;
	padding: 5px 10px 4px;
	color: #231F20;	
}
#connection div.request div.row div.right div.m_select div.m_drop ul li:hover{
	color:#ffffff;
	background: #08C;	
}
#connection div.button{
	width:760px;
	margin:30px auto auto;	
}
#connection div.button button{
	float:right;
	width:236px;
	height:30px;
	border:none;
	background:#5FC8EB;
	color:#ffffff;
	font:bold 18px 'Calibri', sabs-serif;
	text-transform:uppercase;	
	margin-top: 2px;
}
#connection div.button button:hover{
	background: #008ED5;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#connection div.button div.prices{
	float:right;
	margin:-5px 23px 0 0;
	padding-bottom:20px;	
}
#connection div.button div.prices p.action{
	text-align:right;
	color:#be4a95;
	font:bold 17px 'Calibri', sans-serif;
	border:none;
	padding:0;
	margin:0 0 -3px 0;	
}
#connection div.button div.prices p.action span{
	font-weight:bold;	
}
#connection div.button div.prices p.basic{
	text-align:right;
	color:#005EAA;
	font:17px 'Calibri', sans-serif;
	border:none;
	padding:0;
	margin:0;	
}
#connection div.button div.prices p.basic span{
	font-weight:bold;	
}
#connection div.request div.row span.disabled .jq-selectbox__text{
	color:#a9a9a9;
}
#connection  div.request div.row .additionalServiseDisabled input,#connection div.request div.row div.right.additionalServiseDisabled div.m_select .m_head .m_option input,#connection div.request div.row div.right.additionalServiseDisabled div.m_select.speed .m_head .m_option input{
	color:#a9a9a9;
}

#contacts{
	
}
#contacts div.contact_clicker{
	float:right;
}
#contacts div.contact_clicker ul li{
	float:left;
	width:225px;
	height:57px;
	margin-left:3px;
	text-align:center;
}
#contacts div.contact_clicker ul li.contact1{
	background:#EAF5F8;	
}
#contacts div.contact_clicker ul li.contact2{
	background:#F3F3F3;	
}
#contacts div.contact_clicker ul li a{
	color:#0071A5;
	font:bold 15px/18px 'Calibri', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:8px 20px 0 20px;
	display:block;
}	
div.contact_block{
	padding:44px 0 0 48px;
	/*height:206px;*/
	background:url(../images/back2.png) no-repeat;
}
#contact1{
	background-color:#EAF5F8;	
}
#contact2{
	background-color:#F3F3F3;
	display:none;	
}
div.contact_block div.row{
	float:left;	
}
div.contact_block div.row.row2{
	margin-left:60px;
}
div.contact_block div.row.row3{
	margin-left:73px;
}
div.contact_block div.row p.bold{
	font:bold 15px 'Calibri', sans-serif;
	color:#005685;
	text-transform:uppercase;
	margin-bottom:0;
}
div.contact_block div.row p{
	font:15px 'Calibri', sans-serif;
	color:#005685;
}
div.contact_block div.row p.med{
	font-weight:bold;	
}
div.contact_block div.row div.data{
	margin-bottom:17px;
}
#feedback{
	margin-top:2px;
	background:#EAF5F8;	
	padding-bottom:50px;
	margin-bottom: 100px;
}
#feedback h2{
	background:#00B7E8;
	color:#ffffff;
	font:bold 16px/27px 'Calibri', sans-serif;
	text-transform:uppercase;
	padding-left:90px;	
}
#feedback form{
	margin:45px 0 0 62px;	
}
#feedback form div.row{
	float:left;
	margin-left:28px;	
}
#feedback form div.row input{
	width:205px;
	height:25px;
	border:none;
	border-bottom:1px solid #35C4EC;
	box-shadow:inset 0px -1px 1px #C4EBF9;
	padding:0 0 0 32px;	
	color:#353535;
	font:15px 'Calibri', sans-serif;
	display:block;
	margin-bottom:10px;	
}
#feedback form div.row input[name="name"]{
	width:453px;
	background:url(../images/icon1.png) no-repeat 7px 50% #ffffff;	
}
#feedback form div.row input[name="tel"]{
	background:url(../images/icon2.png) no-repeat 7px 50% #ffffff;	
}
#feedback form div.row input[name="email"]{
	background:url(../images/email.png) no-repeat 7px 50% #ffffff;	
}

#feedback form div.row input[name="verifyCode"]{
	background:url(../images/cod.png) no-repeat 7px 50% #ffffff;
	width:100px;
	
	float:left;	
}
#feedback form div.row img{
	border: 1px solid #35C4EC;
position: relative;
width: 94px;
top: -6px;
margin-left: 9px;
}
#feedback form textarea{
	width: 988px;
height: 89px;
border: none;
border-bottom: 1px solid #35C4EC;
background: url(../images/messageInContact.png) no-repeat 7px 7px #ffffff;
box-shadow: inset 0px -1px 1px #C4EBF9;
padding: 5px 0 0 32px;
color: #353535;
font: 15px 'Calibri', sans-serif;
display: block;
margin: 16px 0 0 28px;
}
#feedback form button{
	float:right;
	width:235px;
	height:25px;
	background:#00B7E8;
	border:none;
	color:#ffffff;
	font:bold 15px 'Calibri', sans-serif;
	margin-right:90px;
	text-transform:uppercase;	
}
#payment{
	background:#EAF5F8;
}
#payment section.window{
	float:right;
/*	width:835px;*/
	width:928px;
	margin:40px 0px 0 0;
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;	
}
#payment section.window section.block{
	padding-right:38px;
	padding-left:53px;
}
#payment #payment1{
	background:url(../images/pay6.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment #payment2{
	background:url(../images/pay2.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment #payment3{
	background:url(../images/pay4.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment #payment4{
	background:url(../images/pay3.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment #payment5{
	background:url(../images/pay5.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment #payment6{
	background:url(../images/pay1.png) no-repeat bottom right;
	padding-bottom:17px;	
}
#payment section.window section.block{
	min-height:571px;	
}
#payment section.window p.title{
	color:#005685;
	font:bold 15px 'Calibri', sans-serif;
	text-transform:uppercase;
	margin-bottom:0;	
}
#payment section.window p{
	color:#005685;
	font:300 15px 'Calibri', sans-serif;
	margin-bottom:17px;	
}
#payment section.window div.column p{
	width:393px;	
}
#news{
	
}
div.head{
	float:right;
}
div.head div.title{
	float:right;
	width:225px;
	height:79px;
}
#news div.head div.title{
	background:url(../images/title.png) no-repeat center #EAF5F8;	
}
div.head ul{
	float:right;
	margin:39px 42px 0 0;	
}
div.head ul li{
	float:right;
	margin-left:24px;	
}
div.head ul li label{
	color:#00B7E8;
	font:15px 'Calibri', sans-serif;
	margin-left:3px;	
	cursor: pointer;
}
#news #articles{
	margin-top:2px;
}
#news #articles article{
	background:#EAF5F8;
	padding:20px 0 18px 33px;
	margin-bottom:2px;	
}
#news #articles article div.media{
	float:left;
	width:232px;
}
#news #articles article div.media img{
	float:left;
	margin-left:2px;
}
#news #articles article div.content{
	width:880px;
	float:left;
	margin-left:25px;	
}
#news #articles article div.content p.title{
	margin-bottom:8px;	
}
#news #articles article div.content p.title a{
	color:#0071A5;
	font:bold 18px 'Calibri', sans-serif;
	text-decoration:none;	
}
#news #articles article div.content p.title a:hover{
	text-decoration:underline;	
}
#news #articles article div.content p.title span{
	float:right;
	color:#00B7E8;
	font:bold 18px 'Calibri', sans-serif;	
}
#news #articles article div.content p{
	color:#0071A5;
	font:16px 'Calibri', sans-serif;
	text-align:justify;	
}
#news #articles article div.content a.more{
	display:block;
	width:124px;
	height:22px;
	background:#00B7E8;
	text-align:center;
	color:#ffffff;
	font:bold 15px/22px 'Calibri', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin-top:28px;
    clear: both;
}
#pagination{
	width:100%;
	background:#00B7E8;
	height:25px;	
}
#pagination ul{
	text-align:center;
	height:25px;
}
#pagination ul li{
	display:inline-block;
	width:25px;
	height:25px;
	position:relative;
	top:-8px;
	margin:0;
	padding:0;	
}
#pagination ul li.first, #pagination ul li.last{
	top:0;	
}
#pagination ul li.active a, #pagination ul li:hover a{
	background:#0086C8;	
}
#pagination ul li:first-child a{
	border-left:none;	
}
#pagination ul li a{
	display:block;
	width:25px;
	height:23px;
	text-align:center;
	font:15px/25px 'Calibri', sans-serif;
	color:#ffffff;
	text-decoration:none;
	border-left:2px solid #ffffff;
	padding-left:2px;
	padding-top:2px;
}

#pagination ul li.first a{
	background:url(../images/left.png) no-repeat center;	
}
#pagination ul li.last a{
	background:url(../images/right.png) no-repeat center;	
}

.left-menu {
	display: block;
	float:left;
	width: 272px;
	
	font:bold 14px/14px 'Calibri', sans-serif;
	cursor: pointer;
	text-transform:uppercase;
	border-bottom: 3px solid #fff;
}

.left-menu-active{
	display: block;
	width: 272px;
	float:left;
	font:bold 14px/14px 'Calibri', sans-serif;
	cursor: pointer;
	text-transform:uppercase;
	/*border-bottom: 3px solid #fff; */
	border-bottom: 0px;
}

.left-menu-active a{
	display: block;
	background-color: #eaf5f8;
	text-shadow: none;
	color: #005585;
	text-decoration: none;
	line-height: 17px;
	padding: 10px;
	padding-left: 20px;
}

.left-menu a{
	display: block;
	background-color: #41c9f1;
	line-height: 42px;
	padding-left: 20px;
	text-shadow: 1px 1px 1px rgba(7,110,171,0.3);
	color: #fff;
	text-decoration: none;
}

.left-menu a:hover{
	display: block;
	background-color: #eaf5f8;
	text-shadow: none;
	color: #005585;
}


.left-menu-last {
	display: block;
	float:left;
	width: 272px;
	height: 400px;
	background-color: #41c9f1;
}

.left-menu-content{
	float: right;
	width: 908px;
}

.lm_content{
	display: table-cell;
    height:100%;
	float: right;
	width: 870px;
	margin: 0px auto;
	padding-right:30px;
}


.lm_content_hide{
	display: table-cell;
    height:100%;
	margin: 0 auto;
	float: right;
	width: 870px;
	padding-right:30px;
}


table.lm td{
	border: 1px solid #B5D6E7;
	padding: 6px 10px;
	border-collapse: 1px;
}
table.lm{
	margin: 10px 5px;
}
table.lm td p {
	margin: 0px !important;
}
table.lm.header tr:nth-child(1) td{
	background: #D7E5EB;
	font-weight: bold !important;
}

.lm_content .info_block{
	display: block;
	width:405px;
	height: 120px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.lm_content .info_block img{
	display: block;
	width:100px;
	height: 100px;
	padding: 10px 20px;
	float: left;
	margin-right: 20px;
}

.lm_content .info_block h3{
	display: block;
	max-width: 240px;
	width: 100%;
	padding-top: 10px;
	font:bold 20px/24px 'Calibri', sans-serif;
	color:#0071a5;
	float: left;
	text-decoration: underline;
}

.lm_content .info_block p{
	display: block;
	padding-top: 15px;
	width: 240px;
	color: #005685;
	font: 300 16px 'Calibri', sans-serif;
	float: left;
}

.short{
	margin-top: -84px;
	margin-left: 30px;
}

.short .info_block{
	display: block;
	width:250px;
	height: 120px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.news_subsc{
float: right; margin: 0px 10px
}


/*------------TAB MENU*------------*/
#tab_menu{
 margin: 0px auto;
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
	padding:13px 23px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #f3f3f3;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
    padding: 13px 23px 14px 23px !important;
    background-color: #f1f1f1;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {

}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 13px 23px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
background: #eaf5f8 !important;

}
.resp-easy-accordion  h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
width: 100%;
margin: 0px;
}

.resp-tab-content-active {
display: block;
}

h2.resp-accordion:first-child {
border-top: 1px solid #c1c1c1 !important;
}
	
.tab1 {
background-color: #f1f1f1;  
}

.tab2 {
background-color: #fff9d8;
}

.tab3 {
background-color: #eaf5f8;
}

.tab4 {
background-color: #fceeff; 
}

.tab5 {
background-color: #ffeded;
}

.tab6 {
background-color: #e7ffd8;
}
.tab7 {
background-color: #e7ffd8;
}


/*------------TAB MENU*------------*/




div.headline li img {
  max-height: 56px;
}

div.headline div.basket{
    float: right;
	padding:28px 8px 0 0;
	border-right:2px solid #EAEFF1;
	position:relative;
	height:56px;	
}
div.headline div.basket a{
	display:block;
	width:100px;
	padding-left:40px;
	background:url(../images/empty_basket.png) no-repeat 0% 50%;
	color:#0097D1;
	font:300 13px 'Calibri', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
div.headline div.basket a.full, #services div.basket a.full {
background: url(../images/basket.png) no-repeat 0% 30% !important;
}
div.headline div.basket a span{
	font-size:22px;
	font-weight:bold;
	display:block;
	margin-bottom:-4px;	
}
div.headline div.basket #float_basket{
	width:330px;
	border:1px solid #00B7E8;
	background:#FAFAFA;
	position:absolute;
	top:80px;
	right:0;
	z-index:100;
	padding:16px 0 7px 0;
	display:none;	
}
div.headline div.basket #float_basket div.line{
	padding: 0 20px;
	margin-bottom:10px;	
}
div.headline div.basket #float_basket div.line p.title{
	color:#00B7E8;
	font:bold 14px 'Calibri', sans-serif;
	text-transform:uppercase;
}
div.headline div.basket #float_basket div.line p{
	color:#004088;
	font:14px 'Calibri', sans-serif;	
}
div.headline div.basket #float_basket div.line p span.blue{
	font-weight:bold;	
}
div.headline div.basket #float_basket div.line p span.green{
	font-weight:bold;
	color:#be4a95;
	float:right;	
}
div.headline div.basket #float_basket div.line p.plus{
	text-align:right;
	color:#004088;
	font:300 14px 'Calibri', sans-serif;
	margin-top:6px;
}


.tariffs{
display: block;

}

.tarifs_title{
	display: block;
	height:56px;
	border-bottom: 2px solid #ffffff;
}

.tarif_main_block{
	display: block;
	height: 200px;
	border-bottom: 2px solid #ffffff;
}

.additional{
	width:150px;
	display: block;
}

.info_block1 {
	display: block;
	float:left;
	width:265px;
}

.info_block1 div{
	margin: 0 auto;
	padding-top: 22px;
	text-align:center;
	color:#004088;
	font: 20px 'Calibri', sans-serif;	
}

.info_block1 a{
	color:#004088;
	font:300 14px 'Calibri', sans-serif;
	text-transform:lowercase;
}

.info_block1 span{
	font-weight:bold;
}



.info_block2 {
	display: block;
	float:left;
	width:150px;
}

.info_block2 div{
	margin: 0 auto;
	padding-top: 20px;
	text-align:center;
	color:#004088;
	font:18px 'Calibri', sans-serif;
	white-space: nowrap; 
}

.info_block2 p{
	padding-top: 20px;
	color:#008ED5;
	text-align: center;
	font:bold 18px 'Calibri', sans-serif;
}

.info_block3 {
	width:150px;
	float:left;
}

.info_block3 div{
	margin: 0 auto;
	padding: 44px 22px 0 22px;
	width:106px;
	text-align:center;	
	color:#004088;
	font:14px 'Calibri', sans-serif;
}

.info_block3 p{
	padding-top: 20px;
	text-align: center;
	color:#008ED5;
	font:bold 18px 'Calibri', sans-serif;
}

.info_block4 {
	display: block;
	float:left;
	width:150px;
}

.info_block4 div{
	padding-top: 5px;
	margin: 0 auto;
	text-align:center;	
	color:#004088;
	font:18px 'Calibri', sans-serif;
}

.info_block4-2 {
	display: block;
	float:left;
	width:150px;
}


.info_block4-2 div{
	padding-top: 20px;
	margin: 0 auto;
	text-align:center;	
	color:#004088;
	font:18px 'Calibri', sans-serif;
}

.info_block4 p{
	padding-top: 20px;
	color: #005EAA;
	font: 17px 'Calibri', sans-serif;
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
text-align: center;
color: #008ED5;
font: bold 18px 'Calibri', sans-serif;
}

.info_block5 {
	display: block;
	float:left;
	width:150px;
}

.info_block5 div{
	padding-top: 20px;
	margin: 0 auto;
	text-align:center;	
	color:#004088;
	font:18px 'Calibri', sans-serif;
}

.info_block5 p{
	padding-top: 20px;
	color:#008ED5;
	font:bold 18px 'Calibri', sans-serif;
	text-align: center;
}

.info_block6 {
	display: block;
	float:left;
	width:135px;
}

.info_block6 div{
	padding-top: 19px;
	margin: 0 auto;
	text-align:center;	
	color:#004088;
	font:18px 'Calibri', sans-serif;
}

.info_block6 a{
	display:inline-block;
	width:80px;
	height:22px;
	background:#5BD4F8;
	text-align:center;
	font:bold 14px/22px 'Calibri', sans-serif;
	text-decoration:none;
	color:#ffffff;	
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
	 margin-top: 5px;
}
.info_block6 a:first-child{
	margin-top:0;	
}
.info_block6 a:hover{
	background:#008ED5;	
}

.info_block6 p{
	padding-top: 20px;
	color:#008ED5;
	font:bold 18px 'Calibri', sans-serif;
	text-align: center;
}

.info_block7 {
	display: block;
	float:left;
	width:200px;
}

.info_block7 div{
	padding-top: 19px;
	margin: 0px auto;
	text-align:center;	
	color:#004088;
	font:18px 'Calibri', sans-serif;
}

.info_block7 a{
	display:inline-block;
	width:130px;
	height:22px;
	background:#5BD4F8;
	text-align:center;
	font:bold 14px/22px 'Calibri', sans-serif;
	text-decoration:none;
	color:#ffffff;	
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
}
.info_block7 a:first-child{
	margin-top:0;	
}
.info_block7 a:hover{
	background:#008ED5;	
}

.info_block7 p{
	padding-top: 20px;
	color:#008ED5;
	font:bold 18px 'Calibri', sans-serif;
	text-align: center;
}

i.icon1{
	display:inline-block;
	width:17px;
	height:19px;
	background:url(../images/icon5.png) no-repeat;
	margin:0 5px;
	position:relative;
}
i.icon1 span{
	display:inline-block;
	width:132px;
	height:39px;
	padding:6px 0 0 26px;
	background:url(../images/icon5h.png) no-repeat 4px 4px #ffffff;
	border:1px solid #E6E6E6;
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:100;
	display:none;
	color:#005EAA;
	font:13px/16px 'Calibri', sans-serif;	
}
i.icon1:hover span{
	display:block;	
}
i.icon2{
	display:inline-block;
	width:19px;
	height:18px;
	background:url(../images/icon6.png) no-repeat;
	margin:0 5px;
	position:relative;
}
i.icon2 span{
	display:inline-block;
	width:132px;
	height:39px;
	padding:6px 0 0 26px;
	background:url(../images/icon6h.png) no-repeat 4px 4px #ffffff;
	border:1px solid #E6E6E6;
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:100;
	display:none;
	color:#005EAA;
	font:13px/16px 'Calibri', sans-serif;	
}
i.icon2:hover span{
	display:block;	
}
i.icon3{
	display:inline-block;
	width:19px;
	height:18px;
	background:url(../images/icon7.png) no-repeat;
	margin:0 5px;
	position:relative;
}
i.icon3 span{
	display:inline-block;
	width:132px;
	height:39px;
	padding:6px 0 0 26px;
	background:url(../images/icon7h.png) no-repeat 4px 4px #ffffff;
	border:1px solid #E6E6E6;
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:100;
	display:none;
	color:#005EAA;
	font:13px/16px 'Calibri', sans-serif;	
}
i.icon3:hover span{
	display:block;	
}
i.icon4{
	display:inline-block;
	width:20px;
	height:18px;
	background:url(../images/icon8.png) no-repeat;
	margin:0 5px;
	position:relative;
}
i.icon4 span{
	display:inline-block;
	width:132px;
	height:39px;
	padding:6px 0 0 26px;
	background:url(../images/icon8h.png) no-repeat 4px 4px #ffffff;
	border:1px solid #E6E6E6;
	position:absolute;
	left:-5px;
	top:-5px;
	z-index:100;
	display:none;
	color:#005EAA;
	font:13px/16px 'Calibri', sans-serif;	
}
i.icon4:hover span{
	display:block;	
}

.subscriber_inp{
width: 208px;
height: 28px;
border: none;
border-bottom: 1px solid #3CC4EB;
padding: 0 0 0 32px;
color: #353535;
background: #edf5f8;
font: 15px 'Calibri', sans-serif;
float: left;
}

.subscriber_btn {
float: left;
margin-right: 10px;
border-bottom: 1px solid #3CC4EB;
}

.tarifs_title div.button{
width: 14px;
height: 38px;
background: #B5DCF1;
box-shadow: inset 1px 1px 1px #7DC2E3;
border-radius: 8px;
display: inline-block;
position: relative;
top: 3px;
cursor: pointer;
}

.tarifs_title div.button span.place1{
width: 14px;
height: 19px;
display: block;
}

.tarifs_title div.button span.place2{
width: 14px;
height: 19px;
display: block;
}

.tarifs_title div.button span.point{
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
background: #005EAA;
position: absolute;
top: 28px;
left: 0px;
}

.tarifs_title ul{
display: inline-block;
margin-left: 2px;
}

.tarifs_title ul li{
color: #005EAA;
font: 17px 'Calibri', sans-serif;
text-align: left;
margin-bottom: 0px;
cursor: pointer;
}

.tarifs_title ul li.action{
color: #be4a95;
font-weight: bold;
}

.info_block4-2 div p.action{
color: #be4a95;
font-weight: bold;
}








div.top{
	background: #EAF5F8;
	padding-bottom: 15px;
}
div.top a.back{
	display:block;
	float:left;
	color:#0071A5;
	font:bold 24px 'Calibri', sans-serif;
	text-decoration:none;
	margin:23px 0 0 68px; 
}
div.top a.back:before{
	content:"< ";
	color:#0071A5;
	font:bold 24px 'Calibri', sans-serif;
	text-decoration:none;
	display:inline-block;
	margin-right:10px;	
}
div.top div.page_search{
	
	margin:28px 0 0 295px;	
}
div.top div.page_search form input{
	width:273px;
	height:25px;
	border:none;
	border-bottom:1px solid #00B7E8;
	background:#EAF5F8 
	text-align:right;
	font:15px 'Corbel', sans-serif;
	color:#A4A2A2;
	padding:0 5px 0 10px;
	float:left;
}
div.top div.view{
	float:left;
	margin:28px 0 0 105px;	
}
div.top div.view ul li{
	float:left;
	margin-left:8px;
	border:1px solid #00B7E8;
}
div.top div.view ul li:first-child{
	margin-left:0px;
}
div.top div.view ul li a{
	display:block;
	width:35px;
	height:22px;
	border:2px solid #EAF5F8;	
}
div.top div.view ul li.now a{
	border-color:#00B7E8;	
}
div.top div.view ul li a#view1{
	background:url(../images/columns.png) no-repeat center #EAF5F8;	
}
div.top div.view ul li a#view2{
	background:url(../images/lines.png) no-repeat center #EAF5F8;	
}
div.top div.title{
	width:330px;
	height:80px;
	background:#EAF5F8 url(../images/title7.png) no-repeat center;
	float:right;	
}
div.days{
	margin-top:2px;
}
div.days ul li{
	float:left;
	margin-left:2px;
	background:#00B7E8;
	width:150px;
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;
}
div.days ul li:first-child{
	margin-left:0px;
}
div.days ul li.active, div.days ul li.today, div.days ul li:hover{
	background:#008AD7;	
}
div.days ul li.first, div.days ul li.last{
	width:67px;	
}
div.days ul li a{
	display:block;
	text-align:center;
	font:15px/25px 'Calibri', sans-serif;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;	
}
div.days ul li.today a{
	font-weight:bold;	
}
div.days span.first a{
	height:24px;
	display:block;
	background:url(../images/left.png) no-repeat center;
	font: 15px/25px 'Calibri', sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div.days span.first{
	height:24px;
	float: left;
	margin-right: 2px;
	background: #00B7E8;
	width: 67px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
div.days span.last a{
	height:24px;
	background:url(../images/right.png) no-repeat center;
	display:block;
	font: 15px/25px 'Calibri', sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div.days span.last{
	float: left;
	margin-left: 2px;
	background: #00B7E8;
	height:24px;
	width: 67px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
div.days span.last:hover, div.days span.first:hover{
	background:#008AD7;
}
div.days span.last:hover, div.days span.first.nonActiveDaysSlider:hover{
	background:#00B7E8;
}
div.times{
	background:#EAF5F8;
	
	clear:both;
}
div.times a{
	display:block;
	width:50% !important;
	height:75px;
	float:left;	
}
div.times a.now{
	background:url(../images/now.png) no-repeat center;
}
div.times a.morning{
	background:url(../images/morning1.png) no-repeat center;

}
div.times a.day{
	background:url(../images/day1.png) no-repeat center;

}
div.times a.evening{
	background:url(../images/evening1.png) no-repeat center;
}
div.times a.allday{
	background:url(../images/allday1.png) no-repeat center;
	width: 100% !important;
}
div.times a.now.active{
	background:url(../images/now2.png) no-repeat center;
	margin-left:78px;	
}
div.times a.morning.active{
	background:url(../images/morning2.png) no-repeat center;
}
div.times a.day.active{
	background:url(../images/day2.png) no-repeat center;
}
div.times a.evening.active{
	background:url(../images/evening2.png) no-repeat center;
}
div.times a.allday.active{
	background:url(../images/allday2.png) no-repeat center;
}

#programs{
	margin-top:2px;
}
#programs #side{
	float:right;
	width:218px;
	background: #EAF5F8;
}
#programs #side #filter{
	background:#EAF5F8;
	padding: 15px 0 15px 0;
	width: 50%;
float: left;
}
#programs #side #filter p.title{
	text-align:center;
	font:bold 20px 'Calibri', sans-serif;
	color:#0071A5;
	text-transform:uppercase;	
}
#programs #side #filter ul{
	margin-top:21px;	
}
#programs #side #filter ul li{
	padding-left:38px;
	margin-bottom:-4px;	
	cursor: pointer;
}
#programs #side #filter ul li *{
	cursor: pointer;
}
#programs #side #filter ul li label{
	padding-left:41px;
	color:#0071A5;
	font:18px/35px 'Calibri', sans-serif;
	display:inline-block;
	margin-left:3px;	
}
#programs #side #filter ul li label.movie{
	background:url(../images/filter1.png) no-repeat 0% 50%;	
}
#programs #side #filter ul li label.serial{
	background:url(../images/filter2.png) no-repeat 0% 50%;	
}
#programs #side #filter ul li label.sport{
	background:url(../images/filter3.png) no-repeat 0% 50%;	
}
#programs #side #filter ul li label.child{
	background:url(../images/filter4.png) no-repeat 0% 50%;	
}
#programs #side #filter ul li label.news{
	background:url(../images/filter5.png) no-repeat 0% 50%;	
}
#programs #side #favourite{
	background:#C9EAF2;
	padding:21px 0 25px 0;	
}
#programs #side #favourite p.title{
	/* padding-left: 70px; */
display: block;
width: 265px;
font: bold 20px/34px 'Calibri', sans-serif;
color: #004D75;
text-transform: uppercase;
background: url(../images/favourite.png) no-repeat 38px 0%;
margin: 0 auto;
text-align: center;
}
#programs #side #favourite ul{
	margin:11px 10px;
}
#programs #side #favourite ul li{
	padding-left:5px;
	margin-bottom:7px;
}
#programs #side #favourite ul li span.remove_fv{
	display: none;
}
#programs #side #favourite ul li:hover span.remove_fv{
	display: inline-block; float: right;
	margin-right: -20px;
margin-top: -10px;
}
#programs #side #favourite ul li:hover{
	background: #EAF5F8;
}
#programs #side #favourite ul li p.channel{
	color:#004D75;
	font:bold 15px 'Calibri', sans-serif;
	margin-bottom:-2px;
	text-align: left;
}
#programs #side #favourite ul li p.channel span{
	margin-right:5px;	
}
#programs #side #favourite ul li p.programm{
	color:#004D75;
	font:15px 'Calibri', sans-serif;
	padding-right: 25px;
	text-align: left;
}
#programs #main{
	width:980px;
	float:left;	
}
#programs #main ul.types{
	margin-left:-2px;	
}
#programs #main ul.types li{
	float:left;
	margin-left:2px;
	background:#BEE6F0;
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;	
}
#programs #main ul.types li:hover, #programs #main ul.types li.active{
	background:#008AD7;	
}
#programs #main ul.types li a{
	display:block;
	color:#007ACC;
	font:bold 15px/25px 'Calibri', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	-webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
     -o-transition: all ease 0.5s;
     transition: all ease 0.5s;	
}
#programs #main ul.types li:hover a, #programs #main ul.types li.active a{
	color:#ffffff;	
}
#programs #main #channels{
	margin:2px 0 0 -2px;
}
#programs #main #channels article{
	background:#F4F4F4;
	margin-left:2px;
	margin-bottom:2px;
}
#programs #main #channels.columns article{
	float:left;
	width:325px;
	padding-bottom:33px;	
}
#programs #main #channels article div.title{
	padding:35px 0 0 40px;
	position:relative;	
}
#programs #main #channels.columns article div.title img{
	/*float:left;
	margin-right:12px;
	position:relative;
	display:block;
	*/
}
#programs #main #channels article div.title p.name{
	color:#0071A5;
	font:bold 18px 'Calibri', sans-serif;
	margin-bottom:5px;
	position:relative;
}

#programs #main #channels.lines article div.title p.name{
	width:105px;
	text-align:center;
	margin-top:2px;	
}
#programs #main #channels article div.title a.button{
	display:inline-block;
	width:125px;
	height:18px;
	border:1px solid #B1B1B1;
	background:#DFDFDF url(../images/heart.png) no-repeat 110px 50%;
	color:#414141;
	font:15px/18px 'Calibri', sans-serif;
	padding:0 0 0 5px;
	text-decoration:none;	
}
#programs #main #channels article div.title a.button:hover{
	background:#ccc url(../images/heart.png) no-repeat 110px 50%;;
}
#programs #main #channels.lines article div.title a.button{
	position:absolute;
	top:30px;
	right:30px;	
}
#programs #main #channels article div.title div.desc{
	position:absolute;
	top:21px;
	left:27px;	
	z-index:90;
	background:#ffffff;
	width:230px;
	min-height:145px;
	border:1px solid #979797;
	padding:13px 0 0 129px;
	display:none;
}
#programs #main #channels article div.title div.desc p{
	color:#362B24;
	font:13px 'Calibri', sans-serif;
	width:210px;	
}
#programs #main #channels.lines article ul{
	margin:-87px 0 0 173px;
	z-index: 15;
position: relative;
}
#programs #main #channels.columns article ul{
	padding-left:35px;
	margin-top:15px;

}
#programs #main #channels article ul li{
	
}
#programs #main #channels article ul li>span{
	padding:0 5px;
	padding-left:3px;
	margin-left:2px;
	color:#0071A5;
	font:16px/20px 'Calibri', sans-serif;
	display:inline-block;
}
#programs #main  #channels.showTime article ul li span.time{
	background:#9EE4F5;	
}
#programs #main #channels article ul li i.tv1{
	display:inline-block;
	width:17px;
	height:18px;
	background:url(../images/tv1.png) no-repeat;
	position:relative;
	margin-bottom:-3px;	
}
#programs #main #channels article ul li i.tv2{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/tv2.png) no-repeat;
}
#programs #main #channels article ul li i.tv3{
	display:inline-block;
	width:16px;
	height:20px;
	background:url(../images/tv3.png) no-repeat;
	position:relative;
	margin-bottom:-5px;	
}
#programs #main #channels article ul li i.tv4{
	display:inline-block;
	width:17px;
	height:15px;
	background:url(../images/tv4.png) no-repeat;	
}
#programs #main #channels article ul li i.tv5{
	display:inline-block;
	width:18px;
	height:16px;
	background:url(../images/tv5.png) no-repeat;
	margin-bottom:-3px;
	cursor:pointer;
	margin-left:-18px;
	position:relative;
	left:-4px
}
#programs #main #channels article ul li i.tv6{
	display:inline-block;
	width:18px;
	height:16px;
	background:url(../images/tv6.png) no-repeat;
	margin-bottom:-3px;
	cursor:pointer;
	margin-left:-18px;
	position:relative;
	left:-4px
}
div.error{
            border: 1px solid red;
            margin: 10px 90px 0px;
            padding: 10px;
            background: #FFE0E0;
            color: red;
        }
div.confirm{
        border: 1px solid green;
        margin: 10px 90px 0px;
        padding: 10px;
        background: #E0FFEC;
        color: green;
}
a.backToAlbums{
	color:#0071A5;
	font: bold 14px/14px 'Calibri', sans-serif;
	text-transform: uppercase;
}
#page404{
	background:url(../images/background404.png);
	
}
#page404 img{
	float:left;
	margin-right:40px;
}
#page404 h1{
	text-transform: uppercase;
	font-size: 65px;
	font-family: arial black;
	color:#1b98db;
	line-height: 52px;
}
#page404 .littleh{
	color:#1b98db;
	font-size:25px;
	margin-top:8px;
}
#page404 .littleh strong{
	font-weight:900;
	text-transform: uppercase;
	font-size: 19px;
	font-family: arial black;
}
#page404 .secondp{
	margin-top: 17px;
}
#page404 .secondp strong{
	font-weight:900;
}

#page404 #content404{
	height:255px;
	width:900px;
	margin:0px auto;
}
#page404 p{
	font-size:18px;
}
#page404 p.thrirdp{
	margin-top:17px;
	color:#555;
}
#page404 p.with_a{
	margin-top: 12px;
}
#page404 p a{
	color:#56b6e6;
}


.concreteNews{
    background: #EAF5F8;
    padding: 20px 33px 18px 33px;
    margin-bottom: 2px;
}
#news #articles article div.oneNews{
    width: 1100px;
}
#news #articles article #imagesBlock{
    float: left;
    width: 1100px;
    margin: 25px 0px 25px 0px;
}
#news #articles article .newsImage{
    float: left;
}
#imagesBlock .newsImage>img{
    float: left;
}
#news #articles article div.content p.tabParagraph{
    text-indent: 20px;
	overflow:hidden;
	
}
#news #articles article div.oneOffer{
    width: 1100px;
}
#news #articles article.concreteOffer{
    background: none;
}
.concreteOffer .oneOffer .offerText{
    float: left;
}
.concreteOffer .oneOffer .offerText .offerImage{
    float: left;
    margin: 20px 25px 10px 0px;
}
.concreteOffer .oneOffer .offerText .offerImage img{

}
#main_part .offerHead{
    text-align: left;
}
#popUpText img.inTariffdescription{
	margin:0px 30px 10px 0px;
	float:left;
}
#popUpText h1{
	color: #0071A5;
	font: bold 24px/55px 'Calibri', sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #ffffff;
}

/*zubrolet code*/

.pages_content {
padding: 30px 30px 26px;
background: rgb(234, 245, 248);
color: #0071A5;
font: 300 16px 'Calibri',sans-serif;
text-align: justify;
margin-top: 2px;
border-bottom: 3px solid rgb(255, 255, 255);
}

ul.images li{
	display: inline-block; float: left;
	margin: 3px;
	border: 3px solid transparent;
}
ul.images li a{
	display: block;
width: 208px;
height: 208px;
}
ul.images li:hover{
	border: 3px solid #00B7E8;
}

/* offers */

#offers {
	margin: 0px;
	padding-top: 0px;
}

#offers .container{
	margin:5px 5px 5px 5px;
	display:block;
}

#offers .container  img{
    max-width: 100%;
    height: auto;
}


#offer{
	max-width: 1100px;
	width: auto;
	margin: 0 auto;
	padding-top: 25px;
}

#offer h1{
	text-align: left;
	color: #0071A5;
	font: bold 24px/55px 'Calibri', sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #ffffff;
	background-color: #ffffff;
}

.offer img{
    float:left;
    margin:0 20px 10px 0;
}

.offer p{
    overflow:hidden;
	text-align: justify;
	color: #0071A5;
	font: 16px 'Calibri', sans-serif;
}





#line ul.breadcrubs{

}
#line ul.breadcrubs li{
}
#line ul.breadcrubs li a{
	display: inline-block;
	margin-left:13px;
}
option[default] { display:none; }

.justPlaceholderInSelect{
	display:none;
}
#connection span.city .jq-selectbox__text,#feedback .jq-selectbox__text{
	color:#AAAAAA;
}

#connection span.city .jq-selectbox__text.usualSelectColor,#feedback .jq-selectbox__text.usualSelectColor{
	color:#000;
}
#popUpText img{
	max-width: 900px;
	max-height: 900px;
}
#feedback .reqbird{
	color: #00B7E8;
	font: 300 17px 'Calibri', sans-serif;
	float: left;
	width: 0px;
	margin:0px;
	position: relative;
	left: -13px;
	top: 5px;
}
.switch{
	min-width: 135px;
}

.moreInfoHref {
display: inline-block;
/* display: inline-block; */
position: absolute;
z-index: 9;
background: #309fd5;
color: #fff;
padding: 5px 15px;
cursor: pointer;
top: 0px;
left: 0px;
text-decoration: none;
font-size: 30px;
border: 2px solid #FFFFFF;
}
.moreInfoDiv {
	display: inline-block;
	/* display: inline-block; */
	position: absolute;
	z-index: 9;
	background: none;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
	top: 0px;
	left: 0px;
	text-decoration: none;
	font-size: 30px;
	border: none;
}


#connection .server_answer{
	margin-bottom: 23px;
	text-align: center;
	display: none;
	font-size: 17px;
	margin-top: 20px;
	color:#008cd3;
}
#connection .server_answer.show_server_answer{
	display: block;
}
#recall .hidecallform{
	display:none;
}
div.container{
	margin-top:165px;
}
#topdownbutton span{
	display:none;
}
#topdownbutton{
	display:none;
	color:#7dd3ff;
	position: fixed;
	z-index: 1000;
	bottom: 101px;
	cursor: pointer;
	height: 34px;
	width: 0px;
	font-size: 20px;
	padding-top: 7px;
	padding-left: 41px;
}
#topdownbutton:hover{
	color:#97dbff;
}
#topdownbutton.goTopNext{
	background: url("../images/arrowtop.png") no-repeat;
}
#topdownbutton.goDownNext{
	background: url("../images/arrowdown.png") no-repeat;
}
#services td.t1 img,#items img{
	max-width: 155px;
}
#channels li img.prtheme{
	width: 19px;
	margin-bottom: -9px;
	margin-left: -20px;
	position: relative;	
	top: -4px;
	left:-2px;
}
#programs #main #channels article ul li i.iBeforeImg{
	position:relative;
	left:-21px;
}
#channels li{
	margin-left:-30px;
	padding-left:30px;
}
#programs #main #channels article div.title div.desc p.titleInDesc{
	color: #0071A5;
	font: bold 18px 'Calibri', sans-serif;
}
#channels .inSeartResult, #channels .inSeartResult span{
	background:#FFFF00 !important;
}
.days .daysSlide{
	float:left;
	height:24px;
	overflow: hidden;
	width:1061px;
}
.days .daysSlide ul{
	position:relative;
	width:10000%;
}
.remove_fv img{
	cursor:pointer;
}
div#channels>article>div>img{
	position:relative;
}
.days span.nonActiveDaysSlider{
	opacity: 0.25;
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=25);
 filter: alpha(Opacity=25);
}
.clickableElement{
	cursor:pointer;
}
.clickableElement.tvSearchHelp{
	float: left;
	width: 30px;
	display: inline-block;
	height: 25px;
	border-bottom: 1px solid #00B7E8;
	background: #fff url(../images/search.png) no-repeat 8px 50%;
}
footer .left{
	visibility: hidden;
}
a.bottom{
	display: inline-block;
	width: 130px;
	height: auto;
	background: #3BA4F8;
	text-align: center;
	font: bold 14px/22px 'Calibri', sans-serif;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
a.bottom:hover{
	background:#008ED5;
}
#btn_pay_def{
	display: inline-block;
	width: 130px;
	height: auto;
	background: #c4e3fc;
	text-align: center;
	font: bold 14px/22px 'Calibri', sans-serif;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#btn_pay_def:hover{
	background:#c4e3fc;
}
#connection span.choose  li:first-child,#connection span.tarif  li:first-child{
	display:none;
}
#connection .hintToUserStreet{
	position: absolute;
	display:none;
	margin-top: -17px;
	font-size: 14px;
	width: 240px;
	margin-left: 282px;
}
#popUpText p{
		font:16px 'Calibri', sans-serif;
}
#popUpText img{
	max-width:200px;
	max-height:200px;
}
#news_block #articles ul, #about_company .window ul, #popUpText ul{
	list-style: inherit;
}
#about_company .window #fotos ul{
	list-style: none;
}	

#cart div.error{
	width: 355px;
	display: block;
	padding: 9px 0px;
	padding-left: 81px;
	margin: 0px auto;
	margin-top:200px;
	font: 21px 'Corbel', sans-serif;
	border: none;
	background: inherit;
	color:inherit;
	background:url('../images/emptyCart.png') no-repeat 0px 0px;
}
#cart div.error a{
	font-weight: 900;
}
#cart.emptyCart{
		background: #EAF5F8 url(../images/back1.png) no-repeat bottom center;
		min-height: 500px;
		padding-top: 15px;
}
#slider{
	min-height:708px;
								cursor: pointer;
}

img.imageForAjaxLoad{
								width:60px;
								height:60px;
}
.page_index{
								min-height: 757px;
}
.newsTypeOnBanner{
								background-image: url(../images/slidernewsicongreen.png);
								width: 25px;
								height: 25px;
								display: inline-block;
								position: absolute;
								margin-top: 1px;
								cursor:pointer;
                                background-size: 100%;
								margin-left: -61px;
}
#slider .nivo-caption p, #slider .nivo-caption a{
								display:none;
}
#slider .nivo-caption{
								transition: background 1s easy-out;
}
.moreSliderDetails{
								position:absolute;
								display:none;
								color:#FFFFFF;
								z-index:5;
								right:0px;
								font-size: 28px;
}
.moreSliderDetails div{
								padding: 10px 23px;
}
.moreSliderDetails .sliderDetTitle{
								font-weight:900;
								letter-spacing: 1px;
								font-size: 47px;
								padding-right: 90px;
								padding-left:60px;
								background: #01b7e7;
}
.moreSliderDetails .sliderDetBody{
								background: #0071a5;
								display: inline-block;
								font-size: 35px;
								padding: 20px 57px;
								position: relative;
								left: -74px;
}
.moreSliderDetails a{
								background: #01b7e7;
								color:#FFFFFF;
								position:absolute;
								right:0px;
								text-decoration: none;
								padding: 10px 23px;
								display: inline-block;
}
.mainImageInNews{
								float:left;
								margin-right:15px;
}
.contentForTariffType{
								padding:5px 20px;
}

.nivo-controlNav{
  /*display:none;*/
  margin: -65px auto 0px !important;
}
#slider .nivo-caption{
  background: transparent;
}
div.filter_title p.title {
text-align: center;
font: bold 20px/34px 'Calibri', sans-serif;
color: #004D75;
text-transform: uppercase;
}
div.filter_title p.title a{
	text-decoration: none;
}
div.page_search form {overflow: hidden;
width: 320px;
margin: 0 auto;}

.filter_search>div>span{
	margin: 0 auto;
	display: block !important;
	width: 235px;
}
.filter_search>div{
	width: 50%;
	float: left;
}
.filter_search{
	padding: 15px 0px;
	background: #EAF5F8;
	height: 30px;
}

.desctop_var footer{
  width:1200px;
}

.mobile_var #main_part .b-popup-in h1, .mobile_var #main_part .b-popup-in h2.h1toh2 {
  background: #FFF;
}

}

.mobile_var div.days ul li:first-child{
  margin-left:2px;
}
.mobile_var div.days span.first{
  margin-right:0px;
}

span.point{
	display: block !important;
	position: absolute !important;
}
iframe[name=google_conversion_frame]{
	display: none;
}