

/* Start:/local/templates/sberfactoring/components/bitrix/news.list/our-awards_new/style.css?17708862003530*/
.awards_new {
	margin-top: 48px;
}
.awards_new .swiper-slide {
	height: auto;
}
.awards_new__card {
	border-radius: 16px;
	border: 2px solid #F0F3F6;
	background-color: #fff;
	padding: 32px 28px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.awards_new__card-image {
	position: relative;
	height: 195px;
	transition: all 0.3s;

}
.awards_new__card:hover .awards_new__card-image {
	-webkit-filter: blur(6px);
    filter: blur(6px);
}
.awards_new__card-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.awards_new__card-content {
	margin-top: 24px;
	transition: all 0.3s;
}
.awards_new__card:hover .awards_new__card-content {
	-webkit-filter: blur(6px);
    filter: blur(6px);
}
.awards_new__card-title {
	color: #1F1F22;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
}
.awards_new__card-chars {
	position: absolute;
    top: 0;
    left: 0;
    padding: 32px 28px;
    width: 100%;
    height: 100%;
	display: none;
	background: rgba(113, 119, 125, .041);
	
}
.awards_new__card-chars:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113, 119, 125, .041);
    z-index: 10;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    
}
.awards_new__card-char {
	margin-top: 12px;
	position: relative;
	z-index: 1000;
}
.awards_new__card-char:nth-child(1) {
	margin-top: 0;
}
.awards_new__card-char div:nth-child(1) {
	color: #71777D;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.awards_new__card-char div:nth-child(2) {
	margin-top: 3px;
	color: #1F1F22;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.awards_new__arrows {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.awards_new__arrow {
    width: 52px !important;
    height: 52px !important;
    position: relative !important;
    border-radius: 100% !important;
    background: #F0F3F6 !important;
    cursor: pointer;
    margin-top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transition: all 0.3s;
}

.awards_new__arrow svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}
.awards_new__arrow:hover {
	opacity: 0.7;
}
.awards_new__arrow_prev {
    margin-right: 8px !important;
}

.awards_new__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.awards_new__all {
	margin-top: 20px;

}
.awards_new__all-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 216px;
	cursor: pointer;
	border-radius: 35px;
	background: #F0F3F6;
	padding: 16px 10px;
	transition: all 0.3s;
}
.awards_new__all-btn span {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.awards_new__all-btn svg {
	margin-left: 8px;
}
.awards_new__all-btn:hover {
	opacity: 0.7;
}

.awards_new.destroy .swiper-wrapper {
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;	
}	
.awards_new.destroy .swiper-slide {
	width: 33.33%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
}
/* End */
/* /local/templates/sberfactoring/components/bitrix/news.list/our-awards_new/style.css?17708862003530 */
