.yw-meeting-ad {
  position: relative;
  overflow: hidden;
  padding: 22px 23px 20px;
  color: #18242c;
  background: linear-gradient(145deg,#fff 0%,#f7fbfd 68%,#eaf6fb 100%);
  border: 1px solid #cfe1e9;
  border-top: 4px solid #008fc5;
  box-shadow: 0 8px 24px rgba(19,74,98,.1);
  box-sizing: border-box;
}
.yw-meeting-ad:after {content:"";position:absolute;width:150px;height:150px;right:-70px;top:-75px;border-radius:50%;background:rgba(0,143,197,.09)}
.yw-meeting-ad>* {position:relative;z-index:1}
.yw-meeting-ad__label {color:#056b94;font-size:13px;font-weight:700;letter-spacing:.08em}
.yw-meeting-ad__label:before {content:"";display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#f3a529}
.yw-meeting-ad h2 {margin:7px 0 9px;padding:0;border:0;font-size:24px;line-height:1.35;color:#18242c}
.yw-meeting-ad p {margin:0;color:#5f6d75;font-size:14px;line-height:1.7}
.yw-meeting-ad__tags {display:flex;flex-wrap:wrap;gap:7px;margin:13px 0}
.yw-meeting-ad__tags span {padding:4px 9px;color:#245b70;background:#e8f4f8;border-radius:999px;font-size:12px}
.yw-meeting-ad__phone {margin:3px 0 12px;color:#27343a;font-size:18px;font-weight:700}
.yw-meeting-ad__phone small {color:#6c7980;font-size:12px;font-weight:400}
.yw-meeting-ad__actions {display:grid;grid-template-columns:1.15fr .85fr;gap:9px}
.yw-meeting-ad__actions a {display:flex;min-height:42px;align-items:center;justify-content:center;padding:8px;border-radius:4px;font-size:14px;font-weight:700;box-sizing:border-box}
.yw-meeting-ad__primary {color:#fff!important;background:#008fc5}
.yw-meeting-ad__secondary {color:#056b94!important;background:#fff;border:1px solid #9ec7d8}
.yw-meeting-ad__firm {margin-top:13px;color:#506069;font-size:13px}
.yw-meeting-ad__note {margin-top:7px;color:#89949a;font-size:11px;line-height:1.5}
.yw-meeting-ad--desktop-side {margin-bottom:20px}
.yw-meeting-ad--mobile-home {display:none;margin:14px 0 18px}
.yw-meeting-ad--article-end {display:none;margin:28px 0 12px}
.yw-meeting-strip {display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin:16px 0 22px;padding:13px 15px;background:#eef8fb;border-left:4px solid #008fc5;box-sizing:border-box}
.yw-meeting-strip strong {display:block;color:#18242c;font-size:17px}
.yw-meeting-strip span {display:block;color:#5d6d75;font-size:13px}
.yw-meeting-strip>a {padding:8px 13px;color:#fff!important;background:#008fc5;border-radius:3px;font-weight:700;white-space:nowrap}
.yw-meeting-service h2 {margin:28px 0 10px;padding-left:11px;border-left:4px solid #008fc5;font-size:21px}
.yw-meeting-service__steps {display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}
.yw-meeting-service__step {padding:16px 13px;background:#f4f8fa;border:1px solid #e2ebef}
.yw-meeting-service__step b {display:block;margin-bottom:4px;color:#056b94}
.yw-meeting-service__contact {margin-top:28px;padding:22px;background:#f1f8fb;border:1px solid #cfe3eb}
.yw-meeting-service__contact a.yw-meeting-ad__primary {display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:8px 24px;border-radius:4px;font-weight:700}
@media (max-width:760px) {
  .yw-meeting-ad--mobile-home,.yw-meeting-ad--article-end {display:block}
  .yw-meeting-ad--desktop-side {display:none}
  .yw-meeting-ad {padding:19px 18px 18px}
  .yw-meeting-ad h2 {font-size:23px}
  .yw-meeting-strip {grid-template-columns:1fr}
  .yw-meeting-strip>a {text-align:center}
  .yw-meeting-service__steps {grid-template-columns:1fr 1fr}
}
@media (max-width:390px) {
  .yw-meeting-ad__actions,.yw-meeting-service__steps {grid-template-columns:1fr}
}
