.table-of-content>li{
	margin: 5px 0;
	color: #F49D37;
}
.table-of-content>li>a{
	text-decoration: none;
	font-size: 20px;
}
.author-box{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.author-logo{
	height: 50px;
	width: 50px;
	margin-right: 15px;
}
.author-face{
	height: 100%;
	border-radius: 50%;
}
.post-date{
	color: rgb(255, 255, 255, 0.8);
}
.localization,.disciplines{
	display: flex;
	margin: 10px 0;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.local-item,.discipline{
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
.local-logo,.discipline-logo{
	height: 100%;
}
.local-name{
	margin-left: 5px;
}
.discipline-name{
	margin-left: 10px;
}
.denied-country,.currency{
	padding: 0;
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}
.denied-country{
	justify-content: space-between;
}
.currency{
	justify-content: center;
}
.denied-country-item{
	text-align: center;
	padding: 7px 15px;
}
.currency-item{
	margin:0 13px;
	padding: 0 2px;
	font-size: 1.3em;
	border-bottom: 1px dashed #fff;
}
.payments{
	box-sizing: border-box;
	padding-left: 30px;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.payments-item{
	width: 50%;
	margin-bottom: 15px;
}
.payments-item>h3{
	font-size: 22px;
	margin: 0 5px;
}
.screen{
	display: block;
	height: 100%;
	margin: 10px auto;
	border: 5px solid rgb(44, 38, 47);
}
.about-games{
	width: 100%;
	margin: 10px 0;
}
.about-header{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgb(34, 28, 37);
	border: 1px solid rgb(30, 24, 33);
	color: rgba(200, 200, 200, 0.7);
}
.about-item{
	padding: 20px 0;
	background-color: rgb(44, 38, 47);
	border: 1px solid rgb(40, 34, 43);
	display: flex;
	align-items: center;
}
.about-item:hover{
	background-color: rgb(74, 68, 77);
}
.about-header-date,.about-item-date{
	width: 50px;
	margin-left: 20px;
}
.about-item-date>span:last-child{
	text-transform: uppercase;
}
.about-item-date{
	font-size: 12px;
}
.about-header-game,.about-item-game{
	width: 40px;
	margin-left: 10px;
	text-align: center;
}
.about-header-info,.about-game-info{
	display: flex;
	width: calc(100% - 220px);
	align-items: center;
}
.about-header-event,.about-game-event{
	width: 80px;
	margin-right: 20px;
	text-align: center;
}
.about-game-event img{
	height: 100%;
	cursor: pointer;
}
.about-header-market,.about-game-market{
	width: calc(50% - 90px);
	box-sizing: border-box;
	padding-left: 10px;
}
.about-game-market{
	display: flex;
	justify-content: space-between;
}
.game-market{
	font-size: 16px;
	color: rgb(180, 180, 180);
	display: flex;
	align-items: center;
}
.first-opponent,.about-game-field{
	text-align: center;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.first-opponent-name,.second-opponent-name{
	margin: 0 10px;
}
.about-header-stats,.about-game-stats{
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-game-coefficient{
	font-size: 12px;
	font-weight: 700;
	padding: 7px 17px;
	background-color: rgb(64, 58, 67);
}
.about-game-coefficient:hover{
	background-color: rgb(104, 98, 167);
	cursor: pointer;
}
.about-game-draw{
	color: rgba(200, 200, 200, 0.7);
	text-transform: uppercase;
	font-size: 12px;
}
.about-header-field,.about-game-field{
	width: calc(50% - 90px);
}
.first-opponent-logo{
	margin-right: 10px;
}
.second-opponent-logo{
	margin-left: 10px;
}
.win-coefficient{
	background-color: rgb(255, 114, 0);
}
.win-coefficient:hover{
	background-color: rgb(255, 114, 0);
}
.lose-coefficient:hover{
	background-color: rgb(64, 58, 67);
}
.banner{
	display: block;
	margin:0 auto;
}
.egb-table{
	width: 100%;
	margin: 10px 0;
}
.egb-header,.egb-item{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.egb-header{
	padding: 5px 20px;
	background-color: #363738;
	font-size: 14px;
	text-transform: uppercase;
	color: #c1c1be;
}
.egb-item{
	background-color: #0f0f0f;
	font-size: 12px;
	color: #279cff;
	padding: 8px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.egb-item:last-child{
	border: 0;
}
.egb-item:hover{
	background-color: #30302e;
}
.egb-item-description{
	display: flex;
	align-items: center;
}
.egb-header-date,.egb-item-date{
	display: flex;
	align-items: center;
	width: 80px;
}
.egb-header-date span,.egb-item-date span{
	display: block;
	text-align: center;
	color: #c1c1be;
}
.egb-header-date span:first-child,.egb-item-date span:first-child{
	margin-right: 5px;
	width: 40px;
}
.egb-header-date span:last-child,.egb-item-date span:last-child{
	width: 35px;
}
.egb-header-event,.egb-item-event{
	width: 140px;
	margin-left: 30px;
}
.egb-item-event{
	display: flex;
	align-items: center;
}
.egb-item-event img{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.egb-header-info-column,.egb-item-info-column{
	width: calc(50% - 95px);
	box-sizing: border-box;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.egb-header-info-column span:first-child,.egb-item-gamer{
	width: calc(100% - 50px);
}
.egb-header-info-column span:last-child,.egb-item-coefficient{
	width: 60px;
	text-align: center;
}
.egb-item-gamer{
	display: flex;
	align-items: center;
}
.egb-item-gamer img{
	width: 18px;
	height: 12px;
	margin-right: 7px;
	cursor: pointer;
}
.egb-item-coefficient span{
	font-size: 14px;
	padding: 2px 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: pointer;
}
.egb-rezult-default{
	color: #c1c1be;
}
.egb-rezult-event,.egb-rezult-win{
	color: #fff;
}
.egb-rezult-win{
	font-weight: 700;
}
.a-logo-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	height: 60px;
}
.a-logo-img>img{
	width: 50px;
	height: 50px;
}
.header-country>img{
	max-width: 40px;
	max-height: 40px;
	border-radius: 50%;
}
.a-header-social>ul>li:last-child{
	position: relative;
}
.header-countries{
	display: none !important;
	width: 124px;
	position: absolute;
	top: 55px;
	left: -31px;
	border-right: 2px solid #F49D37;
	border-left: 2px solid #F49D37;
	border-bottom: 2px solid #F49D37;
	background-color: rgba(52,46,55,0.97);
	z-index: 112;
}
.header-countries>li{
	margin: 3px 0;
}
.header-country-smaller{
	height: 30px !important;
	width: 30px !important;
}
.header-country-smaller>img{
	border-radius: 50%;
	max-width: 30px;
	max-height: 30px;
}
.visible{
	display: inline-flex !important;
}
.a-header-wrap{
	justify-content: space-between;
}
.header-swap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 2;
}
.breadcrumbs>p{
	display: inline;
}
.breadcrumbs-separator{
	padding: 0 3px;
}
.breadcrumbs-current{
	text-decoration: none;
	color: rgb(255, 255, 255);
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary{
	width: 100%;
  	display:inline-block;
   	padding: .3em .5em .3em .4em;
	font-size:1.4em;
  	cursor: pointer;
}
summary:before{  
  	content: "+";
  	margin-right: .3em;
}
details[open]>summary:before{
  	content: "–";
}
summary:focus {
  	outline:0;
}
details{
  	border-radius: 5px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;
  	display:block;
  	margin-bottom: 10px;
 	background-color: rgb(44, 38, 47);
}
details p,details ul{
  	background: rgba(255,255,255,0.85);
  	color: rgba(44, 38, 47, 0.85);
  	margin: 0px;
}
details p{
  	padding: 20px 20px 20px 40px;
}
details ul{
	padding-left: 80px;
}
.faq-text>*:last-child{
  	border-radius: 0px 0px 5px 5px;
  	padding-bottom: 20px;
}
.pretty-border{
	border-radius: 40px;
}
@media (max-width: 1200px) {
	.about-game-coefficient{
		padding: 5px 10px;
	}
}
@media (max-width: 878px) {
	.a-logo-text{
		max-width: 150px;
	}
}
@media (max-width: 768px) {
	.denied-country{
		justify-content: space-around;
	}
	.screen{
		width: 100%;
		box-sizing: border-box;
	}
	.vertical{
		width: auto;
		box-sizing: none;
	}
	.about-header-market{
		opacity: 0;
	}
	.about-game-market,.about-game-field{
		justify-content: center;
	}
	.first-opponent-name,.second-opponent-name,.game-market,.about-game-event,.about-header-event{
		display: none;
	}
	.first-opponent-logo,.second-opponent-logo{
		margin: 0;
	}
	.about-header-info,.about-game-info{
		width: calc(100% - 120px);
	}
	.about-header-stats,.about-game-stats{
		width: 120px;
	}
	.about-header-market,.about-game-market{
		width: calc(50% - 60px);
	}
	.about-header-field,.about-game-field{
		width: calc(50% - 60px);
	}
	.banner{
		width: 100%;
	}
	.egb-header-date,.egb-header-event,.egb-header-info-column span:last-child{
		display: none;
	}
	.egb-header-info-column{
		width: 50%;
		padding: 0;
	}
	.egb-header-info-column span:first-child{
		width: 100%;
	}
	.egb-header-info-column:last-child span:first-child{
		text-align: right;
	}
	.egb-item{
		display: block;
	}
	.egb-item-description{
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}
	.egb-item-event,.egb-item-date{
		width: 50%;
		justify-content: center;
		margin: 0;
	}
	.egb-item-info-column{
		width: 50%;
		box-sizing: border-box;
		margin: 0;
		padding: 5px 10px;
	}
	.egb-item .egb-item-info-column{
		float: left;
	}
	.egb-item:after{
		content: "";
		clear: both;
		display: block;
	}
	.egb-item-info-column:last-child, .egb-item-info-column:last-child .egb-item-gamer{
		flex-direction: row-reverse;
	}
	.egb-item-info-column:last-child .egb-item-gamer img{
		margin-left: 7px;
		margin-right: 0;
	}
	.a-logo-text{
		max-width: none;
	}
	.a-header-social{
		display: block;
	}
	.header-swap{
		flex-direction: row-reverse;
	}
	.a-header-social>ul>li{
		display: none;
	}.a-header-social>ul>li:last-child{
		display: block;
	}
	.a-header-social{
		flex-grow: 0;
		height: 40px;
	}
	.a-header-hamburger{
		margin-left: 0;
	}
	details{
		font-size: 0.9em;
	}
}
@media (max-width: 480px) {
	.payments-item{
		width: 100%;
	}
	.vertical{
		width: 100%;
		box-sizing: border-box;
	}
	.egb-item-coefficient span{
		font-size: 12px;
	}
	.smaller-screen{
		margin:0 75px;
		width: calc(100% - 150px);
	}
	.header-countries{
		left: -5px;
		border-left: 0;
	}
}