

/* Start:/local/templates/zerno/components/bitrix/news.list/advantages_list/style.css?1703244299445*/
.advantages__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:30px;
}

.advantages__list .news-item{
	display: flex;
	align-items: center;
	column-gap: 10px;
	min-width: 45%;
	font-size: 18px;
}

@media screen and (max-width: 767px){
	.advantages__list{
		justify-content: center;
	}
	.advantages__list .news-item{
		flex-wrap: wrap;
		justify-content: center;
    	font-size: 18px;
    	text-align: center;
	}
}
/* End */


/* Start:/local/templates/zerno/components/bitrix/catalog.section.list/catalog_list/style.css?1703244299820*/
.list__sections{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:25px;
}
.item__catalog img{
	max-width: 300px;
}

/* .item__catalog{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 45%;
	background-image: url(/local/templates/zerno/components/bitrix/catalog.section.list/catalog_list/images/switok.png);
	background-repeat: no-repeat;
	min-height: 260px;
	background-size: cover;
	transition: .5s;
} */
.item__catalog:hover{
	transform: scale(1.04);
}


.item__catalog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45%;
    background-image: url(/local/templates/zerno/components/bitrix/catalog.section.list/catalog_list/images/switok.png);
    background-repeat: no-repeat;
    min-height: 310px;
    background-size: contain;
    transition: .5s;
    background-position: center;
}


@media screen and (max-width: 767px){
	.item__catalog img{
		max-width: 220px;
	}
}
/* End */


/* Start:/local/templates/zerno/components/bitrix/news.list/main_news_list/style.css?17032442991557*/
.img img{
	max-width: 220px;
}
.col{
	display: flex;
    flex-direction: column;
	column-gap: 20px;
	margin-bottom: 15px;
    max-width: 240px;
}
.col .img{
	border: solid 1px #e37a1e;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.col .img .data{
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url('/local/templates/zerno/img/data.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
    padding: 10px;
    font-weight: 700;
}
.col .name{
	padding-top: 11px;
    font-size: 16px;
    font-weight: 700;
    color: #2c2b3f;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(255 255 255);
}
.col .link a{
	text-decoration: none;
	font-size:16px;
	font-weight: 700;
    color: #444;
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-top: 10px;
}
.col .link a::after{
	content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/local/templates/zerno/img/sprite.png) -60px -450px no-repeat;
}

.bx-newslist .row{
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    flex-wrap: wrap;
}

.block_new{
    margin: 34px 0
}

.btn_link{
    margin: 0 auto;
    margin-top: 10px;
}


@media screen and (max-width: 767px){
    .bx-newslist .row{
        justify-content: center;
    }
    .bx-newslist .col{
        max-width: 95%;
    }
    .col .img{
        width: min-content;
    }
}
/* End */


/* Start:/local/templates/zerno/components/bitrix/news.list/slider__partners/style.css?1703244299311*/
.partners__slider{
	margin-top: 75px;
}
.news-date-time {
	color:#486DAA;
}


.slick-track{
	display: flex!important;
	align-items: center;
}

.slick-slide img{
	height: auto;
	padding: 0 15px;
}

@media screen and (max-width: 767px){
	.partners__slider{
		margin-top: 40px;
		width: 90%;
		margin: 0 auto;
	}
}
/* End */
/* /local/templates/zerno/components/bitrix/news.list/advantages_list/style.css?1703244299445 */
/* /local/templates/zerno/components/bitrix/catalog.section.list/catalog_list/style.css?1703244299820 */
/* /local/templates/zerno/components/bitrix/news.list/main_news_list/style.css?17032442991557 */
/* /local/templates/zerno/components/bitrix/news.list/slider__partners/style.css?1703244299311 */
