@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

    vertical-align: baseline;
}
.main_container.container > * {
    position: relative;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container{
    width: 1200px;
}
*{
    font-family: 'Open Sans Condensed', sans-serif;
}
body{
    background-color: #ececec;
    overflow-x: hidden;
    padding-top: 57px;
    /* padding-top: 201px; */
}
body.with-header-games {
    padding-top: 201px;
}
/*HEADER*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color:  #ccc;
}
.mobile_regions {
    display: none;
}
header.scrolled{
    background-color: #ccc;
}
header .slider_games{
    height: 145px;

    position: relative;
    transition: 0.5s all;
    overflow: hidden;
}
header.scrolled .slider_games {
    height: 45px;

}
header.scrolled .slider_games:hover {
    height: 145px;

}
header .menu_main .search,
header .menu_main .socail_link {
    display: none;
}

.first_block_main {
    margin: 0 5px 0 0px; /* 0 5px 0 3px */
}
i.fa.fa-search {
    padding: 0px 10px;
    color: #fff;
    cursor: pointer;
}
.search {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    width: 100%;
}
.annons_item a:hover, .annons_item a:hover * {
    transform: scale(1.1);
}
.slider_games .annons_item .team a:hover,
.slider_games .annons_item .team a:hover * {
    transform: none;
}
.slider_games .annons_item .team:hover img,
.slider_games .annons_item .score_video .block_detalis_match *:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 5;
}
.col-sm-4.club_block {
    height: 300px;
    overflow: hidden;
}
.rang_play a:hover {

    display: block;
}
.club img {
    height: 100px;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
#nt-team .mbt-leaders-table .mbt-photo {
    width: 60px;
}
#nt-team .mbt-leaders-table .mbt-photo img{
    display: block;
    margin: 0 auto;
}
form#search {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 20px 10px 20px;
    position: relative;
}
form#search input{
    font-family: "Open Sans";
}
form#search button {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #333;
    border-color: #333;
}
.search.active{
    opacity: 1;
    visibility: visible;
    display: block;
}
.map_section {
    height: 200px;
    overflow: hidden;
    transition: all 1s;
}
.map_section:hover{
    height: 100%;
}
.bilet_one_sec{
    font-weight: bold;
    text-transform: uppercase;
    font-size:16px;
    display: inline-block;
    color: #ffffff;
    background-color: #db1f09;
    padding: 10px 15px;
    border-bottom: 3px solid #841104;
    position: absolute;
    top: 40px;
    left: calc((100% - 1000px)/2 - 205px);
}
.bilet_one_sec + .bilet_one_sec{
    right: calc((100% - 1000px)/2 - 205px);
    left: auto;
}
.bilet_one_sec:hover{
    color: #ffffff;
}
div#mapster_wrap_0 {
margin: 0 auto;
}
.reffere_data .title_value {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 3px 0 10px;
    font-weight: bold;
}
header .menu {
    background-color: #171717;
    padding:  0;
}
header .menu .logo-text {
   display: none;
}
.navigation_elements > * {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: middle;
}
.navigation_elements .right{
    text-align: right;
}
.navigation_elements .right > *{
    display: inline-block;
    vertical-align: middle;
}
body a:hover{
    color: inherit;
    text-decoration: none;
}
header .menu .container, header .menu ul{
    display: table;
}
header .menu .container > *{
    display: table-cell;
    vertical-align: middle;
}
header .menu .container .menu_switsher{
    display: none;
}
header .menu ul li{
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 15px 0 15px;
    border-top: 4px solid transparent;
}
header .menu ul li.active{
    border-top: 4px solid #00a0e4;
    background-color: #000;
}
header .menu ul.sub_menu {
    position: absolute;
    width: 200%;
    display: block;
    background-color: #000;
    border: 2px solid #ffcc00;
    padding-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
header .menu ul.sub_menu.active{
    opacity: 1;
    visibility: visible;
}
header .menu .sub_menu li a {
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}
header .menu .sub_menu li a:hover{
    border-bottom: 2px solid #0091ff;
}
header .menu ul.sub_menu li{
    display: block;
    text-align: left;
    padding: 0 10px;
}
header .menu ul{
    width: 100%;
}
header  .menu li a{
    text-transform: uppercase;
    color: #b7b7b7;
    font-weight: bold;
}
#logo img {
    max-width: 45px;
}
a#logo > * {
    display: inline-block;
    vertical-align: middle;
}
a#logo .logo-text {
    display: none;
}

a#logo span{
    font-family: Arial;
    font-weight: bold;
    font-size:13px;
    color: #fff;
    padding-left: 10px;
    line-height: 15px;

}
.socail_link a{
    padding: 0 5px;
}
.socail_link .fa{
    color: #b7b7b7;
}
header.not_main {
    background-color:  #ccc;
}
.slider_games .container {
    width: 1000px;
}
.errea_banner a{
    display: block;
    width: 100%;
}
.errea_banner a img{
    width: 100%;
}
.errea_banner {
    margin: 0 5px 0 3px;
}

/*UNDE HEADER*/
/*.under_header {
    background-image: url(/web/img/fon.png);
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1160px;
    background-position: center -50%;
    position: relative;
    left: -1px;

}*/
.under_header {
    background-image: url(/web/img/zbirna2.jpg);
    height: 470px;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1160px;
    background-position: center 233%;
    position: relative;
    left: -1px;
    margin-top: -50px;
}
.under_header > div{
    display: inline-block;
    vertical-align: middle;
    width: calc(33% + 1px);
    height: 100%;
    position: relative;
}
.under_header > div img {
    position: absolute;
    top: 205px;
      top: 265px;
    left: 35%;
    max-width: 100px;

}
.under_header > div:nth-child(2) img{
    display: block;
}
.under_header > div span {
    position: absolute;
    bottom: 30px;
    left: 15%;
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    transform: rotate(-11deg);
    line-height: 29px;
    background-image: url(/web/img/fon_slider.png);
    background-size: 100% 100%;
    padding: 25px 69px;
}
img{
    max-width: 100%;
}
.one_new.video_banner, .one_new.foto_banner {
    background-image: url(/web/img/giphy.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.one_new.foto_banner {
    background-image: url(/web/img/foto_banner.jpg);
}
.reffere .page {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    min-height: 60vh;
}
h1.title.title_inner {
    font-size: 32px;
    font-weight: bold;
    font-family: "Open Sans";
    padding-bottom: 20px;
}
.page *{
font-family: "Open Sans";
}
 .one_new.foto_banner::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:2;
    background-color: rgba(0, 0, 0, 0.5);

     background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;

}
.video_block_main {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 20px;
    height: 117px;
    overflow: hidden;
    padding-bottom: 10px;
}
.one_new .video_block_main .date_and_cat .date, .one_new .video_block_main .title, .one_new  .video_block_main .short_text {
    color: #fff !important;
}
.one_new.video_banner::after{
    display: none;
}
.one_new.foto_banner::after{
    background-image: url(/web/img/foto_ban_but.png);
}
.text-center{
    text-align: center;
}
/*Block news main page*/
.top_new {
    padding: 0 0 0 0px ;
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.tabs_games_controll {
    position: absolute;

    top: 10px;
    left: 8px;
}
.top_new img{
    width: 100%;
    max-height: 350px; /* 300 */
}
.main_container .row .col-sm-9{
    width: 70%;
    padding: 0;
}

.main_container.media .row .col-sm-9, .main_container.media .row .col-sm-3{
    padding: 0 5px;
}
.main_container .row{
    margin: 0;
    clear: both;
}
.main_container .row .col-sm-3{
    width: 30%;
    padding: 0;
}
.reklama img{
    width: 100%;
}
.one_new {
    display: inline-block;
    width: calc(33% - 6px);
    background-color: #fff;
    margin: 5px 3px;
    vertical-align: top;
    height: 425px;
    overflow: hidden;
}
.main-block_title > a {
    color: #000;
}
.one_new.item{
    width: calc(100% - 6px);
    height: 355px;
}
.top_new .one_new a.title {
    font-size: 22px;
}
.top_wrap {
    /*background-color: #fff;*/
    padding: 5px 20px 5px 5px;
}
.left_column {
    overflow: hidden;
}
.left_column_news {
    padding: 5px;
    /*background-color: #fff;*/
    margin-top: 5px;
}
.first_block_main .left_column_news {
    margin-top: 30px;
}
#SinoptikInformer {
    margin-top: 30px; /*70px */
    margin-bottom: 30px; /*50px */
}
.one_new_small > *{
    display: inline-block;
    vertical-align: top;
}
.one_new_small .img_block{
    width: 75px;
}
.navigation_elements {
    margin: 0 0 20px;
}
.news_one_content > img {
    width: 100%;
}
.news_one_content p {
    padding: 10px 0;
}
.read-link {
    border: 2px solid red;
    padding: 10px;
}
.read-link .lbl {
    float: left;
    padding-right: 10px;
}
.read-link a{
    color: red;
}
.navigation_elements .left a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/web/img/reffere.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.one_new_small .smal_info_block{
    width: calc(100% - 80px);
    padding-left: 5px;
}
h1.text-center.post, .h1.text-center.post {
    font-size: 26px;
    font-weight: bold;
    padding: 40px 0;
    font-family: Arial;
}
.one_new_small .date_and_cat .cat, .navigation_elements .topic{
    font-size: 10px;
    display: inline-block;
    padding: 2px 3px;
    background-color: #00a0e4;
    color: #fff;
    font-family: Arial;
    vertical-align: middle;
}
.one_new_small .date_and_cat .cat a{
    color: #fff;
    font-family: Arial;
}
.news_one_content{
    padding: 0 15px 0 15px;
}
.news_one_content *{
    font-family: Arial;
}
.one_new_small {
    margin-bottom: 10px;
}
.top_new .one_new.item {
    height: 100%;
}
.one_new_small .date_and_cat .date{
    display: inline-block;
    vertical-align: middle;
    font-size:10px;
    color: #6c6c6c;
    font-family: Arial;
    font-weight: bold;
    margin-left: 5px;
}
.one_new_small a.title{
    color: #1d1d1d;
    font-family: Arial;
    font-size: 14px;
}
.post .navigation-bottom {
    padding: 30px 20px;
}
.post .navigation-bottom .btn {
    background-color: #00a0e4;
    border-radius: 0;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
}
.post .navigation-bottom .fa {
    font-size: 1.3em;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.post .navigation-bottom .btn:hover {
    background-color: #0583b9;
}
.post .fb-share iframe {
    width: 100%;
}

body  .owl-carousel.slider_top_news  .owl-buttons div i{
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    width: 40px;
    text-align: center;
}
.first_block_main .row{
    margin: 0;
}
.first_block_main .row > div{
    padding: 0 4px;
}
body .owl-carousel.slider_top_news .owl-buttons div {
    /*opacity: 1;*/
    box-shadow: 0 0 2px rgba(0,0,0, .5);
}
body .slider_top_news .owl-controls .owl-buttons .owl-prev, body .slider_top_news .owl-controls .owl-buttons .owl-next{
    top:37%;
}
.owl-carousel.slider_top_news .owl-buttons .owl-prev{
    left: 0;
}
.owl-carousel.slider_top_news .owl-buttons .owl-next{
    right: 40px;
}
.one_new .date_and_cat, .statisctic_block_news .date_and_cat{
    padding: 5px 10px;
}
.item_news_one {
    padding-bottom: 10px;
}
.one_new .date_and_cat > *{
    display: inline-block;
    vertical-align: middle;
}
.one_new a.img{
    position: relative;
    display: block;
}
.one_new.video a.img::before{
    content: "\f16a";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
    height: 100%;
    font-size: 70px;
    opacity: 0.7;
    padding-top: 22%;
}
.one_new .date_and_cat .cat, .statisctic_block_news .cat, .one_new .date_and_cat .cat_in > span{
    display: inline-block;
    padding: 3px 5px;
    background-color: #0091ff;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    font-weight: 600;
}
.one_new .date_and_cat .cat a, .statisctic_block_news .cat a, .one_new .date_and_cat .cat_in > span{
    color: #fff;
    font-family: Arial;
}
.one_new.video .date_and_cat .cat{
    background-color: #ffd600;
    color: #000000;
}
.one_new .date_and_cat .date, .statisctic_block_news .date{
    padding: 3px 5px;
    font-size:12px;
    color: #6c6c6c;
    font-weight: 600;
}
.one_new .title,  .statisctic_block_news .title{
    padding: 0px 10px;
    font-size: 18px;
    font-weight:bold;
    display: block;
    color: #0c0c0c;
}
.one_new .short_text, .statisctic_block_news .short_text {
    padding: 5px 10px;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    max-height: 55px;
    overflow: hidden;
    color: #1d1d1d;
}
.statisctic_block_news .short_text {
    max-height: 70px;
}

.all_news, .all_news:hover, .load_more, .load_foto, .load_video{
    display: block;
    background-color: #111111;
    color: #fff;
    font-size: 16px;
    padding: 20px 0 20px;
    text-transform: uppercase;
    font-weight: bold;
       margin: 0 5px 10px 3px;
    position: relative;
    cursor: pointer;
    text-align: center;

}
.load_more{
    background-color: #fff;
    color: #111111;
}

.one_new a.img span.cat{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 190px;
    background-color: #00a0e4;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.one_new a.img .all{
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
    font-weight:600;
    top: 0;
    padding-top: 30%;
    opacity: 0;
    transition: all 0.5s;
}
.one_new a.img:hover .all{
    opacity: 1;
}
.social_wrap > *{
    display: block;
    font-family: Arial;
    font-weight: 600;
    color: #fff;

}
.third_block.news .one_new:nth-child(2n+1)  .cat {
    background-color: #ffcc00;
}
a.siteclub{
    font-family: "Open Sans";
    color: #000;
}
.social_wrap .count{
    font-size: 44px;
    font-weight: bold;
}
.social_wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 9px);
    margin: 5px 3px;
    text-align: center;
    padding: 60px 0 30px;
    position: relative;
}
.social_wrap.fbwidget{
    padding:0;
    width: 100%;
}
.maintenance {
    margin: 20px 10px;
}
.maintenance img{
    width: 100%;
}
.social_wrap::before{
    content: '';
    font-family: FontAwesome;
    display: block;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 17px;
    position: absolute;
    color: #fff;
    font-size: 38px;
}
.social_wrap.youtube{
    background-color: #cc181e;
}
.social_wrap.youtube::before{
    content: "\f16a";
}
.social_wrap.fb{
    background-color: #3b5998;
}
h1.heading_main {
    font-size: 36px;
    font-weight: bold;
    padding: 20px 5px;
}
.social_wrap.fb::before{
    content: "\f09a";
}
.social_wrap.inst{
    background-color: #f34970;
}
.social_wrap.inst::before{
    content: "\f16d";
}
.social_wrap.vk{
    background-color: #507299;
}
.social_wrap.vk::before{
    content:"\f189";
}
.map_section img {
    width: auto;
    margin: -10px auto 0;
    display: block;
}
h1.regions{
    font-size: 32px;
    font-family:"Open Sans";
    padding: 20px 0;
    font-weight:bold;
}
.description_regions {
    min-height: 100vh;
}
.description_regions  *{
    font-family:"Open Sans";
}
.description_regions a{
    font-family:"Open Sans";
}
.inner-page.inner-news.row {
    margin: 20px 10px;
    background-color: #fff;
    min-height: 100vh;
    padding: 20px;
}
.inner-page.inner-news.row a{
    font-family:"Open Sans";
}
.row.schools * {
    font-family: "Open sans";
}
.row.schools .school{
    margin: 30px 0;
}
.row.schools p{
    line-height: 24px;
    padding: 10px 0;
}
.row.schools h3{
    font-size:20px;
    font-weight:bold;
}
.row.schools h3 a{
    color: #333;
    text-decoration: underline;
}
a.club span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #111;
    font-family: "Open Sans";
}
a.club{
    display: block;
    margin-bottom: 25px;
}
.sponsors, .carousel_sponsors.sponsors {
    background-color: #171717;
    margin: 5px 4px;
    padding: 30px 40px;
}
.carousel_sponsors.sponsors .one_sponsor{
    width: 100%;
    display: block;
}
.scroll.sponsors .one_sponsor {
    position: relative;
    display: block;
    float: left;
    height: 71px;
    margin: 10px 24px 10px 24px;

    width: 150px;
}
.banners-2-scroller-wrapper{
    height: 71px;

}
#start-banners-1,
#start-banners-2 {
    overflow: hidden;
    padding: 20px 20px 0;
}
.scroll.sponsors .one_sponsor a {
    width: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
}
.one_sponsor {
    display: inline-block;
    width: calc(20% - 3px);
    vertical-align: middle;
    padding: 0 15px;
}

.one_sponsor:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0);
}
.sponsors--first {
    padding-bottom: 20px !important;
}
.sponsors--first.scroll .one_sponsor {
    width: 230px;
    height: 170px;
    position: relative;
}
.sponsors--first.scroll .one_sponsor a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}

a.afisha_bg {
    display: block;
    height: 415px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
a.afisha_bg.one_new {
        display: inline-block;

}
div#popup_widget.active {
  height: auto;
  overflow: visible;
}
div#popup_widget.active .dialog-social{
  right: 50px;
}
div#popup_widget .first{
  display: none;
}


.dialog-social-fb .dialog-social-header {
    background: #3a5897 none repeat scroll 0 0;
}

.dialog-social-title {
    font-size: 18px;
    line-height: 1.3em;
}
.dialog-social-fb .dialog-social-auth {
    background: #dededd none repeat scroll 0 0;
}
.dialog-social-auth {
    height: auto;
    min-height: 30px;
    padding: 10px 10px 0;
    text-align: center;
}
.dialog-social-auth-link {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.dialog-social-auth-link:hover {

    color: #000;
}

.dialog-social-lnk {
    display: inline-block;
    padding: 12px 0 10px 22px;
}

.dialog-social-message-block-text {
    border-top: 1px solid #9daccb;
    padding: 22px;
}
div#popup_widget {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 310px;

    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: block;
    height: 0;
    overflow: hidden;

}
.dialog-social-fb {
        width: 310px;
        /*right: 5px !important;*/
        bottom: 5px;
        margin-right: -45px;
    }
.dialog-social-fb .dialog-social-widgets {
    padding-left: 25px;
}
.dialog-social-widgets {
    height: 110px;
    margin-top: 15px;
    overflow: visible;
    padding-bottom: 0;
}
#popup_widget h3 {
    color: #000;
    text-align: center;
    padding: 10px 0;
}

#popup_widget .close{
  opacity: 1;
}
.close i.fa.fa-times {

    font-size: 20px;
}
/*FOOTER*/
footer{
    position:relative;
    padding: 30px 0;
    background-color: #111;
}
footer .title{
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 24px;
    font-weight:bold;
    padding-bottom: 30px;
}
footer .container_footer_wrap{
    display: table;
    width: 100%;
    padding: 0 10px;
}

footer .btn-collapse-wrap {
    color: #fff;
    margin: 10px 0;
    background: rgba(134, 129, 129, 0.3);
}
footer .btn-collapse-wrap a {
    color: inherit;
    display: block;
}
.content_block_footer {
    display: table-cell;
    padding: 0 30px;
    border-right: 1px dashed #242424;
}
.content_block_footer:last-child{
    border: none;
    padding-right: 0;
}
.content_block_footer:first-child{
    padding-left: 0;
}
.content_block_footer a, .content_block_footer a:hover, .content_block_footer .contact_footer{
    color: #fffefe;
    font-family: Arial;
    font-size: 13px;
}
.content_block_footer li a{
    padding: 8px 0;
    display: block;
    font-weight: 500;
    font-family: Arial;
    font-size: 13px;
}
.content_block_footer .contact_footer .fa{
    color: #1f1f1f;
    display: inline-block;
    padding: 0 3px 3px 0;
    font-size: 14px;
}
.contact_footer {
    padding: 5px 0;
}
footer .title ~ .title{
    margin-top: 45px;
    padding-bottom: 5px;
}
footer .socail_icons {
    margin-left: 27px;
}
footer .socail_icons .fa{
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    margin: 0 4px;
}
button.ask_question {
    display: block;
    margin: 20px auto;
    padding: 10px 40px;
    background-color: #00a0e4;
    color: #333;
    font-weight: bold;
    border: none;
    font-size: 19px;
    border-bottom: 4px solid #024E70;
    font-family: "Open Sans";
}
.questions-form {
    margin: 20px;
    padding: 20px;
    background-color: #fff;

}
.questions-form *, .questions_answer *{
    font-family: "Open Sans";
}
.questions_answer {
    margin: 20px;

}
.answer_block {
    padding: 20px 0 0;
}
.questions_answer .short{
    display: block;
    padding: 0 20px 20px;
}
.questions_answer .short.hide{
    display: none;
}
.questions_answer .long.show {
    display: block;
}
.questions_answer .long {
    display: none;
    padding: 0 20px 20px;
}
.videolink {
    font-weight: bold;
}
.question_item  .bloc_foto img {
    max-width: 150px;
}
.question_item .title{

    font-family: "Open Sans Condensed";
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}
.question_item .block_question{
    padding: 20px;
    border-bottom: 1px dashed;
}
a.afisha_bg.hidden_decstop {
    display: none;
}
.question_item .answer_switcher {
    padding: 0 20px;
    background-color: #01A0E4;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.question_item .answer_switcher.hide{
    display: none;
}
.question_item .date{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
}
.question_item {
    position: relative;
    padding: 20px 0 0;
    background-color: #fff;
    margin-bottom: 20px;
}
/*CAROUSEL*/
body .owl-carousel{
    background-color: transparent;
    margin: 0;
}
.date_time_place{
    text-align: center;
}
.slider_games .date_time_place{
    text-align: left;
}
.date_time_place > * {
    /*display: inline-block;*/
    font-size: 11px;
    font-family: Arial;
    font-weight: 600;
}
.slider_games .date_time_place .date {
    float: left;
}
.slider_games .date_time_place .place_time {
    float: right;
}
.rang_play{
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    font-weight: 600;
}
.rang_play a:hover {
    position: relative;
    left: 14px;
    transform: scale(1.1);
}
.games_contr {
    width: 100%;
    display: table;
    margin-top: 5px;
}
.slider_games .games_contr > .score_video {
    width: calc(33% + 18px);
}
.games_contr > * {
    display: inline-block;
    vertical-align: middle;
    width: calc(33% - 11px);
    vertical-align: middle;
}
.slider_games .games_contr > * {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    /*width: calc(33% - 11px);*/
    width: 30%;
    vertical-align: middle;
}
.score_video > div:nth-child(3) {
    text-align: left;
}

.score_video > div:nth-child(1) {
    text-align: right;
}
.score_video > div.soon {
    text-align: center;
    line-height: 1em;
}
.annons_item img {
    max-width: 45px;
    display: block;
    margin: 0px auto 0;
}
.annons_item__source.obozrevatel {
	max-width: 63px;
}

.games_contr {
    margin-top: -5px;
}
.slider_games .games_contr {
    margin-top: 0;
    min-height: 90px;
}

.slider_games .annons_item {
    position: relative;
}
.slider_games .annons_item .date,
.slider_games .annons_item .place_time {
    color: #888;
}
.slider_games .cl-league-32079 .annons_item .date,
.slider_games .cl-league-32079 .annons_item .place_time {
    color: #fff;
}
.annons_item *{
    color: #fff;
}
.one_new.oboz a {
    position: relative;
}
.oboz_wrap {
    position: absolute;
    bottom: 0;
    padding: 3px 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
.one_new.oboz .oboz_wrap *{
    color: #fff;
}
.one_new.oboz {
    height: 255px;
}
.games_top  .item{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 5px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 145px;
}
.games_top .cl-league-32079, .games_top .cl-league-10843, .games_top .cl-league-31503, .games_top .cl-league-31833, .games_top .cl-team-591, .games_top .cl-team-611 , .games_top .cl-team-601, .games_top .cl-team-641 {
    background-color: rgba(250, 0, 0, 0.5);
}
.games_top .cl-league-224 {
    /*background-color: rgba(0, 0, 0, 0.25);*/
    background-color: #292929;
}
.games_top  > .item{
    width: calc(25% - 3px);
    float: left;
}
.games_top{
    height: 125px;
     height: 190px;
   /*// overflow: hidden;*/
}
.games_top .team{
    text-align: center;
    vertical-align: middle;
    height: 100%;
    padding-bottom: 29px;
}
.block_detalis_match {
    text-align: center !important;
}
.games_top .team a {
    vertical-align: middle;
}
.games_top .team img {
    vertical-align: middle;
}
.games_top .team a {
    height: 100%;
    display: block;
}
.score_video .score_loose, .score_video .score_win{
    display: inline-block;
 font-size: 34px;
    text-align: center;
    width: calc(45% - 3px);
    vertical-align: middle;
}
.score_video span {
    font-size: 28px;
    width: 20px;
    display: inline;
    vertical-align: middle;
    line-height: 28px;
}
.score_video {
    padding: 0 5px;
}
.score_video .score_loose{
    color: #cecbc6;
}
.team span {
    font-size: 13px;
    font-family: Arial;
    text-align: center;
    line-height: 18px;
    max-width: 80px;
    display: block;
    margin: 0 auto;
}
.slider_games .team span {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.block_detalis_match {
    text-align: center;
}
.block_detalis_match .fa{
    font-size: 14px;
    padding: 0 2px;
}
.annons_item .look, .annons_item .soon{
    text-align: center !important;
    font-weight: 400;
    font-family: Arial;
    font-size: 12px;
}
.score_video a{
    display: block;
    margin: 3px 0;
}
.score_video .soon {
    margin-top: 14px;
}
.score_video .block_detalis_match a{
    display: inline-block;
    margin: 0;
}
.date_time_place .online, .score_video .soon{
    display: block;
    background-color: #db1f09;
    padding: 2px 0;
}
body .owl-carousel .owl-buttons div {
    opacity: 0.7;
}
body  .owl-carousel .owl-buttons div i {
    font-size: 28px;
    margin: 0;
    display: block;
    height: 145px;
    line-height: 145px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 2px;
    color: #fff;
}
body .owl-controls .owl-buttons .owl-prev, body .owl-controls .owl-buttons .owl-next {
    top: 0%;
}

.copyright.container {
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans";
}
.copyright.container a{
    font-size: 12px;
    font-family: "Open Sans";
}
/*MEDIA BLOCK*/
.tabs_media_content .one_new {
    width: calc(50% - 8px);
    background-color: #141414;
    color: #fff;
}
ul.tabs_media_controller {
    margin: 5px 4px 5px;
    background-color: #171717;
}
ul.tabs_media_controller li{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 2px);
    text-align: center;
}
ul.tabs_media_controller li a{
    display: block;
    padding:  12px 0;
    font-size: 16px;
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
}
ul.tabs_media_controller li.active a{
    background-color: #000000;
    border-bottom: 4px solid #0091ff;
}
.tabs_media_content .one_new a.img {
    border-top: 4px solid #db1f09;
    background-color: #fff;
}
.tabs_media_content .one_new a.img img{
    margin-bottom: -5px;
}
.tabs_media_content .one_new a.img span{
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 20px;
    background-color: #db1f09;
    color: #ffffff;
    display: block;
    font-family: Arial;
    padding: 1px 8px;
    font-size: 11px;
    font-weight: 600;
}
.tabs_media_content .one_new .date_and_cat .date, .tabs_media_content .one_new .title, .tabs_media_content .one_new .short_text{
    color: #fff;
}
.main-block_title {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 5px;
}
.tabs_media_content #foto .one_new a.img span{
    color: #000;
    background-color: #0091ff;
}
.tabs_media_content #foto .one_new a.img{
    border-top: 4px solid #0091ff;
}
.tabs_media_content > div{
    display: none;
}
.tabs_media_content  > .active{
    display: block;
}
/*STATISCTIC NEWS*/
.statisctic_block_news {
    background-color: #fff;
    margin: 6px;
    padding: 6px;
}
.item_news_one > *{
    display: inline-block;
    vertical-align: top;
}
.item_news_one .img_block{
    width: 250px;
    padding-right:5px;
}
.item_news_one .smal_info_block{
    width: calc(100% - 255px);
}

/*STATISTIC TABLE*/
.page_title {
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
}
#teams tr.row1 td.mbt-imageholder-smalllogo, #teams tr.row2 td.mbt-imageholder-smalllogo, #teams .mbt-imageholder-smalllogo{
    height: 50px;
    vertical-align: middle;
    width: 100px;
    text-align: center;
    background-color: transparent;
}
#teams  .mbt-widget a, #teams  .mbt-widget a.mbt-whitelinks, #teams .mbt-widget a:hover, #teams  .mbt-widget a.mbt-whitelinks:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 20px 0 10px;
}
#teams .mbt-table tr.row2 td {
    color: transparent;
    border-bottom: none;
}

#teams .mbt-table td{
    border-bottom: none;
}
#teams .row1{
    background-color: #e1e1e1;
}
#standings-long .mbt-subheader{
    display: none;
}
#standings-long .mbt-table.mbt-complex tr:first-child{
    background-color: #e1e1e1;
}
#players .mbt-layout-half{
    float: none;
    width: 100%;
}
#players .mbt-player-abc-list a{
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
#players .mbt-headline{
    display: none;
}
body .mbt-widget select, body .mbt-widget input {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    border: 1px solid;
}
body .mbt-widget  .mbt-search input[type="button"]{
    background-image: none;
    background-repeat: repeat-x;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    width: 40px;
}
body .mbt-widget select * {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
}
.players_more {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-color: #363636;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0;
    opacity: 0.8;
}
#players .mbt-player-abc-list span{
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ffcc00;
}
div#players {
    max-height: 455px;
    overflow: hidden;
}
div#players.active{
    max-height: 100%;
}
#players .mbt-player-abc-list strong{

}
div#leaders .mbt-tabs .mbt-form {

    float: none;
}
div#leaders {
    margin: 0 5px 0 3px;
    position: relative;
    /* display: none; */
}
#schedule-short + div#leaders{
display: block;
}
div#leaders .mbt-tabs > div, div#leaders .mbt-tab, div#leaders .mbt-tab-active, div#leaders .mbt-tab-hover{
    display: inline-block;
    vertical-align: top;
}
div#leaders  .mbt-widget select, div#leaders  .mbt-widget input {
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    border: 1px solid #333;
    background-color: #000;
    padding: 8px 30px;

}
div#leaders  .mbt-tab-active{
    border-bottom: 4px solid #0091ff;
}

div#leaders  .mbt-tab-hover{
    border-bottom: 4px solid #0091ff;
}

div#leaders  .mbt-widget .mbt-center, div#leaders  .mbt-tab-hover .mbt-center{
    height: auto !important;
    text-align: center;
    background-image: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    line-height: 24px;
    padding: 10px 20px;
    display: block;
    border: 4px solid transparent;
    color: #fff;
}
div#leaders .mbt-widget select * {
    color: #fff;

    background-color: #000;
}
div#leaders  .mbt-tabs .mbt-form {
    padding-top: 0;
}
div#leaders .mbt-tabs .mbt-left, div#leaders .mbt-tabs .mbt-right{
    display: none;
}

div#leaders  .mbt-widget{
    background-color: #111;
}

div#leaders  .mbt-tab *, div#leaders  .mbt-tab-active *, div#leaders .mbt-tab, div#leaders .mbt-tab-active, div#leaders .mbt-tab-hover {
    float: none;
}
body div#leaders .mbt-headline .mbt-text {
    color: #fff;

}
body div#leaders .mbt-headline{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    padding: 0;
}
div#leaders .mbt-tabs{
    padding-top: 10px;
    display: inline-block;
    width: calc(100% - 155px);
    vertical-align: middle;
    text-align: right;
}
div#leaders .mbt-widget a, .mbt-widget a.mbt-whitelinks,div#leaders  .mbt-table tr * {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans Condensed";
    vertical-align: top;
}
div#leaders .mbt-table tr .mbt-leader-person {
    color: transparent;
    padding-left: 10px;
    height: auto;
    min-height: 320px;
}
div#leaders img.players {
    max-width: 180px;
}

div#leaders img.players {
    max-width: 70px;
}
div#leaders .mbt-leader-person strong a .name{
    color: #ffcc00;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-family: "Open Sans";
}
div#leaders .mbt-top-leader-avg {
    display: none;
}
#standings-long .mbt-table.mbt-complex tr th {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

#team .row1, #player .row1, #game .row1, #records .row1, #stats-player .row1, #nt-team .row1, #nt-games .row1, #nt-game .row1, #nt-player .row1{
    background-color: #e1e1e1;
}
#team   .mbt-table *, #player   .mbt-table *, #game  .mbt-table *, #records  .mbt-table *, #stats-player  .mbt-table *, #nt-team  .mbt-table *,
#nt-games  .mbt-table *, #nt-game  .mbt-table *, #nt-player  .mbt-table *{
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    text-decoration: none;
}
#team .mbt-table th,  #player .mbt-table th,  #game .mbt-table th,  #records .mbt-table th,  #stats-player .mbt-table th,  #nt-team .mbt-table th,  #nt-games .mbt-table th,
#nt-game .mbt-table th,  #nt-player .mbt-table th{
    background-color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#team  .mbt-table tr td, #player  .mbt-table tr td, #game  .mbt-table tr td, #records .mbt-table tr td, #stats-player .mbt-table tr td,
#nt-team .mbt-table tr td, #nt-games .mbt-table tr td, #nt-game .mbt-table tr td, #nt-player .mbt-table tr td{
    padding: 7px 10px;
}



#team .mbt-tabs,
#game .mbt-tabs,
#player .mbt-tabs,
#stats-player .mbt-tabs,
#nt-team .mbt-tabs, #nt-team .mbt-tabs-nice,
#nt-games .mbt-tabs, #nt-games .mbt-tabs-nice,
#nt-player .mbt-tabs, #nt-player .mbt-tabs-nice{
    display: block;
    width: 100%;
    position: relative;
    background-color: #363636;
    border-bottom: 3px solid #999;
}
#team .mbt-tabs select,
#game .mbt-tabs select,
#player .mbt-tabs select,
#stats-player .mbt-tabs select,
#nt-team .mbt-tabs select,
#nt-games .mbt-tabs select,
#nt-player .mbt-tabs select{
    position: absolute;
    top: 10px;
    right: 10px;
}
#team .mbt-tabs > div > div,
#game .mbt-tabs > div > div,
#player .mbt-tabs > div ,
#stats-player .mbt-tabs > div,
#nt-team .mbt-tabs > div, #nt-team .mbt-tabs-nice > div,
#nt-games .mbt-tabs > div, #nt-games .mbt-tabs-nice > div,
#nt-player .mbt-tabs > div, #nt-player .mbt-tabs-nice > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: -4px
}
#nt-games .mbt-holder-content1 .mbt-holder-headline{
    display: none;
}
#team .mbt-tab, #team .mbt-tab *, #team .mbt-tab-active, #team .mbt-tab-hover, #team .mbt-tab-hover *, #team .mbt-tab-active *,
#game .mbt-tab, #game .mbt-tab *, #game .mbt-tab-active, #game .mbt-tab-hover, #game .mbt-tab-hover *, #game .mbt-tab-active *,
#player .mbt-tab, #player .mbt-tab *, #player .mbt-tab-active, #player .mbt-tab-hover, #player .mbt-tab-hover *, #player .mbt-tab-active *,
#stats-player .mbt-tab, #stats-player .mbt-tab *, #stats-player .mbt-tab-active, #stats-player .mbt-tab-hover, #player .mbt-tab-hover *, #stats-player .mbt-tab-active *,
#nt-team .mbt-tab, #nt-team .mbt-tab *, #nt-team .mbt-tab-active, #nt-team .mbt-tab-hover, #nt-team .mbt-tab-hover *, #nt-team .mbt-tab-active *,
#nt-games .mbt-tab, #nt-games .mbt-tab *, #nt-games .mbt-tab-active, #nt-games .mbt-tab-hover, #nt-games .mbt-tab-hover *, #nt-games .mbt-tab-active *,
#nt-player .mbt-tab, #nt-player .mbt-tab *, #nt-player .mbt-tab-active, #nt-player .mbt-tab-hover, #nt-player .mbt-tab-hover *, #nt-player .mbt-tab-active *{
    float: none;
    background-image: none;
}
#team .mbt-tab-active .mbt-center, #team .mbt-tab-hover .mbt-center,
#game .mbt-tab-active .mbt-center, #game .mbt-tab-hover .mbt-center,
#player .mbt-tab-active .mbt-center, #player .mbt-tab-hover .mbt-center,
#stats-player .mbt-tab-active .mbt-center, #stats-player .mbt-tab-hover .mbt-center,
#nt-team .mbt-tab-active .mbt-center, #nt-team .mbt-tab-hover .mbt-center,
#nt-games .mbt-tab-active .mbt-center, #nt-games .mbt-tab-hover .mbt-center,
#nt-player .mbt-tab-active .mbt-center, #nt-player .mbt-tab-hover .mbt-center{
    font-size: 14px;
    padding: 20px 5px 10px;
    height: auto;
    font-family: "Open Sans";
    font-weight:normal;
    color: #fff;
    background-image: none;
}
#team .mbt-tab .mbt-center,
#game .mbt-tab .mbt-center,
#player .mbt-tab .mbt-center,
#stats-player .mbt-tab .mbt-center,
#nt-team .mbt-tab .mbt-center,
#nt-games .mbt-tab .mbt-center,
#nt-player .mbt-tab .mbt-center{
    background-color: #E1E1E1;
    color: #363636;
    font-size: 14px;
    padding: 20px 5px 10px;
    height: auto;
    font-weight:normal;
    font-family: "Open Sans";
}
#team .mbt-tabs .mbt-left, #team .mbt-tabs .mbt-right,
#game .mbt-tabs .mbt-left, #game .mbt-tabs .mbt-right,
#player .mbt-tabs .mbt-left, #player .mbt-tabs .mbt-right,
#stats-player .mbt-tabs .mbt-left, #stats-player .mbt-tabs .mbt-right,
#nt-team .mbt-tabs .mbt-left, #nt-team .mbt-tabs .mbt-right,
#nt-team .mbt-tabs-nice .mbt-left, #nt-team .mbt-tabs-nice .mbt-right,
#nt-games .mbt-tabs .mbt-left, #nt-games .mbt-tabs .mbt-right,
#nt-games .mbt-tabs-nice .mbt-left, #nt-games .mbt-tabs-nice .mbt-right,
#nt-player .mbt-tabs-nice .mbt-left, #nt-player .mbt-tabs-nice .mbt-right{
    display: none;
}
#team .mbt-holder .mbt-holder-headline,
#game .mbt-holder .mbt-holder-headline,
#player .mbt-holder .mbt-holder-headline,
#stats-player .mbt-holder .mbt-holder-headline,
#records .mbt-holder .mbt-holder-headline,
#nt-team .mbt-holder .mbt-holder-headline,
#nt-games .mbt-holder .mbt-holder-headline,
#nt-game  .mbt-holder-headline,
#nt-player .mbt-holder .mbt-holder-headline{
    display: block;
    background-image: none ;
    height: auto;
    margin-top: 10px;
}

#team .mbt-holder .mbt-holder-headline .mbt-text,
#game .mbt-holder .mbt-holder-headline .mbt-text,
#player .mbt-holder .mbt-holder-headline .mbt-text,
#stats-player .mbt-holder .mbt-holder-headline .mbt-text,
#records .mbt-holder .mbt-holder-headline .mbt-text,
#nt-team .mbt-holder .mbt-holder-headline .mbt-text,
#nt-games .mbt-holder .mbt-holder-headline .mbt-text,
#nt-game .mbt-holder-headline .mbt-text,
#nt-player .mbt-holder .mbt-holder-headline .mbt-text{
    font-family:"Open Sans Condensed";
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight:bold;
    display: inline-block;
    padding: 7px 10px;
    background-color: #363636;

}
#team .mbt-widget .mbt-shotchart, #player .mbt-widget .mbt-shotchart-v1{
    width: 100%;
    height: 380px;
    background-size: 100% auto;
}
#player .mbt-tab{
    margin-bottom: 0;
}
#team .mbt-widget .mbt-shotchart td, #player .mbt-widget .mbt-shotchart-v1 td{
    color: #FFD600;
    font-size: 20px;
    font-family:"Open Sans Condensed";
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#team .mbt-content3 .mbt-holder-content img{
    float: left;
    padding: 20px;
}
#team .mbt-content3 .mbt-holder  > .mbt-holder-content{
    background-color: #363636;
    min-height: 360px;
    border: none;
    color: #fff;
    font-size: 14px;
}

#team .mbt-content3 .mbt-holder.mbt-layout-top  > .mbt-holder-content{
    background-color: #fff;
    min-height: 100%;
}

#team .mbt-content3 .mbt-holder > .mbt-holder-content font{
    color: #fff !important;
    font-size: 14px !important;
    font-family:"Open Sans" !important;

}
#team .mbt-content3 .mbt-holder > .mbt-holder-content p{
    background-color: transparent !important;
}
#team .team_wrap .mbt-layout-float-left{
    float: none;
    width: 100% !important;
}
#team .team_wrap .mbt-layout-float-left .mbt-team-info{
    float: none;
}
#team .team_wrap{
    background-color: #363636;
    padding: 20px 40px;
}
#team .team_wrap .team_wrap_left{
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding-right: 30px ;
}
#team .team_wrap .team_wrap_left + div{
    display: inline-block;
    vertical-align: top;
    width: 33% !important;
}
#team .team_wrap .mbt-layout-float-left .mbt-team-info .mbt-holder-content > div{
    text-align: left;
}

#team .team_wrap .mbt-layout-float-left .mbt-team-info .mbt-holder-content > div + div,
#team .team_wrap .mbt-layout-float-left .mbt-team-info .mbt-holder-content > div + div a{
    font-size: 16px;
    color: #ffcc00;
    font-family:"Open Sans";
    line-height: 26px;
    font-weight:normal;
}
#team .team_wrap .mbt-layout-float-left .mbt-team-info .mbt-holder-content > div + div strong{
    font-size: 18px;
    color: #fff;
    font-family:"Open Sans";
}
#team .team_wrap  .team-full-team-leaders .mbt-small + td{
    display: none;
}
#team .team_wrap  .team-full-team-leaders td.first.mbt-nopadding{
    width: 120px !important;
}
#team .team_wrap .mbt-layout-float-left + div .mbt-holder{
    background-color: #000;
    padding: 10px;
}
#team .team_wrap .mbt-layout-float-left + div .mbt-holder .mbt-text{
    display: block;
    background-color: transparent;
    color: #ffcc00;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-family:"Open Sans";
}
#team .team_wrap .row1{
    background-color: transparent;
}
#team  .team_wrap .mbt-table *{
    color: #fff;
    font-weight:normal;
}
#team .team_wrap_left + div .mbt-holder-headline .mbt-text{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 34px;
    padding: 10px 0 20px;
}
#team  .lid_wrap .mbt-left.mbt-small{
    vertical-align: top;
    text-align: center;
}
#team  .lid_wrap .mbt-subheader.first{
    color: #ffcc00 !important;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
}
#team  .lid_wrap  .leaders-stats-row strong{
    font-size: 38px;
    display: block;
    margin-bottom: -20px;
}
#team  .lid_wrap  .leaders-stats-row{
    margin-top: 30px;
    display: block;

}
#team  .lid_wrap a{
    font-size: 16px;
}
#team  .lid_wrap{
    background-color: #000;
    padding: 10px;
    margin: 0 0 20px;
    position: relative;
    padding-top: 60px;
}
.mbt-widget .mbt-links-footer  a{
    color: #000;
    text-decoration: none;
    font-size: 14px;

}
#team .mbt-content3 .mbt-holder-content b{
    color: #ffcc00 !important;
    font-size: 14px !important;
    font-family:"Open Sans" !important;
}
div#leaders .mbt-leader-person strong a{
    font-family: "Open Sans Condensed";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
div#leaders .mbt-leader-person strong + .rr > * {
    display: inline-block;
    vertical-align: top;
}
div#leaders .mbt-leader-person strong + .rr .value{
    font-size: 56px;
    width: 100px;

}
div#leaders .mbt-widget span.mesto{
    color: #ffcc00;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 7px 0;
}
div#leaders .mbt-widget .mbt-left .rr > *{
    font-size: 48px;
    width: 80px;
    display: inline-block;
    vertical-align: top;
}
div#leaders .mbt-widget .mbt-left .rr > .avg{
    width: calc(100% - 115px);
    padding: 10px 0;
    font-size: 13px;
    font-family:"Open Sans Condensed";
}
div#leaders .mbt-widget .mbt-left .rr{
    margin-bottom: 5px;
}
.top_new .tabs_g_container {
    padding: 50px 0px 40px 0px;
    background-size: cover;
    background-image: url(/web/img/gameswidget.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.tab_g_c {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans";
   padding: 4px 14px;
   background-color: #313131;
    margin-right: 4px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}
.tab_g_c.active, .tab_g_c:hover{

    opacity: 1;
    background-color: #DC2115;

}
.top_new .team span {

    font-family: Arial;
    line-height: 18px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.top_new .annons_item{
    position: relative;
    display: none;
}
.top_new .annons_item.active{

    display: block;
}
.top_new .date_time_place .online, .top_new .score_video .soon{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    font-size: 12px;
}
.top_new .rang_play {
    font-size: 60px;
    font-style: italic;
    color: red;
     text-shadow: -1px 0 white, 0 1px white,
    1px 0 white, 0 -1px white;
    padding: 20px 0;
}
.top_new .games_contr {

    margin: 0  auto;

    max-width: 400px;
}
.top_new .date_time_place > *{
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
.top_new .date_time_place > .date{
position: relative;
}
.top_new .date_time_place > .date::after{
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: 0px;
    left: calc(50% - 50px);
    content: '';
}
.top_new .annons_item img{
    max-width: 120px;
    max-width: 60px;
}
.top_new .score_video {
    width: 33%;
    text-align: center;
}
span.vs {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    font-family: "Open Sans";
    width: 60px;
    margin: 0 auto;
}

div#leaders .mbt-widget .mbt-left a {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
}
div#leaders .mbt-table > tbody > tr > .first, div#leaders .mbt-table > tbody > tr > .mbt-left + td{
    color: transparent;
    display: none;
}
div#leaders .mbt-leader-person strong + .rr .avg{
    width: calc(100% - 115px);
    padding: 10px 0;
    font-size: 13px;
    font-family:"Open Sans Condensed";
}
div#leaders .mbt-leader-person .info{
    margin-top: -10px;
}
div#leaders .mbt-leader-person a{
    font-family: "Open Sans";
    padding: 10px 0;
    font-weight: normal;
}
div#leaders .mbt-leader-person .info .rr{
    padding: 5px 0;
}
/*.sponsors > .one_sponsor:nth-child(6) {
    margin-left: 10%;
}*/
div#leaders .mbt-leader-person a .club, div#leaders .mbt-leader-person .info span{
    color: #ffcc00;
    padding: 0 5px 0 0;
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
}
div#leaders .mbt-leader-person .info span.value{
    color: #fff;
    font-family: "Open Sans";
}
div#leaders .mbt-content2 {
    background-color: #222;
    padding-left: 20px;

}
.acc_content{
    visibility: hidden;
    height: 0;
    padding: 0 0px 0 45px;
    display: none;
}
.acc_content.active{
    visibility: visible;
    height: auto;
    display: block;
}
.acc_content > div a + a {
    text-decoration: underline;
}
.acc_content > div {
    padding: 10px;
    position: relative;
}
.acc_content > div::before{
    content: "\f0f6";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 5px;
}
.acc_content > div a{
    cursor: pointer;
    font-family:"Open Sans";
    color: #000;
    font-size: 14px;
}
.acc_title{
    cursor: pointer;
    font-family:"Open Sans";
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
}
.acc_title::before, .acc_content > div.acc_title::before{
    content: '[+]';
    display: inline-block;
    padding: 0 5px;
}
.acc_content > div.acc_content::before{
    display: none;
}
.acc_title.active::before{
    content: '[-]';
    display: inline-block;
    padding: 0 5px;
}
body div#leaders  .mbt-holder .mbt-holder-headline {
    display: block;
    background-image: none;
    height: auto;
}
body div#leaders  .mbt-holder-headline .mbt-text {
    font-size: 40px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: bold;
    padding: 20px 3px 20px 5px;
    float: none;
    text-align: center;
    display: block;
    font-family: "Open Sans Condensed";
    transform: rotate(-4deg);
    opacity: 0.8;
}
#players .mbt-layout-half a, #players.coaches .mbt-layout-half, #players.referees .mbt-layout-half, #players.commissars .mbt-layout-half{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #ffcc00;
}
#players .mbt-tabs{
    display: none;
}
body .mbt-holder .mbt-holder-headline {
    display: none;
}
#schedule-long .mbt-headline .mbt-text {
    font-size: 24px;
}
#standings-long .mbt-table.mbt-complex tr td, #standings-long .mbt-table.mbt-complex tr th, #schedule-long  tr td, #schedule-long tr th{
    padding: 10px 5px !important;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    color: #000000;
    border-left: none;
}
.mbt-content .row1{
    background-color: #e1e1e1;
}
body .mbt-table td {
    border-bottom: none;
}
#schedule-long .mbt-controls {
    float: left;
}
#schedule-long .mbt-tabs + div {
    clear: both;
}
#schedule-long *{
    font-size: 12px;
}
#standings-long .mbt-widget a, #standings-long .mbt-widget a.mbt-whitelinks, #standings-long.mbt-widget a:hover, #standings-long .mbt-widget a.mbt-whitelinks:hover, #schedule-long a, #schedule-long a:hover{
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    text-decoration: none;
}
#standings-long .row1{
    background-color: #e1e1e1;
}
#records .mbt-tabs, #schedule-long .mbt-tabs {
    float: right;
}
#records .mbt-tabs .mbt-left, #records .mbt-tabs .mbt-right,
#schedule-long .mbt-tabs .mbt-left, #schedule-long .mbt-tabs .mbt-right{
    display: none;
}
#records .mbt-tab .mbt-center, #records .mbt-tab .mbt-center span, #records .mbt-tab-active .mbt-center,
#records .mbt-tab-hover .mbt-center, #records .mbt-tab-hover .mbt-center span, #records .mbt-tab-active .mbt-center span,
#schedule-long .mbt-tab .mbt-center, #schedule-long .mbt-tab .mbt-center span, #schedule-long .mbt-tab-active .mbt-center,
#schedule-long .mbt-tab-hover .mbt-center, #schedule-long .mbt-tab-hover .mbt-center span, #schedule-long .mbt-tab-active .mbt-center span{
    background-image: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
#records .mbt-tab .mbt-center, #records .mbt-tab-hover .mbt-center, #records .mbt-tab-active .mbt-center,
#schedule-long .mbt-tab .mbt-center, #schedule-long .mbt-tab-hover .mbt-center, #schedule-long .mbt-tab-active .mbt-center{
    position: relative;
    padding-left: 40px;
}
#records .mbt-tab .mbt-center::after, #records .mbt-tab-hover .mbt-center::after,
#schedule-long .mbt-tab .mbt-center::after, #schedule-long .mbt-tab-hover .mbt-center::after{
    display: block;
    position: absolute;
    z-index: 2;
    content: "\f10c";
    font-family: FontAwesome;
    top: 8px;
    left: 20px;
    font-size: 12px;
}
#records .mbt-tab-active .mbt-center::after,
#schedule-long .mbt-tab-active .mbt-center::after{
    display: block;
    position: absolute;
    z-index: 2;
    content: "\f192";
    font-family: FontAwesome;
    top: 8px;
    left: 20px;
    font-size: 12px;
}
.page_title .h1, #teams .mbt-headline, body .mbt-headline{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 0;
    background-color: transparent;

    padding-bottom: 20px;
    height: auto;
    background-image: none;
    background-repeat: repeat-x;
}
#teams .mbt-imageholder-smalllogo img {

    margin: 0 auto;
}
body .mbt-headline .mbt-text{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.vubl_switcher.amatours {
    padding: 15px 0;
}
.vubl_switcher.amatours .drop_down_list_leages_vubl span, .vubl_switcher.amatours .drop_down_list_leages_vubl .liga_title_vubl {
    display: inline-block;
    vertical-align: middle;
}
.vubl_switcher.amatours .item_vubl {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px;
}
#teams .mbt-widget {
    color: #000;


    border: none;
    background-color: #ffffff;
    clear: both;
}
#teams .mbt-table tr.row1 td {
    color: transparent;
}
.page_title > *{
    display: inline-block;
    vertical-align: middle;

}
.liga_title{
    color: #171717;
    font-size: 14px;
    font-family: Arial;
    display: inline-block;
    padding: 10px 50px 10px 20px;
    background-color: #cccccc;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
.liga_title::after {
    display: block;
    content: "\f0dd";
    font-family: FontAwesome;
    color: #0091ff;
    top: 8px;
    position: absolute;
    right: 15px;
}

.list_leages {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #000;
    width: 100%;

    border: 1px solid #ffcc00;
    top: 100%;
}
.list_leages a{
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 5px 10px;
}
.list_leages li {
    padding: 5px 10px;
}
.list_leages li.active{
    display: none;
}
.list_leages li:hover{
    background-color: #363636;
}
.list_leages a:hover{
    color: #fff;
}
.list_leages.active{
    display: block;
}
.drop_down_list_leages {
    position: relative;
}
table.statistic, table.shedule_teams, table.shedule {
    width: 100%;

}
table.statistic *, table.shedule *{
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}
table.shedule_teams *{
    font-family: Arial;
    text-align: center;
}
table.shedule_teams td{
    padding: 10px;
}
table.shedule_teams thead td{
    color: #bdbdbd;
    text-transform: uppercase;
    font-size: 30px;
    font-weight:bold;
    background-color: #fff;
}
table.shedule_teams img{
    max-width: 75px;
}
table.shedule_teams td{
    vertical-align: middle;
}
table.statistic td{
    padding: 10px 5px;
}
body table.shedule tr td {
    padding: 5px 0;
    font-weight: 600;
}
table.shedule{
    margin-bottom: 10px;
}
body table.shedule tr td .fa{
    font-family: FontAwesome;
    color: #0091ff;
}
table.statistic thead *{
    background-color: #e1e1e1;
    color: #000000;
    font-weight: bold;
}
table.statistic tbody tr:nth-child(2n) *, table.shedule_teams tbody tr:nth-child(2n) *, table.shedule tr:nth-child(2n) *{
    background-color: #fff;
    color: #000000;
}
table.statistic tbody tr:nth-child(2n + 1) *, table.shedule_teams tbody tr:nth-child(2n + 1) *, table.shedule tr:nth-child(2n + 1) *{
    background-color: #e1e1e1;
    color: #000000;
}
.table_copyright {
    background-color: #fff;
    padding: 15px;
    position: relative;
}
.table_copyright .powersport{
    position: absolute;
    top: 10px;
    right: 10px;
}
.table_copyright a{
    color: #000;
    font-family: Arial;
    font-size: 14px;
    display: inline-block; padding:  0 5px;
    text-decoration: underline;
}
.shedule_statisic {
    margin: 5px;
}
table.shedule_teams tbody tr td:nth-child(3){
    font-size: 14px;
    font-weight: bold;
}
#standings-short *{
    font-family: "Open Sans";
    color: #000000;
    text-decoration: none;
}
#schedule-short a,
#standings-final a{
    color: #000000;
    font-size: 12px;
    font-family: "Open Sans";
    text-decoration: none;
    font-weight: 600;
}
#schedule-short .row1{
    background-color: #e1e1e1;
}
#schedule-short td,
#standings-final td {
    padding: 5px 0;
    font-weight: 600;
    border-bottom: none;
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
#standings-short .row1,
#standings-final .row1 {
    background-color: #e1e1e1;
}
#standings-final th {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
#standings-final tr td:first-child {
    text-align: left;
}
#standings-final td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#standings-final .mbt-content1 {
    padding: 0;
}

body .mbt-widget {
    margin: 0;
    border: none;
}
#standings-short th.team_name{
    text-align: center;
}
#standings-short th{
    color: #bdbdbd;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    background-color: #fff;
}
#standings-short .mbt-table td {
    border-bottom: none;
}
#standings-short .mbt-table tr td:nth-child(3), #standings-short .mbt-table tr td:nth-child(4){
    font-weight: bold;
    font-size: 30px;
}
#standings-short .mbt-table td a{
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
}
#standings-short .mbt-table td.first{
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
}
table.shedule_teams tbody tr td:nth-child(4), table.shedule_teams tbody tr td:nth-child(5){
    font-weight:bold;
    font-size: 30px;
    color: #000;
}
table.shedule_teams  + *{
    padding-top: 40px;
}
.menu_news {
    margin-top: 8px;
}
.menu_news li a{
    display: block;
    padding: 15px 20px;
    color: #fff;
    background-color: #363636;
    font-family: Arial;
}
.menu_news li.active a{
    background-color: #000000;

}
.main .item_news_one:first-child .img_block {
    width: 410px;
}
.main .item_news_one:first-child{
    margin-bottom: 20px;
}
.main .item_news_one:first-child .smal_info_block {
    width: calc(100% - 415px);
}

.sub_header {
    padding: 10px 0;
    background-color: #363636;
    position: relative;
}
.sub_header .container > *{
    display: inline-block;
    vertical-align: middle;

}
.sub_header .container > .statistic_switsher{
    display: none;
}
.sub_header .liga_title{
    margin-left: 0px;
    background-color: #000;
    border: 1px solid #ffd600;
    color: #fff;
}
.sub_header .container .statisctic_controllers{
    width: calc(100% - 255px);
}
.sub_header .liga_title {
    width: 250px;
}
.statisctic_controllers ul{
    display: table;
    width: 100%;
}
.statisctic_controllers ul li{
    display: table-cell;
    text-align: center;

}
.statisctic_controllers ul li a{
    font-family: Arial;
    font-size:14px;
    color: #fff;
    display: inline-block;
    border-bottom: 4px solid transparent;
}
.statisctic_controllers ul li a.active{
    border-bottom: 4px solid #0091ff;
}
.statisctic_controllers ul li a:hover{
    border-bottom: 4px solid #0091ff;
}
div#teams {
    margin: 5px;
    padding: 10px 5px;
    background-color: #fff;
}
.vubl_switcher .item_vubl a{
    color: #fff;
    font-family:"Open Sans";
    font-size: 14px;
    display: block;
    padding: 10px 0;
}
.vubl_switcher .item_vubl {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    text-align: center;
}
.vubl_switcher.amatours .item_vubl {
    width: 33%;
}
.item_vubl.active{
    border: 1px solid #ffcc00;
    background-color: #363636;
}
.vubl_switcher{
    background-color: #000;
}
.drop_down_list_leages_vubl > span, .drop_down_list_leages_vubl .liga_title_vubl{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family:"Open Sans";
    font-size: 14px;
}
.drop_down_list_leages_vubl .liga_title_vubl{
    padding: 5px 20px 5px 10px;
    background-color: #fff;
    margin-left: 10px;
    color: #000;
    cursor: pointer;
    position: relative;

}
.drop_down_list_leages_vubl .liga_title_vubl::after{
    content: "\f0dd";
    display: block;
    position: absolute;
    top: 2px;
    right: 5px;
    font-family: FontAwesome;
}
.drop_down_list_leages_vubl {
    border-left: 1px solid;
    position: relative;
}
.main_container.container.pages {
    background-color: #fff;
    padding: 20px;
}
.registration_form, .registration_result{
    margin: 20px;
    border: 2px solid #ACACAC;
    padding: 40px 10%;
    min-height: 450px;
    background-color: #fff;
}
.registration_form form .form-control {
    border: none;
    box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid #ACACAC;
    border-radius: 0;
    font-family:"Open Sans";
}
.registration_form form .form-control option{
    font-family:"Open Sans";
}
.registration_form  h1.text-center, .registration_result h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.registration_form p{
    font-family:"Open Sans";
    font-size:  14px;
    margin-bottom: 20px;
}
.registration_form button.registration_button {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #00a0e4;
    display: block;
    margin: 40px auto;
    color: #00a0e4;
    padding: 10px 20px;
    font-family:"Open Sans";

}
.menu_registration {
    margin: 20px  0;

}
.menu_registration li{
    padding-right: 20px;
    overflow: hidden;
}
.menu_registration a{
    display: block;
    padding: 20px 20px;
    background-color: #fff;
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ACACAC;
    position: relative;
}
.menu_registration .active a::after, .menu_registration  a:hover::after{
    display: block;
    content: '';
    height: 60px;
    width: 60px;
    background-color: transparent;
    top: -41px;
    right: -44px;

    position: absolute;
    border-top: 70px solid transparent;
    border-left: 30px solid #ACACAC;
    border-bottom: 70px solid transparent;
}
.menu_registration li.active a, .menu_registration li a:hover{
    background-color: #ACACAC;
}
.menu_registration li:last-child a{
    border-bottom: none;
}
.registration .left_column{
    overflow: visible;
}

.btn-licensing-level {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #00a0e4;
    display: block;
    margin-left: -40px;
    color: #00a0e4;
    width: 100px;
    font-family: "Open Sans";
}

.btn-licensing-level:hover {
    background: #00a0e4;
    color: #ffffff;
    border-color: #00a0e4;
}

.registration-field__hidden{
    display:none;
}
.show-license-level_container{
    display:flex;
    justify-content: center;
}

.avatar-show-img {
    width: 200px;
}

.registration-text{
    width: 100%;
    resize: none
}

.tabs_refferes_controlls > *{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 2px);
    padding: 30px 10px;
}
.tabs_refferes_controlls select{
    width: 100%;
    font-family: "Open Sans";
    padding: 5px 10px;
    border: 2px solid #ACACAC;
}
.tabs_refferes_controlls select option{
    font-family:"Open Sans";
    padding: 5px;
}
.tabs_content_rc {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border: 2px solid #ACACAC;
}
.score_video{
    cursor: pointer;
    position: relative;
}
span.two_dots {
    position: relative;
    top: -4px;
    right: 0;
}
.tabs_content_rc .tab_one{
    display: none;
}
.tabs_content_rc .tab_one.active{
    display: block;
}
.tabs_content_rc .lay_reffere, .tabs_content_rc .lay_commicar{
    display: none;
}
.tabs_content_rc .lay_reffere.active, .tabs_content_rc .lay_commicar.active{
    display: block;
}
table.main-table {
    width: 100%;
}
.tabs_g_container.xssport .rang_play {
    font-size: 32px;
    padding-top: 0;
}
.galery_foto {
    display: inline-block;
    width: 33%;
    padding: 5px;
    height: 250px;
    background-size: cover;
    background-position: center center;
}
#game .statisctic_block_news_tab {
    display: none;
}
#game .statisctic_block_news_tab.active{
    display: block;
}
#game .statisctic_block_news.main *{
    font-size: 16px;
    font-family:Arial;
    line-height: 23px;
}
.mbt-tabs .foto-tab, .mbt-tabs .video-tab, .mbt-tabs .new-tab{
    background-color: #E1E1E1;
    color: #363636;
    font-size: 14px;
    padding: 20px 10px 10px;
    height: auto;
    font-weight: normal;
    font-family: "Open Sans";
    cursor: pointer;
}
.mbt-tabs .foto-tab:hover, .mbt-tabs .video-tab:hover, .mbt-tabs .new-tab:hover,
.mbt-tabs .foto-tab.active, .mbt-tabs .video-tab.active, .mbt-tabs .new-tab.active{
    color: #fff;
    background-image: none;
    background-color: transparent;
}
.menu_switsher{
    display: none;
}
.left_menu_switcher{
    display: none;
}
.statistic_switsher{
    display: none;
}
.news_one_content .post_text img {
    height: auto !important;
}
.leader_img {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
h3.leaders_h3.text-center span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
}
.row.schools h3.leaders_h3{
    margin-top: 10px;
}
table.main-table td {
    vertical-align: middle;
}
.tabs_content_rc *{
    font-family: "Open Sans";
}
table.main-table th,
table.main-table tr td:first-child{
    text-align: center;
}
table.main-table th:last-of-type {
    text-align: left
}
.slider_games .container {
    width: 100%;
    margin: 0;
}
.bilet_one_sec{
    display: none;
}
a.mobile_ticket {
    height: 34px;
    background-image: url(/web/img/ticket_white.png?v2);
    background-size: 167% 36%;
    background-repeat: no-repeat;
    background-position: 15%;
    width: 60px;
}
.leadership {
	border: 2px solid #ddd;
	padding: 30px;
	background-color: #fff;
	min-height: 50vh;
}
.leadership__item {
	margin-bottom: 15px;
}
.leadership__item-photo {
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}
.leadership__item-photo img {
	max-height: 150px;
}
.leadership__item-meta {
	vertical-align: middle;
	display: inline-block;
}
.leadership__item-name {
	font-weight: 600;
}

@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
    header .menu li a {

        font-size: 14px;
    }
    /*.slider_games .container {
        width: 750px;
    }*/
    .bilet_one_sec{
        left: calc((100% - 750px)/2 - 180px);
    }
    .bilet_one_sec + .bilet_one_sec {
        right: calc((100% - 750px)/2 - 180px);
        left: auto;
    }
    .one_new.video a.img::before {

        padding-top: 10%;
    }
    .one_new.item {

        height: 350px;
    }
    .one_new{
        height: 370px;
    }
    .galery_foto{
        height: 200px;
    }
    .under_header{
        max-width: 940px;
    }
}
@media (max-width: 992px) {
    #team .team_wrap .team_wrap_left + div {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
    }
    header .menu li a {

        font-size: 16px;
    }
    .container {
        width: 100%;
    }
    .slider_games .container {
        width: auto;
        max-width: 100%;
    }
    .bilet_one_sec {
        left: calc((100% - 600px)/2 - 180px);
        display: none;
    }
    .bilet_one_sec + .bilet_one_sec {
        right: calc((100% - 600px)/2 - 180px);
        left: auto;
         display: none;
    }
    .one_new{
        width: calc(33% - 6px);
    }
    .social_wrap {
        width: calc(49% - 6px);
    }
    .one_sponsor {
        width: calc(25% - 3px);
    }
    footer .socail_icons {
        margin-left: 0;
    }
    .menu_switsher{
        display: block;
    }
    header .menu .container > .menu_main {
        display: none;
    }
    i.fa.fa-bars {
        color: #fff;
        font-size: 26px;
        cursor: pointer;
    }
    header .menu .container > *, header .menu .container .menu_switsher {
        display: inline-block;
        vertical-align: middle;
        width: calc(20% - 6px);
        text-align: center;
    }
    a.mobile_ticket {
        height: 34px;
        background-image: url(/web/img/ico.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .socail_link {
        text-align: right;
    }
    header .menu .container > .menu_main.active {
        display: block;
        position: absolute;
        width: 350px;
        /*background-color: #171717;*/
        background-color: #084a88;
        /*left: calc(50% - 175px);*/
        left: auto;
        right: 0;
        padding: 10px;
    }
    header .menu ul li {
        display: block;
        text-align: left;
        position: relative;
        padding: 15px 0 15px;
        border-top: 4px solid transparent;
    }
    header .menu ul.sub_menu.active {
        opacity: 1;
        visibility: visible;

    }
    header .menu ul.sub_menu{
        z-index: 20;
        width: 100%;
    }
   header .menu ul li {
        padding: 10px 20px;
    }
    .under_header > div{
        width: calc(33% - 1px);
    }
    .sponsors > .one_sponsor:nth-child(6) {
        margin-left: 0%;
    }
    .map_section {
        overflow: hidden;
        margin: 0 3px;
    }
    .map_section .all_news{
            margin: 0 0px 10px 0px;
    }
}
@media (max-width: 767px) {
    .map_section {
        overflow: visible;

    }
    div#mapster_wrap_0 {
        margin: 0 auto;
        display: none !important;
    }
    .regions_switcher{
        margin-left: 0px;
        background-color: #000;
        border: 1px solid #ffd600;
        color: #fff;

        font-size: 14px;
        font-family: Arial;

        padding: 10px 50px 10px 20px;


        cursor: pointer;
        font-weight: bold;
        position: relative;
    }
    .regions_list.active {
        display: block;
    }
    .regions_list a {
        color: #fff;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        display: block;
        padding: 10px 15px;
    }
    .main .item_news_one:first-child .img_block {
        width: 250px;
    }
    .main .item_news_one:first-child .smal_info_block {
        width: calc(100% - 255px);
    }
    .regions_list {
        display: none;
        position: absolute;
        z-index: 2;
        background-color: #000;
        width: 100%;
        border: 1px solid #ffcc00;
        top: 100%;
            z-index: 99999;
        max-height: 350px;
        overflow-y: scroll;
    }
    .regions_switcher::after {
        display: block;
        content: "\f0dd";
        font-family: FontAwesome;
        color: #0091ff;
        top: 8px;
        position: absolute;
        right: 15px;
    }
    .mobile_regions {
        display: block;
        position: relative;
    }
    .regions_list a:hover{
        color: #fff;
    }
    a#logo span {
        display: none;
    }
    body .container {
        overflow: hidden;
    }
    header .menu ul.sub_menu.active{
        display: block;
    }
    header .menu ul.sub_menu {
       display: none;
       position: static;
    }
    header .menu .container > .menu_main.active {
        max-height: 285px; /* 200px */
        overflow-y: scroll;
    }
     .top_new, .top_wrap {
        padding: 0;
    }
    .first_block_main {
        margin: 0;
    }
    body .sub_header .container{
        overflow: visible;
    }
    body .container {
        padding-right: 0;
        padding-left: 0;
   }
   body.with-header-games {
       padding-top: 45px;
   }
    .sub_header .container > .statistic_switsher{
        display: block;
    }

    .sub_header .container > .statistic_switsher {
        float: right;
        padding-right: 20px;
    }
    .sub_header .container .statisctic_controllers {
        position: absolute;
        top: 100%;
        z-index: 9;
        background-color: #363636;
        left: 0;
        visibility: hidden;
        height: 0;
        transition: all 0.5s;
    }
    .sub_header .container .statisctic_controllers.active{
        height: auto;
        visibility: visible;
    }
    .statisctic_controllers ul li{
        display: block;
    }
    .slider_games .container {
        width: auto;
        max-width: 100%;
        margin-left: 0;
    }
    .bilet_one_sec{
        display: none;
    }
    .statisctic_controllers ul li a{
        padding: 5px;
    }

    .main_container .row .col-sm-9 {
        width: 100%;
        padding: 0;
    }
    .main_container .row .col-sm-3{
        display: none;
    }
    .one_new {
        width: calc(33% - 7px);
    }

    .one_sponsor {
        width: calc(33% - 4px);
    }
    .content_block_footer {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
    }
    body div#leaders  .mbt-holder-headline .mbt-text{
        font-size: 36px;
    }
    div#leaders .mbt-leader-person strong a{
        font-size: 20px;
    }
    div#leaders .mbt-leader-person strong + .rr .avg, div#leaders .mbt-widget .mbt-left .rr > .avg{
        width: 100%;
        font-size: 14px;
    }
    div#leaders .mbt-widget .mbt-left a {
        font-size: 22px;
    }
    .slider_top_news img {
        display: block;
        width: 100%;
    }
    .not_main  + .main_container .row .col-sm-3 {
        display: block;
        width: 100%;
    }
    .left_column_news{
        display: none;
    }
    .sub_header .container .statisctic_controllers {
        width: 100%;
    }
    #team .team_wrap{
        padding: 20px 20px;
    }
    #team .team_wrap .team_wrap_left{
        width: 100%;
        padding: 0;
    }
    .mbt-holder {
        overflow-x: scroll;
    }

    .header-competition-menu,
    header.not_main + * {
        margin-top: 0 !important;
    }

    header {
        position: relative;
    }
    
    header .menu_switsher {
        width: auto !important;
        top: 10px;
        right: 13px;
        position: absolute;
        left: auto;
    }
    
    header a.mobile_ticket {
        float: right;
        margin-right: 40px;
        margin-top: 5px;
        width: 50px !important;
    }

    header .menu {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: #0a5faf;
    }

    header .menu #logo {
        width: 90px;
    }

    header .menu .logo-text {
        display: inline-block !important;
    }

    
    /* header .slider_games {
       margin-top: 45px;
    } */
    

    header  .menu li a{
        display: block;
        width: 100%;
    }
    .left_menu_switcher {
        background-color: #111;
        color: #fff;
        font-family: "Open Sans";
        padding: 20px;
        display: block;
        cursor: pointer;
    }

    .menu_news{
        display: block;
        opacity: 0;
        height: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .menu_news.active{
        opacity: 1;
        height: 100%;
        visibility: visible;
    }
    .mbt-content {
        overflow-x: scroll;
    }
    .mbt-content3 {
        padding: 3px;
        overflow-x: scroll;
    }
    .news_one_content iframe {
        width: 100%;
        height: 300px;
    }
    .sponsors > .one_sponsor:nth-child(6) {
        margin-left: 0%;
    }

    div#popup_widget {
    	position: static;
    	width: auto;
    	max-width: 80%;
    	margin-left: auto;
    	margin-right: auto;
    }

    div#popup_widget .dialog-social-fb {
    	width: auto;
    	margin-left: auto;	
    }
    div#popup_widget .dialog-social-auth {
    	display: none;
    }
    div#popup_widget .dialog-social-widgets {
    	height: auto;
    	padding-bottom: 10px;
    }
    div#popup_widget .dialog-social-title {
    	padding-bottom: 10px;;
    }
}
@media (max-width: 620px) {
    .second_block.news{
        display: none;
    }
    .not_main ~ .main_container.container {
         margin-top: 0px;
         /* margin-top: 125px; */ /* old 200px */
    }

        .under_header {

        display: none;
    }
    .under_header +  *{

    }
    .main_container.container {
        margin-top: 170px;
        margin-top: 240px;
    }
    .one_new.video_banner, .one_new.foto_banner, div#leaders {

        display: none;
    }
    .sponsors > .one_sponsor:last-child {
        /*margin-left: 25%;*/
        margin-left: 33.33%;
    }

    .sponsors > .one_sponsor:last-child img {
        height: auto !important;
    }

    .slider_games .container{
        max-width: 100%;
    }
    .bilet_one_sec + .bilet_one_sec{
        left: 320px;
    }
    .under_header > div span{
        font-size: 20px;
    }
    .one_new.item {
        height: 100%;
    }
    .one_new {
        width: calc(50% - 8px);
    }
    .social_wrap {
        width: 100%;
    }
    .one_sponsor {
        /*width: calc(50% - 4px);*/
        width: calc(33.33% - 4px);
    }
    .content_block_footer {
        /*width: calc(50% - 4px);*/
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    body div#leaders .mbt-headline
    {
        display: block;
        position: absolute;
    top: 10px;
    }
    .one_new.video a.img::before{
        padding-top: 18%;
    }
    div#leaders .mbt-tabs {
        padding-top: 10px;
        display: block;
        width: 100%;
        vertical-align: middle;
        text-align: right;
    }
    div#leaders .mbt-content2 {
        background-color: #222;
        overflow-x: scroll;
    }

    div#leaders .mbt-content2 > table {
        width: 900px;
    }
    div#leaders .mbt-holder, div#leaders .mbt-holder-content1 {
        overflow-x: hidden;
    }
    .item_news_one .img_block {
        width: 170px;
        padding-right: 5px;
    }
    .item_news_one .smal_info_block {
        width: calc(100% - 175px);
    }
    .galery_foto{
        width: calc(50% - 2px);
    }
    .mbt-holder-content1 {
        overflow-x: scroll;
    }
}
@media (max-width: 450px) {
    div#leaders {
        display: none;
    }
    a.afisha_bg.hidden_decstop {
        display: block;
    }
    .content_block_footer:last-child {
        border: none;
        padding-right: 0;
        /*width: 100%;*/
        /*text-align: center;*/
    }
    .socail_link a {
        padding: 0 3px;
    }
    .one_new.video_banner, .one_new.foto_banner {

        min-height: 400px;
    }
    footer .title {

        padding-bottom: 5px;
        padding-top: 30px;
    }
    .tabs_media_content .one_new {
        width: 100%;
    }
    .all_news, .all_news:hover, .load_more, .load_foto, .load_video{
            margin: 0 0px 10px 0px;
    }
    .map_section {
        margin: 0 4px;
    }
    .one_new {
        width: 100%;
        height: 100%;
    }
    /*
    .main .item_news_one:first-child .img_block {
        width:100%;
    }
    */
    .under_header > div {

        display: none;
    }
    .under_header > div:nth-child(2){
        display: block;
        width: 100%;
    }
    .under_header > div img {

        display: none;
    }
    .under_header > div span {

        display: none;
    }
    .under_header > div:nth-child(2) span{
        display: block;
    }

    .item_news_one .short_text {
       display: none;
    }

    .item_news_one .img_block, 
    .item_news_one .smal_info_block, 
    .item_news_one .img_block img{
        /*width: 100%; */
        width: 125px !important;
        /* display: block; */
    }
    .main .item_news_one .smal_info_block {
        width: calc(100% - 130px) !important;
        line-height: 1.2em;
    }
    .item_news_one .img_block, .item_news_one .date_and_cat {
        padding-top: 0;
    }

    /*
    .item_news_one:first-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;

        min-height: 240px;
        background-size: cover;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .item_news_one:first-of-type .smal_info_block {
        width: 100%;
        background-color: rgba(255,255,255, .8);
    }
    .item_news_one:first-of-type .img_block {
        width: 100%;
        display: none;
    }
    .item_news_one:first-of-type .short_text {
        display :block;
    }
    */

    .annons_item iframe {
        height: 250px;
    }

    div#popup_widget {
    	max-width: 90%;
    }
}
@media (min-width: 450px) {
    .item_news_one:first-of-type {
        display: block;
        min-height: auto;
        background-image: none !important;
    }
}

/* BACKGROUND BANER */
.background-baner {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-image: url("/web/img/background-advertising/1.jpg");
    background-attachment: fixed;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.background-baner-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 0;
    font-size: 0px;
    border: 0px none;
    outline: 0px none currentcolor;
    top: 0px;
    left: 0px;
    z-index: 0;
    text-decoration: none;
}

/* basket-history show */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=cyrillic,cyrillic-ext');

.history_home_content {
    width: 819px;
    margin: 0 auto;
    padding-top: 20px;
}

.history_home_content a {
    display: block;
    position: relative;
    text-decoration: none;
}

.history_home_block {
    width: 718px;
    height: 248px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s;
}

.history_home_content .history_home_block span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    position: absolute;
    bottom: 25px;
    right: 20px;
    z-index: 1;
}

.history_home_content .history_home_block:after {
    content: '';
    width: 0px;
    height: 6px;
    background-color: #0091ff;
    position: absolute;
    bottom: 50px;
    right: 0px;
    transition: 0.5s;
    z-index: 2;
}

.history_home_content .history_home_block .hover_black_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    position: absolute;
    opacity: 0;
}

.history_home_content a.player_ref:hover .hover_black_bg,
.history_home_content a.team_ref:hover .hover_black_bg,
.history_home_content a.national_team_ref:hover .hover_black_bg {
    opacity: 1;
}

.history_home_content a.player_ref:hover .history_home_block,
.history_home_content a.team_ref:hover .history_home_block,
.history_home_content a.national_team_ref:hover .history_home_block {
    background-size: 101%;
}

.history_home_content a.player_ref:hover .history_home_block:after,
.history_home_content a.team_ref:hover .history_home_block:after,
.history_home_content a.national_team_ref:hover .history_home_block:after {
    width: 82px;
}

.select-position {
    position: relative;
    top: 35px;
    z-index: 2;
}
.novisible {
    display: none;
}

.banner-block {
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 481px) {
    .third_block-mob-banner {
        display: none;
    }
}

/* CUSTOM */


/* general page */
/*#sample_editable_1 .player_first_name,
#sample_editable_1 .player_last_name,
#sample_editable_1 .player_club_name,
#sample_editable_1 .player_club_city,*/
#sample_editable_1 td {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: black;
}

#sample_editable_1 tr:nth-child(odd) {
    background-color: #e1e1e1;
}

#sample_editable_1 tr:nth-child(even) {
    background-color: #fff;
}

#sample_editable_1 thead tr th {
    background-color: #cfcfcf;
}

#sample_editable_1 tr td,
#sample_editable_1 tr th,
#sample_editable_1 tr,
.dataTables_wrapper .table-scrollable {
    border: none;
}


/* player page */

.portlet-body {
    background-color: #fff;
}

.portlet-body h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
}

.portlet-body .side-player {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px;
}

.tabbable.tabbable-tabdrop .player_tabs_row {
    background-color: #363636;
    padding-top: 10px;
    margin-bottom: 20px;
}

.tabbable.tabbable-tabdrop .nav.nav-tabs {
    display: inline-block;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.tabbable.tabbable-tabdrop .nav.nav-tabs:after {
    display: inline-block;
}

.tabbable.tabbable-tabdrop .nav.nav-tabs li {
    background-color: #E1E1E1;
    margin-bottom: 0px;
}

.tabbable.tabbable-tabdrop .nav.nav-tabs li a {
    font-size: 16px;
    margin-right: 0px;
    text-transform: capitalize;
    color: #363636;
    font-weight: 600;
}

.tabbable.tabbable-tabdrop .nav.nav-tabs li.active a,
.tabbable.tabbable-tabdrop .nav.nav-tabs li:hover a {
    background-color: #363636;
    border-color: #363636;
    color: white;
}

.player_tabs_row {
    position: relative;
}

.player_tabs_row .mbt-filter-season {
    position: absolute;
        top: 50%;
        right: 10px;
    transform: translate(0, -50%);
    font-size: 15px;
    font-weight: 600;
}

.player_tabs_row .mbt-filter-season option {
    font-weight: 600;
}

.mbt-player-photo {
    float: left;
}

.mbt-player-stats {
    margin-left: 130px;
}

.mbt-value h4,
.mbt-category h4 {
    text-align: center;
    font-weight: 600;
}

.mbt-stat-holder-inl {
    background-color: #e9e9e9;
    padding: 5px 3px;
}
.mbt-player-info-holder {
    font-size: .85em;
}

.mbt-pstats-table {
   border-collapse: separate;
   border-spacing: 3px;
}

.mbt-pstats-table td,
.mbt-pstats-table th {
    vertical-align: middle;
    text-align: center;
}

.mbt-pstats-table th {
    text-transform: capitalize;
    padding: 5px;
    font-size: 16px;
}

.mbt-pstats-table td {
    background-color: #e9e9e9;
    font-size: 15px;
    font-weight: bold;
    color: #585858;
    vertical-align: middle;
}

.season_date,
.mbt-table th {
    text-align: center;
    text-transform: capitalize;
}

.mbt-table th {
    padding: 5px;
    font-size: 18px;
}

.mbt-table td {
    text-align: center;
    padding: 7px;
    font-size: 16px;
}

.mbt-table td a {
    color: #000;
    font-weight: 600;
}

.mbt-table th.first,
.mbt-table td.first {
    text-align: left;
    padding-left: 5px;
    text-transform: capitalize;
}

#tab3 .mbt-table tr.row1,
#tab2 .mbt-table tr.row1,
.team_structure_table tr.row1 {
    background-color: #e1e1e1;
}

#tab3 .mbt-table tr.row2,
#tab2 .mbt-table tr.row2,
.team_structure_table tr.row2 {
    background-color: #fff;
}

.mbt-table td.first {
    font-size: 16px;
}

.mbt-complex .first {
    border-left: none !important;
}

.mbt-complex td,
.mbt-complex th,
.mbt-complex tr.row1 td,
.mbt-complex tr.row2 td {
    padding: 2px 1px;
    border-left: 1px dotted #e1e1e1;
    vertical-align: middle;
}

.mbt-table th {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.mbt-complex tr td.first,
.mbt-complex tr th.first {
    padding-left: 5px;
}

.no_data {
    text-align: center;
    margin-bottom: 30px;
}

.decoding_items {
    text-align: right;
}

.decoding_items_btn {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.decoding_items_btn:hover {
    text-decoration: underline;
}

.decoding_items_name {
    text-align: left;
    margin-bottom: 5px;
}

.decoding_items_name .mbt-text {
    font-family: "Open Sans Condensed";
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 7px 10px;
    background-color: #363636;
}

.notactive {
    display: none;
}

#sample_editable_1_info {
    font-weight: 600;
}

#sample_editable_1_paginate li a {
    color: black;
}

#sample_editable_1_paginate li.active a {
    background-color: #6b6b6b;
    border-color: #737373;
    color: white;
}

#sample_editable_1_paginate li.active a:hover {
    background-color: #6b6b6b;
    border-color: #737373;
    color: white;
}

div.dataTables_length#sample_editable_1_length label,
div.dataTables_length select option {
    font-weight: 600;
    font-size: 15px;
}

.btn-social {
    font-size: 18px;
}
.btn-social.fb {
    background: #365899;
}

/* team page */

.team_main_page {
    font-size: 0px;
    margin-bottom: 30px;
}

.team_main_page_foto {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    min-height: 500px;
    background-color: #252525;
    text-align: center;
    position: relative;
}

.team_main_page_foto img {
    position: absolute;
        top: 50%;
        left: 50%;
    transform: translate(-50%,-50%);
}

.team_main_page_info {
    display: inline-block;
    width: 50%;
    background-color: #252525;
    vertical-align: top;
    min-height: 500px;
}

.team_main_page_txt {
    padding-left: 60px;
}

.team_main_page_txt p {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 10px 0px;
}

.team_main_page_txt p span {
    color: #ffcd00;
    margin-right: 20px;
}

.game_by_game,
.competition_games {
    width: 100%;
    margin-bottom: 30px;
}

.competition_games tr td {
    padding: 8px 0px;
}

.tab-pane.active .team_main_page {
    background-color: #252525;
}



.mbt-table.mbt-complex td {
    font-size: 16px;
    font-weight: 600;
}

.mbt-table.mbt-complex th {
    background-color: #fff;
}


.mbt-table.mbt-complex td.left {
    text-align: left;
}

.team_tabs_row {
    background-color: #363636;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.team_tabs_row select {
    position: absolute;
        top: 50%;
        right: 20px;
    transform: translate(0, -50%);
}

h2.team_name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
}

.stat_team_in_season {
    width: 100%;
    margin-bottom: 30px;
}

.stat_team_in_season td,
.team_structure td {
    padding: 8px 0px;
}


.team_structure {
    width: 100%;
    margin-bottom: 30px;
}

#sample_editable_1  tr td a img {
    max-width: 130px;
}

#season-select {
    position: absolute;
        right: 18px;
        bottom: -130px;
    z-index: 1;
}

.slider_games .rang_play {
    text-align: left;
}

.header-competition-menu {
    max-width: 1190px;
    left: -1px;
    margin-top: -1px;
    position: relative;
 }
.competition-menu {
    background-image: url('/web/img/games-bg.jpg');
    /*background-size: 100% 100%;*/
    background-position: center;
    padding: 30px 90px;
    text-align: center;
    font-size: 15px;
}
.competition-menu .competition-menu_link {
    display: inline-block;
    border-radius:  10px;
    background-color: #ffd600;
    margin: 30px 15px;
    color: #000;
    font-weight: bold;
    width: calc(25% - 30px);
}
.competition-menu .competition-menu_link a {
    color: inherit;
    padding: 10px 15px;
    display: block;
}
.competition-menu-mob-wrap {
    max-height: 62px;
    overflow: hidden;
}
.competition-menu-mob-wrap .competition-menu {
    background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.competition-menu-mob-wrap .competition-menu_link  {
    min-height: 50px;
}


.top-news .news-title img {
    display: none;
}

@media (min-width: 768px) {
    .competition-menu-mob-wrap {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .competition-menu {
       padding: 10px 20px;
    }
}
@media (max-width: 768px) {
    .competition-menu {
        padding: 15px 25px;
        display: none;
    }
    .competition-menu .competition-menu_link {
        /*width: calc(50% - 30px);*/
        width: auto;
        margin: 2px 5px;
        font-size: 13px;
        /*padding: 10px 10px;*/
        min-height: auto;
    }

    .competition-menu .competition-menu_link a {
        position: relative;
    }

    .competition-menu-mob-wrap .competition-menu {
        display: block;
    }

    footer {
        background-color: #0c457b;
    }
}
@media (max-width: 620px) {
    .header-competition-menu + .main_container.container {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .competition-menu {
       padding: 0;
    }
    /*.competition-menu .competition-menu_link {
        margin: 10px 5px;
        font-size: 12px;
        vertical-align: top;
        position: relative;
        width: auto;
        display: inline-block;
    }*/
    .owl-controls {
        display: none !important;
    }
    .slider_games .annons_item .team a:hover span {
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .competition-menu_link {
        /*height: 74px;*/
        position: relative;
    }
    /*
    .competition-menu .competition-menu_link a {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    */
    /*
    header .menu .container > *,
    header .menu .container .menu_switsher {
        width: calc(20% - 1px);
    }
    */
    .menu .socail_link,
    .menu .fa.fa-search {
        display: none !important;
    }
    /*
    .menu .menu_switsher {
        left: 60%;
        position: relative;
    }
    */
    .top-news .news-item .oboz_wrap {
        height: auto;
        position: static;
    }
    header .slider_games {
        height: 135px;
    }


    header.scrolled .slider_games {
        height: 135px; /* отмена автосворачивания при скролинге */
    }
    header .slider_games.closed {
        height: 60px;
    }
    header .slider_games.closed .date_time_place,
    header .slider_games.closed .rang_play,
    header .slider_games.closed .team img,
    header .slider_games.closed .block_detalis_match{
        display: none;
    }

    header .slider_games.closed .item,
    header .slider_games.closed .games_contr {
        min-height: auto;
    }

    header .slider_games.closed .team span {
        position: static;
        display: inline;
        font-size: 1.07em;
    }
    header .slider_games.closed .games_contr {
        min-height: 75px;
    }

    header .toggler {
        display: block !important;
    }
    header .toggler.rotated .fa {
        transform: rotate(180deg);
    }

    .slider_games .games_contr > .score_video {
        padding-bottom: 40px;
    }
    .shop-banner-index {
        height: 110px;
    }

    header .menu_main .search {
        display: block;
        opacity: 1;
        visibility: visible;
        position: relative;
        padding-left: 15px
    }
    header .menu_main .search form#search {
        padding: 0;
        background-color: inherit;
        width: 100%;
    }
    header .menu_main .search input[type=text] {
        height: 28px;
    }
    header .menu_main .search button {
        top: 0 !important;
        right: 0 !important;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    header .menu_main .search button .fa {
        display: inline-block !important;
    }

    header .menu_main .socail_link {
        display: block !important;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }
}
.competition-menu-mob-wrap .competition-menu_link {
    width: 100%;
}

@media (min-width: 768px) {
    .competition-menu-mob-wrap .competition-menu_link {
        height: 100px;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        align-items: center;
        margin: 0;
    }

    .competition-menu-mob-wrap .competition-menu_link a {
        padding:  0;
        width: 100%
    }
}

.top_wrap .top-news {
    /*margin: 0 -20px;*/
    margin: 0;
}
.top_wrap .one_new.oboz > a {
    line-height: 1em;
}
.top-news .news-title {
    font-size: 25px;
    margin: 30px 0;
    font-weight: 600;
    padding: 0 15px;
}
.top-news .news-item {
    width: 50%; /*33.3%;*/
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 0;  /*0 10px 27px */
    margin-bottom: 15px;  /*0 10px 27px */
    display: inline-block;
    position: relative;
    float: left;
    /*height: 160px;*/
}
.top-news .news-item .one_new {
    height: 100%;
}

.top-news .news-item .one_new img,
.top-news .news-item .one_new > a {
    height: 100%;
}

.top-news .news-item:first-of-type {
    /*width: 66.6%;*/
    width: 100%;
}
.top-news .news-item:first-of-type .oboz_wrap {
    /*width: 50%;
    float: right;
    position: relative;*/
    height: auto;
}
/*
.top-news .news-item:first-of-type .one_new > a {
    width: 50%;
    float: left;
}*/
/*
.top-news .news-item:first-of-type img {
    max-height: none;
}
*/
.second_block .videos .one_new .video-item_wrap  > a,
.second_block .one-video-item > a,
.top-news .news-item .one_new  > a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1em;
}

.top_wrap .owl-controls {
    display: block !important;
}
.slider_top_news {
    padding-top: 5px;
    background-color: transparent;
}
.slider_top_news .item {
    margin: 0 5px !important;
    background-color: transparent;
    width: calc(100% - 10px) !important;
}

.all-news-block-link {
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
}
.all-news-block-link .btn {
   text-transform: uppercase;
   font-weight: 600;
}
@media (min-width: 768px) {
    .top_wrap .all-news-link {
        display: none;
    }
}

.top-news .news-item .oboz_wrap,
.slider_top_news .oboz_wrap {
    background: rgba(255, 255, 255, .8);
    padding-bottom: 15px;
    width: 100%;
}
.top-news .news-item .oboz_wrap {
    height: 57%; /* 47 */
}

.top-news .news-item .fb-share {
    display: none;
    /*float: right;*/
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 0.9em;
    border: 1px solid #ddd;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background-color: #3b5998;
}
.top-news .news-item .fb-share * {
    color: #fff !important;
}
.top-news .news-item .fb-share .fa {
    font-size: .9em;
}

.top-news .news-item:first-of-type .fb-share {
   	position: absolute;
    top: 0;
    right: 0;
    /*background: rgba(0, 159, 255, 0.7);*/
    border-radius: 0;
}
.top-news .news-item:first-of-type .fb-share * {
   color: #fff !important;
}
.slider_top_news .oboz_wrap {
    height: 50%;
}
.slider_top_news .oboz_wrap .title {
    font-size: 16px;
    line-height: 1.1em;
}
.top-news .news-item .oboz_wrap .title {
    font-size: 15px;
    line-height: 1.1em;
}
.top-news .news-item .oboz_wrap .date
/*.slider_top_news .oboz_wrap .date */ {
    float: right;
}
.top-news .news-item .oboz_wrap .description,
.slider_top_news .oboz_wrap .description {
    padding: 0 10px;
    max-height: 35px;
    overflow: hidden;
    line-height: 1.1em;
}
.top-news .news-item .oboz_wrap .description {
    /*display: none;*/
}
.top-news .news-item .oboz_wrap *,
.slider_top_news .item .oboz_wrap * {
    color: #000;
}
.slider_top_news .item {
    height: auto;
}
.shop-banner-index {
    height: 300px;
    background-image: url('/web/img/shop-banner.png');
    background-size: 100% 100%;
    max-width: 1161px;
    position: relative;
    left: 3px;
    margin: 10px 0;
}
.second_block {
    /*background-color: #f8f8f8;*/
    margin-bottom: 40px;
}

.second_block .one-video-item,
.top-news .news-item .one_new,
.slider_top_news .one_new {
    width: 100%;
    margin: 0;
    position: relative;
}
.second_block .one-video-item {
    position: relative;
    margin: 5px 10px 5px 5px;
    height: auto;
    width: auto;
}
.second_block .one-video-item img {
    width: 100%;
}
.second_block .one-video-item .oboz_wrap {
    width: 100%;
    bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.second_block .one-video-item .oboz_wrap .cat_in {
    margin-right: 15px
}
.second_block .one-video-item .oboz_wrap .cat_in span,
.second_block .videos .oboz_wrap .cat_in span {
    color: #000;
    background-color: #ffd600;
}
.second_block .one-video-item .oboz_wrap .date {
    color: #c6c4c4;
}
.second_block .one-video-item .oboz_wrap .title {
    font-size: 30px;
    line-height: 1.2em;
}
.second_block .videos .oboz_wrap .title {
    line-height: 1.1em;
}
.second_block .videos {
    margin-right: 10px;
}
.second_block .videos,
.second_block .videos .one_new{
    text-align: center;
}
.second_block .videos .one_new:first-of-type {
    text-align: left;
}
.second_block .videos .one_new:last-of-type {
    text-align: right;
}
.second_block .videos .one_new {
    height: auto;
    background-color: transparent;
}
.second_block .videos .one_new .video-item_wrap {
    display: inline-block;
    position: relative;
    text-align: left;
}
.second_block .videos .one_new .video-item_wrap .title {
    color: #eee;
    height: 67px;
}

.third_block .one_new {
    width: calc(25% - 9px);
    height: 330px;
}
.third_block .title {
    line-height: 1.18em;
}
.third_block .short_text {
    max-height: none;
}
.third_block .one_new a.img span.cat {
    min-width: 190px;
    width: auto;
}
.third_block .one_new .oboz_wrap {
	position: static;
	padding: 0;
	background: none;
}
@media (min-width: 992px) {
    .top-news .cat_in {
        max-width: 65%;
        line-height: .7em;
    }
    .third_block .one_new img {
    	max-height: 140px;
    	width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .third_block .one_new a.img span.cat {
        font-size: 12px;
        max-width: 100%;
        min-width: auto; 
        padding-left: 5px;
        padding-right: 5px;
    }

	.third_block .one_new img {
    	max-height: 107px;
    	width: 100%;
    }    
}
@media (max-width: 767px) {
    .third_block .one_new {
        width: calc(50% - 8px);
        height: 330px;
    }

    .third_block .one_new .oboz_wrap {
        position: static;
        background: #fff;
    }

    .third_block .one_new .date_and_cat .cat {
    	display: none;
    }

    .third_block .one_new:nth-of-type(5n - 1),
    .third_block .one_new:nth-of-type(5n) {
        height: auto;
        width: calc(100% - 8px);
    }

    .third_block .one_new:nth-of-type(5n - 1) img,
    .third_block .one_new:nth-of-type(5n) img {
        display: none;
        height: 0;
    }

    .third_block .one_new:nth-of-type(5n - 1) .cat,
    .third_block .one_new:nth-of-type(5n) .cat {
       position: static;
    }

    .third_block .one_new:nth-of-type(5n + 1) {
    	width: calc(100% - 8px);
		height: auto;
		position: relative;
    }
    .third_block .one_new:nth-of-type(5n + 1) .oboz_wrap {
    	position: absolute;
    	bottom: 0;
    	width: 100%;
    	background: rgba(255, 255, 255, .7);
    	padding-bottom: 15px;
    }
    .third_block .one_new:nth-of-type(5n + 1) img {
    	min-height: 300px;
    	width: 100%;
    }

    .third_block .one_new:nth-of-type(5n + 1) .date_and_cat .cat {
    	display: inline-block;
    }
}
@media (max-width: 768px) {
    .top-news .news-title {
        /*background-color: #999;*/
        background-color: #1b62de;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-news .news-title img {
        display: inline-block;
        height: 25px;
        width: 25px;
        float: left;
        margin: 2px 12px 0 0;
    }
    .slider_top_news .oboz_wrap {
        height: 35%;
    }
    .slider_top_news.news-one .oboz_wrap {
        height: 50%;
    }
    .all-news-block-link {
        display: block;
    }   
}
@media (min-width: 481px) and (max-width: 767px) {
    .third_block .one_new a.img span.cat {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .third_block .one_new {
        width: 100%;
        height: auto;
    }
    .third_block .one_new a.img span.cat {
        width: auto;
    }
	.third_block .one_new .oboz_wrap {
        position: static;
    }
	.third_block .one_new img {
        display: none;
    }
    .third_block .one_new .img .cat {
        position: static;
    }

    .third_block .one_new:nth-of-type(5n + 1) img {
        display: block;
        min-height: auto;
    }
    .third_block .one_new:nth-of-type(5n + 1) .oboz_wrap {
       position: static;
    }

    .third_block .one_new:nth-of-type(5n + 1) .img .cat {
       position: absolute;
    }
}
.index-bg {
    background-color: #f8f8f8;
}

.third_block-title {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .top-news .news-item .oboz_wrap .title {
        font-size: 16px;
    }
    .top-news .news-item .description {
        display: none;
    }
}
@media (min-width: 992px) {
    .top-news .news-item {
        height: 168px;
    }
    .top-news .news-item:first-of-type {
        height: auto;
    }
    .top-news .news-item:first-of-type .title {
        font-size: 20px;
    }
    .top-news .news-item:first-of-type .description {
        display: block;
    }      
}
@media (min-width: 1200px) {
    .top-news .news-item {
        height: 211px;
    }
    .top-news .news-item .oboz_wrap .title {
        font-size: 15px;
    }
    .top-news .news-item:first-of-type {
        height: auto;
    }
    .top-news .news-item:first-of-type img {
        max-height: 400px; /* 370 */
    }
	.top-news .news-item:first-of-type .title {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .slider_top_news  {
        margin-bottom: 10px !important;
    }
    .top-news .news-item .oboz_wrap .title {
        /*font-size: 13px;*/
        padding-top: 0;
    }
    .top-news .news-item .oboz_wrap {
        height: 51%;
        padding-top: 0;
    }
}
@media (max-width: 992px) {
    .slider_top_news  {
        margin-bottom: 10px !important;
    }
    .top-news .news-item .oboz_wrap .title {
        font-size: 18px;
        padding-top: 0;
    }
    .top-news .news-item .oboz_wrap .description {
        font-size: 16px;
        padding-top: 0;
    }

    .top-news .news-item {
        width: 100%;
    }
    .top-news .news-item .oboz_wrap,
    .top-news .news-item .one_new > a {
        width: 50%;
        float: left;
    }
    .top-news .news-item .oboz_wrap {
        float: right;
        position: relative; 
        height: auto;
        width: 50%;
    }
    .top-news .news-item:first-of-type .oboz_wrap .description {
        display: block;
    }    

    .top-news .news-item:first-of-type {
        height: 300px; /* 250 */
        width: 100%;
    }
    .top-news .news-item:first-of-type .oboz_wrap,
    .top-news .news-item:first-of-type .one_new > a {
        width: 100%;
        float: none;
    }
    .top-news .news-item:first-of-type .oboz_wrap {
       position: absolute;
       bottom: 0;
       height: auto;
    }
}
@media (max-width: 767px) {
    /*
    .top_wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .top_wrap .top-news {
        margin: 0;
    }
    */
    .top-news .news-item {
        /*margin-left: 5px;
        margin-right: 5px;*/
        margin-bottom: 15px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        /*width: calc(50% - 12px);*/
        /*width: calc(100% - 12px);*/
    }

    .top-news .news-item img {
       max-height: 380px;
    }
    .top-news .news-item .oboz_wrap .title {
        padding-right: 44px; /* 37 */
    }

    .top-news .news-item .one_new > a {
        width: 30%;
        float: left;
    }

    .top-news .news-item {
        height: auto;
    }

    .top-news .news-item .oboz_wrap {
        width: 70%;
        float: right;
    }
    .top-news .news-item .oboz_wrap .description {
        display: block;
    }     

    .top-news .news-item:first-of-type {
        height: auto;
    }
    .top-news .news-item:first-of-type .oboz_wrap .title {
        font-size: 22px;;
    }

    .top-news .news-item .fb-share {
        display: inline-block;
    }    

    /*
    .top-news .news-item:nth-of-type(2n) .one_new > a,
    .top-news .news-item:nth-of-type(3n) .one_new > a {
       	width: 30%;
       	float: left;
    }

    .top-news .news-item:nth-of-type(2n) .oboz_wrap,
    .top-news .news-item:nth-of-type(3n) .oboz_wrap {
       	width: 70%;
       	float: right;
       	position: relative;
    }

	.top-news .news-item:nth-of-type(3n + 1) {
       	max-height: 400px;
    	overflow: hidden;
    }  

	.top-news .news-item:nth-of-type(3n + 1) .one_new .oboz_wrap {
      	position: absolute;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        float: none;
    }

    .top-news .news-item:nth-of-type(3n + 1) .one_new > a {
        width: auto;
        float: none;
    }
    */
    .top-news .news-item .one_new .date_and_cat {
        display: none;
    }
    .top-news .news-item .one_new .title {
        padding-top: 5px;
    }

    /*
    .top-news .news-item .oboz_wrap .title {
        font-size: 13px;
        padding-top: 0;
    }
    .top-news .news-item .oboz_wrap .description {
        display: none;
    }
    */
}
@media (max-width: 650px) {
   /*
    .top-news .news-item .one_new > a {
        width: 35%;
        float: left;
    }

    .top-news .news-item .oboz_wrap {
        width: 65%;
        float: right;
    }
    */
}


@media (min-width: 481px) and (max-width: 580px) {
    .top-news .news-item .oboz_wrap .description {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .slider_top_news  {
        height: 300px;
        width: 100% !important;
        height: 300px;
    }

    .slider_top_news .item img {
        /*!*max-height: 100%;*/
        /*width: auto;*/
        height: 300px;
    }
}

@media (max-width: 480px) {
    .top-news .news-item {
        width: 100%;
        margin: 0 0 10px;
        height: auto !important;
    }

    .top-news .news-item .oboz_wrap {
        position: relative !important;
    }

    .top-news .news-item .one_new > a {
        display: none !important;
    }

    .top-news .news-item:first-of-type .one_new > a {
        display: block !important;
    }

    .top-news .news-item:first-of-type .one_new .oboz_wrap {
        position: absolute !important;
        height: auto;
    }

    .top-news .news-item .oboz_wrap {
		width: 100% !important;
		float: none !important;
    }

    .top-news .news-item img {
        max-height: 250px;
        max-height: 300px;
    }
    .slider_top_news  {
        /*height: 300px;*/
        width: 100% !important;
    }

    .slider_top_news .item {
       /*width: auto;*/
    }
    .slider_top_news .item img {
        max-height: 100%;
        /*width: 100;*/
        /*height: 300px;*/
        /*width: 50%*/
    }
    .games_top .team {
        position: relative;
    }
    .slider_games .team span {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); 
    }
    .shop-banner-index {
        height: 110px;
    }
}



@media (min-width: 320px) and (max-width: 768px) {
    .mbt-player-photo {
        float: none;
        text-align: center;
    }

    .mbt-player-stats {
        margin-left: 0px;
    }

    .tabbable.tabbable-tabdrop .nav.nav-tabs li a {
        font-size: 12px;
        padding: 7px 10px;
    }

    .player_tabs_row .mbt-filter-season {
        font-size: 12px;
    }

    .mbt-pstats-table th {
        padding: 3px;
        font-size: 12px;
    }

    .mbt-value h4,
    .mbt-category h4 {
        font-size: 14px;
    }

    .portlet.light.bordered {
        padding: 12px 5px 15px;
    }

    .mbt-table td.first {
        font-size: 12px;
    }

    .mbt-table td a {
        font-size: 12px;
    }

    .mbt-table th {
        padding: 5px;
        font-size: 14px;
    }

    .portlet-body h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .team_main_page_foto {
        display: block;
        width: 100%;
        padding-top: 20px;
        min-height: initial;
        margin-bottom: 30px;
    }

    .team_main_page_foto img {
        position: relative;
            top: 0;
            left: 0;
        transform: translate(0%,0%);
    }

    .team_main_page_info {
        display: block;
        width: 100%;
        min-height: initial;
        padding-bottom: 20px;
    }

    .team_main_page_txt {
        padding-left: 15px;
    }

    .team_tabs_row .nav.nav-tabs  {
        padding: 0px 20px;
    }

    .team_tabs_row select {
        position: absolute;
        top: auto;
        right: 20px;
        transform: translate(0, 0%);
        bottom: 5px;
    }

    .tab-content > .active {
        display: block;
        overflow: scroll;
    }

    .mbt-table.mbt-complex td {
        font-size: 12px;
        font-weight: 600;
    }

    #season-select {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 8px;
        font-size: 16px;
        margin-top: 20px;
        position: relative;
            right: 0;
            bottom: 0px;
        z-index: 0;
    }
}

