.extra {
    background-image: url("/catalog/view/theme/sto/images/background-2.png");
    background-size: cover;
    color: #fff;
    padding-bottom: 300px;
}
.recommend {
    margin-top: -1px;
    margin-bottom: 400px;
}
.recommend__item {
    width: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 384px;
}
.recommend__item-text {
    width: 205px;
    text-align: center;
}
.recommend__item-text span {
    font-weight: 600;
}
.recommend__content {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.recommend__title {
    text-transform: uppercase;
    max-width: 370px;
    margin-bottom: 12px;
}
.recommend__text {
    margin-bottom: 70px;
}
.recommend__text-wrap { 
    width: 256px;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.recommend__item {
    background-size: cover;
}
.recommend__item img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.recommend__item.rec-wrap--1 {
    background-image: url("/catalog/view/theme/sto/images/rec-wrap1.png");
}
.recommend__item.rec-wrap--2 {
    background-image: url("/catalog/view/theme/sto/images/rec-wrap2.png");
}
.recommend__item.rec-wrap--3 {
    background-image: url("/catalog/view/theme/sto/images/rec-wrap3.png");
}
.recommend__item.rec-wrap--4 {
    background-image: url("/catalog/view/theme/sto/images/rec-wrap4.png");
}
.recommend__img-wheel {
    position: absolute;
    top: 120px;
    left: -320px;
    z-index: 3;
}
@media (max-width:1720px) {
    .recommend__img-wheel {
        width: 300px;
        top: 195px;
        left: -200px;
    }
    .recommend__img-wheel img {
        width: 100%;
    }
}
@media (max-width:1470px) {
    .recommend__img-wheel {
        width: 240px;
        left: -129px;
        bottom: -105px;
        top: unset;
    }
}
@media (max-width:1135px) {
    .recommend__item {
        margin: 0 7px;
        margin-bottom: 14px;
    }
    .recommend__content {
        flex-wrap: wrap;
        justify-content: unset;
        margin: 0 -7px;
    }
}
@media (max-width:920px) {
    .recommend {
        margin-bottom: 200px;
    }
}
@media (max-width:768px) {
    .recommend {
        margin-bottom: 200px;
    }
    .extra {
        padding-bottom: 110px;
    }
}
@media (max-width:573px) {
    .recommend__content {
        justify-content: center;
    }
    .recommend__img-wheel {
        width: 200px;
        left: 0px;
        bottom: -45px;
        top: unset;
    }
    .recommend__item {
        margin-bottom: 50px;
    }
}
@media (max-width:425px) {
    .recommend {
        margin-bottom: 150px;
    }
}
@media (max-width:375px) {
    .recommend__img-wheel {
        left: -20px;
    }
}
@media (max-width:350px) {
    .recommend__img-wheel {
        left: -30px;
    }
}