

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/blog-list-list/style.css?17309625562044*/
.blog-swiper .swiper-wrapper{
	display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
	
	
.blog-swiper .swiper-slide{
	padding: 34px;
	background: #F6F8FA;
	border-radius: 10px;
		display: flex;
	gap: 34px;
	flex-direction: column;
	width: calc( 50% - 16px );
	margin-bottom: 34px;
	justify-content: space-between;
}

.blog-cnt{
	display: flex;
	gap: 34px;
	align-items:flex-start;
}

.blog-cnt-text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-title{
	color: #2F2F2F;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.blog-text{
	font-size: 16px;
	line-height: 1.2;
}
.blog-text p{
	margin-bottom: 0;
}
.blog-img{
	min-width: 30%;
}
.blog-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.blog-date{
	border-top: 1px solid #D2DAE1;
	border-bottom: 1px solid #D2DAE1;
	padding: 5px;
	color: #9EAFBF;
	font-size: 16px;
}

.slider__buttons {
	position:relative;
        margin-bottom: 2rem;
    margin-top: -1rem;
    display: flex;
    justify-content: end;
}
.swiper-pagination-fraction {
    top: 4px;
    left: 0;
    width: 50px;
}
.button-clear .button__arrow {
    height: 28px
}

.slider__btn {
    padding: 7px 15px;
    display: flex;
    align-items: center
}

.slider__btn+.slider__btn {
    margin-left: 10px
}

.slider__btn path {
    stroke: #62616e
}

.slider__btn:after {
    background-color: #e4eaf0
}

.slider__btn .button__arrow {
    margin-left: 0;
    display: flex;
    align-items: center
}

.slider__btn--prev .button__arrow {
    transform: rotate(180deg)
}

@media (max-width: 1840px) { 
	.blog-title{
		font-size: 26px;
	}
}
@media (max-width: 1500px) { 
	.blog-title{
		font-size: 26px;
	}
	.blog-cnt{
		flex-direction: column-reverse;
        align-items: center;
	}
}
@media (max-width: 1024px) {
	.blog-cnt{
		gap: 20px;
	}
	.blog-swiper .swiper-slide{
		width: 100%;
		gap: 20px;
	}
	.blog-title {
        font-size: 20px;
		margin-bottom: 1rem;
    }
	.blog-text {
		font-size: 14px;
	}
}



/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/technology-list/style.css?1730962411926*/
.tech-list{
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.tech-list_item{
	width: calc( 50% - 1rem );
	gap: 2.4rem;
}
.tech-list_item a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.4rem;
	background: #F6F8FA;
	border-radius: 10px;
	display: flex;
	gap: 2rem;
}
.tech-list_item a>div{
	
}
.tech-list_item_text{
	display: flex;
    flex-direction: column;
    justify-content: center;
	color: #62616E;
}
.tech-list_item_text h3{
	margin-bottom: 1rem !important;
	font-size: 1.73333em;
    line-height: 1;
}

.tech-list_item_img{
	min-width: 30%;
}
.tech-list_item_img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media (max-width: 1500px) { 
	.tech-list_item a{
		flex-direction: column-reverse;
        align-items: center;
		justify-content: flex-end;
	}
	.tech-list_item_img img{
		max-width: 260px;
	}
}
@media (max-width: 1024px) {
	.tech-list_item{
		width: 100%;
	}
}

/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/blog-list-list/style.css?17309625562044 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/technology-list/style.css?1730962411926 */
