@media screen and (min-width:1550px) {
    .object1 {
        display: none;

    }

    .hero .hero__btn {
        display: none;

    }

}


.hero .hero__slide {
    font-family: HeliosCond, sans-serif;
}

.hero__slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.hero__descr {
    margin-bottom: 10px;
}

.hero .hero__descr-title {
    font-size: 70px;
}

.hero .hero__descr-text {
    font-size: 21px;
}

.hero .hero__btn {
    font-size: 16px;
    background-color: #fff;
    color: #706056;
    display: inline-flex;
    height: auto;
    padding: 10px;
}

@media screen and (max-width: 1024px) {

    .hero .hero__slide {
        display: flex;
        place-items: flex-end;
        padding-bottom: unset;

        height: 80vh;
    }

    .hero .hero__slide::after {
        display: none;
    }

    .hero .hero__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 30%;
        z-index: 1;
    }

    .hero .hero__text {

        border-radius: 12px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);

        margin: 6px;
        padding: 10px;
        z-index: 2;

        max-width: 300px;
    }

    .hero .hero__descr {
        margin-bottom: 10px;
    }

    .hero .hero__descr-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hero .hero__descr-text {
        font-size: 16px;
    }

    .hero__descr-period {
        font-size: 16px;
    }

    .hero .hero-pagination {
        display: none !important;
    }

}

@media screen and (min-width: 1024px) {
    .hero .hero__text {
        background-color: unset !important;
    }
}