* {box-sizing: border-box;}
body {
    margin: 0;
    padding: 0;
}
.b-section__wrapper {
    width: 1000px;
    margin: 0 auto;
}
.mobile .b-section__wrapper {
    max-width: 1000px;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.b-comments__item {
    display: inline-block;
    vertical-align: top;
    margin: 65px 6px 0;
    box-sizing: border-box;
    width: 320px;
    height: 358px;
    border: solid 2px #2A7FBD;
    border-radius: 14px;
    background: #0e69ba;
    cursor: auto;
    padding: 30px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.b-comments__item-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: 7px 0 0 70px;
    color: #fff;
}
.b-comments__stars {
    display: block;
    width: 90px;
    height: 16px;
    background: url(../png/comment__stars.png) 0 0 / 18px 16px repeat;
    margin: 6px 0 27px 70px;
}
.b-comments__item-text {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;;
    color: #ffffff;
}
.b-comments__item-text span{
    font-style: normal;
}
.b-comments__item-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.b-comments__item-link {
    margin-top: 20px;
    color: #BFD7FD;
}
.b-comments__item-link a {
    color: #00d575;
}
.b-comments__footer {
    margin-top: 40px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.b-comments__button {
    display: inline-block;
    height: 46px;
    border-radius: 23px;
    background: #F4F6FA;
    text-transform: uppercase;
    padding: 0 30px;
    margin: 0 20px;
    text-decoration: none;
    font: bold 15px/46px Inter, sans-serif;
    color: #353F4B;
}
@media (max-width: 900px) {
    .b-comments__button {
        display: block;
        margin: 10px auto;
        width: 300px;
    }
}
.b-section__title {
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #353F4B;
}
.b-section-today__title {
    padding-top: 88px;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.b-section-today__subtitle {
    margin-top: 20px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}
.b-today__btns {
    padding-top: 40px;
}
.b-section-today__compatible {
    margin: 40px 0 0 510px;
    padding-left: 42px;
    background: url("../svg/microsoft-logo.svg") 0 0 no-repeat;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.mobile .b-section-today__compatible {
    margin: 40px 0 0
}
.b-press__review {
    border-radius: 0;
}
.b-achivs__item {
    animation: none;
}

.b-offer-1__computer-soft-0 {
    position: absolute;
    width: 304px;
    height: 239px;
    left: 25px;
    top: 33px;
    background: 0 0 / 100% no-repeat;
}
.b-offer-1__computer-soft-1 {
    position: absolute;
    width: 168px;
    height: 109px;
    left: 172px;
    top: 56px;
    background: 0 0 / 100% no-repeat;
}
