

/* Start:/local/templates/.default/components/bitrix/news.detail/landingJk/style.css?17459242412681*/

._zhk-aurum {
	--color-primary: #7C6308;
	--color-primary-light: #8c7314;
	--bs-body-bg: #1C1A1C;
}

._zhk-aurum .cookieMessage__bg {
	background-color: #333 !important;
}
._zhk-aurum .cookieMessage {
	color: #fff;
	--color-text:#fff;
}

._zhk-aurum .header {
	background: var(--bs-body-bg);
	--color-text: #fff;
}

._zhk-aurum .view__box .view__title {
	color: #000;
}

._zhk-aurum .nav .sub-menu {
	background-color: var(--bs-body-bg);
}

._zhk-aurum  .header__phone {
	color: #fff;
}

._zhk-aurum .logo img {
	filter: brightness(100);
}

._zhk-aurum .main {
	--color-dark:#fff;
}

._zhk-aurum .range {
	background: #fff;
}

._zhk-aurum input {
	--color-dark:#1C1A1C;
}

._zhk-aurum .structure {
	background-color: #1C1A1C;
	padding-top: 0;
	padding-bottom: 0;
}

._zhk-aurum .block_dark {
	background-color: #313438
}

._zhk-aurum .control {
	background-color: #313438;
}

._zhk-aurum .map__item-title {
	color: #313438;
}

._zhk-aurum .panel {
	background-color: #313438;
	--color-dark:#fff;
}

._zhk-aurum .panel .box {
	--color-dark:#313438;
}

._zhk-aurum .links._premises .block {
	min-height: 400px;
}

._zhk-aurum .variants {
	background: var(--bs-body-bg);
	padding-top: 0;
	padding-bottom: 0;
}
._zhk-aurum .variants .box {
	--color-dark:#313438;
}

.slider_defaultTop.slider {
	margin-bottom: 60px;
}

._zhk-aurum .footer  {
	--color-dark:#fff;
}

._zhk-aurum .header__topText {
	background-color: var(--color-primary);
}

._zhk-aurum .modal__title_success:before {
	background: url(/local/templates/.default/components/bitrix/news.detail/landingJk/images/circle-aurum.svg);
}

._zhk-aurum .check.active .check__box,
._zhk-aurum .check.selected .check__box,
._zhk-aurum .check__input:checked ~ .check__box,
._zhk-aurum .button {
	background: linear-gradient(270deg, rgba(126,105,43,1) 0%, rgba(126,105,43,1) 1%, rgba(230,206,134,1) 48%, rgba(230,206,134,1) 52%, rgba(126,105,43,1) 98%, rgba(126,105,43,1) 100%);
	-webkit-animation: animatedgradient 1s linear alternate infinite;
	animation: animatedgradient 100s linear alternate infinite;
	background-size: 150% 100%;
	background-position: 10000% 0;
	box-shadow: none;
}
._zhk-aurum .ss-values {
	color: #313438;
}

._zhk-aurum .documentsList .link__title {
	color: #313438;
}

._zhk-aurum .link:before {
	background: url(/local/templates/.default/components/bitrix/news.detail/landingJk/images/paper_aurum.svg);
}

._zhk-aurum .item_other .item__title {
	color: #000;
}


#main,
#map,
#around,
#comfort,
#decorations,
#progress {
	scroll-margin-top: 124px;
}


@-webkit-keyframes animatedgradient {
	100% {
		background-position: 0 0;
	}
}
@keyframes animatedgradient {
	100% {
		background-position: 0 0;
	}
}

@media (max-width: 767px) {
	._zhk-aurum .view__box {
		background: none;
	}
	._zhk-aurum .view__box .view__title {
		color: #fff;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/sliderWithFilter/style.css?1741689709113*/
.col-auto .filters__select {min-width: 18rem;}

.sliderWithFilter .filters__checks .check__box {padding: 0 15px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/nb/style.css?17416897091246*/
.nbUserConsent {position: relative; text-align: center; margin: 0; font-size: 75%;}
.nbUserConsent div {cursor: pointer; display: inline; vertical-align: top; clear: both; padding-left: 0.5em;}
.nbUserConsent div:not(:empty) { padding-left: 0.5em;}
.nbUserConsent div:before, 
.nbUserConsent div:after { content: ""; position: absolute; left: 0; top: 0.45em;}
.nbUserConsent div:before { width: 1.25em; height: 1.25em; background: #fff; border: 1px solid rgba(0, 0, 0, 0.54); border-radius: 0; cursor: pointer; transition: background 0.3s;}
.nbUserConsent input[type=checkbox] { outline: 0; visibility: hidden; width: 1.25em; margin: 0; display: block; float: left; font-size: inherit;}
.nbUserConsent input[type=checkbox]:checked + div:before { background: #fff;}
.nbUserConsent input[type=checkbox]:checked + div:after { transform: translate(0.25em, 0.3365384615em) rotate(-45deg); width: 0.75em; height: 0.375em; border: 0.125em solid #000; border-top-style: none; border-right-style: none;}
.nbUserConsent input[type=checkbox]:disabled + div:before { border-color: rgba(0, 0, 0, 0.26);}
.nbUserConsent input[type=checkbox]:disabled:checked + div:before { background: rgba(0, 0, 0, 0.26);}
.nbUserConsent .text {font-size: var(--font-size);;} 
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/nb/user_consent.css?17416897093401*/
.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: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	-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: 130px;
	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;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/modal/style.css?17416897091143*/
.nbCustomFileInput {position: relative; cursor: pointer; display: block; vertical-align: top; white-space: nowrap; color: #33509c; margin: 0; line-height: 0;
	 padding: 13px 18px !important;
}
.nbCustomFileInput__input {width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.nbCustomFileInput__icon {display: inline-block; width: 14px; height: 14px; line-height: 2rem; vertical-align: top; background: url(/local/templates/.default/components/bitrix/form.result.new/modal/images/clip.png) center center no-repeat; background-size: contain;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.nbCustomFileInput__value {
	display: inline-block; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	width: 100%; 
	text-align: left; 
	line-height: 1.2;
	color: #757575;
}
.nbCustomFileInput__value._value {
	color: var(--color-dark);
}

.nbCustomFileInput__btn {}
.nbCustomFileInput__valueContainer {width: 100%;}

.nbCustomFileInput.has-danger {color: #dc3545;}
.nbCustomFileInput.has-success {color: #28a745;}
.nbForm__questionName{font-size: 14px; color:#8D8089; font-weight: 500; padding-left:18px; margin-bottom: 10px; }

.drops{margin-top: -8px;}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/landingJk/style.css?17459242412681 */
/* /local/templates/.default/components/bitrix/news.list/sliderWithFilter/style.css?1741689709113 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/nb/style.css?17416897091246 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/nb/user_consent.css?17416897093401 */
/* /local/templates/.default/components/bitrix/form.result.new/modal/style.css?17416897091143 */
