.wrapper__step{text-align:center}
.wrapper__step .container{ background: #E5D7CC;border-radius: 20px; padding-top: 40px; padding-bottom:60px;}
.row__step{display:flex; flex-wrap:wrap; justify-content:center; gap:20px; margin:0 auto; padding:0 20px}
.step__block{color: #402714; font-weight: 400;font-size: 16px;line-height: 21px; width:calc((100% - 40px) / 3); display:flex; align-items:center; gap:10px; flex-direction:column}
.step__icon{width:80px;margin-bottom:20px;position: relative;}
.step__icon img{}
.step__title{font:700 30px/34px 'Philosopher'; color: #402714}
.step__icon-num{width:38px; height:38px; display:flex;align-items:center;justify-content:center;border-radius:100%;background:#BCA774;font:700 24px/1.1 'Philosopher';text-align: center;color: #402714;box-shadow:0 0 0 4px #E5D7CC inset;position: absolute;left: 50%;transform: translateX(-50%);bottom: -12px;}
.step__block--1 {margin-top: 130px;}
.step__block--3 {margin-top: 115px;}
.step__block--4 {margin: 45px 0 0 0;}
.step__block--5 {margin: -90px 0 0 0;}
.step__block--6 {margin-top: 95px;}
.step__block--7 {margin: -55px 0 0 0}
@media(min-width: 992px) {
	.step__block--1 {order: 1}
	.step__block--2 {order: 2}
	.step__block--3 {order: 3}
	.step__block--4 {order: 6}
	.step__block--5 {order: 7}
	.step__block--6 {order: 4}
	.step__block--7 {order: 5}
}
@media(min-width: 1650px) {
	.wrapper__step .container{max-width:1600px; padding-left:0; padding-right:0}
	.row__step{max-width:1460px;}
}
@media(max-width: 1649px) {
	.row__step{gap:20px 40px}
	.step__block{font-size: 15px;line-height: 20px; width:calc((100% - 80px) / 3)}
	.step__title{font:700 28px/32px 'Philosopher'}
}
@media(max-width: 1499px) {
	.row__step{gap:20px 30px}
	.step__title{font:700 24px/28px 'Philosopher'}
	.step__block{width:calc((100% - 60px) / 3)}
	.step__icon{width:70px;margin-bottom:15px;}
	.step__icon img{max-width: 70px; max-height: 70px}
	.step__icon-num{width:32px; height:32px; font:700 22px/1.1 'Philosopher'; box-shadow:0 0 0 3px #E5D7CC inset; bottom: -15px;}
	.step__block--5{margin: -135px 0 0 0}
	.step__block--6{margin-top:60px}
}
@media(max-width: 1199px) {
	.wrapper__step .container {padding-top: 35px; padding-bottom: 50px}
	.row__step{padding: 0 15px;gap: 15px;}
    .step__block {width: calc((100% - 30px) / 3);font-size: 14px}
	.step__title {font: 700 20px / 24px 'Philosopher';}
	.step__icon{width:60px;margin-bottom:10px;}
	.step__icon img{max-width: 60px; max-height: 60px}
	.step__icon-num {width: 28px; height: 28px; font: 700 18px / 1.1 'Philosopher'; box-shadow: 0 0 0 2px #E5D7CC inset}
}
@media(max-width: 991px) {
	.wrapper__step .container {padding-top: 30px; padding-bottom: 40px}
	.row__step{padding: 0 15px; gap:30px 20px;}
	.step__block{width: calc((100% - 20px) / 2); margin:0}
}
@media(max-width: 991px) and (min-width:768px){
	.step__icon {display: flex;justify-content: center;align-items: end; height:60px}
}
@media(max-width: 767px) {
	.wrapper__step .container {padding-top: 25px; padding-bottom: 30px}
	.row__step{padding: 0} 
	.step__block{width:100%}
}
@media(max-width: 575px) {
	.wrapper__step{padding-left:15px; padding-right:15px}
	.wrapper__step .container {padding-top: 20px; padding-bottom: 20px}
}