.hero-section-wrapper {
    display: flex;
}

.hero-section__right,
.hero-section__left__heading,
.hero-section__row-item,
.hero-section-wrapper {
    position: relative;
}

p.hero-section__left-subtitle {
    font-weight: 700;
}
p.hero-section__heading-1,
p.hero-section__heading-colored,
p.hero-section__heading-3,
p.hero-section__heading-4{
    font-family: "BangoPro";
    font-weight: 400;
}
.hero-section__left-subtitle {
    color: #212121;

    line-height: 155%;
    margin-bottom: 4px;
}
.hero-section__heading-1{
    margin-bottom: -14px;
}
.hero-section__heading-1,
.hero-section__heading-3 {
    color: #212121;
}

.hero-section__heading-colored.text-gradient {
    margin-left: unset;
    margin-right: unset;
}

.hero-section__heading-colored {
    line-height: 117%;
}

.hero-section__heading-3 {
    line-height: 100%;
}

.hero-section__heading-4 {
    color: rgba(33, 33, 33, 0.8);
}

.hero-section__left__buttons {
    display: flex;
}

.hero-section__right__info {
    box-shadow: 0 11px 11px -5px rgba(255, 111, 97, 0.2), 0 11px 27px -5px rgba(255, 213, 79, 0.3);
    background: #fff;
    width: fit-content;
    position: absolute;
    z-index: 1;
}

.hero-section__info-left {
    right: -26px;
    top: 55%;
    transform: translateY(-50%);
}

.hero-section__info-right {
    top: -22px;
    left: -21px;
}

.hero-section__right__info::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.hero-section__info-percent,
.hero-section__info-rating {
    font-weight: 700;
    line-height: 120%;
    position: relative;
}

.hero-section__info-rating {
    color: #fb0;
}

.hero-section__info-percent {
    color: #16c4bd;
}

.hero-section__info-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 142%;
    color: #757575;
    position: relative;
}

.hero-section__right-row {
    display: flex;
}

.hero-section__row-item {
    display: flex;
    flex-direction: column;

}

.hero-section__row-item__top,
.hero-section__row-item__bottom {
    border-radius: 23px;
    overflow: hidden;
    position: relative;

}

.hero-section__row-item__bottom {
    max-height: 185px;
}

.hero-section__row-item-1 {
    margin-top: 40px;
    flex-direction: column-reverse;
}

.hero-section__row-item__top > img,
.hero-section__row-item__bottom > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-section__row-item__title {
    position: absolute;
    bottom: 16px;
    left: 15px;
    width: fit-content;
    padding: 9px 15px;
    backdrop-filter: blur(8.821980476379395px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 21px;
}

.hero-section__row-item__title > p {
    font-weight: 700;
    font-size: 13px;
    line-height: 142%;
    color: #212121;
}

.hero-section__decor {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section__decor > svg {
    flex-shrink: 0;
}


.hero-section__decor-3 {
    top: -30px;
    right: 127px;
    background: rgba(156, 39, 176, 0.2);
    width: 98px;
    height: 98px;
}

.hero-section__decor-4 {
    background: rgba(129, 212, 250, 0.3);
    width: 70px;
    height: 70px;
    right: -44px;
    top: 104px;
}

@media screen and (min-width: 992px) {
    .hero-section-wrapper {
        margin-top: 87px;
        padding-top: 18px;
        padding-bottom: 109px;
        gap: 56px;
        align-items: center;
    }

    .hero-section__left {
        flex-basis: 598px;
        padding-bottom: 56px;
    }

    .hero-section__right {
        flex-basis: 556px;
    }

    .hero-section__left-subtitle {
        font-size: 15px;
    }

    .hero-section__left__heading {
        margin-bottom: 33px;
    }

    .hero-section__heading-1 {
        font-size: 55px;
        line-height: 141%;
    }

    .hero-section__heading-colored {
        font-size: 71px;
    }

    .hero-section__heading-3 {
        font-size: 62px;
    }

    .hero-section__heading-4 {
        font-size: 52px;
        line-height: 100%;
    }

    .hero-section__left-text {
        margin-bottom: 39px;
    }

    .hero-section__left__buttons {
        gap: 20px;
    }

    .hero-section__right__info {
        border-radius: 15px;
        padding: 22px;

    }
    .hero-section__info-percent,
    .hero-section__info-rating {
        font-size: 28px;
    }

    .hero-section__right-row {
        gap: 23px;
    }

    .hero-section__row-item {
        flex-basis: calc((100% - 23px) / 2);
        gap: 23px;
    }
    .hero-section__row-item__top {
        min-height: 247px;
    }
    .hero-section__decor-1 {
        background: rgba(165, 214, 167, 0.2);
        width: 84px;
        height: 84px;
        top: 13px;
        left: -106px;
    }

    .hero-section__decor-2 {
        background: rgba(255, 111, 97, 0.2);
        width: 56px;
        height: 56px;
        left: -65px;
        bottom: 38%;
        transform: translateY(-50%);
    }

}

@media screen and (max-width: 991.98px) {
    .hero-section-wrapper {
        margin-top: 72px;
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column-reverse;
    }

    .hero-section__left-subtitle {
        font-size: 14px;
    }

    .hero-section__left__heading {
        margin-bottom: 16px;
    }

    .hero-section__heading-1 {
        font-size: 36px;
        line-height: 217%;
    }

    .hero-section__heading-colored {
        font-size: 40px;
    }

    .hero-section__heading-3 {
        font-size: 52px;
    }

    .hero-section__heading-4 {
        font-size: 36px;
        line-height: 129%;
    }

    .hero-section__left-text {
        margin-bottom: 30px;
    }

    .hero-section__left__buttons {
        flex-direction: column;
        gap: 15px;
    }

    .hero-section__right__info {
        border-radius: 9px;
        padding: 13px;
    }
    .hero-section__info-left{
        right: -16px;
    }
    .hero-section__info-text{
        font-size: 7px;
    }
    .hero-section__info-right {
        top: 16px;
        left: -14px;
    }

    .hero-section__right-row {
        gap: 14px;
        margin-bottom: 17px;
    }

    .hero-section__row-item {
        flex-basis: calc((100% - 14px) / 2);
    }

    .hero-section__row-item__bottom > img {
        object-position: top;
    }
    .hero-section__row-item__top{
        max-height: 260px;
    }
    .hero-section__info-percent, .hero-section__info-rating{
        font-size: 17px;
    }
    .hero-section__row-item-0 .hero-section__row-item__bottom,
    .hero-section__row-item-1 .hero-section__row-item__top,
    .hero-section__decor-1,
    .hero-section__decor-2 {
        display: none;
    }
    .hero-section__decor-3{
        width: 66px;
        height: 66px;
        bottom: -62px;
        right: 0;
        top: unset;
    }
    .hero-section__decor-4{
        width: 50px;
        height: 50px;
        top: unset;
        right: 0;
        bottom: -252px;
    }
    .but.hero-section__button{
        max-width: fit-content;
    }
}
@media screen and (max-width: 750px){
    .hero-section__row-item__title{
        display: none;
    }
    .hero-section__row-item__top{
        height: 150px;
    }
    .hero-section__row-item__bottom{
        height: 121px;
    }
    .hero-section__row-item-1{
        margin-top: 27px;
    }
}