.leds-block-left__item {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: right;
    border: 2px solid #000;
    font-weight: 700;
}

.section--calculator .calculator__decor{
    padding: 0 !important;
}

.calculator__decor{
    width: 100%;
    height: 360px;
    background-image: url(/images/ekranCalc.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}

.slide img{
    height: 100%;
    width: auto;
    max-width: unset;
}