.prop-fat-container h2{
    font-family: "MontserratBold";
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 36px;
    margin-bottom: 0px;
}
.prop-fat-item {
    width: 73%;
    margin: 0px auto;
    box-shadow: 1px 1px 50px #680099cc;
    padding: 3% 8%;
    border-radius: 10px;
    background: #fff;
}
.carousel-item {

    padding: 60px 0;
}
.prop-fat-review-text p{
    margin: 0;

}
.prop-fat-review-text {
    font-size: 22px;
    min-height: 345px;
    display: flex;
    align-items: center;
}
.preview-line {
    background: #680099;
    height: 1px;
    width: 60%;
    margin: 20px 0 15px 0;
}
.review-signature {
    display: flex;
    align-items: center;
}
.prop-fat-img {
    width: 92px;
}
.prop-fat-text-bold {
    font-family: "MontserratBold";
    font-size: 24px;
}
.prop-fat-text {
    font-size: 24px;
    padding-left: 20px;
}
.prop-fat-text p {
    margin:0;
}
.prop-fat-block {
    margin-bottom: 0px;
}
.review-arrow-left {
    width: 70px;
    height: 50px;
    background: url(/bitrix/components/bitrix/activator.reviews.fat/templates/.default/arrow-left1.svg) center center no-repeat;
    outline: none;
    border: none;
    position: relative;
    top: 0;
    left: 0;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.review-arrow-right {

    background: url(/bitrix/components/bitrix/activator.reviews.fat/templates/.default/arrow-right1.svg) center center no-repeat;
    width: 70px;
    height: 50px;
     outline: none;
    border: none;
    position: relative;
    top: 0;
    left: 0;
}
.item-point,
#carouselExampleIndicators .carousel-indicators button{
    width: 16px;
    height: 16px;
    display: block;
    background: #D9D9D9;
    border-radius: 8px;
    padding: 0;
    opacity: 1;
    border: 0;
    margin-right: 1px;
    margin-left: 1px;
}
.carousel-indicators {
    align-items: center;
    margin: 0 60px;
    width: auto;
}

.item-point-active,
#carouselExampleIndicators .carousel-indicators button.active{
    width: 19px;
    height: 19px;
    display: block;
    background: #680099;
    border-radius: 10px;
    margin: 0 3px;
}
.block-point {
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
    margin: 0 auto;
    margin-top: -20px;
}
.carousel.pointer-event {
    margin-bottom: 30px;
}
.item-points {
    display: flex;
    align-items: center;
    margin: 0 60px;

}
.prop-fat-container {
    padding-bottom: 50px;
}
a:hover, a:focus {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    outline: none !important;
}
@media screen and (max-width: 1200px) {
    .prop-fat-review-text {
        min-height: 410px;
    }
}
@media screen and (max-width: 991px) {
    .prop-fat-review-text {
        min-height: 535px;
    }
}
@media screen and (max-width: 768px) {
    .prop-fat-review-text {
        min-height: 241px;
    }
    .prop-fat-review-text {
        font-size: 13px;
    }
    .prop-fat-item {
        width: 87%;
    }
    .prop-fat-text,
    .prop-fat-text-bold{
        font-size: 15px;
    }
    .review-arrow-left,
    .review-arrow-right{
        width: 25px;
        height: 40px;
        background-size: contain;
    }
    .prop-fat-container h2 {
        font-size: 28px;
        padding-top: 19px;
        line-height: 33px;
    }
    .prop-fat-item {
        box-shadow: 1px 1px 30px #680099cc;
    }
}
@media screen and (max-width: 500px) {
    .prop-fat-review-text {
        min-height: 280px;
    }
    .prop-fat-text, .prop-fat-text-bold {
        font-size: 11px;
    }
}
@media screen and (max-width: 450px) {
    .prop-fat-review-text {
        min-height: 315px;
    }
}
@media screen and (max-width: 400px) {
    .prop-fat-review-text {
        min-height: 371px;
    }
}
@media screen and (max-width: 320px) {
    .prop-fat-review-text {
        min-height: 460px;
    }
}
