

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684162661666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/contacts/style.css?168416316838*/
.t-nowrap {
    white-space: nowrap;
}
/* End */


/* Start:/simai/asset/simai.property/ui/css/property.css?17878126209480*/
.sp-property-ui {
	box-sizing: border-box;
	max-width: 100%;
}

.sp-property-ui * {
	box-sizing: border-box;
}

.sp-property-ui__rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 100%;
}

.sp-property-ui__row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-width: 100%;
}

.sp-property-ui__row-main {
	flex: 1 1 auto;
	min-width: 0;
}

.sp-property-ui .ui-ctl {
	max-width: 100%;
}

.sp-property-ui .ui-ctl-w100 {
	width: 100%;
}

.sp-property-ui__add {
	margin-top: 8px;
}

.sp-property-ui__add,
.bx-field-value input[type="button"][onclick*="addNewTableRow"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	height: 39px;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	background: #bbed21;
	box-shadow: none;
	color: #535c69;
	cursor: pointer;
	font: 700 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.sp-property-ui__add:hover,
.bx-field-value input[type="button"][onclick*="addNewTableRow"]:hover {
	background: #d2f95f;
	color: #535c69;
}

.sp-property-ui__add:active,
.bx-field-value input[type="button"][onclick*="addNewTableRow"]:active {
	background: #a8d713;
	color: #535c69;
}

.sp-property-ui__remove {
	flex: 0 0 auto;
	width: 39px;
	min-width: 39px;
	height: 39px;
	padding: 0;
}

.sp-property-ui__row-action {
	flex: 0 0 auto;
	width: 39px;
	min-width: 39px;
	height: 39px;
	padding: 0;
}

.sp-property-ui-content-blocks__row {
	align-items: flex-start;
}

.sp-property-ui-content-blocks__remove {
	margin-top: 44px;
}

.sp-property-ui-list .ui-ctl-multiple-select {
	width: min(100%, 420px);
}

.sp-property-ui-list__checks {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sp-property-ui-link__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	width: min(100%, 688px);
}

.sp-property-ui-link__control {
	width: 100%;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	padding: 0 !important;
	background: #fff;
}

.sp-property-ui-link__protocol-wrap {
	flex: 0 0 auto;
	width: auto;
	min-width: 112px;
	margin: 0 !important;
	padding: 0 !important;
	border-right: 1px solid #dfe5ec;
}

.sp-property-ui-link__protocol {
	width: 112px;
	min-width: 112px;
	height: 100%;
	padding-right: 18px !important;
	padding-left: 12px !important;
	color: var(--ui-color-base-70, #6a737f);
	background-color: transparent !important;
}

.sp-property-ui-link__input {
	min-width: 0;
	height: 100%;
	background-color: transparent !important;
}

.sp-property-ui-link__description {
	grid-column: 1 / -1;
	width: 100%;
}

.sp-property-ui-tags {
	position: relative;
	width: min(100%, 688px);
}

.sp-property-ui-tags__control {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
	min-height: 40px;
	width: 100%;
	padding: 3px;
	border: 1px solid #c6cdd3;
	border-radius: var(--ui-border-radius-2xs, 4px);
	background: #fff;
	cursor: text;
	transition: border-color .12s linear;
}

.sp-property-ui-tags__control:focus-within {
	border-color: var(--ui-color-palette-blue-50, #2fc6f6);
}

.sp-property-ui-tags__chips {
	display: contents;
}

.sp-property-ui-tags__chip,
.sp-property-ui-tags-view__item {
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	height: 32px;
	max-width: 100%;
	padding: 0 28px 0 13px;
	border-radius: 2px;
	background: var(--ui-color-design-tinted-bg, #bdeefd);
	color: var(--ui-color-design-tinted-content, #1062b2);
	font: 400 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	line-height: 32px;
	text-decoration: none;
	white-space: nowrap;
}

.sp-property-ui-tags__chip-title {
	overflow: hidden;
	text-overflow: ellipsis;
}

.sp-property-ui-tags__remove {
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 40px;
	margin: 0;
	border: 0;
	padding: 0;
	transform: translateY(-50%);
	border-radius: 0;
	background: transparent;
	color: #8aa4bd;
	cursor: pointer;
	font-size: 17px;
	line-height: 40px;
}

.sp-property-ui-tags__remove:hover {
	background: transparent;
	color: #2067b0;
}

.sp-property-ui-tags__input {
	flex: 1 1 140px;
	min-width: 90px;
	height: 32px;
	border: 0;
	outline: 0;
	padding: 0 3px;
	background: transparent;
	color: #535c69;
	font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

.sp-property-ui-tags__suggestions {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	width: min(100%, 360px);
	max-height: 220px;
	overflow-y: auto;
	padding: 4px 0;
	border: 1px solid #c6cdd3;
	border-radius: var(--ui-border-radius-2xs, 4px);
	background: #fff;
	box-shadow: 0 8px 22px rgba(83, 92, 105, .18);
}

.sp-property-ui-tags__suggestions[hidden] {
	display: none;
}

.sp-property-ui-tags__suggestion {
	width: 100%;
	border: 0;
	padding: 8px 12px;
	background: transparent;
	color: #333;
	cursor: pointer;
	font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	text-align: left;
}

.sp-property-ui-tags__suggestion:hover,
.sp-property-ui-tags__suggestion:focus {
	background: #eef6ff;
	color: #2067b0;
	outline: 0;
}

.sp-property-ui-tags-view {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 3px;
	vertical-align: middle;
}

.sp-property-ui-tags-view__item {
	padding-right: 13px;
}

.sp-property-ui-tags-view__item:hover {
	background: #e0f0ff;
	color: #164d86;
	text-decoration: none;
}

/* Legacy .default templates compatibility layer.
   Keeps old value names and JavaScript, but makes raw controls look like Bitrix24 UI fields. */
table.nopadding {
	width: min(100%, 688px);
	border-collapse: separate;
	border-spacing: 0 8px;
}

table.nopadding td {
	padding: 0;
	vertical-align: top;
}

table.nopadding input[type="text"],
table.nopadding input[type="number"],
table.nopadding input[type="tel"],
table.nopadding input[type="url"],
table.nopadding textarea,
input.main-ui-control-input-text,
.bx-field-value > input[type="text"],
.bx-field-value > textarea {
	box-sizing: border-box;
	width: min(100%, 688px);
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid #c6cdd3;
	border-radius: var(--ui-border-radius-2xs, 4px);
	background: #fff;
	box-shadow: none;
	color: #535c69;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	transition: border-color .12s linear;
}

table.nopadding textarea,
.bx-field-value > textarea {
	min-height: 108px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
	resize: vertical;
}

table.nopadding input[type="text"]:focus,
table.nopadding input[type="number"]:focus,
table.nopadding input[type="tel"]:focus,
table.nopadding input[type="url"]:focus,
table.nopadding textarea:focus,
.bx-field-value > input[type="text"]:focus,
.bx-field-value > textarea:focus {
	border-color: var(--ui-color-palette-blue-50, #2fc6f6);
	outline: 0;
}

table.nopadding input[type="button"],
.bx-field-value input[type="button"],
.sp-property-legacy-add,
.sp-property-legacy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	height: 39px;
	margin-top: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	background: #bbed21;
	box-shadow: none;
	color: #535c69;
	cursor: pointer;
	font: 700 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

table.nopadding input[type="button"]:hover,
.bx-field-value input[type="button"]:hover,
.sp-property-legacy-add:hover,
.sp-property-legacy-button:hover {
	background: #d2f95f;
	color: #535c69;
}

table.nopadding input[type="button"][value="..."],
.bx-field-value input[type="button"][value="..."] {
	width: 39px;
	min-width: 39px;
	padding: 0;
	background: #e8f3ff;
	color: #2067b0;
	font-size: 0;
}

table.nopadding input[type="button"][value="..."]::after,
.bx-field-value input[type="button"][value="..."]::after {
	content: "...";
	font-size: 16px;
	line-height: 1;
}

.bx-field-value input[type="checkbox"],
table.nopadding input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.sp-property-legacy-filter {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 688px;
}

.sp-property-legacy-filter .ui-ctl {
	flex: 1 1 auto;
}

.sp-property-legacy-filter-range {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 8px;
	max-width: 688px;
}

.sp-property-legacy-date-range {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 12px;
	max-width: 688px;
}

.sp-property-legacy-date-field {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.sp-property-legacy-date-field .ui-ctl {
	flex: 1 1 auto;
	min-width: 0;
}

.sp-property-legacy-date-field img.calendar-icon {
	flex: 0 0 auto;
	margin: 0;
}

.sp-property-legacy-checkbox {
	display: inline-flex;
	align-items: center;
	min-height: 39px;
	color: #535c69;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}

@media (max-width: 640px) {
	.sp-property-ui-link__protocol-wrap {
		min-width: 92px;
	}

	.sp-property-ui-link__protocol {
		width: 92px;
		min-width: 92px;
	}

	.sp-property-legacy-filter-range {
		grid-template-columns: 1fr;
	}

	.sp-property-legacy-date-range {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/simai/asset/simai.property/sf4/css/style.css?1787812620322*/
.sf4_property_inactive {
    position: relative;
}
.sf4_property_inactive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
    cursor: pointer;
    z-index: 60;
}

.sf4_property {
    overflow: visible!important;
}
/* End */


/* Start:/simai/asset/simai.property/sf4/css/text/sf4/style.css?178781262053*/
.text_property__field {
    height: auto!important;
}
/* End */


/* Start:/simai/asset/simai.property/sf4/css/file/sf4/style.css?17878126202185*/
.adm-fileinput-item-preview-icon {
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0!important;
}

.adm-fileinput-item-description{
	font-size:0.75rem !important;
}
.bx-file-icon-container-medium.icon-png {
    margin: 0!important;
    margin-bottom: 0.3rem!important;
}
.container-doc-title:after {
    position: relative!important;
}
.adm-fileinput-wrapper {
    width: 100%;
    position: relative;
}
.adm-fileinput-btn-panel {
    position: absolute;
    right: 0;
    z-index: 1;
}
.adm-fileinput-area {
    width: 100%!important;
}
.adm-fileinput-area-container {
    width: calc(100% - 55px)!important;
}
.adm-fileinput-item-wrapper {
    width: 100%!important;
}
.bx-bxu-thumb-thumb {
    width: 100%!important;		
}
.adm-fileinput-item {
    width: 100%!important;
}
.adm-fileinput-item {
    border: 1px solid rgba(0,0,0, 0.1)!important;
    box-shadow: none!important;
}
.adm-fileinput-item-preview {
    width: auto!important;
    height: auto!important;
}
.adm-fileinput-item-description
{
	width: 100%!important;
	box-shadow:none!important
}
.adm-fileinput-item-preview::before {
    margin: 0!important;
}
.adm-fileinput-item-preview-img canvas {
    max-width: 105px!important;
}
.adm-fileinput-item-loading {
    padding-bottom: 0.5rem;
}

.adm-fileinput-item-preview-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3rem 0;
}

/*===========*/
.sf-btn-file {
    position: relative;
}

input.ctrl-file {
    width: auto;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

input.ctrl-file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;    
}

input.ctrl-file + label span {
    min-width: 7rem;
}

.no-js .ctrl-file + lable {
    display: none;
}

.ctrl-file:focus + label,
.ctrl-file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
/* End */


/* Start:/bitrix/templates/simai.framework/components/bitrix/main.userconsent.request/main/user_consent.min.css?17773572204245*/
html.special .main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 300px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}



@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}




.main-user-consent-request-popup {
    z-index: 99999!important;
}



/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684162661666 */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/contacts/style.css?168416316838 */
/* /simai/asset/simai.property/ui/css/property.css?17878126209480 */
/* /simai/asset/simai.property/sf4/css/style.css?1787812620322 */
/* /simai/asset/simai.property/sf4/css/text/sf4/style.css?178781262053 */
/* /simai/asset/simai.property/sf4/css/file/sf4/style.css?17878126202185 */
/* /bitrix/templates/simai.framework/components/bitrix/main.userconsent.request/main/user_consent.min.css?17773572204245 */
