/*@font-face {
  	font-family: 'Roboto';
  	src: url("/css/Roboto-Regular.woff2") format('woff2');
  	font-display: swap;
}


@font-face {
  	font-family: 'Roboto Bold';
  	src: url("/css/Roboto-Bold.woff2") format('woff2');
  	font-display: swap;
}

*/

a{
	color: #f9f0c9;
}

a:hover{
	color: #ffeb7f;
}



.content{
	width: 1130px;
	margin: 0 auto;
	min-height: 700px;
}


.play_banner{
	position: absolute;
	top: 0;
}

.play_button{
	
}

.block_title {
	overflow: hidden;
	font-size: 28px;
	margin: 47px 0 25px 0;
	font-family: Verdana;
	color: #faf0cd;
}



.block_title:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 35px;
    border-top: 5px solid #ac3843;

}




#language_title{
	cursor: pointer;
	color: #f9f0c9;
	border: none;
}

.language li{
	list-style-type: none;
	padding: 5px;
	cursor: pointer;
	color: #f9f0c9;
}
.language ul{
	background-color: #1f1d2a;
	border: 1px solid #2a2835;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.main_background{
	/*background: url(/images/top_background2.webp) no-repeat;
	background-position-x: center;*/
}
		
@media all and (max-width: 1150px){
	.main_background{
		background: none !important;
	}
}

.alignright {
   	float: right !important;
   	margin: 10px 0 10px 10px;
}

.alignleft{
	float: left !important;
	margin: 10px 10px 10px 0;
}
