/*Frontend develop: Rubic-on.com*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
html, body {
	background: #141009;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #7c7471;
}
a{
	transition: all 0.3s ease;
	color: #f0b370;
	text-decoration: none;
}

/*flex*/
.f-a{
	display: flex;
	justify-content: space-around;
}
.f-b{
	display: flex;
	justify-content: space-between;
}
.f-c{
	display: flex;
	justify-content: center;
}
.f-e{
	display: flex;
	justify-content: flex-end;
}
.f-s{
	display: flex;
	justify-content: flex-start;
}
.f-ac{
	align-items: center;
}
.f-dr{
	flex-direction: column;
}
.wrap{
	width: 1360px;
	margin: 0 auto;	
}
/*header*/
.site {
    background: url(../images/header_bg.jpg) top center no-repeat;
    width: 100%;
}
.header{
	background: url(../images/nav_bg.png);
	height: 85px;
	position: relative;
}
.header:after {
	content: "";
	background: url(../images/nav_bg_after.png);
	width: 236px;
	height: 28px;
	position: absolute;
	top: 56px;
	left: 50%;
	transform: translate(-50%, 0px);
	z-index: 1;
}
.header_over {
	width: calc(100% - 100px);
	height: 50px;
	position: relative;
	margin: 0px auto;
	top: 6px;
}
.header_menu{
	margin: 0;
	padding: 0;
}
.header_menu li {
	list-style: none;
	margin: 2px 15px;
	display: block;
	height: 73px;
	align-items: center;
	display: flex;
}
.header_menu li:first-child{
	margin: 2px 15px 2px 0px;
}
.header_menu_item {
	text-transform: uppercase;
	color: #c7bbb7;
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 73px;
	position: relative;
	transition: 0.2s;
}
.header_menu_item:before {
	content: "";
	background: url(../images/nav_menu_h.png);
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	width: 83px;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 2px);
	opacity: 0;
	transition: 0.2s;
}
.header_menu_item:hover {
	color: #e18b30;
}
.header_menu_item:hover:before {
	opacity: 1;
}
.header_menu li .active{
	position: relative;
	color: #e18b30;
}
.header_menu li .active:before{
	content: "";
	background: url(../images/nav_menu_h.png);
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	width: 83px;
	bottom: 0px;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 2px);
}
.switch-lang {
	position: relative;
}
.switch-lang:hover .lang-dropdown {
	display: block;
}
.current-lang {
	padding: 3px 15px 0px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.current-lang:hover {
	opacity: 0.5;
}
.lang-flag {
	width: 20px;
	display: inline-block;
}
.lang-text {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	margin-top: 2px;
}
.lang-dropdown {
	display: none;
	border-radius: 5px;
	position: absolute;
	padding: 5px 0px 2px;
	top: 32px;
	height: 100%;
	width: 42px;
}
.selecting-lang {
	padding: 5px 5px 2px 5px;
	cursor: pointer;
	background: #281e1e;
	display: block;
	border-radius: 5px;
	border: 1px solid #332b26;
	position: absolute;
}
.selecting-lang a {
	margin: 2px 0px;
	display: block;
}
.selecting-lang a:hover {
	opacity: 0.7;
}
.menu-arrow {
	display: inline-block;
	width: 10px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 6px;
}
.current-lang i{
	font-size: 10px;
	margin: 10px;
	color: #847a7a;
}
.header_reg__btn {
	background: url(../images/btn.png);
	width: 126px;
	height: 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #312624;
	text-shadow: 1px 1px #c9b6a7;
	border-radius: 5px;
	transition: 0.2s;
}
.header_reg__btn:hover {
	filter: contrast(170%);
}

.header_lout__btn {
	background: url(../images/btn.png);
	width: 80px;
	height: 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #312624;
	text-shadow: 1px 1px #c9b6a7;
	border-radius: 5px;
	transition: 0.2s;
}
.header_lout__btn:hover {
	filter: contrast(170%);
}


.header_lIN__btn {
	background: url(../images/btn.png);
	width: 80px;
	height: 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #312624;
	text-shadow: 1px 1px #c9b6a7;
	border-radius: 5px;
	transition: 0.2s;
	filter: contrast(220%);
}
.header_lIN__btn:hover {
	filter: contrast(250%);
}


.LoginIntS {
	background-color: #24201f82;
	color: white;
	border: 1px solid #372f2fa6;
	height: 38px;
	width: 320px;
	margin-top: 8px;
	padding: 0px 0px 0px 10px;
}

.logotype{
	width: 450px;
	display: block;
	margin-top: 50px;
	margin-bottom: 130px;
	transition: 0.2s;
}
.logotype:hover{
	filter: drop-shadow(0px 0px 25px #cf914e80);
}

.loginpopupf{
	background: url(../images/center_bg_popup.png) top center no-repeat;
	width: 332px;
	z-index: 1;
	height: 1048px;
	margin-top: 60px;
}

/*main*/
.main_lside{
  background-image:url(../images/left-middle.png);
  background-repeat: repeat-y;
  background-position: bottom center; 
	width: 332px;
	z-index: 1;
	min-height: 1048px;
	margin-top: 110px;
	position: relative;
}
.main_lside_bottomBg {
  background-image:url(../images/left-bottom.png);
  background-repeat:no-repeat;
  background-position:bottom center; 
	width: 332px;
	height: 118px;
	z-index: 1;
	position: relative;
	margin-bottom:-118px;
}

.main_lside_topBg {
  background-image:url(../images/left-top.png);
  background-repeat:no-repeat;
  background-position:top center; 
	width: 332px;
	height: 145px;
	z-index: 2;
	position: relative;
	margin-top:-145px;
}


.main_cside_bottomBg {
  background-image:url(../images/bottom-bg.png);
  background-repeat:no-repeat;
  background-position:top center; 
	width: 1362px;
	height: 149px;
	z-index: 1;
	position: relative;
}

.main_cside_topBg {
  background-image:url(../images/bg-top.png);
  background-repeat:no-repeat;
  background-position:top center; 
	width: 724px;
	height: 114px;
	z-index: 2;
	position: relative;
	margin-top:-114px;
}
.main_cside {
  background-image:url(../images/bg-middle.png);
  background-repeat: repeat-y;
  background-position: bottom center; 
	width: 724px;
	z-index: 2;
	position: relative;
	margin-left: -15px;
	min-height: 1120px;
}


.main_rside {
  background-image:url(../images/right-middle.png);
  background-repeat: repeat-y;
  background-position: bottom center;
	width: 332px;
	z-index: 1;
	position: relative;
	margin-left: -15px;
	min-height: 1048px;
	margin-top: 110px;
	position: relative;
}
.main_rside_bottomBg {
  background-image:url(../images/right-bottom.png);
  background-repeat:no-repeat;
  background-position:bottom center; 
	width: 332px;
	height: 118px;
	z-index: 1;
	position: relative;
	margin-bottom:-118px;
}

.main_rside_topBg {
  background-image:url(../images/right-top.png);
  background-repeat:no-repeat;
  background-position:top center; 
	width: 332px;
	height: 145px;
	z-index: 2;
	position: relative;
	margin-top:-145px;
}

.side_l_over {
	margin-top: -110px;
	width: 316px;
	margin-left: 12px;
	position: relative;
	z-index: 2;
}
.download_btn {
	background: url(../images/download.png);
	width: 284px;
	height: 75px;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #332921;
	transition: 0.2s;
}
.download_btn:hover {
	filter: contrast(1.4);
}
.download_btn_name {
	display: block;
	text-transform: uppercase;
	margin-left: 65px;
	font-size: 16px;
	padding-top: 15px;
	position: relative;
}
.download_btn_desc {
	display: block;
	margin-left: 65px;
	font-size: 13px;
}
.rating{
	margin-top: 10px;
}
.rating_name{
	background: url(../images/bg_sep.png);
	width: 320px;
	height: 95px;
	position: relative;
}
.rating_title{
	position: absolute;
	left: 90px;
	padding-top: 28px;
}
.rating_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.rating_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}



.rating_tabs_list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #282421;
}
.rating_tabs_list li {
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	position: relative;
	color: #938986;
	font-size: 12px;
	height: 34px;
	transition: 0.2s;
}
.rating_tabs_list li:hover {
	color: #ff9c00;
}
.rating_tabs_list li.active {
	color: #ff9c00;
	display: block;
}
.rating_tabs_list li.active:before{
	content: "";
	background: url(../images/nav_menu_h.png);
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	width: 83px;
	bottom: 1px;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 2px);
}
.rating_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	box-shadow: 0px -10px 20px #0000004d;
}
.rating_content {
	padding: 20px 20px 0px 20px;
}
.rating_header{
	border-bottom: 1px dashed #362f2e;
	padding-bottom: 15px;
}
.rating_header span{
	margin: 0px 5px;
	color: #7c7471;
}
.rating_inform {
	margin: 10px 0px 0px;
}
.rating_inform span{
	margin: 0px 5px;
}

.ucpmenu_user {
	margin: 1px 0px;
	padding: 6px 0px;
	transition: 0.2s;
}
.ucpmenu_user:hover {
	background: #ffffff05;
	padding: 6px;
	border-left: 1px solid #fc7605;
}


.rating_user {
	margin: 1px 0px;
	padding: 10px 0px;
	transition: 0.2s;
}
.rating_user:hover {
	background: #ffffff05;
	padding: 10px;
	border-left: 1px solid #fc7605;
}
.rating_place{
	width: 20px;
	position: relative;
}

.rating_user:nth-child(1) .rating_place:before {
	content: "";
	position: absolute;
	top: -12px;
	left: -15px;
	background: url(../images/place_gold.png);
	width: 44px;
	height: 44px;
	font-size: 0;
	margin: 0px 5px 0px 0px;
}
.rating_user:nth-child(2) .rating_place:before{
	content: "";
	position: absolute;
	top: -12px;
	left: -15px;
	background: url(../images/place_silver.png);
	width: 44px;
	height: 44px;
	font-size: 0;
	margin: 0px 5px 0px 0px;
}
.rating_user:nth-child(3) .rating_place:before{
	content: "";
	position: absolute;
	top: -12px;
	left: -15px;
	background: url(../images/place_bronze.png);
	width: 44px;
	height: 44px;
	font-size: 0;
	margin: 0px 5px 0px 0px;
}
.rating_user:nth-child(1) .rating_player {
	color: #b89b7c;
}
.rating_user:nth-child(2) .rating_player {
	color: #b89b7c;
}
.rating_user:nth-child(3) .rating_player {
	color: #b89b7c;
}
.rating_user:nth-child(1) .rating_rate {
	color: #c7955f;
}
.rating_user:nth-child(2) .rating_rate {
	color: #c7955f;
}
.rating_user:nth-child(3) .rating_rate {
	color: #c7955f;
}


.media_name{
	background: url(../images/bg_sep.png);
	width: 320px;
	height: 95px;
	position: relative;
}
.media_title{
	position: absolute;
	left: 90px;
	padding-top: 28px;
}
.media_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.media_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}
.media_video{
	width: 90%;
	margin: 0 auto;
	height: 165px;
	margin-top: 10px;
}
.media_video iframe{
	border-radius: 6px;
}
.media_btns{
	width: 90%;
	margin: 10px auto;
}
.media_btn{
	color: #f0b370;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 14px;
	border-radius: 6px;
	border: 1px solid #332d2a;
	text-decoration: none;
	min-width: 95px;
	transition: 0.2s;
}
.media_btn i{
	font-size: 21px;
	color: #d87810;
	margin-right: 10px;
	transition: 0.3s;
}
.media_btn:hover {
	background: #d87810;
	color: #332d2a;
}
.media_btn:hover i{
	transform: rotate(360deg);
	color: #332d2a;
}

.side_c_over {
	width: 700px;
	margin: -65px auto;
	z-index:3;
	position:relative;
}
.mainvideos{
	width: 664px;
	height: 250px;
	margin: 0 auto;
}
.mainvideos iframe{
	border-radius: 6px;
}
.news{
	margin-top: 10px;
}
.news_name{
	background: url(../images/bg_bigsep.png);
	height: 95px;
	position: relative;
}
.news_title{
	position: absolute;
	left: 90px;
	padding-top: 38px;
}
.news_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.news_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}
.news__btn {
	background: url(../images/btn.png);
	width: 126px;
	height: 35px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #312624;
	text-shadow: 1px 1px #c9b6a7;
	border-radius: 5px;
	transition: 0.2s;
	margin-top: 30px;
	margin-right: 20px;
}
.news__btn:hover {
	filter: contrast(170%);
}
.news_container{
	padding: 10px 20px;
}
.news_content {
	height: 300px;
        overflow: auto;
	padding-right: 10px;
}
.news_content::-webkit-scrollbar {
	width: 0.2em;
	height: 0.2em;
}

.news_content::-webkit-scrollbar-thumb {
	background: #f59731;
}

.news_content::-webkit-scrollbar-track {
	background: rgba(254, 205, 121, 0.2);
}

.news_content {
	scrollbar-face-color: #f59731;
	scrollbar-track-color: rgba(254, 205, 121, 0.2);
}

.infocontent{
	padding: 10px 20px;
}
.infocontent {
    overflow: auto;
    padding-right: 10px;
    height: 910px;
}
.infocontent::-webkit-scrollbar {
	width: 0.2em;
	height: 0.2em;
}

.infocontent::-webkit-scrollbar-thumb {
	background: #f59731;
}

.infocontent::-webkit-scrollbar-track {
	background: rgba(254, 205, 121, 0.2);
}

.infocontent {
	scrollbar-face-color: #f59731;
	scrollbar-track-color: rgba(254, 205, 121, 0.2);
}

.news_info{
	margin-left: 20px;
}
.news_info h1{
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #d1c6c3;
}
.news_footer{
	margin-top: 5px;
}
.news_btn{
	color: #f0b370;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 14px;
	border-radius: 6px;
	border: 1px solid #332d2a;
	text-decoration: none;
	min-width: 95px;
	transition: 0.2s;
	text-align: center;
}
.news_btn:hover {
	background: #f59731;
	color: #332d2a;
}
.news_date{
	margin: 9px 0px 9px 15px;
	font-size: 13px;
}
.news_date i{
	color: #f59731;
	margin: 3px 6px;
}
.action {
	margin: 5px 20px 0px;
}
.action_block{
	text-decoration: none;
	color: #d1c6c3 ;
}
.action_label{
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px;
	border-radius: 6px;
	border: 1px solid #d87810;
	text-decoration: none;
	min-width: 40px;
	transition: 0.2s;
	text-align: center;	
}
.action_name{
	width: 380px;
	margin: 4px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.action_date{
	margin: 4px 0px 4px 15px;
	color: #938986;
	font-size: 13px;
}
.action_date i{
	color: #f59731;
	margin: 3px 6px;
}
.action_block {
	padding: 13px 0px;
	border-top: 1px dashed #362f2e;
	transition: 0.2s;
}
.action_block:hover {
	background: #ffffff08;
	padding: 13px 10px;
}
.action_block:hover .action_label {
	background: #f59731;
	color: #362f2e;
}
.action_block:hover .action_name {
	color: #f59731;
}
.stream{

}
.stream_name{
	background: url(../images/bg_bigsep.png);
	height: 95px;
	position: relative;
}
.stream_title{
	position: absolute;
	left: 90px;
	padding-top: 28px;
}
.stream_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.stream_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}
.stream_container{
	margin: 10px 20px;
}
.stream_block{
	width: 210px;
	height: 120px;
}
.stream_block iframe{
	width: 210px;
	height: 120px;
	border-radius: 6px;
}
.side_r_over {
	margin-top: -125px;
	width: 317px;
	margin-left: 3px;
	position:relative;
	z-index:3;
}
.servers{
	padding: 0px 20px 0px 15px;
}
.server_header {
	margin-top: 6px;
}
.server_name {
	color: #d1c6c3;
	margin: 0px 10px 0px 0px;
}
.servers_name{
	display: none;
}
.server_rate {
	font-size: 11px;
	padding: 2px 4px;
	border-radius: 6px;
	border: 1px solid #3a312b;
	text-decoration: none;
	min-width: 22px;
	transition: 0.2s;
	text-align: center;
	color: #d1c6c3;
}
.server_block {
	border-bottom: 1px dashed #362f2e;
	padding-bottom: 10px;
	padding-top: 10px;
}
.server_block:last-child {
	border-bottom: none;
}
.server_informer {
	width: 210px;
}
.server_online{
	color: #d1c6c3;
	font-size: 12px;
}
.server_online span{
	color: #c7955f;
}
.server_status{
	margin-top: 8px;
	width: 100%;
	height: 3px;
	background: #1a1712;
}
.server_status span {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 5px 0px #ff7a1a;
	background: #ff7a1a;
	transition: 1.5s;
}
.server_description{
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #b89b7c;
}
.server_srv .server_informer .server_status span{
	box-shadow: 0px 0px 5px 0px #ff7a1a;
	background: #ff7a1a;
}
.server_srv .server_icon{
	background: url(../images/srv1.png);
	width: 69px;
	height: 70px;
}
.server_srv:nth-child(2) .server_informer .server_status span{
	box-shadow: 0px 0px 5px 0px #ff7a1a;
	background: #ff7a1a;
}
.server_srv:nth-child(2) .server_icon{
	background: url(../images/srv1.png);
	width: 69px;
	height: 70px;
}
.server_srv:nth-child(3) .server_informer .server_status span{
	box-shadow: 0px 0px 5px 0px #2e8acb;
	background: #2e8acb;
}
.server_srv:nth-child(3) .server_icon{
	background: url(../images/srv2.png);
	width: 69px;
	height: 70px;
}
.server_srv:nth-child(4) .server_informer .server_status span{
	box-shadow: 0px 0px 5px 0px #07990c;
	background: #07990c;
}
.server_srv:nth-child(4) .server_icon{
	background: url(../images/srv3.png);
	width: 69px;
	height: 70px;
}
.server_srv:nth-child(5) .server_informer .server_status span{
	box-shadow: 0px 0px 5px 0px #ff7a1a;
	background: #ff7a1a;
}
.server_srv:nth-child(5) .server_icon{
	background: url(../images/srv4.png);
	width: 69px;
	height: 70px;
}
.forum_name{
	background: url(../images/bg_sep.png);
	width: 317px;
	height: 95px;
	position: relative;
}
.forum_title{
	position: absolute;
	left: 90px;
	padding-top: 28px;
}
.forum_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.forum_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}
.forum_container {
	margin: 0px 10px;
}
.forum_theme {
	border-bottom: 1px dashed #362f2e;
	padding: 10px 10px;
	text-decoration: none;
	transition: 0.2s;
}
.forum_theme:hover {
	background: #ffffff05;
}
.forum_theme:last-child {
	border-bottom: none;
	padding: 10px 10px;
}
.forum__ava {
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background: #231f1d;
	padding: 3px;
	border:  1px solid #332f2e;
}
.forum__ava img {
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background: #34302e;
	padding: 3px;
	box-shadow: 0px 0px 0px 1px #5b4e47;
}
.forum__title {
	margin: 4px 0px;
	width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.forum__title_date{
	margin: 4px 0px 4px 0px;
	color: #938986;
	font-size: 11px;
}
.forum__title_date i{
	color: #f59731;
	margin: 3px 6px 3px 0px;
}
.forum__title_name{
	color: #b89b7c;
	font-size: 13px;
}

.partners_name{
	background: url(../images/bg_sep.png);
	width: 317px;
	height: 95px;
	position: relative;
}
.partners_title{
	position: absolute;
	left: 90px;
	padding-top: 28px;
}
.partners_title_name{
	color: #d1c6c3;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	width: 100%;
}
.partners_title_desc {
	color: #938986;
	text-align: left;
	font-size: 12px;
	display: block;
	width: 100%;
}
.partners_block{
	padding: 10px 20px;
}
.partners_block a{
	text-decoration: none;
	margin: 2px 0px;
	line-height: 41px;
	color: #b89b7c;
	transition: 0.2s;
}
.partners_block a:hover{
	margin-left: 10px;
	color: #f59731;
}
/*footer*/
.footer{
	background: url(../images/footer_bg.png);
	width: 100%;
	height: 648px;
	z-index: -1;
	margin-top: -400px;
}
.footer_container{
	position: relative;
	top: 450px;
}
.footer_info{
	width: 500px;
}
.footer__copy{
	color: #7c7471;
	text-transform: uppercase;
}
.footer__description{
	text-transform: uppercase;
	font-size: 10px;
	color: #5e5954;
	margin-top: 20px;
}
.footer__mainlink{
	margin-top: 20px;
}
.footer__mainlink a{
	font-size: 10px;
	color: #7c7471;
	margin-right: 20px;
	transition: 0.2s;
}
.footer__mainlink a:hover{
	color: #f59731;
}
.footer_links {
	width: 350px;
}
.footer__link{
	display: block;
	text-transform: uppercase;
	margin: 12px 0px;
	color: #7c7471;
	text-decoration: none;
	transition: 0.2s;
}
.footer__link:hover{
	color: #f59731;
}
.footer_s_icon {
    border: 2px solid rgb(136 126 116 / 25%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}
.footer_s_icon:hover {
	background: rgb(136 126 116 / 10%);
}
.footer_s_icon i {
	color: #7c7471;
	font-size: 18px;
	transition: 0.2s;
}
.footer_s_icon:hover i {
	transform: rotate(360deg);
	color: #f59731;
}
.footer_std{
	margin-top: 20px;
}
.footer_std a{
	display: block;
	margin: 5px;
}
.footer_std img{
	opacity: 0.25;
	transition: 0.2s;
	width: 170px;
}
.footer_std img:hover{
	opacity: 1;
}
#menu {
	display: flex;
	margin:0 auto;
}

#toggle{
	display: none;
}

.atr_frst_srv:nth-child(1){
	display: block !important;
}
.rating_tabs_list .atr_frst_sel:nth-child(1) {
	color: #ff9c00;
	display: block;
}
.rating_tabs_list .atr_frst_sel:nth-child(1):before {
	content: "";
	background: url(../images/nav_menu_h.png);
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	width: 83px;
	bottom: 1px;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 2px);
}

.atr_Snd_srv:nth-child(1){
	display: block !important;
}
.rating_tabs_list .atr_Snd_sel:nth-child(1) {
	color: #ff9c00;
	display: block;
}
.rating_tabs_list .atr_Snd_sel:nth-child(1):before {
	content: "";
	background: url(../images/nav_menu_h.png);
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	width: 83px;
	bottom: 1px;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, 2px);
}

.logotype:hover{
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


.main_cside {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.1s;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.main_lside {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.2s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
} 
.main_rside {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.2s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.main_cside_bottomBg {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}
.header {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.footer {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}




