.row__typeglazes{display:flex;flex-wrap:wrap;gap:16px;}
.typeglazes__block{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,1);border-radius:6px;gap:16px;line-height:1.2;color:#1B2338;padding:20px 0;text-align:center;text-decoration:none;}
.typeglazes__block img{max-width:100%;height:auto;}
.typeglazes__title{font-weight:500;font-size:18px;padding-top:5px;}
.typeglazes__block svg{margin-top:auto;}
.typeglazes__block:hover{background:#006CB5;color:#fff;}
.typeglazes__block:hover svg{filter:brightness(0) invert(1);}
@media (min-width:992px){
	.typeglazes__block{width:calc((100% - 48px) / 4);}
}
@media (max-width:1359px) and (min-width:992px){
	.typeglazes__title{font-size:16px;}
}
@media (max-width:991px){
	.typeglazes__block{width:calc((100% - 16px) / 2);}
}
@media (max-width:767px){
	.typeglazes__title{font-size:16px;}
}
@media (max-width:575px){
	.typeglazes__block{width:100%!important;}
}