.teasers.action{}
.teasers.action hr{border-top: 1px solid #DBDBDB;}

.teasers.action .teasers_block_title{
	font-size: 32px;
	Line-height: 43px;
	margin: 0 0 20px;
	
}
.teasers.action .slider .item {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.teasers.action .slider .item .col_1 {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.teasers.action .slider .item .col_2{width: 40%;}
.teasers.action .slider .item .top{}
.teasers.action .slider .item .bottom{}
.teasers.action .slider .item .date{text-transform: lowercase;}
.teasers.action .slider .item .h4{
	font-family: Casus Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 43px;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}
.teasers.action .slider .item .description{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	color:#676767;
	margin-bottom: 100px;
}
.teasers.action .slider .item .readmore{
	position: relative;
	top:-90px;
}
.teasers.action .slider a{
	text-decoration: underline;
}
.teasers.action .slider .item .img {
	padding-top: 67%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
/*.teasers.action  .lSPager{display:none}*/
.teasers.action .lSAction {
	top: 20px;
	position: absolute;
	right: 0px;
	width: 100%;
}
.teasers.action .lSAction a {
	background-image: none;
	width: 15px;
	height: 26px;
}
.teasers.action .lSAction .lSNext,
.teasers.action .lSAction .lSPrev{
	background-image: url('/img/black_arrow.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.teasers.action .lSAction .lSNext{}
.teasers.action .lSAction .lSPrev{transform:rotate(180deg);}

@media screen and (max-width: 768px) {
	.teasers.action .slider .item {
		padding-bottom: 40px;
	}
}
/*темная тема*/
