

/* Start:/local/templates/teikovo/components/bitrix/news.list/presentation/style.css?17827343733538*/
.presentation-tags-list {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}

.presentation-tags-list__title {
    margin-right: 15px;
    color: #929292;
}


.presentation__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.presentation__item {
    width: 100%;
    max-width: 474px;
}

@media screen and (max-width: 1560px) {
    .presentation__item {
        max-width: 32%;
    }
}

.presentation__view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    align-items: center;
    justify-content: center;
    display: none;
}

.presentation__image {
    display: block;
}

.presentation__image:hover .presentation__view {
    display: flex;
}

.presentation__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .presentation__head {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.presentation__name {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
}

@media screen and (max-width: 1560px) {
    .presentation__name {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .presentation__name {
        font-size: 16px;
    }
}

.presentation__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}
@media screen and (max-width: 992px) {
    .presentation__date {
        font-size: 12px;
    }
}

.presentation__content {
    margin-top: 23px;
}

.presentation__box {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1560px) {
    .presentation__box {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1200px) {
    .presentation__box {
        margin-top: 10px;
    }
}

.presentation__tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}


@media screen and (max-width: 1560px) {
    .presentation__tags {
        margin-top: 15px;
    }
}

.presentation__tag {
    background: #F1F1F1;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.presentation__tag._is-active,
.presentation__tag:hover {
    background-color: #3B3C3B;
    color: white!important;
}




.presentation__download {
    flex-shrink: 0;
    padding: 7px 17px!important;
    line-height: 14px!important;
    font-size: 12px;
}



@media screen and (max-width: 992px) {
    .presentation__list {
        flex-direction: column;
    }

    .presentation__item {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    a.presentation__image {
        width: 100%;
        max-width: 40%;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .presentation__content {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .presentation__list {
        flex-direction: row;
    }

    .presentation__item {
        flex-direction: column;
    }

    a.presentation__image {
        max-width: 100%;
        margin-right: 0px;
    }

    .presentation__content {
        margin-top: 25px;
    }
}
/* End */
/* /local/templates/teikovo/components/bitrix/news.list/presentation/style.css?17827343733538 */
