.gallery_square_sections_wrapper {
    width: 100%;
    float: left;
    padding: 5px 2.5px 0;
    box-sizing: border-box
}

.gellery_section {
    width: calc(100% - 6px);
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 5px;
    position: relative
}

.gellery_title_container {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px
}

.gellery_items_container {
    width: 100%;
    float: left;
    direction: rtl
}

.gallery_item {
    float: right;
    width: 14.28571428571429%;
    direction: rtl;
    position: relative;
    filter: grayscale(0);
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px
}

.gallery_item:hover {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(.5)
}

.gallery_item img {
    border-radius: 0!important
}

@media all and (min-width: 1438px) {
    .gallery_item:nth-of-type(6n) {
        margin-left:0
    }
    .gallery_item:last-child {
        display:none
}
}

@media all and (max-width: 1439px) and (min-width:769px) {
    .gallery_item:nth-of-type(5n) {
        margin-left:0
    }
        .gallery_item:last-child {
        display:none
}
}

@media all and (max-width: 768px) and (min-width:319px) {
    .gallery_square_sections_wrapper_wrapper {
        padding:15px
    }

    .gallery_item {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 2%;
        padding: 0
    }

    .gallery_item:nth-of-type(3n) {
        margin-left: 0
    }

    .gallery_square_sections_wrapper {
        padding-top: 2%;
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (max-width: 320px) {
    .gallery_square_sections_wrapper_wrapper {
        padding:15px
    }

    .gallery_item {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 2%;
        padding: 0
    }

    .gallery_item:nth-of-type(3n) {
        margin-left: 0
    }

    .gallery_square_sections_wrapper {
        padding-top: 2%;
        padding-left: 0;
        padding-right: 0
    }
}
