

/* Start:/local/components/adn/brands/templates/.default/style.css?17829088211011*/
.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-list__item {
    background-color: #fff;
    flex: 1 1 50%;
    max-width: 50%;
    height: 18vw;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-bottom: 30px;
    transition: .3s;
}

.brand-list__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    z-index: 1;
}

.brand-list__item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.brand-detail__text p {
    line-height: 20pt;
}

@media screen and (min-width: 480px) {
    .brand-list__item {
        flex: 1 1 33.3333333%;
        max-width: 33.3333333%;
    }
}

@media screen and (min-width: 768px) {
    .brand-list__item {
        flex: 1 1 25%;
        max-width: 25%;
        height: 7.3vw;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1000px) {
    .brand-list__item {
        flex: 1 1 16.6666666%;
        max-width: 16.6666666%;
    }
}

/* End */


/* Start:/local/components/adn/brands.view/templates/.default/style.css?1743882719568*/
.brand-detail {
    /*display: flex;*/
    align-items: center;
}
/*
.brand-detail__img {
    flex: 1 1 25%;
    max-width: 25%;
}
*/

.brand-detail__img {
	float: right;
	margin-left: 4.5%;
	max-width: 25%;
}

.brand-detail__text {
    flex: 1 1 60%;
    /*padding-left: 25px;*/
}

@media screen and (max-width: 480px){
    .brand-detail {
        flex-direction: column;
    }

    .brand-detail__img {
        flex: 1 1 100%;
        max-width: 100%;
		margin-left: 0;
    }
    
    .brand-detail__text {
        flex: 1 1 100%;
        padding-left: 0px;
    }

}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/goods/style.css?17438827391433*/
.catalog-item__buy{
	-ms-flex-align:end;
	align-items:end;
}
.product-buy{
	width:50%;
	background-color:#95b03c;
	padding:5px 10px;
	position:relative;
	color:#fff;
	display:flex;
	white-space: nowrap;
	justify-content:space-between;
	align-items:center;
	margin-right:-16px;
}
.product-buy::before{
	content:'В корзину';
	display:block;
	font-size:13px;
}
.product-buy .i-icon{
	width:25px;
	height:25px;
	margin-left: 10px;
}
.product-buy:hover{
	background-color:#fff;
	color:#95b03c;
}
.product-buy.in-basket{
	background-color:#d1d1d1;
	color:#000;
}
.product-buy.in-basket::before{
	content:'В корзине';
}
.price__discount small {
	margin-left:0;
}
.catalog-item__name{
	display:block;
	color:#3c3c3b;
}
@media screen and (max-width: 1600px){
.product-buy{
	margin-right:-25px;
}
}
@media screen and (max-width: 1440px){
.product-buy{
	margin-right:-15px;
}
}
@media screen and (max-width: 1330px){
.product-buy{
	padding:5px;
}
}
@media screen and (max-width: 990px){
.catalog-item__buy {
	-ms-flex-direction:column;
	flex-direction:column;
	height:auto;
}
.product-buy{
	width:100%;
	margin-right:0;
	margin-top:10px;
	padding:5px 10px;
	justify-content:center;
}
.product-buy::before{
	margin-right:10px;
}
.product-buy span {
	display:none;
}
.product-buy .i-icon{
	display:block;
}
.price__discount br{
	display:none;
}
}
/* End */
/* /local/components/adn/brands/templates/.default/style.css?17829088211011 */
/* /local/components/adn/brands.view/templates/.default/style.css?1743882719568 */
/* /local/templates/main/components/bitrix/catalog.section/goods/style.css?17438827391433 */
