

/* 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:/bitrix/components/simai/sf.iblock.detail/templates/.default/style.css?17773572225669*/


@media print {
	/* images in print mode */
	div .sf-iblock-detail-area .swiper-slide-active{
		-webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
		color-adjust: exact !important; /* Firefox */
		width: 100% !important;
	}
}
.swiper-container{position:relative}
.swiper-button-disabled{opacity:0!important}
/*.swiper-container .sf-swiper-button.sf-swiper-compact-nav {opacity:0;transition:all 1s ease}
.swiper-container:hover .sf-swiper-button.sf-swiper-compact-nav {opacity:1;transition:all 1s ease}*/

/* buttons */
.sf-swiper-button.sf-swiper-compact-nav{cursor:pointer;position: relative;height:1rem;width:1rem;background-size:30%;background-position: center;background-repeat: no-repeat;display:block;border-radius:50%;padding:1rem;margin-top:0;}

.theme-light .sf-swiper-compact-nav.sf-swiper-button, .theme-dark .theme-light .sf-swiper-compact-nav.sf-swiper-button, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav.sf-swiper-button{background-color:rgba(0, 0, 0, 0.04)!important}
.theme-dark .sf-swiper-compact-nav.sf-swiper-button, .theme-light .theme-dark .sf-swiper-compact-nav.sf-swiper-button, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav.sf-swiper-button {background-color:rgba(0,0,0,.54)!important}





/* pagination */
.sf-swiper-pagination.sf-swiper-compact-nav {width: auto;position: relative;text-align: center;z-index: 10;}

.swiper-container .sf-swiper-compact-nav{opacity:1;transition:all 1s ease}
.swiper-container:hover .sf-swiper-compact-nav{opacity:1;transition:all 1s ease}

.sf-swiper-compact-nav.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-compact-nav-prev-out;}
.sf-swiper-compact-nav.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-compact-nav-next-out}

.swiper-container:hover .sf-swiper-compact-nav.sf-swiper-button-prev{left:1rem;animation-name:sf-swiper-compact-nav-prev;}
.swiper-container:hover .sf-swiper-compact-nav.sf-swiper-button-next{right:1rem;animation-name:sf-swiper-compact-nav-next;}

.theme-light .sf-swiper-compact-nav .swiper-pagination-bullet,.theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet{background:#979797!important}
.theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet{background:rgba(255,255,255,1)!important}

.theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-dark .theme-dark .theme-light .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#979797 !important}
.theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .theme-light .theme-light .theme-dark .sf-swiper-compact-nav .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255,255,255,1)!important}

/* preloader indicator */
.sf-swiper-compact-nav.swiper-lazy-preloader{width:100%;height:100%;position:relative;z-index:10;transform-origin:50%;-webkit-animation:none;animation:none;margin:0}
.sf-swiper-compact-nav.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background:no-repeat;background-size:100%}


.sf-swiper-compact-nav>.swiper-pagination-bullet{ margin-right: 2px; margin-left: 2px;}



html.special .swiper-pagination-bullet{
	opacity: 1!important;
}


html.special .sf-swiper-pagination.sf-photo-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: inline-block!important; 
}

html.special .sf-swiper-pagination.sf-video-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: inline-block!important; 
}

.d-only-hidden{display:none;}.hidden > .d-only-hidden{display:inline-block;}


.theme-light .sf-video-button-prev, .theme-light .sf-photo-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231b1f2cde'%2F%3E%3C%2Fsvg%3E")!important;
}
.theme-light .sf-video-button-next, .theme-light .sf-photo-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231b1f2cde'%2F%3E%3C%2Fsvg%3E")!important;
}

.theme-dark .sf-video-button-prev, .theme-dark .sf-photo-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")!important;
}
.theme-dark .sf-video-button-next, .theme-dark .sf-photo-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")!important;
}



.sf-swiper-compact-nav.swiper-button-disabled {
    display: block !important;
}
/* End */
/* /simai/asset/simai.property/ui/css/property.css?17878126209480 */
/* /bitrix/components/simai/sf.iblock.detail/templates/.default/style.css?17773572225669 */
