.knowledge-wrapper{
	font-size: 18px; 
}

.support-detail_sidebar{
	background: #f6f6f6;
	opacity: 1;
	width: 373px; 
	height: 100%; 
	/* height: calc(100vh - 37px); */ 
	display: flex;
	flex-direction: column; 
	padding: 0 16px 120px 40px; 
	box-sizing: border-box; 
	overflow-x: hidden; 
	/* border-bottom:20px solid red; */
	overflow-y: auto; 
	position: sticky; 
	top: 96px;
	height: calc(100vh - 44px); 
}

.support-detail_sidebar__fixed{
	position: fixed; 
	left: 0; 
	top: 0; 
	/*flex:none; 
	margin-top: 37px;
	top: 37px; 
	padding-top: 0; */
}

.support-detail_sidebar__sticky{
	position: sticky; 
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100vh;
}


.automenu_wrapper{
	display: flex;
	flex-direction: column; 
	margin-top: 28px; 

}
ul li{
	
	list-style: disc;
  font-size: 18px;
}

.automenu-item_h2{
	margin-top: 16px;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #222222; 
}

.automenu-item_h3{
	margin-left: 20px; 
	margin-top: 8px;
	font-size: 16px; 
	color: #737373;
}

.automenu-item_h2:hover,
.automenu-item_h2:active,
.automenu-item_h3:hover,
.automenu-item_h3:active{
	color: #3893ff; 
}

.support-nav{
	position:relative;
	padding: 0 40px; 
	margin-top: 200px; 
	box-sizing: border-box; 
	display: flex;
	flex-direction: row; 
	justify-content: left; 
	background: #ffffff;
	box-shadow: 0px 1px 8px rgba(164, 164, 164, 0.15);
}

.support-nav__fixed{
	position: fixed; 
	width: 100%; 
	z-Index: 100; 
	background: #ffffff; 
	margin-top: 59px; 
}

.support-nav_item{
/*	padding: 10px 20px; */
	padding: 19px 40px 19px 0; 
}

.support-nav_item:hover{
	cursor: pointer;
	color: #3893ff; 

}

.support-nav_item:first-child{
/*	margin-left: 20px; */
}

.knowledge-wrapper{
	width:100%;	
	flex-direction: row; 
	/* margin-top: 109px; */
	box-sizing: border-box;
	border-bottom: 2px solid #EEE;

}

.knowledge-wrapper h2{
	margin-bottom: 16px; 
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	color: #222222;
	padding-top: 60px; 
}

.knowledge-wrapper h3{
	/*margin-top: 40px -> padding-top: 60px - это необходимо для корректной прокрутки до заголовка h3, если меньшее значение, то залезает за навигационную панель */  
	padding-top: 60px; 
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 4px; 
	color: #222222;
}

.knowledge-wrapper p{
	margin-top: 16px; 
	font-size: 18px;
}

.knowledge-wrapper ol{
	margin-top: 16px; 
	margin-left: 20px; 
	font-size: 18px;
}

.knowledge-wrapper ul{
	margin-left: 20px;
	list-style: disc;
	font-size: 18px;

}

.knowledge-wrapper notify{
	padding: 16px 24px;
	box-sizing:border-box;  
	display: inline-block;
	margin-top: 28px;
	margin-bottom: 20px; 
	font-size: 18px;
}

.knowledge-wrapper notify.blue{
	background: #eaf3ff; 
	border-left: 5px solid #3893ff; 
}

.knowledge-wrapper notify.red{
	background: #fee9e9; 
	border-left: 5px solid #F93232; 
}

.knowledge-wrapper img{
	/* width: 100%;
	height: 100%; */
	border-radius: 16px; 
	margin-top: 24px;
	max-width: 100%;  
	margin: 48px auto 0;
	display: block; 
}

.knowledge-wrapper table{
	margin-top: 32px; 
	table-layout: fixed;
	width: 100%; 
	font-size: 18px;
	line-height: 140%;
	color: #222222;
}

.knowledge-wrapper table tbody tr td{
	padding: 12px 0; 
}

.knowledge-wrapper table tbody tr td:first-child{
	font-weight: 600;
	width: 40%; 
	vertical-align: top; 
}

.knowledge-link-wrapper li{
	list-style: none; 
	position: relative; 
}

.knowledge-wrapper a.download, 
.knowledge-wrapper a.link{
	margin-top: 32px; 
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #222222; 

}

.knowledge-wrapper a.download:before{
	content: url("/local/templates/doma-main/icons/knowledge-arrow_download.svg");
	margin-right: 26px;
	vertical-align: middle; 
	width: 21.33px; 
	height: 21.33px; 
	transform: scale(0.7);
	display: inline-block;
	margin-top: -4px;
}

.knowledge-wrapper a.link:before{
	content: url("/local/templates/doma-main/icons/knowledge-arrow.png");
	margin-right: 26px;
	vertical-align: middle; 
	width: 21.33px; 
	height: 16px; 
	transform: scale(0.4);
	display: inline-block;
}

.knowledge-wrapper a{
	margin-top: 32px;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	display: block;
}

.knowledge-wrapper a.showmore{
	margin-top: 40px; 
	margin-left: auto;
	margin-right: auto;
	max-width: 202px;
	text-align: center; 
	padding: 16px 40px;
	border-radius: 100px;
	border: none;
	background: #3893ff;
	color: #ffffff;
	cursor: pointer; 

}

.knowledge-wrapper a.automenu-item_h3{
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	width:95%;
}

.knowledge-wrapper a.automenu-item_h3.first-child{
	margin-top: 16px;
}

.support-detail_content{
	width: calc(100% - 373px); 
	padding: 0 120px 200px; 
	padding: 0 100px 200px; 
	box-sizing: border-box; 
	/* margin-left: 225px; */ 
}

.support-detail_content a{
	color:#3893FF;
	margin-top:0;
}

.support-detail_content li a, .support-detail_content p a, .support-detail_content notify a{
	display: inline; 
}

accordion{
	margin-top: 16px; 
	transition: all 1s ease;
}

accordion:first-child{
	margin-top: 32px; 
}


accordion .title{
	background: #eaf3ff; 
	padding: 20px 32px; 
	cursor: pointer; 
	position: relative; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 16px; 
	border-radius: 16px; 
}

accordion .accordion-title__active{
	border-radius: 16px 16px 0 0; 
}

.accordion_shevron{
	width: 20px;
	height: 20px; 
}

accordion .content{
	display: none; 
	padding: 16px 40px 20px 32px; 
	background: #eaf3ff; 
	height: 1px; 
	transition: all 1s ease;
	font-size: 18px;
	color:#737373; 
}

accordion .content__active{
	display: block; 
	height: auto; 
	border-radius: 0 0 16px 16px; 
}


.support-detail_content{
	height: 100%; 
	width: calc(100% - 373px);
	background:#ffffff; 
}

.support-detail_content__offset{
	margin-left: 373px; 
}

@media screen and (max-width: 992px){
	.knowledge-wrapper{
		background: #ffffff; 
	}

	.knowledge-wrapper a.download, 
	.knowledge-wrapper a.link{

		/* display: flex */;
		display: inline-block;  
	}

}

@media screen and (max-width: 480px){
	.knowledge-wrapper{
		background: #ffffff; 
	}

	.knowledge-wrapper h2{
		font-size: 22px; 
		padding-top: 48px; 
	}

	.knowledge-wrapper a.showmore{
		margin-top: 32px; 
	}

	.accordion_shevron{
		width: 20px;
		height: 20px; 
		position: absolute;
		top: 17px;
		right: 23px;
	}

	.knowledge-wrapper a.download:before{
		content: url("/local/templates/doma-main/icons/knowledge-arrow_download.png");
		margin-right: 0; 
	/*	margin-right: 13px; 
		vertical-align: middle;*/  
		position: absolute;
		left: -13.3px;
		top: 4px;
	}

	.knowledge-wrapper a.link:before{
		content: url("/local/templates/doma-main/icons/knowledge-arrow.png");
		margin-right: 0; 
		/* margin-right: 13px; 
		vertical-align: middle;*/ 
		position: absolute;
		left: -13.3px;
		top: 6px; 
	}

	a.link, a.download{
		margin-left:20px; 
	}

	.support-nav {
		margin-top: 52px;
	}

	iframe {
		max-width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}


}