:root {
    --pink: #EA89A2;
}
.eko-services {
    margin-bottom: 80px;
    display: none;
}
.eko-services .container {
    margin: 0 0 0 auto;
    max-width:calc((100% - 1255px)/2 + 1255px);
}
.eko-services__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}
.eko-services h2 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 40px;
    color: var(--pink);
    margin-bottom: 0;
}
.eko-services .slider-nav {
    display: flex;
    align-items: center;
    margin: 0;
}
.eko-services .count {
    margin: 0 20px;
}
.eko-services .current {
    font-size: 24px;
    color: var(--pink);
}
.eko-services .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-services .slider-arrow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.eko-services .slider-prev {
    transform: rotate(180deg);
}
.eko-services__img {
    width: 280px;
    height: 275px;
    margin-bottom: 20px;
}
.eko-services__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.eko-services h3 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #EA89A2;
    margin-top: 0;
    margin-bottom: 12px;
}
.eko-services__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    color: #646565;
}
.eko-services__i {
    margin: 0 10px;
    max-width: 280px;
}
.eko-services .slick-list {
    margin: 0 -10px;
}

@media screen and (max-width: 800px) {
    .eko-services {
        margin-bottom: 40px;
    }
    .eko-services h2 {
        font-size: 28px;
        line-height: 56px;
    }
    .eko-services__header {
        margin-bottom: 34px;
    }
}