.wrapper__variant-stone{background:#fff url(/templates/stroitelstvo/images/variant.jpg) no-repeat center 15px}
.variant__block{transition:all 0.3s linear 0s; background: #FFFFFF; box-shadow: 0px 3px 8px rgba(119,116,118,0.17); border-radius: 3px; padding: 18px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; border:1px solid #fff}
.variant__block:hover{border-color:#FFD200}
.variant__title{font-weight: 700; font-size: 18px; line-height: 22px; text-align: center; color: #1B1A1F; max-width:190px; padding:25px 0 10px; margin:0 auto; }
.variant__info{font-weight: 500; font-size: 14px; line-height: 24px; color: #929292; padding:10px}
.variant__info-title{min-width: 130px;}
.variant__info-text{width:80px}
.variant__info-text strong{font-weight: bold; font-size: 14px; line-height: 17px; color: #FFD200;}
.variant__info-text img{margin-right:2px}
.variant__info .btn-border{font-weight: 500; font-size: 14px; line-height: 50px; margin-top: 35px;display:block; text-align: center; color: #1B1A1F;}
@media(max-width:1229px){
	.wrapper__variant-stone{background-size:contain}
}
@media(max-width:991px){
	.wrapper__variant-stone{background:#fff}
}