.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: 116px;
	height: calc(100vh - 90px);
}

.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; 

}

.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: #275EC7; 
}

.support-nav{
	position:relative;
	padding: 0 40px; 
	margin-top: 92px; 
	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);
	z-index: 505;
}

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

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

.support-nav_item:hover{
	cursor: pointer;
	color: #275EC7; 

}

.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 ol>ol{
	margin-left: 0px; 
}

.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 #275EC7; 
}

.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: 0 auto;
	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-link-wrapper li:not(:last-of-type) {
	margin-bottom: 8px;
}

.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; 
	display: inline-block;
	margin-top: -8px; 
}

.knowledge-wrapper a.link:before{
	content: url("/local/templates/doma-main/icons/knowledge-arrow.svg");
	margin-right: 26px;
	vertical-align: middle; 
	width: 21.33px; 
	height: 16px; 
	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: #275EC7;
	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;
}

.knowledge-wrapper a.automenu-item_h3.active, 
.knowledge-wrapper a.automenu-item_h2.active{
	color: #275EC7; 
}

.knowledge-wrapper iframe {
	position: relative;
	left: calc(50% - 280px);
	border-radius: 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:#275EC7;
	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; 
}

/*header.fixed ~ .promo{
	top: 130px !important; 
}
*/
@media screen and (max-width: 992px){
	.knowledge-wrapper{
		background: #ffffff; 
		border-bottom: none;
	}

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

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

}

@media screen and (max-width: 480px){
	.support-nav {
		margin-top: 88px;
	}

	.support-nav__fixed{
		margin-top: 0px !important; 
	}

	.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 {
		position: relative;
	}

	.knowledge-wrapper a.download:before{
		content: url("/local/templates/doma-main/icons/knowledge-arrow_download.svg");
		margin-right: 0;  
		top: 8px;
		left: -6px;
		width: auto;
		height: auto;
		position: absolute;
	}

	.knowledge-wrapper a.download span{
		border-bottom: none !important;
		text-decoration: solid underline #275EC7 2px;
		text-underline-offset: 5px;
		line-height: 140%;
		margin-left: 35px;
	}



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

	.knowledge-wrapper h3 {
		padding-top: 24px;
	}

	.knowledge-wrapper iframe {
		position: static;
		width: 100% !important;
		height: auto !important;
		max-height: 315px;
		aspect-ratio: 16/9;
	}

	.knowledge_table-wrapper table {
		margin-top: 0;
	}

	.knowledge_table-wrapper table tbody tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
	}

	.knowledge_table-wrapper table tbody tr td {
		padding: 0;
		width: 100% !important;
	}

	.knowledge_table-wrapper table tbody tr td:first-child {
		margin-bottom: 4px;
	}

	.knowledge_table-wrapper table tbody tr td ul li:not(:first-child) {
		margin-top: 4px;
	}

	.knowledge-link-wrapper {
		margin-left: 0 !important; 
	}

	.knowledge-link-wrapper a {
		margin: 0; 
	}

	.knowledge-link-wrapper br {
		display: none;
	}

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

}