

/* Start:/local/templates/design_2025/style.css?1779100154109445*/
@charset "UTF-8";
:root {
    --bg-global: #f5f5f5;
    --bg-island-1: #ffffff;
    --accent: #d0000a;
    --bg-overline: #00000033;
    --bg-subtitle: #f0f1f2;
    --text-primary: #181616;
    --text-secondary: #393636;
    --icon-primary: #1c1c1d;
    --icon-secondary: #a0a4a9;
    --icon-primary-inv: #ffffff;
    --icon-secondary-inv: #e5dede;
    --btn-primary-default: #d0000a;
    --btn-primary-hover: #e11a22;
    --btn-primary-focused: #a30008;
    --btn-primary-disabled: #d0000a80;
    --btn-secondary-default: rgba(255, 255, 255, 0.45);
}

@font-face {
    font-family: "Geometria";
    src: url("/local/templates/design_2025/./fonts/geometria_extrabold.otf");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url("/local/templates/design_2025/./fonts/geometria_bold.otf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url("/local/templates/design_2025/./fonts/geometria_medium.otf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url("/local/templates/design_2025/./fonts/geometria_light.otf");
    font-weight: 300;
    font-style: normal;
}
body {
    background-color: var(--bg-global);
    font-family: "Geometria", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:active {
    outline: none;
}
a:focus {
    outline: none;
}

.font-bold {
    font-weight: 700;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

/* ----------- */
h1,
.h1 {
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    line-height: 145%;
    text-transform: uppercase;
    color: var(--icon-primary-inv);
    display: inline-block;
    margin-top: -0.08em;
    margin-bottom: -0.08em;
}

.h1 {
    color: var(--text-primary);
    margin-bottom: 2rem;
}

h2 {
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    line-height: 145%;
}

h3 {
    font-weight: 800;
    font-style: normal;
    font-size: 28px;
    line-height: 145%;
}

h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 145%;
}

h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 145%;
}

.p-large {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 135%;
}

.p-large.font-bold {
    font-weight: 700;
}

.p-medium {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
}

.p-small {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 135%;
}

.p-xsmall {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
}

p {
    color: var(--text-secondary);
}

.overflow-hidden {
    overflow: hidden;
}

.list-disc {
    padding-left: 20px;
}
.list-disc.red-circle li::before {
    background-color: var(--accent);
}

.list-disc li {
    position: relative;
    line-height: 1.4!important
}

.list-disc li::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0.7em;
    width: 5px;
    height: 5px;
    background-color: var(--accent);
    border-radius: 50%;
    transform: translateY(-50%);

}

/* btn================ */
.btn-primary {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 0;
    padding: 0.63rem 1.3rem;
    gap: 10px;
    border-radius: 14px;
    background-color: var(--btn-primary-default);
    color: var(--icon-primary-inv);
    -webkit-backdrop-filter: blur(11.3000001907px);
    backdrop-filter: blur(11.3000001907px);
    border: none;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
    cursor: pointer;
    font-family: "Geometria", sans-serif;
}

.btn-primary:hover {
    background-color: var(--btn-primary-hover);
}

.btn-primary:focus {
    background-color: var(--btn-primary-focused);
}

.btn-primary.arrow {
    display: flex;
    align-items: center;
}

.btn-secondary {
    padding: 0.63rem 1.3rem;
    gap: 10px;
    border-radius: 14px;
    background-color: var(--btn-secondary-default);
    color: var(--icon-primary-inv);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border: none;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
    cursor: pointer;
}

.page-grid {
    display: grid;
    grid-template-columns: 1fr 364px;
    -moz-column-gap: 77px;
    column-gap: 77px;
}

.page-grid .page-grid__left > *:not(:last-child) {
    margin-bottom: 44px;
}

@media (max-width: 1024px) {
    .page-grid {
        -moz-column-gap: 35px;
        column-gap: 35px;
        grid-template-columns: 1fr 300px;
    }
    .forum-areas {
        flex-direction: column;
    }
    .forum-areas > div {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 880px) {
    .page-grid {
        -moz-column-gap: 30px;
        column-gap: 30px;
        grid-template-columns: 1fr 260px;
    }
}
@media (max-width: 768px) {
    .page-grid {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 32px;
    }
    .forum-areas-left p {
        font-size: 16px;
        margin: 20px 0 !important;
    }
    .forum-areas .accordion-header h5 {
        padding: 1rem;
    }
    .forum-areas .accordion {
        padding: 0;
    }
    .page-grid .page-grid__right {
        max-width: 320px;
    }
}
.content-desc > * {
    width: 100%;
    height: auto;
}

.content-desc > *:not(:last-child) {
    margin-bottom: 32px;
}

.navigate {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.news-subblock-rows {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}

.news-subblock__card {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}

.news-subblock__card-img {
    flex-shrink: 0;
    max-width: 210px;
    overflow: hidden;
    border-radius: 8px;
}

.news-subblock__card .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 10px;
}

.news-subblock__card .subblock__card-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 7/6;
    transition: ease-out transform 0.3s;
}

.news-subblock__card:hover .subblock__card-img {
    transform: scale(1.05);
}

.time-spikers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.time-place {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 8px 24px;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.time-place .line {
    flex-shrink: 0;
    width: 1px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.2);
}

.time-place .time,
.time-place .place {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.time-place .time p,
.time-place .place p {
    color: var(--text-secondary, #393636);
    font-family: "Geometria";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.spikers {
    display: flex;
    align-items: center;
}

.spikers li {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    border: 2.2px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 13.588px;
    font-weight: 500;
}

.spikers li:last-child {
    background-color: #d0000a;
}

.spikers li:not(:first-child) {
    margin-left: -15px;
}

.spikers li img {
    width: 100%;
    height: 100%;
    display: block;
}

.header-tag .tag {
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 40px;
    background-color: #f0f1f2;
    width: -moz-fit-content;
    width: fit-content;
    color: #393636;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
}

.partner-cards {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.partner-cards .card {
    border-radius: 12px;
    background: #fff;
    padding: 32px;
    display: flex;
    align-items: start;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media (max-width: 768px) {
    .partner-cards .card {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (max-width: 600px) {
    .partner-cards .card {
        flex-direction: column;
        row-gap: 20px;
    }
}
@media (max-width: 440px) {
    .partner-cards .card {
        padding: 20px;
    }
}
.partner-cards .card__img {
    width: 148px;
    height: 149px;
    flex-shrink: 0;
}

.partner-cards .card__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.partner-cards .card__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
}

@media (max-width: 768px) {
    .partner-cards .card__content {
        row-gap: 10px;
    }
}
.partner-cards:not(:last-child) {
    margin-bottom: 40px;
}

/* ======== header */
header {
    width: 100%;
}

header.header-transparent {
    position: absolute;
    background: transparent;
    color: white;
    z-index: 2;
}

header.header-solid {
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease;
    color: var(--text-primary);
}

.header-solid svg path {
    fill: var(--accent);
}

.header-solid svg.submenu-arrow path {
    fill: var(--text-primary);
}

.header-container {
    padding: 6px 10px;
    box-sizing: border-box;
}

.header-block {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5.6500000954px);
    backdrop-filter: blur(5.6500000954px);
    padding: 6px 20px;
    min-height: 67px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.header-solid .header-block {
    background: var(--bg-island-1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* -------------menu */
.menu {
    display: flex;
    gap: 8px;
}

.menu-item {
    position: relative;
}

.menu-link {
    background-color: rgba(255, 255, 255, 0.2509803922);
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1490196078);
    transition: all 0.3s ease;
}

.menu-link:hover {
    background: var(--bg-island-1);
    color: var(--text-primary);
}

.dropdown-menu {
    position: absolute;
    top: 3.5rem;
    left: 0;
    min-width: 192px;
    background: var(--bg-island-1);
    border-radius: 8px;
    border-top-left-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item a {
    gap: 1rem;
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.2s ease;
}

.dropdown-item a:hover {
    background-color: var(--bg-subtitle);
    padding-right: 25px;
}

.submenu-arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.2s ease;
    min-width: 16px;
    max-width: 16px;
}

.dropdown-item a:hover .submenu-arrow {
    opacity: 1;
    transform: translateX(15px);
    transition: all 0.3s ease;
}

/* Стили для solid хедера */
.header-solid .menu-link {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

.header-solid .menu-link:hover {
    background: rgba(0, 0, 0, 0.1);
}

.header-solid .dropdown-menu {
    background: white;
    border: 1px solid #eee;
}

section:not(.video) {
    max-width: 1300px;
    margin: 4rem auto;
}

/* -----------burger */
.burger {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    display: none;
}

.burger-line {
    width: 30px;
    height: 3px;
    background-color: var(--bg-island-1);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

@media (max-width: 440px) {
    .burger-line {
        width: 18px;
        height: 1.5px;
        margin-block: 1.5px;
    }
}
.burger.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

@media (max-width: 440px) {
    .burger.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(3.5px, 3.5px);
    }
}
.burger.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 440px) {
    .burger.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(3px, -3px);
    }
}
.menu-mobil {
    position: fixed;
    width: 100%;
    top: 5rem;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.menu-mobil.active {
    z-index: 12;
    display: flex;
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 84px);
    justify-content: space-between;
}

@media (max-width: 440px) {
    .menu-mobil.active {
        top: 59px;
        height: calc(100vh - 69px);
    }
}
.menu-mobil-wrapp {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(56, 56, 56, 0.75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    margin-top: 10px;
}

.menu-item-mobil {
    padding: 5px 20px;
    position: relative;
}

.menu-link-mobil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    text-decoration: none;
    color: white;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
}

.dropdown-menu-mobil {
    max-height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.7s ease;
}

.submenu-arrow-mobile path {
    fill: var(--bg-island-1);
}

.dropdown-item-mobile:last-child {
    border-bottom: none;
}

.dropdown-item-mobile a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    text-decoration: none;
    color: white;
}

.dropdown-menu-mobil.active {
    max-height: 1000px;
    opacity: 1;
}

/* Анимация для стрелки */
.menu-item-mobil.active svg:not(.submenu-arrow-mobile) {
    transform: rotate(180deg);
}

.menu-item-mobil svg {
    transition: transform 0.3s ease;
}

/* ============0 */
section.video {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

section.video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
    .video-background {
        display: none;
    }
    .video-fallback {
        display: block;
    }
}
.no-js .video-background {
    display: none;
}

.no-js .video-fallback {
    display: block;
}

/* ---------------- */
.video-item {
    z-index: 1;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    color: var(--icon-primary-inv);
}

.video-item-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    justify-content: flex-end;
}

.video-item-bott {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
}
.video-item-text h1{
    font-size: 50px;
}
.video-item-bott-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.video-item-bott-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-end;
    align-items: flex-end;
}

.video-item span {
    font-weight: 800;
    font-size: 140px;
    line-height: 100%;
    display: inline-block;
    margin-top: -0.2em;
    margin-bottom: -0.1em;
    vertical-align: middle;
}

.video-item-left {
    padding: 0 3rem 3rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.video-item-left-text {
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(11.3000001907px);
    backdrop-filter: blur(11.3000001907px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 16px;
    border-radius: 8px;
    gap: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-item-left-text:hover {
    background: rgba(255, 255, 255, 0.35);
}

.btn-block-duo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* -------------------1 */
.section-wrapp {
    padding: 0 20px;
}

.about-forum {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    grid-auto-rows: 1fr;
}

.about-forum-grid-item {
    border-radius: 12px;
    position: relative;
    transition: ease-out box-shadow 0.3s;
}

.about-forum-grid-item:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.about-forum-img-text-block {
    transition: ease-out transform 0.3s;
}

.about-forum-grid-item:hover .about-forum-img-text-block {
    transform: translateY(-7px);
}

.about-forum-grid-item:hover img {
    height: 92%;
}

.about-forum-item {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.about-forum-item:hover .about-forum-bloc-icon {
    gap: 10px;
}

.about-forum-item:hover .about-forum-bloc-text {
    transform: translateY(-7px);
}

.about-forum-grid-item img {
    position: absolute;
    height: 90%;
    transition: ease-out height 0.3s;
}

.about-forum .about-forum-grid-item:nth-child(1) {
    background-color: var(--bg-island-1);
}

.about-forum .about-forum-grid-item:nth-child(2) {
    background: linear-gradient(245.19deg, #ffffff 42.7%, #eaeaea 77.36%);
    height: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 32px;
}

.about-forum .about-forum-grid-item:nth-child(3) {
    background: linear-gradient(103.62deg, #ffffff 51.53%, #eaeaea 93.23%);
    padding-left: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 52px;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}

.about-forum .about-forum-grid-item:nth-child(3) .about-forum-img-text {
    align-items: flex-start;
}

.about-forum .about-forum-grid-item:nth-child(3) .about-forum-img-text-block div,
.about-forum .about-forum-grid-item:nth-child(4) .about-forum-img-text-block div {
    text-align: left;
}

.about-forum .about-forum-grid-item:nth-child(3) img {
    bottom: 0;
    right: 0;
}

.about-forum .about-forum-grid-item:nth-child(4) {
    background-color: var(--bg-island-1);
    -webkit-backdrop-filter: blur(24.5px);
    backdrop-filter: blur(24.5px);
    background-image: url(/local/templates/design_2025/./img/bg-2-3.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding-left: 32px;
    padding-bottom: 32px;
    transition: ease-out background-image 0.3s;
}

.about-forum .about-forum-grid-item:nth-child(4):hover {
    background-image: url("/local/templates/design_2025/./img/bg-2-3 2.png");
}

.about-forum .about-forum-grid-item:nth-child(4) .about-forum-img-text-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.about-forum-grid-item-large {
    grid-column: 2/4;
    grid-row: 2/3;
    background-color: #e0e0e0;
}

.about-forum-bloc-icon {
    display: flex;
    gap: 8px;
    transition: gap 0.3s ease;
}

.about-forum-bloc-icon-wrapp {
    border-radius: 10px;
    padding: 13px;
    background: var(--accent);
    display: flex;
    align-items: center;
}

.about-forum-bloc-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: ease-out transform 0.3s;
}

.about-forum-img-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
    gap: 52px;
    z-index: 1;
}

.about-forum-grid-item.about-forum-grid-item-large {
    background: url("/local/templates/design_2025/./img/bg-2-4.gif") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.about-forum-grid-item.about-forum-grid-item-large:hover div:nth-child(1) {
    row-gap: 24px;
}

.about-forum-grid-item.about-forum-grid-item-large h2 {
    color: var(--icon-primary-inv);
}

.about-forum-grid-item.about-forum-grid-item-large p {
    color: var(--icon-secondary-inv);
}

.about-forum-grid-item.about-forum-grid-item-large div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 17px;
    transition: ease-out row-gap 0.3s;
}

/* ------slayder */
.forum-speakers {
    position: relative;
}

.forum-speakers-top .h1 {
    margin-bottom: 0;
}

.forum-speakers-top {
    display: flex;
    align-items: start;
    margin-bottom: 2rem;
}

.forum-speakers-top h2 {
    flex: 1.7;
}

.forum-speakers-top p {
    padding-left: 1rem;
    color: var(--text-secondary);
    flex: 1.4;
}

.forum-speakers-top .block-a {
    flex: 0.9;
    display: flex;
    justify-content: flex-end;
}

.bg-slaider-logo {
    background-image: url("/local/templates/design_2025/./img/bg-slaider-logo.png");
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: top center;
}
.bg-slaider-logo:hover img {
    transform: scale(1.05);
}

/* ======= */
/* Стили для слайдера */
.speakers-slick-slider {
    width: 100%;
    margin: 0 auto;
}

.speakers-slick-slider .slick-slide {
    margin: 0 10px;
    /* Отступы между слайдами */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.speakers-slick-slider .slick-list {
    margin: 0 -10px;
    /* Компенсируем отступы слайдов */
}

.custom-arrows {

    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.slick-prev-custom,
.slick-next-custom {
    background: var(--accent);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: var(--btn-primary-hover);
    transform: scale(1.1);
}

.slick-prev-custom svg,
.slick-next-custom svg {
    width: 20px;
    height: 20px;
}

.slider-hovering {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    color: var(--bg-island-1);
    border-radius: 8px;
    z-index: 1;
    padding-top: 40px;
}





.title-bg, .text-bg {
    position: relative;
    z-index: 1;

}
.title-bg{
    width: 50%;
}

.slider-hovering-block {
    overflow: hidden;
    max-height: 0;
    transition: ease-in-out max-height 1s;
}

.person-card {
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.person-card img {
    width: 100%;
    height: 100%;
    display: block;
    transition: ease-in-out transform 0.3s;
}

.person-card:hover .slider-hovering-block {
    max-height: 500px;
}

.person-card:hover .person-card img {
    transform: scale(1.1);
}

.speakers-slick-slider .slick-slide {
    margin: 0 10px;
}

.speakers-slick-slider {
    width: 100%;
    margin: 0 auto;
}

.slider-hovering p {
    color: var(--bg-island-1);
}

/* =======news */
.news-block {
    color: var(--text-primary);
}

.btn-wrapp {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0;
}

.news-block-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.news-block-item--cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.news-block-item-left {
    background-color: var(--bg-island-1);
    flex: 1;
    padding: 20px 23px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.2s linear;
}
.news-block-item-left .img-box {
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    height: 400px;
}
.news-block-item-left:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.news-block-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.news-block-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    border-radius: 8px;
}

/* Эффект при наведении */
.news-block-item-right-subblock:hover img,
.news-block-item-left:hover img {
    transform: scale(1.05);
}

.news-block-item-left-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.right-subblock-text div,
.news-block-item-left-text div {
    border-radius: 30px;
    padding: 6px 20px;
    background: var(--bg-subtitle);
}

.right-subblock-text.gap-0 {
    gap: 0;
}

.news-block-item-right-subblock {
    background-color: var(--bg-island-1);
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 24px;
    padding: 16px;
    border-radius: 12px;
    transition: all 0.2s linear;
}
.news-block-item-right-subblock:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.news-block-item-right-subblock p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-subblock-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 220/148;
    overflow: hidden;
    border-radius: 8px;
}

.right-block-img {
    border-radius: 8px;
    overflow: hidden;
}

/* .right-subblock-img {
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/design_2025/./img/news1.png);
  background-repeat: no-repeat;
  background-size: cover;
    background-position: center;
  flex: 1;
  border-radius: 8px;
} */
.right-subblock-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1.5;
}

/* <!-- -------------секции форума --> */
.forum-sections-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.calendary {
    color: var(--bg-island-1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.forum-sections-subitem-text p.p-xsmall {
    border-radius: 40px;
    padding: 6px 10px;
    background: var(--bg-subtitle);
    margin: 0 1rem 1rem;
}

.forum-sections-subitem-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.forum-sections-subitem-text h5 {
    color: var(--icon-primary-inv);
}

.forum-sections-subitem {
    min-height: 380px;
    background-image: url(/local/templates/design_2025/./img/bg-seck.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.forum-sections-subitem .speaker-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 0;
}
.forum-sections-subitem .forum-sections-subitem-text,
.forum-sections-subitem .calendary {
    z-index: 10;
}

/* ========наши партнеры */
.our-partners {
    display: flex;
    gap: 20px;
}

.our-partners-left {
    flex: 5;
}

.our-partners-right {
    flex: 7;
}

.our-partners-right {
    display: flex;
    -moz-column-gap: 13px;
    column-gap: 13px;
}

.our-partners-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--bg-island-1, #fff);
    width: 100%;
    flex: 1;
    flex-shrink: 0;
    padding-inline: 35px;
    transition: all 0.2s linear;
}
.our-partners-right a:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.our-partners-right a:hover img {
    transform: scale(1.1);
}

.our-partners-right a img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s linear;
}

/* ========== */
.forum-sections-subitem {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.forum-sections-subitem:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.calendary {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 1rem;
    justify-content: flex-end;
}

.calendary svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.forum-sections-subitem-text {
    position: relative;
    background: linear-gradient(360deg, rgba(62, 62, 62, 0.7) 0%, rgba(62, 62, 62, 0) 100%);
    border-radius: 12px;
    transition: all 0.4s ease;
    min-height: 50px;
}

.forum-sections-subitem-text h5 {
    margin: 0 1rem;
    transition: all 0.4s ease;
}

.forum-sections-subitem-text .p-xsmall {
    margin: 0;
    transition: all 0.4s ease;
}

.spicker-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(360deg, rgba(62, 62, 62, 0.7) 0%, rgba(62, 62, 62, 0) 100%);
    border-radius: 0 0 12px 12px;
    border-radius: 0 12px 12px 0;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

.spicker-block-person {
    display: flex;
    gap: 5px;
    padding: 1rem;
}
.spicker-block-person > div {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 50%;
    flex: 0 0 auto;
    overflow: hidden;
}
.spicker-block-person img {

    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    display: block;
}

.spicker-block h6 {
    color: var(--bg-island-1);
    padding-left: 1rem;
}

.forum-sections-subitem:hover .forum-sections-subitem-text {
    padding-bottom: 120px;
}

.forum-sections-subitem:hover .forum-sections-subitem-text h5 {
    transform: translateY(-25px);
    -webkit-line-clamp: 1;
}

.forum-sections-subitem:hover .forum-sections-subitem-text .p-xsmall {
    transform: translateY(-25px);
    opacity: 0.8;
}

.forum-sections-subitem:hover .spicker-block {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* -------------------- */
.our-partners-right > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.our-partners-right img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ===============contackt */
.contacts-item {
    display: flex;
    gap: 1rem;
}

.contact-head {
    text-align: center;
    margin-bottom: 30px;
}

.contacts .contacts-item-img,
.contacts .accordion {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.contacts-item-img img {
    width: 100%;
    border-radius: 14px;
}

/* --аккордион */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: var(--bg-island-1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transition: background 0.3s ease;
}

.accordion-item.active .accordion-header {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-header h5 {
    padding: 1.5rem;
}

.accordion-header:hover {
    background: #e9ecef;
}

.accordion-header h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.accordion-icon {
    background: var(--accent);
    padding: 2em;
}

.accordion-icon svg {
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    background: white;
    transition: all 0.2s linear;
}

.accordion-content-inner {
    overflow: hidden;
    padding: 20px;
    line-height: 1.6;
    color: rgb(57, 54, 54);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-content-inner h4 {
    color: var(--accent);
}

.accordion-item .accordion-icon {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-icon svg {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 1000px;
    padding: 0 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-link.p-medium {
    color: var(--text-primary);
}

/* footer==== */
.footer, .footer_block {
    background-color: rgb(163, 0, 8);
    padding: 21px 0 21px 0;
    color: white;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-socials {
    display: flex;
    gap: 9px;
}
.footer-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1490196078);
    background: rgba(255, 255, 255, 0.2509803922);
    border-radius: 12px;
    transition: all 0.3s ease;
}
.footer-social:hover {
    background: rgba(255, 255, 255, 0.4509803922);
}
.footer-info {
    width: 240px;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    text-align: right;
    color: #fff;
}

/* News page start */
#main {
    width: 100%;
    min-height: 453px;
    display: flex;
    align-items: flex-end;
    padding-block: 90px 50px;
    margin-block: 0;
}

.main-bg {
    background: url("/local/templates/design_2025/./img/news.png") no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 20px 20px;
}

.main-bg.no-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(189deg, #d0000a 1.74%, #a30008 71.18%), url("/local/templates/design_2025/./img/main-bg.svg") bottom right/437px no-repeat;
    background-blend-mode: overlay;
}

@media (max-width: 440px) {
    .main-bg.no-img {
        background-size: 100%;
    }
}
.main-wrap > * {
    color: #fff;
}

.min-title {
    margin-bottom: 16px;
}

.news-block-item-right--cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news-more {
    margin-top: 40px;
    margin-inline: auto;
}

/* News page end */
/* delovaya-programma page start */
#delovaya-programma {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 18px;
    column-gap: 18px;
}

#delovaya-programma .sidebar {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

#delovaya-programma .sidebar li {
    color: #393636;
    font-family: "Geometria";
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5.6500000954px);
    backdrop-filter: blur(5.6500000954px);
    text-align: center;
    padding-block: 18px;
    cursor: pointer;
}

#delovaya-programma .sidebar li.active {
    box-shadow: none;
}

.progam-content h3 {
    margin-bottom: 32px;
}

.progam-content img {
    width: 100%;
    height: auto;
    display: block;
}

.progam-content > div:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 440px) {
    .progam-content > div:not(:last-child) {
        margin-bottom: 32px;
    }
}
@media (max-width: 1155px) {
    #delovaya-programma .sidebar {
        max-width: 150px;
    }
    #delovaya-programma .sidebar li {
        padding-block: 14px;
    }
    .news-subblock__card {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .time-spikers {
        margin-bottom: 10px;
    }
}
@media (max-width: 1083px) {
    .time-place .time p,
    .time-place .place p {
        font-size: 12px;
    }
    .time-place {
        padding: 5px 14px;
    }
    .spikers li {
        width: 34px;
        height: 34px;
    }
    .header-tag h4 {
        font-size: 22px;
        line-height: 130%;
    }
}
/* meropriyatie page start */
.meropriyatie-grid {
    display: grid;
    grid-template-columns: 1fr 363px;
    justify-content: space-between;
    -moz-column-gap: 77px;
    column-gap: 77px;
    margin-bottom: 32px;
}

.go-back {
    width: -moz-fit-content;
    width: fit-content;
}

.meropriyatie-left .content {
    margin-top: 12px;
}

.meropriyatie-left .content > *:not(:last-child) {
    margin-bottom: 32px;
}

.meropriyatie-left .content img {
    width: 100%;
    height: auto;
    display: block;
}

.meropriyatie-right__card {
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.meropriyatie-right__card h5 {
    margin-bottom: 25px;
}

.meropriyatie-right__card .flex-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.meropriyatie-right__card .flex-item:not(:last-child) {
    margin-bottom: 12px;
}

/* meropriyatie page end */
.forum-partners__head {
    display: flex;
    align-items: start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
}

.forum-partners__head h1 {
    color: var(--text-primary);
}

.forum-partners__head p {
    max-width: 479px;
    margin-left: auto;
}

.forum-partners-wrapp {
    margin-block: 107px 84px;
    border-radius: 20px;
    background: var(--bg-island-1, #fff);
    padding-block: 90px 110px;
}

.forum-partners-wrapp section {
    margin-block: 0;
}

.forum-partners-wrapp .card {
    border-radius: 12px;
    background: var(--bg-global, #f5f5f5);
    width: 244px;
    height: 208px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.forum-partners-wrapp .card img {
    width: 100%;
    height: auto;
    max-width: 135px;
    display: block;
    transition: ease-out transform 0.3s;
}

.partners-slider-right {
    transform: rotate(180deg);
}

.partners-slider-left .card:hover img {
    transform: scale(1.2) !important;
}

.partners-slider-right .card img {
    transform: rotate(-180deg) scale(1);
}
.partners-slider-right .card:hover img {
    transform: rotate(-180deg) scale(1.2) !important;
}

.content-img {
    width: 100%;
    height: auto;
    display: block;
}

.news-single-left .content > *:not(:last-child) {
    margin-bottom: 32px;
}

.news-single-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    -moz-column-gap: 77px;
    column-gap: 77px;
    margin-bottom: 25px;
}

.news-single-right > *:not(:last-child) {
    margin-bottom: 24px;
}

.become-partner-info {
    display: flex;
    gap: 32px;
    flex-direction: column;
    max-width: 860px;
}
.become-partner-info > *,
.become-partner-info .p-small {
    color: black !important;
}
.become-partner-info .list-disc {
    margin-top: 20px;
}
.become-partner-info .list-disc li {
    line-height: 175%;
}
/* .become-partner-info .list-disc li::after {
  background-color: var(--accent, #d0000a);
} */
.become-partner-info .bottom-box .list-disc {
    margin-top: 10px;
}

.forum-become-partners-container {
    display: flex;
    gap: 78px;
    align-items: center;
}
.forum-become-partners-left {
    max-width: 464px;
}
.forum-become-partners-left p {
    margin: 20px 0 82px 0;
}
.forum-become-partners .become-partners-icons {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.forum-become-partners .become-partners-icons .top-icons,
.forum-become-partners .become-partners-icons .bottom-icons {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    opacity: 0.5;
}
.forum-become-partners .become-partners-icons a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forum-become-partners-right {
    flex: 1;
    background: white;
    padding: 52px 32px;
    border-radius: 20px;
}
.forum-become-partners-right form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.forum-become-partners-right .form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.forum-become-partners-right .form-box {
    display: flex;
    gap: 14px;
}
.forum-become-partners-right .form-box label {
    display: block;
    color: var(--text-secondary);
    margin-bottom: 8px;
}
.forum-become-partners-right .form-box input {
    width: 100%;
    height: 100%;
    background-color: #f7f8f8;
    display: block;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 13px 16px 13px 42px;
    box-sizing: border-box;
}
.forum-become-partners-right .form-box input::-moz-placeholder {
    color: #858282;
}
.forum-become-partners-right .form-box input::placeholder {
    color: #858282;
}
.forum-become-partners-right .form-box > div {
    flex: 1;
}
.forum-become-partners-right .input-box {
    width: 100%;
    height: 46px;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}
.forum-become-partners-right .input-box .icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    transition: filter 0.3s ease;
}
.forum-become-partners-right .input-box:focus-within .icon {
    filter: brightness(0) saturate(100%);
}
.forum-become-partners-right .private-police {
    display: flex;
    align-items: center;
    gap: 8px;
}
.forum-become-partners-right .private-police input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 0.5px solid transparent;
    cursor: pointer;
}
.forum-become-partners-right .private-police input[type=checkbox]:checked {
    background: var(--accent);
    border-color: var(--accent);
}
.forum-become-partners-right .private-police label {
    color: var(--text-primary);
    cursor: pointer;
}

.select-container {
    position: relative;
}
.select-container .select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    transition: transform 0.3s ease;
}
.select-container .select-options {
    position: absolute;
    top: 100%;
    border-radius: 4px;
    background: #f7f8f8;
    padding: 10px;
    width: 100%;
    margin-top: 4px;
    box-sizing: border-box;
    z-index: 10;
    display: none;
}
.select-container .select-options .select-option {
    line-height: 175%;
    cursor: pointer;
}
.select-container.open .select-options {
    display: block;
}
.select-container.open .select-arrow {
    transform: rotate(180deg);
}

.news-details {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(/local/templates/design_2025/img/news-detail-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 20px 20px;
}
.news-details .main-title {
    margin-bottom: 8px;
}

.news-detail {
    color: var(--text-primary, #181616);
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 60px !important;
}
.news-detail .news-quote {
    border-left: 10px solid var(--bg-accent, #d0000a);
    margin-left: 32px;
    display: flex;
    padding: 20px 20px 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.news-detail .news-quote-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.news-detail .news-quote-user-img {
    width: 66px;
    height: 66px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.news-detail .news-quote .user-info {
    color: var(--text-tertiary, #858282);
    margin-top: 6px;
}
.news-detail .news-quote-info {
    font-style: italic;
    color: var(--text-secondary, #393636);
    margin-top: 25px;
}
.news-detail .cerfiticate-box {
    max-width: 556px;
    height: 574px;
}
.news-detail .cerfiticate-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 278/287;
}
.news-detail .news-detail-slider .swiper-btn-prev {
    left: 20px;
}
.news-detail .news-detail-slider .swiper-btn-next {
    right: 20px;
}
.news-detail .news-detail-slider .swiper-btn-prev,
.news-detail .news-detail-slider .swiper-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 20px;
    background: var(--bg-accent, #d0000a);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news-detail .news-detail-slider .swiper-btn-prev.swiper-button-disabled,
.news-detail .news-detail-slider .swiper-btn-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.news-detail .news-detail-slider .swiper-slide img {
    border-radius: 12px;
    height: 574px;
    width: 100%;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
}

.mentioned-news {
    color: var(--text-primary, #181616);
}
.mentioned-news-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
}
.mentioned-news-card {
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    gap: 24px;
    align-items: start;
    width: 420px;
    box-sizing: border-box;
}
.mentioned-news-card-title {
    margin-bottom: 12px;
}
.mentioned-news-card p {
    color: var(--text-secondary, #393636);
}
.mentioned-news-card-img {
    width: 112px;
    height: 152px;
    aspect-ratio: 112.48/152;
}
.mentioned-news .navigate {
    padding-bottom: 46px;
}

@media (max-width: 768px) {
    .news-single-right > *:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {
    .news-single-grid {
        -moz-column-gap: 35px;
        column-gap: 35px;
        grid-template-columns: 1fr 250px;
    }
    .forum-become-partners-container {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .forum-become-partners-right {
        width: 100%;
        flex: none;
        box-sizing: border-box;
    }
    .forum-become-partners-left p {
        margin: 20px 0;
    }
    .forum-become-partners-left {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .news-single-right > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .news-detail .news-quote {
        margin-left: 0;
    }
    .news-detail .news-detail-slider .swiper-slide img {
        height: 350px;
    }
    .mentioned-news-cards > div {
        flex: 1;
        width: 100%;
    }
    .mentioned-news .navigate {
        padding-bottom: 0;
    }
    .news-detail {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 635px) {
    .news-single-grid {
        -moz-column-gap: 15px;
        column-gap: 15px;
        grid-template-columns: 1fr 150px;
    }
    .forum-become-partners-right .form-box {
        flex-direction: column;
    }
    .forum-become-partners-right form {
        gap: 14px;
    }
    .forum-become-partners-right {
        padding: 24px;
    }
    .forum-become-partners-right .form-bottom img {
        width: 170px;
    }
    .forum-become-partners-right .private-police input {
        min-width: 16px;
        max-width: 16px;
    }
    .forum-become-partners-container {
        gap: 20px;
    }
    .forum-become-partners .become-partners-icons .top-icons,
    .forum-become-partners .become-partners-icons .bottom-icons {
        gap: 0;
    }
    .news-detail .cerfiticate-box {
        max-width: 100%;
        height: 350px;
    }
    .news-detail .news-quote {
        padding: 0 0 0 20px;
        border-width: 5px;
    }
    .news-detail .news-quote-info {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .news-single-grid {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
    .news-single-left .content > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .news-single-right > *:not(:last-child) {
        margin-bottom: 0;
    }
    .news-single-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 390px) {
    .news-single-right {
        grid-template-columns: 1fr;
    }
}
.speakers-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.speakers-cards .person-card h3 {
    line-height: 100%;
}

@media (max-width: 1200px) {
    .speakers-cards .bg-slaider-logo {
        height: auto;
    }
}
@media (max-width: 992px) {
    .speakers-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .speakers-cards {
        gap: 10px;
    }
}
@media (max-width: 650px) {
    .speakers-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 350px) {
    .speakers-cards {
        grid-template-columns: 1fr;
    }
}
#speaker .bg-slaider-logo {
    height: auto;
}

.login-card {
    border-radius: 12px;
    background: var(--bg-island-1, #fff);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.login-card a {
    width: -moz-fit-content;
    width: fit-content;
}

.navigate {
    margin-top: 60px;
}

@media (max-width: 440px) {
    .navigate {
        margin-top: 32px;
    }
}
.contact-participation {
    margin-top: 66px;
    position: relative;
}
.contact-participation .top-up-btn {
    position: absolute;
    bottom: 5px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    border: 1px solid var(--bg-accent, #d0000a);
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5.65px);
    backdrop-filter: blur(5.65px);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contact-participation .top-up-btn .arrow {
    opacity: 0;
    position: absolute;
    left: 37%;
    margin-top: 6px;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}
.contact-participation .top-up-btn .arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}
.contact-participation .top-up-btn .arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}
.contact-participation .top-up-btn .arrow:before,
.contact-participation .top-up-btn .arrow:after {
    background: var(--accent);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 3px;
}
.contact-participation .top-up-btn .arrow:before {
    transform: rotate(-45deg) translateX(-30%);
    transform-origin: top left;
}
.contact-participation .top-up-btn .arrow:after {
    transform: rotate(45deg) translateX(30%);
    transform-origin: top right;
}
@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 55%;
    }
    70% {
        opacity: 1;
        top: 40%;
    }
    100% {
        opacity: 0;
        top: 55%;
    }
}

.home-intro-title {
    font-size: 50px;
    margin-bottom: -21px;
}
.home-intro .btn-primary {
    height: 52px;
    /* p-small */
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
}
.home-intro .btn-block-duo {
    gap: 27px;
}

.forum-main #main {
    min-height: 320px;
}

.main-bg .forum-main-title {
    font-size: 46px;
    line-height: 145%; /* 66.7px */
    margin-bottom: 8px;
}

.forum-mission {
    display: flex;
    align-items: start;
    justify-content: space-between;
    color: #000;
    margin-top: 60px !important;
    margin-bottom: 80px !important;
}
.forum-mission-left {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.forum-mission-left .list-disc li {
    line-height: 175%;
}
/* .forum-mission-left .list-disc li::after {
  background-color: var(--accent);
} */
.forum-mission-right {
    max-width: 596px;
    height: 429px;
    border-radius: 8px;
    overflow: hidden;
}
.forum-mission-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.forum-audience {
    color: var(--text-primary, #181616);
}
.forum-audience-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 32px;
}
.forum-audience-card {
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.forum-audience-card .card-number {
    position: absolute;
    right: -9px;
    bottom: -45px;
    color: #292d32;
    font-size: 90px;
    font-weight: 800;
    line-height: 145%;
    text-transform: uppercase;
    opacity: 0.1;
}
.forum-audience-card h3 {
    height: 82px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.forum-audience-card p {
    color: var(--text-secondary, #393636);
}
.forum-audience .child-cards {
    display: flex;
    gap: 14px;
}
.forum-audience .child-cards .child-card {
    width: 100%;
    height: 150px;
    padding: 44px 27px 33px 25px;
    color: #fff;
    border-radius: 12px;
    background: var(--bg-accent, #d0000a);
    position: relative;
}
.forum-audience .child-cards .child-card h3 {
    width: 228px;
}
.forum-audience .child-cards .child-card img {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 17px;
    right: 27px;
    z-index: 1;
}

.photo-report {
    margin: 90px 0 100px 0;
}
.photo-report-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.photo-report .photo-report-slick img {
    width: 100%;
    height: 318px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.photo-report .slick-list {
    overflow: visible !important;
}
.photo-report .slick-slide {
    margin: 0 10px;
}
.photo-report .slick-list {
    margin: 0 -10px;
    overflow: visible !important;
}

.results-detail {
    background: url(/local/templates/design_2025/img/results-detail.gif) no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 48px 219px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 100px 0 80px 0 !important;
}
.results-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
}
.results-detail h5 {
    margin: 20px auto 32px auto;
    max-width: 860px;
}
.results-detail .btn-primary {
    margin: 0 auto;
    background: #fff;
    color: var(--text-accent, #d0000a);
}

.forum-areas {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    color: var(--text-primary, #181616);
}
.forum-areas-left {
    max-width: 526px;
}
.forum-areas-left p {
    margin: 24px 0 32px 0;
    color: var(--text-secondary, #393636);
}
.forum-areas-right {
    max-width: 640px;
}
.forum-areas .accordion-icon {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.forum-areas .accordion-header h5 {
    padding: 9px 9px 9px 30px;
}

.people-say {
    background: #fff;
    padding: 48px 0 62px 0;
}
.people-say section {
    margin-block: 0 !important;
}
.people-say-title {
    text-align: center;
    margin-bottom: 32px;
}
.people-say .custom-arrows {
    justify-content: center;
    margin-bottom: 0;
}
.people-say-slider .slick-slide {
    margin: 0 10px;
}
.people-say-slider .slick-list {
    margin: 0 -10px;
}
.people-say-slider .slider-card {
    border: 2px solid var(--bg-global, #f5f5f5);
    background: var(--bg-global);
    border-radius: 12px;
    overflow: hidden;
}
.people-say-slider .slider-card-head {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: space-between;
    background: #fff;
    position: relative;
}
.people-say-slider .slider-card-head > div {
    width: 231px;
}
.people-say-slider .slider-card-head p {
    color: #858282;
    margin-top: 6px;
}
.people-say-slider .slider-card-img {
    border-radius: 8px;
    border: 2px solid #fff;
    width: 128px;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 24px;
    bottom: -16px;
}
.people-say-slider .slider-card-content {
    padding: 32px 20px 20px 20px;
}

.forum-motion {
    padding: 46px 0 80px 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #a30008;
    color: #fff;
}
.forum-motion section {
    margin-block: 0 !important;
}
.forum-motion-title {
    margin-bottom: 32px;
}
.forum-motion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.forum-motion-card {
    height: 488px;
    padding: 5px 20px 42px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
}
@media (max-width: 1310px){
    .forum-motion-card {
        height: 456px;
    }
}
@media (max-width: 1200px){
    .forum-motion-card {
        height: 420px;
    }
}
@media (max-width: 1100px){
    .forum-motion-card {
        height: 364px;
    }
}
@media (max-width: 1024px) {
    .forum-motion-card {
        height: 550px;
    }
}
@media (max-width: 950px) {
    .forum-motion-card {
        height: 436px;
    }
}
@media (max-width: 850px) {
    .forum-motion-card {
        height: 353px;;

    }
}
@media (max-width: 620px) {
    .forum-motion-card {
        height: 800px;
        padding: 5px 3rem 42px 3rem;
    }
}
@media (max-width: 500px) {
    .forum-motion-card {
        height: 550px;
        padding: 5px 0.5rem 42px 0.5rem;
    }
}
@media (max-width: 400px) {
    .forum-motion-card {
        height: 565px;
        padding: 5px 0.5rem 42px 0.5rem;
    }
}
@media  (max-width: 320px) {
    .forum-motion-card {
        height: 475px;

    }
}
@media  (max-width: 285px) {
    .forum-motion-card {
        padding: 5px 0 42px 0;

    }
}

.forum-motion-card h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24.825px;
    font-weight: 500;
}
.forum-motion-card p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20.688px;
    font-weight: 500;
    margin-top: 33px;
}
.forum-motion-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.forum-page {
    overflow-x: hidden;
}
.forum-page .contacts h1 {
    color: #000;
    margin-bottom: 8px;
}
.forum-page .our-partners {
    margin-block: 100px !important;
    justify-content: space-between;
}
.forum-page .our-partners .our-partners-left {
    max-width: 467px;
    padding-top: 42px;
}
.forum-page .our-partners .our-partners-right {
    max-width: 758px;
}
/* .forum-page .our-partners .our-partners-right a {
  height: 263px;
} */

.form-history {
    background-color: #fff;
    padding: 40px 0 60px 0;
}
.form-history .title-box {
    text-align: center;
    margin-bottom: 32px;
}
.form-history .title-box h3 {
    color: var(--text-primary, #181616);
    margin-bottom: 24px;
}
.form-history .title-box p {
    color: var(--text-secondary, #393636);
    max-width: 934px;
    margin: 0 auto;
}
.form-history .timeline-card {
    width: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}
.form-history .timeline-card h4 {
    padding: 10px 0;
    position: relative;
    color: #000;
    border-top: 2px solid var(--text-primary, #181616);
    border-bottom: 2px solid var(--text-primary, #181616);
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    height: 55px;
    box-sizing: border-box;
}
.form-history .timeline-card h3 {
    color: var(--text-accent, #d0000a);
}
.form-history .timeline-card p {
    color: var(--text-secondary, #393636);
    max-width: 997px;
    margin: 0 auto;
}
.form-history .swiper-container-wrapper {
    overflow: visible;
    position: relative;
    z-index: 1;
}
.form-history .swiper-container-wrapper .swiper {
    padding: 20px;
    margin: -20px;
}
.form-history .swiper-container-wrapper .scroll-container {
    overflow-x: auto;
}
.form-history .swiper-container-wrapper .scroll-container::-webkit-scrollbar {
    display: none;
}
.form-history .swiper-container-wrapper .scroll-container ul {
    min-width: 1300px;
}
.form-history .swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    background: #fff;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.form-history .swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
}
.form-history .swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}
.form-history .swiper-container-wrapper--timeline .swiper-slide-active .title {
    opacity: 1;
}
.form-history .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 2px;
    border-bottom: 3px solid #d1d5db;
    min-width: 1300px;
}
.form-history .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background: var(--bg-accent, #d0000a);
    height: 3px;
    top: 2px;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 100%;
    display: flex;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.old .switch-title::after {
    box-shadow: 0 0 0px 6px #f6ccce;
    background: var(--bg-accent, #d0000a);
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    font-weight: 400;
    transform: translateX(50%) translateY(-24%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 27px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--gray-300, #d1d5db);
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
    transition-delay: 0.4s;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: var(--accent);
    transition-delay: 0.4s;
    width: 19px;
    height: 19px;
    box-shadow: 0 0 0px 7px #f6ccce;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
    color: var(--text-tertiary, #858282);
    font-size: 20px;
}
.form-history .swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
    background: #000;
    box-shadow: 0 0 0px 6px #d1d0d0;
}

/* =============@media */
@media (max-width: 1400px) {
    .contact-participation .top-up-btn {
        right: 10px;
    }
}
@media (max-width: 1310px) {
    .about-forum .about-forum-grid-item:nth-child(2) {
        padding-right: 15px;
    }
    .about-forum .about-forum-grid-item:nth-child(3) {
        padding-left: 15px;
    }
}
@media (max-width: 1253px) {
    .about-forum {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .about-forum > *:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1;
    }
    .about-forum > *:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .about-forum > *:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2;
    }
    .about-forum > *:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    .about-forum > *:nth-child(5) {
        grid-column: 1/3;
        grid-row: 3;
    }
}
@media (max-width: 1155px) {
    .burger {
        display: flex;
    }
    .news-block-item-right-subblock {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
    .news-block-item-right-subblock p {
        -webkit-line-clamp: 4;
    }
    .menu {
        display: none;
    }
    .header-block-nav {
        display: none;
    }
    .header-block-nav-mobil {
        margin: 20px;
    }
    .header-block-nav-mobil a {
        width: 100%;
    }
    .social-links {
        display: flex;
        justify-content: space-between;
        padding: 4px 20px 27px 20px;
    }
    .social-links a {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.25);
    }
    .header-solid .header-block {
        background: rgba(56, 56, 56, 0.75);
        -webkit-backdrop-filter: blur(11.3000001907px);
        backdrop-filter: blur(11.3000001907px);
        border-radius: 8px !important;
    }
    .header-solid svg path {
        fill: var(--bg-island-1);
    }
    .menu-mobil.active {
        left: 50%;
        right: 0;
        width: 50%;
    }
    .forum-audience-cards > div:nth-child(5) {
        grid-column: 1/span 2;
    }
    .forum-audience-cards > div:last-child {
        grid-column: 1/span 2;
    }
    .forum-audience .child-cards .child-card {
        max-height: 220px;
        height: -moz-fit-content;
        height: fit-content;
        padding: 32px;
    }
}
@media (max-width: 1024px) {
    .our-partners-right {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .news-block-item-right--cols-2,
    .news-block-item {
        grid-template-columns: repeat(1, 1fr);
    }
    .about-forum {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .about-forum > *:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1;
    }
    .about-forum > *:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    .about-forum > *:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2;
    }
    .about-forum > *:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    .about-forum > *:nth-child(5) {
        grid-column: 1/3;
        grid-row: 3;
    }
    .forum-sections-item {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .forum-partners__head {
        flex-direction: column;
        gap: 20px;
    }
    .forum-partners__head p {
        margin-left: 0;
    }
    .forum-mission {
        flex-direction: column;
        gap: 20px;
    }
    .forum-mission-right, .forum-mission-left {
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    #main {
        min-height: 295px;
    }
    .news-block-item {
        flex-direction: column;
    }
    .our-partners {
        flex-direction: column;
    }
    .slick-slide img {
        width: 100%;
    }
    .forum-audience-cards {
        display: flex;
        flex-direction: column;
    }
    .results-detail {
        padding: 40px 0;
    }
}
@media (max-width: 830px) {
    .contacts-item {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    h2.h1{
        font-size: 24px;
    }
    .news-block-item h5{
        font-size: 18px;
    }
    .forum-audience-cards {
        margin-top: 20px;
    }
    .forum-audience-cards > div:last-child {
        flex-direction: column;
        gap: 10px;
    }
    .forum-audience-cards > div:last-child .child-card {
        box-sizing: border-box;
    }
    .forum-audience-card h3 {
        height: -moz-fit-content;
        height: fit-content;
    }
    .right-subblock-text {
        gap: 8px;
    }
    .news-block-item-left-text {
        gap: 8px;
    }
    .spicker-block {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .menu-mobil.active {
        left: 0;
        right: 0;
        width: 100%;
    }
    .forum-speakers-top {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    .about-forum-grid-item.about-forum-grid-item-large {
        justify-content: space-evenly;
        gap: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .slick-slide img {
        width: auto;
    }
    .accordion-header h5 {
        padding: 1rem;
    }
    .accordion-icon {
        padding: 1rem;
    }
    .about-forum {
        grid-template-columns: 1fr;
        /* Один столбец */
        grid-template-rows: repeat(5, 1fr);
        /* 5 строк */
    }
    .about-forum > *:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .about-forum > *:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    .about-forum > *:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
    }
    .about-forum > *:nth-child(4) {
        grid-column: 1;
        grid-row: 4;
    }
    .about-forum > *:nth-child(5) {
        grid-column: 1;
        grid-row: 5;
    }
    .video-item-bott-right {
        align-items: center;
        padding-bottom: 10px;
    }
    .video-item-text {
        align-items: center;
        text-align: center;
    }
    .video-item-bott {
        flex-direction: column;
        align-items: center;
        gap: 5rem;
    }
    .menu {
        gap: 15px;
    }
    .menu-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    .dropdown-menu {
        min-width: 180px;
    }
    .video-item span {
        font-size: 63px;
    }
    .video-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .video-item-right {
        flex: none;
        text-align: center;
        padding: 0;
    }
    .video-item-left {
        flex: none;
        text-align: center;
        padding: 0;
    }
    .btn-block-duo {
        justify-content: center;
    }
    .header-solid .header-block-icon svg path {
        fill: var(--bg-island-1);
    }
    .header-solid .header-block {
        background: rgba(56, 56, 56, 0.75);
        -webkit-backdrop-filter: blur(11.3000001907px);
        backdrop-filter: blur(11.3000001907px);
    }
    .footer, .footer_block {
        padding: 30px 15px;
    }
    .forum-sections-item {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
    .footer-info {
        text-align: center;
    }
    .accordion {
        padding: 0 10px;
    }
    .video-item-text {
        width: -moz-fit-content;
        width: fit-content;
        padding-top: 120px;
    }
    .video-item-text h1 {
        font-size: 32px;
    }
    .forum-sections-subitem .forum-sections-subitem-text h5 {
        position: unset;
        transform: none !important;
    }
    .forum-sections-subitem .spicker-block {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .forum-sections-subitem .forum-sections-subitem-text .p-xsmall {
        transform: none !important;
        opacity: 1 !important;
    }
    .about-forum .about-forum-grid-item:nth-child(2) {
        padding-right: 32px;
    }
    .about-forum .about-forum-grid-item:nth-child(2) .p-small,
    .about-forum .about-forum-grid-item:nth-child(2) h2 {
        text-align: right;
    }
    .about-forum .about-forum-grid-item:nth-child(4) {
        padding-left: 32px;
    }
    .about-forum .about-forum-grid-item:nth-child(3) {
        padding-left: 32px;
    }
    .forum-sections-subitem .forum-sections-subitem-text {
        padding-bottom: 120px;
    }
    .forum-mission-right {
        height: 330px;
    }
    .forum-mission {
        margin-block: 0 !important;
    }
    .form-history .timeline-card {
        padding: 20px;
    }
}
@media (max-width: 600px) {
    .results-detail h5 {
        font-size: 16px;
        margin: 20px 0;
    }
    .results-detail {
        margin: 20px 0 !important;
    }
    .photo-report {
        margin-bottom: 50px;
    }
    .photo-report {
        margin-top: 50px;
    }
    .right-subblock-img {
        max-width: 170px;
    }
    .home-intro .btn-block-duo {
        gap: 10px;
        flex-wrap: wrap;
    }
    .home-intro .btn-block-duo a,
    .home-intro .btn-block-duo button {
        width: 100%;
    }
    .video-item-text {
        padding-top: 160px;
    }
    .contact-participation .top-up-btn {
        width: 50px;
        height: 40px;
    }
    .contact-participation .top-up-btn {
        right: 10%!important;
    }
    .contact-participation .top-up-btn .arrow:before,
    .contact-participation .top-up-btn .arrow:after {
        width: 11px;
        height: 2px;
    }
    .contact-participation .top-up-btn .arrow {
        left: 43%;
        margin-top: 4px;
    }
    .forum-audience-card h3 {
        font-size: 20px;
    }
    .forum-audience .child-cards .child-card h3 {
        font-size: 24px;
    }
    .forum-audience-cards > div:last-child .child-card {
        padding: 20px;
    }
    .photo-report-top {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-bottom: 20px;
    }
    .people-say-slider .slider-card-img {
        position: unset;
    }
    .people-say-slider .slider-card-head {
        flex-direction: column-reverse;
        align-items: start;
    }
    .people-say-slider .slider-card-head > div {
        width: 100%;
    }

    .forum-motion {
        padding: 40px 0;
    }
    .forum-page .our-partners {
        margin: 50px 0 !important;
    }
    /* .forum-page .our-partners .our-partners-right a {
      height: 80px;
    } */
}

@media (max-width: 480px) {
    .footer, .footer_block {
        padding: 25px 10px;
    }
}
@media (max-width: 440px) {
    .news-block-item-right-subblock {
        flex-direction: column;
    }
    .right-subblock-img {
        max-width: 100%;
    }
    .header-block-icon {
        width: 108px;
        height: 38px;
        flex-shrink: 0;
        aspect-ratio: 54/19;
    }
    .header-block-icon svg {
        width: 100%;
        height: 100%;
    }
    .header-block {
        min-height: 48px;
    }
    .section-wrapp {
        padding-inline: 10px;
    }
    .news-block-item-left {
        padding: 16px;
    }
    .right-block-img img {
        min-height: 254px;
    }
    .min-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .about-forum .p-small {
        font-size: 14px;
    }
    #main {
        min-height: 420px;
        padding-bottom: 20px;
        padding-top: 60px;
        justify-content: center;
    }
    .main-wrap {
        width: 100%;
        text-align: center;
    }
    .main-wrap .p-medium {
        font-size: 14px;
        font-weight: 500;
        line-height: 135%;
    }
    section.news-block {
        margin-top: 24px;
    }
}
@media (max-width: 425px) {
    h2 {
        font-size: 22px;
    }
    section:not(.video) {
        margin-block: 32px;
    }
}

/* @media (max-width:400px) {

} */ /*# sourceMappingURL=style.css.map */
/* ======================== 404*/
header {
    position: fixed;
}
.page-not{
    width: 100%;
    min-height: calc(100vh - 97px);
    background: linear-gradient(189.14deg, #D0000A 1.74%, #A30008 71.18%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: -1;
}
.page-not-404 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
    font-size: 240px;
    line-height: 145%;
    text-transform: uppercase;
    text-align: center;

    position: absolute;
    left: 50%;
    bottom: 32%;
    transform: translate(-50%, -50%);

}
.page-not-text{
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    display: inline-flex;
    gap: 2rem;
    border-radius: 12px;
    align-items: center;
    padding: 2rem;
    color: rgba(255, 255, 255, 1);
    flex-direction: column;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.page-not-text p{
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.page-not-text a{
    border-radius: 14px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.15);


}
.page-not-text a:hover{
    background: rgba(255, 255, 255, 0.55);
}

.our-partners-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
}

.our-partners-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--bg-island-1, #fff);
    aspect-ratio: 1 / 1;
    padding: 35px;
    transition: all 0.2s linear;
}
.our-partners-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    width: 100%;
}

.our-partners-right a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--bg-island-1, #fff);
    aspect-ratio: 1 / 1;
    padding: 0;
    transition: all 0.2s linear;
    text-decoration: none;
    text-align: center;
}

.our-partners-right a img {
    max-width: 80%;
    max-height: 60%;
    object-fit: contain;
    margin-bottom: 10px;
}

.our-partners-right a h5 {
    margin: 0;
    font-size: 14px;
    color: #333;
    transition: all 0.2s linear;
}
.main-banner img{
    width: 100%;
}
.navigate a.btn-primary.arrow{
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .result-section-in-numbers {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 15px!important;
    }
}


@media (max-width: 768px) {
    .top-up-btn{
        display: none!important;
    }
    .result-section-in-numbers {
        grid-template-columns: 1fr!important;
        gap: 12px!important;
    }
    .forum-become-partners-container{
        padding: 0 20px;
    }
    #accreditation .form-bottom,
    #partners .form-bottom
    {
        gap: 1rem;

    }
    .forum-main-title{
        font-size: 36px!important;
    }
    .cookie-banner {
        position: fixed;
        bottom: 1rem!important;
        left: 1rem!important;
        right: 1rem!important;
        width: auto;
        transform: none!important;

        border-radius: 8px!important;
    }
    .cookie-container {

        flex-direction: column!important;
    }
}


@media (max-width: 480px) {
    .result-section-in-numbers {
        gap: 10px!important;
    }
}

@media (max-width: 350px) {
    .video-item-text h1 {
        font-size: 26px;
    }
}

/* ============================ */
/* ============================ */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}


.container, .header, .navigation, .content {
    max-width: 100%;
    overflow-x: hidden;
}


video, embed {
    max-width: 100%;
    height: auto;
}

/* ================ 1*/
.text-block-conditions h4{
    padding: 2rem 0 0.7rem 0;
}
.text-block-conditions p{
    padding-top: 0.5rem;
}
.private-police a{
    font-weight: 700
}
.mb_5.error_form{
    background: #d0000a80;
    padding: 1rem;
    border-radius: 20px;
    display: inline-block;
    color: #d0000a;
    margin-bottom: 10px;

}
.footer-container.container{
    padding: 0 10px;
}
/* =======================04/12 */
.forum-audience-card.b-right p:last-child,
.forum-audience-card.b-right p:nth-last-child(2)
{
    display: flex;
    align-items: center;
    gap: 10px;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    justify-content: space-between;
}

main, section {
    /* flex: 1 0 auto; */
}

.footer, .footer_block {
    flex-shrink: 0;

}

/* =====================05/12 */
#mainHeader{
    z-index: 995;
}

/* =======================26/12y мероприятия */
.event-filter-top{
    display: flex;
    gap: 1rem;
    background: white;
    padding: 14px;
    border-radius: 12px;
}
.filter-input
{
    width: 100%;
    height: 100%;
    background-color: #f7f8f8;
    display: block;
    outline: none;
    border-radius: 8px;
    padding: 13px 16px 13px 42px;
    box-sizing: border-box;
    border: 1px solid  #D1D5DB;
}
.filter-group-select{
    display: flex;
    align-items: center;
}
.filter-select{
    border: none;
}

/* Стили для группы с селектом и иконкой */
.filter-group-select {
    position: relative;
    display: inline-block;
    min-width: 200px;

}

/* Скрываем нативный select */
.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 40px 12px 45px;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.filter-select:hover {
    border-color: #A0A4A9;
}



/* Иконка слева */
.filter-group-select > svg:first-of-type {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

/* Кастомная стрелка справа */
.custom-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

/* Стили для disabled состояния */
.filter-select:disabled {
    background-color: #F5F5F5;
    color: #A0A4A9;
    cursor: not-allowed;
    border-color: #E0E0E0;
}

.filter-select:disabled + .custom-arrow svg path {
    fill: #E0E0E0;
}

/* Стили для option */
.filter-select option {
    padding: 8px;
    font-size: 14px;
    color: #333333;
}

.filter-select option:disabled {
    color: #A0A4A9;
}

.filter-select option:checked {
    background-color: #F0F7FF;
    color: #4A90E2;
}

/* Адаптивность */
@media (max-width: 768px) {
    .filter-group-select {
        width: 100%;
    }

    .filter-select {
        padding: 10px 40px 10px 45px;
        font-size: 16px; /* Увеличение для мобильных */
    }
}

.news-subblock__card-img-vremj h4{
    font-size: 24px;
}
.news-subblock__card-img{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.news-subblock__card-img-icon svg{
    padding-top: 2px;
}
.news-subblock__card{
    padding: 20px 24px;
}
.news-subblock__card{
    align-items: center
}
.news-subblock__card-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.card-item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card-item-top-left p{
    background: #F0F1F2;
    padding: 6px 10px;
    border-radius: 40px;
}
.card-item-bottom{
    display: flex;
    align-items: center;
    gap: 8px;
}
.event-filter{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}
.cert{
    background-color: #DFDFDF;
    height: 120px;
    width: 1px;
}
.card-item-bottom p{
    line-height: 145%;
}
.event-filter-item{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* ==============ии */
/* Стили для скрытых карточек */
.news-subblock__card.hidden {
    display: none !important;
}

/* Сообщение "Нет результатов" */
.no-results {
    display: none;
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
    grid-column: 1 / -1; /* если используется grid */
    width: 100%;
}

/* Кнопка сброса фильтров */
.reset-filters-btn {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.reset-filters-btn:hover {
    background: #e0e0e0;
}

/* Анимация для карточек */
.news-subblock__card {
    transition: opacity 0.3s ease, transform 0.3s ease;
}


/* ===================12/01 */
.about-forum-grid-item.about-forum-grid-item-large.meropriyt-sub{
    padding: 24px 0 48px 0;
    flex-direction: column;
    gap: 2rem;

}
.about-forum-grid-item.about-forum-grid-item-large.meropriyt-sub h5{
    text-align: center;
    width: 69%;
}
.meropriyt-sub-text{
    align-items: center;
    color: white;
}
.meropriyt-sub-a{
    display: flex;
    gap: 1rem;
}

.meropriyt-sub-a .btn-secondary{
    background: white;
    color: #D0000A;
    backdrop-filter: blur(11.300000190734863px);
    display: flex;
    align-items: center;
}
.block-meropriyatiya .navigate {
    margin-top: 0px;
}
.block-meropriyatiya{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.meropriyatie-right{
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.meropriyatie-right__card-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: white;
    box-shadow: 0px 10px 20px 0px #0000001A;
    border-radius: 12px;
}

.meropriyatie-right__card-2 img {
    max-width: 100%;
    height: auto;
}
.speakers-slick-slider-none{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bg-slaider-logo{
    height: auto;
}

.slider-hovering{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 52.4%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(3px)
}
.meropriyatie-block h3.block-sub{
    padding: 3rem 0 2rem 0;
}

.speakers-slick-slider-none .bg-slaider-logo.person-card{
    width: 310px;
    height: 400px;
    overflow: hidden;
    flex-shrink: 0;
}
.slider-hovering h3{
    #white-space: nowrap;
}
#main .container{
    overflow-x: visible;
}
#event-private-police-input {
    display: none;
}
#event-private-police-input + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1.5px solid rgba(205, 199, 199, 1);
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}
#event-private-police-input:checked + label::before

{
    background: rgba(208, 0, 10, 1);
    border-color: rgba(208, 0, 10, 1);
}
#event-private-police-input + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
}
#event-private-police-input + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid transparent;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0;
}
#event-private-police-input:checked + label::after
{
    border-color: white;
    opacity: 1;
}

.meropriyatie-wrapp{
    padding: 0 20px;
}
@media (max-width: 1730px) {
    .main-title{
        width: 90%;
    }

}
@media (max-width: 1500px) {
    .menu-clear-left{
        display: none;
    }
}


@media (max-width: 768px) {
    .form-bottom{
        gap: 1rem;
    }
    .news-subblock__card-img {
        display: flex;
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
    }
    .news-subblock__card{
        flex-direction: column;
        gap: 1rem;
    }
    .event-filter-top{
        flex-direction: column;
    }
    .cert{
        display: none;
    }
    .card-item-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }
    /* .main-wrap {

      padding: 0 20px;
  } */
    .meropriyatie-wrapp .meropriyatie-grid{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .speakers-slick-slider-none .bg-slaider-logo.person-card {
        width: 100%;
    }
    .main-bg.no-img.main-banner{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(189deg, #d0000a 1.74%, #a30008 71.18%), url(/local/templates/design_2025/./img/main-bg.svg) bottom right / 437px no-repeat;
        background-blend-mode: unset;
    }
}


/* Панель всегда сверху */
.bx-panel {
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

/* Фиксируем панель инструментов */
.bx-admin-panel {
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

/* Панель редактирования */
.bx-panel-edit {
    z-index: 999998 !important;
}

/* Меню редактирования */
.bx-panel-edit-menu {
    z-index: 999999 !important;
}

/* ==========05/02/2026 */
.spikers li {
    position: relative;
}
.spikers li img {

    object-fit: cover;
    object-position: center;
}
.people-say-slider{
    margin-bottom: 1rem;
}

/* ====================13/02 кастомный селект */
/* Кастомный селект */
.custom-select {
    position: relative;
    width: 100%;
}

.select-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px 13px 42px;
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    cursor: pointer;

}

.select-header.open {
    border-color: #E0E0E0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-header .selected-text {
    flex: 1;
    color: #B0B0B0;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
}

.select-header .selected-text.filled {
    color: #858282;
}
.select-header.selected .selected-text.filled {
    color: #000;
}
.select-header.selected svg path {
    fill: #000;

}
.select-header .arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8663 9.24112C15.3544 8.75296 16.1457 8.75296 16.6339 9.24112C17.122 9.72928 17.122 10.5206 16.6339 11.0087L12.8838 14.7588C12.3956 15.247 11.6044 15.247 11.1162 14.7588L7.36612 11.0087C6.87796 10.5206 6.87796 9.72928 7.36612 9.24112C7.85428 8.75296 8.64558 8.75296 9.13374 9.24112L12 12.1074L14.8663 9.24112Z" fill="%23A0A4A9"/><path d="M14.8663 9.24112C15.3544 8.75296 16.1457 8.75296 16.6339 9.24112C17.122 9.72928 17.122 10.5206 16.6339 11.0087L12.8838 14.7588C12.3956 15.247 11.6044 15.247 11.1162 14.7588L7.36612 11.0087C6.87796 10.5206 6.87796 9.72928 7.36612 9.24112C7.85428 8.75296 8.64558 8.75296 9.13374 9.24112L12 12.1074L14.8663 9.24112Z" fill="black" fill-opacity="0.2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}
.select-header.open .arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: auto;
    background: white;
    border: 1px solid #E0E0E0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.select-dropdown.show {
    display: block;
}

.select-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}
.select-option span{
    color: #858282;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 135%;
}
.select-option:hover {
    background: #f7f8f8;
;
}
.select-option:hover span {
    color: #000;
}
.select-option.selected {
    background: #f7f8f8;
}
.select-option.selected span {
    color:  #000;
}

.select-option img {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

/* Скрываем оригинальный select */
#partners select[name="type"] {
    display: none;
}

.select-header svg{
    position: absolute;
    left: 15px;
}

.materials-smi-link{
    position: absolute;
    top: 10px;
    left: 10px;
}
.photo-gallery-subsection{
    position: relative;
}
@media (max-width: 768px) {
    .select-dropdown {
        max-height: 200px;
    }
}
/* ==================стили для медиа материалов 16,03 */
.media-download-file-text p{
    color: #181616;
}

.media-download-file-text span{
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #858282;
}
.media-download-link{
    display: inline-flex;
    gap: 1rem;
}
.media-download-files{
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.media-download-file{
    background: #F5F5F5;
    backdrop-filter: blur(11.300000190734863px);
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 14px;

}

.media-filter{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}
.media-filter-top{
    display: flex;
    gap: 1rem;
    background: white;
    padding: 14px;
    border-radius: 12px;
    justify-content: space-between;
}

.media-filter-group-select > svg:first-of-type {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.media-filter-group-select {
    position: relative;
    display: inline-block;
    min-width: 200px;

}
.media-filter-group-select{
    display: flex;
    align-items: center;
}

.media-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 40px 12px 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

.media-filter-select:hover {
    border-color: #A0A4A9;
}

@media (max-width: 768px) {
    .media-filter-group-select {
        width: 100%;
    }
    .media-filter-select {
        padding: 10px 40px 10px 20px;
        font-size: 16px;
    }
}
/* =======================организационный комитет */
.org-comitet-subblock-img {
    max-width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid white;
    outline: 2px solid #e11a22;
    outline-offset: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}


.org-comitet-subblock{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px 0px;
    display: flex;
    text-align: center;
    padding: 32px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    gap: 18px;
    box-sizing: border-box;
    align-items: center;
}

.org-comitet-subblock > :first-child {
    flex: 0 0 85px;
    flex-shrink: 0;

}


.org-comitet-subblock > :nth-child(2) {
    flex: 1;
    min-width: 0;
}
.org-comitet-block{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.org-comitet-subblock-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.org-comitet-subblock-text div{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
.org-comitet-subblock-text span{
    color:#858282;
    font-size: 18px;
    text-align: left;
}


.org-comitet-subblock-img img {

    height: 85px;
}

/* -----------------spiker18/03 */
.speaker-person-text span{
    font-weight: 800;
    font-size: 28px;
    line-height: 145%;
}
.speaker-person{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.speaker-person-img{
    border-radius: 12px;
    max-width: 200px;
    min-width: 120px;
    aspect-ratio: 2 / 2.7;
}
.speaker-person-text{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (max-width: 768px) {
    .org-comitet-subblock{
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 600px) {
    .speaker-person {

        flex-direction: column;
    }
    .speaker-person-img {

        max-width: none;
        min-width: none;

    }
    #speaker .speaker-person-img img{
        max-height:none;
    }
}
#speaker .event-filter {
    margin-top: 4rem;
    gap: 1rem;
}

#speakers .slider-hovering .title-bg h3{
    font-size: 24px;
}

#speakers .speakers-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px;
    align-items: stretch;
}
#speakers .bg-slaider-logo.person-card {
    width: 100%;
    height: 100%; /* Меняем auto на 100% для растяжения */
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Для правильного расположения содержимого */
}
#speakers .bg-slaider-logo.person-card img{
    max-height: none;
    width: 100%;
    height: 400px; /* Фиксированная высота для изображений */
    object-fit: cover;
    object-position: center top;
    flex-shrink: 0; /* Запрещаем сжиматься */
}
.card-item-top-left .acceptance-block-color{

    color: white;
    background-color: var(--btn-primary-default);

}
.header-block-nav-mobil {
    display: flex;

}

.header-block-nav-mobil .btn-primary {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 420px) {
    .forum-main-title
    {
        font-size: 30px !important;
    }
    .org-comitet-subblock-text div {
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .forum-main-title
    {
        font-size: 24px !important;
    }
    .org-comitet-subblock-text div {
        font-size: 20px;
    }
}
/* ================== */
.image-popupI {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.image-popupI.show {
    display: flex;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #413e3e;
    font-size: 40px;
    cursor: pointer;
}

.popup-imageI {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 20px;
}
.media-filter-top-right{
    display: flex;
    gap: 1rem;
}



.photo-gallery-section-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}


.photo-gallery-section-item:last-child {
    margin-bottom: 0;
}

/* Базовые стили для десктопа (5 колонок) */
.item-1 { grid-area: 1 / 1 / 3 / 3; }
.item-2 { grid-area: 1 / 3 / 2 / 4; }
.item-3 { grid-area: 1 / 4 / 2 / 5; }
.item-4 { grid-area: 1 / 5 / 3 / 6; }
.item-5 { grid-area: 2 / 3 / 3 / 4; }
.item-6 { grid-area: 2 / 4 / 4 / 5; }
.item-7 { grid-area: 3 / 1 / 4 / 3; }
.item-8 { grid-area: 3 / 3 / 5 / 4; }
.item-9 { grid-area: 3 / 5 / 4 / 6; }
.item-10 { grid-area: 4 / 1 / 5 / 2; }
.item-11 { grid-area: 4 / 2 / 5 / 3; }
.item-12 { grid-area: 4 / 4 / 5 / 6; }

/* Планшеты (768px и меньше) */
@media (max-width: 768px) {
    .photo-gallery-section-item {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .item-1 { grid-area: 1 / 1 / 3 / 3; }
    .item-2 { grid-area: 1 / 3 / 2 / 4; }
    .item-3 { grid-area: 2 / 3 / 3 / 4; }
    .item-4 { grid-area: 3 / 1 / 4 / 2; }
    .item-5 { grid-area: 3 / 2 / 4 / 3; }
    .item-6 { grid-area: 3 / 3 / 5 / 4; }
    .item-7 { grid-area: 4 / 1 / 5 / 3; }
    .item-8 { grid-area: 5 / 1 / 6 / 2; }
    .item-9 { grid-area: 5 / 2 / 6 / 4; }
    .item-10 { grid-area: 6 / 1 / 7 / 2; }
    .item-11 { grid-area: 6 / 2 / 7 / 3; }
    .item-12 { grid-area: 6 / 3 / 7 / 4; }

    .video-container iframe{
        width: 100%;
    }
}

/* Мобильные устройства (480px и меньше) */
@media (max-width: 480px) {
    .photo-gallery-section-item {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .item-1 { grid-area: 1 / 1 / 3 / 3; }
    .item-2 { grid-area: 3 / 1 / 4 / 2; }
    .item-3 { grid-area: 3 / 2 / 4 / 3; }
    .item-4 { grid-area: 4 / 1 / 5 / 2; }
    .item-5 { grid-area: 4 / 2 / 5 / 3; }
    .item-6 { grid-area: 5 / 1 / 6 / 3; }
    .item-7 { grid-area: 6 / 1 / 7 / 3; }
    .item-8 { grid-area: 7 / 1 / 8 / 2; }
    .item-9 { grid-area: 7 / 2 / 8 / 3; }
    .item-10 { grid-area: 8 / 1 / 9 / 2; }
    .item-11 { grid-area: 8 / 2 / 9 / 3; }
    .item-12 { grid-area: 9 / 1 / 10 / 3; }
}

.photo-gallery-subsection {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.photo-gallery-subsection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.photo-gallery-subsection img:hover {
    transform: scale(1.05);
}
.media-filter-top{align-items: center;}

/* =====================18/05/2026 */

.name-filtr{
    width: 100%;
    margin: 0 auto !important;
}
.spiker-form {
    display: flex;
    gap: 1rem;
    background: white;
    padding: 14px;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.name-input-filtr-block {
    flex: 1;
    min-width: 285px;
}

.name-input-filtr {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.name-input-filtr:focus {
    border-color: #FF6A00;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.1);
}

.name-media-filter-top a {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}


@media (max-width: 768px) {
    .name-media-filter-top {
        flex-direction: column;
        align-items: stretch;
    }
    .name-input-filtr-block {
        min-width: 100%;
    }
}


#speakers .speakers-cards > *:not(:has(img)) {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#speakers .speakers-cards:has(> :only-child) {
    grid-template-columns: minmax(310px, auto);
    justify-content: start;
}
#pag{
    margin-bottom: 4rem;
}
/* End */


/* Start:/local/templates/design_2025/components/bitrix/menu/top_menu/style.min.css?17600091563715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/design_2025/components/bitrix/menu/top_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/design_2025/components/bitrix/menu/top_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/design_2025/components/bitrix/menu/top_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/design_2025/components/bitrix/menu/top_menu_mobile/style.min.css?17600091563715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/design_2025/components/bitrix/menu/top_menu_mobile/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/design_2025/components/bitrix/menu/top_menu_mobile/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/design_2025/components/bitrix/menu/top_menu_mobile/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/design_2025/components/bitrix/news.list/main_contacts/style.css?1760009156150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/design_2025/styles.css?1779099446798*/
[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.lk-cards{
    grid-template-columns: 400px 1fr;
}
.lk-cards .b-red{
    background-color: #a30008;
}
.lk-cards .b-right{
    padding: 20px 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.forum-program{
    border: 5px solid #a30008;
    margin-top: 2%;
    border-radius: 25px;
    padding: 2%;
    text-align: center;
}
.b-lk{
    margin-top: 2%;gap: 0px;
}
.b-lk .news-block-item-left-text{
    gap: 1rem;
}
@media (max-width: 768px) {
.forum-program{
    margin-left: 1%;
    margin-right: 1%;
}
}
.forum-motion-event{
    margin-top: 3rem
}
/* End */


/* Start:/local/templates/design_2025/template_styles.css?177435311627115*/
.card-item-top-left .acceptance-block-color{

    color: white;
    background-color: var(--btn-primary-default);

}
p{
    color:rgba(24, 22, 22, 1)
}
#main {
    min-height: 237px;
}
input {
    font-family: "Geometria", sans-serif;
    color:rgba(57, 54, 54, 1);
    font-weight: 500;
    font-size: 14px;


}
input::placeholder {
    color: rgba(133, 130, 130, 1);
    opacity: 1;
    font-family: "Geometria", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.forum-become-partners-right .input-box:focus-within img,
.forum-become-partners-right .input-box:has(input:not(:placeholder-shown)) img {
    filter: brightness(0) saturate(100%);
}
.private-police {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


#private-police-input {
    display: none;
}


#private-police-input + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
}


#private-police-input + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1.5px solid rgba(205, 199, 199, 1);
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}


#private-police-input + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid transparent;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    opacity: 0;
}


#private-police-input:checked + label::before {
    background: rgba(208, 0, 10, 1);
    border-color: rgba(208, 0, 10, 1);
}

#private-police-input:checked + label::after {
    border-color: white;
    opacity: 1;
}

.forum-become-partners-right .private-police {
    margin-top: 1rem;
}
.become-partners-icons{
    display: none!important;
}
/* ---------------news */
.main-bg.section-wrapp.news-details{

    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    min-height: 475px;
}
.main-bg.section-wrapp.news-details #main {
    min-height: 475px;
}
/* -------------модалка картинки */
.cerfiticate-img{
    cursor: pointer;
}
.certificate-box {
    cursor: pointer;
    display: inline-block;
    margin: 15px;
    transition: transform 0.3s ease;
}

.certificate-box:hover {
    transform: scale(1.05);
}

.certificate-img {
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Стили модального окна */
.modal-img {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff6b6b;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Адаптивность */
@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
        max-height: 80%;
    }

    .close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }

    .certificate-box {
        margin: 10px;
    }

    .certificate-img {
        max-width: 200px;
    }
}
/* ============= */


.news-block-item-left:hover,
.news-block-item-right-subblock:hover
{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.mentioned-news-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.mentioned-news-card-img {
    flex: 1;
    width: 100%;
    max-width: 25%;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.mentioned-news-card > div {
    flex: 3;
    min-width: 0;
}

.mentioned-news-card-title {
    font-weight: bold;
    margin-bottom: 8px;
}
/* ======accordion contackt */
.accordion-header h5 {
    padding: 0 1.5rem;
}

.accordion-icon {
    background: var(--accent);
    padding: 0.9rem;
}
.accordion-content-inner {
    min-height: 10rem;
}


/* =============================================== итоги hot-rot */
/* ==================================================================== */
.result-section p{
    color:rgba(24, 22, 22, 1) ;
}
.result-section-text{
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.p-bigS{

    font-weight: 800;
    font-size: 52px;
    line-height: 145%;

}
.result-section-in-numbers{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}
.result-section h3{
    text-align: center;

    margin: 3rem 0 2rem
}

.result-section-in-numbers-item{
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(103.62deg, #FFFFFF 51.53%, #EAEAEA 93.23%);
}

/* ----------------видео */
.result-section-in-numbers-video h2{
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 4rem;
}
.result-section-in-numbers-video {
    border-radius: 20px;
    position: relative;
    width: 100%;
    max-width: 1300px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    cursor: pointer;
    background-color: #A30008;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

}

.video-player {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: none;
    object-fit: cover;
}

.video-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 0 auto;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.video-player.playing {
    display: block;
}

.video-player.playing ~ .video-preview {
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 1;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* ============ */

/* .photo-gallery-section-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
     grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    height: 1000px;
} */

.photo-gallery-subsection {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}


.photo-gallery-subsection::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.photo-gallery-subsection img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-1 { grid-area: 1 / 1 / 3 / 3; } /* 1,2 строка 1,2 столбец */
.item-2 { grid-area: 1 / 3 / 2 / 4; } /* 3 столбец 1 строка */
.item-3 { grid-area: 1 / 4 / 2 / 5; } /* 4 столбец 1 строка */
.item-4 { grid-area: 1 / 5 / 3 / 6; } /* 5 столбец 1,2 строка */
.item-5 { grid-area: 2 / 3 / 3 / 4; } /* 3 столбец 2 строка */
.item-6 { grid-area: 2 / 4 / 4 / 5; } /* 4 столбец 2,3 строка - ИСПРАВЛЕНО */
.item-7 { grid-area: 3 / 1 / 4 / 3; } /* 1,2 столбец 3 строка */
.item-8 { grid-area: 3 / 3 / 5 / 4; } /* 3 столбец 3,4 строка */
.item-9 { grid-area: 3 / 5 / 4 / 6; } /* 5 столбец 3 строка */
.item-10 { grid-area: 4 / 1 / 5 / 2; } /* 1 столбец 4 строка */
.item-11 { grid-area: 4 / 2 / 5 / 3; } /* 2 столбец 4 строка */
.item-12 { grid-area: 4 / 4 / 5 / 6; } /* 4,5 столбец 4 строка */
/* Планшеты (1024px и меньше) */
@media (max-width: 1024px) {
    .photo-gallery-section-item {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(5, 1fr);
        height: 1200px;
        gap: 8px;
    }

    /* Перераспределяем элементы для 4 колонок */
    .item-1 { grid-area: 1 / 1 / 3 / 3; }
    .item-2 { grid-area: 1 / 3 / 2 / 4; }
    .item-3 { grid-area: 1 / 4 / 2 / 5; }
    .item-4 { grid-area: 2 / 3 / 3 / 5; }
    .item-5 { grid-area: 3 / 1 / 4 / 2; }
    .item-6 { grid-area: 3 / 2 / 4 / 4; }
    .item-7 { grid-area: 3 / 4 / 5 / 5; }
    .item-8 { grid-area: 4 / 1 / 5 / 3; }
    .item-9 { grid-area: 5 / 1 / 6 / 2; }
    .item-10 { grid-area: 5 / 2 / 6 / 3; }
    .item-11 { grid-area: 4 / 3 / 6 / 4; }
    .item-12 { grid-area: 4 / 4 / 6 / 5; }
}

/* Планшеты (768px и меньше) */
@media (max-width: 768px) {
    .photo-gallery-section-item {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(6, 1fr);
        height: 1400px;
        gap: 6px;
    }

    /* Перераспределяем для 3 колонок */
    .item-1 { grid-area: 1 / 1 / 3 / 3; }
    .item-2 { grid-area: 1 / 3 / 2 / 4; }
    .item-3 { grid-area: 2 / 3 / 3 / 4; }
    .item-4 { grid-area: 3 / 1 / 4 / 2; }
    .item-5 { grid-area: 3 / 2 / 4 / 3; }
    .item-6 { grid-area: 3 / 3 / 5 / 4; }
    .item-7 { grid-area: 4 / 1 / 5 / 3; }
    .item-8 { grid-area: 5 / 1 / 6 / 2; }
    .item-9 { grid-area: 5 / 2 / 6 / 4; }
    .item-10 { grid-area: 6 / 1 / 7 / 2; }
    .item-11 { grid-area: 6 / 2 / 7 / 3; }
    .item-12 { grid-area: 6 / 3 / 7 / 4; }
}

/* Мобильные устройства (480px и меньше) */
@media (max-width: 480px) {
    .photo-gallery-section-item {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 1fr);
        height: 1600px;
        gap: 4px;
    }

    /* Простая сетка 2 колонки для мобильных */
    .item-1 { grid-area: 1 / 1 / 3 / 3; }
    .item-2 { grid-area: 3 / 1 / 4 / 2; }
    .item-3 { grid-area: 3 / 2 / 4 / 3; }
    .item-4 { grid-area: 4 / 1 / 5 / 2; }
    .item-5 { grid-area: 4 / 2 / 5 / 3; }
    .item-6 { grid-area: 5 / 1 / 6 / 3; }
    .item-7 { grid-area: 6 / 1 / 7 / 3; }
    .item-8 { grid-area: 7 / 1 / 8 / 2; }
    .item-9 { grid-area: 7 / 2 / 8 / 3; }
    .item-10 { grid-area: 8 / 1 / 9 / 2; }
    .item-11 { grid-area: 8 / 2 / 9 / 3; }
    .item-12 { grid-area: 9 / 1 / 10 / 3; }
}

/* Очень маленькие экраны (320px и меньше) */
@media (max-width: 320px) {
    .photo-gallery-section-item {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(12, 1fr);
        height: auto;
        min-height: 2000px;
        gap: 3px;
    }
}
/* -----------модальное окно */

.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
}

.close-modal {
    display: flex;
    border-bottom: 1px solid rgba(204, 204, 205, 1);
    color: rgba(204, 204, 205, 1);
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 1rem;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  1rem;

    border-top: 1px solid rgba(204, 204, 205, 1);
}
.download-btn.btn-primary{
    display: flex;
}
/* .download-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
} */

.download-btn:hover {
    background: var(--btn-primary-hover);
    /* transform: translateY(-2px); */
}

.gallery-slider {
    width: 100%;
    flex: 1;
}

.slide img {
    width: 100%;
    height: 70vh;
    /* object-fit: contain; */
    background: rgba(245, 245, 245, 1);
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

/* Стили для Slick слайдера - перемещаем стрелки вниз */
.slick-arrows {
    display: flex;
    gap: 10px;
}

.slick-prev, .slick-next {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    opacity: 1;
    color: white;
}

.slick-prev {
    left: auto;
    right: auto;
}

.slick-next {
    right: auto;
    left: auto;
}

/* Точки (dots) также можно переместить вниз если нужно */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: white;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slide {
    padding: 0 3rem;
}
.arrow45{
    transform: rotate(45deg);
}
.navigate.trio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.navigate.trio  .navigate{
    margin-top: 0;
}
.play-button svg{
    opacity: 0;
}
/* ================== */
.text-block-conditions div{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.text-block-conditions h3{
    margin-bottom: 1rem;
}
/* .red-marker::marker {
        color: rgba(208, 0, 10, 1);
    } */
.list-disc.red-marker{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.red-marker.list-disc li::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: var(--accent);
    border-radius: 50%;
}
/* ============= */
.texter-box{
    display: flex;
    gap: 14px;
}
.texter-box .form-box{
    flex: 1;
}
.form-box textarea {
    width: 100%;
    height: 100%;

    background-color: #f7f8f8;
    display: block;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 13px 16px 13px 16px;
    box-sizing: border-box;
}
.texter-box .input-box{
    min-height: 5rem;
}
.forum-become-partners-container {
    align-items: flex-start;
}
.forum-become-partners-left {

    margin-top: 5rem;
}
.menu-mobil-wrapp-div{
    padding-top: 20px;
}
.bg-slaider-logo.person-card {
    position: relative;
    overflow: hidden;
}

.bg-slaider-logo.person-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 400px; /* ограничение максимальной высоты */
}
.gallery-modal {
    top:0;
}
.modal-content {
    position: absolute;
    max-height: 93vh;
}
.slide img {
    object-fit: contain;


}
.bg-slaider-logo.person-card {
    width: 100%; /* или конкретная ширина */
    height: 400px; /* фиксированная высота */
    overflow: hidden;
}

.bg-slaider-logo.person-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.accordion-header1 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: var(--bg-island-1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transition: background 0.3s ease;
}
.accordion-header1 h5 {
    padding: 0 1.5rem;
}
.accordion-content1 {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    background: white;
    transition: all 0.2s linear;
}
.dropdown-item span {
    white-space: nowrap;
}

.forum-page  .slider-card-head{
    min-height: 6rem;
}
.child-card {
    background:rgba(208, 0, 10, 1)!important;
}
.child-card:hover{
    background: rgba(225, 26, 34, 1)!important;
}
.main-wrap{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.contact-head .h1{
    margin-bottom: 1rem;
}
.contact-head {
    margin-bottom: 2rem;
}

.contact-head p,
.contact-link.p-medium,
.accordion-content-inner p
{
    color: var(--text-secondary);
}
.contact-participation .top-up-btn{
    right: -10%;
}
.forum-audience-card p{
    width: 80%;
}
.forum-audience-card .card-number {
    right: -4px;
    bottom: -29px;
}
/* ------------cookie */
.cookie-banner {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    color: rgba(17, 25, 40, 1);
    padding: 15px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 6px 7px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(11.3000001907px);
}

.cookie-banner.active {
    display: block;
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.cookie-message {
    flex: 1;
    font-size: 14px;
    margin-right: 1rem;
}

.cookie-link {
    color: var(--accent);
    text-decoration: none;
}

.cookie-close {
    color: rgb(25, 25, 26);
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 6px;
    right: 6px;
}
.cookie-close:hover {
    color: rgb(109 111 115);
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.error label{
    color: rgba(208, 0, 10, 1);
}
/* =============== */
/* Стили для неактивной кнопки */
.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    background-color: #ccc !important;
}

/* Стили для ошибок */
.error-label {
    color: var(--accent) !important;
}

.error-input {
    border: 1px solid var(--accent) !important;
}


.input-box {
    border: 1px solid rgb(255, 255, 255 0);

}
.message-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    min-width: 300px;
    max-width: 500px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    animation: slideIn 0.3s ease-out;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.message-alert .close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 15px;
}

.message-alert .close:hover {
    opacity: 0.8;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Анимация исчезновения */
.message-alert.fade-out {
    animation: slideOut 0.3s ease-in forwards;
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
.list-numbered {
    list-style: decimal;
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
/* =============== */

/* .slider-hovering {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem 1rem;
  color: white;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.3) 80%,
    rgba(0, 0, 0, 0.5) 100%
  );
  backdrop-filter: blur(6px) saturate(1.1);
  border-radius: 0 0 8px 8px;
} */
.slider-hovering {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem 1rem;
    color: white;
    z-index: 1;


    -webkit-mask-image: linear-gradient(180deg, transparent, black 10%);
    mask-image: linear-gradient(180deg, transparent, black 10%);


    backdrop-filter: blur(8px);
    background: linear-gradient(
            180deg,
            transparent,
            rgba(0, 0, 0, 0.6) 100%
    );
}
.text-bg{
    margin-top: 10px;
}

.slider-hovering::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.3) 0%,
            transparent 100%
    );
    backdrop-filter: blur(3px);
    z-index: -1;
}
/* ======================= */

.result-section-in-numbers-video {
    /* position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0; */
}

.video-player, .video-preview {
    /* position: absolute;
 top: 11%;
 left: 50%;
 transform: translateX(-50%);;
 width: 96%;
 height: 85%;
 border-radius: 12px; */

}
.result-section-in-numbers-video {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
}

.video-player, .video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.forum-motion-title{
    text-align: center;
}
.people-say-slider .slider-card{
    min-height: 567px;
}
/* ================= */
.forum-motion-slider {
    position: relative;
}

.forum-motion-slider .slick-list {
    padding: 10px 0;
}

.forum-motion-slider .slick-slide {
    margin: 0 10px;
}

.forum-motion-slider .slick-prev,
.forum-motion-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(124, 2, 2, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

.forum-motion-slider .slick-prev {
    left: -20px;
}

.forum-motion-slider .slick-next {
    right: -20px;
}

.forum-motion-slider .slick-prev:hover,
.forum-motion-slider .slick-next:hover {
    background: rgba(0,0,0,0.8);
}

.forum-motion-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.forum-motion-slider .slick-dots li {
    margin: 0 5px;
}

.forum-motion-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #ccc;
    text-indent: -9999px;
    cursor: pointer;
}

.forum-motion-slider .slick-dots .slick-active button {
    background: #333;
}
.forum-motion .custom-arrows-bottom{
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.forum-motion .slick-arrow{
    background: white;
}
/* ============= */
.cookie-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.cookie-accept-btn {
    background: var(--accent);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    margin-right: 1rem;
}

.cookie-accept-btn:hover {
    background: var(--btn-primary-hover);
}
/* ================= */

.spicker-block-person {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.spicker-block-person > div {

    flex-shrink: 0; /* Запретить уменьшение */
}

.spicker-block-person img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    display: block;
}




/* Скрыть пустые элементы */
.spicker-block-person > div:has(img[src=""]) {
    display: none;
}
/* =================
================= */
.image-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.hover-text {
    position: absolute;
    text-align: center;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    color: rgba(24, 22, 22, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.image-link:hover .hover-text {
    opacity: 1;
    visibility: visible;
}

.image-link:hover img {
    transform: scale(1.05);
}
.main-banner img{
    width: 100%; 
}
/* =========== */
 #first_map {
            width: 100%;
            /* height: 550px; */
            border: 1px solid #ccc;
        }

/* =========== */
 .accordion-header1 {
    display: flex;
    align-items: stretch; 
    justify-content: space-between;
    min-height: 47px; 
}

.accordion-header1 h5 {
    flex: 1; 
    margin: 0;
    padding-right: 15px; 
    display: flex;
    align-items: center; 
}

.accordion-icon {
    box-sizing: border-box;
    width: 48px;
    height: auto; 
    min-height: 58px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0; 
} 
.contacts-item-img{
    flex: 1;
}
/* ============= */

.desktop-br {
    display: inline!important;
}
.video-item span.desktop-br {
    font-size: 0;
}

@media (max-width: 768px) {
    .desktop-br {
        display: none!important;
    }
}
.result-section-in-numbers-item {
    padding: 0;
    align-items: center;
}
.result-section-in-numbers-item div {
padding-left: 24px;
}

/* ===========================

/* End */
/* /local/templates/design_2025/style.css?1779100154109445 */
/* /local/templates/design_2025/components/bitrix/menu/top_menu/style.min.css?17600091563715 */
/* /local/templates/design_2025/components/bitrix/menu/top_menu_mobile/style.min.css?17600091563715 */
/* /local/templates/design_2025/components/bitrix/news.list/main_contacts/style.css?1760009156150 */
/* /local/templates/design_2025/styles.css?1779099446798 */
/* /local/templates/design_2025/template_styles.css?177435311627115 */
