.action-slider__js .swiper-slide{height:auto; text-decoration:none}
.action-slider__js .swiper-slide:hover{text-decoration:none}
.action__img{position:relative; border-radius:20px; overflow:hidden}
.action__img img{height:auto; width:100%}
.action__sale{position:absolute; top:0; right:0;height: 68px;background: linear-gradient(180deg, #FFDF6D 0%, #FFB72B 100%);border-radius:0 20px 0 20px;padding:0 20px;display: flex;align-items: center;font-weight: 700;font-size: 22px;line-height: 28px;color: #181D29; justify-content:center}
.action__title{padding:20px 0 15px;font-weight: 700;font-size: 22px;line-height: 28px;color: #181D29}
.action__description{font-size: 16px;line-height: 20px;color: #181D29}
.action__bottom{padding-top:25px}
.action__date{font-weight: 700;font-size: 16px;line-height: 20px;color: #181D29}
.action__bottom span{width:auto}
.wrapper__action .widget__headind{position:relative}
.action__arrow{padding-bottom:30px}
.action__arrow > div{transition:all 0.3s linear 0s; width: 40px; height: 40px; border: 1px solid #969696; border-radius:100%}
.action__arrow > div path{transition:all 0.3s linear 0s}
.action__arrow > div:hover{background:#71A6DB; border-color:#71A6DB}
.action__arrow > div:hover svg path{fill:#fff}
.action__bottom .btn{background: #000000;border: 1px solid #FFDB45; color:#fff; padding:0 20px}
.action__bottom .btn:hover{background: #FFDB45; color:#000}
@media(max-width:1229px) and (min-width:992px){
	.action__sale{height: 50px; padding:0 15px; font-size: 20px; line-height: 26px}
	.action__title{padding:15px 0 10px; font-size: 20px; line-height: 26px}
	.action__bottom{padding-top:20px; margin-top:auto}
	.action__date, .action__description{font-size: 14px; line-height: 18px}
}
@media(max-width:991px){
	.action__title{padding:20px 0}
	.action__bottom{padding-bottom:30px}
}
/*
@media(max-width:767px) and (min-width:361px){
	.action__title{padding:20px 0 20px 30px}
	.action__description{padding-left:30px}
	.action__bottom{padding-left:30px}
}
*/
@media(max-width:767px){
	.action__img{border-radius:20px 20px 0 0}
}
@media(max-width:575px){
	.wrapper__action .widget__button{position: absolute;bottom: -44px;right: 0}
}