html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #979597;
    line-height: 1.26em;
    background: #ffffff;
    min-width: 320px;
}
body{
    overflow-y: scroll;
}
html, body, A, input, select, textarea{
    font-family: 'Lato', Arial, Tahoma, Geneva, Kalimati, sans-serif;
}
A{
    text-decoration: none;
    color: #979597;
    transition: all 0.25s ease 0s;
    outline: none;
}
A:hover{
    color: #56565a !important;
}
.dashed{
    text-decoration: none !important;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom: 1px dashed transparent;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border-bottom: 1px dotted transparent;
}
img, object, iframe{ border: 0; vertical-align: top; }
header, nav, menu, main, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
input[type="text"], input[type="password"], select, textarea{
    height: 26px;
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    color: #979597;
    border: 1px solid #a9a7a9;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
input[type="text"].error, input[type="password"].error, select.error, textarea.error{
    border: 1px solid #d9002e;
}
select{
    padding: 0 0 0 5px;
}
textarea{
    height: 170px;
    padding: 5px 10px;
    resize: vertical;
}
input[type="submit"], input[type="reset"], input[type="button"]{ border: 0; }
input[type="image"], input[type="button"], input[type="submit"], label{ cursor: pointer; }
table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }
input[type="checkbox"], input[type="radio"]{ position: relative; top: 2px; *top: 0; margin: 0 5px 0 0; padding: 0; height: auto; }
@media not all and (-webkit-min-device-pixel-ratio){ input[type="checkbox"], input[type="radio"] { top: 0; } }
.clear, .hr{ clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after{ clear: both; }
.clearfix{ zoom: 1; }
.flexible{ overflow: hidden; zoom: 1; }
.text_center{ text-align: center !important; }
.text_left{ text-align: left !important; }
.text_right{ text-align: right !important; }
.fl_left{ float: left; }
.fl_right{ float: right; }
.cur, .active{ cursor: pointer; }
.niceCheck, .niceRadio{
    display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 4px;
}
.niceCheck{
    width: 20px; /* new ? */
    height: 20px;
    margin: 0 5px 0 0;
    background: url("/images/checkbox.png") left top no-repeat;
}
.niceChecked, .radioChecked{
    background-position: left bottom !important;
}
.niceCheck input, .niceRadio input{
    margin-left: -100px !important;
}
.niceRadio{
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    background: url("/images/radio.png") left top no-repeat;
}


.niceCheckCustom{
    width: 20px; /* new ? */
    height: 20px;
    margin: 0 5px 0 0;
    background: url("/images/checkbox.png") left top no-repeat;
    
    display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.niceCheckCustomChecked {
   background-position: left bottom !important;
}

.download-activation-code-email-readonly {
     background-color: yellow;
}
/* ----- all ----- */
.all{
    overflow: hidden;
}

/* ----- header ----- */
.header{
    width: 100%;
    padding: 0 0 10px 0;
    background: url("/images/bg_header.png") center bottom no-repeat;
    position: relative;
    z-index: 3;
}
.header_top{
    margin: 0 0 18px 0;
    background: #747478;
    position: relative;
    z-index: 2;
}
.header_top_center{
    max-width: 960px;
    height: 30px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 30px;
}
.header_top_center a{
    color: #ffffff !important;
}
.menu_top{
    float: right;
}
.menu_top ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_top li{
    float: left;
    padding: 0 0 0 1px;
    background: url("/images/menu_top_separator.png") left center no-repeat;
    position: relative;
}
.menu_top li:first-child{
    padding: 0;
    background: none;
}
.menu_top a{
    display: block;
    padding: 0 12px;
}
.menu_top a:hover, .menu_top .active{
    background-color: #56565a;
}
.a_lang{
    padding-left: 18px !important;
}
.ico_lang_en{
    background: url("/images/ico_lang_en.png") left center no-repeat;
}
.ico_lang_nl{
    background: url("/images/ico_lang_nl.png") left center no-repeat;
}
.ico_lang_de{
    background: url("/images/ico_lang_de.png") left center no-repeat;
}
.ul_lang{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.ul_lang li{
    float: none;
    padding: 0 0 1px 0;
    position: relative;
}
.ul_lang li:before{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    content: "";
    border-bottom: 1px solid #808083;
}
.ul_lang li:last-child{
    padding: 0;
}
.ul_lang li:last-child:before{
    display: none;
}
.ul_lang a{
    padding: 0 12px 0 32px;
    color: #747478 !important;
    background-position: 10px center;
}
.ul_lang a:hover, .ul_lang .cur{
    background-color: #edebec;
}
.header_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.logo{
    float: left;
    width: 132px;
    height: 82px;
    margin: 0 0 10px 47px;
    background: url("/images/logo.png") left top no-repeat;
}
.menu{
    float: right;
    position: relative;
}
.menu_show{
    display: none;
    width: 30px;
    height: 20px;
    margin: 33px 0 5px 0;
    background: url("/images/ico_menu.png") center center no-repeat;
    cursor: pointer;
}
.menu ul{
    margin: 0;
    padding: 35px 0 0 0;
    list-style: none;
}
.menu li{
    float: left;
    padding: 0 18px;
}
.menu li:first-child{
    padding: 0 18px 0 0;
}
.menu li:last-child{
    padding: 0 0 0 18px;
}
.menu a{
    display: block;
    padding: 0 0 4px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}
.menu a:hover, .menu .active{
    color: #56565a;
    border-bottom: 2px solid #56565a;
}
.block_login{
    position: absolute;
    top: -8px;
    right: 62px;
}
.block_login a{
    text-decoration: underline;
}
.block_login a:hover{
    text-decoration: none;
}
.button_cart{
    position: absolute;
    top: -6px;
    right: 10px;
    width: 23px;
    height: 19px;
    background: url("/images/button_cart.png") left top no-repeat;
}
.button_cart:hover{
    background: url("/images/button_cart_hover.png") left top no-repeat;
}
.button_cart u{
    position: absolute;
    top: -4px;
    right: -5px;
    width: 12px;
    height: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    color: #ffffff !important;
    line-height: 12px;
    font-weight: 900;
    border-radius: 50%;
    background: #ff0000;
}

/* ----- footer ----- */
.footer{
    position: relative;
    z-index: 2;
}
.footer_top{
    background: #f6f5f6;
}
.shadow{
    position: relative;
}
.zi2{
    z-index: 2 !important;
}
.shadow:before{
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    content: "";
    height: 11px;
    background: url("../images/shadow.png") center top no-repeat;
}
.footer_top_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 22px 10px 30px 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
h3{
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}
.footer_top_center h3{
    margin: 0 0 18px 0;
}
.getStarted {}
.button{
    display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
    height: 22px;
    padding: 0 14px;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
    min-width: 60px;
    text-align: center;
}

.button .loading {
    background: rgba(0, 0, 0, 0) url("/images/loading_white.gif") no-repeat scroll left top;
    display: inline-block;
    height: 22px;
    margin-top: 0;
    opacity: 1;
    pointer-events: none;
    top: 50%;
    position: relative;
    width: 59px;
    z-index: 2;        
}

.button_big_1{
    height: 30px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 28px;
}


.button_big_2{
    height: 38px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 36px;
    //min-width: 79px;
	min-width: 70px;
}


.button_big_2 .loading {
    background: rgba(0, 0, 0, 0) url("/images/loading_white_big_2.gif") no-repeat scroll left top;
    display: inline-block;
    height: 32px;
    margin-top: 0;
    opacity: 1;
    pointer-events: none;
    top: 50%;
    position: relative;
    width: 79px;
    z-index: 2;    
}


.button_big_3{
    height: 42px;
    padding: 0 30px;
    font-size: 30px;
    line-height: 40px;
}
.button_blue{
    color: #ffffff;
    background: #1db1df;
}
.button_blue:hover{
    color: #ffffff !important;
    background: #1491b7;
}
.button_blue.active{
    color: #ffffff !important;
    background: #1491b7;
}
.button_blue.button_wb{
    border: 1px solid #ffffff;
}
.button_green{
    color: #ffffff;
    background: #bcca00;
}
.button_green:hover{
    color: #ffffff !important;
    background: #7da53c;
}
.button_red{
    color: #ffffff;
    background: #d9002e;
}
.button_red:hover{
    color: #ffffff !important;
    background: #9b0331;
}
.footer_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 28px 10px 0 10px;
}
.button_b{
    line-height: 18px;
    border: 1px solid #9e9c9e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.footer_news{
    float: left;
    width: 49.46%;
    margin: 0 0 10px 0;
}
.footer_follow{
    float: right;
    width: 31.72%;
    margin: 0 0 10px 0;
}
h4{
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
}
.footer h4{
    margin: 0 0 1px 0;
}
.block_news{
    margin: 0 0 13px 0;
    padding: 0 0 14px 0;
    line-height: 28px;
    border-bottom: 1px solid #aba9ab;
}
.block_news:last-child{
    margin: 0;
    border-bottom: 0;
}
.block_news i{
    display: block;
}
.p_about{
    margin: 0;
    padding: 25px 0 0 0;
}
.ul_socials{
    margin: 0 0 14px 0;
    padding: 11px 0 17px 0;
    list-style: none;
    border-bottom: 1px solid #b8b6b8;
}
.ul_socials li{
    float: left;
    margin: 0 17px 0 0;
}
.ul_socials li:last-child{
    margin: 0;
}
.ul_socials a{
    display: block;
    width: 27px;
    height: 27px;
}
.ico_socials_fb{
    background: url("/images/ico_socials_fb.png") left top no-repeat;
}
.ico_socials_tw{
    background: url("/images/ico_socials_tw.png") left top no-repeat;
}
.ico_socials_in{
    background: url("/images/ico_socials_in.png") left top no-repeat;
}
.ico_socials_yb{
    background: url("/images/ico_socials_yb.png") left top no-repeat;
}
.ico_socials_mail{
    background: url("/images/ico_socials_mail.png") left top no-repeat;
}
.ico_socials_fb:hover{
    background: url("/images/ico_socials_fb_hover.png") left top no-repeat;
}
.ico_socials_tw:hover{
    background: url("/images/ico_socials_tw_hover.png") left top no-repeat;
}
.ico_socials_in:hover{
    background: url("/images/ico_socials_in_hover.png") left top no-repeat;
}
.ico_socials_yb:hover{
    background: url("/images/ico_socials_yb_hover.png") left top no-repeat;
}
.ico_socials_mail:hover{
    background: url("/images/ico_socials_mail_hover.png") left top no-repeat;
}

/* ----- content ----- */
.content{
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.block_slider_all{
    margin: 0 0 30px 0;
    background: #006998;
}
.block_slider_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    color: #ffffff;
}
.block_slider{
}
.block_slider > div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.block_slider_txt{
    float: left;
    width: 43%;
    padding: 18px 0;
    font-size: 20px;
}
h1{
    margin: 0 0 2px 0;
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
}
h1 span{
    display: block;
    padding: 16px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
}
.block_slider_txt .button{
    margin: 18px 0 0 0;
}
.block_slider .img{
    float: right;
    width: 57%;
}
.block_slider .img img{
    width: 100%;
    max-width: 535px;
}
.content_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.content > .content_center:first-child{
    padding-top: 30px;
}
/* ----- new ----- */
.menu_content{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 0;
	position: relative;
}
.menu_content_2{
	margin: 35px 0 30px 0;
}

.menu_content_3 {
	margin: 35px 0 30px 0;
}

.menu_content:before, .menu_content:after{
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	border-left: 1px solid #747478;
}
.menu_content:before{
	left: 33.33%;
}
.menu_content:after{
	right: 33.33%;
}
.menu_content_2:before{
	left: 50%;
}
.menu_content_2:after{
	display: none;
}

.menu_content_3:before{
	left: 33.33%;
}
.menu_content_3:after{
	right: 33.33%;
}

.menu_content .col{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	width: 33.33%;
	padding: 7px 25px;
	font-size: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu_content_inn{
	display: block;
	padding: 44px 0 0 0;
}
.ico_menu_content_1{
	background: url("../images/ico_menu_content_1.png") center top no-repeat, url("../images/ico_menu_content_1_hover.png") center -1000em no-repeat;
}
.ico_menu_content_2{
	background: url("../images/ico_menu_content_2.png") center top no-repeat, url("../images/ico_menu_content_2_hover.png") center -1000em no-repeat;
}
.ico_menu_content_3{
	background: url("../images/ico_menu_content_3.png") center top no-repeat, url("../images/ico_menu_content_3_hover.png") center -1000em no-repeat;
}
.ico_menu_content_4{
	background: url("../images/ico_menu_content_4.png") center top no-repeat, url("../images/ico_menu_content_4_hover.png") center -1000em no-repeat;
}
.ico_menu_content_5{
	background: url("../images/ico_menu_content_5.png") center top no-repeat, url("../images/ico_menu_content_5_hover.png") center -1000em no-repeat;
}
.ico_menu_content_6{
	background: url("../images/ico_menu_content_6.png") center top no-repeat, url("../images/ico_menu_content_6_hover.png") center -1000em no-repeat;
}
.ico_menu_content_1:hover{
	background: url("../images/ico_menu_content_1_hover.png") center top no-repeat;
}
.ico_menu_content_2:hover{
	background: url("../images/ico_menu_content_2_hover.png") center top no-repeat;
}
.ico_menu_content_3:hover{
	background: url("../images/ico_menu_content_3_hover.png") center top no-repeat;
}
.ico_menu_content_4:hover{
	background: url("../images/ico_menu_content_4_hover.png") center top no-repeat;
}
.ico_menu_content_5:hover{
	background: url("../images/ico_menu_content_5_hover.png") center top no-repeat;
}
.ico_menu_content_6:hover{
	background: url("../images/ico_menu_content_6_hover.png") center top no-repeat;
}
/* ----- new ----- */
h2{
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}
.menu_content_inn h2{
    margin: 0;
}

/* ----- popup ----- */
.overlay{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 2000;
}
.popup{
    display: none;
    position: absolute;
    left: 50%;
    width: 100%;
    min-width: 300px;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 2001;
}
.popup_login, .popup_basket{
    max-width: 620px;
    margin: 0 0 0 -310px;
    background: #f6f5f6;
}
.popup_video{
    max-width: 840px;
    margin: 0 0 0 -420px;
}
.popup_slider{
    max-width: 840px;
    margin: 0 0 0 -420px;
}
.popup_wizard{
    max-width: 762px;
    margin: 0 0 0 -376px;
}
.button_close{
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 30px;
    background: url("/images/button_close.png") center center no-repeat;
}
.popup h3{
    margin: 0 0 14px 0;
}
.popup_login .popup_inn{
    padding: 30px 80px;
}
.popup_video .popup_inn{
    padding: 30px;
}
.popup_slider .popup_inn{
    padding: 30px;
}
.popup_wizard .popup_inn{
    padding: 30px;
}
.popup_login td{
    padding: 10px 0 0 0;
}
.popup_login td:first-child{
    width: 158px;
}
.popup_login td input[type="text"], .popup_login td input[type="password"]{
    width: 100%;
}
.a_forgot{
    font-style: italic;
}

/* ----- 02-dvblink ----- */
.block_bnr{
    margin: 0 0 30px 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.bg_dvblink{
    color: #ffffff;
    background: url("/images/bg_dvblink.jpg") center top no-repeat;
}
.block_bnr_center{
    max-width: 940px;
    min-height: 526px;
    margin: 0 auto;
    padding: 0 10px;
}
.bg_dvblink h1{
    max-width: 370px;
    margin: 55px 0 0 50px;
}
.block_info{
    display: table;
    width: 100%;
}
.content > .content_center:nth-child(2) > .block_info:first-child{
    margin: -30px 0 0 0;
}
.block_info .col{
    display: table-cell;
    width: 50%;
    padding: 30px 0;
    vertical-align: middle;
    text-align: center;
}
.block_info .col:first-child{
    padding-right: 15px;
}
.block_info .col:last-child{
    padding-left: 15px;
}
.block_info .col h3{
    text-align: left;
}
.block_info .col p{
    margin: 0;
    text-align: left;
}
.block_video{
    width: 100%;
    max-width: 460px;
    position: relative;
    cursor: pointer;
}
.block_video:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 115px;
    height: 115px;
    margin: -57px 0 0 -57px;
    background: url("/images/ico_play.png") left top no-repeat;
    z-index: 2;
}
.block_video_inn{
    position: relative;
    z-index: 1;
}
.block_video_inn img, .block_video_inn object, .block_video_inn iframe{
    width: 100%;
}
.bg_green_1{
    color: #ffffff;
    background: #bcca00;
}
.bg_green_2{
    color: #ffffff;
    background: #61ab54;
}
.bg_grey{
    background: #f6f5f6;
}
.block_info_txt{
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}
.block_info_txt span{
    display: block;
    padding: 20px 0 0 0;
    font-size: 15px;
}
.block_select_platform{
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
}
.content > .content_center:first-child .block_select_platform{
    padding: 0;
}
.ul_select_platform{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    font-size: 0;
}
.ul_select_platform li{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.block_platform{
    margin: 0 0 20px 0;
    font-size: 15px;
    height: 74px;
}
.block_platform .logo_platform{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    width: 100%;
    height: 42px;
    margin: 0 0 12px 0;
    position: relative;
    cursor: pointer;
	zoom: 1;
}

.block_platform .logo_platform u{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.25s ease 0s;
}
.block_platform .logo_platform:hover u, .block_platform.active .logo_platform u{
    opacity: 1;
}
.block_platform span{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    padding: 0 10px 0 10px;
    color: #ffffff;
    letter-spacing: -1px;
    border-radius: 50px;
    background: #56565a;
    position: relative;
    transition: all 0.25s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.block_platform.active span{
    opacity: 1;
    filter: alpha(opacity=100);
}
.block_platform span i{
    position: absolute;
    top: 50%;
    right: 9px;
    width: 9px;
    height: 8px;
    margin: -4px 0 0 0;
    background: url("/images/button_close_white.png") left top no-repeat;
    cursor: pointer;
}
.pt30{
    padding-top: 30px !important;
}
.block_products{
    margin: 0 -20px 0 0;
    text-align: center;
}
.block_products h3{
    text-align: left;
}
.block_block_product{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    width: 220px;
    margin: 0 16px 30px 0;
    text-align: left;
}

.block_block_product .img{
    display: block;
    height: 165px;
    margin: 0 0 22px 0;
    padding: 11px 0 0 0;
    text-align: center;
    background: #f5f5f5 url("/images/img_bg.jpg") center top no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.block_block_product .img_white{
    background: #ffffff url("/images/img_white_bg.jpg") center top no-repeat;
}
.block_block_product .img img{
    width: 92px;
}
.block_block_product .img_2{
    display: block;
    width: 100%;
    margin: 0 0 22px 0;
    background: #f6f5f6;
    position: relative;
}
.block_block_product .img_2 img{
    width: 100%;
}

.o{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 79px !important;
    height: 79px !important;
}
.o_tuner_only{
    background: url("/images/o_tuner_only.png") left top no-repeat;
}
.o_tuner_only_tv_mosaic{
    background: url("/images/o_tuner_tv_mosaic.png") left top no-repeat;
}

.o_sale{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 79px !important;
    height: 31px !important;
    background: url("/images/sale.jpg") right top no-repeat;
}

.o_sale_block{
    display: inline-block;
    margin-left: -45px;
    margin-top: -10px;
    width: 79px !important;
    height: 31px !important;
    background: url("/images/sale.jpg") right top no-repeat;
}
.o_sale_img{
    display: none;
    position: relative;
    z-index: 5;
    left: -25px;
    top: -10px;
    width: 79px !important;
    height: 31px !important;
}

.block_block_product .title{
    height: 90px;
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.green{
    color: #bcca00;
}
.blue{
    color: #1db1df;
}
.red{
    color: #d9002e;
}
.block_block_product .title strong{
    display: block;
}
.block_block_product .title strong.flex{
    display: inline-block !important;
}
.block_block_product p{
    height: 52px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.block_block_product .price{
    display: block;
    margin: 0 0 22px 0;
    font-size: 30px;
    line-height: 40px;
}
.block_block_product .price sup{
    font-size: 18px;
}
.block_block_product .button:last-child{
    padding: 0 20px;
}

/* ----- 04-tvbutler ----- */
.bg_tvbutler{
    color: #666666;
    background: url("/images/bg_tvbutler.jpg") center top no-repeat;
}
.bg_tvbutler h1{
    float: right;
    max-width: 300px;
    margin: 55px 0 0 0;
}
.bg_blue_1{
    margin: -30px 0 0 0;
    color: #ffffff;
    background: #006998;
}
.bg_blue_2{
    color: #ffffff;
    background: #81cff4;
}
.bg_blue_3{
    color: #ffffff;
    background: #3fc9c9;
}
.bg_blue_4{
    color: #ffffff;
    background: #b15395;
}
.bg_blue_1 .w100pc{
    max-width: 449px;
}

/* ----- 05-tvadviser ----- */
.bg_tvadviser{
    color: #ffffff;
    background: url("/images/bg_tvadviser.jpg") center top no-repeat;
}
.bg_tvadviser h1{
    float: right;
    max-width: 330px;
    margin: 120px 0 0 0;
}
.bg_red_1{
    color: #ffffff;
    background: #c32f51;
}
.bg_red_2{
    color: #ffffff;
    background: #ea8881;
}
.w100pc.img_tvadviser{
    max-width: 544px;
}
.block_block_product select.fl_right{
    margin: 12px 0 0 0;
}

/* ----- 06-product ----- */
.block_product_one{
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    line-height: 19px;
}
.no_shadow {
    background: #f5f5f5 !important;
}
.block_product_one .img{
    float: left;
    width: 301px;
    margin: 0 18px 0 0;
    text-align: center;
    background: #f5f5f5 url("/images/img_product_one_shadow.jpg") left bottom no-repeat;
    position: relative;
}
.block_product_one .img img{
    width: 214px;
}
.block_product_one .title{
    margin: 0 0 6px 0;
    font-size: 30px;
    line-height: 40px;
}
.block_product_one p{
    margin: 0 0 46px 0;
}
.block_product_one .product_description p a {
    text-decoration: underline !important;
}
.price_one strong{
    display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
    margin: 0 30px 0 0;
    font-size: 48px;
    line-height: 48px;
}
.price_one strong sup{
    font-size: 28px;
}
.price_one select{
    height: 38px;
    margin: 0 20px 0 0;
    font-size: 19px;
    position: relative;
    top: 4px;
}

.price_one div {
    width: 93px;
    height: 93px;
    background: url("/images/ico_price_free.png")no-repeat;
    padding-left: 120px;
    padding-top: 24px;
}

.block_product_one_description{
    margin: 0 0 30px 0;
    padding: 30px 0 0 319px;
}
.block_product_one_description a{
    text-decoration: underline;
}
.block_product_one_description a:hover{
    text-decoration: none;
}
.ul{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.ul li{
    padding: 0 0 0 15px;
    background: url("/images/bullet.png") left 12px no-repeat;
}

/* ----- 08-basket ----- */
.block_item{
    margin: 0 0 22px 0;
}
.block_item_left{
    float: left;
    width: 50%;
}
.block_item .img{
    float: left;
    width: 220px;
    height: 165px;
    margin: 0 18px 0 0;
    padding: 11px 0 0 0;
    text-align: center;
    background: #f5f5f5 url("/images/img_bg.jpg") center top no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.block_item .img img{
    width: 92px;
}
.block_item .img_2{
    float: left;
    width: 220px;
    margin: 0 18px 0 0;
    background: #f6f5f6;
    position: relative;
}
.block_item .img_2 img{
    width: 100%;
}
.block_item .title{
    margin: -5px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.block_item p{
    margin: 0;
    height: 112px;
    overflow: hidden;
}
.block_item > .flexible{
    position: relative;
    padding: 0 37px 0 0;
    line-height: 18px;
}
.block_item table{
    height: 165px;
}
.block_item th{
    height: 25px;
    padding: 0 12px;
    text-align: right;
    color: #55565a;
}
.block_item td{
    padding: 6px 12px 0 12px;
    vertical-align: top;
    text-align: right;
    color: #55565a;
}
.block_item tr:last-child td{
    height: 100%;
}
.block_item u{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    height: 22px;
    text-decoration: none;
    line-height: 22px;
    white-space: nowrap;
}
.block_item select{
    height: 22px;
}
.block_item span{
    font-size: 20px;
}
.button_delete{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 36px;
    border-left: 1px solid #969698;
    background: url("/images/button_delete.png") center center no-repeat;
}
.table_code_total{
    margin: 0 0 20px 0;
}
.table_code_total td{
    padding: 14px 0 0 0;
    text-align: right;
    line-height: 18px;
}
.table_code_total td:first-child{
    width: 100%;
}
.table_code_total td.text{
    vertical-align: top;
}
.table_code_total span{
    padding: 0 35px 0 0;
    color: #666666;
}
.bt{
    border-top: 1px solid #767679;
}
.table_code_total input[type="text"]{
    width: 220px;
    height: 22px;
}
.table_code_total strong{
    font-size: 30px;
    color: #55565a;
    line-height: 40px;
}
.block_license{
    padding: 0 0 30px 238px;
}

.block_license a{
    text-decoration: underline;
}

/* ----- 09-order.html ----- */
.table_order th{
    height: 30px;
    padding: 0 0 0 20px;
    text-align: right;
    color: #55565a;
}
.table_order th:first-child{
    padding: 0;
}
.table_order th:nth-child(4){
    text-align: center;
}
.table_order td{
    padding: 0 0 25px 20px;
    vertical-align: top;
    text-align: right;
    color: #55565a;
    line-height: 26px;
    white-space: nowrap;
}
.table_order td:first-child{
    padding-left: 0;
    text-align: left;
    white-space: normal;
}
.table_order td:nth-child(4){
    text-align: center;
}
.table_order .title{
    font-weight: bold;
}
.table_order u{
    text-decoration: none;
    font-size: 20px;
}
.table_order strong{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    margin: -8px 0 0 0;
    padding: 20px 0 0 22px;
    font-size: 30px;
    line-height: 40px;
    border-top: 2px solid #aaaaac;
}
.block_payment_method_all{
    padding: 0 0 30px 0;
}
.block_payment_method{
    margin: 0 0 16px 0;
    padding: 35px 0 0 0;
    text-align: center;
}
.block_payment_method .div{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-size: 36px;
    color: #55565a;
    white-space: nowrap;
}
.block_payment_method .div:last-child label{
    position: relative;
    top: 6px;
}
.block_payment_method_all > .clearfix > .fl_left{
    position: relative;
    top: 10px;
}

/* ----- 10-success ----- */
.block_cart_after_payment{
    padding: 0 0 30px 80px;
}
.block_cart_after_payment strong{
    display: block;
    font-size: 18px;
    color: #56565a;
}
.table_order th{
    padding: 0 0 0 10px;
    font-size: 13px;
}
.table_order th:first-child{
    padding: 0;
}
.table_order td{
    padding: 0 0 25px 10px;
    font-size: 12px;
}
.table_order td:first-child{
    padding-left: 0;
    font-size: 13px;
}
.table_order u{
    font-size: 14px;
}

/* ----- 11-news ----- */
.content_left{
    float: left;
    width: 67.65%;
}
.content_right{
    float: right;
    width: 23.19%;
}
.block_news{
    margin: 0 0 21px 0;
    padding: 0 0 21px 0;
    border-bottom: 1px solid #9e9c9e;
}
.block_news .title{
    margin: 0 0 27px 0;
}
.block_news .title a{
    font-size: 20px;
    color: #1db1df;
    line-height: 30px;
    font-weight: bold;
}
.block_news .title span{
    display: block;
}
.block_paging{
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 18px;
}
.block_paging a{
    margin: 0 1px;
}
.block_paging .cur{
    color: #1db1df !important;
}
.block_media{
    margin: 0 0 22px 0;
}
.block_media a{
    text-decoration: underline;
}
.block_media a:hover{
    text-decoration: none;
}
.block_media .title{
    margin: 0 0 21px 0;
    font-size: 18px;
    color: #1db1df;
    font-weight: bold;
}
.block_media .div{
    margin: 0 0 28px 0;
}

/* ----- 12-article ----- */
.block_news_one{
    margin: 0 0 30px 0;
}
.block_news_one h2{
    margin: 0 0 28px 0;
}
.block_news_one a{
    text-decoration: underline;
}
.block_news_one a:hover{
    text-decoration: none;
}

/* ----- 13-press ----- */
.block_press{
    margin: 0 0 21px 0;
    padding: 0 80px 15px 0;
    border-bottom: 1px solid #9e9c9e;
    position: relative;
}
.block_press .title{
    margin: 0 0 7px 0;
}
.block_press .title a{
    font-size: 20px;
    color: #1db1df;
    line-height: 30px;
    font-weight: bold;
}
.block_press .ico_download{
    position: absolute;
    top: 50%;
    right: 16px;
    width: 48px;
    height: 44px;
    margin: -22px 0 0 0;
    background: url("/images/ico_download.png") left top no-repeat;
}
.block_press .ico_download:hover{
    background: url("/images/ico_download_hover.png") left top no-repeat;
}

/* ----- 14-press-resources ----- */
.block_press_resources_top .block_media{
    float: right;
    width: 218px;
    margin-left: 23px;
}
.block_press_resources{
    padding: 30px 0 15px 0;
}
.block_press_resources > .title{
    margin: 0 0 15px 40px;
    padding: 0 0 0 40px;
    line-height: 18px;
    background: url("/images/arrow_right.png") left 8px no-repeat;
    cursor: pointer;
}
.block_press_resources > .title.open{
    background: url("/images/arrow_bottom.png") left 14px no-repeat;
}
.block_press_resources > .title h3{
    margin: 0;
}
.ul_press_resources{
    margin: 0 -20px 0 0;
    padding: 0;
    list-style: none;
}
.block_press_resources .ul_press_resources{
    display: none;
}
.ul_press_resources li{
    float: left;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.block_press_resources .ul_press_resources li{
    width: 25%;
}
.block_clients .ul_press_resources li{
    width: 33.33%;
}
.ul_press_resources a{
    display: block;
}
.ul_press_resources img{
    width: 100%;
}
.ico_plus{
    position: relative;
}
.ico_plus:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url("/images/ico_plus.png") center center no-repeat;
}

/* ----- 15-press-register ----- */
.block_press_registration{
    padding: 30px 0 20px 0;
}
.block_press_registration_inn{
    width: 100%;
    max-width: 460px;
}
.block_press_registration h3{
    margin: 0;
}
.block_press_registration span{
    color: #d9002e;
}
.block_press_registration td{
    padding: 0 0 10px 0;
    vertical-align: top;
}
.block_press_registration td:first-child{
    width: 158px;
    font-size: 18px;
}
.block_press_registration input[type="text"], .block_press_registration textarea{
    width: 100%;
}
.block_press_registration textarea{
    height: 260px;
    margin: 0;
}
.block_press_registration i, .table_code_total i{
    display: block;
    font-size: 13px;
    color: #d9002e;
    font-style: normal;
}
.block_press_registration .button{
    width: 114px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 28px;
}

/* ----- 16-about ----- */
.bg_about{
    color: #ffffff;
    background: url("/images/bg_about.jpg") center top no-repeat;
}
.bg_about h1{
    margin: 430px 0 0 0;
}
.content_left_2{
    float: left;
    width: 49.46%;
}
.content_right_2{
    float: right;
    width: 31.72%;
}
.block_about{
    margin: 0 0 30px 0;
    color: #55565A;
    padding-top: 30px;
}
.block_about h2{
    margin: 0 0 40px 0;
}
.block_about .title{
    margin: 0 0 28px 0;
    font-size: 20px;
    line-height: 30px;
    color: #1db1df;
}
.block_address{
    margin: 0 0 30px 0;
    color: #55565A;
    font-style: normal;
    padding-top: 30px;
}
.block_address .title{
    margin: 0 0 40px 0;
    font-size: 20px;
    color: #1db1df;
    line-height: 30px;
    font-weight: bold;
}
.block_address a{
    color: #1db1df;
}

/* ----- 17-support ----- */
.block_support{
    display: table;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.block_support .col{
    display: table-cell;
    width: 50%;
    padding: 30px 0;
    vertical-align: middle;
    text-align: center;
}
.block_support .col:first-child{
    padding-right: 15px;
}
.block_support .col:last-child{
    padding-left: 15px;
}
.block_support .col .title{
    display: block;
    font-size: 30px;
    line-height: 40px;
}
.block_support_txt{
    display: block;
    text-align: left;
}
.ico_support_1, .ico_support_2, .ico_support_3, .ico_support_4{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    height: 86px;
}
.ico_support_1{
    width: 101px;
    background: url("/images/ico_support_1.png") left top no-repeat;
}
.ico_support_2{
    width: 121px;
    background: url("/images/ico_support_2.png") left top no-repeat;
}
.ico_support_3{
    width: 78px;
    background: url("/images/ico_support_3.png") left top no-repeat;
}
.ico_support_4{
    width: 141px;
    background: url("/images/ico_support_4.png") left top no-repeat;
}
.block_support:hover .ico_support_1{
    background: url("/images/ico_support_1_hover.png") left top no-repeat;
}
.block_support:hover .ico_support_2{
    background: url("/images/ico_support_2_hover.png") left top no-repeat;
}
.block_support:hover .ico_support_3{
    background: url("/images/ico_support_3_hover.png") left top no-repeat;
}
.block_support:hover .ico_support_4{
    background: url("/images/ico_support_4_hover.png") left top no-repeat;
}

/* ----- 18-clients ----- */
.block_clients{
    padding: 30px 0;
}
.block_clients:first-child{
    padding: 0 0 30px 0;
}
.block_clients_left{
    float: left;
    width: 220px;
    margin: 0 20px 0 0;
}
.block_clients_left .img{
    margin: 0 0 13px 0;
}
.block_clients_left strong{
    display: block;
    margin: 0 0 15px 0;
}
.block_clients_left p{
    margin: 0 0 18px 0;
}
.block_clients_left p:last-child{
    margin: 0;
}
.block_clients_left .button{
    height: 30px;
    line-height: 30px;
}
.block_slider_all{
    margin: 0 0 30px 0;
    background: #006998;
}
.block_slider_center{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    color: #ffffff;
}
.block_popup_slider_all{
    position: relative;
}
.block_popup_slider{
    z-index: 1;
}
.block_popup_slider > div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.block_popup_slider img{
    width: 100%;
}
.arrow_slider_left, .arrow_slider_right{
    position: absolute;
    top: 50%;
    width: 15px;
    height: 24px;
    margin: -12px 0 0 0;
    z-index: 2;
}
.arrow_slider_left{
    left: 7px;
    background: url("/images/arrow_slider_left.png") left top no-repeat;
}
.arrow_slider_left:hover{
    background: url("/images/arrow_slider_left_hover.png") left top no-repeat;
}
.arrow_slider_right{
    right: 7px;
    background: url("/images/arrow_slider_right.png") left top no-repeat;
}
.arrow_slider_right:hover{
    background: url("/images/arrow_slider_right_hover.png") left top no-repeat;
}

/* ----- 19-downloads ----- */
.mtm30{
    margin-top: -30px;
}
.block_downloads_all{
    padding: 30px 0 15px 0;
}

.block_downloads_all .packages {
    display: none;
}
.block_downloads_all > .title{
    margin: 0 0 15px 40px;
    padding: 0 0 0 40px;
    line-height: 18px;
    background: url("/images/arrow_right.png") left 8px no-repeat;
    cursor: pointer;
}
.block_downloads_all > .title.open{
    background: url("/images/arrow_bottom.png") left 14px no-repeat;
}
.block_downloads_all > .title h3{
    margin: 0;
}
.block_downloads{
    display: none;
    margin: 0 0 0 80px;
    padding: 22px 0 0 0;
    border-top: 1px solid #bbb9bb;
}
.block_download{
    margin: 0 0 22px 0;
}
.block_download:last-child{
    margin: 0 0 10px 0;
}
.block_download .button{
    float: right;
    height: 30px;
    margin: 0 0 0 30px;
    line-height: 30px;
}
.block_download .title{
    margin: 0 0 2px 0;
    font-size: 18px;
    font-weight: bold;
}
.hr{
    margin: 0 0 22px 0;
    border-top: 1px solid #bbb9bb;
}
.block_download > .flexible a{
    text-decoration: underline;
}
.block_download > .flexible a:hover{
    text-decoration: none;
}



/* ----- 20-wizard ----- */
.popup_wizard .popup_inn_inn{
    min-height: 315px;
    margin: 0;
    position: relative;
}

.popup_wizard  h3{
    min-height: 50px;
}

.popup_wizard  .buttons{
    min-height: 38px;
}
.popup_wizard .buttons .next{
    float: right;
}
.popup_inn_inn .ul_select_platform {
    padding: 40px 0 0 0;
}

.popup_inn_inn .ul_select_platform_sub{
    padding: 90px 0 0 0 !important;
}

.ul_select_platform_one{
    padding: 0;
    text-align: center;
}
.ul_select_platform_one_sub{
    padding: 240px 0 0 0 !important;
    text-align: center;
}
.block_nas_platform{
    padding: 0;
    text-align: center;
    min-width: 278px !important; 
}
.block_nas_platform input[type="text"]{
    width: 100%;
    max-width: 300px;
    margin: 0 0 7px 0;
}
.block_nas_platform_choose{
    width: 100%;
    max-width: 300px;
    height: 160px;
    margin: 0 auto;
    text-align: left;
    line-height: 28px;
    border: 1px solid #9e9c9e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.block_nas_platform_choose .clearfix{
    padding: 0;
}
.block_nas_platform_choose a.device{
    display: block;
    padding: 0 10px;
}
.block_nas_platform_choose a.device.active, .block_nas_platform_choose a.device:hover {
    background-color: #56565a;
    color: #ffffff !important;
}
.block_signal_type{
    padding: 0;
}
.block_signal_type ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.block_signal_type li{
    display: inline-block; *display: inline; vertical-align: top; zoom: 1;
    width: 33.33%;
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 20px;
    color: #d3d1d2;
    font-weight: bold;
    transition: all 0.25s ease 0s;
    cursor: pointer;
}
.block_signal_type u{
    display: block;
    height: 51px;
    margin: 0 0 10px 0;
}
.ico_signal_type_1{
    background: url("/images/icons_signal_type/ico_signal_type_1.png") center top no-repeat;
}
.ico_signal_type_2{
    background: url("/images/icons_signal_type/ico_signal_type_2.png") center top no-repeat;
}
.ico_signal_type_3{
    background: url("/images/icons_signal_type/ico_signal_type_3.png") center top no-repeat;
}
.ico_signal_type_4{
    background: url("/images/icons_signal_type/ico_signal_type_4.png") center top no-repeat;
}
.ico_signal_type_5{
    background: url("/images/icons_signal_type/ico_signal_type_5.png") center top no-repeat;
}
.ico_signal_type_6{
    background: url("/images/icons_signal_type/ico_signal_type_6.png") center top no-repeat;
}
.block_signal_type span{
    display: block;
    font-size: 15px;
}
.block_signal_type li:hover, .block_signal_type li.active{
    color: #56565a;
}
.block_signal_type li:hover .ico_signal_type_1, .block_signal_type li.active .ico_signal_type_1{
    background: url("/images/icons_signal_type/ico_signal_type_1_hover.png") center top no-repeat;
}
.block_signal_type li:hover .ico_signal_type_2, .block_signal_type li.active .ico_signal_type_2{
    background: url("/images/icons_signal_type/ico_signal_type_2_hover.png") center top no-repeat;
}
.block_signal_type li:hover .ico_signal_type_3, .block_signal_type li.active .ico_signal_type_3{
    background: url("/images/icons_signal_type/ico_signal_type_3_hover.png") center top no-repeat;
}
.block_signal_type li:hover .ico_signal_type_4, .block_signal_type li.active .ico_signal_type_4{
    background: url("/images/icons_signal_type/ico_signal_type_4_hover.png") center top no-repeat;
}
.block_signal_type li:hover .ico_signal_type_5, .block_signal_type li.active .ico_signal_type_5{
    background: url("/images/icons_signal_type/ico_signal_type_5_hover.png") center top no-repeat;
}
.block_signal_type li:hover .ico_signal_type_6, .block_signal_type li.active .ico_signal_type_6{
    background: url("/images/icons_signal_type/ico_signal_type_6_hover.png") center top no-repeat;
}
.block_dialog{
    padding: 0;
    text-align: center;
    width: 100%;
    //position: absolute;
    bottom: 125px;
}
.block_dialog .dialog_notes{
    padding: 0;
    text-align: center;
}
.block_dialog .button{
    margin: 0 10px 10px 10px;
    padding: 0 52px;
}
.block_dialog a {
    text-decoration: underline;
}
.block_message{
    padding: 0 80px 0 80px;
}
.block_message a{
    text-decoration: underline;
}
.scroll-pane{
    height: 200px;
    line-height: 28px;
    border-right: 1px solid #979597;
}
.scroll-pane .clearfix{
    padding: 0 20px 0 0;
}
.block_select_country{
    padding: 0;
}
.block_select_country ul{
    margin: 0;
    padding: 0 0 0 42%;
    list-style: none;
}
.block_select_country li{
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.block_select_country .active{
    color: #56565a;
}
.a_not_listed{
    position: absolute;
    left: 40%;
    bottom: 0;
}
.a_not_listed:hover{
    text-decoration: underline;
}
.block_recommended_products_wizard{
    padding: 0;
    min-height: 250px;
}
.block_recommended_products_wizard.loaded{
    min-height: 445px !important;
}
.horizontal-only_inn{
    text-align: center
}

.horizontal-only_inn .block_block_product{
    margin: 0 16px 10px 0;
}

.horizontal-only_inn .block_block_product:last-child {
    margin-right: 0 !important;
}

.horizontal-only_inn span.loading{
    background: rgba(0, 0, 0, 0) url("/images/loading_grey_big_2.gif") no-repeat scroll left top;
    display: inline-block;
    height: 250px;
    margin-top: 0;
    opacity: 1;
    top: 125px;
    position: relative;
    width: 79px;
    z-index: 2;    
}

/* ----- table ----- */
.block_table{
	margin: 45px 0;
	padding: 20px;
	background: #ffffff;
}
.table_player{
	background: #dadada;
}
.table_player th{
	padding: 15px 14px;
	font-size: 24px;
	text-transform: uppercase;
	background: #7fceef;
}
.table_player th:nth-child(2){
	background: #0e8fbd;
}
.table_player th:nth-child(3){
	background: #492c77;
}
.table_player td{
	padding: 4px 14px;
	text-align: center;
	border-bottom: 1px solid #d1d3d4;
}
.table_player td:first-child{
	text-align: left;
	font-size: 14px;
	color: #58595b;
	font-weight: bold;
	background: #ffffff;
}
.table_player td:nth-child(2), .table_player td:nth-child(3){
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.table_player td.td_blue{
	border-bottom: 1px solid #64c5e8;
	background: #2bb0df;
}
.table_player td:nth-child(3){
	border-bottom: 1px solid #947fb3;
	background: #6c5097;
}
.ico_ok{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	width: 26px;
	height: 21px;
	background: url("../images/ico_ok.png") left top no-repeat;
	position: relative;
	top: 2px;
}

/* ----- inner_iptv ----- */
.bg_iptv{
	color: #2bb0df;
	background: url("../images/bg_iptv.jpg") center top no-repeat;
}
.bg_iptv h1{
	max-width: 605px;
	margin: 35px 0 0 0;
}
.ul u{
	display: block;
	padding: 0 0 0 15px;
	text-decoration: none;
}

@media screen and (max-width: 950px){
    .logo{
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 880px){
    .menu li{
        padding: 0 10px;
        font-size: 13px;
    }
    .menu li:first-child{
        padding: 0 10px 0 0;
    }
    .menu li:last-child{
        padding: 0 0 0 10px;
    }
    h1{
        font-size: 38px;
        line-height: 50px;
    }
    .bg_tvbutler{
        text-shadow: 0 0 30px #ffffff, 0 0 30px #ffffff, 1px 1px 0 #ffffff;
    }
    .block_info .w100pc{
        width: 100%;
    }
    .bg_tvadviser{
        text-shadow: 0 0 60px #000000, 1px 1px 0 #000000;
    }
    /* ----- new ----- */
	.block_table{
		padding: 0;
	}
	.table_player th{
		padding: 10px;
		font-size: 15px;
		line-height: normal;
	}
	.table_player td{
		padding: 10px;
	}
	.table_player td:first-child{
		font-size: 12px;
		line-height: normal;
	}
	.table_player td:nth-child(2), .table_player td:nth-child(3){
		font-size: 15px;
		line-height: normal;
	}
/* ----- // new ----- */
}
@media screen and (max-width: 870px){
    .block_item_left{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .block_item table{
        height: auto;
    }
    .block_license{
        padding: 0 0 30px 0;
    }
}
@media screen and (max-width: 860px){
    .popup_video, .popup_slider, .popup_wizard{
        min-width: 300px;
        width: auto;
        left: 10px;
        right: 10px;
        margin: 0;
    }
    .popup_video .popup_inn, .popup_slider .popup_inn, .popup_wizard .popup_inn{
        padding: 15px;
    }
}
@media screen and (max-width: 800px){
    .block_product_one .img{
        float: none;
        margin: 0 auto 30px auto;
    }
    .price_one strong{
        margin-bottom: 20px;
    }
    .block_product_one_description{
        padding: 30px 0 0 0;
    }
    .content_left{
        float: none;
        width: 100%;
    }
    .content_right{
        float: none;
        width: 235px;
        margin: 0 auto;
    }
    .block_clients_left{
        float: none;
        width: 100%;
        margin: 0;
    }
    .block_clients .ul_press_resources{
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width: 750px){
    .footer_news{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .footer_follow{
        width: 100%;
    }
    .content_left_2{
        width: 100%;
    }
    .content_right_2{
        float: none;
        width: 220px;
        margin: 0 auto 30px auto;
    }
}
@media screen and (max-width: 460px){
	.buttons {
	clear: both;
	padding: 0;
    text-align: center;
    width: 100%;
    //position: absolute;
    bottom: 125px;
	}
	.popup_wizard .buttons .next{
    float: none;
	margin-top: 10px;
	}
	.popup_wizard .buttons .next{
    float: none;
	//margin-top: 10px;
	margin: 0 10px 10px 10px;
	//padding: 0 52px;
	}
	.popup_wizard .buttons .previous{
    float: none;
	margin: 0 10px 10px 10px;
	}
}

@media screen and (max-width: 730px){
    .menu_show{
        display: block;
    }
    .menu ul{
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 5px 0;
        background: #979597;
    }
    .menu li{
        float: none;
        padding: 0 !important;
        font-size: 15px;
    }
    /* ----- new ----- */
	.menu li span{
		display: block;
		padding: 0;
	}
	.menu li span:before{
		display: none;
	}
    /* ----- // new ----- */
    .menu a{
        padding: 6px 15px;
        color: #ffffff !important;
        border-bottom: 2px solid transparent !important;
    }
    .menu a:hover, .menu .active{
        background: #56565a;
    }
}
@media screen and (max-width: 700px){
    .block_slider{
        text-align: center;
    }
    .block_slider_txt{
        width: 100%;
    }
    .block_slider .img{
        width: 100%;
    }
}
@media screen and (max-width: 660px){
    .menu_content:before, .menu_content:after{
        display: none;
    }
    .menu_content .col{
        width: 100%;
        padding: 25px;
        border-bottom: 1px solid #747478;
    }
    .menu_content .col:nth-child(3){
        border-bottom: 0;
    }
}

.platform_20_percent{
    width: 20% !important; 
}

@media screen and (max-width: 640px){
    .popup_login{
        width: auto;
        left: 10px;
        right: 10px;
        margin: 0;
    }
    .popup_login .popup_inn{
        padding: 30px 20px;
    }
    .popup_login td:first-child{
        width: 100px;
    }
    .block_info{
        display: block;
    }
    .block_info .col{
        display: block;
        width: 100%;
        padding: 30px 0 !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .block_info .col h3{
        text-align: center;
    }
    .block_info .col p{
        text-align: center;
    }
    .block_video{
        margin: 0 auto -20px auto;
    }
    .block_info_txt{
        text-align: center;
        font-size: 25px;
        line-height: 30px;
    }
    /* ----- new ----- */
	.block_info img{
		max-width: 300px;
	}
    /* ----- // new ----- */
    .ul_select_platform_one{
        padding: 130px 0 0 0;
    }
    .ul_select_platform li{
        display: inline-block; *display: inline; vertical-align: top; zoom: 1;
        width: 50%;
    }
    .block_cart_after_payment{
        padding-left: 0;
    }
    
    .platform_20_percent {
        width: 50%  !important; 
        color: red;
    }
}
@media screen and (max-width: 560px){
    .block_payment_method{
        margin: 0 0 26px 0;
        padding: 15px 0 0 0;
    }
    .block_payment_method .div{
        display: block;
        margin: 0 0 15px 0;
        padding: 0;
    }
    .block_downloads{
        margin: 0;
    }
    .block_download .button{
        float: none;
        margin: 0 0 15px 0;
    }
    .block_download > .flexible{
        clear: both;
    }
    .block_signal_type{
        padding: 175px 0 0 0;
    }
    .block_recommended_products_wizard{
        padding: 10px 0 0 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;        
    }
    .block_select_country ul{
        padding: 0 0 0 27%;
    }
    .a_not_listed{
        left: 20%;
    }
}
@media screen and (max-width: 500px){
    .ul_press_resources li{
        width: 50% !important;
    }
    .block_support{
        display: block;
    }
    .block_support .col{
        display: block;
        width: 100%;
        padding: 30px 0 !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .block_support .col:first-child{
        padding: 30px 0 0 0 !important;
    }
    .block_support_txt{
        text-align: center;
    }
}
@media screen and (max-width: 450px){
    .block_item .img{
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .block_item .img_2{
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .block_item .title{
        margin: 0;
    }
    .block_item p{
        height: auto;
    }
    .block_item th{
        padding: 0 10px;
        font-size: 12px;
    }
    .block_item td{
        padding: 6px 10px 0 10px;
        font-size: 12px;
    }
    .block_item select{
        font-size: 12px;
    }
    .block_item span{
        font-size: 15px;
    }
    .table_code_total span{
        padding: 0 15px 0 0;
        font-size: 12px;
    }
    .table_code_total input[type="text"]{
        width: 160px;
    }
    .block_press_registration td:first-child{
        width: 100px;
    }
    .ul_select_platform_one_sub{
        padding: 190px 0 0 0 !important;
    }
    .ul_select_platform_one_sub li{
        width: 100%;
    }
    .block_signal_type{
        padding: 100px 0 0 0;
    }
    .block_signal_type li{
        width: 50%;
    }
}
@media screen and (max-width: 400px){
    .header_top{
        font-size: 13px;
    }
    .menu_top a{
        padding: 0 10px;
    }
}

#ports-checker {
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.block_result{
    padding: 0 0 30px 80px;
}
.block_result strong{
    display: block;
    font-size: 18px;
    color: #56565a;
}
.block_cart_after_payment{
    padding: 0 0 30px 80px;
}
.block_result a{
    text-decoration: underline;
}

/* ----- new ----- */
.menu li{
	float: left;
	padding: 0 13px;
}
.menu li:first-child{
	padding: 0 13px 0 0;
}
.menu li:last-child{
	padding: 0 0 0 13px;
}
.menu li span{
	display: inline-block; *display: inline; vertical-align: top; zoom: 1;
	padding: 0 32px 0 0;
	position: relative;
}
.menu li span:before{
	position: absolute;
	top: -5px;
	right: 0;
	content: "";
	width: 28px;
	height: 28px;
	background: url("../images/ico_free.png") right center no-repeat;
}
/* ----- // new ----- */
/* ----- inner_player ----- */
.bg_player{
	color: #2bb0df;
	background: url("../images/bg_player.jpg") center top no-repeat;
}
.bg_player h1{
	max-width: 410px;
	margin: 55px 0 0 0;
}
.ico_price_free{
	margin: 0 30px 0 0;
	vertical-align: middle;
}
.popup_provide_email .block_form{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 0;
}
.popup_provide_email .block_form input[type="text"]{
	width: 100%;
}
.popup_provide_email .block_form ul{
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
}
.popup_provide_email .block_form li{
	padding: 20px 0 0 0;
}
.popup_provide_email .block_form .niceCheck{
	float: left;
	margin: 0 10px 0 0;
	top: 4px;
}
.popup_provide_email .block_form label{
	overflow: hidden;
}
.build
{
    line-height: 19px;
    font-size: 15px;
}

/* ----- new ----- */
.popup_provide_email{
	max-width: 840px;
	margin: 0 0 0 -420px;
}

.popup_wizard .popup_inn{
	padding: 30px;
}
/* ----- new ----- */
.popup_provide_email .popup_inn{
	padding: 30px;
}

/* ----- new ----- */
.menu_content_2 .col:nth-child(2){
    border-bottom: 0;
}

/* ---- iptv server popup ----*/
.popup_iptv_trial .block_form{
	width: 100%;
	max-width: 303px;
	margin: 0 auto;
	padding: 30px 0;
}
.popup_iptv_trial .block_form input[type="text"]{
	width: 100%;
    margin-bottom: 15px;
}

.popup_iptv_trial .block_form label{
	overflow: hidden;
}
.popup_iptv_trial{
	max-width: 840px;
	margin: 0 0 0 -420px;
}
.popup_iptv_trial .popup_inn{
	padding: 30px;
}

.popup_iptv_trial textarea {
    height: 100px;
    margin-bottom: 15px;
}

/* player: get activation code */
.popup_provide_actyivation_code .block_form{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 0;
}
.popup_provide_actyivation_code .block_form input[type="text"]{
	width: 100%;
}
.popup_provide_actyivation_code .block_form ul{
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
}
.popup_provide_actyivation_code .block_form li{
	padding: 20px 0 0 0;
}
.popup_provide_actyivation_code .block_form .niceCheck{
	float: left;
	margin: 0 10px 0 0;
	top: 4px;
}
.popup_provide_actyivation_code .block_form label{
	overflow: hidden;
}

.popup_provide_actyivation_code .popup_inn{
	padding: 30px;
}
.popup_provide_actyivation_code{
	max-width: 840px;
	margin: 0 0 0 -420px;
}

@media screen and (max-width: 700px)
{
    .popup_iptv_trial{
        max-width: 100%;
        margin: 0 0 0 0px;
    }
    .popup_provide_email{
        max-width: 100%;
        margin: 0 0 0 0px;
    }
    .popup_provide_actyivation_code{
        max-width: 100%;
        margin: 0 0 0 0px;
    }
    .popup {left: 0px;}
}

