:root {
    --pink: #EA89A2;
}

.eko-doctors {
    margin-bottom: 80px;
    display: none;
}
.eko-doctors-div {
    height: 180px;
    visibility: hidden;
}
.eko-doctors .container {
    margin: 0 0 0 auto;
    max-width:calc((100% - 1255px)/2 + 1255px);
}
.eko-doctors__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}
.eko-doctors h2 {
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 40px;
    color: var(--pink);
    margin-bottom: 0;
}
.eko-doctors .slider-nav {
    display: flex;
    align-items: center;
    margin: 0;
}
.eko-doctors .count {
    margin: 0 8px;
}
.eko-doctors .current {
    font-size: 24px;
    color: var(--pink);
}
.eko-doctors .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-doctors .slider-arrow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.eko-doctors .slider-prev {
    transform: rotate(180deg);
}
.eko-doctors__i-h {
    display: flex;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    border-radius: 20px;
    margin-bottom: 24px;
}
.eko-doctors__i img {
    width: 40%;
    border-radius: 20px 0 0 20px;
}
.eko-doctors__i-content {
    min-height: 212px;
    width: 60%;
    border-radius: 0 20px 20px 0;
    padding: 12px;
    background-color: white;
}
.eko-doctors__i-name {
    font-size: 20px;
    line-height: 24px;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    margin-bottom: 20px;
}
.eko-doctors__i-desc,
.eko-doctors__i-exp,
.eko-doctors__i-b {
    font-size: 16px;
    line-height: 24px;
    color: #646565;
}
.eko-doctors__i-b > p {
    margin-bottom: 24px;
}
.eko-doctors__i-exp-b {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    margin-bottom: 20px;
}
.eko-doctors__i-exp-b.act {
    max-height: 300px;
}
.eko-doctors__i-exp-block {
    margin-top: 20px;
}
.eko-doctors__i-exp-h {
    width: fit-content;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
.eko-doctors__i-exp-h::after {
    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;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(90deg);
}
.eko-doctors__i {
    max-width: 480px;
    margin: 0 10px;
}
.eko-doctors__slider {
    display: none;
}
.eko-doctors__slider._init {
    display: block;
}
.eko-doctors__slider .slick-list {
    padding-top:4px;
}

@media screen and (max-width: 800px) {
    .eko-doctors {
        margin-bottom: 40px;
    }
    .eko-doctors h2 {
        font-size: 28px;
        line-height: 56px;
    }
    .eko-doctors__header {
        margin-bottom: 34px;
    }
    .eko-doctors__i {
        max-width: 380px;
    }
    .eko-doctors__i img {
        width: auto;
        height: 190px;
    }
    .eko-doctors__i-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .eko-doctors__i-desc {
        font-size: 14px;
        line-height: 18px;
    }
    .eko-doctors__i-content {
        padding: 10px;
        min-height: auto;
    }
    .eko-doctors-div {
        height: 40px;
    }
}
@media screen and (max-width: 420px) {
    .eko-doctors__i {
        max-width: 320px;
    }
}