@import "roboto_font.css";
@font-face{
	font-family: 'Philosopher_bold';
	src: url('../fonts/Philosopher_bold.ttf');
}
@font-face{
	font-family: 'Philosopher';
	src: url('../fonts/Philosopher.otf');
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Philosopher";
	color: #4c3e36;
	background-color: #f1eee4;
}
a{
	text-decoration: none;
	color: #614637;
	transition: 0.2s;
}
a:hover{
	color: #542700;
}
/*flex box*/
.f-a{
	display: flex;
	justify-content: space-around;
}
.f-b{
	display: flex;
	justify-content: space-between;
}
.f-c{
	display: flex;
	justify-content: center;
}
.f-s{
	display: flex;
	justify-content: flex-start;
}
.f-e{
	display: flex;
	justify-content: flex-end;
}
.wrap {
	width: 1400px;
	margin: 0 auto;
	transition: 0.3s;
}
/*Header*/
.site{
	position: relative;
}
.header {
	background: url(../images/header_bg.jpg);
	height: 412px;
	background-size: cover;
}
.header_logo:hover{
	filter: brightness(120%);
}
.header_nav {
    padding-top: 20px;
    border-bottom: 1px solid #00000008;
    padding-bottom: 10px;
}
.header_menu ul {
	margin: 3px 0px;
}
.header_menu li{
    list-style: none;
    margin: 10px 25px;
    line-height: 25px;
}
.header_menu_item{
	text-transform: uppercase;
	color: #633d36;
	transition: 0.2s;
}
.header_menu_item:hover{
	color: #ff7e00;
}
.menu_item_dots {
	font-size: 34px;
	font-family: 'Philosopher_bold';
	line-height: 0px;
	position: relative;
	top: -3px;
	margin-left: 5px;
	color: #90867f;
}
.dropdown{
	position: relative;
}
.dropdown-menu {
    position: absolute;
    top: -10px;
    left: -10px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.mob_menu_dropdown {
    position: absolute;
    top: 30px;
    left: -13px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu ul{
	padding: 0;
}
.dropdown-menu {
	display: none;
	position: absolute;
}
.mega-menu li {
    margin: 10px 5px;
    min-width: 150px;
}
.mega-menu a {
	transition: 0.2s;
	text-transform: uppercase;
}
.dropdown-menu ul {
    padding: 0;
    background: rgb(255 255 255 / 90%);
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px #00000014;
}
.mega-menu a:hover {
	color: #ff7e00;
}
.dropdown-menu.mega-menu {
    padding: 0;
    padding: 35px 10px 5px;
    margin-top: 0px;
    border-radius: 5px;
    margin-left: -10px;
}
.header_lang {
    margin-top: 5px;
    position: relative;
}
.header_lang_img img {
    border: 2px solid #ffffffa6;
    border-radius: 50%;
}
.header_lang span {
    position: relative;
    top: -13px;
    text-transform: uppercase;
    color: #633d36;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    cursor: pointer;
}
.dropdown-toggle {
	position: relative;
    z-index: 999;
}
.dropdown-toggle span{
	transition: 0.2s;
}
.dropdown-toggle:hover span{
	opacity: 0.5;
	position: relative;
}
.lang_dropdown {
    position: absolute;
    padding: 0;
    top: -15px;
    z-index: 99;
}
.lang_dropdown li{
	list-style: none;
}
.lang_dropdown ul{
	background: none;
	box-shadow: none;
	margin-top: 50px;
	box-shadow: 0 0 3px 0px #0000001f;
	background: rgb(255 255 255 / 70%);
}
.lang_item {
    background: rgb(255 255 255);
    padding: 4px 10px 1px 10px;
    border-radius: 5px;
    margin-top: 3px;
    box-shadow: 0 0 3px 0px #00000021;
    cursor: pointer;
    width: 110px;
    transition: 0.2s;
}
.lang_item:hover {
    background: #9696967a;
}

.lang_item span {
    top: -13px;
    font-size: 12px;
    margin-left: 5px;
    opacity: 0.7;
}
.header_informer{
	margin-top: 90px;
}
.server_block {
    padding: 3px;
    border: 2px solid rgb(48 35 35 / 15%);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 30px;
}
.server_status {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
}
.server_status svg {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	background: url(../images/sbg_over.png) no-repeat center;
}
.server_status svg image {
	transform: rotate(90deg);
	transform-origin: center;
}
.server_status svg circle {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-90deg);
	transform-origin: center;
}
.server_desc{
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	flex-direction: column;
}
.server_name {
    font-size: 34px;
    margin-top: 0px;
    font-weight: bold;
}
.server_chrone{
	font-size: 14px;
	color: #957f74;
}
.server_connect{
	text-transform: uppercase;
	border-radius: 10px;
	padding: 2px 10px;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.s_connect_online{
	border: 1px solid #3db60d;
	color: #3db60d;
	font-family: 'Roboto';
    font-weight: 600;
}
.s_connect_offline {
	border: 1px solid #e7a558;
	color: #e7a558;
	font-family: 'Roboto';
    font-weight: 600;
}
.main{
	z-index: 1;
	position: relative;
}
.main_news{
	margin-left: 50px;
	transition: 0.3s;
}
.main_news_container h1 {
    margin: 0;
    font-size: 26px;
}
.main_news_container p {
    margin: 10px 0px 15px 0px;
    font-size: 14px;
    font-family: Roboto;
}
.main_news_mark {
    background-color: #ff9c00;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: Roboto;
    font-weight: 500;
}
.readmore_button {
	background: url(../images/readmore_button.png);
	width: 144px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 0 0 7px 2px #c29d7685;
	border-radius: 6px;
	transition: 0.2s;
	text-shadow: 0px 1px 1px #ffffff8a;
}
.readmore_button:hover {
	filter: brightness(120%);
}
/*Main*/
.main{
	margin-top: 50px;
}
.informer{
	z-index: 1;
	transition: 0.3s;
}
.start_play{
	transition: 0.3s;
}
.startplay_button {
	background: url(../images/startplay_button.png);
	width: 349px;
	height: 100px;
	display: block;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	box-shadow: 0 0 7px 2px #c29d7685;
	border-radius: 6px;
	transition: 0.2s;
	color: #451e08;
	margin-top: 5px;
}
.startplay_button:hover {
	filter: brightness(120%);
}
.startplay_button span{
	font-size: 15px;
	display: block;
	text-transform: none;
}
.startplay_button_text {
	position: relative;
	height: 100%;
	display: flex;
	line-height: 30px;
	justify-content: center;
	flex-direction: column;
	text-shadow: 0px 1px 1px #ffffff8a;
}
.rating{
	background: #faf8f5;
	padding: 20px 20px 4px 20px;
	box-shadow: 0 0 7px 2px #e8e2cf69;
	border-radius: 6px;
	margin-top: 40px;
	position: relative;
	transition: 0.3s;
}
.rating:before{
	content: "";
	width: 68px;
	height: 68px;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/rating_img.png);
}
.rating_block{
	font-size: 14px;
}
.rating_block ul{
	margin: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f0e6e2;
}
.rating_block:last-child ul{
	border: none;
}
.rating_block li {
    list-style: none;
    font-family: 'Roboto';
}
.rating_block span{
	margin-right: 30px;
	width: 26px;
	text-align: center;
	display: inline-block;
}
.rating_titles ul{
	padding: 20px 0px 10px 0px;
	color: #b4a798;
}
.rating_item ul{
	padding: 0px;
	transition: 0.2s;
}
.rating_item li{
	padding: 7px 0px 7px 0px;
	color: #786e63;
}
.rating_place{
	background: #e7e5dd;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
}
.rating .rating_item:nth-child(3) ul li .rating_place{
	background: url(../images/rating_place-1.png);
	color: transparent;
}
.rating .rating_item:nth-child(3) ul li {
	color: #e1a108;
	font-size: 16px;
}
.rating .rating_item:nth-child(4) ul li .rating_place{
	background: url(../images/rating_place-2.png);
	color: transparent;
}
.rating .rating_item:nth-child(4) ul li {
	color: #74769d;
	font-size: 16px;
}
.rating .rating_item:nth-child(5) ul li .rating_place{
	background: url(../images/rating_place-3.png);
	color: transparent;
}
.rating .rating_item:nth-child(5) ul li {
	color: #ca7e2f;
	font-size: 16px;
}
.rating_score {
    line-height: 26px;
    font-weight: 500;
}
.rating_item ul:hover {
	background: rgb(255 255 255 / 50%);
}
.rating_item li {
    transition: 0.2s;
    font-family: 'Roboto';
}
.rating_item ul:hover li{
	margin-left: 15px;
}
.informer_readmore {
	font-size: 18px;
	color: #8e7f6e;
	border: 2px solid #d6d2c6;
	display: block;
	padding: 15px;
	border-radius: 6px;
	margin-top: 20px;
	text-align: center;
	transition: 0.2s;
	text-transform: uppercase;
}
.informer_readmore:hover {
	background: #faf8f5;
	color: #451e08;
}
.news{
	margin-left: 20px;
	z-index: 1;
	transition: 0.3s;
}
.news_container {
	flex-wrap: wrap;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	transition: 0.3s;
}
.news_block {
    position: relative;
    box-shadow: 0 0 5px 3px #e8e2cfad;
    margin: 6px;
    border-radius: 7px;
}
.news_block:nth-child(1) {
	width: auto;
}
.news_block {
	width: 330px;
	transition: 0.2s;
}
.news_block:hover {
	border-radius: 30px;
}
.news_block:hover img {
	border-radius: 30px;
	opacity: 0.5;
}
.news_block img{
	border-radius: 8px;
	height: 100%;
	width: 100%;
	transition: 0.2s;
}
.news_block_content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	background: linear-gradient(0deg, #fffffff5, #ffffff6e);
	border-radius: 8px;
	justify-content: flex-end;
	flex-direction: column;
	border-radius: 6px;
	transition: 0.2s;
}
.news_block_content:hover {
    box-shadow: inset 0px 320px 20px 0px #ffe00005;
    border-radius: 28px;
}
.block_content_over{
	padding: 25px;
}
.news_block_content h2 {
	font-size: 24px;
	margin: 0px;
	transition: 0.2s;
	color: #633d36;
}
.news_block_content:hover h2 {
	color: #642d00c4;
}
.news_block_content p {
    color: #8c6f6b;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto';
    line-height: 20px;
}
.news_block_date {
	color: #968381;
	font-size: 15px;
	line-height: 36px;
	font-family: 'Roboto';
}
.news_block_date i{
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.news_block:nth-child(1) .readmore_button{
	background: url(../images/readmore_button.png);
	width: 144px;
	font-size: 18px;
}
.news_block .readmore_button {
    background: url(../images/readmore_small_button.png);
    width: 37px;
    font-size: 0;
}
.news_block:nth-child(1)  .readmore_button:before{
	content: "";
	font-size: 18px;
}
.news_block .readmore_button:before{
	content: '\f105';
	font-family: FontAwesome;
	font-size: 21px;
}
.informer_news {
	margin: 17px 6px;
}
/*footer*/
.footer {
	background: url(../images/footer_bg.jpg);
	height: 450px;
	width: 100%;
	position: relative;
	top: 100px;
	margin-top: -300px;
	transition: 0.3s;
}
.footer-container {
	background: linear-gradient(90deg, #f0f0, rgb(0 0 0 / 10%), #f0f0);
	padding: 40px 0px 0px 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.footer_info{
	width: 43%;
}
.footer_logo{
	display: block;
	cursor: pointer;
	transition: 0.2s;
}
.footer_info_partners a {
	width: 165px;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 5px;
	margin: 2px;
	transition: 0.2s;
	opacity: 0.7;
}
.footer_info_partners a:hover {
	opacity: 1;
}
.footer_info_copy{
	text-transform: uppercase;
	color: #816a66;
	font-size: 10px;
	line-height: 16px;
	margin-left: 20px;
}
.footer_info_copy h3{
	color: #633d36;
	font-size: 16px;
}
.footer_info_copy a {
    font-size: 10px;
    text-transform: none;
    color: #816a66;
    text-decoration: underline;
    transition: 0.2s;
    text-transform: inherit;
    font-family: 'Roboto';
    font-weight: 500;
}
.footer_info_copy a:hover{
	color: #542700;
	text-decoration: none;
}
.footer_info_copy p {
    padding: 10px 0;
    font-family: 'Roboto';
}
.footer_links {
	width: 42%;
	margin-top: 14px;
}
.fooler_links_group{
	text-transform: uppercase;
}
.fooler_links_group h3{
	color: #633d36;
	font-size: 16px;
	margin: 0;
}
.fooler_links_group ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.fooler_links_group li {
    font-size: 12px;
    line-height: 27px;
    list-style: none;
    font-weight: 500;
    font-family: 'Roboto';
}
.fooler_links_group a {
	list-style: none;
	color: #816a66;
	text-decoration: underline;
}
.fooler_links_group a:hover {
	color: #542700;
	text-decoration: none;
}
.footer_totop {
	margin: 14px 0px;
}
.totop_link {
	display: block;
	height: 100%;
	border: 2px solid rgb(0 0 0 / 5%);
	padding: 0 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	transition: 0.2s;
}
.totop_link:hover {
	border: 2px solid rgb(183 178 170);
	background: rgb(253 253 252 / 31%);
}
/*Mob menu*/
.header_menu_mob {
    margin: 15px 80px;
    position: relative;
    display: none;
}
.mob_menu_dropdown {
    position: absolute;
    top: 30px;
    left: -13px;
}
#toggle {
    display: block;
    width: 28px;
    height: 23px;
}
#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
    width: 100%;
    height: 4px;
    background-color: #8c3b1b;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 10px;
}
#toggle.on span {
  background-color: #e8bda2;
}
#toggle.on span:before {
  background-color: #e8bda2;
}
#toggle.on span:after {
  background-color: #e8bda2;
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
#menu {
    position: absolute;
    color: #999;
    width: 200px;
    padding: 10px;
    margin: auto;
    text-align: center;
    border-radius: 6px;
    background: white;
    box-shadow: 0 1px 5px 1px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    left: -10px;
    top: 45px;
    z-index: 999;
}
#menu:after {
    position: absolute;
    top: -15px;
    left: 12px;
    content: "";
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #e8bda2;
}
#menu ul{
	padding: 0;
	margin: 0;
}
#menu li {
    background: #00000008;
    padding: 4px 10px;
    margin: 2px;
}
#menu .mega-menu {
    background: #fffffffc;
    padding: 4px 10px;
    margin: 2px;
}
.desctop_readmore{
	display: block;
}
.mob_readmore{
	display: none;
}

/*page start play*/
.main_page{
	margin-bottom: 10px;
}
.main_page_name{
	text-align: center;
}
.main_page_name h2{
	text-transform: uppercase;
	font-size: 24px;
	color: #451e08;
	margin: 0;
}
.main_page_name span{
	color: #451e08;
	font-size: 14px;
}
.main_page_content{
	margin-top: 20px;
	color: #6e645e;
}
.main_page_block{
	background: #fefbf2;
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	margin: 20px;
	transition: 0.3s;
}
.page_block_header{
	text-transform: uppercase;
	color: #451e08;
}
.page_block_dline{
	height: 1px;
	background: #00000008;
	margin: 15px 0;
}
.page_block_header h3{
	margin: 8px 0 10px 0;
	font-size: 20px;
}
.page_block_button{
	background: url(../images/big_button.png);
	width: 379px;
	height: 38px;
	font-size: 16px;
	box-shadow: 0 0 7px 2px #c29d7685;
    border-radius: 6px;
    transition: 0.2s;
    text-shadow: 0px 1px 1px #ffffff8a;
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
    margin: 20px 0px;
}
.page_block_button:hover{
	filter: brightness(120%);
}
.page_block_description {
    width: 380px;
    font-family: 'Roboto';
}
.page_block_description h4{
	font-family: 'Roboto';
	margin: 5px 0;
	color: #451e08;
}
.block_description_info{
	color: #9d9794;
}
.page_block_links{
	margin: 10px 0;
}
.page_block_link {
    font-family: 'Roboto';
    color: #451e08;
    display: block;
    margin: 6px 0;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.2s;
}
.page_block_link:hover {
    color: #a05936;
}
.studio_copy {
    margin: 0 auto;
    text-align: center;
    background: #ffffff2b;
    padding: 5px;
    margin-top: 10px;
}
.studio_copy img {
    height: 32px;
    opacity: 0.5;
}
.studio_copy img:hover {
    opacity: 0.8;
}
.studio_copy span {
    position: relative;
    top: -10px;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.3;
}