.catalog-brand-data-wrap {
	display: flex;
	/*align-content: flex-start;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: row-reverse;*/
	flex-direction: row;
}

.catalog-brand-data-pic img {
	border-radius: 1rem;
	max-width: 285px;
	max-height: 285px;
	border: 1px solid #f6f6f6;
}

@media (max-width: 1200px) {
	.catalog-brand-data-pic {
		display: none;
	}
	.catalog-brand-data-wrap{
		margin-bottom: 5rem;
		flex-direction: column;
	}
	.brand-top-text-btns-wrap {
		flex-direction: column;
		width: fit-content;
	}

	.brand-top-text-btns-wrap .brand-top__btn{
		margin: 0 0 15px 0;
		text-align: center;
	}

}

.catalog-brand-data-text {
	padding: 0 15px;
}


.brand-top-text-btns-wrap {
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.brand-top__btn {
	color: #2d2d2d;
	background: #f6f6f6;

    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
    cursor: pointer;
    border: none;
    outline: none;

	text-decoration: none;
}

.brand-top__btn.red {
    background: #d3376f;
    color: #fff;
}

.brand-top-description-wrap {
	text-align: right;
}


