.main-top-banner__wrap {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.main-top-banner {}

.main-top-banner__block {
    /*width: 100%;*/
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
}

.main-top-banner__text {
    position: absolute;
    top: 80px;
    right: 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
}

.main-top-banner__text span {
    /*color: #578D31;*/

}

.main-top-banner__desc {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 140px;
    right: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
}



@media (max-width: 820px) {
    .main-top-banner__block {
        height: 350px;
    }
}

@media (max-width: 440px) {
    .main-top-banner__text {
        text-align: center;
        top: 60px;
        right: 0px;
        font-size: 32px;
    }

    .main-top-banner__desc {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        position: absolute;
        top: 160px;
        right: 0px;
    }
}