@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr-Medium.eot');
	src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
		url('../fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Medium.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../AvenirNextCyr-Demi.eot');
	src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
		url('../../AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('../AvenirNextCyr-Demi.woff') format('woff'),
		url('../AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('../fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.eot');
	src: local('Oswald Regular'), local('Oswald-Regular'),
		url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Light.eot');
	src: local('Oswald Light'), local('Oswald-Light'),
		url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Light.woff') format('woff'),
		url('../fonts/Oswald-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Medium.eot');
	src: local('Oswald Medium'), local('Oswald-Medium'),
		url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Medium.woff') format('woff'),
		url('../fonts/Oswald-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('fonts/Oswald-SemiBold.eot');
	src: local('Oswald SemiBold'), local('Oswald-SemiBold'),
		url('../fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-SemiBold.woff') format('woff'),
		url('../fonts/Oswald-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Avenir Next Cyr', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #243949;
	height: 100%;
}
body.not-scroll{
	overflow: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel]{
	font-family: 'Avenir Next Cyr', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button {
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Avenir Next Cyr', sans-serif;
	outline: none;
	cursor: pointer;
}
.inner {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #243949;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header{
	
}
.header-top{
	background: #2a2b2d;
}
.header-top__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 9px 0 10px;
}
.header-top__left{
	margin-right: auto;
}
.header-menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-menu li{
	margin-right: 39px;
}
.header-menu a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-out 0s;
	-o-transition: color 0.1s ease-out 0s;
	transition: color 0.1s ease-out 0s;
}
.header-menu a:hover{
	color: #3d5aff;
}
.header-top__right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-social{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 3px;
}
.header-social a{
	display: block;
	margin-left: 20px;
}
.header-social a.social-4{
	margin: 0 -3px 0 17px;
}
.header-social svg{
	max-width: 20px;
	height: 16px;
	fill: #fff;	
	-webkit-transition: fill 0.1s ease-out 0s;	
	-o-transition: fill 0.1s ease-out 0s;	
	transition: fill 0.1s ease-out 0s;
}
.header-social a:hover svg{
	fill: #3d5aff;
}
.header-social .social-4 svg{
	height: 14px;
}
.header-login{
	border-left: 1px solid rgba(255,255,255,0.1);
}
.header-login a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 29px;
	color: #a7a8a9;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-out 0s;
	-o-transition: color 0.1s ease-out 0s;
	transition: color 0.1s ease-out 0s;
}
.header-login a:hover{
	color: #3d5aff;
}
.header-login a svg{
	width: 20px;
	height: 20px;
	fill: #fff;
	margin-right: 12px;
	-webkit-transition: fill 0.1s ease-out 0s;
	-o-transition: fill 0.1s ease-out 0s;
	transition: fill 0.1s ease-out 0s;
}
.header-login a:hover svg{
	fill: #3d5aff;
}
.header-login a span{
	display: block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.header-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.header-search__handler{
	padding: 9px 0;
	cursor: pointer;
}
.header-search__handler svg{
	width: 20px;
	height: 20px;
	fill: #2a2b2d;
}
.header-search__handler svg:hover{
	fill: #3d5aff;
}
.header-search.header-search_mobile{
	display: none;
}
.search-form{
	width: calc(100% + 30px);
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	overflow: hidden;
	opacity: 0;
	background: #8198ab;
	position: absolute;
	top: -45px;
	right: -15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	z-index: 1;
}
.search-form.opened{
	top: 0;
	overflow: visible;
	opacity: 1;
}
.search-form input[type=text]{
	width: calc(100% - 50px);
	height: 30px;
	background: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	border: none;
}
.search-form button[type=submit]{
	display: none;
}
.search-form__close{
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 5px;
	right: 6px;
	cursor: pointer;
}
.search-form__close svg{
	width: 14px;
	height: 14px;
	fill: #fff;
}
.header-main__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;/*
	align-items: center;*/
	padding: 28px 0px 30px;
}
.header-main__left{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 30px 0 0;
}
.header-logo{
	display: block;
	text-decoration: none;
}
.header-logo__image img{
	width: auto;
	margin-bottom: 2px;
}
.header-logo__text{
	font-size: 14px;
	font-weight: bold;
	color: #3d5aff;
	letter-spacing: 0.1px;
}
.header-logo__mobile{
	display: none;
}
.header-main__right{
	padding: 2px 0 0;
}
.header-bottom__container{
	padding: 10px 0px;
	border-top: 1px solid #f0f2f3;
	border-bottom: 1px solid #f0f2f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav{
	visibility: hidden;
}
.header-nav.initialized{
	visibility: visible;
}
.header-nav > ul{
	display: flex;
}
.header-nav > ul > li{
	display: flex;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 39px;
}
.header-nav > ul > li > a{
	text-decoration: none;
}
.header-nav > ul > li:hover > a{
	color: #3d5aff;
}
.header-nav > ul > li > ul{
	display: none;
}
.header-nav > ul > li > ul:before{
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
}
.header-nav > ul > li:hover > ul{
	display: block;
	position: absolute;
	left: -41px;
	top: 26px;
	background: #fff;
	padding: 37px 38px 12px;
	box-shadow: 7px 0px 15px 0px rgba(0,0,0,0.15);
	z-index: 1;
}
.header-nav > ul > li > ul > li{
	margin-bottom: 26px;
}
.header-nav > ul > li > ul > li > a{
	text-decoration: none;
}
.header-nav > ul > li > ul > li > a:hover{
	color: #3d5aff;
}
/*.header-nav{
	padding: 8px 0 13px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.1);
}
.header-nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 300;
}
.header-nav a{
	display: block;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-out 0s;
	-o-transition: color 0.1s ease-out 0s;
	transition: color 0.1s ease-out 0s;
}
.header-nav a:hover{
	color: #3d5aff;
}*/
.touch-menu{
	display: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.site-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 27px;
}
.main-content{
	width: 66%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 2px;
}
.site-title{
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 500;
	color: #3d5aff;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f2f3;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.site-title_line{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-title_line h2{
	margin-right: auto;
}
.site-title a{
	color: #8198ab;
	text-decoration: none;
}
.site-title a:hover{
	color: #3d5aff;
}
.site-title:before{
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: #3d5aff;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.post-views{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #3d5aff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 14px 10px 50px;
}
.post-views svg{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 15px;
	fill: #fff;
}
.post-date{
	padding-left: 24px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #8198ab;
	margin-bottom: 9px;
}
.post-date svg{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	fill: #8198ab;
}
/*.home-slider{
	margin-bottom: 58px;
}
.home-slider .slick-slide{
	height: auto;
}
.home-slider__slide{
	display: none;
}
.home-slider__slide:first-child{
	display: block;
}
.home-slider__item{
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.home-slider__item:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}
.home-slider__content{
	padding: 10px 130px 29px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-slider__info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 8px;
}
.home-slider__category{
	position: relative;
	z-index: 1;
	margin-right: 13px;
}
.home-slider__category a{
	display: inline-block;
	padding: 4px 15px 8px;
	background: #3d5aff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.home-slider__info .post-date{
	color: #fff;
}
.home-slider__info .post-date svg{
	fill: #fff;
}
.home-slider__title{
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: 0.1px;
	color: #fff;
}
.home-slider__item:hover .home-slider__title{
	text-decoration: underline;
}
.home-slider__link{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home-slider .slick-arrow{
	width: 50px;
	height: 50px;
	background: #3d5aff;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	cursor: pointer;
}
.home-slider .slick-arrow.slick-prev{
	right: 70px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.home-slider .slick-arrow.slick-next{
	right: 10px;
}
.home-slider .slick-arrow svg{
	fill: #fff;
}*/
.home-top{
	padding: 30px 0 48px;
}
.home-top__container{
	display: flex;
	height: 440px;
	margin: 0 -5px;
}
.home-slider{
	width: 49%;
	box-sizing: border-box;
	padding: 0 5px;
	order: 2;
	margin-bottom: 10px;
}
.home-slider__container:hover{
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.home-slider__slide{
	display: none;
}
.home-slider__slide:first-child{
	display: block;
}
.home-slider__item{
	height: 430px;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	text-decoration: none;
}
.home-slider__content{
	padding: 30px 30px 48px;
	background: -moz-linear-gradient(top,  rgba(28,35,41,0) 0%, rgba(28,35,41,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(28,35,41,0) 0%,rgba(28,35,41,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(28,35,41,0) 0%,rgba(28,35,41,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c2329', endColorstr='#801c2329',GradientType=0 );
}
.home-slider__title{
	padding-top: 5px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.slick-dots{
	display: flex;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
.slick-dots button{
	width: 6px;
	height: 6px;
	border: none;
	background: #505760;
	border-radius: 50%;
	font-size: 0;
	margin: 0 10px 0 0;
	padding: 0;
}
.slick-dots .slick-active button{
	background: #3d5aff;
	cursor: default;
}
.home-top__posts{
	width: 25.5%;
	box-sizing: border-box;
	padding: 0 5px;
}
.home-top__posts:nth-of-type(1){
	order: 0;
}
.home-top__posts:nth-of-type(2){
	order: 3;
}
.home-post{
	height: calc(50% - 10px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
.home-post:hover{
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.home-post__content{
	padding: 18px 20px;
	background: -moz-linear-gradient(top,  rgba(28,35,41,0) 0%, rgba(28,35,41,0.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(28,35,41,0) 0%,rgba(28,35,41,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(28,35,41,0) 0%,rgba(28,35,41,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c2329', endColorstr='#801c2329',GradientType=0 );
}
.home-post-date{
	display: none;
	padding: 7px 10px 9px 35px;
	/*background: rgba(42,43,45,0.8);*/
	border-radius: 20px;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #d0d1d2;
}
.home-post-date svg{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 10px;
	fill: #3d5aff;
}
.home-post__title{
	padding-top: 5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}









.timeline__banner{
	margin: -2px 0 30px;
}
.posts-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.timeline .posts-container{
	padding: 30px 0;
}
.posts-container__col{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 20px;
}
.posts-container__banner{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 30px;
}
.post-item-1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-decoration: none;
	margin-bottom: 32px;
}
.post-item-1__left{
	width: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/*.post-item-1__image {
	height: 140px;
	overflow: hidden;
}*/

.post-item-1__mobile-date{
	display: none;
}
.post-item-1__content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 30px;
	margin-top: -3px;
}
.post-item-1__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 2px;
	margin-bottom: 9px;
}
.post-item-1__text{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: #8198ab;
}
.post-item-2{
	display: block;
	text-decoration: none;
}
.post-item-2__image{
	position: relative;
	margin-bottom: 12px;
	/*height: 205px;
	overflow: hidden;*/
}
.post-item-2_video .post-item-2__image:before{
	content: '';
	display: block;
	background: #455772 url(../images/play.svg) no-repeat center / 40px auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}
.post-item-2__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 2px;
	margin-bottom: 9px;
}
.lasts{
	margin: -2px 0 30px;
}
.persons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.persons__col{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 19px;
}
.persons__banner{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 15px 30px;
}
.person-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11px;
}
.person-item__image{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative;
}
/*.person-item__image a{
	display: block;
	border-radius: 50%;
	position: relative;
	width: 100%;
	height: 100%;
}*/

#calendar{
	margin-bottom: 20px;
}
.lasts .person-item__image:before{
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #3d5aff url(../images/schedule.svg) no-repeat center / 14px auto;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.person-item__image img{
	border-radius: 50%;
}
.person-item__content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 26px 0 0 30px;
}
.person-item__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 9px;
}
.person-item__title a{
	color: #243949;
	text-decoration: none;
}
.person-item__text{
	font-size: 15px;
	line-height: 20px;
	color: #8198ab;
}
.single-back{
	padding: 13px 0 16px;
	border-bottom: 1px solid #f0f2f3;
	font-size: 14px;
}
.single-back a{
	color: #8198ab;
}
.single-head{
	margin: -12px 0 25px;
}
.single-head__headline{
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.single-head__info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.single-head__info li{
	position: relative;
	padding-left: 25px;
	margin: 0 31px 10px 0;
	font-size: 14px;
	color: #8198ab;
	letter-spacing: 0.1px;
}
.single-head__info li svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
	fill: #8198ab;
}
.single-head__info li.icon-2 svg{
	width: 20px;
	height: 20px;
	top: -2px;
	left: -6px;
}
.single-content{
	min-height: 60px;
	position: relative;
	margin-bottom: 30px;
}
.post-body{
	font-size: 16px;
	line-height: 22px;
}
.single-content > .post-body{
	padding-left: 100px;
}
.post-body p{
	margin-bottom: 10px;
}
.post-body a{
	text-decoration: none;
	color: #3f55c4;
}
.post-body a:hover{
	text-decoration: underline;
	color: #243949;
}
.post-body h2{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	padding: 30px 0 24px;
}
.post-body img{
	display: inline-block;
	margin-bottom: 0px;
}
.post-body figure{
	margin-bottom: 22px;
}
.post-body figure img{
	margin-bottom: 0;
}
.post-body figcaption{
	padding: 9px 0 0;
	font-size: 15px;
	color: #8198ab;
	letter-spacing: 0.1px;
}
.post-body blockquote{
	padding: 2px 0 2px 34px;
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1px;
	position: relative;
	margin-bottom: 21px;
}
.post-body blockquote:before{
	content: '';
	display: block;
	width: 3px;
	background: #3f55c4;
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 5px;
}
.post-body blockquote span{
	display: block;
	padding-top: 7px;
	font-family: 'Avenir Next Cyr';
	font-size: 15px;
	color: #8198ab;
}
.post-body blockquote p{
	margin-bottom: 0;
}
.post-body ul{
	list-style: disc inside;
}
.post-body ol{
	list-style: decimal inside;
}
a.post-video{
	display: inline-block;
	position: relative;
}
a.post-video:before{
	content: '';
	display: block;
	background: #455772 url(../images/play.svg) no-repeat center / 40px auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 5px;
	left: 0;
	opacity: 0.5;
}
.single-content__share{
	position: absolute;
	top: 5px;
	left: 0;
}
.single-content__share.fixed-top{
	position: fixed;
	left: auto;
}
.single-content__share.fixed-bottom{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.single-content__share .pluso > div{
	width: 40px !important;
}
.single-content__share .pluso-wrap{
	background: none !important;
}
.single-content__share .pluso-wrap a{
	margin: 0 0 15px 0 !important;
}
.single-banner{
	margin-bottom: 29px;
}
.single-tags{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.single-tags__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.1px;
	margin-bottom: 2px;
}
.single-tags__item{
	margin: 0 1px 5px 5px;
	    display: block;
    background: #f0f2f3;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #243949;
    text-decoration: none;
}
.single-tags__item a{
	display: block;
	background: #f0f2f3;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #243949;
	text-decoration: none;
}
.single-foot{
	margin-bottom: 61px;
}
.single-foot__source{
	margin-bottom: 32px;
}
.single-foot__print a{
	display: inline-block;
	padding: 5px 21px 5px 18px;
	background: #3d5aff;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.single-foot__print a:hover{
	background: #293caa;
}
.single-foot__print a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(../images/print.svg) no-repeat;
	margin-right: 17px;
}
.featured{
	margin-bottom: 49px;
}
.featured__slider{
	margin: 0 -15px;
}
.featured__slide{
	padding: 0 15px;
}
.featured .slick-arrow{
	width: 34px;
	height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #3d5aff;
	position: absolute;
	top: -65px;
	cursor: pointer;
	z-index: 1;
}
.featured .slick-arrow.slick-prev{
	right: 35px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.featured .slick-arrow.slick-next{
	right: 0;
}
.featured .slick-arrow:hover{
	background: #293caa;
}
.featured .slick-arrow svg{
	fill: #fff;
}
.featured__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.featured__col{
	width: 33.33333333333%;
	box-sizing: border-box;
	padding: 0 15px;
}
.comments{
	margin-bottom: 33px;
}
.commentlist__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px;
}
ul.commentlist ul .commentlist__item{
	margin-left: 60px;
}
.commentlist__image{
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 20px;
}
.commentlist__image img{
	border-radius: 50%;
}
.commentlist__content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 30px;
}
.commentlist__head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 11px;
}
.commentlist__info{
	font-size: 15px;
	line-height: 18px;
	color: #8198ab;
}
.commentlist__likes{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.commentlist__likes button{
	width: 34px;
	height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: #3d5aff;
	position: relative;
}
.commentlist__likes button:hover{
	background: #293caa;
}
.commentlist__likes button.minus:before,.commentlist__likes button.plus:before{
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 16px;
	left: 10px;
}
.commentlist__likes button.plus:after{
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 16px;
}
.commentlist__likes span{
	display: block;
	width: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.commentlist__body{
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #243949;
	margin-bottom: 13px;
}
.commentlist__reply{
	font-weight: 500;
	color: #3d5aff;
}
.commentlist__reply a{
	color: #3d5aff;
	text-decoration: none;
}
.comments__btn a{
	display: inline-block;
	padding: 5px 21px 5px 18px;
	background: #3d5aff;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.comments__btn a:hover{
	background: #293caa;
}
.comments__btn a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(../images/add.svg) no-repeat;
	margin-right: 17px;
}
.page-content{
	padding-top: 28px;
}
.pagination{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.pagination a,.pagination span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1px;
	background: #f0f2f3;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.pagination a:hover,.pagination span.current{
	background: #3d5aff;
	color: #fff;
}
.pagination span.dots{
	background: none;
	color: #243949;
}
.pagination .prev svg, .pagination .next svg{
	width: 24px;
	height: 24px;
	fill: #243949;
}
.pagination .prev svg{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pagination .prev:hover svg, .pagination .next:hover svg{
	fill: #fff;
}
.person-filter__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.person-filter__list a{
	display: block;
	color: #3d5aff;
	text-decoration: none;
}
.person-filter__form{
	position: relative;
	margin-bottom: 29px;
}
.person-filter__form input[type=text]{
	width: 100%;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px 0 15px;
	background: #f0f2f3;
	border: none;
	font-size: 15px;
	color: #8198ab;
}
.person-filter__form button[type=submit]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	margin: 0;
	border: none;
	background: #3d5aff;
	position: absolute;
	top: 0;
	right: 0;
}
.person-filter__form button[type=submit] svg{
	fill: #fff;
}
.person-head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 26px;
}
.person-head__image{
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.person-head__СЃontent{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 0 29px;
}
.person-head__name{
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin: -12px 0 26px;
}
.person-head__rank{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #8198ab;
	margin-bottom: 26px;
}
.person-head__born{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #8198ab;
}
.person-head__born span{
	display: block;
	color: #243949;
}
.single-content_person .post-body h2{
	padding: 0 0 22px;
}
/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar{
	width: 34%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 58px;
	position: relative;
}
.sidebar__inner{
	max-width: 100%;
}
.sidebar__inner.fixed-top{
	position: fixed;
	top: 15px;
	left: auto;
}
.sidebar__inner.fixed-bottom{
	position: absolute;
	top: auto;
	bottom: 0;
}
.sidebar__item{
	margin-bottom: 40px;
}
.sidebar-video{
	padding-bottom: 8px;
}
.sidebar-video__image{
	margin-bottom: 12px;
}
.sidebar-video__image img{
	width: 100%;
}
.sidebar-video__image a{
	display: block;
	position: relative;
}
.sidebar-video__image a:before{
	content: '';
	display: block;
	background: #455772 url(../images/play.svg) no-repeat center / 40px auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}
.sidebar-video__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 9px;
}
.sidebar-video__title a{
	color: #243949;
	text-decoration: none;
}
.sidebar-comments{
	padding-bottom: 1px;
}
.sidebar-comments__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	margin-bottom: 29px;
}
.sidebar-comments__item:last-child{
	margin-bottom: 16px;
}
.sidebar-comments__image{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
}
.sidebar-comments__image img{
	border-radius: 50%;
}
.sidebar-comments__content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0px 0 0 30px;
	margin-top: -4px;
}
.sidebar-comments__text{
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.sidebar-comments__info{
	font-size: 15px;
	line-height: 20px;
	color: #8198ab;
}
.sidebar-art__image{
	margin-bottom: 12px;
}
.sidebar-art__image a{
	display: block;
	position: relative;
}
.sidebar-art__image img{
	width: 100%;
}
.sidebar-art__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 9px;
}
.sidebar-art__title a{
	color: #243949;
	text-decoration: none;
}
.person-about__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.person-about__image{
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.person-about__content{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 16px;
}
.person-about__title{
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: -4px 0 13px;
}
.person-about__title a{
	text-decoration: none;
}
.person-about__info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.person-about__info li{
	position: relative;
	padding-left: 25px;
	margin: 0 28px 10px 0;
	font-size: 14px;
	color: #8198ab;
	letter-spacing: 0.1px;
}
.person-about__info li:last-child{
	margin-right: 0;
}
.person-about__info li svg{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 1px;
	left: 0;
	fill: #8198ab;
}
.person-about__info li.icon-2 svg{
	width: 20px;
	height: 20px;
	top: -2px;
	left: -6px;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: url(../images/footer-back.jpg) no-repeat center / cover;
	position: relative;
	color: #fff;
}
.footer-main{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-main__container{
	padding: 22px 0 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-main__text{
	font-size: 16px;
	font-weight: 500;
}
.footer-main__text a{
	font-weight: bold;
	color: #3d5aff;
}
.footer-copy{
	padding: 13px 0;
}
.footer-copy__container{
	display: flex;
}
.footer-copy__text{
	flex-grow: 1;
	font-size: 14px;
	line-height: 17px;
	color: #a7a8a9;
	padding-right: 20px;
}
.footer-copy__counter{
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}
.footer-copy__counter table{
	margin: 0 0 0 10px !important; 
}
.footer-copy__counter > .countua{
	margin: 0 0 0 10px !important; 
}
.video-wrapper {
	clear:both;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe{
	max-width: 100%;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(36,57,73,0.6);
	display: none;
	z-index: 100;
	overflow-y: scroll;
}
.popup__overlay{
	position: absolute;
	top: 44px;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	width: 430px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 30px;
	background: #fff;
	z-index: 102;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition:  all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__window:before{
	content: '';
	display: block;
	height: 44px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -44px;
}
.popup__window_opened{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup__close{
	position: absolute;
	top: -17px;
	right: -14px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}
.popup__close svg{
	fill: #fff;
}
.popup__title{
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 17px;
}
.popup-form .popup__title{
	margin-bottom: 37px;
}
.popup-form{
	padding-top: 6px;
}
.popup-form__input{
	display: block;
	border: 1px solid #8198ab;
	padding: 0 14px;
	margin-bottom: 20px;
}
.popup-form__input span{
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1px;
	color: #8198ab;
	position: relative;
	top: -8px;
	margin-bottom: -8px;
}
.popup-form__input input{
	width: 100%;
	height: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	border: none;
}
.popup-form__captacha{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -5px 0 20px;
}
.popup-form__captacha-image{
	width: 170px;
	margin-right: 20px;
}
.popup-form__captacha-text{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.popup-form__captacha-text a{
	color: #3d5aff;
}
.popup-form__checkbox{
	display: block;
	margin: -9px 0 30px;
}
.popup-form__checkbox input{
	display: none;
}
.popup-form__checkbox span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 32px;
	position: relative;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 0.16px;
	color: #8198ab;
	padding-left: 39px;
}
.popup-form__checkbox span:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #8198ab;
	position: absolute;
	top: 4px;
	left: 0;
}
.popup-form__checkbox span:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #8198ab;
	position: absolute;
	top: 11px;
	left: 7px;
	visibility: hidden;
}
.popup-form__checkbox input:checked + span:after{
	visibility: visible;
}
.popup-form__checkbox span a{
	color: #3d5aff;
}
.popup-form__checkbox span i{
	display: block;
	width: 100%;
}
.popup-form__btn{
	text-align: center;
}
.popup-form__btn input{
	width: 170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 30px;
	background: #3d5afb;
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.popup-social{
	padding: 21px 0 22px;
}
.popup-social__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup-social__list li{
	margin-right: 15px;
}
.popup-social__list a{
	display: block;
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #8198ab;
}
.popup-social__list a svg{
	fill: #fff;
}
.popup-form__login-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -9px 0 27px;
}
.popup-form__login-bottom .popup-form__checkbox{
	margin: 0 30px 0 0;
}
.popup-form__login-link{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 0.16px;
}
.popup-form__login-link a{
	color: #3d5aff;
}
.popup .site-title_line > span:first-child{
	display: block;
	margin-right: auto;
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel-overlay{
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(36,57,73,0.6);
	display: none;
	z-index: 40;
	overflow-y: scroll;
}
.mobile-panel{
	top: 60px;
	left: -490px;
	opacity: 0;
	width: 480px;
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.1);
	max-width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	background: #2a2b2d;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 41;
}
.mobile-panel.opened{
	left: 0;
	opacity: 1;
}
.mobile-panel__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 60px;
}
.mobile-social{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-social a{
	display: block;
	margin: 0 8px;
}
.mobile-social svg{
	max-width: 30px;
	height: 20px;
	fill: #fff;	
	-webkit-transition: fill 0.1s ease-out 0s;	
	-o-transition: fill 0.1s ease-out 0s;	
	transition: fill 0.1s ease-out 0s;
}
.mobile-social a:hover svg{
	fill: #3d5aff;
}
/*.mobile-login{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 0 10px;
	border-left: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
.mobile-login a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 10px;
	color: #a7a8a9;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-out 0s;
	-o-transition: color 0.1s ease-out 0s;
	transition: color 0.1s ease-out 0s;
}
.mobile-login a:hover{
	color: #3d5aff;
}
.mobile-login a svg{
	width: 20px;
	height: 20px;
	fill: #fff;
	margin-right: 12px;
	-webkit-transition: fill 0.1s ease-out 0s;
	-o-transition: fill 0.1s ease-out 0s;
	transition: fill 0.1s ease-out 0s;
}
.mobile-login a:hover svg{
	fill: #3d5aff;
}
.mobile-login a span{
	display: block;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}*/
.mobile-menu{
	border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li > a{
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 18px 30px;
	text-decoration: none;
	color: #a7a8a9;
}
.mobile-menu > ul > li > ul{
	border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li > ul > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li > ul > li:last-child{
	border: none;
}
.mobile-menu > ul > li > ul > li > a{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 10px 20px 59px;
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
}
.mobile-email{
	padding: 58px 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.mobile-email a{
	font-weight: bold;
	color: #265aff;
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignright {
	float:right;
	margin: 7px 0 20px 30px;
}
.alignleft {
	float:left;
	margin: 7px 30px 20px 0;
}
.aligncenter {
	display: block;
	margin: 7px auto 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.site-wrapper{
		display: block;
	}
	.post-item-1__content,.person-item__content,.sidebar-comments__content,.commentlist__content,.person-head__СЃontent,.person-about__content{
		width: 1px;
	}
}
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
	.inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	.sidebar{
		padding-left: 28px;
	}
	.header-nav > ul > li:hover > ul{
		left: auto;
		right: 0;
	}
}
@media only screen and (max-width: 1024px){
	.header-top{
		border: none;
	}
	.header-top__container{
		padding: 0;
	}
	.touch-menu{
		width: 54px;
		height: 60px;
		display: block;
		margin-left: -15px;
		position: relative;
		border-right: 1px solid rgba(255,255,255,0.1);
	}
	.touch-menu__open{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		cursor: pointer;
	}
	.touch-menu__open svg{
		width: 24px;
		height: 24px;
		position: absolute;
		top: 24px;
		left: 15px;
		fill: #fff;
	}
	.touch-menu__close{
		position: absolute;
		width: 30px;
		height: 30px;
		opacity: 0;
	}
	.touch-menu__close svg{
		width: 14px;
		height: 14px;
		position: absolute;
		top: 23px;
		left: 20px;
		fill: #fff;
	}
	.touch-menu.opened .touch-menu__open{
		opacity: 0;
	}
	.touch-menu.opened .touch-menu__close{
		opacity: 1;
	}
	.header-menu,.header-social,.header-login,.header-nav,.header-logo__text,.header-main__right{
		display: none;
	}
	.header-logo{
		width: 160px;
		position: absolute;
		top: 10px;
		left: calc(50% - 80px);
	}
	.header-logo__desktop{
		display: none;
	}
	.header-logo__mobile{
		display: inline-block;
	}
	.header-search.header-search_mobile{
		display: block;
	}
	.header-search{
		width: 51px;
		height: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: -15px;
		position: relative;
	}
	.header-search__handler{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
	}
	.header-search__handler svg{
		position: absolute;
		top: 20px;
		left: 15px;
		fill: #fff !important;
	}
	.header-main__container,.header-main__left{
		padding: 0;
	}
	.search-form{
		height: 60px;
		padding: 10px 0;
	}
	.search-form input[type=text]{
		height: 40px;
		padding-right: 30px;
	}
	.search-form button[type=submit]{
		display: block;
		width: 20px;
		height: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		border: none;
		background: no-repeat;
		position: absolute;
		top: 20px;
		right: 43px;
	}
	.search-form button[type=submit] svg{
		fill: #fff;
	}
	.search-form__close{
		top: 15px;
	}
	.header-bottom{
		display: none;
	}

	
	.home-top{
		padding: 15px 0;
	}
	.home-top__container{
		flex-wrap: wrap;
		height: auto;
	}
	/*.home-slider__item{
		height: 350px;
	}*/
	.home-slider{
		width: 100%;
		order: 1;
	}
	.home-slider,.home-slider__container,.slick-list,.slick-track{
		height: 430px;
	}
	.home-top__posts{
		width: 50%;
		order: 1 !important;
	}
	.home-post{
		height: 250px;
	}
/*	.home-post__content{
		padding: 15px;
	}
	.home-post__title{
		font-size: 14px;
		line-height: 18px;
	}*/
	.site-content{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		/*-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
	.main-content{
		width: 770px;
		max-width: 100%;
	}
	.single-head{
		padding: 30px 0 0;
	}
	.single-head__headline{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0.1px;
	}
	.sidebar{
		width: 340px;
		max-width: 100%;
		padding-left: 0;
	}
	.sidebar__inner{
		position: static !important;
	}
	.footer-main__container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 21px 0 26px;
	}
	.footer-main__text{
		padding: 7px 0;
	}
}
@media only screen and (max-width: 767px){
	.site-content{
		padding: 15px 0 19px;
	}
	.post-item-1__left{
		width: 180px;
	}
	.post-item-1__mobile-date{
		display: block;
		padding-top: 10px;
	}
	.post-item-1__content .post-date{
		display: none;
	}
	.persons__col{
		width: 100%;
		padding: 0 15px 4px;
	}
	.single-back{
		display: none;
	}
}
@media only screen and (max-width: 640px){
	/*.home-slider{
		margin-bottom: 30px;
	}
	.home-slider__title{
		font-size: 24px;
		line-height: 28px;
	}*/
	.home-slider__content{
		padding: 10px 14px 50px 14px;
	}
	/*.home-slider__info{
		margin-bottom: 12px;
	}*/
/*	.home-slider .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.home-slider .slick-arrow.slick-prev{
		left: 10px;
		right: auto;
	}
	.home-slider .slick-arrow.slick-next{
		left: 60px;
		right: auto;
	}*/
	.slick-dots{
		left: 15px;
		right: 15px;
		bottom: 23px;
	}
	.timeline .posts-container{
		padding: 15px 0 25px;
	}
	.lasts {
		margin: 10px 0 30px;
	}
	.sidebar{
		width: 100%;
	}
	.single-content{
		padding: 0;
		margin-bottom: 10px;
	}
	.single-foot {
		margin-bottom: 57px;
	}
	.single-content__share{
		position: static;
	}
	.single-content__share .pluso, .single-content__share .pluso > div{
		width: 100% !important;
	}
	.single-content__share .pluso-wrap{
		width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5px 5px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.single-content__share .pluso-wrap a{
		width: 40px !important;
		height: 40px !important;
	}
	.post-body h2{
		padding-top: 2px;
	}
	.alignleft,.alignright{
		float: none;
		margin: 7px auto 20px;
		text-align: center;
	}
	ul.commentlist ul .commentlist__item {
		margin-left: 15px;
	}
	.person-head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.person-head__image{
		margin: 0;
	}
	.person-head__сontent{
		width: 100%;
		padding: 36px 0 0;
	}
	.single-content.single-content_person > .post-body{
		padding-left: 0;
	}
	.featured__container{
		max-width: 300px;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}
	.featured__col{
		width: 100%;
		padding: 0 15px 15px;
	}
}
@media only screen and (max-width: 480px){
	.home-slider,.home-slider__container,.slick-list,.slick-track{
		height: 300px;
	}
	.home-slider__item{
		height: 300px;
	}
	.home-top__posts{
		width: 100%;
	}
	.post-item-1{
		flex-direction: column;
		margin-bottom: 27px;
	}
	.post-item-1__left{
		width: 100%;
	}
	.post-item-1__content{
		padding-left: 0;
	}
	.post-item-1__title{
		padding-top: 1px;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.post-item-1__mobile-date{
		padding-top: 14px;
	}
	.post-item-1__mobile-date .post-date{
		padding-left: 0;
		font-size: 14px;
		line-height: 17px;
	}
	.post-item-1__mobile-date .post-date svg{
		display: none;
	}
	.timeline .posts-container{
		padding: 0;
	}
	.post-item-2 .post-date{
		margin-bottom: 11px;
	}
	.post-item-2__title{
		font-size: 16px;
		line-height: 22px;
	}
	.lasts {
		margin: 28px 0 30px;
	}
	.single-head{
		padding: 20px 0 0;
	}
	.single-head__headline{
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	.single-head__info{
		padding-bottom: 16px;
	}
	.page-content{
		padding-top: 10px;
	}
	.person-filter__list{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.person-filter__list a{
		margin: 0 10px 20px;
	}
	.person-head__name{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.person-head__rank{
		margin-bottom: 11px;
	}
	.footer-copy__container{
		flex-direction: column;
	}
	.footer-copy__text{
		padding: 0 0 20px;
	}
	.popup__window{
		width: 94%;
	}
	.single-head__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding-bottom: 15px;
}
	
}
@media only screen and (max-width: 650px){
	/*.mobile-social a{
		margin: 0 5px;
	}*/
	.mobile-menu > ul > li > a{
		padding: 18px 20px;
	}
	.mobile-menu > ul > li > ul > li > a{
		padding: 16px 10px 20px 20px;
	}
	.home-slider__info{
		display: none;
	}
	.person-item__content{
		padding-left: 20px;
	}
	.commentlist__head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.commentlist__info{
		margin-bottom: 5px;
	}
	.single-head__info li{
		width: auto;
	}
	.single-head__info li.icon-2 svg,.person-about__info li.icon-2 svg{
		left: -3px;
	}
	.posts-container__col{
		width: 100%;
	}
	.single-content__share.fixed-top{
	position: relative;
	left: auto;
}
.single-content > .post-body{
	padding-left: 0;
}
}
@media only screen and (min-width: 768px){
	.featured__container .post-item-2__image img {
		height: 150px;
		object-fit: cover;
		}
		.posts-container .posts-container__col .post-item-2__image img{
			height: 251px;
			object-fit: cover;
		    object-position: 50% 0;
		}
		.single-content_person .person-head__image img {
			height: 175px;
			object-fit: cover;
		}
		.slick-slide img {
		    height: 500px;
		        object-fit: cover;
		}
		/*.home-slider__content{
			background-color: rgba(0,0,0,0.6);
		}*/
		.post-body{
			min-height: 350px;
		}
		.post-item-1__image img {
			height: 146px;
			object-fit: cover;
		}
		.persons .featured__col{
			border: solid 1px;
            border-color: #f1f2f3;
        }
    .persons   .featured__col .post-item-2__image{
       	float: left;
    margin-right: 5PX;
       }
   .persons .featured__col .post-item-2__image   img {
       	width: 100px;
    height: 100px;
    padding-top: 8px;
       }
   .persons  .featured__col   .post-item-2__title{
     	    font-size: 14px;
     }
   .persons .featured__col .person-item__text{
    	font-size: 12px;
    }
}
.home-slider__info {
    display: none;
}
