@charset 'UTF-8';

html {
	min-height: 100%;
	font-size: 10px;
	scroll-behavior: smooth;
}

:root {
	--main: #422589;
	--green: #00ccad;
	--text: #333;

	--font: "Manrope", sans-serif;

	--transition: 0.5s all ease;

	--xl: 8rem;
	--l: 6rem;
	--m: 4rem;
	--s: 2rem;

	--animation-delay: 0.3s;
	--animation-duration: 0.3s;

	--animation-distance: 25%;
	--animation-distance-big: 50%;

	--arrow: no-repeat;
}

/* ::selection {
	background-color: var(--light);
} */

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.35;
	font-family: var(--font);
	color: #333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
	background-color: #e9e4f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1,
.h1 {
	font-size: 4rem;
	color: var(--main);
	font-weight: 700;
}

h2,
.h2 {
	font-size: 3rem;
	font-weight: 700;
	color: var(--main);
}

h3,
.h3 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--main);
}

.lead {
	font-size: 2.2rem;
	margin-top: var(--s);
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

h2 + p {
	margin-top: var(--s);
}

h3 + p {
	margin-top: var(--s);
}

h2 + h3 {
	margin-top: var(--s);
}

h3 + .section__wrap {
	margin-top: 20px;
}

/* section>h2 {
	max-width: 50%;
} */

p:only-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

a[href^="tel:"],
a[href^="mailto:"],
.logo a {
	white-space: nowrap;
	text-decoration: none;
	color: currentColor;
	border-bottom: none;
}

.button {
	display: inline-block;
	padding: 0;
	border: none;
	outline: 0;
	text-decoration: none;
	border-radius: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: var(--transition);
	white-space: nowrap;
	padding: 15px 30px;
	font-size: 2.2rem;
	background-color: var(--main);
	/* box-shadow: 0 14px 24px -20px #75D5D8; */
}

section {
	margin-top: 30px;
}

a {
	color: currentColor;
	transition: var(--transition);
	text-decoration: none;
}

a:hover {
	color: var(--purple);
}

a.boss {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}

.rel {
	position: relative;
}

.container {
	max-width: 1290px;
	padding: 0 1.5rem;
	margin: 0 auto;
	width: 100%;
}

[class*="__wrap"] {
	display: flex;
	margin: 0 -1.5rem;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

[class*="col-"] {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	flex: 0 0 auto;
}

.col-0 {
	flex: 1 0 0%;
}

.col-0 {
	flex: 1 0 0%;
}

.col-1 {
	width: 16.6666666667%;
}

.col-2 {
	width: 33.3333333333%;
}

.col-3 {
	width: 50%;
}

.col-4 {
	width: 66.6666666667%;
}

.col-5 {
	width: 83.3333333333%;
}

.col-6 {
	width: 100%;
}

.offset-1 {
	margin-left: 16.6666666667%;
}

.offset-2 {
	margin-left: 33.3333333333%;
}

.offset-3 {
	margin-left: 50%;
}

.offset-4 {
	margin-left: 66.6666666667%;
}

.offset-5 {
	margin-left: 83.3333333333%;
}

.offset-6 {
	margin-left: 100%;
}

.content__wrap {
	align-items: stretch;
	margin-top: 40px;
}

.nav__box,
.content__box {
	padding: 10px 30px 30px 30px;
	border-radius: 10px;
	background-color: #fff;
	height: 100%;
}

.nav__box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav__box ul ul {
	padding-left: 2rem;
}

.nav__box li[active] > a {
	font-weight: 700;
	color: var(--main);
}

.nav__box li {
	line-height: 1.15;
	margin-top: 2rem;
	position: relative;
}

.oneDocument {
	background: #fff;
	padding: 6px 15px 23px 20px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #efeffb;
}
.oneDocumentDate {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: rgba(21, 21, 21, 0.5);
	margin-bottom: 2px;
}
.oneDocumentContent {
	flex : 0 0 auto;
	width: calc(100% - 80px);
	padding-right: 69px;
	color: #151515;
	line-height: 27px;
	display: inline-block;
}
.oneDocumentIcon {
	flex : 0 0 auto;
	width: 100px;
	background: no-repeat 20px 0;
	background-size: 32px 40px;
	padding-left: 20px;
}

.fileSize {
	font-size: 1.2rem;
	opacity: 0.5;
	margin-top: 4.5rem;
}

a[href$=".doc"] + .oneDocumentIcon,
a[href$=".docx"] + .oneDocumentIcon,
a[href$=".rtf"] + .oneDocumentIcon {
	background-image: url("/_img/doc.svg");
}

a[href$=".pdf"] + .oneDocumentIcon {
	background-image: url("/_img/pdf.svg");
}

a[href$=".xls"] + .oneDocumentIcon,
a[href$=".xlsx"] + .oneDocumentIcon,
a[href$=".xlsb"] + .oneDocumentIcon {
	background-image: url("/_img/xls.svg");
}

.oneDocumentIcon img {
	max-width: 100%;
}

ul[class^="depth"] {
	/* display: none;  */
}

.haschild:after {
	content: "\25BC";
	display: inline-block;
	font-size: 0.8rem;
	transform: translateY(-2px);
}

.news-side ul.active {
	display: block !important;
}

header {
	padding: 30px 0;
}

.search__form button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: 0;
	text-decoration: none;
	background-color: transparent;
	font-family: inherit;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search__form button svg {
	top: 50%;
	width: 2.2rem;
	height: 2.3rem;
	fill: var(--main);
	-webkit-transition: inherit;
	transition: inherit;
}

.search__form form {
	position: relative;
}

.search__form input {
	width: 100%;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 20px;
	border: 0;
}

.search__form input::placeholder {
	opacity: 0.5;
}

footer {
	margin-bottom: 60px;
}

.doc-list {
	margin-top: 20px;
}

.bx-auth input[type="text"],
.bx-auth input[type="password"],
.bx-forgotpass-table input[type="text"],
.bx-forgotpass-table input[type="password"],
.search-page input[type=text] {
	padding: 1.5rem 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #422589;
	border: 1px solid #dbd7e4;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	cursor: default;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fff;
	-webkit-appearance: none;
	box-shadow: none;
	outline: 0;
	width: 250px;
}

.bx-auth-table,
.bx-registration-table,
.bx-forgotpass-table {
	background: #faf8ff;
	border-radius: 20px;
	margin-top: 20px;
	padding: 30px 20px;
}

.bx-auth-table td,
.bx-registration-table td,
.bx-forgotpass-table td {
	padding: 10px 20px;
}

.bx-auth-table input[type="submit"],
.data-table input[type="submit"],
.search-page input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: none;
	outline: 0;
	text-decoration: none;
	background-color: transparent;
	font-family: inherit;
	cursor: pointer;
	padding: 2rem 3rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	color: #fff;
	background-color: #422589;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-page form {
	margin-top: 20px;
}

.search-page form h2 {
	margin-bottom: 20px;
}

.search-page input[type=text] {
		border-radius: 2rem;
		width: 500px;
}

.search-page h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.search__result-item {
	border-radius: 20px;
	background-color: #f9f9fb;
	padding: 20px;
	margin-bottom: 10px;
}

.result__item-link {
	color: var(--main);
}

@media screen and (max-width: 768px) {
	:root {
		--xl: 6rem;
		--l: 4rem;
		--m: 3rem;
		--s: 2rem;
	}

	html {
		font-size: 8px;
		overflow-x: hidden;
	}

	body {
		min-width: 320px;
		overflow-x: hidden;
		font-size: 2.4rem;
	}

	h1 {
		font-size: 7rem;
	}

	.burger > span {
		display: none;
	}

	.burger-icon {
		margin-right: 0;
	}

	nav {
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.container {
		padding: 1px 15px;
	}

	[class*="__wrap"] {
		flex-direction: column;
		margin: 0;
	}

	[class*="col-"] {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}

	[class*="offset-"] {
		margin-left: 0;
	}

	.section__wrap .col-2 img {
		/* width: 50%; */
		margin: 20px auto;
	}
}
