

/* Start:/local/templates/tehprivod2023/components/bitrix/system.pagenavigation/new/style.css?1708932841665*/
.bx_pagination_page ul{padding:0px; margin:0px; list-style:none;}
.bx_pagination_page ul li {
    list-style: none;
    margin-right: 5px;
    font-size: 16px !important;
    color: #8a8a8a !important;
    padding: 0px !important;
    display: inline-block !important;
    vertical-align: middle;
    min-width: 0px !important;
    line-height: 30px !important;
    border-radius: 3px;
}

	.bx_pagination_page ul li>*{color:inherit !important; text-decoration:none !important;}
.bx_pagination_page ul li:before{display:none !important;}
.bx_pagination_bottom {
    clear: both;
    top: 15px;
    position: relative;
    padding-bottom: 20px;
}
/* End */


/* Start:/local/templates/tehprivod2023/components/bitrix/news/proekty/bitrix/news.list/.default/style.css?17605319461187*/
.proekty-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.proekty-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.proekty-item-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.proekty-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.proekty-item:hover img {
    transform: scale(1.05);
}

.proekty-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    border-radius: 10px;
    pointer-events: none;
    z-index: 1;
}

.proekty-item-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
    z-index: 2;
}

.proekty-item-content-subtitle {
    color: #dddada;
}

.proekty-item-content-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 660px) {
    .proekty-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
/* End */
/* /local/templates/tehprivod2023/components/bitrix/system.pagenavigation/new/style.css?1708932841665 */
/* /local/templates/tehprivod2023/components/bitrix/news/proekty/bitrix/news.list/.default/style.css?17605319461187 */
