

/* 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/section/section_style.css?17570677514734*/
.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 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/style.css?1757052365891 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/page_blocks/section/section_style.css?17570677514734 */
