.reputation-uniqueness-section {
    padding: 140px 0;
    max-width: 1320px;
    margin: 0 auto;

    @media (max-width: 768px) {
        padding: 0 20px 60px;
    }
}

.ru-section-title {
	font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    padding-bottom: 14px;
    margin-bottom: 60px;
    color: #004735;
    border-bottom: 1px solid rgba(0, 74, 51, 0.1);

    @media (max-width: 768px) {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

/* TOP ROW */
.ru-grid-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;

    @media (max-width: 768px) {
        gap: 30px;
        align-items: left;
    }
}

.ru-image1 {
    position: relative;
    max-height: 600px;
    height: 100%;

    @media (max-width: 768px) {
        max-height: unset;
    }
}

.ru-image1-wrap {
    @media (max-width: 768px) {
        width: 100%;
    }
}
.ru-image1-wrap img {
	/* width: 100%;
    max-height: 600px;
	height: auto; */
	border-radius: 20px; /* заменишь на свою фигурную маску */
	display: block;

    @media (max-width: 768px) {
        width: inherit;
    }
}

.ru-badge {
    position: absolute;
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    text-align: center;
    border: 1px solid rgba(0, 71, 53, 1);
    border-radius: 50%;
    background-color: rgba(207, 226, 224, 1);
    padding: 25px 27px;
    color: rgba(1, 48, 38, 1);
    max-width: 120px;
    transform: rotate(-25deg);
    right: -90px;
    bottom: 230px;

    @media (max-width: 768px) {
        display: none;
    }
}

/* TEXT RIGHT */
.ru-top-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 465px;
    padding: 24px 0;

    @media (max-width: 768px) {
        padding: 20px 0;
    }
}

.ru-title1 {
	font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: rgba(1, 48, 38, 1);
    margin: 0;

    @media (max-width: 768px) {
        font-size: 32px;
        letter-spacing: -0.01em;
    }
}

.ru-text1 {
	font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(0, 71, 53, 1);
    margin: 0;

    @media (max-width: 768px) {
        font-size: 14px;
    }
}

/* BOTTOM ROW */
.ru-grid-bottom {
	margin-top: 140px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    @media (max-width: 768px) {
        margin-top: 60px;
        flex-direction: column-reverse;
        gap: 30px;
    }
}

.ru-bottom-text {
    max-width: 370px;
    margin-left: 110px;

    @media (max-width: 768px) {
        max-width: unset;
        margin-left: 0;
    }
}

.ru-text2 {
	font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(0, 71, 53, 1);
    margin: 0;

    @media (max-width: 768px) {
        font-size: 14px;
    }
}

.ru-bottom-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.ru-bottom-img img {
	max-width: 295px;
    max-height: 340px;
    border-radius: 20px;
    display: block;

    @media (max-width: 768px) {
        max-width: unset;
        max-height: unset;
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 900px) {
	.ru-grid-top,
	.ru-grid-bottom {
		grid-template-columns: 1fr;
	}
	.ru-bottom-images {
		grid-template-columns: 1fr 1fr;
        gap: 9px;
	}
}
