

/* Start:/bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #2B2A29;
	line-height: 13px;
	font-size: 2px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;
	color: #334F42;
}
.bx-breadcrumb .bx-breadcrumb-item a,
.bx-breadcrumb .bx-breadcrumb-item a span {
	border-bottom: none; 
	color: #2B2A29;
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}




/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/news/section-item/bitrix/news.detail/mu/style.css?17240555298930*/
.mu-container{
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-areas: "files right-container"
						 "left-container right-container"
						 "regulations regulations";
	column-gap: 80px;
}
.mu-container{
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2B2A29;
}
.mu-regulations{
	grid-area: regulations;
}
.mu-left-container h2{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #2B2A29;
}
.mu-files{
  grid-area: files;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px 40px;
	height: max-content;
}
.mu-files .doc-item a{
	display: grid;
	grid-template-columns: 70px auto;
	column-gap: 10px;
	align-content: space-between;
	height: 100%;
}
.doc-item a[href$=".pdf"] .doc-item-icon,
.doc-item a[href$=".PDF"] .doc-item-icon{
	background: url('/images/template/file-type/pdf-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".txt"] .doc-item-icon,
.doc-item a[href$=".TXT"] .doc-item-icon{
	background: url('/images/template/file-type/txt-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".doc"] .doc-item-icon, .doc-item a[href$=".docx"] .doc-item-icon,
.doc-item a[href$=".DOC"] .doc-item-icon, .doc-item a[href$=".DOCX"] .doc-item-icon{
	background: url('/images/template/file-type/doc-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".rtf"] .doc-item-icon,
.doc-item a[href$=".RTF"] .doc-item-icon{
	background: url('/images/template/file-type/rtf-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".ppt"] .doc-item-icon, .doc-item a[href$=".pptx"] .doc-item-icon,
.doc-item a[href$=".PPT"] .doc-item-icon, .doc-item a[href$=".PPTX"] .doc-item-icon{
	background: url('/images/template/file-type/ppt-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".xls"] .doc-item-icon, .doc-item a[href$=".xlsx"] .doc-item-icon,
.doc-item a[href$=".XLS"] .doc-item-icon, .doc-item a[href$=".XLSX"] .doc-item-icon{
	background: url('/images/template/file-type/xls-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".zip"] .doc-item-icon,
.doc-item a[href$=".ZIP"] .doc-item-icon{
	background: url('/images/template/file-type/zip-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item a[href$=".rar"] .doc-item-icon,
.doc-item a[href$=".RAR"] .doc-item-icon{
	background: url('/images/template/file-type/rar-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.doc-item .doc-item-icon,
.doc-item-icon{
	background: url('/images/template/file-type/icon-green.png') no-repeat;
	height: 70px;
	background-size: cover;
}
.mu-files .doc-item a {
	text-decoration: none;
}
.mu-files .doc-name {
	font-family: 'Roboto';
	font-weight: 400;
	color: #2B2A29;
}
.mu-files .doc-info-bottom {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #7D7D7D;
	border-top: 1px solid #D4D4D4;
	padding-top: 10px;
	margin-top: 10px;
	grid-column-end: 3;
}
.mu-files .doc-size {
	float: right;
}
.mu-left-container{
  grid-area: left-container;
}
.mu-left-container h3{
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #334F42;
}
.mu-time-frames,
.mu-price,
.mu-result{
	border-left: 4px solid #438468;
	padding-left: 10px;
}
.mu-result > ol,
.mu-applicants > ol,
.mu-documents > ol{
	padding-left: 1em;
}
.sp-title{
	outline: none;
	user-select: none;
	list-style: none;
	cursor: pointer;
}
.sp-title .detail {
	font-family: 'Montserrat';
	font-weight: 600;
}
.sp-title > .detail span {
	background-color: #334F42;
	color: #fff;
	padding: 0.7em 0.8em;
	border-radius: 50%;
	margin-left: 1em;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-left: 1em;
}
.mu-right-container{
  grid-area: right-container;
  max-width: 400px;
}
.mu-electronic{
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
	height: 199px;
	background: #334F42;
	border-radius: 6px;
	margin-bottom: 23px;
}
.mu-electronic > h3{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}
.electronic-form-button{
	background: #438468;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 17px;
}
.electronic-form-button > a{
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.application-place{
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	padding: 20px 20px;
	margin-bottom: 25px;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2B2A29;
}
.application-place > h3{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #334F42;
}
.application-place p{
	margin: 8px 0;
}
.application-place > .title{
	font-family: 'Montserrat';
	font-weight: 600;
	color: #334F42;
	padding-top:8px;
}
.application-place .line{
	border-bottom: 1px solid #D9D9D9;
	margin: 24px 0;
}
.mu-regulations > ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	column-gap: 40px;
	padding: 0;
}
.mu-regulations ul li{
	border-bottom: 1px solid #E6E6E6;
	border-radius: 0.5px;
	padding: 7px 0 14px;
}
.mu-regulations ul li a {
	text-decoration: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #2B2A29;
}
.mu-regulations ul li a::after {
	content: "\2192";
}

/*------------Спойлер-----------*/
.read-more-container {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .read-more-container {
  max-height: none;
}
.read-more-checker ~ .read-more-button:before {
  content: "Показать полностью ";
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Скрыть";
}
.read-more-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 1em 0;
}
.read-more-button > span{
    background-color: #334F42;
    color: #fff;
    padding: 0.7em 0.8em;
    border-radius: 50%;
    margin-left: 1em;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin-left: 1em;
}
/*------------------------------*/
/*------------Вкладки-----------*/
input#tab1, #tab_1, input#tab2, #tab_2, input#tab3, #tab_3,
input#tab4, #tab_4, input#tab5, #tab_5, input#tab6, #tab_6 {
  clear: both;
  display: none;
  padding-top: 10px;
}
label.mu-tab-title{
  display: block;
  /*float: left;*/
  padding: 10px 30px;
  border-bottom: 2px solid transparent;
}
input#tab1:checked + label.mu-tab-title, input#tab2:checked + label.mu-tab-title, input#tab3:checked + label.mu-tab-title,
input#tab4:checked + label.mu-tab-title, input#tab5:checked + label.mu-tab-title, input#tab6:checked + label.mu-tab-title{
  border-bottom-color: #02918c;
}
label.mu-tab-title:hover{
  cursor: pointer;
}
#tab1:checked ~ #tab_1, #tab2:checked ~ #tab_2, #tab3:checked ~ #tab_3,
#tab4:checked ~ #tab_4, #tab5:checked ~ #tab_5, #tab6:checked ~ #tab_6{
  display: block;
}
/*------------------------------*/
/*---------Иконка файла---------*/
.files a {
	background-image: url("/images/template/file-type/file.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".doc"], .files a[href$=".DOC"],
.files a[href$=".docx"], .files a[href$=".DOCX"] {
    background: url("/images/template/file-type/doc.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".pdf"], .files a[href$=".PDF"] {
	background: url("/images/template/file-type/pdf.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".xls"], .files a[href$=".XLS"],
.files a[href$=".xlsx"], .files a[href$=".XLSX"] {
    background: url("/images/template/file-type/xls.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".jpg"], .files a[href$=".JPG"],
.files a[href$=".jpeg"], .files a[href$=".JPEG"] {
    background: url("/images/template/file-type/jpg.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".png"], .files a[href$=".PNG"] {
    background: url("/images/template/file-type/png.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".rar"], .files a[href$=".RAR"] {
    background: url("/images/template/file-type/rar.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
.files a[href$=".zip"], .files a[href$=".ZIP"] {
    background: url("/images/template/file-type/zip.png") no-repeat;
	background-size: 2.3em 2.3em;
	padding-bottom: 1em;
}
/*------------------------------*/
/*--------------------*/
/* End */
/* /bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692 */
/* /bitrix/templates/demo2023-page/components/bitrix/news/section-item/bitrix/news.detail/mu/style.css?17240555298930 */
