/*L2Banners.ru
Email: l2banners@mail.ru
*/

@import url(reset.css);

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,700,800&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

.section-fdc {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    justify-content: stretch;
}
.section-left {
    flex-grow: 1;
    margin-right: 20px;
}
.list-info__li {
    margin-bottom: 17px;
    line-height: 20px;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	/*background: #2C2C2C url(../images/bg.jpg) repeat;*/
	background-color: #000000;
	color: #222326;
	font-size: 14px;
	min-width: 300px;
}

.wrapper_all {
	overflow-x: hidden;
	min-width: 300px;
}

a {
	color: rgb(44, 97, 110);
	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: #fcfcfc;
}

.bg_l2b {
	background-color: #222326;
}

/* Ð¨Ð°Ð¿ÐºÐ° */

.main__wrapper-header {
	background: #000000;
}

.header_wrapper {
	min-height: 70px;
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	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-size: 14px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 500;
	transition: .3s all;
	margin: 5px 0;
	text-transform: uppercase;
}

.top_menu_wrp li a:hover {
	text-decoration: none;
	background: #4391cd;
}

.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-nav {
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	transform: skew(-8deg);
  /*transform-origin: left bottom;*/
  box-sizing: border-box;
  width: calc( 100% - 4px);
  margin: 0 2px 5px 2px;
  position: relative;
}

/* Ð’ÐµÑ€Ñ…Ð½Ð¸Ðµ Ð±Ð°Ð½ÐµÑ€Ñ‹ */

.top_bnr_wrp {
	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%;
	transition: .3s all;
}

/* .top_bnr_468:hover {
	box-shadow: 0 0 40px 0 red;
}



/* Ð¡Ñ€ÐµÐ´Ð½Ð¸Ð¹ Ð±Ð»Ð¾Ðº Ñ Ð¾ÑÐ½Ð¾Ð²Ð½Ñ‹Ð¼ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð¾Ð¼ */

.middle_wrapper {
	/*border-top: 3px solid #222326;*/
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	padding-top: 15px;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ */

.content_wrapper {
	flex-grow: 1;
	flex-basis: 420px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-left: 12px;
	padding-right: 5px;
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð°Ð½Ð¾Ð½ÑÐ° */

.anons_container {
	flex-basis: 410px;
	align-self: auto;
	margin-bottom: 30px;
}

.anons__days {
	margin-bottom: 30px;
}

.days__desc {
	color: #000;
	font-size: 13px;
	text-transform: none;
	background: #ebebeb;
	padding: 5px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-weight: 400;
	width: calc(100% - 6px);
}

.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 {
	padding: 5px 9px;
    font-weight: 600;
	background: #EDF0F3;
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 12px;
    cursor: default;
    border-bottom: 1px solid rgba(0,0,0,.09);
    padding-bottom: 6px;
}

.anons_title-today {
	margin-bottom: 15px;
}

.anons_title__bold {
	font-weight: 800;
	font-size: 16px;
	color: #333;
}
/* Ð¡ÐµÑ€Ð²ÐµÑ€ */

.server_wrapper {
	max-width: 420px;
	box-sizing: border-box;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 18px;
	text-align: center;
	position: relative;
	font-size: 12px;
}

.server_wrapper:hover  a {
	text-decoration: underline;
}

.server_wrapper a {
	text-decoration: none;
}

.server_wrapper > div {
	text-overflow: ellipsis;
	min-height: 15px;
	line-height: 15px;
	position: relative;
	cursor: default;
}

.server_vip {
    width: 34px;
    box-sizing: border-box;
    padding: 2px 0;
    text-align: center;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 800
 }

.server_vip:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 5px;
	z-index: 3;
	width: 5px;
	height: 5px;
	background-color: #A2A2A2;
	border-radius: 50%;
}

.serv_vip .server_vip {
	color: #A2A2A2;
  border-radius: 3px;
  background: #dae1e9;
  font-family: 'Open Sans';
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 10px;
}

.serv_vip .server_vip:after {
	display: none;
}

.vip_1 .server_name a {
   color: #83919f;
}

.vip_1 .server_vip {
	background-color: #dae1e9;
	color: #83919f;
}

.vip_2 .server_name a {
   color: #539185;
}

.vip_2 .server_vip {
	background-color:#539185;
	color: #fff;
}

.vip_3 .server_name a {
   color: #d64e3f;
}

.vip_3 .server_vip {
	background-color:#d64e3f;
	color: #fff;
}

.server_name {
	text-transform: uppercase;
  font-weight: 500;
  width: 210px;
  text-align: left;
}

.server_name a {
  color: #A2A2A2;
  font-family: 'Montserrat',"Helvetica Neue", Helvetica;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.anons_container_vip .server_name a {
	font-size: 17px;
}

.server_name a:hover {
	text-decoration: underline;
}

.server_chron {
	width: 65px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #292929;
	margin-right: 4px;
	text-align: left;
}

.server_rate {
	width: 45px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #292929;
	margin-right: 4px;
}

.server_date {
	width: 60px;
	font-size: 12px;
	font-weight: 600;
	color: #292929;
	text-align: left;
}

.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;
}



.today__date,
.tomorrow__date,
.yesterday__date {
	background-color: #E1F2E4;
	color: #000;
	font-size: 11px;
	text-transform: lowercase;
	padding: 0 6px 0 4px;
	top: -2.5px !important;
	border-radius: 3px;
	position: relative;
	font-weight: 400;
}

.tomorrow__date {
	background-color: #fdd;
}

.yesterday__date {
	background-color: #e7e9ed;
}


/* Ð±Ð¾Ð½ÑƒÑÑ‹ */

.other_bonus_wrp {
	position: absolute;
	right: 3px;
	top: -1px;
}




span.icon_container {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/coin.svg) no-repeat center;
} 

span.icon_container  .tooltip {
	position: absolute;
	bottom: 20px;
	left: -72px;
	width: 160px;
	height: auto;
	box-sizing: border-box;
	padding: 12px 5px;
	display: block;
	text-align: center;
	background-color: rgba(36, 36, 36, 0.76);
	color: #fff;
	pointer-events: none;
	border-radius: 7px;
	/* border: 1px solid rgb(255, 236, 151); */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.34);
	transition: .2s all;
	opacity: 0;
	font-weight: 600;
}

span.icon_container  .tooltip: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);
	transition: .2s all;
}

span.icon_container:hover .tooltip {
	opacity: 1;
}




/*span.icon_container.premium {
	background: transparent url(../images/star.png) no-repeat center center;
	background-size: contain;
}*/

span.icon_container.foreign {
	background: transparent url(../images/en.png) no-repeat center center;
	background-size: contain;
}

span.icon_container.newbie {
	background: transparent url(../images/newbie.png) no-repeat center center;
	background-size: contain;
}

span.icon_container .tooltip.tooltip-big {
	left: -118px;
	width: 250px;
	font-size: 11px;
}


span.icon_container.money {
	background: transparent url(../images/coin.svg) no-repeat center;
	background-size: contain;
} 

span.bonus {
	background: transparent url(../images/money-bag.svg) no-repeat center;
	background-size: contain;
} 


.server__obt {
	width: 30px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	color: #787878;
	text-transform: lowercase;
	font-weight: 400;
	line-height: 9px;
	cursor: default;
	display: inline-block;
}

/* ÐÐ¾Ð²Ð¾ÑÑ‚ÐµÐ¹ Ð½ÐµÑ‚ */

.news__not {
	min-height: 20px;
}

/* Ð¡Ð°Ð¹Ð´ Ð±Ð°Ñ€ */

.sidebar_wrapper {
	width: 260px;
	flex-shrink: 0;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}

.sidebar_menu_wrapper ul {
	display: inline-block;
	box-sizing: border-box;
}

.sidebar_menu_wrapper ul li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #787878;
	border-radius: 50%;
	margin: 2px 5px;
	transition: .1s all;
}

.sidebar_menu_wrapper ul li:hover:before {
		background-color: #4391CD;
}


.sidebar_menu_wrapper ul li > a {
	color: #000;
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	margin-right: 10px;
	transition: .1s all;
}

.sidebar_menu_wrapper ul li > a:hover {
	text-decoration: none;
	color: #3AA2F2;
}

.sidebar_menu_wrapper ul li > a.href-yellow {
	color: #ff9300;
	font-weight: bold;
}

.sidebar_menu_wrapper ul li > a.href-yellow:hover {
	color: #ff7800;
}

.sidebar_menu_wrapper ul li > a.href-blue {
	color:#3AA2F2;
	font-weight: bold;
}

.sidebar_menu_wrapper ul li > a.href-blue:hover {
	color: #175498;
}


.sidebar_menu_wrapper ul li > a.href-green {
	color: green;
	font-weight: bold;
}

.sidebar_menu_wrapper ul li > a.href-green:hover {
	color: #006100;
}


/* ÐœÐµÐ½ÑŽ */

.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 {
	padding: 15px 0;
}

/* ÐŸÐ¾Ð¸ÑÐº ÑÐµÑ€Ð²ÐµÑ€Ð¾Ð² */

.wrapper__search {
	margin-bottom: 5px;
}

.search__servers {
	font-size: 12px;
	padding: 10px 0 8px;
	border-radius: 0;
	border: 2px solid #3d81b5;
	color: #fff;
	transform: skew(-8deg);
  font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: #4391cd;
	max-width: 200px;
	margin: 0 auto;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}

.search__servers:hover {
	background-color: #336E9Bff;
  border-color: #204d74;
}

/* Ð’Ñ‹Ð±ÐµÑ€Ð¸Ñ‚Ðµ Ð¥Ñ€Ð¾Ð½Ð¸ÐºÐ¸*/

.chron_wrapper {
	border-bottom: 1px solid #cecece;
}

.chron_title {
	font-size: 14px;
  padding: 5px 0;
  border-radius: 0;
  background: url(../images/title_bg.png) no-repeat center center;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #54545c;
	width: calc(100% - 6px);
	margin: 0 auto;
}

.chron_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0;
}

.chron_menu a {
	color: #000;
	display: inline-block;
	padding: 3px 0;
	width: 115px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition: .1s all;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.chron_menu a:hover {
    color: #4391CD;
    text-decoration: none;
}

.chron_menu a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #787878;
	border-radius: 50%;
	margin: 2px 5px;
	transition: .1s all;
}

.chron_menu a:hover:before {
		background-color: #4391CD;
}

/* Ð—Ð°ÐºÐ»Ð°Ð´ÐºÐ° */

.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: #447a0e;
	font-size: 14px;
}

/* Ð¡Ð¾Ñ† ÑÐµÑ‚Ð¸ sidebar */

.sidebar__scl {
	box-sizing: border-box;
	padding: 20px 0;
}

/* Ð‘Ð°Ð½ÐµÑ€ 240 Ð² ÑÐ°Ð¹Ð´Ð±Ð°Ñ€Ðµ */

.bnr_240_wrapper {
	text-align: center;
	transition: .3s all;
}

.bnr_240_wrapper:hover {
	box-shadow: 0 0 10px 0 red;
}

/* ÐÐ¸Ð· ÑÐ°Ð¹Ñ‚Ð° */

.footer {
	min-height: 40px;
	color: #f1f1f1;
	font-size: 14px;
	background-color: #27282a;
}

.footer_title {
	text-align: center;
	font-weight: 600;
  font-size: 18px;
	padding: 6px 10px;
	font-weight: normal;
	text-align: left;
}

.footer_text {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 6px 10px;
	color: #fff;
  font-size: 11px;
  padding-left: 12px;
  line-height: 16px;
}

.footer_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer_info > div {
	padding: 16px;
	text-align: left;
}

.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;
	padding: 1px 3px;
}

.today {
	background-color: #E1F2E4;
	color: green;
}

.yesterday {
	background-color: rgb(231, 233, 237);
	color: rgb(91, 101, 120);
}

.tomorrow {
	background-color: #F2E1E1;
	color: red;
}


/* ÐŸÐ¾Ð»Ð½Ð°Ñ Ð½Ð¾Ð²Ð¾ÑÑ‚ÑŒ */

.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 {
	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 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);
	position: relative;
}

#category_chosen {
	position: relative;
}

#category_chosen:after {
	content: "";
	display: block;
	position: absolute;
    top: 18px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.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: block;
	max-height: 0;
	transition: .3s all;
	line-height: 16px;
	font-size: 12px;
	color: rgb(164, 152, 152);
	transition: .3s all;
	opacity: 0;
	padding: 2px 10px 5px 10px;
	visibility: hidden;
	max-width: 200px;
}

:hover:not(.on-focus) > .l2b_tip, 
.on-focus input:focus + .l2b_tip,
.on-focus textarea:focus + .l2b_tip {
	max-height: 50px;
	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: right;
	padding-bottom: 10px;
  border-bottom: 1px dashed #b8b8b8;
  margin-bottom: 10px;
}

#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);
	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;
	transition: .3s all;
}

#block_bnr_left {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1000;
  width: 390px;
  height: 1100px;
  transition: .3s all;
}

#block_bnr_left:hover img {
	box-shadow: 0 0 40px 0 #2872ae !important;
}

#block_bnr_right {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1000;
  width: 390px;
  height: 1100px;
  transition: .3s all;
}

#block_bnr_right:hover img {
	box-shadow: 0 0 40px 0 #2872ae !important;
}

.l2b_top_bnr {
	width: 100%;
	text-align: center;
	height: 300px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	z-index: 3;
	min-width: 300px;
}

.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;
}

.torrent-file {
    border: 2px solid rgba(0,0,0,.1);
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 15px;
    height: 30px;
    line-height: 26px;
    background: #e24d3d;
    display: inline-block;
    float: right;
}

.client-button {

    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    margin: 0 auto 20px auto;
    color: #fff;
    background: #c14d40;
    border: 2px solid rgba(0,0,0,.2);
    height: 36px;
    line-height: 32px;
}

.client-button:before {
    font-size: 17px;
    font-weight: normal;
    font-family: 'fontello';
    text-align: center;
    background: rgba(0,0,0,.2);
    height: 32px;
    width: 40px;
    line-height: 32px;
    float: left;
    display: block;
    margin: 0 0 0 0;
}

.push_button {
	position: relative;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:43px;
	font-family:'Oswald', Helvetica;
	text-transform: uppercase;
	display: block;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}