

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/style.css?1757052365891*/
/* Стили для описания раздела */
.section-description {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid var(--theme-base-color);
}

.section-description__content {
    max-width: 100%;
}

.section-description__title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.section-description__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .section-description {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .section-description__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .section-description__text {
        font-size: 14px;
    }
}



/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/page_blocks/element_custom/style.css?17568753281126*/
#searchInput {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.item_wrap_list {
	margin-bottom: 12px;
}

.info-list {
	padding: 16px;
}

.info-list summary {
    padding: 0 !important;
    margin: 0px;
    font-size: .8em !important;
	cursor: pointer;
}

.info-elements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.info-element {
	width: calc(100% - 100px);
}

.info-element h3 {
    padding: 0 !important;
    margin: 0px;
    font-size: 1em !important;
    font-weight: bold;
}

.info-btn {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 18px;
}

.info-btn a {
    display: flex;
    width: 21px;
    height: 21px;
    font-size: 0;
}

.info-btn a svg {
    width: 21px;
    height: 21px;
    opacity: .5;
	transition: .2s;
}

.info-btn a:hover svg {
    width: 21px;
    height: 21px;
    opacity: 1;
    fill: #00569c;
}

/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/style.css?1757052365891 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/page_blocks/element_custom/style.css?17568753281126 */
