.plashka {
    position: relative;
}

.plashka-country {
    position: absolute;
    top: 3%;
    right: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.05em;
    z-index: 1;
}

.plashka-country .plashka-country-name {
    font-size: clamp(12px, 3vw, 18px);
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.1em 0.3em;
    display: block;
    background: #fbfbfb;
    font-family: 'Roboto Condensed', sans-serif;
}

.plashka-country .plashka-country-tv {
    font-size: clamp(16px, 4vw, 24px);
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding: 0.12em 0.1em;
    display: block;
    background: #ba2025;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0.05em solid #fff;
    ; }

.plashka .before-after {
    width: 89%;
    position: absolute;
    left: 5%;
    bottom: 13%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}

.plashka .before-after span {
    display: block;
    width: 50%;
    text-align: center;
    color: yellow;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(0px, 6.5vw, 40px);
    line-height: 1;
    text-shadow: 0.05em 0 0.05em #000, 0 0.05em 0.05em #000, -0.05em 0 0.05em #000, 0 -0.05em 0.05em #000;
}

.plashka .before-after.second {
    align-items: flex-start;
}

.plashka .before-after.second span {
    width: 24%;
    color: #fff;
    font-size: clamp(6px, 2vw, 13px);
    text-shadow: none;
}

.doctor {
    position: absolute;
    top: 8%;
    left: 6%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(5px, 1vw, 13px);
    line-height: 1;
    color: #fff;
    /* padding-left: 1%;
    border-left: 2px solid #ba2025; */
}

.doctor b {
    font-size: clamp(10px, 2vw, 18px);
    line-height: 1.2;
}

.review-name {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(16px, 5vw, 30px);
    line-height: 1;
    color: #fff;
    font-weight: 600;
    bottom: 3%;
    left: 0;
    text-shadow: 0.05em 0 0.05em #000, 0 0.05em 0.05em #000, -0.05em 0 0.05em #000, 0 -0.05em 0.05em #000;
}

.plashka .participant {
    width: 76%;
    position: absolute;
    top: 21%;
    right: 7%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}

.plashka .participant span {
    display: block;
    width: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(0px, 2.3vw, 14px);
    line-height: 1;
}

.plashka .participant span:nth-child(2) {
    margin-left: 6%;
}

.plashka .participant-b-a {
    width: 14%;
    height: 61%;
    position: absolute;
    top: 29%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
    text-align: center;
}

.plashka .participant-b-a span {
    display: block;
    height: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(6px, 2vw, 14px);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.graph-ver {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 10%;
	height: 100%;
    top: 0;
    left: 0;
}

.graph-ver span {
	position: absolute;
	text-align: center;
	transform: rotate(270deg);
	font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(8px, 3vw, 20px);
	line-height: 1;
	width: 15em;
	color: #1b1650;
	font-weight: 600;
}

.graph-hor {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
	height: 10%;
    bottom: 0;
    right: 0;
}

.graph-hor span {
	position: absolute;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(8px, 3vw, 20px);
	line-height: 1;
	color: #1b1650;
	font-weight: 600;
}