/* up_nav */
#up_nav_holder {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-color: white;
	background-clip: content-box;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,.08);
    width: 100%;
	height: 50px;
	top: 0px;
}
#red_ind {
    width: 10px;
    height: 10px;
	position: absolute;
	top: 20px;
	left: 45px;
	cursor: pointer;
}
@keyframes c_scale {
	0% {transform: scale(0.6)}
	50% {transform: scale(1.2)}
	100% {transform: scale(0.6)}
}
@keyframes c_scale2 {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}
#up_nav {
    position: relative;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
	letter-spacing: -4px;
	margin: 0px auto;
}
#logo_promo {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: #3da3ea;
    margin: 12px 0px;
    text-align: center;
    letter-spacing: 0;
    font-family: rb;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
	padding: 12px 0px;
}
[_prefix] {
    display: inline-block;
    height: 26px;
    letter-spacing: 1px;
    margin: 12px 2px 0px 0px;
    vertical-align: top;
    color: #3da3ea;
    padding: 0px 8px;
    line-height: 24px;
    box-shadow: 0px 0px 0px 2px inset;
}
#mini_log {
    position: absolute;
    height: 50px;
    overflow: hidden;
    top: 0px;
    transition: 0.4s;
    z-index: 10;
    white-space: nowrap;
    display: inline-block;
    background: white;
    right: 40px;
    transform: scale(0);
}
.asd {
    font-family: rm;
    color: #B7B7B7;
    font-size: 13px;
    position: relative;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
	letter-spacing: 0.4px;
	vertical-align: top;
}
.soc_item23 {
    display: inline-block;
    width: 12px;
    padding: 4px;
    cursor: pointer;
    border-radius: 40px;
    margin: 15px 5px 15px 0px;
    overflow: hidden;
    vertical-align: top;
}
#ch_lang {
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    border: 0px;
    border-radius: 1px;
    z-index: 20;
    cursor: pointer;
	display: block;
    opacity: 0;
}
#ch_lang option {
	color: black;
}
#lang_holder {
    position: absolute;
    right: 0px;
    top: 0;
    overflow: hidden;
    height: 18px;
    margin: 16px 0px;
    border-radius: 20px;
    cursor: pointer;
}
.lang_item {
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    margin: 15px 0px;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	opacity: 0.4;
}
.lang_item:hover {
	opacity: 0.7;
}
#opened_feeds {
    height: 50px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    display: inline-block;
	margin-left: 47px;
	vertical-align: top;
	width: calc(100% - 120px);
}
#width_of {
    white-space: nowrap;
    height: 50px;
    overflow: hidden;
}
.user_of {
    display: inline-block;
    line-height: 50px;
    font-family: rm;
    color: #B7B7B7;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.4px;
    overflow: hidden;
    margin-right: 15px;
    vertical-align: top;
    padding: 0px 5px;
	transition: 0.3s;
}
.user_of:hover {
	box-shadow: 0px -2px 0px rgba(61, 163, 234, 0.5) inset;
}
.user_of > span {
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
}
.slct {
    color: #454545 !important;
    box-shadow: 0px -2px 0px #3DA3EA inset !important;
}
.slct > .close_f_tab {
	-webkit-filter: invert(0);
	filter: invert(0);
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
}
.close_f_tab {
    height: 16px;
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 0.5;
	vertical-align: middle;
	padding: 1px;
    border-radius: 20px;
	margin-left: 5px;
	display: none;
}
#lang_list {
    position: absolute;
    right: -20px;
    top: 45px;
    background: white;
    box-shadow: 0px 5px 20px rgba(0,0,0,.35);
	display: none;
	color: gray;
}
#lang_list span {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    letter-spacing: 0;
}
#lang_list [wrapper] {
	padding: 0px 15px;
	cursor: pointer;
	text-align: right;
}
#lang_list [wrapper]:hover {
	color: #3DA3EA;
}
#lang_list [wrapper] div {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    text-align: right;
    margin: 7px 10px 7px 0px;
    background: #6FCE7B;
    border-radius: 9px;
    color: white;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: bold;
}
#lang_list .activated {
    font-family: rb;
	color: gray !important;
}
/* up_nav */

/* other */
#main_wrapper {
	position: absolute !important;
	width: 100%;
	top: 50px !important;
	overflow: hidden;
    height: calc(100% - 50px);
}
#main_holder {
    width: calc(100% - 255px);
	padding: 30px 0px 20px 0px;
	margin: 0px auto;
}
.news_text {
	margin-bottom: 15px;
}
.share_tools_show input {
    position: absolute;
    left: 39px;
}
.close_set {
    position: absolute;
    right: 15px;
    top: 14.5px;
    cursor: pointer;
    opacity: 0.1;
    transition: 0.3s;
    z-index: 1;
    -webkit-filter: invert(0);
}
.text_name {
    top: 0px;
    height: 50px;
    font-size: 17px;
    color: #679ABE !important;
    font-family: rr;
    line-height: 50px;
    text-align: start;
    margin-left: 15px;
}
.share_img_tool {
    -webkit-filter: invert(1);
    filter: invert(1);
}
/* other */

/* promo block */
[promo] {
	height: 610px;
	background: #2c5c7d;
}
[promo] iframe {
    position: relative;
    height: 170px;
    width: calc(100% - 40px);
    margin: 15px 20px 0px;
}
#lm_h {
    padding: 20px;
    position: relative;
}
.learm_more {
    color: white;
    cursor: pointer;
    line-height: 19px;
    transition: .3s;
}
.learm_more:hover {
	opacity: .6;
}
.oneclick_b {
    color: #3da3ea;
    text-align: center;
    line-height: 40px;
    background: white;
    font-family: rm;
    border-radius: 4px;
    margin-top: 15px;
}
#text1 {
    margin: 20px;
    color: white;
    position: relative;
	text-align: center;
}
.n1_b {
    margin: 20px;
    line-height: 40px;
    color: #3da3ea;
    position: relative;
    cursor: pointer;
    font-family: rm;
    letter-spacing: 0.4px;
    background: white;
    border-radius: 4px;
	text-align: center;
}
.soc_item2_wrap {
    display: inline-block;
    margin: 10px 10px 10px 20px;
    position: relative;
	transition: .3s;
}
.soc_item2_wrap:hover {
    opacity: .6;
}
.soc_item2 {
    width: 18px;
    cursor: pointer;
}
#bg_main {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/img/news/network_opt.jpg);
    background-position: center;
    background-size: cover;
    opacity: .15;
}
/* promo block */

/* log_reg */
#log_reg {
    width: 320px;
    background: #3da3ea;
    margin: auto;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    display: none;
    overflow: hidden;
    z-index: 10;
	border-radius: 4px;
	box-shadow: 0px 10px 30px rgba(0,0,0,.3);
}
#soc_panel {
    width: auto;
    text-align: center;
    padding: 0px 20px;
}
#soc_panel > span {
    font-family: rr;
    color: #ffffff;
    padding: 22px 0px;
    display: inline-block;
}
#soc_panel span.closer {
    margin: 0;
    padding: 0;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 18px;
    opacity: 0.6;
    position: absolute;
    top: 15px;
    right: 10px;
	cursor: pointer;
	transition: 0.3s;
}
#soc_panel span.closer:hover {
	opacity: 1;
}
.soc_item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0px 4px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
.soc_item:hover {
	opacity: .6;
}
[name=loginform] > div,[name=regform] > div,[name=forget] > div {
	 margin: 20px 30px 0px;
}
input.inp_log {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
	width: 100%;
    text-align: center;
    height: 40px;
    outline: none;
	color: white;
	border-radius: 4px;
}
.inp_log::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.inp_log::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
label.pass_check {
    margin: 20px 0px 40px 30px;
    display: inline-block;
    height: 18px;
    width: 18px;
}
label.pass_check input {
	opacity: 0;
}
#check_cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    top: -13px;
    cursor: pointer;
    background-size: cover;
    border-radius: 4px;
}
#r_me_text {
    display: inline-block;
    line-height: 18px;
    font-family: rr;
    font-size: 11px;
    color: white;
    margin: 0px 5px;
}
#f_pass {
    display: inline-block;
    line-height: 18px;
    font-family: rr;
    font-size: 11px;
    color: white;
    margin: 0px 20px 0px calc(100% - 296px);
    cursor: pointer;
}
#f_pass:hover {
	text-decoration: underline;
}
.b_log, .b_reg2, .b_reg, .b_log2, .b_back {
    margin: 0px 30px;
    cursor: pointer;
    background-color: white;
    color: #3da3ea;
    transition: 0.3s;
    border-radius: 4px;
    font-family: rm;
    letter-spacing: 0.4px;
	line-height: 40px;
    text-align: center;
}
.b_reg2 {
	margin-top: 40px;
}
.b_reg, .b_log2, .b_back {
    margin: 20px 30px;
    background-color: #3da3ea;
    color: white;
}
#reg_box,#f_pass_box {
	display: none;
}
.soc_item img {
	height: 18px;
	margin: 11px 0px;
}
[log_reg_indicator] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(61, 163, 234, 0.8);
    display: none;
	z-index: 10;
}
[log_reg_indicator] > div {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
/* log_reg */

@media (max-width: 1060px) {

}