.rs__title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.rs_button {
    display: flex;
    flex-wrap: nowrap;
}
.m-rs__prev, .m-rs__next {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #6c0e0e;
    box-shadow: 0 0 0 1px #6c0e0e;
    border: 2px solid white;
    margin: 0 11px;
    cursor: pointer;
}
.m-rs__prev:before, .m-rs__next:before {
    font-size: 38px;
    color: white;
}
.m-rs__prev:before {
    content: "<";
}
.m-rs__next:before {
    content: ">";
}
.m_reviews_slider {
    border-top: 1px solid #ba8686;
    padding: 4em 0 2em 0;
}
.m_rs__item {
    border-bottom: 1px solid #ba8686;
    margin-right: 1em;
    padding-bottom: 4em;
    font-size: 16px;
}
.rs_name {
    margin: 1em 0;
    font-weight: bold;
}
.rs_text a {
    color: #6c0e0e;
    text-decoration: none;
}
.m-rs__dots ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.m-rs__dots li {
    display: block;
    margin: 0 8px;
    opacity: 0.4;
    padding: 10px 0;
}
.m-rs__dots li.slick-active {
    opacity: 1;
}
.m-rs__dots button {
    display: block;
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 2px;
    width: 38px;
    background: #6c0e0e;
}
.m-rs_slider {
    padding-bottom: 50px;
}
.m-rs__btn {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
a.recall__button {
    color: #fff;
    background: #6c0e0e;
    text-align: center;
    font-size: 18px;
    border: none;
    padding: 12px 44px 12px;
    text-decoration: none;
    border-radius: 25px;
    margin: 0 0.5em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.recall__button:hover {
    background-color: #e5dad5;
    transition: 0.2s;
    text-decoration: none;
}

.reviews-btn.transparent {
    background: transparent;
    color: #6c0e0e;
    border: 2px solid #6c0e0e;
}

.reviews-btn.transparent:hover {
    background: #6c0e0e;
    color: #ffffff;
}

@media (max-width: 769px) {
    .rs_button, .m-rs__dots {
        display: none;
    }
}

@media (max-width: 480px) {
    .m-rs__btn {
        flex-direction: column;
    }
    a.recall__button {
        margin: 0.5em 0;
    }
}
