@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Roboto+Slab:wght@600;700&display=swap');

:root {
    --ed-navy: #071f3d;
    --ed-blue: #07548f;
    --ed-cyan: #009bd3;
    --ed-ink: #0a3158;
    --ed-muted: #63798e;
    --ed-line: #d8e4ee;
    --ed-soft: #f4f8fb;
    --ed-white: #ffffff;
}

.ed-site {
    margin: 0;
    background: #ffffff;
    color: var(--ed-ink);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.ed-site * {
    box-sizing: border-box;
}

.ed-site a {
    color: inherit;
}

.ed-site img {
    max-width: 100%;
}

.ed-container {
    width: min(1320px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.ed-skip {
    position: absolute;
    left: 12px;
    top: -100px;
    z-index: 1000;
    background: #ffffff;
    padding: 12px;
}

.ed-skip:focus {
    top: 12px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* Сатри боло */

.ed-utility {
    background: var(--ed-navy);
    color: #ffffff;
    font-size: 13px;
}

.ed-utility__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.ed-utility a {
    color: #ffffff;
    text-decoration: none;
}

.ed-search {
    margin-left: auto;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    overflow: hidden;
}

.ed-search input {
    width: 190px;
    padding: 7px 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    outline: none;
}

.ed-search input::placeholder {
    color: #d1e0ec;
}

.ed-search button {
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
}

.ed-languages {
    display: flex;
}

.ed-languages a {
    padding: 2px 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.ed-languages a:last-child {
    border-right: 0;
}

.ed-languages .is-current {
    font-weight: 700;
}


/* Номи муассиса */

.ed-header {
    background: #ffffff;
}

.ed-brand {
    min-height: 158px;
    display: grid;
    grid-template-columns: 145px 1fr 145px;
    gap: 26px;
    align-items: center;
}

.ed-brand__logo img {
    width: 126px;
    height: 126px;
    object-fit: contain;
}

.ed-brand__name {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.18;
    color: var(--ed-navy);
}

.ed-brand__name small {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #41617f;
}

.ed-brand__emblem {
    width: 120px;
    height: 120px;
    object-fit: contain;
    justify-self: end;
}


/* Меню */

.ed-nav {
    position: relative;
    z-index: 30;
    background: linear-gradient(90deg, #062847, var(--ed-navy));
    color: #ffffff;
}

.ed-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}

.ed-menu > li {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.ed-menu > li > a,
.ed-menu summary {
    display: block;
    padding: 17px 24px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    list-style: none;
}

.ed-menu summary::-webkit-details-marker {
    display: none;
}

.ed-menu summary::after {
    content: "⌄";
    margin-left: 10px;
    color: #68cdf1;
}

.ed-menu > li > a:hover,
.ed-menu summary:hover,
.ed-menu details[open] > summary {
    background: var(--ed-blue);
}

.ed-menu details ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    margin: 0;
    padding: 7px;
    list-style: none;
    background: var(--ed-navy);
    box-shadow: 0 14px 30px rgba(0, 23, 43, 0.33);
}

.ed-menu details li a {
    display: block;
    padding: 11px 13px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ed-menu details li a:hover {
    background: var(--ed-blue);
}

.ed-menu-button {
    display: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 14px 0;
    font-weight: 700;
}


/* Хабарҳои охирин */

.ed-ticker {
    border-bottom: 1px solid var(--ed-line);
    background: #ffffff;
}

.ed-ticker__inner {
    display: flex;
    min-height: 48px;
    align-items: stretch;
}

.ed-ticker__inner > strong {
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: var(--ed-cyan);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.ed-ticker__items {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 1;
}

.ed-ticker__items > a {
    min-width: 0;
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid var(--ed-line);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 13px;
}


/* Хабари асосӣ */

.ed-home {
    padding-top: 14px;
    padding-bottom: 28px;
}

.ed-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.ed-hero-card {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    background: var(--ed-navy);
}

.ed-hero-card__image,
.ed-hero-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ed-hero-card__image img {
    object-fit: cover;
}

.ed-hero-card::after {
    content: "";
    position: absolute;
    inset: 25% 0 0;
    background: linear-gradient(
        0deg,
        rgba(4, 27, 53, 0.96) 5%,
        rgba(4, 27, 53, 0.78) 50%,
        transparent
    );
}

.ed-hero-card__overlay {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 24px;
    color: #ffffff;
}

.ed-hero-card__overlay > span {
    display: inline-block;
    background: var(--ed-cyan);
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.ed-hero-card h1 {
    margin: 12px 0 8px;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: clamp(27px, 3vw, 43px);
    font-weight: 700;
    line-height: 1.08;
}

.ed-hero-card h1 a {
    color: #ffffff;
    text-decoration: none;
}

.ed-hero-card__excerpt {
    max-width: 850px;
    color: #d8e6f1;
    font-size: 14px;
}

.ed-hero-card__excerpt p {
    margin: 0;
}

.ed-more {
    display: inline-block;
    margin-top: 12px;
    color: #66d2f8 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}


/* Сарлавҳаҳои бахшҳо */

.ed-top-news,
.ed-section,
.ed-widget {
    border: 1px solid var(--ed-line);
    background: #ffffff;
}

.ed-heading,
.ed-widget__title {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 13px;
    border-bottom: 1px solid var(--ed-line);
}

.ed-heading h2,
.ed-widget__title h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 800;
}

.ed-heading > a,
.ed-widget__title > a {
    font-size: 12px;
    color: var(--ed-cyan);
    text-decoration: none;
    white-space: nowrap;
}


/* Ҷойгиршавии асосӣ */

.ed-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(310px, 3fr);
    gap: 16px;
    align-items: start;
}

.ed-content-column {
    min-width: 0;
}

.ed-section {
    margin-bottom: 16px;
}

.ed-card-grid {
    display: grid;
}

.ed-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
}


/* Карточкаи хабар */

.ed-card {
    min-width: 0;
}

.ed-card__image {
    display: block;
    aspect-ratio: 1.63;
    overflow: hidden;
    background: var(--ed-soft);
}

.ed-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s;
}

.ed-card:hover img {
    transform: scale(1.03);
}

.ed-card__body {
    padding: 10px 2px;
}

.ed-card time {
    display: block;
    color: var(--ed-muted);
    font-size: 11px;
    margin-bottom: 5px;
}

.ed-card h3,
.ed-feature-card h3 {
    margin: 6px 0;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.ed-card h3 a,
.ed-feature-card h3 a {
    text-decoration: none;
}

.ed-card__excerpt,
.ed-feature-card__excerpt {
    font-size: 13px;
    color: #49647c;
}

.ed-card__excerpt p,
.ed-feature-card__excerpt p {
    margin: 0;
}


/* Ду сутун */

.ed-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ed-feature-card {
    padding: 12px;
}

.ed-feature-card__image {
    display: block;
    aspect-ratio: 1.8;
    overflow: hidden;
}

.ed-feature-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-feature-card .ed-more {
    color: var(--ed-cyan) !important;
}

.ed-compact-list {
    border-top: 1px solid var(--ed-line);
}


/* Карточкаҳо дар рӯйхати хурд */

.ed-top-news > .ed-card,
.ed-compact-list > .ed-card,
.ed-sidebar .ed-widget > .ed-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 12px;
    border: 0;
    border-top: 1px solid var(--ed-line);
    border-radius: 0;
    padding: 10px 12px;
    box-shadow: none;
}

.ed-top-news > .ed-card:first-of-type,
.ed-compact-list > .ed-card:first-child,
.ed-sidebar .ed-widget > .ed-card:first-of-type {
    border-top: 0;
}

.ed-top-news > .ed-card .ed-card__image,
.ed-compact-list > .ed-card .ed-card__image,
.ed-sidebar .ed-widget > .ed-card .ed-card__image {
    height: 82px;
    aspect-ratio: auto;
}

.ed-top-news > .ed-card .ed-card__body,
.ed-compact-list > .ed-card .ed-card__body,
.ed-sidebar .ed-widget > .ed-card .ed-card__body {
    padding: 0;
}

.ed-top-news > .ed-card .ed-card__excerpt,
.ed-compact-list > .ed-card .ed-card__excerpt,
.ed-sidebar .ed-widget > .ed-card .ed-card__excerpt {
    display: none;
}

.ed-top-news > .ed-card h3,
.ed-compact-list > .ed-card h3,
.ed-sidebar .ed-widget > .ed-card h3 {
    margin: 4px 0;
    font-size: 15px;
}


/* Панели тарафи рост */

.ed-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 8px;
}

.ed-journal {
    background: linear-gradient(145deg, #07548f, #062847);
    color: #ffffff;
    border-color: #063d6c;
}

.ed-journal .ed-widget__title {
    border-color: rgba(255, 255, 255, 0.16);
}

.ed-journal .ed-widget__title h2 {
    font-size: 17px;
}

.ed-journal__body {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 14px;
    padding: 14px;
}

.ed-journal__cover {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 16px 8px;
    border: 1px solid #7cc7e6;
    background: linear-gradient(145deg, #0b82c2, #053a78);
    box-shadow: 5px 6px 0 #032a54;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.ed-journal__cover small {
    display: block;
    margin-top: 18px;
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ed-journal__body p {
    margin: 0;
    font-size: 13px;
    color: #d7e8f4;
}

.ed-widget-link {
    display: block;
    margin: 8px 12px;
    padding: 10px 12px;
    border: 1px solid var(--ed-line);
    background: #ffffff;
    color: var(--ed-ink) !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.ed-journal .ed-widget-link {
    border: 0;
    border-radius: 3px;
}


/* Ҳуҷҷатҳои PDF */

.ed-document {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 9px;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid var(--ed-line);
    text-decoration: none;
    font-size: 12px;
}

.ed-document b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 30px;
    border-radius: 3px;
    background: #ed334d;
    color: #ffffff;
    font-size: 9px;
}


/* Саҳифаҳои дохилӣ */

.ed-inner {
    min-height: 55vh;
    padding-top: 30px;
    padding-bottom: 40px;
    overflow-wrap: anywhere;
}

.ed-inner img {
    height: auto;
}

.ed-page-title {
    padding-bottom: 12px;
    border-bottom: 3px solid var(--ed-cyan);
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}


/* Footer-и мавҷуда */

.ed-footer {
    background: var(--ed-navy);
    color: #ffffff;
}

.ed-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 28px;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px;
}

.ed-footer__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ed-footer__brand img {
    object-fit: contain;
}

.ed-footer p {
    margin: 0;
}

.ed-footer address {
    font-style: normal;
}

.ed-footer a {
    color: #ffffff;
}

.ed-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 13px 0;
    color: #b8ccdc;
    font-size: 11px;
}


/* Кам кардани матни дароз */

.ed-hero-card__excerpt,
.ed-card__excerpt,
.ed-feature-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ed-hero-card__excerpt {
    -webkit-line-clamp: 2;
}

.ed-card__excerpt,
.ed-feature-card__excerpt {
    -webkit-line-clamp: 3;
}


/* Focus */

.ed-site a:focus-visible,
.ed-site button:focus-visible,
.ed-site summary:focus-visible,
.ed-site input:focus-visible {
    outline: 3px solid #ffc53d;
    outline-offset: 2px;
}


/* Планшет */

@media (max-width: 1050px) {

    .ed-brand {
        grid-template-columns: 100px 1fr 100px;
        min-height: 130px;
    }

    .ed-brand__logo img {
        width: 92px;
        height: 92px;
    }

    .ed-brand__emblem {
        width: 90px;
        height: 90px;
    }

    .ed-brand__name {
        font-size: 21px;
    }

    .ed-menu > li > a,
    .ed-menu summary {
        padding: 16px 13px;
        font-size: 12px;
    }

    .ed-layout {
        grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
    }

    .ed-card-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ed-card-grid--3 .ed-card:last-child {
        display: none;
    }
}


/* Телефон ва планшети хурд */

@media (max-width: 780px) {

    .ed-utility__inner {
        flex-wrap: wrap;
        padding: 8px 0;
        gap: 7px 15px;
    }

    .ed-utility__inner > span,
    .ed-search {
        display: none;
    }

    .ed-languages {
        margin-left: auto;
    }

    .ed-brand {
        grid-template-columns: 72px 1fr 58px;
        gap: 9px;
        min-height: 105px;
    }

    .ed-brand__logo img {
        width: 68px;
        height: 68px;
    }

    .ed-brand__emblem {
        width: 55px;
        height: 60px;
    }

    .ed-brand__name {
        font-size: 14px;
    }

    .ed-brand__name small {
        margin-top: 7px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .ed-menu-button {
        display: block;
    }

    .ed-menu {
        display: none;
        padding-bottom: 10px;
    }

    .ed-menu.is-open {
        display: block;
    }

    .ed-menu > li {
        border: 0;
    }

    .ed-menu > li > a,
    .ed-menu summary {
        padding: 11px 12px;
        font-size: 13px;
    }

    .ed-menu details ul {
        position: static;
        box-shadow: none;
        background: #03172d;
    }

    .ed-ticker__inner > strong {
        padding: 0 10px;
        font-size: 11px;
    }

    .ed-ticker__items > a {
        padding: 0 10px;
    }

    .ed-lead-grid,
    .ed-layout {
        grid-template-columns: 1fr;
    }

    .ed-hero-card {
        min-height: 390px;
    }

    .ed-sidebar {
        position: static;
    }

    .ed-two-columns {
        grid-template-columns: 1fr;
    }
}


/* Телефон */

@media (max-width: 520px) {

    .ed-container {
        width: min(calc(100% - 20px), 1320px);
    }

    .ed-utility__inner > a:nth-child(2) {
        display: none;
    }

    .ed-brand__emblem {
        display: none;
    }

    .ed-brand {
        grid-template-columns: 58px 1fr;
    }

    .ed-brand__logo img {
        width: 54px;
        height: 54px;
    }

    .ed-brand__name {
        font-size: 12px;
    }

    .ed-lead-grid {
        gap: 10px;
    }

    .ed-hero-card {
        min-height: 340px;
    }

    .ed-hero-card__overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .ed-hero-card h1 {
        font-size: 25px;
    }

    .ed-hero-card__excerpt {
        display: none;
    }

    .ed-card-grid--3 {
        grid-template-columns: 1fr;
    }

    .ed-card-grid--3 .ed-card:last-child {
        display: block;
    }

    .ed-journal__body {
        grid-template-columns: 115px 1fr;
    }

    .ed-journal__cover {
        min-height: 165px;
        font-size: 13px;
    }
}


/* Чоп */

@media print {

    .ed-utility,
    .ed-nav,
    .ed-ticker,
    .ed-sidebar,
    .ed-footer {
        display: none;
    }

    .ed-layout,
    .ed-lead-grid {
        display: block;
    }

    .ed-hero-card {
        min-height: 0;
    }

    .ed-hero-card__image {
        display: none;
    }

    .ed-hero-card__overlay {
        position: static;
        color: #000000;
    }

    .ed-hero-card::after {
        display: none;
    }/* ===== FIX HEADER / LOGO / TICKER ===== */

.ed-brand {
    min-height: 175px;
    grid-template-columns: 170px 1fr 170px;
    gap: 24px;
}

.ed-brand__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ed-brand__logo img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.ed-brand__emblem {
    width: 138px;
    height: 138px;
    object-fit: contain;
    justify-self: end;
}

.ed-brand__name {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.14;
    color: #062b55;
}

.ed-brand__name small {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #30557a;
}

/* Последние новости */
.ed-ticker__items > a b {
    color: var(--ed-cyan);
    margin-right: 8px;
    font-weight: 800;
}

.ed-ticker__items > a {
    display: block;
    text-decoration: none;
    color: var(--ed-ink);
}

@media (max-width: 1050px) {
    .ed-brand {
        grid-template-columns: 120px 1fr 120px;
        min-height: 145px;
    }

    .ed-brand__logo img {
        width: 105px;
        height: 105px;
    }

    .ed-brand__emblem {
        width: 95px;
        height: 95px;
    }

    .ed-brand__name {
        font-size: 22px;
    }

    .ed-brand__name small {
        font-size: 11px;
        letter-spacing: 2px;
    }
}

@media (max-width: 780px) {
    .ed-brand__name {
        font-size: 15px;
    }

    .ed-brand__name small {
        font-size: 9px;
        letter-spacing: 1px;
    }
}
}/* ===== LOGO FIX ===== */

.ed-brand {
    min-height: 190px !important;
    grid-template-columns: 200px 1fr 170px !important;
    gap: 25px !important;
    align-items: center !important;
}

.ed-brand__logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ed-brand__logo img {
    width: 175px !important;
    height: 175px !important;
    max-width: none !important;
    object-fit: contain !important;
    filter: contrast(1.4) !important;
}

.ed-brand__emblem {
    width: 135px !important;
    height: 135px !important;
    object-fit: contain !important;
}/* ===== HEADER СЕ РАНГ ===== */

.ed-header {
    background:
        linear-gradient(
            110deg,
            rgba(204, 0, 0, 0.10) 0%,
            rgba(255, 255, 255, 1) 42%,
            rgba(255, 255, 255, 1) 58%,
            rgba(0, 122, 61, 0.12) 100%
        ) !important;

    border-bottom: 4px solid transparent !important;
    border-image:
        linear-gradient(
            90deg,
            #cc0000 0 33%,
            #ffffff 33% 66%,
            #007a3d 66% 100%
        ) 1 !important;
}

/* Навиштаҷоти асосӣ — се ранг */
.ed-brand__name {
    background: linear-gradient(
        90deg,
        #b5122b 0%,
        #073b6f 48%,
        #08733d 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;

    font-weight: 800 !important;
}

/* Матни хурди поён */
.ed-brand__name small {
    color: #315877 !important;
    -webkit-text-fill-color: #315877;
}/* ===== DARK HEADER FOR WHITE LOGO ===== */

.ed-header {
    background:
        radial-gradient(circle at 10% 50%, rgba(20, 116, 160, 0.35), transparent 30%),
        radial-gradient(circle at 90% 50%, rgba(0, 105, 72, 0.22), transparent 28%),
        linear-gradient(110deg, #03192f 0%, #062d50 48%, #041e36 100%) !important;

    border-bottom: 4px solid #0799cf !important;
}

/* Номи асосии муассиса */
.ed-brand__name {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;

    font-weight: 800 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* НАУКА · ПРОФИЛАКТИКА... */
.ed-brand__name small {
    color: #9ed9f1 !important;
    -webkit-text-fill-color: #9ed9f1 !important;
    font-weight: 600 !important;
}

/* Логотип */
.ed-brand__logo img {
    filter:
        brightness(1.08)
        contrast(1.18)
        drop-shadow(0 3px 8px rgba(0,0,0,.35)) !important;
}

/* Герб */
.ed-brand__emblem {
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.30));
}/* ===== MODERN MENU + TICKER ===== */

/* МЕНЮ */
.ed-nav {
    background: linear-gradient(
        90deg,
        #031a30 0%,
        #052c4d 50%,
        #031a30 100%
    ) !important;

    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 5px 15px rgba(0,0,0,.14);
}

.ed-menu > li {
    border-right: 1px solid rgba(255,255,255,.08) !important;
}

.ed-menu > li:first-child {
    border-left: 1px solid rgba(255,255,255,.08);
}

.ed-menu > li > a,
.ed-menu summary {
    padding: 17px 25px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .25px;
    transition: all .22s ease;
}

.ed-menu > li > a:hover,
.ed-menu summary:hover,
.ed-menu details[open] > summary {
    background: linear-gradient(
        135deg,
        #0876a5,
        #039fc4
    ) !important;

    color: #fff !important;
}

/* Active/Главная */
.ed-menu > li:first-child > a {
    background: #0879a8 !important;
}

/* Dropdown */
.ed-menu details ul {
    min-width: 260px !important;
    padding: 7px !important;

    background: rgba(3, 29, 52, .98) !important;

    border-top: 3px solid #05a2cf;
    border-radius: 0 0 7px 7px;

    box-shadow: 0 14px 30px rgba(0,0,0,.28) !important;
}

.ed-menu details li a {
    padding: 11px 14px !important;
    border-radius: 4px;
}

.ed-menu details li a:hover {
    background: #0879a8 !important;
}


/* ===== ПОСЛЕДНИЕ НОВОСТИ ===== */

.ed-ticker {
    background: #fff !important;
    border-bottom: 1px solid #d7e5ee !important;
    box-shadow: 0 3px 10px rgba(5,45,75,.05);
}

.ed-ticker__inner {
    min-height: 52px !important;
}

.ed-ticker__inner > strong {
    position: relative;
    min-width: 190px;

    background: linear-gradient(
        135deg,
        #0398c6,
        #0aa8d4
    ) !important;

    padding: 0 20px !important;

    font-size: 13px !important;
    letter-spacing: .25px;
}

/* маленький треугольник */
.ed-ticker__inner > strong::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;

    width: 0;
    height: 0;

    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 12px solid #0aa8d4;
}

.ed-ticker__items {
    padding-left: 15px;
}

.ed-ticker__items > a {
    padding: 0 20px !important;

    color: #163d60 !important;
    font-size: 13px !important;
    font-weight: 500;

    transition: color .2s;
}

.ed-ticker__items > a:hover {
    color: #0298c6 !important;
}


/* ===== MOBILE ===== */

@media (max-width: 780px) {

    .ed-menu-button {
        width: 100%;
        text-align: left;
        padding: 14px 10px !important;
    }

    .ed-menu > li > a,
    .ed-menu summary {
        padding: 12px 14px !important;
    }

    .ed-ticker__inner > strong {
        min-width: 135px;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .ed-ticker__inner > strong::after {
        display: none;
    }

    .ed-ticker__items {
        padding-left: 0;
    }
}/* ===== HERO + ACTUAL NEWS FIX ===== */

/* Хабари калон */
.ed-hero-card {
    min-height: 430px !important;
    border-radius: 3px;
}

.ed-hero-card__overlay {
    left: 28px !important;
    right: 28px !important;
    bottom: 25px !important;
}

.ed-hero-card h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin: 12px 0 8px !important;
}

.ed-hero-card__excerpt {
    max-width: 90%;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.ed-hero-card__overlay > span {
    background: #049fd0 !important;
    border-radius: 2px;
}


/* Актуальные новости */
.ed-top-news {
    height: 430px;
    overflow: hidden;
}

.ed-top-news > .ed-card {
    grid-template-columns: 142px 1fr !important;
    gap: 12px !important;
    padding: 10px 13px !important;
}

.ed-top-news > .ed-card .ed-card__image {
    width: 142px !important;
    height: 90px !important;
}

.ed-top-news > .ed-card h3 {
    font-size: 15px !important;
    line-height: 1.22 !important;
    margin: 4px 0 !important;
}

.ed-top-news > .ed-card time {
    font-size: 11px !important;
    color: #6c8397 !important;
}

/* Дар тарафи рост "Подробнее" лозим нест */
.ed-top-news .ed-more {
    display: none !important;
}

/* Расмҳо */
.ed-top-news img,
.ed-hero-card img {
    object-fit: cover !important;
}

/* Сарлавҳаи блок */
.ed-top-news .ed-heading {
    height: 49px;
}

.ed-top-news .ed-heading h2 {
    color: #062e57 !important;
}/* ===== NEWS CARDS + JOURNAL FINAL FIX ===== */

/* Новости и события */
.ed-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 14px !important;
}

.ed-card-grid--3 .ed-card {
    border: 1px solid #e0e9f0;
    background: #fff;
    overflow: hidden;
}

.ed-card-grid--3 .ed-card__image {
    width: 100% !important;
    height: 175px !important;
    aspect-ratio: auto !important;
}

.ed-card-grid--3 .ed-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ed-card-grid--3 .ed-card__body {
    padding: 12px 13px !important;
}

.ed-card-grid--3 .ed-card h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 5px 0 8px !important;
}

.ed-card-grid--3 .ed-card__excerpt {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #526b80 !important;
}

.ed-card-grid--3 .ed-more {
    font-size: 12px !important;
    margin-top: 8px !important;
}


/* ===== JOURNAL ===== */

.ed-journal {
    background: linear-gradient(
        145deg,
        #07598e,
        #04345c
    ) !important;
}

.ed-journal__body {
    grid-template-columns: 155px 1fr !important;
    gap: 18px !important;
    padding: 16px !important;
}

.ed-journal__cover {
    min-height: 215px !important;
    padding: 16px 10px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.ed-journal__body p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #e0eef7 !important;
}

.ed-journal .ed-widget-link {
    margin: 7px 14px !important;
    padding: 10px 12px !important;
    border-radius: 4px !important;
}


/* Сарлавҳаҳои ҳамаи блокҳо */
.ed-heading h2,
.ed-widget__title h2 {
    color: #062f59;
    font-weight: 800 !important;
}

.ed-journal .ed-widget__title h2 {
    color: #ffffff !important;
}


/* Телефон */
@media (max-width: 780px) {
    .ed-card-grid--3 {
        grid-template-columns: 1fr !important;
    }

    .ed-card-grid--3 .ed-card__image {
        height: 210px !important;
    }
}/* ===== JOURNAL FIX 2 ===== */

.ed-journal {
    overflow: hidden !important;
}

.ed-journal__body {
    display: grid !important;
    grid-template-columns: 145px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
    padding: 16px !important;
}

.ed-journal__cover {
    width: 145px !important;
    min-width: 145px !important;
    min-height: 210px !important;

    padding: 18px 8px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;

    overflow: hidden !important;

    background: linear-gradient(
        160deg,
        #1488c4 0%,
        #07528e 55%,
        #063c70 100%
    ) !important;

    border: 1px solid #75c8ee !important;
    box-shadow: 4px 5px 0 #032b53 !important;
}

.ed-journal__cover small {
    margin-top: 17px !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    letter-spacing: .5px !important;
}

/* Матни тарафи рост */
.ed-journal__body > p {
    min-width: 0 !important;
    margin: 0 !important;

    font-size: 13px !important;
    line-height: 1.55 !important;

    color: #e4f1f8 !important;

    overflow-wrap: normal !important;
    word-break: normal !important;
}

/* Тугмаҳо */
.ed-journal .ed-widget-link {
    margin: 7px 16px !important;
    padding: 11px 13px !important;

    border-radius: 4px !important;
    background: #ffffff !important;

    color: #07355e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.ed-journal .ed-widget-link:last-child {
    margin-bottom: 16px !important;
}/* ===== JOURNAL COVER BIGGER ===== */

.ed-journal__body {
    grid-template-columns: 175px minmax(0, 1fr) !important;
    gap: 18px !important;
}

.ed-journal__cover {
    width: 175px !important;
    min-width: 175px !important;
}

.ed-journal__cover img {
    width: 100% !important;
    height: auto !important;
}/* ===== JOURNAL MENU CENTER ===== */

.ed-menu-journal {
    width: 260px !important;
}

.ed-menu-journal details,
.ed-menu-journal summary {
    width: 100% !important;
}

.ed-menu-journal summary {
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    white-space: normal !important;

    padding: 8px 15px !important;

    font-size: 12px !important;
    line-height: 1.25 !important;
}/* ===== SOCIAL ICONS IN MENU ===== */

.ed-menu-socials {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 12px !important;
    border-right: 0 !important;
}

.ed-menu-socials .ed-social-link {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    background: rgba(255,255,255,.08) !important;

    transition: .2s ease;
}

.ed-menu-socials .ed-social-link svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.ed-menu-socials .ed-social-link:hover {
    background: #0aa4d2 !important;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 780px) {
    .ed-menu-socials {
        margin-left: 0 !important;
        justify-content: center !important;
        padding: 12px !important;
    }
}/* =========================================
   FOOTER PROFMED
   ========================================= */

.ed-footer {
    width: 100% !important;
    background: #071f3d !important;
    color: #ffffff !important;
    border-top: 3px solid #079dcc !important;
}

.ed-footer__grid {
    display: grid !important;
    grid-template-columns: 1.45fr 1fr 0.9fr !important;
    gap: 45px !important;
    align-items: start !important;

    padding-top: 32px !important;
    padding-bottom: 30px !important;
}


/* ЛОГО + НОМИ МУАССИСА */

.ed-footer__brand {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.ed-footer__brand img {
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;

    object-fit: contain !important;

    filter: brightness(1.15)
            contrast(1.15)
            drop-shadow(0 2px 5px rgba(0,0,0,.25));
}

.ed-footer__brand-text {
    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

.ed-footer__brand-text strong {
    color: #ffffff !important;
}


/* КОНТАКТЫ */

.ed-footer__contacts {
    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.55 !important;
}

.ed-footer__contacts address {
    margin: 0 0 10px 0 !important;

    color: #ffffff !important;
    font-style: normal !important;
}

.ed-footer__phone {
    margin-top: 8px !important;
}

.ed-footer__email {
    margin-top: 8px !important;
}

.ed-footer__contacts strong {
    color: #8fd9f3 !important;
}

.ed-footer__contacts a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.ed-footer__contacts a:hover {
    color: #6ed4f5 !important;
}


/* ТАРАФИ РОСТ */

.ed-footer__info {
    color: #c5d7e5 !important;

    font-size: 13px !important;
    line-height: 1.55 !important;
}

.ed-footer__info p {
    margin: 0 !important;
}


/* ҚИСМИ ПОЁН */

.ed-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.15) !important;

    padding: 13px 0 !important;

    color: #a9bfd0 !important;
    font-size: 11px !important;
}

.ed-footer__bottom-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}


/* МОБИЛЬНАЯ ВЕРСИЯ */

@media (max-width: 900px) {

    .ed-footer__grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .ed-footer__info {
        grid-column: 1 / -1;
    }
}


@media (max-width: 650px) {

    .ed-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .ed-footer__brand {
        align-items: flex-start !important;
    }

    .ed-footer__brand img {
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
    }

    .ed-footer__brand-text {
        font-size: 12px !important;
    }

    .ed-footer__bottom-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
}/* ===== FOOTER MAP ===== */

.ed-footer__map {
    min-width: 0 !important;
}

.ed-footer__map > strong {
    display: block !important;
    margin-bottom: 9px !important;
    color: #8fd9f3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.ed-footer__map-frame {
    width: 100% !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 5px !important;
    background: #ffffff;
}

.ed-footer__map iframe {
    display: block !important;
    width: 100% !important;
    height: 170px !important;
    border: 0 !important;
}

@media (max-width: 900px) {
    .ed-footer__map {
        grid-column: 1 / -1;
    }

    .ed-footer__map iframe {
        height: 220px !important;
    }
}/* ==========================================================
   PROFMED FOOTER + PARTNERS TICKER
   ========================================================== */


/* ==========================================================
   ЛЕНТА ПАРТНЁРОВ
   ========================================================== */

.ed-partners {
    width: 100% !important;
    height: 58px !important;

    display: flex !important;
    align-items: stretch !important;

    background: #ffffff !important;

    border-top: 1px solid #d9e6ee !important;
    border-bottom: 1px solid #d9e6ee !important;

    overflow: hidden !important;
}


/* ЛЕВАЯ НАДПИСЬ */

.ed-partners__label {
    position: relative !important;
    z-index: 5 !important;

    flex: 0 0 145px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 15px !important;

    background:
        linear-gradient(
            135deg,
            #078bb8,
            #04a4ce
        ) !important;

    color: #ffffff !important;

    font-size: 11px !important;
    line-height: 1 !important;

    font-weight: 800 !important;

    letter-spacing: .8px !important;

    box-shadow:
        5px 0 15px rgba(0,0,0,.08) !important;
}


/* ОБЛАСТЬ ЛЕНТЫ */

.ed-partners__viewport {
    flex: 1 1 auto !important;

    min-width: 0 !important;

    display: flex !important;
    align-items: center !important;

    overflow: hidden !important;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #f7fbfd 50%,
            #ffffff 100%
        ) !important;
}


/* ДВИЖУЩАЯСЯ ЛЕНТА */

.ed-partners__track {
    display: flex !important;
    align-items: center !important;

    width: max-content !important;

    white-space: nowrap !important;

    will-change: transform !important;

    animation:
        edPartnersScroll 42s linear infinite !important;
}


/* КАЖДАЯ ГРУППА */

.ed-partners__group {
    display: flex !important;
    align-items: center !important;

    flex-shrink: 0 !important;
}


/* НАЗВАНИЯ ОРГАНИЗАЦИЙ */

.ed-partners__item {
    display: inline-flex !important;
    align-items: center !important;

    height: 58px !important;

    padding: 0 26px !important;

    color: #123e62 !important;

    font-size: 12px !important;
    line-height: 1.2 !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    transition:
        color .2s ease,
        background .2s ease !important;
}


/* ПРИ НАВЕДЕНИИ */

.ed-partners__item:hover {
    color: #049ccc !important;

    background:
        rgba(5,157,203,.06) !important;

    text-decoration: none !important;
}


/* РАЗДЕЛИТЕЛЬ */

.ed-partners__dot {
    color: #08a3ce !important;

    font-size: 19px !important;

    line-height: 1 !important;

    opacity: .75 !important;
}


/* ОСТАНОВКА ЛЕНТЫ ПРИ НАВЕДЕНИИ */

.ed-partners:hover .ed-partners__track {
    animation-play-state: paused !important;
}


/* АНИМАЦИЯ */

@keyframes edPartnersScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}



/* ==========================================================
   FOOTER
   ========================================================== */

.ed-footer {
    width: 100% !important;

    background:
        linear-gradient(
            110deg,
            #061a31 0%,
            #072848 55%,
            #061d35 100%
        ) !important;

    color: #ffffff !important;

    border-top: 0 !important;
}


/* 3 КОЛОНКИ */

.ed-footer__grid {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(180px, .7fr)
        minmax(220px, .8fr) !important;

    gap: 45px !important;

    align-items: center !important;

    padding-top: 27px !important;
    padding-bottom: 27px !important;
}


/* ==========================================================
   НАЗВАНИЕ ИНСТИТУТА
   ========================================================== */

.ed-footer__brand {
    display: block !important;

    min-width: 0 !important;
}

.ed-footer__brand-text {
    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.5 !important;

    font-weight: 700 !important;
}

.ed-footer__brand-text strong {
    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.5 !important;

    font-weight: 800 !important;
}


/* ==========================================================
   АДРЕС
   ========================================================== */

.ed-footer__location {
    display: flex !important;

    align-items: flex-start !important;

    gap: 9px !important;

    margin-top: 14px !important;

    padding-top: 12px !important;

    border-top:
        1px solid rgba(255,255,255,.14) !important;

    color: #c7d9e7 !important;

    font-size: 13px !important;
    line-height: 1.55 !important;

    font-weight: 500 !important;
}

.ed-footer__location-icon {
    flex: 0 0 auto !important;

    margin-top: 5px !important;

    color: #0ba8d5 !important;

    font-size: 10px !important;
}


/* ==========================================================
   ТЕЛЕФОН И ПОЧТА
   ========================================================== */

.ed-footer__contacts {
    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.55 !important;
}

.ed-footer__contact-item {
    margin-bottom: 14px !important;
}

.ed-footer__contact-item:last-child {
    margin-bottom: 0 !important;
}

.ed-footer__contacts strong {
    color: #8fd9f3 !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}

.ed-footer__contacts a {
    color: #ffffff !important;

    text-decoration: none !important;

    transition: color .2s ease !important;
}

.ed-footer__contacts a:hover {
    color: #64d2f5 !important;
}


/* ==========================================================
   КАРТА
   ========================================================== */

.ed-footer__map {
    width: 100% !important;

    max-width: 260px !important;

    min-width: 0 !important;

    justify-self: end !important;
}

.ed-footer__map > strong {
    display: block !important;

    margin-bottom: 7px !important;

    color: #8fd9f3 !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}

.ed-footer__map-frame {
    width: 100% !important;

    height: 120px !important;

    overflow: hidden !important;

    border:
        1px solid rgba(255,255,255,.18) !important;

    border-radius: 6px !important;

    background: #ffffff !important;

    box-shadow:
        0 5px 15px rgba(0,0,0,.15) !important;
}

.ed-footer__map iframe {
    display: block !important;

    width: 100% !important;
    height: 120px !important;

    border: 0 !important;
}


/* ==========================================================
   НИЖНЯЯ СТРОКА
   ========================================================== */

.ed-footer__bottom {
    border-top:
        1px solid rgba(255,255,255,.13) !important;

    padding: 12px 0 !important;

    color: #a9bfd0 !important;

    font-size: 11px !important;
}

.ed-footer__bottom-inner {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px !important;
}


/* ==========================================================
   ПЛАНШЕТ
   ========================================================== */

@media (max-width: 900px) {

    .ed-footer__grid {
        grid-template-columns:
            1fr 1fr !important;

        gap: 28px !important;
    }

    .ed-footer__map {
        grid-column: 1 / -1 !important;

        max-width: 100% !important;

        justify-self: stretch !important;
    }

    .ed-footer__map-frame,
    .ed-footer__map iframe {
        height: 150px !important;
    }

}


/* ==========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================================== */

@media (max-width: 650px) {

    .ed-partners {
        height: 48px !important;
    }

    .ed-partners__label {
        flex-basis: 100px !important;

        padding: 0 8px !important;

        font-size: 9px !important;
    }

    .ed-partners__item {
        height: 48px !important;

        padding: 0 15px !important;

        font-size: 10px !important;
    }

    .ed-partners__dot {
        font-size: 15px !important;
    }


    .ed-footer__grid {
        grid-template-columns:
            1fr !important;

        gap: 22px !important;

        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .ed-footer__brand-text,
    .ed-footer__brand-text strong {
        font-size: 13px !important;
    }

    .ed-footer__map {
        max-width: 100% !important;
    }

    .ed-footer__map-frame,
    .ed-footer__map iframe {
        height: 140px !important;
    }

    .ed-footer__bottom-inner {
        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 5px !important;
    }

}/* ===== РАНГИ НАВИ ЛЕНТАИ ПАРТНЁРҲО ===== */

.ed-partners {
    background: #f7f8fa !important;
    border-top: 1px solid #e5e9ed !important;
    border-bottom: 1px solid #e5e9ed !important;
}

/* ҚИСМИ "ПАРТНЁРЫ" */
.ed-partners__label {
    background: #f7f8fa !important;
    color: #1b5e89 !important;

    border-right: 1px solid #dfe6eb !important;

    box-shadow: none !important;
}

/* ФОНИ ҚИСМИ ЛОГОҲО */
.ed-partners__viewport {
    background:
        repeating-linear-gradient(
            45deg,
            #fafafa 0px,
            #fafafa 12px,
            #f5f6f7 12px,
            #f5f6f7 24px
        ) !important;
}

/* НОМҲОИ ПАРТНЁРҲО */
.ed-partners__item {
    color: #315d7b !important;
}

/* НУҚТАҲО */
.ed-partners__dot {
    color: #8aaec3 !important;
}

/* HOVER */
.ed-partners__item:hover {
    color: #087eaf !important;
    background: rgba(0,120,170,.05) !important;
}/* =========================================
   ЛЕНТА ПАРТНЁРОВ — ЛОГОТИПЫ
   ========================================= */

.ed-partners {
    width: 100% !important;
    height: 82px !important;

    display: flex !important;
    align-items: stretch !important;

    background: #f8f9fa !important;

    border-top: 1px solid #e6eaed !important;
    border-bottom: 1px solid #e1e6e9 !important;

    overflow: hidden !important;
}


/* ПАРТНЁРЫ */

.ed-partners__label {
    flex: 0 0 135px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #f8f9fa !important;

    color: #28658d !important;

    border-right: 1px solid #e0e6ea !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .7px !important;

    box-shadow: none !important;

    z-index: 5 !important;
}


/* ОКНО */

.ed-partners__viewport {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    overflow: hidden !important;

    display: flex !important;
    align-items: center !important;

    background:
        repeating-linear-gradient(
            45deg,
            #fafafa 0,
            #fafafa 12px,
            #f6f7f8 12px,
            #f6f7f8 24px
        ) !important;
}


/* ДВИЖУЩАЯСЯ ЛЕНТА */

.ed-partners__track {
    display: flex !important;
    align-items: center !important;

    width: max-content !important;

    animation: edPartnersLogoMove 32s linear infinite !important;

    will-change: transform !important;
}


/* ГРУППА */

.ed-partners__group {
    display: flex !important;
    align-items: center !important;

    flex-shrink: 0 !important;
}


/* КАЖДЫЙ ЛОГОТИП */

.ed-partner-logo {
    width: 210px !important;
    height: 82px !important;

    padding: 9px 22px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex-shrink: 0 !important;

    box-sizing: border-box !important;

    border-right: 1px solid rgba(0,0,0,.04) !important;

    background: transparent !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease !important;
}


/* КАРТИНКА */

.ed-partner-logo img {
    display: block !important;

    max-width: 100% !important;
    max-height: 58px !important;

    width: auto !important;
    height: auto !important;

    object-fit: contain !important;

    filter: none !important;
}


/* РОСПОТРЕБНАДЗОР — ЧУТЬ МЕНЬШЕ */

.ed-partner-logo img[src*="Oversight"] {
    max-height: 55px !important;
}


/* ПАСТЕР */

.ed-partner-logo--pasteur img {
    max-height: 62px !important;
    border-radius: 4px !important;
}


/* HOVER */

.ed-partner-logo:hover {
    background: #ffffff !important;
}


/* ПАУЗА ПРИ НАВЕДЕНИИ */

.ed-partners:hover .ed-partners__track {
    animation-play-state: paused !important;
}


/* ДВИЖЕНИЕ */

@keyframes edPartnersLogoMove {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* МОБИЛЬНАЯ */

@media (max-width: 650px) {

    .ed-partners {
        height: 66px !important;
    }

    .ed-partners__label {
        flex: 0 0 85px !important;
        font-size: 9px !important;
    }

    .ed-partartner-logo,
    .ed-partner-logo {
        width: 165px !important;
        height: 66px !important;

        padding: 8px 15px !important;
    }

    .ed-partner-logo img {
        max-height: 45px !important;
    }

}