

/* Start:/bitrix/templates/main-page-aspro-medc2/components/bitrix/catalog.section.list/price_tag/style.css?17697583361278*/
.tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.tags-name {
	display: flex;
	height: 40px;
	padding: 11px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: #E8EAED;
	color: #111827;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.tags-name.selected,
.tags-name:hover {
	background: #FFAD00;
	color: #FFF;
}

.tags-name__select {
	display: none;
}

@media (max-width: 768px) {
	.tags {
		display: none;
	}
	.tags-name__select{
		display: block;
		position: relative;
		margin-bottom: 32px;
	}
	#tagselect {
		width: 100%;
		padding: 12px 12px 12px 16px;
		border-radius: 8px;
		border: 2px solid  #E9EBEF;
        background: none;
		appearance: none; 
		-webkit-appearance: none;
		-moz-appearance: none;
		z-index: 2;
	}
	.tags-name__select::before{
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%235A616C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		position: absolute;
		right: 12px;
		z-index: 1;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 24px;
        width: 24px;
		z-index: 1;
	}
}
/* End */


/* Start:/bitrix/templates/main-page-aspro-medc2/components/bitrix/news.list/price-elements-2/style.css?17697568382275*/
.item-views.sections{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-block{
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    border-radius: 20px;
    background: #F6F7F8;
}
.section-header{
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}
.opens .section-header::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 14L12 10L8 14' stroke='%232A2A2A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.closes .section-header::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 10L12 14L8 10' stroke='%232A2A2A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.opens .section-list{
    display: block;
}
.closes .section-list{
    display: none;
}
.section-list-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #D2D6DC;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 92px;
}
.section-list-block .price{
    white-space: nowrap;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.section-list-block.child{
    padding: 0 0 12px 0;
    color: #5A616C;
    font-size: 18px;
    border-top: none;
}
@media (max-width: 768px) {
    .section-list-block{
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .section-list-block .price{
        font-size: 18px;
    }
    .section-block{
        padding: 16px;
        border-radius: 12px;
    }
    .section-header{
        font-size: 20px;
        padding-right: 10px;
    }
}
/* End */
/* /bitrix/templates/main-page-aspro-medc2/components/bitrix/catalog.section.list/price_tag/style.css?17697583361278 */
/* /bitrix/templates/main-page-aspro-medc2/components/bitrix/news.list/price-elements-2/style.css?17697568382275 */
