.text-decoration-none{
    text-decoration: none;
}
.header__inner{
    padding: 16.2rem 0 0 0;
}
.header__offer{
    margin-bottom: 8.5rem;
}
.team{
    padding: 0rem 0 2rem 0;
}
.team__partnersLogosRow{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.team__partnersLogo._1{transition-delay:.06s}
.team__partnersLogo._9{transition-delay:.12s}
.team__partnersLogo._4{transition-delay:.18s}
.team__partnersLogo._7{transition-delay:.24s}
.team__partnersLogo._3{transition-delay:.30s}
.team__partnersTitleNew{
    font-size: 4.5rem;
    line-height: 1.1;
    color: #fff;
}

.team__partnersLogo._9{width:24rem}
@media screen and (min-width: 0)and (max-width: 960px){.team__partnersLogo._9{width:38rem}}
@media screen and (min-width: 0)and (max-width: 450px){.team__partnersLogo._9{width:18rem}}
@media screen and (min-width: 0)and (max-width: 450px){.team__partnersLogo._1{width:10rem}}
@media screen and (min-width: 0)and (max-width: 450px){.team__partnersLogo._4{width:11rem}}

@media screen and (min-width: 0) and (max-width: 960px){
    .header__inner{
        padding: 23rem 0 0 0;
    }
    .header__offer{
        margin-bottom:22rem;
    }
}
@media screen and (min-width: 0) and (max-width: 450px){
    .header__topBlock._right {
        display: none;
    }
    .header__inner {
        padding: 14rem 0 0 0;
    }
    .header__offer{
        margin-bottom:18rem;
    }
    .mobile-hidden{
        display: none;
    }
}

