@media (max-width: 1170px) {
	.mid {
		flex-direction: column;
	}

	.bar-side {
		display: none;
	}

	.sidebar {
		width: 100%;
		order: 2 !important;
	}
}

@media (min-width: 1000px) {
	.menu-wrp {
		display: block;
	}

	.burger-btn {
		display: none;
	}

	.mid {
		z-index: 10;
	}
}

@media (max-width: 1000px) {
	.header {
		justify-content: center;
	}

	.menu-wrp {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 86;
		height: auto;
		overflow-y: auto;
		align-items: flex-start;
		background-color: rgba(0, 0, 0, 0.87);
	}

	.menu {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: auto 0;
		height: auto;
	}

	.menu__txt {
		margin: 0;
		padding: 0;
	}

	.menu__link_a {
	}

	.menu__ico {
		display: none;
	}

	.menu__link_add {
		margin-left: 0;
	}
}

@media (max-width: 900px) {
	.content-wrp {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.section-wrp {
		flex-direction: column;
	}

	.section-left {
		margin: 0;
		width: 100%;
	}

	.section-right {
		margin: 0;
		width: 100%;
	}

	.main_top {
		padding-top: 280px;
	}

	.l2b-header-bnr {
		height: 500px;
	}

	.side {
		display: none;
		animation: side 1s ease forwards;
	}

	.side_active {
		display: block;
	}

	.switcher {
		display: grid;
	}
}

@media (max-width: 727px) {
	.main_top {
		padding-top: 0;
	}
	.l2b-header-bnr {
		display: none;
	}

	.header__inform {
		margin-right: 30px;
	}

	.sidebar {
		width: 100%;
	}

	.partner {
		width: calc(50% - 32px);
	}

	.adw-item__server {
		display: none;
	}
}

@media (max-width: 600px) {
	.add-info {
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	.add-info__name {
		padding: 0 0 10px 0;
	}

	.add-info input,
	.add-info select,
	.add-info .chosen-container,
	.add-info textarea {
		max-width: 100%;
		width: 100% !important;
	}
}

@media (max-width: 520px) {
	.footer_info {
		justify-content: center;
	}

	.footer_copy {
		order: -1;
	}

	.feedback_contacts_flex {
		flex-wrap: wrap;
	}

	.feedback_contacts_flex > div {
		width: 100%;
	}

	.partner {
		width: calc(100% - 30px);
	}
}

@media (max-width: 450px) {
	.side {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.server {
		max-width: 100%;
		height: 40px;
		margin: 3px;
	}

	.server__grp {
		display: flex;
		justify-content: center;
		flex-direction:column;
	}
	.server__chron,
	.server__date {
		width: auto;
		white-space: nowrap;
	}

	body {
		font-family: "PT Sans Narrow", "Open Sans", Arial, Helvetica, sans-serif;
	}
}

@media (max-width: 438px) {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="file"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		width: 100% !important;
	}

	.footer_bnr_wrp {
		padding: 0 !important;
	}

	.bnr_88_wrp a {
		margin: 10px;
		display: inline-block;
	}
}

@media (max-width: 1000px) AND (max-height: 400px) {
	.topMenu__menu {
		top: 30px;
	}
}
body {
font-family: 'Manrope', sans-serif;

     font-weight: 300;
}
.ttl_theme_base{
    background-color: rgb(244, 244, 244);
    border-radius: 5px;
    margin: 15px -10px;
    padding: 0 10px;
    font-size: 13px;
    box-sizing: border-box;
}

.e-list__link{
    width:48%;
}
.e-list__link_color_orange{
    width:100%;
}
.footer a{
    color:#fff;
    font-size:12px;
}
.footer .menu__link{
    display:none;
}
.footer-first-container .menu__link{
    display:flex;
}
.footer a i{
    display:none;
}
.menu__txt{
        font-size:12px;
    }
.server__title{
    width:200px;
    font-size: 14px;
    color: #5B7298;
      
        letter-spacing: 0.05rem;
        font-weight: 700;
    white-space:nowrap;
}
@media (max-width: 480px){
    .menu__txt{
        font-size:10px;
    }
    .about-contain{
        margin: 0px 0;
    }
    .menu__link{
        margin:0;
    }
}
.f-nav{
    display:flex;
    padding:0 12px;
    background: #0f0d1a;
    justify-content:space-between;
    width:100%;
}
.footer-first-container,
.footer-second-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.f-nav a:nth-child(3){
    display:none;
}
.f-nav a:nth-child(4){
    display:none;
}

.menu .menu__i{
    display:none;
}
.menu a:nth-child(1){
  background: #fe2c00;
}

.switcher{
    width:94.6%;
    margin:10px 0;
    margin-left: -10px;
}
.about-contain{
    width:95.8%;
    max-width:1170px;
    padding:10px 25px;
    background:#FCFCFC;
}
.switcher__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid #000000;
    border-radius: 8px;
     font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #979098;
    background:unset;
}
.switcher__btn.switcher__btn_active{
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid #000000;

        border-radius: 8px;
     font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #000000;
    background:unset;
}
.when_tomorrow .when__txt{
    font-weight: ;
    font-size: 13px;
    line-height: 16px;
    background: ;
    padding:1px 3px;
    border-radius: 4px;
 
}
.server__rate,
.server__chron,
.server__date{
    color:#000;
    font-size:12px;
    font: 0.75rem/1.25rem Manrope-SemiBold,Arial,Tahoma,sans-serif;
}
.e-list__link {
    font: 0.625rem/1rem Manrope-ExtraBold,Arial,Tahoma,sans-serif !IMPORTANT;
    letter-spacing: .0625rem !IMPORTANT;
}
.logotext {
    font: 14px Manrope-ExtraBold,Arial,Tahoma,sans-serif;
}
.logotext h2 {
    font: 14px Manrope-ExtraBold,Arial,Tahoma,sans-serif;
}
h1, .h1 {
    font: 1.125rem/1.5rem Manrope-ExtraBold,Arial,Tahoma,sans-serif  !IMPORTANT;
    font-weight: 700  !IMPORTANT;
}
.menu__txt {
    font: 12px Manrope-ExtraBold,Arial,Tahoma,sans-serif  !IMPORTANT;
    font-weight: 700   !IMPORTANT;
}
ttl__name {
    font: 14px Manrope-ExtraBold,Arial,Tahoma,sans-serif  !IMPORTANT;
}
.server_type_vip-2 .server__rate,
.server_type_vip-2 .server__chron,
.server_type_vip-2 .server__date{
    color:#000;
}
.when_today .when__txt{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #227325;
    text-align: center;
    border-radius: 4px;
    background: #e1f2e4;
    color: #227325;
    padding:1px 3px;
    border-radius: 4px;
    background: ;
}
.when_yesterday .when__txt{
  
    border-radius: 5px;
    margin: 15px -10px;
    padding: 0 10px;
    font-size: 13px;
    box-sizing: border-box;
}
.ttl__name{
    display:flex;
    align-items:center;
        font-size: 14px;
}
.ttl__day{
    margin-right:4px;
}

.day-name{
    background-color: ;
    color: ;
    font-size: 12px;
    border-radius: 3px;
    text-transform: none;
    font-weight: 400;
    padding: 0px 3px;
    text-transform:uppercase;
}
.chronics-text{
    display:flex;
    display: none;
    box-sizing: border-box;
    align-items:center;
    justify-content:center;
   background-color: rgb(244, 244, 244);
    border-radius: 5px;
    width:98.7%;
    height:60px;
   
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.09em;
    color: #5a5a5a;
    text-align:center;
    margin-bottom:16px;
}

.premium-serv{
    background: #ff9300;
    border-radius: 2px;
    padding:1px 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    
    color: #FFFFFF;
    margin-left:15px;
}

.logo-wrp {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
}
.server_type_vip-2 .server__vip{
    left:-3px;
    width:34px;
    height:24px;
     font-size:15px;
   background: #ff9300;
    border-radius: 3px;
}
.server_type_vip-2 .server__title{
    color: #ff9300;
    font-weight: 700;
    font-size: 14px;
}
.server_type_vip-2 .server__vip:before{
    margin-top:4px;
    content:"VIP";
    font-size:13px;
    
    color:#fff;
    font-weight:700;
}
.ttl__img{
    display:none;
    opacity:;
}
.ttl__img:after{
    content:"премиум сервера";
    width:34px;
    
    height:20px;
    background:#2D92CC;
}
.menu__link{
    color:#fff;
    background:unset;
}
.menu__link:hover{

}
.menu__link_add{
    position: relative;
   
   width: 160px; height: 40px;
    text-align: center;
    line-height: 60px;
    color: #fff;
   
    font-size: 24px;
      background: linear-gradient(300deg, #ff9300 0%, #ff9300 99.13%);
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    box-sizing: border-box;
    /* background: linear-gradient(90deg, #03a9f4, #000000, #ffeb3b, #03a9f4); */
    background-size: 400%;
    border-radius: 30px;
    z-index: 1;
    color: #fff;
    transition: 0.1s all;
}


}


.ttl_theme_def.s .ttl__txt{
    font-size:18px !important;
    font-weight:700;
}
.main__container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.main__title-wrp,
.btn__add_server-wrp,
.btn__fav-wrp {
    display: inline-flex;
    flex-shrink: 0;
}

.main__title-wrp:before,
.btn__add_server-wrp:before,
.btn__fav-wrp:before {
    border-bottom: 49px solid rgba(255, 255, 255, .99);
    border-left: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    position: relative;
    top: 1px;
}
.header{
          border-radius: 15px;
    background: #0f0d1a;
    border: 2px solid #00000052;
}
.main__title-wrp:after,
.btn__add_server-wrp:after,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(255, 255, 255, .99);
    border-right: 20px solid transparent;
    display: inline-block;
    content: "";
    z-index: -1;
    top: 1px;
}

.main__title {
    background-color: #fcfcfc;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    min-height: 50px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn__add_server,
.btn__fav {
    background-color: #E22713;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    transition: .2s all;
}

.btn__add_server-wrp {
    z-index: 5;
    margin-right: -25px;
}

.btn__add_server-wrp:hover {
    text-decoration: none;
    filter: brightness(120%);
}

.btn__add_server-wrp:before,
.btn__add_server-wrp:after {
    border-bottom: 49px solid #E22713;
}

.btn__fav {
    background-color: rgba(21, 20, 26, .8);
    font-size: 12px;
}

.btn__fav:hover {
    text-decoration: none;
    background-color: rgba(21, 20, 26, .8);
}

.btn__fav-wrp:before,
.btn__fav-wrp:after {
    border-bottom: 49px solid rgba(21, 20, 26, .8);
    transition: .2s all;
}

.btn__fav-wrp:hover .btn__fav {
    background-color: rgba(21, 20, 26, .99);
}

.btn__fav-wrp:hover:before,
.btn__fav-wrp:hover:after {
    border-bottom: 49px solid rgba(21, 20, 26, .99);
}

.btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.footer__contacts a {
    color: #fff;
    text-decoration: underline;
    transition: .1s all;
}

.footer__contacts a:hover {
    text-decoration: none;
    color: #2879c6;
}

.adv__link {
    display: inline-block;
}

.footer__contacts span {
    display: inline-block;
    margin-right: 20px;
}

.icq_wrp {
    background: url(/templates/best-anons-xxl/images/ico-icq.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    padding-left: 32px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.skype_wrp {
    background: url(/templates/best-anons-xxl/images/ico-skype.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    padding-left: 32px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.footer_copy {
    color: rgb(121, 114, 104);
    font-size: 14px;
}

.footer_copy a {
    color: #fff;
    transition: .1s all;
}

.footer_copy a:hover {
    text-decoration: none;
    color: #2879c6;
}

.d-ib {
    display: inline-block;
}

.static__contacts {
    padding: 0 40px;
}

.static__contacts .skype_wrp a {
    color: #000;
    text-decoration: none;
    transition: .1s all;
}

.static__contacts .skype_wrp a:hover {
    text-decoration: underline;
    color: #2879c6;
}

.berrors a {
    text-decoration: underline;
}

.berrors a:hover {
    text-decoration: none;
}

.serv-info__container {
    max-width: 100%;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b8b8b8;
    margin-bottom: 10px;
}

.serv-info__container input {
    height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    width: 260px;
    border-radius: 4px;
    padding-left: 19px;
}

.serv-info__container textarea,
.serv-info__container select {
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    width: 260px;
    border-radius: 4px;
}

.input_wrapper_name {
    display: inline-block;
    width: 40%;
    top: auto;
    font-weight: bold;
}

.input_wrapper_name i {
    color: red;
}

.input_wrapper_select {
    width: 260px;
    margin: 0;
}

.serv-info__container .chosen-container-single .chosen-single {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    height: 40px;
    line-height: 38px;
    border: 1px solid #a59381;
    background: #fff;
    color: #555;
    border-radius: 4px;
}

.serv-info__desc {
    font-size: 12px;
}

.l2b__add-submit {
    font-size: 14px;
    padding: 8px 30px;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    background-color: #fff;
    transition: .2s all;
    cursor: pointer;
}

.l2b__add-submit:hover {
    color: #fff;
    background-color: #333;
}

#xf_date {
    display: block !important;
    margin-bottom: 10px;
}

.add_news_war {
    color: red;
    font-size: 16px;
}

.scroll__to {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: -1;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.52);
    transition: .6s all;
    opacity: 0;
}

.scroll__to:hover {
    color: #ccc;
}

.scroll__to-active {
    opacity: 1;
    z-index: 7;
}

.stream__link {
    background-position: center center;
    background-size: cover;
    display: block;
    width: calc(100% - 6px);
    margin: 0 auto;
    height: 150px;
    border-radius: 10px;
    margin: 10px 0;
    transition: .3s all;
}

.stream__link:hover {
    box-shadow: 0 0 40px 0 red;
}

.berrors {
    border: 2px dashed rgb(200, 200, 200);
    padding: 15px;
    margin: 20px;
    box-sizing: border-box;
    line-height: 18px;
    border-radius: 0;
    color: rgb(3, 3, 3);
    background-color: rgb(255, 231, 210);
}





/* .padding-left: 10px ul.story_icons {
    list-style: none
} */

.text_style ul {
    list-style: square inside;
    text-align: left;
    padding-left: 15px
}

.text_style ol {
    list-style: decimal inside;
    text-align: left;
    padding-left: 15px
}

.text_style li {
    margin: 5px 0
}

#sendmail .text_style ul {
    list-style: none
}

#adding {
    width: 190px !important
}

/* profil */

.pm_num {
    min-width: 13px;
    height: 13px;
    line-height: 13px;
}

.login_pane__menu li a:hover {
    color: #db5c00;
}

/* block pro */

.bp-pager {
    text-align: center
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    padding: 3px 6px 1px !important
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    background: rgb(255, 172, 91);
    -webkit-box-shadow: 0 2px 0 rgb(206, 125, 57);
    -moz-box-shadow: 0 2px 0 rgb(206, 125, 57);
    box-shadow: 0 2px 0 rgb(206, 125, 57);
}

.bp-pager [data-page-num]:hover,
.bp-pager [data-page-num]:focus,
.bp-pager a:focus,
.bp-pager a:hover {
    background: rgb(255, 126, 45);
    -webkit-box-shadow: 0 2px 0 rgb(191, 112, 46);
    -moz-box-shadow: 0 2px 0 rgb(191, 112, 46);
    box-shadow: 0 2px 0 rgb(191, 112, 46);
}

.bp-pager .current {
    background: rgb(254, 73, 14);
    -webkit-box-shadow: 0 2px 0 rgb(170, 58, 6);
    -moz-box-shadow: 0 2px 0 rgb(170, 58, 6);
    box-shadow: 0 2px 0 rgb(170, 58, 6);
}

.bp-pager [data-page-num],
.bp-pager a,
.bp-pager .current {
    line-height: 17px;
    border-radius: 50%;
    min-width: 10px;
}

/* engine */

.btn,
.bbcodes,
.btn-border {
    background-color: rgb(245, 81, 28);
}

.btn:hover,
.bbcodes:hover,
.ui-button:hover {
    background-color: rgb(255, 98, 25);
}

#dle-content {
    line-height: normal;
}

.story .title>a:hover {
    color: rgb(254, 103, 22);
}

.edit_btn>a:hover>i,
.edit_btn>a:hover:after,
.edit_btn>a:hover:before {
    background-color: rgb(254, 103, 22);
}

.fav_btn:hover .icon-fav {
    fill: rgb(254, 103, 22);
}

.plus_icon.circle>span::before,
.plus_icon.circle>span::after {
    background-color: rgb(255, 98, 25);
}

.plus_icon.circle {
    border: 2px solid rgb(255, 98, 25);
}

/* calendar */

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #898989;
    font-weight: bold;
    background: #dedede;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
background: linear-gradient(300deg, #ff9300 0%, #ff9300 99.13%);
    box-shadow: rgb(255 170 75) 0 1px 3px 0 inset;
    color: rgb(0 0 0);
    font-weight: 700;
}

/* uniform */

.ba-modal__mfp-close {
    top: 0;
    right: 0;
}

/* .uf-inline-loading {
    border-top: 1.1em solid rgba(230, 200, 155, .3);
    border-right: 1.1em solid rgba(230, 200, 155, .3);
    border-bottom: 1.1em solid rgba(230, 200, 155, 0.3);
    border-left: 1.1em solid #c56e4b;
} */