.content__aside-item + .content__aside-item .advt-item{
    margin-top: 2.095rem;
}
.advt-item {
    width: 100%;
    border-left: 6px solid #D3013E;
    background-color: #EFEFF1;

    --fz-18: 0.857rem;
    --fz-26: 1.238rem
}

.advt-item__img-link {
    position: relative;
    width: 100%;
    padding-top: 47%;
    display: block;
    overflow: hidden;
}
.advt-item__img {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.advt-item__content {
    padding: 2.857rem;
}
.advt-item__title {
    font-size: var(--fz-26);
    margin-bottom: 0.571rem;
    font-weight: 500;
}
.advt-item__title-link {
    text-decoration: none;

}
.advt-item__text {
    font-size: var(--fz-18);
    font-weight: 400;
}
.advt-item__footer {
    margin-top: 1.762rem;
}
.advt-item__btn.btn::after {
    background: #fff !important;
}

.advt-item--small {
    max-width: 350px;
}
.advt-item--small .advt-item__content {
    padding: 1.32rem;
}
.advt-item--small .advt-item__title {
    font-size: var(--fz-18);
}
.advt-item--small .advt-item__text {
    font-size: 0.762rem;
}

@media (max-width: 639.98px) {
    .advt-item {
        border-bottom: 0.286rem solid #D3013E;
        border-left: 0;
    }
    .content__aside-item + .content__aside-item .advt-item {
        margin-top: 0;
    }
    .advt-item--small {
        max-width: 100%;
    }
    .advt-item__content {
        padding: 1.2857rem;
    }
}