.catalog__link {
    text-decoration: none !important;
    border-bottom: none !important;
}

.product-item__title {
    min-height: auto;
}

@media (max-width: 991px) {
    .product {padding-top: 20px}
    .product .title {font-size: 24px}
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb li a {
    color: #888888;
}

section#downloads .link {text-transform: uppercase;font-size: 12px;font-weight: 700;line-height: 14px;}
section#downloads .link img {width: 73px; display: block; margin: 0 auto 10px}

body{
    background: #fff;
}
.wrapper{
    overflow: visible;
    max-width: 100%;
}
#best-product{
    overflow: hidden;
}
.about{
    background: url(../images/about/about_bg.png) no-repeat 50% 0 #373737;
    margin: 0;
    padding-top: 43px;
    color: #fff;
    position: relative;
    padding-bottom: 200px;
}
.about h1{
    color: #fff;
}
.about .breadcrumb{
    padding: 0;
    color: #fff;
    margin-bottom: 28px;
}
.about .breadcrumb a{
    color: #fff;
}
.about .breadcrumb .breadcrumb-item.active{
    color: #fff;
}
.about .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.about_line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.about_logo{
    width: 100%;
    max-width: 280px;
}
.about__logo-w{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center
}
.about__title{
    text-align: right;
    font-size: 29px;
    margin-bottom: 80px;
}
.about__desc p{
    margin-bottom: 0;
}
.about__desc p + p{
    margin-top: 60px;
}
@media (max-width: 992px){
    .about{
        padding-bottom: 120px;
    }
    .about__logo-w{
        align-items: flex-start;
        padding-top: 86px;
    }
    .about_logo{
        width: 100%;
        max-width: 180px;
    }
    .about__title{
        margin-bottom: 35px;
    }
    .about__desc p + p{
        margin-top: 32px;
    }
}
@media (max-width: 768px){
    .about{
        padding-bottom: 90px;
    }
    .about__logo-w{
        padding-top: 0;
        padding-bottom: 40px;
    }