.nav_bar_mobile{
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=2.1.19");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=2.1.19") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=2.1.19") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=2.1.19") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=2.1.19") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=2.1.19#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html{
    margin-top: 0px !important;
}

.comments_box_vk{
    width: 100%;
    padding-bottom: 25px;
}
.admin-bar .header{
    position: relative;
    top: 32px;
    z-index: 999;
}

.nav_main_partner img, .mob_sponser img{
    opacity: 0.3;
    transition: .25s;
}

.nav_main_partner img:hover, .mob_sponser img:hover{
    opacity: 1;
}

.match_item{
    position: relative;
}

.fonbet_logo{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 60px;
    height: 130px;
    background-image: url(http://fcnh.ru/wp-content/uploads/2020/07/logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    border: 0px;
    outline: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu{
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.row_m{
    margin-right: -15px;
    margin-left: -15px;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color:#151522;
	background-color: #edeff4;
}
.header{
	background-color: #303136;
    /*overflow: hidden;*/
}

.nav_bar_mobile{}
.nav_mobile_btm{}

.container{
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nav_bar_top{
    overflow: hidden;
}
.nav_bar_top, .nav_bar_mobile{ background-color: #303136;}
.nav_bar_fotter{background-color: #29292c;}
.nav_bar_top, .nav_bar_mobile{
	width: 100%;
	height: 55px;
}

.nav_bar_main{
	background-color: #303136;
	height: 124px;
}

.flex_box{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_bc{
	position: relative;
    -ms-flex-align: center;
    align-items: center;
}

.nav_main_logo{
	-ms-flex-order: 1;
    order: 1;
	position: relative;
    top: -8px;
    margin-top: -23px;
    text-align: center;
}

.brend_logo{
	width: 128px;
	height: 137px;
	display: block;
	background-image: url('http://fcnh.ru/wp-content/uploads/2020/05/logo23.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.nav_main_partner{
	-ms-flex-order: 0;
    order: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav_main_partner{width: calc(10% - 200px / 2);}

.nav_main_search {
	-ms-flex-order: 2;
    order: 2;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.nav_bar_fotter{
	width: 100%;
	padding: 20px 0;
}

/* навигация / menu  */

.menu-item svg.icon{
    width: 16px;
    height: 16px;
    fill: #ffffff;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.nav li a:hover.menu-item svg.icon{
     fill: #239c15;
}
.nav li{
	display: inline-block;
	margin-left: 47px;
	position: relative;
}

.nav li:first-child{
	margin-left: 0px;
}

.nav li a{
	font-size: 15px;
    font-weight: 600;
	color:#ffffff;
	text-transform: uppercase;
	position: relative;
    display: inline-block;
    transition: .25s;
}

.submenu-toggle, .soc{
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	top: -1px;
	color: #ffffff;
}

.submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f140';
}

.nav li:hover .submenu-toggle::before{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav li:hover a, .nav li:hover .submenu-toggle::before{
	color:#239c15;
}

.nav .sub-menu{
	z-index: 15;
    position: absolute;
    display: block;
    margin-top: 23px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    left: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.nav li:hover .sub-menu{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}
.nav li .sub-menu li{
	margin:0px;
	display: block;
}
.nav li .sub-menu li a{
	position: relative;
    left: -3px;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    color:#151522;
    font-size: 14px;
	padding: 12px 39px 12px 25px;
}

.nav li .sub-menu li a:hover{color:#239c15;left: 0px;}
.nav li .sub-menu li:first-child{
	border-top: 0px;
}
.nav li .sub-menu li{border-top: 1px solid #e1e1e1;}

.nav_soc li{
	padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    margin-top: 5px;
}

.soc{
	display: inline-block;
    line-height: 1;
	position: relative;
    transition: .22s;
   	font-size: 20px;
}

.vk::before {
    content: url(http://fcnh.ru/wp-content/uploads/2019/06/vk4.png);
}
.tw::before {
    content: '\f544';
}
.ins::before {
    content: '\f2fe';
}
.yt::before {
    content: '\f5c3';
}
.soc:hover{color:#239c15;} 

/*- события в шапке*/

.owl-carousel-outer {
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding-left: 60px;
    min-height: 23px;
    z-index: 1;
}

.nav_bar_panel::before, .nav_bar_panel_r::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: -1px;
    z-index: 0;
    width: 100vw;
    background: #29292c;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}

.nav_bar_panel::before{
    right: 0;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);


}

.nav_bar_panel{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    padding: 15px 0;
}

.owl-carousel-outer .owl-item{
    display: inline-block;
}
.owl-stage-outer{
    overflow: hidden;
}
.panel_item{
    margin: 4px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}
.panel_item time{
    color: #239c15;
}

.panel_team{   
    color: #fff;
    display: inline-block;
    margin-top: 0;
}

.panel_team span.vs{
    text-transform: none;
    color: #239c15;
}

.panel_team:before {
    display: inline-block;
    padding: 0 6px 0 5px;
    content: '\005C\005C';
    color: #9b9b9b;
}

.owl-nav{
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    line-height: 1.3;
    z-index: 2
}

.owl-next, .owl-prev{
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    background: #519042;
    transition: .2s;
    margin-left: 5px;
}

.owl-next:hover, .owl-prev:hover{
    background: #ffffff;
    color: #519042;
}

.owl-next::before, .owl-prev::before, .bp_list_icon a:before {
    font-family: 'Material Design Icons';
}
.owl-prev::before{content: '\f141';}
.owl-next::before{content: '\f142';}

.nav_bar_panel_r{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    padding: 15px 0;
}

.nav_bar_panel_r{
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
    position: relative;
}

.nav_bar_panel_r::before {
    left: 0;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.bp_list li {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.bp_list li:not(:last-child)::after {
	content: " ";
	width: 1px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0;
    background: rgba(255, 255, 255, 0.16);
}

.bp_list li a{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.bp_list li:hover a {
	color: #239c15;
}

.bp_list_icon a:before{
    display: inline-block;
    margin-right: 5px;
}

.stadium a:before{content: "\f71f";}

.tv a:before{content: "\f502";}
.pravila a:before{content: "\f219";}

/* слайдер на главной */

.section_slider{
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 1;
}

.section_slider{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slider_flex{height: 34.94792vw;}

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.image_slider{
    width: 100%;
    height: 100%;
    display: block;
}

.slider-caption{
    float: right;
    padding: 120px 30px 130px;
    width: 50%;
    text-align: right;
    color: #ffffff;

}

.owl-carousel .owl-item img{
	width: auto !important;
	height: 100% !important;
}
.slider-caption h2{
    font-size: 45px;
    line-height: 1.16667;
    text-transform: uppercase;
}

.slider-caption p{
	font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    padding: 15px 0 35px 0;
}

.slider-caption_btm{
    border-radius: 3px;
    border:2px solid #ffffff;
    font-size: 14px;
    color:#ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
    transition: .3s ease-out all;
    cursor: pointer;
}

.slider-caption_btm:hover{
    border:2px solid #239c15;
    background-color: #239c15;
}

.swiper-b-next, .swiper-b-prev{
    position: absolute;
    top: 50%;
    height: 50px;
    width: 66px;
    overflow: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

.swiper-b-next{
    right: 0px;
}

.swiper-b-prev::after {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

.swiper-b-next::after {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.swiper-b-next::after, .swiper-b-prev::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #313539;
    pointer-events: none;
    transition: .33s;
    outline: 1px solid transparent;
}
.swiper-b-next::before{
    content: '\f142';
    margin-right: -3px;
}
.swiper-b-prev::before{
    content: '\f141';
     margin-left: -3px;
}
.swiper-b-next::before, .swiper-b-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: 'Material Design Icons';
}

.swiper-b-next:hover::after, .swiper-b-prev:hover::after{
    background: #239c15; 
}

/* слайдер на главной */

/*- последние новости */



.section{}
.section_md{
    padding: 80px 0;
    padding-bottom: 0px;
}

.item_news{
    width: 33.3333%;
    float: left;
}
.item_comments{
    background-color: #ffffff;
    width: 100%;
    padding: 25px;
}
.title_item, .item_comments{
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.title_item{padding: 0 0 15px 0;}

.title_item h3{
    text-transform: uppercase;
    border-left: 4px solid #239c15;
    padding-left: 15px;
    font-size: 20px;
    line-height: 26px;
}

.btm_title_item{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 5px;
    color:#111;
    border: 1px solid #c6c6c6;
    background: #edeff4;
    cursor: pointer;
    border-radius: 3px;
    transition: .33s;
}
.btm_title_item:hover{
    background-color: #303136;
    border: 1px solid #303136;
    color:#ffffff;
}


.article_slider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    height: 343px;
    overflow: hidden;
}

.article_slider::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: linear-gradient(0deg, #15161b 0%, rgba(77, 88, 143, 0) 100%);
    height: 410px;
    pointer-events: none;
    z-index: 1;
}

.article_slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
}

.article_slider:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}


.article_slider_main, .article_slider_header {
    position: relative;
    z-index: 1;
}

.cat{
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 4px;
}

.cat-primary {
    background: #239c15;
}

.article_slider_title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25;
}

.article_slider_title a{
    transition: all 0.3s ease-in-out;
    color:#ffffff;
}
.article_slider_meta{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-top: 15px;
}

.article_slider_meta a{color: #9b9b9b;transition: all 0.3s ease-in-out;}
.article_slider_meta a:hover, .article_slider_title a:hover{color: #239c15;}

.article_slider_meta > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
    margin-right: 15px;
}

.icon, .share_item_btm, .qw_text::before, .gm_icon, .gm_text_btm:after{ font-family: 'Material Design Icons';}

.icon, .share_item_btm {
    display: inline-block;
    line-height: 1;
}

.mdi {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.article_slider_meta .icon {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
    color: #239c15;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.mdi-clock:before {
    content: "\f150";
}
.mdi-comment-outline::before{content: "\f182";}

.section_lpost{
    padding-bottom: 0px;
}

.section_lpost .owl-nav{
    right: 0px;
    left: auto;
    top: -67px;
}

.section_lpost .owl-next, .section_lpost .owl-prev{
    border: 1px solid #c6c6c6;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #edeff4;
    color: #111;
    text-align: center;
    cursor: pointer;
    transition: .33s;
}
.section_lpost .owl-next:hover, .section_lpost .owl-prev:hover{
    background-color: #239c15;
    border: 1px solid #239c15;
    color:#ffffff;
}
/*-последние новости */

/*- Лента контента -*/

.col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.col_8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col_4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col_2{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col_5{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col_7{
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/* Блок следующего матча*/
.item_box{
    padding:20px 15px;
    background-color: #ffffff;
    border:1px solid #ccc;
}

.match_item{
    text-align: center;
}
.match_stadium{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: 20px;
}
.match_сhamp{
    font-size: 18px;
    font-weight: 700;
    color: #151522;
    text-transform: uppercase;
}

.match_game_info{
    padding: 20px 0;
}

.match_game_team{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 30px 5px;
    border-radius: 3px;
}
.m_game_team_logo{
    margin-bottom: 15px;
}
.m_game_team_logo img{
    width: 100px;
    height: auto;
}
.m_game_team_name{
    font-size: 16px;
    color: #151522;
}
.m_game_team_city{
    font-size: 12px;
    color: #9b9b9b;
}

.match_game_info{
    text-align: center;
}

.m_game_info_data{
    font-size: 30px;
    font-weight: 700;
    color:#239c15;
    text-transform: uppercase;
}
.m_game_info_nedela{
    font-size: 16px;
    font-weight: 600;
    color: #9b9b9b;
}
.m_game_info_line{
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background-color: #239c15;
}
.m_game_info_sher{
    margin-bottom: 15px;
}
.m_game_info_prew{
    margin-bottom: 15px;
}
.page_matcheb{
    margin-top: 45px;
}
.no_activic{
    display: none;
}

.match_game_info .btm{
    width: 125px;
}

.btm{
    border:1px solid #151522;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    padding: 8px 12px;
    cursor: pointer;
    transition: .33s;
}
.btm_red{
    border: 1px solid #f33d2e;
    background-color: #f33d2e;
    color: #fff;
}

.news_box_main .btm_sher{
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}

.btm_red:hover{
    border: 1px solid #151522;
    background-color: #fff;
    color: #151522;
}
.btm_sher:hover{
    background-color: #239c15;
    border-color: #239c15;
    color:#ffffff;
}

.btm:hover{
   
}

.match_game_countdown{
    padding: 20px;
    background-color: #303136;
    position: relative;
    text-align: center;
    font-size: 20px;
    color:#9b9b9b;
    text-transform: uppercase;
    font-weight: 600;
}

.match_game_countdown span{
    color:#ffffff;
}

.match_game_countdown::before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #303136 transparent;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

/* следующий матч -*/

/*- новости-*/
.main_container{
    margin-bottom: 35px;
    width: 100%;
}

.news_box{
    padding: 0px;
    margin-bottom: 30px;
}

.news_box_img{
    overflow: hidden;
    display: block;
    height: 15.94792vw;
}

.news_box .news_box_img{
        max-height: 230px;
}
.col_12 .news_box .news_box_img{
    max-height: 400px;
}

.news_box_img img{
    max-width: inherit;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
}
.cat_article .news_box_img img:hover{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.news_box_title{
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.news_box_title a{color:#151522;transition: .33s;}
.news_box_title a:hover{color:#239c15;}
.news_box_meta{
    padding: 0 15px 15px 15px;
    color: #9b9b9b;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 20px;

}

.news_box_time{
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.news_box_time time{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.news_box_txt{
    padding: 0 15px 15px 15px;
    font-size: 14px;
    color: #9ca5a7;
}

.news_box_fotter{
    padding: 15px 15px 20px 15px;
}
.btm_sher_box{
    display: inline-block;
    /*float: left;*/
    margin-bottom: 5px;
}
.share_item{
    width: 123px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}
.share_item_btm{
    border: 1px solid #151522;
    border-radius: 3px;
    padding: 8px 8px;
    background-color: #ffffff;
    z-index: 66;
    position: relative;
    cursor: pointer;
}
.share_item_btm::before{
    content: "\f497";
}

.share_item_element{
    position: absolute;
    top: 0;
    left: -132px;
    overflow: hidden;
    border: 1px solid #151522;
    border-radius: 0 3px 3px 0;
    padding: 4px 0px;
    height: 34px;
    background-color: #fff;
    transition: all .4s;
    z-index: 1
}

.share_item_element li{
    display: inline-block;
    position: relative;
    top: 4px;
}

.share_item_element .soc{
    color: #239c15;

}
.share_item:hover .share_item_element{
    left: 32px
}

.col_12 .news_box_img{
        height: 28.94792vw;
}

.news_box_main {
    position: absolute;
    top: 0px;
    z-index: 66;
    padding: 40px;
    width: 390px;
}

.news_box_main a{
    color: #ffffff;
}

.news_box_main .news_box_title{
    font-size: 32px;
    text-transform: uppercase;
}

.news_box_main .news_box_time{color: #239c15;}
.qw_text{
    margin-top: 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #ffffff;
    padding-left: 25px;
    position: relative;
}

.news_box_main .btm_sher_box{
    padding: 15px
}

.qw_text::before{
    content: "\f27e";
    position: absolute;
    left: 0px;
    color: #ffffff;
    font-size: 24px;
    top: -8px;
}

/*- новости-*/


/*- блок с права -*/
.aside-components{
    margin-bottom: 30px;
}
.classic_item, .match_last_item{
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-top: -1px;
}

.classic_item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.classic_item_cont{
    margin-left: 14px;
}

.img_classic_item{
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.img_classic_item img{
	width: auto;
    height: 100%;
}
.img_classic_item img{
    max-width: inherit;
    transition: all .3s;
}

.img_classic_item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.classic_item_cont .news_box_title{
    font-size: 14px;
    padding: 0px;
}

.classic_item_cont .news_box_meta{padding: 10px 0px;}
.classic_item_cont .news_box_time{
    margin-left: 0px;
}
.classic_item_cont .mdi-clock{color:#239c15;}

/*- прошедшие матчи*/

.match_last_item{
    padding: 20px 0px 0px 0px;
    text-align: center;
    border-bottom: 3px solid #239c15;
    margin-bottom: 30px;
}
.match_lt{}

.match_lt_logo{
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}
.match_lt_logo img{
    width: 100%;
    height: auto;
}

.match_lt_name{
    text-transform: uppercase;
     text-align: center;
    color: #151522;
    font-size: 12px;
    font-weight: 600;
}
.match_lt_city{
    text-transform: uppercase;
     text-align: center;
     color: #9b9b9b;
     font-size: 10px;}

.match_last_item .col_4:first-child{
        padding-right: 0px;
}

.match_last_item .col_4:last-child{
        padding-left: 0px;
}

.match_lt_chet{
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    border-bottom: 2px solid #ccc;
}
.match_lt_chet span{
    color: #239c15;
    margin: 0 8px;
}
.match_lt_info{
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #9b9b9b;
}

.match_last_fotter{
    margin-top: 15px;
    padding: 15px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #9b9b9b;
    text-align: center;
}
/*- прошедшие матчи*/

/*- Блок поделиться*/

.group_box_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.group_box_flex {
    margin-bottom: -12px;
    margin-left: -12px;
}
.group_media_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 120px;
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    padding: 20px;
    color: #fff;
    text-align: right;
    transition: all .3s;
}

.group_box_flex > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 12px;
}

.media_instagram{
  background-image: -moz-linear-gradient( 18deg, rgb(179,127,180) 0%, rgb(240,172,136) 100%);
  background-image: -webkit-linear-gradient( 18deg, rgb(179,127,180) 0%, rgb(240,172,136) 100%);
  background-image: -ms-linear-gradient( 18deg, rgb(179,127,180) 0%, rgb(240,172,136) 100%);
}

.media_twitter{
    background-color: #7fceff;
}

.media_youtube{background-color: #ff7878;}
.media_vk{background-color: #7ca6d6;}

.gm_icon{
    position: absolute;
    top: 50%;
    font-size: 90px;
    color: #fff;
    opacity: .25;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all .3s;
    will-change: transform;
}

.gm_icon {
     top: 47%;
    left: -25px;
}
{
     top: 47%;
    left: -25px;
}

.group_media_box:hover .gm_icon{
    left: -20px;
}

.media_instagram_icon:before{
    content: "\f2fe";
    font-weight: 400;
}

.media_twitter_icon:before{
    content: "\f544";
    font-weight: 400;
}

.media_youtube_icon:before{
    content: "\f5c3";
    font-weight: 400;
}

.media_vk_icon:before{
    content: url(http://fcnh.ru/wp-content/uploads/2019/06/vk_media-e1560962596149.png);
	top: 47%;
    font-size: 95px;
    font-weight: 400;
}

.gm_col {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
}

.gm_text_btm{
    font-size: 16px;
    color: #ca379d;
}

.gm_text_btm:after{
    content: "\f419";
    font-size: 24px;
    color: #ca379d;
    margin-left: 5px;
    position: relative;
    top: 4px;
}
.media_twitter .gm_text_btm, .media_twitter .gm_text_btm:after{color:#1da1f3;}
.media_youtube .gm_text_btm, .media_youtube .gm_text_btm:after{color:#ff5959;}
.media_vk .gm_text_btm, .media_vk .gm_text_btm:after{color:#5181b8;}
/*- Блок поделиться*/

/*- блок награды*/
.nagrads{
    width:100%;
    padding:15px;
    background: rgb(161, 42, 42);
    background: -webkit-linear-gradient(45deg, rgb(161, 42, 42) 0%, rgb(186, 62, 62) 47%);
    background: -o-linear-gradient(45deg, rgb(161, 42, 42) 0%, rgb(186, 62, 62) 47%);
    background: -ms-linear-gradient(45deg, rgb(161, 42, 42) 0%, rgb(186, 62, 62) 47%);
    background: linear-gradient(45deg, rgb(161, 42, 42) 0%, rgb(186, 62, 62) 47%);
}

.nagrads_line{
    position: relative;
    border:1px solid #d2d2d2;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.fotter{
    background-color: #23282b;
    overflow: hidden;
    padding: 45px 0;
}
.fotter_img{
    width: 100%;
    height: 480px;
    margin: auto;
    display: block;
    background-image: url(http://demo.fcnh.ru/img/fotter_img.png);
    background-size: cover;
    position: relative;
    top: -1px;
}

.tavle img{
    width: 100%;
    height: auto;
}

.unit_item{}

.unit_logo{
    width: 90px;
    height: 90px;
    float: left;
    display: inline-block;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.unit_item p{
    display: block;
    font-size: 14px;
    color: #9b9b9b;
    padding: 25px 0 25px 105px;
}

.lasn_news{}
.ln_header{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 25px;
}

.ln_header:after{
    content: "";
    width: 60px;
    height: 3px;
    display: block;
    background-color: #f33d2e;
    position: relative;
    bottom: -5px;
}

.post_classic{
        display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.post_classic_img{
    display: block;
    overflow: hidden;
    width:80px;
    height: 80px;
    min-width: 80px;
    border-radius: 3px;
}
.hymn-site18{
    width: 100%;
    height: auto;
}

.post_classic_img img{
	width: auto;
    height: 100%;
    max-width: inherit;
    transition: all .3s;
}

.pc_desc{
    color: #9b9b9b;
}

.pc_title{
    margin-left: 10px;
    margin-top: 5px;
}

.pc_title a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .33s;
}

.pc_title a:hover{
    color: #239c15;
}

.lasn_news .row{
    margin-left: -15px;
}

.post_classic_main .cat{
    margin-left: 10px;
    font-size: 11px;
    line-height: 12px;
}

.unit_item {
    overflow: hidden;
    margin-bottom: 25px;
}

.unit_middle{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
}

.unit_m_icon{
    width: 39px;
    height: 41px;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.unit_m_main{
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    vertical-align: top;
}

.unit_m_main a{
    color: #ffffff;
    font-size: 14px;  
}

.unit_m_main a:hover{color: #239c15;}

.unit_m_title{
    font-size: 14px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 500;
}
.umi_1{background-image: url(../img/email_1.png);}
.umi_2{background-image: url(../img/email_2.png);}

.s_fotter_nav li{
    margin-top: 9px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;

}
.s_fotter_nav .soc{
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #424349;
    transition: all 0.3s ease-in-out;
}
.s_fotter_nav .soc:hover{
    background: #239c15;
}

.fb_btm{
    color: #fff;
    background-color: transparent;
    border: 2px solid;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    /*margin-left: 15px;*/
    padding: 8px 30px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    transition: .3s ease-out all;
}

.fb_btm:hover{background-color: #239c15;border-color: #239c15;}

.fotter_last{
	padding: 25px;
    background-color: #2c2d31;
}
.container_justify > *{
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
}

.rights{
    font-size: 12px;
    color: #9b9b9b;
}

.nav_minimal {
    float: right;
}

.nav_minimal .nav li a{
    font-size: 12px;
}

.rights a{color: #9b9b9b;}
.rights a:hover, .nav_minimal .nav li a:hover{color: #239c15;}
.email_sub_item{
    overflow: hidden;
    padding-bottom: 25px;
    
}
.email_sub_title, .email_sub_item .widget-title{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.email_sub_input, .email_sub_item .es_textbox{
    border-bottom: 1px solid #9b9b9b;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.email_sub_input input[type="text"], .email_sub_item .es_textbox_class{
    width: 80%;
    border: 0px;
    color: #9b9b9b;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    padding: 0 0 15px 0;
}
.email_sub_input input[type="text"]{}
.row_lno{
    margin-left: -15px;
}
.form_wrap{
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px 0 0;
}
.form_button{
    position: relative;
    top: -15px;
}
.email_sub_item .es_button{
    position: absolute;
    top: 33px;
    right: 0px;
}

.widget-column, .widget_text{
    position: relative;
}

.es_lablebox {
    padding-bottom: 3px;
    position: absolute;
    color: #9b9b9b;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    display: none;
}

.email_sub_item .es_textbox_class:focus > .es_lablebox{
    opacity: 0;
}

.fbtm, .email_sub_item .es_textbox_button{
    width: auto;
    color: #239c15;
    background-color: transparent;
    border-color: #239c15;
    border: 2px solid;
    border-radius: 40px;
    padding: 14px 40px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease-out all;
}

.fbtm:hover, .email_sub_item .es_textbox_button:hover{background-color: #239c15;color: #fff;border-color: #239c15;}
.fl_budicon::before{
    content: "\f054";
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}
/* блок награды */

/*- страница постов*/
.section_categoris{
    background-color: #081021;
    background-image: url(http://fcnh.ru/wp-content/uploads/2018/02/bg-breadcrumbs-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
}
.cat_header{
    color: #ffffff;
    text-align: center;
}

.item_article h1{
    font-size: 33px;
    line-height: 1.33333;
}
.item_article{
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    transition: all .3s;
}

.cat_article:hover {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}

.article_page .news_box_txt{
    color: #151522;
    font-size: 18px;
    line-height: 1.6em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.article_page .news_box_txt p{
    margin-bottom: 20px;
}

.article_page .news_box_img {
    height: 33.94792vw; 
    max-height: 460px;
}

.news_box_txt img{
    width: 100%;
    height: auto;
}

.cat_article_box{
	padding: 25px;
}
.right_box{
	float: right;
}
.right_box > *{
	display: inline-block;
    margin-top: 0;
    margin-bottom: 7px;
	margin-left: 15px;
}

.share_box, .yandex-share{
    margin-top: 25px;
    padding: 20px;
    background: #edeff4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.share_box p{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9b9b9b;
}
.group_share{
    margin-bottom: 0px;
    margin-left: -15px;
}

.slide-two .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
    font-size: 16px;
    line-height: 1.3;
    z-index: 2;
}

.comments_title{
    margin-top: 25px;
}

.article_slider_comment a, .article_slider_comment, .article_slider_view{
	color: #9b9b9b;
}

.cat_article .news_box_title, .cat_article .news_box_title h1{font-size: 28px;}
.cat_article .news_box_txt {
	padding-top: 0px;
    font-size: 16px;
    line-height: 1.6;
}
.cat_article .news_box_img{height: 33.94792vw;}

.cat_article .news_box_img{
    max-height: 460px;
}

/*- страница постов*/
/* турнирная таблица */
.item_turnirka{}
.item_turnirka_header{
    background: #239c15;
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}
.turnirka_0{
    float: left;
    width: 23px;
    text-align: center;
    padding-right: 33px;
    padding-left: 5px;
}
.turnirka_1{
    float: left;
}

.turnirka_2{
    float: right;
    width: 45px;
    text-align: center;
}

.item_turnirka_body{
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-top: 0px;
}
.item_turnirka_body tr{
    transition: all 200ms ease-in-out;
}

.item_turnirka_body tr:hover{
    background-color: #f9f7f7;
}
.item_turnirka_body td{padding: 12px 0px;border-top: 1px solid #ccc;}
.item_turnirka_body .t_1{ 
    padding-left: 15px; padding-right: 10px;width: 30px;color: #000;
    font-weight: 500;
}
.item_turnirka_body .t_3, .item_turnirka_body .t_4{
    width: 45px;
    font-size: 14px;
    text-align: center;
}
.item_turnirka_body .t_3{padding-right: 15px;}
.item_turnirka_body .t_4 {
    padding-right: 18px;
}

.t_2{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.t_2 b{
    display: block;
    font-size: 13px;
    color: #c3cacc;
    font-weight: 400;
}

.item_turnirka_body .t_4{padding-right: 10px;}
.item_turnirka_body .t_2 img{
    width: 35px;
    display: inline-block;
}

.teamst{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding-top: 1px;
}
/* турнирная таблица */
/*- страница расписания -*/
.match_item_box{
    margin-bottom: 25px;
}
.match_item_box .match_lt_chet {
    font-size: 42px;
    position: relative;
    border-bottom:1px solid #ccc;
}
.match_lt_chet{
    position: relative;
}
.match_lt_chet::after{
    content: "VS";
    width: 29px;
    height: 29px;
    font-size: 11px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 35%;
}

.match_lt_list::after{left: 43%;}

.btm_t2{right: 140px;}

.page_item .news_box_img{
    height: 36.94792vw;
}
/*- страница расписания -*/
/*- страница команды -*/
.player_info{
    padding: 0px;
    margin-bottom: 25px;
}
.player_info_img{
    display: block;
    height: 240px;
    overflow: hidden;
}
.player_info_img img{
    max-width: inherit;
    width: 100%;
    transition: all .3s;
    will-change: transform;
}

.player_info:hover .player_info_img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.player_info_fotter{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 159px;
    color: #fff;
    overflow: hidden;
    background: #239c15;
    transition: all .3s;
}
.player_info_number{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 25px;
    font-size: 44px;
    background: #000;
}
.player_info_content{
    padding: 25px;
    position: relative;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 25px 15px;
}
.player_info_content h5{
    font-size: 17px;
    line-height: 1.22222;
}
.player_info_content p{
    font-weight: 500;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}
/*- страница команды -*/
.search-field{
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px;
    padding-left: 15px;
    padding-right: 50px;
    background: #424349;
    border-color: #424349;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: -15px;
}

.search-submit{
    position: absolute;
    top: -9px;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 20px;
    color: #ccc;
    transition: .33s;
}

.icon-search{
    width: 25px;
    height: 25px;
    fill: #ccc;
}
.icon-search svg{
    fill: #cccccc;
}
.nav_main_search{
    width: calc(10% - 200px / 2);
}
.format-standard{
    margin-bottom: 25px;
}
.p_title a{
    color: #29292c;
    transition: .33s;
}
.p_title a:hover{color:#239c15;}
.entry-summary p{
   font-size: 14px;
    color: #9b9b9b;
}
.search_container{
    position: relative;
    width: 720px;
}
.search_container .search-field{
    width: 100%;
    color: #000;
    min-height: 50px;
    background: #ffffff;
    border-color: #747577;
    border: 1px solid #ccc;
}
.search_container .search-submit {
    top: -3px;
}
.section_search{
    padding-bottom: 0px;
}

.navigation{}
.navigation h2{
    display: none;
}

.nav-links{
    text-align: center;
}

.navigation span, .navigation a, .ngg-navigation a{
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    transition: all .3s;
    padding: 10px 15px;
    color: #000;
    display: inline-block;
}
.current, .ngg-navigation .current{background: #23282b;color: #ffffff;}
.navigation span:hover, .navigation a:hover, .ngg-navigation a:hover{background: #239c15;color: #ffffff;}

/*--- фото галерея */

.item_foto_gallery{}

.item_foto_gallery h2{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    padding: 0 0 15px 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.item_foto_gallery h2:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 25px;
    position: absolute;
    background:#239c15;
    left: 0px;
}
.cat_foto_gallery a{
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-right: 7px;
    margin-left: 7px;
    background: #fff;
    text-align: center;
    margin-bottom: 25px;
    padding: 15px 0;
    color: #000;
    transition: all .3s;
}

.cat_foto_gallery a:hover {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}
.cat_foto_gallery a:nth-child(1){margin-left: 0px;}
.cat_foto_gallery a:nth-child(4){
    margin-right: 0px;
}

.tags{}
.tags a{
    display: inline-block;
    padding: 9px 22px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #151515;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: all .3s;
}
.tags a:hover{background: #239c15;color: #ffffff;}

.block_categories {
    padding: 32px 22px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.block_categories ul{
    padding-left: 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.block_categories  li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block_categories li::before {
    position: relative;
    display: inline-block;
    left: -25px;
    top: -1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: '';
    background: #d7d7d7;
}

.block_categories li a {
    -ms-flex: auto;
    flex: auto;
    padding-right: 15px;
    color: #151515;
    transition: all .3s;
}

.block_categories li a:hover{color: #239c15;}
.ngg-albumoverview , .ngg-galleryoverview{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.foto_gallery .ngg-album, .ngg-gallery-thumbnail-box{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.foto_gallery .ngg-album, .ngg-gallery-thumbnail-box{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 25px;
    position: relative;
    height: auto;
    border:0px;
    float: left;

}
.ngg-gallery-thumbnail{
    float: none;
}
.ngg-albumcontent, .ngg-gallery-thumbnail{
    width: 100%;
    overflow: hidden;
    display: block;
    height: 18.94792vw;
}

.ngg-thumbnail img, .ngg-gallery-thumbnail img{
    background-color: #FFFFFF;
    border: 0px;
    margin: 0px;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
}

.ngg-album:hover .ngg-thumbnail img, .ngg-gallery-thumbnail-box:hover .ngg-gallery-thumbnail img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.ngg-gallery-thumbnail a::after{
    font-family: "Material Design Icons";
    content: "\f118";
    display: block;
    width: auto;
    height: 100%;
    background: #00000040;
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    color: #ffffff;
    font-size: 44px;
    text-align: center;
    padding: 34% 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.ngg-gallery-thumbnail-box:hover .ngg-gallery-thumbnail a::after {
    opacity: 1;
    visibility: visible;
}

.ngg-thumbnail, .ngg-gallery-thumbnail {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.ngg-thumbnail img:hover, .ngg-gallery-thumbnail img:hover {
    background-color: transparent;
}
.ngg-description{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -5px;
    font-size: 14px;
    color: #fff;
    z-index: 77;
    text-align: center;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.ngg-album:hover .ngg-description {
    bottom: 5px;
    opacity: 1;
    visibility: visible;
}

.ngg-albumtitle{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    padding: 20px 0 30px 0;
    z-index: 66;
    background: #239c15;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    transition: inherit;
    will-change: transform;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: all 300ms ease-in-out;
}

.ngg-album:hover .ngg-albumtitle {

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.ngg-albumtitle a{
    color: #ffffff;
}
/*--- фото галерея */

/*- награды -*/

.slide-fri .owl-nav{
    display: none;
}

.slide-fri .owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 55px;
}

.slide-fri .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.slide-fri .active{
    width: 13px;
    height: 13px;
}

.item_awards{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.item_awards:after{
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    position: absolute;
    content: "";
    border: 1px solid #ffffff82;
}
.item_awards{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed482f+0,ff3030+14,ad3222+100 */
background: rgb(237,72,47); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(237,72,47) 0%, rgb(255,48,48) 14%, rgb(173,50,34) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(237,72,47) 0%,rgb(255,48,48) 14%,rgb(173,50,34) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(237,72,47) 0%,rgb(255,48,48) 14%,rgb(173,50,34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed482f', endColorstr='#ad3222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.awards_item_main{}
.awards_item_aside{
    position: relative;
    margin-left: 25px;
}
.awards_title{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
}

/*.awards_title .text_accent {
    display: block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.098em;
    color: #fcef57;
}*/
.divider{
        margin-top: 14px;
}

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

.awards_time {
    font-size: 18px;
    line-height: 1.22222;
    margin-top: 14px;
    color: #ffffff;
}

.awards_item_aside::before {
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.59);
    pointer-events: none;
}

.awards_item_aside img {
    width: 100%;
    max-width: inherit;
}

.schut{
    display: inline-block;
    background-color: #ffffff;
    color: #000;
    border-radius: 2px;
    padding: 2px 6px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
/*- награды -*/

/*- страница игрока -*/

.plaers_boigraf{
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
    margin: 25px;
}
.item_player_info{   
    border: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
    background-color: #ffffff;
}
.item_player_img{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background: #26353c;
    overflow: hidden;
    text-align: center;
    width: 370px;
    height: 270px;
}
.player_number{
    position: absolute;
    top: -5px;
    left: 15px;
    display: inline-block;
    min-width: 50px;
    padding: 10px 8px;
    font-size: 24px;
    letter-spacing: 0.123em;
    color: #fff;
    text-align: center;
    background: #ee5748;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg);
    z-index: 1;
}
.player_img{
    position: relative;
    z-index: 1;
}
.player_img img, .team_logo_img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.player_img img{
    transition: all .3s;
    will-change: transform;
    position: relative;
    bottom: -87px;
}
.team_logo_img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.07;
}
.team_logo_img img{
    max-width: inherit;
    transition: all .3s;
    will-change: transform;
    width: 230px;
}
.item_player_info:hover .player_img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.item_player_info:hover .team_logo_img img{
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.player_info_box{
    -ms-flex-preferred-size: calc(100% - 370px);
    flex-basis: calc(100% - 370px);
    -ms-flex: 1;
    flex: 1;
    padding: 25px 25px 0 25px;
}
.player_title{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000000;
    font-size: 26px;
}
.player_pozichia{
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #239c15
}
.player_table{
    border-top:  1px solid rgba(204, 204, 204, 0.41);
    margin-top: 15px;
}
.player_table_item{
    padding: 8px 0;
    border-bottom:  1px solid rgba(204, 204, 204, 0.41);
    overflow: hidden;
}

.table_item_title{
    display: inline-block;
    float: left;
    text-align: left;
    color: #aba7a7;
    text-transform: uppercase;
    font-size: 12px;
}
.table_item_text{
    display: inline-block;
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    color:#000000;
}
/*- страница игрока -*/

/*состав команд*/
.itbox{
    margin-top: -26px;
}
.match__table tr, .match__table td{
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: inherit;
    vertical-align: baseline;

}

.table {
    background-color: #fff;
    border-collapse: collapse;
    color: #535f68;
    font-size: 13px;
}

.match__table ._in {
    color: #719a3b;
}

.match__tab__head {
    color: #000;
    font: bold 20px/24px 'Roboto',sans-serif;
    margin-bottom: 4px;
    text-align: center;
}

.match__table__head {
    color: #000;
    font: bold 16px/20px 'Roboto',sans-serif;
    margin-top: 5px;
    text-align: center;
}


.match__table ._out {
    color: #d5000a;
}

.match__table {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 100%;
}

.match__table._two_cols {
    box-sizing: border-box;
    padding-right: 15px;
    width: 49%;
}

.table th {
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 15px 7px;
    text-align: left;
    vertical-align: bottom;
}

.match__table .table th {
    padding: 5px 4px;
}

.table td {
    border-bottom: 1px solid #e5e5e5;
   /* border-top: 1px solid #e5e5e5;*/
    padding: 8px 15px;
    text-align: left;
    vertical-align: top;
}

.table ._right {
    text-align: right !important;
}

.match__table._two_cols + ._two_cols {
    padding-right: 0;
    padding-left: 15px;
}
.match__stat{
    margin-bottom: 20px;
}
.match__stat .table{
    width: 100%;
}

.stat_time{
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

td.stat_left {
    text-align: right;
  /*  width: 280px;*/
}
.rc, .yc, .boal{
    width: 14px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
}
.rc{background-image: url(../img/red_card.png);}
.yc{background-image: url(../img/yellow_card.png);}
.boal{background-image: url(../img/boal.png);}

.table_team_play{}
.team_play{
    width: 48%;
    float: left;
    display: inline-block;
    background: #fff;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-right: 4%;
}

/*состав команд*/
/*- турнирная таблица целиком -*/

td.t_2 p {
    display: inline-block;
}

td.t_3, td.t_4, td.t_5, td.t_6, td.t_7, td.t_8{
    min-width: 54px;
    text-align: center;
    font-size: 14px;
}
.right_table tr.header{
    background: #239c15;
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}

.item_turnirka_body tr.header{
    background: #239c15;
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}

.item_turnirka_body tr.header td, .right_table tr.header td{
    color: #ffffff;
    font-size: 14px;
}

.right_table td.t_3, .right_table td.t_4{
    width: auto;
}

.page_table .t_1 {
    padding-left: 15px;
    padding-right: 10px;
    width: 30px;
    color: #dfe1e6;
    font-weight: 500;
    font-size: 25px;
}

.letopis{
    padding:25px 0;
}

/* Базовый контейнер табов */
.tabs {
    min-width: 320px;
    max-width: 1140px;
    padding: 0px;
    margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
    display: none;
    padding: 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Прячем чекбоксы */
.tabs>input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
    display: block;
    float: left;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all .3s
}

 
.tabs>label:hover {
    color: #ffffff;
    background-color: #239c15;
    cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
    background: #239c15;
    color: #fff;
    border-right: 1px solid #239c15;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
    display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/


.matc_box_item{
    padding: 0px;
}
.calendar{
    display: block;
    overflow: hidden;
    display: flex;
     justify-content: center;
     padding: 15px 0;
     border-bottom: 1px solid #ccc;
}

.calendar:hover{
    background-color: #cccccc21;
}
.calendar_item{
    display: inline-block;
    padding: 0 15px;
}
.date_turnir{
    line-height: inherit;
    padding-top: 25px;
    font-size: 14px;
    padding-left: 30px
}
.turnir{
    padding-top: 25px;
    font-size: 14px;
}
.com_logo_1{}
.com_logo_1 img{width: 70px;}
.com_name_1{
    padding-top: 35px;
    font-size: 14px;
    line-height:1.3;
    text-align: left;
    width: 120px;
}
.schet{
    font-size: 18px;
    line-height: 88px;
    font-weight: 600;
}
.com_name_2{
    padding-top: 35px;
    font-size: 14px;
    line-height:1.3;
    text-align: right;
    width: 120px;
}
.com_logo_2{
    padding-right: 30px;
}
.com_logo_2 img{
    width: 70px;
}
.schet{
    width: 15%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.com_name_1_m, .com_name_2_m, .com_name_c_m{
    display: none;
}

.calendar{
        display: block;
        text-align: center;
    }
    .date_turnir {
        width: 100%;
        text-align: center;
        font-weight: 600;
        padding-top: 0px;
    }

    .turnir{
    text-align: center;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 15px;
    }

    .calendar_item{
        vertical-align: top;
    }
 
@media screen and (max-width: 680px) {
    .tabs>label {
        font-size: 0;
    }
    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabs>label {
        padding: 15px;
    }
}

/*- турнирная таблица целиком -*/
@media only screen and (max-width: 1150px){

    .fotter_img{
        width: auto;
    }
    .nav_bar_main, .nav_bar_fotter, .nav_bar_top, .nav_main_search, .nav_main_partner{
        display: none;
        height: 0px;
        opacity: 0;
    }

    .nav_bar_mobile{
        display: block;
    }
    .nav_bar_mobile{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1090;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.nav_bar_panel_r{
    width: 70%;
}

    .nav_mobile_btm{
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 18px;
    background-color: transparent;
    background-image: url(../img/menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

    .panel-inner{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 5px;
    }

    .panel-inner .nav_bar_panel::before, .panel-inner .nav_bar_panel_r::before{
        display: none;
    }

    .panel-inner .nav_bar_panel_r{padding: 9px 0;}

    .slider_flex {
        position: relative;
        top: 55px;
    }

    .slider-caption {
        padding: 20px 30px 130px;
    }
    .slider-caption h2 {
        font-size: 45px;
    }

    .share_item {
    margin-left: 0px;
    display: block;
        }


}

@media only screen and (max-width: 990px){

    .container {
        max-width: 720px;
    }

    .col_8, .col_md_4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .col_2, .foto_gallery .ngg-album, .ngg-gallery-thumbnail-box{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


    .aside-components{
        position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
}

    .aside-components{
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
                float: left;
    }

    .col_12 .news_box_img{
        height: 440px;
        position: relative;
    }
    .col_12 .news_box_img img{
        position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transition: all .3s;
    }

    .slider-caption {
        padding: 20px 30px 130px;
        text-align: left;
        float: left;
    }

    .col_7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 15px
    }

    .nav_minimal {
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    .slider-caption h2 {
        font-size: 22px;
    }

    .slider-caption p {
        font-size: 14px;
        line-height: 21px;
    }

    .calendar{
        display: block;
        text-align: center;
    }
    .date_turnir {
        width: 100%;
        text-align: center;
        font-weight: 600;
        padding-top: 0px;
    }

    .turnir{
    text-align: center;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 15px;
    }

    .calendar_item{
        vertical-align: top;
    }

}
@media only screen and (max-width: 770px){

    .match__table._two_cols{
        width: 100%;
        padding-right: 0;
    }

    .match__table._two_cols + ._two_cols{
        padding-left: 0;
    }

   .match__table .table{
    width: 100%;
   }

    .container {
        max-width: 540px;
    }
	
	.hymn-site18{
    width: 100%;
    height: auto;
}

    .col_6, .aside-components{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .news_box_img {
        height: 33.94792vw;
    }
    .aside-components{
            padding-left: 0px;
    }

    .share_item {
    margin-left: 5px;
    display: inline-block;
}
.slider-caption h2 {
    font-size: 30px;
}
.slider-caption p {
    font-size: 22px;
}

.slider_flex {
    height: 44.94792vw;
    max-height: 475px;
}

.m_game_team_logo img {
    width: 60px;
    height: auto;
}

.m_game_info_data {
    font-size: 14px;
}

.m_game_info_nedela {
    display: none;
}

.m_game_info_sher{
    display: none;
}

.match_game_info .btm {
    width: auto;
    font-size: 10px;
}

.m_game_team_name {
    font-size: 14px;
    color: #151522;
    text-align: left;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;

}

.match_game_team{
    position: relative;
}

.m_game_team_city{
    left: 0px;
}

.team_2 .m_game_team_name{
    text-align: center;
    right: 0px;
    left: auto;
    width: 100%;
}

.item_box_mob {
    padding: 20px 5px;
}

.match_game_countdown{
    font-size: 12px;    padding: 20px 5px;
}

.m_game_team_city{
    margin-top: 35px;
    text-align: center;
}

.match_сhamp {
    font-size: 16px;
    padding: 0 15px;
    }

    .ngg-albumoverview, .ngg-albumoverview, .ngg-galleryoverview{
        margin: 0px;
    }

    .slider-caption {
        padding: 20px;
        width: 100%;
    }

    .slider-caption h2 {
        font-size: 22px;
    }

    .slider-caption p {
        font-size: 14px;
        line-height: 21px;
    }

     .com_logo_1, .com_logo_2, .schet {
        width: 32.3333%;
        padding: 0px;
    }

    .com_name_1, .com_name_2{
        display: none;
    }

    .com_name_1_m, .com_name_2_m, .com_name_c_m{
        display: inline-block;
        width: 32.3333%;
        font-size: 14px;
    }

    .com_name_1_m{
        
    }

    .com_name_2_m{

    }


}

@media only screen and (max-width: 770px){

    .item_player_img, .player_info_box{
    width: 100%;
}

.item_player_info{
    display: block;
}

    .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}  
.cat_article .news_box_img {
    height: 45.94792vw;
}

.match_game_team{
    border:0px;
}

.slider_flex {
        height: 300px;
}

.swiper-b-next, .swiper-b-prev, .bp_list li.pravila{
    display: none;
}

.email_sub_input input[type="text"] {
    font-size: 16px;
}
.fbtm{padding: 8px 15px;}

.foto_gallery .ngg-album{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ngg-albumcontent {
        height: 38.94792vw;
    }

    .article_slider_title {
        font-size: 16px;
    }

    .cat_article_box {
        padding: 15px 5px;
    }

    .item_article h1 {
        font-size: 22px;
        line-height: 1.33333;
    }

    .news_box_time {
        margin-left: 0px;
    }

    .article_page .news_box_img {
        height: 46.94792vw;
        max-height: 350px;
    }

.item_turnirka_body td.t2{
    text-align: center;
}

td.t_3, td.t_4, td.t_5, td.t_6, td.t_7, td.t_8{
    min-width: auto;
    width: auto;
}
.page_table .t_1{
    padding-left: 10px;
    padding-right: 10px;
    width: 30px;
    color: #dfe1e6;
    font-weight: 500;
    font-size: 14px;
}



@media only screen and (max-width: 450px){
td.t_5, td.t_6, td.t_7, td.t_8{
    display: none;
}
    .title_item h3 {
        font-size: 14px;
    }
    .cat-primary {
        margin-bottom: 10px;
    }
    .col_12 .news_box_img img {
    right: 80%;
}

.share_item, .nav_minimal{
    display: none;
}

.btm_sher_box{
    float: none;
}

.news_box_main {
    padding: 20px;
    width: auto;
}

.unit_item{
    text-align: center;
}
.unit_logo{
    float: none;
}
.unit_item p{
    padding: 25px 0 25px 0px;
}
.list_inline {
    text-align: center;
}
.unit_middle {
    margin-right: 0;
    text-align: left;
}
.s_fotter_nav li{
    margin-bottom: 15px;
}
.container_justify > *{
    margin-left: 0px; 
}

    .col_2{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .match_lt_chet::after {
        left: 26%;
    }

    .article_page .news_box_txt {
        color: #151522;
        font-size: 16px;
    }

    .m_game_team_name {
        font-size: 12px;
    }
    .col_ms_d4{}

    .row_ms{
        position: relative;
    }

    .col_ms_4{
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 100%;
        max-width: 100%;
        position: absolute;
        top: -25px;
    }

    .col_ms_d4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 35px;
    }

    .col_ms_4 .match_lt_chet{
        font-size: 32px;
        padding: 15px 0;
    }

    .col_ms_4 .match_lt_chet::after {
        left: 43%;
    }

    .bp_list li a{
        font-size: 12px;
    }

    td.stat_left {
        text-align: right;
        width: 91px;
    }

    .table td{
        padding: 8px 5px;
    }
}
	
	
.ttable_page{width:100%; color:#000;  padding:5px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size:12px; }
            .ttable_page a{color:#000;  text-decoration:underline;}
            .normal{color:#3e3e3e; background:#fff;}
            .normal a{color:#0176cf; text-decoration:underline;}

            .ttable_page table tr.copy{font-size:80%; text-align:right;}
            .ttable_page table tr.copy td{padding-top:10px;}
            
            .ttable_page col.ttable-all{}
            .ttable_page col.ttable-home{background:#ccfbdb;}
            .ttable_page col.ttable-guests{background:#eec1c4;}
            
            .ttable_page table{width:100%;}
            .ttable_page table thead{}
            .ttable_page table thead tr{border-bottom:1px solid #ddd;}
            .ttable_page table thead tr th{font-size:12px;font-weight:normal; vertical-align: top; padding:7px; text-align:center;}
            .ttable_page table tbody tr{border-bottom:1px solid #ddd;}
            .ttable_page table tbody tr.lined{border-bottom:4px solid #ddd;}
            .ttable_page table tbody tr td{font-size:14px;font-weight:normal; vertical-align: top; padding:7px;}
            .ttable_page table tbody tr td.marker-GREEN{background:#ccfbdb;}
            .ttable_page table tbody tr td.marker-YELLOW{background:#ffff7d;}
            .ttable_page table tbody tr td.marker-RED{background:#eec1c4;}
            .ttable_page table tbody tr td.team-title{}
            .ttable_page table tbody tr td.team-title a{text-decoration:none; color:#3e3e3e;}
            .ttable_page table tbody tr td.team-title a:hover{text-decoration:underline; color:#f62528;}
            .ttable_page table tbody tr:last-child{border-bottom:none;}            
            .ttable_page table tbody tr.lined{border-bottom: 4px solid #ddd;}  
            .ttable_page table tbody tr.current-team{font-weight:bold;}  
            .ttable_page table tbody tr.current-team td{font-weight:bold; color:#f62528;}  
            .ttable_page table tbody tr.current-team td a{font-weight:bold; color:#f62528;}  