* {
	margin: 0; 
	padding: 0;
}

body {
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
}

main {
	width: 1080px;
	overflow: hidden; 
	margin: 0px auto 0px auto; 
	background: #ffffff; 
	position: relative; 
	padding: 0 5px;
}

article {
	display: block; 
	float: left; 
	width: 710px;
	margin:0 10px 10px 10px;
	overflow: hidden;
}

aside {
	margin-top: 10px;
	display: block;
	width: 350px;
	float: right; 
	position: relative; 
	overflow: hidden;
}

time {
	border-right:2px solid #929292;
	padding-right:5px;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #929292;
	display: inline-block;
}

p {
	margin: 1em 0;
}

ul, ol {
	list-style: none;
}

h1 span {
	color:  #5181B8;
}

pre {
	font: 15px Courier New, Courier, monospace; 
	line-height: 1.5;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

select {
	height:30px;
	font-size: 16px;
	margin-bottom: 5px;
}

h2 {
	color: #000;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 5px 0px; 
	margin: 0 0 7px;
	border-bottom: 2px solid #5181B8;
}

h2 a {
	text-decoration: none; 
	color: #000;
}

h2 a:hover{
	text-decoration: underline;
}

section {
	margin: 20px 0px; 
	display: block; 
}

.post-categories {
	border-right: 2px solid #929292;
    padding: 0px 5px;
    display: inline-block;
	display:block; 
	color: #333; 
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
}

.posts_title {
	display:block; 
	color: #333; 
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	
}

.posts_title:hover {
	color: #5181B8; 
	text-decoration: none; 
	transition:0.6s;
	
}

/* стиль странице 404 */
#notfound {
	text-align: center;
	margin: 10px;
}

#notfound img {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 210px 50%; 
	background-position: center; 
	background-image: url('/wp-content/uploads/2020/05/uploads/2020/05/404.png');
}

#notfound a {
	text-decoration: underline;
	color: #5181b8;
}

#notfound a:hover {
	text-decoration: none;
	color: #333333;
}
/* стиль странице 404 */

/* стиль странице agreement */

.agreement {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-break: break-word;
    text-align: justify;
    display: block;
    float: left;
    margin: 15px;
    overflow: hidden;
}

.agreement a {
	color: #000;
    text-decoration: underline;
}

.agreement a:hover {
	color: #000;
    text-decoration: none;
}

/* стиль странице agreement */

/*  Верхния панель, логотип, меню поиск */
nav {
	background-color: #5181b8;
    position: sticky;
    width: 100%;
    z-index: 100;
    height: 40px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.Ndivtop {
	background-color: #5181b8;
	text-align: center;
	font-family: Roboto,sans-serif;
	text-shadow: 2px 2px 5px #0000cc;
    width: 1090px;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0px auto;
    padding: 0px;
}

#logot {
	padding: 0px;
	width: 40px;
	height: 40px; 
	float: left;
}

#logot img {
  width: 50px; 
  height: 40px; 
  background-size:cover; 
  object-fit:cover; 
  background-repeat: no-repeat;
}


.navbar-nav li {
	display:-webkit-box; 
	display:-webkit-flex; 
	display:-ms-flexbox;
	display:flex;-webkit-box-align:center; 
	-webkit-align-items:center; 
	-ms-flex-align:center; 
	align-items:center;
}

.navbar-nav {
	float: left; 
	height:100%; 
	width: 725px;
}

.navbar-nav li {
	float: left; 
	height: 100%;
}

.navbar-nav li.active>a, .navbar-nav li.active>i {
	color:#fff; 
	border-color:#fadb00 ;
}

.navbar-nav li:hover>a,.navbar-nav li:hover>i{
	color:#fadb00;
	border-color:#fadb00;
}

.navbar-nav li:last-child {
	margin-right:0;
}

.navbar-nav a,.navbar-nav>li>i {
	height:100%;
	line-height:34px; 
	padding:0px 5px; 
	color: #ffffff; 
	text-transform:capitalize;
	display:-webkit-box; 
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center; 
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center; 
	border-bottom:2px solid transparent; 
	-webkit-transition:.2s;
	transition:.2s;
	cursor:pointer;
}

.navbar-nav a.icon-more,.navbar-nav>li>i.icon-more {
	padding-top:0; 
	border:0;
}

.navbar-nav .subnav-down.active>i {
	color:#fadb00;
}

.navbar-nav .subnav-down .nav-down .nav-down-subnav {
	height:auto;
	
}

.navbar-nav a,.navbar-nav>li>i,.nav-down,.menu-user-name {
	font-weight: 600; 
	font-size: 12px; 
	text-transform: none;
	text-decoration: none;
	
}

.fl-col {
	-webkit-box-orient:vertical; 
	-webkit-box-direction:normal;
	-webkit-flex-direction:column; 
	-ms-flex-direction:column;
	flex-direction:column
}

.fl-col {
	display:-webkit-box;
	display:-webkit-flex; 
	display:-ms-flexbox;
	display:flex
}

.mainul {
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;  
	display: flex; 
	border-bottom: 1px solid #ebebeb;
}

.dropbtn {
	/* font-weight: 550; */
	font-size: 13px; 
	padding: 0 0; 
	border-bottom: 2px solid transparent; 
	color: #4f4f4f;
	cursor: pointer; 
	white-space: nowrap;
}

.dropdown {
	margin: 0px 10px;
	line-height: 34px;
}

.dropdown-content {
	line-height: 10px;
	display: none;
	position: absolute; 
	min-width: 160px;
	z-index: 1;
	width: 200px;
	background-color: #fff;
	overflow: auto;
	max-height: 75vh; 
	border-top: 1px solid #ddd;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
}

.dropdown-content::-webkit-scrollbar {
    width: 0px;
}

.dropdown-content a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center; 
	-ms-flex-align: center; 
	align-items: center; 
	-ms-flex-align: center; 
	color: black; 
	padding: 10px 15px; 
	text-decoration: none;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	border-bottom: 2px solid #c1b521
}

.lilink {
	margin: 0 10px; 
	height: 100%;
	line-height: 34px; 
	color: #fff; 
	text-transform: capitalize; 
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox;
	-webkit-transition: .2s; 
	transition: .2s; 
	cursor: pointer; 
	display: -ms-flexbox; 
	display: flex;  
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	align-items: center;
}
    
.ali {
	/* font-weight: 550; */
	text-decoration: none;
	font-size: 13px; 
	padding: 0 0;
	border-bottom: 2px solid transparent; 
	color: #4f4f4f; 
	cursor: pointer; 
	white-space: nowrap;
}

.ali:hover {
	border-color: #001fff; 
	text-decoration: none;
}

.img_bg_champions-league {
	padding: 10px 10px; 
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/chamions-league.png'); 
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_europa-league {
	padding: 10px 10px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/europa-league.png'); 
	background-size: contain; 
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_russia {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/ru.png');  
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_england {
	padding: 7px 9px; 
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/en.png');  
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_austria {
	padding: 7px 9px; 
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/at.png'); 
	background-size: contain; 
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_belgium {
	padding: 7px 9px;
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/be.png');  
	background-size: contain; 
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_belarus {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/by.png');  
	background-size: contain;  
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_germany {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/de.png'); 
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_greece {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/gr.png');  
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_denmark {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/dk.png'); 
	background-size: contain; 
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_spain {
	padding: 7px 9px;
	width: 10px !important;
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/es.png'); 
	background-size: contain; 
	object-fit: cover;
	background-repeat: no-repeat;
}

.img_bg_italy {
	padding: 7px 9px; 
	width: 10px !important;
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/it.png');  
	background-size: contain;  
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_kazakhstan {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/kz.png');
	background-size: 
	contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_netherlands {
	padding: 7px 9px;
	width: 10px !important;
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/nl.png'); 
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_portugal {
	padding: 7px 9px;
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/pt.png');
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_poland {
	padding: 7px 9px; 
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/pl.png'); 
	background-size: contain;  
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_turkey {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/tr.png'); 
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_ukraine {
	padding: 7px 9px;
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/ua.png');  
	background-size: contain; 
	object-fit: cover;  
	background-repeat: no-repeat;
}

.img_bg_france {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/fr.png'); 
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_czech {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/cz.png'); 
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_swiss {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/ch.png'); 
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_scotland {
	padding: 7px 9px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/sco.png'); 
	background-size: contain; 
	object-fit: cover;
	background-repeat: no-repeat;
}

.img_bg_worldcup-2018 {
	padding: 10px 10px;
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/fifa_worldcup_2018.png');
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_euro-2020 {
	padding: 10px 10px;
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/uefa_euro_2020.png');
	background-size: contain; 
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_nations-league {
	padding: 10px 10px; 
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/uefa_nations_league.png'); 
	background-size: contain; 
	object-fit: cover;
	background-repeat: no-repeat;
}

.img_bg_africa-cup {
	padding: 10px 10px;
	width: 10px !important; 
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/africa_cup_of_nations.png'); 
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_copa-america {
	padding: 10px 10px; 
	width: 10px !important;
	height: 0; 
	background-image: url('/wp-content/uploads/2020/05/copa_america.png');
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

.img_bg_confederations-cup-2017 {
	padding: 10px 10px; 
	width: 10px !important;
	height: 0;
	background-image: url('/wp-content/uploads/2020/05/fifa_confederations_cup.png');
	background-size: contain;
	object-fit: cover; 
	background-repeat: no-repeat;
}

/* Форма поиска */
.search-container {
	width: 230px;
	float: left;
}

.topnav {
	text-align: center;
	border-radius: 5px;
	height: 30px;
    border: none;
    padding: 5px;
    width: 190px;
}

.search-container .se-button {
	margin-left: 3px;
	color: #ffffff;
	border-radius: 100%;
    width: 33px;
    background: #5181b8;
    border: none;
    cursor: pointer;
}

.search-container .se-button:hover {
  color: #000;
  background: #5181b8;
}
/* Форма поиска */

/*  Верхния панель, логотип, меню поиск */

/* Низ, описания, иконки соц. сетей */
footer {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0px auto; 
  text-align: center; 
  width: 1090px; 
  height: 60px; 
  background-color: rgba(0, 0, 0, 0.4);
}

footer .copyright {
	color: #ffffff;
	margin: 0;
    padding: 0 10px;
    font-size: 18px;
}

footer .contacts {
	margin: 0;
    padding: 0 10px;
    font-size: 18px;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  transition: 1s; 
  color: #6122de;
}

.groups {
  padding: 10px 15px;
  float: right;
  font: 13px Arial, Helvetica, sans-serif;
  margin: 0px; 
  text-align: center; 
}

.groups li {
  float:left;
  margin:3px;
}

/* соц. сетей */
.fa {
  padding: 8px; 
  font-size: 13px; 
  width: 13px; 
  text-align: center;
  text-decoration: none; 
  border-radius: 100%; 
  border: solid 2px #ffffff;
}

.fa-facebook {
  background: #858585; 
  color: white;
}

.fa-facebook:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-twitter {
  background: #858585; 
  color: white;
}

.fa-twitter:hover {
  transition: 1s; 
  border: 2px solid #4941c1;
  background: #858585; 
  color: #6122de;
}

.fa-google {
  background: #858585; 
  color: white;
}

.fa-google:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-vk {
  background: #858585;
  color: white;
}

.fa-vk:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-odnoklassniki {
  background: #858585; 
  color: #fff;
}

.fa-odnoklassniki:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-rss {
  background: #858585; 
  color: #fff;
}

.fa-rss:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-telegram {
  background: #858585; 
  color: #fff;
}

.fa-telegram:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}

.fa-yandex {
  background: #858585; 
  color: #fff;
}

.fa-yandex:hover {
  transition: 1s; 
  border: 2px solid #4941c1; 
  background: #858585; 
  color: #6122de;
}
/* соц. сетей */
/* Низ, описания, иконки соц. сетей */

/* Постраничная пагинация */
.paging {
	border-top: 2px solid #ebebeb; 
/* 	border-bottom: 2px solid #ebebeb; */
    padding: 5px;
    align-content: center;
    overflow: hidden;
    text-align: center;
}

.page-numbers {
	  font-size: 20px;
	  display: inline;
	  margin: 0 4px; 
	  font:18px/21px Arial, Helvetica, sans-serif;
	  color: #3E4156;
	  text-decoration: none !important; 
	  background:  repeat-x 0 17px;
}

.page-numbers:hover {
	  color: #000000;
}

.current {
	  background: #5181B8 !important; 
	  color: #fff !important; 
	  padding: 0 6px;
	  margin: 0;
}
/* Постраничная пагинация */

/* Основная часть странице "posts" */
.headline {
  width: 100%; 
  font: bold 13px Arial, Helvetica, sans-serif; 
  overflow: hidden; 
  margin-bottom:15px;
}

.news-head {
	    margin: 10px 0;
  		border-bottom:2px solid #ebebeb;
}
.news-head h1 {
  font-size:20px; 
  padding:0;
  margin:0; 
  color:#333;
  position:relative;
}

.main {   
	width: 100%; 
	overflow: hidden; 
	margin-top: 15px;
	margin-bottom: 15px;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    word-break: break-word;
}

.main a {
	font-weight: 550;
    color: #5181b8;
}

.main img {
  width:710px;
  height:400px; 
  object-fit: cover;
  background-size:cover;
}

.main ul {
  margin: 0 0 15px 0;
}

.main ul li {
  font: 12px/17px Arial, Helvetica, sans-serif; 
  text-align: left; 
  margin-left: 2em;
}

.main table {
  margin: 10px auto;
}

.main p, .main caption, .main th, .main td {
    font: 15px/25px Roboto,Arial,sans-serif;
    line-height: 1.5;
}

.main caption {
  padding: 6px; 
  padding-bottom:0px;
  margin-top: 6px; 
  margin-bottom: 0px; 
  font-weight: bold;
  background-color: #5181B8; 
  color: #FFF; 
  height: 25px; 
  text-align: center;
}

.main th {
  text-align: center;
}

.main tr {
  margin: 0px 0px;
}

.main td {
  padding-left:7px;
  padding-right:7px;
  margin: 0px 0px; 
  text-align: right;
}

.main p {
    text-align: justify;
    clear: none;
    word-break: break-word;
}

.main h3 {
  font-size:16px; 
  font-family:Arial, Helvetica, sans-serif;
}

.main h4 {
  font-size:13px; 
  font-family:Arial, Helvetica, sans-serif;
}

.main iframe {
  width:100%; 
  max-height: 100%;
}

.main pre {
  	line-height: 15px; 
  	padding: 10px 10px; 
  	border: 1px solid #dedede; 
  	border-radius: 5px; 
  	background-color: #f7f7f7; 
  	font-family: monospace, "Courier New"; 
  	white-space: pre; 
  	overflow: auto;
}
/* Основная часть странице "posts" */












.discription-cat {
	display: block;
    overflow: hidden;
    margin: 0px;
    border-bottom: 2px solid #ebebeb;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
}


.custom-html-widget {
	margin: 0 0px 15px 0px;
}

.video {
	display: inline-block;
    padding: 5px 5px;
    width: 10px!important;
    height: 0;
    background-size: contain;
    object-fit: cover;
    background-repeat: no-repeat;
    border: none;
    background-position: center;
    background-image: url('/resource/img/i/video-blue.gif');
}

.post {
	height: 160px;
    background-color: #ffffff;
    position: relative;

}

.scale {
    float: left;
    height: 160px;
    display: inline-block;
    overflow: hidden;
}

.scale img {
	transition: 1s; 
	display: block; 
	float: left;
	background-size: cover;
	object-fit:	cover;
	width: 285px;
} 

.scale img:hover {
	transform: scale(1.2);
}

.txt {
	margin: 0px 10px;
    height: 100%;
    float: left;
    width: 405px;
}

.txt p {
	font: 14px/19px Arial, Helvetica, sans-serif; 
	padding:0px;
	margin:0px;
}

.info_post {
	-ms-flex-align: center; 
	align-items: center; 
	-ms-flex-align: center;
	margin: 5px 0px; 
	display: inline-flex;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}









.crumbs {
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
}

.tags {
	padding: 5px 0 0 0; 
	border-top: 2px solid #ebebeb;
}
.tags h3 {
    display: inline-block;
}
.tags a{
	font-weight: 600;
    font-size: 14px;
    color: #5181b8;

}

.top {
	width: 100%; 
	height:34px; 
	overflow: hidden;
	border-top:2px solid #ebebeb; 
	border-bottom:2px solid #ebebeb;
	margin:5px 0;
}

.share {
	float:left;
	margin:5px 0 5px 0;
}

