@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400');

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;
	padding:0;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 14px;
	width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
.fixed {
	position:fixed !important;
}
.img {
	display:block;
}
strong {
	font-weight:700 !important;
}
.wrap {
	width: 1310px;
	margin: 0 auto;
}
.none,.robots-noindex {
	display: none!important;
}
header {
	font-size: 14px;
}
.top {
	width: 100%;
	float: left;
	text-align: center;
	margin: 14px 0 0;
	position:relative;
	height: 48px;
}
.logo {position: absolute;top: 5px;left: 0;}
.logo a {
	display: inline-block;
}
.logo img {
	display: block;
}

nav.menu-category {
	margin-left: 237px;
	margin-right: 370px;
}
nav.menu-category #mCategory li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	font-size: 14px;
	line-height: 36px;
	float: left;
	margin-right: 1px;
	margin-bottom: 10px;
}

#mCategory {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	white-space: nowrap;
	background:#fff;
	z-index: 950;
	max-height: 48px;
}
nav.menu-category #mCategory li a {
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-size: 18px;
	line-height: 36px;
	color: #2c2c2c;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
nav.menu-category #mCategory li.active a, nav.menu-category #mCategory li a:hover {
	background:#269de0;
	color:#fff;
}
.menu-category .wr {
	text-decoration: none;
	padding: 0 18px 0 14px;
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;

	*
	display: inline;
	cursor: pointer;
	float: left;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background: url("../img/svg/arrow_down.svg") center right no-repeat;
	background-size: 11px 7px;
	color: #2c2c2c;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.menu-category .wr:hover {
	text-decoration:underline;
}
.menu-category .wr.rec {
	background: url("../img/svg/arrow_up.svg") center right no-repeat;
	background-size: 11px 7px;
	cursor:default;
}
.menu-category .wr.rec:hover {
	text-decoration: none !important;
}
.wrap-hd-menu {
	position: relative;
	height: 50px;
	width: 100%;
}
.menu-category .secondMenu {
	display: none;
	clear: both;
	float: left;
	border: 1px solid #bfbfbf;
	padding: 6px;
	background: #fff;
}
.menu-category .secondMenu:hover {
	opacity: 1 !important;
	visibility: visible !important;
}
.menu-category .wrap-second-menu {
	position: absolute;
	top: 0;
	z-index: 2000;
}
.menu-category .secondMenu li a {
	text-decoration: none;
	color: #060606;
	display: block;
	padding: 0 12px;
	height: 32px;
	white-space: nowrap;
	font-weight:600;
}
.menu-category .secondMenu li {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
.secondMenu .active span {
	color: #fff;
}
.menu-category .secondMenu li.active {
	background-color: #2d79a5;
	text-decoration: none;
}
.menu-category .secondMenu li a:hover {
	background-color: #269de0;
	color: #fff;
}

.header_block {
	position:absolute;
	top: 7px;
	right: 120px;
	background:#fff;
	z-index:3000;
}
.switch-lang {
	float: right;
	position: relative;
	width: 100px;
	position: absolute;
	right: 3px;
	top: 0px;
	text-align: left;
	z-index: 1201;
}
.switch-lang.active .switch-lang__list {
	display: block;
}
.switch-lang__list {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
}
.switch-lang__item {
	padding: 10px 10px;
	cursor: pointer;
	line-height: 1;
}
.switch-lang__option--selected {
	color: #EF8622;
	cursor: default;
}
.switch-lang__item:nth-of-type(n+2) {
	border-top: 1px solid #ccc;
}
.switch-lang__current {
	display: inline-block;
}
.switch-lang__item:hover:not(.switch-lang__option--selected) {
	background-color: #EF8622;
	color: #fff;
}


.top .reg .find {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}
.top .reg .find {
	margin: 2px 20px 0 0;
	padding: 0;
}
.top .reg div {
	cursor: pointer;
	float: right;
	text-decoration: none;
	color: #2c2c2c;
	border-left: 1px solid #bfbfbf;
	padding: 4px 13px 0;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.top .reg div:hover {
	text-decoration: underline;
}
.top .reg div a {
	cursor: pointer;
	float: right;
	text-decoration: none;
	color: #2c2c2c;
	font-weight: 600;
	font-size:14px;
}
.top .reg div:hover a {
	text-decoration: underline;
}
.top .reg div:first-child {
	padding: 4px 0 0 22px;
}
.bottom {
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	border-top: 1px solid #bfbfbf;
}
.bottom .period {
	float: left;
	margin-right: 25px;
}
.bottom .period a {
	text-decoration: none;
	float: left;
	color: #2c2c2c;
	border-right: 1px solid #bfbfbf;
	padding: 10px 7px 11px;
	width: 70px;
	text-align: center;
	background-color: #f9f9f9;
	font-weight: 700;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.bottom .period a:hover, .bottom .period a.active {
	color: #fff;
	border: 0;
	border-right: 1px solid #fff;
	background-color: #269de0;
}
.bottom .date {
	font-size: 14px;
	color: #7c7c7c;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.bottom .date,
.bottom .money,
.bottom .temperature {
	float: left;
	padding: 10px 0 11px;
}
.bottom .money span, .bottom .temperature span {
	float: left;
	color: #979797;
	padding: 0 15px 0 0;
	margin: 0 0 0 15px;
	border-right: 1px solid #bfbfbf;
	font-weight: 600;
	font-size:14px;
}
.bottom .date > span {
	float: left;
	color: #979797;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	border-right: 1px solid #bfbfbf;
	font-weight: 600;
	font-size:14px;
}
.bottom .date span:first-child, .bottom .money span:first-child {
	border-right: none;
}
.bottom .soc_net {
	float: left;
	padding: 0 0 0 15px;
}
.bottom .soc_net li {
	float: left;
	margin: 10px 17px 0 0;
}
.bottom .soc_net a {
	width: 13px;
	height: 13px;
	line-height: 13px;
	padding: 0 10px;
	vertical-align: top;
}
.bottom .soc_net .fb {
	background:url("../img/svg/fb_gray.svg") center center no-repeat;
	width:13px;
	height:13px;
}
.bottom .soc_net .fb:hover {
	background:url("../img/svg/fb_hover.svg") center center no-repeat;
	width:13px;
	height:13px;
	transition: all 0.3s ease;
}
.bottom .soc_net .vk {
	background:url("../img/svg/vk_gray.svg") center center no-repeat;
	width:13px;
	height:13px;
}
.bottom .soc_net .vk:hover {
	background:url("../img/svg/vk_hover.svg") center center no-repeat;
	width:13px;
	height:13px;
	transition: all 0.3s ease;
}
.bottom .soc_net .ok {
	background:url("../img/svg/ok_gray.svg") center center no-repeat;
	width:13px;
	height:13px;
}
.bottom .soc_net .ok:hover {
	background:url("../img/svg/ok_hover.svg") center center no-repeat;
	width:13px;
	height:13px;
	transition: all 0.3s ease;
}
.bottom .soc_net .tw {
	background:url("../img/svg/tw_gray.svg") center center no-repeat;
	width:12px;
	height:13px;
}
.bottom .soc_net .tw:hover {
	background:url("../img/svg/tw_hover.svg") no-repeat;
	width:12px;
	height:13px;
	transition: all 0.3s ease;
}
.bottom .about {
	color: #2c2c2c;
	padding: 10px 0;
	cursor: pointer;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.bottom .about:hover {
	text-decoration: underline;
}
.bottom .about-wrapper {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bottom .cooperation {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 0;
	display: block;
	color: #2c2c2c;
	margin-right: 10px;
	text-decoration: none;
}
.bottom .cooperation:hover {
	text-decoration: underline;
}
.content {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.main {
	float: left;
	width: 972px;
	position:relative;
	z-index:900;
}
.main h1 {
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 21px;
	color: #2c2c2c;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.topnews {
	width: 636px;
	position: relative !important;
	border-bottom: 1px solid #e5e5e5;
	float: left;
	display:block;
}
.topnews .category {
	position: absolute;
	top: -17px;
	right: 0;
	font-size: 12px;
	color: #999797;
	text-decoration: none;
	font-weight: 300;
}
.topnews .img {
	overflow: hidden;
	float: left;
	position: relative;
	width: 300px;
	max-height: 200px;
	margin: 0 16px 8px 0;
}
.topnews .img img {
	max-width: 100%;
	position:relative;
}
body:not(.mobile) .topnews .img img {
	vertical-align: bottom;
}
.topnews .img .counter {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	background-color: rgba(64, 64, 64, 0.7);
	padding: 7px;
}
.topnews .img .counter .eye {
	margin: 2px 4px 0 0;
	float: left;
	background-size:14px 9px;
	background: url("../img/svg/eye_hover.svg") no-repeat;
	height:9px;
	width:14px;
}
.topnews .text-block {
	display: inline-block;
	width: 320px;
}
.topnews .title {
	float: left;
	width: 320px;
	margin: -4px 0 7px;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	color: #060606;
	line-height: 1.35;
	font-family: 'Roboto Condensed', sans-serif;
}

.topnews p {
	float: left;
	width: 320px;
	margin: 0 0 24px;
	font-weight: 600;
	line-height: 24px;
	color: #666565;
	font-size: 18px;
	max-height: 97px;
	overflow: hidden;
}
.topnews .time {
	position: relative;
	right: 0;
	bottom: 0;
	font-size: 13px;
	color: #7c7c7c;
	font-weight: 600;
	margin:0 0 6px;
	width: auto;
	height: 22px;
	float: right;
	text-align: right;
	display: block;
}
.topnews .more {
	width: 100%;
	cursor: pointer;
	position: absolute;
	bottom: -17px;
	left: 0;
}
.topnews .more:hover, .topnews .more.active {
	background: #eee;
}
.topnews .more.active span {
	background: url("../img/svg/arrow_up.svg") center right no-repeat;
	background-size: 11px 7px;
}
.topnews .more span {
	float: right;
	line-height: 10px;
	font-size: 12px;
	margin: 3px;
	color: #777;
	padding: 0 13px 0 0;
	background: url("../img/svg/arrow_down.svg") center right no-repeat;
	background-size: 11px 7px;
}
.topnews .more_block {
	width: 100%;
	float: left;
	display: none;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	z-index: 2;
	background: #fff;
	margin-top: -10px;
	box-sizing: border-box;
}
.topnews .more_block .daynews {
	float: left;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin: 0;
}
.topnews .more_block .daynews .source {
	float: left;
	margin: 5px;
}
.topnews .more_block .daynews .source img {
	float: left;
	margin: 4px 0 0 0;
}
.topnews .more_block .daynews .source a {
	float: left;
	text-decoration: none;
	color: #555;
	font-size: 13px;
	margin: 3px 0 0 5px;
	font-weight: 600;
}
.topnews .more_block .daynews .timeside {
	float: right;
	font-size: 12px;
	color: #060606;
	margin: 10px 5px;
	font-weight: 600;
}
.topnews .more_block .daynews .titleside {
	float: left;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	margin: 10px;
}
.topnews .more_block .daynews .titleside:hover {
	text-decoration: underline;
}
/********************************************************************************************/
.part {
	float: left;
	width: 636px;
	position:relative !important;
	z-index:1000;
	background:#fff;
}
.main .block1, .main .block2, .main .block3 {
	float: left;
	width: 300px;
}
.main .block3 {
	margin: 0 0 0 36px;
}
.main .block1 {
	margin: 0 36px 0 0;
}
.news {
	box-sizing: content-box;
	width: 300px;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
}
.news .more {
	width: 100%;
	cursor: pointer;
	position: absolute;
	bottom: -17px;
	left: 0;
}
.news .more:hover, .news .more.active {
	background: #eee;
}
.news .more.active span {
	background: url("../img/svg/arrow_up.svg") center right no-repeat;
	background-size: 11px 7px;
}
.news .more span {
	float: right;
	line-height: 10px;
	font-size: 12px;
	margin: 3px;
	color: #777;
	padding: 0 13px 0 0;
	background: url("../img/svg/arrow_down.svg") center right no-repeat;
	background-size: 11px 7px;
}
.news .more_block {
	float: left;
	display: none;
	width: 299px;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	z-index: 2;
	background: #fff;
}
.news .more_block .daynews {
	float: left;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin: 0;
}
.news .more_block .daynews .source {
	float: left;
	margin: 5px;
}
.news .more_block .daynews .source img {
	float: left;
	margin: 4px 0 0 0;
}
.news .more_block .daynews .source a {
	float: left;
	text-decoration: none;
	color: #555;
	font-size: 13px;
	margin: 3px 0 0 5px;
	font-weight: 600;
}
.news .more_block .daynews .timeside {
	float: right;
	font-size: 12px;
	color: #060606;
	margin: 10px 5px;
	font-weight: 600;
}
.news .more_block .daynews .titleside {
	float: left;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	margin: 10px;
}
.news .more_block .daynews .titleside:hover {
	text-decoration: underline;
}
.news .category {
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 12px;
	color: #999797;
	text-decoration: none;
	font-weight: 300;
}
.news .img {
	position: relative;
	width: 300px;
	margin: 4px 16px 0 0;
	display:block;
}
.news .img > a {
	position: relative;
	overflow: hidden;
	display: block;
}
/*.news .img > a:after {*/
/*content: '';*/
/*display: block;*/
/*width: 100%;*/
/*padding-bottom: 57%;*/
/*}*/
.news .img > a > img {
	display: block;
	width: 100%;
}
.news .img .counter {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 12px;
	background-color: rgba(64, 64, 64, 0.7);
	padding: 7px;
}
.news .img .counter .eye {
	margin: 1px 10px 0 0;
	float: left;
	background-size: 14px 9px;
	background: url("../img/svg/eye_hover.svg") no-repeat;
	display:block;
	height: 9px;
	width: 14px;
}
.share_pic {
	background: url(../img/svg/envelope.svg) no-repeat;
	width:22px;
	height:22px;
	background-size: 22px 22px;
}
.share_pic:hover {
	background: url(../img/svg/envelope_hover.svg) no-repeat;
	width:22px;
	height:22px;
	background-size: 22px 22px;
	transition: all 0.3s ease;
}
.news .share_pic, .topnews .share_pic {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.news .sharesoc, .topnews .sharesoc, .m_main_news .sharesoc {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;/*background-color: #f9f9f9;*/
	/*padding: 2px 6px 4px;*/
	/*border:1px solid #bfbfbf;*/
}
body:not(.mobile) .topnews .sharesoc {
	right: 342px;
}
body:not(.mobile) .news .sharesoc .subshare + .subshare, body:not(.mobile) .topnews .sharesoc .subshare + .subshare {
	margin-top: 2px;
}
body:not(.mobile) .news .sharesoc, body:not(.mobile) .topnews .sharesoc {
	width: 22px;
}
body:not(.mobile) .news .sharesoc:hover, body:not(.mobile) .topnews .sharesoc:hover {
	width: auto;
}
body:not(.mobile) .news .sharesoc .subshare, body:not(.mobile) .topnews .sharesoc .subshare {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body:not(.mobile) .news .sharesoc .subshare:hover, body:not(.mobile) .topnews .sharesoc .subshare:hover {}
body:not(.mobile) .news .sharesoc .subshare a, body:not(.mobile) .topnews .sharesoc .subshare a {
	float: right;
}
.news .sharesoc .subshare a, .topnews .sharesoc .subshare a, .m_main_news .sharesoc .subshare a {
	height: 22px;
	width: 22px;
	line-height: 21px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #060606;
	/*padding-right: 19px;*/
	text-indent: -9999px;
}
.news .sharesoc .subshare a:hover, .topnews .sharesoc .subshare a:hover, .m_main_news .sharesoc .subshare a:hover {
	color: #34356d;
	width: auto;
	height: 22px;
	text-indent: 0;
	padding-left: 10px;
	padding-right: 32px;
}
.news .sharesoc .tw, .topnews .sharesoc .tw, .m_main_news .sharesoc .tw {
	background-size:12px 13px;
	width:12px;
	height:14px;
	background: url("../img/svg/tw.svg") no-repeat right 2px;
}
.news .sharesoc .tw:hover, .topnews .sharesoc .tw:hover, .m_main_news .sharesoc .tw:hover {
	background-size:12px 13px;
	width:12px;
	height:14px;
	background: url("../img/svg/tw_hover.svg") no-repeat right 2px;
}
.news .sharesoc .fb, .topnews .sharesoc .fb, .m_main_news .sharesoc .fb {
	background-size:8px 13px;
	width:12px;
	height:14px;
	background: url("../img/svg/fb.svg") no-repeat 98% 1px;
}
.news .sharesoc .fb:hover, .topnews .sharesoc .fb:hover, .m_main_news .sharesoc .fb:hover {
	background-size:8px 13px;
	width:12px;
	height:14px;
	background: url("../img/svg/fb_hover.svg") no-repeat 98% 1px;
}
.news .sharesoc .vk, .topnews .sharesoc .vk, .m_main_news .sharesoc .vk {
	background-size:14px 13px;
	width:13px;
	height:16px;
	background: url("../img/svg/vk.svg") no-repeat right 1px;
}
.news .sharesoc .vk:hover, .topnews .sharesoc .vk:hover, .m_main_news .sharesoc .vk:hover {
	background-size:14px 13px;
	width:13px;
	height:16px;
	background: url("../img/svg/vk_hover.svg") no-repeat right 1px;
}
.news .sharesoc .ok, .topnews .sharesoc .ok, .m_main_news .sharesoc .ok {
	background-size:9px 12px;
	width:12px;
	height:14px;
	background: url("../img/svg/ok.svg") no-repeat 99% 2px;
}
.news .sharesoc .ok:hover, .topnews .sharesoc .ok:hover, .m_main_news .sharesoc .ok:hover {
	background-size:9px 12px;
	width:12px;
	height:14px;
	background: url("../img/svg/ok_hover.svg") no-repeat 99% 2px;
}
body:not(.mobile) .news .sharesoc .fb, body:not(.mobile) .topnews .sharesoc .fb, body:not(.mobile) .m_main_news .sharesoc .fb {
	opacity: 0.8;
	background: url("../img/svg/fb_round.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc:hover .fb, body:not(.mobile) .topnews .sharesoc:hover .fb, body:not(.mobile) .m_main_news .sharesoc:hover .fb {
	opacity: 1;
	background: url("../img/svg/fb_round_hover.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc .ok, body:not(.mobile) .topnews .sharesoc .ok, body:not(.mobile) .m_main_news .sharesoc .ok {
	opacity: 0.8;
	background: url("../img/svg/ok_round.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc:hover .ok, body:not(.mobile) .topnews .sharesoc:hover .ok, body:not(.mobile) .m_main_news .sharesoc:hover .ok {
	opacity: 1;
	background: url("../img/svg/ok_round_hover.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc .tw, body:not(.mobile) .topnews .sharesoc .tw, body:not(.mobile) .m_main_news .sharesoc .tw {
	opacity: 0.8;
	background: url("../img/svg/tw_round.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc:hover .tw, body:not(.mobile) .topnews .sharesoc:hover .tw, body:not(.mobile) .m_main_news .sharesoc:hover .tw {
	opacity: 1;
	background: url("../img/svg/tw_round_hover.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc .vk, body:not(.mobile) .topnews .sharesoc .vk, body:not(.mobile) .m_main_news .sharesoc .vk {
	opacity: 0.8;
	background: url("../img/svg/vk_round.svg") right center no-repeat;
}
body:not(.mobile) .news .sharesoc:hover .vk, body:not(.mobile) .topnews .sharesoc:hover .vk, body:not(.mobile) .m_main_news .sharesoc:hover .vk {
	opacity: 1;
	background: url("../img/svg/vk_round_hover.svg") right center no-repeat;
}
.news .title {
	display:block;
	width: 300px;
	font-size: 21px;
	text-decoration: none;
	color: #2c2c2c;
	line-height: 1.35;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
}
.news:hover a.title,
.topnews:hover a.title {
	color: #2f7cb7;
}{
	color:  #2f7cb7;
}
.news .title .nopic {
	display: block;
	color: #8d8d8d;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 0 10px;
}
.news .title .nopic .eyenopic {
	margin: 0 6px 0 0;
	background-size:14px 9px;
	background: url("../img/svg/eye.svg") no-repeat;
	height:9px;
	width:14px;
}
.news p {
	display:block;
	width: 300px;
	margin: 0 0 26px;
	font-weight: 400;
	line-height: 20px;
	color: #666565;
	box-sizing: content-box;
}
.subnetwork {
	cursor:pointer;
}
.subnetwork a {
	color: #999797;
	text-decoration: none;
}
.news .subnetwork, .topnews .subnetwork {
	position: relative;
	height: 16px;
	float: left;
	bottom: 10px;
	left: 0;
	font-size: 13px;
	color: #999797;
	font-weight: 400;
	margin: 0 0 6px;
	display:block;
}
.topnews .subnetwork {
	bottom:1px !important;
	font-weight: 600;
}
.news .subnetwork .close, .topnews .subnetwork .close {
	width: 8px;
	height: 8px;
	background: url("../img/svg/close.svg") no-repeat;
	background-size: 8px 8px;
	display: inline-block;
	cursor: pointer;
}
.news .subnetwork:hover .close, .topnews .subnetwork:hover .close {
	background: url("../img/svg/close_hover.svg") no-repeat;
	transition: all 0.3s ease;
}
.news .sub_popup, .topnews .sub_popup {
	width: 150px;
	border: 1px solid #bfbfbf;
	background: #efefef;
	position: absolute;
	left: 50px;
	bottom: 30px;
	padding: 10px;
	font-size: 13px;
}
.news .sub_popup a, .topnews .sub_popup a {
	color: #34356d;
	font-weight: 700;
	text-decoration: none;
}
.news .sub_popup a:hover, .topnews .sub_popup a:hover {
	text-decoration: underline;
}
.news .time {
	position: relative;
	width: auto;
	height: 16px;
	float:right;
	text-align:right;
	right: 0;
	bottom: 8px;
	font-size: 12px;
	color: #999797;
	font-weight: 400;
	margin:0 0 6px;
	display: block;
}
.news .time span {
	height:16px;
}
.sidebar {
	float: left;
	width: 300px;
	margin: 0 0 0 36px;
	position:relative;
	z-index:1200;
}
.sidebar h1 {
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-size: 21px;
	color: #2c2c2c;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.sidebar #box {
	float: left;
}
#box .daynews {
	float: left;
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 15px;
	background-color: #f0f0f0;
	transition: background-color .5s ease;
}
#box .daynews:hover {
	background-color: #fff;
}
#box .daynews .source {
	float: left;
}
#box .daynews .source img {
	display: inline-block;
	max-height:16px;
	max-width:16px;
}
#box .daynews .source a {
	display: inline-block;
	text-decoration: none;
	color: #888888;
	font-size: 10px;
	font-weight: 600;
	margin: 0 0 0 5px;
	vertical-align: baseline;
}
#box .daynews .timeside {
	float: right;
	bottom: 13px;
	font-size: 10px;
	color: #888888;
	margin: 8px 0 0 0;
	font-weight: 600;
}
#box .daynews .titleside {
	float: left;
	text-decoration: none;
	color: #060606;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	margin: 12px 0 0 0;
	transition: color .3s ease;
}
#box .daynews:hover .titleside {
	color: #2f7cb7;
}
.top .reg .findtarget {
	float: left;
	margin: 0 15px 0 0;
	width: 210px;
	border: 1px solid #bfbfbf;
}
.targetnews {
	width: 636px;
	position: relative;
	float: left;
	padding: 4px 0 8px 0;
	display:block;
}
.targetnews .bg {
	width: 636px;
	background-color: #eeeeee;
	height:100%;
	position:relative;
	display: table-row;
}
.targetnews .category {
	position: absolute;
	top: -17px;
	right: 0;
	font-size: 12px;
	color: #979797;
	font-weight: 600;
	text-decoration: none;
}
.targetnews .img {
	position: relative;
	width: 300px;
	height: 100%;
	padding: 15px 15px 0 15px;
	display: table-cell;
	vertical-align: top;
}
.targetnews .img img {
	display: block;
	width: 300px;
}
.targetnews .img .abs {
	position: relative;
	float: left;
	margin-top: -30px;
	width: 300px;
	background: rgba(64, 64, 64, 0.7);
	padding: 9px 0;
}
.targetnews .text-block {
	width: 320px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 25px;
}
.targetnews .subnetwork {
	float: left;
	font-size: 12px;
	color: #fff;
	margin: 0 20px 0 8px;
}
.targetnews .time {
	float: left;
	font-size: 12px;
	color: #fff;
	margin: 0;
}
.targetnews .time .inTime {
	display:none;
}
.targetnews .img .counter {
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin-right: 8px;
}
.targetnews .img .counter .eye {
	margin: 1px 7px 0 0;
	float: left;
	background-size: 14px 9px;
	background: url(../img/svg/eye_hover.svg) no-repeat;
	height: 9px;
	width: 14px;
}
.targetnews .title {
	display: block;
	position: relative;
	width: 290px;
	margin: 15px 0 0 0;
	font-size: 21px;
	font-weight: 600;
	text-decoration: none;
	color: #060606;
	line-height: 28px;
}
.targetnews p {
	display: block;
	position: relative;
	width: 290px;
	margin: 16px 0 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #353535;
}
.targetnews .readmore {
	display: inline-block;
	position: relative;
	width: 110px;
	text-decoration: none;
	color: #000;
	border: 0;
	font-size: 14px;
	padding: 9px 18px;
	background: #fed057 url("../img/arrow_right.png") no-repeat 95px 12px;
	background-size: 7px 9px;
	font-weight: 600;
	box-sizing: border-box;
}

.targetnews .soctarget {
	display: inline-block;
	position: relative;
	width: 171px;
	vertical-align: middle;
	text-align: right;
}
.targetnews .soctarget li {
	float: right;
	margin: 0 5px 0 0;
}
.targetnews .soctarget li a {
	width:28px;
	height:28px;
	display:block;
	float: left;
	margin: -4px 5px 0 0;
}

.targetnews .soctarget li:first-child {
	margin-right: 0;
}

.targetnews .soctarget li:first-child a {
	margin-right: 0;
}

.targetnews .soctarget .vk {
	background:url("../img/svg/vk_big.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
}
.targetnews .soctarget .vk:hover {
	background:url("../img/svg/vk_big_hover.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
	transition: all 0.3s ease;
}
.targetnews .soctarget .ok {
	background:url("../img/svg/ok_big.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
}
.targetnews .soctarget .ok:hover {
	background:url("../img/svg/ok_big_hover.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
	transition: all 0.3s ease;
}
.targetnews .soctarget .fb {
	background:url("../img/svg/fb_big.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
}
.targetnews .soctarget .fb:hover {
	background:url("../img/svg/fb_big_hover.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
	transition: all 0.3s ease;
}
.targetnews .soctarget .tw {
	background:url("../img/svg/tw_big.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
}
.targetnews .soctarget .tw:hover {
	background:url("../img/svg/tw_big_hover.svg") no-repeat;
	width:28px;
	height:28px;
	background-size:28px 28px;
	transition: all 0.3s ease;
}
.targetnews .soctarget .subsoc img {
	float: left;
	margin: 3px 0 0 0;
}
.targetnews .soctarget .subsoc span {
	float: left;
	font-size: 14px;
	margin: 7px 0 0 5px;
	font-weight: 600;
}
.findline {
	float: left;
	width: 100%;
	position: relative;
}
.findline .text {
	float: left;
	width: 100%;
	height: 30px;
	padding: 0 110px 0 15px;
	outline: none;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}
.findline .submit {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #269de0;
	border: 0;
	color: #fff;
	padding: 8px 30px;
	font: 400 14px/14px 'Roboto Condenced', Arial, sans-serif;
	cursor: pointer;
}
.newscount {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 15px 0;
}
.newscount .subnumb,
.newscount .number {
	float: left;
	font: 400 14px/14px 'Roboto Condenced', Arial, sans-serif;
}
.newscount .subnumb {
	margin: 0 6px 0 0;
}
.newscount img {
	float: right;
	margin: 6px 0 0 0;
}
.line {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.line img {
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 25px 0 0;
}
.line .timeline {
	float: left;
	width: 170px;
	color: #7c7c7c;
	font: 600 12px/18px 'Roboto Condenced', Arial, sans-serif;
	margin: 0 25px 0 0;
}
.line span {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	max-width: 685px;
}
.line span a {
	color:#060606;
	text-decoration:none;
}
.line .countline {
	float: right;
	color: #7c7c7c;
	font: 600 12px/18px 'Roboto Condenced', Arial, sans-serif;
}
.layout {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
}
.popup {
	z-index: 9999;
	background: #fff;
	position: absolute;
	top: 30px;
	width: 90%;
	left: 50%;
	margin: 0 0 0 -45%;
}
#disableSource .logo {
	border-bottom:1px solid #bfbfbf;
}
.popup .logo {
	position: relative;
	top: 0;
	padding: 40px 0 20px;
	float: left;
	width: 100%;
	text-align: center;
}
.popup .logo .close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url("../img/svg/close_popup_blue.svg") no-repeat;
	height: 13px;
	width: 13px;
	cursor: pointer;
}
.popup .poptitle {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background-color: #fed057;
}
#reg {
	width: 54%;
	margin: 0 0 0 -27%;
}
#reg .poptitle h1 {
	font-size: 21px;
	font-family: 'Roboto Condensed', sans-serif;
}
#reg .poptitle, #person .poptitle {
	margin-top:0;
}
.popup .poptitle h1 {
	color: #353535;
	font-size: 21px;
	text-transform:uppercase;
}
.popup .poptitle span {
	color: #353535;
	font-size: 21px;
	text-transform: uppercase;
}
.popup .textabout {
	float: left;
	margin: 40px 50px;
}
.popup .textabout .subtext {
	margin: 0 0 28px 0;
}
.popup .textabout .subtext h3 {
	display: block;
	margin-bottom: 10px;
	font: 700 16px 'Roboto Condensed', sans-serif;
	color: #2f7cb7;
}
.popup .textabout .subtext p {
	line-height: 24px;
	color: #060606;
}
.popup .textabout .subtext p a {
	color: #495aa4;
}
.popup .textabout .subtext .nounderline {
	text-decoration: none;
}
.popup form {
	float: left;
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
.popup .setting {
	width: 400px;
	display: inline-block;
	margin: 0 0 35px 0;
}
.popup .setting span {
	line-height:24px;
}
.popup .setting span#placeholderSource {
	font-size: 14px;
	font-weight: 700;
}
.popup .setting input {
	padding: 5px 0;
	width: 290px;
	border: 0;
	outline: none;
}
.popup .setting .user {
	margin: 25px 0 15px 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 0 15px 0;
	width: 400px;
}
.popup .setting .edit {
	float: right;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 0;
	cursor: pointer;
}
.popup .save {
	background-color: #f0f0f0;
	overflow: hidden;
	clear: both;
}
.popup .save input {
	margin: 20px 0;
	padding: 10px 30px;
	font: 700 18px 'Roboto Condensed', sans-serif;
	border: 0;
	background-color: #269de0;
	color: #ffffff;
	cursor: pointer;
}
.popup .save input.disabled {
	background-color: grey;
}
.popup .poptitle .popreg {
	display: inline-block;
}
.popup .poptitle .popreg .icon-arrow-right {
	float: left;
	width: 8px;
	height: 12px;
	margin: 16px 15px 0 5px;
	background: url('../img/svg/arrow_right.svg') 0 0 no-repeat;
}
.popup .poptitle .popreg .numbnoactive img {
	float:none !important;
	margin:0 !important;
	padding-top:15px;
}
.popup .poptitle .blockactive {
	float: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #fff;
	margin: 0 15px 0 0;
	padding: 10px 15px;
	width: 185px;
}
.popup .poptitle .numbactive {
	float: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #fff;
	margin: 0 15px 0 0;
	padding: 0;
	border-radius: 25px;
	width:44px;
	height:44px;
}
.popup .poptitle .blocknoactive {
	float: left;
	color: #6d6e96;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #6d6e96;
	margin: 0 15px 0 0;
	padding: 10px 16px;
	width: 185px;
}
.popup .poptitle .numbnoactive {
	float: left;
	color: #34356d;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #6d6e96;
	margin: 0 15px 0 0;
	padding: 0;
	border-radius: 25px;
	background-color: #6d6e96;
	width:44px;
	height:44px;
}
.popup .poptitle .numbactive span, .popup .poptitle .numbnoactive span {
	line-height:44px;
	font-size:16px !important;
}
.popup .poptitle .arrowpop {
	float: left;
	margin: 17px 30px 0 15px;
}
.popup .socnetwork {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 25px 0 0 0;
}
.popup .socnetwork h1 {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 25px 0;
}
.popup .socnetwork .socpic {
	margin-bottom: 50px;
}
.popup .socnetwork a {
	margin: 0 10px;
	color:#fff;
}
.popup .profile {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 50px 0 0 0;
}
.popup .profile .enter {
	font-size: 14px;
	font-weight: 600;
}
.popup .profile .enter img {
	margin: 0 0 3px 10px;
}
.popup .profile .button {
	margin: 35px 0 100px 0;
}
.popup .profile .button .buttonactive {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	border: 0 solid transparent;
	background-color: #34356d;
	font-weight: 600;
	padding: 10px 15px;
}
.popup .profile .button .buttonnoactive {
	text-decoration: none;
	font-size: 13px;
	color: #060606;
	border: 0 solid transparent;
	background-color: #f9f9f9;
	font-weight: 600;
	padding: 10px 15px;
}
.popup .country {
	width: auto;
	float: left;
	margin: 0;
}
.popup .country span {
	display: block;
	float: left;
	font: 400 18px 'Roboto Condensed', sans-serif;
	margin: 0 0 10px 0;
	color: #060606;
}
.popup .country select {
	display: block;
	float: left;
	width: 220px;
	height: 30px;
	border: 1px solid #bab9b9;
	border-radius: 0;
	font: 400 12px 'Roboto', Arial, sans-serif;
	clear: both;
	padding-left: 7px!important;
	background: #fff;
}
.popup .subjecttitle {
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.popup .subjecttitle span, .popup .emailtitle {
	display: block;
	float: left;
	font: 400 18px 'Roboto Condensed', sans-serif;
	margin: 0 0 10px 0;
}
.error {
	box-shadow: 0 0 3px red;
	border: solid 1px red;
}
#personalization-badEmail, #badEmail {
	color:red;
	line-height:40px;
}
.popup .logo img {
	width: 185px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.popup .subjecttitle .subject {
	float: left;
	width: 100%;
}
.popup .subjecttitle .subject div {
	float: left;
	position: relative;
	margin: 1%;
	width: 48%;
	cursor: pointer;
}
.popup .subjecttitle .subject div.active .hover {
	display: block;
}
.popup .subjecttitle .subject div.active {
	background: #eee;
}
.popup .subjecttitle .subject div img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.popup .subjecttitle .subject div .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	display: none;
	background: rgba(41, 143, 217, .8) url("../img/svg/check mark.svg") 50% no-repeat;
	background-size: 16px 12px;
}
.popup .subjecttitle .subject div p {
	font: 400 16px 'Roboto Condensed', sans-serif;
	color: #2c2c2c;
	margin: 0 0 5px 0;
}
.popup .blocked {
	float: left;
	margin: 0 0 0 30px;
}
.popup .blocked span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 0 20px 0;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #060606;
}
.popup .blocked .checkbox {
	float: left;
	clear: both;
	max-width: 235px;
}
.popup .blocked .checkbox label {display: inline-block;float: left;position: relative;width: auto;min-width: 112px;font-size: 12px;line-height: 27px;color: #060606;text-align: left;margin: 0 10px 7px 0;word-break: break-all;vertical-align: bottom;}
.popup .blocked .checkbox label input {display: none;position: absolute;left: 0;top: 0;margin: 0;}
.popup .forminner {
	overflow: hidden;
	padding: 0 65px 25px;
}
.popup .forminner h1 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.popup .country .choose {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.popup .country .choose img {
	float: left;
	font-weight: 600;
	border: 1px solid #34356d;
	background-color: #34356d;
	margin: 0 15px 0 0;
	padding: 12px 10px;
	border-radius: 25px;
}
.popup .country .choose span {
	color: #34356d;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}
.popup .country .choose p {
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0 0 10px;
}
.popup .subjecttitle .choose {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
.popup .subjecttitle .choose img {
	float: left;
	font-weight: 600;
	border: 1px solid #34356d;
	background-color: #34356d;
	margin: 0 15px 0 0;
	padding: 12px 10px;
	border-radius: 25px;
}
.popup .subjecttitle .choose span {
	color: #34356d;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}
.popup .subjecttitle .choose p {
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0 0 10px;
}
.popup .save .delivery {
	font-size: 14px;
	font-weight: 600;
	margin: 30px 0 0 0;
	position:relative;
}
.popup .save .delivery input {
	margin: 0 10px 0 0;
	min-width: 15px;
	padding: 0;
	position: relative;
	top: 1px;
}
.block4 {
	float: left;
	margin-left: 36px;
	width: 300px;
	display:none;
}
/*register popup*/
.popup_register {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5000;
	background: rgba(47, 124, 183, 0.9);
	text-align: center;
}
.popup_register .close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url("../img/svg/close_popup.svg") top left no-repeat;
	width: 13px;
	height: 13px;
	background-size: 13px 13px;
	cursor: pointer;
}
.popup_register p {
	margin: 30px 30%;
	font: 21px 'Roboto Condensed', sans-serif;
	color: #fff;
}
.popup_register a {
	padding: 15px 30px;
	display: inline-block;
	margin: 0 20px 30px 20px;
	font-size: 18px;
	color: #353535;
	font-weight: 700;
	text-decoration: none;
}
.popup_register .login {
	padding: 15px 50px;
}
.popup_register .reg, .popup_register .login {
	font: 700 18px 'Roboto Condensed', sans-serif;
	background: #fed057;
}

.popup_arrow_right {
	float: left;
	height: 11px;
	width: 7px;
	margin: 15px 20px 0 10px;
}

#new,
#person {
	width: 615px;
	margin: 0 0 0 -307px;
	box-sizing: border-box;
}
.popup#new .logo,
.popup#person .logo{
	display: inline-block;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	vertical-align: top;
}
.popup#new .poptitle,
.popup#person .poptitle {
	width: auto;
	display: inline-block;
	float: none;
	font-size: 21px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 23px;
	color: #353535;
	background-color: inherit;
	text-transform: uppercase;
}
.popup-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	position: relative;
	width: 100%;
	padding: 23px 0 18px;
	box-sizing: border-box;
	border-bottom: 6px solid #fed057;
}
.popup#new .popup-header .close,
.popup#person .popup-header .close {
	position: absolute;
	top: 13px;
	right: 13px;
	width: 13px;
	height: 13px;
	background: url(../img/popup-close-blue.png) no-repeat;
	cursor: pointer;
}
.popup-header img {
	width: 129px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.popup#new .save,
.popup#person .save {
	background-color: #269de0;
}
.popup#new .save .personalization-save-settings,
.popup#person .save .personalization-save-settings {
	width: 100%;
	display: block;
	padding: 12px 0;
	background-color: inherit;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
}
form.personalization-form {
	margin-top: 20px;
}
.popup .subjecttitle .subject div:nth-child(4n) {
	margin-right: 0;
}
.popup .blocked .checkbox label span {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bab9b9;
	vertical-align: top;
	margin: 0 10px 0 0;
	background: inherit;
	cursor: pointer;
}
.popup .blocked .checkbox label input + span img{
	display: none;
}
.popup .blocked .checkbox label input:checked + span{
	display: block;
	background: url("../img/popup-check.png") 50% no-repeat;
}
.popup .blocked .checkbox label:nth-child(2n) {
	margin-right: 0;
}

/*mobile*/

@media screen and (max-width: 1360px) {
	.wrap {
		width: 974px;
	}
	header .wrap .top {
		width: 970px;
	}
	.line span {
		min-width: 500px;
		max-width: 560px;
		margin-top: 3px;
	}
	.main .block3 {
		margin: 0;
	}
	.main {
		width: 636px;
	}
	.bottom .period a {
		padding: 8px 0;
	}
	header {
		font-size: 12px;
	}
}
@media screen and (max-width: 420px) {
	.line span {
		min-width: auto;
	}
}
/*search*/
#searchform {
	position: relative;
	float: right;
	width: auto;
	height: 24px;
	margin: 0 5px 0 0;
}
#searchform input[type="text"] {
	display: inline-block;
	border: none;
	outline: none;
	font: 400 13px 'Roboto Condensed', sans-serif;
	color: #2c2c2c;
	padding: 3px 30px 3px 3px;
	width: 0;
	position: absolute;
	position: relative;
	top: -3px;
	right: 0;
	opacity: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000), opacity .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
#searchform input[type="text"]:focus {
	width: 180px;
	z-index: 1;
	border: 1px solid #bfbfbf;
	cursor: text;
	opacity: 1;
}
#searchform input[type="submit"] {
	height: 17px;
	width: 17px;
	padding: 0 33px 0 0;
	display: inline-block;
	color:red;
	float: right;
	background: #fff url("../img/svg/search.svg") top left no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 2;
	cursor: pointer;
	outline: none;
	transition: opacity .4s ease;
}
/**********temp****************/
.temp {
	position: absolute;
	top: 100px;
	right: 0;
}
.temp div {
	cursor: pointer;
	margin: 5px 0;
}
.MasonryContent .item {
	float: left;
	width: 300px;
	box-sizing: content-box;
	margin: 0 0 25px 0;
}
.MasonryContent .item.w_2 {
	width: 636px;
	margin-bottom:40px;
}
.MasonryContent .w_2 .targetnews {
	height:100%;
	float:none !important;
	display: table;
}
/* ajax-loading - while scrolling */
#ajax-loading {
	text-align: center;
	height: 32px;
	display: block;
}
#ajax-loading img {
	height: 32px;
	width: 32px;
	border: none;
}
a.titleside span {
	float:none;
	background-color: #9FEE00;
}
body:after {
	display: none;
	content: url("../img/svg/arrow.svg") url("../img/svg/arrow_down.svg") url("../img/svg/arrow_popup_down.svg") url("../img/svg/arrow_right.svg") url("../img/svg/arrow_up.svg") url("../img/svg/check mark.svg") url("../img/svg/check mark_blue.svg") url("../img/svg/close.svg") url("../img/svg/close_hover.svg") url("../img/svg/close_popup.svg") url("../img/svg/close_popup_blue.svg") url("../img/svg/envelope.svg") url("../img/svg/eye.svg") url("../img/svg/eye_hover.svg") url("../img/svg/fb.svg") url("../img/svg/fb_big.svg") url("../img/svg/fb_big_hover.svg") url("../img/svg/fb_gray.svg") url("../img/svg/fb_hover.svg") url("../img/svg/G_big.svg") url("../img/svg/G_big_hover.svg") url("../img/svg/i_entrance.svg") url("../img/svg/i_entrance_hover.svg") url("../img/svg/i_menu.svg") url("../img/svg/i_menu_hover.svg") url("../img/svg/i_search_mob.svg") url("../img/svg/i_search_mob_hover.svg") url("../img/svg/ok.svg") url("../img/svg/ok_big.svg") url("../img/svg/ok_big_hover.svg") url("../img/svg/ok_gray.svg") url("../img/svg/ok_hover.svg") url("../img/svg/search.svg") url("../img/svg/tw.svg") url("../img/svg/tw_big.svg") url("../img/svg/tw_big_hover.svg") url("../img/svg/tw_gray.svg") url("../img/svg/tw_hover.svg") url("../img/svg/vk.svg") url("../img/svg/vk_big.svg") url("../img/svg/vk_big_hover.svg") url("../img/svg/vk_gray.svg") url("../img/svg/vk_hover.svg") url("../img/svg/vk_round.svg") url("../img/svg/vk_round_hover.svg") url("../img/svg/ok_round.svg") url("../img/svg/ok_round_hover.svg") url("../img/svg/tw_round.svg") url("../img/svg/tw_round_hover.svg") url("../img/svg/fb_round.svg") url("../img/svg/fb_round_hover.svg");
}


/* ------------ popup-like ------------ */

.popup-like {
	position: fixed;
	background: #fff;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	width: 375px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	font-family: "PT Sans", Helvetica, sans-serif;
	transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
}
.popup-like__head {
	position: relative;
	background: #3a5897;
	padding-bottom: 38px;
}
.popup-like__head:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 38px;
	bottom: 0;
	left: 0;
	background: url("../img/bg-fb-like.png") no-repeat;
	background-size: 100% 100%;
}
.popup-like__cross {
	position: absolute;
	top: 7px;
	padding: 0;
	width: 42px;
	height: 42px;
	right: 7px;
	z-index: 3;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.popup-like__cross:after,
.popup-like__cross:before {
	content:'';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 10px;
	left: 10px;
	background: url("../img/close-fb-like.png") no-repeat;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.popup-like__cross:after {
	opacity: 0;
	background-position: -23px 0;
}
.popup-like__cross:hover:after {
	opacity: 1;
}
.popup-like__head-top {
	position: relative;
	height: 55px;
	border-bottom: 1px solid #9daccb;
}
.popup-like__logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 22px 18px;
}
.popup-like__logo img {
	display: block;
}
.popup-like__head-txt {
	padding: 22px 66px 4px 22px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}
.popup-like__inner {
	padding: 20px 25px 15px;

}
.popup-like__footer {
	text-align: center;
	padding: 0 25px 20px;
}
.popup-like__together {
	display: inline-block;
	border-bottom: 1px dashed #000;
	text-decoration: none;
	font-size: 12px;
	color: #005095;
	-webkit-transition: opacity 0.3s ease, border-bottom 0.3s ease;
	transition: opacity 0.3s ease, border-bottom 0.3s ease;
}

.popup-like__together:hover {
	border-bottom: 1px dashed transparent;
}
/* ------------ /popup-like ------------ */
