

/* Start:/bitrix/templates/citrus_aproduction3/components/bitrix/news.list/our_works/style.css?1761319292866*/

/*template.php*/
@media all {
    .work-list {

    }
    .work-item {
		display: block;
		border: 1px solid #e1e1e1;
		position: relative;
		text-decoration: none;
		color: #333;
    }
    .work-item__content {
		padding: 18px 26px;
		display: block;
		position: absolute;
		bottom: 0;
		background-color: #fff;
		width: 100%;
    }
    .work-item__title {
		font-size: 18px;
		display: inline-block;
		line-height: 1.3;
		font-weight: 600;
    }
    .work-item-image {
		display: block;
    }
	.work-item-image span {
		padding-bottom: 70%;
		display: block;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.work-item__footer {
		height: 0;
		overflow: hidden;
		display: block;
		transition: .3s ease;
	}
	.work-item:hover .work-item__footer {
		height: 70px;
	}
	.work-item__footer .btn {
		margin-top: 20px;
	}
}

/* End */
/* /bitrix/templates/citrus_aproduction3/components/bitrix/news.list/our_works/style.css?1761319292866 */
