body {
    font-family: Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #636466;
    background-color: #e6e7e8;
    background-image: url(../images/glavnaya/bg_pat.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
}
@media (min-width: 1200px)
 {
.owl-item.active{
		width:454px!important;
}}
@media (min-width: 960px) and (max-width: 1200px) 
 {
.owl-item.active{
		width:420px!important;
}}
/*Carousel*/
.tv_program_slider_cont .main_cont .cont {
    float: left;
    position: relative;
    padding: 120px 20px 40px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 10px #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    box-shadow: inset 10px 0 10px rgba(0,0,0,.25);
    -webkit-box-shadow: inset 10px 0 10px rgba(0,0,0,.25);
    -moz-box-shadow: inset 10px 0 10px rgba(0,0,0,.25);
    -o-box-shadow: inset 10px 0 10px rgba(0,0,0,.25);
}
.tv_program_slider_cont .main_cont .cont.active {
    padding: 120px 40px 40px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.active .tint{
    background-color: rgba(0, 0, 0, 0.18)!important;
	
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 812px;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-dot {display:none!important;}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
 display: block;
    position: absolute;
    top: 50%;
    z-index: 999;
    margin-top: -40px;
    width: 20px;
    height: 80px;
    font-size: 20px;
    color: #fff;
	cursor:pointer;
    text-align: center;
    line-height: 80px;
    background: #ed2c65;
    background: -moz-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#f15684),color-stop(100%,#ed2c65));
    background: -webkit-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -o-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -ms-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: linear-gradient(to bottom,#f15684 0,#ed2c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@lightpinkcolor', endColorstr='@pinkcolor', GradientType=0);
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,.5);
    -o-box-shadow: 0 10px 20px rgba(0,0,0,.5);
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -o-opacity: .5;
    filter: alpha(opacity=50);
	transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev{
	left: 0;
	border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -o-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -o-border-bottom-right-radius: 4px;}
.owl-carousel .owl-controls .owl-nav .owl-next{
right:0;
border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -o-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -o-border-bottom-left-radius: 4px;}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{width:80px;font-size:30px;opacity:1;-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;filter:alpha(opacity=100)}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {

  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}
iframe{
border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
	display:block;
}
#dem .time {
    font-size: 0.9em;
}
.pagination>li>a, .pagination>li>span  {
    display: inline-block;


    font-weight: 700;
    letter-spacing: normal;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.5);
    -o-box-shadow: inset 0 3px 7px rgba(0,0,0,.5);
    background: #0a62b0;
    border-color: #337ab7;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #ddd;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pages_cont1 {
    font-size: 1.125em;
    text-align: center;
    letter-spacing: -5px;
}
.pagination>li>a:hover{
color:#ed2c65;
}
 .pagination>li:before {content: ' ';}

.text img{
    float: left;
    margin-right: 50px;
}
#videoModal iframe{
border:none;
}
#videoModal .modal-content {
border:none;
background:none;
box-shadow:none;
}
#videoModal .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
ul.mytabs {
    border-bottom: 1px solid #b0bfce;
    margin: 0 20px 20px;
	    overflow: hidden;
}
.mytabs>li.active>a, .mytabs>li.active>a:hover, .mytabs>li.active>a:focus {
    color: #fff;
    background-color: #0a61af;
    border: 1px solid #0a61af;
    border-bottom-color: transparent;
    cursor: pointer;
        padding: 13px;
    border-radius: 8px 8px 0px 0px;

}
ul.mytabs li:before {
    content: ' ';
    float: left;
    margin-left: -1.3em;
}
ul.mytabs li a{
    float: left;
	margin-left:10px;
	background-color: #f7f7f7;;
	 border: 1px solid #0a61af;
	  padding: 13px;
	   border-radius: 8px 8px 0px 0px;
}
ul.mytabs li a:hover{text-decoration:none; background-color: #0a61af; color:#fff;}
.top_line .cont .title {
    overflow: hidden;
    font-size: 1.2em;
    font-weight: 300;
}
.day_anounce .cont .text p {
    font-size: .875em;
    color: #636466;
}
.white_tab .pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -o-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -o-border-bottom-left-radius: 4px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
tr,td{
border:1px solid #ccc;
padding:4px;
}
.type img {
    float: left;
    margin-right: 10px;
	    margin-top: 10px;
}
.vote_person_cont .cont .button {
    width: 100%;
    font-size: 1.4em;
    font-weight: 300;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}
.vote_person_cont .cont .button span{
float: right;
}
.likedislike {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border: 0;
    cursor: default;
    margin-top: 3px;
}
.button:hover {background: #ed2c65;
    background: -moz-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#f15684),color-stop(100%,#ed2c65));
    background: -webkit-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -o-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: -ms-linear-gradient(top,#f15684 0,#ed2c65 100%);
    background: linear-gradient(to bottom,#f15684 0,#ed2c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@lightpinkcolor', endColorstr='@pinkcolor', GradientType=0);}
img.reklama{
width:70%;
}
.category_icon a img{margin-right:5px}
.ajax_form.af_example {
    width: 100%;
}
.center{text-align: center;}
.carousel-caption h2 {
    color: #fec810;
}
@media (max-width: 768px)
 {.shifter-navigation.-pagination-active>.shifter-pagination{
display:none!important;
}}
.tv_program_slider_cont {
    margin-bottom: 0px;
}

@media (min-width: 767px){.white_tab .pic {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -o-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -o-border-bottom-left-radius: 4px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}}
@media (max-width: 767px)
{.white_tab .pic {
    position: static;
    height: 210px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}}
@media (max-width: 767px){
.news_block .cont .time_cont {
    padding: 5px;
    width: 80%;
    /* padding-right: 23px; */
    /* display: block; */
}}
@media (max-width: 767px){
ul.mytabs {
    border-bottom: none;
    margin: 0 20px 20px 0px;
    overflow: hidden;
}}
@media (max-width: 767px){
ul.mytabs li a {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    background-color: #f7f7f7;
    border: 1px solid #0a61af;
    padding: 13px;
    border-radius: 0px;
}
}
@media (max-width: 767px){
.mytabs>li.active>a, .mytabs>li.active>a:hover, .mytabs>li.active>a:focus {
    color: #fff;
    background-color: #0a61af;
    border: 1px solid #0a61af;
    border-bottom-color: transparent;
    cursor: pointer;
    padding: 13px;
    border-radius:0px;
}}
@media (max-width: 767px){
.owl-item .cont{
height:800px !important;
}}
@media (max-width: 767px){
.prev_next_cont .right {
    text-align: right;
    font-size: 16px;
}}
@media (max-width: 767px){
.body_block .white_block .left {
    margin-bottom: 20px;
    font-size: 16px;
}}
.marg-im{
margin-right:10px!important;
}
ul.footer_lang{
margin-bottom:100px;
}
ul.footer_lang>li{
padding: 0px 8px 0px 0;
    text-align: left;
    margin-top: 0px!important;
}
ul.footer_lang>li>a.active{
color:#fff;
}
@media (max-width: 767px){a.price_txt{
position: relative;
color: #fff;
    font-size: 0.8em;
}}
a.price_txt{
position: relative;
color: #fff;
    font-size: 14px;
}
span.price{
    position: absolute;
    top: 42px;
    left: 98px;
    width: 160px;

}
@media (max-width: 767px){span.price{
    position: absolute;
    top: 42px;
    left: 77px;
    width: 300px;

}}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    color: #feca17;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: white;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
    background: rgba(16, 16, 16, 0.34);
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    /* -webkit-box-shadow: inset 3px 3px 10px #7d8e8f; */
    /* box-shadow: inset 3px 3px 10px #7d8e8f; */
    margin-left: 0px;
    padding: 5px;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}
.hide, .hide + label ~ div {
    display: none;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #f04b7c;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}
.tv_program_slider_cont .main_cont .active .cont {
    padding: 120px 40px 40px;
    min-height: 780px;
}
.tv_program_slider_cont .main_cont .cont .text .button {
    display: none;
    overflow: hidden;
    position: relative;
    margin-right: -40px;
    margin-top: 120px;
    margin-bottom: 30px;
    padding: 3px 0 0 40px;
    position: relative;
    font-size: 1.5em;
    bottom: 0;
    font-weight: 300;
    height: 80px;
    color: #fff;
    text-align: left;
    line-height: 80px;
    white-space: nowrap;
    text-shadow: none;
    border: none;
    background: #0a62b0;
    background: -moz-linear-gradient(left,#0a62b0 0,#774a8a 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#0a62b0),color-stop(100%,#774a8a));
    background: -webkit-linear-gradient(left,#0a62b0 0,#774a8a 100%);
    background: -o-linear-gradient(left,#0a62b0 0,#774a8a 100%);
    background: -ms-linear-gradient(left,#0a62b0 0,#774a8a 100%);
    background: linear-gradient(to right,#0a62b0 0,#774a8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bluecolor', endColorstr='#774a8a', GradientType=1);
}
