.b-first {
    color: #1B222F;
}
.b-first__description {
    color: #353F4B;
}
.b-first .b-first__compare{
    color: #353F4B;
    text-decoration-color: #353F4B;
}
.b-first__compatible {
    color: #353F4B;
    background-image: url("https://www.auslogics.com/includes/software/video-grabber/img/microsoft-logo.svg");
}
.b-about {
    padding: 120px 0 100px;
}
.b-why {
    background: #F9F9FA;
}
.b-why__item {
    background: #fff;
}

.b-supported {
    padding: 80px 0 100px;
}
.b-supported__last-text{
    margin-top: 30px;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #575C63;
}
.supported_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobile .supported_container {
    justify-content: space-around;
}
.supported_container__item {
    width: 200px;
    min-height: 100px;
    margin: 3px 0;
    background: #FFFFFF center / 168px auto no-repeat;
    text-align: center;
}
.desktop .supported_container__item:nth-child(4n+7),
.desktop .supported_container__item:nth-child(4n+8) {
    width: 250px;
}

@media (max-width: 420px) {
    .mobile .b-offer-2__name {
        padding: 4px 75px 0 17px;
        font-size: 28px;
    }
}

.mobile .t-compare__line:nth-child(2) {
    display: none;
}
.desktop .t-compare__line:nth-child(3) {
    display: none;
}
.desktop .t-compare__line:nth-child(4) {
    display: none;
}
.t-compare__line:nth-child(2) {
    height: 86px;
}
html[lang="ja"] .t-compare__line:nth-child(2) {
    height: 56px;
}
html[lang="ru"] .t-compare__line:nth-child(2) {
    height: 110px;
}
.b-offer-1__computer-soft-0 {
    background: 29px 39px no-repeat;
}