

/* Start:/shops/blocks/content/style.css?1773471279183*/
.scs-shops-page {
	display: grid;
	gap: 32px;
}
.scs-shops-page__bottom-share {
	display: none;
}

@media (max-width: 1199px) {
	.scs-shops-page__bottom-share {
		display: block;
	}
}
/* End */


/* Start:/shops/blocks/top/style.css?177347127980*/
.scs-shops-top {
	display: grid;
	gap: 24px;
	position: relative;
	z-index: 2;
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/catalog-search.css?1773471282688*/
.scs-catalog-search {
	display: flex;
	align-items: center;
	background: var(--scs-bg-additional);
	border-radius: 16px;
	height: 48px;
	width: 100%;
	max-width: 550px;
	transition: background-color .25s ease-in-out;
}
.scs-catalog-search button {
	border: none;
	background: transparent;
	height: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.scs-catalog-search input {
	flex-grow: 1;
	padding: 0 8px;
	background: transparent;
	border: none;
}
.scs-catalog-search:focus-within {
	background: var(--scs-bg-soft);
}
.scs-catalog-search input:placeholder-shown ~ .scs-catalog-search__clear {
	display: none;
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/sections-dropdown.css?1773471282834*/
.scs-catalog-floor:has(.scs-sections-dropdown) {
	align-items: flex-start;
}

.scs-sections-dropdown {
	position: relative;
	max-width: 270px;
	width: 100%;
}
.scs-sections-dropdown__title {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	padding: 8px 24px;
	height: 48px;
	background: var(--scs-bg-additional);
	color: var(--scs-secondary-text);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease-out;
}
.scs-sections-dropdown__title:hover,
.scs-sections-dropdown__title--active {
	color: var(--scs-accent-primary);
}
.scs-sections-dropdown__title > svg {
	flex-shrink: 0;
	transition: stroke .25s ease-out;
}
.scs-sections-dropdown__title:hover > svg path {
	stroke: var(--scs-accent-primary);
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/dropdown.css?17734712823195*/
.scs-catalog-floor:has(.scs-dropdown) {
	align-items: flex-start;
}

.scs-dropdown-details {
	width: 100%;
	position: relative;
}
.scs-dropdown-details--full {
	position: static;
}
.scs-dropdown-details--small {
	position: static;
	width: auto;
}
.scs-dropdown-details summary {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	padding: 8px 24px;
	height: 48px;
	background: var(--scs-bg-additional);
	color: var(--scs-secondary-text);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease-out;
}
.scs-dropdown-details summary > svg {
	flex-shrink: 0;
	transition: transform .25s ease-out;
}
.scs-dropdown-details[open] summary > svg {
	transform: rotate(180deg);
}
.scs-dropdown-details--selected summary,
.scs-dropdown-details summary:hover {
	color: var(--scs-accent-primary);
}
.scs-dropdown-details summary:hover > svg path {
	stroke: var(--scs-accent-primary);
}
.scs-dropdown-details--small summary {
	padding: 0;
	background: none;
}
.scs-dropdown-details__content {
	border-radius: 16px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	background: var(--scs-bg-soft);
	padding: 16px;
	font-family: Manrope;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	position: absolute;
	width: 100%;
	transform: translateY(8px);
	opacity: 0;
	transition: opacity .25s ease-out;
	z-index: 2;
}
.scs-dropdown-details--full .scs-dropdown-details__content {
	width: max-content;
	max-width: 100%;
}
.scs-dropdown-details--small .scs-dropdown-details__content {
	width: 270px;
	max-width: none;
	transform: translate(calc(-100% + 48px), 8px);
}
.scs-dropdown-details[open] .scs-dropdown-details__content {
	opacity: 1;
}

@media (max-width: 1199px) {
	.scs-dropdown-details__content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.scs-dropdown-details--full {
		position: relative;
	}
}

.scs-dropdown-dialog {
	position: relative;
	max-width: 270px;
	width: 100%;
	display: none;
}
.scs-dropdown-dialog--small {
	max-width: none;
	width: 48px;
}
.scs-dropdown-dialog__title {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	padding: 8px 24px;
	height: 48px;
	background: var(--scs-bg-additional);
	color: var(--scs-secondary-text);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease-out;
}
.scs-dropdown-dialog__title:hover,
.scs-dropdown-dialog__title--active {
	color: var(--scs-accent-primary);
}
.scs-dropdown-dialog__title > svg {
	flex-shrink: 0;
	transition: stroke .25s ease-out;
}
.scs-dropdown-dialog__title:hover > svg path {
	stroke: var(--scs-accent-primary);
}
.scs-dropdown-dialog--small .scs-dropdown-dialog__title {
	padding: 0;
	background: none;
}


.scs-dropdown {
	width: 100%;
	max-width: 270px;
}
.scs-dropdown:has(.scs-dropdown-details--small) {
	width: auto;
}

@media (max-width: 575px) {
	.scs-dropdown .scs-dropdown-details {
		display: none;
	}

	.scs-dropdown-dialog {
		display: block;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/chips.css?17734712822138*/
.scs-chips {
	min-width: 48px;
	height: 48px;
	padding: 5px 16px;
	border-radius: 70px;
	background: var(--scs-bg-soft);
	color: var(--scs-secondary-text);
	font-family: Manrope;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 4px;
	border: none;
	transition: background-color .25s ease-out,
				color .25s ease-out;
}
.scs-chips--circle {
	width: 48px;
	padding: 5px;
}
.scs-chips--small {
	height: 40px;
	font-size: 14px;
}
.scs-chips--extra-small {
	height: 34px;
	font-size: 12px;
}
.scs-chips svg {
	max-width: 24px;
	max-height: 24px;
}
.scs-chips svg path {
	stroke: var(--scs-secondary-text);
}
a.scs-chips:hover,
button.scs-chips:hover {
	background: var(--scs-soft-accent);
	color: var(--scs-secondary-text);
}
.scs-chips--active,
a.scs-chips--active:hover,
button.scs-chips--active:hover {
	background: var(--scs-accent-primary);
	color: var(--scs-bg-default);
}
.scs-chips--active svg path {
	stroke: var(--scs-bg-default);
}

.scs-chips--color-dark,
a.scs-chips--color-dark:hover,
button.scs-chips--color-dark:hover {
	color: var(--scs-main-text);
}
.scs-chips--color-dark svg path {
	stroke: var(--scs-main-text);
}

.scs-chips--color-accent {
	color: var(--scs-accent-primary);
}

a.scs-chips--color-accent-hover:hover,
button.scs-chips--color-accent-hover:hover {
	background: var(--scs-bg-soft);
	color: var(--scs-accent-primary);
}
a.scs-chips--color-accent-hover:focus,
button.scs-chips--color-accent-hover:focus {
	background: var(--scs-accent-primary);
	color: var(--scs-bg-default);
}

.scs-chips--disabled {
	color: var(--scs-grey);
}
a.scs-chips--disabled:hover,
button.scs-chips--disabled:hover {
	background: var(--scs-bg-soft);
	color: var(--scs-grey);

}

@media (max-width: 575px) {
	.scs-chips {
		min-width: 40px;
		height: 40px;
		padding: 5px 16px;
		font-size: 14px;
	}
	.scs-chips--circle {
		width: 40px;
		padding: 0;
	}
	.scs-chips--small,
	.scs-chips--extra-small {
		height: 34px;
		font-size: 12px;
	}
	.scs-chips svg {
		max-width: 20px;
		max-height: 20px;
	}
}
/* End */


/* Start:/shops/blocks/filter/style.css?17734712821035*/
.scs-catalog-floor {
	font-family: Manrope;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	display: flex;
	align-items: center;
	gap: 16px 20px;
	position: relative;
}

@media (max-width: 767px) {
	.scs-catalog-floor {
		flex-direction: column;
		align-items: flex-start;
	}
}

.scs-catalog-chips-list {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media (max-width: 575px) {
	.scs-catalog-chips-list {
		gap: 8px;
	}
}

.scs-shops-filter {
	display: flex;
	align-items: center;
	gap: 16px 32px;
	justify-content: space-between;
}
.scs-shops-filter__grid {
	display: flex;
	align-items: center;
	gap: 16px 32px;
}

@media (max-width: 1199px) {
	.scs-shops-filter__share {
		display: none;
	}
}

@media (max-width: 767px) {
	.scs-shops-filter,
	.scs-shops-filter__grid {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.scs-shops-filter__grid .scs-dropdown,
	.scs-shops-filter__grid .scs-dropdown-dialog {
		max-width: 550px;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/system.pagenavigation/.default/style.css?17734712822059*/
.scs-pagination {
	display: flex;
	justify-content: center;
	margin-top: 32px;

}
.scs-pagination__more {

}
.scs-pagination__loading {
	display: none;
}

.sk-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: var(--scs-accent-primary);
	border-radius: 100%;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/news.list/scs-map-shops-filter/style.css?1773471282580*/
.scs-catalog-filter-tags {

}
.scs-catalog-filter-tags__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}
.scs-catalog-filter-tags__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	border: none;
	background: none;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
.scs-catalog-filter-tags__link--active {
	color: var(--scs-accent-primary);
}

.scs-shops-map polygon.chosen {
	background-color: rgba(174, 201, 5, 0.7) !important;
	fill: rgba(174, 201, 5, 0.7) !important;
}

/* End */


/* Start:/shops/blocks/share/style.css?1773471282506*/
.scs-rent-share {
	font-family: Manrope;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	display: flex;
	gap: 24px;
	align-items: center;
	margin-top: auto;
	color: var(--scs-main-text);
}
.scs-rent-share__list {
	display: flex;
	gap: 8px;
	align-items: center;
}

@media (max-width: 767px) {
	.scs-rent-share {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.scs-rent-share {
		font-size: 16px;
		justify-content: flex-start;
	}

	.scs-btn-print {
		display: none !important;
	}
}
/* End */


/* Start:/shops/blocks/map/style.css?1773471282313*/
.scs-shops-map {
	display: grid;
	grid-template-columns: 1fr 270px;
	gap: 32px;
	position: relative;
}

@media (max-width: 1199px) {
	.scs-shops-map {
		grid-template-columns: 1fr;
	}

	/*.scs-shops-map__info {
		position: fixed;
		bottom: 62px;
		left: 0;
		width: 100%;
		padding: 0 16px;
		z-index: 101;
	}*/
}
/* End */


/* Start:/local/templates/kubaturamall/components/skyweb24/interactivepictures/scs-map/style.css?17734712822956*/
.imp-ui {
	display: none;
}

.imp-ui-element.imp-ui-navigator-root {
	display: none;
}
.imp-ui-zoom-button {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: var(--scs-bg-soft) !important;
	color: var(--scs-main-text) !important;
	box-shadow: none;
	font-size: 14px !important;
	top: 50%;
	right: 6px;
}
.imp-ui-zoom-button-zoom-in {
	transform: translateY(calc(-100% - 3px));
}
.imp-ui-zoom-button-zoom-out {
	transform: translateY(3px);
}

@media (max-width: 575px) {
	.imp-ui {
		display: block;
	}
	.imp-zoom-outer-wrap {
		overflow: auto;
	}
}


/* body{background:#f00;}
.imp-social {width: 100%;}


.imp-buttons{
    display: none;
    position: absolute;
    z-index: 3;
	padding: 5px;
}

.imp-button{
    border-radius: 50%;
    border: 2px solid;
    border-color: #ffffff;
    height: 50px;
    width: 50px;
    padding: 5px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
	opacity: .8;
    transition: .3s opacity;
}

.imp-button:hover {
	opacity: 1;
}


.imp-button svg{
    height: 100%;
    width: 100%;
}

.imp-button.img-button-share svg{
    width: 70%;
    height: 70%;
}

.imp-button.img-button-like svg{
    width: 80%;
    height: 80%;
}

.imp-button.imp-button-show .svg_show{
    display: block;
}
.imp-button.imp-button-show .svg_hide{
    display: none;
}

.imp-button.imp-button-show.hide-eye .svg_show{
    display: none;
}
.imp-button.imp-button-show.hide-eye .svg_hide{
    display: block;
}

.imp-button.img-button-like .svg-not-like{
    display: block;
}
.imp-button.img-button-like .svg-like{
    display: none;
}

.imp-button.img-button-like.is-like .svg-not-like{
    display: none;
}
.imp-button.img-button-like.is-like .svg-like{
    display: block;
}





.imp-social h2{
    text-align: center;
	font-size: 26px;
}

.imp-social-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.imp-social-item{
    width: 50px;
    height: 50px;
    margin: 10px;
    display: block;
}

.imp-social-item img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
	opacity: .8;
	transition: .3s opacity;
}

.imp-social-item img:hover {
	opacity: 1;
}

.imp-social-copy{
    display: flex;
    justify-content: center;
}

.imp-social-copy-button{
    margin: 20px 0px 10px 0px;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
	color: #fff;
    border: 1px solid #2e86de;
    border-radius: 7px;
    transition: .3s background;
    background: #54a0ff;
}

.imp-social-copy-button:hover{
    background: #2e86de;
}

 
.imp-shape-text{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.imp-social-copy-success-message{
    font-size: 16px;
    color: #72d2e8;
    margin: 10px auto;
}

@media (max-width:320px) {
.imp-social-item {margin: 10px 15px;}
} */

/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/news.detail/scs-product-detail-small/style.css?1773471282868*/
.scs-detail-card-small {
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	background: var(--scs-bg-default);
	display: grid;
	gap: 16px;
}
.scs-detail-card-small__title {
	font-family: Manrope;
	font-weight: 700;
	font-size: 24px;
	color: var(--scs-accent-primary);
	margin: 0;
}
.scs-detail-card-small__sections {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.scs-detail-card-small__link {
	font-family: Manrope;
	font-weight: 600;
	font-size: 14px;
	color: var(--scs-main-text);
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 1199px) {
	.scs-detail-card-small {
		background: var(--scs-bg-soft);
	}
}

@media (max-width: 575px) {
	.scs-detail-card-small__title {
		font-size: 18px;
	}
}
/* End */


/* Start:/shops/blocks/info/style.css?17734712792156*/
.scs-shops-map-info {
	position: sticky;
	top: 104px;
}
.scs-shops-map-info__loading {
	display: none;
}
.scs-shops-map-info__loading--active {
	display: block;
}

@media (max-width: 1199px) {
	.scs-shops-map-info {
		position: static;
		top: 0;
	}
}

.sk-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: var(--scs-accent-primary);
	border-radius: 100%;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
/* End */
/* /shops/blocks/content/style.css?1773471279183 */
/* /shops/blocks/top/style.css?177347127980 */
/* /local/templates/kubaturamall/custom/css/catalog-search.css?1773471282688 */
/* /local/templates/kubaturamall/custom/css/sections-dropdown.css?1773471282834 */
/* /local/templates/kubaturamall/custom/css/dropdown.css?17734712823195 */
/* /local/templates/kubaturamall/custom/css/chips.css?17734712822138 */
/* /shops/blocks/filter/style.css?17734712821035 */
/* /local/templates/kubaturamall/components/bitrix/system.pagenavigation/.default/style.css?17734712822059 */
/* /local/templates/kubaturamall/components/bitrix/news.list/scs-map-shops-filter/style.css?1773471282580 */
/* /shops/blocks/share/style.css?1773471282506 */
/* /shops/blocks/map/style.css?1773471282313 */
/* /local/templates/kubaturamall/components/skyweb24/interactivepictures/scs-map/style.css?17734712822956 */
/* /local/templates/kubaturamall/components/bitrix/news.detail/scs-product-detail-small/style.css?1773471282868 */
/* /shops/blocks/info/style.css?17734712792156 */
