 :root {
	--dark: #333333;
	--dark-gray: #aaaaaa;
	--gray: #ddd;
	--light-gray: #ededed;
	--orange: #ff9c3e;
	--light-orange: #f7b678;
	--yellow: #FDD716;
	--red: #a92a2a;
	--green: green;	
	--juneBud: #AEE04B;
	--lemon: #FFD318;
	--immatureYellow: #FFFD76;
	--chocolate: #d2691e;
	--dark-chocolate: #9b480d;
	--main-color-text: #444;	
	--mahogany: #B84001;
	--lavender: #DFEDFB;
}

@import url('https://fonts.googleapis.com/css?family=Muli');

@font-face {
	font-family: Cormorant_Infant_Italic;
	src: url('../fonts/Cormorant_Infant_Italic.ttf');
}

@font-face {
	font-family: Lobster;
	src: url('../fonts/Lobster.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	color: var(--main-color-text);
	font: 15px/1.5 verdana, Arial, Helvetica, sans-serif;
	background-color: #dfedfb;
}

* {
	outline: 0;
}

footer {
	background-color: #86AED5;
}

input, textarea {
	color: var(--main-color-text);
	font-size: 1em;
	font-family: verdana;
}

textarea {
	resize: none;
}

h3, h2 {
	margin: 0;
}

p {
	hyphens: auto;
}

hr {
	border: 0;
	height: 1px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
	background-image: -moz-linear-gradient(left, #fff, #000, #fff);
	background-image: -ms-linear-gradient(left, #fff, #000, #fff);
	background-image: -o-linear-gradient(left, #fff, #000, #fff);
	margin: 40px 0;
}

.display-none, .none {
	display: none;
}

.content {
	display: flex;
}

.sidebar-left, .sidebar-right {
	box-sizing: border-box; 
}

.sidebar-left {
	width: 20%;
}

.sidebar-right {
	width: 80%;
}

@media(max-width: 700px)
{
	.content {
		flex-direction: column;
	}

	.sidebar-left, .sidebar-right {
		width: 100%;
	}
}

.w-page {
	max-width: 1020px;
	padding: 0 10px;
	margin: auto;
	box-sizing: border-box;
	/*outline: 1px solid green;*/
}
.w-page_eb {
	max-width: 1290px;	
}

.msg-ok {
	color: var(--green);
}

.msg-error {
	color: var(--red);
}

.button, .button-submit-container input {
	border: none;
	padding: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.button:hover, .button-submit:hover {
	opacity: .8;
}

.button-default, .button-submit {
	background-color: #3E6D9B;
	color: white;	
}

a.button-default_a {
	font: 400 13.3333px;
	letter-spacing: 1.7px;
	text-decoration: none;
}

.button-submit {
	cursor: pointer;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.align-center {
	text-align: center;
}


.button-a {
	display: inline-flex;
	height: 36px;
	padding: 0 20px;
	align-items: center;
	border: 4px double #3E6D9B; 
	margin-top: 40px;
	margin-bottom: 20px;
}

.button-a:hover {
	opacity: .8;
}

.button-a a {
	text-decoration: none;
	color: black;
	letter-spacing: 1px;
}


/* end common*/

/* header */

.header-top {
	background-color: #86AED5;
}

.nav-content {
	display: flex;
}

.nav-content__item {
	height: 40px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
	min-width: 50px;	
	margin-left: 20px;
}

.nav-content__item:last-child {
	margin-left: unset;
}

.nav-content__item a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;	
}

@media(max-width: 768px) {
	.nav-content__item {
		padding: 0 10px;		
	}		
	.nav-content__item a {
		font-size: 14px;
	}
}

.nav-content__item:first-child {
	background-color: #3E6D9B;
}

.nav-content__item:first-child a {
	color: white;
}

.nav-content__item:hover a {
	color: white;
}

.nav-content__item:first-child:hover a {
	color: black;
}

@media(max-width: 768px) {

	.nav-content {
		flex-direction: column;
		padding: 10px 0;
	}

	.nav-content__item {
		flex-basis: 100%;
		width: unset;
		padding: 5px 0;		
		margin-left: unset;
	}

	.nav-content__item:first-child {
		width: unset;
		background-color: unset;
	}
}

.header-bg-img {
	background-image: url(../images/header_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
}

.header-bg-img__content {
	width: 280px;
	text-align: center;
	padding-top: 30px;
}


.text-header {
	font-size: 1em;	
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: black
}

.text-desc {
	font-size: 1em;
}

@media(max-width: 768px) {
	.header-bg-img__content {
		box-sizing: border-box;
	}
	.logo img {
		width: 50%;
	}	
	.text-desc {
		font-size: 1em;
	}
	.text-header {
		letter-spacing: 1px;
		font-size: .8em;
	}
}

@media(max-width: 768px) {
	
	.header-bg-img {
		background-image: url(../images/header_img_m.png);
	}	

	.college {
		background-color: #0093DE;
		padding: 10px;
		color: var(--light-gray);
		opacity: .8;
	}
	
}

@media(max-width: 500px) {
	
	.nav-content__item, .header-color-menu a {
		font-size: .8em;
	}

	.header-bg-img__content {
		height: 100%;
		width: 100%;
		padding-top: 10px;
	}


	.logo img {
		width: 30%;
	}

	.header-bg-img {
		background-image: none;
		height: 100%;
	}	

	.college {
		background-color: transparent;
		color: var(--main-color-text)
	}	
}

@media(max-width: 400px) {
	
	.nav-content__item, .header-color-menu a {
		font-size: 1em;
	}
}	

.header-color-menu {
	margin-bottom: 10px;
}

.header-color-menu__content {
	display: flex;
}

.header-color-menu__item {
	flex-basis: 33.33%;
	text-align: center;
}

.menu__item_juneBud {
	background-color: var(--juneBud);
}

.menu__item_lemon {
	background-color: var(--lemon);
}

.menu__item_immatureYellow {
	background-color: var(--immatureYellow);
}

.header-color-menu__item {
	height: 40px;
}

.header-color-menu__item a {
	text-decoration: none;
	color: var(--main-color-text);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.header-color-menu__item a:hover {
	color: var(--mahogany);
}

@media(max-width: 420px) {

	.header-color-menu__content {
		flex-direction: column;
	}
	
	.header-color-menu__content a {
		height: 40px;
	}
}

/* footer */

footer.admrkk, footer.news {
	background-color: transparent;
}

.footer-group-input, .footer-group-textarea {
	display: flex;
	height: 36px;	
	margin-bottom: 12px;	
	width: max-content;
}

.footer-group-textarea {
	height: 80px;	
}

.group-input__icon, .group-input__inp {
	height: 100%;
}

.group-input__icon .fa,  .group-input__inp input,  .group-input__inp textarea {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}

.group-input__icon .fa {
	width: 30px;
	border-left: 1px solid #3E6D9B;
	border-top: 1px solid #3E6D9B;
	border-bottom: 1px solid #3E6D9B;
	background-color: #3E6D9B;
	color: #86AED5;
}

.group-input__inp input, .group-input__inp textarea {
	width: 250px;
	border-left: 1px solid #3E6D9B;
	border-top: 1px solid #3E6D9B;
	border-right: 1px solid #3E6D9B;
	border-bottom: 1px solid #3E6D9B;
	background-color: whitesmoke;
	padding-left: 5px;
}

.group-input__inp textarea {
	height: 80px;
}

.footer-content__col {
	/*outline: 1px solid red;*/
	margin-top: 10px;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding-bottom: 20px;
}

@media(max-width: 640px) {
	.footer-content {
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-icon-socnet__content {
		justify-content: center;
	}
	.socnet-icon {
		margin-right: unset;
	}
}

.footer-content .content-col-header {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: black;
}

.footer-content__col a {
	text-decoration: none;
	color: black;
	padding: 3px 10px;
	margin-left: -10px;
}

.footer-icon-socnet__content {
	display: flex;
}

.footer-item {
	margin-bottom: 10px;
}

.footer-item a:hover {
	background-color: var(--light-gray);
}

.socnet-icon {
	margin-right: 10px;
}

.socnet-icon .fa, .contact-phone .fa, .contact-mail .fa {
	color: #3E6D9B;
}

.content-col-contact {
	font-size: .9em;
	margin-bottom: 10px;
}

.copyright {
	margin-top: 20px;
	font-size: .8em;
}

footer {
	/*
	background-image: url(../images/bg_book.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	*/
	margin-top: 20px;
	color: black;
}

.contact-phone i, .contact-mail i  {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.contact-phone, .contact-mail {
	margin-top: 10px;
}


/* about */


.about-section {
	width: 100%;
	margin-top: 10px;
}

.about-section__img {
	width: 40%;
	margin-right: 20px;
}

.about-section__img_left {
	float: left;
}

.about-section__img_right {
	float: right;
}

.about-section__img img {
	width: 100%;
}

.section-text__header {
	font-size: 1.5em;
	line-height: 100%;
}

@media(max-width: 500px) 
{
	.about-section__img {
		width: 100%;
		clear: left;
		margin-right: unset;
	}

	.section-text__header {
		font-size: 1.2em;
		line-height: 100%;
		text-align: center;
	}
}

.section-text__header_center {
	text-align: center;
}

.highlight-text {
	font-weight: bold;	
}

/* collective */

.director-content {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.director-content img {
	margin: 10px;
}

.director-content div {
	margin: 10px;
	text-align: center;
	padding-bottom: 15px;
	box-shadow: 0 0 10px 5px rgb(170, 186, 212);
}


.collective-carousel {
	margin-top: 20px;
}

.collective-content__img {
	width: 100%;
}

.collective-content__img img {
	width: 100%;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

/* entrant */

.entrant-content {
	max-width: 700px;
	margin: auto;
}

.faculties-content p:first-child, .content-card__blk3 {
	text-align:justify;
}

.entrant-content h3, .entrant-content h4 {
	text-align: center;
	letter-spacing: 1px;
}

.img-book {
	text-align: center;
	margin-top: 15px;
}

/* faculties */

.faculties-card {
	box-sizing: border-box;
	width: 280px;
	min-width: 280px;
	margin: 10px 0;
}

.faculties-card__content {
	border-left: 1px solid var(--dark-gray);
	border-right: 1px solid var(--dark-gray);
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content-card__color-line {
	height: 5px;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: var(--mahogany);
}

.content-card__blk1, .content-card__blk2, .content-card__blk3 {
	padding: 10px 0;
	word-break: break-all;
}

.content-card__blk1 {
	font-family: Lobster;
	font-size: 2em;
	letter-spacing: 3px;	
	text-align: center;
	border-bottom: 1px solid var(--dark-gray);
}

.content-card__blk2 {
	border-bottom: 1px solid var(--dark-gray);
	font-size: 1.2em;
	text-align: center;
}

.faculties-section-cards {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

/* main */

.main h2 {
	margin-bottom: 20px;
}

.about-section__img.about-section__img_right.about-section__img-book {
	width: 20%
}

.about-section__img-book {
	text-align: center;
}

.about-section__img.about-section__img_left.about-section__teaching-staff {
	width: 15%
}


.about-section__teaching-staff {
	text-align: center;
}

.about-section__teaching-staff img {
	width: 50%;
	height: 50%;
}

.about-section__img.about-section__img_right.about-section__students {
	width: 30%;
}

@media(max-width: 520px)
{
	.about-section__img.about-section__img_right.about-section__img-book,
	.about-section__img.about-section__img_left.about-section__teaching-staff,
	.about-section__img.about-section__img_right.about-section__students,
	.about-section__img.about-section__img_left.about-section__img-colledge  {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}


	.about-section__img.about-section__img_left.about-section__teaching-staff  {
		display: none;
	}

	.about-section__img.about-section__img_right.about-section__img-book img,
	.about-section__img.about-section__img_right.about-section__students  img {
		width: 80%;
		height: 80%;
	}

	.about-section__img.about-section__img_left.about-section__img-colledge img {
		width: 100%;
		height: 50%;
	}

}

.specialties-content {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.specialties-content__blk {
	width: 230px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	text-align: center;
}

.content-blk__text {
	font-weight: bold;
}

.video-content {
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video iframe {  
  max-width: 700px;
  width: 100%;	
}

/* contact */

.contact-content {
	display: flex;
	justify-content:space-evenly;
}

.contact-content__col-1 {
	flex-basis: 20%;
	
	margin-bottom: 20px;
}

.contact-content__col-2 {
	flex-basis: 70%;
}

@media(max-width: 700px)
{
	.contact-content {
		flex-direction: column;
		
	}
}

/* feedback */

.response-feedback {
	margin-top: 10px;
	background-color: white;
	padding-left: 3px;
}

/* form */

.error-input  {
	color: red;
	font-size: .9em;	
	display: none;
	position: relative;
	top: -4px;
	padding-left: 5px;
}

/* section-news-list */

.section-news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.section-news-list .list-card-news {
	width: 450px;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	background-color: #dfedfb;
}

.section-news-list .card-news-content__img {
	width: 100px;
	height: 100px;
	min-width: 100px;	
}

.section-news-list .card-news-content__img img {
	width: 100%;
	height: 100%;
}

.section-news-list .content-text__description {
	word-break: break-all;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.section-news-list .card-news-content__text_a {
	color: var(--main-color-text);
	text-decoration: none;
	display: block;
}

.section-news-list .card-news-content__text_a:hover {
	color: var(--red);
}

.section-news-list .card-news-content__text_a:hover .expand {
	display: block;
}

.section-news-list .list-card-news {
	position: relative;	
	width: 100%;
	background-color: whitesmoke;
	border: 1px solid #86AED5;
}

.section-news-list .list-card-news i {
	position: absolute;
	top: 0;
	right: 10px;
	color: var(--dark-gray);
}

.section-news-id .list-card-news {
	background-color: transparent;
	border: none;	
}

.section-news-id .content-text__description {
	height: 100%;
}

.section-news-id .list-card-news {
	background-color: aliceblue;
}

.section-news-id  > h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-news-id .content-text__header {
	font-size: 1.5em;
	background-color: #86AED5;
	color: white;
	padding-left: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 20px;
}

a.prev-page {
	color: var(--mahogany);
	text-decoration: none;
}

a.prev-page:hover {
	text-decoration: underline;
}

/* section-news */

.section-news {
	background-color: whitesmoke;	
	padding: 10px;
}

.section-news__header {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.section-news__img {
	display: flex;
	justify-content: center;
}

.section-news__text {
	margin-top: 20px;
}

/* site-list-category-doc */

.doc-content {
	background-color: whitesmoke;
	padding: 10px;
	margin-top: 10px;
}

.site-list-category-doc {
	margin-bottom: 10px;
}

.site-list-category-doc > div:nth-child(1) {
	margin-bottom: 10px;

}

.site-list-category-doc:last-child  {
	margin-bottom: 0;
}

.site-list-category-doc > div:nth-child(1) {
	color: var(--mahogany);
	font-size: 1.3em;
}

.site-list-doc  {
	margin: 5px 0;
}

.site-list-doc span:first-child {
	padding-right: 5px;
}

.site-list-doc span:last-child {	
	color: #3E6D9B;	
	word-wrap: break-word;
}

.site-list-doc a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: var(--main-color-text);
	font-size: 1.1em;
}

.site-list-doc a:hover {
	text-decoration: underline;
}
.phone-eb {
	display: flex;	
	height: 24px;
}
.phone-eb img {
	width: 24px;
	height: 24px;
	margin-right: 10px;;
}
.phone-eb span {
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-align: center;		
}