﻿:root {
    --primary: #00583f;
    --primary-80: rgba(0, 88, 63, 0.80);
    --secondary: #003e2e;
    --third: #f7f8f5;
    --third-50: rgba(247, 248, 245, 0.50);
    --third-80: rgba(247, 248, 245, 0.80);
    --infectology-green: #00583f;
    --infectology-green-dark: #003e2e;
    --infectology-red: #d93625;
    --infectology-text: #12251f;
    --infectology-muted: #68756f;
    --infectology-bg: #f7f8f5;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-white {
    color: #FFFFFF !important;
}

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #fff;
    color: var(--infectology-text);
    position: relative;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

section {
    padding: 20px 0;
}

    section:not(:first-child) {
        margin-top: 2px;
    }

    section .section-title {
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        position: relative;
        color: var(--secondary);
        padding: 0 0 10px 0;
        margin: 0 0 30px 0;
    }

        section .section-title::after {
            content: "";
            height: 3px;
            width: 60px;
            background-color: var(--secondary);
            position: absolute;
            bottom: 0;
            left: calc(50% - 30px);
        }

#video {
    margin-top: 80px;
    min-height: 100vh !important;
}

    #video h6 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 3px !important;
    }

    #video h5 {
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0 5px 0;
    }

    #video h4 {
        font-size: 17px;
        font-weight: 500;
    }

    #video .badge {
        margin-top: 10px;
    }

    #video #comments {
        overflow-y: scroll;
        max-height: 370px;
        margin: 7px 0 7px 0;
        padding: 3px;
    }

        #video #comments .alert-info {
            padding: 2px !important;
            background: transparent !important;
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
        }

    #video #sendBtn.btn {
        background-color: var(--primary) !important;
        color: #FFF;
        border-radius: 4px;
        padding: 5px 20px;
    }
/* =====================================================
   PRELOADER
===================================================== */

#preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient( circle at center, rgba(0, 88, 63, .045), transparent 32% ), #fff;
    transition: opacity .45s ease, visibility .45s ease;
}


    /* основной круг */

    #preloader::before {
        content: "";
        width: 58px;
        height: 58px;
        border: 3px solid rgba(0, 88, 63, .12);
        border-top-color: #087455;
        border-radius: 50%;
        animation: infectology-preloader 0.9s linear infinite;
    }


    /* красный акцент */

    #preloader::after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #d93625;
        box-shadow: 0 0 0 7px rgba(217, 54, 37, .08);
        animation: infectology-pulse 1.3s ease-in-out infinite;
    }


@keyframes infectology-preloader {

    100% {
        transform: rotate(360deg);
    }
}


@keyframes infectology-pulse {

    0%, 100% {
        transform: scale(.75);
        opacity: .7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}


/* скрытие */

#preloader.preloader-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* =====================================================
   SUPPORTERS
===================================================== */

.infectology-supporters {
    position: relative;
    padding: 100px 0 110px;
    overflow: hidden;
    background: radial-gradient( circle at 90% 10%, rgba(0, 88, 63, .045), transparent 28% ), #f7f8f5;
}


/* =====================================================
   HEADER
===================================================== */

.infectology-supporters__header {
    margin-bottom: 45px;
}


.infectology-supporters__title {
    margin: 0;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
}


    .infectology-supporters__title::after {
        content: "";
        display: block;
        width: 46px;
        height: 3px;
        margin-top: 15px;
        border-radius: 3px;
        background: #d93625;
    }


/* =====================================================
   TIER
===================================================== */

.sponsor-tier {
    position: relative;
    margin-bottom: 30px;
    padding: 28px 30px 32px;
    overflow: hidden;
    border: 1px solid rgba(0, 88, 63, .09);
    border-radius: 22px;
    background: #fff;
}


    .sponsor-tier:last-child {
        margin-bottom: 0;
    }


    .sponsor-tier::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        top: -115px;
        right: -95px;
        border-radius: 50%;
        border: 35px solid rgba(0, 88, 63, .025);
        pointer-events: none;
    }


/* =====================================================
   HEADING
===================================================== */

.sponsor-tier__heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}


.sponsor-tier__icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #087455;
    box-shadow: 0 0 0 6px rgba(0, 88, 63, .07);
}


.sponsor-tier__heading > div {
    display: flex;
    flex-direction: column;
}


.sponsor-tier__heading small {
    margin-bottom: 2px;
    color: #93a09a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}


.sponsor-tier__heading h3 {
    margin: 0;
    color: #17483a;
    font-size: 18px;
    font-weight: 700;
}


/* =====================================================
   GRID
===================================================== */

.sponsor-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
    gap: 14px;
    justify-content: center;
}


.sponsor-grid--general {
    grid-template-columns: minmax(260px, 420px);
    justify-content: center;
}


/* =====================================================
   CARD
===================================================== */

.sponsor-card {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(0, 88, 63, .07);
    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    width: 100%;
}


    .sponsor-card:hover {
        transform: translateY(-3px);
        border-color: rgba(0, 88, 63, .18);
        box-shadow: 0 12px 30px rgba(0, 59, 43, .07);
    }


    .sponsor-card img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 190px;
        max-height: 75px;
        object-fit: contain;
    }


/* =====================================================
   GENERAL
===================================================== */

.sponsor-tier--general {
    padding-top: 32px;
    border-color: rgba(0, 88, 63, .16);
    background: linear-gradient( 135deg, rgba(0, 88, 63, .045), #fff 48% );
}


    .sponsor-tier--general .sponsor-tier__icon {
        background: linear-gradient( 135deg, #087455, #004633 );
    }


.sponsor-card--general {
    height: 185px;
    padding: 35px;
}


    .sponsor-card--general img {
        max-width: 310px;
        max-height: 110px;
    }

/* =====================================================
   PLATINUM
===================================================== */

.sponsor-tier--platinum {
    border-color: rgba(116, 137, 151, .24);
    background: linear-gradient( 135deg, rgba(231, 237, 240, .92), rgba(249, 251, 251, .98) 48%, #fff 100% );
}


    .sponsor-tier--platinum .sponsor-tier__icon {
        color: #fff;
        background: linear-gradient( 135deg, #aebdc5, #667f8e );
        box-shadow: 0 0 0 6px rgba(102, 127, 142, .10);
    }


    .sponsor-tier--platinum .sponsor-tier__heading h3 {
        color: #405966;
    }


    .sponsor-tier--platinum::after {
        border-color: rgba(86, 112, 126, .035);
    }


/* один Platinum sponsor — по центру */

.sponsor-grid--platinum {
    grid-template-columns: minmax(260px, 420px);
    justify-content: center;
}


.sponsor-card--platinum {
    height: 165px;
    padding: 30px 40px;
    border-color: rgba(86, 112, 126, .12);
    background: rgba(255, 255, 255, .95);
}


    .sponsor-card--platinum img {
        max-width: 300px;
        max-height: 100px;
    }


/* =====================================================
   GOLD
===================================================== */

.sponsor-tier--gold {
    border-color: rgba(195, 152, 58, .20);
    background: linear-gradient( 135deg, rgba(249, 244, 225, .65), #fff 45% );
}


    .sponsor-tier--gold .sponsor-tier__icon {
        color: #765713;
        background: linear-gradient( 135deg, #f2d77d, #c89d35 );
        box-shadow: 0 0 0 6px rgba(200, 157, 53, .10);
    }


/* =====================================================
   SILVER
===================================================== */

.sponsor-tier--silver {
    border-color: rgba(139, 153, 155, .20);
    background: linear-gradient( 135deg, rgba(237, 241, 240, .85), #fff 45% );
}


    .sponsor-tier--silver .sponsor-tier__icon {
        background: linear-gradient( 135deg, #bfc9c8, #7d8d8b );
        box-shadow: 0 0 0 6px rgba(125, 141, 139, .10);
    }


/* =====================================================
   BRONZE
===================================================== */

.sponsor-tier--bronze {
    border-color: rgba(182, 115, 65, .20);
    background: linear-gradient( 135deg, rgba(250, 239, 230, .65), #fff 45% );
}


    .sponsor-tier--bronze .sponsor-tier__icon {
        background: linear-gradient( 135deg, #e7b486, #a96032 );
        box-shadow: 0 0 0 6px rgba(169, 96, 50, .10);
    }


/* =====================================================
   ORDINARY
===================================================== */

.sponsor-tier--ordinary {
    border-color: rgba(0, 88, 63, .10);
    background: linear-gradient( 135deg, rgba(235, 245, 241, .55), #fff 45% );
}


    .sponsor-tier--ordinary .sponsor-tier__icon {
        background: linear-gradient( 135deg, #45a387, #087455 );
    }


/* =====================================================
   SUPPORTERS: TABLET
===================================================== */

@media (max-width: 991px) {
    .infectology-supporters {
        padding: 75px 0 85px;
    }

    .sponsor-grid {
        grid-template-columns: repeat(auto-fit, minmax(190px, 230px));
        justify-content: center;
    }

    .sponsor-grid--general,
    .sponsor-grid--platinum {
        grid-template-columns: minmax(250px, 420px);
    }
}


/* =====================================================
   SUPPORTERS: MOBILE
===================================================== */

@media (max-width: 575px) {
    .infectology-supporters {
        padding: 60px 0 70px;
    }

    .infectology-supporters__header {
        margin-bottom: 30px;
    }

    .sponsor-tier {
        margin-bottom: 20px;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .sponsor-tier__heading {
        margin-bottom: 18px;
    }

    .sponsor-tier__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .sponsor-tier__heading h3 {
        font-size: 16px;
    }

    .sponsor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 9px;
    }

    .sponsor-grid--general,
    .sponsor-grid--platinum {
        grid-template-columns: 1fr;
    }

    .sponsor-card {
        height: 110px;
        padding: 18px;
        border-radius: 13px;
    }

        .sponsor-card img {
            max-width: 150px;
            max-height: 65px;
        }

    .sponsor-card--general {
        height: 145px;
    }

        .sponsor-card--general img {
            max-width: 250px;
            max-height: 90px;
        }

    .sponsor-card--platinum {
        height: 140px;
        padding: 25px;
    }

        .sponsor-card--platinum img {
            max-width: 240px;
            max-height: 85px;
        }
}

/* Legacy .schedule styles removed.
   The current programme uses .infectology-program / .program-* classes. */

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--secondary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: var(--infectology-red);
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/* =====================================================
   HEADER
===================================================== */

.infectology-header {
    height: 88px;
    display: flex;
    align-items: center;
    z-index: 997;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 84, 60, 0.06);
    transition: height 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}


    /* если ваш JS добавляет .header-scrolled */
    .infectology-header.header-scrolled {
        height: 72px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 6px 30px rgba(0, 59, 43, 0.08);
    }


.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


/* =====================================================
   LOGO
===================================================== */

.infectology-header .logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}


    .infectology-header .logo a {
        display: block;
    }


    .infectology-header .logo img {
        display: block;
        width: auto;
        max-width: 210px;
        max-height: 60px;
        object-fit: contain;
        transition: max-height 0.3s ease;
    }


.infectology-header.header-scrolled .logo img {
    max-height: 50px;
}


/* =====================================================
   NAVIGATION
===================================================== */

.infectology-navbar {
    padding: 0;
}


    .infectology-navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        list-style: none;
    }


    .infectology-navbar li {
        position: relative;
    }


    .infectology-navbar .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 13px;
        color: #24352f;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 30px;
        transition: color 0.2s ease, background-color 0.2s ease;
    }


        .infectology-navbar .nav-link:hover,
        .infectology-navbar .nav-link.active {
            color: #00583f;
            background: rgba(0, 88, 63, 0.06);
        }


        /* маленькая линия активного пункта */

        .infectology-navbar .nav-link::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 3px;
            width: 0;
            height: 2px;
            border-radius: 2px;
            background: #d93625;
            transform: translateX(-50%);
            transition: width 0.25s ease;
        }


        .infectology-navbar .nav-link:hover::after,
        .infectology-navbar .nav-link.active::after {
            width: 20px;
        }


    /* =====================================================
   REGISTRATION
===================================================== */

    .infectology-navbar .header-registration {
        margin-left: 17px;
    }


    .infectology-navbar .registration-link {
        min-height: 44px;
        padding: 0 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 999px;
        background: linear-gradient( 135deg, #087455, #00503b );
        box-shadow: 0 8px 20px rgba(0, 80, 59, 0.16);
        transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    }


        .infectology-navbar .registration-link:hover {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 12px 26px rgba(0, 80, 59, 0.24);
        }


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

.mobile-nav-toggle {
    display: none;
    color: #00583f;
    font-size: 29px;
    cursor: pointer;
    line-height: 1;
}


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

@media (max-width: 1199px) {

    .infectology-header {
        height: 76px;
    }



        .infectology-header .logo img {
            max-height: 50px;
            max-width: 180px;
        }


    .mobile-nav-toggle {
        display: block;
    }


    .infectology-navbar ul {
        display: none;
    }
}


/* =====================================================
   MOBILE NAV ACTIVE
===================================================== */

@media (max-width: 1199px) {

    .infectology-navbar.navbar-mobile {
        position: fixed;
        inset: 0;
        z-index: 9999;
        padding: 85px 20px 25px;
        background: rgba(0, 49, 36, 0.96);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }


        .infectology-navbar.navbar-mobile ul {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            gap: 4px;
            padding: 25px;
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
        }


        .infectology-navbar.navbar-mobile .nav-link {
            justify-content: center;
            padding: 14px 20px;
            font-size: 17px;
        }


        .infectology-navbar.navbar-mobile
        .header-registration {
            margin: 12px 0 0;
        }


        .infectology-navbar.navbar-mobile
        .registration-link {
            width: 100%;
            min-height: 52px;
        }


        .infectology-navbar.navbar-mobile
        .mobile-nav-toggle {
            position: absolute;
            top: 23px;
            right: 25px;
            color: #fff;
            font-size: 32px;
        }
}

.btn-get-started {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--secondary);
    border: 2px solid var(--secondary);
    width: 100%;
    text-align: center;
}

    .btn-get-started:hover {
        color: var(--secondary);
        background: transparent;
    }

a {
    text-decoration: none;
}

/* =====================================================
   HERO
===================================================== */

.infectology-hero {
    position: relative;
    padding-top: 88px;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: #fff;
}

    .infectology-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/images/infect26/main-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: .65;
        pointer-events: none;
    }

.infectology-hero__container {
    position: relative;
    z-index: 1;
}


.infectology-hero__container {
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
    align-items: center;
    gap: 30px;
    min-height: 760px;
}


/* =====================================================
   LEFT
===================================================== */

.infectology-hero__content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}


.infectology-hero__eyebrow {
    margin-bottom: 23px;
    color: var(--infectology-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}


/* =====================================================
   TITLE
===================================================== */

.infectology-hero__title {
    margin: 0 0 22px;
    color: var(--infectology-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 5.3vw, 86px);
    font-weight: 700;
    line-height: 0.93;
    letter-spacing: -0.045em;
}


    .infectology-hero__title > span {
        display: block;
    }


        .infectology-hero__title > span:last-child {
            white-space: nowrap;
        }


    .infectology-hero__title strong {
        color: var(--infectology-red);
        font-weight: 700;
    }


/* =====================================================
   SUBTITLE
===================================================== */

.infectology-hero__subtitle {
    max-width: 670px;
    margin: 0 0 38px;
    color: var(--infectology-text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.35;
}


/* =====================================================
   META
===================================================== */

.infectology-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 36px;
}


.infectology-meta {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-width: 190px;
    padding: 0 25px;
}


    .infectology-meta:first-child {
        padding-left: 0;
    }


    .infectology-meta:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 52px;
        background: #dfe4e1;
    }


.infectology-meta__icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 54, 37, 0.28);
    border-radius: 50%;
    color: var(--infectology-red);
    font-size: 18px;
    background: #fff;
}


.infectology-meta > div:last-child {
    display: flex;
    flex-direction: column;
}


.infectology-meta span {
    margin-bottom: 2px;
    color: var(--infectology-muted);
    font-size: 13px;
}


.infectology-meta strong {
    color: var(--infectology-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


.infectology-meta small {
    margin-top: 2px;
    color: var(--infectology-muted);
    font-size: 12px;
}


/* =====================================================
   BUTTONS
===================================================== */

.infectology-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}


.infectology-btn {
    min-height: 54px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}


    .infectology-btn:hover {
        transform: translateY(-2px);
    }


.infectology-btn--primary {
    color: #fff;
    background: linear-gradient( 135deg, #e54330, #c8281d );
    box-shadow: 0 12px 30px rgba(210, 47, 34, 0.20);
}


    .infectology-btn--primary:hover {
        color: #fff;
        box-shadow: 0 16px 34px rgba(210, 47, 34, 0.28);
    }


.infectology-btn--outline {
    border: 1px solid rgba(0, 88, 63, 0.32);
    color: var(--infectology-green);
    background: rgba(255, 255, 255, 0.75);
}


    .infectology-btn--outline:hover {
        color: #fff;
        background: var(--infectology-green);
    }


/* =====================================================
   NOTE
===================================================== */

.infectology-hero__note {
    position: relative;
    margin-top: 42px;
    padding-left: 58px;
    color: var(--infectology-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
}


    .infectology-hero__note::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 42px;
        height: 1px;
        background: var(--infectology-red);
    }


/* =====================================================
   RIGHT IMAGE
===================================================== */

.infectology-hero__visual {
    position: relative;
    height: 760px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}


.infectology-hero__image {
    display: block;
    width: min(680px, 110%);
    height: auto;
    object-fit: contain;
    transform: translateX(25px);
}


/* subtle background decoration */
.infectology-hero__visual::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -140px;
    top: 40px;
    border-radius: 50%;
    background: rgba(0, 88, 63, 0.035);
    z-index: -1;
}


/* fixed header compensation on tablet/mobile */
@media (max-width: 1199px) {
    .infectology-hero {
        padding-top: 76px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1180px) {

    .infectology-hero__container {
        width: min(100% - 48px, 1200px);
        grid-template-columns: 1fr 0.9fr;
    }


    .infectology-hero__title {
        font-size: clamp(50px, 6vw, 72px);
    }


    .infectology-hero__meta {
        gap: 20px;
    }


    .infectology-meta {
        padding: 0;
    }


        .infectology-meta::after {
            display: none;
        }


    .infectology-hero__image {
        width: 580px;
    }
}


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

@media (max-width: 900px) {

    .infectology-hero {
        min-height: auto;
    }


    .infectology-hero__container {
        width: min(100% - 36px, 720px);
        grid-template-columns: 1fr;
    }


    .infectology-hero__content {
        padding: 24px 0 0;
    }


    .infectology-hero__eyebrow {
        font-size: 11px;
        letter-spacing: 0.14em;
    }


    .infectology-hero__title {
        font-size: clamp(46px, 11vw, 72px);
    }


    .infectology-hero__subtitle {
        font-size: 22px;
    }


    .infectology-hero__visual {
        order: 2;
        height: auto;
        justify-content: center;
        margin-top: -15px;
    }


    .infectology-hero__image {
        width: min(620px, 105%);
        transform: none;
    }


    .infectology-hero__note {
        display: none;
    }
}


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

@media (max-width: 560px) {

    .infectology-hero__container {
        width: calc(100% - 30px);
    }



    .infectology-hero__title {
        margin-bottom: 18px;
        font-size: 44px;
        line-height: 0.96;
    }


        .infectology-hero__title > span:last-child {
            white-space: normal;
        }


    .infectology-hero__subtitle {
        margin-bottom: 28px;
        font-size: 19px;
    }


    .infectology-hero__meta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }


    .infectology-meta {
        min-width: 0;
    }


    .infectology-meta__icon {
        width: 38px;
        height: 38px;
    }


    .infectology-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }


    .infectology-btn {
        width: 100%;
    }


    .infectology-hero__visual {
        margin-top: 10px;
    }


    .infectology-hero__image {
        width: 115%;
        max-width: none;
    }
}

/* =====================================================
   SPEAKERS / MODERATORS
===================================================== */

.infectology-people {
    position: relative;
    padding: 100px 0 110px;
    background: radial-gradient( circle at 100% 0%, rgba(0, 88, 63, .05), transparent 30% ), #f7f8f5;
}


/* =====================================================
   SECTION HEADER
===================================================== */

.infectology-people__header {
    margin-bottom: 35px;
}


.infectology-people__header--speakers {
    margin-top: 80px;
}


.infectology-people__title {
    position: relative;
    margin: 0;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
}


    .infectology-people__title::after {
        content: "";
        display: block;
        width: 46px;
        height: 3px;
        margin-top: 15px;
        border-radius: 3px;
        background: #d93625;
    }


/* =====================================================
   CARD
===================================================== */

.infectology-person {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
    min-height: 175px;
    padding: 22px 25px;
    overflow: hidden;
    border: 1px solid rgba(0, 88, 63, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}


    .infectology-person:hover {
        transform: translateY(-4px);
        border-color: rgba(0, 88, 63, .18);
        box-shadow: 0 18px 40px rgba(0, 65, 47, .08);
    }


    /* subtle decorative circle */

    .infectology-person::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        right: -100px;
        bottom: -100px;
        border: 28px solid rgba(0, 88, 63, .025);
        border-radius: 50%;
        pointer-events: none;
    }


/* =====================================================
   MODERATOR CARD
===================================================== */

.infectology-person--moderator {
    border-color: rgba(0, 88, 63, .13);
    background: linear-gradient( 135deg, rgba(0, 88, 63, .035), rgba(255, 255, 255, .98) 48% );
}


/* =====================================================
   PHOTO
===================================================== */

.infectology-person__photo {
    position: relative;
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
    overflow: hidden;
    border-radius: 50%;
    background: #eef3f0;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 59, 43, .12);
}


    .infectology-person__photo::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(0, 88, 63, .08);
    }


    .infectology-person__photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }


/* =====================================================
   CONTENT
===================================================== */

.infectology-person__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}


.infectology-person__role {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 9px;
    color: #087455;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
    border-radius: 30px;
    background: rgba(0, 88, 63, .07);
}


.infectology-person__content h3 {
    margin: 0 0 8px;
    color: #173f34;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
}


.infectology-person__description {
    color: #747f79;
    font-size: 12px;
    line-height: 1.5;
}


    /* если LTitle содержит p */

    .infectology-person__description p {
        margin: 0;
    }


        .infectology-person__description p + p {
            margin-top: 5px;
        }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .infectology-people {
        padding: 75px 0 85px;
    }


    .infectology-people__header--speakers {
        margin-top: 60px;
    }
}


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

@media (max-width: 575px) {

    .infectology-people {
        padding: 60px 0 70px;
    }


    .infectology-people__header {
        margin-bottom: 25px;
    }


    .infectology-people__header--speakers {
        margin-top: 50px;
    }


    .infectology-person {
        align-items: flex-start;
        gap: 16px;
        min-height: 0;
        padding: 18px;
        border-radius: 18px;
    }


    .infectology-person__photo {
        width: 86px;
        height: 86px;
        flex-basis: 86px;
        border-width: 3px;
    }


    .infectology-person__content h3 {
        font-size: 16px;
    }


    .infectology-person__description {
        font-size: 11px;
    }
}

.countdown {
    font-family: Arial, Helvetica, sans-serif;
}

#registration #registration-about h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--secondary);
}

#registration #registration-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #888;
}

#registration .social-links {
    padding-bottom: 20px;
}

    #registration .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: var(--primary);
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid var(--primary);
    }

        #registration .social-links a:hover {
            background: var(--primary);
            color: #fff;
        }

#registration .info {
    color: #444444;
}

    #registration .info i {
        font-size: 32px;
        color: var(--primary);
        float: left;
        line-height: 1;
    }

    #registration .info p {
        padding: 0 0 10px 42px;
        line-height: 28px;
        font-size: 14px;
    }

#registration .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

    #registration .php-email-form .error-message br + br {
        margin-top: 25px;
    }

#registration .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#registration .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    #registration .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

#registration .php-email-form .form-group {
    margin-bottom: 10px;
}

#registration .php-email-form input[type=text],
#registration .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 15px;
}

    #registration .php-email-form input[type=text]:focus,
    #registration .php-email-form textarea:focus {
        border-color: var(--primary);
    }

#registration .php-email-form button[type=submit] {
    background: var(--primary);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

    #registration .php-email-form button[type=submit]:hover {
        background: var(--infectology-green-dark);
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.floating-label {
    color: var(--secondary) !important;
    margin-bottom: 3px;
    margin-left: 7px;
    font-size: 14px;
    visibility: collapse;
    color: #ddd;
}

select:valid ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
    visibility: visible;
    animation: slide-in-top-label 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top-label {
    0% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top-label {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.form-group .text-danger {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs {
    padding: 15px 0;
    background: #f8f8f8;
    min-height: 40px;
    margin-top: 86px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 72px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

    .breadcrumbs ol li + li::before {
        display: inline-block;
        padding-right: 10px;
        color: #3c3c3c;
        content: "/";
    }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

.section-bg {
    background: #fff;
}

/* =====================================================
   VENUE
===================================================== */

.infectology-venue {
    position: relative;
    padding: 100px 0 110px;
    overflow: hidden;
    background: #fff;
}


    /* subtle background decoration */

    .infectology-venue::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        left: -280px;
        bottom: -270px;
        border-radius: 50%;
        background: rgba(0, 88, 63, .035);
        pointer-events: none;
    }


/* =====================================================
   HEADER
===================================================== */

.infectology-venue__header {
    margin-bottom: 38px;
}


.infectology-venue__title {
    margin: 0;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
}


    .infectology-venue__title::after {
        content: "";
        display: block;
        width: 46px;
        height: 3px;
        margin-top: 15px;
        border-radius: 3px;
        background: #d93625;
    }


/* =====================================================
   CARD
===================================================== */

.infectology-venue__card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(380px, .65fr);
    min-height: 520px;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 59, 43, .10);
}


/* =====================================================
   MAP
===================================================== */

.infectology-venue__map {
    position: relative;
    min-height: 520px;
}


    .infectology-venue__map iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 520px;
        border: 0;
    }


    /* лёгкое затухание карты у правого края */

    .infectology-venue__map::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 90px;
        pointer-events: none;
        background: linear-gradient( 90deg, transparent, rgba(0, 74, 53, .06) );
    }


/* =====================================================
   INFO
===================================================== */

.infectology-venue__info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 48px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient( 145deg, #075b43 0%, #003e2e 100% );
}


    /* decorative circle */

    .infectology-venue__info::before {
        content: "";
        position: absolute;
        width: 310px;
        height: 310px;
        top: -190px;
        right: -165px;
        border: 58px solid rgba(255, 255, 255, .045);
        border-radius: 50%;
    }


    .infectology-venue__info::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        right: -95px;
        bottom: -90px;
        border: 35px solid rgba(217, 54, 37, .16);
        border-radius: 50%;
    }


/* =====================================================
   LABEL
===================================================== */

.infectology-venue__label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 30px;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    background: rgba(255, 255, 255, .07);
}


    .infectology-venue__label i {
        color: #ef6b57;
    }


/* =====================================================
   TITLE
===================================================== */

.infectology-venue__info h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.1;
}


.infectology-venue__hall {
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, .64);
    font-size: 15px;
}


/* =====================================================
   DETAILS
===================================================== */

.infectology-venue__details {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}


.venue-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}


.venue-detail__icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: #ef6b57;
    background: rgba(255, 255, 255, .07);
    font-size: 17px;
}


.venue-detail > div:last-child {
    display: flex;
    flex-direction: column;
}


.venue-detail small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .10em;
}


.venue-detail strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


.venue-detail span {
    margin-top: 2px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}


/* =====================================================
   BUTTON
===================================================== */

.infectology-venue__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    gap: 22px;
    min-height: 50px;
    padding: 0 21px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    background: #d93625;
    box-shadow: 0 10px 25px rgba(160, 35, 24, .25);
    transition: transform .2s ease, box-shadow .2s ease;
}


    .infectology-venue__button:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(160, 35, 24, .32);
    }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .infectology-venue {
        padding: 75px 0 85px;
    }


    .infectology-venue__card {
        grid-template-columns: 1fr;
    }


    .infectology-venue__map,
    .infectology-venue__map iframe {
        min-height: 390px;
    }


        .infectology-venue__map::after {
            display: none;
        }


    .infectology-venue__info {
        padding: 42px;
    }
}


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

@media (max-width: 575px) {

    .infectology-venue {
        padding: 60px 0 70px;
    }


    .infectology-venue__header {
        margin-bottom: 26px;
    }


    .infectology-venue__card {
        border-radius: 20px;
    }


    .infectology-venue__map,
    .infectology-venue__map iframe {
        min-height: 320px;
    }


    .infectology-venue__info {
        padding: 32px 24px 35px;
    }


        .infectology-venue__info h3 {
            font-size: 30px;
        }


    .infectology-venue__hall {
        margin-bottom: 28px;
    }


    .infectology-venue__button {
        width: 100%;
        justify-content: center;
    }
}

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

.infectology-footer {
    position: relative;
    overflow: hidden;
    padding: 70px 0 25px;
    color: rgba(255, 255, 255, .75);
    background: linear-gradient( 135deg, #064c39 0%, #00372a 100% );
}


    /* decorative circle */

    .infectology-footer::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -190px;
        top: -210px;
        border: 70px solid rgba(255, 255, 255, .03);
        border-radius: 50%;
        pointer-events: none;
    }


/* =====================================================
   MAIN
===================================================== */

.infectology-footer__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 1.45fr .55fr;
    gap: 55px;
    align-items: start;
    padding-bottom: 48px;
}


/* =====================================================
   BRAND
===================================================== */

.infectology-footer__eyebrow {
    margin-bottom: 12px;
    color: #ef7866;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .18em;
}


.infectology-footer__brand h3 {
    max-width: 380px;
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}


.infectology-footer__subtitle {
    max-width: 390px;
    color: rgba(255, 255, 255, .57);
    font-size: 12px;
    line-height: 1.55;
}


/* =====================================================
   ASSOCIATION
===================================================== */

.infectology-footer__association {
    display: flex;
    gap: 17px;
}


.infectology-footer__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: #ef7866;
    background: rgba(255, 255, 255, .05);
    font-size: 18px;
}


.infectology-footer__association h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}


.infectology-footer__association p {
    max-width: 480px;
    margin: 0 0 11px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.55;
}


.infectology-footer__association a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, gap .2s ease;
}


    .infectology-footer__association a:hover {
        gap: 10px;
        color: #ef7866;
    }


/* =====================================================
   NAV
===================================================== */

.infectology-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


    .infectology-footer__nav a {
        color: rgba(255, 255, 255, .65);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: color .2s ease, transform .2s ease;
    }


        .infectology-footer__nav a:hover {
            color: #fff;
            transform: translateX(3px);
        }


/* =====================================================
   BOTTOM
===================================================== */

.infectology-footer__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .43);
    font-size: 11px;
}


/* =====================================================
   TOP BUTTON
===================================================== */

.infectology-footer__top {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}


    .infectology-footer__top:hover {
        color: #fff;
        background: #d93625;
        transform: translateY(-3px);
    }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .infectology-footer__main {
        grid-template-columns: 1fr 1fr;
    }


    .infectology-footer__nav {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 25px;
        padding-top: 5px;
    }
}


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

@media (max-width: 767px) {

    .infectology-footer {
        padding: 55px 0 22px;
    }


    .infectology-footer__main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 35px;
    }


    .infectology-footer__brand h3 {
        font-size: 23px;
    }


    .infectology-footer__association {
        gap: 13px;
    }


    .infectology-footer__nav {
        grid-column: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 13px;
    }


    .infectology-footer__bottom {
        align-items: flex-end;
    }
}

/* =====================================================
   PROGRAM
===================================================== */

.infectology-program {
    position: relative;
    padding: 95px 0 110px;
    background: linear-gradient( 180deg, #f8f9f6 0%, #ffffff 25%, #ffffff 100% );
}


/* HEADER */

.infectology-program__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}


.section-kicker {
    margin-bottom: 10px;
    color: #087455;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}


.infectology-program__title {
    margin: 0;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
}


/* =====================================================
   PDF
===================================================== */

.infectology-program__downloads {
    display: flex;
    gap: 12px;
}


.program-download {
    min-width: 145px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 17px;
    color: #17483a;
    text-decoration: none;
    border: 1px solid rgba(0, 88, 63, 0.16);
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}


    .program-download:hover {
        color: #00583f;
        transform: translateY(-2px);
        border-color: rgba(0, 88, 63, 0.35);
        box-shadow: 0 10px 30px rgba(0, 68, 50, .08);
    }


    .program-download i {
        color: #d83b28;
        font-size: 21px;
    }


    .program-download span {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        font-weight: 700;
    }


    .program-download small {
        margin-bottom: 1px;
        color: #98a39e;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .15em;
    }


/* =====================================================
   DAY TABS
===================================================== */

.infectology-program__tabs {
    display: flex;
    gap: 12px;
    margin: 0 0 50px;
    padding: 0;
    border: 0;
}


    .infectology-program__tabs .nav-item {
        margin: 0;
    }


    .infectology-program__tabs .nav-link {
        min-width: 215px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        column-gap: 12px;
        padding: 17px 22px;
        text-align: left;
        border: 1px solid rgba(0, 88, 63, .10);
        border-radius: 16px;
        background: #fff;
        color: #173e33;
        transition: all .25s ease;
    }


        .infectology-program__tabs .nav-link strong {
            grid-row: 1 / 3;
            align-self: center;
            color: #087455;
            font-family: Georgia, serif;
            font-size: 32px;
            line-height: 1;
        }


        .infectology-program__tabs .nav-link span {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
        }


        .infectology-program__tabs .nav-link small {
            color: #85908b;
            font-size: 11px;
        }


        .infectology-program__tabs .nav-link.active {
            color: #fff;
            border-color: transparent;
            background: linear-gradient( 135deg, #087455, #00523c );
            box-shadow: 0 14px 34px rgba(0, 81, 59, .17);
        }


            .infectology-program__tabs .nav-link.active strong,
            .infectology-program__tabs .nav-link.active small {
                color: #fff;
            }


            .infectology-program__tabs .nav-link.active small {
                opacity: .7;
            }


/* =====================================================
   DAY
===================================================== */

.infectology-day {
    max-width: 1050px;
    margin: 0 auto;
}


.infectology-day__heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}


    .infectology-day__heading span {
        white-space: nowrap;
        color: #69766f;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .13em;
    }


.infectology-day__line {
    width: 100%;
    height: 1px;
    background: linear-gradient( 90deg, rgba(0,88,63,.2), transparent );
}


/* =====================================================
   SESSION
===================================================== */

.program-session {
    position: relative;
    margin: 0 0 20px;
    padding: 27px 32px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient( 135deg, #034d39 0%, #087455 100% );
    color: #fff;
}


    .program-session::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -100px;
        top: -130px;
        border: 45px solid rgba(255,255,255,.05);
        border-radius: 50%;
    }


.program-session__label {
    margin-bottom: 8px;
    color: rgba(255,255,255,.65);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
}


.program-session h3 {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
}


.program-session__subtitle {
    position: relative;
    z-index: 1;
    margin-top: 9px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.45;
}


/* =====================================================
   MODERATORS
===================================================== */

.program-moderators {
    margin-bottom: 22px;
    padding: 19px 25px;
    border: 1px solid rgba(0,88,63,.10);
    border-radius: 16px;
    background: #f7f9f7;
}


.program-moderators__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #087455;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}


.program-moderators__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 35px;
}


.program-person {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 360px;
}


.program-person__photo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
}


    .program-person__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.program-person__info strong {
    display: block;
    margin-bottom: 2px;
    color: #193f35;
    font-size: 14px;
}


.program-person__info div {
    color: #79837e;
    font-size: 11px;
    line-height: 1.35;
}


/* =====================================================
   TIMELINE
===================================================== */

.program-timeline {
    position: relative;
}


.program-lecture {
    display: grid;
    grid-template-columns: 120px 30px minmax(0, 1fr);
    margin-bottom: 10px;
}


.program-lecture__time {
    padding-top: 24px;
    text-align: right;
}


    .program-lecture__time time {
        color: #24493f;
        font-size: 13px;
        font-weight: 700;
    }


.program-lecture__marker {
    position: relative;
    display: flex;
    justify-content: center;
}


    .program-lecture__marker::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: -10px;
        width: 1px;
        background: #dce6e1;
    }


    .program-lecture__marker span {
        position: relative;
        z-index: 2;
        width: 11px;
        height: 11px;
        margin-top: 28px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: #087455;
        box-shadow: 0 0 0 1px rgba(0,88,63,.25);
    }


/* =====================================================
   LECTURE CARD
===================================================== */

.program-lecture__content {
    margin-bottom: 4px;
    padding: 21px 24px;
    border: 1px solid rgba(0,88,63,.08);
    border-radius: 16px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}


    .program-lecture__content:hover {
        transform: translateY(-2px);
        border-color: rgba(0,88,63,.17);
        box-shadow: 0 10px 30px rgba(1, 62, 45, .07);
    }


    .program-lecture__content h4 {
        margin: 0;
        color: #153d32;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.45;
    }


.program-lecture__subtitle {
    margin-top: 6px;
    color: #69766f;
    font-size: 13px;
}


/* =====================================================
   SPEAKER
===================================================== */

.program-lecture__speakers {
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #eef1ef;
}


.program-speaker {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}


    .program-speaker:first-child {
        margin-top: 0;
    }


.program-speaker__photo {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    overflow: hidden;
    border-radius: 50%;
    background: #eef3f0;
}


    .program-speaker__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.program-speaker__info strong {
    display: block;
    margin-bottom: 3px;
    color: #31584c;
    font-size: 13px;
    font-weight: 700;
}


.program-speaker__info div {
    max-width: 750px;
    color: #8b9590;
    font-size: 11px;
    line-height: 1.45;
}


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

@media (max-width: 767px) {

    .infectology-program {
        padding: 65px 0 75px;
    }


    .infectology-program__header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }


    .infectology-program__downloads {
        width: 100%;
    }


    .program-download {
        flex: 1;
        min-width: 0;
    }


    .infectology-program__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 32px;
    }


        .infectology-program__tabs .nav-link {
            min-width: 0;
            padding: 14px;
        }


            .infectology-program__tabs .nav-link strong {
                font-size: 25px;
            }


    .program-session {
        padding: 22px 20px;
        border-radius: 16px;
    }


        .program-session h3 {
            font-size: 20px;
        }


    .program-moderators {
        padding: 17px;
    }


    .program-moderators__list {
        display: block;
    }


    .program-person {
        margin-top: 14px;
    }


        .program-person:first-child {
            margin-top: 0;
        }


    .program-lecture {
        grid-template-columns: 1fr;
    }


    .program-lecture__time {
        padding: 12px 0 7px;
        text-align: left;
    }


        .program-lecture__time time {
            display: inline-flex;
            padding: 5px 10px;
            border-radius: 20px;
            color: #087455;
            background: rgba(0,88,63,.07);
        }


    .program-lecture__marker {
        display: none;
    }


    .program-lecture__content {
        padding: 18px;
        border-radius: 14px;
    }


        .program-lecture__content h4 {
            font-size: 16px;
        }
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =====================================================
   ORGANIZERS
===================================================== */

.infectology-organizers {
    position: relative;
    overflow: hidden;
    padding: 95px 0 105px;
    background: radial-gradient( circle at 0 100%, rgba(0, 88, 63, .045), transparent 28% ), #fff;
}


/* =====================================================
   HEADER
===================================================== */

.infectology-organizers__header {
    margin-bottom: 42px;
}


.infectology-organizers__title {
    margin: 0;
    color: var(--infectology-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.06;
}


    .infectology-organizers__title::after {
        content: "";
        display: block;
        width: 46px;
        height: 3px;
        margin-top: 15px;
        border-radius: 3px;
        background: var(--infectology-red);
    }


/* =====================================================
   GRID
===================================================== */

.infectology-organizers__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}


/* =====================================================
   CARD
===================================================== */

.organizer-card {
    position: relative;
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    min-height: 230px;
    overflow: hidden;
    border: 1px solid rgba(0, 88, 63, .09);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}


    .organizer-card:hover {
        transform: translateY(-4px);
        border-color: rgba(0, 88, 63, .17);
        box-shadow: 0 18px 45px rgba(0, 65, 47, .08);
    }


    /* декоративная окружность */

    .organizer-card::after {
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        right: -105px;
        bottom: -105px;
        border: 32px solid rgba(0, 88, 63, .025);
        border-radius: 50%;
        pointer-events: none;
    }


/* =====================================================
   LOGOS AREA
===================================================== */

.organizer-card__logos {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: linear-gradient( 145deg, #f3f7f4, #fafbf9 );
    border-right: 1px solid rgba(0, 88, 63, .07);
}


.organizer-card__logos--double {
    flex-direction: column;
    gap: 13px;
}


.organizer-logo {
    width: 105px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.organizer-logo--large {
    width: 130px;
    height: 130px;
}


.organizer-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* первый герб меньше второго логотипа */

.organizer-card__logos--double
.organizer-logo:first-child {
    width: 70px;
    height: 70px;
}


.organizer-card__logos--double
.organizer-logo:last-child {
    width: 105px;
    height: 82px;
}


/* =====================================================
   CONTENT
===================================================== */

.organizer-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 30px 28px;
}


.organizer-card__number {
    margin-bottom: 10px;
    color: var(--infectology-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}


.organizer-card__content h3 {
    margin: 0 0 10px;
    color: #173f34;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.42;
}


.organizer-card__content p {
    margin: 0;
    color: #77817c;
    font-size: 12px;
    line-height: 1.55;
}


    .organizer-card__content p strong {
        color: #52635c;
        font-weight: 700;
    }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .infectology-organizers {
        padding: 75px 0 85px;
    }


    .infectology-organizers__grid {
        grid-template-columns: 1fr;
    }


    .organizer-card {
        grid-template-columns: 170px minmax(0, 1fr);
        min-height: 210px;
    }
}


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

@media (max-width: 575px) {

    .infectology-organizers {
        padding: 60px 0 70px;
    }


    .infectology-organizers__header {
        margin-bottom: 28px;
    }


    .organizer-card {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 18px;
    }


    .organizer-card__logos {
        min-height: 135px;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 88, 63, .07);
    }


    .organizer-card__logos--double {
        flex-direction: row;
        gap: 22px;
    }


    .organizer-logo--large {
        width: 105px;
        height: 105px;
    }


    .organizer-card__logos--double
    .organizer-logo:first-child {
        width: 72px;
        height: 72px;
    }


    .organizer-card__logos--double
    .organizer-logo:last-child {
        width: 92px;
        height: 72px;
    }


    .organizer-card__content {
        padding: 22px;
    }


        .organizer-card__content h3 {
            font-size: 15px;
        }


        .organizer-card__content p {
            font-size: 11px;
        }
}

/* =====================================================
   REGISTRATION
===================================================== */

.infectology-registration {
    position: relative;
    overflow: hidden;
    padding: 100px 0 110px;
    background: radial-gradient( circle at 100% 0, rgba(0, 88, 63, .05), transparent 30% ), #f7f8f5;
}


/* =====================================================
   HEADER
===================================================== */

.infectology-registration__header {
    margin-bottom: 38px;
}


.infectology-registration__title {
    margin: 0;
    color: var(--infectology-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
}


    .infectology-registration__title::after {
        content: "";
        display: block;
        width: 46px;
        height: 3px;
        margin-top: 15px;
        border-radius: 3px;
        background: var(--infectology-red);
    }


/* =====================================================
   MAIN CARD
===================================================== */

.infectology-registration__card {
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    overflow: hidden;
    border: 1px solid rgba(0, 88, 63, .08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 59, 43, .09);
}


/* =====================================================
   LEFT
===================================================== */

.infectology-registration__intro {
    position: relative;
    overflow: hidden;
    padding: 50px 42px;
    color: #fff;
    background: linear-gradient( 145deg, #075b43, #003e2e );
}


    .infectology-registration__intro::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -180px;
        top: -170px;
        border: 55px solid rgba(255,255,255,.045);
        border-radius: 50%;
    }


    .infectology-registration__intro::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        left: -90px;
        bottom: -90px;
        border: 30px solid rgba(217,54,37,.15);
        border-radius: 50%;
    }


.infectology-registration__intro-icon {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    color: #ef7866;
    font-size: 24px;
}


.infectology-registration__intro h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 600;
}


.infectology-registration__intro > p {
    position: relative;
    z-index: 2;
    margin: 0 0 35px;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.65;
}


    .infectology-registration__intro > p strong {
        color: #fff;
    }


/* =====================================================
   FEATURES
===================================================== */

.registration-feature {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 23px;
}


    .registration-feature > i {
        width: 39px;
        height: 39px;
        flex: 0 0 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 50%;
        color: #ef7866;
        background: rgba(255,255,255,.055);
    }


    .registration-feature > div {
        display: flex;
        flex-direction: column;
    }


    .registration-feature small {
        margin-bottom: 3px;
        color: rgba(255,255,255,.42);
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .12em;
    }


    .registration-feature strong {
        color: #fff;
        font-size: 13px;
    }


    .registration-feature span {
        margin-top: 2px;
        color: rgba(255,255,255,.55);
        font-size: 11px;
    }


/* =====================================================
   FORM SIDE
===================================================== */

.infectology-registration__form {
    padding: 45px 48px 42px;
}


/* =====================================================
   VALIDATION
===================================================== */

.registration-validation {
    margin-bottom: 20px;
    font-size: 12px;
}


    .registration-validation:empty {
        display: none;
    }


    .registration-validation ul {
        margin: 0;
        padding: 13px 17px 13px 32px;
        border-radius: 10px;
        background: rgba(217,54,37,.07);
    }


/* =====================================================
   FORM GRID
===================================================== */

.registration-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
}


.registration-field {
    display: flex;
    flex-direction: column;
}


    .registration-field label,
    .registration-form-label {
        margin: 0 0 7px;
        color: #315248;
        font-size: 11px;
        font-weight: 700;
    }


    .registration-field .form-control,
    .registration-field .form-select {
        width: 100%;
        min-height: 50px;
        padding: 11px 14px;
        border: 1px solid #dce4e0;
        border-radius: 11px;
        color: #173f34;
        background-color: #fbfcfb;
        font-size: 13px;
        box-shadow: none;
        transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    }


    .registration-field textarea.form-control {
        min-height: 82px;
        resize: vertical;
    }


    .registration-field .form-control:focus,
    .registration-field .form-select:focus {
        border-color: rgba(0,88,63,.50);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(0,88,63,.06);
    }


    .registration-field .text-danger {
        margin-top: 4px;
        font-size: 10px;
    }


/* =====================================================
   FORMAT
===================================================== */

.registration-format {
    margin-bottom: 27px;
}


.registration-format__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}


.registration-format-card {
    position: relative;
    min-height: 90px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    cursor: pointer;
    border: 1px solid #dce4e0;
    border-radius: 14px;
    background: #fafbfa;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}


    .registration-format-card input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }


.registration-format-card__icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #087455;
    background: rgba(0,88,63,.065);
    font-size: 18px;
}


.registration-format-card__text {
    display: flex;
    flex-direction: column;
    padding-right: 14px;
}


    .registration-format-card__text strong {
        margin-bottom: 2px;
        color: #173f34;
        font-size: 13px;
    }


    .registration-format-card__text small {
        color: #84908a;
        font-size: 10px;
        line-height: 1.35;
    }


.registration-format-card__check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cad6d1;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 11px;
}


.registration-format-card:has(input:checked) {
    border-color: rgba(0,88,63,.42);
    background: rgba(0,88,63,.045);
    box-shadow: 0 0 0 3px rgba(0,88,63,.04);
}


    .registration-format-card:has(input:checked)
    .registration-format-card__check {
        color: #fff;
        border-color: #087455;
        background: #087455;
    }


/* =====================================================
   CONSENT
===================================================== */

.registration-consent {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(0,88,63,.08);
    border-radius: 14px;
    background: #f6f9f7;
}


.registration-consent__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #087455;
    background: rgba(0,88,63,.07);
    font-size: 16px;
}


.registration-consent__content {
    flex: 1;
}


.registration-consent p {
    margin: 0 0 8px;
    color: #64736c;
    font-size: 11px;
    line-height: 1.5;
}


.registration-consent .form-check {
    margin: 0;
}


.registration-consent .form-check-label {
    color: #264d41;
    font-size: 11px;
    font-weight: 700;
}


/* Bootstrap switch */

.registration-consent .form-check-input {
    cursor: pointer;
    border-color: #b8c8c1;
    box-shadow: none;
}


    .registration-consent .form-check-input:checked {
        border-color: #087455;
        background-color: #087455;
    }


/* =====================================================
   SUBMIT
===================================================== */

.registration-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}


.registration-submit__button {
    min-width: 205px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 25px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient( 135deg, #e54330, #c8281d );
    box-shadow: 0 12px 28px rgba(200,40,29,.20);
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}


    .registration-submit__button:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(200,40,29,.27);
    }


/* =====================================================
   DEVICE INFO
===================================================== */

.registration-device-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 13px 15px;
    border-radius: 11px;
    color: #64736c;
    background: rgba(0,88,63,.045);
    font-size: 10px;
    line-height: 1.45;
}


    .registration-device-info i {
        margin-top: 1px;
        color: #087455;
        font-size: 14px;
    }


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .infectology-registration {
        padding: 75px 0 85px;
    }


    .infectology-registration__card {
        grid-template-columns: 1fr;
    }


    .infectology-registration__intro {
        padding: 38px;
    }


        .infectology-registration__intro > p {
            max-width: 600px;
        }


    .infectology-registration__form {
        padding: 38px;
    }
}


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

@media (max-width: 575px) {

    .infectology-registration {
        padding: 60px 0 70px;
    }


    .infectology-registration__header {
        margin-bottom: 26px;
    }


    .infectology-registration__card {
        border-radius: 19px;
    }


    .infectology-registration__intro {
        padding: 30px 24px;
    }


        .infectology-registration__intro h3 {
            font-size: 27px;
        }


    .infectology-registration__form {
        padding: 27px 20px;
    }


    .registration-fields {
        grid-template-columns: 1fr;
        gap: 14px;
    }


    .registration-format__options {
        grid-template-columns: 1fr;
    }


    .registration-submit {
        justify-content: stretch;
    }


    .registration-submit__button {
        width: 100%;
    }
}

/* =====================================================
   REGISTRATION SUCCESS
===================================================== */

.registration-success {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
    padding: 20px 10px;
}


/* CHECK */

.registration-success__icon {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient( 135deg, #15906a, #00583f );
    font-size: 34px;
    box-shadow: 0 0 0 10px rgba(0, 88, 63, .07), 0 15px 35px rgba(0, 88, 63, .18);
}


/* TEXT */

.registration-success__kicker {
    margin-bottom: 8px;
    color: #087455;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .17em;
}


.registration-success h3 {
    margin: 0 0 13px;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3vw, 39px);
    font-weight: 600;
    line-height: 1.15;
}


.registration-success__lead {
    max-width: 500px;
    margin: 0 0 28px;
    color: #718078;
    font-size: 13px;
    line-height: 1.6;
}


    .registration-success__lead strong {
        color: #315248;
    }


/* =====================================================
   FORMAT NOTICE
===================================================== */

.registration-success__notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid rgba(0, 88, 63, .10);
    border-radius: 16px;
    background: linear-gradient( 135deg, rgba(0, 88, 63, .045), rgba(255, 255, 255, .95) );
}


.registration-success__notice-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #087455;
    background: rgba(0, 88, 63, .08);
    font-size: 19px;
}


.registration-success__notice > div:last-child {
    display: flex;
    flex-direction: column;
}


.registration-success__notice small {
    margin-bottom: 3px;
    color: #909c96;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}


.registration-success__notice strong {
    margin-bottom: 6px;
    color: #17483a;
    font-size: 15px;
}


.registration-success__notice p {
    margin: 0;
    color: #738079;
    font-size: 11px;
    line-height: 1.55;
}


/* =====================================================
   ACTIONS
===================================================== */

.registration-success__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}


.registration-success__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient( 135deg, #087455, #00503b );
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 9px 22px rgba(0, 80, 59, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}


    .registration-success__button:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 13px 27px rgba(0, 80, 59, .21);
    }


.registration-success__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #315248;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}


    .registration-success__link:hover {
        gap: 10px;
        color: #d93625;
    }


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

@media (max-width: 575px) {

    .registration-success {
        min-height: 0;
        padding: 15px 0 5px;
    }


    .registration-success__icon {
        width: 66px;
        height: 66px;
        margin-bottom: 22px;
        font-size: 29px;
    }


    .registration-success h3 {
        font-size: 29px;
    }


    .registration-success__notice {
        padding: 17px;
        border-radius: 14px;
    }


    .registration-success__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }


    .registration-success__button {
        width: 100%;
    }


    .registration-success__link {
        justify-content: center;
    }
}

/* =====================================================
   DOC MODAL
===================================================== */

.infectology-modal .modal-dialog {
    max-width: 560px;
}


.infectology-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0, 52, 39, .18);
}


/* =====================================================
   TOP
===================================================== */

.infectology-modal__top {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    padding: 24px 30px;
    background: linear-gradient( 135deg, #075b43, #003e2e );
}


    .infectology-modal__top::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -95px;
        top: -105px;
        border: 35px solid rgba(255,255,255,.05);
        border-radius: 50%;
    }


.infectology-modal__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 24px;
}


.infectology-modal__top .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    filter: invert(1);
    opacity: .7;
}


    .infectology-modal__top .btn-close:hover {
        opacity: 1;
    }


/* =====================================================
   BODY
===================================================== */

.infectology-modal .modal-body {
    padding: 30px 34px 10px;
}


.infectology-modal__kicker {
    margin-bottom: 8px;
    color: #087455;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
}


.infectology-modal .modal-title {
    margin: 0;
    color: #073d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
}


    .infectology-modal .modal-title span,
    .infectology-modal .modal-title strong {
        display: block;
    }


    .infectology-modal .modal-title strong {
        margin-top: 5px;
        color: #52635c;
        font-size: 15px;
        font-family: Montserrat, Arial, sans-serif;
        font-weight: 500;
        line-height: 1.5;
    }


/* =====================================================
   DIVIDER
===================================================== */

.infectology-modal__divider {
    width: 46px;
    height: 3px;
    margin: 20px 0 24px;
    border-radius: 3px;
    background: #d93625;
}


/* =====================================================
   QUESTION
===================================================== */

.infectology-modal__question {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    border: 1px solid rgba(0,88,63,.09);
    border-radius: 14px;
    background: #f6f9f7;
    color: #315248;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}


.infectology-modal__question-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #087455;
    background: rgba(0,88,63,.07);
    font-size: 18px;
}


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

.infectology-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    padding: 24px 34px 30px;
    border-top: 0;
    background: #fff;
}


.infectology-modal__button {
    min-width: 120px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}


.infectology-modal__button--yes {
    border: 0;
    color: #fff;
    background: linear-gradient( 135deg, #087455, #00503b );
    box-shadow: 0 8px 20px rgba(0,80,59,.16);
}


    .infectology-modal__button--yes:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(0,80,59,.22);
    }


.infectology-modal__button--no {
    border: 1px solid #dce4e0;
    color: #68766f;
    background: #fff;
}


    .infectology-modal__button--no:hover {
        color: #d93625;
        border-color: rgba(217,54,37,.25);
        background: rgba(217,54,37,.04);
    }


/* =====================================================
   BACKDROP
===================================================== */

.modal-backdrop.show {
    opacity: .55;
}


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

@media (max-width: 575px) {

    .infectology-modal .modal-dialog {
        margin: 15px;
    }


    .infectology-modal .modal-content {
        border-radius: 20px;
    }


    .infectology-modal__top {
        min-height: 88px;
        padding: 20px 24px;
    }


    .infectology-modal__icon {
        width: 48px;
        height: 48px;
        font-size: 21px;
    }


    .infectology-modal .modal-body {
        padding: 25px 22px 8px;
    }


    .infectology-modal .modal-title {
        font-size: 22px;
    }


    .infectology-modal__footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px 22px 25px;
    }


    .infectology-modal__button {
        width: 100%;
        min-width: 0;
    }
}