

/* Start:/local/templates/allaia/components/bitrix/news/news_blog/bitrix/news.list/list_blog/style.css?17056031101668*/
.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.5s;
    padding: 0px 0;
}
.portfolio-item {
    display: flex;
    width: 49%;
    margin-bottom: 50px;
}
.portfolio-img {
    width: 50%;
    max-width: 500px;
}.portfolio-img a {
    display: block;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    width: 50%;
    max-height: 400px;
    padding: 0 32px;
    box-sizing: border-box;
}
.portfolio-content {
    max-width: 405px;
    max-height: 300px;
}
.portfolio-item__title {
    max-height: 88px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Circe-Regular";
    line-height: 22px;
}
.portfolio-item__anons {
    max-height: 144px;
    overflow: hidden;
    font-size: 16px;
    font-family: "Circe-Regular";
    line-height: 18px;
}
.portfolio-bottom a {
    display: inline-block;
    margin-top: 10px;
    padding: 16px 45px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
@media(max-width: 880px){
.portfolio-content {
    width: 100%;
    padding: 0 0px;
}
.portfolio-item {
    width: calc(50% - 10px);
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio-img {
    width: 100%;
}
.portfolio-img a {
    display: block;
    padding-top: 80%;
    background-size: contain;
}
}

@media(max-width: 420px){
.portfolio-item {
    width: calc(100% - 0px);
}
.portfolio-img a {
    padding-top: 70%;
}
}
/* End */
/* /local/templates/allaia/components/bitrix/news/news_blog/bitrix/news.list/list_blog/style.css?17056031101668 */
