/*
** fixes to Immelman's CSS main file
*/
/*правки размера текста*/
.title-h1 {
	font-size: 2.7rem;
	line-height: 3.45rem;
}




/* fix long texts in breadcrumbs */
.breadcrumbs__link {
	display: inline-block;
	max-width: 13rem;
}


/* ставим стрелочки в крошках на правильное место */
.breadcrumbs__link:not(:last-child)::before {
	content: "";
	position: absolute;
	background: none;
}

span.breadcrumbs__item{
    position: relative;
	display: inline-flex;
	align-items: center;
}
span.breadcrumbs__item:not(:last-child)::before {
	content: "";
	position: absolute;
	width: 0.625rem;
	height: 1.1875rem;
	background: url('/img/bread-arrow.svg') no-repeat center center;
	background-size: 100% auto;
	right: 22px;
	top: 47%;
	transform: translateY(-50%);
}
span.breadcrumbs__item:last-child span{
	font-weight: 600;
	display: inline-block;
	max-width: 13rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.header__wrapper {
	z-index: 1000;
}

/* Реализуем курсор на кнопке поиска*/

.header__search {
	cursor: pointer;
}

.footer__light-item a {
	padding: .3rem 0 .3rem 0;
	display: inline-block;
}

.footer  ul li::before { display:none; }




/* правки для галерей */
.DC2GalleryCanva {
	padding: 0;
	position: relative;
	margin: 1rem 0;
}
.lightSlider img {
	max-width: calc(min(760px, 100vw - 3rem));
}

/* правки для бокового меню */

nav.aside-nav a {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #222222;
	margin: 0 0 1.25rem 0;
}
nav.aside-nav a.active {
	font-weight: 600;
}
nav.aside-nav a.submenu {
	margin-left: 2rem;
}
.menu {
	font-weight: inherit;
	font-size: inherit;
}


/* правки для крошек */
section.container>nav {
	margin: 1rem 0;
}
.header__top {
	padding-bottom: 0.9375rem;
	font-size: .9rem!important;
}
.header--sticky .header__logo-wrap,
.header_main .header__logo-wrap {
	margin-top: 0;
}
.header__logo-wrap {
	margin-top: 1rem;
}

.header__logo-title {
	line-height: 1;
}
.header__logo-caption {
	line-height: 1;
	padding-top: 0.2rem;
}

.header__nav-top, .header__rightside {
	margin: 0;
	align-items: center;
}


.main {
	padding-top: 1.75rem;
}
.main h1, .main h2,
.main h3, .main h4,
.main h5, .main h6 {
	font-weight: normal;
	display: block;
	text-align: left;
}
.canvas_event_page {
	max-width: 75rem!important;
}
.main__breadcrumbs nav {
	display: flex;
	flex-wrap: wrap;
}
.news-list__card {
	cursor: pointer;
}
.news-list__card .text-p-16, .news-list__card .text-p-20 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 0 1.25rem 0;
	display: -webkit-box;
}

.ArciveItemEnvelope {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.newsitem {
	flex-basis: 30%;
}

.pagination-wrap {
	max-width: unset;
}

.pagination__item{
	display: inline-block;
}
.container-row .news-list__top-panel {
	flex-wrap: nowrap;
}
.swiper-container {
	cursor: grab;
}


.drawer.container {
	max-height: calc(100vh - 153px );
	overflow: auto;
}
.drawer {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.drawer__block {
	margin-bottom: 1.75rem;
	max-width: unset;
}
.social {
	padding: 1rem 0 0;
	justify-content: space-evenly;
}
a {
	font-size: inherit;
}
.content a {
	text-decoration: underline;
}
img {
	/*max-width: unset;*/
	/*vertical-align: middle;*/
}
.header__logo {
	align-items: center;
}
.header--sticky .header__logo-title {
	margin-left: 1rem;
}
.header--sticky .header__menu, .header__menu {
	margin-left: 3.75rem;
}
.header__drawer-desktop  {
	height: 0;
	overflow: hidden;
	display:unset;
	opacity: unset;
	transition: .5s;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
}

.header__nav-item:hover .header__drawer-desktop {
	display: unset;
	height: 600px;
	overflow-y: auto;
	opacity: unset;
}

.contacts__image img {
	width: 100%;
}

.search-bar__input {
	font-family: "Inter", "sans-serif" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0.8125rem 6.25rem 0.8125rem 1.25rem !important;
	box-sizing: border-box;
	border: none !important;
	border-radius: 1.5625rem;
	background: #fff;
	z-index: 0;
	font-size: 1rem !important;
	line-height: 1.5rem;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(34, 34, 34, 0.5) !important;
}
.slider {
	background: unset;
}
.slider .swiper__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.dashboard__ad-icon {
	filter: grayscale(1);
}

.pagination {
	width: auto!important;
}

.button-dark, .button-white {
	text-decoration-line: none;
}

.container .ShowMoreButton {
	position: relative;
	z-index: 0;
	padding: 0.8125rem 2.375rem;
	margin: 0 0 0 auto;
	page-break-before: always;
	color: rgb(34, 34, 34);
	box-sizing: border-box;
	background: #fff;
	font-family: "Inter", "sans-serif";
	font-size: 1rem;
	line-height: 1.5rem;
	display: inline-block;
	font-weight: 600;
	background-image: linear-gradient(
			90deg, #0C81EC 0%, #7613C3 100%, #4442DF 100%, #4442DF 200%);
	background-size: 200% auto;
	background-position: 0% 0;
	border-radius: 0.3125rem;
	transition: .3s;
	border: none;
	cursor: pointer;
}
.container .ShowMoreButton::before {
	content: "";
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: calc(100% - 0.375rem);
	height: calc(100% - 0.375rem);
	border-radius: 0.1875rem;
	border: 0.1875rem solid transparent;
	box-sizing: border-box;
	background: #fff;
	z-index: -1;
	transition: 0.3s;
}
.container .ShowMoreButton::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.3125rem;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #0C81EC 0%, #7613C3 100%);
	background-position: 0 0;
	z-index: -2;
}
.container .ShowMoreButton:hover {
	background: #222;
	color: #fff;
}
.container .ShowMoreButton:hover::before {
	opacity: 0;
}

.canvas_event_page .aef_pencil {
	margin: 2rem 0;
}

.container .aef_pencil .ShowMoreButton {
	margin: 0 auto;
	padding: 1.5rem 6rem;
	line-height: 0;
	text-align: center;
	width: 100%;
	color: #fff;
}
.container .aef_pencil .ShowMoreButton:before {
	background: #52646d;
}

.container-small {
	width: 48.75rem;
}

.dashboard__slider {
	max-height: 23.7rem;
	border-radius: 1rem;
}

.main__navigate {
	margin-top: 4rem;
}
a.button-dark:hover,
a.footer__policy-link:hover {
	color: #FFFFFF;
}

.navigate__item {
	max-width: 33%;
}
.navigate__link {
	font-weight: unset;
	font-size: 1.1rem;
	line-height: 1.3rem;
}



.calendar__item {
	width: 30%;
	margin-bottom: 4rem;
}

.news-list__card {
	max-width: unset;
}

.news-list {
	padding-top: 5.625rem;
}
.news-list:first-of-type {
	padding-top: 2rem;
}

.blockButtons {
	margin-top: 5.625rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.blockButtons + .blockButtons {
	margin-top: 5.625rem;
}
.blockButton h3 {
	margin-bottom: .3rem;
}

.blockButton {
	flex-basis: calc(25% - 2rem);
}
.blockButton img {
	border-radius: 1em;
}

.container .dc2flexbox .news-list__img,
.news-list__img {
	background-color: transparent;
	width: 100%;
	max-width: unset;
	height: auto;
	background-size: contain; /* 100% auto */
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 61.8%;
}


.contacts__image {
	width: 10rem;
	height: 12rem;
	float: left;
	margin-top: 0rem;
	display: inline-block;
	margin-right: 2rem;
}
.contacts__image .c100 {
	margin-top: 0;
}

.contacts__col .text-p-24 {
	line-height: unset;
}

.contacts__col:nth-child(1),
.contacts__col:nth-child(2),
.contacts__col:last-child {
	max-width: unset;
}
.contacts__row {
	margin-bottom: 1rem;
}
.contacts__bottom {
	margin-top: unset;
}

.dashboard__ad-icon {
	height: 100%;
}

/* fix lomonosov-msu layouts */

#sci_event_list {
	max-width: 100vw!important;
}

div#events_block_msu * {
	font-family: inherit!important;
	font-size:  inherit!important;
}

div#events_block_msu {
	padding: 1em 0!important;
	min-width: unset!important;
	width: 100%!important;
	max-width: unset!important;
}

.event_data {
	display:none;
}
.event_type span {
	color: #222!important;
}

a.add_event_msu {
	background: #7613C3 !important;
	border-radius: 10px!important;
	border: 1px solid #7613C3 !important;
}
a.event_header {
	font-weight: 500!important;
	line-height: 1.875rem!important;
	color: #7613C3 !important;
}

#events_block_msu .event_info {
	margin-left: calc(20% + 2em)!important;
}

#events_block_msu .event_logo {
	margin: 0 2em 0 0!important;
	width: 20%!important;
	height: auto;
}

#events_block_msu .event_logo img{
	width: 100%!important;
}
.list .arrow-link {
	max-width: unset;
}
.container.content li ul,
.container.content li ol {
	margin-top: .5rem;
}

/*Video swiper*/

.swiper__image .video-container {
	padding-bottom: 48.72%;
}
@media (max-width:779px) {
	.swiper__image .video-container {
		padding-bottom: 100%;
	}
}

/*Asset Calendar*/
.Calendar {
	margin: 0 auto 3rem;
	width: 100%;
}
.Calendar_NavBlock {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1rem 0;
}
.Calendar_NavItem + .Calendar_NavItem {
	margin-left: 1rem;
}
.Calendar_NavItem {
	display: inline-block;
	margin: 0 .5rem;
	line-height: 2.25rem;
	border: 1px solid #aaa;
	min-width: 3rem;
	min-height: 2rem;
	border-radius: .5rem;
	cursor: pointer;
}
.Calendar_NavItem:hover {
	background: #FFFFFF;
}
.CalendarEmpty {
	padding: 0;
}
.Calendar_Navigator_SelectedMonth {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: 500;
	padding: 0 1.25rem;
	margin: 0 0 0.9375rem 0;
	border-left: 0.1875rem solid #222;
	border-radius: 0;
	background: rgba(34, 34, 34, 0.05);
}

.Calendar_Navigator_WeekDay,
.Calendar_Navigator_WeekNumber,
.Calendar th {
	font-size: 1.3rem;
	font-weight: 500;
	background: rgba(34, 34, 34, 0.05);
	padding: .3rem;
}
.CalendarDayDoc,
.CalendarDay,
.CalendarTodayDoc,
.CalendarToday,
.CalendarSelectedDoc, .CalendarSelected {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	padding: .3rem;
}
.CalendarTodayDoc,
.CalendarToday ,
.CalendarSelectedDoc, .CalendarSelected {
	font-weight: 600;
}
.CalendarSelectedDoc, .CalendarDayDoc, .CalendarTodayDoc {
	cursor: pointer;
	background-color: #0C81EC;
	color: #FFFFFF;
}
.CalendarSelectedDoc:hover, .CalendarDayDoc:hover, .CalendarDay:hover, .CalendarToday:hover, .CalendarTodayDoc:hover, .CalendarSelected:hover {
	background-image: linear-gradient(
			90deg, #0C81EC 0%, #7613C3 100%);
	color: #fff;
}
.CalendarSelectedDoc:hover, .CalendarDayDoc:hover {

}


.dc2flexbox .swiper-slide {
	flex-basis: 30%;
	margin-bottom: 2rem;
}

.container .dc2flexbox .ShowMoreButton {
	margin: 0 0 0 auto;
	page-break-before: always;
}

/*Правки по ивентам и новостям*/

.label-today {
	font-family: "Inter", "sans-serif";
	font-size: 1.25rem;
	/* line-height: 1.5rem; */
	color: #ffffff;
	background: linear-gradient(90deg, #0C81EC 0%, #7613C3 100%);
	padding: .5rem 1rem;
	margin: 0 0 1.25rem 0;
	display: inline-block;
}

.label-day {
	font-size: 1.25rem;
	line-height: 2.25rem;
	padding: 0 1.25rem;
	border-left: 0.1875rem solid #222;
	background: rgba(34, 34, 34, 0.05);
	margin: 0 0 1.25rem 0;
}


/*footer*/

.footer__devs {
	text-align: center;
}
.footer__devs-link img {
	width: 3rem;
}
.footer__devs-link p {
	font-size: .5rem;
}
a.footer__policy-link {
	line-height: 3.375rem;
}






@media (max-width: 1200px) {
	.main {
		padding-top: .5rem;
	}
	.container {
		padding: .5rem;
	}
	main .container {
		padding: 1rem;
	}

	.dashboard__slider {
		height: auto;
		max-height: 100%;
	}
	.slider .swiper__image {
		height: unset;
	}

	/*убираем разное меню в мобиле*/
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-image: linear-gradient(90deg, #0C81EC 0%, #7613C3 100%);
		-webkit-animation: showNavDesktop 0.5s;
		animation: showNavDesktop 0.5s;
	}



	.header__wrapper {
		padding-top: 3.9375rem;
	}
	.header--sticky .header__top,
	.header__top {
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.header--sticky .header__img, .header__img {
		max-width: 2.5rem;
		top: 0;
		display: block;
		position: relative;
	}
	.header__logo-title {
		font-size: 0;
		display: flex;
		align-items: flex-end;
		line-height: 1.5rem;
	}
	.header__logo-caption {
		display: none;
	}

	.header__img img {
		height: 42px;
		margin-left: 1rem;
	}
	.header__nav-mobile {
		padding: 1.1rem 1.875rem 0;
	}

	.dashboard__panel {
		justify-content: center;
	}

	.header__rightside, .header__nav-top,
	.header--sticky .header__rightside {
		margin-top: -.4rem;
		margin-right: .5rem;
	}

	.header--sticky .header__logo, .header__logo {
		flex-wrap: nowrap;
	}
	.header--sticky .header__logo-title, .header__logo-title  {
		margin-left: 1rem;
		font-size: 0;
	}
	.header--sticky .header-title-hide, .header-title-hide {
		font-size: 0.7rem;
		line-height: 1rem;
		margin-top: .3rem;
		display: inline-block;
	}
	.header__logo-wrap {
		margin-top: 0;
		display: inline-block;
	}
	.header--sticky .header__logo-wrap, .header__logo-wrap {
		margin-bottom: 0;
		margin-left: 2.25rem;
		max-width: 12.5rem;
	}
	.header__logo {
		display: flex;
		flex-flow: row;
	}
	.header--sticky .header__menu, .header__menu {
		margin-left: .5rem;
		margin-top: 0.3125rem;
	}

	.header__nav-mobile--bottom {
		padding-bottom: 6rem;
	}

	.header__nav, .header__wrap {
		width: 100vw;
		max-width: 100vw;
	}
	.nav-mobile__view {
		margin: 2rem auto;
	}
	.header__wrap {
		right: -100vw;
	}
	.header__wrap--show {
		right: 0;
	}

	.main.mainNoLocalMenu {
		padding-top: 2.5rem;
	}
	.dc2VILink {
		display: none;
	}
	nav.aside-nav {
		max-height: 100vh;
		overflow-x: auto;
	}
	.content>.container {
		padding: 0;
	}
	
	.container-aside {
        top: 4rem;
	}

	.aside__button--active + .aside-nav {
		max-height: calc(100vh - 7.6rem);
		overflow-y: auto;
	}

	.container table {
		width: 100%;
		display: block;
		overflow-x: auto;
	}
	.blockButton {
		flex-basis: calc(100% - 1rem);
		margin-top: 1rem;
	}

	.navigate__item + .navigate__item {
		margin-top: 2rem;
	}
	.calendar__item {
		width: 100%;
	}
	.navigate__item {
		max-width: 50%;
		width: 50%;
	}

	.slider .swiper-container {
		width: calc(100vw - 2rem) !important;
		border-radius: 1rem;
	}

	.slider .swiper__image img {
		width: calc(100vw - 2rem) !important;
		max-width: calc(100vw - 2rem) !important;
		display: block;
		height: auto;
	}
	.dashboard__slider {
		height: unset;
	}

	.newsitem {
		flex-basis: 46%;
	}

	.footer__row.container {
		overflow: auto;
		flex-flow: row wrap;
	    padding-bottom: 2rem;
	}
	
	.footer__col:nth-child(1),
	.footer__col:nth-child(2),
	.footer__col:nth-child(3),
	.footer__col:nth-child(4),
	.footer__col:nth-child(5),
	.footer__col:nth-child(6)
	{
		display: unset;
	}

    .footer__light-list, .footer__bold-list {
        max-width: 100%;
    }    
    
    .footer__light-item a {
	    padding: .5rem 1rem .7rem 0;
	    display: inline-block;
    }
        
    .footer__bottom.container {
	    margin-top: 2rem;
    }
}

@media (max-width:760px) {
	.main h6 {
		font-size: 1.1rem;
		line-height: 1rem;
	}
	.main h1  {
		font-size: 2em;
		line-height: 3rem;
	}
	.main h2  {
		font-size: 1.7rem;
		line-height: 2.55rem;
	}
	.main h3  {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.main h4  {
		font-size: 1.4rem;
		line-height: 1.9rem;
	}
	.main h5 {
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	#events_block_msu .event_logo {
		margin: 1em auto!important;
		width: 80%!important;
		height: auto;
		display:block;
		float: none;
	}
	#events_block_msu .event_info {
		margin-left: 0!important;
	}
	.header__top .container {
		padding: 0 0.625rem;
	}
	.navigate__item {
		max-width: 100%;
		width: 100%;
	}

	.container .swiper-slide {
		flex-basis: 100%;
	}
	.container .dc2flexbox.swiper-slide {
		flex-basis: 100%;
		margin-bottom: 3rem;
	}



	.newsitem {
		flex-basis: 100%;
	}

	.Calendar_NavBlock {
		padding: 0 1rem;
		flex-direction: column;
	}
	.Calendar_Navigator {
		display: flex;
		padding: 1rem 0;
		align-items: center;
		justify-content: space-between;
	}
	.Calendar_NavItem {
		margin: unset;
	}


	#events_block_msu .events_msu_single {
		overflow: auto!important;
		padding-bottom: 0.5em;
		margin-bottom: 2em;
	}


	.delayed {
		max-width: 200px;
		padding: .3em;
		border: 3px solid crimson;
		border-radius: .5em;
		text-align: center;
		transform: rotate(-10deg);
		font-size: 80%;
		position: absolute;
		bottom: 0;
		right: -1em;
	}
	.mainNoLocalMenu .container-aside>div:last-child {
		position: fixed;
		top: 4.3rem;
		right: 4.3rem;
		padding: 0!important;
	}
	.mainNoLocalMenu .container-aside>div:last-child a {
		padding: .5rem 1rem!important;
	}
	.container .aef_pencil .ShowMoreButton {
		margin: 0 auto;
		width: 80%;
		display: block;
	}
}





/*правка поиска*/

.b-head__l, .b-head__specify {
	padding: 0!important;
}

.b-head__l, .b-head__r {
	vertical-align: inherit!important;
}

table.b-head.b-head_type_search-simple td {
	border: none;
	padding: 1rem;
}


















/* special formatting cases from old site */

/* mag справочник студента */
.fansygrid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	margin: 1em 0;
}

.fansymod {
	padding: 0;
	margin: 2em;
	flex-basis: calc( 50% - 4em);
	flex-grow: 1;
	border: 1px solid transparent;
	border-radius: 1em 0 0 0;
	padding: 0em;
}


@media screen and (max-width: 760px) {
	.fansymod {
		margin: 1em 0;
		flex-basis: calc( 100%);
	}
}


.fansymod:hover{}

.fansymod h2 {
	padding: 1em 0;
	margin: 0!important;
	text-align: center;
}

.fansymod ul.content {
	padding: 0!important;
	margin: 0!important;
	list-style:none!important;
}

.fansymod:hover ul.content {}

.fansymod ul li{
	padding: 0.7em 0.5em 0.7em 1em!important;
	margin: 0!important;
	line-height: 1em!important;
	display: block;
}

.fansymod ul.content li a {
	text-decoration:none;
	border-bottom: 1px dashed #aaa;
}

.fansymod h2,
.fansymod li
{
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	width: 100%;
}

.fansymod h2:hover {
	border-top-left-radius: 1rem;
}

.fansymod{
	background-position: right bottom;
	background-size: 5em;
	flex-basis: 100%;
	background-repeat: no-repeat;
}

.fansymod.learning{
	background-image: url('/i/ico_mg_learning.svg');
}

.fansymod.science{
	background-image: url('/i/ico_mg_studscience.svg');
}

.fansymod.social{
	background-image: url('/i/ico_mg_finquestions.svg');
	flex-direction: column;
}


.fansymod.services{
	background-image: url('/i/ico_mg_resources.svg');
}

.fansymod.norms{
	background-image: url('/i/ico_mg_etique.svg');
}

.fansymod.studlife{
	background-image: url('/i/ico_mg_studlife.svg');
}

.fansymod.carrier{
	background-image: url('/i/ico_mg_carrier.svg');
}

.fansymod ul.content li a{
	color: black;
}

.fansymod ul.content li:hover a{
	color: white;
}

.fansymod.fansycrimson h2 {
	color: #c33f32;
	border-bottom: 1px solid #c33f32;
	font-weight: bold;
}
.fansymod.fansycrimson:hover h2,
.fansymod.fansycrimson li:hover {
	background-color: #c33f32;
	color:white;
}
.fansymod.fansycrimson:hover{
	border: 1px solid #c33f32;
}

.fansymod.fansyblue h2 {
	color: #132855;
	border-bottom: 1px solid #132855;
	font-weight: bold;
}
.fansymod.fansyblue:hover h2,
.fansymod.fansyblue li:hover {
	color: white;
	background-color: #132855;
}
.fansymod.fansyblue:hover{
	border: 1px solid #132855;
}


.fansymod.fansygreen h2 {
	color: #156744;
	border-bottom: 1px solid #156744;
	font-weight: bold;
}
.fansymod.fansygreen:hover h2,
.fansymod.fansygreen li:hover {
	color: white;
	background-color: #156744;
}
.fansymod.fansygreen:hover{
	border: 1px solid #156744;
}


.fansymod.fansyorange h2 {
	color: darkorange;
	border-bottom: 1px solid darkorange;
	font-weight: bold;
}
.fansymod.fansyorange:hover h2,
.fansymod.fansyorange li:hover {
	background-color: darkorange;
	color: white;
}
.fansymod.fansyorange:hover{
	border: 1px solid darkorange;
}

/*
* Staff
*/

.StaffList {
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-flow: row wrap;
	align-items: self-start;
	align-content: space-between;
}

.StaffList li {
	list-style-type: none;
	padding: 1rem 2rem;
	width: calc(33%);
	text-align: center;
	border-radius: 0.5rem;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}

.StaffList li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.3em;
}

.StaffList li:hover {
	border: 1px dotted #aad;
	transform: translate(-.2rem, -.2rem);
	box-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.15);

}

.StaffList li:active {
	border: 1px dotted #aad;
	transform: translate(0, 0);
	box-shadow: none;
}
.aef_event_info .title_text {
	color: #52646d;
	font-size: 2.5rem;
	display: flex;
	padding: 0;
	margin: 0;
	flex-flow: row wrap;
	align-items: flex-start;
}
.main .aef_event_info {
	margin: 0 0 1rem 0;
	padding: 1rem 1rem .5rem;
}
.canvas_event_page {
	padding: 0 .5rem;
}
.main .canvas_event_page {
	padding: 0 .5rem;
	font-size: 16px;
	position: relative;
	margin: 0 auto;
	color: #52646d;
	height: auto;
	max-width: 1400px;
}


@media (max-width:1000px) {
	.StaffList li {
		flex-basis: calc(49%);
	}
}

@media (max-width:760px) {
	.StaffList li {
		flex-basis: calc(100%);
	}
}



.news-list__panel {
	margin-bottom: 2rem;
}


/*Исправления lSSlide*/
.lSSlideWrapper {
	max-height: 31rem;
	margin-top: 1rem!important;
}
.lSSlideOuter .lSPager.lSGallery {
	max-height: 6.5rem;
	margin: 1rem auto!important;
}
@media (max-width:760px) {
	.lSSlideWrapper {
		max-height: 13rem;
	}
	.lSSlideOuter .lSPager.lSGallery {
		max-height: 1.3rem;
	}
}
