@import url("../fonts/muller/stylesheet.css");
@import url("../fonts/verdana/stylesheet.css");
@import url("../fonts/stylesheet.css");
html,body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	background: url('../img/bg.png') left top no-repeat;
	background-size: cover;
	
}

.container_header {
	/* max-width: 1841.5px; */
	display: grid;
    grid-template-columns: minmax(200px, 200px) minmax(auto, auto);
	gap: 30px;
	align-items: center;
	padding-left: 18.5px;
	box-sizing: border-box;
	height: 60px;
}

header {
	height: 60px;
	background-color: #001C88;
	backdrop-filter: blur(100px);
}

header .header2 {
	display: grid;
	grid-template-columns: minmax(auto, auto) minmax(auto, 130px);
    align-items: center;
	gap: 33.08px;
	padding-right: 18.5px;
}

header .header2 .form_search {
	position: relative;
}

header .header2 .form_search ::placeholder {
	color: #222222;
}

header .header2 .form_search input {
	height: 35px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF63;
	border-radius: 10px;
	border: none;
	padding-left: 44.58px;
	outline: none;
	font-family: Muller;
	font-size: 14px;
	font-weight: 300;
	line-height: 35px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

header .header2 .form_search input:hover, 
header .header2 .form_search input:focus 
{
	background: #fff;
}

header .header2 .form_search .icon {
	position: absolute;
	top: 8px;
	left: 10px;
}
.wrapper .content {
	display: grid;
	grid-template-columns: minmax(320px, 320px) minmax(auto, calc(100% - 320px));
}

.wrapper .content .sidebar {
	background: #00000040;
	backdrop-filter: blur(4px);
	max-height: 1005px;
	padding-top: 27.57px;
	padding-left: 19px;
	padding-right: 18px;
	max-width: 300px;
	min-width: 300px;
	box-sizing: border-box;
	margin-right: 53px;
}


.wrapper_cotent {
	margin-top: 27.57px;
	/* max-width: 1488.5px; */
	width: 100%;
	box-sizing: border-box;
	padding-right: 18.5px;
}


.wrapper .content .sidebar .menu_box .sb_search {
	position: relative;
	margin-bottom: 25px;
}

.wrapper .content .sidebar .menu_box .sb_search ::placeholder {
	color: #FFFFFF80;
}

.wrapper .content .sidebar .menu_box .sb_search input {
	height: 35px;
	width: 100%;
	background: #00168973;
	border: none;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	padding-left: 44.58px;
	color: #fff;
	font-family: Muller;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}

.wrapper .content .sidebar .menu_box .sb_search .icon {
	position: absolute;
	top: 8px;
	left: 10px;
}

.wrapper .content .sidebar .menu_box .menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wrapper .content .sidebar .menu_box .menu .menu_item {
	
}

.wrapper .content .sidebar .menu_box .menu .menu_item a.menu_parent {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #fff;
	font-family: Muller;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 8px 6px;
	text-decoration:none;
}

.wrapper .content .sidebar .menu_box .menu .menu_item .icon {
	min-width: 25px;
	max-width: 25px;
}

.wrapper .content .sidebar .menu_box .menu .menu_item .text {
	width: 100%;
}

.wrapper .content .sidebar .menu_box .menu .menu_item .drop {
	min-width: 10px;
	max-width: 10px;
}

.wrapper .content .sidebar .menu_box .menu .menu_item:hover a.menu_parent,
.wrapper .content .sidebar .menu_box .menu .menu_item.active a.menu_parent {
	background: #1D40B080;
	border-radius: 5px;
}

.wrapper .content .sidebar .menu_box .menu .menu_item.active a .drop {
	transform: rotate(180deg);
}

.wrapper .content .sidebar .menu_box .menu .menu_item .dropdown_menu {
	display: none;
}

.wrapper .content .sidebar .menu_box .menu .menu_item.active .dropdown_menu {
	display: flex;
	gap: 15px;
	flex-direction: column;
	padding-left: 37.5px;
	margin-top: 15px;
}

.wrapper .content .sidebar .menu_box .menu .menu_item.active .dropdown_menu .dd_menu_item a {
	font-family: Muller;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	display: flex;
	gap: 10px;
	color: #fff;
	text-decoration:none;
}

.wrapper .content .sidebar .menu_box .menu .menu_item.active .dropdown_menu .dd_menu_item a span {

	background: #00FCE0;
	font-family: Muller;
	font-size: 10px;
	font-weight: 300;
	line-height: 14px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #23272B;
	border-radius: 9px;
	padding: 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bnr_image {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 773px;
	background: url('../img/bnr.png') ;
	/* backdrop-filter: blur(30px); */
	/* background-blend-mode: lighten; */
	background-size: cover;
	background-position: center center;
	z-index: 3;
}
.bg_bnr {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 551px;
	background: #1D40B080;
	backdrop-filter: blur(30px);
	top: 0;
	left: 0;
	z-index: 2;
}

.block.baner {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	min-height: 551px;
}

.bg_content {
	position: relative;
	z-index: 4;
	box-sizing: border-box;
	padding-top: 72.58px;
	padding-left: 43.72px;
	padding-bottom: 72.58px;
}

.bg_content .bnr_welcom {
	margin-bottom: 15.89px;
	color: rgba(0, 252, 224, 1);
	font-family: Muller;
	font-size: 20px;
	font-weight: 500;
	line-height: 29.88px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.bg_content .bnr_h1 {
	font-family: Muller;
	font-size: 70px;
	font-weight: 700;
	line-height: 65px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 511px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 29.53px;
}

.bg_content .bnr_h1 span {
	color: rgba(0, 252, 224, 1);
}

.bg_content .bnr_text {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	max-width: 531.2px;
}

.bg_content .bnr_text b {
	font-weight: 700;
}

.block.about {
	display: flex;
	gap: 44.63px;
	align-items: center;
	margin-bottom: 60.84px;
	justify-content: space-between;
	max-width: 1488px;
}

.block.about .img {
	position: relative;
}

.block.about .img img {
	/* height: 503.31px; */
	max-width: 100%;
	margin-left: -190px;
}

.block.about .txt {
	display: flex;
	flex-direction: column;
	gap: 45.32px;
}

.block.about .txt .h2 {
	color: rgba(255, 255, 255, 1);
	font-family: Muller;
	font-size: 70px;
	font-weight: 700;
	line-height: 56.36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

.block.about .txt .text {
	color: rgba(255, 255, 255, 1);
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 572px;
}

.block.about .txt .text ul {
	padding-left: 23px;
}

.header_list {
	display: flex;
	align-items: center;
	margin-bottom: 65.44px;
	justify-content: space-between;
	max-width: 1488px;
	gap: 60px;
}

.header_list .h2 {
	color: #fff;
	font-family: Muller;
	font-size: 70px;
	font-weight: 700;
	line-height: 56.36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 436px;
	width: 436px;
}

.header_list .text {
	color: #fff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 608px;
}

.count_list {
	font-family: Muller;
	font-size: 26px;
	font-weight: 300;
	line-height: 29.88px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 252, 224, 1);
	margin-bottom: 14.28px;
}

.list_biblio .list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.list_biblio .list .list_item {
	width: calc(33% - 14px);
	background: rgba(29, 64, 176, 0.34);
	backdrop-filter: blur(30px);
	padding: 30px 20px;
	border-radius: 20px;
	position: relative;
	padding-bottom: 40px;
	box-sizing: border-box;
	text-decoration: none;
}

.list_biblio .list .list_item:hover {
	background: rgba(0, 28, 136, 1);
}

.list_biblio .list .list_item .name {
	color: #fff;
	text-transform: uppercase;
	font-family: Muller;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.list_biblio .list .list_item .desc {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 25px 0;
}
.list_biblio .list .list_item .count {
	color: rgba(0, 252, 224, 1);
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.list_biblio .list .list_item .arrow {
	position: absolute;
	right: 31.85px;
	bottom: 20.25px;
}

.more_btn {
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.17);
	margin-top: 17px;
	padding: 10px 0;
	border-radius: 10px;
	display: block;
	text-decoration: none;
}

.list_publ {
	margin-top: 111.35px;
	margin-bottom: 106px;
}

.list_publ .list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.list_publ .list .list_item {
	width: calc(33% - 7px);
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(30px);
	box-sizing: border-box;
	padding: 22.28px 30.5px 71.72px 37.5px;
	border-radius: 10px;
	position: relative;
}

.list_publ .list .list_item:hover {
	background: rgba(255, 255, 255, 1);
}

.list_publ .list .list_item:hover .icon_file path {
	fill: rgba(0, 28, 136, 1);
}

.list_publ .list .list_item:hover .link path {
	stroke: rgba(31, 63, 175, 1);
}

.list_publ .list .list_item .icon_file {
	position: absolute;
	top: 18.28px;
	right: 40.73px;
}

.list_publ .list .list_item .info {
	color: rgba(34, 34, 34, 1);
	font-family: Verdana;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 14px;
}

.list_publ .list .list_item .time {
	display: flex;
	align-items: center;
	gap: 6.42px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 28, 136, 1);
	height: 14px;
	margin-bottom: 35px;
}

.list_publ .list .list_item .title {
	font-family: Muller;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 28, 136, 1);
}

.list_publ .list .list_item .line {
	height: 1px;
	background: rgba(255, 255, 255, 1);
	margin: 16px 0;
}

.list_publ .list .list_item .text {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(34, 34, 34, 1);
}

.list_publ .list .list_item .link {
	position: absolute;
	bottom: 11.42px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	font-family: Muller;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	text-decoration: none;
}

.list_publ .list .list_item:hover .link {
	color: rgba(31, 63, 175, 1);
} 


.textpage .wrapper_cotent {
	padding: 40px 92px;
	background: #fff;
}

.headerlink {
	display: none;
}

body.textpage {
	background: rgba(253, 245, 245, 1);
}

.textpage .wrapper .content .sidebar {
	
	background: linear-gradient(0deg, #00073E, #00073E),
linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));

}

.textpage .wrapper_cotent {
	font-family: Verdana;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(34, 34, 34, 1);
}

.textpage .wrapper_cotent h1 {
	font-family: Muller;
	font-size: 46px;
	font-weight: 700;
	line-height: 52px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}

.authorblock {
	display: flex;
	align-items: center;
	gap: 11px;
	
	font-family: Verdana;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 28, 136, 1);
	margin-bottom: 30px;
}

.authorblock::before {
	content: ' ';
	width: 14px;
	height: 14px;
	background: url('../img/author.svg') left top no-repeat;
	background-size: cover;
}

.dateblock {
	font-family: Verdana;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}


p.line {
	text-indent: -9999px;
	font-size: 0px;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}

.textblock {
	margin-bottom: 30px;
}

.textblock code {
	height: 32px;
	padding: 0 3px;
	border-radius: 5px;
	background: rgba(239, 242, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 32px;
}

.admonition p {
	margin: 0;
	padding: 0;
}

.admonition {
	margin-bottom: 30px;
}

.admonition {
	border-left: 5px solid rgba(0, 252, 224, 1);
	border-radius: 8px;
	overflow: hidden;
}

.admonition .admonition-title {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(255, 255, 255, 1);
	padding: 6.5px 14.69px;
	display: flex;
	gap: 6.41px;
	align-items: center;
}


.alert .admonition-title {
	background: rgba(0, 28, 136, 1);
}



.admonition-title::before {
	content: ' ';
	width: 20px;
	height: 20px;
	background-size: cover;
}
.alert .admonition-title::before {
	background: url('../img/alert.svg') left top no-repeat;
}

.admonition .content-block {
	font-family: Verdana;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: rgba(34, 34, 34, 1);

	padding: 10.35px 14.69px;
	background: rgba(239, 242, 255, 1);

}


.recomend .admonition-title {
	background: rgba(104, 133, 244, 1);
}

.recomend .admonition-title::before {
	background: url('../img/alert.svg') left top no-repeat;
}

.info .admonition-title {
	background: rgba(0, 120, 77, 1);
}

.info .admonition-title::before {
	background: url('../img/info.svg') left top no-repeat;
}

.help .admonition-title {
	background: rgba(66, 121, 124, 1);
}

.help .admonition-title::before {
	background: url('../img/help.svg') left top no-repeat;
}

.slider-box {
	padding: 30px 53.9px;
	border-radius: 10px;
	background: rgba(244, 244, 244, 1);
	margin-bottom: 30px;
	max-width: calc(100vw - 660px);
}

.slider-box2 {
	padding: 30px 53.9px;
	border-radius: 10px;
	background: rgba(244, 244, 244, 1);
	margin-bottom: 30px;
	max-width: calc(100vw - 660px);
}

.slider-box p {
	margin: 0;
}

.slider-box .title,.slider-box2 .title {
	font-family: Verdana;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(34, 34, 34, 1);
	margin-bottom: 30px;
}

.slider-box .desc, 
.slider-box2 .desc {
	
	font-family: Verdana;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.slider-slide {
	text-align: center;
}

.slider-box p.desc-slide {
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top: 30px;
}

.slider .btn-next {
	
	position: absolute;
	right: 0;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 30px;
	background: #DDD;
	justify-content: center;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	z-index: 9;
}

.slider .btn-prev {
	
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 30px;
	background: #DDD;
	justify-content: center;
	border-radius: 20px 0 0 20px;
	cursor: pointer;
	z-index: 9;
}

.slick-dots {
	left: 0;
}

.textpage .wrapper_cotent h2 {
	font-family: Muller;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
}

li p {
	margin: 0px;
	padding: 0px;
}

.textpage .wrapper_cotent section#id5 {
	margin-bottom: 30px;
}

.textpage .wrapper_cotent {
	margin-bottom: 50.83px;
}
.textpage .wrapper_inner {
	/* width: calc(100% - 700px); */
}

.textpage .wrapper_inner.nosidebar {
	width: 100%;
	padding-right: 18.5px;
	box-sizing: border-box;
	max-width: 100vw;
}

.textpage .wrapper_inner .wrap_content {
	display: grid;
	grid-template-columns: minmax(auto, calc(100% - 360px)) minmax(320px, 320px);
	gap: 15px;

}

.textpage .wrapper_inner.nosidebar .wrap_content {
	grid-template-columns: minmax(auto, auto);
}

.container {
	/* max-width: 1841.5px; */
}

.soderzhanie {
	/* min-width: 331.18px;
	max-width: 331.18px;
	margin-left: 13.82px;*/
    margin-top: 27.57px;
}

.textpage .wrapper_inner .wrapper_cotent {
	/* width: 1125px; */
	/* min-width: 565px; */
	/* width: 100%; */
}

.textpage .wrapper_inner .wrapper_cotent img {
	max-width: 100%;
}

.soderzhanie ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.soderzhanie ul li a {
	font-family: Muller;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(34, 34, 34, 1);
	padding: 5px 0;
	display: block;
	text-decoration: none;
}

.soderzhanie ul li a:hover {
	color: rgba(0, 28, 136, 1);
}

.podtitle {
	font-family: Verdana;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(34, 34, 34, 1);
}

.breadcrumbs {
	margin-top: 27.57px;
	display: flex;
	gap: 10px;
}

.breadcrumbs .item {
	font-family: Muller;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
}

.breadcrumbs a {
	display: flex;
	gap: 6.94px;
	align-items: center;
	text-decoration: none;
	font-family: Muller;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #22222280;
}

.breadcrumbs .index a {
	gap: 10px;
}

.prevnext {
	/* max-width: 1125px; */
	display: flex;
	justify-content: space-between;
	margin-bottom: 61.41px;
	grid-column: span 2;
	padding: 0 20px;
}

.prevnext a {
	
	display: flex;
	gap: 14.47px;
	text-decoration: none;
	align-items: center;
	padding: 10px 7px;
	
}

.prevnext a.next {
	padding-left: 16px;
}
	

.prevnext a:hover {
	border-radius: 10px;
	background: #DCD2D266;
}

.prevnext a span.name {
	display: block;
	margin-bottom: 2.05px;
	font-family: Muller;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222;
	text-transform: uppercase;
}

.prevnext a.next span {
	text-align: right;
}

.prevnext a span.article_name {
	font-family: Muller;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #001C88;
}

.prevnext a.prev::before {
	
	content: ' ';
	width: 10px;
	height: 10px;
	background: url(../img/prev.svg) left top no-repeat;
	
}

.prevnext a.next::after {
	
	content: ' ';
	width: 10px;
	height: 10px;
	background: url(../img/prev.svg) left top no-repeat;
	transform: rotate(180deg);
	
}

.line_footer {
	
	height: 1px solid; 
	border-top: 1px solid #00000080;
	margin-bottom: 20.89px;
	/* max-width: 1125px; */
	grid-column: span 2;
}

.text_footer {
grid-column: span 2;
justify-content: flex-end;
padding: 0 20px;
	font-family: Verdana;
font-size: 16px;
font-weight: 400;
line-height: 32px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
	/* max-width: 1125px; */
	margin-bottom: 20px;

}

.text_footer a {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: 
}

.textpage .wrapper .content .sidebar {
	max-height: none;
}

.footnote.brackets {
	display: flex;
	gap: 15px;
}

.footnote.brackets p {
	padding: 0;
	margin: 0;
}

.soderzhanie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.soderzhanie > ul > li > a {
	display: none;
}

.burger_menu {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.burger_menu .line {
	height: 2px;
	background: #fff;
	width: 30px;
}

.bg_content .bnr_h1 {
	max-width: 724px;
}

.slider2 .slick-prev:before, .slider2 .slick-next:before {
	color: #000;
}

.block.about .txt .h2, 
.header_list .h2,
.bg_content .bnr_h1 {
	font-family: 'Susan Sans';
}

.slider-box .slider {
	padding-left: 35px;
	padding-right: 35px;
}



@media (max-width: 1850px) {
	.block.about {
		margin-top: 30px;
	}
	
	.block.about .img img {
		margin-left: -159px;
	}
}

@media (max-width: 1601px) {
	
	.block.about .img img {
		
		margin-left: 0;
		
	}

	.list_publ .list .list_item .title {
		font-size: 23px;
	}


	
	/* .bg_content .bnr_h1 { */
		/* max-width: 467px; */
		/* font-size: 36px; */
		/* line-height: 42px; */
	/* } */
	
	/* .block.about .txt .h2, */
	/* .header_list .h2 { */
		/* font-size: 36px; */
		/* line-height: 42px; */
	/* } */
	
	
}


/* @media (max-width: 1919px) {
	
	
	
	
}

*/



@media (max-width: 1280px) {

	.textpage .wrapper_inner.nosidebar {
		width: 100%;
	}

	.list_publ .list .list_item {
		width: calc(50% - 14px);
	}

	.list_biblio .list .list_item .name {
		font-size: 14px;
	}

	.list_biblio .list .list_item .desc {
		font-size: 12px;
	}

	header .header2 {
		display: grid;
		grid-template-columns: minmax(auto, auto) minmax(auto, 130px);
	}

	.container_header {
		display: grid;
		grid-template-columns: minmax(200px, 200px) minmax(auto, auto);
		justify-content: normal;
	}

	.block.about .img {
		display: none;
	}

	.soderzhanie {
		display: none;
	}

	.textpage .wrapper_inner .wrap_content {
		    grid-template-columns: minmax(auto, auto);
		    box-sizing: border-box;
	}

	.textpage .wrapper_inner {
		padding-right: 18.5px;
	}

	.textpage .wrapper_inner .wrapper_cotent {
		width: 100%;
	}

}

@media (max-width: 1084px) {
	.bg_content .bnr_h1 {
		font-size: 60px;
	}
}

@media (max-width: 1024px) {

	blockquote {
		padding: 0;
		margin: 0;
	}

.textpage .wrapper_inner {
        padding-right: 0;
    }


.logo.header1 a {
	display: flex;
	align-items: center;
}


.textpage .wrapper_cotent {
        padding: 32px;
    }

.slider-box2 {
	max-width: calc(100vw - 210px);
}

.slider-box {
	max-width: calc(100vw - 115px);
	padding: 10px;
}

.textblock .math {
	font-size: 14px;
}

.breadcrumbs {
	overflow-x: auto;
	max-width: calc(100vw - 37px);
	padding-bottom: 10px;
}

.breadcrumbs a, .breadcrumbs .item {
	white-space: nowrap;
}

.textpage .wrapper_inner.nosidebar {
	padding-right: 0;
}

.wrapper .content {
	grid-template-columns: minmax(auto, auto);
}



.header_list .h2 {
	width: auto;
}

.block.about .txt .h2 {
	white-space: wrap;
}

.wrapper .content .sidebar {
		display: none;
		position: absolute;
		top: 0;
		left: -18.5px;
		z-index: 9999;
		height: auto;
		max-height: none;
		background: linear-gradient(0deg, #00073E, #00073E), linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
		padding-bottom: 30px;
	}
	
	.open_sidebar .wrapper .content  .sidebar {
		display: block;
	}
	
	.wrapper {
		margin: 0 18.5px;
	}
	
	.wrapper_cotent {
		padding-right: 0;
	}
	
	.burger_menu {
		display: flex;
	}
	
	.logo.header1 {
		display: flex;
		gap: 10px;
		align-items: center;
	}
	
	.wrapper > .container.content {
		position: relative;
	}


}

@media ( max-width: 720px ) {

	.slider-box .title, .slider-box2 .title {
		font-size: 18px;
	}

	.list_publ {
		padding-top: 0;
	}

	.textpage .wrapper_inner {
		padding-right: 0px;
	}

	.textpage .wrapper_cotent {
		padding: 32px;
	}

	.textpage .wrapper_cotent h1 {
		margin-top: 0;
	}

	.bnr_image {
		display: none;
	}

	.header_list {
		flex-direction: column;
		align-items: flex-start;
	}

	.bg_content .bnr_h1 {
        font-size: 40px;
        line-height: 100%;
    }

    .bnr_image {
    	width: 100%;
    }

    .block.baner {
    	height: auto;
    	min-height: 1px;
    }

    .bg_bnr {
    	min-height: 100%;
    }

    .bg_content {
    	padding: 48px;
    }

    .block.about .txt .h2, .header_list .h2 {
    	font-size: 40px;
    }

    .block.about .txt, .header_list {
    	gap: 10px;
    }

    .block.about .txt .text ul {
    	margin: 0;
    }

}

@media ( max-width: 630px ) {

.container_header {
	gap: 0px;
}

	header .header2 .form_search {
		z-index: 9;
	}

	header {
		position: relative;
		z-index: 9;
	}

	header .header2 .form_search input.open {
		position: absolute;
		top: 100%;
		margin-top: 30px;
		left: -215px;
		max-width: 320px;
		width: 320px;
		display: flex;
		background: #fff;
		z-index: 9;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

	.textblock .math {
		font-size: 12px;
	}

	.list_publ .list .list_item {
        width: 100%;
    }

    .textpage .wrapper_cotent {
    	font-size: 14px;
    }

    .textpage .wrapper_cotent h1 {
    	font-size: 30px;
    	line-height: 132%;
    }


    .textpage .wrapper_cotent h2 {
    	font-size: 20px;
    	line-height: 132%;
    }

    .list_biblio .list .list_item {
    	width: calc(50% - 14px);
    }

    header .header2 .form_search input {
    	display: none;
    }

    header .header2 .form_search .icon {
    	top: -9px;
    }

    header .header2 .form_search .icon path {
    	fill: #fff;
    }

}

@media ( max-width: 500px ) {


	.prevnext {
		flex-direction: column;
		gap: 20px;
	}

	.textblock {
		overflow-x: auto;
	}

	.textblock .math {
		font-size: 9px;
	}

	.textpage .wrapper_cotent {
    	font-size: 12px;
    }

    .textpage .wrapper_cotent h1 {
    	font-size: 26px;
    	line-height: 132%;
    }


    .textpage .wrapper_cotent h2 {
    	font-size: 16px;
    	line-height: 132%;
    }

    .bg_content .bnr_h1 {
        font-size: 20px;
        line-height: 100%;
    }

    .bg_content .bnr_text {
    	font-size: 12px;
    	line-height: 132%;
    }

    .list_biblio .list .list_item {
        width: 100%;
    }

    header .header2 img {
    	display: none;
    }

    .block.about .txt .h2, .header_list .h2 {
        font-size: 20px;
    }

    .block.about .txt .text {
    	font-size: 12px;
		line-height: 21px;
    }

    .header_list .text {
    	font-size: 12px;
		line-height: 21px;
    }

}

@media (max-width: 400px) {
	.mjx-chtml {
		white-space: wrap !important;
	}
}