/* ==========================================================================
   NCCG 
   ========================================================================== */

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
body.home-redesign,
body.home-redesign .content.main-content,
body.home-redesign .home-page-new {
    margin: 0 !important;
    padding-top: 0 !important;
    background: #fff !important;
    color: #1d2d3d !important;
    overflow-x: hidden !important;
}

body.home-redesign *,
body.home-redesign *::before,
body.home-redesign *::after {
    box-sizing: border-box;
}

body.home-redesign,
body.home-redesign a,
body.home-redesign p,
body.home-redesign h1,
body.home-redesign h2,
body.home-redesign h3,
body.home-redesign h4 {
    font-family: "Open Sans", Arial, sans-serif !important;
}

body.home-redesign a {
    text-decoration: none;
}

body.home-redesign .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

body.home-redesign .topbaar,
body.home-redesign #header,
body.home-redesign #mainbanner,
body.home-redesign > footer {
    display: none !important;
}

/* --------------------------------------------------------------------------
   Homepage header
   -------------------------------------------------------------------------- */
body.home-redesign .home-header-new {
    position: relative !important;
    z-index: 50 !important;
    width: 100% !important;
    background: #003f78 !important;
}

body.home-redesign .home-header-new__inner {
    position: relative !important;
    width: 100% !important;
    max-width: 1240px !important;
    min-height: 120px !important;
    margin: 0 auto !important;
    padding: 10px 30px 12px !important;
    display: grid !important;
    grid-template-columns: 160px minmax(0, 1fr) 70px !important;
    align-items: end !important;
    gap: 34px !important;
}

body.home-redesign .home-header-new__logo,
body.home-redesign .home-header-new__logo img {
    display: block !important;
    width: 124px !important;
    max-width: 124px !important;
    height: auto !important;
}

body.home-redesign .home-header-new__logo {
    align-self: start !important;
}

body.home-redesign .home-header-new__nav {
    align-self: end !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
}

body.home-redesign .home-header-new__nav a {
    display: flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

body.home-redesign .home-header-new__nav a:hover {
    background: rgba(255, 255, 255, .08) !important;
}

body.home-redesign .home-header-new__search {
    align-self: start !important;
    justify-self: end !important;
    position: relative !important;
    width: 58px !important;
    height: 58px !important;
    margin-top: 26px !important;
    overflow: visible !important;
    transition: width .22s ease !important;
}

body.home-redesign .home-header-new__search input[type="text"] {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 58px !important;
    height: 58px !important;
    padding: 0 58px 0 18px !important;
    border: 0 !important;
    border-radius: 29px !important;
    background: #fff !important;
    color: #1d2d3d !important;
    font-size: 15px !important;
    opacity: 0 !important;
    box-shadow: none !important;
    transition: width .22s ease, opacity .15s ease !important;
}

body.home-redesign .home-header-new__search:hover,
body.home-redesign .home-header-new__search:focus-within,
body.home-redesign .home-header-new__search:hover input[type="text"],
body.home-redesign .home-header-new__search:focus-within input[type="text"] {
    width: 280px !important;
    opacity: 1 !important;
}

body.home-redesign .home-header-new__search button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 58px !important;
    height: 58px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    cursor: pointer !important;
    z-index: 3 !important;
}

body.home-redesign .home-header-new__search button::before {
    content: "\f002" !important;
    font-family: FontAwesome !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #004f8f !important;
    font-size: 31px !important;
    line-height: 1 !important;
}

/* --------------------------------------------------------------------------
   Top hero slider
  
   -------------------------------------------------------------------------- */
body.home-redesign .home-hero-new {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 620px !important;
    min-height: 620px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eef3f8 !important;
}

body.home-redesign .home-hero-new__bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    opacity: .72 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

body.home-redesign .home-hero-new__bg.home-hero-bg-ready .pagesection-slider {
    display: none !important;
}

body.home-redesign .home-hero-fade-slider,
body.home-redesign .home-hero-fade-slide,
body.home-redesign .home-side-slider,
body.home-redesign .home-side-slide {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

body.home-redesign .home-hero-fade-slide,
body.home-redesign .home-side-slide {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(100%) !important;
    transition: transform .9s ease-in-out !important;
    will-change: transform !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.home-redesign .home-side-slide.is-active {
    z-index: 3 !important;
    transform: translateX(0) !important;
}

body.home-redesign .home-side-slide.is-prev {
    z-index: 2 !important;
    transform: translateX(-100%) !important;
}

body.home-redesign .home-side-slide.is-next {
    z-index: 1 !important;
    transform: translateX(100%) !important;
}

body.home-redesign .home-hero-new::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background: rgba(255,255,255,.12) !important;
    pointer-events: none !important;
}

body.home-redesign .home-hero-new .jcarousel-control-prev,
body.home-redesign .home-hero-new .jcarousel-control-next,
body.home-redesign .home-hero-new .jcarousel-pagination,
body.home-redesign .home-hero-new .bx-pager,
body.home-redesign .home-hero-new .owl-pagination {
    display: none !important;
}

body.home-redesign .home-hero-cards {
    position: absolute !important;
    left: 48px !important;
    right: 48px !important;
    bottom: 11px !important;
    z-index: 10 !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home-redesign .home-hero-card-new {
    display: block !important;
    width: auto !important;
    height: 222px !important;
    min-height: 222px !important;
    padding: 17px 22px 18px !important;
    border-radius: 22px !important;
    background: rgba(0,86,160,.64) !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: 0 12px 26px rgba(0,45,90,.12) !important;
    overflow: hidden !important;
}

body.home-redesign .home-hero-card-new:hover {
    background: rgba(0,86,160,.74) !important;
    color: #fff !important;
}

body.home-redesign .home-hero-card-new__label {
    display: block !important;
    margin: 0 0 9px !important;
    color: rgba(255,255,255,.75) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

body.home-redesign .home-hero-card-new__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1.28 !important;
    font-weight: 400 !important;
}

/* --------------------------------------------------------------------------
   Shared section title
   -------------------------------------------------------------------------- */
body.home-redesign .home-section-title {
    position: relative !important;
    margin: 0 0 34px !important;
    padding-left: 54px !important;
    color: #004f8f !important;
    font-size: 30px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    text-align: left !important;
}

body.home-redesign .home-section-title::before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
    border: 2px solid #004f8f !important;
    border-radius: 50% !important;
    color: #004f8f !important;
    font-size: 38px !important;
    line-height: 31px !important;
    text-align: center !important;
    font-weight: 400 !important;
}

body.home-redesign .home-section-title a {
    color: #004f8f !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 5px !important;
    border-bottom: 0 !important;
    font-weight: 700 !important;
}

/*/* --------------------------------------------------------------------------
   Actual opinions
   -------------------------------------------------------------------------- */

body.home-redesign .home-actual-new {
    padding: 42px 0 40px !important;
    background: #fff !important;
}

body.home-redesign .home-actual-new .home-section-title {
    margin-bottom: 34px !important;
}

body.home-redesign .home-actual-layout,
body.home-redesign .home-actual-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 58px !important;
    align-items: start !important;
}

body.home-redesign .home-opinion-card,
body.home-redesign .home-actual-card {
    display: grid !important;
    grid-template-columns: 146px minmax(0, 1fr) !important;
    column-gap: 26px !important;
    align-items: start !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

body.home-redesign .home-opinion-card__image,
body.home-redesign .home-actual-card__image,
body.home-redesign .home-opinion-card__image img,
body.home-redesign .home-actual-card__image img {
    display: block !important;
    width: 136px !important;
    height: 136px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.home-redesign .home-opinion-card__body,
body.home-redesign .home-actual-card__content {
    padding: 0 !important;
    background: transparent !important;
}

body.home-redesign .home-opinion-card__body h3,
body.home-redesign .home-actual-card__content h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #004f8f !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

body.home-redesign .home-opinion-card__body h3 a,
body.home-redesign .home-actual-card__content h3 a {
    color: #004f8f !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    white-space: nowrap !important;
}

body.home-redesign .home-opinion-card__body p,
body.home-redesign .home-actual-card__content p,
body.home-redesign .home-opinion-card__body p a,
body.home-redesign .home-actual-card__content p a {
    margin: 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.36 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

body.home-redesign .home-opinion-card__body p a:hover,
body.home-redesign .home-actual-card__content p a:hover {
    color: #004f8f !important;
}

/* Средние экраны */
@media (max-width: 1366px) {
    body.home-redesign .home-actual-layout,
    body.home-redesign .home-actual-cards {
        gap: 44px !important;
    }

    body.home-redesign .home-opinion-card,
    body.home-redesign .home-actual-card {
        grid-template-columns: 136px minmax(0, 1fr) !important;
        column-gap: 22px !important;
    }

    body.home-redesign .home-opinion-card__image,
    body.home-redesign .home-actual-card__image,
    body.home-redesign .home-opinion-card__image img,
    body.home-redesign .home-actual-card__image img {
        width: 128px !important;
        height: 128px !important;
    }

    body.home-redesign .home-opinion-card__body h3,
    body.home-redesign .home-actual-card__content h3 {
        font-size: 20px !important;
    }

    body.home-redesign .home-opinion-card__body p,
    body.home-redesign .home-actual-card__content p,
    body.home-redesign .home-opinion-card__body p a,
    body.home-redesign .home-actual-card__content p a {
        font-size: 15.5px !important;
    }
}

/* Мобильная версия */
@media (max-width: 991px) {
    body.home-redesign .home-actual-layout,
    body.home-redesign .home-actual-cards {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    body.home-redesign .home-opinion-card,
    body.home-redesign .home-actual-card {
        grid-template-columns: 118px minmax(0, 1fr) !important;
        column-gap: 18px !important;
    }

    body.home-redesign .home-opinion-card__image,
    body.home-redesign .home-actual-card__image,
    body.home-redesign .home-opinion-card__image img,
    body.home-redesign .home-actual-card__image img {
        width: 110px !important;
        height: 110px !important;
    }

    body.home-redesign .home-opinion-card__body h3,
    body.home-redesign .home-actual-card__content h3 {
        font-size: 19px !important;
        white-space: normal !important;
    }

    body.home-redesign .home-opinion-card__body h3 a,
    body.home-redesign .home-actual-card__content h3 a {
        white-space: normal !important;
    }

    body.home-redesign .home-opinion-card__body p,
    body.home-redesign .home-actual-card__content p,
    body.home-redesign .home-opinion-card__body p a,
    body.home-redesign .home-actual-card__content p a {
        font-size: 15px !important;
    }
}


/* --------------------------------------------------------------------------
   Corporate governance in Russia / foreign blocks
   -------------------------------------------------------------------------- */
body.home-redesign .home-news-section,
body.home-redesign .home-russia-section,
body.home-redesign .home-foreign-section {
    padding: 18px 0 70px !important;
    background: #fff !important;
}

body.home-redesign .home-russia-section .home-section-title,
body.home-redesign .home-foreign-section .home-section-title {
    margin-bottom: 28px !important;
}

body.home-redesign .home-russia-layout,
body.home-redesign .home-foreign-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .92fr) !important;
    gap: 46px !important;
    align-items: start !important;
}

body.home-redesign .home-russia-feature-card,
body.home-redesign .home-foreign-feature-card {
    display: block !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    background: #5d86b4 !important;
}

body.home-redesign .home-russia-feature-card__image,
body.home-redesign .home-foreign-feature-card__image {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 270px !important;
    overflow: hidden !important;
    border-radius: 34px 34px 0 0 !important;
    background: #e8eef4 !important;
    text-decoration: none !important;
}

body.home-redesign .home-russia-feature-card__image img,
body.home-redesign .home-foreign-feature-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 34px 34px 0 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

body.home-redesign .home-russia-feature-card__caption,
body.home-redesign .home-foreign-feature-card__caption {
    margin-top: 0 !important;
    padding: 22px 32px 28px !important;
    border-radius: 0 0 34px 34px !important;
    background: #5d86b4 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

body.home-redesign .home-russia-feature-card__caption a,
body.home-redesign .home-foreign-feature-card__caption a {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

body.home-redesign .home-russia-list,
body.home-redesign .home-foreign-list {
    display: grid !important;
    gap: 30px !important;
    padding-top: 0 !important;
}

body.home-redesign .home-russia-list-card,
body.home-redesign .home-foreign-list-card {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.home-redesign .home-russia-list-card h3,
body.home-redesign .home-russia-list-card h3 a,
body.home-redesign .home-foreign-list-card h3,
body.home-redesign .home-foreign-list-card h3 a {
    margin: 0 !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

body.home-redesign .home-russia-date,
body.home-redesign .home-foreign-date {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 86px !important;
    height: 112px !important;
    border-radius: 24px !important;
    background: #9db8d2 !important;
    color: #fff !important;
    text-align: center !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

body.home-redesign .home-russia-date__month,
body.home-redesign .home-russia-date__year,
body.home-redesign .home-foreign-date__month,
body.home-redesign .home-foreign-date__year {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    font-size: 15px !important;
    line-height: 1.08 !important;
    font-weight: 400 !important;
}

body.home-redesign .home-russia-date__year,
body.home-redesign .home-foreign-date__year {
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
    border-bottom: 2px solid rgba(255,255,255,.75) !important;
}

body.home-redesign .home-russia-date__day,
body.home-redesign .home-foreign-date__day {
    display: block !important;
    color: inherit !important;
    font-size: 34px !important;
    line-height: .95 !important;
    font-weight: 400 !important;
}

body.home-redesign .home-russia-date--feature,
body.home-redesign .home-foreign-date--feature {
    position: absolute !important;
    left: 0 !important;
    top: 86px !important;
    z-index: 3 !important;
    width: 86px !important;
    height: 112px !important;
    border-radius: 0 24px 24px 0 !important;
    background: rgba(255,255,255,.86) !important;
    color: #00518f !important;
}

body.home-redesign .home-russia-date--feature .home-russia-date__year,
body.home-redesign .home-foreign-date--feature .home-foreign-date__year {
    border-bottom-color: rgba(0,81,143,.45) !important;
}

/* --------------------------------------------------------------------------
   National report and committee reports
   -------------------------------------------------------------------------- */
body.home-redesign .home-report-section {
    padding: 44px 0 0 !important;
    background: #e9ebf0 !important;
}

body.home-redesign .home-report-section::after {
    content: "" !important;
    display: block !important;
    height: 34px !important;
    background: #fff !important;
}

body.home-redesign .home-committee-reports-section {
    padding: 42px 0 58px !important;
    background: #fff !important;
}

body.home-redesign .home-report-list,
body.home-redesign .home-committee-reports-section .home-docs-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 74px !important;
    align-items: end !important;
}

body.home-redesign .home-report-item,
body.home-redesign .home-committee-reports-section .home-docs-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 210px 150px !important;
    align-items: end !important;
    justify-content: center !important;
    min-height: 340px !important;
}

body.home-redesign .home-report-item__cover,
body.home-redesign .home-committee-reports-section .home-docs-item__cover {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 210px !important;
    height: 320px !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    background: transparent !important;
    text-decoration: none !important;
}

body.home-redesign .home-report-item__cover img,
body.home-redesign .home-committee-reports-section .home-docs-item__cover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 26px !important;
}

body.home-redesign .home-report-item__buttons,
body.home-redesign .home-committee-reports-section .home-docs-item__buttons {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 150px !important;
    margin-left: -10px !important;
    margin-bottom: 14px !important;
}

body.home-redesign .home-report-item__btn,
body.home-redesign .home-committee-reports-section .home-docs-item__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 150px !important;
    height: 38px !important;
    padding: 0 18px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

body.home-redesign .home-report-item__btn--pdf,
body.home-redesign .home-committee-reports-section .home-docs-item__btn--pdf {
    border-radius: 0 22px 22px 0 !important;
    background: #a9bed8 !important;
}

body.home-redesign .home-report-item__btn--online,
body.home-redesign .home-committee-reports-section .home-docs-item__btn--online {
    border-radius: 0 22px 22px 0 !important;
    background: #4f84b8 !important;
}

/* --------------------------------------------------------------------------
   Corporate law block
   -------------------------------------------------------------------------- */
body.home-redesign .home-law-section {
    padding: 42px 0 66px !important;
    background: #fff !important;
}

body.home-redesign .home-law-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) .84fr !important;
    gap: 34px !important;
    align-items: stretch !important;
}

body.home-redesign .home-law-tile {
    position: relative !important;
    display: block !important;
    min-height: 420px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

body.home-redesign .home-law-tile--image {
    background-color: #dfe5ec !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.home-redesign .home-law-tile__label {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 66% !important;
    padding: 38px 34px 36px !important;
    border-radius: 0 0 34px 0 !important;
    background: rgba(238, 241, 246, 0.86) !important;
    color: #004f8f !important;
    font-size: 23px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;

}
body.home-redesign .home-law-tile__label--bottom {
    top: auto !important;
    bottom: 0 !important;
    width: 72% !important;
    padding: 38px 34px 36px !important;
    border-radius: 0 34px 0 0 !important;
}

body.home-redesign .home-law-tile--links {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 420px !important;
    padding: 44px 42px !important;
    background: #eef0f5 !important;
    border-radius: 28px !important;
}

body.home-redesign .home-law-tile--links h3 {
    margin: 0 0 58px !important;
    padding: 0 !important;
    color: #004f8f !important;
    font-size: 28px !important;
    line-height: 1.24 !important;
    font-weight: 700 !important;
}

body.home-redesign .home-law-tile--links h3 a {
    color: #004f8f !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
    border-bottom: 0 !important;
}

body.home-redesign .home-law-tile--links ul {
    display: grid !important;
    gap: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.home-redesign .home-law-tile--links li a {
    color: #111 !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    border-bottom: 0 !important;
}

/* --------------------------------------------------------------------------
   Middle generated slider
   Desktop/tablet: side movement. Phone: same side movement but adaptive layout.
   -------------------------------------------------------------------------- */
body.home-redesign .home-middle-slider-section,
body.home-redesign .home-middle-slider {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: clamp(460px, 48vw, 600px) !important;
    min-height: clamp(460px, 48vw, 600px) !important;
    max-height: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.home-redesign .home-middle-slider.home-middle-ready > .home-middle-slide {
    display: none !important;
}

body.home-redesign .home-middle-fade-slider {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

body.home-redesign .home-middle-fade-slide {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;

    /* растягиваем картинку по ширине и высоте */
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(100%) !important;

    /* как у верхнего слайдера */
    transition: transform .9s ease-in-out !important;
    will-change: transform !important;
}
body.home-redesign .home-middle-fade-slide.is-active {
    z-index: 3 !important;
    transform: translateX(0) !important;
}

body.home-redesign .home-middle-fade-slide.is-prev {
    z-index: 2 !important;
    transform: translateX(-100%) !important;
}

body.home-redesign .home-middle-fade-slide.is-next {
    z-index: 1 !important;
    transform: translateX(100%) !important;
}

body.home-redesign .home-middle-fade-slide *,
body.home-redesign .home-middle-fade-slide *::before,
body.home-redesign .home-middle-fade-slide *::after {
    transition: none !important;
    animation: none !important;
}

body.home-redesign .home-middle-fade-slide .home-middle-slide__top-title {
    position: absolute !important;
    left: clamp(16px, 3vw, 32px) !important;
    right: clamp(16px, 3vw, 32px) !important;
    top: clamp(18px, 3vw, 32px) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: clamp(50px, 5vw, 64px) !important;
    min-height: clamp(50px, 5vw, 64px) !important;
    max-height: clamp(50px, 5vw, 64px) !important;
    margin: 0 !important;
    padding: 0 clamp(18px, 3vw, 34px) !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(238,241,246,.88) !important;
    color: #111 !important;
    font-size: clamp(16px, 2vw, 22px) !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
}

body.home-redesign .home-middle-fade-slide .home-middle-slide__cards {
    position: absolute !important;
    left: clamp(16px, 4vw, 48px) !important;
    right: clamp(16px, 4vw, 48px) !important;
    bottom: clamp(18px, 3vw, 36px) !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 3vw, 84px) !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.home-redesign .home-middle-fade-slide .home-middle-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: clamp(82px, 8vw, 108px) !important;
    min-height: clamp(82px, 8vw, 108px) !important;
    max-height: clamp(82px, 8vw, 108px) !important;
    margin: 0 !important;
    padding: clamp(10px, 1.6vw, 18px) clamp(12px, 2vw, 28px) !important;
    border: 0 !important;
    border-radius: clamp(16px, 2vw, 24px) !important;
    background: rgba(0,86,160,.74) !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

body.home-redesign .home-middle-fade-slide .home-middle-card__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: clamp(13px, 1.55vw, 21px) !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

/* --------------------------------------------------------------------------
   Founders and contacts
   -------------------------------------------------------------------------- */
body.home-redesign .home-founders-section {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 52px 0 42px !important;
    background: #fff !important;
}

body.home-redesign .home-founders-section .container,
body.home-redesign .home-contacts-section .container {
    width: min(1320px, calc(100% - 64px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.home-redesign .home-founders-box {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 26px 28px 44px !important;
    background: #eff1f6 !important;
    border-radius: 30px !important;
}

body.home-redesign .home-founders-title,
body.home-redesign .home-contacts-title {
    margin: 0 0 28px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

body.home-redesign .home-founders-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 62px !important;
    align-items: center !important;
}

body.home-redesign .home-founders-list table,
body.home-redesign .home-founders-list tbody,
body.home-redesign .home-founders-list tr,
body.home-redesign .home-founders-list ul,
body.home-redesign .home-founders-list ol {
    display: contents !important;
    list-style: none !important;
}

body.home-redesign .home-founders-list td,
body.home-redesign .home-founders-list li,
body.home-redesign .home-founders-list > * {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.home-redesign .home-founders-list a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 96px !important;
    padding: 12px 20px !important;
    background: #fff !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    border: 0 !important;
    overflow: hidden !important;
}

body.home-redesign .home-founders-list img {
    display: block !important;
    max-width: 100% !important;
    max-height: 74px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

body.home-redesign .home-contacts-section {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px 0 76px !important;
    background: #fff !important;
}

body.home-redesign .home-contacts-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 540px !important;
    gap: 88px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 28px !important;
}

body.home-redesign .home-contacts-address,
body.home-redesign .home-contacts-metro,
body.home-redesign .home-contacts-email {
    margin: 0 0 28px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

body.home-redesign .home-contacts-phone {
    margin: -4px 0 0 !important;
    padding: 0 !important;
    color: #0056a0 !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

body.home-redesign .home-contacts-phone a {
    color: #0056a0 !important;
    text-decoration: none !important;
    border: 0 !important;
}

body.home-redesign .home-contacts-map {
    display: block !important;
    width: 100% !important;
    height: 320px !important;
    margin-top: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #eef1f5 !important;
}

body.home-redesign .home-contacts-map iframe,
body.home-redesign .home-contacts-map img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    object-fit: cover !important;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1366px) {
    body.home-redesign .container {
        max-width: 1200px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    body.home-redesign .home-header-new__inner {
        grid-template-columns: 140px minmax(0, 1fr) 60px !important;
        min-height: 136px !important;
    }

    body.home-redesign .home-header-new__logo,
    body.home-redesign .home-header-new__logo img {
        width: 108px !important;
        max-width: 108px !important;
    }

    body.home-redesign .home-header-new__nav a {
        font-size: 14px !important;
    }

    body.home-redesign .home-actual-layout,
    body.home-redesign .home-actual-cards {
        gap: 34px !important;
    }

    body.home-redesign .home-opinion-card,
    body.home-redesign .home-actual-card {
        grid-template-columns: 122px minmax(0, 1fr) !important;
        column-gap: 20px !important;
    }

    body.home-redesign .home-opinion-card__image,
    body.home-redesign .home-actual-card__image,
    body.home-redesign .home-opinion-card__image img,
    body.home-redesign .home-actual-card__image img {
        width: 114px !important;
        height: 114px !important;
    }

    body.home-redesign .home-russia-layout,
    body.home-redesign .home-foreign-layout {
        gap: 40px !important;
    }
}

@media (max-width: 991px) {
    body.home-redesign .container {
        max-width: none !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.home-redesign .home-header-new__inner {
        min-height: 92px !important;
        padding: 10px 20px !important;
        grid-template-columns: 86px 58px !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    body.home-redesign .home-header-new__logo,
    body.home-redesign .home-header-new__logo img {
        width: 78px !important;
        max-width: 78px !important;
    }

    body.home-redesign .home-header-new__nav {
        display: none !important;
    }

    body.home-redesign .home-header-new__search {
        margin-top: 0 !important;
        align-self: center !important;
    }

    body.home-redesign .home-hero-new {
        height: auto !important;
        min-height: auto !important;
        padding: 320px 18px 28px !important;
    }

    body.home-redesign .home-hero-cards {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
    }

    body.home-redesign .home-hero-card-new {
        height: auto !important;
        min-height: auto !important;
        padding: 18px 20px 20px !important;
        border-radius: 18px !important;
    }

    body.home-redesign .home-actual-layout,
    body.home-redesign .home-actual-cards,
    body.home-redesign .home-russia-layout,
    body.home-redesign .home-foreign-layout,
    body.home-redesign .home-law-layout,
    body.home-redesign .home-contacts-layout {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    body.home-redesign .home-report-list,
    body.home-redesign .home-committee-reports-section .home-docs-list {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    body.home-redesign .home-report-item,
    body.home-redesign .home-committee-reports-section .home-docs-item {
        justify-content: center !important;
    }

    body.home-redesign .home-founders-section .container,
    body.home-redesign .home-contacts-section .container {
        width: calc(100% - 40px) !important;
    }

    body.home-redesign .home-founders-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    body.home-redesign .home-contacts-layout {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    body.home-redesign .home-middle-slider-section,
    body.home-redesign .home-middle-slider,
    body.home-redesign .home-middle-fade-slider {
        height: 560px !important;
        min-height: 560px !important;
        max-height: 560px !important;
    }

    body.home-redesign .home-middle-fade-slide .home-middle-slide__top-title {
        left: 14px !important;
        right: 14px !important;
        top: 18px !important;
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        padding: 0 18px !important;
        font-size: 16px !important;
    }

    body.home-redesign .home-middle-fade-slide .home-middle-slide__cards {
        left: 14px !important;
        right: 14px !important;
        bottom: 20px !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.home-redesign .home-middle-fade-slide .home-middle-card {
        height: 70px !important;
        min-height: 70px !important;
        max-height: 70px !important;
        padding: 10px 16px !important;
        border-radius: 17px !important;
    }

    body.home-redesign .home-middle-fade-slide .home-middle-card__title {
        -webkit-line-clamp: 2 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 575px) {
    body.home-redesign .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.home-redesign .home-section-title {
        padding-left: 42px !important;
        font-size: 24px !important;
    }

    body.home-redesign .home-section-title::before {
        width: 30px !important;
        height: 30px !important;
        margin-top: -15px !important;
        font-size: 29px !important;
        line-height: 23px !important;
    }

    body.home-redesign .home-opinion-card,
    body.home-redesign .home-actual-card {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    body.home-redesign .home-opinion-card__image,
    body.home-redesign .home-actual-card__image,
    body.home-redesign .home-opinion-card__image img,
    body.home-redesign .home-actual-card__image img {
        width: 96px !important;
        height: 96px !important;
    }
}
/* ==========================================================================
   FINAL HARD FIX: stretch middle slider background vertically
   ========================================================================== */

body.home-redesign .home-middle-slider-section .home-middle-slider .home-middle-fade-slider .home-middle-fade-slide,
body.home-redesign .home-middle-slider-section .home-middle-fade-slider .home-middle-fade-slide,
body.home-redesign .home-middle-fade-slide {
    background-size: 100% 100% !important;
    -webkit-background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* если браузер держит старую inline/генерированную высоту */
body.home-redesign .home-middle-slider-section,
body.home-redesign .home-middle-slider,
body.home-redesign .home-middle-fade-slider,
body.home-redesign .home-middle-fade-slide {
    height: 700px !important;
    min-height: 700px !important;
}