.upper-diskl {
	 position: absolute;
    right: 21rem;
    top: -5rem;
    background: #FF8000;
    border-radius: 4px;
    z-index: 9;
    color: #fff;
    width: 32rem;
    height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    font-family: 'PTSans';
        text-align: center;
}

.intro__description-small {
    line-height: 1;
}
.intro__description-small small {
    font-size: 55%;
}


.icon-benefits--leaf.swiper-slide-thumb-active path {
    stroke: #fff;
    fill: none;
}

.icon-benefits--durability {
        top: 12%;
    left: 9%;
}
.icon-benefits--leaf {
        bottom: 13%;
    left: 60%;
}

.icon-benefits--standart {
    top: 67%;
    left: 24%;
}

.icon-benefits--convenience {
    top: 44%;
    right: 30%;
}
.icon-benefits--portability {
    top: 44%;
    left: 9%;
}
.icon-benefits--safety {
    top: 35%;
    left: 32%;
}
.icon-benefits--economy {
    top: 31%;
    right: 6%;
}
.icon-benefits--efficiency {
    top: 20%;
    right: 25%;
}


@media only screen and (max-width: 1280px) {
.upper-diskl {
    position: absolute;
    right: 5rem;
    top: -5rem;
    width: 23rem;
    height: 6rem;
    font-size: 1.5rem;
}

}

@media only screen and (min-width: 1280px) {
	.intro__title {
    font-size: 8.2rem;
    font-weight: 400;
}

}



@media only screen and (max-width: 767px) {
   .upper-diskl {
       width: 16.5rem;
    height: 4.5rem;
    font-size: 1.1rem;
    transform: translateX(50%);
        right: 50%;
    top: -3rem;
}
.intro__preparation-wrapper {
       transform: translateY(6rem);
}
}




