@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600,700&subset=cyrillic,cyrillic-ext');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
 */

html {
    overflow-x: hidden;
}

body {
        font-family:'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    color: #2A2A2A;
    -moz-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    padding: 0;
    margin: 0;
    background-color: #000F53;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    font-size: 55%;
    top: -0.6em;
}

p{
    margin-top: 0;
    margin-bottom: 72px;

}

a:before,
a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #2A2A2A;
}

a{
    color: #031B87;
}

a:hover{
    color: #5C78E9;
}

section{
    padding-top: 0;
    padding-bottom: 40px;
}

header{
    background-color: #000F54;
    height: 40px;
    position: relative;
    z-index: 100;
}

.b_menu_box{
    float: right;
}

.a_soc{
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    margin: -2px 5px;
    text-transform: uppercase;
}

.new_txt:before,.new_txt:after,
.clearfix:before, .clearfix:after { content: ""; display: table; }

.new_txt:after,
.clearfix:after { clear: both; }

.new_txt,
.clearfix { zoom: 1;
    position: relative; }

.a_foot_logo{
    width: 200px;
    display: block;
}

.a_foot_logo img{
    max-width: 100%;
}

.a_lang{
    height: 20px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    text-transform: uppercase;
    padding: 0 6px;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}

.a_lang.active{
    font-weight: 300;
    border: 1px solid #67B3F2;
    box-sizing: border-box;
}

.a_lang:hover{
    color: #5C78E9;
}

.a_soc path{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.a_soc:hover path {fill: #5C78E9 !important;}

.b_menu_box{
    margin: 10px 20px 0;
    height: 20px;
}

.b_menu_box.br{
    padding-left: 16px;
    /* padding-right: 15px;*/
    padding-right: 0;
    margin-left: 10px;
    /*margin-right: 5px;*/
    margin-right: 0;
/*    border-right: 1px solid #3997E4; */
}
.b_menu_box.m1{
    margin-top: 7px;
}
.a_menu{
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 1px 0 20px;
}

.a_menu:hover{
    color: #5C78E9;
}

.a_logo{
    display: block;
    position: absolute;
    top: 22px;
    left: 3px;
    width: 310px;
    height: 130px;
    background: transparent url("../img/logo.svg") no-repeat 50% 50% /cover;
}

.header__medal {
    display: block;
    position: absolute;
    top: 2px;
    left: 364px;
    width: 88px;
    height: 121px;
    background: transparent url("../img/medal.png") no-repeat;
    background-size: 100% auto;
}

.header__medal-2 {
    display: block;
    position: absolute;
    top: 2px;
    left: 438px;
    width: 79px;
    height: 120px;
    background: transparent url("../img/medal_2.svg") no-repeat;
    background-size: 100% auto;
}

.header__medal-3 {
    display: block;
    position: absolute;
    top: 2px;
    left: 506px;
    width: 79px;
    height: 120px;
    background: transparent url("../img/medal_3.svg") no-repeat;
    background-size: 100% auto;
}

.a_logo:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    right: -30px;
    bottom: 33px;
    opacity: .5;
    background-color: #fff;
}

.templID_16 .a_logo{
    background: transparent url("../img/logo.svg") no-repeat 50% 50% /cover;
}

.u_menu{
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 81px;
    right: 11px;
}

.u_menu li{
    display: inline-block;
    padding: 0;
    margin: 0 0 0 21px;
}

.u_menu li a{
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
}

.templID_16 .u_menu li a{
    color: #FFFFFF;
}

.u_menu li a:after{
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: -3px;
    border-bottom: 1px solid #5C78E9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.templID_16 .u_menu li a:after{
    border-bottom: 1px solid #A6A6A6;
}

.u_menu li a:hover{
    color: #5C78E9;
}

.templID_16 .u_menu li a:hover{
    color: #fff;
}

.u_menu li a:hover:after{
    opacity: 1;
}

.slick-arrow{
    position: absolute;
    bottom: 0;
    z-index: 8;
}

.slick-prev.slick-arrow{
    left: 60px;
}
.slick-next.slick-arrow{
    left: 155px;
}

.slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 7px;
    right: 36px;
    z-index: 9;
}

.slick-dots li{
    display: inline-block;
    margin: 0 10px;
}

.slick-dots button{
    text-indent: -6000px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 0;
    width: 10px;
    height: 10px;
}

.slick-dots .slick-active button{
    background-color: #6A87FF;
}

.b_big_itm_tit{
    /* position: absolute; */
    /* left: 56px; */
    /* bottom: 246px; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 35px;
    color: #FFFFFF;
    width: 50%;
    width: 655px;
    z-index: 2;
}

.b_big_itm{
    position: relative;
    height: 91vh;
    overflow: hidden;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 5%;
    background-repeat: no-repeat;
}

.b_big_itm:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 15.44%), linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
}

.b_big_itm_tit span{
    display: block;
    margin-top: 23px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
}

.b_big_itm_rb{
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 2;
    width: 490px;
}

.b_big_itm_new{
    width: 490px;
    height: 120px;
    margin-top: 2px;
    background-color: #fff;
    padding: 4px;
    white-space: nowrap;
}

.b_big_itm_new>img{
    display: inline-block;
    vertical-align: top;
}

.b_big_itm_new>span{
    position: relative;
    display: inline-block;
    padding: 15px 17px;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    width: 280px;
    color: #2A2A2A;
}

.b_big_itm_new .s_time{
    display: block;
    position: absolute;
    bottom: 8px;
    left: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #929292;
}

.slick-slide>img{
    width: 100%;
    height: auto;
}

.b_big_slider .container-fluid{
    position: absolute;
    bottom: 241px;
    z-index: 1;
    left: 50%;

    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#bigSliderIn2{
    bottom: 154px;
}

.b_bilets {
    background-color: #fff;
    /* border: 10px solid #000F54; */
    padding: 32px 29px 87px;
}



.b_bilets_com.c1{
    text-align: right;
}

.b_bilets_com.c1 img{
    float: right;
    margin-left: 15px;
    max-height: 100px;
}
.b_bilets_com.c2 img{
    float: left;
    margin-right: 18px;
    max-height: 106px;
}

.b_bilets_com{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    /* line-height: 99px; */
}

.b_bilets_sep{
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 40px;
    text-transform: uppercase;

    color: #2A2A2A;

}
.b_bilets_time{
    text-align: right;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #929292;
    padding-top: 10px;
}

.b_bilets_time span{
    color: #2A2A2A;
}
.b_bilets_date{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}

.a_bay_bil{
    border-right: 8px solid #fff;
    border-left: 8px solid #fff;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 49px;
    background: url("../img/bb_bg.png");

    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.a_bay_bil:hover {
    opacity: .7;
    color: #fff;
}

.b_bilets{
    position: absolute;
    z-index: 10;
    top: -120px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b_big_slider{
    height: 91vh;
    overflow: hidden;
}

.b_menu_box.mr{
    margin-right: -11px;
}

h1,
h3,h2,h4{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    padding: 0;
    margin: 69px 0 40px;
}

h1.wt,h3.wt,h2.wt,h4.wt{
    color: #fff;
}

.b_champs{
    background-color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.b_champs_menu{
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 21px 23px;
    border-bottom: 1px solid #E4E4E4;
}
.b_champs_menu li{
    display: inline-block;
    margin-left: 2%;
    position: relative;
    margin-right: 2%;
}

.b_champs_menu li.active a:hover,
.b_champs_menu li.active a{
    color: #2A2A2A;
}

.b_champs_menu li a{

    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #031B87;
}

.b_champs_menu li.active:after{
    content: '';
    width: 100%;
    border-bottom: 2px solid #2A2A2A;
    position: absolute;
    bottom: -21px;
    left: 0;
}


.b_champs_menu li a:hover{
    color: #6A87FF;
}

.b_champs_menu li:before{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    content: '';
    position: absolute;
    top: -6px;
    left: -66px;
    width: 50px;
    height: 40px;
    background: transparent url("../img/championship-russia.svg") no-repeat 50% 50% /cover;
    display: none;
}

.b_champs_menu li.active:before {
    opacity: 1;
}

.b_champs_menu li.l2:before{
    background: transparent url("../img/kub_rus.svg") no-repeat 50% 50% /cover;
    width: 44px;
    height: 44px;
    top: -8px;
}

.b_champs_menu li.l3:before{
    background: transparent url("../img/liga_champ.svg") no-repeat 50% 50% / contain;
    width: 37px;
    height: 40px;
    top: -8px;
}

.t_champ{
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 24px;
}


.t_champ th{
    padding: 17px 10px 12px;
    border-bottom: 1px solid #E4E4E4;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
    border-spacing: 0;
}

.t_champ td.c1,
.t_champ th.c1{
    padding-left: 20px;
}

.t_champ td.c5,
.t_champ th.c5{
    padding-right: 20px;
    padding-left: 20px;
}

.t_champ th,
.t_champ td{
    text-align: center;
    border-spacing: 0;
}

.t_champ th.c3,
.t_champ td.c3{
    text-align: left;
}

.t_champ td{
    padding: 10px 5px;
}

.t_champ tr:nth-child(2) td{
    padding-top: 20px;
}

.t_champ .c1{
    width: 5%;
}

.t_champ .c2{
    width: 22px;
}

.t_champ .c3{
    /* width: 70%; */
}

.t_champ .c7,
.t_champ .c6,
.t_champ .c5,
.t_champ .c4{
    width: 40px;
    text-align: center;
}

.t_champ .c8{
    width: 40px;
}

.a_champ_more{
    display: inline-block;
    padding-left: 65px;
    padding-right: 65px;
    margin-top: 1px;
    height: 50px;
    line-height: 49px;
    border: 1px solid #031B87;
    margin-left: auto;
    margin-right: auto;
    color: #031B87;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.a_champ_more.wt{
    color: #fff;
    border-color: #fff;
}

.center{
    text-align: center;
}

.a_champ_more{
    position: relative;
}

.a_champ_more.mt{
    margin-top: 80px;
}

.a_champ_more span{
    display: inline-block;
    margin: 0 5px;
}

.a_champ_more:hover{
    color: #6A87FF;
    border-color: #6A87FF;
}

.a_champ_more path{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.a_champ_more:hover path {stroke: #5C78E9 !important;}

h3.cw{
    color: #fff;
}

.b_matches_itm{
    margin-left: 14px;
    margin-right: 14px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 393px;
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
}

.b_matches_itm  .dat{
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    padding: 22px 0 23px;
    color: #2A2A2A;
    border-bottom: 1px solid #000F54;
    margin-bottom: 11px;
}

.b_matches_itm  .plc,
.b_matches_itm  .tim{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

.t_matches{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

.t_matches td{
    /* padding: 0px 10px 0; */
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2A2A;
    vertical-align: middle;
    text-align: center;
}

.t_matches td.c1,
.t_matches td.c3{
    width: 40%;
}

.t_matches td.c2{
    width: 20%;
}

.t_matches img{
    max-width: 63%;
}

.t_matches td.c2{
    font-size: 40px;
    white-space: nowrap;
}
.t_matches img{
    display: inline-block;
}

.s_mch_more{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000F54;
    height: 70px;
    line-height: 69px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f3f3f3;
}

.s_mch_more:hover{
    color: #5C78E9;
    background-color: #F3F3F3;
}


.s_mch_more.new{
    background-color: #031B87;
    color: #fff;
}

.s_mch_more.new:hover{
    background-color: #929292;
}


#bMatchesSld .col-md-3 {
    -ms-flex: inherit;
    flex: inherit;
    max-width: 25%;
}

.s_sect.s2{
    padding: 8px 0 133px;
    background: transparent url("../img/matches-bg.jpg") no-repeat 50% 50% / cover;
    /* margin-top: 40px; */
}

.s_sect.s5{
    padding: 8px 0 71px;
    background: transparent url("../img/team-bg.jpg") no-repeat 50% 50% / cover;
    /* margin-top: 40px; */
}

#bPlayersSld .slick-next.slick-arrow,
#bMatchesSld .slick-next.slick-arrow {
    right: 14px;
}

#bPlayersSld .slick-prev.slick-arrow,
#bMatchesSld .slick-prev.slick-arrow {
    right: 100px;
}

#bPlayersSld .slick-arrow,
#bMatchesSld .slick-arrow {
    position: absolute;
    bottom: auto;
    top: -73px;
    z-index: 8;
    right: 14px;
    left: auto;
}

#PlayerSld .slick-arrow path,
#bigSlider .slick-arrow path,
#bPlayersSld .slick-arrow path,
#bMatchesSld .slick-arrow path{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#PlayerSld .slick-arrow:hover path,
#bigSlider .slick-arrow:hover path,
#bPlayersSld .slick-arrow:hover path,
#bMatchesSld .slick-arrow:hover path{
    stroke: #5C78E9;
}

#bPlayersSld .slick-dots,
#bMatchesSld .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -60px;
    right: auto;
    width: 100%;
    text-align: center;
    z-index: 9;
}

h4.cw{
    color: #fff;
}

.b_f_img{
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
}

.b_f_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}



.b_f_img:before{
    content: "";
    display: block;
    padding-top: 128%;
}

.a_gal_img{
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.col-md-6 .b_f_img:before{
    padding-top: 83%;
}

.s_sect.s1{
    background-color: #fff;
    padding-bottom: 80px;
}

.a_gal_img:before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 60.37%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-blend-mode: multiply, normal;;
    opacity: .7;
}
.a_gal_img2:hover:before ,
.a_gal_img:hover:before {
    background-color: rgba(0, 0, 0, .5);
}

/*
.a_gal_img:hover img{
    -webkit-transform: scale(1.04,1.04);
    -moz-transform: scale(1.04,1.04);
    -ms-transform: scale(1.04,1.04);
    -o-transform: scale(1.04,1.04);
    transform: scale(1.04,1.04);
}
*/
.a_hist_tit,
.b_hist_img_in,
.b_f_img2,
.b_f_img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover .b_hist_img_in,
.a_gal_img2:hover .b_f_img2,
.a_gal_img:hover .b_f_img{
    -webkit-transform: scale(1.04,1.04);
    -moz-transform: scale(1.04,1.04);
    -ms-transform: scale(1.04,1.04);
    -o-transform: scale(1.04,1.04);
    transform: scale(1.04,1.04);
}

a:hover .a_hist_tit{
    color: #5C78E9;
}

.b_gal_tit{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 4;
    padding-right: 30px;
}
.b_gal_tit span{
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
    margin-top: 28px;
    text-transform: lowercase;
}

.b_f_img.r3:before{
    padding-top: 127.5%;
}

.a_champ_more.rt{
    text-align: right;
    background-color: transparent;
    margin-top: -9px;
}

.a_players_itm span,
.a_players_itm{
    display: block;
    position: relative;
}

.a_players_itm{
    background-color: #fff;
    margin-left: 14px;
    margin-right: 14px;
}

.a_players_itm .num{
    position: absolute;
    bottom: 14px;
    left: 10px;
    z-index: 1;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #E67223;
    text-align: center;
    width: 50px;
}


.a_players_itm .ft{

/* height: 10vw; */
}

.a_players_itm .ft img{
    width: 100%;

}

/*
.a_players_itm .ft:before{
    content: "";
    display: block;
    padding-top: 83%;
}
*/
.a_players_itm .nm{
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    /* margin-top: 18px; */
    margin-bottom: -2px;
    padding: 0 10px 0px 64px;
}

.a_players_itm .nonum .nm,
.a_players_itm .nonum .amp{
    padding-left: 20px;
}

.a_players_itm .nonum .nm{
    padding-bottom: 4px;
}

.a_players_itm .amp{
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    padding-left: 64px;
    font-size: 16px;
    text-align: left;
    color: #929292;
}

.a_players_itm .bt{
    margin-top: 22px;
    /* margin-left: 20px; */
    margin-bottom: 20px;
    /* margin-right: 20px; */
    position: relative;
}

.a_players_itm .bt span{
    line-height: 24px;
    font-size: 14px;
}

.a_players_itm .r{
    position: absolute;
    left: 19px;
    top: 0;
    color: #2A2A2A;
}

.a_players_itm .yer{
    text-align: center;
    width: 100%;
    display: block;
}

.a_players_itm .yer span{
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    color: #2A2A2A;
}

.a_players_itm .a1{
    position: relative;
    z-index: 1;
}

.a_players_itm .a1:hover .nm{
    color: #5C78E9;
}

.a_players_itm .a2{
    position: absolute;
    bottom: 41px;
    right: 20px;
    z-index: 1;
}

.a_gal_img2 .pl path,
.a_gal_img2 .b_gal_tit2,
.a_players_itm .nm,
.a_players_itm .a2 path{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.a_players_itm .a2:hover path{
    fill: #5C78E9;

}
.a_champ_more.rt.wt{
    color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 10;
    padding-right: 10px;
}

.a_champ_more.rt.wt path{
    stroke: #fff;
}

.a_champ_more.rt.wt:hover{
    color: #5C78E9;
}

.s_sect.s6{
    padding-top: 80px;
    padding-bottom: 60px;
}

.a_gal_img2{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 33px;
}

.a_gal_img2 span{
    display: block;
}

.b_f_img2 img{
    display: block;
    width: 100%;
    margin-bottom: 28px;
}

.b_gal_tit2{
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 25px;
    color: #fff;
}

.a_gal_img2 .time{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
    margin-top: 16px;
}


.a_gal_img2:hover .b_gal_tit2{
    color: #5C78E9;
}

.a_gal_img2 .pl{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.a_gal_img2:hover  .pl path{
    fill: #5C78E9;

}

.s_sect.s7{
    background-color: #fff;
    padding-bottom: 90px;
    padding-top: 9px;
}

.b_part{
    text-align: center;
}

.
.a_part{
    display: block;
    margin-bottom: 30px;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.b_part img,
.a_part img{
    width: 100%;
}

footer{
    background-color: #000F54;
    padding-top: 80px;
    padding-bottom: 90px;
    color: #fff;
}

.b_copy{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding: 0 0 0 81px;
}

.b_foot_tit{
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.u_f_menu{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.u_f_menu li{
    display: block;
    margin-bottom: 4px;
}

.u_f_menu li a{
    display: block;
    line-height: 1.2;
    font-size: 14px;
    color: #5C78E9;
}

.u_f_menu li a:hover{
    text-decoration: underline;
}

.b_for_cal{
    width: 100%;
    /* height: 403px; */
    /* padding-left: 14px; */
    /* padding-right: 14px; */
    position: relative;
}

.row .b_for_cal:last-child{
    margin-right: 0;
}
.eventCalendar-dayWithEvents a{
    position: relative;
    display: block;
    text-indent: -6000px;
}
.eventCalendar-dayWithEvents a img{
    position: absolute;
    /* width: 72%; */
    left: 50%;
    top: 50%;
    display: block;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ev_tp{
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 100%;
    background-color: #3582C1;
}

.ev_tp.t1{
    background-color: #929292;
}

.open_evt{
    display: none;
    position: absolute;
    top: 3px;
    width: 62%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.open_evt .b_matches_itm{
    margin-left: 0;
    margin-right: 0;
}

.open_evt .close{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 22px;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 2;
    text-indent: -6000px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #031B87 url("../img/close.svg") no-repeat 50% 50% / cover;
    background-size: 50%;
    /*
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    */
}

.open_evt .close:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s_sect.s3{
    padding-bottom: 80px;
    padding-top: 10px;
}

.s_sect.s4{
    background-color: #000F53;
    padding-top: 120px;
    padding-bottom: 68px;
}

.container-fluid{
    position: relative;
}

.menu-mobile {
    text-align: left;
    width: 38px;
    height: 30px;
    display: none;
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    outline: none !important;
    z-index: 10;
    overflow: hidden;
}
/*
.menu-mobile:before{
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 6px;
    right: 0px;
    top: 14px;
    background-color: #fff;
    z-index: 10;
}
*/
.fxt .menu-mobile {
    max-height: 300px;
    overflow: hidden;
}

.menu-mobile i {
    display: block;
    border-bottom: 5px solid #dddddd;
    width: 38px;
    margin-top: 6px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-left: 7px;
}

.menu-mobile i:nth-child(2) {
    width: 26px;
}


.menu-mobile.open i:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
}

.menu-mobile.open i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-mobile.open i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    width: 24px;

}

.menu-mobile.open i:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
}

.menu-mobile.open i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}

.menu-mobile.open i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
    width: 38px;
}

.img_bg>img{
    display: none;
}

.b_f_img2{
    position: relative;
    /* height: 0; */
    /* padding-top: 74%; */
    -webkit-background-size: cover;
    background-size: cover;
    /* margin-bottom: 28px; */
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tit_cal{
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #2A2A2A;
    position: relative;
    padding-left: 14px;
}

.tit_cal:before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3582C1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tit_cal.t2:before{
    background: #929292;
}

.b_tit_cal{
    /* position: absolute; */
    /* left: 14px; */
    /* bottom: 44px; */
    margin-top: 20px;
    margin-bottom: 40px;
}

.b_tit_cal .tit_cal:last-child{
    margin-right: 0;
}
.b_soc{
    margin-bottom: 9px;
}

.b_soc path{
    fill: #5C78E9;
}

.fcont{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
}

.fcont a{
    color: #5C78E9;
}

.fcont a:hover{
    color: #5C78E9;
    text-decoration: underline;
}

.s6 .a_champ_more{
    margin-top: 30px;
}

header:after{
    display: block;
    content: '';
    width: 100%;
    height: 124px;
    position: absolute;
    top: 100%;
    z-index: -1;
    left: 0;
    background:  url("../img/menu_bg.jpg") no-repeat 50% 50% / cover  ;
}


.templID_16 header:after{
    display: none;
}

section.s_news{
    padding-top: 124px;
    padding-bottom: 90px;
}

.b_my_arr{
    position: absolute;
    right: 27px;
    bottom: 40px;
}
.a_my_arr.prev{
    margin-right: 80px;
}

.a_my_arr:hover path{
    stroke: #5C78E9;
}
/*
.n1 .b_f_img:before {
    content: "";
    display: block;
    padding-top: 78%;
}
*/

.b_new{
    display: block;
    height: 100%;
    padding: 27px 10px 8px;
    /* margin-bottom: 35px; */
}

.b_new.img{
    padding: 0 0 30px;
}

.b_new span{
    display: block;
}

.b_new.img .new_img{
    display: block;
    float: left;
    max-width: 135px;
    max-height: 135px;
}



.b_new.img .new_txt{
    padding-left: 158px;
    height: 100%;
    position: relative;
}

.new_time{
    position: absolute;
    left: 10px;
    bottom: 0px;
    font-weight: normal;
    line-height: 16px;
    font-size: 14px;
    color: #929292;
}
.img .new_time{
    left: 158px;
}

.img .new_txt_tit{
    font-weight: NORMAL;
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
}

.new_txt_tit{
    font-weight: 600;
    line-height: 26px;
    font-size: 20px;
    color: #2A2A2A;
    /* padding-bottom: 32px; */
}



.b_fr_news{
    background-color: #fff;
    border-top: 6px solid #000F54;
    margin: 0 0 30px;
    margin-left: 14px;
    margin-right: 14px;
    width: 100%;
    padding-bottom: 20px;
}
/*
.s_news .col-md-4{
    margin-bottom: 30px;
}
*/
.btn-more,
.a_more{
    display: block;
    background-color: transparent;
    padding: 0 60px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    /* height: 36px; */
    border: 1px solid #fff;
    box-sizing: border-box;
    /* border-radius: 5px; */
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 19px;
}
.a_more:hover{
    color: #5C78E9;
    border-color: #5C78E9;
}


.u_news{
    padding: 16px 0 9px;
    list-style: none;
    margin: 0 0 60px;
    border-bottom: 3px solid #6A87FF;
    display: block;
    width: 100%;
}

.u_news li{
    display: inline-block;
    vertical-align: top;
    margin-right: 48px;
}

.u_news li a{
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #6A87FF;
    display: block;
    position: relative;
}

.u_news li.active a{
    color: #031B87;
}

.u_news li.active a:after{
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    border: 2px solid #fff;
}

.u_news li a:hover{
    color: #bcc8fd;
}

.b_new .new_txt_tit{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.b_new:hover .new_txt_tit{
    color: #5C78E9;
}

.b_team .a_players_itm{
    margin: 0 0 30px;
}


.s_news h3,
.s_news h2{
    text-align: left;
    margin-top: 0px;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 26px;

    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.s_news h3{
    margin-top: 20px;
}

.col-md-4 .b_gal_tit{
    font-size: 20px;
    bottom: 23px;
}
.col-md-4 .b_gal_tit span{
    margin-top: 16px;
}

.b_fr_news .b_new{
    /* margin-bottom: 27px; */
}

.b_fr_news.mb .b_new{
    margin-bottom: 13px;
}

.b_fr_news.mb .new_time{
    bottom: 13px;
}

.b_fr_news.mb{
    padding-bottom: 6px;
}

.a_players_itm a{
    display: block;
}

span.a_players_txt{
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, .9) 79.56%);

}

span.a_players_txt_in{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 24px;
}

.tr .a_players_txt{
    padding-top: 16px;
}

.a_players_itm .bt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.a_players_itm.tr .nm{
    height: 53px;
    padding: 0 20px;
}

.a_players_itm img{
    /* display: block; */
}

.b_player{
    background-color: #fff;
    padding: 50px 50px 80px;
}

.b_player_txt{
    padding-left: 35px;
}

.b_player_1{
    position: relative;
}

.b_player_1:before{
    content: '';
    display: block;
    position: absolute;
    left: -37px;
    top: 10px;
    width: 21px;
    height: 21px;
    background:  url("../img/volleball.svg") no-repeat 50% 50% / contain;
}

.b_player_1.b3:before{
    background-image: url('../img/group.svg');
    width: 12px;
    height: 32px;
    top: 8px;
    left: -33px;
}

.b_player_1.b4:before{
    background-image: url('../img/trophy.svg');
    width: 25px;
    height: 25px;
    top: 9px;
    left: -39px;
}

.b_player_1.b5:before,
.b_player_1.b2:before{
    display: none;
}

.b_player_sld{
    margin-top: 63px;
}

#PlayerSld .slick-arrow {
    position: absolute;
    bottom: 49%;
    z-index: 8;
}

#PlayerSld .slick-prev{
    left: 30px;
}

#PlayerSld .slick-next{
    left: auto;
    right: 30px;
}

.npl{
    padding-left: 0;
}

.b_player h2{
    margin-top: 7px;
    margin-bottom: 42px;
    margin-left: -4px;
}

.b_player_txt p{
    margin-bottom: 24px;
}

.b_new1{
    background-color: #fff;
    padding: 100px 17% 77px;
    margin-top: -5px;
}

.b_time{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
    margin-bottom: 38px;
}

.b_new1 h2{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 35px;
    color: #2A2A2A;
    text-transform: none;
    margin-bottom: 30px;
}

.b_new1_txt{
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 20px;

    color: #2A2A2A;
}

.b_new1_txt p{
    margin-bottom: 32px;
}

.b_about_bl{
    padding: 23px 3.3vw 5px;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 200px;
    /* height: 100%; */
}

.b_about_bl_tit{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 50px;
    text-transform: uppercase;
    color: #031B87;
    margin-bottom: 1px;
}

.b_about_bl_tit span{
    font-size: 30px;
}


.b_about_bl_txt {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 20px;

    color: #2A2A2A;
}

.b_about_bl_txt3,
.b_about_bl_txt2{
    font-size: 20px;
}

.b_about_bl_txt2 b{
    color: #000F54;
}


.b_about_bl_txt2 p{
    margin-bottom: 28px;
    line-height: 1.3;
}

.b_about_bl_txt3 p{
    margin-bottom: 35px;
    line-height: 1.40;
}

.b_about_img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.col-md-4{
    /* height: 100%; */
}

.s_news .b_about_bl h2{
    margin-top: 38px;
    margin-bottom: 48px;
}

.b_about_bl.b4 {
    padding-bottom: 59px;
}

.pl64{
    padding-left: 64px;
}

.pr64{

}

.a_about_sld{
    padding-left: 0;
    padding-right: 0;

}

.a_hist_img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.a_hist_tit{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    color: #fff;
}

.a_hist{
    display: block;
    margin-bottom: 52px;
}

.b_new.txt{
    height: auto;
}
.b_new.txt .new_time{
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 16px;
}

.man .a_players_txt{
    height: auto;
    max-height: 500px;
    min-height: 209px;
}

.a2:hover path{
    stroke: #5C78E9;

}

.a_players_itm .dop{
    display: block;
    max-height: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right:auto;

    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #000;
    color: #fff;

}

.man .dop span{
    /* border-top: 1px solid #E4E4E4; */
    max-height: 0;
    display: block;
    overflow: hidden;
    padding: 5px 20px 30px;
    font-size: 14px;
    line-height: 20px;
}



.man .dop span b{
    display: block;
    font-weight: normal;
    color: #929292;
    margin-top: 15px;

}

.man .dop span,
.man .a_players_txt,
.man .dop{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.a_players_itm.man{
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}


.a_players_itm.man:hover .dop{
    max-height: 500px;
    display: block;
}

.a_players_itm.man:hover .dop span{
    max-height: 500px;
    color: #fff;
}

.a_players_itm.man:hover .a_players_txt{
    max-height: 500px;
}

.a_players_itm.man:hover .a2{
    opacity: 0;
}

.man .bt{
    position: relative;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 0;
}
.man .amp{
    height: 73px;
    overflow: hidden;
}

.b_tour_cal{
    width: 100%;
}

.s_news.s_tour h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 11px;
}

.u_tour .u_news li a{
    text-transform: none;
}

.u_tour_com .u_news li a{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

.u_tour_com .u_news.op{
    border-bottom: none;
    padding: 0;
    margin: 0 0 19px;
}

.u_tour_sez .u_news li.active a:after,
.u_tour_com .u_news li.active a:after{
    display: none;
}
.b_tour_cal .eventCalendar-wrap{
    padding: 0;
    width: 100%;
}

.b_ttable{
    background-color: #fff;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.b_ttable_tit{
    text-transform: uppercase;
    height: 70px;
    line-height: 69px;
    border-bottom: 1px solid #000F54;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.t_champ.t1 td.c5, .t_champ.t1 th.c5 {
    /* padding:17px 10px 12px; */
}

.t_champ.t1 td.c8, .t_champ.t1 th.c8 {
    padding-right: 20px;
}

.t_champ.t1 td.c5 {
    /* padding: 18px 5px 0px; */
}

.b_u_news.u_tour_sez{
    float: right;
    margin-top: -14px;
    z-index: 1;
}

.u_tour_sez .u_news.op{
    margin: 0;
    border-bottom: none;
}



.u_tour_sez .u_news.fm{
    background-color: transparent;
}

.u_tour_sez .u_news.op{
    background-color: #fff;
}

.u_tour_sez .u_news.fm{
    display: block;
    margin-top: 10px;
}



.u_tour_sez .u_news li a{
    padding: 10px 20px;
    border-bottom: none;
    display: block;
    width: 100%;
}

.u_tour_sez .u_news li a {
    padding: 0 30px 7px;
}

.u_tour_sez .u_news .active a:after{
    display: none;
}

.u_tour_sez .u_news.fm li.active  a:after {
    content: '';
    display: block;
    left: auto;
    bottom:auto;
    background: url(../img/arrow-down.svg) no-repeat 50% 50% / cover;
    width: 16px;
    height: 16px;
    border: none;
    position: absolute;
    right: 0px;
    top: 13px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.u_tour_sez .u_news.op{
    position: absolute;
    width: auto;
    right: 0;
    top: 99%;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 30px 0 10px 0;
}


.u_tour_sez .u_news.op a{
    padding: 0 29px 15px 20px;
    color: #2A2A2A;
}
.u_tour_sez .u_news.op a:hover,
.u_tour_sez .u_news.op .active a{
    color: #031B87;
}


.b_u_news.open{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.b_u_news{
    position: relative;
}

.u_tour_sez.open .u_news.fm  a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.u_tour_sez .u_news{
    margin: 0;
    border: none;
    padding: 0;
}
.u_tour_sez .u_news li{
    margin-right: 0;
    width: 100%;
}

.u_tour_sez .u_news li a{
    padding: 10px 30px 10px 20px;
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-transform: none;
    color: #fff;
}

.u_tour_sez .u_news li a:hover{
    color: #5C78E9;
}

.u_tour_sez.b_u_news.open {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.b_tour_cal .eventCalendar-arrow{
    opacity: 1;
}

.b_tour_cal .eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
    background: transparent url(../img/prev.svg) no-repeat 50% 50% / cover;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-left: 10px;
}

.b_tour_cal .eventCalendar-wrap .eventCalendar-arrow.eventCalendar-next span {
    background: transparent url(../img/next.svg) no-repeat 50% 50% / cover;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    margin-right: 10px;
}

.b_ttable_tit.cl{
    background: none;
    border-bottom: none;
    color: #fff;
}

.b_calss{
    background-color: #fff;
    padding: 17px 20px 17px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.b_calss_a{
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}


.b_calss_a:after{
    content: '';
    display: block;
    left: auto;
    bottom: auto;
    background: url(../img/arrow-down.svg) no-repeat 50% 50% / cover;
    width: 16px;
    height: 16px;
    border: none;
    position: absolute;
    right: 10px;
    top: 23px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.open .b_calss_a:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b_calss_a1{
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 0;
}

.b_calss_a1 span{
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #929292;
}

.b_calss_a2{
    line-height: 32px;
 }

.b_calss_a2{
    display: inline-block;
}



.b_calss_a2 img{
    vertical-align: middle;
}

.b_calss_a2 span {
    vertical-align: middle;
    display: inline-block;
}

.b_calss_a2 span:nth-child(3){
    margin-left: 7px;
    margin-right: 7px;
}


.t_games{
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 22px;
}

.open .t_games{
    max-height: 2000px;
    opacity: 1;
}

.b_calss_txt{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.open .b_calss_txt{
    max-height: 2000px;
    overflow: auto;
}

.t_games th{
    text-align: left;
    padding: 14px 5px 12px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #929292;
    border-spacing: 0;
}

.t_games td{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    padding: 20px 5px 0px;
    color: #2A2A2A;
    vertical-align: middle;
}

.t_games th.t3_1,
.t_games td.t3_1,
.t_games th.t1_1,
.t_games td.t1_1{
    padding-right: 0;
    width: 32px !important;
}

.t_games th.t3,
.t_games th.t2{
    text-indent: -37px;
}

/*
.t3 img{
    1display: block;
    1float: left;
}

.t3 span{
    display: block;
    float: left;
    padding-left: 50px;
}
*/



.t_games .dinamo td{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;

    color: #2A2A2A;
}
.b_tour_cal{
    position: relative;
}

.t_games tr th:first-child,
.t_games tr td:first-child{
    padding-left: 10px;
}

.a_butt{
    display: block;
    width: 159px;
    height: 36px;
    border-radius: 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.a_butt.bay{
    position: absolute;
    right: 50px;
    top: 12px;
    background: #031B87;
    color: #FFFFFF;
}



.a_butt.def{
    border: 1px solid #000F54;
    background-color: transparent;
    color: #000F54;
}

.a_butt.bay:hover{
    background-color:  #5C78E9;
}

.a_butt.def:hover{
    background: #000F54;
    color: #FFFFFF;
}


.a_butt.bay.old{
    color: #000F54;
    background-color: #F3F3F3;
}
.a_butt.bay.old:hover {
    color: #5C78E9;
    background-color: #F3F3F3;
}

.b_soc.s1 path{
    fill: #031B87;
}

.b_soc.s1{
    margin: 26px 0 27px -6px;
}

.b_about_bl_tit2{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 20px;
    margin: 7px 0 21px;
}

.b_about_bl_txt2{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
}

#map{
    width: 100%;
    height: 63vh;
}

#map iframe{
    width: 100%;
    height: 100%;
}

.u_point{
    display: block;
    list-style:none;
    margin: 0 0 59px;
    padding: 0 0 0;
    font-size: 20px;
}

.u_point li{
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 31px;
    display: block;
}

.u_point li:before{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000F54;
}

.s_records h3{
    margin: 32px 0 48px;
}

h6{
    text-align: left;
    font-size: 25px;
    line-height: normal;
    padding: 0;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 28px;
}

.b_spon_txt{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    padding-top: 0;
}

.pr20{
    padding-right: 0px;
}

.pr20 img{
    margin-top: -25px;
    max-width: 90%;
}

.pl20{
    padding-left: 67px;
}

.b_about_bl.b12{
    padding-top: 73px;
}

.a_icon{
    display: block;
    margin-bottom: 28px;
}

.a_icon svg,
.a_icon img{
    margin-bottom: -9px;
    margin-right: 12px;
}

.a_icon.i1 svg{
    margin-right: 6px;
}

.a_icon path{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




.a_icon.i3:hover path,
.a_icon.i2:hover path{
    stroke: #5C78E9;
}

.a_icon.i1:hover path,
.a_icon.i3:hover #pFill3,
.a_icon.i3:hover #pFill2,
.a_icon.i3:hover #pFill1{
    fill: #5C78E9;
}

.b_materials{
padding-bottom: 30px;
    height: 100%;
}

.b_materials_in{
    padding: 60px 20px 40px 50px;
    background-color: #fff;
    height: 100%;
}

.s_news h3 {
    margin-top: 20px;
}

.pr .a_players_txt{
    padding-top: 12px;
    min-height: 150px;
}

.pr .amp {
    height: 27px;
}

.s_press .b_about_bl{
    margin-top: 23px;
    font-size: 20px;
    line-height: normal;
    margin-bottom: -18px;
}

.s_press h3{
    margin-top: 0;
    margin-bottom: 48px;
}

.s_press p{
    margin-bottom: 28px;
}

.b_for_img2{
    position: relative;
    height: 0;
    padding-top: 74%;
    margin-bottom: 14px;
    overflow: hidden;
}

.a_gal_img2 iframe{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.a_gal_img2 .iframe{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.a_gal_img2.vid .iframe{
    opacity: 1;
}

.viz_sld{
    margin-bottom: 30px;
}

.b_hist_img{
    height: 0;
    display: block;
    width: 100%;
    padding-top: 75%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.img_bg{
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_bg.nophoto{
    background-color: #031ea1;
    /* background-size: 80%; */
}

.b_hist_img_in{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.pl50{
    padding-left: 35px;
}

.a_players_itm .ft{
    height: 0;
    padding-top: 153%;
    background-position: 50% 0px;
}


.t_champ.t1 tr:hover{
    background-color: #eeeeee;
}

.b_champs .row{
    margin-left: 0;
}

.eventCalendar-day a{
    color: #2a2a2a;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.a_players_itm.man .a1:hover .nm{
    color: #fff;
}


span.par_name{
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    background-color: #FC0D1B;
    line-height: 24px;
    margin-bottom: 19px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;

}



span.par_name.p2{
    background-color: #E67223;
}

.b_new1 img{
    max-width: 100% !important;
    height: auto !important;
}

.nearest_match{
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #031B87;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.b_about_bl strong{
    color: #031b87;
}

.b_for_champ{
    border: 10px solid #000F54;
    margin-top: 96px;
    padding-left: 8px;
    /* padding-right: 8px; */
}

.s1 h3{
    margin-top: -27px;
    margin-bottom: 17px;
}

.s1 h3 span{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}

.lft_line:before{
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #E4E4E4;
    position: absolute;
    left: 0;
    top: -17px;
}

.b_about_bl_txt2 .a_butt.def{
    border: 1px solid #031B87;

    color: #031B87;
}

.b_about_bl_txt2 .a_butt.def:hover{
    background-color: #031B87;
    color: #fff;
}

.b_bn_top{
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    height: 375px;
    margin-bottom: -160px;
    position: relative;
}

.b_bn_top h1{
    position: absolute;
    left: 50%;
    top: 22%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.b_bn_top.big{
    height: 600px;
}

.b_bn_top.big h1{
    top: 58%;
}

.in_tab .b_bilets{
    top: 56px;
}

.container-fluid_in{
    position: relative;
}


.b-soc_net{
    height: 100%;
    background-color: #fff;
}

.b-soc_net_in{
    padding: 20px;
    height: 100%;
    position: relative;
}

.b-soc_net_logo{
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 46px;
}

.b-soc_net_tit{
    padding-left: 60px;
    margin-bottom: 15px;
}

.b-soc_net_t1{
    font-family:"Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;

    color: #000F54;
}

.b-soc_net_t2{
    font-family:"Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    color: #929292;

}

.b-soc_net_text img{
    width: 100%;
    max-width: 100%;
}

.b-soc_net_txt{
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #2A2A2A;
}

.b-soc_net_hash{
    color: #5D78EA;

}

.b-soc_net_bot{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;

}

.b-soc_net_bot .time{
    text-transform: lowercase;
    font-size: 12px;
    line-height: 14px;
    color: #929292;
    display: block;
    float: left;
}

.b-soc_net_ico{
    float: right;
}

.s_sect.s_socnet{
    padding: 8px 0 71px;
    background: transparent url(../img/team-bg.jpg) no-repeat 50% 50% / cover;
}

.s_sect.s_socnet h4{
    margin-top: 30px;
}

.mob_sld {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px;
    position: relative;
}

.a_players_itm.man.open{
    z-index: 10;
}

.u_tour_sez .u_news.fm li.active a:after{
    background-image: url("../img/arrow-down_wt.svg");
}

.b_bilets.v2{
    background-color: transparent;
    text-align: center;
   /* width: auto;*/
    max-width: 100%;
    color: #fff;
    padding: 0;
    top: 39px;
}

.v2 .a_bay_bil{
    border: none;
    width: 325px;
    position: relative;
    bottom: auto;

}

.v2 .b_bilets_date{
    font-weight: bold;
    color: #E67223;
    font-size: 30px;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 14px;
}

.v2 #timeCount,
.v2 .b_bilets_time{
    font-size: 16px;
    color: #929292;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans";
}

.v2 .b_bilets_time {
    margin-bottom: 17px;
    display: block;
    margin-top: 7px;
}



.t_bilets{
    width: 100%;
    table-layout:fixed;

}

.t_bilets td{
    vertical-align: middle;

}

.t_bilets img{
    max-width: 88px;
    max-height: 88px;
    display: inline;
    vertical-align: middle;
}

.t_bilets td.c1,
.t_bilets td.c3{
    width: 60%;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    /* line-height: 40px; */
    white-space: nowrap;
    padding-top: 10px;
}
.t_bilets td.c1 img{
    margin-left: 20px;
}

.t_bilets td.c3 img{
    margin-right: 20px;
}

.t_bilets td.c1 span,
.t_bilets td.c3 span{
    white-space: normal;
    display: inline-block;
    padding-top: 15px;
    line-height: 44px;
}

.t_bilets td.c1{
    text-align: right;
}

.t_bilets td.c2{
    width:40%;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

.t_bilets td.c3{
    text-align: left;
}

.container-fluid.cl{
    margin-top: 37px;
}

.u_news li.active a {
        color: #fff;
    }

.b_bilets.v0 .b_bilets_com.c1,
.b_bilets.v0 .b_bilets_com.c2{
    line-height: 74px;
}

.b_u_news.u_tour_sez.u_hist{
    margin-top: 0;
}

.b_u_news.u_tour_sez.u_hist.b_u_media,
.b_u_news.b_u_media{
    margin-top: -22px;
}

.b_u_media .u_news{
    border-bottom: none;
}

.a-make{
    display: block;
    margin-top: 174px;
    width: 166px;
}

.a-make img{
    display: block;
    width: 100%;
    height: auto;
}

.head_txt{
    color: #fff;
    text-align: center;
    position: absolute;
    left: 346px;
    top: 80px;
}
