#pr_top {
    margin-top: 50px;
}

.sub-header {
    background: #3FA9F5;
    background: -moz-linear-gradient(90deg, #3FA9F5 0, #0172BD 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 3 FA9F5), color-stop(100%, 0172 BD)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #3FA9F5 0, #0172BD 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #3FA9F5 0, #0172BD 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #3FA9F5 0, #0172BD 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #3FA9F5 0, #0172BD 100%); /* W3C */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 3em;
}

table.t-sub-menu {
    width: 50%;
}

table.t-sub-menu td {
    padding: 0;
}

td.m-item {
    background: none;
}

td.m-item a {
    height: 7em;
    display: block;
    line-height: 7em;
    text-shadow: none;
    font-weight: normal;
    border-bottom: 5px solid transparent;
}

td.m-item.active {
    background: rgba(0, 0, 0, 0.15);
}

td.m-item.active a {
    color: #fff;
    border-bottom: 5px solid #fff;
}

td.m-item:not(.active):hover {
    background: rgba(0, 0, 0, 0.05);
}

td.m-item:not(.active):hover a {
    color: #fff;
}

td.brd {
    display: none;
}
ul.v-products > li.li-pr > a{
    text-decoration: none;
    font-size: 28px;
    line-height: 40px;
    color: #565656;
}

ul.v-products > li.li-pr > a > img {
    display: block;
    height: 40px;
    float: left;
    margin-right: 10px;
}

ul.v-products > li.li-pr > a:nth-child(2) {
    display: none;
}

/*
ul.v-products > li.li-pr > a:first-child {
    display: block;
    width: 100%;
    height: 36px;
    background-position: center left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
}

ul.v-products > li.li-pr:nth-child(1) > a {
    background-image: url(/video/images/label_pro_small.png);
    background-position: -50px;
}

ul.v-products > li.li-pr:nth-child(2) > a {
    background-image: url(/video/images/label_mm_small.png);
    background-position: -50px;
}

ul.v-products > li.li-pr:nth-child(3) > a {
    background-image: url(/video/images/label_prj_small.png);
    background-position: -50px;
}
*/

a.a-lv {
    font-weight: 800;
    background: none !important;
    color: #000;
    font-size: 15px;
    width: 100%;
}

li.empty-level a.a-lv {
    color: #B3B3B3 !important;
}

ol.v-items li a time {
    font-weight: normal;
    /* background: #fff !important; */
}

ol.v-items, ol.v-items * {
    background: none !important;
    border: none !important;
   /*  margin-bottom: 10px; */
}

ol.v-items a {
    color: #3FA9F5;
}

li.li-level.level-playing a {
    color: #000;
}

li.li-pr + li {
    border-top: none;
}

ul.v-levels > li.li-level {
    line-height: 1.4;
    font-family: open_sans,"Open Sans","Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

ul.v-levels > li.li-level:first-child {
    border-top: 1px solid transparent;
}

li.li-level a.a-lv {
    /* margin: 0; */
    margin: 0 0 .7em 0;
    padding: .5em 0 .5em 35px;
    width: 100%;
    position: relative;
    display: block;
    float: left;
    height: 1.4em;
    line-height: 1.4em;
}
.prod_video li.li-level a.a-lv{
    padding: .5em 0 .5em 5px;
}
table.vdesc a.try {
    position: initial;
}

span.os {
    font-size: 12px;
}

.view-container {
    top: 164px;
}
/*a.arr-cat {
    left: 6px;
    top: -1.85em;
    border: none !important;
    padding: 0 !important;
    height: 0 !important;
    width: 20px !important;
    position: relative;
    text-indent: 0 !important;
}*/
a.arr-cat {
    width: 15px !important;
    float: left;
    margin-top: -40px;
    margin-left: 10px;
    border-bottom: none;
}
.arr_open {display: inline !important;}
.arr_close {display: none !important;}

.filter-wrap {
    display: flex;
    align-items: center;
    margin: 30px 0 30px 50px;
    cursor: pointer;
    float: left;
}
.filter-wrap .filter-title:hover,
.filter-wrap.active .filter-title {
    color: #fff;
    border-bottom-color: #fff;
}
.filter-wrap .filter-title {
    font-size: 20px;
    line-height: 2.1;
    color: #70cfff;
    border-bottom: 3px solid transparent;
}
.filter-wrap .filter-label-count {
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    color: #565656;
    margin-left: 10px;
}
.filter-wrap .filter-title a {color: #fff;}

#footer{border-top: 1px solid #c0c0c0;}