﻿.carousel-section {
    padding-bottom: 160px;
    margin-top: 24px;
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0
}

    .carousel-indicators .active {
        width: 14px;
        height: 14px;
        background-color: #1e3860
    }

    .carousel-indicators li {
        border: 1px solid #1e3860;
        width: 12px;
        height: 12px
    }

.carousel__container {
    max-width: 1120px;
    margin: auto
}

.carousel__slides {
    margin-top: 1.5rem
}

.carousel__stage {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 7px 7px 17px #d8d8d8;
    box-shadow: 7px 7px 17px #d8d8d8;
    border-radius: 4px;
    padding: 27px 110px 27px;
    overflow: hidden;
    text-align: center
}

.carousel__quote {
    font-family: Roboto;
    font-style: italic;
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 1.4rem;
    text-align: center;
    color: #333D46;
}

.carousel__quote-mark > img {
    max-width: 100%;
    height: auto
}

.carousel__reviewer {
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0.23px;
    text-align: center;
    color: #333D46;
}

    .carousel__reviewer .carousel-author {
        font-weight: 700;
    }

/*responsive*/
@media (max-width:1275px) {
    .carousel__container {
        max-width: 1020px;
    }
}

@media (max-width:1090px) {
    .carousel__container {
        max-width: 950px
    }
}

@media (max-width:992px) {
    .carousel__container {
        max-width: 550px
    }

    .carousel__quote-mark > img {
        width: 39px
    }

    .carousel__quote {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: .9rem;
    }

    .carousel__reviewer {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 1rem
    }

    .carousel__stage {
        -webkit-box-shadow: 0 2px 8px #d4d4d4;
        box-shadow: 0 2px 8px #d4d4d4;
        padding: 27px 48px 27px;
    }
}

@media (max-width:767px) {
    .carousel__stage {
        margin: auto;
        max-width: 340px;
    }

    .carousel__stage {
        padding: 27px 38px 27px
    }
}

@media (max-width:500px) {
    .carousel__container {
        max-width: 94%
    }

    .carousel__stage {
        max-width: 95%
    }

    .carousel-section {
        padding-bottom: 35px
    }

    .carousel__reviewer {
        margin-bottom: 1.5rem
    }
}


