/* inputs */
form {
  position: relative;
}
.form-item {
  position: relative;
}
input {
  position: relative;
  width: 100%;
  padding: 22px 22px 5px;
  border: 2px solid var(--white);
  border-radius: 10px;
  transition: all .2s ease;
  z-index: 1;
}
input:focus {
  border-color: var(--brand-colors-pantone-2126);
}
label {
  position: absolute;
  left: 24px;
  top: 16px;
  color: var(--gray);
  /* pointer-events: none; */ 
  transition: all .2s ease;
  z-index: 1;
}
input:focus ~ label {
  font-size: 13px !important;
  top: 7px;
}
input:not(:placeholder-shown) + label {
  font-size: 13px !important;
  top: 7px;
}
input.error, input.error + label {
  border-color: var(--error);
  color: var(--error);
  background: #FDF6F6;
}
.form-item input.error ~ .arrow svg path {
  stroke: var(--error);
}
form .arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.form-item .error-msg {
  position: relative;
  margin-top: 4px;
  font-size: 13px;
  color: #FA6767;
  margin-top: -16px;
  opacity: 0;
  transition: all .2s ease;
}
.form-item input.error ~ .error-msg {
  margin-top: 4px;
  opacity: 1;
}


.button__follow {
  border: 2px solid #ffffff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  border-radius: 53px;
  color: #ffffff;
  padding: 12px 40px;
}

.button__follow:hover {
  background-clip: text;
  -webkit-background-clip: text;
  background: #ffffff;
  color: #000000;
}

.button__learn-more {
	padding: 10px 40px 12px 40px;
	font-size: 18px;
	line-height: 120%;
	color: #ffffff;
	border-radius: 53px;
	border: 2px solid #ffffff;
	cursor: pointer;
	background: transparent;
	white-space: nowrap; 
}

.button__learn-more:hover {
  background-clip: text;
  -webkit-background-clip: text;
  background: #ffffff;
  color: #3893FF;
}

.button__blue {
  border-radius: 100px;
  background: #275EC7;
  padding: 16px 40px;
  color: #ffffff;
    /*font-family: "Manrope";*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  border: 2px solid #275EC7;
  cursor: pointer;
}

.button__blue:hover {
  background:  #1A4087;
  border-color:#1A4087;
  color: #fff;
}

/* DEV */

.dev-support {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.support-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 550;
	display: none;
}

.support-modal.active {
	display: flex;
	justify-content: center;
}

.support-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.50);
}

.support-modal__content {
	padding: 40px 48px 48px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 16px;
	background: #000521;
	z-index: 102;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	overflow-y: scroll;
}

.support-modal__content::-webkit-scrollbar {
  display: none;
}

.support-modal__content-gradient {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 320px;
	height: 500px;
	border-radius: 100px;
	opacity: 0.5;
	background: #3893FF;
	filter: blur(300px);
}

.support-modal__content .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 130%;
	color: #A4A4A4;
}

.support-modal__content .subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	color: #A4A4A4;
}

.support-modal__content .subtitle a {
	color: #fff;
	transition: color .15s ease;
	margin-left: 4px;
}

.support-modal__content .subtitle a svg {
	position: relative;
	top: 1px;
	left: 4px;
}

.support-modal__content .subtitle a svg path {
	transition: all .2s ease;
}

.support-modal__content .subtitle a:hover {
	color: #275EC7;
}

.support-modal__content .subtitle a:hover svg path {
	stroke: #275EC7;
}

.support-modal__content form {
	display: flex;
	flex-direction: column;
}

.support-modal__content .button__blue {
	width: fit-content;
}

.support__form_item {
    position: relative;
	width: 600px;
}

.support__form_item textarea {
	padding: 20px 16px 14px 24px;
}

.support__form_item .label_attachment {
	position: relative;
	top: 0;
	left: 0;
}
.support__form_item .label_attachment span {
	color: var(--white);
}

.support__request_input-label {
    position: absolute;
    top: 15px;
    left: 26px;
    transition: all 0.5s ease;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
	text-align: left;
	cursor: text;
	pointer-events: none;
}

.support__request_input-label__active {
    top: 5px;
    font-size: 12px;
}

.support__request_input {
	box-sizing: border-box;
    padding: 20px 16px 6px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    /*font-family: "Manrope";*/
  font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    width: 100%;
	max-height: 52px;
    outline: none;
    border: 2px solid transparent;
}

.support__form_item-msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

.support__problem-type_shevron {
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-up.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 25px;
    top: 16px;
    right: 23.5px;
    cursor: pointer;
    pointer-events: none;
}

.support__problem-type_shevron__down {
	z-index: 2;
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-down.png);
}

.support__problem-type_select {
    display: none;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.04), 1px 2px 8px rgba(34, 34, 34, 0.04);
    position: absolute;
    width: 100%;
    z-index: 20;
    box-sizing: border-box;
    top: 60px;
}

.support__problem-type_select__active {
    display: block;
}

.support__problem-type_option {
    list-style: none;
      /*font-family: "Manrope";*/
  font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 12px 16px;
	text-align: start;
}

.support__problem-type_option:first-child {
    border-radius: 10px 10px 0 0;
}

.support__problem-type_option:last-child {
    border-radius: 0 0 10px 10px;
}

.support__problem-type_option:hover, .support__problem-type_option:active, .support__problem-type_option:focus {
    cursor: pointer;
    color: #275EC7;
    background: #e3e3e3;
}

#modal-label_modal-problem-type {
	cursor: pointer;
}

#modal-problem-type {
	cursor: pointer;
	caret-color: transparent;
}

#modal-problem-descr {
	width: 600px !important;
	height: 156px !important;
	min-height: 156px;
	resize: none;
}

.support__label_required-fields {
	text-align: start;
	color: #737373;
}

.support__form-error-msg {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

.modal-uploader-wrapper_subtitle{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal-uploader-wrapper_subtitle-item {
	font-size: 18px;
	font-weight: 500;
	color: #737373;
	display: flex;
	align-items: start;
	text-align: left;
}

.modal-uploader-wrapper_subtitle-item::before {
	content: "";
	width: 8px;
	height: 8px;
	min-width:8px;
	min-height: 8px;
	margin-right: 8px;
	background-color: #275EC7;
	border-radius: 50%;
	position:relative;
	top: 9px;
}

.support__button_wrapper {
	display: flex;
}

.support__label_agreement {
	text-align: start;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #A4A4A4;
}

.support__form_item .label_attachment {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	align-items: center;
}

.support__label_agreement a{
	color: #275EC7;
	font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.support__label_agreement a:hover{
	color: #1A4087;
}

.support-modal__content-close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.modal-background {
	z-index: 10002 !important;
}

.attach-file_error__modal{
	color:#F93232; 
	text-align: left; 
}

.attach-file_error{
	color: #F93232; 
}

.attach-file_reqs{
	text-align:left;
	display: flex;
	flex-direction: column; 
	justify-content: left;
	margin-left:20px;  
}

.attach-file_req__item{
	color: #A4A4A4;
	  /*font-family: "Manrope";*/
  font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	list-style:none;
}

.attach-file_req__item::before{
	content: ""; 
	background: #275EC7;
	font-weight: bold; 
	display: inline-block; 
	width: 8px;
	height: 8px;  
	position: absolute;
	left: 26px; 
	margin-top: 7px;
  	border-radius: 50px;
}

#support-dev{
	cursor: pointer; 
	width: fit-content;
}

/*SCENARIO*/
/*
.scenarios{
	padding-bottom:200px; 
}
*/

.voice-control{
	padding-bottom:200px; 
	padding-right: 0; 
	padding-left: 0; 
}



h2.section_title{
	text-align: left; 
}
.scenario-block{
	/* background:url(/local/templates/doma-main/images/automatization-light-stub.png); */
	background-repeat:no-repeat;
	background-size:cover; 
	background-position: 50%; 
}

.scenario-block__dark{
	/* background:url(/local/templates/doma-main/images/automatization-dark-stub.png); */ 
	background-repeat:no-repeat;
	background-size:cover; 
}

.voice-control-block{
	background:url(/local/templates/doma-main/images/automation-voice-controi-bg.png);
	background-repeat:no-repeat;
	background-size:cover; 
	display:flex;
	flex-direction:column; 
	height: 700px; 
}

.voice-control-block_command-wrapper{
	margin-top:auto; 
	padding: 0 0 26em 70em; 
}

.voice-control-block_command{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 130%;

	/* identical to box height, or 78px */
	
	/* White */
	color: #FFFFFF;
}


.back-support_link {
  display: flex;
  align-items: center;
    /*font-family: "Manrope";*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;

  /* identical to box height, or 22px */

  /* Gray Light */
  color: #a4a4a4;
}

.back-support_link>span {
	transition: color .2s ease;
}

.back-support_link>span:hover {
	color: #ffffff;
}

/*объединить с back-support_link?*/
.back_link {
  display: flex;
  align-items: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #a4a4a4;
}

.accordion-shevron_wrapper {
}

.accordion_shevron__down {
  background: url(/local/templates/doma-main/icons/shevron-down.png);
}

.accordion_shevron__up {
  background: url(/local/templates/doma-main/icons/shevron-up.png);
}

.support-button {
  font-family: "Manrope";
  /* width: 181px; */
  background: transparent;
  padding: 12px 40px 12px 40px;
  color: #275EC7;
  border: 2px solid #275EC7;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  justify-content: center; 
  align-items: center;
}

.support-search_button{
	top: 15px; 
}

.support-button:hover {
  background: #275EC7;
  color: #ffffff;
}

.support_section-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #222222;
}

.support-search-block {
  	background:url(/local/templates/doma-main/images/support-search-bg.png); 
	/*background: url(/local/templates/doma-main/images/eltex-doma-support_section-search__bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	padding: 153px 259px 153px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background-position: center;
	padding-top: 153px;
	padding-bottom: 153px;
	padding-left: 0;
	padding-right: 0;
}

.support-search-block .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

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

  /* White */
  color: #ffffff;
}

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

.support-doma_section-name {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}

.support-doma_section-name a {
  color: #222222;
}

/** automatization-slider-badges **/ 

.voice-control .section_title{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-size: 60px;
	line-height: 120%;
	letter-spacing: -0.02em;			
	color: #222222;
	text-align: center; 
}

.voice-helpers_slide{
	background-repeat: no-repeat; 
	width: 100%;
	height: 100%;
	max-height: 720px;
	max-width: 1110px;
	border-radius: 16px; 
}

.voice-helpers_slide .slider_content .title{
	display: flex;
	flex-direction: row;
	align-items: center; 
}

.voice-helpers_slide .slider_content .subtitle{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 120%;
	color: #222222
}


.badges{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: calc(100% - 330px);
	justify-content: space-around;
	margin-left: 80px;
	margin-top: auto;
	margin-bottom: 80px;
	height: calc(100% + 160px);
}

.badges_helpers-icons{
	display: flex;
	flex-direction: row; 
	width: 100%;
	justify-content: space-around;
}

.badge{
	display: flex;
	flex-direction: row;
	background: #ffffff;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 32px;
	align-items: center;
	max-height: 64px; 
}

.badge.device{
	width: 173px;
}

.badge.device img{
	width: 48px; 
	height: 48px; 
}

.badge.device span{
	font-family: 'Manrope'; 
	margin-left: 8px;
	font-size: 14px;
	font-weight: 600;
}

.helper__alisa{
	position: relative;
	max-width: 134px;
	max-height: 65px; 
}

.helper__alisa span{
	margin-right: 8px; 
}

.helper__alisa img{
	position: absolute; 
	right: -10%; 
}

.helper__salute{
	max-width: 174px;
}

.helper__marusya{
	max-width: 181px; 
	border-radius: 16px; 
}

.voice-helpers .slider_content{
	height: 720px; 
}

.voice-helpers .swiper-slide{
	max-width: 1120px; 
}

.voice-helpers .title_wrapper{
	margin-top: 80px; 
	margin-left: 80px; 
	display: flex; 
}

.voice-helpers_slide .slider_content .subtitle.color-ffffff{
	color: #ffffff; 
}

/** end automatization-slider-badges **/

.voice-helpers {
	height: 770px;
}

.sensor-badge{
	width: 173px;
	height: 64px; 
}

.plus{
	margin: auto 14.67px; 
}

.plus img{
	width: 18.67px;
	height: 18.67px; 
}

.badges_helpers-icons{
	justify-content: space-between; 
}

.bg-ffffff{
	background: #ffffff; 
}

/*
.swiper-pagination-bullet{
	width:15px;
	height:15px;
	background: #275EC7;
	opacity: 0.3;
}
.swiper-pagination-bullet-active{
	background: #275EC7;
	opacity:1;
}
*/


h2 {
  width: 100%;
  /*font-family: "Manrope";*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #222222;
}

.automatization_swiper-slide .slider_content .title{
  /*font-family: "Manrope";*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 200;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}


/* DEV */

.dev-support {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.support-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 550;
	display: none;
}

.support-modal.active {
	display: flex;
	justify-content: center;
}

.support-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.50);
}

.support-modal__content {
	padding: 40px 48px 48px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 16px;
	background: #000521;
	z-index: 102;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	overflow-y: scroll;
}

.support-modal__content::-webkit-scrollbar {
  display: none;
}

.support-modal__content-gradient {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 320px;
	height: 500px;
	border-radius: 100px;
	opacity: 0.5;
	background: #3893FF;
	filter: blur(300px);
}

.support-modal__content .title {
	font-size: 40px;
	font-weight: 600;
	line-height: 130%;
	color: #A4A4A4;
}

.support-modal__content .subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	color: #A4A4A4;
}

.support-modal__content .subtitle a {
	color: #fff;
	transition: color .15s ease;
	margin-left: 4px;
}

.support-modal__content .subtitle a svg {
	position: relative;
	top: 1px;
	left: 4px;
}

.support-modal__content .subtitle a svg path {
	transition: all .2s ease;
}

.support-modal__content .subtitle a:hover {
	color: #275EC7;
}

.support-modal__content .subtitle a:hover svg path {
	stroke: #275EC7;
}

.support-modal__content form {
	display: flex;
	flex-direction: column;
}

.support__form_item {
    position: relative;
	width: 600px;
}

.support__form_item textarea {
	padding: 20px 16px 14px 24px;

}

.support__request_input-label {
    position: absolute;
    top: 15px;
    left: 26px;
    transition: all 0.5s ease;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
	text-align: left;
	cursor: text;
	pointer-events: none;
	z-Index: 2; 
}

.support__request_input-label__active {
    top: 5px;
    font-size: 12px;
}

.support__request_input {
    padding: 20px 16px 6px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    width: 100%;
	max-height: 52px;
    outline: none;
    border: 2px solid transparent;
}

.support__form_item-msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

.support__problem-type_shevron {
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-up.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 25px;
    top: 16px;
    right: 23.5px;
    cursor: pointer;
    pointer-events: none;
}

.support__problem-type_shevron__down {
    background-image: url(/local/templates/doma-main/icons/support-request-form_shevron-down.png);
}

.support__problem-type_select {
    display: none;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -1px -2px 8px rgba(0, 0, 0, 0.04), 1px 2px 8px rgba(34, 34, 34, 0.04);
    position: absolute;
    width: 100%;
    z-index: 20;
    box-sizing: border-box;
    top: 60px;
}

.support__problem-type_select__active {
    display: block;
}

.support__problem-type_option {
    list-style: none;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 12px 16px;
	text-align: start;
}

.support__problem-type_option:first-child {
    border-radius: 10px 10px 0 0;
}

.support__problem-type_option:last-child {
    border-radius: 0 0 10px 10px;
}

.support__problem-type_option:hover, .support__problem-type_option:active, .support__problem-type_option:focus {
    cursor: pointer;
    color: #275EC7;
    background: #e3e3e3;
}

#modal-label_modal-problem-type {
	cursor: pointer;
}

#modal-problem-type {
	cursor: pointer;
	caret-color: transparent;
}

#modal-problem-descr {
	width: 600px !important;
	height: 156px !important;
	min-height: 156px;
	resize: none;
}

.support__label_required-fields {
	text-align: start;
	color: #737373;
	position: initial; 
}

.support__form-error-msg {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #F93232;
    display: none;
}

.modal-uploader-wrapper_subtitle{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal-uploader-wrapper_subtitle-item {
	font-size: 18px;
	font-weight: 500;
	color: #737373;
	display: flex;
	align-items: start;
	text-align: left;
}

.modal-uploader-wrapper_subtitle-item::before {
	content: "";
	width: 8px;
	height: 8px;
	min-width:8px;
	min-height: 8px;
	margin-right: 8px;
	background-color: #275EC7;
	border-radius: 50%;
	position:relative;
	top: 9px;
}

.support__button_wrapper {
	display: flex;
}

.support__label_agreement {
	text-align: start;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #A4A4A4;
}

.support__form_item .label_attachment {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	align-items: center;
}

.support__label_agreement a{
	color: #275EC7;
}

.support__label_agreement a:hover{
	color: #1A4087;
}

.support-modal__content-close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.modal-background {
	z-index: 10002 !important;
}

.attach-file_error__modal{
	color:#F93232; 
	text-align: left; 
}

.attach-file_error{
	color: #F93232; 
}

.attach-file_reqs{
	text-align:left;
	display: flex;
	flex-direction: column; 
	justify-content: left;
	margin-left:20px;  
}

.attach-file_req__item{
	color: #A4A4A4;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	list-style:none;
}

.attach-file_req__item::before{
	content: ""; 
	background: #275EC7;
	font-weight: bold; 
	display: inline-block; 
	width: 8px;
	height: 8px;  
	position: absolute;
	left: 26px; 
	margin-top: 7px;
  	border-radius: 50px;
}

#support-dev{
	cursor: pointer; 
	width: fit-content;
}

/*#support-dev:hover {
	color: #FFF;
}

header #support-dev:hover {
	color: #FFF;
}

header.fixed #support-dev:hover {
	color: red;
}*/ 
