.row__navesy{margin:0 -10px}
.wrapper__six-row .navesy__block{width:16.666%}
.wrapper__four-row .navesy__block{width:25%}
.wrapper__three-row .navesy__block{width:33.333%}
.navesy__block{padding:20px 10px; text-align:center}
.navesy__block a{text-decoration:none !important}
.navesy__block-in{height:100%}
.navesy__cover{transition: all 0.3s linear 0s;width:160px;height:160px;overflow:hidden;border-radius:100%;margin: 0 auto;}
.wrapper__three-row .navesy__block .navesy__cover{width:200px; height:200px}
.navesy__cover img{width:100%; height:100%; object-fit:cover; }
.navesy__title{position:relative;font-weight: 700;font-size: 14px;line-height: 20px;color: #1B1A1F;padding: 15px 0;text-transform: uppercase;min-height: 70px;max-width: 160px;width: 100%;margin: 0 auto;}
.wrapper__three-row .navesy__block .navesy__title{max-width:100%}
.navesy__block .btn-yellow{line-height: 42px;font-size: 12px;font-weight: 700;text-transform: uppercase;max-width: 200px;margin: auto auto 0;width: 100%}
.navesy__block a:hover .navesy__cover{transform:scale(1.05)}
.navesy__price{font-size: 16px;font-weight: 900;color: #FC8A15}
.navesy__price small{color: #1B1A1F;font-weight: 600;}
@media(max-width:1229px){
	.wrapper__six-row .navesy__block{width:20%}
}
@media(max-width:991px){
	.wrapper__six-row .navesy__block{width:25%}
	.navesy__cover{width:150px;height:150px}
	.navesy__price{font-size:17px}
	.wrapper__three-row .navesy__block .navesy__title{max-width:160px}
}
@media(max-width:767px){
	.wrapper__six-row .navesy__block{width:33.33%}
	.wrapper__four-row .navesy__block{width:50%}
	.wrapper__three-row .navesy__block .navesy__cover{width:145px;height:145px}
}
@media(max-width:575px){
	.wrapper__six-row .navesy__block{width:50%}
	.navesy__price{font-size:18px}
	.wrapper__three-row .navesy__block{width:100%}
	.wrapper__three-row .navesy__block .navesy__cover{width:200px;height:200px}
	.wrapper__three-row .navesy__block .navesy__title{max-width:100%}
}
@media(max-width:355px){
	.wrapper__six-row .navesy__block, .wrapper__four-row .navesy__block{width:100%}
	.navesy__title{min-height:auto}
}