/* style dla szablonu "Galeria" */

.galeria-main {
    margin: 80px 0;
}

.modula-gallery.horizontal-filters .filters {
    margin: 0 !important;
}
.modula_menu__list {
    margin: 20px 0 30px !important;
}
.modula_menu__item {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}
.modula_menu__item--current > .modula_menu__link {
    background-color: #EB5E28;
}
.modula_menu__link {
    padding: 10px 15px !important;
    border-radius: 3px;
    color: #fff !important;
    background-color: #8b877e;
    font-weight: 600;
    font-size: 18px;
    border: unset !important;
    transition: all 0.2s ease-in-out !important;
}
.modula_menu__link:hover {
    background-color: #EB5E28;
}

.onas-zalety-sekcja {
    /* margin: 80px 0; */
    margin: 120px 0 40px;
}
.onas-zalety-sekcja .row {
    margin-top: 60px;
}
.zaleta-poj {
    padding: 0 30px;
}
.zaleta-poj:first-of-type {
    padding-left: 12px !important;
}
.zaleta-poj:last-of-type {
    padding-right: 12px !important;
}
.zaleta-title {
    text-align: center;
    margin-bottom: 20px;
}
.zaleta-poj img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.zaleta-poj h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0;
}
.zaleta-poj p {
    text-align: center;
}

@media only screen and (min-width: 1299px) and (max-width: 1399px) {
    .zaleta-poj h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1299px) {
    .onas-zalety-sekcja .row {
        row-gap: 60px;
    }
    .zaleta-poj img {
        width: 80px;
        height: 80px;
    }
    .zaleta-poj h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .zaleta-poj:nth-of-type(odd) {
        padding-left: 12px !important;
    }
    .zaleta-poj:nth-of-type(even) {
        padding-right: 12px !important;
    }
}
@media only screen and (max-width: 992px) {
    .onas-zalety-sekcja .row {
        row-gap: 40px;
    }
    .zaleta-poj {
        padding: 0 20px;
    }
    .zaleta-poj:nth-of-type(odd) {
        padding-left: 12px !important;
    }
    .zaleta-poj:nth-of-type(even) {
        padding-right: 12px !important;
    }
}
@media only screen and (max-width: 767px) {
    .zaleta-poj {
        padding: 0 12px !important;
        margin-bottom: 40px;
        max-width: 80%;
        margin: 0 auto;
    }
    .zaleta-poj img {
        width: 80px;
        height: 80px;
    }
    .zaleta-poj h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 350px) {
    .zaleta-poj {
        max-width: 100%;
    }
}