.brandsHeading {
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.brandsDescription {
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture {
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList {
	margin-bottom: 24px;
	margin-top: 12px;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		color 0.2s ease;
	text-decoration: none;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	color: #111827;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.10);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	width: fit-content;
}

.backToList:hover {
	color: #fcb514;
	border-color: rgba(255, 204, 51, 0.55);
	box-shadow:
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
	transform: translateY(-1px);
}

.backToList:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 3px rgba(255, 204, 51, 0.25),
		0 6px 16px rgba(15, 23, 42, 0.08),
		0 2px 6px rgba(255, 204, 51, 0.15);
}

.backToList:active {
	position: relative;
	top: 1px;
}

#left .heading .arrow {
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#nextSection {
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title {
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title {
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection li a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
	color: #1a1a1a;
}

#nextSection li a:hover,
#nextSection li .selected {
	color: #ffa800;
}

#nextSection li .cnt {
	color: #888888;
	float: right;
}

@media all and (max-width: 700px) {
	.backToList {
		float: none;
		margin: 18px 0;
		width: 100%;
		max-width: 520px;
	}
}

/* ===== Brand list page (/brands/) — TSK style (как brands.list/.default) ===== */
#brandList.brandlist-page{
	background-color: #ffffff;
	padding: 32px 0 40px;
	margin: 0;
}

#brandList.brandlist-page .tsk-brand-list-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

#brandList.brandlist-page .tsk-brand-title-stamp{
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #1a1a1a;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: none;
}

#brandList.brandlist-page .tsk-brand-title-stamp .blueprint-title-sub{
	font-weight: 700;
	color: #ffcc33;
}

#brandList.brandlist-page .ajaxContainer.brand-cont{
	padding: 8px 0;
	border: none;
}

#brandList.brandlist-page .items{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 16px;
	border: none;
}

@media (max-width: 480px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 360px){
	#brandList.brandlist-page .items{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

#brandList.brandlist-page .item{
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	height: auto;
	line-height: normal;
	overflow: visible;
	float: none;
	width: auto;
}

#brandList.brandlist-page .item:before{
	content: none;
	display: none;
}

#brandList.brandlist-page .tabloid{
	position: relative;
	padding: 16px;
	background-color: #f9fafb;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease,
		background-color 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover{
	border-color: #ffcc33;
	background-color: #fffdf5;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

#brandList.brandlist-page .markerContainer{
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}

#brandList.brandlist-page .marker{
	font:
		normal normal 11px "Montserrat",
		Arial,
		sans-serif;
	background-color: #424242;
	margin-bottom: 6px;
	color: #fff;
	padding: 2px 8px;
	line-height: 1.4;
	border-radius: 999px;
}

#brandList.brandlist-page .picture{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#brandList.brandlist-page .picture img{
	vertical-align: middle;
	max-height: 56px;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition:
		filter 0.25s ease,
		transform 0.2s ease;
}

#brandList.brandlist-page .tabloid:hover .picture img{
	filter: grayscale(0%);
	transform: scale(1.03);
}
