.main-banner {
    background: rgba(70, 30, 130, 1);
    display: flex;
    min-height: 561px;
    padding-top: 55px;
}

.banner-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1488px;
    padding: 0 30px;
    width: 100%;
}

.banner-item-left-side,
.banner-item-right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 430px;
    overflow: hidden;
    width: 50%;
}

.banner-item-btns {
    display: flex;
    gap: 16px;
}

.banner-item-btn {
    align-items: center;
    background: rgba(185, 172, 115, 1);
    border: solid 2px rgba(255, 255, 255, 0);
    border-radius: 50px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.banner-item-btn_v2 {
    background: none;
    border: solid 2px #fff;
}

.banner-item-btn::after {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    bottom: 0;
    content: '';
    height: 56px;
    left: 0;
    position: absolute;
    transition: width 0.2s ease-in-out;
    width: 0;
}

.banner-item-btn:hover::after,
.banner-item-btn:focus::after,
.banner-item-btn:active::after {
    width: 100%;
}

.banner-item-btn:hover,
.banner-item-btn:focus,
.banner-item-btn:active {
    background: rgba(255, 255, 255, 0.1);
}


.banner-item-name {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}

.banner-item-description {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.banner-item-img {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 0 500px 500px 0;
    display: flex;
    height: 430px;
    width: 100%;
}

@media (max-width: 1379.98px) {
    .banner-item {
        flex-direction: column;
        max-height: 536px;
        overflow: hidden;
        padding: 80px 0 80px 0;
    }

    .banner-item-left-side, .banner-item-right-side {
        min-height: 430px;
        width: 100%;
    }

    .banner-item-description {
        max-width: 59%;
    }

    .banner-item-btns {
        flex-direction: column;
        padding: 0 30px;
    }

    .banner-item-btn {
        width: fit-content;
    }

    .banner-item-img {
        background-position: center !important;
        background-size: cover !important;
        border-radius: 100% 0 0 0;
        height: 462px;
        width: 50%;
    }

    .banner-item-left-side {
        position: relative;
        z-index: 2;
    }

    .banner-item-right-side {
        align-items: flex-end;
        bottom: 244px;
        display: flex;
        position: relative;
        /*right: -30px;*/
        z-index: 1;
    }

    .banner-item-description,
    .banner-item-name {
        padding: 0 30px;
    }

}

@media (max-width: 1240.98px) {
    .banner-item-name {
        font-size: 54px;
    }

    .banner-item-description {
        font-size: 25px;
    }

    .banner-item {
        /*max-width: 1100px;*/
    }

    .banner-item-btn {
        font-size: 14px;
        height: 46px;
    }
}

@media (max-width: 640.98px) {
    .banner-item-name {
        font-size: 32px;
    }
    .banner-item-description {
        font-size: 18px;
    }
    .banner-item {
        max-height: 447px;
        padding: 34px 0 80px 0;
    }
    .banner-item-img {
        height: 299px;
        width: 70%;
    }
    .banner-item-right-side {
        bottom: 110px;
    }
    .banner-item-left-side, .banner-item-right-side {
        min-height: 325px;
    }
    .numbers-card__up:first-child {
        font-size: 34px;

    }
}
