.brands-title,
.brands-title h3.bx-wave-title:after {
	text-align:center;
	background-position: 50%;
}
.brands-list {
    display: table;
    width: 100%;
}
.brend-item {
    padding: 15px;
	cursor: pointer;
	border-bottom: 4px solid transparent;
	transition: all 0.3s ease;
	position: relative;

	border-radius: 8px;
}
.brend-item.current{
	border-bottom: 4px solid var(--text-e20613);
	box-shadow: 0 0 15px 0 rgba(9, 54, 7, 0.12);
	background: var(--text-ffffff);
	cursor: auto;
}
.brend-item:hover{
	border-bottom: 4px solid var(--text-e20613);
	border-radius: 8px;
	box-shadow: 0 0 15px 0 rgba(9, 54, 7, 0.12);
	background: var(--text-ffffff);
}

.brend-item a{
	display: block;
    width: 100%;
}
.brend-hover-image {
	pointer-events: none;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 80px;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: -1;
}
.brend-hover-image.over {
	z-index: 2;
}
.brend-hover-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.brend-item:hover .brend-hover-image {
	opacity: 1;
	top: -40px;
}
.block_head_line_link_2026 {
	border: 1px solid #E20613;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 14px;
	text-decoration: none!important;
	transition: .3s ease;
}
.block_head_line_link_2026:hover {
	color: white;
	background-color: #E20613;
}
@media(max-width:767px){

}

@media(min-width:992px){
	.brands-content {
		margin-top:30px;
margin-bottom:70px;
	}
}

@media(max-width:767px){
	.brend-item{
		width: 70px;
	}
}

.block_head_line{
	margin-bottom: 48px;
}

.brands-show-more-2026 {
	position: relative;
	height: 490px;
}
@media (max-width: 1500px) {
	.brands-show-more-2026 {
		height: 540px;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	.brands-show-more-2026 {
		height: 430px;
	}
}
@media (max-width: 768px) {
	.brands-show-more-2026 {
		height: 400px;
	}
}
.product-item__show-more {
	background-color: #F2F2F2;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.product-item__show-more__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-item__show-more__logo_wrapper {
	background-color: #2222220A;
	height: 420px;
	width: 580px;
	border-radius: 50%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product-item__show-more__logo {
	background-color: #FFFFFF;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	width: 136px;
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px;
}
.product-item__show-more__title_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product-item__show-more__title {
	font-family: "GothamPro", Arial, sans-serif;;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.product-item__show-more__btn {
	display: flex;
	padding: 12px 24px;
	margin: 24px 8px;
	border: solid 1px #E20613;
	border-radius: 8px;
	gap: 16px;
	transition: .3s ease;
	cursor: pointer;
}
.product-item__show-more__btn-text {
	color: #E20613;
	font-size: 14px;
	text-transform: none;
}
.product-item__show-more__btn:hover {
	background-color: #E20613;
}
.product-item__show-more__btn:hover .product-item__show-more__btn-text {
	color: #FFFFFF;
}
.product-item__show-more__btn:hover svg path {
	stroke: #FFFFFF;
}