@import "../fonts/fonts.css";
body{
	font-family: "Merriweather", sans-serif;
}
.mt-50{
	margin-top: 50px;
}
.mt-30{
	margin-top: 30px;
}
.line{
	display: none;
}
.main-title{
	text-align: center;
	padding-top: 60px;
	font-size: 35px;
	color: black;
	margin-bottom: 40px;
	position: relative;
}
.main-title p:after{
	display: block;
	position: absolute;
	content: '';
	height: 2px;
	width: 120px;
	background-color: #9297c1;
	top: 130px;
	left: calc(50% - 60px);
	margin-bottom: 150px;

}
.history{
	box-sizing: border-box;
	position: relative;
	background: url(/images/pages/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 0 0 60px;
}
.vertical-line{
	margin-top: 40px;
	position: absolute;
	width: 3px;
	background-color: #D5D5D5;
	height: 100%;
	left: calc(50% - 1.5px);
	height: 1600px;
}


.history-empty{
	height: 50px;
	width: 100%;
}

.history-info{
	position: relative;
	border: 1px solid #D5D5D5;
	width: 43.85%;
	height: 200px;
	background-color: white;
	margin-top: 15px;

}
.history-info a{
	color: black;
}
.history-info .text-date{
	white-space: nowrap;
	color: #7C94A2;
	font-size: 30px;
	position: absolute;
	left: 125%;
	bottom: 72%;
}

.history-block .history-info:nth-child(even) .text-date{
	left: 125%;
	bottom: 75%;
}
.history-block .history-info:nth-child(odd) .text-date{
	left: -50.5%;
	bottom: 75%;
}
.history-info:nth-child(even):before{
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	position: absolute;
	display: block;
	content:'';
	width: 25px;
	height: 25px;
	background-color: white;
	left: 97.5%;
	top: 25px;
	transform: rotate(45deg);
}
.history-info:nth-child(odd):before{
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	position: absolute;
	display: block;
	content:'';
	width: 25px;
	height: 25px;
	background-color: white;
	right: 97.5%;
	top: 25px;
	transform: rotate(45deg);
}
.history-block .history-info:nth-child(even){
	margin-right: auto;

}
.history-block .history-info:nth-child(odd){
	margin-left: auto;
}
.history-info i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 50%;
	border: 4px solid white;
	
}
.history-block .history-info .icons:before{
	color: #fff;
	font-size: 30px;
}
.history-block .history-info:nth-child(even) i{
	left: 108.5%;
	background-color: #CD2122;
}
.history-block .history-info:nth-child(odd) i{
	right: 108.5%;
	background-color: #9297C1;
}
.history-info .title{
	
	font-size: 17px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.history-info .subtitle{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
}



.our-team{
	background: url(/images/pages/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.our-team-inner{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.team-block{
	position: relative;
	background-color: white;
	cursor: pointer;
	overflow: hidden;
	height: 350px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	width: calc(25% - 30px);
	margin: 15px;
}
.team-block .team-block-inner{
	transition: .5s;
	z-index: 200;
	background-color: white;
	
}
.team-block .team-block-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateY(79%);
}
.team-block .title{
	margin-top: 10px;
	text-align: center;
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */

	text-align: center;

	/* main */

	color: #382775;
}
.team-block .subtitle{	
	font-size: 14px;
	color: #382775;
}
.team-block .text{
	font-size: 14px;
	text-align: center;
	position: relative;
	padding: 60px 20px 0px 20px;
	margin-bottom: 20px;
}
.team-block .text:before{
	display: block;
	position: absolute;
	content:'';
	height: 2px;
	width: 50px;
	left: calc(50% - 25px);
	top: 35px;
	background-color: #9297C1;
}
.team-block:hover .team-block-inner{
	transform: translateY(0);
}
.team-block .title-block{
	padding: 15px 30px;
	background-color: white;
	height: 20%;
}
.team-block:hover .title-block{
	background-color: white;
}
.text-block{
	position: relative;
	background-color: white;
	height: 270px;
	display: flex;
	flex-direction: column;
}
.text-block .text{
	flex: 1;
}
.team-block:hover .text-block{
	text-align: center;
	background-color: #DCDEEC;
	font-family: Merriweather;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	/* or 25px */

	text-align: center;
	height: 80%;
	color: #303030;
}
.icons-block{
	display: flex;
	padding: 30px;
}
.icons-block a{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	color: #9297c1;
}
.icons-block i{
	margin: 12px auto;
	display: flex;
	justify-content: center;
	font-size: 25px;
	border: 2px solid #9297C1;
	border-radius: 50%;
	width: 46px;
	height: 45px;
	padding-top: 9px;
}




.project-1{
	background-color: white;
}
.project-1 .title{
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}

.project-1 .subtitle{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
.project-1 .text{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 180%;
}
hr.project-1 {
	border: none;
	height: 1px;
	background-color: #E1E1E1;
	color: #E1E1E1;
}
.project-1 .content-block,.project-1 .content-block-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
.content-block .item{
	width: 30%;
}
.project-1 .item .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.project-1 .item .icon img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.content-block-2 .item{
	width: 18%;
}

.temat{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.temat .title{
	margin-top: 20px;
	text-align: left;
	font-size: 30px;
}
.temat .subtitle{
	text-align: left;
	font-size: 16px;
}
.temat .item{
	width: 45%;
	padding-left: 50px;
}

.temat .item .subscribt{
	display: flex;
}
.temat .item .subscribt .text{
	margin-bottom: 7px;
}
.temat .item img{
	display: block;
	height: 25px;
	width: 25px;
	margin: 0;
	margin-right: 10px;
}

.contact-create{
	background-color: white;
	
}
.fst-title{

	background-color: #392877;
	padding: 50px 20px 50px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.fst-title p{
	color: white;
	width: 60%;
	font-size: 40px;
}
.fst-title img{
	width: 30%;
}
.contact-create .text{
	font-size: 16px;
	margin-bottom: 40px;
}
.contact-create .info-block{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.info-block .content-block-1{
	width: 48%;
	
}
.info-block .content-block-2{
	margin: 0 auto;
	width: 48%;
	
}
.contact-create .videos{
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.contact-create .videos .item{
	margin: 10px;
}
.content-inner{
	margin-bottom: 25px;
	padding: 25px;
	
}
.content-block-2 .content-inner{
	margin-bottom: 0;
}
.content-title{
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
}
.content-text{
	font-size: 16px;
}
.content-inner li{
	font-size: 16px;
	margin-bottom: 15px;
	list-style-type: decimal;
}
.info-block .top-text{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.info-block .content-block-2 .content-text{
	margin-bottom: 15px;
}
.title-big{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
	text-align: center;
}
.info-block-2 .top-text{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.year{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
}
.year-title{
	font-weight: bold;
	font-size: 18px;
}
.year-text{
	margin-bottom: 15px;
	font-size: 16px;
}
.public-information{
	background-color: white;
	
}
.public-title{
	margin-bottom: 15px;
	font-size: 35px;
}
.public-text{
	font-size: 16px;
}
.public-information ul{
	padding-top: 20px;
}
.public-btn{
	display: block;
	width: 45%;
	text-align: center;
	padding-top: 10px;
	font-size: 17px;
	height: 43px;
	background-color: #9297c1;
	color: white;
}
.public-btn:hover{
	color: white;
	box-shadow: 0 0 12px #382775;
}
.btn-big{
	width: 80%;
}
.public-information-inner .public-btn.first{
	margin: 30px auto;
}
.public-subtitle{
	text-align: center;
	color: black;
	font-size: 25px;
	font-weight: bold;
}
.public-buttons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.public-buttons .public-btn{
	margin: 20px auto;
}


.years-docs-block{
	padding: 20px 50px 90px;
	background-color: white;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	margin: 0 auto 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	

}
.years-link{
	border: 2px solid #E8E8E8;
	padding: 10px;
	margin: 10px;
	color: black;
	font-size: 15px;
	text-align: center;
	width: calc(25% - 20px);
}
.years-link:hover{
	box-shadow: 0 0 15px #9297c1, 0 0 15px #9297c1;
}
.years-title{
	font-size: 30px;
	line-height: 1.27;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #382775;
	margin-bottom: 20px;
	font-family: "Merriweather", sans-serif;
}
.years-link img{
	margin-bottom: 10px;
}

.zvit-title {
	width: 100%;
	font-size: 22px;
	line-height: 1.27;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #382775;
	height: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: "Merriweather", sans-serif !important;
}
.titleposlugi {
	width: 100%;
	font-size: 22px;
	line-height: 1.27;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #382775;
	height: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: "Merriweather", sans-serif !important;
}

@media screen and (max-width:1200px){
	.temat .item{
		padding-left: 0;
	}
	.history-info i{
		position: absolute;
		padding: 18px 20px;
		border-radius: 50%;
		border: 4px solid white;

	}
	.history-block .history-info:nth-child(even) i{
		top: 5%;
		left: 107%;
		background-color: #CD2122;
	}
	.history-block .history-info:nth-child(odd) i{
		top: 5%;
		right: 106.6%;
		background-color: #D0AA69;
	}
	.history-block .history-info:nth-child(even) .text-date{
		top: 22px;
		left: 125%;
		bottom: 72%;
	}
	.history-block .history-info:nth-child(odd) .text-date{
		top: 22px;
		left: -56%;
		bottom: 72%;
	}
	.team-block:hover .team-block-inner{
		transform: translateY(0);
	}
	.team-block{
		width: calc(33% - 27px);
		height: 350px;
	}
	.team-block .text{
		font-size: 16px;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	.icons-block{
		top: 215px;
	}
	.public-btn{width: 60%; height: auto;padding: 10px;}
	.btn-big{width: 100%;}
}



@media screen and (max-width:992px){
	.team-block{
		width: 45%;	
	}	
	.history-block .history-info:nth-child(even){
		margin-right: 0;
		margin-left: 75px;

	}
	.history-block .history-info:nth-child(odd){
		margin-left: 75px;
		margin-right: 0;
	}	

	.history-info:nth-child(even):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		border-top: none;
		border-right: none;
		left: -2.6%;
	}
	.history-info:nth-child(odd):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		right: 97.8%;

	}
	.history-info{	
		width: 75%;
	}
	.history-block .history-info:nth-child(even) i{
		margin-left: 10px;
		left: -129px;
		background-color: #CD2122;
	}
	.history-block .history-info:nth-child(odd) i{
		margin-left: 10px;
		right: 574px;
		background-color: #D0AA69;
	}
	.history-info .text-date{
		display: none;
	}
	.vertical-line{
		display: none;
	}
	.line{
		position: absolute;
		display: block;
		content: '';
		width: 3px;
		height: 1420px;
		background-color: #D5D5D5;
		left: -91px;
		top: -20px;
	}

	.team-block:hover .team-block-inner{
		transform: translateY(0);
	}
	.team-block .text{
		font-size: 16px;
		margin-bottom: 50px;
		padding-bottom: 0;
	}
	.info-block .content-block-2{
		justify-content: center;
		width: 100%;
	}
	.content-block-2 .item{
		padding: 0 10px 0 10px;
		width: 30%;
	}
	.content-title{
		font-size: 22px;
	}
	.history-info:nth-child(even):before{
		right: 97.3%;
	}
	.history-info:nth-child(odd):before{
		right: 97.4%;
	}
	.icons-block{
		top: 245px;
	}
	.years-link{width: calc(50% - 20px);}
	.public-btn{width: 80%;}
	.info-block .content-block-1{width: 100%;}
	
}
@media screen and (max-width:835px){
	.history-block .history-info:nth-child(even){
		margin-right: 0;
		margin-left: 150px;

	}
	.history-block .history-info:nth-child(odd){
		margin-left: 150px;
		margin-right: 0;
	}
	.main-title{
		font-size: 27px;
	}
}

@media screen and (max-width:768px){
	.team-block{
		margin: 25px auto;
		width: 60%;
	}
	.history-info{
		width: 500px;
	}
	.history-block .history-info:nth-child(even){
		margin-right: 0;
		margin-left: 75px;

	}
	.history-block .history-info:nth-child(odd){
		margin-left: 75px;
		margin-right: 0;
	}
	.history-block .history-info:nth-child(odd) i{
		margin-left: 10px;
		right: 530px;
		background-color: #D0AA69;
	}
	.history-block .history-info:nth-child(even) i{
		margin-left: 10px;
		left: -100px;
		background-color: #CD2122;
	}
	.line{
		left: -61px;
	}
	
	.team-block:hover .team-block-inner{
		transform: translateY(0);
	}
	.team-block .text{
		margin-bottom: 50px;
		padding-bottom: 0;
	}
	.project-1 .title{
		font-size: 25px;
	}
	.content-block-2 .item{
		width: 100%;
	}
	.icons-block{
		top: 255px;
	}
	.public-btn{width: 100%;padding: 10px;height: auto;}
	.public-buttons .public-btn{margin: 10px auto;}
}
@media screen and (max-width:576px){
	.team-block{

	}
	.history-info .title{
		font-size: 13px;
	}
	.history-info{
		width: 300px;
		height: 150px;
	}
	.history-block .history-info:nth-child(odd) i{
		margin-left: 10px;
		right: 330px;
		background-color: #D0AA69;
	}
	.history-info:nth-child(even):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		border-top: none;
		border-right: none;
		left: -3.6%;
	}
	.history-info:nth-child(odd):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		right: 96.8%;

	}
	.main-title{
		font-size: 20px;
	}
	.history-info:nth-child(even):before{
		left: -4.6%;
	}
	.history-info:nth-child(odd):before{
		right: 95.9%;
	}
	.history-info i{
		width: 45px;
		height: 45px;
		position: absolute;
		padding: 10px 13px;
		border-radius: 50%;
		border: 4px solid white;

	}
	.history-block .history-info:nth-child(even){
		margin-right: 0;
		margin-left: 50px;

	}
	.history-block .history-info:nth-child(odd){
		margin-left: 50px;
		margin-right: 0;
	}
	.history-block .history-info:nth-child(odd) i{
		top: 15px;
		margin-left: 10px;
		right: 318px;
		background-color: #D0AA69;
	}
	.history-block .history-info:nth-child(even) i{
		top: 15px;
		margin-left: 10px;
		left: -75px;
		background-color: #CD2122;
	}
	.line{
		left: -44px;
	}
	.content-block .item{
		width: 100%;
	}

	.project-1 .item .icon{
		width: 35px;
		height: 35px;
	}
	.temat .item{
		width: 75%;
		margin: 0 auto;

	}
	.info-block .content-block-1{
		margin: 10px auto; 
		width: 85%;

	}
	.info-block .content-block-2{
		margin: 0 auto; 
		align-self: center;
		width: 85%;

	}
	.fst-title{
		padding: 50px 0 50px 0;
	}
	.fst-title p{

		width: 100%;
		text-align: center;
		font-size: 22px;
	}
	.fst-title img{
		display: none;
	}
	.history-block .history-info .icons:before {
		font-size: 18px;
	}
	.years-docs-block{padding: 30px 15px;}
	.years-link{width: 100%; margin: 0 0 15px;}
	.public-btn{font-size: 16px;}

}
@media screen and (max-width:400px){
	
	.history-info{
		width: 250px;
		height: 180px;
	}
	.history-block .history-info:nth-child(odd) i{
		margin-left: 10px;
		right: 280px;
		background-color: #D0AA69;
	}
	.history-info .title{
		line-height: 1.2;
		font-size: 15px;
	}
	.main-title{
		font-size: 17px;
	}
	.history-info:nth-child(even):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		border-top: none;
		border-right: none;
		left: -5.5%;
	}
	.history-info:nth-child(odd):before{
		border-bottom: 1px solid #D5D5D5;
		border-left: 1px solid #D5D5D5;
		right: 95%;

	}
	.history-block .history-info:nth-child(odd) i{
		top: 15px;
		margin-left: 10px;
		right: 270px;
		background-color: #D0AA69;
	}
	.team-block{
		width: 80%;
	}
	.team-block-inner .text-block{
		font-size: 12px;
	}
	.team-block .text{
		font-size: 12px;
	}
	.years-link{width: 100%;margin: 10px auto;}
	.public-btn{font-size: 12px;}
	.team-block:hover .team-block-inner{
		transform: translateY(0);
	}
	.icons-block{
		top: 215px;
	}
}

.our-team-inner.inner-1{
	justify-content: center;
}
.leader-title{
	width: 100%;
    font-size: 22px;
    line-height: 1.27;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #382775;
    height: 100%;
    margin-bottom: -40px;
    margin-top: 50px;
    font-family: "Merriweather", sans-serif !important;
	
}



.cat_child_wrapper{
	padding-top: 50px;
	
} 
h3.cat_child_h3.cat_child_heading.cat_child_heading_notoverlay{
	font-size: 16px;
}
.cat_child{

	
	
}

.cat_child_inner{

	align-self: center;
	box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); 
}

.cat_child_img_a{
	box-shadow: none;
	margin-top: 50px;
}
.cat_child_wrapper_grey-border-shadow .cat_child{
	margin-top: 25px;
}
.cat_child_wrapper_grey-border-shadow .cat_child img{
	box-shadow: none;
}
.cat_child_background.cat_child_background_notoverlay{
	min-height: 150px;
	padding: 10px 25px 25px 25px;
}

.main_images_wrapper_grey-border-shadow .ig_thumb_cell img{
	box-shadow: 0px 1px 5px rgb(0 0 0 / 10%); 
	border: none;
	padding: 0;
}
.img-wra{
	padding-top: 50px;
}
.img-wra img{
	padding: 2px !important;
	border: none !important;
	box-shadow: 0px 1px 5px rgb(0 0 0 / 10%) !important; 
}

@media screen and (max-width:1300px){
	.cat_child_background.cat_child_background_notoverlay{
	min-height: 175px;
	padding: 10px 25px 25px 25px;

}
@media screen and (max-width:1200px){
	.cat_child_background.cat_child_background_notoverlay{
	min-height: 190px;
	padding: 10px 25px 25px 25px;

}
}
@media screen and (max-width:768px){
	.cat_child_background.cat_child_background_notoverlay{
	min-height: 200px;
	padding: 10px 25px 25px 25px;

}
}
@media screen and (max-width:520px){
	.cat_child_background.cat_child_background_notoverlay{
	min-height: 170px;
	padding: 10px 25px 25px 25px;
}
}
}