@charset "UTF-8";
.logo, .site-header__logo { width: 221px; }

@media (max-width: 767px) {
    .logo, .site-header__logo { max-width: 150px; }
}

.text__wrap {
    max-width: 786px;
}

.about {
    display: flex;
}
.about__left {
   display: flex;
   align-items: center;
}
.about__img {
    width: 450px;
    margin-right: 40px;
}
.about__txt {
    max-width: 520px;
    margin-top: 20px;
}
@media (max-width: 786px) {
    .about {
        flex-direction: column-reverse;
    }
    .about__img{
        width: 100%;
    }
    .about__txt {
        max-width: 100%;
        margin-top: 15px;
    }
}

.brand-plugin-catalog-brand-categories__item {
    display: none;
}
.brand-plugin-catalog-header-brand__description {
    display: flex;
    flex-direction: column
}
.brand-plugin-catalog-header-brand__description ul {
    margin-top: 0;
}

.pd-brand-info__logo img {
    max-height: 50px;
}

.toproi {
    display: flex;
    justify-content: space-between;
}
.toproi a {
    margin-left: 2px;
}

.boxed-ui-style {
    background: white;
}