.route-card{height:100%;overflow:hidden;border:1px solid #e6edf5;border-radius:12px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.route-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(32,36,66,.12)}.route-card-image-wrap{display:flex;min-height:170px;align-items:center;justify-content:center;padding:18px}.route-card-image{max-width:100%;max-height:140px;object-fit:contain}.route-info-box,.fare-summary,.route-faq,.route-section,.route-header-card{border:1px solid #e6edf5;border-radius:12px;background:#fff;padding:24px}.fare-main{margin-bottom:8px;color:#257442;font-size:38px;font-weight:800;line-height:1}.route-hero-image{overflow:hidden;background:#eef2f5}.route-hero-image img{display:block;width:100%;max-height:430px;object-fit:cover}.route-section{margin-bottom:22px}.route-header-card{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:28px}.route-company-logo-wrap{display:flex;min-height:150px;align-items:center;justify-content:center;border-radius:10px;background:#fff}.route-company-logo{width:100%;max-width:210px;max-height:135px;object-fit:contain}.route-main-title{font-size:27px;font-weight:700;line-height:1.25}.route-terminal-link{font-size:15px;color:#5f6873}.route-terminal-link a{font-weight:700}.schedule-list{display:flex;flex-wrap:wrap;gap:9px}.schedule-time{display:inline-block;border:1px solid #dce7f1;border-radius:999px;padding:7px 12px;background:#f8fbfd;color:#202442;font-weight:700}.route-map-wrap{overflow:hidden;border-radius:10px;background:#f4f6f8}.route-map-wrap iframe{display:block}.route-related-channels{margin-bottom:0}@media(max-width:991.98px){.route-header-card{grid-template-columns:180px minmax(0,1fr);gap:20px}.route-main-title{font-size:23px}.route-company-logo{max-width:170px;max-height:115px}}@media(max-width:767.98px){.route-hero-image img{min-height:220px;max-height:280px}.route-header-card{grid-template-columns:1fr;gap:14px;padding:20px;text-align:center}.route-company-logo-wrap{min-height:115px}.route-company-logo{max-width:190px;max-height:105px}.route-main-title{font-size:21px;line-height:1.3}.route-terminal-link{font-size:14px}.route-section{padding:20px}.route-map-wrap iframe{height:340px}}

.route-ad-block {
    display: block;
    width: 100%;
    clear: both;
    min-height: 90px;
    overflow: hidden;
}

.route-ad-block .adsbygoogle {
    width: 100%;
}


.price-cooperatives-ad {
    display: block;
    width: 100%;
    clear: both;
    min-height: 90px;
    overflow: hidden;
}

.price-cooperatives-ad .adsbygoogle {
    width: 100%;
}


.route-terminal-ad {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.route-terminal-ad:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(32, 36, 66, .12);
}

.route-terminal-ad a {
    width: 100%;
}

.route-terminal-ad-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


.destination-cooperatives-ad {
    display: block;
    width: 100%;
    clear: both;
    min-height: 90px;
    overflow: hidden;
}

.destination-cooperatives-ad .adsbygoogle {
    width: 100%;
}
