*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*{
	box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
}

body {
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 16px;
	font-family: 'Montserrat Medium';
	background: #E1EBF7;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat Medium';
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}

img{
	width: 100%;
}

.slider .inst_list img {
    max-height: 150px;
    height: 100%;
}

.title_menu {
	text-transform: uppercase;
	color: #105d8b;
	font-family: 'Montserrat Medium';
	font-size: 16px;
	font-weight: 600;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.container.flex {
	align-items: flex-start;
	margin: 15px auto;
}


/*----Контент----*/
.content{
	width: 1200px;
	/*flex-basis: 700px;*/
	min-height: 800px;
	background-color: #fff;
	border-radius:8px;
}

/*----Логотип контейнер оформление----*/
.brand_book {
	width: 100%;
	justify-content: center;
	padding: 29px 0px 15px 0px;
	flex-direction: column;
}
.brand_book img{
	height: 50px;
	transition: 0.3s;
}
.brand_book p {
	color: #211353;
	font-weight: 600;
	/* font-size: 15px; */
	margin: 5px 0px;
}



.brand_book a{
	transition: 0.3s;
	padding: 5px;
	display: block;
}

.brand_book a:hover{
	padding: 0px;
}

.brand_book a:hover img{
	height: 60px;
}

/*----Информация о компании----*/
.infoCompany {
	text-align: left;
	padding:0px 100px 50px 100px;
}
.infoCompany p {
	margin: 15px 0px;
	line-height: 20px;
}
.infoCompany h2{
	/*margin: 0px;*/
	text-align: center;
}
.infoCompany h1 {
	text-align: center;
	margin: 0px;
}
.infoCompany h2.programm {
	font-size: 17px;
	padding-top: 20px;
	font-weight: 100;
	/* border-top: 1px solid #eee; */
}
.infoCompany p.programm {
	font-size: 17px;
	padding-top: 10px;
	/* border-top: 1px solid #eee; */
	font-family: 'Montserrat Medium';
}

.infoCompany a:hover{
	text-decoration: none;
}


.mce-main{
	width: 100%;
	border:1px solid #aaa;
}

.mce-main tr td{
	padding: 10px;
	border:1px solid #aaa;
}

.mce_1{
	width: 5%;
	text-align: center;
}

.mce_2{
	width: 55%;
}

.mce_3{
	width: 20%;
	text-align: center;
}

.mce_4{
	width: 25%;
}

table{
	border-spacing: 0px;
	border-collapse: collapse;
}

.sou{
	width: 100%;
	font-weight: 600;
	text-align: center;
	font-size: 14px;
}

.sou.info{
	width: 100%;
	font-weight: 100;
	text-align: center;
	font-size: 12px;
	transition:0.3s;
}
.sou.info:hover{
	/*background: linear-gradient(90deg, #13488e 0%, #4a92d9 100%);*/
	/*color: #fff;*/
}
.sou tr td{
	border:1px solid #eee;
	width: 14%;
	padding:10px 5px;
}

.sou tr td.end{
	width: auto;
}

.sou tr td.email{
	width:15%;
}

.two_block tr td.number{
	width: 30px;
	text-align: center;
}

.two_block tr td{
	border:1px solid #aaa;
	padding: 10px;
}

.pipl{
	text-align: left;
	border:3px solid #a2c5fd;
	border-radius:8px;
	margin-bottom: 20px;
}

.pipl .flex{
	align-items: flex-start;
	text-align: left;
	padding: 10px 0px;
}

.pipl .photo{
	flex-basis: 350px;
	text-align: center;
}

.pipl .info{
	flex-basis: 650px;
}


.pipl .photo img{
	width: 200px;
}

.pipl ul {
	list-style-type: none;
	padding: 0px 10px;
	margin: 0px;
}

.pipl .photo ul{
	margin-top: 20px;
}

.pipl .photo ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 0px 20px;
	margin: 5px 0px;
}

.pipl .photo ul span{
	flex-basis: 100px;
	text-align: right;
}

.pipl ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.pipl ul span{
	margin: 5px 0px;
	font-weight: 600;
}


.pipl ul p{
	margin: 5px 0px;
}

.pipl p.fio {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 200px;
	margin:0px 20px;
	padding: 25px;
	border-bottom: 1px solid #eee;
	background: linear-gradient(90deg, #A1C4FD 0%, #C2E9FB 100%);
	border-radius: 5px;
}
.pipl p.fio span {
	display: block;
	font-size: 14px;
	margin-top: 20px;
}

.mto h2{
	text-align: left;
}


.lightgalery{
	padding: 20px 0px;
}




.lightgalery .lightphotoList{
	padding: 20px 0px;
}

.lightgalery .lightphotoList img {
	height: 270px;
	width: auto;
}