@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight:normal;
  src: url('/fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('/fonts/roboto-regular-webfont.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight:bold;
  src: url('/fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('/fonts/roboto-bold-webfont.woff') format('woff');
  font-display: swap;
}
*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,ins,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,thead,tr,th,td embed,mark,audio,video{margin:0;padding:0;font-size:100%;font:inherit;vertical-align:baseline}
html{height:100%;min-height:100%}
ul,ol{list-style:none}
image{border:0}
image:hover{border:0}
a img,:link img,:visited img,:hover img{border:0}
a{color:#008eff;text-decoration:none;transition:all 0.3s ease}
a:hover{text-decoration:none;color:#008eff}
input[type="radio"],input[type="checkbox"]{line-height:normal;margin:-2px 6px 0 0;vertical-align:middle}
textarea,input{padding:10px}
input[name=email1]{pointer-events:none;background-color:#e7e9eb;opacity:0.5 !important;cursor:not-allowed}
input::placeholder,textarea::placeholder{color:#808080}
input:focus,select:focus,textarea:focus,button:focus{outline:none}
textarea,select,.input,.f_input{height:34px;font-size:14px;color:#000000;border:1px solid #eceef2;vertical-align:middle}
h1,h2,h3,h4,h5,h6{font-weight:normal}
h1{font-size:20px;line-height:30px}
h2{font-size:18px;line-height:25px}
h3{font-size:16px}
h4{font-size:14px}
sup { vertical-align: super; font-size: smaller;}
sub { vertical-align: sub; font-size: smaller;}
em, cite, i { font-style: italic}
strong, b {font-weight: bold;}
h5,h6{font-size:13px;line-height:15px;margin-bottom:4px;font-weight:bold}
body{font-family:"Roboto", Arial, Helvetica, sans-serif;font-size:14px;line-height:1.4;background:#f4f4f4;color:#000;display:flex;flex-direction:column;align-items: center;min-height:100%;text-rendering: optimizeSpeed;}

#container{display: flex;width:1250px;margin:25px auto 20px;}
#main_content{flex-grow: 1;width:650px;float:left;}
#main_left{width:260px;float:left;margin-right:20px;position: relative;}
#main_right{width:300px;float:right;margin-left:20px;}
#footer{width:100%;background-color: #292929;clear:both;color: #F2F2F2;margin-left: auto;margin-right: auto;padding: 50px 0;text-align: center;}

.logo:hover{opacity:0.9}
.logo{display: block; margin: 0 50px;width:140px;height:31px;}
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.clr{clear:both }
.clrfix:after{clear:both;content:"";display:table}
.hidden {display: none;}
.nav_row{margin:0 auto;width:1250px;position:relative;display:flex;align-items:center;}

.nav {
width:100%;
background-color: #292929;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
height: 60px;
}

/* Всплывающее меню */
.dropdown_menu {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
   box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
   position: absolute;
   min-width:360px;
   top: 54px;
   left: 0;
   background-color: #f8f8f8;
   color: #000;
   padding: 20px;
   border-radius: 6px;
   z-index: 100;
   opacity: 0;
   visibility: hidden;

}

.dropdown_menu.show {opacity: 1;visibility: visible;}

.dropdown_menu .column ul li {
   margin-bottom: 5px; /* Отступ между элементами */
}

.dropdown_menu .column ul li a {
   color: #000;
   text-decoration: none;
   padding:6px 12px;
   display: block; /* Ссылки занимают всю ширину */
   transition: background-color 0.3s;
}

.dropdown_menu .column ul li a:hover {
   background-color: #444;
   border-radius: 4px;
   color:#f4f4f4;
}


.menu_toggle {
   cursor: pointer;
}

ul.mleft, ul.mright {display: flex;gap: 15px;}
.nav  ul li {padding: 10px 0;}
.nav li a{color:#f1f3f5}
.nav ul {list-style: none;margin: 0;padding: 0;display: flex;flex: 1;justify-content: space-between;}
		
		

.search-form {position: fixed;bottom: 0;left: 0;width: 100%;height: 100%;display: none;align-items: center;justify-content: center;z-index: 1001;opacity: 0;transition: opacity 0.3s ease;}
.search-form.open {display: flex;opacity: 1;}
.search-form form {position:relative;background: #fff;padding: 40px;z-index: 1002;display: flex;}
.search-form button {border: none;background-color: #333;color: #fff;padding: 6px 18px;font-size: 15px;cursor: pointer;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}	
.search-form input {height:40px;width: 380px;padding: 10px;border: 2px solid #E8EAED;font-size: 15px;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.search-close {position: absolute;right:10px;top:10px;padding:0;cursor:pointer;}
.search-close .s-cls{width: 20px;height: 20px;stroke: #b8b8b8;}	
.i-ser{width:20px;height:20px;stroke:#ffffff;cursor:pointer;}
.nav .i-use{width:20px;height:20px;stroke:#f1f3f5;cursor:pointer;}

.currency_rates {padding-top:5px;}
.currency_item {margin-bottom:5px;}
.currency_item span{margin-right:8px;}
.rate_up {color: #4CAF50;}
.rate_down {color:#f44336;}
.currency-error {color: red;font-weight:bold;}
.rate-upd {font-size:12px;color: gray;}
.rate_up::before { content: '▲'; margin-right: 5px; }
.rate_down::before { content: '▼'; margin-right: 5px; }

.head_line{
font-weight: 600;
font-size: 18px;
line-height: 18px;
margin-bottom:12px;
border-left: 4px solid #0c0c0c;
padding-left: 10px;
}

.font_panel{display: inline-block;}
#decreaseFont, #increaseFont {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eee;
  border: none;
  cursor: pointer;
  user-select: none;
  text-align: center;
  color: #859fbe;
  background-color: #eaf1f8;
}

#currentFontSize {font-size: 13px;margin: 0 1px;}

.i-side,.i-post,.i-vrf,.i-pvrf,.i-pls,.i-ad,.i-vrf2,.i-cls,.i-sh,.i-nav,.t-ico,.i-ser,.i-mm,.i-dw,.i-dot,.i-edi,.i-img,.i-use,.i-whr,.i-prm,.i-noti{display:inline-block;vertical-align:middle}
.top_img,.rel-img,.world_img,.login_avatar{position:relative;z-index:1;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;-khtml-background-size:cover}


.js-rate-item,.side_date,.post_date,.mid_com,.side_date span,.post_date span{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}

.top_news{overflow:hidden;margin-bottom:20px;box-shadow:0 1px 20px 0 rgb(69 90 100 / 20%)}
.top_block{position:absolute;bottom:0;padding:25px}
.top_title{font-size:23px;line-height:1.2em;color:#ffffff;font-weight:700;text-shadow:2px 4px 3px rgb(0 0 0 / 10%)}

.top_img{width:100%;height:365px}
.top_img:before{content:"";position:absolute;top:40%;left:0;bottom:0;right:0;z-index:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8))}
.top_date{font-size:13px;color:#ffffff;text-shadow:2px 4px 2px rgb(0 0 0 / 20%);margin-bottom:5px}
.top_date .t-ico{stroke:#ffffff;margin:0 4px 2px 0;width:15px;height:15px}
.top_date span{margin-right:15px}


.side_block{background-color:#ffffff;padding:20px;margin-bottom:20px;transition: transform 0.1slinear;}
.side_bar{padding:15px 0;border-bottom:1px dotted #E8EAED;min-height: 90px;}
.big_img{width:220px;object-fit:cover;object-fit:cover;border-radius:6px;padding-bottom:6px;}


/*a:last-child .side_bar {border-bottom: none;}*/
.side_title{color:#222;font-size:14px;line-height:22px;overflow:hidden;-webkit-hyphens: auto;hyphens: auto;}
.side_title:hover{color:#0B5DD7}
.side_date{font-size:13px;padding-top:10px;color:#808080}
.side_date .i-side{margin:0 5px 2px 0;width:15px;height:15px;stroke:#808080;}
.side_date span,.post_date span{margin-right:15px;line-height:13px;}
.short_news{background-color:#fff;margin-bottom:20px;padding:25px;}
.short_img{float:right;width:150px;height:100px;margin-left:15px;word-wrap:break-word}
.short_title a {font-size:18px;color:#000;font-weight:bold;-webkit-hyphens: auto;hyphens: auto;}
.short_text{font-size:14px;padding-top:10px;}
.side_rimg img{width:80px;height:53px;float:right;margin:5px 0 0 12px;border-radius:4px;}
.side-limg img{width:80px;height:53px;float:left;margin:5px 12px 0 0}
.world_img{width:60px;height:60px;float:left;margin:2px 15px 0 0}
.side_rel{padding-bottom: 20px;display: inline-block;width:100%}
.rel_date{color:#808080;padding-bottom:5px;font-size: 13px;}
.rel_title{font-size: 17px;line-height: 26px;color:#000000;display: block;overflow: hidden;}
.rel_img{width:115px;height:auto;float:left;margin-right:15px;border-radius:6px;}
.com_ava{float:left;height:24px;width:24px;margin-right:8px}
.com_name{padding-bottom:5px;text-transform:capitalize;font-weight:700;min-height:24px;white-space:nowrap;line-height:19px;overflow:hidden;text-overflow:ellipsis;color:#2a2a2a;line-height:21px}
.com_title{color:#303030;line-height:1.4;padding:10px 15px;position:relative;border-radius:8px;margin-top:10px;background:#eef1f5;background-image:linear-gradient(to top,#e6e9f0 0,#eef1f5 100%)}
.com_title::before,.com_title::after{content:'';border:10px solid transparent;border-bottom-color:#eef1f5;position:absolute;bottom:100%;left:22px}

.post_title{font-size:32px;line-height:38px;margin-bottom:15px;font-weight:bold;color:#000000}
.page_title{font-size:20px;margin-bottom:20px;color:#000;font-weight:bold;white-space: nowrap;}
.full_news{background-color:#ffffff;color:#000000;font-size:16px;margin-bottom:20px;padding:25px;}
.post_image{text-align:center;margin-bottom:15px;position:relative}
.post_image img{aspect-ratio: 16 / 9; object-fit: cover;}
.coppy_right{position: absolute;bottom: 20px;left: 15px;background:#333333a3;padding: 0 10px;border-radius:18px;color: #f4f4f4;font-size: 12px;line-height:18px;user-select: none;text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);}
.post_date{overflow: visible;padding-bottom:15px;font-size:13px;color:#808080}
.post_date a{color:#808080}
.post_date .i-post{margin:0 4px 2px 0;width:15px;height:15px;stroke:#808080;fill:none}
.post_com{float:right;position:relative;margin-left: auto;cursor:pointer}
.post_com:hover::before,.dpdw:hover::before{content:"";position:absolute;background:rgb(207 211 222 / 30%);width:42px;height:32px;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);border-radius:8px}
.shareButton{font-size: 16px;}
.shareButton svg {margin-right:10px;width:18px;height:18px;fill:#808080;}
.f-size-13{font-size:13px}.f-size-14{font-size:13px}.f-size-15{font-size:15px}.f-size-17{font-size:17px}.f-size-18{font-size:18px}
.f-size-19{font-size:19px}.f-size-20{font-size:20px}.f-size-21{font-size:21px}.f-size-22{font-size:22px}.f-size-23{font-size:23px}
.text_news{margin-bottom:20px;line-height:1.5;}
.text_news iframe{min-width:600px!important;border-radius:10px;}
.text_news img{max-width:100%;}
.text_news a:hover{border-bottom:1px solid #d2def7;}
.text_news ul{margin:5px 0 5px 2px}
.text_news h3{font-weight:bold;font-size:18px;line-height:22px;letter-spacing: -.01em;}
.text_news h2{font-weight:bold;font-size:22px;line-height:26px;letter-spacing: -.01em;}
.text_news ol{list-style:none;counter-reset:li}
.text_news ol li{position:relative;padding:0 0 15px 35px}
.text_news ol li:before{line-height:20px;border:2px solid transparent;position:absolute;top:0;left:0;width:24px;text-align:center;font-size:14px;font-weight:bold;counter-increment:li;content:counter(li)}
.text_news ol li:after{position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #fc8507;border-radius:50px;content:'';line-height:20px}
.text_news ul li{position:relative;padding: 12px 0 0 20px;list-style:none}
.text_news ul li:before{position:absolute;width:7px;height:7px;border-radius:14px;background:#292929;content:"";left:0;top:19px}
.share_link {padding-top:12px}
.share_link span{display:inline-block;width:32px;height:32px;line-height:35px;text-align:center;margin:0 2px;cursor:pointer;border:1px solid #dee1eb}
.share_link span:hover{background:#F0F2F9}
.share_link svg{width:18px;height:18px;fill:#808080}
.title_spoiler {background: #f1f3f5;border-radius: 3px;padding: 3px 10px 5px 10px;font-size:14px;}
.title_spoiler svg {position: relative;top: 4px;margin-right: 10px;}
.plink{color:#333333!important;border-bottom:1px dashed #333333}
.plink:hover{color:#3288ea!important;border-bottom:1px dashed #3288ea}
.tags{display: inline;}
.tags a{color:#008eff;background-color:#e8eefb;font-size:13px;display:inline-block;padding:6px 12px;margin: 0 10px 15px 0;}
.tags a:before{content:'#'}

.customajaxmore_button_wrapper{text-align:center;padding:10px}
.all_btn{padding:10px 32px;color:#f4f4f4;background:#3e3e3e;border-radius:8px;cursor:pointer;}


.author{padding-top:20px;margin-top:20px;border-top:1px solid #f2f3f5;overflow:hidden}
.edition{font-size:12px;color:#90a4b5;line-height:12px;float:right}
.author-avatar{float:left;padding-right:10px}
.author-avatar img{width:50px;height:50px}
.author-name a{color:#000;font-weight:bold;font-size:16px}
.author-bio{font-size:14px;color:#808080}
.author-social{display:inline-block;font-size:10px;width:20px;height:20px;line-height:22px;border:1px solid #caced2;border-radius:3px;text-align:center;margin-left:2px}
.author-social a{color:#fff}

.rel-row{margin-right:-10px;margin-left:-10px}
.rel-md-6{width:50%;float:left;padding:20px 10px}
.rel-label{margin:15px;display:inline-block;line-height:12px;padding:3px 6px;letter-spacing:.5px;font-size:8px;text-transform:uppercase;background-color:#6cbe42;background:linear-gradient(90deg,#9c0,#6cbe42);color:#fff;border-radius:2px}
.rel-img{width:100%;height:190px;overflow:hidden}
.rel-img:after{content:"";position:absolute;top:20%;left:0;bottom:0;right:0;z-index:0;background:linear-gradient(to bottom,rgba(41,41,41,0) 0,#444649 100%);border-radius:4px}
.rel-title{position:absolute;bottom:0;z-index:1;padding:15px;background:linear-gradient(to bottom,rgba(41,41,41,0) 0,rgba(41,41,41,0.5) 25%,#444649 90%)}
.rel-title h2{text-shadow:1px 1px 1px rgb(0 0 0 / 50%);font-size:16px;line-height:21px;color:#fff}
.speedbar{font-size:12px;color:#808080;padding:10px 20px;background:#FFFFFF;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-radius:3px}
.speedbar a{color:#3288ea;font-weight:bold}
.quote{background-color:#e8eefb;padding: 0 20px 20px 20px;position:relative}
.quote:before{content:"\201d";font-family:serif;position:absolute;right:15px;bottom:-15px;color:#000;font-size:38px;}
.input-group{margin-bottom:15px;position:relative;border-collapse:separate}

.head-b{text-align:center;padding-bottom:20px}
.info{color:#000;font-size:14px;padding:20px;background:#f4f4f4}
.info_wrn{color:#000000;background:#fff4d3;padding:20px;margin-bottom: 15px;}
.info_wrn a{border-bottom: 1px dashed #008eff}
.info p{font-weight:bold;font-size:15px;padding-bottom:3px}
.right{float:right}
.left{float:left}
.payok{text-align:center;padding:30px 0;font-size:15px;line-height:22px}
.payok b{font-weight:bold;color:#000!important;font-size:20px}
.errp{color:#2a3640!important;font-weight:600;border-bottom:1px dotted #2a3640;font-size:14px}
.save-buttons{padding-top:10px}
.cancelchanges{background:none!important;box-shadow:none!important;font-weight:bold!important;font-size:14px!important;color:#808080!important}
.bbcodes,.ui-button{display:inline-block;box-sizing:border-box;padding:0 14px;margin-right:5px;outline:none;border:none;height:34px;line-height:34px;font-size:14px;text-decoration:none;color:#fff;position:relative;overflow:hidden;vertical-align:middle;cursor:pointer;user-select:none;appearance:none;touch-action:manipulation;font-weight:bold;background-color:#0B5DD7;border-radius:10px;}
.cancelchanges.bbcodes:active{background:none!important}
.com-title{font-weight:bold;font-size:17px;color:#34373F;text-transform:uppercase;display:inline-block}
.repname{margin-bottom:10px}


.add_comment{padding:15px;border: 2px solid #E8EAED;margin:20px 0;}
.add_comment:hover{border-color: #b3d1ff;box-shadow: 0 0 0 3px #e6effd;}
.с_textarea{line-height: 1.4;font-size:15px;color:#000;width:100%;min-height:40px;max-height:300px;resize:none;border:none;padding:0;font-family:inherit;scrollbar-width: thin;scrollbar-color: #d2def7 #f6f6f9;}
.com_field{min-width: 100%;display: none;}
.com_field.visible {display: flex;justify-content: space-between;align-items: center;margin-top: 10px;}
.com_focus{border: 2px solid #008eff!important;box-shadow: 0 0 0 3px #e6effd;}
.comments{background-color:#fff;margin: 20px 0;padding: 20px 25px;}
.comments-tree-item{border-bottom: 1px dotted #E8EAED;}
.comments-tree-item:last-child {
    border-bottom: none;
}
.comment{color:#000;padding:20px 0;position:relative}
#dlefastreplycomments{border: 2px solid #E8EAED;padding: 15px;margin:15px 0;}
#dlefastreplycomments:hover,.add_comment:hover{border-color:#b3d1ff;box-shadow: 0 0 0 3px #e6effd;}
.rpl_input{height:34px;font-size:16px;border: 0;border-bottom:2px solid #f5f5f5;-webkit-appearance: none;text-align:left;padding:0;}
.rpl_input::placeholder {text-align: left;margin: 0;}
.com-ava{float:left;height:40px;width:40px;object-fit:cover;line-height:40px;text-align:center;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;margin-right:12px}
.com_date{color:#808080;font-size:13px}
.user_name{font-weight:bold;font-size:15px;color:#000;text-transform:capitalize}
.top_com{margin-bottom:10px}
.top_com .i-vrf{width:16px;height:16px;margin-bottom:2px}
.mid_com{padding-top:10px;font-size:14px;color:#808080;}
.mid_com .i-dw{margin-right:10px;width:15px;height:15px;stroke:#808080}
.mid_com a{color:#808080}
.comments-tree-list{display:block;margin:0;padding:0;list-style:none;position:relative}
#dle-comments-list{width:100%}
#dle-comments-list .comments-tree-list{list-style:none;padding:0;margin:0}
#dle-comments-list > .comments-tree-list > li .comments-tree-list > li{padding-left:20px}

.js-rate{float:right;font-size:14px;margin-left: auto;gap:3px;display: flex;}
.js-rate-item{margin-left:5px;background-color:#F6F6F6;padding: 0 8px;border-radius: 30px;color:#808080;gap:3px;height:26px;line-height:26px;}
.i-lik,.i-dis{width:16px;height:16px;line-height:16px}
.js-rate-item.active{color:#fff;background-color:#0B5DD7}


.footer_link a {font-weight:700;letter-spacing:0.3px;color: #F2F2F2;}
.footer_row{margin: 0 auto;width:1200px;position:relative;}
.footer_logo{width:180px;height:40px;margin: 0 auto;}
.footer_copy{font-size:14px;margin: 5px 0 15px 0;}
.footer_link {margin: 25px auto;-moz-column-count: 1;column-count: 1;text-align: center;}
.footer_link li{display:inline-block;margin-right:20px;font-size:15px;}
.social_icon{margin: 25px auto;}
.social_icon li {background-color: rgb(105 105 105 / 10%);width: 40px;height: 40px;border-radius:100%;text-align: center;display: inline-block;margin-right:20px;line-height: 38px;}
.social_icon svg {width: 24px;height: 24px;fill: #fff;vertical-align: middle;}

.dpdw{position:relative;display:inline-block;margin-left: 15px;cursor:pointer}
.dpdw .i-dot{width:20px;height:20px;stroke:#808080;}
.dpdw .dpdw_menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    z-index: 2;
    left: 0;
    border-radius: 6px;
    padding: 6px 0;
}

.dpdw .dpdw_menu.show {display: block;}
.dpdw .dpdw_menu a,.dpdw_menu span {
	color:#000;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
	display: flex;
    align-items: center;
}

.dpdw .dpdw_menu a:hover {background-color: #ddd;}

.form-group:first-of-type{margin-top:0!important}
.form-group{margin-top:10px;margin-bottom:0!important}
.form-group label{display:block;font-size:14px;margin-bottom:10px;color:#3d464a;font-weight:bold}
.form-group fieldset{border:1px solid rgba(0,0,0,0.1);padding:15px;margin-bottom:20px;color:#3d464a;font-weight:bold}
.form-control{display:inline-block;width:100%;height:38px;font-size:16px;color:#6d717d;padding:calc(8px - 1px) 12px;background:#FFFFFF;border:1px solid #e7e9eb;outline:none !important;box-shadow:0 2px 12px 0 rgb(23 43 61 / 6%);transition:border .2s linear 0s,box-shadow .2s linear 0s;background-clip:padding-box}
.form-control:focus{border-color:#d0d4d8;box-shadow:0 2px 12px 0 rgb(23 43 61 / 15%)}
.soc_links a{text-align:center;display:inline-block;width:32px;height:32px;margin:0 3px;cursor:pointer;background:#ffffff;line-height:40px}
.soc_links .i-sli{width:18px;height:18px;fill:#808080}
.checkbox{vertical-align:top;width:17px;height:17px;margin:0 3px 0 0}
.checkbox + label{cursor:pointer}
.checkbox:not(checked){position:absolute;z-index:-1;opacity:0;margin:10px 0 0 20px}
.checkbox:not(checked) + label{position:relative;padding:0 0 0 50px}
.checkbox:not(checked) + label:before{content:'';position:absolute;top:0;left:0;width:38px;height:20px;border-radius:13px;background:#CDD1DA;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);transition:.2s}
.checkbox:not(checked) + label:after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:10px;background:#FFF;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:.2s}
.checkbox:checked + label:before{background-color:#93d575;background-image:linear-gradient(to top,#93d575 0,#b4db8c 100%)}
.checkbox:checked + label:after{left:20px}
.input-file{position:relative;display:inline-block;margin-right:15px}
.input-file span{position:relative;display:inline-block;cursor:pointer;outline:none;text-decoration:none;font-size:14px;vertical-align:middle;color:#3d464a;text-align:center;background-color:#f1f3f5;line-height:20px;height:38px;width:180px;padding:10px 15px;box-sizing:border-box;border:none;margin:0;transition:background-color 0.2s;box-shadow:0 2px 12px 0 rgb(23 43 61 / 6%);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.input-file input[type=file]{position:absolute;z-index:-1;opacity:0;display:block;width:0;height:0}
.input-file input[type=file]:focus + span{box-shadow:0 0 0 0.2rem rgba(0,123,255,.25)}
.input-file:hover span{background:rgba(0,0,0,.04);transition:all 0.5s}
.input-file input[type=file]:disabled + span{background-color:#000}
.input-file .i-img{width:18px;height:18px;stroke:#6b7376;margin:0 5px 2px 0}
.file-group{margin:15px 0}
.navigation{margin:20px 0;clear:both;text-align:center}
.navigation span,.navigation a{font-size:14px;background:#fff;color:#000000;border-radius:32px;width:32px;height:32px;line-height:32px;text-align:center;text-decoration:none !important;font-weight:bold;display:inline-block;box-shadow:0 1px 2px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 1px 2px 0 rgb(0 0 0 / 10%);margin-left:5px}
.navigation span{text-decoration:none;color:#fff;background-color:#292929}
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;z-index:999;transition:.4s all;opacity:0;visibility:hidden;cursor:pointer;background:rgba(51,51,51,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.modal-overlay *,.modal-overlay *:before,.modal-overlay *:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}
.modal-overlay_visible{opacity:1;visibility:visible}
.modal-table{display:table;width:100%;height:100%}
.modal-table-cell{display:table-cell;vertical-align:middle;text-align:center;padding:0 15px}
.modal{transition:.4s all;display:inline-block;max-width:440px;width:100%;background:#ffffff;box-shadow:0 4px 8px rgba(0,0,0,.25);color:#000000;text-align:left;margin:30px 0;transform:translate(0,10%);position:relative;border-radius:4px;cursor:auto;}
.modal-overlay_visible .modal{transform:translate(0)}
.modal__content p{padding:0 0 10px 0;margin:0}
.modal__close{position:absolute;right:12px;top:15px;padding:0;cursor:pointer}
.modal__close .i-cls{width:20px;height:20px;stroke:#b8b8b8}
.modal_edit{padding:20px 30px}
.p-title{font-size:19px;font-weight:bold;display:inline-block;padding-right:5px}
.modal-edit{font-size:13px;border-bottom:1px dashed #95bfff;color:#317df1;vertical-align:top}
.modal-link{cursor:pointer}
.log-md-6{width:50%;float:left;padding:10px}
.login_link{margin-right:-10px;margin-left:-10px}
.login_link a{display:inline-block;min-width:100%;color:#67a9ff;border-radius:3px;text-align:center;padding:10px 0;font-size:14px;background-color:rgba(15,111,236,0.1)}
.login_link a:hover{background:#67a9ff;color:#fff;text-decoration:none}
.loglink{cursor:pointer;color:#0066ed}
.soc-box svg{vertical-align:middle;margin:0 5px 2px 0;width:20px;height:20px;fill:#808080}
.soc-box a{background:#ffffff;text-align:center;display:inline-block;line-height:34px;float:left;width:46%;color:#676f78;margin:7px 5px;}
.mobile_Menu.show{right:0;opacity:1;visibility:visible}
.mobile_Menu{position:fixed;right:-100%;top:0;width:100%;max-width:250px;height:100%;z-index:999;background:#fff;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;opacity:0;visibility:hidden;box-shadow:0 0 48px 0 rgba(0,11,41,0.2)}
.mobile_Menu ul li{list-style:none;vertical-align:middle;font-size:16px;line-height:22px;padding:10px 20px;position:relative}
.mobile_Menu ul li a{color:#262633;display:flex;align-items:center}
.mobile_Menu ul li:hover{background:#f1f3f5;transition:all 0.5s}
.fav_label{position:absolute;right:15px;min-width:24px;height:24px;line-height:18px;color:#8187a1;padding:3px 8px;border-radius:24px;background-color:rgba(180,184,204,0.26);font-size:13px}
.mobile_Menu .i-mm{width:22px;height:22px;stroke:#808080;margin-right:15px}
.overlay_menu{overflow:hidden;position:fixed;overflow-y:scroll;display:inherit;top:0;bottom:0;left:0;right:0}
.overlay_menu:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.5);z-index:20;cursor:pointer;background:rgba(51,51,51,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.lline{height:1px;margin:6px 0;background:rgba(180,184,204,.28)}
.login_header{padding:20px;margin-bottom:15px;overflow:hidden;background-color:#292929}
.login_avatar{float:left;margin-right:12px;width:46px;height:46px;border:1px solid #3e4c57}
.login_title{text-shadow:2px 4px 3px rgb(0 0 0 / 10%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;text-transform:capitalize;color:#fff}
.prof_foto{float:left;margin-right:15px;display:inline-block;width:64px;height:64px;position:relative}
.prof_foto img{width:64px;height:64px;object-fit:cover;padding:2px}
.prof_cont{overflow:hidden;padding:20px;border:2px solid #f1f3f5;margin-bottom:20px}
.prof_edit .i-edi{width:15px;height:15px;stroke:#008eff;margin:0 5px 2px 0}
.prof_title{font-size:21px;margin-top:15px;font-weight:700}
.prof_edit{background-color:rgba(15,111,236,0.1);padding:2px 20px;color:#008eff;font-size:13px;float:right;font-weight:normal}
.prof_prem .prof_foto:after{left:-3px;top:-3px;height:70px;width:70px}
.prof_title .i-vrf{width:18px;height:18px;margin-bottom:1px}
.prof_prem{background:#e0e3ff;background:linear-gradient(219.57deg,#deebff 12.97%,#efe4ff 34.26%,#e0e3ff 55.44%,#f0edff 86.69%);border:none;position:relative}
.prem_active{font-size:10px;color:#9fabd1;position:absolute;right:20px;bottom:10px}
.row10{margin-right:-10px;margin-left:-10px}
.md50{width:50%;float:left;font-size:13px;padding-bottom:20px}
.md50 .item{padding:15px;margin:0 10px;text-align:center;border:2px solid #f1f3f5}
.li1{text-transform:uppercase;color:#808080;font-size:12px;letter-spacing:0.5px}
.li2{font-weight:700;color:#666d75;font-size:21px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.li3{color:#53536d;font-size:15px}
.md100{width:100%;float:left;padding:20px;text-align:center;border:2px solid #f1f3f5}
.ratingplus{color:#2884ff;font-weight:700}
.ratingminus{color:#ff5144;font-weight:700}




.info_wrn,.rel-img,.nav_whr,.nav_prm,.short-img,.short-news,.top_news,.info,.dw-list,.allnews,.usr_noti,.quote,.text_news img{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px}

#dlefastreplycomments,.modal,.plus_text,.ui-dialog,.prof_cont,.item,.md100,.add_comment,.comments,.short_news,.full_news,.side_block,.search-form form{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px}
select,textarea,.input,.f_input,.plus_bt,.form-control,.plus_bg,.block_vote,.vote_bt,.short_img,.input-file span,.form-group fieldset{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px}

.world_img,.com_ava,.red18,.com-ava,.login_avatar,.prof_edit,.share_link span,.soc-box a,.soc_nav a,.tags a,.author-avatar img,.prof_foto img,.soc_links a{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-khtml-border-radius:50px;-o-border-radius:50px;-ms-border-radius:50px}

.DLEPush {z-index: 2001;position: fixed;right: 20px;top: 20px}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}


.DLEPush-notification .DLEPush-close:hover {opacity: 1;}
.DLEPush-notification.wrapper.push-success .DLEPush-icon {background-color: #9dcf63;}
.DLEPush-notification.wrapper.push-warning .DLEPush-icon {background-color: #FF9800;}
.DLEPush-notification.wrapper.push-error .DLEPush-icon {background-color: #f44336;}

.ui-front{z-index:1000}
.ui-widget-overlay{left:0;top:0;right:0;bottom:0;position:fixed;background-color:#000;background:rgba(51,51,51,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.ui-helper-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden }
.ui-helper-clearfix{display:inline-block }
* html .ui-helper-clearfix{height:1% }
.ui-helper-clearfix{display:block }
.ui-dialog{text-align:left;overflow:hidden;padding:0;position:absolute;min-width:370px;box-shadow:0 8px 20px -10px rgba(0,0,0,0.3);background-color:#fff;background-clip:padding-box;outline:none;line-height:18px;}
.ui-dialog-titlebar{padding:20px 0 0 20px;position:relative}
.ui-dialog-title{float:left;font-weight:bold;font-size:16px;color:#34373f}
.ui-dialog-titlebar-close{position:absolute;right:10px;top:50%;margin-top:-16px !important;height:23px !important;width:32px;border:0 none !important;background-color:inherit !important;box-shadow:none !important;padding:0 !important;display:none}
.ui-dialog-titlebar-close:hover .ui-icon{opacity:1}
.ui-icon,.ui-button-icon-only{overflow:hidden;text-indent:-9999px;display:none}
.ui-dialog label{color:#575757}
.ui-dialog-content{padding:20px;overflow:auto;position:relative;zoom:1}
.loginbox.ui-dialog,.loginbox .ui-dialog-content{overflow:visible !important}
.ui-dialog-content h2{display:inline;font-size:1em;font-weight:bold }
.ui-dialog .ui-dialog-buttonpane{padding:0 20px 20px 20px;text-align:center}
.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}
.ui-draggable .ui-dialog-titlebar{cursor:move}
.ui-state-error{background:#fff4f6 50% 50% repeat-x !important;color:#fe6767}
.ui-helper-hidden-accessible{display:none}
.ui-dialog-content b{font-weight:normal}
.ui-dialog-content strong{color:#ff1100;font-weight:normal}
.ui-field-active{background-color:#000;color:#fff}
.dle-popup-confirm .ui-dialog-buttonset,.dle-popup-complaint .ui-dialog-buttonset{display:flex}
.dle-popup-confirm .ui-dialog-buttonset button:nth-child(2),.dle-popup-complaint .ui-dialog-buttonset button:nth-child(2){order:1}
.dle-popup-confirm .ui-dialog-buttonset button:nth-child(1),.dle-popup-complaint .ui-dialog-buttonset button:nth-child(1){order:2;background:none;font-weight:bold;font-size:15px;color:#008eff;box-shadow:none}
.ui-corner-all input{border:none;border-radius:4px}
#loading-layer{font-size:10px;position:relative;text-indent:-9999px;border-top:7px solid rgba(2,84,158,0.4);border-right:7px solid rgba(2,84,158,0.4);border-bottom:7px solid rgba(2,84,158,0.4);border-left:7px solid #1a73e8;box-shadow:0 0 10px #fff,inset 0 0 10px 7px #fff;-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
#loading-layer,#loading-layer:after{border-radius:50px;width:50px;height:50px}
@keyframes opacity{from{opacity:0}
to{opacity:1}
}
@-webkit-keyframes blick{0%{webkit-transform:translate(-100%,-25%) rotate(10deg);transform:translate(-100%,-25%) rotate(10deg)}
 20%{webkit-transform:translate(100%,-25%) rotate(10deg);transform:translate(100%,-25%) rotate(10deg)}
 100%{webkit-transform:translate(100%,-25%) rotate(10deg);transform:translate(100%,-25%) rotate(10deg)}
}
@-webkit-keyframes UPLPush-show{0%{transform:translateY(100%);opacity:0}
100%{transform:translateY(0);opacity:1}
}
@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(.6);transform:scale(.6) }
 20%{-webkit-transform:scale(.6);transform:scale(.6) }
 40%{-webkit-transform:scale(.6);transform:scale(.6) }
 60%{-webkit-transform:scale(.9);transform:scale(.9) }
 80%{-webkit-transform:scale(1.2);transform:scale(1.2) }
 to{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0 }
}
@-moz-keyframes pulse{0%{-moz-transform:scale(.6);transform:scale(.6) }
 20%{-moz-transform:scale(.6);transform:scale(.6) }
 40%{-moz-transform:scale(.6);transform:scale(.6) }
 60%{-moz-transform:scale(.9);transform:scale(.9) }
 80%{-moz-transform:scale(1.2);transform:scale(1.2) }
 to{-moz-transform:scale(1.4);transform:scale(1.4);opacity:0 }
}
@-o-keyframes pulse{0%{-o-transform:scale(.6);transform:scale(.6) }
 20%{-o-transform:scale(.6);transform:scale(.6) }
 40%{-o-transform:scale(.6);transform:scale(.6) }
 60%{-o-transform:scale(.9);transform:scale(.9) }
 80%{-o-transform:scale(1.2);transform:scale(1.2) }
 to{-o-transform:scale(1.4);transform:scale(1.4);opacity:0 }
}
@keyframes pulse{0%{-webkit-transform:scale(.6);-moz-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6) }
 20%{-webkit-transform:scale(.6);-moz-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6) }
 40%{-webkit-transform:scale(.6);-moz-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6) }
 60%{-webkit-transform:scale(.9);-moz-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9) }
 80%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2) }
 to{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4);opacity:0 }
}
@media (max-width:1280px){
#main_content{max-width:600px;}
#container {max-width:1140px;}
#main_left{max-width:200px;}
.nav_row{max-width:1140px;}
.footer_row{max-width:1140px;}
.text_news iframe{width:550px!important;}
}

@media (max-width:1200px) and (max-width: 1279px){
#main_content{max-width:650px;}
#container {max-width:980px;}
#main_left{display:none;}
.nav_row{max-width:980px;}
.footer_row{max-width:980px;}
.text_news iframe{width:600px!important;}
}

@media (min-width: 768px) and (max-width: 1023px) {
#main_content{max-width:500px;}
#container {max-width:760px;}
#main_left,.logo{display:none;}
#main_right{max-width:240px;}
.nav_row{max-width:760px;}
.footer_row{max-width:760px;}
.text_news iframe{width:450px!important;}
.nav .mleft{margin-right:20px;}
}