.awc-landing__block-services__inner{
    border-bottom: 1px solid #e5e9f4;
    padding: 112px 0;
}
.awc-landing__block-services__wrapper{
    position:relative;
}

.swiper-top-wrapper .swiper.awc-landing__block-services__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-services__swiper {
        max-width: 610px
    }
}

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

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

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

.awc-landing__block-services__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 112%;
    letter-spacing: -0.02em;
    color: #212529;
}
.awc-landing__block-services__all-link,
.awc-landing__block-services__all-link:focus,
.awc-landing__block-services__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-services__item{
    width: 25%;
}

.awc-landing__block-services__item__inner{
    border-radius: 14px;
    background: #edf6f9;
    padding: 117px 20px 44px;
    position: relative;
    margin-bottom: 10px;
}
.awc-landing__block-services__item__inner:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -33.5px;
    top: -18px;
    background: url(img/icon_price.png) no-repeat;
    width: 67px;
    height: 68px;
    z-index: 1;
    display: block;
}
.awc-landing__block-services__item__inner:after{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100%;
    background: #dce9ee;
    width: calc(100% - 20px);
    height: 8px;
    z-index: 1;
    display: block;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
.awc-landing__block-services__item__name{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    margin-bottom: 35px;
    height: 90px;
}
.awc-landing__block-services__item__btn-wrap{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.awc-landing__block-services__item__btn{
    border-radius: 100px;
    padding: 14px 24px;
    background: #1f87cc;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}

.awc-landing__block-services__item__content-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #000;
}
.awc-landing__block-services__item__content-box,
.awc-landing__block-services__item__content-top
{

}
.awc-landing__block-services__item__content-top{
    align-items: center;
    margin-bottom: 16px;
}
.awc-landing__block-services__list{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: stretch;*/
}
.awc-landing__block-services__item{
    padding: 2px;
}
.awc-landing__block-services .swiper-top-wrapper .swiper-button-control{
    background: #fff;
}
.awc-landing__block-services__item__img-box{
    display: block;
    margin-bottom: 10px;
}
.awc-landing__block-services__item__img-box img{
    border-radius: 10px;
    width: 305px;
    height: 198px;
}
.awc-landing__block-services__item__inner{

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

}
.awc-landing__block-services__item-stars-rating_is-active{
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.awc-landing__block-services__bottom{
    display: none;
}
@media (max-width: 600px) {
    .awc-landing__block-services__top .awc-landing__block-services__all-link{
        display: none;
    }
    .awc-landing__block-services__bottom{
        display: block;
        margin-top: 20px;
    }
    .awc-landing__block-services__inner{
        padding: 50px 0;
    }
    .awc-landing__block-services__title{
        font-size: 30px;
        text-align: center;
    }
    .awc-landing__block-services__all-link{
        text-align: center;
    }
    .awc-landing__block-services__top{
        display: block;
    }
    .awc-landing__block-services__wrapper .swiper-button-control{
        top: 100%;
        margin-top: -42px;
    }
    .swiper-top-wrapper.awc-landing__block-services__wrapper.is-show-custom-navigation{
        padding: 0;
    }
    .awc-landing__block-services__swiper{
        padding-bottom: 57px;
    }
    .awc-landing__block-services__swiper .swiper-horizontal>.swiper-pagination-bullets,
    .awc-landing__block-services__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .awc-landing__block-services__swiper .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
}

@media (max-width: 374px) {
    .awc-landing__block-services__item__icon{
        display: none;
    }
    .awc-landing__block-services__item__content-top{
        display: block;
    }
    .awc-landing__block-services__item__name{
        margin-bottom: 10px;
    }
}