@media only screen and (max-width: 1920px) {
  .container {
     max-width: 1230px !important;
  }
}

@media (max-width: 1920px) {
	.item-slide-bg-mobile, .item-slide-bg-tablet {
		display: none;
	}
}

@media (max-width: 1023px) {
	.item-slide-bg-tablet {
		display: block;
	}
	.item-slide-bg-desktop, .item-slide-bg-mobile {
		display: none;
	}
}


@media (max-width: 767px) {
	.item-slide-bg-mobile {
		display: block;
	}
	.item-slide-bg-desktop, .item-slide-bg-tablet {
		display: none;
	}
	.item-slide-bg {
		height: 450px !important;
		background-size: contain !important;
		background-position: center top !important;
		background-repeat: no-repeat !important;
	}
    .order-xs-1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

}




.item-slide-bg
{
	display: block;
	position: relative;
	height: 500px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}





html,
body {
    font-family: 'M PLUS 1p', sans-serif;
    /*font-family:OpenSans,Helvetica,Arial,sans-serif;*/
}



/* header */
.header{
	display: flex;
}

.header__logo {
    margin-top: 40px;
    margin-bottom: 25px;
    margin-right: 35px;
}

.header__description {
    margin-top: 40px;
}
/* end Header */

/* faculty */
.faculty {
	display: flex;
	padding: 0.5rem 0 0.5rem;
}
.faculty__image img {
	margin: 1rem;
	margin-left: 0;
	max-width: none;
}
.faculty__description {
	margin: auto;
	margin-left: 0;
	color: black;
}
.faculty__description a {
	text-decoration: none;
}

/* end Faculty */

/* footer */
#sticky-footer {
    background-color: #1C3553;
}
/* end Footer */


.appeal{
    margin-top: 41px;
}

.tabs-type-1 a {
    color: #232323;
    font-size: 18px;
}

.tabs-type-1 a:hover {
	text-decoration: none !important;
}

.page-all a {
    color: #232323;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 3px;
	z-index: 10;
}


.news__item {
    display: block;
    height: 185px;
    width: 748px;
    margin-bottom: 60px;
}
.news-item__images {
    width: 285px;
    float: left;
    margin-right: 42px;
    height: 185px;
    object-fit: cover;
}
.news-item__date {
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 400;
    margin-bottom: 4px;
}
.news-item__category {
    color: #E36103;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.article{
    width:280px;
	margin-bottom: 50px;
}
.article__images img{
    width: 280px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0px !important;
    border-radius: 10px;
}
.article__rubric {
    font-size: 13px;
    color: #E36103;
    margin-bottom: 15px;
}
.article__date {
    color: #5F5F5F;
    font-size: 13px;
    padding: 10px 0;
}
.article-tag-label {
    position: absolute;
    bottom: .5rem;
    left: 0rem;
    padding: .3rem 0.5rem .3rem;
    line-height: .5rem;
    color: #fff;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 0.125rem 0.25rem rgba(35,38,45,0.09);
    border-radius: .125rem;
}

.article-category {
    background: #ff8758;
}
.article-category--sport {
    background: #f2b63e;
}


.tabs-type-1 li {
    display: inline;
    list-style: none;
    padding-right: 55px;
}
.tabs-type-1 li:last-child {
    padding-right: 15px;
}
.tabs-type-1 ul {
    padding: 0;
    margin-bottom: 50px !important;
}

.page-all {
    margin: auto;
    float: right;
}


.eaeve__title {
    font-weight: bold;
}

/* news-list */
.article__description a {
    color: #232323;
    font-size: 16px;
}

.article__description a:hover {
	color: #0056b3;
	text-decoration: none !important;
}

.rubrics {
    list-style: none;
	margin: 0;
	padding: 0;
}
.rubrics li{
    padding-bottom: 20px;
}
.rubrics li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.035em;
}
/* end news-list */

/* Buttons */
.btn-danger--custom {
    width: 265px;
    height: 55px;
	border-radius: 0 !important;
	background-color: #CE000C !important;
	border-color: #CE000C !important;
	line-height: 3.3 !important;
	color: #fff !important;
    display: block;
    text-align: center;
}
/*End bottons*/

.contacts__info ul
{
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.contacts__info li
{
  list-style-type: none;
  /* Убираем маркеры */
}



/* Разобрать */

.rector__description{
	margin-bottom: 15px;
	font-size: 14px;
}

.welcome{
    margin-top: 45px;
}

.contacts__header{
    font-weight: bold;
}

.mcontent{
	margin-bottom: 120px;
    position: relative;
}

.wrapper a
{
	color: #181818;
	text-decoration: none;
}

.wrapper a:hover
{
	color: #0056b3;
	text-decoration: underline;
}

.main-slide__description
{
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin: 40px;
	text-transform: uppercase;
}





.menu {
    height: 60px;
    width: 1600px;
    left: 0px;
    top: 155px;
    border-radius: 0px;
    background-color:#0D7ADE;
}

/*Меню сегментированное по ЦА*/
.segmented_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.segmented_menu li {
    display: inline;
}

.segmented_menu a {
    text-decoration: none;
}

/*Главное меню*/
.main_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main_menu li{
    display: inline;
}

.main_menu a{
    color: #fff;
}

.slider{
    height: 500px;
    background-color: green;
}

.load_more {
    margin: 10px;
    cursor: pointer;
    text-align: center;
	font-size: 14px;
}

.load_more:hover {
	color: #5F5F5F;
	text-decoration: none;
}


.banner__item {
    position: relative;
    height: 375px;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

.banner__content {
    /*padding-top: 200px;*/
    padding: 50px 0;
}

.banner__h,
.banner__h h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
}

.banner__txt {
    position: relative;
}

.banner__txt,
.dialog__txt {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 30px;
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

@media (max-width: 767px) {
    .banner__item .banner__h, .banner__item .banner__h h1 {
        font-size: 28px;
        line-height: 41px;
    }
}

.content, .content img {
    margin-bottom: 1rem;
}

.person__contacts {
    font-size: 13px;
}

.person__contacts hr {
    border: none;
    background-color: #e8e8e8;
    height: 1px;
}

.list_docs {
	margin-bottom: 15px;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    /*padding: .75rem;*/
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.wrapper_content{
    overflow: hidden;
}
.wrapper_content img {
    margin-bottom: 15px;
}

.bx-breadcrumb-item a {
    color: #5F5F5F;
}

.text-center {
    text-align: center;
}
.article__images {
    display: block;
    position: relative;
}



.cat-edu {
    background: #3ac586;
}

.svg-viewed-eye.bvi-open {
    cursor: pointer;
}

.covid {
    background: -webkit-gradient(linear, right top, left top, from(#0077bc), color-stop(50%, #2898b9), to(#0077bc));
background: linear-gradient(-90deg, #0077bc 0%, #2898b9 50%, #0077bc 100%);
}

.covid {
    color: white;
    text-align: center;
    padding: 25px;
    position: relative;
    line-height: 1.5;
#    background: #2873c4;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 1;
}

.covid .covid-link {
    color: white;
}

.covid::after {
    content: "";
    background: url("/local/templates/main/css/../img/mission_bg.png");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #eeeeee;
}

a
{
    color: #0056b3;
}

.bg-light-gray
{
	/*background-color: #f9f9f9;*/
	background-color: #f4f5f7

}

.pb-6, .py-6 {
    padding-bottom: 5rem !important;
}

.pt-6, .py-6 {
    padding-top: 5rem !important;
}

.page-all-link{
	position: relative;
}

.table {
font-size: 0.9em;
}
.news__title {
    padding-bottom: 15px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

/*    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 0%;
        margin-left: 25px;
    }*/

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 94%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0%;
            margin-left: 0px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.timeline a {
    color: #0056b3;
}

.timeline a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}



.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.10);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    height: 150px;
}

.serv-section-2:hover{
    background: #0d7ade;
    color: #fff;
    cursor: pointer;
}

.serv-section-desc {
    position: relative;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #0d7ade;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}


.mt-60{
    margin-top:60px;
}

/******other*****/
.dlc-item{
    border-bottom: 1px solid #CFCFCF;
    position: relative;
}
.dlc-item__title{
    font-weight: 500;
    position: relative;
    padding: 20px 0 20px 22px;
    cursor: pointer;
}
.dlc-item__content{
    display: none;
    padding-bottom: 60px;
}
.dlc-item.open{
    background-color: #F4F4F4;
    border-bottom: none;
}
.dlc-item.open .dlc-item__content{
    display: block;
}
.dlc-item__title:after{
    content: '';
    position: absolute;
    right: 32px;
    width: 19px;
    height: 10px;
    background: url("/local/templates/mva/img/svg/arrow-down.svg") 50% 50% no-repeat;
    background-size: 19px;
    top: calc(50% - 5px);
}
.dlc-item.open .dlc-item__title:after{
    transform: rotate(180deg);
}
.wrapper .dlc-link{
    font-size: 14px;
    color: #5F5F5F;
}
.wrapper .dlc-link:hover{
    text-decoration: none;
}
.dlc-title{
    margin-bottom: 20px;
}
.dlc-item__table th{
    font-size: 10px;
    color: #5f5f5f;
    font-weight: 400;
    padding: 5px 20px 30px;
    min-width: 170px;
}

.dlc-item__table{
    width: 100%;
}
.dlc-item__table td,
.dlc-item__table th{
    min-width: 210px;
}
.dlc-item__table td{
    padding: 20px 20px;
    font-size: 14px;
    border-bottom: 1px solid #CFCFCF;
}
.dlc-item__table tr:last-child td{
    border-bottom: none;
}
.dlc-item__table td b{
    font-size: 16px;
    font-weight: 500;
}
.program-props__circle {
    width: 60px;
    height: 60px;
    background-color: #F4F4F4;
    border-radius: 50%;
    margin-right: 25px;
}

.program-props__item {
    margin-bottom: 40px;
}

.program-props__text {
    margin-bottom: 0;
    width: calc(100% - 84px);
}

.btn-danger--custom.btn-w--180 {
    width: 180px;
}

.program-props .btn {
    margin-top: 20px;
}

.program-props__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 50px;
}

.wrapper .program-props__icon img {
    margin-bottom: 0;
}
.photo-gallery__title{
    padding: 24px;
    /*background-color: #f9f9f9;*/
    background-color: #FFFFFF;
    font-size: 14px;
    min-height: 90px;
    display: block;
}
.wrapper .photo-gallery__title:hover{
    text-decoration: none;
}
.wrapper .photo-gallery img{
    margin-bottom: 0;
    object-fit: cover;
    height: 170px;
}
.dlc-item__content--text {
    padding: 0px 20px 20px;
}
/******other end*****/

.abitur_block {
    background: #f2f2f2;
    padding: 25px;
	margin-bottom: 30px;
    width: 100%;
}

.abitur_block ul {
	list-style:none;
}

.abitur_block {
    background: #f2f2f2;
    padding: 25px;
	margin-bottom: 30px;
    width: 100%;
	min-height: 350px;
}

.abitur_block ul {
	list-style:none;
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}

.abitur_block__exam-dates{
	color: #ec526e;
}

.swiper-slide__title {
    display: block;
    position: absolute;
}

/* Start - Предстоящие события */
.events__item {
    padding: 15px 0;
}
.events__item--bg-grey {
	padding: 15px;
	height: 380px;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
    transition: 0.5s;
        border-radius: 10px;
}

.events__item--bg-grey:hover {
	background-color: #fbfbfb;
    border: 1px solid #FBFBFB;
}
.events__item-date {
    font-size: 20px;
    color: #0D98DE;
    font-weight: bold;
}
.events__item-year {
    font-size: 14px;
    color: #626262;
}
.events__item-hr {
	border-bottom: solid 1px #E7E8E9;
    margin-top: 15px;
    margin-bottom: 15px;
}
.events__item-title {
    color: #000000;
    font-size: 16px;
	height: 145px;
	overflow: hidden;
}
.events-slider {
    width: 100%;
    height: 100%;
	overflow: hidden;
	position: relative;
}
/* End - Предстоящие события */

/* Start - Заголовки для блоков на странице */
.header__title, .slider__top-title {
	color: rgb(33, 37, 41);
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 0px;
}

.header__right-block, .slider__buttons-block {
	position: relative;
	width: 100px;
	/*height: auto;*/
}
.right-block__all-news{
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 14px;
}
/* End - Заголовки для блоков на странице */


/* Start - кнопки переключения слайдов */
.swiper-button-next, .swiper-button-prev
{
	color: var(--swiper-navigation-color,#000);
}
/* End - кнопки переключения слайдов */

.slider__may9-poems, .slider__may9-video {
	overflow: hidden;
}

.may9-widget {
	position: relative;
	height: 300px;
	width: 100%;
	padding: 24px 32px;
}

.may9-widget__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: top;
    background-size: cover;
    z-index: -2;
}

.may9-widget--shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(10deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	z-index: -1;
}

.may9-widget__title{
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-top: 30px;
}

.btn-white:hover, .btn-white:focus {
    color: #fff;
    background-color: #C2351F;
    border-color: #C2351F;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.btn-white {
    position: relative;
    display: inline-block;
    padding: 10px 33px 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #dc4128;
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}

.may9-widget__btn{
position: absolute;
bottom: 50px;
}

.faculty__description-link {
    color: #212529;
}

.rubrics__item-link {
    color: #212529;
}

.photo-gallery img {
	margin-bottom: 0;
	object-fit: cover;
	height: 170px;
}

.photo-gallery__title {
    color: #000;
}

.photo-gallery__title:hover {
    text-decoration: none;
}

.photo-gallery__title:hover {
    text-decoration: none;
}

.photo-gallery__title a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.right-block__all-news {
    color: #232323;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	margin-bottom: 15px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider__top-info {
    margin-bottom: 20px;
}

.photo-slider__presentation {
    position: relative;
}

.photo-slider__presentation .swiper-slide img {
    max-height: 350px;
}

.slider__bottom-text, .slider__top-text {
	margin-top: 10px;
}

.science-events__status--active {
    color: #08cd44;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    #margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-warning {
    color: #414141;
    background-color: #fff0d8b5;
    border-color: #ffedd2;
}

.text-danger {
    color: #dc3545 !important;
}

.abitur_block ul li {
    padding-bottom: 10px;
}

.admission__item {
    border-radius: 10px;
	transition: 0.5s;
}

.admission__item:hover {
	transform: scale(1.02);
	transition: 0.5s;
}

/* Иконки для файлов */
.list_docs{
	display:block;
	margin-top:20px;
}

.doc_item{
	margin:14px 0;
	display:block;
}

a.link_doc{
	color: #282828;
	text-decoration:none;
}

a.link_doc:hover{
	text-decoration:underline;
}

.doc_icon{
	background: url("img/docs/icon_doc.jpg") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	float: left;
}

.xsl_icon{
	background: url("img/docs/icon_excel.png") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	float: left;
}

.pdf_icon{
	background: url("img/docs/icon_pdf.jpg") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
	float: left;
}

.fl_size{
	color:#666666;
}

.doctipe {
    margin-left: -40px;
}

.doctipe_element {
    list-style: none;
    padding: 5px 0px;
}

.sveden .hide {
    display: none !important;
}

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

.error-page-big-text {
    font-size: 10rem;
}

.student-life-block__preview {
	height: 200px;
	border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.student-life-block__title {
	text-transform: uppercase;
}

.student-life-block__preview--bg-struktura{
	background-color: #5c88da;
}

.student-life-block__preview--bg-kultura{
	background-color: #b77729;
}

.student-life-block__preview--bg-sport{
	background-color: #004f71;
}

.student-life-block__preview--bg-skryabinets{
	background-color: #999f50;
}

.student-life-block__preview--bg-anons{
	background-color: #dc4405;
}

.student-life-block__preview--bg-mediatsentr{
	background-color: #5c9167;
}

.student-life-block__preview--bg-studgorodok{
    background-color: #00bfb2;
}

.student-life-block__preview--bg-psikholog{
    background-color: #5d509f;
}

.student-life-block__preview--bg-karta{
    background-color: #ffb549;
}

.student-life-block{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 15px;
    background-color: #fff;
}

.student-life-block__title {
    display: block;
    height: 120px;
}

.student-life-block__title-link {
    display: block;
    position: relative;
    padding-top: 40px;
}

.student-life-block {
    transition: 0.3s;
}

.student-life-block:hover {
    transform: scale(1.02);
    transition: 0.3s;
}

.person-info{
    display: block;
    position: relative;
}

.person-info--position{
    margin-bottom: 30px;
}

.person-info__name{
    font-weight:bold;
}
.person-info__photo{
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 350px;
    margin-bottom: 15px;

}

.header-fast-links{
	margin-top: 30px;
	font-size: 15px;
}
.header-fast-links__link {
    color: #606060;
}

.students-life {
    height: 500px;
    width: 100%;
    display: block;
}

.student-life-block--bg-white {
	background-color: #fff;
}

.students-life--background {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/studencheskaya-zhizn/img/header-banner-students.jpg');
	    background-size: auto, auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.students-life--background-sport {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/studencheskaya-zhizn/sportivnyy-sektor/img/header-banner-sport.jpg');
	    background-size: auto, auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.students-life--background-culture {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/studencheskaya-zhizn/kulturno-massovyy-sektor/img/header-banner-culture.jpg');
	    background-size: auto, auto;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.students-life--background-mediaсentr {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/mediacenter/img/header-banner-mediaсentr.jpg');
	    background-size: auto, auto;
		background-position: bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.students-life--background-studgorodok {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/studencheskiy-gorodok/img/studencheskiy-gorodok-header-banner.jpg');
	    background-size: auto, auto;
		background-position: bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.students-life--background-psihology {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/studencheskaya-zhizn/psikhologicheskaya-sluzhba-i-meditsinskoe-obsluzhivanie/img/header-banner-psihology.jpg');
	    background-size: auto, auto;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}


.opendays__header--bg {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6) ), url('/days-open-doors/img/header.jpg');
	    background-size: auto, auto;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.section-covid--bg {
		background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/days-open-doors/img/virus.jpg');
	    background-size: auto, auto;
		background-position: top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.covid-open-days__title, .covid-open-days__content {
    color: #fff;
}


.students-life__title {
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	font-weight: 400;
}

.students-life__title--position {
	margin-top: 200px;
}

.section-media__img {
    border-radius: 5px;
    border: 2px solid #3d3d3d;
}

.bg-yellow {
    background-color: #ffda62;
}

/* Факультеты */
.faculties {
    transition: 0.3s;
}
.faculties:hover {
    transform: scale(1.02);
    transition: 0.3s;
}
.faculties__item {
    height: 260px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(134, 134, 134, 0.1);
}
.faculties__item--bg-white
{
    background-color: #fff;
}
.faculties__img {
    height: 150px;
}

/* Page - День открытых дверей */
.open-days-list {
    display: block;
    min-height: 250px;
    position: relative;
}
.open-days-list--bg-white {
    background: #fff;
}
.open-days-list--position {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(134, 134, 134, 0.1);
}
.open-days-list__date {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
    color: #3183CE;
}
.open-days-list__place {
    display: block;
    bottom: 20px;
    color: #a8a8a8;
    padding-bottom: 10px;
}
.open-days-list__format {
    color: #a8a8a8;
    padding-bottom: 10px;
}
.open-days-list__time {
    color: #a8a8a8;
}

.specialization {}
.specialization__list {
    margin-left: 0;
    padding-left: 0;
}
.specialization__item {
    background: #e9f4fd;;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    list-style-type: none;
}
.specialization__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

/* Список ученых лаборатории */
.scientist {}
.scientist__photo {
    width: 100%;
    min-height: 350px;
}
.scientist__fullname {
    padding: 15px 0px 5px;
}
.scientist__fullname-link {
    color: #000;
    font-weight: 500;
}
.scientist__description {
    font-size: 0.9rem;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #595959;
}

/* Artblock */
.artboard {
    display: block;
    height: 500px;
    width: 100%;
    background-color: #ddd; /* default color */
}
.artboard__title {
    font-size: 40px;
    line-height: 46px;
    color: #fff; /* default color */
    font-weight: 500;
}
.artboard__title--position {
    margin-top: 200px;
}
.artboard--bg-cover {
    background-size: auto, auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.artboard--bg-position-top {
    background-position: top;
}
.artboard--bg-position-center {
    background-position: center;
}
.artboard--bg-position-bottom {
    background-position: bottom;
}

.background-position--top {
    background-position: top;
}
.background-position--center {
    background-position: center;
}
.background-position--bottom {
    background-position: bottom;
}


.event-block {
    display: block;
    height: 380px;
    position: relative;
    overflow: visible auto;
}
.event-block--position {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(134, 134, 134, 0.1);
}
.event-block--bg-cover{
    background-size: auto, auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.event-block--text-white{
    color: #fff;
}
.event-block__description {
    display: block;
    /*font-size: 14px;*/
}
.event-block__title {
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 25px;
}
.event-block__place {
    margin: 20px 0px;
}

.student-life-block__image {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 100%;
}

.btn-primary {
  display: block;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn-primary:hover {
  background-color: #005fc4;
}
.open-days-list__registration {
  padding-top: 10px;
  padding-bottom: 10px;
}
.open-days-list__info {
  font-size: 12px;
  color: red;
}
.open-days-list__description{
    /*height: 80px;*/
    padding-bottom: 15px;
}
.open-days-list__place-link {
    color: #a8a8a8;
}
.open-days-list__spec{
    /*height: 80px;*/
    padding-bottom: 15px;
}

.stipend-wrap {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 15px;
  height: 300px;
  margin-bottom: 30px;
  overflow: visible auto;
}
.stipend__title {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.stipend__list {
  padding-left: 0px;
  list-style: none;
}
.stipend__list-item {
  padding-bottom: 5px;
}
/*
h1{
    font-size: 1.5rem;
    line-height: 1.3;
}*/

.person-list__element {
    min-height: 150px;
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.professors-list__box {
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0px 3px 10px #ddd;
}

.professor-box__photo-box {
    width: auto;
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.professor-box__photo {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}
.professor-box__title {
    font-weight: 500;
    padding-bottom: 15px;
}

.professor-box__description {
    height: 245px;
    overflow: hidden;
    padding-bottom: 15px;
}

.button {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.button-outline-primary {
    color: #73A8D9;
    background-image: none;
    background-color: transparent;
    border-color: #73A8D9;
}

.professor-box__button {
    display:block;
    min-width: 150px;
}

.professor-box__button:hover {
    background-color: #73A8D9;
    color: #fff;
    text-decoration: none;
}

.professor-detail, .person-detail {
    display: block;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
}

/* Font-Size */
.h1 {
    font-size: 28px;
    font-weight: bold;
}

.switcher-element {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    min-height:85px;
}
.switcher-element:hover {
    background-color: #73A8D9;
    color:#fff;
    transition: 0.3s;
}
/* Section - content*/
.section-content--wrapper-v1 {
    padding-bottom: 50px;
}

.person__img img {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
}
.person__title
{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #232323;
    margin-bottom: 8px;
}
.person
{
    max-width: 280px;
    margin-bottom: 50px;
}
.person__link {
    color: #000;
}
.photo-box--page{
    height: 300px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.photo-box__image--page{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* Детальная информация о профессоре */
.professor-detail__photo-box {
    width: auto;
    max-height: 300px;
    border-radius: 5px;
    overflow: hidden;
}
.professor-detail__photo {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}

/* Детальная информация о персоне */
.person-detail__title {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px 40px;
}

.person-detail__photo-box {
    width: auto;
    /*max-height: 300px;*/
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}
.person-detail__photo {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}
.person-detail__header, .person-detail__post-title {
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 15px;
}
.person-detail__post-list {
    padding-left: 20px;
}
.person-detail__content--pb {
    margin-bottom: 30px;
}
.person-detail__content-box--pb {
    margin-bottom: 40px;
}
.hide 
{
	display: none;
}
.payment-services__content-box {
    padding-bottom: 180px;
}

.btn--gray {
    display: block;
    color: #000 !important;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 15px;
}
.btn--gray:hover{
    background-color: #5080D8;
    color: #fff !important;
}
.btn--white {
    display: block;
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 15px;
}
.btn--white:hover{
    background-color: #5080D8;
    color: #fff !important;
}
.payment-services-sber__header {
    padding-bottom: 35px;
}
.payment-services-sber__links-box,  .payment-services-rshb__links-box{
    list-style: none;
}
.payment-services-sber__link, .payment-services-rshb__link {
    margin-left: -40px;
    margin-bottom: 15px;
}
.payment-services-rshb__header {
    padding-bottom: 35px;
}
.events__images {
    display: block;
    position: relative;
}

.events__images img {
    width: 280px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0px !important;
}
.events__item-date {
    position: absolute;
    bottom: .5rem;
    left: 0rem;
    padding: .3rem 0.5rem .3rem;
    line-height: .5rem;
    color: #fff;
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 0.125rem 0.25rem rgba(35,38,45,0.09);
    border-radius: .125rem;
    background: #0D7ADE;
}



.logo-banner{
	width: 250px; 
	padding-top:45px; 
}
.logo-banner__link{

}
.logo-banner__img {

}
.logo-banner__img--animation-opacity {
	opacity: 1;
	transition: opacity 0.5s; 
}
.logo-banner__img--animation-opacity:hover {
	opacity: 0.5;
}

img.banner__eng-site--img:hover {
    transform: scale(1.04);
}

img.banner__eng-site--img {
    transition: 1s;
}