.b-recomm-new {
    padding: 80px 0;
    background: #ffffff;
}
.mobile .b-section__wrapper {
    padding: 0;
}
.b-recomm-new__carousel {
    width: 1000px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 48px auto 0;
}
.b-recomm-new__carousel-wrapper {
    display: flex;
    justify-content: left;
    width: 4200px;
}
.b-recomm-new__item {
    position: relative;
    margin-right: 20px;
    width: 320px;
    padding: 32px 32px 76px;
    background: #F8F9FA 32px 32px no-repeat;
}
.b-recomm-new__logo {
    width: 256px;
    height: 40px;
    background: left center no-repeat;
}
.b-recomm-new__software {
    margin: 32px 0 16px;
    font:800 20px/28px 'Inter', sans-serif;
    color: #222429;
}
.b-recomm-new__text {
    font: 400 normal 16px/24px 'Inter', sans-serif;
    color: #222429;
}
.b-recomm-new__link {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 32px;
    padding-right: 24px;
    background: right top / 20px 20px no-repeat;
    font: 600 normal 13px/20px 'Inter', sans-serif;
    color: #1785E6;
    text-decoration: none;
}
.b-recomm-new__link.lazyloaded {
    background-image: url("../png/subtract-2.png");
}
.b-recomm-new__link:hover {
    color: #2E9DFF;
    text-decoration: underline;
}
.b-recomm-new__link:active {
    color: #1177D1;
    text-decoration: underline;
}

.b-achiev {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.b-carousel {
    position: relative;
    min-width: 320px;
    margin: 32px 0 0;
}
.desktop .b-carousel {
    margin: 48px 0 0;
}
.b-carousel__wrapper {
    width: 100%;
    display: flex;
    justify-content: normal;
    align-items: stretch;
    overflow-x: scroll;
    white-space: nowrap;
}
.desktop .b-carousel__wrapper {
    width: 1032px;
    margin: 0 0 0 -16px;
    overflow: hidden;
}
.mobile .b-carousel__wrapper>div {
    display: inline-block;
    min-width: calc(100% - 32px);
    margin: 0 16px;
    white-space: normal;
}

.desktop .b-carousel__wrapper>div {
    display: inline-block;
    min-width: calc(33.333333% - 32px);
    margin: 0 16px;
    white-space: normal;
}
.b-carousel__menu {
    width: 100%;
    text-align: center;
    margin: 24px 0 -8px;
}
.b-carousel__button {
    display: inline-block;
    position: relative;
    margin: 16px 0 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.b-carousel__button:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #D9DBDE;
}
.b-carousel__button.active:after{
    background-color: #222429;
}
.b-carousel__side-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #FFFFFF center no-repeat;
    border: 1px solid #CDCED1;
    cursor: pointer;
}
.b-carousel__side-button:nth-child(1) {
    left: 0;
    background-image: url("https://www.auslogics.com/includes/software/_review/img/btn-prev.svg");
}
.b-carousel__side-button:nth-child(2) {
    right: 0;
    background-image: url("https://www.auslogics.com/includes/software/_review/img/btn-next.svg");
}
.desktop .b-carousel__side-button:nth-child(1) {
    left: -60px;
}
.desktop .b-carousel__side-button:nth-child(2) {
    right: -60px;
}