.not-concrete__block{padding:30px;background: #FFFFFF;border: 1px solid #D9D9D9;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;height:100%}
.not-concrete__cover{border-radius: 6px; overflow:hidden; position:relative}
.not-concrete__cover-new img{margin:0 auto; display:block; overflow: hidden;position: relative;max-height: 250px;width: 100%;object-fit: contain}
.not-concrete__title{font-weight: 700;font-size: 18px;line-height: 22px;text-align: center;padding:15px 0 10px;color: #000000;min-height: 70px;display: flex;align-items: center;justify-content: center;}
.not-concrete__text{font-weight: 500;font-size: 14px;line-height: 18px;color: #000000;padding-bottom:15px}
.not-concrete__text ul{padding:0; margin:0}
.not-concrete__text ul li{padding:0; margin:0; list-style:none}
.not-concrete__text ul li strong + strong{font-weight: 800;font-size: 16px;color: #FC8A15}
.not-concrete__block a.btn-orange{    width: 100%;line-height: 60px;font-size: 14px;text-align: center;text-transform: uppercase;}
@media(max-width:1229px){
	.not-concrete__block{padding:20px}
	.not-concrete__block a.btn-orange{line-height:55px; font-size:13px}
	.not-concrete__price, .not-concrete__title{font-size:16px; line-height:20px}
	.not-concrete__text {font-size: 13px;line-height: 17px}
}
@media(max-width:991px){
	.not-concrete__block a.btn-orange{line-height:50px; font-size:12px}
}
@media(max-width:767px){
	.not-concrete__block{padding:15px}
	.not-concrete__cover-new img{max-height: 200px}
}
