:root {
    --pink: #EA89A2;
}
.eko-programs {
    background-color: #ECE5E4;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 100px;
    display: none;
}
.eko-programs .container {
    margin: 0 0 0 auto;
    max-width:calc((100% - 1255px)/2 + 1255px);
}
.eko-programs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}
.eko-programs h2 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 40px;
    color: var(--pink);
    margin-bottom: 0;
}
.eko-programs .slider-nav {
    display: flex;
    align-items: center;
    margin: 0;
}
.eko-programs .count {
    margin: 0 20px;
}
.eko-programs .current {
    font-size: 24px;
    color: var(--pink);
}
.eko-programs .slider-arrow {
    background-color: transparent;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/arrow-pink.svg");
}
.eko-programs .slider-arrow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.eko-programs .slider-prev {
    transform: rotate(180deg);
}
.eko-programs__sup {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 30px;
    line-height: 32px;
    color: #EA89A2;
}
.eko-programs h3 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #646565;
}
.eko-programs__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 8px;
}
.eko-programs__text > * {
    font-size: inherit;
    line-height: inherit;
}
.eko-programs__i {
    margin: 0 10px;
    background-color: white;
    border-radius: 20px;
    padding: 50px 30px;
    color: #646565;
    max-width: 380px;
    max-height: 280px;
}
.eko-programs .slick-list {
    margin: 0 -10px;
}
.eko-programs__price {
    position: relative;
    color: var(--pink);
    font-size: 20px;
    line-height: 24px;
    padding-right: 50px;
}

.eko-programs__price:before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background-image: url(images/arrow-pink.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.eko-programs__footer {
    margin-top: auto;
}
.eko-programs__inner {
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 800px) {
    .eko-programs {
        margin-bottom: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .eko-programs h2 {
        font-size: 28px;
        line-height: 56px;
    }
    .eko-programs__header {
        margin-bottom: 34px;
    }
}