@import url('https://fonts.googleapis.com/css?family=Roboto:400,600&subset=cyrillic,cyrillic-ext,latin-ext');
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	position: relative;
	color: #2e2e2e;
	font-size: 17px;
	min-height: 100%;
}
body * {
	font-family: 'Roboto', sans-serif !important;	
}
a {
	text-decoration: none !important;
}
header {
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(#FFF, #D3DFE7);
	background-image: -moz-linear-gradient(#FFF, #D3DFE7);
	background-image: -ms-linear-gradient(#FFF, #D3DFE7);
	background-image: -o-linear-gradient(#FFF, #D3DFE7);
	background-image: linear-gradient(#FFF, #D3DFE7);
}
header h1 {
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 -10px 15px !important;
}
h1, h3 {
	color: #37A3D0;
}
.social {
	position: absolute;
	top: 10px;
	left: 300px;
}
.social img {
	width: 40px;
	height: 40px;
	margin: 0 3px;
}
a.logo, a.logo_rip {
	text-align: center;
	margin: 25px 40px 10px 40px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
a.logo img {
	width: 450px;
	max-width: 100%;
}
a.logo_rip img {
	width: 512px;
	max-width: 100%;
}
p {
	margin: 15px 0;
}
h1 {
	letter-spacing: 0 !important;
}
fieldset {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
input, textarea {
	border: 2px solid #5ABBD9 !important;
	width: 100%;
	padding: 10px !important;
	font-size: 24px;
	border-radius: 7px !important;
	background: #F3FBFF !important;
	color: #6693A8 !important;
	outline: 0;
	box-sizing : border-box;
}
input:focus, textarea:focus {
	outline: 0 !important;
}
.error input, .error textarea {
	border: 2px solid #D37C96 !important;
	background: #FFF0F4 !important;
}
textarea {
	font-size: 17px;
}
button {
	padding: 10px 20px !important;
	margin: 0;
	border: none;
	border-radius: 7px;
	color: #FFF;
	background-color: #0082C3 !important;
	font-size: 20px !important;
	line-height: normal !important;
	text-transform: none !important;
	width: 100%;
}
button:disabled {
	background-color: rgba(0,130,195,0.4) !important;
	cursor: default;
	text-shadow: none !important;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
	background-size: 35px 35px;
	-webkit-animation: cssProgressActive 2s linear infinite;
	-ms-animation: cssProgressActive 2s linear infinite;
	animation: cssProgressActive 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-ms-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
nav {
	position: relative;
	overflow: hidden;
	background: url("../images/nav_bg.png") repeat-x;
}
nav ul.menu {
	height: 100%;
	list-style: none;
	font-size: 22px;
	padding: 0 20px !important;
	margin: 7px 0 0 0 !important;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 80px;
	background: url("../images/menu_bg.png") repeat-x;
}
nav ul.menu li {
	position: relative;
}
nav ul.menu a, nav ul.menu span.nav-header {
	padding: 5px 25px;
	color: #FFF;
	border: none;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
	background: rgba(0,130,195,0.7);
	border-radius: 5px;
	transform: skewX(-15deg);
}
nav ul.menu:hover a:hover, nav ul.menu:hover span.nav-header:hover, button:hover, a.reply:hover {
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	text-shadow: 0 0 5px #FFF;
}
nav ul.menu a:hover {
	border: none;
}
a.menu_mobile_link {
	display: none;
	padding: 5px 0;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #0082C3;
}
a.menu_mobile_link img {
	margin: 0 5px 4px 0;
	height: 15px;
}
#menu_mobile {
	display: none;
}
main {
	margin: 3px 25px 0;
	padding-bottom: 80px;
	position: relative;
}
main a {
	color: #0096E1;
	border-bottom: 1px solid rgba(0,130,195,0.2);
	-webkit-transition: border-color 0.2s ease-out 0s;
	-moz-transition: border-color 0.2s ease-out 0s;
	-o-transition: border-color 0.2s ease-out 0s;
	transition: border-color 0.2s ease-out 0s;
}
main a:hover {
	color: #0096E1;
	border-color: #0096E1;
	-webkit-transition: border-color 0.3s ease-out 0s;
	-moz-transition: border-color 0.3s ease-out 0s;
	-o-transition: border-color 0.3s ease-out 0s;
	transition: border-color 0.3s ease-out 0s;
}
.uk-article h1.uk-article-title,
.uk-article div.content,
.yoo-zoo .item,
.uk-article div.source,
.uk-article div#comments,
.share_and_source {
	margin: 0 auto;
	max-width: 1400px;
}
h1.uk-article-title, h1.pos-title {
	font-size: 43px;
	color: #0092C3;
}
em {
	color: #2e2e2e;
}
blockquote {
	overflow: hidden;
	border: 1px solid #E5C45F;
	border-radius: 5px;
	background: #FFF4D2;
	padding: 15px 25px;
	font-size: 16px;
	margin: 15px 0;
}
blockquote p:last-child em {
	font-style: normal;
}
.media {
	position: relative;
	border-radius: 8px;
	margin-bottom: 7px;
	overflow: hidden;
}
.media.media-top {
	box-shadow: none;
	transition: box-shadow 0.15s linear;
}
.media.media-top:hover {
	box-shadow: 0 0 0 7px #37A3D0;
	transition: box-shadow 0.15s linear;
}
.media a {
	border-bottom: 0 !important;
	position: relative;
}
.media > span.date {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	font-size: 14px;
	padding: 3px 13px;
	color: #FFF;
	border-radius: 8px 0 0 0;
	background: #8AA900;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
}
.media > span.video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 16px;
	padding: 3px 13px;
	color: #FFF;
	border-radius: 0 0 8px 0;
	background: #E10070;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
}
.media > span.advertising {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 16px;
	padding: 3px 13px;
	color: #000;
	border-radius: 0 0 8px 0;
	background: #FFE528;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
}
.media img {
	position: relative;
	display: block;
}
ul.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.pagination a {
	background: rgba(0,130,195,1);
}
ul.pagination a, ul.pagination li.pagination-active, ul.pagination li.pagination-disabled {
	display: block;
	padding: 10px 20px;
	margin: 0 10px;
	border: none;
	border-radius: 7px;
	color: #FFF;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}
ul.pagination:hover a:hover {
	background: rgb(115, 182, 5);
}
ul.pagination li.pagination-active, ul.pagination li.pagination-disabled {
	background: rgba(0,130,195,0.2);
	cursor: default;
}
.uk-article div.source a {
	color: #BCBCBC !important;
	border: none !important;
	font-size: 14px !important;
}
.uk-article div.source a:before {
	content: "Источник: ";
}
.uk-article .element-image {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 20px -25px;
}
.blur {
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	z-index: 1;
	filter: blur(7px);
	-webkit-filter: blur(7px);
	-moz-filter: blur(7px);
	-ms-filter: blur(7px);
	-o-filter: blur(7px);
	background-color: #78C0FF;
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center center;
}
.uk-article .element-image img {
	position: relative;
	z-index: 2;
}
.uk-grid-margin {
	margin-top: 0 !important;
}
.front_page p.title {
	margin-top: 10px;
	font-size: 19px;
}
.content_photo {
	text-align: center;
}
.content_photo a {
	border: none !important;
}
.content_photo a {
	border-radius: 10px;
}
.content_photo .overlay-default {
	background-color: rgba(0,130,195,0.6);
}
.content_photo span.photo_description {
	display: block;
	font-size: 15px;
}
#lightbox-overlay, .uk-offcanvas-overlay::before {
	background-color: rgba(0,130,195,0.5) !important;
}
#lightbox-outer, #lightbox-content, #lightbox-img {
	border-radius: 10px;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #158EBD;
	padding: 15px 0;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
.content iframe {
	display: block;
	height: 450px;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 100%;
	width: 800px;
}
.video_error {
	text-align: center;
	color: #C30027;
}
.mod-rscontact-error, .rscontact .alert-error {
	color: #C30027 !important;
}
.alert-success {
	border: 2px solid #AFC300;
	padding: 20px !important;
	font-size: 26px;
	text-align: center;
	border-radius: 10px;
	background: #FAFFE0;
	color: #7E9341;
	margin-top: 20px !important;
}
#menu_mobile ul {
	list-style: none;
	padding: 0;
}
#menu_mobile ul li {
	position: relative;
}
#menu_mobile ul a, #menu_mobile ul span.nav-header {
	color: #FFF;
	display: block;
	padding: 10px 0 10px 30px;
	cursor: pointer;
}
#menu_mobile ul > li > a, #menu_mobile ul > li span.nav-header {
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#menu_mobile ul li.current {
	background: #005A87;
}
#menu_mobile ul ul.nav-child {
	display: none;
	list-style: none;
	background: #BA2E30;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#menu_mobile ul ul.nav-child a {
	padding-left: 45px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
	border-top: 1px solid rgba(0,0,0,0.07);
}
.uk-offcanvas-bar {
	box-shadow: 5px 0 20px rgba(0,0,0,0.5);
	background: #0082C3;
	padding: 0;
	width: 200px;
}
.page-default-feedback h1.pos-title {
	text-align: center;
}
.rscontact {
	display: block;
	margin: 0 auto !important;
	max-width: 1000px;
}
.rscontact form label {
	display: block;
	font-size: 14px;
	color: #A4A4A4;
}
.zebra {
	border-collapse: collapse;
	width: 100%;
}
.zebra th {
	background: #0082C3;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 30px;
}

.zebra td {
	padding: 6px 11px;
	border-bottom: 1px solid #E8E5A6;
	border-right: 1px solid #fff;
}
.zebra tr {
	background: #F6F4D0;
}
.zebra tr:hover {
	background: #EFEBA2;
}
span.note {
	font-size: 13px;
	display: block;
	color: #BCBCBC;
}
.comments textarea, textarea.uk-form-width-large {
	width: 100% !important;
	box-sizing : border-box;
}
.comment-header {
	overflow: hidden;
}
span.comment-name {
	float: left;
	font-weight: bold;
	color: #0082C3;
	font-size: 18px;
	letter-spacing: 1px;
}
a.comment-date {
	float: right;
	font-size: 14px;
	border-style: dashed;
}
.comment-body p.content {
	margin: 5px 0 10px 0;
}
a.reply {
	margin-top: 10px;
	border: 0 !important;
	border-radius: 5px;
	font-size: 15px;
	padding: 3px 10px;
	background: #0082c3;
	color: #FFF !important;
	display: inline-block;
}
.comment-body p {
	clear: both;
}
.comment {
	background: #f3fbff;
	padding: 10px 20px;
	border-radius: 7px;
	border: 1px solid #A7CDD9;
}
.uk-comment-list ul, .uk-comment-list li {
	margin-top: 10px !important;
}
.uk-comment-list .uk-comment ~ ul {
	margin-left: 40px;
}
.uk-comment-list .uk-comment ~ ul {
	padding-left: 0;
}
.position-1 {
	position: absolute;
	top: 35px;
	right: 25px;
	width: 480px;
	height: 100px;
}
div.scroll_top {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 50%;
	width: 40px;
	background: #00A9E1 url('../images/scroll_top.png') repeat-y 50% 100%;
	opacity: 0.5;
	cursor: pointer;
	z-index: 9999;
}
@keyframes background_top {
	from { background-position: 50% 100%; }
	to { background-position: 50% 0%; }
}
@-webkit-keyframes background_top {
	from { background-position: 50% 100%; }
	to { background-position: 50% 0%; }
}
@-moz-keyframes background_top {
	from { background-position: 50% 100%; }
	to { background-position: 50% 0%; }
}
@-ms-keyframes background_top {
	from { background-position: 50% 100%; }
	to { background-position: 50% 0%; }
}
div.scroll_top:hover {
	animation: background_top 5s linear infinite;
	-webkit-animation: background_top 5s linear infinite;
	-moz-animation: background_top 5s linear infinite;
	-ms-animation: background_top 5s linear infinite;
}
div.scroll_bottom {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 40px;
	background: #00A9E1 url('../images/scroll_bottom.png') repeat-y 50% 0;
	opacity: 0.5;
	cursor: pointer;
	z-index: 9999;
}
@keyframes background_bottom {
	from { background-position: 50% 0; }
	to { background-position: 50% 100%; }
}
@-webkit-keyframes background_bottom {
	from { background-position: 50% 0; }
	to { background-position: 50% 100%; }
}
@-moz-keyframes background_bottom {
	from { background-position: 50% 0; }
	to { background-position: 50% 100%; }
}
@-ms-keyframes background_bottom {
	from { background-position: 50% 0; }
	to { background-position: 50% 100%; }
}
div.scroll_bottom:hover {
	animation: background_bottom 5s linear infinite;
	-webkit-animation: background_bottom 5s linear infinite;
	-moz-animation: background_bottom 5s linear infinite;
	-ms-animation: background_bottom 5s linear infinite;
}
.element-image span.date {
	display: block;
	font-size: 16px;
	padding: 5px 0;
	color: #FFF;
	background: #8AA900;
	position: relative;
	z-index: 3;
}
.element-image span.advertising {
	display: block;
	font-size: 16px;
	padding: 5px 0;
	color: #000;
	background: #FFE528;
	position: relative;
	z-index: 3;
}
.share_and_source {
	overflow: hidden;
}
.share {
	float: left;
}
.share a {
	border: 0 !important;
}
.ya-share2__item {
	margin: 0 4px 5px 0 !important;
}
.source {
	float: right;
}
#comments {
	clear: both;
}
@media (max-width: 640px) {
	header {
		text-align: center;
	}
	header h1, header .social, nav {
		display: none;
	}
	header a.logo {
		margin: 20px 15px 10px 15px;
	}
	a.menu_mobile_link {
		display: block;
	}
	h1.uk-article-title {
		font-size: 28px;
	}
	main {
		margin: 13px 10px 0;
	}
	.uk-article .element-image {
		margin: 10px -10px 20px -10px;
	}
}
main.error404 {
	text-align: center;
}
main.error404 img {
	margin: 20px 0 10px 0;
}
main.error404 h2 {
	font-size: 32px;
	font-weight: bold;
	color: #0092C3;
}
@media (max-width: 1000px) {
	.position-1 {
		display: none;
	}
	.share, .source {
		float: none;
	}
}
/* .russia_day {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
.russia_day div {
	height: 81px;
	margin-left: 520px;
	background: url("http://forum.myreutov.ru/images/russia_day.png") repeat-x;
} */
#yandex_rtb_R-A-396633-1 {
	margin-top: 20px;
}
.attention {
	background: #ECD5D8;
	color: #BC2A4D;
	text-align: center;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 7px;
	margin-bottom: 10px;
}