@font-face {
    font-family: 'ubuntubold';
    src: url('../_assets/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../_assets/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../_assets/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../_assets/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}body {
	font-family: 'ubunturegular', sans-serif;
	font-size: 16px;
	line-height: 1.40em;
}
.cls-1{fill:#006c94;}
.cls-2{fill:#d20776;}
.cls-3{fill:#3c3c3b;}
.btn{
	display: inline-block;
	border: 2px solid rgba(0,108,149,1.00);
	cursor: pointer;
	color: rgba(0,108,149,1.00);
	font-size: 150%;
	text-decoration: none;
	padding: 16px 20px;
	transition: .6s;
	margin: 5px;
	box-sizing: border-box;
}
.btnSuccess{
	display: inline-block;
	border: 2px solid rgba(0,108,149,1.00);
	background-color: rgba(0,108,149,1.00);
	cursor: pointer;
	color: rgba(255,255,255,1.00);
	font-size: 150%;
	text-decoration: none;
	padding: 16px 20px;
	transition: .6s;
	margin: 5px;
	box-sizing: border-box;
}
.btn:hover, .btnSuccess{
	background-color: rgba(211,9,118,1.00);
	border: none;
	color: rgba(255,255,255,1.00);
}
.btnSrch{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("../_img/search.svg") no-repeat center center;
	cursor: pointer;
	border: 0;
	font-size: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'ubuntubold', sans-serif;
	font-weight: 700;
	color: rgba(0,108,141,1.00);
}
h2{
	font-size: 220%;
}
h3{
	font-size: 180%;
}
h3 span{
	font-size: 60%;
}
h4{
	font-size: 160%;
}
h5{
	font-size: 140%;
}
h6{
	font-size: 120%;
}
h6.hide{
	display: none;
}
#header{
	background: rgba(255,255,255,.90);
}
.logoImage svg image{
	fill: rgb(229,225,36);
}
.toogleMenuBtn .toogleBars .bar{
	background: rgba(0,108,149,1.00);
}
.tool .socialmedia .SRCH{
	background-image: url("../_img/search.svg");
	background-color: rgba(225,225,255,0.00);
	border: 0;
}
.tool .socialmedia .FB{
	background-image: url("../_img/fb.svg");
}
.tool .socialmedia .INS{
	background-image: url("../_img/ins.svg");
}
.tool .socialmedia .TW{
	background-image: url("../_img/tw.svg");
}
.tool .socialmedia .YT{
	background-image: url("../_img/yt.svg");
}
.tool .disabledTool li button.textSize{
	overflow: hidden;
	text-indent: -50px;
	background-color: rgba(255,255,255,.90);
}
.tool .disabledTool button.smallerText{
	background-image: url("../_img/a-minus.svg");
}
.tool .disabledTool button.normalText{
	background-image: url("../_img/a.svg");
}
.tool .disabledTool button.biggerText{
	background-image: url("../_img/a-plus.svg");
}
.tool .disabledTool button.contrast{
	background-color: rgba(255,255,255,.90);
	background-image: url("../_img/eye.svg");
}
.searchContainer form div{
	background-color: rgba(255,255,255,1.00);
}
#searchSection .searchContainer{
	background-color: rgba(255,255,255,.90);
}
.menuWrapper{
	background-color:rgba(34,33,31,1.00);
}
.menuContainer ul li, .menuContainer ul li a{
	color: rgba(255,255,255,1.00);
}
#breakeNews{
	background:rgba(3,60,82,1.00);
}
#breakeNews .bigNews div a .bigNewsHeader, #breakeNews .smallNews div a .smallNewsHeader{
	background: rgba(3,60,82,0.80);
	color: rgba(255,255,255,1.00);
}
#breakeNews .smallNews div a .smallNewsHeader{
	border-left: 5px solid rgba(211,9,118,1.00);
}
#breakeNews .bigNews div a .bigNewsHeader{
	border-left: 15px solid rgba(211,9,118,1.00);
}
.sectioHeader h2, .sectioHeader h3, .sectioHeader h4, .sectioHeader h5, .sectioHeader h6{
	border-left: 5px solid rgba(211,9,118,1.00);
	color: rgba(3,60,82,1.00);
}
.bottomMenuContainer{
	border-top: 1px solid rgba(3,60,82,1.0);
}
.singleArticle h2, .singleArticle h3, .singleArticle h4, .singleArticle h5, .singleArticle h6{
	margin-top: 15px;
	display: block;
	float: none;
	width: 100%;
	line-height: 1.1em;
	padding-bottom: 15px;
}
.singleArticle h2{
	font-size: 3.0em;
}
.singleArticle h3{
	font-size: 2.60em;
}
.singleArticle h4{
	font-size: 2.20em;
}
.singleArticle h5{
	font-size: 1.80em;
}
.singleArticle h6{
	font-size: 1.40em;
}
.singleArticle h2.error404{
	font-size: 5.50em;
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0 10px 0;
	color: rgba(211,9,118,1.00);
}
.warning404{
	margin-top: 40px;
	padding-bottom: 60px;
}
p, ul, ol{
	font-size: 1.1em;
	line-height: 1.50em;
}
p{
	padding-bottom: 30px;
}
.searchItem div p{
	padding-bottom: 0;
	margin-bottom: 0;
}
ul, ol{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
a, a:visited{
	font-family: 'ubuntureguular', sans-serif;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
::selection{
	background: rgba(211,9,118,1.00);
	color: rgba(255,255,255,1.00);
}
input{
	font-size: 120%;
}
.has-text-align-left{
	text-align: left;
}
.has-text-align-center{
	text-align: center;
}
.has-text-align-right{
	text-align: right;
}
.alignleft{
	float: left;
}
.aligncenter{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.alignright{
	float: right;
}
.date{
	font-size: 90%;
	color: rgba(95,95,95,1.00);
}
.date:hover, .searchItem a{
	text-decoration: none;
}
.articleDateContainer, .searchItem .articleDateContainer{
	display: flex;
	width: 100%;
	font-size: 90%;
	line-height: 140%;
	text-align: left;
	padding: 15px 0 0 0;
}
.archive .articleDateContainer{
	padding: 0 0 0 0;
}
.articleDateContainer span{
	border-left: 2px solid rgba(208,56,128,1.00);
	padding-left: 15px;
	margin-left: 15px;
}
.searchItem h4{
	margin-top: 0px;
}
.searchItem div{
	font-size: 120%;
	line-height: 120%;
}
.searchContainer form div input[type="submit"]{
	background: url(../_img/search.svg) no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
	max-width: 100px;
	float: right;
}
.toogleMenuBtn button{
	font-family: 'ubuntubold', sans-serif;
	color: rgba(0,108,149,1.00);
	font-size: 22px;
	text-transform: uppercase;
}
.tool .disabledTool button{
	font-family: 'ubuntubold', sans-serif;
	text-align: center;
	initial-letter-align: center;
}
.tool .disabledTool button.smallerText{
	font-size: 9px;
}
.tool .disabledTool button.normalText{
	font-size: 12px;
}
.tool .disabledTool button.biggerText{
	font-size: 16px;
	text-indent: -2px;
}
#searchSection{
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#searchSection .searchContainer{
	padding: 5px 0;
}
.searchContainer form{
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 0 15px;
	box-sizing:border-box;
	margin: 0 auto;
}
.searchContainer form div{
	display: block;
	width: 100%;
}
.searchContainer form div input{
	border: 0;
	background: none;
	padding: 15px;
}
.searchContainer form div input{
	-ms-width: calc(100% - 140px);
	-moz-width: calc(100% - 140px);
	-webkit-width: calc(100% - 140px);
	width: calc(100% - 160px);
}
.searchContainer form div span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(211,9,118,1.00);
}
.menuContainer div > ul li, .menuContainer div > ul li a, .bottomMenuContainer div > ul li a{
	font-family: 'ubuntubold', sans-serif;
	font-size: 100%;
}
.menuContainer div > ul li.noLink > a:hover, .bottomMenuContainer div > ul li.noLink > a:hover{
	text-decoration: none;}
.menuContainer div > ul li a{
	padding-bottom: 20px;
}
.menuContainer div > ul li ul li{
	display: block;
	float: none;
	width: 100%;
}
.menuContainer div > ul li ul li, .menuContainer div > ul li ul li a{
	font-family: 'ubunturegular', sans-serif;
	font-size: 0.95em;
	line-height: 100%;
}
.bottomMenuContainer div > ul li ul li, .bottomMenuContainer div > ul li ul li a{
	font-family: 'ubunturegular', sans-serif;
	font-size: 0.95em;
	width: 100%;
}
#breakeNews .bigNews div a .bigNewsHeader .newsDate{
	font-size: 90%;
}
#breakeNews .bigNews div a .bigNewsHeader .newsText{
	font-family: 'ubuntubold', sans-serif;
	font-size: 250%;
}
#breakeNews .smallNews div a .smallNewsHeader{
	font-size: 100%;
	font-weight: 600;
}
#breakeNews .bigNews div a .bigNewsHeader .newsText:hover, #breakeNews .smallNews div a .smallNewsHeader:hover{
	text-decoration: underline;
}
.contentContainer .contantColumn{
	display: block;
	width: 33.33333%;
	padding: 10px 15px 15px 15px;
}
.archive .contentContainer .contantColumn{
	display: block;
	width: 50%;
	padding: 10px 15px 15px 15px;
}
.contantColumn .articleItemImage, .contantColumn .articleItemContet{
	line-height: 180%;
}
.sectionBtnMore a{
	font-size: 90%;
	color: rgba(3,60,82,1.00);
}
.contantColumn .articleItemContet a, .contantColumn .sportObject a{
	font-family: 'ubuntubold', sans-serif;
	color: rgba(3,60,82,1.00);
	transition: 0.8s;
}
.archive .contantColumn .articleItemContet a{
	display: block;
	padding-top: 15px;
	color: rgba(0,108,141,1.00);
}
.contantColumn .articleItemContet a:hover, .contantColumn .sportObject a:hover, .contantColumn .sportObject a:hover span{
	color: rgba(145,145,145,1.00);
	text-decoration: none;
}
.contantColumn .articleItemContet a span, .contantColumn .sportObject a span{
	font-family: 'ubunturegular', sans-serif;
	color: rgba(3,60,82,1.00);
}
.widgetItems ul li a{
	font-size: 110%;
}
.widgetItems table caption{
	font-family: 'ubuntubold', sans-serif;
	font-size: 130%;
	text-align: center;
	padding: 0 0 10px 0;
	color:rgba(145,145,145,1.00);
}
.widgetItems table thead th{
	text-align: center;
	font-family: 'ubuntubold', sans-serif;
	font-size: 120%;
	padding: 5px 0;
	background-color: rgba(3,60,82,1.00);
	color: rgba(255,255,255,1.00);
}
.widgetItems table thead th:last-child{
	background-color: rgba(211,9,118,1.00);
}
.widgetItems table td{
	text-align: center;
	font-family: 'ubunturegular', sans-serif;
	font-size: 140%;
	line-height: 180%;
}
.widgetItems table td a{
	color: rgba(0,108,149,1.00);
	text-decoration: underline;
}
.widgetItems table td#today, .widgetItems table td#today a{
	background-color: rgba(0,108,149,1.00);
	color: rgba(255,255,255,1.00);
}
.widgetItems .wp-calendar-nav-prev{
	display: block;
	float: left;
	background-color: rgba(211,9,118,1.00);
	color: rgba(255,255,255,1.00);
	font-family: 'ubuntubold', sans-serif;
	font-size: 120%;
	padding: 10px;
}
.widgetItems .wp-calendar-nav-next{
	display: block;
	float: right;
	background-color: rgba(211,9,118,1.00);
	color: rgba(255,255,255,1.00);
	font-family: 'ubuntubold', sans-serif;
	font-size: 120%;
	padding: 10px;
}
.widgetItems .wp-calendar-nav-prev a, .widgetItems .wp-calendar-nav-next a, .events tr td a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.events{
	display: table;
	font-family: 'ubuntubold', sans-serif;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.events tr{
	border-bottom: 1px solid rgba(255,255,255,1.00);
}
.events tr td{
	border: 0;
	font-size: 130%;
	text-align: left;
	background-color: rgba(3,60,82,1.0);
	color: rgba(255,255,255,1.00);
	vertical-align: middle;
	padding: 6px;
}
.events tr td:first-child{
	background-color: rgba(211,9,118,1.00);
	font-size: 170%;
	text-align: center;
	padding: 10px 6px 0 6px;
	line-height: 100%;
}
.events tr td a span{
	display: block;
	font-size: 50%;
	padding: 4px 6px 10px 6px;
	line-height: 100%;
}
table thead tr{
	font-size: 130%;
	border-bottom: 5px solid rgba(206,56,126,1.00);
	color: rgba(0,108,141,1.00);
}
table tr td{
	padding: 10px 0;
	border-bottom: 1px solid rgba(3,60,82,1.00);
}
.pagination{
	display: block;
	width: 100%;
}
.pagination ul{
	list-style: none;
	text-align: center;
	float: left;
	padding: 40px 0 0 15px;
}
.pagination ul li{
	display: inline-block;
	margin-right: 5px;
}
.pagination ul li a{
	text-align: center;
	font-family: 'ubuntubold', sans-serif;
	font-size: 2em;
	line-height: 1em;
	display: block;
	overflow: hidden;
	color: rgba(19,60,74,1.00);
}
.pagination ul li .current{
	display: block;
	text-align: center;
	font-family: 'ubuntubold', sans-serif;
	font-size: 2em;
	line-height: 1em;
	display: block;
	overflow: hidden;
	color: rgba(205,53,124,1.00);
	padding: 0 4px;
}
.pagination ul li a.prev{
	display: block;
	height: 50px;
	background: url("../_img/left.svg") no-repeat center center;
	background-size: 22px 50px;
	text-indent: -100px;
	overflow: hidden;
	padding: 4px 12px;
	transition: .6s;
}
.pagination ul li a.next{
	display: block;
	height: 50px;
	background: url("../_img/right.svg") no-repeat center center;
	background-size: 22px 50px;
	text-indent: -100px;
	overflow: hidden;
	padding: 4px 12px;
	transition: .6s;
}
.pagination ul li a.prev:hover, .pagination ul li a.next:hover{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	opacity: .7;
}
.widgetContainer .widgetItems .sportObjectInfo .objectInfo .textInfo span, .widgetContainer .widgetItems .sportObjectInfo .objectInfo .textInfo{
	line-height: 140%;
	vertical-align: middle;
}
.widgetContainer .widgetItems .sportObjectInfo .objectInfo .textInfo span a{
	font-family: 'ubuntubold', sans-serif;
	color: rgba(3,60,82,1.00)
}
.footerContactContainer .footerLocalization span, .footerContactContainer .footerContact span, .copyright{
	font-size: 90%;
}
footer .bottomBar .navi{
	display: block;
	height: 5px;
	width: 80%;
	background-color: rgba(3,60,82,1.00);
}
footer .bottomBar .blue{
	display: block;
	height: 5px;
	width: 15%;
	background-color: rgba(0,108,141,1.00);
}
footer .bottomBar .magienta{
	display: block;
	height: 5px;
	width: 5%;
	background-color: rgba(205,53,124,1.00);
}
.bottom-info{
	font-size: 95%;
}