.pc-single{display:grid;grid-template-columns:360px 1fr;gap:28px;max-width:1320px;margin:0 auto;padding:20px 10px;}
@media (max-width: 980px){.pc-single{grid-template-columns:1fr}}
.pc-single-left{background:#fff;border:1px solid #eee;border-radius:0px;padding:18px;height:fit-content}
.pc-single-logo{width:100%;display:flex;justify-content:center;margin-bottom:14px}
.pc-single-logo img{max-width:300px;height:auto;object-fit:contain}
.pc-single-block{margin-top:14px}
.pc-single-block h3{font-size:24px;letter-spacing:.08em;text-transform:uppercase;color:#e31013;margin:0 0 10px}
.pc-single-lines{display:flex;flex-direction:column;gap:10px}
.pc-single-lines>div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f1f1f1;padding-bottom:8px}
.pc-single-lines span{color:#777;font-size:14px}
.pc-single-lines strong{font-weight:800;font-size:14px}
.pc-single-lines a{text-decoration:none}
.pc-single-tags{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.pc-single-tags li{font-size:16px;color:#333}
.pc-single-hours{font-size:16px;color:#333;white-space:pre-line}

.pc-single-right{min-width:0}
.pc-single-hero{position:relative;background:#fff;border:1px solid #eee;border-radius:0px;margin-bottom:20px;overflow:hidden}
.pc-single-slider{display:flex;transition:transform .25s ease;will-change:transform}
.pc-slide-img{width:100%;flex:0 0 100%;height:460px;object-fit:cover;background:#f6f6f7}
@media (max-width: 980px){.pc-slide-img{height:320px}}
.pc-slide{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;padding: 0px;border:1px solid #eee;background:#fff;cursor:pointer;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.10)}
.pc-prev{left:14px}
.pc-next{right:14px}
.pc-single-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:8px}
.pc-dot{width:8px;height:8px;border-radius:99px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.15);cursor:pointer}
.pc-dot.is-active{width:18px}

.pc-single-content{background:#fff;border:1px solid #eee;border-radius:0px;padding:18px;}
.pc-single-title{font-size:40px;margin:0 0 12px; color: #e31013;}
