.section-brend {

} 
.brend-category {
    padding: 0 0 5em;
}
.brend-card {
	margin-bottom: 25px;
}
.brend-card__img {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 154px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(228, 233, 234, 0.4);
	box-shadow: 0px 0px 15px 5px rgba(228, 233, 234, 0.4);
	position: relative;
	z-index: 2;
}
.brend-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 1.5em;
}
.brend-card-image-block {
	background: #f6fafc;
	height: 70px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin:0;
	padding:0;
}
.brend-card-image-block__img {
	height: unset;
    width: 25%;
    margin: 0 0 1em;
}

.brend-card-image-block__img a {
    display: block;
    text-align: center;
}
.brend-card-image-block__img img {
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  object-fit: fill;
  -webkit-filter: invert(85%) sepia(9%) saturate(191%) hue-rotate(166deg) brightness(93%) contrast(88%);
	        filter: invert(85%) sepia(9%) saturate(191%) hue-rotate(166deg) brightness(93%) contrast(88%);
}
.brend-list {
	font-size: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	text-transform: uppercase;
	margin: 45px 0 40px 0;
}
.brend-list-country-link {
  cursor: pointer;
	border-bottom: 1px #bdc4ca solid;
}
.bren-tile {
	margin: 150px 0 100px 0;
}
.bren-tile .brend-list{
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.bren-tile .brend-list li {
	margin-right: 60px;
}
.brend-detail {
	margin-bottom: 70px;
}
.brend-detail-card  {
	-webkit-box-shadow: 0 0 10px 8px #f3f3f4;
	box-shadow: 0 0 10px 8px #f3f3f4;
	padding: 30px;
	margin-bottom: 25px;
}
.detail-card__title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'FuturaPT-Heavy';
	margin-bottom: 10px;
	font-weight: bold;
}
.detail-card__text {
	font-size: 19px;
	font-family: 'FuturaPT-Book';
	line-height: 1.2;
}
.collection {
	background: #f5f8f9;
	padding: 50px 0 50px 0;
}
.collection-card-link {
	color: #000;
}
.collection-card-link:hover {
	color: #000;
}
.collection-card:hover img {
	opacity: 0.6;
}
.collection-card {
	text-align: center;
	margin-bottom: 50px;
}
.collection-card__img {
	-webkit-box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
	box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
}
.collection-card__img img{
	width: 100%;
	height: 10em;
  object-fit: cover;
  display:block;
}
.collection-card__title {
	font-size: 17px;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
}
.collection-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a7acaf;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 19px;
	z-index: 10;
	fill: #a7acaf;
}
.collection-card__link:hover {
	color: #754d98;
	fill: #754d98;
}
.collection-card__link__img {
	width: 17px;
	height: 17px;
	position: relative;
	margin-left: 5px;
}
.el-catalog {
	padding: 0 0 150px 0;
	background: #f5f8f9;
}
.el-catalog-card {
	text-align: center;
	margin-bottom: 50px;
}
.el-catalog-card__img {
	-webkit-box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
	box-shadow: 0px 0px 10px 10px rgba(228, 233, 234, 0.37);
}
.el-catalog-card__img img{
	width: 100%;
}
.el-catalog-card-link:hover {
	color: #000;
}
.el-catalog-card:hover img {
	opacity: 0.6;
}
.el-catalog-card__title {
	font-size: 17px;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
}
.el-catalog-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a7acaf;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 19px;
	z-index: 10;
	fill: #a7acaf;
}
.el-catalog-card__link:hover {
	color: #754d98;
	fill: #754d98;
}
.el-catalog-card__link__img {
	width: 17px;
	height: 17px;
	position: relative;
	margin-left: 5px;
}

.brend-card__categories {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: unset;
    padding: 1em 1em 0;
}

.brend-card__categories .product-card-info-brend-list-item {
    border: none;
    width: 35px;
    height: 35px;
}

.brend-card__categories .product-card-info-brend-list-item img {
    width: 25px;
    height: 25px;
}

.brand__description {
    font-size: 16px;
    padding: 24px;
}
.brand__description p {
    margin: 0 0 16px;
}
.brand__logo {
    float: left;
    padding: 0 25px 25px 0;
    max-width: 35%;
}

.collection__other-button__container {
    text-align: center;
    margin-top: 36px;
}

.collection__other-button {
    font-size: 20px;
    border: 1px solid;
    padding: 10px 50px;
}