/*обнуление оформления в разных броузерах*/

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav, footer, header, aside {display: block;}

html,body{
	font-family: "PT Sans";
	color: rgb(0, 0, 0);
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1.4em;
	font-size: 1.05em;
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,button,texarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size: inherit; font-weight: 700;}

/*окончание обнуления*/

html, body {
	height: 100%;
	font-family: "PT Sans", sans-serif;
}

a {
	color: rgb(0, 0, 0);
}

p span {
	font-size: 1em;
	font-weight: 400;
	color: rgb(255, 255, 255)
	/*text-shadow: 0px 0px 5px rgb(0, 0, 0);*/
}

ol {
	width: 80%; 
	margin: auto;
}

.crumbs {
	margin: 10px 0 0 0;
}

table span {
	font-weight: 700;
}

table {
	text-align: left;
}

th {
	word-wrap: break-word;
}

td {
	padding: 5px 0;
	word-wrap: break-word;
}

.shift {
	background-color: rgb(200, 200, 200);
}

.food {
	background-color: rgb(200, 200, 200);
}

.wrapper__home {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	background: url('../img/1H0A6602.png') center center/cover no-repeat fixed;
}

.wrapper {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	/*background: url(../img/Pattern.svg);
	background-repeat: all;*/
}

/* ширина страницы */
.container {
	max-width: 1180px;
	margin: 0px auto;
	padding: 0px 10px;
}

.container-100percent {

}

/* Шапка и меню */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255); /*основной синий*/
	border-bottom: 1px solid rgb(0, 0, 0);
	z-index: 2;
}

.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 48px;
	align-items: center;
}

.header__logo {
	flex: 0 0 80px;
	z-index: 3;
}

.header__logo img {
	max-width: 100%;
}

.header__burger {
	display: none;
}

.header__menu {
	letter-spacing: 0px;
}

.header__list {
	display: flex;
	position: relative;
	z-index: 2;
}

.header__list li {
	list-style: none;
	margin: 0px 0px 0px 20px;
}

.header__link {
	color: rgb(0, 0, 0);
	font-size: 1em;
	text-decoration: none;
	font-weight: 700;
}

.header__active {
	color: rgb(255, 255, 255);
	font-size: 1em;
	text-decoration: none;
	font-weight: 700;
	background-color: rgb(0, 0, 0);
	box-shadow: 0 0 0 13px rgb(0, 0, 0);
}

.header__link:hover {
	color: rgb(140, 120, 70); /*дополнительный*/
	transition-duration: 200ms;
}

.header__link:active {
		color: rgb(255, 255, 255);
		box-shadow: 0px 0 0 rgb(200, 135, 50), 3px 0 0 rgb(200, 135, 50); /*дополнительный*/
}

.content {
	flex: 1 1 auto;
	padding: 48px 0 0 0;
}

.error {
	display: flex;
	margin: auto;
	min-height: 100vh;
}

/*

a:link p {
	color: rgb(59, 119, 190);
}

a:visited p {
	color: rgb(132, 170, 214);
}

a:focus p {

}

a:hover p {

}

a:active p {
	color: rgb(200, 135, 49);
}
*/

.card__text a {
	text-decoration-line: underline;
	color: rgb(59, 119, 190);
}

.archive__links a {
	text-decoration-line: underline;
	color: rgb(59, 119, 190);
}

.student {

}

.student__row {

}

.student__column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.student__item {

}

.student__title {
	margin: 30% 0 20% 0;
	max-width: 450px;
}

.animation {
/*background-color: rgb(200, 200, 200);*/
}

h1 {
	font-family: 'El Messiri', sans-serif;
	display: inline;
	/*background-color: rgb(59, 119, 190);
	box-shadow: 0px 0px 0px 3px rgb(59, 119, 190), 3px 0 0 0 rgb(59, 119, 190);*/
	padding: 0;
	color: rgb(0, 0, 0); /*темный*/
	font-size: 2em;
	line-height: 2.4em;
	font-weight: 400;
	letter-spacing: 0px;
/*	text-shadow: 1px 1px 2px rgb(0, 0, 0);*/
}

h2 {
	font-family: 'El Messiri', sans-serif;
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: 400;
	/*border-top: 2px solid;*/
/*	text-shadow: 1px 1px 2px rgb(0, 0, 0);*/
	text-align: center;
}


h3 {
	color: rgb(0, 0, 0);
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}

.button {
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	margin: 5px 0;
	padding: 7px 22px 9px 22px;
	letter-spacing: 0px;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 10px;
	/*border: 1px solid black;*/
	top: 0;
	position: relative;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0); /*темный*/
	transition-duration: 0s;
	background-image: url("../img/flowers.svg");
	background-position: center;
	background-repeat: repeat;
	/*border-right: 1px solid rgb(0,79,140);
    border-bottom: 1px solid rgb(0,79,140);
	box-shadow: 0 5px 0px rgb(30, 30, 30);
	transition-duration: 500ms;
	right: 0;*/
	}

.button:hover {
	/*top: 2px;
	box-shadow: 0 3px 0px rgb(30, 30, 30);*/
	color: rgb(255, 255, 255);
	background-color: rgb(140, 120, 70);
	background-image: url("../img/flowers-hover.svg");
	background-position: center;
	background-repeat: repeat;
	/*border: 1px solid white;*/
	/*border-left: 1px solid rgb(185,106,0);
    border-top: 1px solid rgb(185,106,0);*/
}

.button:hover a {
	color: rgb(255, 255, 255);
	/*background-color: rgb(140, 120, 70);*/

}

.button a:before { /* увеличивает площадь ссылки до размера элемента */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button__link {
	color: rgb(255, 255, 255);
}

.button__down{
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 0px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

.button__down:after {
	content: ''; 
	background-color: rgb(59, 119, 190); /*темный*/
	position: absolute;
	width: 12px;
	height: 2px;
	left: 10px;
	top: 20px;
	transform: rotate(45deg);
}

.button__down:before {
	content: ''; 
	background-color: rgb(59, 119, 190); /*темный*/
	position: absolute;
	width: 12px;
	height: 2px;
	right: 10px;
	top: 20px;
	transform: rotate(-45deg);
}

.button__link--down {
	text-decoration: none;
	font-size: 36px;
	vertical-align: -63%;
	color: rgb(196, 135, 65);
	transform: rotate(180deg);
}

.form {
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	margin: 5px 0;
	padding: 0px 20px;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid black;
	top: 0;
	position: relative;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	}

.tg, .shift, .food, .tg-zv4m {
	vertical-align: top;
	width: 100%;
	table-layout: fixed;
	border: 0px solid rgb(0, 0, 0);
	padding: 0;
	color: rgb(255, 255, 255);
	border-spacing: 0px;
}

.tg td {
	font-size: 0.9em;
}

.timetable__text p{
	margin: 0 0 5px 0;
}

.timetable__text p:last-child{
	margin: 0;
}

.table__cell {
	vertical-align: text-top;
	text-align: right;
}

.table__cell--center {
	vertical-align: text-top;
	text-align: center;
}


.table__row--fixed {
	vertical-align: text-top;
	padding: 0 0 0 10px;
	width: 40%;

}

.table__row--fixedgray {
	width: 30%;
	background-color: rgb(200, 200, 200);
	border: 1px solid rgb(255, 255, 255)
}

.table__cell--empty {
	background-color: rgb(59, 119, 190); /*основной синий*/
}

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

.table__cell--emphasis {
	background-color: rgb(200, 135, 49);
	text-align: center;
}

.timetable__solo {
	background-color: rgb(255, 255, 255);
	border-top: 2px solid rgb(50,50,50);
	border-bottom: 8px solid rgb(50,50,50);
	margin: 25px 0;
}

.table__row--background {
	background-color: rgb(200, 200, 200);
}

.first {
	background-image: url("../img/pattern.svg");
	background-position: center;
	background-repeat: repeat;
	background-color: rgb(255, 255, 255);
}

.first--up {
	background-image: url("../img/pattern.svg");
	margin: -70px 0 0 0;
	background-position: center;
	background-repeat: repeat;
	background-color: rgb(255, 255, 255);
}

.cards {
	padding: 30px 0;
	/*display: flex;*/
	margin: 0;
	background-color: rgb(0, 0, 0);
}

.banner {
	padding: 0;
	margin: 0;
	background-color: rgb(255, 255, 255);
}

.attention {
	line-height: 0;
}

.attention-3D {
	line-height: 0;
	height: 100vh;
}

.attention iframe {
	align-items: center;
}

.attention--prfssnlt {
	padding: 15px 0;
	margin: 0;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 194, 15);
	background-image: url(../img/promo-bg-prof.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

h1 span {
	color: rgb(255, 255, 255);
}

h2 span {
	color: rgb(255, 255, 255);
}

h3 span {
	color: rgb(255, 255, 255);
}

.container__title {
	padding: 40px 0;
}

.container__subtitle {
	margin: 0 0 10px 0;
	/*border-top: 2px solid;*/
}

.container__subtitle--white {
	margin: 15px 0 10px 0;
}

.welcome {
/* The image used */
	background-image: url("../img/1H0A6602.png");
/* Full height */
	min-height: 60vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-haircut-01 {
	background-image: url("../img/parallax-haircut-01.png");
	min-height: 60vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-haircut-02 {
	background-image: url("../img/parallax-haircut-02.png");
	min-height: 60vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-lounge-01 {
	background-image: url("../img/parallax-lounge-01.png");
	min-height: 60vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-contacts {
	background-image: url("../img/popo-windows.jpg");
	min-height: 60vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-map {
	background-image: url("../img/map.jpg");
	min-height: 60vh;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.welcome__row {
	display: flex;
}

.welcome__column {
	display: flex;
	flex: 1 1 100%;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}

.welcome__item {
	padding: 40px 0 50px 0;
}

.welcome__img {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	drop-shadow(30px 10px 4px #4444dd);
}

.welcome__title {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
	justify-content: center;
	align-items: center;
	text-shadow: white 2px 0 10px;
}

.welcome__text {
	display: flex;
	flex-direction: column;
	margin: 0 0 60px 0;
	justify-content: center;
	align-items: center;
	text-shadow: white 2px 0 10px;
}

.welcome__button {
	display: flex; 
	justify-content: center;
	align-items: center;
	margin: 0 0 0 0; 
}

.welcome__icon {
	position: relative;
	display: flex;
	height: 70px;
	align-items: center;
	margin: 50px 0 50px 0;
}

.icon {
	flex: 0 0 200px;
}

.pattern {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	background: url(../img/Pattern.svg) repeat;
	position: relative;
}

.quiklinks {
	background-color: rgb(255, 255, 255);
}

.marquee {
	margin: -45px -10px 0 -10px;
	padding: auto;
	color: rgb(255, 255, 255);
	width: 105%;
	/*overflow: auto;*/
}

.marquee a {
	color: rgb(255, 255, 255);
}

.marquee--band {
	background-color: rgb(140, 120, 70);
	position: relative;
	transform: rotate(5deg);
	box-shadow: 0px 0px 5px black;
	top: 30px;
	background-image: url("../img/flowers-hover.svg");
}

.marquee--band2 {
	background-color: rgb(140, 120, 70);
	position: relative;
	transform: rotate(-7deg);
	box-shadow: 0px 0px 5px black;
	bottom: 30px;
	background-image: url("../img/flowers-hover.svg");
}

.marquee--text {
	background-color: rgb(140, 120, 70);
	position: relative;
	box-shadow: 0px 0px 5px black;
	bottom: 75px;
	background-image: url("../img/flowers-hover.svg");
}

.marquee--text p {
	margin: 10px 0;
	font-size: 24px;
}

.marquee--band p {
	margin: 10px 0;
	font-size: 24px;
}

.marquee--band2 p {
	margin: 10px 0;
	font-size: 24px;
}

.cards__row {
	display: flex;
	margin: 0 -15px;
}

.card__column {
	display: flex;
	padding: 15px 15px;
	flex: 0 1 33.333%;
}

.card__column, .two {
	flex: 0 1 50%;
}

.card__column, .mono {
	flex: 0 1 100%;
}

.card__item {
/*	background-color: rgb(255, 255, 255);
	border-top: 2px solid rgb(50,50,50);
	border-bottom: 8px solid rgb(50,50,50);
    border-right: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);*/
	padding: 0px 0px 0px 0px;
/*	border-radius: 5px;*/
}

.card__item p {
/*	text-indent: 1em; */
	margin-bottom: 0.5em;
}

.card__item ul {
	margin-bottom: 0.5em;
}

.lecturer {

}

.lecturer__column {

}

.lecturer__img {
	margin: 10px 0 0 0;
	text-align: right;
}

.lecturer__text {

}

.card__subtitle {
	margin: 0 0 0 0;
	padding: 5px 0;
}

.card__img {
/*	flex: 0 0 100%;*/
	padding: 0 0 90% 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 3px solid rgb(255, 255, 255);
	border-radius: 10px 10px 0 0;
}

.card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.card__text, .lecturer__text {
	margin: 5px 0;
}

.card__text, .lecturer__text p{
	margin: 0 0 5px 0;
}

/*.card__text, .lecturer__text p:last-child{
	margin: 0;
}*/

.card__button {
	margin: 25px 0;
	transition-duration: 0s: 
}

.archive {
	background-color: rgb(255, 255, 255);
	margin: 0 0 15px 0;
}

.archive__links {
	display: flex;
	flex-wrap: wrap;
}

.archive__links li {
	list-style: none;
	margin: 10px 10px 10px 0;
}

.article__title {
	padding: 40px 0;
	margin: 0 20%;
}

.article p {
	padding: 0 20%;
}

.article__img {
	padding: 0 0 40% 0;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}

.article__img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	position: absolute;
	top: 0;
	left: 0;
}

.article p{
	margin: 0 0 5px 0;
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 80%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.security {
	z-index: 0;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(59, 119, 190);
	z-index: 10;
	display: block;
}

.modalDialog > div {
	width: 310px;
	position: relative;
	margin: 40vh auto;
	padding: 0px;
	background: rgb(59, 119, 190);
}

.close {
	display: none;
}

input button {
	border: 1px black;
}

.footer {
	background-color: rgb(255, 255, 255); /*основной синий*/
	border-top: 1px solid rgb(0, 0, 0);
	z-index: 50;
}

.footer__row {
	display: flex;
	height: 150px;
	justify-content: space-around;
	align-items: center;
}

.footer__info {
	flex: 0 0 100px;
	margin: 10px;
}

.footer-logo{
	flex: 0 0 80px;
}

.footer--logo img{
	max-width: 100%;
}

.footer__link {
	margin: 20px 0;
}

.footer__link {
	color: rgb(0, 0, 0);
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	}

.footer-contacts p{
	color: rgb(0, 0, 0);
	max-width: 150px;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.footer-contacts a{
	color: rgb(0, 0, 0);
}

.footer__link img {
	padding: 20%;
}

.footer__list img {
	height: 50px;
	width: 50px;
	border-radius: 0%;
}

.footer-whrite-- p{
	color: rgb(0, 0, 0);
	max-width: 200px;
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 5px 0;
	padding: 0 15px;
}

.logotype {
	border: 2px;
	border-color: rgb(255, 255, 255);
	border-radius: 5px;
}


@media (max-width: 767px) {
	body.lock{
		overflow: hidden;
	}
	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 3;
	}
	.header__burger span{
		background-color: rgb(0, 0, 0);
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 9px;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background-color: rgb(0, 0, 0);
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:after {
		bottom: 0;
	}

	.header__burger.active span{
		transform: scale(0);
	}

	.header__burger.active:before {
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger.active:after {
		transform: rotate(-45deg);
		bottom: 9px;
	}

	.header__menu {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		transition: all 0.3s ease 0s;
		background-color: rgb(255, 255, 255); /*основной синий*/
		padding: 70px 10px 20px 23px;
	}
	.header__menu.active{
		top: 0;
	}
	.header__list {
		display: block;
	}
	.header__list li{
		margin: 0px 0px 30px 0px;
	}
	.header__active {
	color: rgb(0, 0, 0);
	font-size: 1em;
	text-decoration: none;
	font-weight: 700;
	background-color: rgb(255, 255, 255);
	box-shadow: -3px 0 0 0 rgb(255, 255, 255), -30px 0 0 0 rgb(140, 120, 70);
	}
	.welcome, .parallax-map, .parallax-contacts, .parallax-haircut-01, .parallax-haircut-02, .parallax-lounge-01 {
		background-attachment: scroll;
	}
	.welcome__row {
		flex-direction: column;
	} 
	.welcome__column {
		flex: 1 1 auto;
	}
	.welcome__item {
		min-width: 100%;
		flex-direction: column;
	}
	.welcome__item img {
		/*width: 80%;*/
		height: 30%;
		top: 50%;
		left: 0;
	}
	.welcome__title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.welcome__title p {
	text-align: center;
	}
	.welcome__text p {
	text-align: center;
	}
	.container__title {
	padding: 20px 0 0 0;
	}
	.welcome__button {
		margin: 0;
	}
	.button__down {
		display: none;
		position: relative;
	}
	.cards__row{
		flex-direction: column;
	}
	.card__column {
		flex: 1 1 auto;
	}
	.card__item {
		min-width: 100%;
	}
	.card__img {
		flex: 1 1 auto;
	}
	.card__img img {
		min-width: 100%;
	}
	.article__title{
	margin: 0;
	}
	.article p {
	padding: 0;
	}
	.article__img {
	padding: 0 0 75% 0;
	}
	.footer-logo, .footer__links, .footer__info {
		display: none;
	}
	.footer-whrite p{
		font-size: 1em;
	}
	.parallax-contacts .parallax-map .parallax-contacts {
		min-height: 40vh;
		background-attachment: fixed;
		background-position: center;
}
}


.slide__2 {
	display: flex;
	animation-name: unicorn__two;
	animation-duration: 700ms;
	animation-timing-function: steps(2);
	animation-iteration-count: infinite;
}

.slide__1 {
	display: flex;
	position: absolute;
	animation-name: unicorn__one;
	animation-duration: 700ms;
	animation-timing-function: steps(2);
	animation-iteration-count: infinite;

}

@keyframes unicorn__one {
	0% {
  opacity: 0;
  }
  1%, 50% {
  opacity: 1;
  }
  51%, 100% {
  opacity: 0;
  }
}

@keyframes unicorn__two {
	0%, 50% {
  opacity: 0;
  }
  51%, 99% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
}

.announces {
	animation-name: button;
	animation-duration: 700ms;
}

@keyframes button {
		0%, 50% {
  opacity: 0;
  }
  51%, 99% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  }
}

[class*="copyrights-pane"] {
	display: none !important;
}

[class*="ground-pane"] {
	filter: grayscale(1);
}
