.awc-landing__block-actions__inner{
    background: #f5f6f9;
    padding: 112px 0;
}
.awc-landing__block-actions__wrapper{
    position:relative;
}

.swiper-top-wrapper .swiper.awc-landing__block-actions__swiper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .swiper-top-wrapper .swiper.awc-landing__block-actions__swiper {
        max-width: 610px
    }
}

@media (min-width: 768px) {
    .swiper-top-wrapper .swiper.awc-landing__block-actions__swiper {
        max-width: 611px
    }
}

@media (min-width: 992px) {
    .swiper-top-wrapper .swiper.awc-landing__block-actions__swiper {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .swiper-top-wrapper .swiper.awc-landing__block-actions__swiper {
        max-width: 1310px
    }
}
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
}
.awc-landing__block-actions{
    max-width: 100%;
}
.awc-landing__block-actions__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 37px;
}

.awc-landing__block-actions__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 112%;
    letter-spacing: -0.02em;
    color: #212529;
}
.awc-landing__block-actions__all-link,
.awc-landing__block-actions__all-link:focus,
.awc-landing__block-actions__all-link:hover{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    border-radius: 100px;
    padding: 24px 30px;
    background: #16b1de;
    text-decoration: none;
}
.awc-landing__block-actions__item{
    width: 25%;
}
.awc-landing__block-actions__item__inner{

}
.awc-landing__block-actions__item__name{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #212529;
}
.awc-landing__block-actions__item__content-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #000;
}
.awc-landing__block-actions__item__active_to{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #8f8f91;
    margin-bottom: 16px;
}
.awc-landing__block-actions__item__content-box,
.awc-landing__block-actions__item__content-top
{

}
.awc-landing__block-actions__item__content-top{
    align-items: center;
    margin-bottom: 16px;
}
.awc-landing__block-actions__list{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: stretch;*/
}
.awc-landing__block-actions__item{
    padding: 2px;
}
.awc-landing__block-actions .swiper-top-wrapper .swiper-button-control{
    background: #fff;
}
.awc-landing__block-actions__item__img-box{
    display: block;
    margin-bottom: 10px;
}
.awc-landing__block-actions__item__img-box img{
    border-radius: 10px;
    width: 305px;
    height: 198px;
}
.awc-landing__block-actions__item__inner{

}
.awc-landing__block-actions__item-stars {
    position: relative;
}
.awc-landing__block-actions__item-stars-rating-wrap{
    overflow: hidden;
}
.awc-landing__block-actions__item-stars-rating-inner{
    display: flex;
}
.awc-landing__block-actions__item-stars-rating-inner > *{
    flex: none;
}
.awc-landing__block-actions__item-stars-rating_is-no-active{

}
.awc-landing__block-actions__item-stars-rating_is-active{
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.awc-landing__block-actions__bottom{
    display: none;
}
@media (max-width: 600px) {
    .awc-landing__block-actions__top .awc-landing__block-actions__all-link{
        display: none;
    }
    .awc-landing__block-actions__bottom{
        display: block;
        margin-top: 20px;
    }
    .awc-landing__block-actions__inner{
        padding: 50px 0;
    }
    .awc-landing__block-actions__title{
        font-size: 30px;
    }
    .awc-landing__block-actions__top, .awc-landing__block-actions__all-link{
        text-align: center;
    }
    .awc-landing__block-actions__top{
        display: block;
    }
    .awc-landing__block-actions__wrapper .swiper-button-control{
        top: 100%;
        margin-top: -42px;
    }
    .swiper-top-wrapper.awc-landing__block-actions__wrapper.is-show-custom-navigation{
        padding: 0;
    }
    .awc-landing__block-actions__swiper{
        padding-bottom: 57px;
    }
    .awc-landing__block-actions__swiper .swiper-horizontal>.swiper-pagination-bullets,
    .awc-landing__block-actions__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .awc-landing__block-actions__swiper .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
}

@media (max-width: 374px) {
    .awc-landing__block-actions__item__icon{
        display: none;
    }
    .awc-landing__block-actions__item__content-top{
        display: block;
    }
    .awc-landing__block-actions__item__name{
        margin-bottom: 10px;
    }
}