@font-face {
    font-family: 'RUBSN';
    src: url(../fonts/RUBSN.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}
.rub {
    font-family:'RUBSN';
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family:'Lato', sans-serif;
    color:#000;
    background:#F4F4F4;
}
h1 {
    font-size:96px;
    margin: 0;
}
h2 {
    font-size:48px;
    margin: 0;
}
h3 {
    font-size:36px;
    margin: 0;
}
h4 {
    font-size:20px;
}
p {
    line-height: 150%;
}
a {
    text-decoration:none;
    color:inherit;
}
a,div {
    box-sizing:border-box;
}
.section_channels {
    max-width: 1032px;
    overflow-x:clip;   
    margin: 0 auto;
    padding-bottom: 5%;
}
.container {
    max-width: 1032px;
    margin: 0 auto;
}
.container_main {
    max-width: 1920px;
    margin: 0 auto;
    overflow:hidden;
    padding-bottom: 100px;
}
.flex_column,
.flex_row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex
}
.flex_row {
    -webkit-box-orient: horizontal;
    -webkit-box-orient: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row
}
.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-orient: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}
.flex_wrap {
    -webkit-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}
.aib {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline
}
.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}
.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}
.jcc {
    -webkit-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.jcsb {
    -webkit-box-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.jcsa {
    -webkit-box-pack: justify;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -moz-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}
.jcfe {
    -webkit-box-pack: end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
ul {
    list-style:none;
    padding-left: 0;
}
button {
    border:none;
}
.btn {
    border-radius:10px;
    font-size:18px;
    font-weight:500;
    background:#B7204B;
    color:#fff;
    padding: 19px 64px;
    display: inline-block;
    width: auto;
    text-align: center;
    filter: drop-shadow(0px 14px 35px rgba(0, 0, 0, 0.33));
}
.btn:hover {
    background:#b7204be6;
}
.btn:active {
    background:#b7204bcc;
}
.channels-itemBox {
    margin-bottom: 30px;
    display: flex;
}
.channels_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto, 200px));
    grid-column-gap: 12px;
    grid-row-gap: 35px;
    justify-items: center;
    justify-content: space-evenly;
}
.channels-item_genre {
    display: flex;
}
.channels-item img {
    width: 100%;
    height: auto;
    border-radius:4px;
}
.search_info {
    display: none;
}
.channels_icon {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.channels_left {
    margin: 20px 0;
    flex-wrap: wrap;
    width:33.8%;
}
.channels_right {
    gap: 24px;
    width: 66.2%;
}
.genres_title {
    color:#73b24d;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
}
.genres_count {
    font-weight: 400 !important;
    color: #161616;
    margin: 0;
    font-size: 1rem !important;;
}
.genres_count span {
    font-weight: 400;
}
.modal_channels {
    max-width: 1434px;
    padding: 80px 64px;
    margin:0 auto 20px;
}
.channels_title {
    font-size: 18px;
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    color: #fff;
}
.channel_name {
    color: #fff;
    margin-top: 8px;
}
.channels_name {
    color: hsla(0,0%,100%,0.9);
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -.1px;
    line-height: 1.21;
    margin:0 0 3.6%;
}
.channels_count {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    display: none !important;
}
.close {
    position: fixed;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent!important;
    border: none;
    border-radius:4px;
    cursor:pointer;
}
.close.active {
    visibility:visible;
}
.close:hover {
    background:hsla(0,0%,100%,0.16)!important;
}
.iziModalcontent .close {
    right: 12px;
    top: 12px;  
}
.iziModalcontent h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.0125rem;
    line-height: 2.5rem;
    margin:0 0 24px;
}
.iziModalcontent {
    padding: 64px 48px 32px;
}
.close:after {
    content: '\2715';
    font-size: 21px;
    color: #73b24d;
    font-weight:900;
}
.modal_contentText {
    line-height: 150%;
}
.modal_contentLink {
    border-bottom:1px solid #73b24d;
}
.modal_contentLink:hover {
    color:#73b24d;
}
.modal_contentLink:active {
    color:#73b24d;
    border-bottom-color:#f06617;
}
.control {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 24px;
    padding: 14px 20px 14px;
    background: #73b24d29;
    outline: none;
    border-bottom: 2px solid #73b24d;
    border-radius: 5px;
    position: relative;
}
.control.active {
    border-bottom-color:#73b24d;
}
.control label {
    position: absolute;
    cursor:text;
}
.control.active label {
    position:static;
    margin-bottom: 5px;
}
.control:hover, .control:focus, .control.active {
    background: #73b24d78;
}
.control p {
    padding: 0;
    margin: 0;
    color:#616161;
    transition:all 300ms ease-out;
}
.control.active p {
    font-size:12px;
    transition:all 300ms ease-out;
}
.control_tarif {
    visibility: hidden;
    position: absolute;
}
.btn_form {
    width: 100%;
}
.btn:disabled {
    filter: brightness(0.5);
    opacity:.8;
    pointer-events:none;
}
input {
    background:transparent;
    border:none;
    outline:none!important;
    color:#616161;
/*  visibility:hidden;*/
}
::placeholder {
  color: #616161;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { 
  color: #616161;
}

::-ms-input-placeholder { 
  color: #616161;
}
.control.active input{
    visibility:visible;
}
.control input {
    width: 100%;
}
header {
padding:2% 0 1%;
}
.header_logo {
width:240px;
height:60px;
background:url(../img/logo.png) no-repeat center top / contain;
display:block;
}
.slider {
    max-width:1032px;
    margin:0 auto 6%;
    position: relative;
}
.slide {
    width:100%;
    background:url(../img/b-1.jpg) no-repeat center top / cover;
    border-radius:24px;
    color:#fff;
height:100%;
    position: relative;
    box-shadow:158px 155px 89px rgba(0, 0, 0, 0.03), 89px 87px 75px rgba(0, 0, 0, 0.1), 40px 39px 55px rgba(0, 0, 0, 0.17), 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.slide_contentWrapper {
position:relative;
padding-bottom: 56.5%;
height:0;
}
.slide_content {
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
width:100%;
height:100%;
padding: 5% 1% 6% 10%;
}
.slide_imgLink {
border-radius:24px;
	width:100%;
	padding-bottom: 56.5%;

    display: block;
}
.slide_imgLink1 {
background: url(https://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink2 {
background: url(https://www.salesupster.ru/img_iptv/banner1/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink3 {
background: url(https://www.salesupster.ru/img_iptv/banner3/banner_1920.jpg) no-repeat center / cover;
}
.slide_imgLink4 {
background: url(https://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / cover;
}

.slide_bImg {
padding:0!important;
    background: black;
}
.slide_b1 {
    background:url(../img/b-2/b.jpg) no-repeat right bottom / cover;
    color:#2d2d2d;  
    padding:6% 1% 10% 7%;
    overflow:hidden;
}
.slide_tv {
    background: url(../img/b-2/tv.png) no-repeat 130% 50% / 110%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index:5;
}
.slide_imgOuter {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 49%;
}
.slide_imgOuter .img {
    position: absolute;
    width:29%;
    background: url(../img/b-2/petals.png) no-repeat left center / 100%;
    top: 0;
    bottom: 0;
    z-index:10;
}
.slide_b1 h2, .slide_b1 p, .slide_b1 li {
    font-weight:600;
    font-size:24px;
}
.slide_content_b1 {
    width: fit-content;
    max-width:50%;
    position: relative;
}
.slide_content_b1 > * {
    position: relative;
    z-index: 10;
}
.slide_content_b1:before {
    content:'';
    position: absolute;
    top:-20%;
    left:-8%;
    right:-8%;
    bottom:-10%;
    background: rgba(255, 255, 255, .5) url(../img/b-2/b.jpg) no-repeat 35% 43% / 291%;
    border-radius: 0 0 40px 40px;
    filter: blur(5px);
    z-index:1;
}
.slide_content_b1:after {
    content:'';
    position: absolute;
    top:-20%;
    left:-8%;
    right:-8%;
    bottom:-10%;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 0 40px 40px;
    z-index: 2;
    opacity: .7;
}
.slide_b1 h2 {
    font-weight:700;
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 6%;
}
.slide_b1 p {
    line-height: 120%;
}
.slide_btn_b1 {
    background:#ff6a94;
    border:1px solid #ffffff;
    text-transform:uppercase;
    letter-spacing: 0.06em;
    padding: 15px 0;
    width: 100%;
}
.slide_btn_b1:hover {
    background:#fff;
    color:#ff6a94;
}
.list {
    list-style: disc inside;
}
/*.slide {
    padding:2% 1% 3% 10%;
}
.slide h1 {
    font-size:78px;
}
.slide h2 {
    font-size:36px;
}*/
.slider_main .owl-stage {
    display: flex;
}
.slide_img {
    padding: 0 0 42% !important;
}
.slide_img1 {
    background:url(https://www.salesupster.ru/img_iptv/banner4/banner_1920.jpg) no-repeat center / cover;    
}
.slide_img2 {
    background:url(https://www.salesupster.ru/img_iptv/banner2/banner_1920.jpg) no-repeat center / cover;    
}
.slide_img a {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
}
.slide_logo {
    width: 248px;
    height: 42px;
    background: url(../img/logo.svg) no-repeat center / 110%;
    margin-bottom: 20px;
}
.slide_text p {
    max-width:430px;
    margin-bottom: 35px;
}
.slider_main.owl-carousel .owl-stage-outer {
    overflow:visible;
}
.slider_main .owl-item:not(.active) {
    filter: brightness(0.5);
}
.slider_main .owl-item:not(.active) .slide_content{
    opacity: 0;
}
section {
    padding:2% 0;
}
.section_subtitle {
    text-align: center;
    line-height: 200%;
}
.section_title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    white-space:nowrap;
}
.section_title:before, .section_title:after {
    content:'';
    height: 1px;
    width: 12%;
    background:#616161;
    display: block;
}
.section_title:before {
    margin-right: 16px;
}
.section_title:after {
    margin-left: 16px;
}
.section_item.flex_row {
    width: 46%;
    position: relative;
    margin-bottom: 8%;
}
.section_item.flex_row p {
    font-size:14px;
}
.section_logo {
    background-color:#73b24d;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40%;
}
.logo_face {
    background-image:url(../img/face.svg);
}
.logo_play {
    background-image:url(../img/play.svg);
}
.logo_film {
    background-image:url(../img/film.svg);
}
.logo_wallet {
    background-image:url(../img/wallet.svg);
}
.logo_web {
    background-image:url(../img/web.svg);
}
.logo_wifi {
    background-image:url(../img/wifi.svg);
}
.logo_match {
    background-image:url(../img/match.png);
    background-size:90%;
}
.logo_m {
    background-image:url(../img/match1.png);
    background-size:75%;
}
.logo_nk {
    background-image:url(../img/nk.png);
    background-size:75%;
}
.logo_night {
    background-image:url(../img/night.png);
    background-size:cover;
    background-position:right top;
}
.logo_kids {
    background-image:url(../img/kids.png);
    background-size:cover;
}
.logo_cinema {
    background-image:url(../img/cinema.png);
    background-size:cover;
}
.logo_fun {
    background-image:url(../img/fun.png);
    background-size:cover;
}
.logo_amedia {
    background-image:url(../img/amediateka.svg);
    background-size:50%;
}
.logo_start {
    background-image:url(../img/start.svg);
    background-size:55%;
}
.logo_premier {
    background-image:url(../img/premier.svg);
    background-size:75%;
}
.logo_startpremier {
    background-image:url(../img/startpremier.png);
    background-size:75%;
}
.logo_serials {
    background-image:url(../img/serials.png);
    background-size:contain;
background-position:right bottom;
}
.logo_world {
    background-image:url(../img/world.png);
    background-size:65%;
background-position:center -115%;
}
.logo_np {
    background-image:url(../img/np.png);
    background-size:cover;
}
.logo_splus {
    background-image:url(../img/sm-logo.svg);
    background-size:90%;
}
.flex_row >.section_logo {
    border-radius:24px;
    left:-3vw;
    top:-2vw; 
    min-width: 6.5vw;
    height: 6.5vw;
    position: absolute;
    box-shadow: 30px 32px 17px rgba(0, 0, 0, 0.01), 17px 18px 15px rgba(0, 0, 0, 0.05), 7px 8px 11px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.flex_row > .section_text {
    border-radius:10px;
    background:#fff;
    padding: 10px 40px 10px 4vw;
    width: calc(100% - 1vw);
    margin-left: auto;
    min-height:122px;
    display: flex;
    align-items: center;
}
.section_item.flex_column {
    width: 100%;
    box-shadow: 33px 125px 52px rgba(0, 0, 0, 0.01), 19px 70px 44px rgba(0, 0, 0, 0.05), 8px 31px 32px rgba(0, 0, 0, 0.09), 2px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius:24px;
    text-align: center;
    margin-bottom: 8%;
    background:#fff;
}
.section_item.flex_column:last-of-type {
    grid-column-end: 3;
}
.flex_column > .section_logo {
    border-radius:10px;
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    top: -7%;
}
.flex_column > .section_text { 
    padding: 0 40px 30px;
    display: flex;
    flex-direction:column;
    height: 100%;
}
.section_btn.margin_a {
    margin-top:auto;
}
.section_box {
    margin-top: 10%;
}
.section_box.grid {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-column-gap: 12px;
    grid-row-gap: 35px;
    justify-items: center;
    justify-content: space-evenly;  
}
.menu {
    width: 100%;
    background:#fff;
    border-radius:10px;
    margin: 0;
    padding: 10px 20px;
    font-size:20px;
    text-align: center;
    box-sizing:border-box;
}
.menu li {
    width: 50%;
    border: 1px solid transparent;
    border-radius:10px;
    font-weight:500;
}
.menu li:last-of-type {
 /*   width:34%; */
}
.menu a {
    width: 100%;
    padding:13px 0;
    display: block;
}
.menu li.active {
    color:#000;
    border-color:rgba(0,0,0,.37);
}
.flex_row.price {
    margin: 0;
    color:#73b24d;
    font-weight:700;
    line-height: 100%;
}
.flex_row > .price_num {
    font-size:30px;
    margin-right: 5px;
}
.flex_row > .price_text {
    font-size:10px;
    line-height: 100%;
}
.flex_row > .price_text span:first-of-type {
    border-bottom:1px solid #73b24d;
    padding-bottom: 2px;
}
.section_item h4 {
    color:#000;
    margin: 15px 0 10px;
    text-transform:uppercase;
}
.channels_link {
    font-size:14px;
    text-decoration:underline;
    display: block;
    margin-top: auto;
}
.section_btn {
    margin-top: 19px;
}
.channels_item {
    background:#73b24d;
    color:#fff;
    border-radius:24px;
    text-align: center;
    padding:66px 20px;
    width: 320px;
    transform:scale(1);
    transition:transform 300ms ease-out;
}
.channels_btn {
    margin-top: 40px;
}
.channels_subtitle {
    font-size:15px;
    font-weight:300;
}
.channels_tag {
    margin-bottom: 22px;
}
.flex_column.price {
    font-weight:700;
    line-height: normal;
}
.flex_column > .price_num {
    font-size:96px;
}
.flex_column > .price_text {
    font-size:36px;
}
.slider_packs .owl-item {
    filter:blur(0);
    transition:filter 300ms ease-out;
}
.slider_packs .owl-item:not(.center) {
    filter: blur(2.65px);
    transition:filter 300ms ease-out;
    pointer-events:none;
}
 .channels_tag {
    font-size:24px;
}
 .channels_subtitle {
    font-size:10px;
}
.flex_column > .price_num {
    font-size:66px;
    line-height: 100%;
}
.flex_column > .price_text {
    font-size:24px;
}
.flex_row > .section_text strong {
    font-size: 18px;
    margin-bottom: 10px;
display: inline-block;
}
.channels_item p, .channels_item .channels_link {
    font-size:9px;
}
.channels_btn {
    padding:9px 29px;
    font-size:11px;
}
.channels_subtitle {
    margin:5% auto;
    line-height: 200%;
}
.owl-item.center .channels_btn {
    font-size: 15px;
    padding: 12px 40px;
}
.owl-item.center .channels_item{
    padding:40px 20px;
    transform:scale(1.5);
    transition:transform 300ms ease-out;
    box-shadow: 0px 278px 111px rgba(0, 0, 0, 0.01), 0px 156px 94px rgba(0, 0, 0, 0.05), 0px 70px 70px rgba(0, 0, 0, 0.09), 0px 17px 38px rgba(0, 0, 0, 0.1);
}
.slider_packs .owl-stage {
    display: flex;
    align-items: center;
}
.slider_packs.owl-carousel .owl-stage-outer {
    overflow:visible;
}
.channels_row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_check {
    width: 14px;
    height: 14px;
    background:url('../img/check.svg') no-repeat center / contain;
    margin-right: 5px;
}
.icon_speed {
    width: 14px;
    height: 14px;
    background:url('../img/speed.svg') no-repeat center / contain;
    margin-right: 5px;
}
.owl-nav {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:100;
    top:50%;
    transform:translateY(-50%);
}
.slider_main .owl-nav { 
    width: 120%;
    left: -10%;
}
.slider_packs .owl-nav {
    width: 450px;
    margin:0 auto;
}
.owl-prev, .owl-next {
    background:url('../img/arrow.svg') no-repeat center / contain  !important;
    width: 24px;
    height: 42px;
}
.owl-prev.disabled, .owl-next.disabled {
    background:none!important;
    opacity:0;
}
.owl-prev {
    transform:rotate(180deg);
}
.slider_box:not(.active) {
    visibility:hidden;
    height: 0;
    opacity:0;
    margin: 0;
}
.slider_box {
    margin:15% 0 8%;
    transition:opacity 500ms ease-out;
}
.slider_packs {
    margin: 0;
}
    .slider_packs .owl-item.center {
        z-index:5;
    }
    .slider_nocenter {
        width: 500px;
        margin:0 auto;
    }
    .sps {
        font-size: 22px;
        text-align: center;
    }
footer {
    text-align: center;
    padding:0 20px;
    font-size:18px;
}
footer a {
    text-decoration:underline;
    font-weight:500;
}
.footer_socials {
	color:#ffffff;
	margin-top: 16px;
}
.footer_social {
	height: 48px;
    margin: 0 4px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:4px;
}
.footer_social:hover {
	background-color:hsla(0,0%,0%,0.16);
}
.footer_social:active {
	background-color:hsla(0,0%,0%,0.22);
}
.footer_social img {
    height: 24px;
    margin: 4px;
}
.footer_info p {
margin:0;
}
.footer_info a, .footer_info p:nth-of-type(2) {
font-weight:600;
}
.footer_info p:first-of-type {
/* margin:0 10px 0 0; */
}
.footer_info {
margin-bottom:10px;
flex-direction:column;
}
#checkbox {
	display: none;
}
#checkbox+label {
	min-width: 16px;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	display: block;
	    background: #f9f9f9;
    margin: 0 5px 0 0;
    position: relative;
    border: 1px solid #000000;
}
#checkbox:checked+label:before {
	content: '\2714';
	color: #001845;
    font-size: 20px;
    position: relative;
    top: -7px;
}
.checkbox_outer {
margin-bottom:20px;
}
.checkbox_outer p {
	color: #000000;
	margin:0;
	font-size:14px;
}
.checkbox_outer a {
	text-decoration:underline;
	font-size:14px;
}
.channels_vod {
display:none;
}