@charset "UTF-8";
.brand-descr {
	background: #F4FAFF;
	border-radius: 16px;
	padding: 12px;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: var(--grey800);
	text-align: center;
	margin: 24px 0 0 0;
}
.brand-descr .bg {
	padding: 60px 24px;
	background: var(--white);
	box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1), 0px 10px 16px rgba(20, 37, 63, 0.1);
	border-radius: 12px;
}
.brand-descr p:first-child {
	margin-top: 0!important;
}
.brand-descr p:last-child {
	margin-bottom: 0!important;
}
.brand-descr .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: -26px auto 34px auto;
	position: relative;
}
.brand-descr .logo img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.brand-descr .logo:after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 32px;
	height: 2px;
	border-radius: 1px;
	background: var(--yellow);
	margin: 12px 0;
	transform: translate3d(-50%, 0, 0);
}
.brand-categories {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
.brand-categories .content-title {
	padding-left: 20px;
}
}
.brand-categories-list {
	display: grid;
	gap: 92px 20px;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.brand-categories-list .link {
	text-decoration: none;
	text-align: center;
	font: bold 16px/20px var(--fontg);
	letter-spacing: -0.01em;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 4px;
}
.brand-categories-list .link .pic {
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto 34px auto;
	position: relative;
}
.brand-categories-list .link .pic svg {
	width: 100%;
	height: 100%;
	fill: var(--grey800);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.brand-categories-list .link .pic:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 17px;
	height: 1.5px;
	border-radius: 0.75px;
	background: var(--grey400);
	margin: 18px 0 0 0;
	pointer-events: none;
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
.brand-categories-list a.link:hover {
	color: var(--hover);
}
.brand-categories-list a.link:hover svg {
	fill: var(--hover);
}
.brand-categories-list a.link:hover .pic:after {
	background: var(--yellow);
}
}
.brand-catalog {
	margin-top: 72px;
}
.brand-catalog .content-title {
	margin-bottom: -7px;
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.brand-descr {
	margin-top: -19px;
	background: var(--input-bg);
	padding: 15px;
	line-height: 24px;
	text-align: left;
}
.brand-descr .bg {
	padding: 25px 32px;
	display: flex;
	align-items: center;
	gap: 0 46px;
}
.brand-descr .logo {
	flex: 0 0 auto;
	align-self: stretch;
	width: 180px;
	padding: 0 30px 0 0;
	margin: 0 0 0 23px;
	border-right: 1px solid var(--sec-default);
}
.brand-descr .logo img {
	max-height: none;
}
.brand-descr .logo:after {
	display: none;
}
.brand-categories-list {
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.brand-categories-list .link {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.brand-categories-list .link .pic {
	margin-top: 10px;
	width: 56px;
	height: 56px;
	margin-bottom: 37px;
}
.brand-catalog {
	margin-top: 84px;
}
.brand-catalog .content-title {
	margin-bottom: 30px;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.brand-descr {
	margin-top: 0;
	line-height: 30px;
	letter-spacing: normal;
	font-size: 15px;
}
.brand-descr .bg {
	padding-left: 55px;
	padding-right: 55px;
	gap: 0 55px;
}
.brand-descr .logo {
	width: 200px;
	margin: 0;
	padding-right: 50px;
}
.brand-descr .logo img {
	max-height: none;
}
.brand-descr .logo:after {
	display: none;
}
.brand-descr .text {
	padding: 10px 0;
}
.brand-categories {
	margin-top: 80px;
}
.brand-categories .content-title {
	margin-bottom: 60px;
}
.brand-categories-list {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.brand-categories-list .link {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.brand-categories-list .link .pic {
	margin-bottom: 54px;
	width: 76px;
	height: 76px;
	margin-top: 0;
}
.brand-categories-list .link .pic:after {
	width: 25px;
	height: 2px;
	border-radius: 1px;
	margin-top: 32px;
}
.brand-catalog {
	margin-top: 104px;
}
.brand-catalog .content-title {
	margin-bottom: 40px;
}
}
