header{background-image: -moz-linear-gradient( 0deg, rgb(249,249,251) 0%, rgb(204,210,232) 100%); background-image: -webkit-linear-gradient(0deg, rgb(249,249,251) 0%, rgb(204,210,232) 100%); background-image: -ms-linear-gradient( 0deg, rgb(249,249,251) 0%, rgb(204,210,232) 100%)}
.promo__block{text-decoration:none !important; display:block; height:100%; background-color: rgb(250, 250, 253);box-shadow: 0px 3px 21px 0px rgba(178, 220, 224, 0.5)}
.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: 19px;color: #343434;}
.promo__button{text-decoration:none !important; background-image: -moz-linear-gradient( 0deg, rgb(84,191,79) 0%, rgb(157,204,6) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(84,191,79) 0%, rgb(157,204,6) 100%); background-image: -ms-linear-gradient( 0deg, rgb(84,191,79) 0%, rgb(157,204,6) 100%); box-shadow: 2px 3.464px 10px 0px rgba(92, 92, 92, 0.48); position: absolute; left: 50%; transform: translateX(-50%); bottom: 110px; line-height: 50px; color: #fff !important; text-align: center;  border-radius: 50px;  width: 240px; font-weight:700; font-size:18px; overflow:hidden}
.promo__button span{display:block; width:100%; height:100%}
.promo__button:hover span{background:#2cac26}
.promo__out{position:relative}
h1{position: relative;padding-left: 47px;margin-bottom: 30px;padding-top: 6px;}
h1::before {content: "";height: 49px;width: 22px;position: absolute;left: 0;top: 0;background: #2cac26}
@media(max-width:1259px){
	h1{padding-left: 40px}
	h1::before{height: 47px;width: 20px}
	.promo__title{min-height:60px; font-size: 14px;line-height: 17px}
	.promo__button{bottom: 90px; line-height: 46px;  width: 220px; font-size:16px}
}
@media(max-width:991px){
	h1{padding-left: 35px;margin-bottom: 25px}
	h1::before{height: 45px;width: 18px}
}
@media(max-width:767px){
	h1 {padding: 5px 15px 10px;margin-bottom: 10px;text-align: center;border-bottom: 1px solid rgba(44,172,38,0.2)}
	h1::before{display:none}
}