*:focus {
	outline: none;
}

body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Cambria, sans-serif;
	font-size: 16px;
	color: #333;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

p {
	margin: 0;
}

.wrapper {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

header .logo {
	width: 250px;
	height: 70px;
	background: url('../img/logo.svg') no-repeat center center;
	background-size: contain;
}

.social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
}

.social a {
	width: 32px;
    height: 32px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social a i {
	color: #333;
}

.social a:hover {
	background: #333;
}

.social a:hover i {
	color: #fff;
}

nav {
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

nav a {
	font-weight: 700;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 2px solid #fff;
}

nav a:hover, nav a.active {
	border-bottom: 2px solid #f4000e;
}

footer {
	background-color: #f2f2f2;
	text-align: center;
	color: #000;
	padding: 20px 0;
	font-weight: 700;
}

.person-position {
    text-align: center;
    font-size: 12px;
    color: #f4000e;
}

.footer-menu {
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

.footer-menu a {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}

.footer-menu a:hover {
	border-bottom: 1px solid #f4000e;
}

.index {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index .col1 {
	width: 520px;
	padding: 20px;
	border-right: 1px solid #ccc;
}

.index .col2 {
	width: 320px;
	padding: 20px;
}

.index .col3 {
	width: 260px;
	padding: 20px;
	background-color: #f2f2f2;
}

.title {
	font-size: 25px;
	border-bottom: 2px solid #f4000e;
	margin-bottom: 20px;
	display: block;
    color: #000;
    width: fit-content;
}

.main-news-img {
	width: 520px;
    height: 280px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 10px;
	position: relative;
}

.main-news-img-small {
	width: 320px;
    height: 180px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 10px;
	position: relative;
}

.main-news-lead {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	margin-bottom: 15px;
}

.sidebar-news-img {
	width: 380px;
    height: 210px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	margin-bottom: 10px;
	position: relative;
}

.short-news {
	display: flex;
	flex-direction: column;
}

.short-news-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.short-news-item span {
	font-weight: 700;
	font-size: 12px;
	color: #f4000e;
	margin-bottom: 5px;
}

.short-news-item a {
	color: #333;
	font-size: 13px;
}

.short-cal-link {
	display: block;
	text-align: center;
	margin-top: 20px;
	color: #333;
	text-decoration: underline;
}
.short-cal-link:hover {
	color: #f4000e;
}

.short-cal-link img {
	width: 260px;
	margin-bottom: 10px;
}

.main-news-item {
	display: block;
	margin-bottom: 40px;
}

.main-news-date {
	position: absolute;
    bottom: 0;
    left: 0;
    background-color: #333;
    width: 270px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

.main-news-name {
	color: #333;
	margin-bottom: 10px;
	font-size: 18px;
}

.main-news-author {
	font-size: 13px;
	color: #f4000e;
}

.main-news-author a {
	color: #333;
	text-decoration: underline;
}

.index-videos {
	padding: 20px;
	border-top: 1px solid #ccc;
}

.index-tv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.index-video-item {
	width: 280px;
	display: block;
	margin-bottom: 20px;
}

.mainslider {
	padding: 0 20px 20px 20px;
}

.mainslider .main-news-img {
    width: 100%;
    height: 400px;
}

.index-video-item span {
	display: block;
	font-weight: 700;
    font-size: 12px;
    color: #f4000e;
    margin-bottom: 5px;
}

.index-video-name {
    color: #333;
    font-size: 18px;
}

.main-video-img {
	width: 280px;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 10px;
    position: relative;
}

.play-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #fff;
}

.vplay {
    color: #f4000e;
    font-size: 16px;
    padding: 7px 0 0 10px;
}

.textpage {
	display: flex;
}

.textpage .wide-col {
	width: 760px;
	padding: 20px;
}

.textpage .side-col {
	width: 380px;
	padding: 20px;
}

.text-wrap p {
	display: block;
	margin-bottom: 20px;
	line-height: 140%;
}

.news-sidebar {
	display: flex;
	flex-direction: column;
}

.ya-share2 {
	margin-top: 20px;
}

.news-view .text-wrap {
	margin-top: 20px;
}

.news-view .main-news-img {
	width: 760px;
	height: 480px;
}

.persons-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.person {
	width: 220px;
	margin-bottom: 40px;
}

.person-img {
	width: 220px;
	height: 220px;
	margin-bottom: 10px;
}

.person-name {
	text-align: center;
	color: #333;
}

.person:hover .person-name {
	color: #f4000e;
}

.newspage {
	padding: 40px;
}

.newspage .main-news-item {
	width: 320px;
}

.news-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.news-list.load{
	position: relative;
}
.news-list.load:after{
    content: "";
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    background: url(../img/loading-icon.svg);
    background-size: cover;
}
.readmore {
	font-size: 14px;
    color: #f4000e;
}

.paginator {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paginator .paginator__items{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paginator__load-more{
	display: none;
}
.paginator a {
	display: block;
    border: 1px solid #000;
    margin: 0 10px 10px 10px;
    padding: 5px 8px;
    color: #000;
}

.paginator a:hover, .paginator .active {
	color: #fff;
	background-color: #000;
}

.short-news-wrap {
	display: flex;
	flex-direction: column;
}

.short-news-name {
	font-weight: 700;
	color: #000 !important;
	margin-bottom: 5px;
}

.short-news-item img {
	width: 60px;
	height: 60px;
	margin-left: 10px;
	flex: none;
}

.short-news-item p {
	font-size: 12px;
}

.tv-filter {
	display: flex;
	margin-bottom: 20px;
}

.tv-info {
	margin-bottom: 20px;
}

.tv-filter a {
	display: block;
	background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
	margin-right: 50px;
	border: 1px solid #333;
}

.tv-filter a:hover {
	background-color: #fff;
	color: #333;
}

.col3 video {
    margin-bottom: 20px;
}

.short-news-item .main-video-img {
    width: 260px;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media only screen and (max-width:768px){
	.side-col {
		display: none;
	}
	
	.wide-col {
		width: calc(100% - 40px) !important;
	}
	
	header .logo {
    	width: 150px;
    	height: 40px;
    }
    
    nav, .footer-menu {
	    flex-wrap: wrap;
    }
    
    nav a {
	    padding: 2px 10px;
    }
    
    .footer-menu a {
	    padding: 5px 10px;
    }
    
    .index-video-item, .main-video-img {
	    width: 100%;
    }

    .main-news-date {
    	width: calc(100% - 10px);
    }
	
	.news-view iframe {
		width: 100%;
		height: 200px;
	}
	
	.persons-wrap {
		justify-content: center;
	}
	
	.news-view .main-news-img {
		width: 100%;
		height: 200px;
	}
	
	.index {
		flex-direction: column;
	}
	
	.index .col1, .index .col2, .index .col3 {
		width: calc(100% - 40px);
	}
	
	.main-news-img {
		width: 100%;
		height: 200px;
	}
	
	.main-news-img-small {
		width: 100%;
		height: 200px;
	}
	
	.short-cal-link img {
		display: block;
		margin: 0 auto 10px auto;
	}
	
	.index-an img {
		width: 100%;
	}
	
	.tv-filter {
		flex-wrap: wrap;
	}
	
	.tv-filter a {
		font-size: 12px;
		margin: 10px;
	}
}