.facade h3{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #787777;
}

.facade .bottom-text{
    text-align: center;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 60px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.bottom-title{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 5px;
}

.bottom-sub{
    font-size: 28px;
    line-height: 30px;
}

.facade-block .catalog_section__box-link {
    line-height: 30px;
}
.catalog_item-overlay{
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 524px) and (max-width: 767px) {
    .facade.slick-list {
        padding: 0px 25px !important;
    }
    .facade h3{
        font-weight: 300;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 20px;
    }
    .facade-block .catalog_section__box-link {
        font-size: 14px;
        line-height: 16px;
    }
    .facade-block .catalog_section__box {
        left:5px;
        bottom:5px;
        right: 5px;
        top:5px;
        display: flex;
        align-items: flex-end;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {
    .facade-block .catalog_section__box-link {
        font-size: 16px;
        line-height: 18px;
    }
    .facade-block .catalog_section__box {
        left:5px;
        bottom:5px;
        right: 5px;
        top:5px;
        display: flex;
        align-items: flex-end;
    }
}
@media (max-width:523px) {
    .stenovye-paneli h2{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .facade h3{
        font-weight: 300;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
    .catalog__section{
       padding-bottom: 0 !important;
    }
}
@media (max-width:767px) {
    .facade .bottom-text{
        padding-bottom: 40px;
    }

    .bottom-title{
        font-size: 22px;
        line-height: 26px;
    }

    .bottom-sub{
        font-size: 16px;
        line-height: 18px;
    }
}

