.photos-block{
    margin-bottom: 74px;
    margin-top: 74px;
}
.photos-item__header{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.photos-item__header-name{
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-right: 28px;
    color: rgba(27, 31, 44, 0.87);
}
.photos-item__header-right{
    flex: none;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.photos-item__header-date{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    color: rgba(27, 31, 44, 0.54);
    margin-right: 12px;
}
.photos-item__header-date svg{
    position: relative;
    top: -1px;
    flex: none;
    width: 13px;
    margin-right: 7px;
}
.photos-item__header-all a{
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    color: rgba(21, 25, 30, 0.87);
}

.photos-item__header-all svg{
    width: 14px;
    margin-right: 8px;
    flex: none;
}

.photos-item__body{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.photos-item__body a{
    width: calc(16.66666% - 30px);
    margin: 15px;
}

.photos-item__body picture{
    display: block;
    position: relative;
    height: 0px;
    padding-top: 80%;
    border-radius: 8px;
    overflow: hidden;
}

.photos-item__body img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0;
}

.hidden-gallerySlide{
    visibility: hidden;
    margin: 0;
}

.photos-item:not(:last-child){
    margin-bottom: 50px;
}

@media (max-width: 1440px){
    .photos-item__body a:nth-child(11), .photos-item__body a:nth-child(12){
        display: none;
    }
    .photos-item__body a {
        width: calc(20% - 30px);
    }
}

@media (max-width: 1199px){
    .photos-item__body a:nth-child(9), .photos-item__body a:nth-child(10){
        display: none;
    }
    .photos-item__header{
        flex-direction: column;
    }

    .photos-item__header-name{
        width: 100%;
        padding-right: 0px;
    }

    .photos-item__header-right{
        margin-left: 0px;
        margin-top: 8px;
        width: 100%;
    }
    .photos-item__body a {
        width: calc(25% - 30px);
    }
    .photos-block {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    .photos-item__body a:nth-child(7), .photos-item__body a:nth-child(8){
        display: none;
    }
    .photos-item__body a {
        width: calc(33% - 30px);
    }
}
@media (max-width: 767px){
    .photos-item__body a:nth-child(5), .photos-item__body a:nth-child(6){
        display: none;
    }
    .photos-item__body{
        margin: -7px;
    }
    .photos-item__body a {
        margin: 7px;
        width: calc(50% - 14px);
    }
    .photos-item__header-all{
        display: none;
    }
    .photos-item__header {
        margin-bottom: 20px;
    }
    .photos-item__header-date{
        margin-right: 0px;
    }
    .photos-item:not(:last-child) {
        margin-bottom: 40px;
    }
}

.filter-report .row{
    margin-bottom: 12px;
}

.filter-report .col-md-1{
    white-space: nowrap;
    flex: none;
    max-width: none;
    margin-bottom: 3px;
}

.filter-report .col-md-10{
    width: 100%;
    max-width: 100%;
    flex: 1;
}
