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

*{
	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: "Raleway";
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1.4em;
	font-size: 1em;
	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: 400;}

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

html, body {
	height: 100%;
	font-family: "Raleway", sans-serif;
	font-variant-numeric: lining-nums;
	font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum=1';
	-ms-font-feature-settings: 'lnum';
	-webkit-font-feature-settings: 'lnum';
	-o-font-feature-settings: 'lnum';
}

p span {
	font-weight: 700;
	color: rgb(225, 225, 225);
}

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

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

table span {
	font-weight: 700;
}

table {
	text-align: left;
}

th {
	padding: 5px;
	word-wrap: break-word;
}

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

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

.table__row--fixedgray img {
	height: 20px;
}

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

.wrapper__home {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	background: url('../img/ktmu-cover.jpg') 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;
}

/* Шапка и меню */
.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: 40px;
	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 10px rgb(0, 0, 0);
}

.header__link:hover {
	color: rgb(59, 119, 190); /*дополнительный*/
	transition-duration: 500ms;
}

.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: 40px 0px 0px 0px;
}

.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);
}
*/

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

.card__text a {
	/*text-decoration-line: underline;*/
	color: rgb(59, 119, 190);
	border-bottom: 1px solid;
}

.article a {
	/*text-decoration-line: underline;*/
	color: rgb(59, 119, 190);
	border-bottom: 1px solid;
}

.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 {
	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(255, 255, 255); /*темный*/
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: 0px;
}

h2 {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 700;
	padding: 0 0 0 3px;
	margin: 0 0 15px 0;
	/*border-top: 2px solid;*/
	padding: 5px 0 0 0;
}


h3 {
	color: rgb(0, 0, 0);
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 0 5px 0;
}

.button {
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	margin: 5px 0;
	padding: 0px 15px;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700;
	/*border-radius: 5px;*/
	border: 1px solid black;
	top: 0;
	position: relative;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255); /*темный*/
	transition-duration: 0s;
	/*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(59, 119, 190);
	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(59, 119, 190);
}

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

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

.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 .table__cell {
	font-size: 1em;
	width: 100%;
	table-layout: fixed;
	border: 1px solid rgb(255, 255, 255);
}

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

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

.table__row--fixed {
	width: 30%;
}

.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);
}

.announces, .news, .timetable, .faq, .article, .lecturers, .contacts .bignews {
	padding: 40px 0;
	/*display: flex;*/
	margin: 0 0 15px 0;
	background-color: rgb(255, 255, 255);
}

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

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

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

.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;
}

.attention--best {
	padding: 15px 0;
	margin: 0;
	color: rgb(255, 255, 255);
	background-color: rgb(59, 119, 190);
}

.attention--best a {
	color: rgb(255, 255, 255);
}

.marquee {
	margin: 0;
	padding: 40px 0;
	background-color: rgb(250, 80, 50);
	font-size: 24px;
	color: rgb(255, 255, 255);
}

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

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

h1 span {
	color: rgb(59, 119, 190);
}

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

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

.container__title {
	padding: 40px 0;
}

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

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

.welcome {
	background-color: rgb(59, 119, 190);
	/*background-image: url(../img/snow.svg);
	background-repeat: repeat;*/
}

.welcome__row {
	display: flex;
}

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

.welcome__item {

}

.welcome__img {
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.welcome__title {
	margin: 50px 0 50px 0;
}

.welcome__title span {
	color: white;
	font-weight: 400;
}

.welcome__button {
	display: flex; 
/*	justify-content: center; */
	align-items: center;
	margin: 20px 0 50px 0; 
}

.welcome__icon {
	position: relative;
	display: flex;
	align-items: stretch;
}

.welcome__icon img {
		height: 80px;
		padding: 0px 20px 20px 0px;
	}

.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);
}

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

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

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

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

.card__item {
	display: flex;
	flex-direction: column;
/*	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__column .card__item {
	height: 100%;
}

.card-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}

.card__subtitle {
	margin: 5px 0;
}

.card__img {
/*	flex: 0 0 100%;*/
	padding: 0 0 58% 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

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

.card__img-portrait {
/*	flex: 0 0 100%;*/
	top: 0;
	padding: 0 0 100% 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	border-bottom: solid 15px rgb(59, 119, 190);
}

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

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

.infographics {

}

.infographics img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.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-top: auto;
	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 ul {
	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-sutd{
	flex: 0 0 80px;
}

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

.footer__link {
	margin: 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__link img {
	padding: 0;
}

.footer__list img {
	height: 40px;
	width: 40px;
	border-radius: 0%;
	/*background-color: rgb(59, 119, 190); /*темный*/
}

.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;
}

/* Grig news */

.archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 32px;
  grid-auto-flow: dense;
}

/* Широкие блоки постов */
.article:nth-child(31n + 1) {
  grid-column: 1 / -1;
}
.article:nth-child(16n + 2) {
  grid-column: -3 / -1;
}
.article:nth-child(16n + 10) {
  grid-column: 1 / -2;
}

/* Одноколоночное отображение на мобильных */
@media (max-width: 459px) {
  .archive {
    display: flex;
    flex-direction: column;
  }
}

/* Grig news end */

/* Clocks */

.clock {
    box-shadow: inset 0 0 0 0.013em #000;
    background: url(../img/Clock.svg) no-repeat center;
    min-height: 250px;
    margin-left: auto;
	margin-right: auto;
    border-radius: 0.5em;
    position: relative;
    font-size: 250px;
    overflow: hidden;
    height: 1em;
    width: 1em;
}
.clock::after {
    content: '';
    background-color: #f00;
    border-radius: 0.5em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
    font-size: 0.03em;
    display: block;
    height: 1em;
    width: 1em;
    left: 50%;
    top: 50%;
}
.clock__hand-container, .clock__hand, .clock__stroke {
    margin-left: -0.5em;
    margin-top: -0.5em;
    font-size: inherit;
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    left: 50%;
    top: 50%;
}
.clock__stroke::after {
    content: "";
    border-radius: 0/* 0 0.02em 0.02em*/;
    background-color: #000;
    margin-left: -0.01em;
    position: absolute;
    display: block;
    height: 0.03em;
    width: 0.01em;
    top: 0.01em;
    left: 50%;
}
.clock__stroke--small::after {
    content: "";
    border-radius: 0/* 0 0.0125em 0.0125em*/;
    height: 0.02em;
    width: 0.005em;
}
.clock__stroke--1 {
    transform: rotate(6deg);
}
.clock__stroke--2 {
    transform: rotate(12deg);
}
.clock__stroke--3 {
    transform: rotate(18deg);
}
.clock__stroke--4 {
    transform: rotate(24deg);
}
.clock__stroke--5 {
    transform: rotate(30deg);
}
.clock__stroke--6 {
    transform: rotate(36deg);
}
.clock__stroke--7 {
    transform: rotate(42deg);
}
.clock__stroke--8 {
    transform: rotate(48deg);
}
.clock__stroke--9 {
    transform: rotate(54deg);
}
.clock__stroke--10 {
    transform: rotate(60deg);
}
.clock__stroke--11 {
    transform: rotate(66deg);
}
.clock__stroke--12 {
    transform: rotate(72deg);
}
.clock__stroke--13 {
    transform: rotate(78deg);
}
.clock__stroke--14 {
    transform: rotate(84deg);
}
.clock__stroke--15 {
    transform: rotate(90deg);
}
.clock__stroke--16 {
    transform: rotate(96deg);
}
.clock__stroke--17 {
    transform: rotate(102deg);
}
.clock__stroke--18 {
    transform: rotate(108deg);
}
.clock__stroke--19 {
    transform: rotate(114deg);
}
.clock__stroke--20 {
    transform: rotate(120deg);
}
.clock__stroke--21 {
    transform: rotate(126deg);
}
.clock__stroke--22 {
    transform: rotate(132deg);
}
.clock__stroke--23 {
    transform: rotate(138deg);
}
.clock__stroke--24 {
    transform: rotate(144deg);
}
.clock__stroke--25 {
    transform: rotate(150deg);
}
.clock__stroke--26 {
    transform: rotate(156deg);
}
.clock__stroke--27 {
    transform: rotate(162deg);
}
.clock__stroke--28 {
    transform: rotate(168deg);
}
.clock__stroke--29 {
    transform: rotate(174deg);
}
.clock__stroke--30 {
    transform: rotate(180deg);
}
.clock__stroke--31 {
    transform: rotate(186deg);
}
.clock__stroke--32 {
    transform: rotate(192deg);
}
.clock__stroke--33 {
    transform: rotate(198deg);
}
.clock__stroke--34 {
    transform: rotate(204deg);
}
.clock__stroke--35 {
    transform: rotate(210deg);
}
.clock__stroke--36 {
    transform: rotate(216deg);
}
.clock__stroke--37 {
    transform: rotate(222deg);
}
.clock__stroke--38 {
    transform: rotate(228deg);
}
.clock__stroke--39 {
    transform: rotate(234deg);
}
.clock__stroke--40 {
    transform: rotate(240deg);
}
.clock__stroke--41 {
    transform: rotate(246deg);
}
.clock__stroke--42 {
    transform: rotate(252deg);
}
.clock__stroke--43 {
    transform: rotate(258deg);
}
.clock__stroke--44 {
    transform: rotate(264deg);
}
.clock__stroke--45 {
    transform: rotate(270deg);
}
.clock__stroke--46 {
    transform: rotate(276deg);
}
.clock__stroke--47 {
    transform: rotate(282deg);
}
.clock__stroke--48 {
    transform: rotate(288deg);
}
.clock__stroke--49 {
    transform: rotate(294deg);
}
.clock__stroke--50 {
    transform: rotate(300deg);
}
.clock__stroke--51 {
    transform: rotate(306deg);
}
.clock__stroke--52 {
    transform: rotate(312deg);
}
.clock__stroke--53 {
    transform: rotate(318deg);
}
.clock__stroke--54 {
    transform: rotate(324deg);
}
.clock__stroke--55 {
    transform: rotate(330deg);
}
.clock__stroke--56 {
    transform: rotate(336deg);
}
.clock__stroke--57 {
    transform: rotate(342deg);
}
.clock__stroke--58 {
    transform: rotate(348deg);
}
.clock__stroke--59 {
    transform: rotate(354deg);
}
.clock__hand--hour::after {
    content: "";
    border-radius: 0/*.015em 0.015em 0.01em 0.01em*/;
    background-color: #000;
    margin-bottom: -0.05em;
    margin-left: -0.025em;
    font-size: inherit;
    position: absolute;
    display: block;
    height: 0.3em;
    width: 0.05em;
    bottom: 50%;
    left: 50%;
}
.clock__hand--minute::after {
    content: "";
    border-radius: 0/*.012em 0.012em 0.01em 0.01em*/;
    background-color: #000;
    margin-bottom: -0.05em;
    margin-left: -0.015em;
    font-size: inherit;
    position: absolute;
    display: block;
    height: 0.45em;
    width: 0.03em;
    bottom: 50%;
    left: 50%;
}
.clock__hand--second::after {
    content: "";
    border-radius: 0/*.01em 0.01em 0.005em 0.005em*/;
    background-color: #f00;
    margin-bottom: -0.08em;
    margin-left: -0.005em;
    font-size: inherit;
    position: absolute;
    display: block;
    height: 0.5em;
    width: 0.01em;
    bottom: 50%;
    left: 50%;
}

/* Clocks end */

.counter {
	padding: 15px 0;
	margin: 0;
	color: rgb(255, 255, 255);
	background-color: #a0643a;
	}

.counter__img {
	width: 150px;
	padding: 0 0 0 0;
	margin: -60px 0 -60px 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.timer {

}


.timer__items {
  display: flex;
  justify-content: center;
  padding: 55px 0;
  font-size: 6em;
  /*align-items: stretch;*/
}

.timer__item {
  position: relative;
  min-width: 120px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1;
  /*font-weight: bold;*/
  color: rgb(255, 255, 255);
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: normal;
  /* color: white; */
}
.timer__divider {
  width: 1px;
  padding: 0;
  margin-left: 0.3em;
  margin-right: 0.3em;
  opacity: 1;
  background-color: white;
}

@media (max-width: 1200px) {
	.welcome__title {
		margin: 20px;
	}
	.welcome__button {
		margin: 20px;
	}
	.welcome__icon img {
		padding: 0 20px 20px 20px;
	}
	.timer {
		font-size: 0.85rem;
	}
	.timer__item {
		min-width: 60px;
	}
}

@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(0, 0, 0);
	}
	.welcome__row {
		flex-direction: column;
	} 
	.welcome__column {
		flex: 1 1 auto;
	}
	
	.welcome__item {
		min-width: 100%;
	}
	.welcome__item img {
		width: 100%;
		height: 30%;
		top: 50%;
		left: 0;
	}

	.welcome__icon img {
		height: 120px;
		padding: 20px 20px 20px 0px;
	}
	.welcome__title {
	align-items: stretch;
		margin: 20px 0px;
	}
	.container__title {
	padding: 20px 0 0 0;
	}
	.welcome__button {
		margin: 20px 0px;
	}
	.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 ul {
		padding: 0 10px;
	}
	.article__img {
	padding: 0 0 75% 0;
	touch-action: manipulation;
	}
	.footer__links, .footer__info, .social {
		display: none;
	}
	.footer-whrite p{
		font-size: 1em;
	}
	.tg {
		font-size: 0.9em;
	}
	.timer__items {
		font-size: 2em;
		font-weight: bold;
	}
	.table__row--fixed {
		width: 70%;
	}
	.table__row--fixedgray {
		width: 70%;
	}
}


.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);
}
aside {
	max-width: 1180px;
	margin: 0px auto;
	padding: 0px 10px;
}

/* ---Сортировка новостей--- */
/* Стили для разметки на странице */
.cards__row:has(.all-news) {
	flex-wrap: wrap;
}
.news .cards__row {
	flex-wrap: wrap;
}

.card__column.all-news {	
	flex: 0 1 33.333%;
}
/*Стили для кнопок новостей */
.news-buttons {	
	margin-top: -22px;
}
 @media (max-width: 767px) {
.news-buttons {
	display: grid;
	grid-template: auto auto / 0.8fr 1fr 1fr;
}
}

@media (max-width: 487px) {
	.news-buttons {
		display: grid;
		grid-template: auto auto auto/ .75fr 1fr ;
	}

} 
.news__button {
	text-align: center;
	text-decoration: none;
	display: inline-block;	
	line-height: 35px;
	margin: 5px 0;
	padding: 0px 15px;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	width: fit-content;
	/* border: 1px solid black; */
}
.all-news {
	position: relative;	
}
/* Стили для плашек */
[class$="-label"] {		
	margin-right: 10px;
	background-color: #999;
	padding: 1px 6px;	
	order: 1;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
}
.label__wrapper {
	display: flex;
}
.large-label {
	background-color: #9028c8;
	color: #fff;
}
.profi-label {
	background-color: #5b5d5f;
	color: #fff;
}
.creative-label {
	background-color: #ff6b00;
	color: #fff;
}
.moral-label {
	background-color: #005e96;
	color: #fff;
}
.exhibitions-label {
	background-color: #1c855e;
	color: #fff;
}
.victories-label {
	background-color: #299019;
	color: #fff;
}
.sport-label {
	background-color: #CC2929;
	color: #fff;
}
.projects-label {
	/* background-color: #eef20c; */
	background-color: #f8c80c;
}

/*Стили для видео в новостях*/
.news__video {
	width: 100%;
	padding: 0 20%;
	margin: 10px auto;
}
.news__video:fullscreen {
	padding: 0;
}

@media (max-width: 767px){
	.news__video {
		padding: 0;
	}
}