

/* 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/sections/style.css?17570513464734*/
.search-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#results-<?= $index?> {
    list-style: none;
    padding: 0;
}

#results-<?= $index?> li {
    margin-bottom: 5px;
}

#results-<?= $index?> li a {
    text-decoration: none;
    color: #333;
}

#results-<?= $index?> li a:hover {
    color: #007bff;
}

/* Дополнительные стили для sections-1 */
.item-views.list.sections.blocks {
    margin: 0;
}

.items-sections .item_wrap {
    margin-bottom: 20px;
}

.item-border {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.shadow1 {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.item {
    padding: 20px 60px 20px 20px;
    position: relative;
}

.item .arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
	border-color: var(--theme-base-color);
	background-color: #fff;
	transition: .1s;
}

.item:hover .arrow {
	background-color: var(--theme-base-color);
	transition: .1s;
}

.item .arrow svg {
	fill: var(--theme-base-color);
    transition: .1s;
    width: 25px;
    height: auto;
}

.item:hover .arrow svg {
	fill: #fff;
	transition: .1s;
}

.item .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.item .image .wrap {
    width: 200px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
}

.item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item .info {
    overflow: hidden;
}

.item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item .title a {
    color: #333;
    text-decoration: none;
}

.item .title a:hover {
    color: #007bff;
}

.item .previewtext {
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.item .text.childs {
    margin-top: 15px;
}

.item .text.childs .hidden-block {
    margin-bottom: 10px;
}

.item .text.childs ul {
    list-style: none;
    margin: 0;
    padding: 12px;
    font-weight: 500;
	-webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -moz-column-fill: balance;
    column-fill: balance;
}

.item .text.childs ul:before, .item .text.childs ul:after, .item .text.childs ul li:before, .item .text.childs ul li:after {
    display: none;
}

.item .text.childs li {
    margin-right: 15px;
    margin-bottom: 5px;
	break-inside: avoid-column;
}

.item .text.childs li::before {
    display: none;
}

.item .text.childs li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.item .text.childs li a:hover {
    color: var(--theme-base-color);
}

.item .btn.arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.item .btn.arrow:hover {
    background: #0056b3;
}

.rolldown {
    cursor: pointer;
    display: contents;
}

.rolldown .arrow-open {
    display: flex;
    border: 1px solid;
	border-color: var(--theme-base-color);
    border-radius: 50%;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    transition: .1s;
}

.rolldown .arrow-open svg {
    width: 16px;
    height: 16px;
    transition: .1s;
    fill: var(--theme-base-color);
}

.rolldown:hover .arrow-open {
    background-color: var(--theme-base-color);
    color: white;
    transition: .2s;
}

.rolldown:hover .arrow-open svg {
    transition: .1s;
    fill: #fff;
}

.rolldown.arrowOpen .arrow-open svg  {
	transform: rotate(180deg);
}

/* Адаптивность */
@media (max-width: 768px) {
    .item .image {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .item .image .wrap {
        width: 100%;
        height: 200px;
    }
    
    .item .btn.arrow {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }
	
	.item .text.childs ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

/* 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/sections/style.css?17570513464734 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/page_blocks/elements_school_list/style.css?17643120823001 */
