

/* 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/elements_school_list/style.css?17643120823001*/
#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: column;
    justify-content: space-between;
    width: 100%;
}

details {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ecf2f4;
}

.summary {
    padding: 0;
    margin: 0px;
    font-size: .8em;
}

.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;
}

/* Дополнительные стили для elements_list_custom */
.search-container {
    margin-bottom: 20px;
}

.item_wrap_list {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.shadow1 {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.item-border {
    border: 1px solid #e0e0e0;
}

.item_list {
    padding: 0;
}

.info-element.main-info {
    display: flex;
	flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 15px;
}

.info-element.main-info .element-icon {
	flex: 1;
}

.info-element.main-info .element-content {
	flex: 2;
}

.element-icon img {
    min-width: 400px;
    width: 100%;
    max-width: 400px;
    height: 215px;
    object-fit: cover;
    border-radius: 4px;
}

.element-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
	margin-bottom: 12px;
}


.element-preview {
    color: #666;
    line-height: 1.5;
	margin-bottom: 24px;
}

.prop-label {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.prop-value {
    color: #666;
}

.file-link {
    color: #00569c;
    text-decoration: none;
}

.file-link:hover {
    text-decoration: underline;
}

.pagination_nav {
    margin: 20px 0;
    text-align: center;
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.info-element {
    display: flex;
    justify-content: flex-end;
}


@media (max-width: 999px) {
.info-element.main-info {
    flex-direction: column;
}
}

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