

/* Start:/local/templates/sirius-intc/css/normalize.css?17582700496077*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* End */


/* Start:/local/templates/sirius-intc/css/handbook.css?175827004910304*/
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

body {
	min-width: 320px;
	font: 400 14px/100% "ALSDelsa", arial, sans-serif;
	color: #231f20;
}

*:focus-visible {
	outline: 0;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Regular"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Regular.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Medium"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Medium.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Bold"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Bold.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CanelaDeck";
	src: local("CanelaDeck-Medium"),
	url("/local/templates/sirius-intc/css/../fonts/CanelaDeck-Medium.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/CanelaDeck-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noah";
	src: local("Noah-Bold"), url("/local/templates/sirius-intc/css/../fonts/Noah-Bold.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/Noah-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--gap: 8px;
	--border-radius-2: 2px;
	--color-main-back: #f6f6f6;
	--color-violet-back: #440d83;
}

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


.ttl {
	margin: 0;
	line-height: 100%;
	font-weight: normal;
}

.title-2 {
	font-family: "CanelaDeck";
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}

.link {
	padding: 5px 0;
	border-bottom: 1px solid #ffffff;
}

.link span {
	margin-right: 6px;
}

.blue-link {
	color: #27a4e3;
	border-color: #27a4e3;
}

.btn-reset {
	border: none;
	outline: none;
	padding: 0;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

.lst-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.txt {
	margin: 0;
}

.dark-txt {
	color: #231f20;
}

/* .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
} */

/* SECTION TOP */
.section__top {
	margin-bottom: 28px;
	justify-content: space-between;
	align-items: center;
}

.section__ttl {
	margin-right: 10px;
}

.section__top-link {
	padding-bottom: 0;
	font-size: 17px;
	line-height: 30px;
}

.section__top-link span {
	margin-right: 3px;
}

/* VIEW-ALL */
.view-all {
	display: none;
}

/* WRAPPER */
.wrapper {
	flex-wrap: wrap;
}

.aside-main__wrap {
	width: 100%;
}

/* SIDEBAR */
.sidebar {
	flex-basis: 5.57%;
	justify-content: center;
	background-color: #0f2233;
}

.sticky {
	position: fixed;
}

.stop {
	position: relative;
	align-self: flex-end;
}

.sidebar__menu,
.sidebar__link {
	flex-direction: column;
}

.sidebar__menu {
	padding: 24px 0 36px;
	min-width: 70px;
}

.sidebar__link {
	align-items: center;
	line-height: 110%;
	color: #ffffff;
}

.sidebar__item:not(:last-child) {
	margin-bottom: 36px;
}

.sidebar__item:first-child svg {
	margin-bottom: 9px;
}

.sidebar__link svg {
	margin-bottom: 5px;
}

/* MAIN */
.main {
	flex-basis: 94%;
	flex-grow: 1;
	background-color: var(--color-main-back);
}

/* NAV */
.nav {
	background-color: #ffffff;
}

.nav__wrapper {
	padding: 20px 20px 28px;
}

.nav__list {
	margin-bottom: auto;
	padding: 0;
	max-width: 610px;
	justify-content: space-between;
	align-items: center;
}

.nav__item:not(:last-child) {
	margin-right: 10px;
}

/* .nav__item::before{
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% + 32px);
  height: calc(100% + 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  border: 1px solid #7D41C1;
} */

.nav__item-main {
	padding: 10px 16px;
	/* border: 1px solid #ffffff;
	border-radius: 40px; */
}

.nav__link {
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.nav__item a.nav__link:before {
	content: "";
	position: absolute;
	z-index: -1;
	display: inline-block;
	width: calc(100% + 32px);
	height: calc(100% + 20px);
	top: -10px;
	left: -16px;
	border: 1px solid #7D41C1;
	border-radius: 20px;
	background: white;
	opacity: 0;
	transition: all 0.3s ease;
}

.nav__item a.nav__link:hover {
	color: #7D41C1;
}

/* HANDBOOK */
.handbook {
	padding: 30px 0 70px;
	margin-top: 60px;
}

.handbook__wrapper {
	padding: 0 10px;
}

.handbook__ttl {
	font-family: "CanelaDeck";
	font-size: 48px;
	font-weight: 500;
	line-height: 57px;
}

.cards {
	padding: 35px 0;
	margin-right: -16px;
}

.card {
	display: flex;
	flex-direction: column;
	margin-right: 16px;
	padding: 35px 24px 60px;
	flex-basis: 25%;
	text-align: center;
	align-items: center;
	flex-grow: 1;
	background-color: #ffffff;
	border: 1px solid #e1e6f4;
	border-radius: var(--border-radius-2);
}

.card__ttl {
	margin-bottom: 25px;
	font-family: "CanelaDeck";
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

.card__link {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}

.card__link:first-of-type {
	margin-bottom: var(--gap);
}

.card__btn {
	margin-bottom: 24px;
	padding: 12px 24px;
	font-size: 16px;
	border: 1px solid #e1e5ef;
	border-radius: 4px;
}

.card__bottom-link {
	font-size: 16px;
	line-height: 22px;
	border-color: #231f20;
}

.card__wrapper {
	display: flex;
	min-height: 188px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.card__tg-link {
	display: flex;
	padding: 10px 28px;
	align-items: center;
	justify-self: end;
	font-size: 16px;
	color: #ffffff;
	background-color: #27a4e3;
	border-radius: var(--border-radius-2);
}

.card__tg-link svg {
	margin-right: 9px;
}

.accordion-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	will-change: max-height;
	box-sizing: content-box;
	transition: all 0.4s ease-in-out;
}

.open .accordion-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e6f4;
	opacity: 1;
}

.accordion {
	padding: 56px 110px;
	background-color: #ffffff;
	border: 1px solid #e1e6f4;
	border-radius: var(--border-radius-2);
}

.search {
	padding: 16px 24px;
	align-items: center;
	border: 1px solid #e1e5ef;
	border-radius: var(--border-radius-2);
}

.search__input {
	width: 100%;
	border: 0;
}

.search__input::placeholder {
	color: #a7a5a6;
	font-size: 18px;
	font-weight: 300;
}

.list {
	padding-top: 40px;
}

.accordion-control {
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	border-bottom: 1px solid #e1e6f4;
}

.list__itm:last-child .accordion-control,
.open .accordion-control {
	border: 0;
}

.content-list__itm {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	font-size: 16px;
}

.content-list__ttl,
.content-list__link {
	margin-bottom: 12px;
}

.content-list__inf {
	color: #A7A5A6;

}

/* FOOTER */
.footer {
	position: sticky;
	padding: 36px 0 46px 64px;
	width: 100%;
	color: #ffffff;
	/* background-color: #2a2740; */
	background-color: #0f2233;
}

.footer__top__desc img {
	width: 286px;
	max-width: 100%;
}

.footer__wrapper {
	padding: 0 5px;
}

.footer__top {
	align-items: center;
}

.footer__container {
	display: flex;
	width: 100%;
	align-items: center;
}

.footer__top-btn {
	display: none;
	width: 100%;
	max-width: 86px;
	justify-content: flex-start;
}

.footer__search {
	display: none;
	margin-right: auto;
	padding: 16px 24px;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	width: 100%;
	max-width: 560px;
	border: 1px solid #8697c1;
}

.footer__search-input {
	line-height: 100%;
	border: 0;
}

.footer__search-input::placeholder {
	font-size: 18px;
}

.footer__logo {
	margin-right: 14px;
}

.footer__ttl {
	display: flex;
	flex-direction: column;
	font-family: "CanelaDeck";
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
}

.footer__ttl-big {
	margin-bottom: 6px;
}

.footer__ttl-small {
	max-width: 140px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.footer__catalogue {
	padding-top: 40px;
	flex-wrap: wrap;
	border-bottom: 1px solid #ffffff;
	columns: 3;
	display: block;
}

.footer__lst-wrap {
	display: flex;
	margin-right: 10px;
	padding-bottom: 40px;
	flex-basis: 31%;
	flex-direction: column;
	align-items: flex-start;
	break-inside: avoid;
}

.footer__lst {
	line-height: 18px;
}

.footer__lst-ttl {
	padding-bottom: 2px;
	font-family: "CanelaDeck";
	font-size: 18px;
	font-weight: 500;
}

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

.footer__item:not(:last-child) {
	margin-bottom: 11px;
}

.footer__item svg {
	display: none;
	flex-shrink: 0;
}

/* .footer__link-control {
  width: 100%;
} */

.footer__ttl-link {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	border: none;
}

.footer__ttl-link:before {
	display: none;
}

.footer__catalogue-link {
	display: flex;
}

.footer__catalogue-link span {
	margin-right: 8px;
}

.footer__lst-open {
	display: none;
}

.footer__bottom {
	padding-top: 42px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.footer__left {
	font-size: 13px;
	line-height: 18px;
	align-self: flex-end;
}

.footer-gerb {
	width: 279px;
	max-width: 100%;
	margin-top: 12px;
}

.footer__txt.footer__txt:nth-child(-n + 2) {
	margin-bottom: var(--gap);
}

.footer__txt--s {
	width: 100%;
	opacity: 62%;
}

.footer__right {
	flex-basis: 60.1%;
	justify-content: space-between;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
}

.footer__contacts:first-child {
	margin-right: 20px;
}

.footer__contacts-wrap {
	margin-bottom: auto;
}

.footer__contacts-ttl {
	font-family: "CanelaDeck";
	font-size: 18px;
	font-weight: 500;
}

.footer__bottom__link {
	margin-bottom: 20px;
	display: block;
}

.footer__contacts--mob {
	display: none;
}

.footer__links-wrap {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
}

.footer__contacts-link:not(:last-child) {
	margin-bottom: 8px;
}

.footer__social {
	max-width: 144px;
	justify-content: space-between;
}

.footer__social svg {
	flex-shrink: 0;
}

/* End */


/* Start:/local/templates/sirius-intc/css/handbook-media.css?17582700493627*/
:root {
	--gap: 8px;
	--border-radius-2: 2px;
	--color-main-back: #f6f6f6;
	--color-violet-back: #440d83;
}

@media (max-width: 1024px) {
	.sidebar,
	.nav__list,
	.section__top-link,
	.line--active,
	.projects::after,
	.projects__top-link,
	.affiche__poster--o,
	.affiche__poster--b,
	.faq__img {
		display: none;
	}

	.nav.bg-white .burger:before, .nav.bg-white .burger:after, .nav.bg-white .burger__line {
		background: #000;
	}

	.title-2 {
		font-family: "CanelaText";
		font-weight: 500;
		font-size: 30px;
		line-height: 36px;
		color: #0f2233;
	}

	.section__top {
		margin-bottom: 23px;
	}

	.view-all {
		display: flex;
		padding: 18px 20px 19px;
		width: 100%;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ffffff;
		background-color: #693d9c;
		border-radius: var(--border-radius-2);
	}

	/* NAV */
	.nav {
		min-height: 0;
		background-position: center;
	}

	.nav__wrapper {
		padding: 24px 10px;
	}

	.burger {
		position: relative;
		width: 21px;
		height: 16px;
	}

	.burger__line,
	.burger::before,
	.burger::after {
		content: "";
		position: absolute;
		left: 7px;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 100px;
	}

	.burger__line {
		bottom: 42.2%;
	}

	.burger::before {
		top: 0;
	}

	.burger::after {
		bottom: 0;
	}

	.nav__mid {
		min-height: 351px;
		justify-content: space-between;
	}

	.nav__ttl {
		font-size: 74px;
		font-weight: 500;
		line-height: 81px;
	}

	.nav__txt {
		padding-top: 14px;
		margin-bottom: 0;
		max-width: 301px;
		font-size: 24px;
		line-height: 39px;
	}

	.nav__txt--mr {
		margin-right: 10px;
	}

	.nav__hlt {
		transform: translate(0, 0);
		padding: 0 10px 5px;
		line-height: 35px;
		border-radius: 32px;
	}

	.search {
		max-width: 350px;
	}

	/* FOOTER */
	.footer {
		padding: 28px 0 69px;
		background-color: #2a2740;
	}

	.footer__lst-wrap {
		margin-right: 15px;
		flex-basis: 46%;
	}

	.footer__lst-ttl {
		font-size: 17px;
	}

	.footer__bottom {
		padding: 0;
		flex-direction: column-reverse;
	}

	.footer__left {
		padding-top: 40px;
	}

	.footer__right {
		padding: 40px 0;
		border-bottom: 1px solid #ffffff;
	}

	.footer__contacts-ttl {
		font-size: 17px;
		line-height: 20px;
	}
}

@media (max-width: 720px) {
	.news__wrapper {
		padding-right: 0;
		padding-left: 0;
	}


	.handbook__wrapper {
		padding: 0;
	}

	.footer__wrapper {
		padding: 0;
	}


	/* FOOTER */
	/* .footer__logo {
	  display: none;
	} */
	.footer__top {
		padding: 0 !important;
	}

	.footer__top-btn {
		max-width: 56px;
	}

	.footer__ttl-big {
		margin-bottom: 4px;
		font-size: 26px;
		line-height: 28px;
	}

	.footer__ttl-small {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.07em;
	}

	.footer__catalogue {
		padding: 28px 0 !important;
		columns: auto;
	}



	.footer__lst-wrap {
		padding: 0;
		flex-basis: 100% !important;
	}

	.footer__lst-wrap:not(:last-child) {
		margin-bottom: 18px;
	}

	.open .footer__lst-ttl {
		margin-bottom: 14px;
	}

	.footer__lst {
		display: none;
	}

	.footer__ttl-link {
		margin: 0;
	}

	.open .footer__lst-open {
		transform: rotate(180deg);
	}

	.footer__accordion-content {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		will-change: max-height;
		box-sizing: content-box;
		transition: all 0.4s ease-in-out;
	}

	.open .footer__accordion-content {
		opacity: 1;
	}

	.footer__right {
		padding: 28px 0;
		flex-direction: column-reverse;
		min-height: 400px;
	}


	.footer__contacts--mob {
		display: block;
	}
}

/* @media (max-width: 480px) {
  .container {
    max-width: 370px;
  }
} */

/* @media (max-width: 355px) {

} */

/* End */


/* Start:/local/templates/sirius-intc/css/intc.css?175827004919238*/
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

body {
	min-width: 320px;
	font: 400 14px/100% "ALSDelsa", arial, sans-serif;
	color: #231f20;
}

*:focus-visible {
	outline: 0;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Regular"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Regular.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Medium"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Medium.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ALSDelsa";
	src: local("ALSDelsa-Bold"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Bold.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/ALSDelsa-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CanelaDeck";
	src: local("CanelaDeck-Medium"),
	url("/local/templates/sirius-intc/css/../fonts/CanelaDeck-Medium.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/CanelaDeck-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noah";
	src: local("Noah-Bold"), url("/local/templates/sirius-intc/css/../fonts/Noah-Bold.woff2") format("woff2"),
	url("/local/templates/sirius-intc/css/../fonts/Noah-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--gap: 8px;
	--border-radius-2: 2px;
	--color-main-back: #f6f6f6;
	--color-violet-back: #440d83;
}


.ttl {
	margin: 0;
	line-height: 100%;
	font-weight: normal;
}

.title-2 {
	font-family: "CanelaDeck";
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}

.link {
	/* padding: 5px 0;
	border-bottom: 1px solid #ffffff; */
}

.link span {
	margin-right: 6px;
}

.blue-link {
	color: #27a4e3;
	border-color: #27a4e3;
	transition: color 300ms ease;
}

.link svg path {
	transition: fill 300ms ease;
}

.link.blue-link:hover {
	color: #43A5FF;
}

.link.blue-link:hover svg path {
	fill: #43A5FF;
}

.link.blue-link:active {
	color: #1072CC;
}

.link.blue-link:active svg path {
	fill: #1072CC;
}

.btn-reset {
	border: none;
	outline: none;
	padding: 0;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

.lst-reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.txt {
	margin: 0;
}

.dark-txt {
	color: #231f20;
}

/* .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
} */

/* SECTION TOP */
.section__top {
	margin-bottom: 28px;
	justify-content: space-between;
	align-items: center;
}

.section__ttl {
	margin-right: 10px;
}

.section__top-link {
	padding-bottom: 0;
	font-size: 17px;
	line-height: 30px;
}

.section__top-link span {
	margin-right: 3px;
}

/* VIEW-ALL */
.view-all {
	display: none;
}

/* WRAPPER */
.wrapper {
	flex-wrap: wrap;
}


/* SIDEBAR */
.sidebar {
	flex-basis: 5.57%;
	justify-content: center;
	background-color: #0f2233;
}

.sticky {
	position: fixed;
}

.stop {
	position: relative;
	align-self: flex-end;
}

.sidebar__menu,
.sidebar__link {
	flex-direction: column;
}

.sidebar__menu {
	padding: 24px 0 36px;
	min-width: 70px;
}

.sidebar__link {
	align-items: center;
	line-height: 110%;
	color: #ffffff;
}

.sidebar__item:not(:last-child) {
	margin-bottom: 36px;
}

.sidebar__item:first-child svg {
	margin-bottom: 9px;
}

.sidebar__link svg {
	margin-bottom: 5px;
}

/* MAIN */
.main {
	flex-basis: 94%;
	flex-grow: 1;
	background-color: var(--color-main-back);
}

/* INTC */
.intc {
	padding: 57px 0;
}

.intc__container {
	background-color: #ffffff;
}

.intc__wrapper {
	padding: 39px 6px 43px 10px;
}

.intc__content {
	margin-bottom: var(--gap);
}

.intc__ttl {
	margin-bottom: 26px;
}

.intc__left,
.intc__video-link {
	flex-basis: 39%;
	border-radius: var(--border-radius-2);
	flex-grow: 1;
}

.intc__left,
.intc__video-link,
.intc__card {
	padding: 32px;
	font-size: 16px;
	line-height: 22px;
}

.intc__left {
	margin-right: var(--gap);
	border: 1px solid #E1E5EF;
}

.intc__left-about {
	margin-bottom: 20px;
}

.intc__left-ttl,
.intc__video-link,
.intc__card-ttl {
	font-family: "Noah";
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.intc__left-ttl {
	margin-bottom: 10px;
}

.intc__video-link {
	background-image: url(/local/templates/sirius-intc/css/../img/intc-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.intc__bottom {
	display: flex;
	min-height: 296px;
}

.intc__card {
	color: #ffffff;
	flex-grow: 1;
	border-radius: var(--border-radius-2);
	transition: background-color 300ms ease;
}

.intc__card svg {
	margin-bottom: auto;
}

.intc__card:first-child {
	margin-right: var(--gap);
	display: flex;
	flex-direction: column;
	flex-basis: 39%;
	align-items: start;
	background: #8697c1;
}

.intc__card:hover {
	background-color: #95A4C9;
}

.intc__card:active {
	background-color: #7685AA;
}

.intc__card:hover .link svg {
	transform: rotate(45deg);
}

.intc__card:hover .link::before {
	bottom: -4px;
	opacity: 1;
}

.intc__card-link .link::before {
	border-bottom: 1px solid #fff;
}

.link:hover svg {
	transform: rotate(45deg);
}

.link.blue-link::before {
	border-bottom: 1px solid #148EFF;
}

.link:hover .link::before {
	bottom: -4px;
	opacity: 1;
}

.link.blue-link:hover::before {
	bottom: -4px;
	opacity: 1;
}


.intc__card:nth-child(2) {
	flex-basis: 39%;
	background-image: url(/local/templates/sirius-intc/css/../img/intc-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.intc__card-ttl {
	margin-bottom: 14px;
}

.intc__card-txt {
	margin-bottom: auto;
}

/* DIRECTIONS */
.directions {
	padding-bottom: 56px;
}

.directions__container {
	padding: 40px 0;
	background-color: #ffffff;
}

.directions__wrapper {
	padding: 0 10px;
}

.directions__ttl {
	margin-bottom: 20px;
}

.directions__card {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	flex-grow: 1;
}

.directions__card-link {
	position: relative;
}

.directions__card-link.blue-link::before {
	border-bottom: 1px solid #148EFF;
}

.link {
	position: relative;
}

.link::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0px;
	opacity: 0;
	left: 0;
	border-bottom: 1px solid #fff;
	transition: all 300ms ease;
}

.link svg {
	transition: transform 300ms ease;
}

.directions__card:hover .link svg {
	transform: rotate(45deg);
}

.directions__card:hover .link::before {
	bottom: -4px;
	opacity: 1;
}

.directions__card:not(:last-child) {
	margin-right: var(--gap);
}

.directions__card-top {
	position: relative;
	height: 100%;
	overflow: hidden;
	min-height: 290px;
	border-radius: 2px 2px 0 0;
}

.directions__card-top::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 2px 2px 0 0;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.directions__card:hover .directions__card-top::before {
	opacity: 0;
}

.directions__card-top img {
	width: 100%;
	height: 100%;
	transition: all 300ms ease;
}

.directions__card:hover .directions__card-top img {
	transform: scale(1.05);
}

.directions__card-1 {
	background-image: url(/local/templates/sirius-intc/css/../img/directions-1.jpg);
}

.directions__card-2 {
	background-image: url(/local/templates/sirius-intc/css/../img/directions-2.jpg);
}

.directions__card-3 {
	background-image: url(/local/templates/sirius-intc/css/../img/directions-3.jpg);
}

.directions__card-bottom {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 28px;
	min-height: 332px;
	font-size: 16px;
	line-height: 22px;
	border-radius: 0 0 2px 2px;
}

.directions__card--border {
	border: 1px solid #e1e5ef;
	border-top: 0;
	transition: border 300ms ease;
}

.directions__card:hover .directions__card--border {
	border: 1px solid #B6C1DA;
}

.directions__card:active .directions__card--border {
	border: 1px solid #A8B2C9;
}

.directions__card-color {
	color: #ffffff;
}

.directions__card--blue {
	background-color: #52b6e9;
	transition: background-color 300ms ease;
}

.directions__card:hover .directions__card--blue {
	background-color: #67BFEC;
}

.directions__card:active .directions__card--blue {
	background-color: #48A0CD;
}

.directions__card--turquoise {
	background-color: #47beaa;
	transition: background-color 300ms ease;
}

.directions__card:hover .directions__card--turquoise {
	background-color: #5DC6B4;
}

.directions__card:active .directions__card--turquoise {
	background-color: #3EA795;
}

.directions__card-ttl {
	margin-bottom: var(--gap);
	font-family: "Noah";
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.directions__card-txt {
	margin-bottom: auto;
}

/* NEWS */
.news {
	/*background-color: #ffffff;*/
}

.news__wrapper {
	padding: 38px 10px 35px;
}

.news__feed {
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));

}

.news__card {
	display: flex;
	margin-bottom: var(--gap);
}

.news__card:nth-child(odd) {
	margin-right: var(--gap);
}

.news__card-l {
	position: relative;
	z-index: 1;
	display: flex;
	margin-right: var(--gap);
	padding: 29px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 342px;
	min-height: 360px;
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	border-radius: var(--border-radius-2);
	overflow: hidden;
}

.news__card-l img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 300ms ease;
}

.news__card-l::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.16);
	opacity: 0;
	transition: opacity 300ms ease;
}

.news__card-l:hover::before {
	opacity: 1;
}

.news__card-l:active::before {
	opacity: 1;
	background: rgba(0, 0, 0, 0.28);
}

.news__card-l:hover img {
	transform: scale(1.05);
}

.news__card-l:active img {
	transform: scale(1.05);
}

.news__card-l:hover .link svg {
	transform: rotate(45deg);
}

.news__card-l:hover .link::before {
	bottom: -4px;
	opacity: 1;
}

.post-2 {
	background-image: url(/local/templates/sirius-intc/css/../img/intc-news-2.jpg);
}

.post-3 {
	background-image: url(/local/templates/sirius-intc/css/../img/intc-news-3.jpg);
}

.post-4 {
	background-image: url(/local/templates/sirius-intc/css/../img/intc-news-4.jpg);
}

.news__txt-l {
	max-width: 90%;
	font-size: 18px;
	font-weight: 500;
}

.news__link-l {
	padding: 0;
	padding-bottom: 3px;
}

.news__card-post {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	max-width: 296px;
	min-height: 176px;
	background-color: #ededed;
	border-radius: var(--border-radius-2);
	transition: background-color 300ms ease;
}

.news__link-r svg {
	transition: all 300ms ease;
}

.news__card-post:hover .news__link-r svg {
	transform: rotate(45deg);
}

.news__card-post:first-child {
	margin-bottom: var(--gap);
}

.news__txt-r {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
}

.news__link-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	line-height: 22px;
}

.news__link-r::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post--violet,
.post--blue {
	color: #ffffff;
}

.news__card-post.post--violet {
	background-color: #693d9c;
}

.news__card-post.post--violet:hover {
	background-color: #7B55A8;
}

.news__card-post.post--violet:active {
	background-color: #5C3689;
}

.news__card-post.post--blue {
	background-color: #27a4e3;
}

.news__card-post.post--blue:hover {
	background-color: #67BFEC;
}

.news__card-post.post--blue:active {
	background-color: #48A0CD;
}

.news__card-post:hover {
	background-color: #E1E1E1;
}

.news__card-post:hover {
	background-color: #D1D1D1;
}

/* RESIDENTS */
.residents {
	position: relative;
	padding: 56px 0;
}

.residents-container {
	padding: 45px 10px;
	overflow: hidden;
}

.partners__cards-wrap {
	overflow: hidden;
}

.partners .swiper-pagination {
	margin-top: 1rem;
}

.residents-container .swiper-pagination {
	margin-top: 1rem;
}

.partners__cards {
	margin-top: 32px;
}

.residents::after {
	position: absolute;
	content: "";
	bottom: 56px;
	right: 0;
	width: 100%;
	height: calc(100% - 112px);
	background-color: #ffffff;
}

.line--active {
	margin-right: 16px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.card-top-1 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-1.svg);
	background-position: 0 38%;
}

.card-top-2 {
	background-image: url(/local/templates/sirius-intc/css/../img/projects-2.svg);
	background-position: 60% 220%;
}

.card-top-3 {
	background-image: url(/local/templates/sirius-intc/css/../img/projects-3.svg);
	background-position: 70% 38%;
}

.card-top-4 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-2.svg);
	background-position: 50% 50%;
}

.card-top-5 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-3.svg);
	background-position: 50% 50%;
}

.card-top-6 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-4.svg);
	background-position: 50% 50%;
}

.card-top-9 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-5.svg);
	background-position: 50% 50%;
}

.card-top-11 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-6.svg);
	background-position: 50% 50%;
}

.card-top-12 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-7.svg);
	background-position: 50% 50%;
}

.card-top-15 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-8.svg);
	background-position: 50% 50%;
}

.card-top-16 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-9.svg);
	background-position: 50% 50%;
}

.card-top-17 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-10.svg);
	background-position: 50% 50%;
}

.card-top-18 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-11.svg);
	background-position: 50% 50%;
}

.card-top-20 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-12.svg);
	background-position: 50% 50%;
}

.card-top-21 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-13.svg);
	background-position: 50% 50%;
}

.card-top-22 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-14.svg);
	background-position: 50% 50%;
}

.card-top-23 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-15.svg);
	background-position: 50% 50%;
}

.card-top-24 {
	background-image: url(/local/templates/sirius-intc/css/../img/residents-16.svg);
	background-position: 50% 50%;
}

.residents__card-link {
	padding: 0;
	padding-bottom: 5px;
	align-self: flex-start;
	font-size: 17px;
}

.residents__card-c {
	display: flex;
	min-height: 137px;
	align-items: flex-end;
}

.residents__card-b {
	min-height: 147px;
}

.residents__card-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

/* PARTNERS */
.partners {
	background-color: #ffffff;
}

.partners__container {
	padding: 45px 10px;
	overflow: hidden;
}

.partners__top {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
}

.partners {
	overflow: hidden;
}

.partners__control {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 108px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: url(/local/templates/sirius-intc/css/../img/partners-prev.svg);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: url(/local/templates/sirius-intc/css/../img/partners-next.svg);
}

.partners__wrapper {
	padding: 32px 0 16px;
}

.partners__cards {
	display: flex;
}

.partners__cards:first-child {
	margin-right: var(--gap);
}

.partners__card {
	position: relative;
	padding: 24px 32px;
	/*flex-basis: 20%;*/
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #e1e5ef;
	border-radius: var(--border-radius-2);
	height: auto;
}

.partners__card .link span {
	font-size: 16px;
	color: #fff;
}

.partners__card .link svg path {
	fill: #fff;
}

.partners__card .link {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.partners__card:hover svg {
	transform: rotate(45deg);
}

.partners__card:not(:last-child) {
	margin-right: var(--gap);
}

.partners__link {
	display: flex;
	width: 100%;
	min-height: 196px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e1e5ef;
	justify-content: center;
}

.partners__link img {
	object-fit: contain;
}

.partners__card-ttl {
	font-size: 16px;
}

.swiper-pagination {
	position: relative;
	text-align: left;
}

/* FORM */
.form {
	padding: 56px 0;
}

.form__container {
	padding: 0 10px;
}

.form__wrapper {
	background-color: #ffffff;
	padding: 42px;
}

.form__ttl {
	margin-bottom: 24px;
}

.form__left {
	display: flex;
	margin-right: 24px;
	flex-basis: 63.33%;
	flex-wrap: wrap;
	/* justify-content: start;
	text-align: left; */
}

.form__input {
	margin-bottom: 16px;
	padding: 16px 24px;
	flex-basis: 100%;
	border: 1px solid #e1e5ef;
	border-radius: var(--border-radius-2);
	font-weight: 100;
	font-size: 20px;
	line-height: 28px;
}

.form__input::placeholder {
	font-size: 20px;
	color: #a7a5a6;
}

.form__input-small {
	flex-basis: 30%;
	flex-grow: 1;
}

.form__input--mr {
	margin-right: 16px;
}


.textarea {
	min-height: 168px;
	resize: none;
}

.form__inf {
	font-size: 16px;
	color: #656263;
}

.form__inf--b {
	position: relative;
	padding-bottom: -5px;
	font-weight: 500;
}

.form__inf--b::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 17px;
	background-color: #656263;
}

.form__submit {
	padding: 8px 16px;
	font-size: 16px;
	color: #ffffff;
	background-color: #7D41C1;
	border-radius: 4px;
	transition: background-color 300ms ease;
}

.form__submit:hover {
	background-color: #9767CD;
}

.form__submit:active {
	background-color: #64349A;
}

.form__img {
	flex-basis: 20%;
	flex-grow: 1;
	background-image: url(/local/templates/sirius-intc/css/../img/intc-form.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: var(--border-radius-2);
}

/* ADDRESS */
.address {
	padding-bottom: 120px;
}

.address__container {
	padding: 42px 0;
	background-color: #ffffff;
}

.address__content {
	padding: 0 10px;
}

.address__wrapper {
	font-style: normal;
}

.address__card {
	padding: 28px;
	padding-bottom: 32px;
	font-size: 16px;
	line-height: 22px;
	border-radius: var(--border-radius-2);
}

.address__card:not(:last-child) {
	margin-right: var(--gap);
}

.address__card--g {
}

.address__card--g {
	flex-basis: 49.8%;
	color: #ffffff;
	background-color: #8697c1;
	border-color: transparent;
}

.address__card--border {
	border: 1px solid #8697c1;
}

.address__card--border,
.address__card--b {
	flex-basis: 49.8%;
}

.address__card--b {
	background-color: #d4ae9e;
	color: #ffffff;
}

.address__ttl {
	margin-bottom: 32px;
}

.address__card-ttl {
	margin-bottom: 6px;
	font-family: "Noah";
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.address__txt--m {
	margin-bottom: 16px;
}

.address__ttl--pt {
	padding-top: 18px;
}

.address__ttl--mb {
	margin-bottom: 18px;
}

.social {
	margin-bottom: 18px;
}

.social:not(:last-child) svg {
	margin-right: 17px;
}

.button-main-ekran {
	position: relative;
	z-index: 1;
	padding: 20px 32px;
	background: #FFFFFF;
	border-radius: 100px;
	width: max-content;
	margin-bottom: 76px;
}

.button-main-ekran .docs-item-desc-text {
	margin: 0;
}

.button-main-ekran .link-with-arrow {
	display: flex;
	justify-content: space-between;
}

.button-main-ekran a.link-with-arrow::before {
	display: none;
}

.button-main-ekran .text {
	font-size: 18px;
}

.button-main-ekran a.link-with-arrow .icon {
	margin-left: 16px;
}

.button-main-ekran .icon svg {
	width: 11.25px;
	height: 11.25px;
}

/* End */


/* Start:/local/templates/sirius-intc/css/intc-media.css?175827004911803*/
:root {
	--gap: 8px;
	--border-radius-2: 2px;
	--color-main-back: #f6f6f6;
	--color-violet-back: #440d83;
}

@media (max-width: 1024px) {

	.news__feed {
		display: block;
	}

	.sidebar,
	.nav__list,
	.section__top-link,
	.line--active,
	.projects::after,
	.projects__top-link,
	.affiche__poster--o,
	.affiche__poster--b,
	.faq__img {
		display: none;
	}

	.title-2 {
		font-weight: 500;
		font-size: 30px;
		line-height: 36px;
		color: #0f2233;
	}

	.section__top {
		margin-bottom: 23px;
	}

	.view-all {
		display: flex;
		padding: 18px 20px 19px;
		width: 100%;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: #ffffff;
		background-color: #693d9c;
		border-radius: var(--border-radius-2);
	}

	/* NAV */
	.nav {
		min-height: 420px;
		background-position: center;
	}

	.nav--auto {
		min-height: 0;
	}

	.search {
		max-width: 350px;
	}

	/* STORIES */
	.stories {
		position: relative;
		display: flex;
		padding: 70px 0 0;
		min-height: 467px;
	}

	.stories__container {
		margin: 0 0 0 auto;
		padding: 0 0 50px 20px;
		width: 100%;
		background-color: var(--color-main-back);
	}

	.stories__item {
		min-height: 360px;
	}

	.stories__item-ttl {
		font-size: 16px;
	}

	.stories__item-txt {
		font-size: 20px;
		line-height: 110%;
	}

	/* NEWS */
	.news__wrapper {
		padding: 28px 10px 35px;
	}

	.news__card {
		width: 100%;
	}

	.news__card:nth-child(even) {
		display: none;
	}

	.news__card:nth-child(odd) {
		margin-right: 0;
	}

	.news__card-l,
	.news__card-r {
		max-width: none;
		flex-basis: 49%;
		min-height: 350px;
		flex-grow: 1;
		font-size: 15px;
		line-height: 120%;
	}

	.news__card-l {
		margin-bottom: var(--gap);
		padding: 15px;
	}

	.news__txt-r,
	.news__txt-l {
		max-width: 260px;
	}

	.news__date-l {
		margin-bottom: auto;
	}

	.news__txt-l {
		padding-bottom: 50px;
		font-size: 17px;
		line-height: 120%;
	}

	.news__card-post {
		padding: 15px;
		max-width: 100%;
		min-height: 170px;
	}

	.news__txt-r {
		line-height: 20px;
	}

	/* PROJECTS */
	.projects {
		padding: 292px 0 37px;
	}

	.projects__container {
		padding-bottom: 36px;
		background-color: #ffffff;
	}

	.projects__tabs {
		margin-bottom: 14px;
		padding: 0 10px;
		flex-wrap: wrap;
	}

	.content--active {
		flex-basis: 100%;
	}

	.projects__content {
		padding: 20px 0 0;
		min-height: auto;
	}

	.projects__menu {
		position: absolute;
		overflow: hidden;
		margin-right: 0;
		padding: 25px 0 9px 20px;
		width: 100%;
		top: 45px;
		left: 0;
		min-height: 220px;
		border-radius: 0;
	}

	.projects__menu-top {
		padding-left: 0;
	}

	.projects__menu-ttl {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 120%;
	}

	.projects__tabs-lst {
		display: flex;
		margin-right: 15px;
		text-align: left;
		align-items: flex-start;
		bottom: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		cursor: grab;
	}

	.projects__tabs-lst:active {
		cursor: grabbing;
	}

	.projects__tabs-lst::-webkit-scrollbar {
		display: none;
	}

	.projects__tabs-itm:not(:last-child) {
		margin-right: 15px;
	}

	.projects__card {
		margin-right: 8px;
		margin-bottom: 8px;
		padding: 20px;
		flex-basis: 30%;
		width: fit-content;
		flex-grow: 1;
	}

	/* GOVERNMENT */
	.government {
		padding-bottom: 41px;
	}

	.government__wrapper {
		padding: 0 10px;
		flex-direction: column;
	}

	.government__com {
		min-height: 400px;
		background-image: url(/local/templates/sirius-intc/css/../img/gov-2m.jpg);
		background-position: center;
	}

	.government__txt {
		font-size: 21px;
		line-height: 130%;
	}

	.government__ref {
		font-size: 20px;
		line-height: 25px;
	}

	.government__video {
		margin: 0;
		margin-bottom: var(--gap);
		min-height: 430px;
		background-position: center;
	}

	/* TOPICS */
	.topics {
		padding: 26px 0;
	}

	.topics__container {
		padding: 0;
	}

	.topics__wrapper {
		margin: 0;
		padding: 0 10px;
	}

	.topics__top {
		padding: 0 10px;
	}

	.topics__left,
	.topics__right {
		width: 100%;
	}

	.topics__left {
		margin: 0;
	}

	.topics__right {
		margin-right: -8px;
		margin-bottom: 20px;
	}

	.topics__card {
		padding: 15px;
		flex-basis: 49%;
		flex-grow: 1;
	}

	.topics__card:nth-child(-n + 4) {
		margin-bottom: var(--gap);
	}

	.topics__card-big {
		flex-basis: 100%;
	}

	.topics__card--tour,
	.topics__card--sport {
		margin-right: var(--gap);
	}

	/* AFFICHE */
	.affiche {
		padding: 31px 0 28px;
	}

	.affiche__container {
		padding: 30px 10px;
	}

	.affiche__content {
		padding-top: 0;
	}

	.affiche__posters {
		margin-bottom: 12px;
		flex-basis: 100%;
		flex-grow: 1;
	}

	.affiche__poster,
	.affiche__info {
		margin-bottom: var(--gap);
	}

	.affiche__info {
		margin-top: 0;
		padding: 15px;
		min-height: 122px;
	}

	.affiche__poster {
		display: flex;
		margin-right: 0;
		flex-direction: column;
		flex-basis: 49%;
		flex-grow: 1;
		justify-content: flex-end;
		min-height: fit-content;
		background-color: transparent;
		background-size: cover;
		border-radius: var(--border-radius-2);
	}

	.affiche__poster:not(:last-child) {
		margin-bottom: var(--gap);
	}

	.affiche__lst {
		display: none;
	}

	.affiche__pic {
		display: flex;
		min-height: 280px;
		border-radius: var(--border-radius-2);
	}

	.affiche__pic img {
		flex-grow: 1;
		object-fit: cover;
		object-position: 0;
	}

	.affiche__poster--t {
		margin-right: var(--gap);
	}

	.affiche__poster--v .affiche__info {
		background-color: var(--color-violet-back);
	}

	.affiche__poster--t .affiche__info {
		background-color: #47beaa;
	}

	.affiche__poster--o,
	.affiche__poster--b {
		display: none;
	}

	.affiche__date {
		margin-right: 13px;
		padding: 12px 12px 0 0;
		flex-basis: content;
		text-align: left;
		border-right: 1px solid #8697c1;
	}

	.affiche__date-ttl {
		font-size: 16px;
		line-height: 140%;
	}

	.affiche__date .affiche__txt {
		font-size: 14px;
	}

	.affiche__txt {
		flex-basis: 100%;
		font-size: 15px;
		line-height: 125%;
	}

	.affiche__item-wrap {
		padding: 15px;
		min-height: 122px;
	}

	.affiche__item-wrap:not(:last-child) {
		margin-bottom: var(--gap);
	}

	.affiche__iw-3 {
		display: none;
	}

	/* FAQ */
	.faq__container {
		padding: 28px 10px;
	}

	.faq__top {
		min-height: 90px;
		align-items: flex-start;
	}

	.faq__tabs {
		position: relative;
	}

	.tabs__content--active {
		margin-bottom: 15px;
	}

	.faq__tabs-lst {
		position: absolute;
		margin: 0;
		padding: 0;
		max-width: 100%;
		top: -55px;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		cursor: grab;
	}

	.faq__tabs-lst:active {
		cursor: grabbing;
	}

	.faq__tabs-lst::-webkit-scrollbar {
		display: none;
	}

	.faq__tabs-itm:not(:last-child) {
		margin: 0;
		margin-right: 16px;
	}

	.faq__tabs-btn {
		padding: 7px 16px;
	}

	.faq__accordion-lst {
		margin-right: 0;
		padding: 20px;
		flex-basis: 100%;
	}

	.faq__accordion-control {
		font-size: 17px;
		line-height: 120%;
	}

	.faq__accordion-content {
		font-size: 15px;
		line-height: 130%;
	}


}


@media (max-width: 720px) {
	.nav__wrapper,
	.news__wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.projects__menu {
		padding-left: 10px;
	}

	.projects__tabs {
		padding: 0;
	}

	.projects__content {
		padding-left: 0;
	}

	.government__wrapper {
		padding: 0;
	}

	.topics__top,
	.topics__wrapper {
		padding: 0;
	}

	.affiche__container {
		padding: 30px 0;
	}

	.affiche__poster {
		flex-basis: 100%;
	}

	.affiche__poster--t {
		margin-right: 0;
	}

	.faq__container {
		padding: 28px 0;
	}

}

@media (max-width: 480px) {

	.projects__card:nth-child(-n + 3),
	.stories__link,
	.projects__content-top {
		display: none;
	}

	/* STORIES */
	.stories__container {
		padding-bottom: 30px;
	}

	.stories__slider {
		margin-bottom: 10px;
		padding-right: 10px;
	}

	.stories__card {
		flex-basis: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: var(--border-radius-2);
	}

	.stories__card:nth-child(1) {
		background-image: url(/local/templates/sirius-intc/css/../img/story-1.jpg);
	}

	.stories__card:nth-child(2) {
		background-image: url(/local/templates/sirius-intc/css/../img/story-2.jpg);
	}

	.stories__card:nth-child(3) {
		background-image: url(/local/templates/sirius-intc/css/../img/story-3.jpg);
	}

	.stories__card:nth-child(4) {
		background-image: url(/local/templates/sirius-intc/css/../img/stories-3.jpg);
	}

	.stories__item {
		padding: 15px;
		max-width: 100%;
		background: none;
	}

	.stories__item:not(:last-child) {
		margin-right: 0;
	}

	.stories__item .dark-txt {
		color: #ffffff;
	}

	.stories__pic {
		display: none;
	}

	.swiper-wrapper {
		max-width: 90vw;
		margin-bottom: var(--gap);
		box-sizing: inherit;
	}

	.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
		margin: 0;
		margin-right: 6px;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: inherit;
		left: 20px;
		width: max-content;
	}

	.swiper-pagination {
		text-align: left;
	}

	.swiper-pagination-bullet {
		background: #616d79;
		opacity: 0.25;
	}

	.swiper-pagination-bullet-active {
		background: var(--color-violet-back);
		opacity: 1;
	}

	/* NEWS */
	.news__feed {
		margin-bottom: 6px;
	}

	.news__card {
		margin-bottom: 6px;
		width: 100%;
		flex-direction: column;
	}

	.news__card--dn {
		display: none;
	}

	.news__card-l {
		margin-right: 0;
	}

	/* PROJECTS */
	.projects {
		padding-top: 274px;
	}

	.projects__content-main {
		margin-right: 0;
	}

	.projects__card {
		margin-right: 0;
		padding: 15px;
		flex-basis: 100%;
		min-height: 250px;
		flex-grow: 1;
	}

	.projects__card:nth-child(4) {
		min-height: 152px;
	}

	.projects__card-c {
		display: flex;
		min-height: 0;
		align-items: flex-end;
	}

	.projects__card:not(:last-child) {
		margin-bottom: var(--gap);
	}

	.projects__card:nth-last-child(-n + 2) {
		justify-content: flex-end;
	}

	.projects__card-txt {
		margin-bottom: 24px;
		line-height: 22px;
	}

	.projects__card-link {
		font-size: 15px;
	}

	/* GOVERNMENT */
	.government__wrapper {
		flex-direction: column-reverse;
	}

	.government__com {
		margin-bottom: var(--gap);
		padding: 15px;
		min-height: 500px;
		background-image: url(/local/templates/sirius-intc/css/../img/gov-2.jpg);
		background-position: center;
	}

	.government__content {
		margin-bottom: 20px;
		padding: 20px 0;
	}

	.government__video {
		margin: 0;
		min-height: 350px;
		background-position: center;
	}

	/* TOPICS */
	.topics__card--grey,
	.topics__card--sport,
	.topics__card--dn {
		display: none;
	}

	.topics__left,
	.topics__right {
		margin-right: 0;
		width: 100%;
	}

	.topics__left,
	.topics__right,
	.topics__card {
		flex-grow: 1;
	}

	.topics__card {
		margin-right: 0;
		padding: 15px;
		flex-basis: 100%;
		min-height: 170px;
		justify-content: space-between;
	}

	.topics__card-big {
		padding: 20px 15px 6px;
	}

	.topics__card-top {
		margin-bottom: 11px;
	}

	.topics__top-ttl {
		font-size: 22px;
		line-height: 120%;
	}

	.topics__link-b {
		flex-basis: 100%;
	}

	.topics__link-b:not(:last-child) {
		margin-bottom: 10px;
	}

	/* AFFICHE */
	.affiche__container {
		padding: 30px 0;
	}

	.affiche__iw-3 {
		display: flex;
	}

	/* FAQ */
	.faq {
		padding-bottom: 74px;
	}

	.faq__accordion-lst {
		padding: 0 15px;
	}

	.open .faq__accordion-content {
		padding-top: 8px;
	}

	.faq__accordion-itm {
		padding: 15px 0 12px;
	}
}

@media (max-width: 355px) {
	.nav__txt--mr {
		margin-right: 5px;
	}

	.nav__hlt {
		padding: 0;
		line-height: 160%;
		background: none;
	}

	.search {
		max-width: 300px;
	}

	.search__input {
		padding-left: 25px;
	}

	.stories__container {
		padding-left: 10px;
	}

	.stories {
		display: flex;
	}

	.stories__card {
		flex-basis: 300px;
	}

	.projects__menu-ttl {
		line-height: 95%;
	}

	.faq__top {
		min-height: 120px;
	}

	.faq__ttl {
		max-width: 90%;
	}
}

/* End */


/* Start:/local/templates/sirius-intc/css/pvashooot.css?1758270049110152*/
html {
	overflow-x: hidden;
}

img {
	object-fit: cover;
	object-position: center;
}

.container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 1rem;
}

.topics.pvashooot-mod {
	padding-bottom: 41px;
	margin-bottom: 40px;
}

.popular-themes-new {
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}

.popular-themes-new-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.popular-themes-new-item {
	width: 25%;
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
	min-height: 232px;
}

.popular-themes-new-item.two-size {
	width: 50%;
}

.popular-themes-new-item.picture-mod {
	height: auto;
}

.popular-themes-new-item-container {
	box-sizing: border-box;
	padding: 38px 28px;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 2px;
	border: 1px solid rgba(134, 151, 193, 0.3);
	position: relative;
	transition: border 300ms;
}

.popular-themes-new-item-container img {
	transition: transform 300ms;
}

.popular-themes-new-item-container:hover img {
	transform: scale(1.05);
}

.popular-themes-new-item-container:hover .popular-themes-new-pic:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.popular-themes-new-item-container:active .popular-themes-new-pic:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.popular-themes-new-item-container:hover {
	border: 1px solid #B6C1DA;
}

.popular-themes-new-item-container.border-none:hover {
	border: none;
}

.popular-themes-new-item-container:active {
	border: 1px solid #A8B2C9;
}

.popular-themes-new-item-text-block {
	position: relative;
	z-index: 1;
}

.popular-themes-new-item-container.bg-bage:hover {
	background-color: #D9B8AA;
}

.popular-themes-new-item-container.bg-bage:active {
	background-color: #BA998B;
}

.popular-themes-new-item-name {
	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: #231F20;
	margin-bottom: 19px;
}

.popular-themes-new-item-link {

}

.popular-themes-new-item-link a {

}

.popular-themes-new-pic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.popular-themes-new-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popular-themes-new-pic:before {
	content: "";
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


a.link-with-arrow {
	font-family: "ALSDelsa";
	color: #231F20;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

	text-decoration: none;
	position: relative;

	width: auto;
}

a.link-with-arrow.blue-link {
	color: #27a4e3;
}

a.link-with-arrow:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: -4px;
	background: #231F20;
	transition: all 0.3s ease;
}

a.link-with-arrow.blue-link:before {
	background: #27a4e3;
}

a.link-with-arrow:hover:before {
	transform: translateY(-5px);
	opacity: 0;
}

a.link-with-arrow .text {

}

a.link-with-arrow .icon {
	display: inline-block;
	margin-left: 4px;
	color: #231F20;
	transition: all 0.3s ease;
}

a.link-with-arrow.blue-link .icon {
	color: #27a4e3;
}

a.link-with-arrow:hover .icon {
	transform: rotate(45deg);
}

a.link-with-arrow.arrow-right:before {
	display: none;
}

a.link-with-arrow.arrow-right span.text {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	pointer-events: none;
	transition: border-bottom-width 0.18s ease, padding-bottom 0.3s ease;
}

a.link-with-arrow.arrow-right span.text.colored {
	border-bottom: 1px solid #A7A5A6;
}

a.link-with-arrow.arrow-right .icon {
	line-height: 1;
	position: relative;
	top: 4px;
}

/* a.link-with-arrow.arrow-right span.text:before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -4px;
  background: #231F20;
  transition: all 0.3s ease;
} */

/* a.link-with-arrow.arrow-right:hover span.text:before{
  transform: translateY(-5px);
  opacity: 0;
} */
a.link-with-arrow.arrow-right:hover span.text {
	padding-bottom: 0;
	border-bottom-width: 0;
}

a.link-with-arrow.arrow-right:hover .icon {
	transform: translateX(5px);
}


span.link-with-arrow {
	font-family: "ALSDelsa";
	color: #231F20;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

	text-decoration: none;
	position: relative;

	width: auto;
}

span.link-with-arrow.blue-link {
	color: #27a4e3;
}

span.link-with-arrow:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: -4px;
	background: #231F20;
	transition: all 0.3s ease;
}

span.link-with-arrow.blue-link:before {
	background: #27a4e3;
}

span.link-with-arrow:hover:before {
	transform: translateY(-5px);
	opacity: 0;
}

span.link-with-arrow .text {

}

span.link-with-arrow .icon {
	display: inline-block;
	margin-left: 4px;
	color: #231F20;
	transition: all 0.3s ease;
}

span.link-with-arrow.blue-link .icon {
	color: #27a4e3;
}

span.link-with-arrow:hover .icon {
	transform: rotate(45deg);
}

span.link-with-arrow.arrow-right:before {
	display: none;
}

span.link-with-arrow.arrow-right span.text {
	position: relative;
}

span.link-with-arrow.arrow-right .icon {
	line-height: 1;
	position: relative;
	top: 4px;
}

span.link-with-arrow.arrow-right span.text:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: -4px;
	background: #231F20;
	transition: all 0.3s ease;
}

span.link-with-arrow.arrow-right:hover span.text:before {
	transform: translateY(-5px);
	opacity: 0;
}

span.link-with-arrow.arrow-right:hover .icon {
	transform: translateX(5px);
}


.colored .popular-themes-new-item-container {
	border: 0px;
}

.colored .popular-themes-new-item-name {
	color: #FFF;
}

.colored-white .popular-themes-new-item-name {
	color: #231f20;
}

.colored .popular-themes-new-item-desc {
	color: #FFF;
}

.colored a.link-with-arrow {
	color: white;
	width: auto;
}

.colored a.link-with-arrow:before {
	background: white;
}

.colored a.link-with-arrow .text {

}

.colored a.link-with-arrow .icon {
	color: white;
}

.colored-white a.link-with-arrow {
	color: #231f20;
}

.colored-white a.link-with-arrow:before {
	background: #231f20;
}

.colored-white a.link-with-arrow .text {

}

.colored-white a.link-with-arrow .icon {
	color: #231f20;
}

.colored a.link-with-arrow.arrow-right span.text:before {
	background: white;
}


.colored span.link-with-arrow {
	color: white;
	width: auto;
}

.colored span.link-with-arrow:before {
	background: white;
}

.colored span.link-with-arrow .text {

}

.colored span.link-with-arrow .icon {
	color: white;
}

.colored-white span.link-with-arrow {
	color: #231f20;
}

.colored-white span.link-with-arrow:before {
	background: #231f20;
}

.colored-white span.link-with-arrow .text {

}

.colored-white span.link-with-arrow .icon {
	color: #231f20;
}

.colored span.link-with-arrow.arrow-right span.text:before {
	background: white;
}


.slide-block-detail-page {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	z-index: 100;
}

.slide-block-detail-shadow {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(35, 31, 32, 0.80);
	z-index: 10;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

.slide-block-detail-shadow.open {
	transform: translateX(-100%);
}

.slide-block-detail {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 60.5%;
	max-width: 1110px;
	min-width: 960px;
	background: white;
	z-index: 100;
	overflow-y: auto;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
	overscroll-behavior: contain;
}

.slide-block-detail.open {
	transform: translateX(-100%);
}

.slide-block-detail .slide-block-close {
	position: absolute;
	right: 52px;
	top: 37px;
}


.slide-block-close {
	color: #A7A5A6;
}

.slide-block-close:hover {
	transform: rotate(360deg);
}


.slide-block-detail-container {
	box-sizing: border-box;
	padding: 32px 229px 32px 52px;
}

.slide-block-detail-container.full-size {
	padding: 0;
}

.slide-block-detail-container.full-size .popular-themes-detail-header {
	/*border-bottom: 1px solid #E1E5EF;*/
	padding: 28px 52px 43px;
}

.popular-themes-detail-tabs {
	box-sizing: border-box;
	padding: 34px 52px 0;
}

.popular-themes-detail-tabs-container {
	display: flex;
	margin: 0 -4px;
}

.popular-themes-detail-tabs-item {
	padding: 0 4px;
}

.popular-themes-detail-tabs-item a {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #485566;

	border-radius: 40px;
	border: 1px solid #485566;
	background: #FFF;

	font-family: "ALSDelsa";

	padding: 8px 16px;
	display: inline-block;

}

.popular-themes-detail-tabs-item a.active {
	background: #485566;
	color: white;
}

.popular-themes-detail-title {
	display: inline-block;
	width: 100%;
}

.popular-themes-detail-title h1 {
	color: #231F20;
	font-family: "CanelaDeck";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	margin-top: 0px;
}

.slide-block-detail-container.full-size .popular-themes-detail-title h1 {
	margin-bottom: 0px;
	font-size: 44px;
	line-height: 56px;
}

.slide-block-detail-container.full-size .popular-themes-detail-body {
	padding: 36px 52px 30px;
	background: #ffffff;
}

.popular-themes-detail-picture {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}

.popular-themes-detail-picture img {
	width: 100%;
	vertical-align: top;
}


.popular-themes-detail-text-container {
	display: inline-block;
	width: 100%;
}

.popular-themes-detail-text-container .flex-elements-list + p {
	margin-top: 24px;
}

.popular-themes-detail-text-container h2 {
	font-family: "Noah";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 17px;
}

.popular-themes-detail-text-container h2.big-size {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 14px;
	margin-top: 34px;
}

.popular-themes-detail-text-container p,
.popular-themes-detail-text-container .accordion-block-item-body.grants_investments p {
	color: #231F20;
	font-family: "ALSDelsa";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 8px;
}

.full-size .popular-themes-detail-text-container p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 14px;
}

.full-size .popular-themes-detail-text-container p:last-of-type {
	margin-bottom: 0px;
}

.full-size .popular-themes-detail-text-container .middle p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}

.popular-themes-detail-text-container ul {
	color: #231F20;
	font-family: "ALSDelsa";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.popular-themes-detail-text-container ul.gray-2-text {
	color: #656263;
}

.full-size .popular-themes-detail-text-container ul,
.full-size .popular-themes-detail-text-container ol {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding-left: 31px;
}

.full-size .popular-themes-detail-text-container ul:last-of-type {
	/*margin-bottom: 0px;*/
}

.popular-themes-detail-text-container p + h2 {
	margin-top: 32px;
}


.popular-themes-detail-text-container .popular-themes-new-item {
	width: 50%;
}

.popular-themes-detail-text-container .popular-themes-new-container {
	margin-bottom: 30px;
}

.popular-themes-detail-text-link {
	margin-bottom: 26px;
}


.flex-elements-list {
	margin-bottom: 33px;
}

.flex-elements-list-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.flex-elements-list-container.bigger-margin {
	margin: -8px;
}

.flex-elements-list-item {
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
	/*min-height: 242px;*/
}

.flex-elements-list-container.bigger-margin .flex-elements-list-item {
	padding: 8px;
}

.flex-elements-list.col-4 {

}

.flex-elements-list.col-4 .flex-elements-list-item {
	width: 25%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-25 {
	width: 25%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-33 {
	width: 33.33%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-34 {
	width: 35%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-38 {
	width: 37.25%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-50 {
	width: 50%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-62 {
	width: 62.75%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-65 {
	width: 65%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-66 {
	width: 66.66%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-75 {
	width: 75%;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-100 {
	width: 100%;
}

.flex-elements-list .flex-elements-list-item.w-61 {
	width: 61.891%;
}

.flex-elements-list .flex-elements-list-item.w-38 {
	width: 38.109%;
}

.flex-elements-list.col-4 .h-50 {
	height: 50%;
	padding: 4px 0;
}

.h-50 {
	height: 50%;
}

.height-container {
	margin: -4px 0;
}


.flex-elements-list.col-3 {

}

.flex-elements-list.col-3 .flex-elements-list-item {
	width: 33.33%;
}


.flex-elements-list-item.full-size {
	width: 100%;
}

.docs-table-cell.cell-name.full-size {
	width: 100%;
}

.docs-table-item.border-none {
	border-bottom: none;
}

.flex-elements-list-item-container {
	height: 100%;
	padding: 28px 27px 32px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 2px;
	border: 1px solid rgba(134, 151, 193, 0.3);
}

.flex-elements-list.col-4 .w-50 .flex-elements-list-item-container {
	padding: 25px 33px 25px;
}

.case-mod .flex-elements-list-item-container {
	height: auto;
	margin-bottom: 8px;
}

.flex-elements-list-item-case {
	margin-bottom: 8px;
}

.case-mod .flex-elements-list-item-container:last-of-type,
.case-mod .flex-elements-list-item-case:last-of-type {
	margin-bottom: 0px;
}

.colored .flex-elements-list-item-container,
.colored-white .flex-elements-list-item-container {
	border: 0px;
}

.flex-elements-list-item-content {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.variable-height .flex-elements-list-item-content {
	min-height: unset;
	height: 100%;
}

.variable-height .flex-elements-list-item-content-top {
	padding-right: 0px;
}

.flex-elements-list-item-content-top {
	position: relative;
	box-sizing: border-box;
	padding-right: 60px;
}

.flex-elements-list-item-content-top .shildic {
	margin-bottom: 16px;
}

.flex-elements-list-item-content-top + .flex-elements-list-item-content-top {
	margin-top: 16px;
}

.flex-elements-list-item-dop-info {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #231F20;
	text-align: right;
	font-family: Noah;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.text-mod .flex-elements-list-item-content {
	min-height: auto;
}

.flex-elements-list-item-title {
	color: #231F20;
	font-family: "Noah";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 4px;
}

.colored .flex-elements-list-item-title {
	color: #FFF;
}

.flex-elements-list-item-title.middle-size {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}

.flex-elements-list-item-title.big-size {
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.flex-elements-list-item-title.small-size {
	font-size: 16px;
	font-weight: 550;
	line-height: 24px;
}

.flex-elements-list-item-desc {
	color: #231F20;
	font-family: "ALSDelsa";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.flex-elements-list-item-desc.middle {
	font-size: 20px;
	line-height: 28px;
}

.flex-elements-list-item-desc.middle p {
	margin-bottom: 8px;
}

.flex-elements-list-item-desc.bigger {
	font-size: 20px;
	line-height: 28px;
}

.flex-elements-list-item-desc.small-size {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

.flex-elements-list-item-desc.middle-bigger-size,
.flex-elements-list-item-desc.middle-bigger-size p,
.static-page-mod .flex-elements-list-item-desc.middle-bigger-size p {
	font-size: 16px;
	line-height: 22px;
}

.flex-elements-list-item-desc p {
	color: #231F20;
	font-family: "ALSDelsa";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.flex-elements-list-item-desc b {
	font-size: 16px;
	line-height: 24px;
}

.flex-elements-list-item-desc.bigger p {
	font-size: 20px;
	line-height: 28px;
}

.flex-elements-list-item-desc ul li {

}

.flex-elements-list-item-desc p + p {
	margin-top: 0px;
}

.flex-elements-list-item-desc ul {
	padding-left: 23px;
	margin-top: 0;
	margin-bottom: 8px;
}

.flex-elements-list-item-desc ul li {

}

.flex-elements-list-item-desc p:last-of-type {
	margin-bottom: 0px;
}

.colored .flex-elements-list-item-desc {
	color: #FFF;
}

.colored .flex-elements-list-item-desc p {
	color: #FFF;
}

.colored .flex-elements-list-item-desc ul {
	color: #FFF;
}

.colored .flex-elements-list-item-dop-info {
	color: #FFF;
}

.colored .flex-elements-list-item-desc a {
	text-decoration: underline;
}

.colored .flex-elements-list-item-desc a:hover {
	text-decoration: none;
}

.flex-elements-list-item-link {
	margin-top: 24px;
}


.content-text-block {

}

.content-text-block .content-text-block-item {
	margin-bottom: 48px;
}

.content-text-block .content-text-block-item:last-of-type {
	margin-bottom: 0px;
}

.content-text-block h3 {
	color: #231F20;
	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;

	margin-top: 0px;
	margin-bottom: 14px;
}

.colored .content-text-block h3 {
	color: white;
}

.content-text-block p {
	color: #231F20;
	font-family: "ALSDelsa";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 0px;
}

.content-text-block.smaller {

}

.content-text-block.smaller p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 7px;
}

.content-text-block p:last-of-type {
	margin-bottom: 0px;
}

.content-text-block p a {
	/*text-decoration: underline;*/

	color: #148EFF;

}

.content-text-block p a:hover {
	text-decoration: none;
}

.colored .content-text-block p {
	color: white;
}

.content-page-mod .flex-elements-list {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}

.content-page-mod .flex-elements-list-item-container {
	padding: 32px 31px 32px;
}


.accordion-block-container {
	display: inline-block;
	width: 100%;
	margin-top: 8px;
}

.accordion-block-item {
	border-bottom: 1px solid rgba(134, 151, 193, 0.3);
}

.accordion-block-item .accordion-block-item-header {
	box-sizing: border-box;
}

.accordion-block-item .accordion-block-item-header a {
	display: inline-block;
	width: 100%;
	padding: 24px 0;

	color: #000;
	font-family: "ALSDelsa";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	transition: all 0.3s ease;
}

.accordion-block-item .accordion-block-item-header a.active {
	color: #148EFF;
}

.accordion-block-item .accordion-block-item-header a .icon {
	color: #A7A5A6;
	position: absolute;
	right: 26px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.accordion-block-item .accordion-block-item-header a.active .icon {
	color: #A7A5A6;
	transform: translateY(-50%) rotate(180deg);
}

.address__card.address__card--border.bg-gray:hover {
	background-color: #E1E1E1;
}

.address__card.address__card--border.bg-gray:active {
	background-color: #D1D1D1;
}

.accordion-block-item .accordion-block-item-body {
	padding-top: 8px;
	padding-bottom: 26px;
}

.accordion-block-item .accordion-block-item-body .accordion-block-item-list {
	color: #000;
	font-family: "ALSDelsa";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.accordion-block-item .accordion-block-item-body .accordion-block-item-list div {
	margin-bottom: 44px;
}

.accordion-block-item .accordion-block-item-body .accordion-block-item-list div:last-of-type {
	margin-bottom: 0px;
}


.accordion-block-container.style-2 {
	border-radius: 2px;
	background: #E8F4FF;
}

.accordion-block-container.style-2.bg-white {
	background: white;
}

.accordion-block-container.style-2 .accordion-block-item {
	border: 0px;
	position: relative;
	margin-bottom: 0px;
}

.accordion-block-container.style-2 .accordion-block-item .accordion-block-item-header a {

}

.accordion-block-container.style-2 .accordion-block-item:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: calc(100% - 48px);
	height: 1px;
	background: #D0E8FF;
	left: 24px;
	bottom: 0px;
}

.accordion-block-container.style-2.bg-white .accordion-block-item:before {
	background: #E1E5EF;
}

.accordion-block-container.style-2 .accordion-block-item:last-of-type:before {
	display: none;
}

.accordion-block-container.style-2 .accordion-block-item .accordion-block-item-body p,
.accordion-block-container.style-2 .accordion-block-item .accordion-block-item-body ul {
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}

.icon.plus {
	width: 14px;
	height: 14px;
}

.icon.plus:before,
.icon.plus:after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 2px;
	background: #231F20;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.icon.plus:before {
	width: 14px;
	height: 1px;
}

.icon.plus:after {
	width: 1px;
	height: 14px;
}

a.active .icon {
	transform: unset;
}

a.active .icon:before,
a.active .icon:after {
	background: #148EFF;
}

a.active .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
}


.section-numbers {

}

.section-numbers .wrapper-inside {
	padding-top: 0px;
	padding-bottom: 0px;
}

.numbers-section-container {
	position: relative;
	box-sizing: border-box;
	padding: 31px;
}

.numbers-section-container h2 {
	margin-bottom: 14px;
}

.numbers-section-container p {
	color: #231F20;
	font-family: Noah;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 51px;
}

.numbers-list-container {
	padding-top: 4px;
	display: inline-block;
	width: 100%;
}

.numbers-list-container .numbers-list-item {
	color: #231F20;
	font-family: Noah;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px;
	border-left: 1px solid #52B6E9;
	padding-left: 10px;
	float: left;
	margin-right: 100px;
}

.numbers-list-container .numbers-list-item:last-of-type {
	margin-right: 0px;
}

.numbers-list-container .numbers-list-item .number {
	color: #52B6E9;
	font-family: Noah;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.section-news {
	padding-top: 39px;
	padding-bottom: 0px;
}

.section-news .wrapper-inside {
	padding-top: 0px;
}


.partners-list {

}

.partners-list .slick-list {
	margin: -4px;
	padding-right: 90px;
	box-sizing: border-box;
}

.partners-list .slick-list .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partners-list .partners-item {
	box-sizing: border-box;
	padding: 4px;
	height: auto;
	height: 229px;
	box-sizing: border-box;
}

.partners-list .partners-item .partners-item-container {
	height: 100%;
}

.partners-list .partners-item .partners-item-container a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;

	border-radius: 2px;
	border: 1px solid rgba(134, 151, 193, 0.3);
}

.partners-list-container {
	position: relative;
}

.min-height {
	min-height: 272px;
}

.feedback-people-desc.min-height {
	min-height: 223px;
}

.slick-list-btns {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: absolute;
	right: 0;
	top: -66px;
}

.slick-list-btns .slick-list-btns-item {

}

.slick-list-btns .slick-list-btns-item a {
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(20, 142, 255, 1);
	align-items: center;
	justify-content: center;
	color: #148EFF;
}

.slick-list-btns .slick-list-btns-item a.disabled {
	opacity: 0.5;
}

.slick-list-btns .slick-list-btns-item a svg {

}

.partners-list-container.important-links {
	padding-top: 14px;
}

.partners-list-container.important-links .partners-list .slick-list {
	padding-right: 0px;
}

.slick-list-btns .prev-banner.slick-arrow.slick-disabled {
	opacity: 0.5;
}

.slick-list-btns .next-banner.slick-arrow.slick-disabled {
	opacity: 0.5;
}

.obrazovatelno {
	border-radius: 2px;
	border: 1px solid #E1E5EF;
	box-sizing: border-box;
	padding: 24px 32px;
	height: 100%;
}

.obrazovatelno-pic {
	height: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
}

.obrazovatelno-name {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	border-top: 1px solid #E1E5EF;
	padding-top: 16px;
}

.partners-list-container.important-links .partners-list .slick-list {

}

.partners-list-container.important-links .partners-list .partners-item {
	height: auto;
}

.slick-list-dots {
	margin: 0 -3px;
}

.slick-list-dots .slick-dots {
	position: relative;
	width: auto;
	bottom: auto;
	text-align: left;
}

.slick-list-dots .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
}

.slick-list-dots .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0px;
	background: #656263;
	border-radius: 50%;
	opacity: 0.25;
	transition: all 0.3s ease;
}

.slick-list-dots .slick-dots li.slick-active button {
	background: #148EFF;
	opacity: 1;
}

.slick-list-dots .slick-dots li button:before {
	display: none;
}

.partners-list-container.important-links .slick-dotted.slick-slider {
	margin-bottom: 16px;
}


a.picture-link {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
}

a.picture-link img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
	transition: transform 300ms;
}

a.picture-link::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 300ms;
}

a.picture-link:hover img {
	transform: scale(1.05);
}

a.picture-link:hover::before {
	background-color: rgba(0, 0, 0, 0.16);
}

a.picture-link:active {
	background-color: rgba(0, 0, 0, 0.28);
}

a.video-link {
	position: relative;
	color: white;
	height: 100%;
	width: 100%;
	display: inline-block;
}

a.video-link .video-link-picture {
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 3px;
}

a.video-link .video-link-picture img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

a.video-link:hover .video-link-picture img {
	transform: scale(1.05);
}

a.video-link .video-link-name {

	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 27px;

	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px
}

a.video-link .video-link-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;

	width: 98px;
	height: 98px;
	border-radius: 50%;

	background: rgba(255, 255, 255, 0.45);

	transform: translate(-50%, -50%);
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

a.video-link .video-link-icon svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

a.video-link:hover .video-link-icon {
	width: 108px;
	height: 108px;
}

a.docs-link {
	position: relative;
	box-sizing: border-box;
	padding-left: 24px;
	text-decoration: none;

	color: #148EFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

a.docs-link:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/local/templates/sirius-intc/css/../img/docs-icon.svg) no-repeat center center;

	left: 2px;
	top: 2px;
}

a.docs-link span {
	position: relative;
}

a.docs-link span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #D0E8FF;
	left: 0px;
	bottom: -4px;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

a.docs-link:hover span:before {
	opacity: 0;
	transform: translateY(4px);
}


a.see-detail-link {
	position: relative;
	box-sizing: border-box;
	padding-left: 24px;
	text-decoration: none;

	color: #148EFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

a.see-detail-link:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/sirius-intc/css/../img/see-detail-icon.svg) no-repeat center center;

	left: 2px;
	top: 2px;
}

a.see-detail-link span {
	position: relative;
}

a.see-detail-link span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #D0E8FF;
	left: 0px;
	bottom: -4px;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

a.see-detail-link:hover span:before {
	opacity: 0;
	transform: translateY(4px);
}


.link-like-btn {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #231F20;
	background: white;
	padding: 16px 24px;
	border-radius: 30px;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

.link-like-btn.big-size {
	font-size: 18px;
	padding: 22px 32px;
}

.link-like-btn .icon {
	margin-left: 9px;
	top: -1px;
	position: relative;
}

.link-like-btn .icon svg {
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

.link-like-btn:hover {
	background: #F6F6F6;
}

.link-like-btn:hover .icon svg {
	transform: rotate(45deg);
}

.link-like-btn.big-size {
	border: 1px solid #E1E5EF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 18px 31px 20px 31px;
}

.link-like-btn.big-size .icon {
	margin-left: 17px;
}


a.download-link {
	position: relative;
	box-sizing: border-box;
	padding-right: 32px;
	text-decoration: none;

	color: #148EFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

a.download-link:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/local/templates/sirius-intc/css/../img/download-icon.svg) no-repeat center center;

	right: 0px;
	top: 0px;
}

a.download-link span {
	position: relative;
}

a.download-link span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #D0E8FF;
	left: 0px;
	bottom: -4px;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

a.download-link:hover span:before {
	opacity: 0;
	transform: translateY(4px);
}


.shildic {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: lowercase;

	color: white;

	padding: 3px 12px 5px;
	border-radius: 20px;
	display: inline-block;
}

.shildic.small {
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 24px;
}


.link-like-btn-without-radius {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;

	border-radius: 4px;
	border: 1px solid #E1E5EF;
	box-sizing: border-box;

	padding: 8px 16px;
	display: inline-block;
	background: #FFF;
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

.link-like-btn-without-radius:hover {

}

.link-like-btn-without-radius .text {
	display: inline-block;
}

.link-like-btn-without-radius .icon {
	display: inline-block;
	margin-left: 10px;
}

.link-like-btn-without-radius .icon svg {
	vertical-align: middle;
}


.default-btn {
	display: inline-block;
	width: 100%;
	height: 56px;

	padding: 0px;
	margin: 0px;

	box-sizing: border-box;

	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	border: 0px;

	border-radius: 3px;

	font-family: "ALSDelsa";

}

.default-btn.violet-base {
	color: #FFF;
	background: #7D41C1;
}

.btn-blue {
	border: 1px solid #148EFF;
	background-color: #148EFF;
	color: white !important;
	transition: all 300ms;
}

.btn-blue:hover {
	background-color: #43A5FF;
	border: 1px solid #43A5FF;
}

.btn-blue:active {
	background-color: #1072CC;
	border: 1px solid #1072CC;
}

.btn-gray-2 {
	background: #8697C1;
	color: white;
}

.btn-gray-2:hover {
	background: #8c9ecb;
}


.quate-container {
	margin-bottom: 13px;
}

.quate-container .quate-container-block {
	padding: 3px 6px;
}

.quate-container p {

}

.quate-container p {
	color: #231F20;
	text-overflow: ellipsis;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 12px;
}

.quate-container p:last-of-type {
	margin-bottom: 0px;
}

.quate-container hr {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: white;
	margin-top: 10px;
	margin-bottom: 22px;
	border: 0px;
}


.articles-preview {
	height: 100%;
}

.articles-preview .articles-preview-pic {
	margin-bottom: 8px;
	height: 330px;
	overflow: hidden;
}

.articles-preview .articles-preview-pic img {
	vertical-align: top;
	height: 100%;
	object-fit: cover;
}

.articles-preview .articles-preview-desc {
	border: 1px solid rgba(134, 151, 193, 0.3);
	border-radius: 3px;
	box-sizing: border-box;
	background: white;
	padding: 25px 30px;
	height: calc(100% - 338px);

}

.articles-preview .articles-preview-name {
	font-family: "CanelaDeck";
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 30px;
}

.articles-preview .articles-preview-text {
	color: #231F20;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.articles-preview .articles-preview-link {
	margin-top: 25px;
}


.bg-white {
	background-color: white;
}

.bg-bage {
	background-color: #D4AE9E;
	transition: background-color 300ms;
}

.bg-green {
	background-color: #47BEAA;
}

.bg-violet-base {
	background-color: #693D9C;
}

.bg-violet {
	background-color: #440D83;
}

.bg-red {
	background-color: #F05253;
}

.bg-orange {
	background-color: #F6AB29;
}

.bg-blue {
	background-color: #52B6E9;
	transition: background-color 300ms;
}

.bg-gray {
	background-color: #EDEDED;
	transition: background-color 300ms;
}

.bg-graphite {
	background-color: #293A49;
}

.bg-dark-blue {
	background-color: #148EFF;
}

.bg-gray-1 {
	background-color: #F6F6F6;
}

.bg-gray2 {
	background-color: #8697C1;
}

.bg-orange2 {
	background-color: #D4AE9E;
}

.bg-gradient {
	border-image-source: linear-gradient(0deg, #8697C1, #8697C1),
	linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
}


.mg-top {
	margin-top: 56px;
}

.mg-bottom {
	margin-bottom: 56px;
}

.mg-bottom-600 {
	margin-bottom: 600px;
}

.mg-bottom-250 {
	margin-bottom: 250px;
}

.wrapper-inside {
	padding: 41px 6px 39px 10px;
	box-sizing: border-box;
}

.mg-top-16 {
	margin-top: 16px
}

.mb-small {
	margin-bottom: 8px;
}

.main {
	position: relative;
	width: 100%;
}

.main-menu-header {
	position: absolute;
	z-index: 10;
	width: 100%;
	color: white;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.main-menu-header .nav__list {
	padding: 18px 0;
}

.main-menu-header .nav__wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-menu-header.bg-white {
	border-bottom: 1px solid #FAFBFB;
	background: #FFF;
}

.main-menu-header.bg-white a {
	color: #231F20;
}

.main-ekran-with-picture {
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: 600px;
	color: white;
}

.main-ekran-picture {
	display: inline-block;
	width: 100%;
}

.main-ekran-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-ekran-description {
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding-top: 80px;
	width: 100%;
}

.main-ekran-content {
	width: 80%;
}

.main-ekran-header {

}

.main-ekran-header h1 {
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 84px;
	margin: 0px;
}

.main-ekran-body {
	margin-top: 40px;
}

.main-ekran-body p {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin: 0px;
}

.title-1 {
	font-family: "CanelaDeck";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px;

	margin-bottom: 45px;
}


.section-simbol {

}

.section-simbol .wrapper-inside {
	padding-top: 0px;
}

.simbol-section-container {
	border: 1px solid rgba(134, 151, 193, 0.3);
	border-radius: 3px;
	padding: 26px 31px;

}

.simbol-section-container .lyceum__ttl {
	margin-bottom: 32px;
}

.simbol-section-container p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 26px;
}

.simbol-section-container p:last-of-type {

}


.simbol-section-container-content {
	display: flex;
}

.simbol-section-container-content .simbol-section-container-content-left {
	width: calc(100% - 246px);
	box-sizing: border-box;
	padding-right: 120px;
	padding-bottom: 21px;
}

.simbol-section-container-content .simbol-section-container-content-right {
	width: 246px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}


.section-about-controllers .wrapper-inside {
	padding-top: 14px;
}


.controllers-list-item {
	position: relative;
	border-radius: 3px;
	height: 100%;
}

.controllers-list-item .controllers-list-item-picture {

}

.controllers-list-item .controllers-list-item-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}

.controllers-list-item .controllers-list-item-desc {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 31px 36px 38px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.controllers-list-item-name {
	font-family: "CanelaDeck";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;

	color: white;
}

.controllers-list-item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

	color: white;
	margin-top: 13px;
}


.section-polnomochia {

}

.section-polnomochia .lyceum__ttl {
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
}

.polnomochia-section-text {
	margin-top: 27px;
	width: 70%;
}

.polnomochia-section-text p {
	margin-bottom: 10px;
}

.polnomochia-section-btn {
	margin-top: 24px;
	margin-bottom: 9px;
}


.section-corruption-container {

}

.section-corruption-container .lyceum__ttl {
	margin-bottom: 42px;
}

.docs-item-list {

}

.docs-item-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.docs-item-list-container {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.docs-item-icon {
	margin-bottom: 30px;
}

.docs-item-desc-name {
	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.colored .docs-item-desc-name {
	color: white;
}

.docs-item-desc-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #A7A5A6;
	margin-top: 20px;
}


.contacts-item-list {
	text-align: center;
}

.contacts-item-list-name {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 28px;
	font-family: "CanelaDeck";
}

.contacts-item-list-phone {
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 28px;
	margin-bottom: 16px;
}

.contacts-item-list-email {
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 28px;
}

.contacts-item-list-email a {
	text-decoration: underline;
}

.contacts-item-list-email a:hover {
	text-decoration: none;
}

.contacts-item-list-link {
	margin-top: 20px;
}

.contacts-item-list-btn {
	margin-top: 26px;
}

.contacts-item-list-telega {
	margin-top: 68px;
}

.contacts-item-list-telega a {

	display: flex;
	padding: 10px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	border-radius: 2px;
	background: #27A4E3;

	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 64%;
	margin: 0;
}

.contacts-item-list-telega a .icon {
	display: inline-block;
	float: left;
	height: 24px;
}

.contacts-item-list-telega a .text {

}

.img-top img {
	vertical-align: bottom;
}

.height-width-img {
	height: calc(100% - 236px);
}

.main-menu-header.bg-white + .mg-top {
	margin-top: 128px;
}

.section-docs {

}

.section-docs .wrapper-inside {
	padding-top: 0px;
	padding-bottom: 0px;
}

.section-docs-container {
	box-sizing: border-box;

	border-radius: 2px;
	border: 1px solid rgba(134, 151, 193, 0.3);
	background: #FFF;
	padding: 48px 8.25%;

}

.mg-top-8 {
	margin-top: 8px;
}


.search-block {
	display: inline-block;
	width: 100%;
	margin-top: 38px;
}

.search-block-container {
	padding: 40px;
	box-sizing: border-box;
}

.input-with-icon input {
	font-family: "ALSDelsa";
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid rgba(134, 151, 193, 0.3);
	background: #FFF;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	height: 56px;
	padding: 10px 23px;
}

.input-with-icon .icon {
	position: absolute;
	right: 24px;
	top: 16px;
}

.search-form-line-input {
	display: flex;
	gap: 36px;
}

.search-form-line-input .input-with-icon {
	position: relative;
	width: 83%;
}

.search-form-line-input .form-btn {
	width: 17%;
}


.docs-table {
	margin-top: 36px;
}

.docs-table-header {
	display: flex;
	align-items: flex-start;
	gap: 3.32%;

	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;
	border-bottom: 1px solid rgba(134, 151, 193, 0.3);
	padding-bottom: 19px;
}

.docs-table-cell.cell-number {
	width: 11%;
}

.docs-table-cell.cell-name {
	width: 68.36%;
}

.docs-table-cell.cell-date {
	width: 14%;
}

.docs-table-item {
	display: flex;
	align-items: flex-start;
	gap: 3.32%;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	border-bottom: 1px solid rgba(134, 151, 193, 0.3);
	padding-top: 20px;
	padding-bottom: 19px;
	box-sizing: border-box;
}

.docs-table-item a {
	color: #148EFF;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;

}

.docs-table-item a:hover {
	color: #656263;
}


.pagenav {
	margin-top: 37px;
}

.pagenav ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;

	display: inline-flex;
	align-items: flex-start;
	gap: 8px;

}

.pagenav ul li {
	list-style-type: none;
	display: inline-block;
	height: 100%;
}

.pagenav ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;

	border-radius: 8px;
	border: 1px solid #E8E8E8;
	background: #FFF;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 7px 12px;
	height: 38px;

	box-sizing: border-box;

	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	transition: .4s cubic-bezier(.645, .045, .355, 1);
}

.pagenav ul li a.active,
.pagenav ul li a:hover {
	border: 1px solid #148EFF;
	background: #148EFF;
	color: white;
}

.pagenav ul li a.disabled {
	color: #969696;
}

.pagenav ul li a .icon {
	line-height: 1;
}

.pagenav ul li a .icon svg {
	margin-top: 3px;
}

.pagenav ul li .dots {
	height: 38px;
	display: flex;
	line-height: 40px;
	color: #969696;
}


.section-search-result-container {

}

.search-result-top-block {
	box-sizing: border-box;
	padding: 0 38px;
	margin-bottom: 50px;
}

.search-result-top-block .title-1 {
	margin-bottom: 35px;
}

.search-result-counter {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #A7A5A6;

	margin-top: 23px;
}


.search-result-middle-block {
	border: 1px solid rgba(134, 151, 193, 0.3);
	padding: 36px;
}

.search-result-links {
	display: inline-block;
	width: 100%;
}

.search-result-link-item {
	margin-right: 12px;
	float: left;
}

.search-result-link-item a {
	color: #485566;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

	display: inline-block;
	padding: 7px 16px;

	border-radius: 40px;
	border: 1px solid #485566;
	background: rgba(255, 255, 255, 0.90);
	transition: .4s cubic-bezier(.645, .045, .355, 1);

}

.search-result-link-item a.active,
.search-result-link-item a:hover {
	background: #485566;
	color: white;
}

.search-result-list-item-link {
	margin-bottom: 10px;
}

.search-result-list-item-link a {
	color: #148EFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.search-result-list-item-link span {
	color: #0F2233;
}

.search-result-list-content {
	margin-top: 49px;
	border-top: 1px solid rgba(134, 151, 193, 0.3);
}

.search-result-list-item {
	padding-top: 22px;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(134, 151, 193, 0.3);
}

.search-result-list-item-text {

}

.search-result-list-item-text p {
	margin: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}


.nav__ttl.licey {
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 84px;

	padding: 20px 0;
	margin-bottom: 17px;

	font-family: "CanelaDeck";
}

.nav__ttl.sovet {
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: 104px;
}

.nav__txt.licey {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.nav__txt.licey p {
	margin-top: 0px;
	margin-bottom: 10px;
}


.flex-elements-list-item .activities__card {
	min-height: unset;
	margin-bottom: 0px;
}

.colored .activities__card {
	color: white;
	padding-bottom: 52px;
}

.activities__card-link-item {
	width: 50%;
	margin-bottom: 20px;
}

.activities__card-link-item a {
	font-size: 16px;
}

.activities__card-link-item:nth-last-child(1),
.activities__card-link-item:nth-last-child(2) {
	margin-bottom: 0px;
}

.activities__card.activities__card-big.bg-blue:hover {
	background-color: #67BFEC;
}

.activities__card.activities__card-big.bg-blue:active {
	background-color: #48A0CD;
}


.news.pvashooot-mod {
	padding-top: 0px;
}

.section-unique-licey {

}

.section-unique-licey .wrapper-inside {
	padding-bottom: 7px;
}

.section__top .link-with-arrow {
	font-size: 16px;
}


.news-list {
	height: 100%;
	margin: -4px;
}

.news-list .news-item {
	box-sizing: border-box;
	padding: 4px;
}

.news-list.linked-news-list {
	display: flex;
	flex-direction: column;
}

.news-list.linked-news-list .news-item {
	height: 25%;
}

.news-list.pictured-news-list {
	height: 100%;
}

.news-list.pictured-news-list .news-item {
	height: 50%;
}

.news-list.linked-news-list .news-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	background: #EDEDED;
	transition: all 0.3s ease;
}

.news-list.linked-news-list .news-item a:hover {
	background: #E1E1E1;
}

.news-item-desc {
	position: relative;
	height: 100%;
}

.news-item.with-picture {

}

.news-item-pic {
	border-radius: 3px;
	position: relative;
}

.news-item-pic:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.08);
	opacity: 0;
	transition: all 0.3s ease;
}

.news-list.pictured-news-list .news-item:hover .news-item-pic:before {
	opacity: 1;
}

.news-item.with-picture .news-item-container {
	position: relative;
	height: 100%;
}

.news-item.with-picture .news-item-container .news-item-pic {
	height: 100%;
}

.news-item.with-picture .news-item-container .news-item-pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news-item.with-picture .news-item-desc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.news-item .news-item-name {
	color: #231F20;

	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;
	transition: all 0.3s ease;
}

.news-item .news-item-date {
	color: #A7A5A6;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;

	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.3s ease;
}

.news-item .news-item-icon {
	color: #A7A5A6;
	position: absolute;
	right: 0px;
	bottom: 4px;
	transition: all 0.3s ease;
}

.news-item.with-picture .news-item-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 28px;
}

/*
.news-list.linked-news-list .news-item a:hover .news-item-name,
.news-list.linked-news-list .news-item a:hover .news-item-date,
.news-list.linked-news-list .news-item a:hover .news-item-icon{
  color: white;
}
*/

.news-item.with-picture .news-item-name,
.news-item.with-picture .news-item-date {
	position: relative;
	color: white;
}

.flex-elements-list-container.button-border-none .link-like-btn-without-radius {
	border: none;
}

.news-item.with-picture-line {

}

.news-item.with-picture-line .news-item-container {

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: -4px;
}

.news-item.with-picture-line .news-item-pic {
	width: 50%;
	padding: 4px;
	box-sizing: border-box;
}

.news-item.with-picture-line .news-item-pic img {
	width: 100%;
	vertical-align: top;
}

.news-item.with-picture-line .news-item-pic:before {
	display: none;
}

.news-item.with-picture-line .news-item-desc {
	width: 50%;
	padding: 4px;
	box-sizing: border-box;
	display: inline-block;
	height: auto;
}

.news-item.with-picture-line .news-item-desc .news-item-desc-container {
	background: white;
	border-radius: 2px;
	height: 100%;

	box-sizing: border-box;
	padding: 28px;
	transition: all 0.3s ease;
}

.news-item.with-picture-line:hover .news-item-desc .news-item-desc-container {
	background: #EDEDED;
}

.news-item.with-picture-line .news-item-desc .news-item-desc-container-content {
	position: relative;
	height: 100%;
}

.news-item-card .news-item-date,
.news-item.with-picture-line .news-item-date {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #231F20;
	margin-bottom: 14px;
}

.news-item-card .news-item-name,
.news-item.with-picture-line .news-item-name {
	font-size: 18px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;
	margin-bottom: 9px;
}

.news-item-card .news-item-text,
.news-item.with-picture-line .news-item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.news-item-card .news-item-link,
.news-item.with-picture-line .news-item-link {
	position: absolute;
	bottom: 0px;
}

.news-item-card .news-item-link a,
.news-item.with-picture-line .news-item-link a {
	font-size: 16px;
}


.column-type .news-item.with-picture-line .news-item-pic {
	width: 100%;
}

.column-type .news-item.with-picture-line .news-item-desc {
	width: 100%;
}

.news-list.pictured-news-list.column-type .news-item {
	height: 100%;
}

.column-type .news-item.with-picture-line .news-item-container {
	flex-direction: column;
	height: 100%;
}


.news-list-cards {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.news-item-card {
	height: 100%;
}

.news-item-card .news-item-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 2px;
}

.news-item-card .news-item-pic {
	height: 290px;
}

.news-item-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px 2px 0 0;
	vertical-align: top;
}

.news-item-card .news-item-desc {
	border: 1px solid #E1E5EF;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.news-item-card .news-item-date {
	margin-bottom: 8px;
}

.news-item-card .news-item-desc-container {
	height: 100%;
}

.news-item-card .news-item-desc-container-content {
	height: 100%;
	position: relative;
	padding-bottom: 34px;
}


.w-50 .news-item-card .news-item-container {
	flex-direction: row;
}

.w-50 .news-item-card .news-item-pic {
	width: 50%;
	height: 100%;
}

.w-50 .news-item-card .news-item-pic img {
	border-radius: 0 0 2px 2px;
}

.w-50 .news-item-card .news-item-desc {
	width: 50%;
	border: 0px;
}

.w-50 .news-item-card .news-item-desc-container-content {
	padding-bottom: 34px;
}

.news-page-container .news-item-card {
	border-radius: 2px;
	background: white;
}

.news-page-container .news-item-card a {

}

.news-page-container .news-item-card a img {
	transition: all 0.3s ease;
}

.news-page-container .news-item-card a:hover img {
	transform: scale(1.05);
}

.news-page-container .news-item-card .news-item-pic:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.39) 40.49%, rgba(0, 0, 0, 0.00) 100%);
	opacity: 1;
	z-index: 1;
}

.news-page-container .news-item-card .news-item-pic {
	overflow: hidden;
}

.news-page-container .news-item-card .news-item-pic .news-item-date {
	font-size: 14px;
	font-style: normal;
	font-weight: 550;
	line-height: 20px;
	color: white;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	margin-bottom: 0px;
	z-index: 2;
}

.news-page-container .news-item-card .news-item-desc {
	border-top: 0px;
}

.news-page-container .news-item-card .news-item-date {
	font-size: 14px;
	font-style: normal;
	font-weight: 550;
	line-height: 20px;
}

.news-page-container .news-item-card .news-item-name {
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;
}

.news-page-container .news-item-card .news-item-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.news-page-container .news-item-card .news-item-desc-container-content {
	padding-bottom: 0px;
}

.news-page-container .w-50 .news-item-card .news-item-name {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.news-page-container .w-50 .news-item-card .news-item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.news-item-card .colored-without-border .news-item-desc {
	border: 0px;
}


.section-question .wrapper-inside {
	padding-bottom: 0px;
}

.section-question-content-block {
	padding: 37px 44px;
	border-radius: 2px;
}


.director-block {
	border-radius: 2px;
	color: white;
	height: 100%;
}

.director-block-container {
	box-sizing: border-box;
	padding: 24px;
}

.director-block-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;

	margin-bottom: 20px;
	padding-bottom: 23px;
	box-sizing: border-box;
	border-bottom: 1px solid #E1E5EF;
}

.director-block-text p {
	margin-top: 0px;
	margin-bottom: 9px;
}

.director-block-pic {
	text-align: center;
}

.director-block-pic-item {
	margin-bottom: 18px;
}

.director-block-pic-item img {
	border-radius: 50%;
	height: 170px;
}

.director-block-pic-name {
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 28px;
}


.input-line {
	margin-bottom: 20px;
}

.input-line input,
.input-line textarea {
	font-family: "ALSDelsa";

	border-radius: 2px;
	border: 1px solid #E1E5EF;
	background: #FFF;

	height: 57px;

	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	width: 100%;

	padding: 16px 24px;

}

.input-line textarea {
	height: 168px;
	resize: none;
}

.checkbox-line {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}

.checkbox-line a {
	text-decoration: underline;
}

.pseudo-check {
	display: inline-block;
	width: 100%;
}

.pseudo-check input {
	display: none;
}

.pseudo-check span.pseudo-check-item {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #E1E5F0;
	float: left;
	position: relative;
}

.pseudo-check input:checked + span.pseudo-check-item {
	border: 1px solid #148EFF;
	background: #148EFF;
}

.pseudo-check input:checked + span.pseudo-check-item:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(/local/templates/sirius-intc/css/../img/check-icon.svg) no-repeat center center;
}

.pseudo-check span.pseudo-check-name {
	padding-left: 12px;
}

.btn-line {
	margin-top: 38px;
}

.btn-line button {
	width: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	height: 40px;
	padding: 0 16px;
}


.question-form-container {
	padding-right: 18px;
}


.item-programma {
	height: 100%;
}

.item-programma-container {
	border-radius: 2px;
	background: #EDEDED;
	box-sizing: border-box;
	padding: 31px 32px;
	height: 100%;
}

.programma-number {
	font-family: Noah;
	color: #693D9C;
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 23px;
	border-bottom: 1px solid #693D9C;
	margin-bottom: 24px;
}

.programma-text {
	font-family: Noah;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}


.preimushestva-list-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
}

.preimushestva-list-block {
	display: inline-block;
	width: 100%;
}

.preimushestva-list-item {
	padding: 18px 0 17px;
	border-bottom: 1px solid rgba(134, 151, 193, 0.3);
	box-sizing: border-box;
}

.preimushestva-list-item:last-of-type {
	border-bottom: 0px;
}

.preimushestva-list-item-name {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}


.section-programma-plan-block {
	padding: 39px 42px;
}

.section-programma-plan-block p {
	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	width: 60%;
	margin-top: 0px;
}


.programma-plan {
	margin-top: 17px;
	display: inline-block;
	width: 100%;
}

.programma-plan-day {
	border-top: 1px solid rgba(134, 151, 193, 0.3);
	padding-top: 28px;
	padding-bottom: 11px;
}

.programma-plan-day-container {
	display: flex;
}

.programma-plan-day-container .programma-plan-day-left {
	width: 31%;
}

.programma-plan-day-container .programma-plan-day-right {
	width: 69%;
}

.programma-plan-day-container .programma-plan-day-right .preimushestva-list-item:first-child {
	padding-top: 0px;
}

.programma-plan-day-container .preimushestva-list-item {
	padding: 17px 0 16px;
}

.programma-plan-day-container .preimushestva-list-item-name {
	font-family: Noah;
	font-size: 22px;
}


.popular-themes-detail-body .accordion-block-container.mg-null {
	margin: 0;
}

.persona-block-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.persona-block-item-pic {

}

.persona-block-item-pic img {
	width: 100%;
	border-radius: 2px 2px 0 0;
	vertical-align: top;
}

.persona-block-item-desc {
	border: 1px solid rgba(134, 151, 193, 0.3);
	box-sizing: border-box;
	padding: 24px;
	height: 100%;
}

.persona-block-item-name {
	font-family: Noah;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 7px;
}

.persona-block-item-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}


.popular-themes-detail-body {

}

.popular-themes-detail-body .accordion-block-container {
	margin-top: 0px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 20px;
}

.popular-themes-detail-body .accordion-block-item .accordion-block-item-body {
	padding-top: 0px;

	padding-left: 23px;
	padding-right: 23px;
}

.popular-themes-detail-body .accordion-block-item .accordion-block-item-header a {
	font-size: 21px;
	padding: 24px;
	padding-right: 70px;
}

.accordion-block-item .flex-elements-list {
	margin-bottom: 0px;
}

.popular-themes-detail-body .accordion-block-item {
	border-bottom: 0px;
	border: 1px solid #E1E5EF;
	border-radius: 2px;
	margin-bottom: 20px;
}

.popular-themes-detail-body .accordion-block-item:last-of-type {
	margin-bottom: 0px;
}


.leadership-item {
	color: white;
	height: 100%;
}

.leadership-item-container {
	height: 100%;
}

.leadership-item-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.leadership-item-pic {

}

.leadership-item-pic img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px 2px 0 0;
}

.leadership-item-desc {
	border-radius: 0px 0px 2px 2px;
	background: #47BEAA;
	padding: 25px 24px 32px;
	box-sizing: border-box;
	height: 100%;
}

.leadership-item-name {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	font-family: Noah;
	margin-bottom: 8px;
}

.leadership-item-doljnost {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}


.dinner-slider {
	position: relative;
	padding-top: 71px;
	margin-top: 36px;
	overflow: hidden;
}

.dinner-slider .slick-list-btns {
	top: 0px;
	right: 52px;
}

.dinner-slider .slick-list {
	padding-right: 20.5%;
	padding-left: 52px;
	margin: 0 -4px;
	overflow: visible !important;
}

.dinner-slider .dinner-slider-item {
	padding: 0 4px;
	position: relative;
}

.dinner-slider p {
	position: absolute;
	bottom: 36px;
	left: 36px;
	color: white;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	font-family: Noah;
}

.dinner-slider .dinner-slider-item a {

}

.dinner-slider .dinner-slider-item a img {
	width: 100%;
}

.dinner-slider .slick-dotted.slick-slider {
	margin-bottom: 8px;
}

.dinner-slider .slick-list-dots {
	box-sizing: border-box;
	padding: 0 52px;
}


.text-with-border {
	border: 1px solid #E1E5EF;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 22px 24px;
	margin-bottom: 31px;
}

.text-with-border h2 {
	font-family: Noah;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 14px;
}

.text-with-border p {
	font-size: 20px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 14px;
}

.text-with-border ul {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding-left: 31px;
}

.text-with-border hr {
	border: 0px;
	border-top: 1px solid #E1E5EF;
	margin: 24px 0;
}

.text-with-border.m-n {
	margin: 0;
}

.text-with-border a {
	color: #148EFF;
}

.text-with-border p:last-of-type {
	margin-bottom: 0px;
}

.text-with-border .text-with-border-link {
	margin-top: 20px;
}

.accordion-block-item-body hr:first-child {
	margin-top: 0px;
}


.unknown-block-style {

}

.unknown-block-style-name {
	font-family: "ALSDelsa";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 8px;
}

.unknown-block-style-desc {
	font-family: "ALSDelsa";
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 24px;
}


.c-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	visibility: hidden;
	z-index: 100;
}

.c-modal-menu {
	color: #231F20;
	opacity: 0;

	-webkit-clip-path: inset(0 50% 0 50%);
	clip-path: inset(0 50% 0 50%);

	z-index: 301;

	transition: visibility 0s 0s, opacity 0s 0s, -webkit-clip-path 0.75s cubic-bezier(0.82, 0, 0, 1) calc(0.5s - (1s / 6));
	transition: clip-path 0.75s cubic-bezier(0.82, 0, 0, 1) calc(0.5s - (1s / 6)), visibility 0s 0s, opacity 0s 0s;
	transition: clip-path 0.75s cubic-bezier(0.82, 0, 0, 1) calc(0.5s - (1s / 6)), visibility 0s 0s, opacity 0s 0s, -webkit-clip-path 0.75s cubic-bezier(0.82, 0, 0, 1) calc(0.5s - (1s / 6))

}

html.has-menu-open .c-modal-menu {
	opacity: 1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	visibility: visible;

}


.c-modal_container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.c-modal-menu_container {
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
}

html.has-menu-open .c-modal-menu_container {
	/*
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: visibility 0s 0s,-webkit-clip-path 0.5s cubic-bezier(0.36, 0.05, 0, 1);
  transition: clip-path 0.5s cubic-bezier(0.36, 0.05, 0, 1),visibility 0s 0s;
  transition: clip-path 0.5s cubic-bezier(0.36, 0.05, 0, 1),visibility 0s 0s,-webkit-clip-path 0.5s cubic-bezier(0.36, 0.05, 0, 1)
  */
}

.c-modal_scrollable {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

html.has-menu-open .c-modal_scrollable {
	overflow: auto
}

.c-modal_inner {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	z-index: 1
}

.c-modal-menu_layout {
	/*display: flex;*/
	position: relative;
	width: 100%;
	min-height: 100%;
	background-color: white;
	position: absolute;
}


.opened-menu-header {
	box-sizing: border-box;
	padding: 17px 38px;

	display: flex;
	justify-content: space-between;

	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
}

.opened-menu-btn {
	display: flex;
	align-items: center;

}

.opened-menu-body {
	padding: 48px;
}

.opened-menu-body .footer__catalogue {
	justify-content: space-between;
	padding: 0px;


	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.opened-menu-body .footer__lst-ttl {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.opened-menu-body .footer__lst-wrap:first-child,
.opened-menu-body .footer__lst-wrap:nth-child(2) {
	width: 50%;
	flex-basis: 50%;
	margin-right: 0px;
}

.opened-menu-body .footer__lst {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.opened-menu-body .footer__ttl-link {
	margin-bottom: 17px;
}

.opened-menu-body .footer__item {

}

.opened-menu-body .footer__item a {
	font-size: 16px;
	line-height: 24px;
}

.opened-menu-body .footer__item:not(:last-child) {
	margin-bottom: 16px;
}

.opened-menu-body .footer__lst-wrap {
	margin-bottom: 48px;
}


.tabs-list-menu {
	margin-top: 36px;
	margin-bottom: 71px;
}

.tabs-list-menu ul {
	margin: 0px;
	padding: 0px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.tabs-list-menu ul li {
	list-style-type: none;
	box-sizing: border-box;
	padding: 4px;
}

.tabs-list-menu ul li a {
	border-radius: 40px;
	border: 1px solid #616D79;
	background: rgba(255, 255, 255, 0.90);

	color: #616D79;

	font-family: "ALSDelsa";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

	display: inline-block;
	padding: 8px 16px;

	transition: all 0.3s ease;
}

.tabs-list-menu ul li a.active,
.tabs-list-menu ul li a:hover {
	background: #616D79;
	color: white;
}


.news-new .news__container {
	padding-bottom: 0px;
}

.section-partners .news__container {
	padding-bottom: 30px;
}

.news-item-container.colored-white {
	color: white;
}


.full-width-slider {
	overflow-x: hidden;
}

.full-width-slider .slick-list {
	overflow: visible !important;
}

.full-width-slider .partners-list-container.important-links .partners-list .slick-list {
	padding-right: 25%;
}

.full-width-slider .slick-list-btns {
	top: -53px;
}


.news-item-card-picture {

}

.news-item-card-picture a {
	position: relative;
	display: inline-block;
}

.news-item-card-picture a .news-item-pic {
	overflow: hidden;
}

.news-item-card-picture a .news-item-pic img {
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
}

.news-item-card-picture a:hover .news-item-pic img {
	transform: scale(1.05);
}

.news-item-card-picture a .news-item-desc {
	position: absolute;
	display: flex;
	align-items: end;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	padding: 36px;
	box-sizing: border-box;

	display: flex;
	justify-content: end;

	border-radius: 2px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.34) 65.65%, rgba(0, 0, 0, 0.00) 100%);

}

.news-item-card-picture .news-item-name {
	color: #D4EDF9;

	display: inline-block;
	width: 100%;

	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}


.news-list-btn {
	margin-bottom: 40px;
}

.news-list-btn a {
	width: 100%;
	text-align: center;
	padding: 16px 24px;
}


.specific-table {
	margin-top: 25px;
	box-sizing: border-box;
	padding: 24px;
	background-color: rgba(237, 237, 237, 1);
}

.specific-table .specific-table-line {
	margin-bottom: 24px;
}

.specific-table .specific-table-line:last-of-type {
	margin-bottom: 0px;
}

.specific-table .specific-table-line-top,
.full-size .specific-table .specific-table-line-top {
	color: #656263;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
}

.specific-table .specific-table-line-bottom,
.full-size .specific-table .specific-table-line-bottom {
	color: #231F20;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.accordion-block-item-body a {
	color: #148EFF;
}

.specific-table .specific-table-line.with-border {
	border-top: 1px solid #D1D1D1;
	margin-top: 16px;
	padding-top: 16px;
}

.specific-table .specific-table-line.with-border:first-of-type {
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
}

.specific-table .specific-table-line-bottom-desc {
	padding-top: 16px;
	margin-top: 16px;
}

.specific-table-line-bottom-desc {
	border-top: 1px solid #D1D1D1;
}

.specific-table-line-desc-item {
	display: flex;
}

.specific-table-line-desc-item:not(:last-child) {
	margin-bottom: 12px;
}

.specific-table-line-desc-item .specific-time {
	width: 20%;
	box-sizing: border-box;
	padding-right: 15px;
	font-weight: 600;
}

.specific-table-line-desc-item .specific-text {
	width: 80%;
}

.blue_link {
	color: #52B6E9;
}


.quate-block-item {

}

.quate-block-item .quate-block-item-text {
	width: 66.66%;
}

.quate-block-item .quate-block-item-pic {
	width: 33.33%;
}

.quate-block-item-text-container {
	width: 100%;
	height: 100%;
}

.quate-block-item-text-container h2.big-size {
	margin-top: 0px;
}

.quate-block-item .quate-block-item-pic .quate-block-item-pic-text {

}

.quate-block-item .quate-block-item-pic .quate-block-item-pic-text p {
	margin-top: 0px;
}

.quate-block-item-pic-img-container {
	margin-top: 30px;
	border-top: 1px solid white;
	padding-top: 20px;
	text-align: center;
}

.quate-block-item-pic-img-container .quate-block-item-pic-name {
	margin-top: 16px;
}

.quate-block-item-pic-img-container .quate-block-item-pic-name p {
	margin-bottom: 0px;
}


.table-set-container {

}

.table-set-container-body {
	box-sizing: border-box;
	padding: 20px;
}

.table-set-table {
	border-collapse: collapse;
}

.table-set-table td {
	width: 20%;
	box-sizing: border-box;
	padding: 16px 20px;
	border: 1px solid #D1D1D1;
}

.table-set-table thead td {
	color: #656263;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.table-set-table tbody td {
	color: #231F20;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.table-set-table tbody td a {
	color: #148EFF;
}

.table-set-container .pagenav ul {
	padding-left: 0px;
}


.footer__top svg {
	margin-right: 17px;
}

.programms-list-block .flex-elements-list {
	margin-bottom: 14px;
}

.programms-list-block .flex-elements-list-item-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

.programms-list-block .flex-elements-list-item-desc p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.programms-list-block .flex-elements-list-item-desc ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.programms-list-block .flex-elements-list-item.picture-mod {

}

.programms-list-block .flex-elements-list-item.picture-mod img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.programms-list-block-btn {
	display: inline-block;
	width: 100%;
}

.programms-list-block-btn a {
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	padding: 16px 24px;
	width: 100%;
	display: inline-block;
	text-align: center;
}


.dinner-slider-picture {
	margin-bottom: 25px;
}

.dinner-slider-picture .dinner-slider-container {

}

.dinner-slider-picture .dinner-slider-item {

}

.dinner-slider-picture .dinner-slider-item img {
	width: 100%;
	vertical-align: top;
}

.text-with-border .popular-themes-detail-text-link {
	margin-bottom: 0px;
}


.popular-themes-detail-tabs-container-onpage {
	margin-bottom: 20px;
}

.popular-themes-detail-text-container .flex-elements-list + h2 {
	margin-top: 24px;
}

.full-height {
	height: 100%;
}

.mg-el-top {
	margin-top: 14px
}

.popular-themes-detail-text-container {

}

.popular-themes-detail-text-container .contacts-item-list-name {
	color: #000;

	text-align: center;
	font-family: Noah;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0px;
}

.popular-themes-detail-text-container .contacts-item-list-telega {
	margin-top: 0px;
	margin: 0 8%;
}

.popular-themes-detail-text-container .contacts-item-list-telega a {
	min-width: 180px;
	width: 100%;
}

.flex-elements-list-item-container.contacts-item-list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: space-between;
}


.ds-flex {
	display: flex
}

.js-content {
	justify-content: end
}


.nav__list.nav-list-licey-correction {
	max-width: 100%;
}


.svedeniya-page {
	margin-top: 34px;
}

.svedeniya-page .svedeniya-page-container {

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -23px;
}

.svedeniya-page .svedeniya-page-container .svedeniya-page-left {
	width: 27.5%;
	box-sizing: border-box;
	padding: 0 23px;
}

.svedeniya-page-menu {
	box-sizing: border-box;
	padding: 24px;

	position: sticky;
	top: 0px;
}

.svedeniya-page-menu .svedeniya-page-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #656263;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #E1E5EF;
}

.svedeniya-page-menu-container {

}

.svedeniya-page-menu-container ul {
	padding: 0px;
}

.svedeniya-page-menu-container ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

.svedeniya-page-menu-container ul li:last-of-type {
	margin-bottom: 0px;
}

.svedeniya-page-menu-container ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #148EFF;
	display: inline-block;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
}

.svedeniya-page-menu-container ul li a.active {
	background: #E8F4FF;
}

.svedeniya-page .svedeniya-page-container .svedeniya-page-right {
	width: 72.5%;
	box-sizing: border-box;
	padding: 0 23px;
}

.svedeniya-page-right .slide-block-detail-container .popular-themes-detail .popular-themes-detail-body {
	display: none;
}

.svedeniya-page-right .slide-block-detail-container .popular-themes-detail .popular-themes-detail-body.active {
	display: block;
}


.svedeniya-page .slide-block-detail-container.full-size .popular-themes-detail-body {
	padding: 6px 40px 6px;
	margin-bottom: 32px;
}

.svedeniya-page .slide-block-detail-container.full-size .popular-themes-detail-body.pd-32 {
	padding: 32px;
}

.svedeniya-page .slide-block-detail-container.full-size .popular-themes-detail-body.no-padding {
	padding: 0px;
}

.accordion-block-item-body hr {
	border: 0px;
	border-top: 1px solid #E1E5EF;
	margin: 20px 0;
}


.custome-table-block {
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 16px;
}

.custome-table-block table {
	width: 100%;
	border-collapse: collapse;
}

.custome-table-block table thead tr td {
	padding-top: 20px;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 10px;
}

.custome-table-block table tfoot tr td {
	padding-bottom: 20px;
	border-top: 1px solid #D1D1D1;
	padding-top: 10px;
}

.custome-table-block table tr {

}

.custome-table-block table tbody tr:first-child td {
	padding-top: 15px;
}

.custome-table-block table tbody tr:last-child td {
	padding-bottom: 15px;
}

.custome-table-block table tr td {
	padding: 5px;
}

.custome-table-block table tr td:nth-child(1) {
	width: 15%;
}

.custome-table-block table tr td:nth-child(2) {
	width: 30%;
}

.custome-table-block table tr td:nth-child(3) {
	width: 30%;
}

.custome-table-block table tr td:nth-child(4) {
	width: 25%;
}


.active .nav__link.nav__item-main.active span {
	color: #FFFFFF;
}

.main-ekran-static-page {
	position: relative;
}

.main-ekran-static-page .main-ekran-static-page-picture {

}

.main-ekran-static-page .main-ekran-static-page-picture img {
	width: 100%;
	height: 530px;
	object-fit: cover;
	vertical-align: top;
}

.main-ekran-static-page .main-ekran-static-page-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	color: white;
	box-sizing: border-box;
	padding: 32px 0 32px;
}

.static-page-content {
	padding-top: 36px;
	height: 500px;
}


.rezidenty-item {

}

.rezidenty-item .rezidenty-item-picture {
	margin-bottom: 23px;
}

.rezidenty-item .rezidenty-item-name {
	margin-bottom: 11px;
}

.rezidenty-item .rezidenty-item-desc {

}

.rezidenty-item .rezidenty-item-btn {
	margin-top: 21px;
}

.rezidenty-item .rezidenty-item-btn a {
	font-size: 18px;
}

.rezidenty-item .rezidenty-item-btn a .icon {

}

.rezidenty-item .rezidenty-item-btn a.active .icon {
	transform: rotate(180deg);
}

.rezidenty-item-detail-text {
overflow: hidden;
}

.rezidenty-item-detail-text-contacts {
	margin-top: 20px;
}

.rezidenty-item-detail-text-contacts .flex-elements-list {
	margin-bottom: 0px;
}


.nav.pvashooot-mod {
	min-height: unset;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	color: #fff;
}

.pvashooot-mod-top-block .main-ekran-static-page-content {
	padding-top: 94px;
	padding-bottom: 60px;
}

.pvashooot-mod-top-block .main-ekran-static-page .main-ekran-static-page-picture img {
	height: 600px;
	vertical-align: top;
}

.main-ekran-static-page-content {

}

.main-ekran-static-page-content .container {
	height: 100%;
}

.main-ekran-static-page-content-bottom {

}

.main-ekran-static-page-content-bottom .number-phone {
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 28px;

	margin-bottom: 0px;
	margin-top: 0px;
}

.main-ekran-static-page-content-bottom .number-phone-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

	margin-bottom: 0px;
	margin-top: 0px;
}

.main-ekran-static-page-content-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}


.footer__lst--31 {
	margin-bottom: 31px;
}

.footer__ttl-link {
	display: inline-block;
	margin-bottom: 20px;
}


.fs-black {
	color: #231F20
}

.specific-table .specific-table-line-top.fs-black,
.full-size .specific-table .specific-table-line-top.fs-black {
	color: #231F20
}

.specific-table .specific-table-line.border-bottom {
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 12px;
	margin-bottom: 12px;
}


.td-underline {
	text-decoration: underline;
}

.td-underline:hover {
	text-decoration: none;
}

.last-docs-table {
	border: none;
	padding-bottom: 0;
}


.test-top {
	background-color: #FDEED4;
	width: 100%;
}

.slide-block-detail-btn.test {
	position: absolute;
	right: 0;
	top: 20px;
}

.test-top .nav__wrapper {
	position: relative;
	min-height: auto;
	padding: 16px 32px;
}

.popular-themes-detail-text-container h2.big-size.mg-top-null {
	margin-top: 0;
}

.full-size .popular-themes-detail-text-container p.mg-el-top {
	margin-top: 14px;
}

.flex-elements-list-item-container .flex-elements-list-item-content-top .flex-elements-list-item-desc.middle a {
	text-decoration: none;
}

.popular-themes-detail-text-container h2.big-size.mg-top-null {
	margin-top: 0;
}

.flex-elements-list-item-title.middle-size.flex-elements-list-item-case {
	margin-bottom: 8px;
}

.full-size .popular-themes-detail-text-container p.flex-elements-list-item-case {
	margin-bottom: 8px;
}

.padding-left-right-null {
	padding: 4px 0;
}

.line-bottom-name {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	margin: 16px 0;
}


.partner-form {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.partner-form .name, .partner-form .tel, .partner-form .email {
	width: 100%;
	padding: 16px 24px;
	border: 1px solid #E1E5EF;
	margin-bottom: 20px;
}

.partner-form .btn.btn-blue {
	padding: 8px 16px;
	width: 14.393%;
}

.link-wrapper {
	display: flex;
	flex-direction: column;
}

.link-with-arrow.blue-link {
	align-self: flex-start;
	margin-bottom: 14px;
}

.news-item-tag {
	padding-bottom: 4px;
}

.white-link {
	color: white !important;
}

.mg-bottom-null {
	margin-bottom: 0;
}

.pd-right-null {
	padding-right: 0;
}

.mg-top-bottom {
	margin: 24px 0;
}

.pd-bottom {
	padding-bottom: 24px;
}

.controllers-list-item.hovered-bg.bg-bage:hover {
	background-color: #D9B8AA;
}

.controllers-list-item.hovered-bg.bg-bage:active {
	background-color: #BA998B;
}

.label__checkbox {
	flex-basis: auto;
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.form__input.input-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-custom {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.form__input.input-checkbox:hover ~ .checkbox-custom {
	background-color: #ccc;
}

.form__input.input-checkbox:checked ~ .checkbox-custom {
	background-color: #2196F3;
}

.checkbox-custom::after {
	content: "";
	position: absolute;
	display: none;
}

.form__input.input-checkbox:checked ~ .checkbox-custom::after {
	background-color: #2196F3;
	display: block;
	left: 8px;
	top: 1px;
	width: 10px;
	height: 17px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-custom::after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

form label .checkbox-p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.81px;
	text-align: left;
	color: #656263;
	margin: 0;
	padding-top: 3px;
}

.padding-null {
	padding: 0;
}

.flex-elements-text-bottom {
	padding: 20px 28px;
}

.flex-elements-text-bottom .title-text-img {
	font-family: Canela Deck LC;
	font-size: 22px;
	font-weight: 500;
	line-height: 29px;
	text-align: left;
	color: #fff;
}

.flex-elements-text-bottom hr {
	margin: 16px 0;
}

.popular-themes-new-item-text-block .icon-item-container {
	display: flex;
	margin-top: 22px;
}

.popular-themes-new-item-text-block .icon-item-container .icon-item {
	margin-right: 16px;
}

.sostav-title {
	font-size: 20px;
	font-weight: 550;
	line-height: 28px;
	text-align: left;
	color: #231F20;
	margin-bottom: 14px;
}

.sostav-item-section:not(:last-child) {
	margin-bottom: 14px;
}

.sostav-item-section .sostav-item-name {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #231F20;
}

.sostav-item-section .sostav-item-post {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-top: 4px;
	color: #656263;

}

.picture.border-img img {
	max-width: 280px;
	border: 1px solid #E1E5EF;
}


.nav__item {
	position: relative;
}

.nav__item a.nav__link:before {
	content: "";
	position: absolute;
	z-index: -1;
	display: inline-block;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	left: -10px;
	top: -10px;
	border-radius: 20px;
	background: white;
	opacity: 0;
	transition: all 0.3s ease;
}

.nav__item a.nav__link span {
	position: relative;
	z-index: 10;
	transition: all 0.3s ease;
}

.nav__item a.nav__link:hover span {
	color: #231F20;
}

.nav__item a.nav__link:hover:before {
	opacity: 1;
}

.nav__item .header-dropdown-menu {
	position: absolute;
	z-index: 999;
	width: 420px;
	padding-top: 28px;
	left: -10px;
	opacity: 0;
	visibility: hidden;
}

.nav__item .header-dropdown-menu .header-dropdown-menu-container {

	box-sizing: border-box;
	padding: 24px;
	background: white;
}

.nav__item:hover .header-dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.nav__item .header-dropdown-menu ul {
	padding: 0px;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 16px;
}

.nav__item .header-dropdown-menu ul li {
	list-style-type: none;
}

.nav__item .header-dropdown-menu ul li a {

}


.nav__item a.nav__link.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	display: inline-block;
	width: calc(100% + 32px);
	height: calc(100% + 20px);
	left: -16px;
	top: -10px;
	border-radius: 40px;
	background: none;
	border: 1px solid #7D41C1;
	opacity: 1;
	transition: all 0.3s ease;
}

.ps-relative .nav__item a.nav__link.active span {
	color: #7D41C1;
}


.nav__ttl.sovet + p {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.main-ekran-static-page-content-top-left {
	width: 80%;
}

.main-ekran-static-page-content-top-right {
	width: 20%;
}


.popular-themes-detail-tabs.menu-mode {
	padding: 0px;
}

.popular-themes-detail-tabs.menu-mode .popular-themes-detail-tabs-container {
	margin: 0px;
}

.popular-themes-detail-tabs.menu-mode .popular-themes-detail-tabs-item {
	padding: 0px;
	margin: 0 4px;
}

.popular-themes-detail-tabs-item a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	transition: all 300ms;
	padding: 7px 15px;
}

.popular-themes-detail-anchor .popular-themes-detail-tabs-item a:hover {
	background-color: #485566;
	color: #FFFFFF;
}

.text-block ul {
	padding-left: 30px;
}


.flex-elements-list-item.w-50 .text-block:last-of-type {
	margin-bottom: 0px;
}

.sovet-page-normativka {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.sovet-page-normativka-top .activities__card-wrap {
	margin-top: 20px;
}


.sovet-peoples-item.big-size-people {
	height: 100%;
}

.sovet-peoples-item + .sovet-peoples-item {
	margin-top: 8px;
}

.sovet-peoples-item-container {
	display: flex;
	height: 100%;
}

.sovet-peoples-item-container.max-height {
	max-height: 270px;
}

.sovet-peoples-item-container .sovet-peoples-item-pic {
	width: 120px;
}

.sovet-peoples-item.big-size-people .sovet-peoples-item-pic {
	width: 183px;
}

.sovet-peoples-item.big-size-people .sovet-peoples-item-pic.w-275 {
	width: 275px;
}

.sovet-peoples-item-container .sovet-peoples-item-pic img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.sovet-peoples-item-container .sovet-peoples-item-text {
	width: calc(100% - 120px);
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid rgba(134, 151, 193, 0.3);
	border-radius: 0px 2px 2px 0px;
	border-left: 0px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sovet-peoples-item.big-size-people .sovet-peoples-item-text {
	width: calc(100% - 183px);
}

.sovet-peoples-item.big-size-people .sovet-peoples-item-text.w-275 {
	width: calc(100% - 275px);
}

.sovet-peoples-item-name {
	font-family: 'Noah';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	color: #231F20;
}

.colored .sovet-peoples-item-name {
	color: white;
}

.sovet-peoples-item-doljnost {
	font-family: 'ALSDelsa';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.colored .sovet-peoples-item-doljnost {
	color: white;
}

.sovet-peoples-item-text-bottom {

}

.sovet-peoples-item-text-bottom a,
.sovet-peoples-item-text-bottom a .icon {
	color: #A7A5A6;
}

.sovet-peoples-item-text-bottom a.link-with-arrow:before {
	background: #A7A5A6;
}

.sovet-peoples-item.padding {
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sovet-people-title-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 20px;
}

.sovet-people-title-top h3 {
	font-size: 24px;
	font-weight: 550;
	line-height: 32px;
	text-align: left;
	margin: 0;
	width: 80%;
}


.popular-themes-new-item-container {

}

.popular-themes-new-item-container.space-between {
	justify-content: space-between;
}

.popular-themes-new-item-desc {

}

.popular-themes-new-item-desc p {
	font-family: ALSDelsa;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}


.space-between-bottom {
	margin-top: 20px;
}


.title-2.other-font {
	font-family: Noah;
	margin-bottom: 20px;
}

.big-size.other-font {
	font-family: "CanelaDeck";
	font-weight: 500;
}

.popular-themes-detail-text-container h2.big-size.other-font {
	font-weight: 500;
}

.flex-elements-list.col-4 .flex-elements-list-item.w-100#map {
	height: 450px;
}

.popular-themes-detail-text-container h2.title-2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}


.feedback-people-pic {

}

.feedback-people-pic img {
	vertical-align: top;
}

.feedback-people-desc {
	color: white;
	box-sizing: border-box;
	padding: 28px;
}

.feedback-people-desc-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-family: CanelaDeck;
	padding-bottom: 12px;
	border-bottom: 1px solid white;
	margin-bottom: 12px;
}

.feedback-people-desc-who-name {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	font-family: ALSDelsa;
	margin-bottom: 4px;
}

.feedback-people-desc-who-doljnost {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	font-family: ALSDelsa;
}


.links-with-border-block {

}

.links-with-border-block .links-with-border-block-item {
	margin-bottom: 20px;
}

.links-with-border-block .links-with-border-block-item a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;

	border-radius: 2px;
	border: 1px solid #E1E5EF;

	color: #148EFF;
	font-family: ALSDelsa;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.links-with-border-block .links-with-border-block-item:last-of-type {
	margin-bottom: 0px;
}


.popular-themes-detail-text-container {

}

.popular-themes-detail-text-container .picture {
	margin-bottom: 0;
}

.popular-themes-detail-text-container .picture img {
	vertical-align: top;
}


.gray-text {
	color: #656263;
}

.gray-2-text {
	color: #656263;
}


.pseudo-table {
	box-sizing: border-box;
	padding: 24px;

	font-family: ALSDelsa;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;


}

.pseudo-table-container {
	margin-bottom: 24px;
}

/*
.pseudo-table:last-of-type{
  margin-bottom: 0px;
}
*/
.pseudo-table .pseudo-table-line {
	border-bottom: 1px solid #D1D1D1;
	box-sizing: border-box;
	padding: 16px 0;

	display: flex;
}

.pseudo-table .pseudo-table-line .pseudo-table-line-left {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.pseudo-table .pseudo-table-line .pseudo-table-line-right {
	width: 50%;
	box-sizing: border-box;
	padding-left: 4px;
}

.pseudo-table .pseudo-table-line.line-title {
	font-family: Noah;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	padding-top: 0px;
}

.pseudo-table .pseudo-table-line:last-of-type {
	border-bottom: 0px;
}


.leadership-item.administation-mode {
	color: #231F20;
}

.administation-mode .leadership-item-desc {
	padding: 0px;
	background: none;
	margin-top: 24px;
}

.administation-mode .leadership-item-name {
	font-size: 20px;
	font-style: normal;
	font-weight: 550;
	line-height: 28px;
}

.administation-mode .leadership-item-doljnost {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


.administration-container {
	display: flex;
	margin: 0 -4px;
}

.administration-container .administration-container-left {
	width: 62.5%;
	box-sizing: border-box;
	padding: 0 4px;
}

.administration-container .administration-container-right {
	width: 37.5%;
	box-sizing: border-box;
	padding: 0 4px;
}


.border {
	border: 1px solid #E1E5EF;
}

.administration-container .flex-elements-list {
	margin-bottom: 0px;
}

.administration-container .flex-elements-inside {
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.simbolic-right {
	height: 100%;
}

.simbolic-right .flex-elements-list {
	height: 100%;
}

.simbolic-right .flex-elements-list-container {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.simbolic-right .flex-elements-list.col-4 .flex-elements-list-item.w-100 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.full-size .popular-themes-detail-text-container p.small-flat-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.simbolic {

}

.simbolic .simbolic-pic {
	margin-bottom: 20px;
}

.simbolic .simbolic-text {
	box-sizing: border-box;
	padding: 24px;
	border-radius: 2px;
}

.simbolic .simbolic-text p {
	font-family: ALSDelsa;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #656263;

	margin-bottom: 10px;
}

.popular-themes-detail-text-container h2.title-5 {
	font-family: CanelaDeck;
	font-weight: 500;
}

.slide-block-detail-container.full-size + .slide-block-detail-container.full-size {
	margin-top: 56px;
}

.full-size .popular-themes-detail-text-container p.small-size {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.full-size .popular-themes-detail-text-container hr {
	border: 0px;
	border-top: 1px solid #E1E5EF;
	margin-bottom: 20px;
}

.full-size .popular-themes-detail-text-container p.gray-text,
.popular-themes-detail-text-container p.gray-text {
	color: #656263;
}


.section-tabs .wrapper-inside {
	padding: 24px 6px 24px 10px;
}


.static-page-mod .popular-themes-detail-text-container h2.big-size {
	margin-top: 0px;
}

.static-page-mod .wrapper-inside {
	padding: 34px 6px 39px 10px;
}

.static-page-mod .popular-themes-detail-text-container p {
	font-size: 18px;
	line-height: 26px;
}

.static-page-mod .popular-themes-detail-text-container p + .flex-elements-list {
	margin-top: 33px;
	margin-bottom: 0px;
}

.static-page-mod .popular-themes-detail-text-container h2 + .flex-elements-list {
	margin-top: 33px;
	margin-bottom: 0px;
}

.static-page-mod .popular-themes-detail-text-container .flex-elements-list + h2 {
	margin-top: 58px;
}

.static-page-mod .popular-themes-detail-text-container h2 + .popular-themes-detail-tabs {
	margin-bottom: 24px;
}


.section-turizm .wrapper-inside {
	padding-top: 0px;
	padding-bottom: 0px;
}

.turistic-item-element {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.turistic-pic {

}

.turistic-pic img {
	vertical-align: top;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.turistic-desc {
	color: white;
	box-sizing: border-box;
	padding: 28px;
	height: calc(100% - 260px);
}

.turistic-desc-number {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	font-family: 'CanelaDeck';
	margin-bottom: 8px;
}

.turistic-desc-number.middle-size {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.turistic-desc-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}


.popular-themes-new-item-container.only-picture-use {
	min-height: 258px;
}


.culture-page-top-container {
	display: flex;
	margin: 0 -4px;
}

.culture-page-top-container .culture-page-top-container-left {
	width: 75%;
	box-sizing: border-box;
	padding: 0 4px;
}

.culture-page-top-container .culture-page-top-container-right {
	width: 25%;
	box-sizing: border-box;
	padding: 0 4px;
}

.culture-page-top-container .turistic-pic img {
	height: 175px;
}

.culture-page-top-container .turistic-desc {
	height: calc(100% - 175px);
}

.culture-page-top-container .turistic-desc-link {
	margin-top: 42px;
}

.contacts-block-bottom p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #A7A5A6;
}

.contacts-block-bottom p:not(:last-child) {
	margin: 0;
	margin-bottom: 4px;
}

.contacts-block-bottom a span {
	color: #A7A5A6;
}

.contacts-block-bottom .popular-themes-new-item-link {
	margin-top: 16px;
}

.contacts-block-bottom a.link-with-arrow:before {
	background: #A7A5A6;
}

.flex-elements-list-container.ai-stretch {
	align-items: stretch;
}

.of-cover {
	object-fit: cover;
}

.border-none {
	border: none;
}

.big-size.other-font.mb-24 {
	margin-bottom: 24px;
}

.footer__ttl2 {
	font-family: CanelaDeck;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	text-align: left;
	letter-spacing: 1px;
}

.footer-logo-text {
	font-family: CanelaDeck;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.07em;
	text-align: left;
	text-transform: uppercase;

}

.footer-logo-right-block {
	margin-left: 15px;
}

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

.search-wrapper-inside {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 628px;
}

.search-input {
	position: relative;
}

.search-input input {
	width: 100%;
	padding: 17px 24px;
	font-family: ALSDelsa;
	font-size: 18px;
	font-weight: 300;
	line-height: 22.28px;
	color: #0F2233;
}

.search-input input::placeholder {
	color: #A7A5A6;
}

.search-icon-main {
	position: absolute;
	top: 17px;
	right: 24px;
}

.search-hint {
	position: absolute;
	left: 24px;
	bottom: -30px;
	font-family: ALSDelsa;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.99px;
}

.search-hint-items {
	margin-top: 97px;
	display: flex;
	flex-direction: column;
}

.search-hint-items .search-hint-item {
	display: inline-block;
	font-family: CanelaDeck;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	color: #FFFFFF;
	opacity: 0.5;
}

.search-hint-items .search-hint-item:not(:last-child) {
	margin-bottom: 15px;
}

.search-input input:focus + .search-icon-main {
	display: none;
}

.search-result {
	font-family: ALSDelsa;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.81px;
	color: #7D8791;
}

.search-result-item .item-name {
	font-family: ALSDelsa;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.81px;
	color: #7D8791;
	margin-bottom: 12px;
}

.search-result-item .item-inside a p {
	color: #148EFF;
}

.search-result-item .item-inside p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #231F20;
}

.search-result-item .item-inside:not(:last-child) {
	margin-bottom: 4px;
}

.search-result-item hr {
	border: none;
	border-bottom: 1px solid #E1E5EF;
	margin: 30px 0;
}

.wrapper-inside.pd-colum-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-search-result hr {
	border: none;
	border-bottom: 1px solid #E1E5EF;
	margin: 0;
}

.popular-themes-detail-tabs-item.swiper-slide {
	width: auto;
}

.sidebar__item.active a.sidebar__link.flex {
	color: #148EFF;
}

.table-intc-vozmojnosti {
	padding: 20px 24px;
	background-color: #EDEDED;
	margin: 16px 0;
	width: 100%;
}

.table-intc-vozmojnosti .th {
	font-size: 20px;
	font-weight: 550;
	line-height: 28px;
	text-align: left;
}

.table-intc-vozmojnosti .th span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #656263;
}

.table-intc-vozmojnosti thead {
	font-family: ALSDelsa;
	border-bottom: 1px solid #D1D1D1;
}

.table-intc-vozmojnosti td {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}

a.link-with-arrow span.text.middle-size {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.nav__link.active {
	color: #7D41C1;
}

.text-with-border .flex-elements-list p a {
	color: inherit;
}

.rezidenty-item-picture img {
	max-width: 240px;
	max-height: 56px;
}

.ymaps-map {
	width: 100% !important;
}

.img-top {
	width: 100%;
}

.feedback-people-pic img {
	width: 100%;
}

.xs-view {
	display: none !important;
}

.sovet-peoples-item-container {
	min-height: 182px;
}


.aside-main__wrap {
	flex-grow: 1;
	display: grid;
	/*grid-template-columns: 80px minmax(0, 1fr);*/
}

@media (max-width: 1260px) {
	.nav__ttl.sovet {
		font-size: 60px;
		line-height: 63px;
	}

	.slide-block-detail {
		max-width: 100%;
		min-width: 100%;
	}
}

@media (max-width: 1025px) {

	.flex-elements-list.col-4 .flex-elements-list-item {
		width: 50%;
	}

	.flex-elements-list.col-4 .flex-elements-list-item.w-50 {
		width: 100%;
	}

	.flex-elements-list.col-4 .flex-elements-list-item.w-33 {
		width: 50%;
	}

	.flex-elements-list.col-4 .flex-elements-list-item.w-25 {
		width: 50%;
	}

	.flex-elements-list-item {
		width: 100%;
	}

	.nav__ttl.licey {
		font-size: 54px;
	}

	.directions__cards {
		display: block;
	}


	.directions__card:not(:last-child) {
		margin-bottom: 8px;
		margin-right: 0;
	}


	.aside-main__wrap {
		display: block;
		overflow: hidden;
	}

	.sidebar {
		display: none;
	}


	.burger {
		position: relative;
		width: 21px;
		height: 16px;
	}

	.burger__line,
	.burger::before,
	.burger::after {
		content: "";
		position: absolute;
		left: 7px;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 100px;
	}

	.burger__line {
		bottom: 42.2%;
	}

	.burger::before {
		top: 0;
	}

	.burger::after {
		bottom: 0;
	}


	.nav__wrapper {
		padding: 24px 10px;
	}


	.nav__mid {
		min-height: 351px;
		justify-content: space-between;
	}

	.nav__ttl {
		font-size: 74px;
		font-weight: 500;
		line-height: 81px;
	}

	.nav__txt {
		padding-top: 14px;
		margin-bottom: 0;
		max-width: 301px;
		font-size: 24px;
		line-height: 39px;
	}

	.nav__txt--mr {
		margin-right: 10px;
	}

	.nav__hlt {
		transform: translate(0, 0);
		padding: 0 10px 5px;
		line-height: 35px;
		border-radius: 32px;
	}

	.nav__list {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #000;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		padding: 4rem;
		overflow: auto;
		overscroll-behavior: contain;
	}

	.nav__item:not(:last-child) {
		margin-bottom: 1rem;
	}

	.has-menu-open .nav__list {
		visibility: visible;
		opacity: 1;
	}

	.burger {
		margin-left: -14px;
	}

	.has-menu-open .burger {
		position: fixed;
		top: 1.5rem;
		left: 1rem;
		z-index: 11;
		margin-left: -5px;
	}

	.has-menu-open .nav__item .header-dropdown-menu {
		visibility: visible;
	}

	.nav__list .nav__item .header-dropdown-menu {
		position: relative;
		padding-top: 0;
		opacity: 1;
	}

	.white-burger .burger:before, .white-burger .burger:after, .white-burger .burger__line {
		background: #fff;
	}

	.burger:before, .burger:after, .burger__line {
		background: #000;
	}

	.has-menu-open .burger:before, .has-menu-open .burger:after, .has-menu-open .burger__line {
		background: #000;
	}

	.has-menu-open .button-main-ekran {
		visibility: hidden;
	}


	/* FOOTER */
	.footer {
		padding: 28px 0 69px;
		background-color: #2a2740;
	}

	.footer__lst-wrap {
		margin-right: 15px;
		flex-basis: 46%;
	}

	.footer__lst-ttl {
		font-size: 17px;
	}

	.footer__bottom {
		padding: 40px 0 0 0;
		flex-direction: column-reverse;
	}

	.footer__left {
		padding-top: 40px;
	}

	.footer__right {
		padding: 0;
		border-bottom: none;
	}

	.footer__contacts-ttl {
		font-size: 17px;
		line-height: 20px;
	}


	.flex-elements-list.col-3 .flex-elements-list-item {
		width: 50%;
	}

	.text-with-border {
		padding: 1rem;
	}

	.wrapper-inside {
		padding-left: 0;
		padding-right: 0;
	}

	.svedeniya-page .svedeniya-page-container {
		display: block;
	}

	.svedeniya-page .svedeniya-page-container .svedeniya-page-left {
		width: 100%;
		margin-bottom: 2rem;
	}

	.svedeniya-page .svedeniya-page-container .svedeniya-page-right {
		width: 100%;
	}


}

@media (max-width: 767px) {
	.nav__ttl.licey {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 8px;
		padding-bottom: 0;
	}

	.nav__txt.licey {
		font-size: 16px;
		line-height: 22px;
		padding-top: 0;
	}

	.pvashooot-mod-top-block .main-ekran-static-page-content {
		padding-top: 80px;
	}

	.main-ekran-static-page-content-top {
		margin-bottom: 20px;
	}

	.main-ekran-static-page-content-container {
		justify-content: flex-start;
	}

	.intc {
		padding: 29px 0;
	}

	.intc__wrapper {
		padding: 24px 0 20px;
	}

	.intc__ttl {
		margin-bottom: 16px;
	}

	.intc__content, .intc__bottom {
		display: block;
	}

	.intc__left {
		margin-right: 0;
		padding: 20px;
	}

	.intc__video-link {
		display: block;
		padding: 0 0 65%;
		margin-top: 8px;
	}

	.intc__card:last-child {
		display: block;
		padding: 0 0 65%;
		margin-top: 8px;
	}

	.intc__card:first-child {
		margin-right: 0;
		padding: 20px;
	}

	.intc__card-link {
		margin-top: 16px;
	}

	.address__wrapper {
		display: block;
	}

	.address__card:not(:last-child) {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.footer__ttl svg {
		max-width: 100%;
	}

	.directions__wrapper {
		padding: 0;
	}

	.directions__card-top {
		min-height: 250px;
	}

	.directions__card-bottom {
		padding: 20px;
		min-height: 294px;
	}

	.directions {
		padding-bottom: 28px;
	}

	.directions__container {
		padding: 28px 0;
	}

	.news__wrapper, .residents {
		padding: 28px 0;
	}

	.news__date-l {
		margin-bottom: 0;
	}

	.news__txt-r {
		max-width: 100%;
	}

	.residents > .container {
		background: #fff;
	}

	.residents-container, .partners__container {
		padding: 28px 2px;
	}

	.residents .swiper-pagination, .partners__container .swiper-pagination {
		left: 0;
	}

	.address__content {
		padding: 0;
	}

	.address__container {
		padding: 28px 0;
	}

	.address {
		padding-bottom: 85px;
	}

	.address__card {
		padding: 20px;
	}

	.popular-themes-detail-header {
		padding: 1rem 3rem 1rem 1rem;
	}

	.slide-block-detail-container.full-size .popular-themes-detail-header {
		padding: 1rem 3rem 1rem 1rem;
	}

	.slide-block-detail .slide-block-close {
		right: 1rem;
		top: 1.5rem;
	}

	.slide-block-detail-container.full-size .popular-themes-detail-title h1 {
		font-size: 32px;
		line-height: 130%;
	}

	.slide-block-detail-container.full-size .popular-themes-detail-body {
		padding: 1rem;
	}

	.popular-themes-detail-tabs {
		padding: 1rem;
		white-space: wrap;
	}

	.popular-themes-detail-tabs-container {
		flex-wrap: wrap;
		gap: 1rem 0;
	}


	/* FOOTER */
	/* .footer__logo {
	  display: none;
	} */
	.footer {
		padding: 24px 0 34px;
	}

	.footer__ttl {
		margin-bottom: 0;
	}

	.footer__top-btn {
		max-width: 56px;
	}

	.footer__ttl-big {
		margin-bottom: 4px;
		font-size: 26px;
		line-height: 28px;
	}

	.footer__ttl-small {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.07em;
	}

	.footer__catalogue {
		padding: 0;
	}

	.footer__ttl-link {
		margin-bottom: 18px;
		border-bottom: 1px solid #fff;
	}

	.footer__links-wrap {
		width: 90%;
	}

	.footer__lst-wrap {
		padding: 0;
		flex-basis: 100% !important;
	}

	.open .footer__lst-ttl {
		margin-bottom: 14px;
	}

	.footer__lst {
		display: none;
	}

	.footer__ttl-link {
		margin: 0;
	}

	.open .footer__lst-open {
		transform: rotate(180deg);
	}

	.footer__accordion-content {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		will-change: max-height;
		box-sizing: content-box;
		transition: all 0.4s ease-in-out;
	}

	.open .footer__accordion-content {
		opacity: 1;
	}

	.footer__right {
		padding: 28px 0;
		flex-direction: column-reverse;
		min-height: 400px;
	}

	.footer__contacts--mob {
		display: block;
	}

	.text-with-border h2 {
		line-height: 100%;
	}

	.flex-elements-list.col-3 .flex-elements-list-item {
		width: 100%;
	}

	.svedeniya-page-menu {
		padding: 1rem;
	}

	.svedeniya-page .slide-block-detail-container.full-size .popular-themes-detail-body {
		padding: 6px 1rem 6px;
	}

	.flex-elements-list-item-container {
		padding: 1rem;
	}


	.popular-themes-detail-body .accordion-block-item .accordion-block-item-body {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
	}

	.popular-themes-detail-text-container .accordion-block-item-body .flex-colum-3 img {
		width: 100%;
	}

	.footer__bottom {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
	}

	.footer__left {
		order: 3;
		width: 100%;
		border-top: 1px solid #ffffff;
	}

	.footer__bottom__link br {
		display: none;
	}

	.footer__right {
		min-height: 0;
		border-top: 1px solid #ffffff;

	}


	.footer__mid {
		padding: 28px 0;
	}
}

@media (max-width: 480px) {

}

.title-top-block {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.back {
	display: flex;
	align-items: center;
	margin-right: 36px;
}
.title-top-block .news-data {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #616D79;
}
.back svg {
	margin-right: 8px;
}
.back span {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #148EFF;
}


.news__container {
	padding: 42px 6px 55px 20px;
}
.news__top {
	margin-bottom: 35px;
}
.news__content {
	font-size: 20px;
	line-height: 31px;
}
.news__nav {
	display: flex;
	margin-bottom: var(--gap);
}
.news__link {
	display: flex;
	margin-right: 20px;
	flex-basis: 120px;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #0044cc;
}
.news__top .title-2 {
	font-family: "CanelaDeck";
	font-size: 46px;
	font-weight: 500;
	line-height: 54px;
	color: #0f2233;
}
.news__content .popular-themes-detail-body {
	padding: 20px;
}

.accordion-block-item-body .flex-colum-3 img {
	margin: 0 4px;
	display: block;
	width: calc(33% - 8px);
}
.accordion-block-item-body .flex-colum-3 {
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0;
}


.popular-themes-detail-tabs-box-item .popular-themes-detail-body {
	padding: 20px 0 0;
}
.popular-themes-detail-tabs-box-item .directions__container {
	padding: 0 !important;
}
.popular-themes-detail-text-container .directions__card-txt {
	margin-bottom: auto;
}
.popular-themes-detail-text-container .directions__card-color,
.popular-themes-detail-text-container .directions__card-color p{
	color: #ffffff;
}
.popular-themes-detail-text-container .accordion-block-item-body p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 14px;
}
.popular-themes-detail-text-container .accordion-block-item-body p:last-of-type {
	margin-bottom: 0px;
}



.address-n{
	color: #ffffff;
	background-color: #8697c1;
	border-color: transparent;
}
.address-n__card-ttl {
	margin-bottom: 6px;
	font-family: "Noah";
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
}
.address-n__b
{
	padding: 28px;
	padding-bottom: 32px;
	font-size: 16px;
	line-height: 22px;
	border-radius: var(--border-radius-2);
}
.mb16{
	margin-bottom: 16px;
	display: block;
}
.color-white{
	color: #fff !important;
}
/* End */


/* Start:/local/templates/sirius-intc/css/costom.css?17582700491385*/
.test-top{
	margin-top:72px
}
.intc-block{

}
.intc-block__img{
	margin-bottom: 36px;
}
.intc-block__img img{
	width: 100%;
}
.intc-block__border{
	border: 1px solid #E1E5EF;
	padding: 24px;
}
.intc-block__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 14px;
}
.intc-block__text{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.intc-block__link{
	padding: 11px 16px;
	background: #148EFF;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: white;
}
.intc-block__link:hover{
	background: #43A5FF;
}
.intc-block__steps{
	margin-top: 24px;
}
.intc-block__step{
	margin-bottom: 20px;
	padding: 32px;
	background: #F6F6F6;
}
.intc-block__number{
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	color: #231F20;
	margin-bottom: 12px;
}
.intc-block__text{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}
.intc-block__text a{
	color: #148EFF;
}
.news__container{
	margin-top: 60px;
}
@media (max-width: 768px) {
	.intc-block__title{
		font-size: 22px;
		line-height: 28px;
	}
	.intc-block__text{
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	.intc-block__number{
		font-size: 20px;
		line-height: 26px;
	}
	.intc-block__text{
		font-weight: 400;
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header_menu_mix/style.css?175827004915539*/
.header {
	/*position: fixed;*/
	left: 0;
	width: 100%;
	z-index: 10;
	background: white;
	padding: 0 26px;
	/*top:0;*/
}

.header.header-fixed {
	position: fixed;
	top: 0;
}

.header__wr {
	max-width: 1056px;
	width: 100%;
	margin: auto;
	padding: 12px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.header__logo {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 20px;
}

.header__icon {
	margin-left: 13px;
	display: inline-block;
	width: 12px;
	height: 6px;
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/header__icon.svg');
}

.header__icon_active {
	transform: rotate(180deg);
}


.header__menu {

	display: flex;
	width: calc(100% - 500px);
}

.header__nav {
	width: 100%;
	display: flex;

}

.header__nav ul {
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0;
}

.header__nav ul li {
	display: block;
	padding: 0 22px 0 10px;
}

.header__nav > ul > li:not(li:last-child) {

}

.header__nav ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	color: #262733;
	white-space: nowrap;
}

.header__nav ul li:hover > a {
	color: #8C59B7;
}

.header__nav ul li.active {

	border-bottom: 4px solid #8C59B7;
}

.header__nav ul li.active a {
	color: #8C59B7;

}

.header__user {
	margin-left: auto;
}

.user {
	display: flex;
	align-items: center;
}

.user__authorization {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	padding: 14px;
	border-radius: 8px;
	border:0;
	background: initial;
	cursor: pointer;
}

.user__authorization:hover {
	background: #DBDDE9;
}

.user__authorization--icon {
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/user__authorization--icon.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


.user__authorized {
	position: relative;
	display: block;

}

.authorized {
	height: 100%;
}

.authorized__btn {
	color: #0E1129E5;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	display: flex;
	align-items: center;
	cursor: pointer;
	height: 100%;
	padding: 0 15px;
	border-radius: 8px;
}

.authorized__btn_active {
	background: #6A6E8B;
	color: white;
}

.authorized__img {
	width: 32px;
	margin-left: 8px;
}

.authorized__info {
	position: absolute;
	background: white;
	box-shadow: 0 4px 16px 0 #0000003D;
	width: 360px;
	padding: 12px 8px;
	border-radius: 8px;
	animation-name: load;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	display: none;
	right: 0;
}

.user__authorized_active .authorized__info {
	display: block;
	z-index: 1;
}

.authorized__title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	padding: 0 20px;
}

.authorized__title-img {
	margin-right: 16px;
}

.authorized__title-name {

}

.authorized__block {
	margin-top: 8px;
}

.authorized__block-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 8px 0;
}

.authorized__block-name {
	width: 30%;
	text-align: right;
	font-size: 10px;
	font-weight: 500;
	color: #6A6E8B;

}

.authorized__block-value {
	width: 70%;
	text-align: left;
	padding-left: 16px;
	font-size: 14px;
	font-weight: 500;
	color: #262733;
}

.authorized__nav {

}

.authorized__ul {
	display: block;
	margin: 0;
	padding: 0;
}

.authorized__li {
	padding: 10px;
	margin: 0;
	display: block;
	border-radius: 8px;
}

.authorized__li:hover {
	background: #EDEEF2;
}

.authorized__li_gray {

}

.authorized__a {
	display: flex;
	align-items: center;
}

.authorized__a_button {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	width: 100%;
}

.authorized__icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
}

.authorized__icon_customization {
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/authorized__icon_customization.svg');
}

.authorized__icon_exit {
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/authorized__icon_exit.png');
}

.header__nav ul.header__sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
	width: inherit;
	background: white;
	border-radius: 8px;
	margin-top: 10px;
	box-shadow: 0 2px 12px 0 #0000003D;
	padding: 0px;

}

.header__nav ul.header__sub-menu.header__sub-menu_active {
	display: block;
	animation-name: load;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.header__nav ul.header__sub-menu li {
	font-size: 14px;
	padding: 4px 25px;
	border-radius: 8px;
	margin-right: 0;
}

.header__nav ul.header__sub-menu li a {
	color: #262733;
}

.header__nav ul.header__sub-menu li:hover {
	background: #EDEEF2;

}

.header__nav ul li.header__dropdown-li {
	line-height: 29px;
	font-size: 30px;
	cursor: pointer;
	position: relative;
}

.header__open-menu {
	display: block;
	cursor: pointer;
	height: 100%;
	padding: 0 14px;
	border-radius: 8px;
	position: relative;
}

.open-menu{
	border-radius: 8px;
}

.open-menu:after{
	content: '';
	position: absolute;
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 6px;
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/header__icon.svg');
	top: 50%;
	margin-top: -3px;
}

.open-menu-s:after{
	content: '';
	position: absolute;
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 6px;
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/header__icon.svg');
	top: 50%;
	margin-top: -3px;
	transform: rotate(-90deg);
}
.open-menu-s:hover ul{
	display: block;
	margin-top: -47px;
	left: 100%;
	margin-left: 0px;
}
.open-menu_active{
	background: #6A6E8B;
}
.open-menu_active:after{
	filter: grayscale(1) brightness(1000%);
	transform: rotate(180deg);
}
.header__nav ul li.open-menu_active>a{
	color: white;
}
.header__open-menu.shov {

}

.header__open-menu:not(.header__open-menu_active):hover {
	background: #EDEEF2;
}

.header__open-menu_active {
	background: #6A6E8B;
	color: white;
}

.header__nav ul li {
	position: relative;
}

.header__nav ul li > ul {
	display: none;
	position: absolute;
	z-index: 100;
	width: inherit;
	background: white;
	border-radius: 8px;
	margin-top: 10px;
	box-shadow: 0 2px 12px 0 #0000003D;
	margin-left: -10px;
}

.header__nav ul li > ul li {

	font-size: 14px;
	padding: 4px 10px;
	border-radius: 8px;
	margin-right: 0;
}

.header__nav ul li > ul li:hover {
	background: #EDEEF2;
}

.header__nav ul li > ul li:hover a {
	color: #262733;
}

.header__nav ul li.open-menu_active > ul {
	display: block;
	animation-name: load;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.header__nav ul li > ul {
	display: none;
}

.header__language {
	margin-right: 20px;
}

.language {
	height: 100%;
}

.language__active {
	padding: 11px 12px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #262733;
	cursor: pointer;
	border-radius: 8px;
}

.language__active:hover {
	background: #EDEEF2;
}

.language__list {
	display: none;
	position: absolute;
	z-index: 100;
	width: inherit;
	background: white;
	border-radius: 8px;
	margin-top: 10px;
	box-shadow: 0 2px 12px 0 #0000003D;
	padding: 8px;
}

.language__item {
	display: flex;
	font-weight: 500;
	align-items: center;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 8px;
	margin-right: 0;
	height: 40px;
}

.language__item:hover {
	background: #EDEEF2;
}

.language__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.language__icon_ru {
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/language__icon_ru.svg');
}

.language__icon_en {
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/language__icon_en.svg');
}

.language_active .language__active {
	background: #6A6E8B;
	color: white;
}

.language_active .language__list {
	display: block;
	animation-name: load;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.header-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #0000004f;
	padding: 0 20px;
	animation-name: load;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.header-popup_active {
	display: block;
}

.header-popup__wr {
	width: 100%;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 73px;
	background: white;
	border-radius: 10px;
	padding: 16px 50px;
	max-height: calc(100% - 146px);
	overflow: auto;

}

.header-popup__top {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.header-popup__menu {

}

.header-popup__title {
	color: #6A6E8B;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	position: relative;
	padding: 8px 12px;
}

.header-popup__title span {
	display: inline-block;
	background: white;
	padding-right: 8px;
	position: relative;
	z-index: 10;
}

.header-popup__title:after {
	display: inline-block;
	position: absolute;
	content: '';
	background: #DBDDE9;
	width: 90%;
	height: 1px;
	right: 0;
	top: calc(50% + 1px);
}

.header-popup__nav {
	animation-name: acardion;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.header-popup__nav_none {
	display: none;
}

.header-popup__list {
	padding: 0;
	margin: 0;
}

.header-popup__list_row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	gap: 20px;
}

.header-popup__element {
	padding: 8px 12px;
	margin: 0;
	display: block;
	border-radius: 8px;
}

.header-popup__element a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: flex-start;
	line-height: 21px;


}

.header-popup__element a img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	transform: translateY(-3px);
}

.header-popup__element:hover {

	background: #EDEEF2;

}

.header-popup__element_active a {
	color: white;
}

.header-popup__element_active a img {
	filter: grayscale(1) brightness(1000%);
}

.header-popup__element_active {
	background: #6A6E8B;
}


.header-popup__icon {
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	display: inline-block;
	width: 12px;
	height: 6px;
	background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/header__icon.svg');

	transition: transform 0.5s;
}

.header-popup__icon_active {
	transform: rotate(180deg);
}

.header-popup__bottom .header-popup__title {
	cursor: pointer;
}

.header-popup__bottom .header-popup__title:after {
	right: 20px;
}


/* avatar.svg */
@keyframes load {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes acardion {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.btn-open-mobile-menu {
	display: none;
}

.authorized__btn-close {
	display: none;
}

@media (max-width: 768px) {
	.header__user {
		margin-left: initial;
	}

	.header {
		padding: 0 8px;
	}

	.header__menu {
		display: none;
		position: absolute;
		background: #FFFFFF;
		width: 100%;
		height: calc(100% - 58px);
		top: 58px;
		left: 0;
		overflow: auto;
		padding: 16px 0;
		z-index: 100;
	}
	.header-fixed .header__menu{
		position: fixed;
	}

	.header__nav ul {
		display: block;
		padding: 0 16px;

	}

	.header__nav ul li {
		padding: 8px 16px;
		font-size: 18px;
		font-weight: 500;
		margin-right: 0 !important;
	}

	.header__nav ul li.active {
		border: 0;
		background: #6A6E8B;
		border-radius: 8px;
	}

	.header__nav ul li.active a {
		color: white;
	}

	/*.header__icon {
		display: none;
	}*/

	.user__authorization span {
		display: none;
	}

	.user__authorization--icon {
		width: 40px;
		height: 40px;
		background-size: 100%;
		margin: 0;
	}

	.language__active span {
		display: none;
	}

	.header__wr {
		align-items: center;
	}

	.btn-open-mobile-menu {
		border: 0;
		background: inherit;
		width: 30px;
		height: 20px;
		order: -5;

		margin-right: 13px;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.btn-open-mobile-menu span {
		display: block;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background: #621E9B;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.btn-open-mobile-menu_active span:nth-child(1) {

		margin-top: 4px;
		position: relative;
		top: 2px;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.btn-open-mobile-menu_active span:nth-child(2) {
		margin-top: -9px;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.btn-open-mobile-menu_active span:nth-child(3) {
		opacity: 0;
	}

	.header__language {
		order: -4;
		height: initial;
	}

	.language__active {
		padding: 0;
	}

	.header__language .language__icon {
		width: 34px;
		background-repeat: no-repeat;
		background-size: 100%;
		height: 34px;
	}

	.popup-sub {
		position: fixed;
		z-index: 100000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #FFF;


		animation-name: load;
		animation-duration: 0.5s;
		animation-timing-function: linear;
		animation-fill-mode: forwards;
	}

	.popup-sub__title {
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		color: #1A1A1A;
		padding: 18px 0;
	}

	.popup-sub__close {
		background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/popup-sub__close.svg');
		width: 22px;
		height: 22px;
		position: absolute;
		top: 17px;
		right: 17px;
	}

	.popup-sub__nav {

	}

	.popup-sub__nav ul {

	}

	.popup-sub__nav ul li {
		display: block;
		padding: 17px 8px;
	}

	.popup-sub__nav ul li a {
		font-size: 18px;
		font-weight: 500;
	}

	.language__list {

	}

	.popup-sub .language__item {
		padding: 17px 16px;
		height: initial;
	}

	.popup-sub .language__item span {
		font-size: 18px;
		font-weight: 500;
	}

	.authorized__name {
		display: none;
	}

	.authorized__info {
		position: fixed;
		width: 100%;
		border-radius: 0;
		height: calc(100%);
		top: 58px;
		box-shadow: none;
	}

	.authorized__btn-close {
		display: none;
		background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/authorized__btn-close.svg');
		width: 27px;
		height: 27px;
	}

	.authorized__btn_active {
		background: #FFF;
	}

	.authorized__btn_active .authorized__img {
		display: none;
	}

	.authorized__btn_active .authorized__btn-close {
		display: block;
	}

	/*.header__icon {
		display: none;
		background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/authorized__btn-close.svg');
		width: 27px;
		height: 27px;
	}*/

	.header__logo {
		margin: auto;
	}

	.header__logo_active {

	}

	.header__logo_active .header__icon {
		display: block;
		background-image: url('/local/templates/.default/components/bitrix/menu/header_menu_mix/img/authorized__btn-close.svg');
		width: 27px;
		height: 27px;
	}

	.header__logo_active img {
		display: none;
	}

	.header-popup {

		top: 58px;
		background: white;
		height: calc(100% - 58px);
		padding: 32px 16px;
	}

	.header-popup__wr {
		padding: 0;
		margin: 0;
		height: 100%;
		max-height: initial;
		overflow: auto;
	}
	.header-popup__top{
		display: block;
	}
	.header-popup__list_row{
		display: block;
	}
}
/* End */
/* /local/templates/sirius-intc/css/normalize.css?17582700496077 */
/* /local/templates/sirius-intc/css/handbook.css?175827004910304 */
/* /local/templates/sirius-intc/css/handbook-media.css?17582700493627 */
/* /local/templates/sirius-intc/css/intc.css?175827004919238 */
/* /local/templates/sirius-intc/css/intc-media.css?175827004911803 */
/* /local/templates/sirius-intc/css/pvashooot.css?1758270049110152 */
/* /local/templates/sirius-intc/css/costom.css?17582700491385 */
/* /local/templates/.default/components/bitrix/menu/header_menu_mix/style.css?175827004915539 */
