

/* Start:/local/templates/prombez/components/bitrix/news.list/projects/style.css?17661388732637*/
.projectsSliderWrapper{position: relative; margin-top:40px; margin-bottom:40px;}
.swiper-next {
		right: 0;
		left: auto;
	}

	.swiper-prev {
		left: 0;
	}

	.swiper-next,
	.swiper-prev {
		z-index: 1000;
		opacity: 0.5;
		position: absolute;
		top: var(--swiper-navigation-top-offset, 50%);
		width: calc(var(--swiper-navigation-size));
		height: var(--swiper-navigation-size);
		margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
		z-index: 10;
		cursor: pointer;
		display: block;
	}

	.swiper-next:hover,
	.swiper-prev:hover {
		opacity: 1;
	}

	.carouselBtn {
		border: 1px solid #F0F0F0;
		width: 44px;
		text-align: center;
		line-height: 44px;
		height: 44px;
		display: block;
		border-radius: 22px;
		background-color: #F0F0F0;
	}

	.iconic-link {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 10px;
    }

    .iconic-link-icon {
        width: 60px;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F8F8F8;
        flex-shrink: 0;
    }

    .iconic-link-icon img {
        max-width: 100%;
    }

    .iconic-link-icon svg {
        max-width: 100%;
    }

    .iconic-link-icon i {}

    .iconic-link-title {
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
        line-height: 114%;
    }
.projectsSliderWrapper .swiper-prev{left:-80px;}
.projectsSliderWrapper .swiper-next{right:-80px;}

.project-item{transition: .3s background-color; background-color: #F8F8F8; padding: 23px; height: 100%; display: flex; gap:20px; flex-direction: column; justify-content: space-between;}
.project-item-body{display: flex; gap:20px; flex-direction: column;}
.project-item-footer{display: flex; gap:20px; flex-direction: column;}
.project-item:hover{background-color: #F0F0F0;}
.project-item-image{height: 230px; width:100%; display: flex; align-items: center; justify-content: center; background-color: #fff;}
.project-item-image img{max-width: 200px; max-height: 100%;}
.project-item-name{font-size: 18px; color:#0F0F0F;  line-height: 160%;}
.project-item-subname{font-size: 16px; color:#393939; line-height: 160%;}
.project-item-products{border-top:1px solid #DCDCDC; padding-top:20px;}
.project-item-products .iconic-link-icon{width:24px; height: 24px; background-color: transparent; padding: 0px;}
.project-item-products .iconic-link{gap:10px;}
.project-item-client-type{color:#7D7D7D; font-size: 16px;}
.projectsSlider .swiper-slide{height: auto;}
/* End */
/* /local/templates/prombez/components/bitrix/news.list/projects/style.css?17661388732637 */
