.plaster {}
.plaster.hidden { display: none; }


.plaster .plaster_lead {
	display: block;
	font: 700 22px/24px "Inter", serif; color: #747875;
	text-align: center;
	margin: 48px 0;
}
.plaster .plaster_lead .green { color: #14AF28; }

.plaster > ul {
	display: flex; align-items: center; justify-content: center;
}
.plaster .plaster_item {
	position: relative;
	display: flex; align-items: center; justify-content: center; flex-direction: column;
	width: 24%; max-width: 280px;
	text-align: center;
	
}
.plaster .plaster_item .plaster_bubble {
	position: absolute; z-index: 3;
	top: 0; left: 0;
	width: 80px; height: 80px;
	background: #33AA4B;
	font: 700 28px/28px "Inter", serif; color: #fff;
	border: 0; border-radius: 100%;
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}


.plaster .plaster_item .plaster_bubble small { display: block; font-size: 12px; line-height: 12px; font-weight: 400; }
.plaster .plaster_item .plaster_waterproof {
	position: absolute; z-index: 3;
	display: block; top: 0; right: 0;
	width: 70px; height: 70px;
	background: url("../gfx/icon-waterproof.png") no-repeat scroll 0 0 / contain;
}

.plaster .plaster_item img {
	position: relative; z-index: 2;
}

.plaster .plaster_item .plaster_text {
	position: relative; z-index: 1;
	display: block;
	width: calc(100% - 24px); height: 224px;
	border: 0; border-radius: 12px;
	background: #444;
	margin: -140px 0 0 0; padding: 136px 8px 0 8px;
	font: 700 20px/20px "Inter", serif; color: #fff;
	text-align: center;
}
	.plaster .plaster_item .plaster_text em.green { color: #14AF28; }
.plaster .plaster_item .plaster_text.color1 { background: #6EB3AC; }
.plaster .plaster_item .plaster_text.color2 { background: #33AA4B; }
.plaster .plaster_item .plaster_text.color3 { background: #A0A39F; }
.plaster .plaster_item .plaster_text.color4 { background: #9CCD95; }
.plaster .plaster_item .plaster_text.color5 { background: #767575; }
.plaster .plaster_item .plaster_text.color6 { background: #D398A0; }






.plaster .plaster_item .plaster_text small { display: block; font-weight: 400; font-size: 13px; line-height: 13px; margin-top: 12px; } 
.plaster .plaster_item .plaster_text small .green {}

.plaster .plaster_gate {
	display: block;
	font: 700 34px/34px "Inter", serif; color: #33AA4B;
	margin: 16px;
}

.plaster .plaster_gate_plus {
	display: block;
	font: 700 48px/48px "Inter", serif; color: #33AA4B;
	margin: 16px;
}

.plaster .plaster_legend {
	display: block; margin: 32px 0 0 0; 
	font: 400 16px/16px "Inter", serif; color: #747875;
}

.plaster_doctor{
	display: block; margin: 48px 0 0 0; 
	font: 400 16px/16px "Inter", serif; color: #747875;
    text-align: center;
}

.plaster .plaster_legend .green { color: #14AF28; }
