.block-cbg-ranking {
    padding: 100px 0
}

.block-cbg-ranking .loan-up-to {
    border-radius: 32px;
    background: var(--Primary-5, linear-gradient(0deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .95) 100%), #061735);
    padding: 25px 32px;
    margin-top: 20px;
    position: relative;
    overflow: hidden
}

.block-cbg-ranking .loan-up-to>svg {
    position: absolute;
    z-index: 0;
    right: 32px;
    top: 32px
}

.block-cbg-ranking .loan-up-to .loan-up-to_group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1
}

.block-cbg-ranking .loan-up-to .loan_up_to {
    color: var(--Primary-100, #061735);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px
}

.block-cbg-ranking .loan-up-to .price {
    color: var(--Secondary-100, #CF2B24);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px
}

.block-cbg-ranking .loan-up-to .percentage {
    color: var(--Primary-100, #061735);
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.block-cbg-ranking .loan-up-to .all_finance_plans {
    padding-left: 59px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    position: relative
}

.block-cbg-ranking .slick-slide {
    margin: 0 12px
}

.block-cbg-ranking .slick-list {
    margin: 0 -12px
}

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

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

.block-cbg-ranking .icon-profile {
    position: relative;
	margin-left: 30px;
}

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

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

.block-cbg-ranking .successful-projects {
    display: flex;
    margin-top: 20px;
    gap: 32px;
    height: 100%;
    align-items: center
}

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

.block-cbg-ranking .container.what_our_clients_say h2 {
    margin-bottom: 41px
}

.block-cbg-ranking .what_our_clients_say {
    color: var(--Text-100, #040611);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.block-cbg-ranking .what_our_clients_say .city {
    font-weight: 600;
    line-height: 20px;
    margin-top: 16px
}

.block-cbg-ranking .what_our_clients_say {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease
}

.block-cbg-ranking .what_our_clients_say.open {
    max-height: 1500px;
    margin-top: 100px
}

.block-cbg-ranking .reviews.open .icon-reviews svg {
    transform: rotate(180deg)
}

.block-cbg-ranking .reviews.open .icon-reviews svg path {
    fill: #CF2B24
}

.block-cbg-ranking h2 {
    margin-top: 12px;
}

.block-cbg-ranking .what_our_clients-slider {
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width:992px) {
    .block-cbg-ranking {
        padding: 20px 0
    }
	
	.block-cbg-ranking .what_our_clients_say {
    	display: none;
	}

    .block-cbg-ranking .successful-projects {
        align-items: self-start;
        flex-direction: column;
    }

    .block-cbg-ranking h2 {
        margin-top: 9px;
        margin-bottom: 20px;
    }
	
	.block-cbg-ranking .icon-profile img {
		width: 48px;
	}
	
	.block-cbg-ranking .successful-projects-container .successful-projects {
		display: flex;
    	flex-direction: row;
		margin-top: 40px;
	}
	
	.block-cbg-ranking .successful-projects-container .text-profile {
		font-size: 16px;
		line-height: 20px;
	}

    .block-cbg-ranking .loan-up-to {
        margin-top: 48px;
        margin-bottom: 27px;
    }

    .block-cbg-ranking .loan-up-to>svg {
        right: -175px;
    }

    .block-cbg-ranking .slick-slider :where(.slick-prev, .slick-next) {
        display: none !important;
    }

	.block-cbg-ranking > div > div > div.col-lg-6.order-sm-4 {
		display: none;
	}

    .block-cbg-ranking .slick-slider ul.slick-dots {
        margin-top: 48px;
        justify-content: center;
    }
	
	.block-cbg-ranking .slick-slide {
    	margin: 0 4px
	}

	.block-cbg-ranking .slick-list {
    	margin: 0 -4px
	}
}


@media screen and (max-width:576px) {
    .block-cbg-ranking .loan-up-to .price {
        font-size: 56px;
    }
}