.brands-page__header p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #2A2A2A;
}

#brands-page hr {
	height: 2px;
	background-color: #DBE0E3;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.brands-page__info {
	display: grid;
	grid-template-columns: 26.8% auto;
	padding-top: 62px;
}

.brands-page__info .i_motors_img {
	width: 80%;
	margin: auto;
	margin-bottom: 70px;
}

.brands-page__info .fearless_img {
	width: 70%;
	margin: auto;
	margin-bottom: 70px;
}

.brands-page__info-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
}

.download__section {
	display: flex;
	cursor: pointer;
	align-items: start;
	justify-content: center;
	margin-bottom: 25px;
}

.download__section img {
	margin-bottom: 0;
	margin-right: 22px;
}

.download__section-info p {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #2A2A2A;
	font-family: var(--header-font);
}
.brands-page__info-right-top-part-right .download__section-info p{
	font-weight: 600;
}

.download__section-info p.color-me,
.download__section-info p span {
	font-weight: 500;
	font-size: 14px;
}

.download__section-info p.color-me-red {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	font-family: var(--body-font);
}

.brands-page__info-right-top {
	display: grid;
	grid-template-columns: 386px auto;
	grid-gap: 172px;
}

.brands-page__info-right-top-part .main-logo{
	width: 222px;
}
.brands-page__info-right-top-part .main-logo.dark{
  margin: 47px auto 61px;
}
.brands-page__info-right-top-part .dark-bgrnd{
	width: 100%;
	max-width: 386px;
	display: grid;
	place-content: center;
	height: 141px;
	background-color: var(--primary-color);
}
.brands-page__info-right-top-part {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.brands-page__info-right-top-part h3 {
	margin-bottom: 23px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #2A2A2A;
	margin-top: -8px;
}

.brands-page__info-right {
	padding-left: 68px;
}

.brands-page__info-right-top-part-right .wrapper{
	max-width: 200px;
	margin-inline: auto;
	text-align: left;
}
.brands-page__info-right-top-part-right .color{
	width: 31px;
	height: 31px;
	border-radius: 2px;
}
.brands-page__info-right-top-part-right .download__section {
	margin-bottom: 20px;
	gap: 21px;
	justify-content: start;
	cursor: unset;
}

.brands-page__info-right-bottom h3 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #2A2A2A;
	text-align: left;
}

.brands-page__info-right-bottom {
	padding-right: 30%;
}

.brands-page__info-right-bottom img {
	width: 100%;
	margin-bottom: 50px;
}

#brands-page {
	padding-bottom: 70px;
	position: relative;
}

.brands-page__info-left {
	grid-row-start: 3;
	grid-row-end: 4;
}

.brands-page__info h1{
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 28px;
	margin-top: 2px;
}
.brands-page__info .top-p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	max-width: 393px;
	margin-bottom: 57px;
}
.brands-page__info-right {
	grid-row-start: 1;
	grid-row-end: 5;
	border-left: 1px solid var(--tertiary-color-v2);
}

@media screen and (min-width:1200px) and (max-width: 1600px) {
	.brands-page__info-right{
		margin-left: 30px;
	}
	.brands-page__info-right-top {
		display: grid;
		grid-template-columns: 386px auto;
		grid-gap: 60px;
	}
}
@media screen and (min-width:1200px) and (max-width: 1399px) {
	.brands-page__info-right-top {
		grid-template-columns: 320px auto;
	}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
	.brands-page__info {
		grid-template-columns: 40% auto;
	}
	.brands-page__info-right-top {
		display: flex;
		grid-gap: 30px;
		flex-direction: column-reverse;
	}
	.brands-page__info-right {
		padding-left: 30px;
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	.brands-page__header p {
		margin-top: 20px;
		font-size: 16px;
	}
	.download__section-info p {
		font-size: 15px;
	}
	.brands-page__info,
	.brands-page__info-right-top {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 30px;
		gap: 0px;
	}
	.brands-page__info-right-top-part {
		max-width: 386px;
	}
	.brands-page__info{
		padding-top: 30px;
	}
	.brands-page__info-right-top{
		gap: 30px;
	}
	.brands-page__info-left,
	.brands-page__info-right {
		grid-row-start: unset;
		grid-row-end: unset;
		width: 100%;
	}

	.brands-page__info-right {
		border: none;
		padding-left: 0;
	}

	.brands-page__info-right-bottom {
		padding-right: 15px;
	}

	.download__section-info p.color-me-red {
		font-size: 14px;
	}
	.brands-page__info-right-top-part .main-logo.dark {
		margin: 25px auto 40px;
	}
	.brands-page__info-right-top-part .main-logo {
		width: 200px;
	}
	.download__section img {
		margin-right: 15px;
	}
	.brands-page__info h1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.brands-page__info .top-p {
		margin-bottom: 30px;
	}
	.brands-page__info-right-bottom h3 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.download__section-info p {
		font-size: 18px;
	}

	.download__section-info p.color-me-red {
		font-size: 14px;
	}

	.brands-page__info-right-top-part h3 {
		font-size: 20px;
	}

	.brands-page__info-right-bottom h3 {
		font-size: 20px;
	}
}

.brands-page__info-brand-clearance {
	margin: 50px 0;
}

.brands-page__info-brand-clearance h3 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #2A2A2A;
}

.brands-page__info-brand-clearance p {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #2A2A2A;
	margin-bottom: 20px;
	margin-right: 60px;
}

.brands-page__info-brand-clearance-images {
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.brands-page__info-brand-clearance-images img {
	margin-right: 50px;
}

@media screen and (max-width: 1399px) {
	.brands-page__info-brand-clearance-images {
		flex-direction: column;
	}

	.brands-page__info-brand-clearance-images img {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.brands-page__info-brand-clearance-images img {
		margin-right: 0;
		width: 100%;
	}

	.brands-page__info-brand-clearance p {
		margin-right: 0;
	}
}

#brands-page .common-hero-section{
    background: #DBE0E3;
    height: 60px;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

#brands-page .common-hero-section h3 {
    font-weight: 700;
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
}

@media (min-width: 1400px) {
    #brands-page .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    #brands-page .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    #brands-page .container {
        max-width: 1500px;
    }
}

@media (min-width: 1700px) {
    #brands-page .container {
        max-width: 1646px;
		padding-inline: 0;
    }
}