.row__steny-choose{margin:-12px}
.steny-choose__col{width:33.333%; padding:12px}
.steny-choose__block{display:flex; padding: 32px;background: #FFFFFF;border: 1px solid #D9D9D9;border-radius: 32px; height:100%; font-family: 'PT Sans', sans-serif; font-weight: 500;font-size: 20px;line-height:25px;color: #000000}
.steny-choose__title{font-weight: 600;padding-bottom:8px}
.steny-choose__block-icon{background: var(--color_first-2); border-radius:100%; display:flex; align-items:center; justify-content:center; width:72px; height:72px}
.steny-choose__block-info{width:calc(100% - 72px); padding-left:24px}
@media(max-width:1229px){
	.steny-choose__col{width:50%}
	.steny-choose__block{padding: 28px; font-size: 18px; line-height:22px}
	.steny-choose__title{padding-bottom:5px}
	.steny-choose__block-icon{width:60px; height:60px}
	.steny-choose__block-icon img{width:20px; height:auto}
	.steny-choose__block-info{width:calc(100% - 60px); padding-left:20px}
}
@media(max-width:991px){
	.row__steny-choose{margin:-10px}
	.steny-choose__col{padding:10px}
	.steny-choose__block{padding: 24px; font-size: 16px; line-height:20px}
	.steny-choose__block-icon{width:50px; height:50px}
	.steny-choose__block-icon img{width:16px; height:auto}
	.steny-choose__block-info{width:calc(100% - 50px); padding-left:15px}
}
@media(max-width:767px){
	.row__steny-choose{margin:-5px}
	.steny-choose__col{padding:5px; width:100%}
	.steny-choose__block{padding: 20px}
}
@media(max-width:575px){
	.row__steny-choose{margin:-5px}
	.steny-choose__col{padding:5px; width:100%}
	.steny-choose__block{padding: 15px; font-size: 14px; line-height:18px}
	.steny-choose__block-icon{width:40px; height:40px}
	.steny-choose__block-icon img{width:14px; height:auto}
	.steny-choose__block-info{width:calc(100% - 40px); padding-left:10px}
}

