

/* Start:/bitrix/templates/podem/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17749613841565*/
.project-list-title{
    font-size: 40px;
    margin-bottom: 30px;
}
.project-list-container{
    margin-bottom: 70px;
}
.project-list-container .navigation{
    margin-top: 30px;
}
.project-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.project-item{
	min-width: 0px;
    box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
    color: #000;
    text-decoration: none !important;
    transition: box-shadow 150ms;
}
.project-item:hover{
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.3);
    color: #000;
}
.project-item:hover .project-item-name{
    color: #3b53ac;
}
.project-item-info{
    padding: 15px;
}
.project-item-img{

}
.project-item-img img{
    max-width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
}
.project-item-info{
    border-top: none;
}
.project-item-name{
    font-size: 16px;
    margin-bottom: 2.5px;
}
.project-item-type{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

@media (max-width: 1100px){

    .project-list{
        gap: 20px;
    }

}

@media (max-width: 1000px){

    .project-list-title{
        font-size: 32px;
    }

    .project-list{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 900px){



}

@media (max-width: 800px){

}

@media (max-width: 600px){

    .project-list-title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .project-list{
        grid-template-columns: repeat(1, 1fr);
    }

}
/* End */
/* /bitrix/templates/podem/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17749613841565 */
