.scheme__block{text-align:center;height: 100%;padding:50px 15px 15px;background:#f2f2f2;font-size: 16px;line-height:22px;color:#343434;position:relative;}
.scheme__block a{display:inline-block; border-bottom:1px dashed; color:#ef5a1a; font-weight:500; text-decoration:none !important}
.scheme__block a:hover{color:#000}
.scheme__block::before{content:"1";box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);width:60px;height:60px;position:absolute;top:-30px;left:50%; transform:translateX(-50%); color:#fff;background:#ef7b1a;border:3px solid #fff;border-radius: 100%;font-size: 32px;line-height: 56px;font-weight: 700;}
.scheme-sec::before{content:"2"; }
.scheme-frd::before{content:"3"; }
.scheme-for::before{content:"4"; }
.scheme__block p{margin:0}
.scheme__block em{font-size: 14px;display:block;margin-top:20px;}
.scheme__title{font-weight:700;text-transform:uppercase;font-size: 22px;padding-bottom:10px;}
.scheme-for::after{display:none}
@media(min-width:992px){
	.scheme__block::after{width: 46px;height: 22px;background: url(/templates/gradis/images/arrow-scheme.png) no-repeat 0 0;position: absolute;top: 50%;margin-top: -11px;right: -36px;content: "";z-index: 1}
}
@media(max-width:1199px){
	.scheme__block{padding: 40px 15px 10px;font-size: 14px;line-height: 20px;}
	.scheme__block em{font-size: 12px;margin-top: 10px;}
	.scheme__title{font-size: 20px;padding-bottom: 5px;}
}
@media(max-width:991px){
	.scheme__block{padding: 30px 15px 10px}
	.scheme__block::before{width: 50px;height: 50px;top:-30px;font-size: 26px;line-height: 44px;}
	.scheme__title{font-size: 18px;padding-bottom: 10px;}
}