@charset "windows-1251";
/* CSS Document */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-size: 14px;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    scroll-behavior: smooth;
}

.bg {
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #aacbd9 url(/images/bg-ds2.jpg) top left no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: fixed;
    height: 100%;
    overflow: hidden;
}

.bg img {
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.thin {
    font-weight: 200;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

table {
    border-collapse: collapse;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #a81815;
    text-decoration: none;
}

.content a {
    color: #900;
    text-decoration: underline;
}

.content a:hover {
    color: #000;
    text-decoration: none;
}

.content.main a, .content .articles .name a, .articles .anons a {
    color: #000;
    text-decoration: none;
}

.content.main a:hover, .content .articles .name a:hover, .articles .anons a:hover {
    color: #900;
    text-decoration: none;
}

.left_img{ float:left; margin-right:20px; margin-bottom:20px;}

.wrapper {
    width: 1172px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.clear {
    clear: both;
}

#wrap {
    min-height: 100%;
    padding-top: 114px;
}

.hide {
    display: none;
}

.overlay {
    position: absolute;
    z-index: 9500;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.alert {
    display: none;
    position: fixed;
    top: 30px;
    z-index: 10000;
    overflow: hidden;
    min-width: 200px;
    background: #e4e3e0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.alert .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 200;
}

.alert .close i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.alert a {
    color: #900;
}

#alert {
    min-width: 400px;
    max-width: 900px;
    padding: 0px;
}

.set_town_form {
    padding: 25px;
    padding-bottom: 50px;
    padding-top: 100px;
    background: url(/images/alert.png) 10px 10px no-repeat;
    width: 900px;
    min-height: 400px;
}

.set_town_form .info {
    position: absolute;
    left: 330px;
    top: 10px;
    width: 370px;
    font-size: 14px;
}

.set_town_form .small {
    font-size: 11px;
    color: #333;
    padding-bottom: 5px;
}

.set_town_form .good {
    font-size: 18px;
    color: #690;
    text-align: center;
}

.set_town_form .regions span {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
}

.set_town_form .regions span.select, .set_town_form .regions span:hover {
    color: #900;
}

.set_town_form .column {
    width: 25%;
    float: left;
    border-right: solid 1px #fff;
    border-left: solid 1px #ccc;
    padding: 0 20px;
}

.set_town_form .column:first-child {
    border-left: none;
    padding-left: 0;
}

.set_town_form .column:last-child {
    border-right: none;
}

.set_town_form .towns {
    background: #e4e3e0;
    position: absolute;
    padding: 20px;
    left: 25px;
    top: 160px;
    z-index: 200;
    width: 850px;
    min-height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.set_town_form .items {
    max-height: 350px;
    overflow: auto;
}

.set_town_form .towns .items {
    max-height: 280px;
    overflow: auto;
}

.set_town_form .towns span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0;
}

.set_town_form .towns span.select, .set_town_form .towns span:hover {
    color: #900;
}

.set_town_form .caption {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.set_town_form .towns i {
    cursor: pointer;
}

.set_town_form .russia {
    padding: 25px;
    margin-top: -55px;
    padding-left: 420px;
    background: url(/images/russia.png) 300px center no-repeat;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.set_town_form .russia:hover {
    color: #900;
}

.header {
    background: #ffb72d url(/images/header.png) right top no-repeat;
    position: relative;
    z-index: 25;
    padding-top: 80px;
    border: solid 1px #A00;
    min-width: 1172px;
}

.header .ramka {
    height: 20px;
    border-top: solid 1px #A00;
    background: #ffb72d;
}

.header .logo {
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    width: 426px;
    height: 93px;
    background: url(/images/logo.png);
}

.header .data {
    position: absolute;
    left: 77px;
    top: 65px;
    color: #fff;
    font-size: 11px;
}

.header .login {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url(/images/login.png) left center no-repeat;
    padding-left: 40px;
}

.header .login a {
    color: #c00;
    text-decoration: underline;
    display: block;
}

.header .login a:hover {
    text-decoration: none;
}

.header .region {
    position: absolute;
    left: 455px;
    top: 13px;
    font-size: 12px; max-width:240px; 
    cursor: pointer;
}
.guard{
    position: absolute;
    left: 30px;
    bottom: 0;
}
.header .social_icons {
    position: absolute;
    left: 480px;
    top: 28px;
    font-size: 12px; max-width:240px;
    cursor: pointer;
}

.header .region span {
    font-size: 22px;
    line-height: 24px; 
    color: #C00;
    display: inline;
    position: relative;
    border-bottom: dashed 1px #c00;
}

.header .region i {
    position: absolute;
    left: -25px;
    top: 18px;
    width: 19px;
    height: 19px;
    display: block;
    background: url(/images/clear.png);
    cursor: pointer;
}

.header .region.select i {
    vertical-align: middle;
    width: 30px;
    line-height: 0px;
    font-size: 30px;
    cursor: pointer;
    background: none;
    position: absolute;
    left: auto;
    right: -28px;
    top: 15px;
}

.header .region.select span {
    font-size: 18px;
}

.header .region.selected:hover span {
    color: #000;
    border-bottom: dashed 1px #000;
}

.header .search {
    position: absolute;
    right: 45px;
    top: 20px;
    width: 208px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    z-index: 20;
}

.header .search .point {
    display: block;
    width: 44px;
    height: 30px;
    background: #a71c20 url(/images/search.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background-size: 40%;
}

.header .search input {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-style: italic;
    color: #666;
    padding-left: 5px;
    width: 160px;
    border: none;
    background: none;
}

.header .search .auto {
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    border: solid 1px #999;
    padding: 10px;
    z-index: 100;
    font-size: 14px;
    line-height: 14px;
    min-width: 400px;
    z-index: 400;
}

.header .search .auto span {
    cursor: pointer;
    border-bottom: dashed 1px #000;
    color: #000;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 3px;
    clear: both;
    line-height: 14px;
}

.header .search .auto span:hover {
    border-bottom: dashed 1px #900;
    color: #900;
}

.header .search .auto span.group {
    font-weight: 500;
    background: #ccc;
    border: none;
}

.header .search .auto span img {
    vertical-align: middle;
    margin-right: 5px;
    float: left;
}

.main_menu {
    padding: 0 10px;
    background: rgba(55, 55, 55, 0.6);
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 19;
}

.main_menu ul, .main_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_menu .table {
    height: 31px;
}

.main_menu li.level_0 {
    float: left;
    position: relative;
}

.main_menu a.level_0:hover {
    color: #ffc961;
}

.main_menu a.level_0.select {
    color: #ffc961;
    background: url(/images/menu_select.png) right center no-repeat;
}

.main_menu a.level_0 {
    display: block;
    color: #fff;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 31px;
    font-size: 17px;
}

.main_menu li.level_0 > ul {
    position: absolute;
    left: 0;
    top: 30px;
    background: #ffc961;
    min-width: 200px;
    transition: all 0.5s ease;
    font-size: 18px;
    border-radius: 3px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
}

.main_menu li.level_0:hover > ul {
    margin-top: 0;
    height: inherit;
    opacity: 1;
    z-index: 10;
}

.main_menu li.level_0 > ul li {
    display: block;
    margin: 10px;
}

.main_menu li.level_0 > ul li a {
    display: block;
}

.z20 {
    z-index: 20;
}

.main_menu .next, .main_menu .prev {
    display: block;
    background: url(/images/menu_next.png) center center no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.main_menu .prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.mod_anons {
    /*background: #cdcdcd;*/
    background: rgba(50,50,50,0.5);
    padding: 23px;
    margin-bottom: 15px;
    padding-left: 22px;
    padding-right: 0;
}

.mod_anons .item {
    width: 265px;
    margin-right: 22px;
    float: left;
}

.mod_anons .foto {
    position: relative;
    height: 158px;
    overflow: hidden;
}

.mod_anons .name {
    display: block;
    background: #4b4b4b;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    line-height: 16px;
    font-size: 14px;
    height: 60px;
    overflow: hidden; 
    /*word-break: break-all;*/
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.mod_anons img {
    width: 100%;
    min-height: 158px;
}

.mod_anons .check {
    position: absolute;
    right: 0;
    top: 139px;
}

.mod_anons .check span {
    display: inline-block;
    padding: 0px 5px;
    background: #900;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.mod_anons .check span.check_foto {
    background: #bd7400;
}

.h_footer {
    height: 250px;
}

.footer {
    height: 250px;
    background: #1d1e1e;
    position: relative;
    color: #fff;
    margin-top: -250px;
    z-index: 10;
    min-width: 1172px;
}

.footer .menu {
    background: #881618; padding: 5px;
}

.footer .menu a {
    color: #fff;
    padding: 5px 9px; display: inline-block;
    text-transform: uppercase;
}

.footer .menu a:hover, .footer .menu a.select {
    color: #f90;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a.select, .footer a:hover {
    color: #f90;
}

.footer .item a {
    display: block;
    margin-bottom: 5px;
    color: #f5f5f5;
}

.footer .item a:hover, .footer .item a.select {
    color: #f90;
}

.footer .item {
    color: #fff;
    padding: 30px 30px;
    float: left;
}

.footer .item.c1 {
    width: 20%;
}

.footer .item.c2 {
    width: 20%;
}

.footer .item.c3 {
    width: 20%;
}

.footer .item.c4 {
    width: 40%;
    text-align: right;
    font-size: 16px;
}

.footer .item.c4 .adres{ font-size:12px; padding-top:10px;}

.footer .firma span {
    color: #f90;
}

.wrapper.content {
    background: #fff;
    margin-bottom: 15px;
    padding: 22px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    min-height: 400px;
    position: relative;
}

.left_content {
    width: 895px;
    float: left;
    margin-right: 30px;
}

.bnright {
    width: 203px;
    float: left;
    position: relative;
}
.bnright iframe{
    width: 200px !important;
}
.bnright .freebirdFormviewerViewHeaderTitle{
    font-size: 20px !important;
}

.bnright .freebirdFormviewerViewCenteredContent{
    width: 100% !important;
}

.bnright .freebirdFormviewerViewItemsItemItemTitle{
    font-size: 16px !important;
}
.freebirdFormviewerViewItemsRadiogroupRadioGroup .exportToggleEl, .freebirdFormviewerViewItemsRadiogroupRadioGroup .exportInk, .freebirdFormviewerViewItemsRadiogroupRadioGroup .exportOuterCircle{
    width: 10px !important;
    height: 10px !important;
}
.m2 .freebirdFormviewerViewItemsItemItem{
    padding: 10px !important;
}
.docssharedWizToggleLabeledContent{
    margin-left: 0 !important;
}
.bnright .docssharedWizToggleLabeledLabelText {
    font-size: 14px !important;
}

.main .bnright {
    margin-top: 0px;
}

.path {
    padding: 0;
    padding-bottom: 10px;
    font-size: 12px;
    color: #333;
    position: relative;
    z-index: 30;
}

.path a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

.path a:hover {
    text-decoration: underline;
}

.content h1, .content h2, .content h3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 300;
}

.content h2 {
    font-size: 22px;
}

.content h3 {
    font-size: 18px;
}

.content h1 {
    font-size: 36px;
    padding-right: 70px;
    position: relative;
    display: block;
    line-height: 36px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}

.content h1 .view {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 16px;
    color: #a81815;
    padding-left: 35px;
    background: url(/images/h1_view.png) left center no-repeat;
}

.block {
    margin-bottom: 15px;
    position: relative;
}

.bblock {
    margin-bottom: 30px;
}

.block .short_info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.index_caption {
    margin-bottom: 10px;
    position: relative;
    background: url(/images/caption_line.png) left center repeat-x;
}

.index_caption span {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    background: #111;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;
    position: relative;
}

.index_caption span:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background: #fff;
    top: 0;
    right: -10px;
}

.index .left {
    width: 600px;
    float: left;
    margin-right: 50px;
}

.news .item {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.news .item.main, .news .item.second {
    margin-bottom: 25px;
}

.news .item .name {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

.news .item.main .name {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
}

.news .item.second .name {
    font-weight: 400;
}

.news .item.main .anons {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    padding-top: 100px;
    margin: 0;
    clear: both;
}

.news .item .data {
    padding: 3px 0;
    font-size: 11px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.news .item .town {
    font-size: 11px;
    padding: 3px 5px;
    vertical-align: middle;
    background: #333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.news .item .rating {
    color: #a00;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 10px;
}

.news .item .options {
    font-size: 12px;
    position: relative;
}

.news .item.main .options, .news .item.second .options {
    margin-bottom: 5px;
}

.news .item .foto {
    float: left;
    margin-right: 20px;
    width: 100px;
    font-size: 0;
}

.news .item .foto img {
    width: 100%;
    margin: 0;
    font-size: 0;
}

.news .item.main .foto {
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
}

.news .item.second .foto {
    width: 122px;
    height: 122px;
    position: relative;
    margin: 0;
    float: left;
}

.news .item.second .info { 
    overflow:hidden;
    position: relative;
    padding-left: 20px;
}

.news .item.id .foto {
    width: 540px;
}

.news .item .next {
    width: 24px;
    height: 18px;
    background: url(/images/next.png) left center no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.news .item .next:hover, .news .item .next.hover {
    background: url(/images/next_hover.png) left center no-repeat;
}

.index .news .banner {
    height: 64px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.news .options .social {
    position: absolute;
    right: 0;
    top: 0;
}

.social {
    font-size: 14px;
    color: #000;
}

.social img {
    vertical-align: middle;
}

.news .tags .caption {
    font-size: 24px;
}

.news .tags a {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.next_news {
    width: 24px;
    height: 26px;
    background: url(/images/next_news.png);
    display: block;
    margin: 20px auto;
    cursor: pointer;
}

.next_news.hover, .next_news:hover {
    background: url(/images/next_news_hover.png);
}

img.loading {
    display: block;
    margin: 0 auto;
}

.index .right {
    width: 245px;
    float: left;
}

.index .tv {
    margin-bottom: 50px;
}

.index .tv .anons {
    margin-bottom: 25px;
    border-radius: 3px;
    overflow: hidden;
}

.index .tv .anons .foto {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.index .tv .anons .foto .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(240, 240, 240, 0.9);
    padding: 10px;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.index .tv .anons .label {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 13px;
    top: 13px;
}

.index .tv .anons .foto i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/i_play.png) center center no-repeat;
    z-index: 100;
}

.tv .caption {
    font-size: 18px;
    padding-left: 90px;
    margin-bottom: 10px;
    padding-right: 60px;
    background: url(/images/logo_tv.png) left center no-repeat, url(/images/i_play_white.png) right center no-repeat;
    max-width: 300px;
}

.program {
    background: #ddd;
    border-radius: 3px;
    max-width: 500px;
}

.program .carusel {
    height: 370px;
    overflow: hidden;
    margin-right: -20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.program .prev, .program .next {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -25px;
    margin-left: -20px;
    width: 25px;
    height: 15px;
    background: url(/images/b_scroll.png) 0 0;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.program .next {
    background: url(/images/b_scroll.png) -30px 0px;
    left: 50%;
    margin-left: 0px;
}

.program .prev:hover, .program .next:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.program .item {
    display: table;
    position: relative;
    width: 100%;
}

.program .data {
    width: 60px;
    background: #333;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.program .name {
    border-bottom: solid 1px #c6c6c6;
    border-top: solid 1px #fff;
    display: table-cell;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    vertical-align: middle;
}

.program .item:first-child {
    border-radius: 3px 3px 0 0;
}

.program .item:last-child {
    border-radius: 0 0 3px 3px;
}

.program .item:last-child .name {
    border-bottom: none;
}

.program .item:first-child .name {
    border-top: none;
}

.program .item a {
    color: #000;
    text-decoration: none;
}

.program .item:hover a {
    color: #900;
}

.program .item i {
    position: absolute;
    display: block;
    display: none;
    width: 26px;
    height: 26px;
    right: -13px;
    top: 50%;
    margin-top: -13px;
    background: url(/images/program_i.png);
}

.program .item:hover i, .program .item.select i {
    display: block;
}

.program .item:hover .data, .program .item.select .data {
    color: #f90;
}

.program .item:hover .data, .program .item.select .data {
    color: #f90;
}

.vestn .caption {
    font-size: 22px;
    color: #A00;
    margin-bottom: 5px;
    line-height: 28px;
}

.vestn .caption span {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
}

.vestn .foto {
    border: solid 1px #666;
}

.vestn .anons {
    font-size: 16px;
    background: #a00;
    color: #fff;
    padding: 12px;
    padding-left: 15px;
}

.vestn .anons .t {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.vestn .anons p {
    padding-bottom: 10px;
}

.vestn img {
    width: 100%;
}

.vestn .next {
    text-align: right;
}

.vestn .next a {
    color: #900;
    text-decoration: underline;
    font-size: 16px;
}

.vestn .item {
    margin-bottom: 10px;
}

.content .articles {
    padding-bottom: 20px;
}

.content .articles p {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
}

.articles .item {
    margin-bottom: 5px;
    font-size: 16px;
}

.articles .data {
    padding-right: 10px;
    font-size: 13px;
    color: #666;
    min-width: 120px;
    display: inline-block;
}

.comments {
    font-size: 14px;
    margin: 20px 0;
    padding-bottom: 10px;
}

.comments .caption {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #000;
    padding: 14px 25px;
    padding-left: 50px;
    padding-right: 200px;
    background: #fb0 url(/images/comment_caption.png) 9px 11px no-repeat;
    position: relative;
}

.comments .caption span {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 16px;
}

.comments .item .data {
    font-size: 11px;
    color: #666;
}

.comments .item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.comments input {
    width: 100%;
    border: solid 1px #999;
    background: #fff;
    color: #333;
    padding: 5px;
}

.comments textarea {
    width: 100%;
    height: 150px;
    border: solid 1px #999;
    background: #fff;
    color: #333;
    padding: 5px;
}

.comments input:hover, .comments textarea:hover {
    background: #eee;
}

.comments .button {
    background: #666;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
}

.comments .item .foto {
    width: 36px;
    position: absolute;
    left: 5px;
    top: 0;
}

.comments .item .fio {
    font-size: 14px;
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 10px;
}

.comments .item .fio .data {
    color: #999;
    margin-left: 10px;
    display: inline-block;
}

.comments .comment {
    padding-left: 10px;
}

.comments a {
    font-size: 14px;
    color: #666;
    text-transform: none;
}

.comments .item .rating {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 14px;
}

.comments .rating a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.comments span {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.comments .to {
    color: #666;
}

.comments .rating .count {
    background: #67b600;
    color: #fff;
    border-radius: 3px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 5px;
    min-width: 21px;
}

.comments .rating .plus {
    background: url(/images/like_plus_grey.png) left top no-repeat;
    width: 19px;
    height: 21px;
    text-align: center;
    cursor: pointer;
}

.comments .rating .minus {
    background: url(/images/like_minus_grey.png) left bottom no-repeat;
    width: 19px;
    height: 21px;
    cursor: pointer;
}

.comments .rating .plus:hover, .hover {
    background: url(/images/like_plus.png) left top no-repeat;
}

.comments .rating .minus:hover, .hover {
    background: url(/images/like_minus.png) left bottom no-repeat;
}

.reg_form .item input.error, .reg_form .item textarea.error, .reg_form .item select.error {
    border: solid 1px #f00;
}

.reg_form .caption {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    padding-bottom: 2px;
}

.reg_form span.error {
    color: red;
    font-size: 11px;
    display: block;
}

.reg_form .row {
    padding-bottom: 10px;
    clear: both;
    padding-right: 30px;
}

.reg_form .item input {
    border: solid 1px #ccc;
    border-radius: 2px;
    width: 350px;
    height: 18px;
    padding: 2px;
}

.reg_form .item label {
    display: block;
}

.reg_form .item label input {
    width: inherit;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0;
}

.reg_form .block {
    margin: 0;
    padding: 5px 10px;
    width: 350px;
    border: solid 1px #ccc;
    background: #fff;
}

.reg_form .block ul {
    margin: 5px;
    padding: 0;
    padding-left: 10px;
}

.reg_form .item select {
    border: solid 1px #ccc;
    border-radius: 2px;
    width: 350px;
    height: 22px;
}

.reg_form .item textarea {
    border: solid 1px #ccc;
    border-radius: 2px;
    width: 350px;
    height: 150px;
    padding: 2px;
}

.reg_form .item {
    position: relative;
}

.reg_form .check {
}

.reg_form .item.c3 {
    margin-right: 11px;
    float: left;
}

.reg_form .item.c2 {
    margin-right: 10px;
    float: left;
}

.reg_form .item.c3 input {
    width: 100px;
}

.reg_form .item.c2 input {
    width: 225px;
}

.reg_form .item.c45 {
    margin-right: 10px;
    float: left;
}

.reg_form .item.c45 input {
    width: 165px;
}

.reg_form.c_50 {
    width: 50%;
    float: left;
}

.reg_form .small {
    font-size: 11px;
    color: #666;
}

.reg_form .upload_files.show {
    display: block;
}

.reg_form .upload_files {
    display: none;
    background: #fff;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    width: 330px;
    margin: 5px 0;
}

.reg_form .upload_files .item {
    padding-top: 10px;
}

.reg_form .upload_files li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.reg_form .upload_files li a.del {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    background: #f00;
    color: #fff;
    font-weight: bold;
    width: 15px;
    height: 15px;
    line-height: 15px;
    z-index: 1000;
}

.reg_form .upload_files li span.percent {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #eee;
    color: #333;
    padding: 3px 5px;
    display: block;
    display: none;
}

.content .blank {
    padding: 15px;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 14px;
    margin-right: 30px;
    margin: 5px 0;
}

.content .blank input {
    margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle;
    margin-right: 5px;
}

.content .blank textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    margin-right: 5px;
    height: 150px;
}

.content a.button, .alert a.button {
    display: inline-block;
    background: #900;
    line-height: 27px;
    height: 27px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0 8px;
    cursor: pointer;
    margin-right: 5px;
}

.content a.button:hover, div.hover, .alert a.button:hover {
    background: #600;
    color: #fff;
}

div.hover {
    display: none;
}

content a.button img {
    vertical-align: middle;
}

input.error, textarea.error, select.error {
    border: solid 1px #f00;
    color: #f00;
}

input.error, textarea.error {
    border: solid 1px #f00 !important;
    color: red;
}

label.error {
    color: red;
}

.card .description {
    background: #fff;
    min-height: 200px;
    padding: 12px;
    padding-bottom: 20px;
    border: solid 1px #ccc;
}

.card .description.select {
    display: block;
}

.card .rele {
    text-align: right;
    margin-top: 0px;
    padding-right: 10px;
}

.card .rele a {
    display: inline-block;
    margin: 0 1px;
    min-width: 100px;
    text-align: center;
    padding: 2px 7px;
    background: #eee;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    z-index: 100;
    border: solid 1px #ccc;

    border: solid 1px #ccc;
    border-bottom: none;
    background: #eeeeee;
    color: #333;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#eeeeee));
    background: -webkit-linear-gradient(#ffffff, #eeeeee);
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: -ms-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: linear-gradient(#ffffff, #eeeeee);
    -pie-background: linear-gradient(#ffffff, #eeeeee);
    behavior: url("/js/PIE.htc");
}

table.reestr {
    width: 100%;
}

.reestr p {
    padding-bottom: 5px;
}

.reestr td {
    padding: 5px;
    border: solid 1px #ccc;
    font-size: 12px;
}

.reestr .caption td {
    padding: 2px 5px;
    background: #f6f6f6;
    font-weight: bold;
    text-align: center;
}

.card .rele a:hover {
    text-decoration: underline;
}

.card .rele a.select {
    padding: 3px 7px;
    color: #333;
    margin-bottom: -1px;
    background: #fff;
}

.alert_form {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 25px;
    min-width: 700px;
}

.alert_form p {
    padding: 0;
}

.alert_form .caption {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.alert_form input, .alert_form textarea {
    border: solid 1px #999;
    width: 100%;
    margin-top: 10px;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    font-size: 18px;
    background: #fff;
    border-radius: 3px;
    display: block;
}

.alert_form textarea {
    height: 150px;
}

.alert_form input.error, .alert_form textarea.error {
    color: #f00;
    border: solid 1px #f00;
    cursor: pointer;
}

.alert_form button {
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 0px;
    font-size: 18px;
    background: #600;
    color: #fff;
    border: none;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}

.alert_form button:hover {
    background: #900;
}

.alert_form .errors {
    font-size: 14px;
    color: #f00;
}

.alert_form.check_email {
}

.alert .good {
    font-size: 22px;
    padding: 30px 50px;
}

.alert_form a {
    color: #900;
    font-size: 18px;
}

.alert_form a {
    display: inline-block;
    border-radius: 3px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    background: #600;
    color: #fff;
    border: none;
    cursor: pointer;
}

.alert_form a:hover {
    background: #900;
}

.alert_form .item {
    position: relative;
    padding-right: 15px;
}

.alert_form .check {
    position: absolute;
    right: 0;
    top: 0;
    color: #f00;

    font-size: 18px;
}

.alert_form input[type=submit] {
    background: #900;
    color: #fff;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

.alert_form input[type=submit]:hover {
    background: #600;
}

.alert_form .item.captcha {
    text-align: center;
}

.scroll_top {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.scroll_top:hover {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.map_link {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.page_list a.select {
    color: #900;
}

.alert_form.check_email {
    text-align: center;
}

.g-recaptcha {
    margin-top: 10px;
    display: inline-block;
}

.g-recaptcha.error {
    border: solid 1px #f00;
}

.comments .g-recaptcha {
    margin-top: 0px;
    display: inline-block;
}

blockquote, .blockquote, .citata {
    margin: 20px 0;
    padding: 0;
    padding-left: 20px;
    border-left: solid 1px #900;
    font-style: italic;
    display: block;
    clear: both;
}

blockquote p, .blockquote p, .citata p {
    margin-bottom: 0;
    padding: 0;
}

.content .search .caption {
    font-weight: 400px;
    text-transform: uppercase;
    background: #900;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.content .search .block {
    margin-bottom: 0px;
    position: relative;
}

.content .search ul {
    list-style: none; margin:0; padding:0;
    margin-left: 0;
    padding-left: 0;
}

.content .search img {
}

.content .search .foto {
    width: 50px;
    min-height: 30px;
    max-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.content .search .name {
    display: inline-block;
}

.content .search li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding-left: 60px;
    min-height: 50px;
}

.content form input, .content form textarea, .content form select {
    min-width: 400px;
}

.social {
    margin: 20px 0;
}

.social td {
    padding-right: 20px;
}

.social .h {
    font-weight: 400;
    font-size: 18px;
}

.vestnik {
    margin-bottom: 20px;
}

.vestnik .item {
    width: 25%;
    padding-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.vestnik .item:nth-child(4n+1) {
    clear: both;
}

.vestnik .item:nth-child(4n) {
}

.vestnik .foto {
    width: 200px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #999;
}

.vestnik .foto img {
    min-height: 100%;
    width: 100%;
}

.vestnik .data {
    color: #999;
    font-size: 11px;
    padding-bottom: 5px;
}

.vestnik.card .foto {
    width: 250px;
    height: inherit;
    float: left;
    margin-right: 30px;
    box-shadow: none;
}

.vestnik.card .foto img {
    margin: 0;
    border: solid 1px #999;
    width: 100%;
}

.vestnik.card .info {
    width: 550px;
    float: left;
}

.vestnik.card .foto .caption {
    margin: 0;
    background: #eee;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
}

.vestnik.card .reg_info {
    font-size: 10px;
    text-align: center;
}

.vestnik.card .pdf_online {
}

.vestnik.card .pdf_online a {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.vestnik.card .pdf_online img {
    border: solid 1px #999;
}

.index .recepts {
}

.index .recepts td {
    padding-right: 19px;
    vertical-align: top;
}

.index .recepts .item {
    margin-bottom: 20px;
    width: 285px;
    overflow: hidden;
}

.index .recepts .item.big {
    max-height: 285px;
    overflow: hidden;
}

.index .recepts .item.small {
    max-height: 132px;
    overflow: hidden;
}

.blog table {
    border-collapse: separate;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.blog td {
    background: #f3f0f2;
    vertical-align: top;
    font-size: 16px;
}

.blog td.big {
    width: 55%;
}

.blog .item {
    background: #f3f0f2;
    padding: 15px;
}

.autor {
    font-size: 18px;
    text-align: right;
}

.autor .foto {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.autor .foto img {
    width: 100%;
}

.blog .autor {
    text-align: left;
}

.blog .autor .foto {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.blog .autor .foto img {
    width: 100%;
}

.blog .info { overflow:hidden;}

.blog .big .autor .foto {
    width: 150px;
    height: 150px;
    border-radius: 200px;
}

.blog .anons {
}

.blog .name {
    font-weight: 400;
    margin-bottom: 10px;
}

.blog a {
    color: #000;
    text-decoration: none;
}

.blog a:hover {
    color: #900;
    text-decoration: underline;
}

.index .other .colls {
    margin-right: -20px;
}

.index .other .item {
    width: 285px;
    max-height: 285px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.index .other .name, .index .other .name a {
    color: #900;
    text-decoration: none;
}

.index .other .coll {
    width: 285px;
    margin-right: 20px;
    float: left;
}

.index .other .item .info .name {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.index .other .item.nofoto {
    border: solid 4px #eee;
    padding: 20px 10px;
    text-align: center;
    min-height: 135px;
}

.index .other .item.nofoto .anons {
    font-style: italic;
}

.index .other .name {
    margin-bottom: 5px;
}

.index .other .item.nofoto .name {
    margin-bottom: 10px;
}

.index .other .item.leftfoto .foto, .index .other .item.second .foto {
    width: 130px;
    float: left;
    margin-right: 20px;
}

.index .other .item.topfoto .foto {
    margin-bottom: 5px;
}

.index .other .item.overfoto {
}

.index .other .item.overfoto .info {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.index .other .item.overfoto .info > div {
    display: table-cell;
    vertical-align: middle;
    height: 285px;
}

.index .other .item.overfoto .info a {
    color: #fff;
}

.index .other .item.overfoto .info .anons {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.foto .wrapimg {
    width: 100%;
}

.wrapimg {
    display: inline-block;
    font-size: 12px;
    line-height: 0;
}

.wrapimg img {
    margin-bottom: 4px;
}

.wrapimg .title {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    font-weight: 500;
    display: block; position:relative;
}

.wrapimg .longdesc {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    display: block; position:relative;
}


a.my_right {
    float: right;
    z-index: 99999;
    right: 10px;
    border: 1px solid black;
    padding: 5px;
}

.index_bottom {
    margin-bottom: 40px;
    position: relative;
}

.content .listing tr{ border-bottom:solid 1px #ccc;}
.content .listing tr:first-child{  border-top:solid 1px #ccc;}
.content .listing tr td:nth-child(1){ padding-left:0;}
.content .listing tr td:nth-child(2){ color:#900; white-space: nowrap; padding-right:0;}
.content .listing td{ padding:5px;}

.radio {
    display: block;
    width: 140px;
    height: 40px;
    background-image: url(/images/radio.png);
    cursor: pointer;
    background-size: contain;
    position: absolute;
    left: 666px;
    top: 22px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.radio.off{ background-image:url(/images/radio_off.png);}
.radio.hide{ display:none; background-image:url(/images/radio.png);}
.radio:after{
    content: '';
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    width: 125px;
    height: 48.7px;
    background-image: url("/images/radio_after.png");
    color: #C00;
    text-decoration: none;
    position: absolute;
    left: 45px;
    top: -2px;
    text-align: left;
}

.block.description table{
    margin: 10px;
}

.red{
    color: #900;
}

.readerselection h3.caption{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: darkblue;
}

.readerselection .program .item {
    background-color: #4b4b4b;
    margin-bottom: 8px;
}

.readerselection .program .item .name a{
    color: #fff;
}

.radio_panel {
    background: #881618;
    padding: 5px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: none;
}
.radio_panel.active{
    display: block;
}
.radio_panel span {
    max-width: 70%;
    display: flex;
    margin: 10px auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.radio_button {
    display: block;
    position: absolute;
    top: 14px;
    left: 13px;
    width: 33px;
    height: 32px;
    cursor: pointer;
    background: url("/css/images/player_sprite.png") 0px -89px no-repeat;
}
.radio_button:hover{
    background: url("/css/images/player_sprite.png") -33px -89px no-repeat;
}
.radio_button.pause{
    background: url("/css/images/player_sprite.png") -66px -89px no-repeat;
}
.radio_button.pause:hover{
    background: url("/css/images/player_sprite.png") -99px -89px no-repeat;
}
.radio_panel_inner{
    position: relative;
    display: flex;
    height: 60px;
}
.radio_panel_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 8px;
    cursor: pointer;
    background: url("/css/images/player_sprite.png") -136px -115px no-repeat;
    z-index: 100;
}
.radio_panel_close:hover {
    background: url("/css/images/player_sprite.png") -136px -107px no-repeat;
}

.radio_vol{
    position: absolute;
    top: 21px;
    right: 90px;
    width: 20px;
    height: 18px;
    background: url("/css/images/player_sprite.png") -132px -89px no-repeat;
    cursor: pointer;
}
.radio_vol:hover{
    background: url("/css/images/player_sprite.png") -187px -89px no-repeat;
}
.radio_vol.muted{
    background: url("/css/images/player_sprite.png") -242px -89px no-repeat;
}
.radio_vol-ind-wrapper{
    height: 10px;
    margin: 4px 0 0 17px;
    width: 15px;
    background-color: #c1c1c1;
}
.radio_vol-inner{
    height: 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.radio_vol-mask{
    height: 10px;
    width: 15px;
    background: gray;
    position: absolute;
    top: 0;
}
.radio_vol-mask.active {
    background-color: #c1c1c1;
}
.radio_vol-ind-mask{
    height: 10px;
    width: 27px;
    background: url("/css/images/player_sprite.png") -187px -107px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.radio_progess{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40px;
    display: none;
    justify-content: center;
}
.radio_progess.active{
    display: flex;
}
.radio_progess_progess-bar-current{
    background: #fcff00;
    height: 100%;
    border-radius: 3px;
}
.radio_progess_progess-bar-full{
    width: 70%;
    height: 6px;
    background: #ed1f24;
    margin: 5px 15px;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
}
.radio_progess_current-time, .radio_progess_end-time{
    float: left;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 2px;
}

.video-holder, .video-holder * {box-sizing: border-box !important}
.video-holder {background: #1b1b1b; padding: 10px}
.centered {width: 100%}
#video {border-radius: 8px}
.video-holder .vjs-big-play-button {left: 50%; width: 100px; margin-left: -50px; height: 80px; top: 50%; margin-top: -40px}
.videoplayer{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.playlist-components {
    height: 264px;
    width: 40%;
    padding: 0 0 0 10px
}
.video-js, .playlist-components {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
.button-holder {
    padding: 10px;
    height: 36px;
}

.playlist {
    height: 264px;
    width: 100%;
    overflow-y: auto;
    color: #c0c0c0;
    border-radius: 8px;
    display: block;
    margin: -2px 0 0 0;
    padding: 0;
    position: relative;
    background: -moz-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(19%,#212121),color-stop(100%,#212121));
    background: -o-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -ms-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: linear-gradient(to bottom,#000 0,#212121 19%,#212121 100%);
    box-shadow: 0 1px 1px #1a1a1a inset,0px 1px 1px #454545;
    border: 1px solid #1a1a18;
}
#next {float: right}
#prev {float: left}
#prev, #next {
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

.playlist ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.playlist ul li {
    padding: 10px;
    border-bottom: 1px solid #191919;
    cursor: pointer
}
.playlist ul li.active {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: white;
}
.playlist ul li:hover {
    border-color: #353535;
    background: #353535;
}
.playlist .poster, .playlist .title  {
    display: inline-block;
    vertical-align: top
}
.playlist .number {padding-right: 10px; display: none}
.playlist .poster {display: none}
.playlist .title {padding-left: 0}

#video {
    flex: 0 0 60%;
    height: 350px;
}

.videohome{
    display: flex;
    flex-flow: row wrap;
}

.videohome h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: darkblue;
    flex: 0 0 100%;
}

.videohome #video{
    flex: 0 0 100%;
    height: 150px;
}

.videohome .vjs-playlist{
    display: none;
}

.vjs-playlist {
    flex: 0 0 39%;
    padding: 0;
    background-color: #1a1a1a;
    color: #fff;
    list-style-type: none
}

.vjs-playlist img {
    display: block;
    height: auto;
    width: auto
}

.vjs-playlist .vjs-playlist-item-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
}

.vjs-playlist .vjs-playlist-item {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background: #303030
}

.vjs-playlist .vjs-playlist-now-playing-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 2px;
    margin: .8rem
}

.vjs-playlist .vjs-playlist-duration {
    position: absolute;
    top: .5rem;
    left: .5rem;
    padding: 2px 5px 3px;
    margin-left: 2px;
    background-color: rgba(26, 26, 26, 0.8)
}

.vjs-playlist .vjs-playlist-title-container {
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    /*text-shadow: 1px 1px 2px black, -1px 1px 2px black, 1px -1px 2px black, -1px -1px 2px black*/
}

.vjs-playlist .vjs-playlist-name {
    display: block;
    font-size: 18px;
    max-height: 5em;
    padding: 0 0 4px 2px;
    font-style: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
    line-height: 20px
}

.vjs-playlist .vjs-playlist-description {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden
}

.vjs-playlist .vjs-up-next-text {
    display: none;
    padding: .1rem 2px;
    font-size: .8em;
    text-transform: uppercase
}

.vjs-playlist .vjs-up-next .vjs-up-next-text {
    display: none;
}

.vjs-playlist .vjs-selected {
    background-color: #141a21
}

.vjs-playlist .vjs-selected img {
    opacity: .2;
    display: none;
}

.vjs-playlist .vjs-selected .vjs-playlist-duration {
    display: none
}

.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
    display: none;
}

.vjs-playlist .vjs-selected .vjs-playlist-title-container {
    text-shadow: none
}

.vjs-playlist-vertical {
    overflow-x: hidden;
    overflow-y: auto
}

.vjs-playlist-vertical img {
    width: 100%;
    min-height: 54px;
    display: none;
}

.vjs-playlist-vertical .vjs-playlist-item {
    /*margin-bottom: 5px;*/
    /*border-radius: 5px;*/
    background: rgba(243,243,243,0.2);
}

.vjs-playlist-vertical .vjs-playlist-thumbnail {
    display: block;
    width: 100%;
    border: none;
}
.vjs-playlist .vjs-selected{
    background: rgba(243,243,243,0.4);
}
.vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder {
    height: 100px
}

.vjs-playlist-horizontal {
    overflow-x: auto;
    overflow-y: hidden
}

.vjs-playlist-horizontal img {
    min-width: 100px;
    height: 100%
}

.vjs-playlist-horizontal .vjs-playlist-item-list {
    height: 100%;
    white-space: nowrap
}

.vjs-playlist-horizontal .vjs-playlist-item {
    display: inline-block;
    height: 100%;
    margin-right: 5px
}

.vjs-playlist-horizontal .vjs-playlist-thumbnail {
    display: block;
    height: 100%
}

.vjs-playlist-horizontal .vjs-playlist-thumbnail-placeholder {
    height: 100%;
    width: 180px
}

.vjs-playlist.vjs-ad-playing {
    overflow: hidden
}

.vjs-playlist.vjs-ad-playing.vjs-csspointerevents {
    pointer-events: none;
    overflow: auto
}

.vjs-playlist.vjs-ad-playing.vjs-csspointerevents .vjs-playlist-ad-overlay {
    pointer-events: auto
}

.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: rgba(0, 0, 0, 0.5)
}

.vjs-playlist {
    font-size: 14px;
    max-height: 350px;
}

.vjs-playlist .vjs-playlist-description {
    height: 42px;
    line-height: 21px
}

.vjs-mouse.vjs-playlist {
    font-size: 15px;

}

.vjs-mouse.vjs-playlist .vjs-playlist-description {
    height: 45px;
    line-height: 23px
}

@media (min-width: 600px) {
    .vjs-mouse.vjs-playlist {
        font-size: 17px
    }

    .vjs-mouse.vjs-playlist .vjs-playlist-description {
        height: 51px;
        line-height: 26px
    }

    .vjs-playlist .vjs-playlist-name {
        line-height: 22px
    }
}

@media (max-width: 520px) {
    .vjs-playlist .vjs-selected .vjs-playlist-now-playing-text, .vjs-playlist .vjs-up-next .vjs-up-next-text {
        display: none
    }

    .vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text, .vjs-mouse.vjs-playlist .vjs-up-next .vjs-up-next-text {
        display: none
    }
}

@media (min-width: 521px) {
    .vjs-playlist img {
        min-height: 65px;
    }
}

@media (max-width: 750px) {
    .vjs-playlist .vjs-playlist-duration {
        display: none
    }
}
.bnright .poll{
    padding-bottom: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: flex-start;
}
.bnright .poll h3{
    font-weight: bold;
}
.bnright .poll .poll--group{
    display: flex;
    flex-direction: column;
}
.bnright .poll label{
    display: flex;
    /*height: 20px;*/
    flex-flow: row nowrap;
    margin: 10px 0;

}
.bnright .poll span{
    font-size: 14px;
}
.bnright .poll span.result{
    display: block;
    width: 0%;
    height: 15px;
    display: none;
}
.bnright .poll .resultint{
    display: none;
}
.bnright .poll input{
    min-width: unset;
}
.bnright .poll .poll--submit{
    display: block;
    align-self: center;
    margin: 10px;
}
.bnright .poll .index_caption{
    width: 100%;
}
.bnright .poll .name{
    width: 100%;
    text-align: center;
}
/*virus убрать потом */
.virustext .buttons, .virustext .banners {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.virustext .banners .banner img{
    width: 100%;
}
.virustext .banners.banner_links .banner img{
    max-width: 200px;
}
.virustext .banners .banner{
    margin: 10px auto;
    text-align: center;
    flex: 0 0 45%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}
.virustext .buttons > div{
    flex: 0 0 30%;
}
.virustext .buttons > div img{
    max-width: 250px;
    width: 100%;
    height: auto;
}
.virustext .virusimage{
    display: block;
}
.virustext .virusimage img{
    width: 100%;
    height: auto;
}
.login.enter{
    display: none;
}
.taplink-widget-btn {
    display: none;
}
.description video {
    max-width: 640px;
    max-height: 400px;
}
/*virus убрать потом */
/*.alert{*/
/*    background: transparent;*/
/*    box-shadow: none;*/
/*}*/
/*.overlay{*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*}*/

.gallery{
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery a img{
    margin-left: 5px;
    margin-bottom: 5px;
    max-width: 300px;
    max-height: 200px;
    width: 100%;
    object-fit: contain;
}