.block-cbg-testimonials .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.block-cbg-testimonials .slider-testimonial,
.block-cbg-testimonials .slick-list,
.block-cbg-testimonials .slick-track,
.block-cbg-testimonials .slider-testimonials {
	height: 100%;
}

.block-cbg-testimonials .slider-testimonial {
	padding: 48px 48px 42px 48px;
	background: var(--Primary-5, linear-gradient(0deg, rgba(255, 255, 255, 0.95)0%, rgba(255, 255, 255, 0.95)100%), black);
	border-radius: 32px;
	overflow: hidden;
}

.block-cbg-testimonials .h1 {
    margin-bottom: clamp(15px, 2.5vw, 40px);
}

.block-cbg-testimonials .slide-coun {
    margin-top: 40px;
}

.block-cbg-testimonials .slider-testimonial .description p,
.block-cbg-testimonials .slider-testimonial .description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.block-cbg-testimonials .slider-testimonial .description {
    margin-bottom: 35px;
}

.block-cbg-testimonials .slider-testimonial .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2px;
}

.block-cbg-testimonials .slider-testimonial .city {
    color: var(--Text-100, #040611);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.block-cbg-testimonials .current-slide {
    color: var(--Secondary-100, #589F00);
}

.block-cbg-testimonials .slider-testimonials .slick-arrow {
    border-radius: 16px;
    background-color: var(--Primary-100, black);
    display: flex;
    height: 48px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    background-size: auto;
    background-blend-mode: screen;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289L17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071L9.70711 20.7071C9.31658 21.0976 8.68342 21.0976 8.29289 20.7071C7.90237 20.3166 7.90237 19.6834 8.29289 19.2929L15.5858 12L8.29289 4.70711C7.90237 4.31658 7.90237 3.68342 8.29289 3.29289Z' fill='%23FCFCFC'/%3E%3C/svg%3E");
}

.block-cbg-testimonials .slider-testimonials .slick-next {
    bottom: 0;
    top: auto;
    right: 0;
    z-index: 99;
}


.block-cbg-testimonials .slider-testimonials .slick-prev {
    bottom: 0;
    top: auto;
    right: 80px;
    left: auto;
    z-index: 99;
}

.block-cbg-testimonials .slider-testimonials .slider-testimonial {
    position: relative;
}

.block-cbg-testimonials .slider-testimonials .slider-testimonial .block-border {
    content: '';
    width: 160px;
    height: 72px;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    right: 0;
    bottom: 0;
    border-top-left-radius: 32px;
}

.block-cbg-testimonials .slider-testimonials .slider-testimonial .block-border::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0;
    border-radius: 32px;
    box-shadow: 25px 25px 0 0 #fff;
}

.block-cbg-testimonials .slider-testimonials .slider-testimonial .block-border::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    bottom: 0;
    border-radius: 32px;
    box-shadow: 25px 25px 0 0 #fff;
}

.block-cbg-testimonials .slider-testimonials .slick-arrow:hover {
    background-color: var(--Secondary-100, #589F00);
}


.block-cbg-testimonials .text-profile {
    color: var(--Primary-100, black);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
}

.block-cbg-testimonials .text-profile .reviews {
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    margin-top: 8px
}

.block-cbg-testimonials .icon-profile {
    position: relative;
	margin-left: 29px;
}

.block-cbg-testimonials .icon-profile img {
    border-radius: 64px
}

.block-cbg-testimonials .icon-profile img:not(:first-child) {
    margin-left: -29px
}

.block-cbg-testimonials .successful-projects {
    display: flex;
    margin-top: 20px;
    column-gap: 32px;
    align-items: center;
	margin-bottom: 40px;
}

.block-cbg-testimonials .successful-projects-container {
    display: flex;
    flex-direction: column
}



@media screen and (max-width:992px) {
    .block-cbg-testimonials .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

	.block-cbg-testimonials .slide-coun {
    	margin-top: 20px;
	}
	
    .block-cbg-testimonials .h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
/*         margin-bottom: 30px; */
    }

    .block-cbg-testimonials .slide-coun {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
        margin-bottom: 0;
    }

    .block-cbg-testimonials .button {
        margin-bottom: 35px;
        margin-top: 20px;
    }

    .block-cbg-testimonials .slider-testimonial {
        padding: 24px;
    }

    .block-cbg-testimonials .slider-testimonial .description p,
    .block-cbg-testimonials .slider-testimonial .description {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
	
	.block-cbg-testimonials .text-profile,
	.block-cbg-testimonials .text-profile .reviews {
		font-size: 16px;
	}
	
	.block-cbg-testimonials .successful-projects {
    	column-gap: 25px;
		margin-bottom: 30px;
	}

    .block-cbg-testimonials .slider-testimonial .description {
        margin-bottom: 24px;
    }

    .block-cbg-testimonials .slider-testimonial .name {
        margin-bottom: 8px;
    }

    .block-cbg-testimonials .slider-testimonial .city,
    .block-cbg-testimonials .slider-testimonial .name {
        font-size: 16px;
    }
}