

/* Start:/local/templates/dolgoletie/components/bitrix/news.list/collective_list/style.css?16836188622027*/
.collective-list{
    position: relative;
}
.collective-list *{
     position: relative;
}
.collective-list__item{
    min-height: 300px;
}
.collective-list__item__photo{
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.collective-list__item__text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    font-size: 18px;
    text-align: center;
    padding: 15px;
    padding-bottom: 58px;
}
.collective-list__item__text__name{
    font-family: "akrobatbold", sans-serif;
}
.collective-list__item__text__post{
    font-family: "akrobatregular", sans-serif;
    margin-top: 5px;
    font-size: 14px;
}
.collective-list__item__text__worktime{
    font-family: "akrobatregular", sans-serif;
    margin-top: 5px;
    font-size: 16px;
}
.collective-list__item__link{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: transparent;
}
.collective-list__item__btn {
    display: block;
    padding: 15px 20px;
    background-color: #008000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline;
}
.collective-list__item:hover .collective-list__item__btn,
.collective-list__item__btn:hover {
    text-decoration: none;
}
@media screen and (min-width: 1200px){
    .collective-list{
        margin-bottom: 100px !important;
    }
    .collective-list__item{
        float: left;
        width: calc((100% - 75px) / 4);
        margin-left: 25px;
    }
    .collective-list__item:nth-child(4n+1){
        margin-left: 0;
    }
    .collective-list__item:nth-child(1n+5){
        margin-top: 25px;
    }
}
@media screen and (max-width: 1199px){
    .collective-list{
        margin-bottom: 55px !important;
    }
    .collective-list__item:nth-child(1n+2){
        margin-top: 25px;
    }
}
/* End */
/* /local/templates/dolgoletie/components/bitrix/news.list/collective_list/style.css?16836188622027 */
