.c-interview {
    background-color: transparent;
}
.c-interview__img-holder {
    width: 200px;
    margin-right: 72px;
    min-width: 200px;
}
.c-interview__text {
    width: auto;
}
.c-interview__img-holder img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.c-interview-announce__title {
    display: none;
}
.c-interview-announce__text {
    display: none;
}
.c-interview-announce__img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

.c-interview-announce__text {
    font-size: 16px;
    font-family: "SF Pro Display", sans-serif;
}
.c-interview__text .c-interview__quotes {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 0;
    height: auto;
    margin-bottom: 20px;
}
.c-interview__quotes {
    font-size: 22px;
    /*font-weight: bold;*/
}
.c-interview h3.c-interview__person {
    display: block;
    font-size: 14px;
    margin: 0;
}
.c-interview__preview-text {
    font-size: 14px;
}

.c-interviews .slick-slide.slick-current {
    opacity: 0.6;
}
.c-interviews .slick-slide.slider-list__item--current {
    opacity: 1;
}


@media (min-width: 768px) {
    .c-reviews .c-review__image {
    }
    .c-interviews .slick-arrows {
        display: flex;
    }
    .c-interviews .slick-arrow {
        width: 80px;
    }
    .c-interview-announce__title {
        display: block;
        padding: 0;
    }
    .c-interview-announce__text {
        display: block;
        font-size: 14px;
        padding: 0;
    }
    .c-interview__text {
        padding-left: 264px;
    }
    .c-interview__text .c-interview__quotes {
        font-size: 14px;
        line-height: 1.85em;
        margin-top: 0px;
    }
    .c-interviews._specialty .c-interviews-list {
        display: block;
    }

    .c-interview-announce__img {
        width: 154px;
        height: 154px;
    }

    .c-interviews-list__nav > .slick-dots {
        margin: -34px 80px 0 80px;
    }
}
@media (min-width: 992px) {
    .c-interview__img-holder {
        width: 290px;
        min-width: 290px;
    }
    .c-interview__img-holder img {
        height: 290px;
        width: 290px;
    }
}
@media (min-width: 1280px) {
    .c-interview h3.c-interview__person {
        font-size: 24px;
    }
}
@media (min-width: 1400px) {
    .c-interview__img-holder {
        width: 470px;
        min-width: 470px;
    }
    .c-interview__img-holder img {
        height: 470px;
        width: 470px;
    }
}
@media (min-width: 1920px) {
}