

/* Start:/local/templates/special_mibok_tmp2022/components/altasib/photo.gallery.list/.default/style.css?17798857311968*/
.x3-photo {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 130px;
    border-top: solid 1px #C1C2C6;
}
.x3-photo__list {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.x3-photo-item {
    width: 30%;
    max-width: 380px;
}
.x3-photo-item__img {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.x3-photo-item__date {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    display: block;
    padding-left: 40px;
    background: rgba(38,146,145,0.9);
    transform: skewX(-164deg);
    display: flex;
    align-items: flex-end;
}
.x3-photo-item__date span {
    display: block;
    min-width: 120px;
    padding: 0 50px 20px 10px;
    transform: skewX(164deg);
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.x3-photo-item__name {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 600;
}
.x3-photo-item__link {
    display: flex;
    align-items: center;
}
.x3-photo-item__link svg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.x3-photo-item__link span {
    color: #249291;
}
.x3-photo-item__link span span {
    color: #6C6C6C;
}

.x3-photo__btn {
    margin-top: 65px;
}
.x3-photo__btn .btn--grey {
    border-width: 1px;
    font-size: 18px;
}

@media(max-width: 1024px) {
    .x3-photo__list {
        flex-wrap: wrap;
    }
    .x3-photo-item {
        width: 48%;
        margin-bottom: 45px;
    }
    .x3-photo-item__link {
        font-size: 18px;
    }
    .x3-photo-item__link svg {
        width: 60px;
        height: 60px;
    }
}

@media(max-width: 768px) {
    .x3-photo-item {
        width: 100%;
    }
    .x3-photo-item__date span {
        padding: 20px 30px 20px 5px;
        font-size: 14px;
        line-height: 21px;
    }
    .x3-photo-item__link svg {
        width: 50px;
        height: 50px;
    }
    .x3-photo-item__link span {
        font-size: 14px;
        line-height: 21px;
    }
}
/* End */
/* /local/templates/special_mibok_tmp2022/components/altasib/photo.gallery.list/.default/style.css?17798857311968 */
