.helpme {
    position: fixed;
    z-index: 2;
    top: 130px;
    left: 44px;
}
.qrlogin {
    display: block;
    position: fixed;
    z-index: 1;
    top: 200px;
    left: 10px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
 .helpme.active {}

.helpme .help {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: block;
    font-size: 25px;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-weight: bold;
    cursor: help;
}

.helpme > div {
    display: none;
    position: absolute;
    left: 24px;
    top: 0;
    background: #ffffff;
    padding: 15px;
    padding-left: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    color: #000;
    font-size: 20px;
width: 400px;
    padding-right: 150px;border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;min-height: 120px;
    overflow: hidden;
}
    
	  .helpme.active > div {display:block;}
		.helpme:hover .help, .helpme.active .help {}
		
		
		
		#langSelect {}
#langSelect ins {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-position: center center !important;
    background-color: transparent !important;
    background-size: 72px !important;
    cursor: pointer;
}
		#langSelect ins.en {background-image:url(/img/64wd.png);}
		#langSelect ins.ua {background-image:url(/img/64ua.png);}
		#langSelect ins.ru {background-image:url(/img/64ru.png);}
		
		#langSelect ins:after {content:'';}
#langSelect div {
    background: #fff;
    position: absolute;
    right: 0;display:none;
    top: 0px;
    border-radius: 0px;
}
#langSelect div a:hover {
    color: #000 !important; 
}
		#langSelect div.active {display:block;}
#searchPanel {
    position: fixed;
    top: 10px;
    left: 25%;
    width: 50%;
    height: 40px;
    z-index: 1;    opacity: 0.7;outline: none;
}
#searchPanel input {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 0 20px;
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 50px;outline: none;
}
		#searchPanel a {
			background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OTAiIGhlaWdodD0iNDkwIj4KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjM2IiBzdHJva2UtbGluZWNhcD0icm91bmQiCmQ9Im0yODAsMjc4YTE1MywxNTMgMCAxLDAtMiwybDE3MCwxNzBtLTkxLTExNyAxMTAsMTEwLTI2LDI2LTExMC0xMTAiLz4KPC9zdmc+IA==");
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 5px;
    top: 4px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #009344;
    border-radius: 40px;
    background-position: center center;
    cursor: pointer;
}
		#searchPanel:hover {    opacity: 1;}
		#searchPanel:hover input {}
		#searchPanel:hover a {}
		
 /*
#type_selector span {
    background: #fff;
    display: block;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
    width: 120px;    color: #999;
    right: -20px;
}
#type_selector span {     width: 160px;}
#type_selector span.active {
    color: #000;
    left: 0;
}
#type_selector span:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 10px;
    margin-right: 6px;
}
		#type_selector span.active:before{background: #33a543;}
		*/
.youtube {
    width: 90%;
    margin: 20px auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.youtube img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.youtube a {
    display: block;
    background: #cc0000;
    color: #fff;
    width: 190px;
    text-align: center;
    margin: 9px auto;
    border-radius: 20px;
    cursor: pointer;
}
.youtube span {}
#ytview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.84);
    z-index: 100000;
}
#ytview.active {
    display: block;
}
#ytview > div {
    width: 790px;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: calc(((100vh - 444px)/2) - 50px);
}
#ytview > div iframe {
    display: block;
    width: 780px;
    height: 450px;
    overflow: hidden;
}
#ytview > div span {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    text-align: left;
}
#ytview > div .close {
    cursor: pointer;
    display: block;
    color: #fff;
    background: #cc0000;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: -35px;
    right: -35px;
    border-radius: 40px;
    text-align: center;
    font-size: 23px;
}

.helpme .help { 
    width: 40px;
    height: 40px;
    margin: 0 0 92px 20px;
    padding: 8px;
    border-radius: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff url(/img/mi_info.svg) center center no-repeat;
    font-size: 0;cursor: pointer;
}

.helpme { 
    top: 15px;
    left: auto;
    right: 70px;cursor: pointer;
}


#help {
    position: fixed;
    z-index: 40000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
#help.active { display: block;}
#help > div {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.61);
    width: 400px;
    background: #fff;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 18px;
}
#help div img {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 20px 1px 0;
    float: left;
}
 

#help > div h2 {
    font-size: 32px;
    display: block;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px;
}
#help > div span {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: normal;
    display: block;
    color: #666;
}
#help > div  b {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 8px 20px;
    margin-left: 0;
    display: block;
}
#help > div div {
    min-height: 75px;
}
#help > div a {
    color: #444455;
    text-decoration: underline;
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 1.2em;
}

#newsCont {
    padding: 14px 8px 8px;
    border-radius: 8px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.61);
    background: #fff;
    width: 540px;
    height: calc( 100vh - 230px);
    position: fixed;
    top: 150px;
    left: 20px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    
        width: 100px;
        overflow:hidden;
}

#newsCont.active {
    width: 560px;
}
#newsCont .panel {
    width: 540px;
}
#newsCont h2 {
    position: absolute;
    top: 10px;
    left: 100px;
    width: 400px;
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}
#newsCont .symbol {
    width: 80px;
    height: 50px;
    background: url(/img/mi_left.png?r=1) center center no-repeat;
    display: block;
    cursor: pointer;
    background-size: 36px;
}
#newsCont.active .symbol {
    transform: scaleX(-1);
}
#newsCont #news_list {
	width: 88px;
    overflow: auto;
}    
#newsCont.active #news_list {
    width: 100%;
    overflow: auto;
}    

#newsCont #news_list {
     
    height: calc(100% - 60px); 
    scrollbar-width: thin !important;
  scrollbar-color: #778093 #ccc;   /* scroll thumb & track */
}
#newsCont #news_list::-moz-scrollbar {
    width: 2px;
}
/* Track */
#newsCont #news_list::-moz-scrollbar-track {
    background: #ccc;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#newsCont #news_list::-moz-scrollbar-thumb {
    background: #778093;
    border-radius: 0;
}
#newsCont #news_list::-webkit-scrollbar {
    width: 2px;
}
/* Track */
#newsCont #news_list::-webkit-scrollbar-track {
    background: #ccc;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#newsCont #news_list::-webkit-scrollbar-thumb {
    background: #778093;
    border-radius: 0;
}
#newsCont #news_list .news_item {
    height: 80px;
    overflow: hidden;
    width: 100%;    font-size: 0;    cursor: pointer;
}
#newsCont #news_list .news_item ins {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background-size: 60px 60px;
        background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
#newsCont #news_list .news_item ins i {
    border: 3px solid #8252b7;
}
#newsCont #news_list .news_item ins:after {
    content: '';
    background-color: #8252b7;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(/img/mi_i_news.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}
	#newsCont #news_list .news_item ins.vide i {border: 3px solid #f16f6f;}
	#newsCont #news_list .news_item ins.vide:after {background-color: #f16f6f;background-image: url(/img/mi_i_play.svg);}
	#newsCont #news_list .news_item ins.pric i {border: 3px solid #20b426;}
	#newsCont #news_list .news_item ins.pric:after {background-color:#20b426;background-image: url(/img/mi_i_pric.svg);}
	
	
#newsCont #news_list .news_item ins:after {display:none;}

	
#newsCont #news_list .news_item ins i {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    margin-top: 10px;background-color: #f9f9f9;
}
#newsCont #news_list .news_item div {
    width: calc(100% - 80px);
    font-size: 18px;
    color: #000;
    padding: 0 20px;
    display: inline-block;
}
#newsCont #news_list .news_item div .l1 {
    display: block;
    font-size: 18px;
}
#newsCont #news_list .news_item div .nm {
    color: #33a543;
    font-style: normal;
    font-size: 18px;
    padding-right: 10px;
}
#newsCont #news_list .news_item div .dt {
    font-size: 16px;
    color: #666;
    font-style: normal;
}
#newsCont #news_list .news_item div .l2 {
    display: block;
    font-size: 20px;
    color: #000;
    width: 100%;
    height: 20px;
    overflow: hidden;
}
#newsCont {
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
}
#newsCont .news_item.c_comp {display:none;}
#newsCont.comp .news_item.c_comp.active {display:block;}
#newsCont.comp .news_item.c_group {display:none;}
#searchPanel {
    top: 16px;
    left: 22%;}
#newsCont #news_list .news_item div > div {}
#r_dlogin {
    border-radius: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    top: 17px;
    height: 40px;
    right: 130px;
    width: 185px;
    z-index: 1;
    background: #fff url(/img/mi_login.svg) 6px 8px no-repeat;
    padding-left: 35px;
    padding-right: 10px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
#redlogin {
    position: fixed;
    z-index: 20000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    display:none;
}
#redlogin.active {display:block;}
#redlogin > div {}
#filtPanel i {
    width: 23%;
    margin: 5px 0.5%;}
 #markets {}
#markets .ln, #type_selector span {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    padding-left: 10px;
    color: #000;
}
#markets .ln.active, #type_selector span.active {
    background: #009344;
    color: #fff;
}
#filtPanel .filt { 
    height: calc(100% - 130px);
    top: 50px;
}
 

#filtPanel i.active { 
    border-color: #49b179;
}

#r_dlogin {
    text-align: center;
}

#map_chips {
    width: 50%;
    top: 60px;
    left: 22%;
    height: auto; 
    z-index: 1;
    position: fixed;
}
#map_chips span {
    background: #8e45ac;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px;
    font-size: 17px;
    padding: 0px 7px;
    padding-left: 10px;
    padding-right: 25px;
    border-radius: 20px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
#map_chips span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/mi_close.svg) center center no-repeat;
    position: absolute;
    right: 1px;
    top: 0px;
}


#news_data {
    padding: 14px 8px 8px;
    border-radius: 8px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.61);
    background: #fff;
    width: 540px;
    height: calc( 100vh - 230px);
    position: fixed;
    top: 150px;
    left: 20px;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    overflow: hidden;
    left: 560px;
    padding: 20px;
    padding-left: 40px;
    transition: all 0.3s ease-out;
    transform: translateX(-2000px);
    opacity: 0;
}
#news_data.active {
    opacity: 1;
    transform: translateX(0px);
}

#news_data .enlarge {
    background: #fff url(/img/mi_lar.png) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
#news_data.large {
    top: 15px;
    left: 15%;
    width: 70%;
    height: calc(100vh - 30px);
    z-index: 20000;
}
#newsCont.hide, #news_filtras.hide {opacity:0;}
#news_data.large .enlarge {}
#news_data > div {font-family: 'Roboto', Arial;}
#news_data > div {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;padding-right: 20px;line-height: 1.4em;
scrollbar-width: thin;
    scrollbar-color: #778093 #ccc;
}
#news_data > div::-webkit-scrollbar {
    width: 2px;
}
/* Track */
#news_data > div::-webkit-scrollbar-track {
    background: #ccc;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#news_data > div::-webkit-scrollbar-thumb {
    background: #778093;
    border-radius: 0;
}
#news_data h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    font-family: 'OpenGostTypeATT', Arial, sans-serif;
    margin-bottom: 18px;
}
#news_data img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
    width: 100%;
}
#news_data p {
    font-family: 'Roboto', Arial;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

#help > div .openmiml {
    background: #fff url(/img/mi_ml.svg) center center no-repeat;
    width: 42px;
    height: 42px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;cursor:pointer;
}

#miml_fb {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;display:none;
}
#miml_fb.active {display:block;}
#miml_fb > div {
    width: 400px;
    border-radius: 8px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.61);
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    margin-top: 100px;
}
#miml_fb > div h2 {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: normal;
}
#miml_fb > div input {
    height: 40px;
    margin: 20px 0;
    padding: 9px 16px;
    border-radius: 4px;
    display: block;outline:none;
    width: 100%;
    border: 1px solid #ccc;
}
#miml_fb > div input.error {border: 1px solid #c00;}
#miml_fb > div p {
    font-size: 18px;
    display: block;
    padding-right: 40px;
}
#miml_fb > div div {
    margin: 15px 0;
}
#miml_fb > div a {
    display: block;
    text-transform: uppercase;
    color: #33a543;
    font-size: 18px;
    padding-left: 260px;
    text-align: right;
}
#newsCont .panel { 
    position: relative;
    height: 100%;
}	
		
		
#r_dlogin.avatar {
    text-align: center;
    font-size: 0;
    width: 40px;
    background-size: 40px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#news_data h2 { 
    text-align: left;
    font-size: 25px;
    font-weight: normal; 
    line-height: 1.1em;    text-indent: 25px;
}		
#news_data .backnews {
    width: 20px;
    height: 30px;
    background: url(/img/mi_left.png?r=1) center center no-repeat;
    background-position: 0px 0px;
    display: block;
    cursor: pointer;
    transform: scaleX(-1);
    background-size: 36px;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    overflow: hidden;
}

#newsCont #news_list .date {
    display: none;
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
    margin-top: 0px;
    width: auto;
}
#newsCont #news_list .date:before {
    content: '';
    position: absolute;
    background: #d8d8d8;
    width: 100%;
    height: 1px;
    left: 0;
    top: 11px;
}
		
#newsCont #news_list .date span {
    background: #fff;
    padding: 0 10px;
}
#newsCont.active #news_list .date {display:block;}
#newsCont.active #news_list .date.comp {display:none;}
#newsCont.active.comp #news_list .date.group	{display:none;}
#newsCont.active.comp #news_list .date.comp {display:block;}

#newsCont #news_list .news_item.hidecntr {display:none !important;}
#newsCont #news_list .date.empty, #newsCont #news_list .date.empty span {font-size:0 !important;}
#newsCont #news_list .date.empty:before {background:transparent;}
#newsCont #news_list .date.noitems {display:none !important;}
#newsCont h2 { 
    padding-right: 65px;
}	
#newsCont .newspanel_filter {
    position: absolute;
    right: 20px;
    top: 10px;
}
#newsCont .newspanel_filter a {
    font-size: 20px;
    height: 36px;
    width: auto;
    padding: 0 14px;
    line-height: 36px;
    color: #20b426;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
 
#newsCont .newspanel_filter a.active {
    background-color: #c8ecc8;
}
#newsCont .newspanel_filter span:before {
    content: "";
    background: url(/img/cimap_bull.png?r=1) center center no-repeat;
    display: block;
    width: 32px;
    height: 38px;
    background-size: 18px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
#newsCont .newspanel_filter span {
    display: block;
    color: #20b426;
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    cursor: pointer;
}
#newsCont .newspanel_filter span:hover, #newsCont .newspanel_filter.active span {    background: #c0e7c2;}
#newsCont .newspanel_filter > div {
    display: none;
    background: #fff;
    width: 80px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 36px;
    left: 0px;
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
#newsCont .newspanel_filter.active > div {display:block;}
#newsCont .newspanel_filter { 
    z-index: 1;
}
#newsCont .newspanel_filter a {
    font-size: 16px;
    height: 30px;
    width: auto;
    padding: 0 14px;
    line-height: 30px;
    color: #20b426;
    display: block;
    vertical-align: top;
    margin: 0;
    color: #000;
}
#newsCont .newspanel_filter {
    right: 65px;
}
#newsCont .newspanel_filter2 {
    position: absolute;
    right: 20px;
    top: 10px;
}
#newsCont .newspanel_filter2 {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: url(/img/cimap_filt.png) center center no-repeat;
    background-size: 22px;
}


.logo {  width: 80px;
    height: 80px; 
}
#newsCont { 
    height: calc( 100vh - 180px); 
    top: 120px; 
}

#news_filtras {
    height: calc( 100vh - 220px);
    top: 140px;
    width: 220px;
    display: block;
    background: #fff;
    position: fixed;
    left: 570px;
    z-index: 9;
    padding: 15px 0;
    padding-left: 10px;
    border-radius: 8px;
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.61);
    transition: all 0.3s ease-in;
    transform: translateX(-540px);
    width: 70px;
}
#news_filtras.active {
    transform: translateX(0px);
    width: 220px;
}
#news_filtras span {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
#news_filtras span i {
    display: block;
    position: absolute;
    width: 220px;
    background: #d8d8d8;
    height: 1px;
    top: 11px;
    left: -10px;
}
#news_filtras span b {
    font-weight: normal;
    background: #fff;
    padding: 0 10px;
}
#news_filtras > div {}
#news_filtras > div ins {
    display: block;
    height: 29px;
    line-height: 29px;
        padding-left: 30px;
    cursor: pointer;
}
#news_filtras > div ins:before {
    content: '✓';
    position: absolute;
    left: 10px;
    color: #fff;
}
#news_filtras > div ins.active{
    background: #20b426;
    color: #fff;
}

#news_search {
    background: #f5f8f6;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 20px;
    color: #aaa;
    background: #f5f8f6 url(/img/mi_search.png) 16px 5px no-repeat;
    background-size: 29px auto;
    padding-left: 47px;
}
#news_search:focus {color:#000;}
	#news_search {}
	#news_plashki {}
#news_plashki span {
    background: #8e45ac;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 13px 5px;
    font-size: 17px;
    padding: 0px 7px;
    padding-left: 10px;
    padding-right: 25px;
    border-radius: 20px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
#news_plashki span i {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/mi_close.svg) center center no-repeat;
    position: absolute;
    right: 1px;
    top: 0px;
    background-size: 20px;
}
#news_search {
    margin-bottom: 10px;
}
#newsCont #news_plashki {display:none;}
#newsCont #news_search {display:none;}
#newsCont.active #news_search {display:block;}
#newsCont.active #news_plashki {display:block;}

#newsCont #news_list .news_item div .l2 { 
    height: 40px; 
}

#newsCont h2 {
    padding-right: 95px;
    height: 36px;
    overflow: hidden;
    font-size: 26px;
    line-height: 36px;
}
.cnews .ntit { 
    font-weight: 400; 
}
#newsCont #news_list .news_item { 
    margin-bottom: 10px;
}
#news_data img {
    display: block;
    max-width: 80%;
    margin: 15px auto;
    width: 100%;
}		
.hiddscience {display:none !important;}
.hiddscience.active {display:block !important;}
		
		
		
		
@media screen and (max-width: 640px) { 
	.helpme {   top: 10px;  right: 15px; height: 40px; width: 40px;}
	.helpme .help {   margin: 0;}
	#langSelect {    position: fixed;    top: 60px;}
	#r_dlogin { text-align: center;top: 120px;right: 15px;width: 40px !important;height: 40px;padding: 0;font-size: 0;}
	#searchPanel { top: 10px; left: 100px; width: calc(100% - 170px);}
	#redlogin #login { max-width: 96%;}
	#manual_login .f1a .auth_step1 { padding: 0;}
	#manual_login .f2a .cab0_confirm { padding: 0;}
}






.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    top: calc(50% - 40px);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00aa42;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wait {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 50000;
    background: rgba(255, 255, 255, 0.74);
    position: fixed;
    top: 0;
    left: 0;
}
#wait.active {display:block;}


.cnews .mi_large {
    background: url(https://map.markergroup.info/img/mi_lar.png) center center no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -42px;
}
.cnews.fiLarge {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20000;
    height: 100%;
    overflow: auto;
    padding: 25px;
}
.cnews.fiLarge .ntit {
    font-size: 30px !important;
}
.cnews.fiLarge .ntit:after {display:none;}
.cnews.fiLarge .mi_large {
    position: fixed;
    top: 0px;
    right: 23px;
    background-color: #fff !important;
    z-index: 1;
    width: 80px;
    height: 80px;
}


#newsCont #news_list .news_item div .nm { 
    font-size: 16px; 
}
#newsCont #news_list .news_item div .l1 { 
    font-size: 16px;    line-height: 1em;
}
#newsCont.comp #news_list .news_item.c_comp.active {
    display: block;
    min-height: 80px;
    height: auto;
}
#newsCont #news_list .news_item div .l2 { 
    overflow: visible;
    height: auto;
    min-height: 40px;line-height: 1em;
}
#newsCont.active #news_list .news_item { 
    height: auto;
    min-height: 80px;
}




#r_dlogin.avatar {
    text-align: center;
    font-size: 0;
    width: 40px;
    background-size: 40px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    __background-size: 26px;
    top: 15px;
    padding-left: 30px;
}



#miml_fb * {
    font-family: 'OpenGostTypeATT', Arial, sans-serif;
}







