@font-face {
font-family: rr;
src: url(./fonts/rr.ttf) format("truetype");
}
@font-face {
font-family: rm;
src: url(./fonts/rm.ttf) format("truetype");
}
@font-face {
font-family: rl;
src: url(./fonts/rl.ttf) format("truetype");
}
@font-face {
font-family: rlc;
src: url(./fonts/rlc.ttf) format("truetype");
}
@font-face {
font-family: rrc;
src: url(./fonts/rrc.ttf) format("truetype");
}
@font-face {
font-family: rt;
src: url(./fonts/rt.ttf) format("truetype");
}
@font-face {
font-family: rb;
src: url(./fonts/rb.ttf) format("truetype");
}

body {
    margin: 0;
    background: #f3f3f3 !important;
	transition: 0.3s;
	-webkit-overflow-scrolling: touch;
	font-family: rr;
	font-size: 13px;
	overflow: hidden;
}
td {
	padding: 0;
}
button,input,textarea,form {
  margin: 0;
  font-family: rr;
}
form {
	position: relative;
}
a {
	text-decoration: none;
	outline: none;
}

/* ni_item */
.n1_item {
    width: 300px;
    background-color: white;
    margin-bottom: 10px;
    overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.news_pic {
    overflow: hidden;
    background: url(/img/news/loader_construction.svg) center center no-repeat;
	min-height: 50px;
}
.news_pic img {
    opacity: 0;
    width: 100%;
	transition: 0.3s;
}
[add_unit] .news_pic {
   height: inherit;
}
.upper {
    width: initial;
    overflow: hidden;
    height: 20px;
    margin: 20px 15px;
	position: relative;
}
.upper div {
	cursor: pointer;
}
.source_pic {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    border-radius: 30px;
}
.source_name {
    position: absolute;
    line-height: 20px;
    top: 0px;
    left: 30px;
    font-family: rm;
    color: rgb(61, 163, 234);
    font-size: 11px;
    max-width: calc(100% - 157px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_date {
    position: absolute;
    line-height: 20px;
    top: 0px;
    right: 0;
    color: rgb(160, 160, 160);
    font-size: 11px;
    display: inline-block;
}
.newsTitleShow {
	cursor: pointer;
}
.news_title {
    margin: 10px 15px;
    font-family: rb;
    font-size: 17px;
    color: #454545;
}
.news_text {
    margin: 10px 15px;
    color: #646464;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
	max-height: 54px;
}
.own_tools {
    margin: 20px 15px 20px 15px;
    letter-spacing: -4px;
    position: relative;
	height: 16px;
}
.fav {
    height: 16px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
}
.fav img {
	opacity: 0.4;
	-webkit-filter: invert(0);
	transition: 0.3s;
}
.fav img:hover {
	opacity: 1;
}
[user_t] {
	display: inline-block !important;
}	
.own_tools .fav:nth-child(n+7) {
	display: none;
}
.share_holder {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    background-color: rgba(61, 163, 234, 0.8);
    position: absolute;
    bottom: 0;
    margin: 0px !important;
}
.share_holder [hinter] {
    position: absolute;
    bottom: 50px;
    padding: 20px 15px 0px 15px;
    color: rgba(255, 255, 255, 0.6);
    background: #3da3ea;
    width: 100%;
	box-shadow: 0px 0px 200px 100px #3da3ea;
}
.s_tools {
    letter-spacing: -4px;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #3da3ea;
}
.cr_note {
    font-size: 10px;
    color: white;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0px;
    border-radius: 90px;
    margin: 10px 0px 10px 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
}
.ad1_caption {
    margin: 20px 15px 10px 15px;
    width: initial;
    font-family: rb;
    font-size: 17px;
    color: white;
    cursor: pointer;
	display: block !important;
}
.ad1_title {
    font-size: 16px;
    display: block !important;
    color: white;
    margin: 10px 15px;
    position: absolute;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.ad_overview {
    margin: 10px 15px 20px 15px;
    width: initial;
    font-size: 13px;
    color: white;
    font-family: rr;
}
.f_link {
    position: absolute;
    right: 20px;
    top: 22px;
	z-index: 2;
}
.overwrap {
    margin: 0px 15px;
    border-left: 2px solid gainsboro;
}
.overwrap .source_name {
	max-width: calc(100% - 31px);
}
.p_link div {
	height: 16px;
    width: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.share_tools_show {
    position: absolute;
    -webkit-filter: invert(0);
    filter: invert(0);
    cursor: pointer;
    transition: 0.3s;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 16px;
    font-size: 10px;
    color: #3da3ea;
    opacity: 0.4;
    text-transform: uppercase;
}
.share_tools_show:hover {
  opacity: 0.7;
}
.share_img_tool {
    height: 16px;
	padding: 7px 0px;
}
[close_share] {
    display: inline-block;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    text-align: center;
    color: white;
    font-size: 18px;
    opacity: 0.6;
    position: absolute;
    right: 0;
    transition: 0.3s;
	cursor: pointer;
	letter-spacing: 0px;
}
[close_share]:hover {
	opacity: 1;
}
a.go_to_space {
    right: 0px;
    top: 0px;
    position: absolute;
	margin-right: 0px;
	display: block !important;
}
/* ni_item */

/* rec_i block */
.rec_pic {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    opacity: .5;
	top: 0px;
	left: 0px;
}
.n1_item.black {
	height: 300px;
    background: black;
	padding: 0;
}
.rec_title {
    color: white;
    font-size: 23px;
    line-height: 64px;
    position: relative;
    cursor: pointer;
    margin: 0px 20px 40px 20px;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.n1_title, .n1_date {
    position: absolute;
    bottom: 100px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    display: block;
    width: calc(100% - 60px);
    margin-left: 20px;
    font-size: 16px;
	max-height: 100px;
    overflow: hidden;
}
.n1_date {
    bottom: 75px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0px 0px 0px;
}
.go_to_s {
    position: absolute;
    right: 20px;
    bottom: 85px;
    line-height: 20px;
    color: white;
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
	transition: 0.3s;
	display: none;
}
.go_to_s:hover {
	right: 15px;
}
.add_to {
    color: #FFFFFF;
    font-family: rr;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.4s;
    margin: 20px;
    padding: 0px 10px;
    border-radius: 4px;
}
.add_to:hover {
	background: rgba(255, 255, 255, 0.3);
}
/* rec_i block */

/* black_box */
#box_1 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
	background-color: rgba(27,27,27,.7);
}
#closer_all {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s;
    position: absolute;
    top: 0;
}
#go_up {
    position: fixed;
    left: 0;
    height: 100%;
    width: calc(50% - 360px);
    z-index: 10000000;
    cursor: pointer;
    transition: 0.3s;
	display
}
#go_up:hover {
	background: rgba(0, 0, 0, 0.3);
}
/* black_box */

/* small_unit */
.n1_item.black.small_unit {
    height: 145;
    width: 145;
}
.n1_item.black.small_unit .rec_pic {
    width: 100%;
    height: 100%;
}
.n1_item.black.small_unit .rec_title {
    width: initial;
    font-size: 15px;
    margin: 0px 20px 20px;
}
.n1_item.black.small_unit a, .n1_item.black.small_unit .add_to {
    display: none;
}
.n1_item.black.small_unit .n1_date {
    bottom: 20px;
}
/* small_unit */

/* page_instruction */
.main {
    margin: 20px auto;
    width: 700px;
}
a.move_back2 {
    color: #3DA3EA;
    display: block;
    text-align: center;
    margin: 20px 0px;
}
.internal2 {
    background: white;
    padding: 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
/* page_instruction */

/* customAlert */
#customABlack {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(27,27,27,.7);
    z-index: 19000000;
    overflow: hidden;
    display: table;
}
#customAlert {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
#customAlert > div {
    display: inline-block;
    background: white;
    width: 320px;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.3);
	overflow: hidden;
}
#customAlert > div > span {
    display: block;
    font-size: 14px;
    color: #4e4e4e;
    padding: 22px 30px 20px;
    border-bottom: 1px solid gainsboro;
    text-align: left;
}
#customAlert > div > span > span {
    display: block;
    margin-bottom: 22px;
    color: #3DA3EA;
    font-size: 13px;
}
#customAlert [_buttons] {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#customAlert i {
    display: table-cell;
    width: 159.5px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    color: #3DA3EA;
    font-family: rm;
	font-style: normal;
	cursor: pointer;
}
#customAlert [_1] {
    font-family: rb;
}
#customAlert [_3] {
    display: table-cell;
    width: 1px;
    height: 50px;
    background: gainsboro;
}
#show_flow {
    text-align: center !important;
    line-height: 50px;
    text-transform: uppercase;
    color: #3DA3EA;
    font-family: rb;
    font-style: normal;
    cursor: pointer;
    font-size: 13px;
    border-top: 1px solid gainsboro;
}
/* customAlert */

/* contacts */
.internal2 > div {
   position: relative;
   margin-bottom: 15px;
}
.internal2 > div > span {
   position: absolute;
   right: 0;
}
/* contacts */

/* loading */
#loading_indicator, #loading_indicator2 {
    position: fixed;
    z-index: 2000;
    bottom: -40px;
    width: 300px;
    left: calc(50% - 150px);
    line-height: 40px;
    text-align: center;
    background: #3ca1e8 !important;
    color: #ffffff;
    transition: 0.3s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
}
#loading_indicator2 {
	position: absolute;
}
#loader_circle,#errorWarn {
    position: fixed;
    width: calc(100% - 120px);
    top: 50px;
    height: calc(100% - 50px);
    left: 60px;
    z-index: 1000;
    display: none;
}
#loader_circle > div {
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
svg path {
  fill: #3DA3EA;
}
/* loading */

/* other */
#errorWarn > div {
	display: table;
	width: 100%;
	height: 100%;
}
#errorWarn > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-size: 30px;
    font-family: rl;
}
#action_hint {
    display: none;
    padding: 30px;
    width: 260px;
    position: fixed;
    background: #3DA3EA;
    color: white;
    right: calc(50% - 160px);
    top: 80px;
    z-index: 200000000;
    font-family: rm;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0,0,0,.3);
}
.hint_box {
	position: absolute;
	padding: 3.5px 6px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.88);
	color: whitesmoke;
	opacity: 0;
	z-index: 20000000000;
	/* white-space: pre; */
	/* height: 25px; */
	/* line-height: 25px; */
	border-radius: 4px;
	font-family: rr;
	font-size: 13px;
	max-width: 300px;
}
.hint_box span {
    display: block;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 5px 5px 0px 5px;
    position: absolute;
    top: 10px;
    left: -7px;
    border-style: solid;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}
.lg_ {
    background: transparent !important;
    padding: 12px 17px;
    margin: 0px !important;
}
/* other */

/* customScroll */
.custom_scroller.x {
    width: 100%;
    height: 150%;
    overflow-x: auto;
    overflow-y: hidden;
}
.custom_scroller.y {
    width: calc(100% + 15px);
    height: 100%;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}
[width100] {
	height: inherit !important;
}
.customInner.y {
	display: table;
	width: 100%;
}
.customInner.x {
	display: table;
	height: 100%;
}
.custom_rail {
    position: absolute;
    z-index: 50;
}
.y_custom {
	height: 100%;
    width: 10px;
	right: 0;
}
.x_custom {
	width: 100%;
	height: 10px;
	left: 0;
}
.custom_bar {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
	position: relative;
}
.y_bar {
	width: 4px;
    margin: 5px 3px;
	top: 0px;
	height: 0px;
}
.x_bar {
	height: 4px;
	margin: 3px 5px;
	width: 0px;
}
.custom_bar:hover {
	background: rgba(0, 0, 0, 0.3) !important;
}
.custom_bar:active {
	background: rgba(0, 0, 0, 0.6) !important;
}
/* customScroll */