

/* Start:/local/templates/.default/components/bitrix/menu/select-device_menu/style.css?17689864014022*/
.select-device_label#menuActivator{
	cursor: pointer; 
	position: relative; 

}

.menu_wrapper-background {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 505;
}

.menu_wrapper-background.hidden {
	display: none;
}

.menu_wrapper{
	height: auto; 
	top:72px;
	left: 0; 
	background: #FFFFFF;
	box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.08), 1px 3px 8px rgba(34, 34, 34, 0.08);
	border-radius: 16px;
	position: absolute;
	z-index: 1000;
	max-width: 1000px; 
	max-height: 75vh;
	overflow: auto;
	padding: 30px 32px;
	width: 500%;
	box-sizing: border-box; 
	/*pointer-events: none;*/ 
}
.menu_wrapper .row {
	gap: 12px;
	flex-wrap: nowrap;
}
.menu_wrapper a{
	pointer-events: auto; 
}

.knowledge-menu_title{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #222222;
}

.knowledge-menu_items{
	display: flex;
	flex-direction: column; 
}

.knowledge-menu_items a{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #222222;
}

.support-nav_item__last {
	color: #275EC7 !important;
}

.support-nav_item a:hover {
	color: #275EC7 !important;
}

.knowledge-menu_items a:hover {
	color: #275EC7 !important;
}

.select-device_label:hover {
	color: #275EC7 !important;
}

.knowledge-wrapper a.download span, .knowledge-wrapper a.link span {
	border-color: #275EC7 !important;
}

.select-device_label{
	display: flex; 
	color:#737373; 
	font-weight: 500;
	font-size: 18px;
	width: 184px;
	position: relative;
	z-index: 9;
	user-select: none; 
}

.select-device_label:hover > .select-device_label-chevron span {
	background-color: #275EC7;
}
/*
.select-device_shevron{
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background:url(/local/templates/doma-main/icons/shevron-down.svg);
	background-repeat: no-repeat; 
	background-position: center;
	margin-top: 3px; 
}

.select-device_shevron.shevron__up{
	background:url(/local/templates/doma-main/icons/shevron-up.svg);
	background-repeat: no-repeat; 
	background-position: center;
}
*/

.select-device_label .select-device_label-chevron{
  height: 0px;
  width: 9px;
  display: block;
  cursor: pointer;
  float: right;
  top: 14px;
  position: relative;
  margin-left: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition-timing-function: ease-in-out;
}

.select-device_label .select-device_label-chevron span {
  width: 100%;
  height: 1.5px;
  background-color: #737373;
  display: block;
  -webkit-transition: all 0.2s;
  transition: transform 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
	border-radius:5px;
}

.select-device_label .select-device_label-chevron span:first-of-type {
  transform-origin: 100% 0;
  transform: rotate(135deg);
  top: 3px;
  right: 1px;

}

.select-device_label .select-device_label-chevron span:last-of-type {
  transform-origin: 100% 0;
  transform: rotate(45deg);
}

.select-device_label .select-device_label-chevron.active {
    transform: translateY(-6px);
}

.select-device_label .select-device_label-chevron.active span:first-of-type {
    transform: rotate(225deg);
}

.select-device_label .select-device_label-chevron.active span:last-of-type {
    transform: rotate(-45deg);
}

.select-device-menu_active-item{
	color: #275EC7 !important;
}

@media screen and (max-width: 992px){
	#menuActivator{
		position: revert; 
		display: flex;
    	align-items: center;
	}

	.select-device_label .select-device_label-chevron {
		top: 12px;
	}

	.menu_wrapper{
		left: 0;
		top: 175px;
		width: 100%; 
		border-radius: 0; 

	}

	.menu_wrapper__fixed{
		top: 60px; 
		position: fixed;
		left: 0; 
		right: 0; 
		bottom: 0; 
	}
}

@media screen and (max-width: 480px){
	.menu_wrapper{
		text-align: center;
		padding: 0 32px 30px 32px;
		z-index: 101;
	}

	.menu_wrapper > .row {
		flex-direction: column;
	}

	.select-device_shevron {
		margin-top: 0;
	}
}

@media screen and (max-width: 375px){
	.select-device_label-text{
		font-size: 16px;
	}
}


/* End */


/* Start:/local/templates/doma-main/components/bitrix/catalog.element/support-detail/style.css?17689841731409*/
header.fixed ~ .promo {
	top: 130px;
}


.support-detail_name{
	text-align: center; 
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	color: #222222;
}

.support-detail_content__scrolled {
	margin-top: 235px !important;
}

.mt-16{
	margin-top: 16px; 
}

.mt-100{
	margin-top: 100px; 
}

h2{
	text-align: center; 
	margin-top: 40px; /* 100 px */  
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	color: #222222;
}

h4 {
	margin-bottom: 32px;
}

.support-detail_update{
	text-align: center; 
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #275EC7;
}

.support-detail_htmlcontent{
	margin-left: auto; 
	margin-right: auto; 
	max-width: 859px; /*1920 - 373 (sidebar) - 224 - 224 (margins) */
	width: 100%; 
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
}

@media screen and (max-width: 480px){
	.support-detail_name{
		margin-top: 28px;
		font-size: 26px; 
	}

	.support-detail_update {
		margin-top: 8px;
	}

	.support-detail_content{
		margin-left: 0; 
	}

	.support-detail_htmlcontent{
		margin-left: 0;
		margin-right: 0; 
	}

	h2{
		margin-top: 0; 
	}

	.knowledge_table-wrapper{
		overflow-x: auto; 
	}
	.knowledge_table-wrapper ul {
		margin: 0;
	}
	.knowledge_table-wrapper ul li {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/components/eltex-doma/support-questions/templates/.default/style.css?16957115551694*/
.support-questions-block {
  background: url(/local/templates/doma-main/images/eltex-doma-support_section-questions__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 520px;
}

.support-questions-block > .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 136px auto 104px;
  height: 100%;
  max-width: 723px; 
}

.support-questions-block .subtext {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.support-questions-block .title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-size: 70px;
  line-height: 120%;
  /* identical to box height, or 84px */
  text-align: center;

  /* White */
  color: #ffffff;
}

.margin-auto-mt-60 {
	margin: 60px auto 0 auto;
}

@media screen and (max-width: 480px){
	 .support-questions{
         padding: 0 20px;
    }

	.support-questions-block{
        height: 352px;
		background-image: url('/local/templates/doma-main/images/eltex-doma-support_section-questions__bg__mobile.png');
		background-size: cover; 
    }


     .support-questions{
         padding: 0 20px;
    }

	.support-questions-block {
		height: auto !important;
		min-height: 352px !important;
	}

     .support-questions-block > .content{
		 justify-content: flex-start;
         margin: 0;
		 padding: 0 24px;
    }
     .support-questions-block .title{
         margin-top: 60px;
         font-size: 30px;
    }
     .support-questions-block .subtext{
         margin-left: 12px;
         margin-right: 12px;
         font-size: 18px;
    }
}



/* End */
/* /local/templates/.default/components/bitrix/menu/select-device_menu/style.css?17689864014022 */
/* /local/templates/doma-main/components/bitrix/catalog.element/support-detail/style.css?17689841731409 */
/* /local/components/eltex-doma/support-questions/templates/.default/style.css?16957115551694 */
