

/* Start:/local/templates/kubaturamall/components/bitrix/catalog/scs-brands/style.css?17801766191248*/
.scs-catalog-filter-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.scs-catalog-floor {
	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 32px;
	flex-wrap: wrap;
}

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

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

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

.scs-catalog-panel-2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: var(--scs-secondary-text);
	display: flex;
	align-items: self-end;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media (max-width: 575px) {
	.scs-catalog-panel-2 {
		font-size: 14px;
	}
}

.scs-catalog-checkbox {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--scs-secondary-text);
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: center;
}
.scs-catalog-checkbox svg {
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.scs-catalog-checkbox {
		align-self: flex-start;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/catalog-search.css?1762762867688*/
.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/chips.css?17742457142369*/
.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--active-2,
a.scs-chips--active-2:hover,
button.scs-chips--active-2:hover {
	background: var(--scs-soft-accent);
	color: var(--scs-secondary-text);
}
.scs-chips--active-2 svg path {
	stroke: var(--scs-secondary-text);
}

.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?1762762867834*/
.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?17627628673195*/
.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?17627628672815*/
.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/catalog.section.list/scs-catalog-filter-sections/style.css?17627628671273*/
.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: repeat(4, minmax(0, 1fr));
	gap: 24px 48px;
}
.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);
}

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

@media (max-width: 767px) {
	.scs-catalog-filter-sections__grid {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/local/templates/kubaturamall/components/bitrix/system.pagenavigation/.default/style.css?17627628672059*/
.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-brands-list-abc/style.css?1762762867816*/
.scs-catalog-goods-abc {
	display: grid;
	gap: 68px;
	line-height: 1.2;
	color: var(--scs-main-text);
}

.scs-goods-abc-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 16px 20px;
}
.scs-goods-abc-section__name {
	font-weight: 700;
	font-size: 48px;
	color: var(--scs-secondary-text);
	text-transform: uppercase;
}
.scs-goods-abc-section__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 1399px) {
	.scs-goods-abc-section {
		grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
	}
}

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

@media (max-width: 767px) {
	.scs-goods-abc-section__name {
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.scs-goods-abc-section__name {
		font-size: 28px;
	}
}
/* End */


/* Start:/local/templates/kubaturamall/custom/css/card-10.css?17627804501022*/
.scs-card-10 {
	display: grid;
	grid-template-columns: 2fr 2fr 1fr;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	padding: 8px 24px;
	min-height: 72px;
	background: var(--scs-bg-additional);
	color: var(--scs-main-text);
	line-height: 1.2;
	font-size: 18px;
}
.scs-card-10__name {
	font-weight: 600;
	font-size: 20px;
	color: var(--scs-main-text);
	text-transform: uppercase;
}
.scs-card-10__section {
	color: var(--scs-secondary-text);
	font-size: 14px;
}
.scs-card-10__text {
	color: var(--scs-secondary-text);
	margin-bottom: 5px;
}
.scs-card-10__shops-list a {
	color: var(--scs-main-text);
}

@media (max-width: 991px) {
	.scs-card-10 {
		padding: 12px 24px;
		grid-template-columns: 2fr 1fr;
	}
	.scs-card-10__name {
		grid-column: 1 / -1;
	}
	.scs-card-10__section {
		text-align: right;
	}
}

@media (max-width: 575px) {
	.scs-card-10 {
		padding: 12px 16px;
		grid-template-columns: 1fr;
		font-size: 16px;
	}
	.scs-card-10__name {
		font-size: 18px;
	}
	.scs-card-10__section {
		text-align: left;
	}
}
/* End */
/* /local/templates/kubaturamall/components/bitrix/catalog/scs-brands/style.css?17801766191248 */
/* /local/templates/kubaturamall/custom/css/catalog-search.css?1762762867688 */
/* /local/templates/kubaturamall/custom/css/chips.css?17742457142369 */
/* /local/templates/kubaturamall/custom/css/sections-dropdown.css?1762762867834 */
/* /local/templates/kubaturamall/custom/css/dropdown.css?17627628673195 */
/* /local/templates/kubaturamall/custom/css/popup.css?17627628672815 */
/* /local/templates/kubaturamall/components/bitrix/catalog.section.list/scs-catalog-filter-sections/style.css?17627628671273 */
/* /local/templates/kubaturamall/components/bitrix/system.pagenavigation/.default/style.css?17627628672059 */
/* /local/templates/kubaturamall/components/bitrix/news.list/scs-brands-list-abc/style.css?1762762867816 */
/* /local/templates/kubaturamall/custom/css/card-10.css?17627804501022 */
