

/* Start:/local/templates/u_university/components/bitrix/news/news/bitrix/news.detail/standart/style.css?17540597516979*/
.Blog {
    padding: 0 40px;
}

.Content {overflow:visible!important;}
.Page-wrapper {overflow:visible!important;}

.Blog-wrapper {
    min-width: 960px;
    max-width: 1440px;
    padding: 0 30px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    /*display: flex;*/
    width: calc(100% - 60px);;
    position: relative;
    overflow: visible;
}

.Blog__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.Blog__img {
    max-width: 100%;
    height: auto;
}

.Blog-inner {
    width: 100%;
    /*position: relative;*/
    border-top: none;
    padding-top: 0;
}

.Blog-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-family: UniversLT, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    color: #070707;
    font-size: 46px;
    line-height: 54px;
    width: 100%;
}

.Blog-body {
    display: flex;
    justify-content: space-between;
    /*position: relative;*/
}
.Blog-body__img-container {
 padding-bottom: 15px;
}
.Blog-body__img {
    width:100%;
}

.Blog-body__preview {
    font-family: UniversLT, sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.Blog-body-container {
    width: 70%;
    max-width: 70%;
}
.Blog-body__head {
    font-size: 18px;
    line-height: 24px;
}
.Blog .IndexNewsPopup-popup-body-title {
    margin-bottom: 25px;
    margin-top: 0;
    position: unset;
}

.Blog .IndexNewsPopup-popup-body {
    padding: 20px 0 0 0;
}

.Blog-body__date-mobile {
    display: none;
}

.Blog-body__rubric {
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
}
.Blog-body__link {
    margin-left: 15px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.Blog-body__label {
    color: #555555;
}

.Blog-body__author {
    display: flex;
    margin-bottom: 25px;
}
.Blog-body__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Blog-body__info-left {
    display: flex;
    align-content: center;
    align-items: center;
}

.Blog-body__info-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Blog-body__info-date {
    margin-right: 30px;
}

.Blog-body__info-reader {
    display: flex;
    gap: 5px;
}
.Blog-body__info-clock {
    vertical-align: sub;
    padding-right: 5px;
}
.Blog-post-author {
    display: flex;
    margin-top: 55px;
    align-items: flex-start;
    text-decoration: none;
    font-family: UniversLT, sans-serif;
}

.Blog-post-author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Blog-post-author-info {
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 90px;
    margin-top: 10px;
    color: #000;
}
.Blog-post-author-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;

}

.Blog-post-author-descr {
    font-size: 20px
}
.Blog-post-author-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}


.open__banner {
    position: relative;
    top: 145px;
}

.open__banner_sticky {
    position: sticky;
    top: 100px !important;
}

.open__banner-link {
    position: unset;
}

.Blog__banner {
    width: 30%;
    margin: 0 auto; /* Центрирует элемент внутри родителя */
    text-align: center;
}

.banner-carousel .swiper-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-carousel .swiper-slide {
    flex-shrink: 0;
    text-align: center;
}

.banner-carousel.swiper-container {
    margin-left: 10px;
    overflow: hidden;
    min-width: 0;
}
@media(min-width: 1280px) and (max-width:1439px) {
    .Blog-wrapper {
        padding:0 115px
    }
}

@media(max-width: 1279px) {
    .Blog-wrapper {
        padding:0 60px
    }
}

@media(max-width: 959px) {

    .Blog-body__preview {
        font-size: 24px;
        line-height: 30px;
    }
    .Blog-body__img-container {
        padding-bottom: 10px;
    }

    .Blog-title {
        font-size: 31px;
        line-height: 31px;
    }
    .Blog-body-container {
        width: 100%;
        max-width: 100%;
    }
    .Blog-body__info-right, .Blog-body__info-reader {
        /*justify-content: space-between;*/
        display: inline-flex;
    }
    .Blog-body__label {
        margin-right: 5px;
    }

    .Blog-body__info-left {
        display: block;
    }

    .Blog-body__info-date {
     display: none;
    }
    .Blog-wrapper {
        min-width:320px;
        padding:0;
        width: 100%;
    }
    .Blog {
        padding: 10px 20px;
    }
    .Blog .IndexNewsPopup-popup-body {
        padding: 0;
    }
    .Blog-body {
        flex-direction: column;
    }
    .Blog-body__date-mobile {
        padding-top: 15px;
        display: block;
    }
    .Blog-body__rubric {
        justify-content: space-between;
        margin-top: 10px;
        display: inline-flex;
    }

    .Blog-body__info {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .Blog-body__author {
        display: none;
    }
    .open__banner {
        margin: 20px 10px 20px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
    }
    .Blog__banner {
        width: 100%;
    }

}


@media(min-width: 1280px) and (max-width:1439px) {
    .Blog-wrapper {
        margin-top:36px
    }
}

@media(max-width: 1279px) {
    .Blog-wrapper {
        margin-top:18px
    }
}

@media(min-width: 1280px) and (max-width:1439px) {
    .Blog-inner {
        padding-top:60px
    }
}

@media(max-width: 1279px) {
    .Blog-inner {
        padding-top:54px
    }
}

@media(min-width: 600px) and (max-width:959px) {
    .Blog-inner {
        padding-top:60px
    }
}

@media(min-width: 480px) and (max-width:599px) {
    .Blog-inner {
        padding-top:54px
    }
}

@media(max-width: 479px) {
    .Blog-inner {
        padding-top:0;
    }
}

@media(min-width: 1280px) and (max-width:1439px) {
    .Blog-inner {
        padding-top:0
    }
}

/* Stars */
.stars {
    margin-bottom: 60px;
}
.stars__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 5px;
}
.stars__items {
    display: flex;
    align-items: center;
}

.stars__item {
    margin-right: 11px;
    cursor: pointer;
    text-align: center;
    align-content: center;
    width: 30px;
    height: 30px;
}

.stars__rating {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}
.stars__voices {
    font-size: 18px;
    font-weight: 400;
    color: #6D6D6D;
    margin-left: 5px;
}

/*.stars__item:hover {*/
/*	border-radius: 50%;*/
/*	background-color: #ADFF00;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*}*/

.stars__item:hover svg path {
    fill: #000;
}

.stars__item.highlighted svg path {
    fill: #000;
}

.stars__item.star_active svg path {
    fill: #000;
}


/* End */


/* Start:/local/components/cetera/stars/templates/.default/style.css?1741254936767*/
.stars {
	margin-bottom: 60px;
}
.stars__title {
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 5px;
}
.stars__items {
	display: flex;
	align-items: center;
}

.stars__item {
	margin-right: 11px;
	cursor: pointer;
	text-align: center;
	align-content: center;
	width: 30px;
	height: 30px;
}

.stars__rating {
	font-size: 18px;
	font-weight: 700;
	margin-left: 15px;
}
.stars__voices {
	font-size: 18px;
	font-weight: 400;
	color: #6D6D6D;
	margin-left: 5px;
}

/*.stars__item:hover {*/
/*	border-radius: 50%;*/
/*	background-color: #ADFF00;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*}*/

.stars__item:hover svg path {
	fill: #000;
}

.stars__item.highlighted svg path {
    fill: #000;
}

.stars__item.star_active svg path {
    fill: #000;
}

/* End */


/* Start:/local/templates/u_university/components/bitrix/news.list/blogslider/style.css?17412549361109*/
.Blog-article-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 60px 15px 60px;

}

.Blog-article__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 340px;
    width: 520px;
}
.Blog-article__name {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 15px;
}

.Blog-article__card {
    color: inherit;
}

.Blog-article__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.Blog-article-carousel-wrap {
    padding-top: 40px;
}

@media (min-width: 960px) {
    .Blog-article-wrap {
        margin: 0 60px 15px 60px;
        overflow: hidden;
    }
    .Blog-article-carousel-wrap {
        padding-top: 72px;
    }
}

@media (max-width: 959px) {
    .Blog-article__img {
        height: auto;
        width: 100%;
    }
    .Blog-article-img-wrap {
        margin: 0 40px 15px 40px;
    }
    .Blog-article-wrap {
        margin: 0 40px 15px 40px;
    }
    .Blog-article__name {
        font-size: 20px;
        line-height: 24px;
    }
}


/* End */
/* /local/templates/u_university/components/bitrix/news/news/bitrix/news.detail/standart/style.css?17540597516979 */
/* /local/components/cetera/stars/templates/.default/style.css?1741254936767 */
/* /local/templates/u_university/components/bitrix/news.list/blogslider/style.css?17412549361109 */
