

/* Start:/bitrix/templates/80bit/components/bitrix/news.list/fakultet_list/style.css?17537268122438*/
.fakultet__list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fakultet__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
    width: calc(50% - 10px);
    background-image: url(/bitrix/templates/80bit/images/bg-full-logo-5.svg);
    background-repeat: no-repeat;
    background-position: right -35px bottom -90px;
    background-size: 300px;
}

.fakultet__top__name{
    color: #6A6F74;
    font-size: 14px;
}

.fakultet__title {
    font-size: 24px;
    transition: 0.3s;
    font-weight: 500;
    color: #2276D8;
}

.content .fakultet__title {
    color: #2276D8;
}

.fakultet__title:hover{
    color: #1A5BA6;
}

.content .fakultet__title:hover {
    color: #1A5BA6;
}

.fakultet__top{
    width: 100%;
    margin-bottom: 30px;
}

.fakultet__bottom{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.fakultet__bottom__left{
    width: 80%;
    display: flex;
    gap: 20px;
}

.fakultet__bottom__right{
    width: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.fakultet__prop__title{
    font-size: 14px;
    color: #6A6F74;
}

.fakultet__item .banner__social:hover svg{
    fill: #2276d8;
}

.fakultet__dekan{
    margin-top: 15px;
}

.fakultet__dekan__job{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #57a7b3;
}


@media(max-width: 1023px){
    .fakultet__item{
        width: 100%;
    }

    .fakultet__title{
        font-size: 22px;
    }
}

@media(max-width: 767px){
    .fakultet__title{
        font-size: 20px;
    }

    .fakultet__item{
        padding: 16px;
        background-image: none;
    }

    .fakultet__top__name{
        font-size: 14px;
    }

    .fakultet__dekan__name{
        font-size: 16px;
    }

    .fakultet__dekan__job{
        font-size: 14px;
    }

    .fakultet__bottom{
        flex-direction: column;
    }

    .fakultet__top{
        margin-bottom: 20px;
    }

    .fakultet__prop__title{
        font-size: 14px;
    }

    .fakultet__prop__value{
        font-size: 14px;
    }

    .fakultet__item .banner__social svg {
        width: 22px;
        height: 22px;
    }

    .fakultet__bottom__right{
        width: 100%;
        justify-content: flex-start;
    }
    .fakultet__bottom__left{
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/80bit/components/bitrix/news.list/fakultet_list/style.css?17537268122438 */
