<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-body {
  width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 30px black;
}
.header_t {
  position: relative;
}
.b-sunduk_top {
  width: 105px;
  height: 83px;
  background: url(../images/sunduk.png) no-repeat 0 0;
  position: absolute;
  top: 106px;
  right: -36px;
  z-index: 1;
}
.b-flag {
  width: 454px;
  height: 82px;
  background: url(../images/flag.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 300px;
  z-index: 2;
  opacity: 0.6;
}
.b-flag2 {
  width: 154px;
  height: 59px;
  background: url(../images/flag2.png) no-repeat 0 0;
  position: absolute;
  /* top: 50px; */
  top: 20px;
  left: 450px;
  z-index: 1;
  opacity: 0.6;
}


.b-venzel-left {
  width: 58px;
  height: 44px;
  background: url(../images/venzel-left.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 341px;
  z-index: 10;
  opacity: 0.6;
}
.b-venzel-right {
  width: 58px;
  height: 44px;
  background: url(../images/venzel-right.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 657px;
  z-index: 10;
  opacity: 0.6;
}
.b-venzel-center {
  width: 224px;
  height: 14px;
  background: url(../images/venzel-center.png) no-repeat 0 0;
  position: absolute;
  top: 23px;
  left: 415px;
  z-index: 10;
  opacity: 0.6;
}






.b-raitings {
  float: right;
  margin:0px 20px 0px 0px;
  opacity: 0.3;
}
.b-raitings:hover {
  opacity: 1;
}

.link_more {
  float: right;
  color: #4D0701;
  text-decoration: underline;
}
.link_more:hover {
  text-decoration: none;
}
.box1_body {
  text-align: center;
}
.box1_body IMG {
  display: inline;
}
.b-social_head {
  overflow: hidden;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.b-social_head A {
  display: block;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	/* filter: gray;
	-webkit-filter: grayscale(1); */
}
.b-social_head A:hover {
  filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.b-social_head LI {
  float: right;
  margin-left: 10px;
  width: 41px;
  height: 41px;
  list-style-type: none;
}
.b-social_head LI IMG {
  display: block;
  width: 41px !important;
  height: 41px !important;
}




.b-game_logos {
  margin: 50px 0 30px 0;
  padding-top: 35px;
  text-align: center;
}
.b-game_logos A {
  display: block;
  margin-bottom: 15px;
  
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	/* filter: gray;
	-webkit-filter: grayscale(1); */
}
.b-game_logos A:hover {
  filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: grayscale(0);
}

.footer-menu A {
  margin: 0 10px;
}
.footer-menu A:hover {
  color: white;
}


.left_menu_news * {
  text-align: left !important;
}


.b-logo {
  float: left;
  display: block;
  margin: 5px 0 0 10px;
}</pre></body></html>