.promo__block{text-decoration:none !important;display:block;height:100%;background-color: #e8e8e8;border-radius: 6px;overflow: hidden;}
.promo__block span{display:block}
.promo__title{min-height:70px;display: flex !important;align-items: center;justify-content: center;text-align: center;padding: 0 10px;font-size: 16px;line-height: 22px;color: #000;font-weight: 700;}
.promo__button{position: absolute; left: 50%; transform: translateX(-50%); bottom: 110px}
.promo__out{position:relative}
.promo__out a{white-space:nowrap}
@media(max-width:1259px){
	.promo__title{min-height:60px; font-size: 14px;line-height: 17px}
	.promo__button{bottom: 90px}
}