.polotno-block{background-color: rgb(250, 250, 253); box-shadow: 0px 3px 21px 0px rgba(178, 220, 224, 0.5); padding-bottom:25px}
.polotno-block__heading{font-size: 16px; color:#343434; line-height: 1.3; padding:15px}
.polotno-block__title{font-size: 24px; font-weight:900}
.polotno-block__image img{width:100%; height:175px; object-fit:cover}
.polotno-block__price{padding:15px 0}
.polotno-block__price-block{background: url(/templates/potolki/images/price.png) no-repeat 0 0;width: 185px;min-width: 185px;color: #fff;font-size: 16px;line-height: 1.4;padding: 0 0 6px 25px;}
.polotno-block__price-block p{margin:0}
.polotno-block__price-block strong{font-size:150%}
.polotno-block__country{width:calc(100% - 185px); font-size: 14px;color:#343434;line-height: 1.2;text-align: center;}
.polotno-block__country img{margin-bottom:5px; width:44px; height:44px; border-radius:100%; object-fit:cover}
.polotno-block__sizes{margin:0 15px; padding-bottom:15px; font-size: 16px; border-bottom:1px solid #abc2c9; line-height: 1.5;color:#343434}
.polotno-block__sizes ul{padding:0; margin:0}
.polotno-block__sizes ul li{list-style:none; padding:0; margin:0}
.polotno-block__type{color:#343434;font-size: 15px;line-height: 1.2;height: 45px;padding:0 15px;}
.polotno-block__btn{display:block; 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);width: 240px; font-size: 18px;font-weight: 700;text-transform: uppercase;margin:5px auto 0; overflow:hidden; border-radius:50px; color:#fff !important; text-decoration:none !important; text-align:center}
.polotno-block__btn span{display:block; width:100%;line-height: 50px; }
.polotno-block__btn:hover span{background:rgb(84,191,79)}
@media(max-width:1259px){
	.polotno-block__row .col-xl-3:nth-child(4){display:none}
	.polotno-block__image img {height: 190px}
}
@media(max-width:991px){
	.polotno-block__row .col-xl-3:nth-child(4){display:block}
	.polotno-block__image img {height: 215px}
}
@media(max-width:767px){
	.polotno-block{padding-bottom: 20px;}
	.polotno-block__heading{font-size: 14px;line-height: 1.2;padding: 10px;}
	.polotno-block__title{font-size: 20px;}
	.polotno-block__image img{height:150px}
	.polotno-block__price{padding: 10px 0;}
	.polotno-block__price-block{width: 155px;min-width: 155px;font-size: 14px;line-height: 1.2;padding: 3px 0 6px 25px;background-size: 155px 50px;}
	.polotno-block__country{width: calc(100% - 155px);font-size: 13px;line-height: 1.2;}
	.polotno-block__country img{margin-bottom: 3px;width: 35px;height: 35px;}
	.polotno-block__sizes{margin: 0 10px;padding-bottom: 10px;font-size: 14px;line-height: 1.3;}
	.polotno-block__type{font-size: 14px;line-height: 1.1;height: 40px;padding: 0 10px;}
	.polotno-block__btn{width: 200px;font-size: 16px;margin:5px auto 0;}
	.polotno-block__btn span{line-height: 45px;}
}
@media(max-width:575px){
	.polotno-block__image img{height:61vw}
}