.classic * {
	font-family: "PT Sans";
	color: #333;
}
.classic {
	padding: 2rem;
}
.classic>.top-block {
    display: flex;
    gap: 25px;
}
.classic p {
	font-size: 15px;
	margin: 10px 0;
}
.classic p b {
	font-weight: normal;
	color: #757575;
}
.classic p span {
	color: #333;
}
.classic h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    color: #333;
}
.classic>.top-block>.left>.photo-block {
    border-radius: 0.5rem;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
}
.classic>.top-block>.left>.photo-block.none {
    border: 2px solid #e3e3e3;
	border-radius: .5rem;
	position: relative;
	background: hsl(0deg 0% 89.12% / 44%);
}
.classic>.top-block>.left>.photo-block.none::after {
    content: "";
    width: 161px;
    height: 70px;
    border-top-left-radius: 115%;
    border-top-right-radius: 115%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #cdcdcd;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 35px;
}

.classic>.top-block>.left>.photo-block.none::before {
    content:"";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #cdcdcd;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30px;
}
.classic>.top-block>.left>.photo-block>img {
	width: 100%;
}
.classic>.top-block>.right>p {
	margin: 10px 0;
}
.classic>.top-block>.right>h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0 8px 0;
    padding: 2px 0;
    color: #333;
}
.classic>.top-block>.right>p:nth-child(2) {
	margin-top: 0;
	margin-bottom: 12px;
}
.classic>.top-block>.right>p>span>a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.classic>.list>div:not(:last-child) {
    border-bottom: 1px solid #7575754f;
}