.team__title {
    margin-bottom: 30px
}

ul.list-linead {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column
}

ul.list-linead li {
    padding-left: 56px;
    position: relative;
    display: flex;
    color: #444;
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 120%;
    font-family: Sceptica,RedRing,Arial,sans-serif;
    font-weight: 500
}

ul.list-linead li:before {
    width: 18px;
    height: 3px;
    background: #16aadb;
    position: absolute;
    left: 20px;
    content: "";
    top: 10px
}

@media screen and (max-width: 475px) {
    ul.list-linead li {
        font-size:14px;
        padding-left: 30px
    }

    ul.list-linead li:before {
        width: 16px;
        height: 2px;
        left: 0
    }
}

.team__text {
    line-height: 120%;
    font-family: Sceptica,RedRing,Arial,sans-serif;
    color: #444;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .team__text {
        font-size:22px
    }
}

@media screen and (max-width: 475px) {
    .team__text {
        font-size:14px
    }
}

.team__container {
    max-width: 920px
}

.frame-logos__mobile {
    display: none
}

.frame-logos__pc,.frame-logos__mobile {
    width: 100%
}

@media screen and (max-width: 475px) {
    .frame-logos__mobile {
        display:flex
    }

    .frame-logos__pc {
        display: none
    }
}

.appraisal__wrapper,.at-glance__wrapper,.awards__wrapper,.business-assistance__wrapper,.cases-nbo__wrapper,.clients__wrapper,.clients-main__wrapper,.contacts__wrapper,.contacts-map__wrapper,.content__wrapper,.cooperation__wrapper,.cost-work__wrapper,.founders__wrapper,.how-work-nbo__wrapper,.main-header__wrapper--main,.modules-work__wrapper,.offers__wrapper,.page-contacts__wrapper,.personalized-buyer__wrapper,.result,.result-companies__wrapper,.team__wrapper,.what-can__wrapper,.why-need-ai__wrapper,.career-team__wrapper,.career-quote__wrapper,.career-office__wrapper,.career-about__wrapper,.career-conditions__wrapper,.career-vacancies__wrapper,.smart-opt-in-advantages__wrapper,.watch-it-in-action__wrapper,.blog-header,.triggers-plan__wrapper,.order__wrapper,.blog__wrapper,.mailing__wrapper {
    padding-top: 60px;
    padding-bottom: 60px
}