

/* 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/components/bitrix/news/scs-articles/blocks/search/style.css?1773471282208*/
.scs-catalog-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.scs-catalog-filter-props {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 32px;
}
/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/menu/scs-chips-menu/style.css?1773471282168*/
.scs-catalog-chips-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

@media (max-width: 575px) {
	.scs-catalog-chips-list {
		gap: 8px;
	}
}
/* 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:/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/popup.css?17734712822815*/
.scs-dialog {
	display: flex;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0 0 32px;
	border: none;
	max-width: none;
	max-height: 100dvh;
	background: var(--scs-glass-dark);
	backdrop-filter: blur(4px);
	transform: translateX(100%);
	overflow: hidden;
	visibility: hidden;
}
.scs-dialog[open] {
	width: 100%;
	height: 100dvh;
	transform: translateX(0);
	visibility: visible;
	transition: transform .4s ease-out;
}

.scs-dialog-wrapper {
	margin: auto 0;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}
.scs-dialog-wrapper--top {
	margin: 0;
}

.scs-dialog-header {
	color: var(--scs-bg-default);
	line-height: 1.2;
	margin-bottom: 8px;
	padding: 14px 0;
	display: flex;
	align-items: center;
	gap: 16px;
}
.scs-dialog-header__logo {
	display: block;
	max-width: 190px;
}
.scs-dialog-header__logo svg {
	max-width: 100%;
	height: auto;
}
.scs-dialog-header__location {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
}
.scs-dialog-header__location button {
	flex-shrink: 0;
}
.scs-dialog-header__close {
	flex-shrink: 0;
	margin-left: auto;
}

.scs-dialog-content {
	padding: 60px;
	border-radius: 16px;
	background: var(--scs-bg-default);
	overflow: auto;
}

.scs-dialog-content-wrapper {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1599px) {
	.scs-dialog-content {
		padding: 40px;
	}
}

@media (max-width: 991px) {
	.scs-dialog-header__logo {
		max-width: 120px;
	}
}

@media (max-width: 767px) {
	.scs-dialog-content {
		padding: 24px;
	}
}

@media (max-width: 575px) {
	.scs-dialog {
		background: rgb(33 33 33 / 50%);
		backdrop-filter: none;
		transform: translateX(0);
		padding: 0;
	}

	.scs-dialog-wrapper {
		position: relative;
		margin: auto 0 0;
		overflow: hidden;
		padding: 0 !important;
	}

	.scs-dialog-header {
		margin-bottom: 0;
		position: sticky;
		top: 0;
		z-index: 99;
	}
	.scs-dialog-header__logo,
	.scs-dialog-header__location {
		display: none;
	}

	.scs-dialog-content {
		padding: 16px;
	}

	.scs-dialog-draggable {
		height: 44px;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: sticky;
		top: 0;
		border: none;
		width: 100%;
		z-index: 5;
	}
	.scs-dialog-draggable:before {
		content: '';
		border-radius: 8px;
		width: 74px;
		height: 4px;
		background: var(--scs-light-grey);
	}

	.scs-dialog-content-wrapper {
		background: var(--scs-glass-dark);
		padding: 0 16px 32px;
		border-radius: 40px 40px 0 0;
		position: relative;
		transform: translateY(100%);
		transition: transform .4s ease-out;
	}
	.scs-dialog--dropdown .scs-dialog-content-wrapper {
		background: var(--scs-bg-default);
	}

	.scs-dialog[open] .scs-dialog-content-wrapper {
		transform: translateY(0);
	}
}

body:has(.scs-dialog[open]) {
	touch-action: none;
}

/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/news/scs-articles/blocks/dropdown-types/style.css?17734712821031*/
.scs-catalog-filter-sections {

}
.scs-catalog-filter-sections__all {
	max-width: 230px;
	width: 100%;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	height: 48px;
	color: var(--scs-secondary-text);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 12px;
	transition: color .25s ease-out;
}
.scs-catalog-filter-sections__all:hover {
	color: var(--scs-accent-primary);
}
.sscs-catalog-filter-sections__all > svg {
	flex-shrink: 0;
	transition: stroke .25s ease-out;
}
.scs-catalog-filter-sections__all:hover > svg path {
	stroke: var(--scs-accent-primary);
}
.scs-catalog-filter-sections__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}
.scs-catalog-filter-sections__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
}
.scs-catalog-filter-sections__link--active {
	color: var(--scs-accent-primary);
}

/* 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-articles-grid/style.css?1773471282415*/
.scs-articles-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

@media (max-width: 1399px) {
	.scs-articles-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.scs-articles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.scs-articles-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/card-5.css?17734712821061*/
.scs-card-5 {
	display: inline-block;
	line-height: 1.2;
	border-radius: 16px;
	transition: background-color .4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.scs-card-5__img {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-height: 395px;
	border-radius: 16px;
	overflow: hidden;
}
.scs-card-5__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.3);
	transition: transform .8s cubic-bezier(0.25, 0.1, 0.25, 1),
				opacity .4s ease !important;
}
.scs-card-5:hover .scs-card-5__img img {
	transform: scale(1);
}
.scs-card-5__text {
	color: var(--scs-main-text);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.scs-card-5__info {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}
.scs-card-5__name {
	text-transform: uppercase;
	color: var(--scs-accent-primary);
}
.scs-card-5:hover {
	background: var(--scs-bg-soft);
}

@media (max-width: 575px) {
	.scs-card-5__img {
		max-height: 320px;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/animateCustom.css?1773471282245*/
.wow {
	animation-fill-mode: both;
}

.scs-slide-up {
	animation-name: scs-slide-up;
}

@keyframes scs-slide-up {
	0% {
		transform: translateY(24px);
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* End */
/* /local/templates/kubaturamall/custom/css/catalog-search.css?1773471282688 */
/* /local/templates/kubaturamall/components/bitrix/news/scs-articles/blocks/search/style.css?1773471282208 */
/* /local/templates/kubaturamall/components/bitrix/menu/scs-chips-menu/style.css?1773471282168 */
/* /local/templates/kubaturamall/custom/css/chips.css?17734712822138 */
/* /local/templates/kubaturamall/custom/css/sections-dropdown.css?1773471282834 */
/* /local/templates/kubaturamall/custom/css/dropdown.css?17734712823195 */
/* /local/templates/kubaturamall/custom/css/popup.css?17734712822815 */
/* /local/templates/kubaturamall/components/bitrix/news/scs-articles/blocks/dropdown-types/style.css?17734712821031 */
/* /local/templates/kubaturamall/components/bitrix/system.pagenavigation/.default/style.css?17734712822059 */
/* /local/templates/kubaturamall/components/bitrix/news.list/scs-articles-grid/style.css?1773471282415 */
/* /local/templates/kubaturamall/custom/css/card-5.css?17734712821061 */
/* /local/templates/kubaturamall/custom/css/animateCustom.css?1773471282245 */
