div#gallery-block{
    padding-block: 120px;
}

div#gallery-block .region-gallery{
    position: relative;
}

div#gallery-block .block-title{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .field-content,
div#gallery-block .views-field-field-gallery .field-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

div#gallery-block .views-field-field-gallery .field-content .photoswipe-gallery:nth-child(6) ~ *{
    display: none;
}

.view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery,
div#gallery-block .views-field-field-gallery .photoswipe-gallery{
    max-width: 370px;
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}

.view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery a,
div#gallery-block .views-field-field-gallery .photoswipe-gallery a{
    height: 100%;
}

.view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery a img,
div#gallery-block .views-field-field-gallery .photoswipe-gallery a img{
    height: 100%;
    object-fit: cover;
}

div#gallery-block .region-gallery .more-link{
    position: absolute;
    top: 0;
    right: 0;
}

div#gallery-block .region-gallery .more-link a{
    padding: 14px 54px;
    color: var(--color-white);

}

@media screen and (max-width: 1200px){
    div#gallery-block {
        padding-top: calc(50px + (120 - 50) * ((100vw - 320px) / (1200 - 320)));;
    }
    div#gallery-block .block-title {
        font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1200 - 320)));
    }
    .view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery, 
    div#gallery-block .views-field-field-gallery .photoswipe-gallery {
        max-width: calc(300px + (370 - 300) * ((100vw - 992px) / (1200 - 992)));
        height: calc(275px + (340 - 275) * ((100vw - 992px) / (1200 - 992)));
    }

}

@media screen and (max-width: 992px){
    div#gallery-block .view-content {
        justify-content: center;
    }
    .view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery, 
    div#gallery-block .views-field-field-gallery .photoswipe-gallery {
        max-width: 370px;
        height: 280px;
    }
    div#gallery-block .region-gallery .more-link {
        position: relative;
        top: 50px;
        right: 0;
        text-align: center;
    }
  
}

@media screen and (max-width: 810px){
    .view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .photoswipe-gallery, 
    div#gallery-block .views-field-field-gallery .photoswipe-gallery {
        max-width: calc(135px + (370 - 135) * ((100vw - 320px) / (810 - 320)));
        height: calc(113px + (340 - 113) * ((100vw - 320px) / (810 - 320)));
    }
    .view-fotogalereya.view-id-fotogalereya.view-display-id-page_1 .field-content, div#gallery-block .views-field-field-gallery .field-content {
        gap: 15px;
    }
}