.gallery-block .row:not(:first-child) .col-md-4 {
    margin-top: 40px;
}

.gallery-block .row:first-child .col-md-8 {
    text-align: right;
}

.gallery-block .choose-type {
    display: inline-block;
    background: white;
    padding: 6px 8px;
    border-radius: 40px;
}

.gallery-block .choose-type a {
    display: inline-block;
    padding: 17px 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 118%;
    border-radius: 40px;
    transition: .3s;
}

.gallery-block .choose-type a:hover,
.gallery-block .choose-type a.active {
    background: #2B2B2B;
    color: white;
}

.gallery-block .choose-type a.active {
    pointer-events: none;
}

.gallery-block .gallery-photo {
    position: relative;
}

.gallery-block .gallery-photo img {
    width: 100%;
    border-radius: 30px;
}

.gallery-block .photo-count {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(0deg, #2B2B2B, #2B2B2B), #E6E6E6;
    border-radius: 20px;
    padding: 11px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.5%;
    color: rgba(255, 255, 255, 0.7);
}

.gallery-block .photo-count p {
    margin-bottom: 0;
}

.gallery-block .photo-date,
.gallery-block .photo-type-2,
.gallery-block .photo-type-1 {
    display: inline-block;
}

.gallery-block .photo-date {
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 118.5%;
    color: rgba(43, 43, 43, 0.7);
}

.gallery-block .photo-type-1,
.gallery-block .photo-type-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 118.5%;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 20px;;
    margin-left: 15px;
}

.gallery-block .photo-type-1 {
    background: linear-gradient(0deg, #C83E5F, #C83E5F), linear-gradient(0deg, #0148FF, #0148FF), linear-gradient(0deg, #FF3900, #FF3900), #D9D9D9;
}

.gallery-block .photo-type-2 {
    background: linear-gradient(0deg, #2B3980, #2B3980), #D9D9D9;
}

.gallery-block .photo-description {
    max-width: 370px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 138.5%;
    transition: .3s;
}

.gallery-block .photo-description:hover {
    color: var(--main-color);
    text-decoration: underline;
}