body{
	color: #444;
	font-family: Arial, Tahoma;
	font-size: 14px;
	min-height: 100vh;
	background: #c1c4c5;
}
body, div, header, footer, article, nav, section, noindex, form{
	display: flex;
	flex-direction: column;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.row{
	flex-direction: row;
	display: flex;
}
figure{
	margin: 15px 0;
	width: 100%;
}
figure img, figure video{
	width: 100%;
	height: auto;
}
p{
	line-height: 20px;
	color: #444;
	margin: 0;
}
p:not(:last-child){
	margin: 0 0 10px 0;
}
ul{
	padding: 0px;
	line-height: 20px;
	margin: 0 0 15px;
}
li{
	margin-left: 15px;
}
a{
	color: #4a80be;
	text-decoration: none;
}
a:hover {
	color: #002884;
}
h2,h3,h4,h5,h6{
	text-transform: uppercase;
	font-weight: bold;
	color: #4a80be;
	text-align: center;
	margin: 1em 0 0.5em 0;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
img{
	border: none;
}
*{
	outline: none;
}
body>*{
	margin: 0 auto;
	width: 1250px;
	padding: 20px 15px 0;
	/* padding: 40px 15px 0; */
}
h1{
	font-size: 28px;
}
.center{
	text-align: center!important;
}
.w2h1{
	display: block;
  padding-bottom: 50%;
}
.img-1-2-wrapper{
	padding-bottom: 50%;
	height: 0;
}
.mt-15{
	margin-top: 15px;
}
.mb-0{
	margin-bottom: 0px;
}
.clr{
	clear: both;
}
header{
	margin-top: 20px;
	background: white;
	padding: 0;
	/* border-top: 1px solid #2c3e50; */
}
header>a{
	display: flex;
    position: relative;
    width: 100%;
    padding-top: 16%;
}
header>a>picture{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.top-img{
	max-width: 100%;
	width: 1250px;
	height: auto;
	padding: 0;
    margin: 0;
	display: block;
}
header>a{
	display: block;
}
header>.top{
	justify-content: space-between;
	flex-direction: row;
	padding: 0 30px;
    margin: 20px 0;
}
header>div{
	justify-content: space-around;
	width: 100%;
    flex-direction: row;
}
header form{
	flex-direction: row;
}
header form input[type=text]{
	padding:6px;
	width: 500px;
}
header form select{
	padding:6px;
	width:80px;
}
header form input[type=submit]{
	margin:0 5px;
	box-shadow: inset 0px 1px 0px 0px #6fb0db;
    background-color: #95A5A6;
    border-radius: 0;
    border: 0px solid #dcdcdc;
    display: inline-block;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    text-decoration: none;
	cursor: pointer;
}
header form input[type=submit]:hover{
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6fb0db), color-stop(1, #3498DB));
	background-color: #6fb0db;
}
header>nav{
	background: rgb(240,240,240);
	flex-direction: row;
	letter-spacing: 0.7px;
	padding: 10px 15px 10px;
	font-size: 12px;
	text-transform: uppercase;
	/* border-top: 1px solid #2c3e50; */
	/* border-bottom: 1px solid #2c3e50; */
}
.hidden{
	display; none;
}
.onlymob{
	display: none;
}
header nav>div{
    position: relative;
	display: flex;
	flex-direction: column;
}
header>nav a, header>nav span, header>nav label{
	cursor: pointer;
	font-weight: bold;
	color: #444;
	padding: 10px 14px 8px;
	/* text-decoration: underline; */
	font-size: 14px;
}
header>nav>div>div{
	padding-bottom: 5px;
	display: none;
	border: 1px solid #CCC;
    background: #f7f7f7;
	border-radius: 0px 5px 5px 5px;
	z-index: 10;
}
@media (min-width: 993px){
	header>nav a:hover, header>nav span:hover{
		background: #3498db;
		color: white;
	}
	header nav>div>a:hover ~ div, header nav>div>span:hover~div, header nav>div>div:hover {
		display: flex;
		position: absolute;
		top: 35px;
		left: 0;
		width: auto;
		min-width: 350px;
		justify-content: center;
	}
}
header nav>div>label{
	display: none;
}
.menu-toggle, .menu-btn{
	display: none;
}
section{
	flex-grow: 1;
	background: white;
}
.logo{
    width: 200px;
    height: 32px;
    background: url(/images/images_main/logo-black.svg) top left no-repeat;
}
.logo:hover{
	background: url(/images/images_main/logo-blue.svg) top left no-repeat;
}
.main{
	flex-direction: row;
	flex-wrap: wrap;
}
.left{
	margin-right: 10px;
	width: 904px;
}
footer{
	background: white;
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 30px;
	border-bottom: 1px solid #2c3e50;
}
footer a{
	font-weight: bold;
	text-decoration: underline;
}
footer>div:not(:last-child){
	margin-bottom: 30px;
}
footer .links{
	flex-direction: row;
	flex-wrap: wrap;
}
footer .links a{
	margin-right: 20px;
    text-transform: uppercase;
	line-height: 24px;
}
footer .h2{
	font-size: 20px;
    color: #2c3e50;
    text-transform: uppercase;
    line-height: 32px;
	margin-right: 10px;
}
.footer-top{
	flex-direction: row;
	justify-content: space-between;
}
footer .social a{
	margin: 0 5px;
    display: flex;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
    padding: 3px;
}
span.icon32x5 {
	display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 3px;
}
.ljsin, .vksin, .facesin, .twisin, .youtube, .okru{
		background: url(/images/icons/signinlogos321.png?ver=5) no-repeat;
}
.vksin {
	background-position: -96px 0;
}
.facesin {
    background-position: -256px 0;
}
.ljsin {
    background-position: -32px 0;
}
.twisin {
    background-position: -64px 0;
}
.youtube {
    background-position: -352px 0;
}
.okru {
    background-position: -480px 0;
}
.breadcrumbs{
	flex-direction: row;
    font-size: 16px;
    margin: 0 0 15px;
	flex-wrap: wrap;
	width: 100%;
}
.breadcrumbs .arrow{
	margin: 0 10px;
}
.rel-news.main-page {
    background: rgb(255,255,255);
    padding: 0;
}
.rel-news{
	background: rgb(240,240,240);
	padding: 30px 15px 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rel-news>div{
	width: 300px;
	/* border-radius: 5px; */
	box-shadow: 0 2px 14px rgb(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.rel-news>a, .rel-news>span{
	width: 100%;
}
.rel-news>span{
	margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.7px;
}
.rel-news>a {
    margin: 30px 0 10px 0;
    text-transform: uppercase;
    color: #4a80be;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 1.2px;
}
.rel-news>div>a{
	flex-direction: column;
    display: flex;
}
.rel-news>div>a img{
	justify-self: flex-start;
	/* border-top-left-radius: 5px; */
	/* border-top-right-radius: 5px; */
	width: 100%;
	height: auto;
}
.rel-news>div>a>span{
	font-size: 16px;
    margin: 12px 0;
    font-weight: 600;
    line-height: 22px;
	padding: 0 10px;
}
.rel-news>div>span{
	line-height: 24px;
	padding: 0 10px;
}
.w50{
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.w50>div{
	width:49%;
}
#main-video{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.go-all.left{
	width: 904px;
}
.right, .go-all.right{
	width: 300px;
}
.viqeo-external_player{
	margin-bottom: 30px;
}
#main-video .left .rel-news{
	margin-top: 30px;
}
#main-video .rel-news.blogs{
	margin-top: 0px;
	flex-direction: column;
}
#main-video .blogs a{
	text-transform: uppercase;
}
.video-page .right{
	margin-top: 10px;
}
.main-video-title{
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 15px;
	padding-left: 10px;
	/* text-decoration: underline; */
}
#main-anons input[type=checkbox]{
	display: none;
}
#main-anons input[type=checkbox]:checked+div{
	height: 100%;
}
#main-anons input[type=checkbox]:checked+div+div{
	display: none;
}
.hide{
	height: 285px;
	transition: all 2s ease;
	overflow: hidden;
}
.main-anons{
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.main-anons a{
	width: 170px;
	height: 270px;
	display: flex;
	flex-direction: column;
	/* border-radius: 5px; */
	margin-bottom: 30px;
	margin-right: 10px;
	box-shadow: 0 2px 14px rgb(0 0 0 / 5%);
}
.main-anons a div{
	/* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}
.main-anons a span{
	margin-top: 7px;
	text-align: center;
	text-decoration: underline;
	padding: 0 10px 10px 10px;
}
.subtitle-h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 15px 0;
	/* text-decoration: underline; */
}
h1{
	text-align: left;
    font-weight: bold;
    margin: 0 0 15px 0;
}
h1 span{
	color: #4a80be;;
}
.go-all{
	flex-direction: row;
	align-items: center;
	background: white;
}
.go-all hr{
	display: flex;
	border: none;
    height: 2px;
    border-radius: 2px;
    flex-grow: 1;
    background: rgba(74, 128, 190, 0.5);
}
.go-all a, .go-all label{
	/* background: #4a80be; */
	background: rgb(240 240 240);
	color: #4a80be;
	padding: 10px 40px 8px;
	text-align: center;
	margin: 0 10px;
	font-size: 18px;
	border-radius: 5px;
	letter-spacing: 2px;
	line-height: 24px;
	cursor: pointer;
}
.go-all a:hover{
   background: #3498db;
   color: #fff;
}
.go-all a.active{
	background: #3498db;
	color: #fff;
}
.go-all a.active:hover{
	background: rgb(240 240 240);
	color: #4a80be;
}
.pagination{
	flex-direction: row;
	align-items: center;
	background: white;
	margin-bottom: 40px;
}
.pagination hr{
	display: flex;
	border: none;
    height: 2px;
    border-radius: 2px;
    flex-grow: 1;
    background: rgba(74, 128, 190, 0.5);
}
.pagination a, .pagination span{
	background: #4a80be;
	color: white;
	padding: 7px 10px 5px;
    font-size: 14px;
    min-width: 20px;
    text-align: center;
	margin: 0 10px;
	border-radius: 5px;
	letter-spacing: 2px;
	line-height: 24px;
	cursor: pointer;
}
.pagination span{
	background: white;
	color: #4a80be;
	border: 2px solid #4a80be;
	cursor: default;
	padding: 5px 8px 3px;
}
.pagination .line{
	display: flex;
	border: none;
    height: 2px;
    border-radius: 2px;
    width: 40px;
    background: rgba(74, 128, 190, 0.5);
}
.main-anons a.no-shadow{
	box-shadow: none;
	height: auto;
	margin-bottom: 0px;
}
 @media (max-width: 600px){
	.pagination a, .pagination span{
		padding: 3px 5px 1px;
		font-size: 12px;
		min-width: 15px;
		text-align: center;
		margin: 0 5px;
	}
	.pagination span{
		border: 1px solid #4a80be;
		padding: 2px 3px 0px;
	}
 }
@media (max-width: 1279px){
	.onlybig{
		display: none;
	}
	body>*{
		width: 100%;
		padding: 20px 10px;
	}
	header {
		padding: 0px;
		margin-top: 0px;
		border-top: none;
	}
	.rel-news {
		background: rgb(240,240,240);
		padding: 15px 7px 15px;
	}
	.rel-news>div {
		width: 24.75%;
	}
	#main-video .rel-news>div {
		width: 33%;
	}
	#main-video{
		flex-wrap: wrap;
	}
	.left, .right, .go-all.right, .go-all.left{
		width: 100%;
	}
	.left{
		order: 1;
		margin-right: 0;
	}
	.right{
		order: 3;
	}
	.go-all.right{
		order: 4;
	}
	.go-all.left{
		order: 2;
		margin-bottom: 30px;
	}
	#main-video .rel-news.blogs{
		flex-direction: row;
	}
	#main-video .rel-news.blogs>div:last-child{
		display: flex;
	}

}
@media (max-width: 1070px){
	.main-anons{
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (max-width: 992px){
	header>div{
		align-items: center;
		flex-direction: column;
	}
	header>div a{
		margin-bottom: 15px;
	}
	header form input[type=text] {
		width: 380px;
	}
	header form input[type=submit] {
		margin-left: 5px;
	}
	header>nav{
		flex-wrap: wrap;
		padding: 7px 0px 7px;
		border: none;
	}
	.rel-news{
		padding-top: 5px;
	}
	.rel-news>span{
		margin: 15px 0 15px 0;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
		color: #4a80be;
		text-align: center;
	}
	.rel-news>div {
		width: 49%;
		margin-bottom: 40px;
	}
	#main-video .rel-news>div {
		width: 49%;
	}
	#main-video .rel-news.blogs>div:last-child{
		display: none;
	}
	.rel-news>a{
		margin-top:0;
	}
	.onlymob{
		display: flex;
	}
	.menu-btn {
		display: flex;
		align-items: center;
		position: fixed;
		top: 20px;
		right: 10px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 2;
	}
	.menu-btn > span,
	.menu-btn > span::before,
	.menu-btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #616161;
	}
	.menu-btn > span::before {
		content: '';
		top: -8px;
	}
	.menu-btn > span::after {
		content: '';
		top: 8px;
	}
	.menu-box {
		display: flex;
		z-index: 1;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		margin: 0;
		padding: 15px 0 6000px;
		list-style: none;
		text-align: center;
		background: rgb(240,240,240);
		box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
	}
	.menu-item,header>nav>div>a{
		display: block;
		padding: 12px 24px;
		color: #444;
		text-decoration: none;
	}
	.menu-toggle:checked ~ .menu-btn > span {
		transform: rotate(45deg);
	}
	.menu-toggle:checked ~ .menu-btn > span::before {
		top: 0;
		transform: rotate(0);
	}
	.menu-toggle:checked ~ .menu-btn > span::after {
		top: 0;
		transform: rotate(90deg);
	}
	.menu-toggle:checked ~ .menu-box {
		right: 0;
	}
	.menu-btn > span,
	.menu-btn > span::before,
	.menu-btn > span::after {
		transition-duration: .25s;
	}
	.menu-box {
		transition-duration: .25s;
	}
	.menu-item {
		transition-duration: .25s;
	}
	header>nav a:hover, header>nav label:hover {
		background: none;
		color: #444;
	}
	header nav>div {
		align-items: flex-start;
		border-bottom: 1px solid #2c3e50;
	}
	header nav>div>a.menu-item{
		display: none;
	}
	header nav>div+a.menu-item{
		display: block;
	}
	header>nav>div>div{
		display: block;
		padding-bottom: 0;
		border: none;
		border-radius: 0;
		width: 100%;
		text-align: left;
	}
	header nav .menu-toggle ~ div {
		transition-duration: .1s;
		transition-timing-function: ease;
		overflow: hidden;
		max-height: 0;
	}
	header nav .menu-toggle:checked ~ div {
		transition-duration: .5s;
		transition-timing-function: ease;
		max-height: 100%;
		height: auto;
		border-top: 1px solid #2c3e50;
	}
	header nav .menu-toggle:checked ~ label {
		color: white;
		background: #3498db;
	}
	header nav .menu-toggle ~ label{
		text-align: left;
		width: 100%;
	}
}
@media (max-width: 575px){
	header>div{
		justify-content: center;
		flex-wrap: wrap;
	}
	header>nav{
		letter-spacing: normal;
	}
	header>nav a, header>nav span {
		padding: 7px 10px;
	}
	header>a{
		padding-top: 33.4%;
	}
	header form{
		margin: 5px 0 0 0;
		width: 100%;
	}
	header form select {
		display: none;
	}
	header form input[type=submit] {
		margin: 0 0 0 5px;
		background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6fb0db), color-stop(1, #3498DB));
		background-color: #6fb0db;
	}
	h1 {
		font-size: 22px;
	}
	#main-video .rel-news>div{
		width: 100%;
	}
	.rel-news>div{
		width: 100%;
		margin-bottom: 40px;
	}
	footer{
		margin-bottom: 0;
		border-bottom: none;
	}
	footer>div:not(:last-child) {
		margin-bottom: 20px;
	}
	footer .logo{
		width: 222px;
		height: 50px;
		background-size: 100%;
	}
	.footer-top {
		flex-direction: column;
		align-items: center;
	}
	footer .links {
		justify-content: space-between;
	}
	footer .links a{
		margin-right: 7px;
		font-weight: 600;
		font-size: 14px;
	}
	.w50{
		flex-wrap: wrap;
	}
	.w50>div{
		width:100%;
		margin-bottom:20px;
	}
	.go-all {
		margin: 15px 0 10px 0;
		font-size: 16px;
	}
	.go-all a{
		padding: 10px 10px 8px;
		margin: 0px;
	}
	#main-video .w50 a{
		font-size: 14px;
	}
	.main-anons a{
		margin-bottom: 15px;
	}
}
@media (max-width: 370px){
	footer .links a{
		text-transform: none;
	}
}

.film-news {
	margin-top: 20px;
}

.film-news-list {
	margin-bottom: 0;
}
.film-news-list li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.film-news-list li:nth-child(even) {
	background: #f5f5f5;
}
.film-news-list li span {
	padding-left: 4px;
	padding-right: 8px;
}

#collapsable {
	cursor: pointer;
	color: #4a80be;
	margin-left: 20px;
	line-height: 44px;
}
.hidden {
  display: none;
}
.empty{
	margin-bottom: 0;
	height: 0;
}
#news-list{
	flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
}
#news-list .rel-news>div{
	border-radius: 5px;
}
#news-list .right .rel-news>div>a>span{
	font-size: 16px;
    background: #4a80be;
    color: white;
    margin: 0px 0;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 10px;
	
}
#news-list .right .rel-news>div>a>div{
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#news-list .rel-news>div>span {
    padding: 10px;
	overflow: hidden;
    max-height: 192px;
}
.twitter-tweet{
	max-width: none!important;
	align-items: center;
}
.twitter-tweet iframe{
	min-width: 50%!important;
}
@media (max-width: 600px){
	.twitter-tweet iframe{
		min-width: 80%!important;
	}
}
/*Ð²Ð¸Ð´Ð¶ÐµÑ‚ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÐµÐ²*/
.go-to-comments{
	display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: underline;
    width: max-content;
}
.triangle-down{
	position: absolute;
    right: -30px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #4a80be;
}
 #anycomment-app{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#anycomment-app #toolbar-, #anycomment-app .SocialLoginList__Flex-sc-1usmgjz-0, #anycomment-app .CommentForm__GuestSocialFieldWrapper-sc-17tidtf-11, .LoginPopupWorkflow__CustomPaper-sc-a8k2pw-1 .SocialLoginList__Flex-sc-1usmgjz-0, .Editor__ToolbarWrapper-sc-fqft12-1, .CommentFormProfile__Name-sc-1ybtwon-3, .CommentFormProfile__Wrapper-sc-1ybtwon-1, .CommentForm__Wrapper-sc-17tidtf-0, .LikeButton__LikeItem-sc-1ny1ho6-0{
	flex-direction: row;
}
.CommentForm__GuestSocialFieldWrapper-sc-17tidtf-11.gWbRPc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    -webkit-box-align: center;
    align-items: flex-end;
}