

/* Start:/bitrix/templates/mkws2024/components/bitrix/menu/left/style.css?1756328581825*/
.left-menu {

}

.left-menu li {
	border-bottom: 1px solid #9D9D9D;
	text-decoration: none;
	width: 100%;
	display: flex
;
	flex-flow: row wrap;
}
.left-menu a {
	color: rgba(107, 107, 107, 1);
	padding: 16px 0;
	display: block;
	text-decoration: none;
	width: calc(100% - 20px) !important;
}

.left-menu {
	width: 380px;
	padding: 24px 40px 24px 0;
	border-right: 1px dashed #C7C7C7;
	margin: 0;
}

.left-menu ul {
	list-style: none;
	width: 100%;
	padding: 0;
	display: block;
}
.left-menu a.selected {
    color: #4A4A4A;
}

@media (max-width: 768px) {
	.left-menu ul {
		display: flex;
		white-space: nowrap;
	}
	.left-menu {
		overflow: auto;
		width: calc(100% + 20px)!important;
		margin-right: -20px!important;
	}
	.left-menu::-webkit-scrollbar{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024/components/bitrix/news.list/faq/style.css?17436137611233*/
.faq {
	width: 50%;
	margin: auto;
	padding: 40px 20px 60px;
	background: #FCF8F1;
	max-width: 680px;
	z-index: 2;
	position: relative;
}
.faq-text {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.faq-name {
	color: #4A4A4A;
	font-weight: 700;
	margin: 0 0 12px;
}

.faq-item {
	color: #9D9D9D;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #C7C7C7;
}

.faq-item-name {
	padding: 16px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.faq-item-text {
	width: 100%;
	display: none;
}

.faq-item-name > div {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}

.faq-item-name > div:before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	width: 1px;
	height: 7px;
	background: #4A4A4A;
}

.faq-item-name > div:after {
	content: '';
	position: absolute;
	right: 7px;
	top: calc(50% - 0.5px);
	width: 7px;
	height: 1px;
	background: #4A4A4A;
}

.faq-item.active .faq-item-name > div:before {
	display: none;
}
.faq-item.active .faq-item-name {
	color: #4A4A4A;
}
.faq-item.active .faq-item-text {
	display: block;
}

.faq-item-text .gray-btn {
	width: 100%;
	text-align: center;
	margin: 16px 0;
	cursor: pointer;
}
/* End */
/* /bitrix/templates/mkws2024/components/bitrix/menu/left/style.css?1756328581825 */
/* /bitrix/templates/mkws2024/components/bitrix/news.list/faq/style.css?17436137611233 */
