

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.detail/depositary/style.css?17774677201975*/
.contacts-content {
	padding-top: 50px;
}

.contacts-item {
	margin-bottom: 30px;
}

.contacts-title {
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(55, 71, 79, 0.35);
	margin-bottom: 6px;
}

.contacts-text {
	font-size: 24px;
	line-height: 1;
	color: #37474F;
	margin-bottom: 17px;
}

.contacts-discl {
	font-size: 15px;
	line-height: 1.47;
	color: rgba(55, 71, 79, 0.75);
}

.contacts-content p {
	font-size: 18px;
	margin-top: 0;
}

.contacts-currency {
	display: flex;
	border-bottom: 1px solid rgba(55, 71, 79, 0.15);
	margin-bottom: 24px;
}
.contacts-currency:first-item {
	border-top: 1px solid rgba(55, 71, 79, 0.15);
}

.cont-currency__item {
	width: 28%;
	padding-bottom: 18px;
}

.cont-currency__item:first-child {
	width: 16%;
}

.cont-currency__title {
	font-size: 11px;
	line-height: 1.27;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(77, 83, 87, 0.7);
}

.cont-currency__text {
	font-size: 14px;
	line-height: 1.29;
	color: #37474F;
}

.cont-currency__item:first-child .cont-currency__text {
	font-size: 16px;
}


.contacts-requis .cont-currency__item {
	width: 50%;
	padding-left: 15px;
}

.contacts-requis .cont-currency__item:first-child {
	padding-left: 0;
	padding-right: 15px;
}

.contacts-requis .cont-currency__item .cont-currency__text {
	font-size: 16px;
}

.file-list__item--pfd a {
	padding-left: 72px;
}

@media all and (min-width: 768px) and (max-width:1024px) {
	.cont-currency__item {
		padding: 0 10px 17px;
	}
}

@media all and (max-width:767px) {
	.contacts-currency {
		flex-wrap: wrap;
		border: 1px solid rgba(55, 71, 79, 0.15);
		padding: 17px 15px 0;
		border-radius: 4px;
	}
	.cont-currency__item,
	.cont-currency__item:first-child,
	.contacts-requis .cont-currency__item,
	.contacts-requis .cont-currency__item:first-child {
		width: 100%;
	}
	.cont-currency__title {
		margin-bottom: 8px;
	}
	.contacts-content {
		padding-top: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/catalog.section.list/tarify/style.css?17774677192952*/
.credits-container  {

}

.credits-container .file-grab {
	border-bottom: 1px solid #F0F0F0;
	display: block;
}

.credits-container div.section-tarif {
	height: auto;
	border-radius: 4px;
	margin-bottom: 10px;
}

.credits-container div.section-tarif .head-tarif {
	padding: 27px 30px;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}

.credits-container div.section-tarif .head-tarif.active {
	border-bottom-color: rgba(55, 71, 79, 0.15);
}

.credits-container div.section-tarif .head-tarif:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 6px;
	background: url('/bitrix/templates/about-new/components/bitrix/catalog.section.list/tarify/images/head-arrow.svg') no-repeat center / contain;
	opacity: 0.35;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.credits-container div.section-tarif .head-tarif.active:after {
	opacity: 1;
	transform: translateY(-50%) rotate(-180deg) ;
}

.credits-container div.section-tarif .head-tarif .title {
    font-size: 18px;
    line-height: 18px;
    color: #0073AE;
    position: relative;
    padding-left: 70px;
}

.credits-container div.section-tarif .description {
	background: #f8f8f8;
	padding:20px 30px !important;
	color: #403e3e;
}

.credits-container div.section-tarif .footer {
	width: 100%;
	background-color: #f8f8f8;
	height: 14px;
}

/*.credits-container div.section-tarif .middle {
	
}*/

.credits-container div.section-tarif .content-tarif {
	display: none;
	padding: 20px 30px;
}

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

li.file-list__item:before {
	display: none!important;
}

li.file-list__item {
    margin: 20px 0;
    line-height: 1.4;
}

li.file-list__item:last-child {
	margin-bottom: 0;
}

.file-list__item a {
    padding-left: 80px;
    min-height: 42px;
    font-size: 15px;
    display: inline-block;
    color: #0073AE;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/about-new/assets/img/doc-pdf-icon.svg);
    border: 0!important;
}

.file-list__item--pfd a {
    background-image: url(/bitrix/templates/about-new/assets/img/doc-pdf-icon.svg);
}

.file-list__item a > span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    color: rgba(55, 71, 79, 0.7);
    margin-top: 6px;
}

@media all and (max-width:767px) {
	.credits-container div.section-tarif .head-tarif {
		padding: 20px 15px;
	}
	.credits-container div.section-tarif .content-tarif {
		padding: 20px 15px;
	}
	.file-list__item a {
		padding-left: 70px;
	}
}

.credits-container div.section-tarif .head-tarif .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 50px;
    height: 40px;
    background:url('/bitrix/templates/about-new/assets/img/soziv-icon.svg') top no-repeat;
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/catalog.section.list/tarifi2lvl/style.css?17774677191345*/

.bx_sitemap {
	/*margin-left:25px;*/
}
.bx_sitemap .bx_sitemap_ul > li {
	padding-bottom: 31px;
	margin-bottom: 29px;
	border-bottom: 1px solid rgba(55, 71, 79, 0.15);
}

.bx_sitemap .bx_sitemap_ul > li:last-child {
	border-bottom-color: transparent;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.bx_sitemap .bx_sitemap_ul > li > .bx_sitemap_li_title {
	color: #373535;
	font-size: 16px !important;
	line-height: 1;
	text-decoration: none;
	margin-top: 20px;
	display: block;
}

.bx_sitemap .bx_sitemap_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bx_sitemap .bx_sitemap_ul ul {
	/*margin-left: 25px;*/
	list-style: none;
	position: relative;
	padding: 0;
	/*padding-left: 30px;*/
}

.bx_sitemap .bx_sitemap_ul ul .bx_sitemap_li_title {
	color: #37474F;
	font-size: 15px !important;
	line-height: 1;
	text-decoration: none;
	margin-top: 17px;
	display: block;
}

.bx_sitemap .bx_sitemap_ul ul li:not(.file-list__item) {
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
}

.bx_sitemap .bx_sitemap_ul ul li:not(.file-list__item):last-child {
	margin-bottom: 0;
}

.bx_sitemap .bx_sitemap_ul ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(55, 71, 79, 0.15);
}


@media all and (max-width:767px) {
	.bx_sitemap .bx_sitemap_ul ul li {
		padding-left: 20px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/news.detail/depositary/style.css?17774677201975 */
/* /bitrix/templates/about-new/components/bitrix/catalog.section.list/tarify/style.css?17774677192952 */
/* /bitrix/templates/about-new/components/bitrix/catalog.section.list/tarifi2lvl/style.css?17774677191345 */
