:root {
	--font-title: 'TildaSans';
	--font-content: 'TildaSans';

	--color-black: #1E1E1E;
	--color-yellow: #FECF03;
	--color-blue: #2E3192;
	--color-dark-blue: #1A1C6E;
	--color-gray-light: #d9d9d980;
	--color-gray: #7F7F7F;

	--pxtovw: 0.78vw;

	--gradient: linear-gradient(90deg, #2F57EF 0%, #B966E7 100%);

	--img-radius: 0.31vw;
}
.bitrix_panel {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
}
.bx-core-adm-dialog select, .bx-core-adm-dialog input, .bx-core-adm-dialog textarea {
	-webkit-appearance: auto;
	   -moz-appearance: auto;
	        appearance: auto;
	width: initial;
	height: initial;
	display: initial;
}
font.notetext {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.auth-block {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.auth-block table td {
	padding: 3px 5px;
}
.auth-block table {
	margin: 8px auto 15px;
	text-align: left;
}
.auth-block {
	text-align: center;
}
.auth-block > div {
	margin: 0 auto;
}
.auth-block a {
	text-decoration: underline;
	color: var(--color-blue);
}
.auth-block input[type="text"],
.auth-block input[type="password"] {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 10px;
	background: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.auth-block .btn,
.auth-block input[type="submit"] {
	display: inline-block;
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.94vw;
	padding: 1.27em 4em;
	color: var(--color-black);
	background-color: var(--color-yellow);
	border-radius: 2.86vw;
	margin-top: 15px;
}

body {
	font-family: var(--font-content);
	color: var(--color-black);
	font-size: 1.09vw;
	line-height: 1.8;
	background-color: #fff;
}
p:not(:last-child) {
	margin-bottom: 1em;
}
.container {
	width: 100%;
	max-width: 1750px;
	margin: 0 auto;
	padding: 0 var(--pxtovw);
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--pxtovw)*-1);
}
.col {
	padding: 0 var(--pxtovw);
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-title);
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: -0.05vw;
}

.header {
	font-family: var(--font-title);
	font-weight: normal;
	color: #fff;
	padding-top: 1.04vw;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.header-top {
	width: 100%;
	font-size: 0.78vw;
}
.header-top-col:first-child {
	width: 100%;
	margin-right: auto;
}
.header-top-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-top-sep {
	display: block;
	height: 24px;
	width: 1px;
	background: rgba(255,255,255,0.3);
	margin: 0 30px;
}
.header-top .row {
	justify-content: space-between;
}
.logo {
	flex: none;
	display: block;
	width: 70px;
	height: 70px;
	background: url('../img/logo_chsu_white.svg') no-repeat center / contain;
	/* background: url('../img/logo_journal.svg') no-repeat center / 100% 100%; */
	margin-right: 70px;
}
a.slabvid_link {
	font-size: 16px;
	line-height: 1.3;
	white-space: nowrap;
}
a.slabvid_link:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 14px;
	margin-right: 8px;
	background: no-repeat center url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.281 0.527832C7.18412 0.527832 3.46885 2.83686 0.72735 6.58733C0.503644 6.89459 0.503644 7.32387 0.72735 7.63113C3.46885 11.3861 7.18412 13.6951 11.281 13.6951C15.3779 13.6951 19.0932 11.3861 21.8347 7.63565C22.0584 7.32838 22.0584 6.89911 21.8347 6.59185C19.0932 2.83686 15.3779 0.527832 11.281 0.527832ZM11.5749 11.7476C8.85534 11.9238 6.6095 9.61481 6.78057 6.80874C6.92094 4.4952 8.74129 2.61996 10.9871 2.47537C13.7067 2.29914 15.9525 4.60816 15.7815 7.41424C15.6367 9.72326 13.8164 11.5985 11.5749 11.7476ZM11.4389 9.60578C9.97387 9.70067 8.76322 8.45804 8.85973 6.94882C8.93429 5.70167 9.91685 4.69402 11.1275 4.61268C12.5925 4.51779 13.8032 5.76042 13.7067 7.26964C13.6277 8.52131 12.6452 9.52896 11.4389 9.60578Z' fill='white'/%3E%3C/svg%3E");
	background-size: contain;
}
.issn {
	/* color: var(--color-gray-light); */
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.issn {
		font-size: 12px;
	}
}

.col_header-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.user {
	position: relative;
	display: flex;
	align-items: center;
}
.user:before {
	content: '';
	display: block;
	width: 1.35vw;
	min-width: 1.35vw;
	height: 1.35vw;
	background: url('../img/user.svg') no-repeat center / 100% 100%;
	margin-right: 0.89vw;
}
.separator {
	width: 1px;
	height: 1.20vw;
	background-color: var(--color-gray-light);
	margin: 0 1.72vw;
}
.line-separator {
	width: 100%;
	height: 1px;
	background-color: var(--color-gray-light);
	margin: 0.99vw 0;
}
.header-bottom .line-separator:last-child {
	margin-bottom: 0;
}
.body-page-inner .line-separator:last-child {
	display: none;
}
.nav-list {
	display: flex;
	align-items: center;
	font-size: 0.99vw;
}
.nav-list__item:not(:last-child) {
	margin-right: 2.40vw;
}


.menu_top_ul1 {
}
.menu_top_ul1_li{
	display: inline-block;
	margin-right: 35px;
}
.menu_top_ul1_li.parent .menu_top_ul1_li_link:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.801941 0.750824L6.06481 6.0137L11.3277 0.750824' stroke='white' stroke-width='1.50368'/%3E%3C/svg%3E");
	margin-left: 8px;
}
a.menu_top_ul1_li_link {
	display: inline-block;
	padding: 3px 5px;
	/* margin-bottom: 10px; */
	border-bottom: 4px solid transparent;
}
.menu_top_ul2 {
	display: none;
	position:absolute;
	z-index: 10;
	display:none;
	padding:30px 100px 10px 30px;
	background: #670015;
	/* background: linear-gradient(90deg, rgba(47,87,239,0.75) 0%, rgba(185,102,231,0.75) 100%); */
}
@media (hover:hover) and (min-width: 992px) {
	.menu_top_ul1_li.parent:hover .menu_top_ul2 {
		display: block;
	}
	a.menu_top_ul1_li.parent:hover .menu_top_ul1_li_link{
		border-bottom-color: #000;
	}
	.menu_top_ul1_li.parent:hover .menu_top_ul1_li_link:after{
		transform: rotate(180deg);
	}
}
a.menu_top_ul2_li_link,
a.menu_top_ul2_li_link:visited {
	display: block;
	color:#fff;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.menu_top_ul1_li {
		display: block;
		margin: 0 0 10px;
	}
	.menu_top_ul1_li.parent .menu_top_ul1_li_link::after {
		display: none;
	}
	.menu_top_ul2 {
		display: block;
		position: static;
		background: transparent;
		padding: 0 0 0 15px;
		font-size: 14px;
	}
	a.menu_top_ul1_li_link {
		margin: 0;
	}
	a.menu_top_ul2_li_link,
	a.menu_top_ul2_li_link:visited {
		color: inherit;
		margin: 0;
		padding: 3px 0;
	}
}

.header-title,
.header-subtitle {
	font-weight: 600;
	font-size: 34px;
	line-height: 1;
	color: #fff;
}
.header-title {
	margin-bottom: 5px;
}
.header-subtitle {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3;
}

.hero {
	padding-top: 15.63vw;
	padding-bottom: 5vw;
	background: #800020 url('../img/chsu_trans_bg2.png') no-repeat top center;
	background-size: cover;
	color: #fff
}
.hero-title {
	font-size: 3.54vw;
	margin-bottom: 15px;
}
.hero .hero-txt {
	font-size: 24px;
	margin-bottom: 2.40vw;
	color: rgba(255,255,255,0.7);
}
.hero .hero-txt span {
	display: block;
	margin-bottom: 30px;
	font-size: 1.5em;
	line-height: 1;
}
.hero-content .btn {
	margin-right: 30px;
	margin-bottom: 15px;
	padding: 20px;
	width: 200px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
}
.btn {
	display: inline-block;
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.94vw;
	padding: 1.27em 4em;
	color: #fff;
	background-color: #800020;
	border-radius: 5px;
	border: 1px solid #800020;
}
.btn.transparent {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn.white {
	background-color: #fff;
	color: #800020;
}
.section-name {
	font-family: var(--font-title);
	font-size: 0.94vw;
	font-weight: normal;
}
.glavnyy-redaktor {
	display: block;
	margin-left: auto;
	width: 23.49vw;
}
.glavnyy-redaktor__img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1.15vw;
	border-radius: var(--img-radius);
}
.glavnyy-redaktor__name {
	font-family: var(--font-title);
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.35vw;
	margin-bottom: 0.38em;
	display: block;
}
.glavnyy-redaktor__title {
	font-size: 0.94vw;
	display: block;
}
.section-journal__title {
	font-size: 3.54vw;
	margin-bottom: 0.52em;
}
.section-journal {
	padding-top: 3.80vw;
	padding-bottom: 4.95vw;
	background: url('../img/section-journal-bg.png') no-repeat center top / 100% auto;
}
.section-journal a {
	text-decoration: underline;
}
.section-journal .line-separator {
	margin: 2.50vw 0;
}

.section-journal-nav {
	padding: 25px;
	background: #F7F7F7;
	margin-top: 55px;
}

.row_journal-list-nav {
	display: flex;
	margin: 0 -15px;
	justify-content: flex-start;
	align-items: flex-start;
}

.links-block .section-journal__list-nav1 {
	padding: 0;
}
.section-journal__list-nav1 {
	display: block;
	width: 40%;
	padding: 0 15px;
	font-family: var(--font-title);
	font-weight: normal;
}
.section-journal__list-nav1_li {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.section-journal__list-nav1_li:before {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M0.85437 14.2749L7.21081 7.91846L0.85437 1.56201' stroke='black' stroke-width='1.81613'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
	margin-right: 15px;
}
.section-journal__list-nav1_li_link,
a.section-journal__list-nav1_li_link {
	text-decoration: none;
	border-bottom: 1px solid var(--color-gray-light);
}

.section-news__title {
	font-size: 3.54vw;
}
.row_section-news-top {
	margin-bottom: 3.18vw;
	align-items: center;
}
.section-news {
	padding-top: 5.31vw;
	padding-bottom: 6.25vw;
	background-color: #F5F5F5;
}

.events {
	position: relative;
	overflow: hidden;
}
.events-list-all.events {

}
.events .container {
	position: relative;
}
.events .inner-wrapper {
	position: relative;
	align-items: center;
	grid-gap: 36px;
	display: grid;
	grid-template-columns: auto 1fr;
}
.events .events__title {
	padding-bottom: 12px;
}
.events .events-list {
	display: flex;
}
.events-list-all.events .events-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -15px;
}
.events .events-list .events-list__item {
	width: 380px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.events-list-all.events .events-list .events-list__item {
	width: 33.333%;
}
.events-list-all p.empty {
	font-style: normal;
	font-weight: 400;
	font-size: 73.0337px;
	line-height: 102.3%;
	color: #1D1D1D;
	text-align: center;
}
@media (max-width: 768px) {
	.events-list-all.events .events-list .events-list__item {
		width: 50%;
	}
	.events-list-all p.empty {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.events-list-all.events .events-list .events-list__item {
		width: 100%;
	}
}
.events .events-list .events-list__link {
	display: block;
	text-decoration: none;
}
.events .events-list .event-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	border-radius: 6px;
	overflow: hidden;
}
.events .events-list .event-img.no-photo {
	border: solid 1px #ddd;
}
.events .events-list .event-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	   object-position: center;
	   -o-object-fit: cover;
	      object-fit: cover;
}
.events .events-list .event-date {
	margin: 7px 0 8px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	color: #7D7D7D;
}
.events .events-list .event-title {
	font-size: 18px;
	line-height: 1.3;
	color: #333333;
}
.events-detail-back {
	margin: 0 0 15px;
}
.events-detail-article {
	
}
.events-detail-article-img {
	display: block;
	width: 100%;
	max-width: 66%;
}
.events-detail-article-date {
	margin: 8px 0 10px;
}
.events-detail-article-name {
	font-weight: bold;
	margin: 0 0 15px;
}
.events-detail-article-text {
	
}

@media (max-width: 991px) {
	.events-detail-article-img {
		max-width: none;
	}
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.news-card {}
.news-card__img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	border-radius: var(--img-radius);
	overflow: hidden;
	margin-bottom: 1.35vw;
}
.img-filter {
	position: relative;
	overflow: hidden;
	border-radius: var(--img-radius);
}
.img-filter:before {
    content: '';
    display: block;
    background: var(--gradient);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
}
.img-filter img {
	display: block;
	width: 100%;
}
/* .news-card__img:before {
	content: '';
	display: block;
	background: var(--gradient);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 1;
} */
.news-card__data {
	font-size: 0.78vw;
	margin-bottom: 0.38em;
	color: var(--color-gray);
}
.news-card__title {
	font-weight: normal;
	line-height: 1.8;
}
.swiper-navigate {
	display: flex;
	justify-content: flex-end;
}
.swiper-button-next,
.swiper-button-prev {
	top: auto;
	position: relative;
	margin: 0;
	border-radius: 50%;
	left: auto;
	right: auto;
	width: 3.44vw;
	height: 3.44vw;
}
.swiper-button-next {
	order: 1;
	margin-left: 1.09vw;
}
.swiper-button-prev:after {
	transform: rotate(180deg);
}
.swiper-button-disabled {
	background-color: transparent;
	opacity: 0.6;
}
.swiper-button-next.swiper-button-disabled:after {
	transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: initial;
	font-size: initial;
	content: '';
	width: 26px;
	height: 26px;
	background: url('../img/arrow-slider.svg') no-repeat center / contain;
}
.swiper-button-disabled:after {
	transform: none;
	background: url('../img/arrow-slider_disabled.svg') no-repeat center / contain;
}
.section-redaktsiya {
	padding-top: 6.09vw;
	padding-bottom: 7.50vw;
}
.section-redaktsiya__img-wrap {
	border-radius: var(--img-radius);
	margin-bottom: 2.08vw;
}
.section-redaktsiya__img {
	width: 100%;
	height: auto;
}
.section-redaktsiya__title {
	font-size: 2.29vw;
	line-height: 1.3;
	margin-bottom: 0.79em;
}
.links-block {
	width: 100%;
	max-width: 23.44vw;
	padding: 1.04vw 1.35vw 1.98vw;
	margin-left: auto;
	box-shadow: 0px 19.732px 65.774px 0px rgba(0, 0, 0, 0.10);
	border-radius: var(--img-radius);
}
.links-block .section-journal__list-item:last-child {
	margin-bottom: 0;
}
.section-footer__top {
	position: relative;
	padding-top: 5.36vw;
	padding-bottom: 5.94vw;
	background: #800020 url('../img/chsu_trans_bg.png') no-repeat top center / 100% auto;
}
.footer {
	margin-top: auto;
	color: #fff;
	font-size: 0.94vw;
	line-height: 1.6;
	font-family: var(--font-title);
	font-weight: normal;
	/* padding-bottom: 100px; */
}
.footer__top-link {
	display: block;
	/* font-family: var(--font-content); */
	font-weight: bold;
	color: #fff;
	margin: 0 0 1.20vw;
}
.footer__link-list-item:not(:last-child) {
	margin-bottom: 1.44em;
}
.section-footer__top .line-separator {
	margin: 1.20vw 0;
}
.footer__link-list {
	width: 100%;
	max-width: 12.60vw;
}
.footer__link-list:not(:last-child) {
	margin-bottom: 2.50vw;
}
.rars {
	/* position: absolute;
	top: 5.5vw;
	right: 0.78vw; */
	min-width: 3.80vw;
	width: 3.80vw;
	height: 3.80vw;
	background: url('../img/16+.svg') no-repeat center / 100% 100%;
	margin-left: auto;
}
.section-footer__bottom {
	padding-top: 43px;
	padding-bottom: 36px;
	background: #670015;
	color: #BC8F98;
	font-size: 16px;
}
.chsu-logo {
	display: block;
	/* min-width: 2.86vw; */
	/* width: 2.86vw; */
	height: 54px;
	width: 187px;
	background: url('../img/chsu_logo_footer_white.png') no-repeat center / contain;
	margin-right: 0.83vw;
}
.section-footer__bottom .row {
	align-items: center;
	justify-content: space-between;
}
.copyright {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.copyright-text {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	margin: 37px 0 0;
}
.copyright-text a {
	text-decoration: underline;
}
.footer_cc_by {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 110px;
	background: url('../img/cc_by_80x15.png') no-repeat center / contain;

}

.hero_inner {
	padding: 170px 0 0;
}

.row_breadcrumbs {
	background: #fff;
	padding: 25px 0 10px;
	width: 100%;
}
.breadcrumbs {}
.breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	font-family: var(--font-title);
	font-size: 16px;
	color: #B8B8B8;
}
.breadcrumbs-list__item:not(:last-child) .breadcrumbs-list__link:after {
	content: '/';
	display: block;
	margin: 0 0.52vw;
	color: #B8B8B8;
}
.breadcrumbs-list__link {
	display: flex;
	align-items: center;
}
.kontakty .article-content {
	max-width: none;
}
.article-content {
	max-width: 95%;
}
.article-content a[href] {
	text-decoration: underline;
}
.article-content b {
	font-weight: bold;
}
.article-content ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.article-content ol:not(:last-child) {
	margin-bottom: 1em;
}
.article-content ol>li {
	margin-left: 2em;
}
.article-content ol>li:not(:last-child) {
	margin-bottom: 0.7em;
}
.article-content ul {
	list-style: none;
	padding-top: 10px;
}
.article-content ol ul:not(:last-child) {
	margin-bottom: 0.7em;
}
.article-content ul>li {
	position: relative;
	padding-left: 1.5em;
}
.article-content ul>li:not(:last-child) {
	margin-bottom: 0.7em;
}
.article-content ul>li:before {
	content: "—";
	color: #2A3290;
	position: absolute;
	left: 0;
	top: 0;
}
.article-content h2 {
	font-size: 2.29vw;
	margin-bottom: 0.56em;
}
.article-content h2:not(:first-child) {
	margin-top: 1em;
}
.article-content h3 {
	font-size: 1.61vw;
	margin-bottom: 0.56em;
}
.article-content h3:not(:first-child) {
	margin-top: 1em;
}
.article-content .row:not(:last-child) {
	margin-bottom: 3.02vw;
}
.article-content .row:not(:last-child) {
	margin-bottom: 3.02vw;
}
.article-content .img-filter:not(:last-child) {
	margin-bottom: 1.09vw;
}


.file-container {
	padding: 24px 18px 28px;
	background: rgba(217, 217, 217, 0.2);
	border-radius: 6px;
	margin: 25px 0 35px;
}
.file-container a[href] {
	text-decoration: none;
}
.file-item  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.file-item:nth-child(n+2) {
	margin: 36px 0 0;
}
.-doc {
}
.-pdf {
	
}
.file-item-icon {
	display: block;
	flex: none;
	width: 56px;
	height: 56px;
	background: no-repeat center;
	background-size: contain;
	margin: 0 18px 0 0;
}
.file-item.-pdf .file-item-icon {
	background-image: url('/upload/pages/common/icon-pdf.svg');
}
.file-item.-doc .file-item-icon {
	background-image: url('/upload/pages/common/icon-doc.svg');
}
.file-item-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.file-item-name {
	/* font-size: 18px; */
	font-weight: 600;
	line-height: 1;
	color: #1E1E1E;
	margin: 0 0 3px;
}
.file-item-size {
	font-size: 0.72em;
	color: rgba(30, 30, 30, 0.6)
}
.file-item.-pdf .file-item-size:before {
	content: 'PDF, '
}
.file-item.-doc .file-item-size:before {
	content: 'DOC, '
}
@media screen and (max-width: 767px) {
	.file-item-icon {
		width: 48px;
		height: 48px;
		margin: 0 10px 0 0;
	}
	.file-container {
		padding: 20px 15px 25px;
	}
}
.block-photo {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: rgba(217, 217, 217, 0.2);
	border-radius: 6px;
	margin: 40px 0 0;
}
.block-photo-img {
	position: relative;
	flex: none;
	width: 160px;
	height: 220px;
	border-radius: 6px;
	overflow: hidden;
}
.block-photo-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.block-photo-content {
	padding: 25px 25px 25px 34px;
}
.block-photo-title {
	color: #1E1E1E;
	font-size: 1.33em;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 25px;
}
.block-photo-text {
	color: #1E1E1E;
	line-height: 1.3;
}
.block-photo-text b {
	font-weight: 600;
}
.block-photo-text span {
	font-size: 0.83em;
}

@media screen and (max-width: 575px) {
	.block-photo-img {
		width: 100px;
		height: 140px;
	}
	.block-photo-content {
		padding: 15px 15px 15px 20px;
	}
}

.block-twocol {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: rgba(217, 217, 217, 0.2);
	border-radius: 6px;
	padding: 26px;
	margin: 40px 0 0;
}
.block-twocol-row {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 -15px;
}
.block-twocol-sep,
.block-twocol-col {
	padding: 0 15px;
}
.block-twocol-sep:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

@media screen and (max-width: 767px) {
	.block-twocol-row {
		flex-direction: column;
		margin: 0;
	}
	.block-twocol-sep,
	.block-twocol-col {
		padding: 0;
		margin: 0;
	}
	.block-twocol-sep:nth-child(n+2),
	.block-twocol-col:nth-child(n+2) {
		margin: 15px 0 0;
	}
	.block-twocol-sep {
		display: none;
	}
}


.redcol {
	
}
.redcol-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.redcol-list-item {
	width: 25%;
	padding: 0 10px;
	margin: 0 0 70px;
}
	.redcol-list-item_glred .redcol-list-item-text {
		font-size: 14px;
	}
@media screen and (min-width: 767px) {
	.redcol-list-item_glred {
		width: 100%;
		padding-bottom: 2.60vw;
		margin-bottom: 4.69vw;
		border-bottom: 1px solid #D9D9D9;
	}
	.redcol-list-item_glred .redcol-list-item-row {
		flex-wrap: nowrap;
		align-items: center;
	}
	.redcol-list-item_glred .redcol-list-item-col_img {
		width: auto;
	}
	.redcol-list-item_glred .redcol-list-item-img {
		width: 15.63vw;
		min-width: 15.63vw;
		height: 15.63vw;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 3.49vw;
		padding-bottom: 0;

	}
	.redcol-list-item_glred .redcol-list-item-img img {
		-o-object-position: 50% 10%;
		   object-position: 50% 10%;
	}
	.redcol-list-item_glred .redcol-list-item-name {
		font-size: 2.29vw;
		margin-bottom: 0.25em;
		margin-top: 0;
	}

}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.redcol-list-item_glred .redcol-list-item-name {
		font-size: 21px;
		margin: 12px 0 7px;
	}
	.redcol-list-item_glred .redcol-list-item-img {
		width: 200px;
		min-width: 200px;
		height: 200px;
	}
}

.redcol-list-item-img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 152.5%;
}
.redcol-list-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.redcol-list-item-border {
	display: block;
	width: 100%;
}
.redcol-list-item-row {
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.redcol-list-item-col {
	display: block;
	padding: 0 12px;
	width: 100%;
}
.redcol-list-item-name {
	color: #1E1E1E;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	margin: 12px 0 7px;
}
.redcol-list-item-text {
	color: #1E1E1E;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}
.redcol-list-item-profiles {
	margin: 5px 0 0;
	
}
.redcol-list-item-profiles-title {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}
.redcol-list-item-profiles-item {
	font-size: 14px;
	line-height: 1.2;
	margin: 3px 0 0;
}
.redcol-list-item-profiles-item span {
	font-weight: 500;
}
.redcol-list-item:nth-child(n+4) {
	display: flex;
	width: 100%;
	margin: 0;
}
.redcol-list-item:nth-child(n+4) .redcol-list-item-row {
	flex-wrap: nowrap;
	align-items: center;
}
.redcol-list-item:nth-child(n+4) .redcol-list-item-col:first-child {
	flex: none;
	width: 136px;
}
.redcol-list-item:nth-child(n+4) .redcol-list-item-col {
	
}
.redcol-list-item:nth-child(n+4) .redcol-list-item-img {
	padding: 0 0 125%;
}

.redcol-list-item:nth-child(n+4) .redcol-list-item-border {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 20px 0;
}
.redcol-list-item:last-child .redcol-list-item-border {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px) {
	.redcol-list-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.redcol-list-item-name {
		font-size: 18px;
	}
	.redcol-list-item-text {
		font-size: 13px;
		line-height: 1.5;
	}
}
.section__main-content {
	padding-top: 2.55vw;
	padding-bottom: 7.76vw;
}
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
}
.sidebar-list {
	border: 1px solid var(--color-gray-light);
	border-radius: var(--img-radius);
}
.sidebar-list__item {
	padding: 1.20vw;
}
.sidebar-list__item:not(:last-child) {
	border-bottom: 1px solid var(--color-gray-light);
}
.sidebar-list__item_active {
	background: #4D4D4D;
}
.sidebar-list__item_active .sidebar-list__link {
	color: #fff;
}
.sidebar-list__item_active .sidebar-list__link:before {
	-webkit-filter: invert(1) brightness(3);
	        filter: invert(1) brightness(3);
}
.sidebar-list__link {
	font-size: 0.94vw;
	color: #191919;
	display: flex;
	align-items: center;
}
.sidebar-list__link:before {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.657104 1.3526L5.83463 6.53013L0.657104 11.7077' stroke='%23202020' stroke-width='1.15056'/%3E%3C/svg%3E") no-repeat center / contain;
	margin-right: 15px;
}
.mobile-nav {
	display: none;
	align-items: center;
	justify-content: space-between;
}
.mobile-btn-menu {
	display: none;
}
.burger {
	position: relative;
}
.burger-toggler{
	/* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING :  */
	z-index:2;
	height: 31px;
	width: 31px;
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0;
}

.hamburger{
	height: 31px;
	width: 31px;
	position: relative;
	/* FOR DISPLAYING EVERY ELEMENT IN THE CENTER : */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* CREATING THE MIDDLE LINE OF THE HAMBURGER : */

.hamburger > div{
	position: relative;
	top: 0;
	left: 0;
	background: white;
	height: 2px;
	width: 100%;
	transition: all  0.4s ease;
}

/* CREATING THE TOP AND BOTTOM LINES :
TOP AT -10PX ABOVE THE MIDDLE ONE AND BOTTOM ONE IS 10PX BELOW THE MIDDLE: */

.hamburger > div::before,
.hamburger > div::after{
	content: '';
	position: absolute;
	top: -10px;
	background: white;
	width: 100%;
	height: 2px;
	transition: all  0.4s ease;
}

.hamburger > div::after{
	top: 10px;
}

/* IF THE TOGGLER IS IN ITS CHECKED STATE, THEN SETTING THE BACKGROUND OF THE MIDDLE LAYER TO COMPLETE BLACK AND OPAQUE :  */

.burger-toggler:checked + .hamburger > div{
	background: rgba(0,0,0,0);
}

.burger-toggler:checked + .hamburger > div::before{
	top: 0;
	transform: rotate(45deg);
	background: #fff;
}

/* AND ROTATING THE TOP AND BOTTOM LINES :  */

.burger-toggler:checked + .hamburger > div::after{
	top: 0;
	transform: rotate(135deg);
	background: #fff;
}
.show-mobile-menu {
	overflow: hidden;
}
.show-mobile-menu .header-bottom {
	transform: translateX(0);
}
.author_list_main {
	display: flex;
	flex-wrap: wrap;
}
.author_list_main .author_list_item {
	width: 33.3333%;
	cursor: pointer;
}
.author_detail__wrap {
    background: #FBFBFB;
    padding: 25px 35px;
}
.author_list_link_active {
	font-weight: bold;
}
.col_archive-item {
	margin-bottom: 1.56vw;
}
.archive_item_img img {
	display: block;
	width: 100%;
	margin-bottom: 0.78vw;
}
.archive_item_name {
	display: block;
	line-height: 1.3;
}
.archive-year {
	margin-bottom: 3.13vw;
}
.img-right {
	display: block;
	width: 100%;
	border: 1px solid #000;
}
.page-num-stat {
	white-space: nowrap;
	font-size: 1vw;
}
.stat-table h4 {
	margin-top: 0.7em;
}
.stat-table a {
	display: block;
	text-decoration: underline;
}
.stat-table i {
	font-style: italic;
}
.stat-name {
	padding-right: 3em;
}
.stat-table tr {
	vertical-align: top;
}
.end-stat td {
	padding-bottom: 20px;
}
.license-block-issn {
	background: #FBFBFB;
    padding: 35px 25px;
}
@media screen and (max-width: 991px) {
	.page-num-stat {
		font-size: 14px;
	}
	.col_archive-item {
		margin-bottom: 30px;
	}
	.archive_item_img img {
		margin-bottom: 15px;
	}
	.archive-year {
		margin-bottom: 60px;
	}
	.author_list_main .author_list_item {
		width: 100%;
	}
	.mobile-btn-menu {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 16px;
	}
	.mobile-btn-menu .user:before {
		width: 26px;
		min-width: 26px;
		height: 26px;
		margin-right: 0;
	}
	.mobile-btn-menu .separator {
		height: 26px;
		margin: 0 16px;
	}
	body {
		font-size: 16px;
	}
	:root {
		--pxtovw: 15px;
		--img-radius: 5px;
	}
	.header {
		padding-top: 23px;
	}
	.header .col {
		width: 100%;
	}
	.mobile-nav {
		display: flex;
	}
	.mobile-nav .user {
		font-size: 15px;
	}
	.mobile-nav .user:before {
		width: 26px;
		height: 26px;
		margin-right: 17px;
		-webkit-filter: invert(1) brightness(0);
		        filter: invert(1) brightness(0);
	}
	.menu-close-btn {
		width: 30px;
		height: 30px;
		background: url('../img/close-icon.svg') no-repeat center / 100% 100%;
		cursor: pointer;
	}
	.logo {
		width: 72px;
		height: 72px;
		margin-right: auto;
	}
	.header {
		color: var(--color-black);
	}
	.header-top {
		display: none;
	}
	.header .line-separator {
		display: none;
	}
	.header-bottom {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 90%;
		height: 100%;
		background: #fff;
		padding: 35px 39px;
		padding-right: 28px;
		overflow-y: auto;
		z-index: 99;
		transform: translateX(100%);
		transition: .3s;
	}
	.nav {
		padding-top: 93px;
		padding-bottom: 100px;
	}
	.header .nav-list {
		flex-wrap: wrap;
		font-size: 22px;
		line-height: 1.45;

	}
	.header .nav-list__item {
		width: 100%;
		border-bottom: 1px solid var(--color-gray-light);
		padding-bottom: 0.86em;
	}
	.header .nav-list__item:not(:last-child) {
		margin: 0;
		margin-bottom: 1.27em;
	}
	.hero {
		min-height: 90vh;
		padding-top: 130px;
		padding-bottom: 69px;
		display: flex;
		align-items: flex-end;
	}
	.hero-title {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 0.71em;
	}
	.hero .col {
		width: 100%;
	}
	.hero .hero-txt {
		font-size: 18px;
		margin-bottom: 2.94em;
	}
	.hero-content .btn {
		margin-right: 15px;
	}
	.btn {
		/* border-radius: 55px; */
		font-size: 16px;
	}
	.section-journal {
		padding-top: 60px;
		padding-bottom: 80px;
		background-size: 200% auto;
	}
	.section-journal .col {
		width: 100%;
	}
	.section-name {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.section-journal__title {
		font-size: 32px;
	}
	.section-journal .line-separator {
		margin: 30px 0;
	}
	.section-journal__list-item:before {
	    min-width: 5px;
	    width: 5px;
	    height: 10px;
	    margin-right: 10px;
	}
	.glavnyy-redaktor {
		width: 100%;
	}
	.glavnyy-redaktor__img {
		margin-bottom: 15px;
	}
	.glavnyy-redaktor__name {
		font-size: 18px;
	}
	.glavnyy-redaktor__title {
		font-size: 16px;
	}
	.row_journal-list-nav {
		/* display: none; */
	}
	.section-journal-nav {
		margin: 0 0 30px;
	}
	h1, h2, h3, h4, h5, h6 {
		letter-spacing: -1.13px;
	}
	h2,
	.article-content h2,
	.article-content h3 {
		font-size: 30px;
	}
	.section-news__title {
		font-size: 32px;
	}
	.row_section-news-top {
		margin-bottom: 30px;
	}
	.section-news {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.news-card__img {
		margin-bottom: 15px;
	}
	.news-card__data {
		font-size: 16px;
	}
	.news-card .news-card__title {
		font-size: 18px !important;
	}
	.swiper-button-next, .swiper-button-prev {
		min-width: 30px;
		width: 30px;
		height: 30px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		width: 10px;
		height: 10px;
	}
	.swiper-button-next {
		margin-left: 10px;
	}
	.section-redaktsiya {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.section-redaktsiya .col {
		width: 100%;
	}
	.section-redaktsiya__img-wrap {
		margin-bottom: 15px;
	}
	.section-redaktsiya__title {
		font-size: 32px;
	}
	.links-block {
		margin-top: 30px;
		max-width: 100%;
		padding: 15px 15px 30px;
	}
	.section-footer__top {
		padding-top: 60px;
		padding-bottom: 80px;
		/* background-size: 160px auto; */
	}
	.footer {
		font-size: 14px;
	}
	.footer .col {
		width: 100%;
	}
	.section-footer__top {
		position: relative;
	}
	.rars {
		width: 35px;
		height: 35px;
		min-width: 35px;
		top: 70px;
		right: 15px;
	}
	.row_footer-navigate {
		margin-top: 40px;
	}
	.row_footer-navigate .col {
		margin-bottom: 35px;
	}
	.footer__top-link {
		margin: 0 0 15px;
	}
	.section-footer__top .line-separator {
		margin: 15px 0;
	}
	.footer__link-list {
		max-width: none;
	}
	.footer__link-list:not(:last-child) {
		margin-bottom: 35px;
	}
	.section-footer__bottom {
		padding-top: 15px;
		padding-bottom: 30px;
		font-size: 12px;
	}
	.chsu-logo {
		width: 30px;
		min-width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.copyright {
		margin-bottom: 15px;
	}
	.row_breadcrumbs {
		/* display: none; */
	}
	.hero_inner {
		min-height: 0;
		padding-bottom: 0;
		/* padding-bottom: 60px; */
	}
	.hero_inner .hero-title {
		margin-bottom: 0;
	}
	.breadcrumbs-list {
		font-size: 12px;
	}
	.breadcrumbs-list__item:not(:last-child) .breadcrumbs-list__link:after {
		width: 10px;
		margin: 0 5px;
	}
	.section__main-content-row .col-9 {
		order: 0;
	}
	.section__main-content-row .col-3 {
		order: 1;
	}
	.breadcrumbs {
		margin-bottom: 10px;
	}
	.section__main-content {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.article-content {
		max-width: none;
	}
	.article-content .row:not(:last-child) {
		margin-bottom: 60px;
	}
	.article-content .col:not(:last-child) {
		margin-bottom: 30px;
	}
	.article-content .col {
		width: 100%;
	}
	.article-content .img-filter:not(:last-child) {
		margin-bottom: 30px;
	}
	.section__main-content .col {
		width: 100%;
	}
	.sidebar {
		margin-top: 30px;
	}
	.sidebar-list__item {
		padding: 15px;
	}
	.sidebar-list__link {
		font-size: 16px;
	}
	.sidebar-list__link:before {
		min-width: 5px;
		width: 5px;
		height: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.hero-title {
		font-size: 36px;
	}
	h2, .article-content h2, .article-content h3 {
    	font-size: 28px !important;
	}
	.sidebar-list__link {
		font-size: 14px;
	}

}