

/* Start:/local/components/eltex-doma/feedback-modal/templates/.default/style.css?17655346741338*/
/* SURVEY */
#survey {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 100%;
  max-width: 433px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 1px 2px 8px 0px rgba(34, 34, 34, 0.04),-1px -2px 8px 0px rgba(0, 0, 0, 0.04);

  transform: translateY(200%);
  transition: transform .4s ease-in;
  will-change: transform;
  z-index: 104;
}
#survey.active {
  transform: translateY(0);
}
#survey h5 {
	font-size: 24px;
	line-height:120%;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 8px;
}
#survey p {
  font-size: 18px;
  line-height: 130%;
	color: var(--dark);
}
#survey a {
  width: 100%;
  padding: 11px 40px;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  background-color: var(--accent);
  margin-top: 24px;
  transition: all .2s ease;
}
#survey .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (hover: hover) {
	#survey a:hover {
  		background-color: var(--hover-accent);
	}
}
@media screen and (max-width: 640px) {
	#survey {
		right: initial;
		bottom: 0;
		width: auto;
		max-width: initial;
		margin: 0 20px 20px;
		padding: 16px;
	}
	#survey h5 {
		font-size: 18px;
		line-height: 130%;
	}
	#survey p {
		font-size: 14px;
	}
	#survey .close {
		top: 16px;
		right:16px;
	}
	#survey a {
	  font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.css?177864598710654*/
.file-placeholder {
	margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #2067B0;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
	display: none;
}
.file-selectdialog .file-placeholder{
	margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    margin: 30px 0 10px;
    padding: 24px 3px 43px 191px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector .grab {
    font-size: 24px;
    line-height: 120%;
}
.file-selectdialog .file-extended .file-selector .drop {
	display: none;
}
.file-selectdialog .file-extended .file-selector-active {
	background-position:57px -88px;
	padding:21px 0 40px 190px;
	background: #3893FF1A;
}
.file-selectdialog .file-extended .file-selector-active .grab {
	display: none;
}
.file-selectdialog .file-extended .file-selector-active .drop {
	display: block;
}
.file-selectdialog .file-extended .file-selector:hover {
	padding:21px 0 40px 188px;
}
.file-selectdialog .file-extended .file-load-img {background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
	height:88px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 -104px;
	left:55px;
	top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	margin-top: 8px;
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-extended .file-uploader .file-but-text span {
	color: #275EC7;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}
/*region Moved from Blog*/
.feed-add-photo-block-wrap {
	margin-top: -17px;
}

.feed-add-photo-block {
	display: inline-block;
	margin: 17px 17px 0 0;
	min-height: 92px;
	width: 102px;
	padding-right: 21px;
	position: relative;
	vertical-align: top;
}

.feed-add-photo-block .feed-add-post-del-but {
	background-position: 6px -19px;
	background-color: #fff;
	height: 22px;
	top: 1px;
	z-index: 0;
}

.feed-add-img-wrap {
	background: #fff;
	border: 1px solid #e2e6e6;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(137, 137, 137, 0.3);
	display: block;
	text-align: center;
	padding: 4px;
	position: relative;
	z-index: 2;
}

.feed-add-img-title {
	color: #2067b0;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	overflow: hidden;
}

.feed-add-photo-block .feed-add-close-icon {
	background-color: #fff;
	background-position: 8px -19px;
	height: 22px;
	top: 1px;
	right: 1px;
	width: 22px;
}

.feed-add-photo-block .feed-add-close-icon:hover {
	background-position: -57px -60px;
}

.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 20px;
	position: absolute;
	width: 20px;
}

/*endregion*/
/* End */


/* Start:/local/components/eltex-doma/request-form-result/templates/.default/style.css?17779473373220*/
.e-modal-finish__title{
	font-size:16px;
	color: #ffffff; 
	background: transparent; 
}

.send-request_form__hidden{
	display: none; 
	opacity: 0;
	pointer-events: none;
}

.modal-background, .footer_modal-background{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	opacity: 1;
	pointer-events: all;
	transition: all .2s ease;
	background: rgba(0, 5, 33, 0.4);
}

.modal-background__hidden, .footer_modal-background__hidden{
	display: none; 
}

.send-request_form{
	position: relative;
	padding: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: var(--white);
	border-radius: 16px;
	z-index: 2;
	transition: all .2s ease;
}

.send-request_form__hidden{
	display: none; 
}

.send-request_form-status{
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(/local/templates/doma-main/icons/success-message-icon.svg);
	width: 80px;
	height: 80px; 
	margin: auto;  
}

.send-request_form-close{
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-image: url(/local/templates/doma-main/icons/modal-close-icon.svg);
	width: 32px;
    height: 32px;
	padding: 8px;
	margin: auto;
	position: absolute;
	top: 22px;
	right: 22px;
	cursor: pointer; 
	border-radius: 50px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.send-request_form-close::before {
	background: linear-gradient(180deg, #001B8666, #001B8629, #001B86A3);
}

.send-request_form-message{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #222222;
}

.send-request_form-social {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}
.send-request_form-social-links {
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 12px;
}

.footer-column li{
	font-size: 18px; 
}

.footer-column li a{
	color: #a4a4a4;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
}

.footer-column li a:hover>p{
	color: #ffffff !important;
	transition: color 0.3s ease;
}

.footer-column li a:hover{
	color: #ffffff !important; 
}

.social-icons_wrapper img{
	margin-right: 10px; 
}


.footer-subsection_subscribe{
	margin-left: auto; 
	padding-right:0;
	max-width: 397px; 

}

@media screen and (max-width:992px){
	.footer-subsection_subscribe{
		margin-left: 0;
	}
}

@media screen and (max-width: 480px){
	.sm-ml-0{
		margin-left: 0; 
	}

	.footer-icon-appstore__mobile{
		
	}

	.send-request_form{
		display: flex; 
		flex-direction: column; 
		justify-content: center;     
		background: #ffffff; 
		padding: 40px 20px; 
		margin: 20% auto; 
		width: calc(100% - 32px); 
		text-align: center; 
		box-shadow: 1px 1px 50px 3px #222222;
		box-sizing: border-box; 
	}

	.send-request_form-status {
		width: 60px;
		height: 60px;
	}
	.send-request_form-message {
		font-size: 20px;
	}
	.send-request_form-social-text {
		font-size: 14px;
		max-width: 60%;
	}
}

@media screen and (max-width: 380px){
	.sm-ml-0{
		margin-left: 0; 
	}

	.footer-icon-appstore__mobile{
		margin-left: 0; 
	}
}

@media screen and (max-width: 360px){
	.footer-icon-googleplay, .footer-icon-appstore__mobile {
		height: 48px;
	}
}
/* End */


/* Start:/local/templates/doma-main/styles.css?171048071330*/
.navbar a{
	#color: #00FF00;
}
/* End */


/* Start:/local/templates/doma-main/template_styles.css?171048071333*/
.navbar{
	#background: #FF0000;
}
/* End */
/* /local/components/eltex-doma/feedback-modal/templates/.default/style.css?17655346741338 */
/* /bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.css?177864598710654 */
/* /local/components/eltex-doma/request-form-result/templates/.default/style.css?17779473373220 */
/* /local/templates/doma-main/styles.css?171048071330 */
/* /local/templates/doma-main/template_styles.css?171048071333 */
