

/* Start:/local/templates/bestbrands_new/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17486107548031*/
.head-content .brends{
    padding: 50px;
    background-color: #fafafa;
}
.head-content .brends h1{
    font-size: 44px;
}

.brands-block {
    margin: 40px 0;
}
.brands-block .element {
    background-color: #fff;
    width: 100%;
    opacity: 1.0;
    padding: 30px 30px 30px 30px;
    height: 360px;
    display: block;
    box-shadow: 0 5px 15px rgba(189, 189, 189, 0.2);
    margin: 30px 0 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element:hover {
    background: rgba(156, 142, 195, 0.11);
    opacity: 1.0;
    padding: 0 30px 30px 30px;
    box-shadow: 0 10px 50px rgba(220, 220, 220, 0.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element a {
    display: block;
    line-height: 200px;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element:hover a {
    line-height: 120px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element img {
    max-height: 140px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element:hover img {
    max-height: 100px;
    width: 100%;
    padding: 0 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.brands-block .element a.more {
    display: block;
    padding:0;
    line-height: 30px;
    margin-left: -12px;
    margin-top: 10px;
    text-align: center;
    color: #BDBDBD;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.brands-block .element:hover a.more {
    color: #7664aa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.brands-block .element a.more:after {
    content: url(/local/templates/bestbrands_new/components/bitrix/news/brands/bitrix/news.list/.default/images/more_arrow_grey.svg);
    position: absolute;
    margin-top: 4px;
    margin-left: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.brands-block .element a.more:hover {
    color: #7664aa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: underline;
}
.brands-block .element:hover a.more:after {
    content: url(/local/templates/bestbrands_new/components/bitrix/news/brands/bitrix/news.list/.default/images/more_arrow.svg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.brands-block .element a.file {
    display: block;
    padding:0;
    line-height: 24px;
    margin-top: 3px;
    text-align: center;
    color: #7664aa;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.brands-block .element:hover a.file {
    color: #7664aa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.brands-block .element a.file:hover {
    color: #7664aa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: underline;
}


.brands-block .element .text {
    visibility: hidden;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    opacity: 0;
    height: 0;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.brands-block .element:hover .text {
    visibility: visible;
    opacity: 1.0;
    height: auto;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.brands-block .element .social {
    position: absolute;
    bottom: 30px;
    left: 32px;
    /*width: 75%;*/
    width: 81%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.brands-block .element .social .social-link {
    line-height: inherit;
    position: absolute;
    padding: 0;
    bottom: 10px;
    width: 40px;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.brands-block .element .social .social-link:hover svg{
    opacity: 0.5;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.brands-block .element .social .social-link:nth-child(2) {
    margin-left: 45px;
}
.brands-block .element .social .social-link:nth-child(3) {
    margin-left: 90px;
}

.brands-block .element:hover .social {
    visibility: visible;
    font-size: 14px;
    opacity: 1.0;
    text-align: center;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.brands-block .element a.btn {
    display: block;
    line-height: inherit;
    height: 44px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 160px;
    float: right;
    background-color: #7664AA;
    color: #fff;
    padding: 8px 10px 12px 10px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.brands-block .element a.btn:hover {
    opacity: .6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.brands-block .owl-carousel .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@media (max-width: 1199.98px) {
    .brands-block .element {
        padding: 0 15px 15px 15px;
        height: 300px;
    }
    .brands-block .element:hover {
        padding: 0 10px 10px 10px;
    }
    .brands-block .element img {
        max-height: 120px;
    }
    .brands-block .element:hover img {
        max-height: 70px;
    }
    .brands-block .element a{
        line-height: 160px;
    }
    .brands-block .element:hover a {
        line-height: 90px;
    }
    .brands-block .element a.more {
        line-height: 30px;
        margin-top: 6px;
    }
    .brands-block .element a.file {
        line-height: 24px;
        margin-top: 0;
    }
    .brands-block .element a.btn {
        line-height: inherit;
    }
    .brands-block .element .text {
        font-size: 12px;
    }
    .brands-block .element .social .social-link {
        width: 28px;
    }
    .brands-block .element .social .social-link:nth-child(2) {
        margin-left: 30px;
    }
    .brands-block .element .social .social-link:nth-child(3) {
        margin-left: 60px;
    }
}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
    .brands-block .element {
        height: 240px;
    }
    .brands-block .element .text {
        display: none;
    }
    .brands-block .element .social {
        left: 25px;
    }
    .brands-block .element a.btn {
        font-size: 13px;
        width: 120px;
        padding: 10px 10px 12px 10px;
    }
}
@media (max-width: 575.98px) {
    .brands-block .element {
        margin: 15px 0 0 0;
    }
    .brands-block .element img {
        max-width: 230px;
    }
    .brands-block .element .social {

    }
    .brands-block .element .social .social-link {
        width: 40px;
    }
    .brands-block .element .social .social-link:nth-child(2) {
        margin-left: 40px;
    }
    .brands-block .element .social .social-link:nth-child(3) {
        margin-left: 80px;
    }
}
/* End */
/* /local/templates/bestbrands_new/components/bitrix/news/brands/bitrix/news.list/.default/style.css?17486107548031 */
