/*L2Banners.ru - Верстка сайтов на заказ
Email: l2banners@mail.ru
*/

@import url(reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	color: #222326;
	font-size: 14px;
	min-width: 450px;
}

.wrapper_all {
	overflow-x: hidden;
	min-width: 450px;
}

a {
	color: rgb(60, 40, 14);
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity, color, background-color, background;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
	z-index: 4;
	background-color: #F2F2F2;
}

.bg_l2b {
	background-color: #222326;
}

/* Шапка */

.header_wrapper {
	min-height: 80px;
	/* box-shadow: 0 2px 6px 1px rgba(0,0,0,.4); */ /* drop shadow */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

/* Топ меню */

.top_menu {
	font-size: 0;
	transition: .3s all;
}

.top_menu_wrp {
	display: inline-block;
}

.top_menu_wrp li, .top_menu_wrp li a {
	float: left;
}

.top_menu_wrp li a {
	color: #fff; /* text color */
	font-family: "Times New Roman";
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	transition: .3s all;
	margin: 15px;
	text-transform: uppercase;
}

.top_menu_wrp li a:hover {
	text-decoration: underline;
}

.menu_btn {
  background-color: #000;
  height: 26px;
  width: 30px;
  border: 7px solid #000;
  border-radius: 3px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: content-box;
}

.menu_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all;
}

.menu_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all;
}

.menu_line {
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s all;
}



.menu_btn_active .menu_line {
  opacity: 0;
  transform: rotate(180deg);
}

.menu_btn_active:after {
  transform: rotate(45deg);
  transform-origin: left bottom;
  left: 3px;
}

.menu_btn_active:before {
  transform: rotate(-45deg);
  transform-origin: left top;
  left: 3px;
}

/* Верхние банеры */

.top_bnr_wrp {
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.top_bnr_468 {
	min-height: 60px;
	width: 468px;
	margin: 10px;
	max-width: 100%;
}

/* Средний блок с основным контентом */

.middle_wrapper {
	border-top: 3px solid #222326;
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

/* Основной контент */

.content_wrapper {
	flex-grow: 1;
	flex-basis: 448px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 20px;
}

/* Контейнер анонса */

.anons_container {
	flex-basis: 448px;
	 align-self: auto;
}

.today_wrp {
	flex-basis: 100%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.4) inset;
	padding: 0 0 10px 0;
	margin: 20px 25px;
}

.today_wrp .server_wrapper {
	max-width: 100% !important;
	justify-content: center;
}

.anons_title {
	text-align: center;
	margin: 20px 0 30px 0;
}

/* Сервер */

.server_wrapper {
	max-width: 438px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	min-height: 18px;
	text-align: center;
	position: relative;
	font-size: 12px;
}

.server_wrapper a {
	text-decoration: none;
}

.server_wrapper > div {
	text-overflow: ellipsis;
	margin-right: 4px;
	min-height: 15px;
	line-height: 15px;
	position: relative;
}

.server_vip {
    width: 30px;
    box-sizing: border-box;
    padding: 3px 0 0 10px;
}

.server_name {
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.server_name a {
	color: #A2A2A2;
}

.server_name a:hover {
	text-decoration: underline;
}

.server_chron {
	width: 70px;
	font-variant: small-caps;
}

.server_rate {
	width: 50px;
}

.server_date {
	width: 70px;
}

.server_wrapper > div.server_info {
	width: 30px;
	font-size: 8px;
	line-height: 8px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px;
}

.info_link {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/info.png) no-repeat;
	opacity: .2;
}

.info_link:hover {
	opacity: 1;
}

/* ajax навигация */

.bp-pager {
	text-align: center;
}

.bp-pager [data-page-num], .bp-pager a, .bp-pager .current {
    padding: 3px 6px 1px !important;
}


/* бонусы */

.other_bonus_wrp {
	position: absolute;
	right: 0;
	top: 0;
}


span.money {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent url(../images/coin.svg) no-repeat center;
} 

span.money  .money_tip {
	position: absolute;
	bottom: 20px;
	left: -118px;
	width: 250px;
	height: auto;
	box-sizing: border-box;
	padding: 5px 10px;
	display: none;
	text-align: center;
	background-color: rgba(36, 36, 36, 0.76);
	color: rgb(246, 232, 81);
	pointer-events: none;
	border-radius: 4px;
	border: 1px solid rgb(255, 236, 151);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

span.money  .money_tip:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(36, 36, 36, 0.76);
}

span.money:hover .money_tip {
	display: block;
}

.money_title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: rgb(243, 197, 103) !important;
	font-size: 12px;
	margin-bottom: 5px;
}



span.bonus {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent url(../images/money-bag.svg) no-repeat center;
} 

span.bonus  .bonus_tip {
	position: absolute;
	bottom: 20px;
	left: -118px;
	width: 250px;
	height: auto;
	box-sizing: border-box;
	padding: 5px 10px;
	display: none;
	text-align: center;
	background-color: rgba(36, 36, 36, 0.76);
	color: rgb(246, 232, 81);
	pointer-events: none;
	border-radius: 4px;
	border: 1px solid rgb(255, 236, 151);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

span.bonus  .bonus_tip:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(36, 36, 36, 0.76);
}

span.bonus:hover .bonus_tip {
	display: block;
}

.bonus_title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: rgb(243, 197, 103) !important;
	font-size: 12px;
}

.server_vip:after {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	z-index: 3;
	width: 20px;
	height: 20px;
	background: url(../images/vip_def.svg) no-repeat center;
	background-size: 30% 30%;
}

.serv_vip .server_vip:after {
	background: none;
}

.serv_vip_1 .server_name a {
    color: rgb(255, 70, 33);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
}

.serv_vip_2 .server_vip:after {
	background: none;
}

.serv_vip_2 .server_name a {
    color: rgb(255, 181, 33);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

/* Сайд бар */

.sidebar_wrapper {
	width: 244px;
	flex-shrink: 0;
	color: #fff;
	box-sizing: border-box;
	padding: 0 2px;
}

.sidebar_menu_wrapper ul {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
}

.sidebar_menu_wrapper ul li > a {
	color: #f1f1f1;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
}

/* Меню */

.sidebar_menu_title {
	color: #747474; /* text color + color overlay */
	font-family: "Arial";
	font-size: 20px;
	text-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}

.sidebar_menu_contet {
	border-top: 2px solid rgb(57, 51, 51);
	border-bottom: 2px solid rgb(57, 51, 51);
	padding: 6px 0;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.4) inset;
}

/* Выберите Хроники*/

.chron_title {
	color: #747474; /* text color + color overlay */
	font-family: "Arial";
	font-size: 20px;
	text-shadow: 0 3px 5px rgba(0,0,0,.35); /* drop shadow */
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}

.chron_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px solid #393333;
	border-bottom: 2px solid #393333;
	padding: 6px 0;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.4) inset;
}

.chron_menu a {
	color: #f1f1f1; /* text color + color overlay */
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 6px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Закладка */

.bookmark_wrapper {
	text-align: center;
	margin: 16px 0;
}

.bookmark_l2b {
	background: url(../images/bookmark.png) no-repeat;
	min-height: 22px;
	line-height: 22px;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffee81;
	font-size: 14px;
}

/* Соц сети sidebar */

.sidebar__scl {
	box-sizing: border-box;
	padding: 20px 0;
}

/* Банер 240 в сайдбаре */

.bnr_240_wrapper {
	text-align: center;
}

/* Низ сайта */

.footer {
	min-height: 40px;
	color: #f1f1f1;
	font-size: 14px;
}

.footer_title {
	text-align: center;
	font-size: 24px;
	padding: 16px 0;
	font-weight: normal;
}

.footer_text {
	border-top: 2px solid #393333;
	border-bottom: 2px solid #393333;
	padding: 16px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.4) inset;
	line-height: 18px;
}

.footer_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_info > div {
	padding: 16px;
	text-align: center;
}

.bnr_88_wrp {
	display: inline-block;
	margin: 0 16px;
}

.footer_copy {
	text-align: center;
	line-height: 16px;
}

.footer_copy span {
	color: #929292;
}


/* other */

.hidden {
    opacity:0;
}
.visible {
    opacity:1;
}

.old_ie {
	background-color: #000;
	font-size: 30px;
	padding: 120px 0 20px 0;
	text-align: center;
	z-index: 999999;
	width: 100%;
}

.today,
.yesterday,
.tomorrow {
	display: inline-block;
}


/* Полная новость */

.full_server_go_site_wrp {
	text-align: center;
	margin: 20px 0;
}

.full_server_go_site {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	box-shadow: 0 4px 10px rgb(148, 148, 149);
}
.full_server_go_site:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
	text-decoration: none;
	box-shadow: 0 4px 5px rgb(210, 210, 210);
}
.full_server_go_site:active {
	position:relative;
	top:1px;
}

.l2b_side {
	box-sizing: border-box;
	padding: 20px;
}

/* Пделиться новостью */

.full_server_soc_wrp {
	text-align: center;
}

.soc_in_full {
	margin: 15px 0 0 0;
}

#share42 > .share42-item {
	transition: .3s all;
}

#share42 > .share42-item:hover {
	filter: brightness(130%);
}

.full_serv_vip {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

.full_server_title {
	font-size: 25px !important;
}

.full_vip_1 {
	color: rgb(255, 70, 33);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
}

.full_vip_2 {
	color: rgb(255, 181, 33);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

/* Контакты */

.feedback_contacts_title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.feedback_contacts_flex {
	box-sizing: border-box;
	padding: 0 7%;
	display: flex;
	align-items: center;
}

.feedback_contacts_flex > div {
	width: 50%;
	text-align: center;
}

.feedback_contacts__item {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.feedback_ico {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.feedback_link {
	font-weight: bold;
 	font-size: 18px;
 	text-decoration: underline;
}

.feedback_link:hover {
	text-decoration: none;
}

.feedback_span {
	font-weight: bold;
 	font-size: 18px;
}

.sp_wrp img {
	width: 50%;
}

/* Добавить сервер */

.add_news_wrapper {
	background-color: #fff;
	padding-bottom: 30px;
}

.add_news_title {
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.info_wrapper {
  border: 2px solid #00A9C5;
  margin: 36px auto 0 auto;
  position: relative;
  padding: 30px 20px 20px 20px;
  text-align: center;
}

.input_wrapper {
  border: 2px solid rgba(34, 35, 38, 0.18);
  max-width: 300px;
  width: 100%;
  min-height: 45px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px
}

.input_wrapper_select {
  width: 300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.input_wrapper_name {
  display: inline-block;
  position: relative;
  top: -10px;
  text-transform: uppercase;
  padding: 0 5px;
  background-color: #fff
}

.input_wrapper input,
.input_wrapper textarea,
.input_wrapper select {
	border: 1px solid rgba(0, 0, 0, 0.09) !important;
	width: 200px;
	height: 25px;
	padding: 0;
	line-height: 25px;
	background-color: rgb(243, 243, 243);
	text-align: center;
	transition: .3s all;
}

.input_wrapper textarea {
	height: auto;
	min-height: 25px;
	box-sizing: border-box;
	padding: 5px;
}

.input_wrapper input:focus,
.input_wrapper textarea:focus
.input_wrapper select:focus {
	border: 1px solid rgba(105, 105, 105, 0.36) !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
}

.fieldsubmit {
	text-align: center;
}

.chosen-container-single .chosen-default {
	color: rgb(34, 35, 38);
}

.chosen-container-single .chosen-single {
	border: 2px solid rgba(34, 35, 38, 0.18);
}

.chosen-container-single .chosen-single-with-deselect span,
.chosen-container-single .chosen-single span {
    margin-right: 0 !important;
}

.l2b_tip {
	display: none;
	line-height: 16px;
	font-size: 12px;
	color: rgb(164, 152, 152);
	transition: .3s all;
	opacity: 0;
	padding: 10px 10px 5px 10px;
	visibility: hidden;
}

:hover:not(.on-focus) > .l2b_tip, 
.on-focus input:focus + .l2b_tip,
.on-focus textarea:focus + .l2b_tip {
	display: block;
	opacity: 1;
	visibility: visible;
}

.inp_pad {
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

/*.inp_pad select {
	width: 100%;
}*/

.l2b_btn_submit {
	width: 100%;
}

.l2b_btn_submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.l2b_btn_submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
	text-decoration: none;
}
.l2b_btn_submit:active {
	position:relative;
	top:1px;
}

.add_server_more_btn_wrp {
	text-align: center;
}

#add_server_more_btn,
.add_full_more_btn {
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid rgba(34, 35, 38, 0.18);
  /*! border-radius: 5px; */
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	cursor: pointer;
	transition: .3s all;
}

#add_server_more_btn.more_active {
	 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgba(34, 35, 38, 0.18) ), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(rgba(34, 35, 38, 0.18)  20%, #ffffff 80%);
  background-image: -moz-linear-gradient(rgba(34, 35, 38, 0.18)  20%, #ffffff 80%);
  background-image: -o-linear-gradient(rgba(34, 35, 38, 0.18)  20%, #ffffff 80%);
  background-image: linear-gradient(rgba(34, 35, 38, 0.18)  20%, #ffffff 80%);
}

#add_server_more {
	display: none;
}

#add_server_more.more_active {
	display: block;
}

/* Кнопки анонса */

.select_btn_wrp {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0;
}

.select_btn_span {
	font-style: italic;
}

.best_btn_wrp {
	text-align: center;
}

.best_btn_wrp > div {
	display: inline-block;
	margin: 4px;
	font-size: 0;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.best_btn_wrp > div .fly_prev {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	z-index: 1;
	background-color: rgba(255, 0, 0, 0.6);
	transition: .3s all;
}

#best_btn_left_top.best_btn_active #fly_prev_left_top {
	background-color: transparent;
	transform: translate(-150px,-150px);
	bottom: 100%;
	right: 100%;
}

#best_btn_right_top.best_btn_active #fly_prev_right_top {
	background-color: transparent;
	transform: translate(300px,-150px);
	bottom: 100%;
	right: 100%;
}

#best_btn_left_bottom.best_btn_active #fly_prev_left_bottom {
	background-color: transparent;
	transform: translate(-150px,150px);
	bottom: 100%;
	right: 100%;
}

#best_btn_right_bottom.best_btn_active #fly_prev_right_bottom {
	background-color: transparent;
	transform: translate(300px,150px);
	bottom: 100%;
	right: 100%;
}

.best_btn_left_top,
.best_btn_right_top,
.best_btn_left_bottom,
.best_btn_right_bottom {
	display: block;
	width: 150px;
	height: 50px;
	border: 2px solid red;
	background-color: rgba(255, 255, 255, 0.55);
	position: fixed;
	z-index: 9999;
	transition: .3s all;
	pointer-events: none;
	opacity: 0;
}

.best_btn_left_top {
	left: 0;
	top: 0;
}

.best_btn_right_top {
	right: 0;
	top: 0;
}

.best_btn_left_bottom {
	left: 0;
	bottom: 0;
}

.best_btn_right_bottom {
	right: 0;
	bottom: 0;
}

.best_btn_left_top.btn_fix_active,
.best_btn_right_top.btn_fix_active,
.best_btn_left_bottom.btn_fix_active,
.best_btn_right_bottom.btn_fix_active {
	opacity: 1;
	animation: btn_fix_active 2s infinite;
	transition-delay: .2s;
}

@keyframes btn_fix_active {
  0% {  
    border: 4px solid red;
	}
  50% {  
    border: 4px solid rgba(255, 0, 0, 0.2);
  }
  100% {
  	border: 4px solid red;
  }

}

.best_btn_wrp > div > img {
	box-sizing: border-box;
	border: 2px solid transparent;
	position: relative;
	z-index: 2;
}

.best_btn_active img {
	border: 2px solid red !important;
}

#btn_for_public_wrp {
	min-height: 140px;
	border: 1px solid #ccc;
	max-width: 80%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 20px;
}

#btn_for_public_wrp > div {
	display: none;
	transition: .3s all;
	opacity: 0;
	transform: rotateY(90deg);
}

.btn_for_public textarea {
	width: 100%;
	min-height: 100px;
	box-sizing: border-box;
	padding: 5px 10px;
	}

/* Боковые банеры */

#block_bnr {
  position: fixed;
  top: 0px;
  z-index: 5;
  width: 1920px;
  left: 50%;
  margin-left: -960px
}

#block_bnr img {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	box-shadow: 0 0 10px #000;
}

#block_bnr_left {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1000;
  width: 390px;
  height: 1100px;
  transition: .3s all;
}

#block_bnr_right {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1000;
  width: 390px;
  height: 1100px;
  transition: .3s all;
}

.l2b_top_bnr {
	width: 100%;
	text-align: center;
	height: 300px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	min-width: 450px;
}

.l2b_top_bnr img {
	object-fit: cover;
  object-position: 50% 50%;
}

/* прогресс */

#progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -6px;
  width: 1%;
  height: 3px;
  background: #ECB712;
  border-radius: 1px;
  transition: width 500ms ease-out, opacity 400ms linear
}

/* Список серверов */

.border_top_title {
	border-top: 2px solid rgb(57, 51, 51);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.4) inset;
}

.servers_cat_sort_wrp {
	box-sizing: border-box;
	padding: 10px;
}

.servers_cat_sort_wrp a {
	color: #DA8324;
	line-height: 30px;
}


/* Блок выбора кнопки select*/

.block_bnr {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	position: relative;
	margin: 90px 0 30px 0;
}

.bnr_code {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: .3s all;
}

.bnr_code_active {
	display: block;
	visibility: visible;
	opacity: 1;
}

.block_bnr textarea {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100px;
	box-sizing: border-box;
	padding: 10px;
}

.bnr_code .code_img_wrp {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	text-align: center;
	pointer-events: none;
}

.bnr_code_active {

}

/* Кнопки */

.block_bnr_btn {
	position: absolute;
	text-transform: uppercase;
	width: 120px;
}

.block_bnr_btn:hover {
	cursor: pointer;
}

.block_bnr_btn:before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #000;
	position: absolute;
}

.l2b_active_b:before {
	content: "\f00c";
}

#block_bnr_btn_left_top {
	left: 10px;
	top: -20px;
	text-align: right;
	padding-right: 20px;
}

#block_bnr_btn_left_top:before {
	right: 0px;
	top: 1px;
}

#block_bnr_btn_right_top {
	right: 10px;
	top: -20px;
	text-align: left;
	padding-left: 20px;
}

#block_bnr_btn_right_top:before {
	left: 0px;
	top: 1px;
}

#block_bnr_btn_left_bottom {
	left: 10px;
	bottom: -20px;
	text-align: right;
	padding-right: 20px;
}

#block_bnr_btn_left_bottom:before {
	right: 0px;
	top: 1px;
}

#block_bnr_btn_right_bottom {
	right: 10px;
	bottom: -20px;
	text-align: left;
	padding-left: 20px;
}

#block_bnr_btn_right_bottom:before {
	left: 0px;
	top: 1px;
}


/* Банер 800 */

.bnr_900_wrp {
	flex-basis: 100%;
  padding: 0 0 10px 0;
  margin: 20px 25px;
}

.bnr_900_wrp a.
.bnr_900_wrp a img {
	width: 100%;
}

/* Календарь */

.calendar {
	z-index: 20;
}

/* Регистрация */

.page_form_style #dle-content {
	padding: 5%;
	box-sizing: border-box;
}

.highslide-controls a {
    transition: 0s all;
}