.popup {
	background-color: #1c1d50;
	width: 600px;
	height: 445px;
	background-image: url(/player/assets/img/hatter.png);
	padding: 20px 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 8%;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	display: none;
	z-index: 9;
	color: #000;
	text-align: center;
	border: 25px solid #ffffff;
	background-position: center;
	background-size: cover;
}
.brt {
	width:180px;
	height:auto;
}
.popup button {
	display: block;
	margin: 0px;
	background-color: transparent;
	font-size: 50px;
	right: 15px;
	color: #fc0;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;
	top: -10px;
	position: relative;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
	position: absolute;
	font-weight: 300 !important;
}
.popup button:hover {
	color: #e7272d;
}
.popup p {
	font-size: 19px;
	text-align: center;
	margin: 20px 0;
	line-height: 26px;
}
.infoblokk-1 {
	text-align:center;
	color:#fff;
}
.infoblokk-2 {
	text-align:center;
	color:#fff;
}
 @media only screen and (max-width:680px) {
.infoblokk-1 {
 text-align: center;
 color: #fff;
 font-size: 21px;
 margin-bottom: -10px;
}
.popup {
 width: 80%;
 height: 400px;
 top: 10%;
 border: 18px solid #ffffff;
}
.popup p {
 font-size: 16px;
 text-align: center;
 margin: 20px 0;
 line-height: 24px;
}
}
 @media only screen and (max-width:530px) {
 .brt {
 width: 110px;
 height: auto;
}
 .popup p {
 font-size: 11px;
 text-align: center;
 margin: 16px 0;
 line-height: 16px;
}
.popup {
    width: 80%;
    height: 290px;
    top: 6%;
    border: 16px solid #ffffff;
}
 .infoblokk-1 {
 text-align: center;
 color: #fff;
 font-size: 14px;
 margin-bottom: -12px;
}
}
 @media only screen and (max-width:400px) {
 .brt {
 width: 100px;
 height: auto;
}
 .infoblokk-1 {
 text-align: center;
 color: #fff;
 font-size: 12px;
 margin-bottom: -12px;
}
.popup {
    height: 250px;
    top: 5%;
    border: 12px solid #ffffff;
}
 .popup p {
 font-size: 9px;
 text-align: center;
 margin: 15px 0;
 line-height: 13px;
}
}
 @media only screen and (max-width:320px) {
 .popup p {
 font-size: 8px;
 line-height: 11px;
}
}
