.carousel-caption {
    left: 10%;
    text-align: left !important;
    position: absolute;
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.carousel-main-page {
    margin-top: 48px;
}

.carousel-item__body {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.carousel-item__body .carousel-caption {
    bottom: initial;
}

.main-banner__title {
    margin-bottom: 120px;
    font-size: 40px;
}

.carousel-item__right-element {
    position: absolute;
    top: 32px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.pmin {
    max-width: 240px;
    width: 100%;
    font-size: 18px;
}

.minpromtorg2 {
    max-width: 250px;
    width: 100%;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {
    .main-banner__title {
        margin-bottom: 80px;
        max-width: 490px;
    }
}

/* LARGE */
@media only screen and (max-width : 1080px) {
    .main-banner__title {
        max-width: 450px;
        margin-bottom: 36px;
        font-size: 34px;
    }

    .pmin {
        font-size: 16px;
    }
}

/* TAB */
@media only screen and (max-width : 992px) {
    .main-banner__title {
        max-width: 368px;
        margin-bottom: 24px;
        font-size: 26px;
    }

    .minpromtorg2 {
        max-width: 180px;
    }

    .pmin {
        max-width: 190px;
        font-size: 14px;
    }
}

/* MEDIUM */
@media only screen and (max-width : 768px) {
    .carousel-item__right-element {
        display: none;
    }

    .main-banner__title {
        font-weight: 900;
        max-width: initial;
        margin-bottom: 70px;
        font-size: 34px;
    }
}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .main-banner__title {
        font-weight: 500;
        font-size: 28px;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {}