

/* Start:/local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063*/
.bx-breadcrumb {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb {
	margin-bottom: 10px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
	background-color: rgba(65, 65, 110, 0.6);
}
.breadcrumbs span {
	float: left;

	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	overflow: hidden;         /* Скрываем выходящий за границы текст */
	text-overflow: ellipsis;
	max-width: 200px
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family:  'Golos Text', 'Roboto', sans-serif;
	font-size: 14px;
	white-space: normal;
	line-height: 16px;
	color: rgba(65, 65, 110, 0.6);
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.bx-breadcrumb .bx-breadcrumb-item:last-child span{
	color: #376DF6;
}

.bx-breadcrumb i:before {
	content: ''!important;
	display: block;
	width: 1px;
	height: calc(100% - 2px);
	background-color: rgba(65, 65, 110, 0.7);
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/req-resp/style.css?17639391402519*/
.page__request {
    padding: 50px 0;
}

.page__request_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.request__item__header {
    padding: 14px 12px 14px 25px;
    background: #DAF4FF;
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.request__item__header__title_box {
    display: flex;
    column-gap: 19px;
    align-items: center;
}

.request__item__header__title_box .svg_wrapper {
    width: 30px;
    height: 31px;

}

.request__item__header__title {
    font-family: 'Golos Text', 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
}

.request__item__header__btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.request__item__header__btn:hover .request__line-2{
    transform: rotate(90deg);
}

.request__line-1,
.request__line-2{
    display: block;
    background: #41416E;
    transition: all 0.3s;
}

.request__line-1 {
    width: 30px;
    height: 1px;
    margin: auto;
    transform: translateY(15px);
}

.request__line-2 {
    width: 1px;
    height: 30px;
    margin: auto;
}

.request__item_wrapper.active .request__item__body {
    height: fit-content;
    padding: 28px 30px 21px 23px;
}

.request__item_wrapper.active .request__line-2 {
    transform: rotate(90deg);
}

.request__item__body {
    background: rgba(228, 247, 255, 0.4);
    height: 0;
    transition: all 0.3s;
    display: flex;
    column-gap: 18px;
    overflow: hidden;
}

.svg_wrapper-2 {
    width: 28px;
    height: 28px;
}

.request__item__body__content {
    display: flex;
    column-gap: 44px;
}

.request__item__body__content__img {
    width: 110px;
}

.request__item__body__content__img img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 40px 40px 40px;
    margin-bottom: 10px;
}

.content__img__title {
    font-family:  'Golos Text', 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
}

.content__img__sub-title {
    font-family: 'Golos Text', 'Roboto', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: rgba(65, 65, 110, 0.4);
}

@media (max-width: 600px) {
    .request__item__body__content {
        flex-direction: column;
        row-gap: 30px;
    }

    .request__item__header__title {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063 */
/* /local/templates/main/components/bitrix/news.detail/req-resp/style.css?17639391402519 */
