

/* Start:/local/templates/lit/components/bitrix/menu/sections-menu/style.min.css?1773666855490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/lit/components/bitrix/menu/sections-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/lit/components/bitrix/news/cases/style.css?17782600451677*/
.organs-section-intro {
	margin: 0 0 3rem;
}

.organs-section-intro__inner {
	max-width: 880px;
	padding: 1.5rem 1.75rem;
	background: #ffffff;
	border: 1px solid rgba(21, 32, 51, 0.08);
	border-radius: 1.5rem;
	box-shadow: 0 18px 40px rgba(21, 32, 51, 0.08);
}

.organs-section-intro__eyebrow {
	margin-bottom: 1rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4d5b75;
}

.organs-section-description {
	color: #1d2738;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.organs-section-description h2,
.organs-section-description h3 {
	margin: 0 0 1rem;
	color: #101828;
	line-height: 1.25;
	font-weight: 700;
}

.organs-section-description h2 {
	font-size: 1.75rem;
}

.organs-section-description h3 {
	font-size: 1.3125rem;
}

.organs-section-description p,
.organs-section-description ul {
	margin: 0 0 1rem;
}

.organs-section-description ul {
	padding-left: 1.25rem;
}

.organs-section-description li + li {
	margin-top: 0.5rem;
}

.organs-section-description > :last-child {
	margin-bottom: 0;
}

.organs-section-materials {
	margin-top: 2.5rem;
}

.organs-section-materials__head {
	margin-bottom: 1.5rem;
}

.organs-section-materials__title {
	margin: 0;
	color: #101828;
	font-size: 1.75rem;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.organs-section-intro {
		margin-bottom: 2rem;
	}

	.organs-section-intro__inner {
		padding: 1.25rem 1rem;
		border-radius: 1rem;
	}

	.organs-section-description {
		font-size: 1rem;
		line-height: 1.6;
	}

	.organs-section-description h2,
	.organs-section-materials__title {
		font-size: 1.5rem;
	}

	.organs-section-description h3 {
		font-size: 1.1875rem;
	}
}

/* End */


/* Start:/local/templates/lit/components/bitrix/news.detail/blog-detail/style.css?1773666855155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17755410693514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/lit/components/bitrix/menu/sections-menu/style.min.css?1773666855490 */
/* /local/templates/lit/components/bitrix/news/cases/style.css?17782600451677 */
/* /local/templates/lit/components/bitrix/news.detail/blog-detail/style.css?1773666855155 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17755410693514 */
