/*========= general CSS ============*/
*,
*:focus{
	outline: none !important;
	-webkit-appearance: none !important;
}
html, body{
	min-width:320px;
}
body {
	padding: 0;
	margin:0;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #1F1F1F;
    background-color: #fff;
}

a{
	color:#1F1F1F;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a[href^=tel]{
    color: #1F1F1F;
}

img{
	border:none;
	max-width:100%;
}

.clear{
	clear:both;
}

#fancybox-wrap{
	z-index:9999 !important;
}

.hrefall{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
}

.wire{
	max-width:1320px;
	margin:0 auto;
	display: block;
}
@media only screen and (max-width:1320px) {
	.wire{
		max-width:calc(100% - 20px);
		padding:0 10px;
	}
}


.abutton{
	font-size:14px;
	line-height:19px;
	display:inline-block;
	border:1px solid #fff;
	padding:10px 48px 10px 24px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-family: "Open Sans",sans-serif;
	font-weight:400;
	position:relative;
	transition:0.3s all;
}
.abutton:hover{
	background:#1F1F1F;
	text-decoration:none;
}
.abutton img{
	position: absolute;
    margin-left: 6px;
	top:calc(50% - 12px);
	right: 18px;
}

.button1:hover{
	background:#5E5DAA;
	border-color:#5E5DAA;
}
.button2{
	background:#5E5DAA;
	border-color:#5E5DAA;
}
.button2:hover{
	background:#1F1F1F;
	border:1px solid #fff;
}

.button3{
	font-size:18px;
	line-height:27px;
	display:inline-block;
	border:none;
	padding:10px 24px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	position:relative;
	transition:0.3s all;
	background:#1F1F1F;
}
.button3:hover{
	color:#1F1F1F;
	background:#fff;
	text-decoration:none;
}


.onlyMobile{
	display:none;
}
@media only screen and (max-width:800px) {
	.onlyMobile{
		display:block;
	}
	.onlyPC{
		display:none;
	}
}


/*-------- header ------------*/
.header{
	position:relative;
	background:#1F1F1F;
	color:#000;
}
.fixed{
	padding-top:113px;
}
.fixed .header{
	position: fixed;
	top:0;
	left:0;
    z-index: 10000;
    width: 100%;
}
.fixed .header .headblock1{
	display:none;
}
.header .headblock1{
	padding:10px 0;
	border-bottom:2px solid #727272;
}
.header .headblock1 .logo{
	width:170px;
	display:inline-block;
	vertical-align:middle;
}
.header .headblock1 .rightside{
	width:calc(100% - 175px);
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
.header .headblock1 .abutton{
	margin-left:24px;
	display: inline-block;
    vertical-align: middle;
}
.header .headblock1 .abutton:hover{
	background: #fff;
    border-color: #fff;
    color: #1f1f1f;
}
.header .headblock1 .abutton:hover img{
	filter: brightness(0);
}
.header .headblock1 .topsocial{
	color:#fff;
	display: inline-block;
    vertical-align: middle;
}
.header .headblock1 .topsocial a{
	color: #fff;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
	font-size:30px;
	transition:0.3s all;
	text-decoration:none;
}
.header .headblock1 .topsocial a:hover{
	text-decoration:none;
}


.header .headblock2{
	padding:10px 0;
}
.header .headblock2 .leftmenu{
	display:inline-block;
	vertical-align:middle;
	width:75px;
}
.header .headblock2 .topmenu{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 160px);
}
.header .headblock2 .topmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.header .headblock2 .topmenu ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 25px;
	position:relative;
}
.header .headblock2 .topmenu ul li a{
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#fff;
	font-size:16px;
	line-height:1.3;
	font-weight:400;
	transition:0.3s all;
	position:relative;
}
/*.header .headblock2 .topmenu ul li a::after{
	content:"";
	background:#fff;
	width:0%;
	height:1px;
	transition:0.3s all;
	position:absolute;
	bottom:0;
	left:0;
}
.header .headblock2 .topmenu ul li a:hover::after{
	width:100%;
}*/
.header .headblock2 .topmenu ul li a:hover{
	text-decoration:none;
	color:#5E5DAA;
}
.header .headblock2 .topsearch{
	display:inline-block;
	vertical-align:middle;
	width:75px;
	text-align:right;
}

.header .headblock2 .topmenu ul ul{
	position:absolute;
	width:200px;
	padding:15px;
	z-index: 10;
    background: #1f1f1f;
    left: -17px;
	display:none;
}
.header .headblock2 .topmenu ul li:hover ul{
	display:block;
}
.header .headblock2 .topmenu ul ul li{
	display:block;
	margin:0;
}
.header .headblock2 .topmenu ul ul li a{
	display:block;
	padding:5px 0;
	font-size: 14px;
}
@media only screen and (max-width:800px) {
	.header .headblock2 .topmenu{
		display:none;
	}
	.header .headblock1 .abutton.button2{
		display:none;
	}
	.header .headblock2 .topsearch{
		float:right;
	}
}
@media only screen and (max-width:480px) {
	.header .headblock1 .rightside .button1{
		display:none;
	}
	.header .headblock1{
		border:none;
	}
	.header .headblock2{
		padding:0;
	}
	.header .headblock2 .topsearch{
		display:none;
	}
	.header .headblock1 .topsocial a{
		margin: 0 15px 0 0;
	}
	.header .headblock1 .topsocial a:last-child{
		    margin-right: 50px;
	}
	.header .headblock2 .leftmenu{
		width:initial;
		position: absolute;
		top: 32px;
		right: 12px;
	}
	
	.sidebarMoveInner{
		position: relative !important;
		top: 0 !important;
		width: 100% !important;
	}
}

.notdisplay{
	display:none;
}


/*------------ indexBlock1 -----------*/
.indexBlock1{
	position:relative;
	margin:50px 0 50px;
}
.indexBlock1 .wire{
	position:relative;
}
.indexBlock1 .wire::before{
	/*content:"";*/
	position:absolute;
	width:173px;
	height:182px;
	background:url(../images/indexbg1.jpg) center center no-repeat;
	left:-65px;
	top:-60px;
	z-index:-1;
}
.indexBlock1 .inner{
	display:table;
	width:100%;
}
.indexBlock1 .leftside{
	width:calc(100% - 335px);
	display: table-cell;
	vertical-align: top;
    padding-right: 25px;
}
.indexBlock1 .rightside{
	display: table-cell;
    vertical-align: top;
	width:310px;
	background: #5E5DAA1A;
}

.newsBlock{
	position:relative;
}
.newsBlock .item{
	float:left;
	width:calc(100% / 3 - 25px);
	margin-left:25px;
	margin-bottom:25px;
	position:relative;
}
.newsBlock .item::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#5E5DAA;
	opacity:0.9;
	transition:0.5s all;
}
.newsBlock .item:hover::before{
	background:linear-gradient(rgb(0 0 0 / 0%), rgb(94 93 170 / 75%));
	opacity:0;
}
.newsBlock .item .image{
	width:100%;
	height:288px;
	overflow:hidden;
}
.newsBlock .item .image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.3s all;
}
.newsBlock .item:hover .image img{
	/*transform:scale(1.1);*/
}
.newsBlock .item .tags{
	z-index:2;
	position:absolute;
	top:20px;
	left:20px;
}
.newsBlock .item .tags a{
	display:inline-block;
	background:#5E5DAA;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	padding:10px;
	font-size:14px;
	font-weight:400;
	transition:0.3s all;
	border:1px solid #fff;
	transition:0.3s all;
}
.newsBlock .item:hover .tags a{
	border-color:#5E5DAA;
}
/*.newsBlock .item .tags a:hover{
	background:rgb(94 93 170 / 50%);
}*/
.newsBlock .item .text{
	position:absolute;
	color:#fff;
	left:20px;
	bottom:20px;
	width:calc(100% - 40px);
}
.newsBlock .item .text .name{
	font-size:18px;
	line-height:1.3;
	font-weight:400;
	/*text-transform:uppercase;*/
	margin:0 0 12px;
}
.newsBlock .item:hover .text .name{
	
}
.newsBlock .item .text .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.newsBlock .item .text .info{
	float:right;
	opacity:0.5;
}
.newsBlock .item .text .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
}
.newsBlock .item .text .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top: 0px;
    height: 17px;
}



.newsBlock .item:nth-child(1){
	width:calc((100% / 3)*2 - 25px);
}
/*.newsBlock .item:nth-child(1)::before{
	background:linear-gradient(rgb(0 0 0 / 0%), rgb(94 93 170 / 75%));
	opacity:0;
}*/
.newsBlock .item:nth-child(1):hover::before{
	/*background:#5E5DAA;
	opacity:0.9;*/
}
.newsBlock .item:nth-child(1) .image{
	height:600px;
}
.newsBlock .item:nth-child(1) .tags{
	left:40px;
	top:40px;
}
.newsBlock .item:nth-child(1) .tags a{
	border-color:#5E5DAA;
}
.newsBlock .item .tags a:hover{
	background:#fff !important;
	color:#5E5DAA !important;
	border-color:#fff !important;
}
.newsBlock .item:nth-child(1) .text{
	bottom:40px;
	left:40px;
	width:calc(100% - 80px);
}
.newsBlock .item:nth-child(1) .text .name{
	font-size:32px;
}

.newsBlock .item:nth-child(4){
	width:calc(45% - 25px);
}
.newsBlock .item:nth-child(5){
	width:calc(55% - 25px);
}

.newsBlock .item:nth-child(5)::before{
	background:#1F1F1F;
	opacity:0.9;
	transition:0.3s all;
}
.newsBlock .item:nth-child(5):hover::before{
	background:linear-gradient(rgb(0 0 0 / 0%), rgb(94 93 170 / 75%));
	opacity:0;
}
.newsBlock .item:nth-child(5) .tags a{
	border-color:#fff;
	background:transparent;
}
.newsBlock .item:nth-child(5):hover .tags a{
	color:#fff;
	border-color:#5E5DAA;
	background:#5E5DAA;
}
.newsBlock .item:nth-child(5) .tags a:hover{
	color:#5E5DAA;
	border-color:#fff;
	background:#fff;
}

.newsBlock .item:nth-child(4),
.newsBlock .item:nth-child(5){
	margin-bottom:0;
}


/*------------ banners ----------*/
.banners{
	width:100%;
	position:relative;
}
.banners a{
	display:block;
	margin:0;
}
.banners img{
	width:100%;
	display:block;
}


/*------------ rightNews ---------*/
.rightNews{
	position:relative;
}
.rightNews .item{
	transition:0.3s all;
	padding:40px 10px 10px;
	border-bottom:1px solid #1F1F1F40;
}
.rightNews .item:hover{
	background:#fff;
}
.rightNews .item .name{
	font-size:16px;
	line-height:24px;
	font-weight:400;
	/*text-transform:uppercase;*/
	margin:0 0 24px;
}
.rightNews .item .name{
	transition:0.3s all;
}
.rightNews .item:hover .name a{
	color:#5E5DAA;
	text-decoration:none;
	display:block;
}
.rightNews .item .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.rightNews .item .info{
	float:right;
	opacity:0.5;
}
.rightNews .item .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
}
.rightNews .item .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	filter:brightness(0.25);
	top: 0px;
    height: 17px;
}

@media only screen and (max-width:1024px) {
	.newsBlock .item:nth-child(1){
		width: calc(100% - 10px);
	}
	.newsBlock .item,
	.newsBlock .item:nth-child(4), .newsBlock .item:nth-child(5){
		width: calc(100% / 2 - 10px);
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.newsBlock .item .text .date,
	.newsBlock .item .text .info span{
		font-size:14px;
	}
	.newsBlock .item .text .info span{
		margin-left:10px;
	}
	.newsBlock .item .text .info span img{
		top: -1px;
		height: 17px;
	}
	
	.rightNews .item .date,
	.rightNews .item .info span{
		font-size:14px;
	}
	.rightNews .item .info span{
		margin-left:10px;
	}
	.rightNews .item .info span img{
		top: -1px;
		height: 17px;
	}
}
@media only screen and (max-width:800px) {
	.indexBlock1{
		margin:20px 0;
	}
	.newsBlock .item{
		margin:0 0 !important;
		height:288px !important;
		transition:0.3s all;
		transform:scale(0.9);
	}
	.newsBlock .item .image{
		height:288px !important;
	}
	.newsBlock .item .tags{
		top: 20px !important;
		left: 20px !important;
	}
	.indexBlock1 .inner{
		display:block;
	}
	.indexBlock1 .leftside,
	.indexBlock1 .rightside{
		display:block;
		width:initial;
		margin:0;
		padding:0;
	}
	.indexBlock1 .leftside{
		margin:0 0 50px;
	}
	.newsBlock .item::before{
		background: #5E5DAA !important;
		opacity: 0.3 !important;
	}
	.newsBlock .item .tags a{
		background: #5E5DAA !important;
		border-color: #5E5DAA !important;
	}
	.newsBlock .slick-dots{
		bottom: -40px;
	}
	.newsBlock .slick-dots li button:before{
		display:none;
	}
	.newsBlock .slick-dots li button{
		background:#5E5DAA40;
		width:8px;
		height:8px;
		border-radius:50%;
		transition:0.3s all;
	}
	.newsBlock .slick-dots li.slick-active button{
		width:12px;
		height:12px;
		background:#5E5DAA;
	}
	
	.banners{
		padding:10px 0;
	}
	.banners .item{
		display:inline-block;
		vertical-align:top;
		margin: 0 10px;
		width:calc(50% - 25px);
	}
}
@media only screen and (max-width:640px) {
	.newsBlock .item.slick-active{
		transform:scale(1);
	}
}
@media only screen and (max-width:480px) {
	.newsBlock .item .text .name{
		font-size: 16px;
        font-family: Montserrat;
        font-weight: 500;
        text-transform: initial;
	}
	.newsBlock .item .tags {
        top: 10px !important;
        left: 10px !important;
    }
	.newsBlock .item .text{
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
	}
	.newsBlock .item .text .date {
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
		opacity:0.6;
	}
	.newsBlock .item .text .info{
		opacity:0.6;
	}
	.newsBlock .item .text .info span{
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
	}
	.newsBlock .item .text .info span img{
		height: 15px;
        top: 1px;
	}
	
	.rightNews .item{
		padding:20px 10px 10px;
	}
	.rightNews .item .name{
		margin:0 0 10px;
		font-weight:400;
		font-size:13px;
		line-height:16.25px;
		font-family: Montserrat;
		text-transform:initial;
	}
	.rightNews .item .date {
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
		opacity:0.6;
	}
	.rightNews .item .info{
		opacity:0.6;
	}
	.rightNews .item .info span{
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
	}
	.rightNews .item .info span img{
		height: 15px;
        top: 1px;
	}
}


/*-------- zagolovokBlock --------*/
.zagolovokBlock{
	background:#1F1F1F;
	color:#fff;
	padding:15px 0;
	position:relative;
}
.zagolovokBlock .zagolovok{
	margin:0;
	padding:0;
	font-size:42px;
	font-weight:400;
	width:calc(100% - 310px);
	display:inline-block;
	vertical-align:middle;
	/*text-transform:uppercase;*/
}
.zagolovokBlock .buttonBlock{
	display:inline-block;
	vertical-align:middle;
	width:300px;
	text-align:right;
}
.zagolovokBlock .buttonBlock .button2{
	font-size: 18px;
    line-height: 1.3em;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width:800px) {
	.zagolovokBlock .buttonBlock{
		display:none;
	}
	.zagolovokBlock .zagolovok{
		width:initial;
		text-align:center;
		font-size: 38px;
		display:block;
	}
}
@media only screen and (max-width:480px) {
	.zagolovokBlock .zagolovok{
		text-transform:initial;
		font-weight:600;
		font-family: Montserrat;
		font-size:19px;
		line-height:1.3;
	}
}

/*----------- indexBlock2 ----------*/
.indexBlock2{
	position:relative;
	margin:50px 0;
}
.indexBlock2 .inner{
	display:table;
	width:100%;
}
.indexBlock2 .leftside{
	width:calc(100% - 335px);
	display: table-cell;
	vertical-align: top;
    padding-right: 25px;
}
.indexBlock2 .rightside{
	display: table-cell;
    vertical-align: top;
	width:310px;
	/*background: #5E5DAA1A;*/
}
.indexBlock2 .rightside .sidebarMoveOuter{
	background: #5E5DAA1A;
}

.indexBlock2 .leftside.leftsideAlline{
	float:none;
	width:initial;
}


.newNews{
	position:relative;
}
.newNews .item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 12px 24px;
	width:calc(100% / 3 - 30px);
	border-bottom:1px solid #1F1F1F40;
	transition:0.6s all;
}
.newNews .itemBig{
	width:calc(50% - 30px);
}
.newNews .item .image{
	height:210px;
	overflow:hidden;
}
.newNews .item.itemBig .image{
	height:300px;
}
.newNews .item .image img{
	height:100%;
	width:100%;
	object-fit:cover;
	transition:0.6s all;
}
.newNews .item:hover .image img{
	transform:scale(1.1);
}
.newNews .item .text{
	padding:24px 20px 10px;
}
.newNews .item .name{
	font-size:16px;
	line-height:1.3;
	font-weight:400;
	/*text-transform:uppercase;*/
	height:85px;
	overflow:hidden;
	transition:0.6s all;
}
.newNews .item .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.newNews .item .info{
	float:right;
	opacity:0.5;
	font-size:16px;
}
.newNews .item .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
	transition:0.3s all;
}
.newNews .item .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top:0px;
	filter:brightness(0.25);
	transition:0.3s all;
	height: 17px;
}
.newNews .item:hover{
	background:#1F1F1F;
}
.newNews .item:hover .name,
.newNews .item:hover .date,
.newNews .item:hover .info{
	color:#fff;
}
.newNews .item:hover .info span img{
	filter:brightness(1);
}


.budVkurse{
	position:relative;
	display: flex;
}
.budVkurse .item{
	width:calc(50% - 12px);
	margin:0 12px;
}
.budVkurse .item .innerC{
	display: table;
    width: 100%;
    height: 100%;
}
.budVkurse .item .innerC2{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.budVkurse .item1{
	background:url(../images/logoDis.png) center center no-repeat #1F1F1F;
	color:#fff;
	position:relative;
	padding:40px 20px;
	line-height:27px;
	font-size:18px;
}
.budVkurse .item1 p{
	margin:0;
}
.budVkurse .item2{
	background:#5E5DAA;
	padding:40px 20px;
	text-align:center;
	overflow:hidden;
}
.budVkurse .item2 .it2name{
	line-height:27px;
	font-size:18px;
	margin:0 0 20px;
	opacity:0.5;
	color:#fff;
	/*text-transform:uppercase;*/
}
.budVkurse .item2 .it2name2{
	font-weight:400;
	font-size:24px;
	line-height:33px;
	color:#fff;
	/*text-transform:uppercase;*/
	margin:0 0 20px;
}
.budVkurse .item2::before{
	content:"";
	width:129px;
	height:129px;
	background:url(../images/social_network.svg) center center no-repeat;
	position:absolute;
	bottom:-10px;
	right:0;
}
.budVkurse .item2 .it2button a{
	position:relative;
}
.budVkurse .item2 .it2button a:before{
	content:"";
	width:80px;
	height:24px;
	background:url(../images/arrow_animation.svg) center center no-repeat;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-90px;
	animation-duration: 1.5s;
	animation-name: seethis;
	animation-iteration-count: infinite;
}
.budVkurse .item3{
	text-align:center;
	font-size:18px;
	background:#5E5DAA40;
}
.budVkurse .item3 p:first-child{
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
}
@keyframes seethis{
	0%{
		left:-90px;
	}
	50%{
		left:-100px;
	}
	100%{
		left:-90px;
	}
}

.budVkurse2,
.btnsv2{
	display:none;
}
@media only screen and (max-width:1200px) {
	.newNews .item{
		width: calc(100% / 2 - 30px);
	}
	.newNews .item.itemBig .image{
		height:180px;
	}
}
@media only screen and (max-width:1024px) {
	.newNews .item .text{
		padding:10px;
	}
	.newNews .item .date{
		font-size:14px;
	}
	.newNews .item .info span{
		margin-left:10px;
		font-size:14px;
	}
	.newNews .item .info span img{
		height:17px;
		top:-1px;
	}
}
@media only screen and (max-width:800px) {
	.indexBlock2{
		margin:20px 0;
	}
	.indexBlock2 .inner{
		display:block;
	}
	.indexBlock2 .leftside{
		padding:0;
		display:block;
		width:100%;
		margin:0 0 10px;
	}
	.indexBlock2 .rightside{
		padding:0;
		display:block;
		width:100%;
	}
	
	.btnsv2{
		display:block;
		margin:10px 0;
		text-align:center;
	}
}
@media only screen and (max-width:480px) {
	.btnsv2 a{
		display:block;
	}
	.btnsv2 .abutton img{
		right: calc(50% - 110px);
	}
	
	.budVkurse{
		display:none;
	}
	.budVkurse.fixin1{
		display:block;
	}
	.budVkurse.fixin1 .item:first-child{
		display:none;
	}
	.budVkurse.fixin1 .item{
		width: calc(100% - 40px);
		margin: 0;
	}
	.budVkurse2{
		display:block;
		margin:10px 0 0;
	}
	.budVkurse2 .item2{
		width:initial;
		margin:0;
	}
	.budVkurse .item2 .it2name{
		font-family: Montserrat;
		font-weight:600;
		font-size:14px;
		line-height:1.3;
		text-transform:initial;
		margin:0 0 8px;
	}
	.budVkurse .item2 .it2name2{
		font-family: Montserrat;
		font-weight:600;
		font-size:14px;
		line-height:1.3;
		text-transform:initial;
		margin:0 0 8px;
	}
	
	.newNews .item{
		width:100%;
		margin:0 0 10px;
	}
	.newNews .item .image,
	.newNews .item.itemBig .image{
		height: 260px;
	}
	.newNews .item .name{
		height:initial;
		margin:0 0 10px;
		font-family: Montserrat;
		font-size:14px;
		line-height:1.3;
		font-weight:400;
		text-transform:initial;
	}
	.newNews .item .text{
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
	}
	.newNews .item .text .date {
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
		opacity:0.6;
	}
	.newNews .item .text .info{
		opacity:0.6;
	}
	.newNews .item .text .info span{
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
	}
	.newNews .item .text .info span img{
		height: 15px;
        top: 1px;
	}
}
@media only screen and (max-width:380px) {
	.newNews .item .image,
	.newNews .item.itemBig .image{
		height: 200px;
	}
}


/*--------- indexBlock3 --------*/
.indexBlock3{
	position:relative;
	margin:0 0 50px;
	overflow:hidden;
	background: linear-gradient(#2A2A2A,#2A2A2A);
	padding:50px 0 100px;
}
.indexBlock3 .bgImg{
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:blur(15px);
	opacity:0.6;
}
.indexBlock3 .bgImg img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.indexBlock3 .textBlock{
	position:relative;
	z-index:2;
}
.indexBlock3 .nameB{
	background:#5E5DAA;
	margin:0 0 50px;
	padding:15px 0;
	font-weight:400;
	font-size:42px;
	line-height:67px;
	color:#fff;
	/*text-transform:uppercase;*/
}

.indexBlock3 .innerBlock .wire{
	display:flex;
	width:100%;
}
.indexBlock3 .innerBlock .left,
.indexBlock3 .innerBlock .right{
	width:calc(50% - 12px);
	margin:0 12px;
}
.indexBlock3 .innerBlock .image{
	width:100%;
	height:100%;
	overflow:hidden;
}
.indexBlock3 .innerBlock .image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.6s all;
}
.indexBlock3 .innerBlock .image:hover img{
	transform:scale(1.1);
}
.indexBlock3 .innerBlock .name{
	font-size:32px;
	color:#fff;
	font-weight:400;
	/*text-transform:uppercase;*/
	margin:0 0 24px;
	padding-right:75px;
	position:relative;
}
.indexBlock3 .innerBlock .name .socialBlock{
	position:absolute;
	top:0;
	right:0;
}
.indexBlock3 .innerBlock .name .socialBlock a{
	display:inline-block;
	margin-left:15px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
}
.indexBlock3 .innerBlock .text{
	font-size:16px;
	line-height:1.3em;
	color:#fff;
	margin:0 0 24px;
}
.indexBlock3 .innerBlock .buttonBlock{
	position:relative;
}
.indexBlock3 .innerBlock .buttonBlock a{
	font-size:18px;
	line-height:1.3em;
	font-family:'Fira Sans Extra Condensed', sans-serif;
	padding-top:15px;
	padding-bottom:15px;
}
.indexBlock3 .innerBlock .info{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	opacity:0.5;
	font-size:16px;
}
.indexBlock3 .innerBlock .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
	transition:0.3s all;
	color:#fff;
}
.indexBlock3 .innerBlock .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top:0px;
	transition:0.3s all;
	height:17px;
}
@media only screen and (max-width:1024px) {
	.indexBlock3 .innerBlock .info span{
		font-size:14px;
	}
	.indexBlock3 .innerBlock .info span img{
		height:17px;
		top:-1px;
	}
}
@media only screen and (max-width:800px) {
	.indexBlock3 .nameB{
		text-align:center;
		font-size:38px;
		line-height:1.3;
	}
}
@media only screen and (max-width:640px) {
	.indexBlock3{
		margin:0 0 30px;
		padding:30px 0;
	}
	.indexBlock3 .nameB{
		margin:0 0 20px;
	}
	.indexBlock3 .innerBlock .wire{
		display:block;
	}
	.indexBlock3 .innerBlock .left, .indexBlock3 .innerBlock .right{
		float:none;
		margin:0;
		width:100%;
	}
	.indexBlock3 .innerBlock .left{
		margin:0 0 10px;
	}
}
@media only screen and (max-width:480px) {
	.indexBlock3 .nameB{
        text-transform: initial;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 19px;
        line-height: 1.3;
    }
	.indexBlock3 .innerBlock .name{
		font-family: Montserrat;
		font-weight: 600;
		font-size:15px;
		line-height:1.3;
		padding:0;
		margin:0;
		text-transform:initial;
	}
	.indexBlock3 .innerBlock .name .socialBlock{
		position:relative;
	}
	.indexBlock3 .innerBlock .name .socialBlock a{
		margin:14px 15px 16px 0;
	}
	.indexBlock3 .innerBlock .text p{
		margin:0 0 16px;
		font-family: Montserrat;
		font-weight:400;
		font-size:13px;
		line-height:1.3;
	}
	.indexBlock3 .innerBlock .info{
		display:none;
	}
	.indexBlock3 .innerBlock .buttonBlock a{
		display:block;
		text-align:center;
		font-family: Montserrat;
		font-weight: 600;
		font-size: 13px;
		line-height:1.3;
	}
	.indexBlock3 .innerBlock .buttonBlock a img{
		right: calc(50% - 100px);
	}
}


/*------ indexBlock4 --------*/
.indexBlock4{
	position:relative;
	margin:50px 0;
}
.indexBlock4 .innerBlock{
	display:flex;
	width:100%;
}
.indexBlock4 .left{
	width:calc(100% - 448px);
	margin-right:24px;
}
.indexBlock4 .right{
	width:424px;
	/*background: #5E5DAA1A;*/
}
.indexBlock4 .right .newsItem2{
	
}
.newsItem2 .item{
	padding:20px 0 0;
	display:flex;
	border-bottom:1px solid #1F1F1F40;
	transition:0.3s all;
	background: #5E5DAA1A;
}
.newsItem2 .item:hover{
	background:#fff;
}
.newsItem2 .item .left2{
	width:calc(100% - 155px);
	padding:10px;
}
.newsItem2 .item .right2{
	width:145px;
}
.newsItem2 .image{
	width:100%;
	height:100%;
	overflow:hidden;
}
.newsItem2 .image img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	transition:0.6s all;
}
.newsItem2 .item:hover .image img{
	transform:scale(1.1);
}
.newsItem2 .name{
	font-weight:400;
	font-size:16px;
	line-height:24px;
	/*text-transform:uppercase;*/
	margin:0 0 10px;
	height:72px;
	overflow:hidden;
}
.newsItem2 .item .name a{
	transition:0.3s all;
	display:block;
}
.newsItem2 .item:hover .name a{
	color:#5E5DAA;
	text-decoration:none;
}
.newsItem2 .infoBlock .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.newsItem2 .infoBlock .info{
	float:right;
	opacity:0.5;
}
.newsItem2 .infoBlock .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
}
.newsItem2 .infoBlock .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top:0px;
	height:17px;
	filter:brightness(0.25);
}


.indexBlock4 .popularBlock{
	position:relative;
	margin:0 0 50px;
}
.indexBlock4 .popularBlock .item{
	display:inline-block;
	vertical-align:top;
	margin:0 12px 24px;
	width:calc(50% - 30px);
	position:relative;
	border-bottom:1px solid #5E5DAA;
}
.indexBlock4 .popularBlock .item .image{
	height:300px;
	position:relative;
	overflow:hidden;
}
.indexBlock4 .popularBlock .item .image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.6s all;
}
.indexBlock4 .popularBlock .item:hover .image img{
	transform:scale(1.1);
}
.indexBlock4 .popularBlock .item .image .tags{
	position:absolute;
	top:20px;
	left:20px;
}
.indexBlock4 .popularBlock .item .image .tags a{
	display: inline-block;
    background: #5E5DAA;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s all;
    border: 1px solid #5E5DAA;
    transition: 0.3s all;
}
.indexBlock4 .popularBlock .item .image .tags a:hover{
	border-color:#fff;
	background:#fff;
	color:#5E5DAA;
}
.indexBlock4 .popularBlock .item .textBlock{
	padding:20px;
	position:relative;
	transition:0.3s all;
}
.indexBlock4 .popularBlock .item .textBlock .name{
	margin:0 0 20px;
	height:55px;
	overflow:hidden;
}
.indexBlock4 .popularBlock .item .textBlock .name a{
	font-weight:400;
	font-size:22px;
	transition:0.3s all;
	/*text-transform:uppercase;*/
}
.indexBlock4 .popularBlock .item .textBlock .text{
	font-size:16px;
	height:42px;
	overflow:hidden;
	margin:0 0 20px;
}
.indexBlock4 .popularBlock .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.indexBlock4 .popularBlock .info{
	float:right;
	opacity:0.5;
}
.indexBlock4 .popularBlock .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
}
.indexBlock4 .popularBlock .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top:0px;
	height:17px;
	filter:brightness(0.25);
}

.indexBlock4 .popularBlock .item:hover .textBlock{
	background:#5E5DAA;
	color:#fff;
}
.indexBlock4 .popularBlock .item:hover .textBlock .name a{
	text-decoration:none;
	color:#fff;
}
@media only screen and (max-width:1200px) {
	.indexBlock4 .right{
		width:310px;
	}
	.indexBlock4 .left{
		width: calc(100% - 335px);
	}
	.newsItem2 .item .right2{
		display:none;
	}
	.newsItem2 .item .left2{
		width:initial;
	}
}
@media only screen and (max-width:1024px) {
	.indexBlock4 .popularBlock .item .textBlock{
		padding:10px;
	}
	.indexBlock4 .popularBlock .info span{
		margin-left: 10px;
		padding-left: 22px;
	}	
	.indexBlock4 .popularBlock .date,
	.indexBlock4 .popularBlock .info span{
		font-size:14px;
	}
	.indexBlock4 .popularBlock .info span img{
		height:17px;
		top:-1px;
	}
	
	.newsItem2 .infoBlock .date,
	.newsItem2 .infoBlock .info span{
		font-size:14px;
	}
	.newsItem2 .infoBlock .info span img{
		height:17px;
		top:-1px;
	}
	.indexBlock4 .popularBlock .item .textBlock .name a{
		font-size:16px;
		line-height:1.3;
	}
	.indexBlock4 .popularBlock .item .textBlock .text{
		font-size:14px;
		line-height:1.3;
		height: 36px;
	}
}
@media only screen and (max-width:800px) {
	.indexBlock4 .popularBlock .item .textBlock .name{
		height:40px;
	}
	.indexBlock4 .popularBlock .item{
		margin:0 0 10px;
		width:initial;
		float:none;
		display:block;
	}
	.indexBlock4{
		margin:30px 0;
	}
	.indexBlock4 .innerBlock{
		display:block;
	}
	.indexBlock4 .left{
		width:initial;
		display:block;
		margin:0;
	}
	.indexBlock4 .right{
		width:initial;
		display:none;
		margin:0;
	}
	.indexBlock4 .popularBlock .item{
		margin:0 10px 10px;
		width:calc(50% - 25px);
		display:inline-block;
		vertical-align:top;
	}
}
@media only screen and (max-width:640px) {
	.indexBlock4 .popularBlock .item .textBlock{
		padding:10px 0;
	}
	.indexBlock4 .popularBlock .item .textBlock .name{
		height:63px;
	}
	.indexBlock4 .popularBlock .item .textBlock .name a{
		font-size:16px;
		font-weight:600;
		line-height:1.3;
	}
	.indexBlock4 .popularBlock .item .textBlock .text{
		font-size:14px;
		line-height:1.3;
	}
	.indexBlock4 .popularBlock .item .date{
		font-size:14px;
	}
	.indexBlock4 .popularBlock .item .info span{
		margin-left:10px;
		font-size:14px;
	}
}
@media only screen and (max-width:480px) {
	.indexBlock4 .popularBlock .item{
		margin:0 0 10px;
		display:block;
		width:100%;
	}
	.indexBlock4 .popularBlock .item .textBlock .name{
		height:initial;
		margin:0 0 10px;
	}
	.indexBlock4 .popularBlock .item .textBlock .name a{
		font-family: Montserrat;
		font-weight: 600;
		font-size:14px;
		line-height:1.3;
	}
	.indexBlock4 .popularBlock .item .textBlock .text{
		height:initial;
		margin:0 0 10px;
		font-family: Montserrat;
		font-weight: 400;
		font-size:13px;
		line-height:1.3;
	}
	.indexBlock4 .popularBlock .item .date {
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
		opacity:0.6;
	}
	.indexBlock4 .popularBlock .item .info{
		opacity:0.6;
	}
	.indexBlock4 .popularBlock .item .info span{
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
	}
	.indexBlock4 .popularBlock .item .info span img{
		height: 15px;
        top: 1px;
	}
	.indexBlock4 .popularBlock .item .image{
		height:200px;
	}
	.indexBlock4 .right{
		display:none;
	}
}

/*--------- statiBlock -------*/
.statiBlock{
	position:relative;
	margin:0 0 50px;
	padding:50px 0;
}
.statiBlock .bgColor{
	background: #5E5DAABF;
	position:absolute;
	top:0;
	left:-100%;
	width:200%;
	height:100%;
}
.statiBlock .bgImg{
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:-100%;
	width:200%;
	height:100%;
	filter:blur(15px);
	opacity:0.3;
}
.statiBlock .bgImg img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.statiBlock .zagolovokBlock{
	padding-right:50px;
}
.statiBlock .zagolovokBlock::before{
	position:absolute;
	top:0;
	height:100%;
	width:200%;
	left:-100%;
	background: #1F1F1F;
	content:"";
}
.statiBlock .zagolovokBlock .zagolovok{
	position:relative;
	z-index:2;
}
.statiBlock .statiInner{
	padding-right:100px;
}
.statiBlock .statiRazdel{
	margin:25px 0 50px;
	position:relative;
	z-index:2;
}
.statiBlock .statiRazdel a{
	font-weight:400;
	font-size:14px;
	line-height:20.42px;
	padding:10px 20px;
	border:1px solid #fff;
	display:inline-block;
	margin-right:10px;
	color:#fff;
	text-decoration:none;
	transition:0.3s all;
}
.statiBlock .statiRazdel a:hover,
.statiBlock .statiRazdel a.active{
	background:#5E5DAA;
	border-color:#5E5DAA;
}
.statiBlock .statiItems{
	position:relative;
}

.statiBlock .statiItems .itemBig{
	width:100%;
	margin:0 0 24px;
	display:flex;
}
.statiBlock .statiItems .itemBig .si_left{
	width:calc(54% + 40px);
	height:400px;
}
.statiBlock .statiItems .itemBig .si_right{
	width:calc(46% - 40px);
	padding:20px;
	background:#1F1F1F;
	color:#fff;
}
.statiBlock .statiItems .itemBig .image{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.statiBlock .statiItems .itemBig .image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.6s all;
}
.statiBlock .statiItems .itemBig .image:hover img{
	transform:scale(1.1);
}
.statiBlock .statiItems .itemBig .tags{
	position:absolute;
	top:20px;
	left:20px;
}
.statiBlock .statiItems .itemBig .tags a{
	display: inline-block;
    background: #5E5DAA;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s all;
    border: 1px solid #5E5DAA;
    transition: 0.3s all;
}
.statiBlock .statiItems .itemBig .tags a:hover{
	border-color:#fff;
}
.statiBlock .statiItems .itemBig .name{
	margin:0 0 17px;
	font-weight:400;
	font-size:24px;
	/*text-transform:uppercase;*/
}
.statiBlock .statiItems .itemBig .name a{
	color:#fff;
}
.statiBlock .statiItems .itemBig .text{
	font-size:16px;
	margin:0 0 24px;
}
.statiBlock .statiItems .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.statiBlock .statiItems .info{
	float:right;
	opacity:0.5;
}
.statiBlock .statiItems .info span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	padding-left:30px;
	font-size:14px;
}
.statiBlock .statiItems .info span img{
	position:absolute;
	margin-right:5px;
	left:0;
	top:0px;
	height:17px;
}


.statiBlock .statiItems .item{
	display:inline-block;
	vertical-align:top;
	margin: 0 12px 24px 0;
    width: calc(50% - 9px);
	position:relative;
}
.statiBlock .statiItems .item:last-child{
	margin: 0 0 24px 0;
}
.statiBlock .statiItems .item::before {
    background: #1F1F1F;
    opacity: 0.9;
	transition: 0.5s all;
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.statiBlock .statiItems .item:hover::before {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(94 93 170 / 75%));
	opacity:0;
}
.statiBlock .statiItems .item .tags{
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
}
.statiBlock .statiItems .item .tags a{
	display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s all;
    border: 1px solid #fff;
    transition: 0.3s all;
}
.statiBlock .statiItems .item:hover .tags a{
	border-color: #5E5DAA;
    background: #5E5DAA;
}
.statiBlock .statiItems .item .tags a:hover{
	border-color: #fff;
    background: #fff;
	color:#5E5DAA;
}
.statiBlock .statiItems .item .text {
    position: absolute;
    color: #fff;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
}
.statiBlock .statiItems .item .text .name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    /*text-transform: uppercase;*/
    margin: 0 0 12px;
	color:#fff;
	max-height: 115px;
    overflow: hidden;
}
.statiBlock .statiItems .item .image {
    width: 100%;
    height: 240px;
}
.statiBlock .statiItems .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.statiBlock .statiItems .item:last-child::before{
	background: #5E5DAA;
}
.statiBlock .statiItems .item:hover:last-child::before{
	background: linear-gradient(rgb(0 0 0 / 0%), rgb(94 93 170 / 75%));
}

@media only screen and (max-width:1024px) {
	.statiBlock .zagolovokBlock .buttonBlock{
		display:none;
	}
	.statiBlock .zagolovokBlock .zagolovok{
		width:100%;
	}
	.statiBlock .zagolovokBlock{
		padding-right:0;
	}
	
	.statiBlock .statiInner{
		overflow:hidden;
		padding: 0 10px 0 0;
	}
	.statiBlock .statiRazdel{
		overflow: auto;
	}
	.statiRazdelIn{
		width:600px;
	}
	
	.statiBlock .statiItems .itemBig .text,
	.statiBlock .statiItems .item .text .name{
		font-size:16px;
		line-height:1.3;
	}
	.statiBlock .statiItems .itemBig .name{
		font-size:22px;
		line-height:1.3;
	}
	.statiBlock .statiItems .info span:last-child{
		display:none;
	}
	
	.statiBlock .statiItems .itemBig .si_left{
		width:35%;
		height:335px;
	}
	.statiBlock .statiItems .itemBig .si_right{
		width: 56%;
	}
}
@media only screen and (max-width:800px) {
	.statiBlock .bgColor,
	.statiBlock .bgImg,
	.statiBlock .zagolovokBlock::before{
		left:0;
		width:100%;
	}
	
	.statiBlock .statiInner{
		padding:0 10px 0 0;
	}
	.statiBlock .statiItems .itemBig .si_right{
		width: 59%;
	}
	
	.statiBlock .statiItems .itemBig{
		display:block;
		position:relative;
		display:none;
	}
	.statiBlock .statiItems .itemBig .si_left{
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.statiBlock .statiItems .itemBig .si_right{
		width:initial;
		height: 200px;
		position:relative;
		z-index:10;
		background: none;
	}
	.statiBlock .statiItems .item::before,
	.statiBlock .statiItems .item:last-child::before,
	.statiBlock .statiItems .itemBig .si_right::before{
		opacity: 0.9;
		transition: 0.5s all;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(#00000000, #5E5DAA8C);
	}
	.statiBlock .statiItems .itemBig .si_right::before{
		z-index:-1;
	}
	.statiBlock .statiItems .item,
	.statiBlock .statiItems .itemBig{
		margin: 0 12px 0 0 !important;
	}
	.statiBlock .statiItems .itemBig .text{
		display:none;
	}
	
	.statiBlock .statiItems .itemBig .text, .statiBlock .statiItems .item .text .name,
	.statiBlock .statiItems .itemBig .name{
		font-size:15px;
	}
	
	.statiBlock .statiItems .item .image{
		height:280px;
	}
	
	.statiBlock .statiItems{
		padding-bottom:40px;
	}
	.statiBlock .slick-dots{
		bottom: -10px;
	}
	.statiBlock .slick-dots li button:before{
		display:none;
	}
	.statiBlock .slick-dots li button{
		background:#FFFFFF40;
		width:8px;
		height:8px;
		border-radius:50%;
		transition:0.3s all;
	}
	.statiBlock .slick-dots li.slick-active button{
		width:12px;
		height:12px;
		background:#fff;
	}
	
}
@media only screen and (max-width:640px) {
	.statiBlock{
		margin:0 0 30px;
		padding:30px 0;
	}
	/*.statiBlock .statiItems .item{
		transition: 0.3s all;
        transform: scale(0.9);
		margin:0 !important;
	}
	.statiBlock .statiItems .item.slick-active {
        transform: scale(1);
    }*/
}


/*------------ indexBlock4 ----------*/
body{
	overflow-x:hidden;
}
.indexBlock4.inverseFix .left{
	margin-right:0;
	margin-left:24px;
}
.indexBlock4.inverseFix .statiBlock .bgColor{
	left: 0;
	background:#2A2A2A;
}
.indexBlock4.inverseFix .statiBlock .zagolovokBlock::before{
	left:0;
}
.indexBlock4.inverseFix .statiBlock .zagolovokBlock{
	padding-right:10px;
	padding-left:50px;
}
.indexBlock4.inverseFix .statiBlock .statiInner{
	padding-right:20px;
	padding-left:100px;
}
.indexBlock4.inverseFix .statiBlock .bgImg{
	left:0;
}

.infoBlockNews{
	margin:50px 0 0;
	padding:20px;
	color:#fff;
	background: url(../images/logoDis.png) center center no-repeat #5E5DAA;
}
.infoBlockNews .ibn_name,
.infoBlockNews .ibn_text p strong{
	font-size:32px;
	margin:0 0 24px;
	font-weight:400;
}
.infoBlockNews .ibn_text{
	font-size:16px;
}

@media only screen and (max-width:1200px) {
	.indexBlock4.inverseFix .statiBlock .bgColor,
	.indexBlock4.inverseFix .statiBlock .bgImg,
	.indexBlock4.inverseFix .statiBlock .zagolovokBlock::before{
		left:0;
		right:0;
		width:100%;
	}
}
@media only screen and (max-width:1024px) {
	.indexBlock4.inverseFix .statiBlock .statiInner{
		padding-left:20px;
	}
}
@media only screen and (max-width:800px) {
	.indexBlock4.inverseFix .left{
		margin-left:0;
	}
}
@media only screen and (max-width:640px) {
	.infoBlockNews{
		display:none;
	}
}


/*------------------ afishaBlock -------------*/
.afishaBlock{
	padding:50px 0 100px;
	background:url(../images/afisha.jpg) center center no-repeat;
	background-size: cover;
}
.afishaBlock .afishaRazdel{
	margin:25px 20px 50px;
}
.afishaBlock .afishaRazdel a{
	font-weight: 500;
    font-size: 14px;
    line-height: 20.42px;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}
.afishaBlock .afishaRazdel a:hover{
	text-decoration: none;
}
.afishaBlock .afishaRazdel a:hover, .afishaBlock .afishaRazdel a.active {
    background: #5E5DAA;
    border-color: #5E5DAA;
}



.afishaInner .item{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 30px - 40px);
	margin: 0 12px 24px;
	position:relative;
	
	background:#1F1F1F;
	color:#fff;
	padding:20px;
	
	transition:0.3s all;
}
.afishaInner .item:hover{
	background:#5E5DAA;
}
.afishaInner .bigitem{
	width:calc(100%/3  + 100%/3 - 30px);
	padding:0;
}
.afishaInner .smallitem{
	width:calc(100%/3 - 40px);
	padding:0;
	color:initial;
	background:initial;
}
.afishaInner .bigitem::after{
	content:"";
	clear:both;
	display:block;
}
.afishaInner .bigitem .left{
	float:left;
	width:40%;
	overflow:hidden;
}
.afishaInner .bigitem .left img{
	display:block;
	width:100%;
	object-fit:cover;
	height:265px;
	transition:0.6s all;
}
.afishaInner .bigitem:hover .left img{
	transform:scale(1.1);
}
.afishaInner .bigitem .right{
	float:right;
	padding:20px;
	width:calc(60% - 40px);
}
.afishaInner .item .topinfo{
	font-size:14px;
	/*text-transform:uppercase;*/
	opacity:0.5;
}
.afishaInner .item .topinfo::after{
	content:"";
	clear:both;
	display:block;
}
.afishaInner .item .topinfo .city{
	float:left;
}
.afishaInner .item .topinfo .date{
	float:right;
}
.afishaInner .item .name a{
	display:block;
	font-size:20px;
	font-weight:400;
	/*text-transform:uppercase;*/
	color:#fff;
	margin:32px 0;
	height:50px;
	overflow:hidden;
	display:block;
}
.afishaInner .item .name a:hover{
	text-decoration:none;
}


.ui-datepicker-inline{
    width: 100%;
    height: 258px;
    border-radius: 0;
}
.ui-datepicker-inline td a{
	background:tra1nsparent !Important;
	border:none !important;
	text-align:center;
	color:#1F1F1FBF !important;
}
.ui-datepicker .ui-datepicker-header{
	background:#fff;
	border:none;
	color:#000;
}
.ui-datepicker .ui-datepicker-prev span{
	background:url(../images/dateleft.svg) center center no-repeat !important;
	cursor:pointer !important;
}
.ui-datepicker .ui-datepicker-next span{
	background:url(../images/dateright.svg) center center no-repeat !important;
	cursor:pointer !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
	background:none !important;
	border:none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background:#5E5DAA40 !important;
	border:none;
}

.afishaBlock .buttonBlock2{
	display:none;
}
@media only screen and (max-width:800px) {
	.afishaBlock{
		padding:30px 0;
	}
	.afishaBlock .buttonBlock2{
		display:block;
		padding:40px 0 0;
	}
	.afishaBlock .buttonBlock2 a:first-child{
		padding:10px 20px;
	}
	.afishaBlock .buttonBlock2 a:last-child{
		float:right;
	}
	
	.afishaBlock .afishaRazdel{
		margin: 25px 13px;
		overflow: auto;
	}
	.afishaRazdel .afishaRazdelIn{
		width:600px;
	}
	
	.afishaInner .smallitem{
		display:none !important;
	}
	.afishaInner .item{
		display:block;
		padding:0;
		width:initial;
	}
	.afishaInner .item .name a{
		font-size:16px;
		padding:0 10px;
		margin:20px 0;
		height:60px;
	}
	.afishaInner .item .topinfo{
		font-size:14px;
		padding:10px 10px 0;
	}
	.afishaInner .item .button{
		padding:10px 10px;
	}
	
	.afishaInner .slick-dots{
		bottom: -20px;
	}
	.afishaInner .slick-dots li button:before{
		display:none;
	}
	.afishaInner .slick-dots li button{
		background:#FFFFFF40;
		width:8px;
		height:8px;
		border-radius:50%;
		transition:0.3s all;
	}
	.afishaInner .slick-dots li.slick-active button{
		width:12px;
		height:12px;
		background:#fff;
	}
}
@media only screen and (max-width:480px) {
	.afishaBlock .buttonBlock2{
		text-align:center;
	}
	.afishaBlock .buttonBlock2 a{
		float:none !important;
		display:inline-block;
		margin:0 0 10px;
	}
	.afishaInner .bigitem .left,
	.afishaInner .bigitem .right{
		float:none;
		width:initial;
	}
	.afishaInner .bigitem{
		
	}
}


/*------------- bioBlock --------------*/
.bioBlock{
	position:relative;
	margin:0 0 50px;
}
.bioBlock .bioBlockInner .item{
	display:inline-block;
	vertical-align:top;
	margin:0 12px 24px;
	width:calc(25% - 30px);
	position:relative;
}
.bioBlock .bioBlockInner .item .image{
	height:300px;
	overflow:hidden;
}
.bioBlock .bioBlockInner .item .image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.6s all;
}
.bioBlock .bioBlockInner .item:hover .image img{
	transform:scale(1.1);
}
.bioBlock .bioBlockInner .item .textBlock{
	transition:0.3s all;
	background:#1F1F1F;
	padding:20px;
}
.bioBlock .bioBlockInner .item .textBlock .name{
	height:34px;
	overflow:hidden;
	margin:0 0 20px;
	font-size:24px;
	/*text-transform:uppercase;*/
	font-weight:400;
	color:#fff;
	text-decoration:none;
	transition:0.3s all;
}
.bioBlock .bioBlockInner .item .textBlock .text{
	transition:0.3s all;
	color:#fff;
	margin:0 0 20px;
	font-size:16px;
}
.bioBlock .bioBlockInner .item .textfoot::after{
	clear:both;
	display:block;
	content:"";
} 
.bioBlock .bioBlockInner .item .textfoot .date{
	float:left;
	opacity:0.5;
	color:#fff;
	transition:0.3s all;
	font-size:14px;
}
.bioBlock .bioBlockInner .item .textfoot .social{
	float:right;
	position:relative;
	z-index:10;
}
.bioBlock .bioBlockInner .item .textfoot .social a{
	display:inline-block;
	margin-left:10px;
}
.bioBlock .bioBlockInner .item:hover .textBlock{
	background:#fff;
}
.bioBlock .bioBlockInner .item:hover .textBlock .name,
.bioBlock .bioBlockInner .item:hover .textBlock .text,
.bioBlock .bioBlockInner .item:hover .textfoot .date{
	color:#000;
}
.bioBlock .bioBlockInner .item:hover .textfoot .social{
	filter: invert(1);
}



/*------------------ bioBlockText ----------*/
.bioBlockText{
	padding:20px;
	color:#fff;
	background: url(../images/logoDis.png) center center no-repeat #5E5DAA;
}
.bioBlockText .bbt_name{
	font-size: 32px;
    margin: 0 0 24px;
    font-weight: 400;
}
.bioBlockText .bbt_text{
	font-size: 16px;
}
.bioBlockText .bbt_text::after{
	clear:both;
	display:block;
	content:"";
}
.bioBlockText .bbt_text .left{
	float:left;
	width:calc(50% - 12px);
}
.bioBlockText .bbt_text .right{
	float:right;
	width:calc(50% - 12px);
}

@media only screen and (max-width:1024px) {
	.bioBlock .bioBlockInner .item{
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width:800px) {
	.bioBlock .bioBlockInner .item .textBlock .name{
		height: 21px;
		font-size:16px;
	}
	.bioBlock .bioBlockInner .item .textBlock .text{
		font-size:14px;
	}
	.bioBlock .bioBlockInner .item .textfoot .date{
		font-size:14px;
	}
}
@media only screen and (max-width:640px) {
	.bioBlock .bioBlockInner .item .image{
		height:220px;
	}
	.bioBlock .bioBlockInner .item .textBlock{
		padding:10px;
	}
	.bioBlockText{
		display:none;
	}
}
@media only screen and (max-width:480px) {
	.bioBlock .bioBlockInner .item{
		width: initial;
	}
}


/*--------------- vipuskiBlock -----------------*/
.vipuskiBlock{
	position:relative;
	padding:50px 0 100px;
	background:#5E5DAA;
}

.slider1{
	margin:50px 0 50px;
	position:relative;
}
.slider1 .item{
	margin:0 12px;
}
.slider1 .item a{
	display:block;
	height:440px;
	width:100%;
}
.slider1 .item a img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.slider1 .slick-dots{
	bottom:-70px;
	padding:0 70px;
	width:calc(100% - 140px);
}
.slider1 .slick-dots li{
	background:#FFFFFF40;
}
.slider1 .slick-dots li.slick-active{
	background:#fff;
}
.slider1 .slick-dots li button:before{
	display:none;
}

.slider1 .slick-prev:before, 
.slider1 .slick-next:before{
	display:none;
}
.slider1 .slick-prev,
.slider1 .slick-next{
	width: 50px;
    height: 50px;
    bottom: -100px;
    top: initial;
	transition:0.3s all;
}
.slider1 .slick-next{
	right:12px;
	left:initial;
	background:url(../images/sliderright.svg) center center no-repeat #FFFFFF40;
}
.slider1 .slick-prev{
	left:12px;
	right:initial;
	background:url(../images/sliderleft.svg) center center no-repeat #FFFFFF40;
}
@media only screen and (max-width:800px) {
	.slider1 .slick-dots li{
		border-radius:50%;
		width: 10px;
		height: 10px;
	}
	.vipuskiBlock{
		padding:30px 0 60px;
	}
}
@media only screen and (max-width:480px) {
	.slider1 .slick-prev, .slider1 .slick-next{
		display:none !important;
	}
	.slider1 .slick-dots{
		padding:0;
		width:initial;
	}
}

/*----------- footer ------------*/
.footer{
	background:#1F1F1F;
	padding:100px 0 80px;
}

.footer1,
.footer2{
	padding:0 0 50px;
}
.footer1::after,
.footer2::after{
	clear:both;
	display:block;
	content:"";
}
.footer1 .left,
.footer2 .left{
	width:calc(40% - 20px);
	float:left;
}
.footer1 .right,
.footer2 .right{
	width:calc(60% - 20px);
	float:right;
}
.footer1 .left .name,
.footer2 .left .name{
	font-size:18px;
	margin:0 0 10px;
	/*text-transform:uppercase;*/
	color:#5E5DAA;
	font-weight:400;
}
.footer1 .left .text,
.footer2 .left .text{
	color:#fff;
	font-size:16px;
}
.footer1 .right ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:right;
	display:block;
}
.footer1 .right ul li{
	display:inline-block;
	margin-left:45px;
	margin-bottom:10px;
}
.footer1 .right ul li a{
	color:#fff;
	/*text-transform:uppercase;*/
	display:block;
	font-weight:400;
}

.footer2{
	border-bottom:1px solid #FFFFFF26;
}
.footer2 .right .text{
	font-size:12px;
	color:#FFFFFF80;
	text-align:right;
	margin-top:30px;
}

.footer .subscribe{
	margin:10px 0 0;
	position:relative;
}
.footer .subscribe input[type="text"]{
	background:#FFFFFF26;
	line-height:30px;
	color:#FFFFFF80;
	font-size:18px;
	border:1px solid #5E5DAA;
	padding:10px 20px;
	width:calc(100% - 210px);
}
.footer .subscribe input[type="submit"]{
	position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    font-size: 17px;
    padding: 15px 15px 15px 0;
	background-image:url(../images/strelka1.svg);
	background-position:90% center;
	background-repeat:no-repeat;
}




.footer3{
	padding:50px 0 0;
}
.footer3 .footerLogo,
.footer3 .sociallinks,
.footer3 .copyright{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
}
.footer3 .footerLogo{
	width:380px;
}
.footer3 .copyright{
	text-align:right;
	width:380px;
}
.footer3 .sociallinks{
	width:calc(100% - 380px - 380px - 10px);
}
.footer3 .socialFinner{
	text-align:center;
}
.footer3 .socialFinner a{
	display:inline-block;
	vertical-align:middle;
	height:22px;
	position:relative;
	margin:0 14px;
}
.footer3 .socialFinner a span{
	color:#fff;
	position:absolute;
	top:0;
	right:-5px;
	opacity:0.5;
}
.footer3 .socialFtext{
	color:#fff;
	text-align:center;
	opacity:0.5;
	margin-top:15px;
	font-size:14px;
}
@media only screen and (max-width:1024px) {
	.footer3 .sociallinks{
		display:none;
	}
}
@media only screen and (max-width:800px) {
	.footer1 .left, .footer2 .left{
		width:initial;
		float:none;
		text-align:center;
	}
	.footer1 .right, .footer2 .right{
		width:initial;
		float:none;
		text-align:center;
	}
	.footer1 .right ul{
		text-align:center;
		margin-top:40px;
	}
	.footer1 .right ul li{
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom:0;
	}
	.footer1 .right ul li a{
		font-weight:400;
	}
	.footer .subscribe input[type="submit"]{
		right:84px;
	}
	.footer1 .left .text, .footer2 .left .text{
		font-size:14px;
	}
	.footer{
		padding:50px 0;
	}
	.footer2 .right .text{
		text-align:center;
	}
	.footer1, .footer2{
		padding:0 0 25px;
	}
	.footer3{
		padding:25px 0 0;
	}
	.footer3 .footerLogo, .footer3 .sociallinks, .footer3 .copyright{
		width:initial;
		text-align:center;
		display:block;
	}
	.footer3 .sociallinks{
		margin:30px 0;
	}
}


/*---------- news -----------*/
.zagolovokPurple{
	background:#5E5DAA;
}


/*--------- breadcrumbs --------*/
.breadcrumbs{
	padding:20px 0;
	line-height:1.3;
	font-size:14px;
	color:#5E5DAA;
}
.breadcrumbs a,
.breadcrumbs span{
	color:#1F1F1F;
	text-decoration:none;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}
.breadcrumbs span{
	display:inline-block;
	margin:0 10px;
}


/*------------ biography ------------*/
.BlockBiography{
	margin:50px 0;
}
.BlockBiography .item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 12px 24px;
	width:calc(100% / 4 - 30px);
	border-bottom:1px solid #1F1F1F40;
	transition:0.3s all;
}
.BlockBiography .item.itemBig{
	width:calc(50% - 30px);
}
.BlockBiography .item .image{
	height:300px;
	overflow:hidden;
}
.BlockBiography .item .image img{
	height:100%;
	width:100%;
	object-fit:cover;
	transition:0.6s all;
}
.BlockBiography .item:hover .image img{
	transform:scale(1.1);
}
.BlockBiography .item .text{
	padding:20px;
}
.BlockBiography .item .name{
	font-size:24px;
	line-height:1.3;
	font-weight:400;
	/*text-transform:uppercase;*/
	height:36px;
	overflow:hidden;
	transition:0.3s all;
}
.BlockBiography .item .textBlock{
	font-size: 16px;
    line-height: 1.3;
    margin: 20px 0;
    height: 60px;
    transition: 0.3s all;
	overflow:hidden;
}
.BlockBiography .item .date{
	opacity:0.5;
	font-size:14px;
	float:left;
}
.BlockBiography .item .social{
	float:right;
	opacity:0.5;
	font-size:14px;
}
.BlockBiography .item .social a{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	font-size:16px;
	transition:0.3s all;
}
.BlockBiography .item:hover{
	background:#1F1F1F;
}
.BlockBiography .item:hover .name,
.BlockBiography .item:hover .date,
.BlockBiography .item:hover .info,
.BlockBiography .item:hover .textBlock,
.BlockBiography .item:hover .social a{
	color:#fff;
}
.BlockBiography .item:hover .info span img{
	filter:brightness(1);
}

@media only screen and (max-width:1200px) {
	.BlockBiography .item{
		width: calc(100% / 3 - 30px);
	}
}
@media only screen and (max-width:1024px) {
	
}
@media only screen and (max-width:800px) {
	.BlockBiography .item{
		width: calc(100% / 2 - 30px);
	}
	.BlockBiography{
		margin:20px 0;
	}
	.BlockBiography .inner{
		display:block;
	}
	.BlockBiography .item .text{
		padding:10px;
	}
	.BlockBiography .item .date{
		font-size:14px;
	}
	.BlockBiography .item .name{
		font-size:18px;
		height: 25px;
	}
	.BlockBiography .item .textBlock{
		font-size:14px;
		margin:10px 0;
		height: 54px;
	}
}
@media only screen and (max-width:480px) {
	.BlockBiography .item,
	.BlockBiography .item.itemBig{
		width:100%;
		margin:0 0 10px;
	}
	.BlockBiography .item .image{
		height: 260px;
	}
	.BlockBiography .item .name{
		height:initial;
		margin:0 0 10px;
		font-family: Montserrat;
		font-size:14px;
		line-height:1.3;
		font-weight:400;
		text-transform:initial;
	}
	.BlockBiography .item .text{
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
	}
	.BlockBiography .item .text .date {
		font-size: 12px;
		font-weight:400;
		font-family: Montserrat;
		opacity:0.6;
	}
}
@media only screen and (max-width:380px) {
	.BlockBiography .item .image{
		height: 300px;
	}
}


/*-------- RazdelBlock -------*/
.RazdelBlock{
	margin:20px 0;
}
.RazdelBlock a{
	color:#1F1F1F;
	border:1px solid #1F1F1F;
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	font-size:14px;
	transition:0.3s all;
	text-decoration:none;
	font-weight:400;
}
.RazdelBlock a.active{
	background:#1F1F1F;
	color:#fff;
}
.RazdelBlock a:hover{
	text-decoration:none;
	background:#ccc;
}


/*------ content_inner ---------*/
.content_inner{
	position:relative;
	font-size:18px;
	padding-bottom:30px;
	border-bottom:1px solid #5E5DAA;
}
.content_inner p{
	margin:0 0 18px;
}
.content_inner h1{
	font-weight:700;
	/*text-transform:uppercase;*/
	margin:0 0 18px;
	font-size:32px;
}
.content_inner h2{
	font-size:24px;
	font-weight:700;
	/*text-transform:uppercase;*/
}
.content_inner strong{
	font-weight:700;
	/*text-transform:uppercase;*/
}
.content_inner blockquote{
	background: #5E5DAA1A;
    margin: 0 0 18px;
    padding: 30px 20px 30px 120px;
	position:relative;
}
.content_inner blockquote::before{
	content:"";
	background:#5E5DAA;
	width:80px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.content_inner blockquote::after{
	content:"";
	width:80px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url("../images/blockquote.svg") center center no-repeat;
	background-size:40px;
	z-index:2;
}
.figcaption{
	font-style:italic;
	color:#1F1F1F80;
	font-size:15px;
}
.content_inner ul{
	list-style:none;
	margin:0 0 18px;
	padding:0;
}
.content_inner ul li{
	margin:0 0 18px;
	padding-left:40px;
	position:relative;
}
.content_inner ul li::before{
	content:"";
	background:#5E5DAA;
	border-radius:50%;
	width:10px;
	height:10px;
	position:absolute;
	top:5px;
	left:15px;
}
.content_inner a{
	color:#5E5DAA;
}
@media only screen and (max-width:1200px) {
	.content_inner{
		font-size:16px;
	}
	.content_inner h1{
		font-size:28px;
	}
	.content_inner h2{
		font-size:20px;
	}
}
@media only screen and (max-width:800px) {
	.content_inner{
		font-size:14px;
	}
	.content_inner h1{
		font-size:28px;
	}
	.content_inner h2{
		font-size:18px;
	}
}
@media only screen and (max-width:480px) {
	.content_inner blockquote{
		padding: 15px 10px 30px 95px;
	}
}

.content_tags{
	font-size:14px;
	padding:20px 0 30px;
}
.content_tags a{
	display:inline-block;
	color:#5E5DAA;
	margin:0 5px;
}
@media only screen and (max-width:1200px) {
	.content_tags{
		font-size:16px;
	}
}
@media only screen and (max-width:800px) {
	.content_tags{
		font-size:14px;
	}
}


/*---------- content_comments ------------*/
.content_comments{
	position:relative;
	border-bottom:1px solid #5E5DAA;
}
.content_comments .item{
	position:relative;
	margin:24px 0 24px;
}
.content_comments .item .item{
	padding-left:60px;
}
.content_comments .item .image{
	width:50px;
	height:50px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.content_comments .item .image img{
	height:100%;
	width:100%;
	display:block;
	object-fit:cover;
}
.content_comments .item .textblock{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 108px);
	margin-left:10px;
}
.content_comments .item .textblock .name{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
}
.content_comments .item .textblock .date{
	margin:0 0 8px;
	color:#1F1F1F80;
	font-size:14px;
}
.content_comments .item .textblock .text{
	font-size:13px;
	margin:0 0 8px;
}
.content_comments .item .textblock .answer a{
	color:#5E5DAA;
	font-size:14px;
}
.semorecomments{
	text-align:center;
}
.semorecomments a{
	display:block;
	width:calc(100% - 40px);
	padding:20px;
	color:#5E5DAA;
	font-size:18px;
}
.content_comments textarea{
	background:#1F1F1F1A;
	border:none;
	width:calc(100% - 20px);
	display:block;
	height:140px;
	padding:18px 10px;
}
.content_comments button[type="submit"]{
	cursor:pointer;
	margin:24px 0;
}
@media only screen and (max-width:1200px) {
	.content_comments .item .textblock .text,
	.semorecomments a,
	.content_comments .item .textblock .answer a{
		font-size:14px;
	}
	.content_comments .item .textblock .name{
		font-size:18px;
	}
}
@media only screen and (max-width:800px) {
	.content_comments .item .textblock .text,
	.semorecomments a,
	.content_comments .item .textblock .answer a{
		font-size:14px;
	}
	.content_comments .item .textblock .date{
		font-size:12px;
	}
	.content_comments .item .textblock .name{
		font-size:18px;
	}
}
@media only screen and (max-width:480px) {
	.content_comments .item .image{
		width:40px;
		height:40px;
	}
	.content_comments .item .textblock{
		width: calc(100% - 60px);
	}
	.content_comments .item .item {
		padding-left: 55px;
	}
}


/*------------- contentin_info ----------*/
.contentin_info{
	position:relative;
	font-size:16px;
	padding:16px 0;
	background:#5E5DAA40;
}
.contentin_info::after{
	clear:both;
	display:block;
	content:"";
}
.contentin_info .left{
	float:left;
}
.contentin_info .right{
	float:right;
}
.contentin_info .right .item{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-left:50px;
	padding-left: 28px;
}
.contentin_info .item img{
	display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contentin_info .item:last-child img{
	transform:initial;
	top:0;
}
.contentin_info a{
	text-decoration:none;
}
@media only screen and (max-width:800px) {
	.contentin_info{
		font-size:14px;
	}
	.contentin_info .item img{
		height:80%;
	}
	.contentin_info .item:last-child img{
		height:15px;
	}
	.contentin_info .right .item{
		margin-left:20px;
	}
}


/*---------- bioinner_info ------------*/
.bioinner_info{
	margin:-18px 0 18px;
	color:#1F1F1F;
}
.bioinner_info .bioitem{
	position:relative;
	background:#5E5DAA1A;
	padding:10px 20px;
	font-size:18px;
}
.bioinner_info .bioitem:nth-child(2n){
	background:#5E5DAA0D;
}
.bioinner_info .bioitem::after{
	content:"";
	clear:both;
	display:block;
}
.bioinner_info .bioitem .bioleft{
	float:left;
	width:calc(100% - 100px);
}
.bioinner_info .bioitem .bioright{
	float:right;
	width:100px;
	text-align:right;
}
.bioinner_info .bioitem .bioright a{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	color:#1F1F1F80;
	transition:0.3s all;
}
.bioinner_info .bioitem .bioright a:hover{
	color:#1F1F1F;
}
@media only screen and (max-width:1200px) {
	.bioinner_info .bioitem{
		font-size:16px;
	}
}
@media only screen and (max-width:800px) {
	.bioinner_info .bioitem{
		font-size:14px;
	}
}


/*------------ vipuski_block -----------*/
.vipuski_block{
	padding:50px 0 100px;
}
.vipuski_block .item{
	display:inline-block;
	vertical-align:top;
	margin:0 9px 24px;
	width: calc(25% - 24px);
}
.vipuski_block .item a{
	display:block;
	position:relative;
	height:440px;
	width:100%;
}
.vipuski_block .item a img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
}
@media only screen and (max-width:1200px) {
	.vipuski_block .item{
		width: calc(100% / 3 - 24px);
	}
	.vipuski_block .item a{
		height: 40vw;
	}
}
@media only screen and (max-width:480px) {
	.vipuski_block{
		margin-top:25px;
	}
	.vipuski_block .item{
		width: calc(50% - 12px);
		margin: 0 5px 10px;
	}
	.vipuski_block .item a{
		height: 62vw;
	}
}


/*------------- contacts_block ----------*/
.contacts_block{
	padding:50px 0 100px;
}
.contacts_block .content_inner{
	border:none;
}
.contacts_block .content_inner::after{
	display:block;
	clear:both;
	content:"";
}
.contacts_block .lefts{
	float:left;
	width:calc(50% - 12px);
}
.contacts_block .rights{
	float:right;
	width:calc(50% - 12px);
}

.conttable{
	width:100%;
	margin:30px 0 0;
}
.conttable td{
	padding:8px 0;
	vertical-align:top;
}
.conttable td:first-child{
	font-weight:bold;
}
.conttable td:last-child{
	text-align:right;
}

.contacts_inner{
	position:relative;
	display:flex;
}
.contacts_inner .item{
	width:25%;
	margin:0 10px;
	background:#5E5DAA40;
	padding:20px;
	font-size: 18px;
	transition:0.3s all;
}
.contacts_inner .item:hover{
	background:#5E5DAA;
	color:#fff;
}
.contacts_inner .item a{
	font-weight:bold;
	display:inline-block;
	line-height: 1.5;
	transition:0.3s all;
}
.contacts_inner .item:hover a{
	color:#fff;
}
.contacts_block .mobilemap{
	margin:30px 0 0;
}
@media only screen and (max-width:1200px) {
	.contacts_inner .item{
		font-size:16px;
	}
}
@media only screen and (max-width:1024px) {
	.contacts_inner .item{
		font-size:15px;
		padding:10px;
	}
}
@media only screen and (max-width:800px) {
	.contacts_block{
		padding-bottom:0;
		padding-top:30px;
	}
	.contacts_block .lefts{
		float:none;
		width:initial;
	}
	.contacts_inner{
		flex-wrap: wrap;
	}
	.contacts_inner .item{
		margin:0 5px 10px;
	}
}
@media only screen and (max-width:640px) {
	.contacts_inner .item{
		margin:0 0 10px;
		width:100%;
	}
}



/*----------- afishaPage -----------*/
.afishaPage{
	padding:0;
	background:none;
}
.afishaPage .afishaRazdelIn a{
	border-color:#1F1F1F;
	color:#1F1F1F;
}
.afishaPage .afishaRazdel a:hover, .afishaPage .afishaRazdel a.active{
	background:#1F1F1F;
	color:#fff;
	border-color:#1F1F1F;
}


/*--------------- totop ----------*/
.totop{
	cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
    background: #5E5DAA;
    padding: 11px 13px 9px;
	display:none;
}


/*------------ reiting_block ----------*/
.reiting_block{
	position:relative;
	padding:50px 0;
}
.reiting_block .reiting_in1{
	display:flex;
	vertical-align:top;
}
.reiting_block .reiting_in1 .item{
	width:25%;
	background:#5E5DAA;
	color:#fff;
	margin:0 12px 24px;
	padding:20px;
	position:relative;
	transition:0.3s all;
}
.reiting_block .reiting_in1 .item:hover{
	background:#1F1F1F;
}
.reiting_block .reiting_in1 .item:first-child:hover{
	background:#5E5DAA;
	color:#fff;
}
.reiting_block .reiting_in1 .item:hover{
	/*box-shadow: 0 0 5px #000;*/
}
.reiting_block .reiting_in1 .item:first-child{
	width:50%;
	background:#1F1F1F;
}
.reiting_block .reiting_in1 .item .num{
	text-align:center;
	margin:0 auto 25px;
	display:block;
	width:100px;
	line-height:100px;
	font-size:52px;
	font-weight:bold;
	background:#FFFFFF26;
	border-radius:50%;
}
.reiting_block .reiting_in1 .item .name{
	font-size:18px;
	font-weight:700;
	margin:0 0 18px;
}
.reiting_block .reiting_in1 .item .name2{
	font-size:32px;
	font-weight:700;
	margin:0 0 18px;
	text-align:center;
}
.reiting_block .reiting_in1 .item .text{
	font-size:18px;
	font-weight: 300;
}
.reiting_block .reiting_in1 .buttonBlock{
	text-align:center;
}
@media only screen and (max-width:1200px) {
	.reiting_block .reiting_in1 .item .text,
	.reiting_block .reiting_in1 .item .name{
		font-size:16px;
	}
	.reiting_block .reiting_in1 .item .name2{
		font-size:28px;
	}
	.reiting_block .reiting_in1 .item .num{
		font-size:38px;
		width: 75px;
		line-height: 75px;
	}
}
@media only screen and (max-width:800px) {
	.reiting_block .reiting_in1{
		flex-wrap: wrap;
	}
	.reiting_block .reiting_in1 .item{
		width:calc(50% - 64px);
	}
	.reiting_block .reiting_in1 .item:first-child{
		width:100%;
	}
	.reiting_block .reiting_in1 .item .text{
		font-size:14px;
	}
}
@media only screen and (max-width:640px) {
	.reiting_block .reiting_in1 .item{
		width:calc(50% - 50px);
		margin:0 5px 10px;
	}
}
@media only screen and (max-width:480px) {
	.reiting_block .reiting_in1{
		display:block;
	}
	.reiting_block .reiting_in1 .item{
		width:calc(100% - 20px) !important;
		margin:0 0 10px;
		padding:10px;
	}
	.reiting_block .reiting_in1 .item .num{
		float: left;
		margin:0;
		margin-right: 10px;
	}
	.reiting_block .reiting_in1 .item .name{
		padding:26px 0;
	}
	.reiting_block .reiting_in1 .item .name2{
		font-size: 16px;
		text-align: left;
		padding: 19px 150px 25px 0;
	}
	.reiting_block .reiting_in1 .buttonBlock{
		position: absolute;
		top: 30px;
		right: 10px;
	}
}


.reiting_in2{
	display:flex;
	flex-wrap: wrap;
}
.reiting_in2 .item{
	position:relative;
	border-bottom:1px solid #5E5DAA;
	padding:20px;
	margin:0 12px 24px;
	width:calc(25% - 64px);
}
.reiting_in2 .item .num{
	text-align:center;
	margin:0 auto 25px;
	display:block;
	width:100px;
	line-height:100px;
	font-size:52px;
	font-weight:bold;
	background:#5E5DAA;
	border-radius:50%;
	color:#fff;
}
.reiting_in2 .item .name{
	font-size:18px;
	margin:0 0 18px;
	font-weight:bold;
	transition:0.3s all;
}
.reiting_in2 .item:hover .name{
	color:#5E5DAA;
}
.reiting_in2 .item .text{
	font-size:18px;
}
@media only screen and (max-width:1200px) {
	.reiting_in2 .item .text,
	.reiting_in2 .item .name{
		font-size:16px;
	}
	.reiting_in2 .item .num{
		font-size:38px;
		width: 75px;
		line-height: 75px;
	}
}
@media only screen and (max-width:800px) {
	.reiting_in2 .item{
		margin:0 12px 24px;
		width:calc(100% / 3 - 64px);
	}
	.reiting_in2 .item .text{
		font-size:14px;
	}
}
@media only screen and (max-width:640px) {
	.reiting_in2 .item{
		margin:0 5px 10px;
		padding:10px;
		width:calc(50% - 30px);
	}
}
@media only screen and (max-width:480px) {
	.reiting_in2{
		display:block;
	}
	.reiting_in2 .item{
		width:calc(100% - 20px) !important;
		margin:0 0 10px;
		padding:10px;
	}
	.reiting_in2 .item .num{
		float: left;
		margin:0;
		margin-right: 10px;
	}
	.reiting_in2 .item .name{
		padding:26px 0;
	}
	.reiting_in2 .buttonBlock{
		position: absolute;
		top: 30px;
		right: 10px;
	}
}


/*--------------- reiting_table --------------*/
.reiting_table{
	position:relative;
	padding:50px 0 100px;
}
.reiting_table table{
	width:100%;
	border-spacing:0;
}
.reiting_table table thead{
	background:#5E5DAA1A;
}
.reiting_table table thead th{
	padding:20px;
	font-size:16px;
	text-align:left;
}
.reiting_table table thead th:first-child{
	text-align:center;
}
.reiting_table table thead th:nth-child(4){
	text-align:right;
	width:100px;
}
.reiting_table table td{
	padding:20px 0;
	vertical-align:top;
	font-size:18px;
}
.reiting_table table td:nth-child(1),
.reiting_table table td:nth-child(2){
	width:100px;
	vertical-align:middle;
}
.reiting_table table td:nth-child(2){
	padding:20px;
}
.reiting_table table td:nth-child(4){
	text-align:right;
}
.reiting_table table td:last-child{
	vertical-align:middle;
}
.reiting_table table .num{
	font-size:52px;
	text-align:center;
	color:#5E5DAA;
	font-weight:bold;
}
.reiting_table table .image{
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
}
.reiting_table table .image img{
	position:relative;
	width:100%;
	height:100%;
	object-fit:cover;
}
.reiting_table table .name{
	font-size:24px;
	font-weight:bold;
	height:34px;
	overflow:hidden;
	border-bottom:1px solid #5E5DAA;
	padding:20px 0 0;
	text-wrap: nowrap;
}
.reiting_table table .name a{
	transition:0.3s all;
}
.reiting_table table .name a:hover{
	text-decoration:none;
	color:#5E5DAA;
}
.reiting_table table .text{
	padding:15px 0 0;
}
.reiting_table table .index1{
	height:34px;
	border-bottom:1px solid #5E5DAA;
	padding:20px 0 0;
	text-wrap: nowrap;
}
.reiting_table table .index2{
	padding:15px 0 0;
}
.reiting_table table .index3{
	display:none;
	color:#5E5DAA;
}
@media only screen and (max-width:1200px) {
	.reiting_table table td{
		font-size:16px;
	}
	.reiting_table table .name{
		font-size:18px;
	}
}
@media only screen and (max-width:800px) {
	.reiting_table table td:nth-child(1), .reiting_table table td:nth-child(2){
		width:60px;
	}
	.reiting_table table .num{
		font-size:19px;
		font-weight:600;
	}
	.reiting_table table .image{
		width:60px;
		height:60px;
	}
	.reiting_table table .name{
		font-size:16px;
		font-weight:600;
	}
	.reiting_table table .text,
	.reiting_table table .index1,
	.reiting_table table .index2{
		font-size:14px;
	}
	
}
@media only screen and (max-width:640px) {
	.reiting_table table thead th{
		padding:10px;
	}
	.reiting_table table td{
		padding:10px 0;
		font-size:14px;
	}
	.reiting_table table th,
	.reiting_table table td{
		width:initial !important;
	}
	.reiting_table table thead th:nth-child(4),
	.reiting_table table thead th:nth-child(5),
	.reiting_table table td:nth-child(4),
	.reiting_table table td:nth-child(5){
		display:none;
	}
	.reiting_table table td:nth-child(3){
		padding-right:10px;
	}
	.reiting_table table .name{
		font-size:14px;
		border:none;
		height:initial;
		text-wrap:initial;
	}
	.reiting_table table .text{
		padding:0 0 10px;
	}
	.reiting_table table .index3{
		display:block;
	}
	.reiting_table table tr:nth-child(2n) td{
		background:#5E5DAA1A;
	}
}


/*----------- komanda_block1 -------------*/
.komanda_block1{
	padding:50px 0 50px;
}
.komanda_block1 .komanda_inner1{
	position:relative;
}
.komanda_inner1.content_inner{
	border:none;
	padding:0;
}
.komanda_inner1 .item{
	display: flex;
    align-items: center;
	padding:0 0 80px;
}
.komanda_inner1 .item .left{
	width:calc(40% - 12px);
}
.komanda_inner1 .item .right{
	margin-left:24px;
	width:calc(60% - 12px);
}
.komanda_inner1 .item .image{
	position:relative;
	height:440px;
}
.komanda_inner1 .item .image img{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.komanda_inner1 .item:nth-child(2n) .left{
	order:2;
}
.komanda_inner1 .item:nth-child(2n) .right{
	order:1;
	margin:0;
	margin-right:24px;
}
.komanda_inner1 .item .figcaption{
	background:#5E5DAA;
	padding:20px;
	font-size:14px;
	color:#fff;
	width:calc(100% - 240px);
	position:absolute;
	top:calc(100% - 30px);
	left:100px;
	font-style:initial;
	text-align:center;
	display:block;
}
@media only screen and (max-width:1024px){
	.komanda_inner1 .item .figcaption{
		width:calc(100% - 140px);
		left:50px;
	}
}
@media only screen and (max-width:640px){
	.komanda_inner1 .item{
		display:block;
		padding:0 0 30px;
	}
	.komanda_inner1 .item .left,
	.komanda_inner1 .item .right{
		width:initial;
		display:block;
		margin:0 !important;
	}
	.komanda_inner1 .item .image{
		height:initial;
	}
	.komanda_inner1 .item .image img{
		object-fit:initial;
		height:initial;
	}
	.komanda_inner1 .item .image .figcaption{
		position:relative;
		top:initial;
		left:0;
		width:calc(100% - 20px);
		padding:10px;
		font-size:12px;
	}
}

.komanda_block1 .podzagolovok{
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-size:24px;
	margin:0 0 32px;
}
.komanda_inner2{
	position: relative;
    display: flex;
}
.komanda_inner2 .item{
	width: 25%;
    margin: 0 10px 24px;
    background: #5E5DAA40;
    padding: 20px;
    font-size: 18px;
	transition:0.3s all;
}
.komanda_inner2 .item:hover{
	background:#5E5DAA;
	color:#fff;
}
.komanda_inner2 .item a {
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
	transition:0.3s all;
}
.komanda_inner2 .item:hover a{
	color:#fff;
}
.komanda_inner2.komanda_fixit2{
	
}
.komanda_inner2.komanda_fixit2 .item{
	width:33%;
}
.komanda_inner2.komanda_fixit2 .item:nth-child(2){
	background:#5E5DAA;
}
.komanda_inner2.komanda_fixit2 .item:nth-child(3){
	background:#1F1F1F;
}
.komanda_inner2.komanda_fixit2 .item:nth-child(2) a,
.komanda_inner2.komanda_fixit2 .item:nth-child(3) a{
	color:#fff;
	display:block;
	text-align:center;
	padding-top:10px;
}
@media only screen and (max-width:1024px){
	.komanda_inner2 .item {
        font-size: 15px;
        padding: 10px;
    }
}
@media only screen and (max-width:800px){
	.komanda_inner2 .item {
        margin: 0 5px 10px;
    }
}
@media only screen and (max-width:640px){
	.komanda_block1 .podzagolovok{
		font-size:16px;
		margin:0 0 20px;
		font-weight:600;
	}
	.komanda_inner2{
		display:block;
	}
	.komanda_inner2 .item{
		width:initial;
		font-size:14px;
	}
	.komanda_inner2 .item a{
		font-weight:400;
	}
	.komanda_inner2.komanda_fixit2 .item{
		width:initial;
	}
	.komanda_inner2.komanda_fixit2 .item:nth-child(2) a,
	.komanda_inner2.komanda_fixit2 .item:nth-child(3) a{
		padding:10px 0;
	}
}

.komandaMap{
	padding:50px 0 0;
}
.komandaMap .buttonBlock{
	display:flex;
	margin:20px 0 0;
}
.komandaMap .buttonBlock a{
	display:block;
	text-align:center;
	color:#fff;
	background:#5E5DAA;
	padding:10px;
	width:calc(50% - 12px);
	font-size:14px;
}
.komandaMap .buttonBlock a:last-child{
	margin-left:24px;
	background:#1F1F1F;
}


/*------------ komanda_block2 ----------*/
.komanda_block2{
	padding:50px 0 100px;
	position:relative;
}
.komanda_block2 .item{
	display:inline-block;
	vertical-align:top;
	margin:0 10px 24px;
	width:calc(100% / 3 - 24px);
	position:relative;
	overflow:hidden;
}
.komanda_block2 .item .image{
	height:400px;
	position:relative;
	overflow:hidden;
}
.komanda_block2 .item .image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.6s all;
}
.komanda_block2 .item:hover .image img{
	transform:scale(1.1);
}
.komanda_block2 .item .text{
	position:absolute;
	bottom:0;
	left:0;
	padding:20px;
	background:#fff;
	color:#1F1F1F80;
	font-size:18px;
	line-height:1.3em;
	transition:0.3s all;
	width:calc(100% - 80px);
}
.komanda_block2 .item .text p{
	margin:0;
}
.komanda_block2 .item .text p.info{
	color:#000;
	margin:15px 0;
	opacity:1;
	display:none;
}
.komanda_block2 .item:hover .text p.info{
	opacity:1;
}
.komanda_block2 .item:hover .text{
	width:calc(100% - 40px);
}
.komanda_block2 .item .text .name{
	color:#1F1F1F;
	font-size:32px;
	line-height:1.3em;
	font-weight:bold;
}
.komanda_block2 .item .text .name img{
	position:relative;
	top:2px;
}
@media only screen and (max-width:1200px){
	.komanda_block2 .item .text .name{
		font-size:24px;
	}
	.komanda_block2 .item .text .name img{
		height:18px;
	}
}
@media only screen and (max-width:800px){
	.komanda_block2 .item .text .name{
		font-size:18px;
	}
	.komanda_block2 .item{
		margin:0 10px 24px;
		width:calc(50% - 24px);
	}
	.komanda_block2 .item .text .name img{
		height:18px;
	}
}
@media only screen and (max-width:640px){
	.komanda_block2 .item{
		margin:0 0 10px;
		width:initial;
		display:block;
	}
	.komanda_block2 .item .text{
		font-size:14px;
	}
	.komanda_block2 .item .text .name{
		font-size:15px;
		font-weight:500;
	}
	.komanda_block2 .item .image{
		height:300px;
	}
	.komanda_block2 .item .text .name img{
		height:15px;
	}
}
@media only screen and (max-width:480px){
	.komanda_block2 .item .image{
		height:250px;
	}
}

.afterload{
	background:#ccc;
}




.mobileMenu {
    background-color: rgb(17,33,29,95%);
    overflow: auto;
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1100;
    transition: 0.5s;
    left: -100%;
    opacity: 0;
}

.mobileMenu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
}

.mobileMenu .close::before, .mobileMenu .close::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 0;
}

.mobileMenu .close::after {
    transform: rotate(-45deg);
}

.mobileMenu.active {
    left: initial;
    width: 320px;
    opacity: 1;
}

.mobileMenu.active .mobileLogo, .mobileMenu.active .mobileUl {
    opacity: 1;
}

.mobileMenu .mobileLogo {
    padding: 42px 23px 20px;
    transition: 1.5s all;
    opacity: 0;
}

.mobileMenu .mobileUl {
    transition: 1.5s all;
    opacity: 0;
}

.mobileMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobileMenu ul li {
    display: block;
    position: relative;
}

.mobileMenu ul li a {
    color: rgba(255, 255, 255, .7);
    transition: 0.3s all;
    display: block;
    position: relative;
    font-family: "Quicksand", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mobileMenu ul li:last-child a {
    border: none;
}

.mobileMenu ul li a:hover {
    color: #FFF;
    text-decoration: none;
}

.mobileMenu ul ul {
    display: none;
    padding: 15px 0;
}

.mobileMenu ul ul li a {
    border: none;
    padding: 5px 25px;
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.mobileMenu ul .submenuOpen {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 20px;
    line-height: 53px;
    padding: 0 15px;
    opacity: 0.7;
    z-index: 10;
    cursor: pointer;
}

.mobileMenu .mobileUl {
    margin-bottom: 100px;
}
.fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s all;
    z-index: 1000;
}
.fader.active {
    width: 100%;
}
@media only screen and (max-width: 640px) {
    .mobileMenu.active {
        width:100%;
    }

    .mobileMenu .mobileLogo {
        padding: 30px 20px 10px;
    }

    .mobileMenu .mobileLogo img {
        height: 80px;
    }
}