.quote-block__image {
    width: 100%;
    text-align: center;
}


.quote-block__content-wrapper {
    padding: 50px 0 0px;
}

.quote-block__without-thumbnail .quote-block__content-wrapper{
    padding-top: 93px;
}

.quote-block__quotes blockquote {
    font-weight: 700;
    margin-bottom: 30px;
}

.quote-block__quotee {
    font-size: 16px;
    line-height: 24px;
}

.quote-block__stats-items {
    margin-bottom:45px;
    width: 100%;
}

.quote-block__stats {
    font-size: 44px;
    line-height: 48px;
    width: 100%;
    display: block;
}

.quote-block__stats-info {
    font-size: 15px;
    line-height: 22px;
}

/* .carousel__slides>div {
    margin: 0 1px;
} */

.quote-block-wrapper .quote-block__wrapper .quote-block__content-wrapper .quote-block__logo img {
    width: 150px;
    height: 50px;
}

.quote-block__without-thumbnail .no-stats .quote-block__content-wrapper {
    width: 100%;
}

.no-stats .quote-block__quotes {
    width: 100%;
}

.quote-block__without-thumbnail .quote-block__content-wrapper{
    position: relative;
}
.quote-block__without-thumbnail .quote-block__content-wrapper:before {
    position: absolute;
    content: '';
    background: url(../../../images/decorative-items/+thin.png) no-repeat center center/contain;
    width: 53px;
    height: 57px;
    left: 11px;
    top: 23px;
    z-index: 2;
}

.quote-block__without-thumbnail .quote-block__wrapper__has-decorative-elm:after{
    z-index: 0;
    background: url(../../../images/decorative-items/red-slash.png) no-repeat center center/contain;
    width: 64px;
    height: 195px;
    right: 66px;
    bottom: -81px;
}


.quote-block__without-thumbnail .quote-block__wrapper__has-decorative-elm::before{
    background: url(../../../images/decorative-items/black-single-star.svg) no-repeat center center/contain;
    width: 39px;
    height: 38px;
    z-index: 1;
    right: 0;
    bottom: -81px;
    top: auto;
}

.no-stats .cta-wrapper{
    margin-top: var(--spacing-06);
}

.quote-block__logo{
    margin-bottom: 32px;
}

.quote-block .cta-wrapper {
    align-items: center;
}

.quote-block-wrapper {
    padding: 0;
}

.quote-block {
    margin: 0 0 85px;
}
@media all and (max-width: 767px) {
    

    .quote-block__without-thumbnail .quote-block__content-wrapper .cta-wrapper{
        align-items: flex-start;
        margin: 24px 0 60px;
    }
    .quote-block-wrapper {
        padding-top: var(--spacing-09);
    }

    .quote-block {
        background: var(--orange);
    }
    .carousel__slides-wrapper {
        padding: var(--spacing-05) 0 var(--spacing-06);
    }

    .quote-block__without-thumbnail  .carousel__slides-wrapper {
        padding: 0;
    }
    .quote-block__head{
        margin-bottom: 65px;
    }

    .quote-block__stats-items {
        width: calc((100% - 40px) / 2);
    }

    .quote-block__stats-wrapper {
        margin: var(--spacing-07) 0 var(--spacing-01);
        justify-content: space-between;
        width: 100%;
    }

    .quote-block__quotee-name {
        width: 100%;
        display: block;
    }

    .quote-block .carousel-dash {
        justify-content: center;
        width: 100%;
    }

    .quote-block .container {
        padding: 0;
    }

    .quote-block__image {
        margin: 0 var(--spacing-05);
    }

    .quote-block__content-wrapper {
        padding-left: var(--spacing-05);
        padding-right: var(--spacing-05);
    }
}

@media all and (min-width: 680px){
    .quote-block .cta-wrapper{
        flex-direction: row;
    }
}
