.b-top-menu{
    background: #FFFFFF;
}
.b-top-menu__section{
    position: relative;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    height: 72px;
    text-align: right;
}
.mobile .b-top-menu__section{
    display: none;
}
.logo__link {
    position: absolute;
    left: 0;
    top: 13px;
    width: 129px;
    height: 44px;
    background: 0 0 / 129px 44px no-repeat;
}
.b-top-menu__item{
    display: inline-block;
    margin: 26px 0 0 30px;
    font: 600 14px/20px Inter, sans-serif;
    letter-spacing: -0.01em;
    color: #353F4B;
    text-decoration: none;
}
.b-section-top{
    position: relative;
    width: 100%;
    height: 682px;
    background:#308CCF url("i/top_bg.svg");
    padding-top: 80px;
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    overflow: hidden;
}
.b-section-top__laptop{
    position: absolute;
    width: 900px;
    height: 580px;
    left: calc(50% - 40px);
    top: 20px;
    background: url("i/top_laptop.png") no-repeat;
}
.b-section-top__productname{
    position: relative;
    padding-left: 66px;
    height: 56px;
    background: url("i/speedometer.png") 7px 7px / 47px 42px no-repeat;
    font-weight: bold;
    font-size: 18px;
    line-height: 56px;
    letter-spacing: -0.01em;
}
.b-section-top__title{
    width: 578px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.b-section-top__title span{
    color: #ffc701;
}
.b-section-top__green-button{
    display: block;
    margin-top: 40px;
    width: fit-content;
    padding: 11px 40px 11px 64px;
    background: #00B164 url("i/download-icon.svg") 44px 16px no-repeat;

    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.b-section-top__caption{
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
.b-achievement{
    margin-top: 40px;
    height: 64px;
}
.b-achievement__item{
    display: inline-block;
    position: relative;
    width: 235px;
    height: 64px;
    margin-right: 20px;
    padding: 1px 0 0 84px;
    vertical-align: top;
}
.b-achievement__round{
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    background: center center no-repeat;
}
.b-achievement__first{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.b-achievement__first span {
    font-size: 83%;
    vertical-align: 7px;
}
.b-achievement__second{
    color: #FFFFFF;
    font-size: 14px;
}
