

/* Start:/local/components/neo/acceptcookies/templates/.default/style.css?1771869014300*/
.acceptcookies-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/giduv/styles.css?177488929513263*/
/* header {
    background-image: url(/upload/img/header.svg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: background-image .5s;
} */

/*header {
    width: 100%;
    overflow: hidden;
    background-image: url(/upload/img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: background-image .5s;
}*/

/* body {
    background-color: #fafafa;
} */

.news-detail h2,
.page-text h2 {
    color: #0f172a;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    h2 {
        line-height: 1.5rem;
    }
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

body {
    font-family: "Inter", Arial, sans-serif;
}

section,
.main-menu {
    font-family: "Inter", Arial, sans-serif;
}

/* section {
    font-size: 15px;
} */

.section-with-bg {
    position: relative;
}

.news-block .decor-1 {
    left: 125px;
    bottom: 190px;
    width: 57px;
    height: 57px;
    background-color: #fff;
}

.news-block .decor-2 {
    top: 65px;
    right: 75px;
    width: 121px;
    height: 121px;
    border: 20px solid #fff;
}

.news-block .decor-1,
.news-block .decor-2 {
    position: absolute;
    transform: rotate(45deg);
}

.news-detail p {
    margin-bottom: 1.2rem;
}

.page-content .page-text {
    font-size: 0.97rem;
}

.page-content p {
    margin-bottom: 1.25rem;
}

.page-content img {
    border-radius: 5px;
}

.news-detail a,
.page-text a {
    text-decoration: underline;
    /* color: #ca1818; */
}

.page-text .special-news-wrapper a {
    text-decoration: none !important;
}


.news-detail div:has(> a)+div:has(> a),
.page-text div:has(> a)+div:has(> a) {
    margin-top: 10px;
}

.news-detail ul,
.page-text ul {
    margin: 0;
    /* отступ под маркер */
    padding-left: 28px;
    list-style: disc;
}

.news-detail ul>li,
.page-text ul>li {
    margin: 8px 0;
    /* расстояние между пунктами */
    line-height: 1.4;
    padding-left: 6px;
}

/* красные маркеры */
.news-detail ul>li::marker,
.page-text ul>li::marker {
    color: #e11d2e;
    font-size: 1.05em;
    /* чуть крупнее */
}


/* Простой нумерованный список */
.news-detail ol,
.page-text ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 1em 0 1em;
    padding-left: 1.25em;
    /* общий отступ списка */
}

.news-detail ol>li,
.page-text ol>li {
    margin: 0.35em 0;
    padding-left: 0.25em;
    margin-left: 1.2em;
    /* ↑ расстояние между цифрой и текстом */
}

.news-detail ol>li::marker,
.page-text ol>li::marker {
    font-weight: 450;
}

/* Вложенные уровни */
.news-detail ol ol,
.page-text ol ol {
    list-style-type: lower-alpha;
    /* 2-й уровень: a, b, c */
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.news-detail ol ol ol,
.page-text ol ol ol {
    list-style-type: lower-roman;
    /* 3-й уровень: i, ii, iii */
}

.news-detail img,
.page-text img {
    display: inline-block;
}


.bx-breadcrumb-item span {
    font-size: 0.9rem !important;
}

/* .page-content a:not(.button),
.page-content a:not(.button):visited {
    color: #8c1515;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    transition: 0.4s;
} */

.page-content a.menu-link {
    text-decoration: none;
}

.page-content thead {
    background: #f9fafb;
    /* bg-gray-50 */
}

.page-content th,
.page-content td {
    font-size: 0.92rem;
    padding: 0.75rem 1rem;
    /* px-4 py-3 */
    border-bottom: 1px solid #e5e7eb;
    /* border-gray-200 */
}

.page-content th {

    line-height: 1rem;
    font-weight: 600;
    /* font-semibold */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    /* tracking-wide */
    color: #6b7280;
    /* text-gray-500 */
    text-align: left;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* для таблиц */
table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

table tr h2 {
    font-size: 19px;
}

table thead th {
    font-weight: 500;
}

table {
    border-top: 1px solid #eeeeee;
    border-collapse: collapse;
    margin-top: 2rem;
}

/* Подсветка строки при наведении */
.page-content tbody tr:hover {
    /*background: rgba(0, 0, 0, .015);*/
    /* немного темнее gray-50 */
}

/* Небольшие отступы по краям (как у Tailwind) */
.page-content th:first-child,
.page-content td:first-child {
    padding-left: 1.5rem;
    /* pl-6 */
}

.page-content th:last-child,
.page-content td:last-child {
    padding-right: 1.5rem;
    /* pr-6 */
}


/* отключаем стандартные стрелки */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

/* SVG — белые, аккуратные */
.swiper-navigation-icon {
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: block;
}

/* сами кнопки */
.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

/* позиция в пределах контейнера */
.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}




.menu_visible {
    @apply list-none m-0 p-0;
}

.menu_visible__item-link {
    @apply no-underline;
}

.child__item-list {
    scrollbar-width: thin;
    scrollbar-color: #9ca3af transparent;
}

.child__item-list::-webkit-scrollbar {
    width: 6px;
}

.child__item-list::-webkit-scrollbar-track {
    background: transparent;
}

.child__item-list::-webkit-scrollbar-thumb {
    background-color: #9ca3af;
    border-radius: 9999px;
}


/* кнопка в главном меню */
.btn._fab {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
}

.btn-red-background {
    border-color: #ca182e;
    color: #fff;
    background-color: #ca182e;
}

.btn {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    user-select: none;
}

.btn::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
    content: "";
    width: 100%;
    height: 100%;
    will-change: opacity;
}

.icon {
    display: block;
}

.btn__icon {
    width: 1.6rem;
    height: 1.6rem;
}


/* максимальная высота изображения в слайдере */
/* базово (десктоп) */
.star_bxslider img {
    max-height: 220px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* планшет */
@media (max-width: 1024px) {
    .star_bxslider img {
        max-height: 180px;
    }
}

/* мобильные */
@media (max-width: 767px) {
    .star_bxslider img {
        max-height: 140px;
    }
}


details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

.acc-content {
    transition: height 300ms ease;
}

.acc-inner {
    transition: opacity 200ms ease, transform 200ms ease;
    opacity: 0;
    transform: translateY(4px);
}

details[open] .acc-inner {
    opacity: 1;
    transform: translateY(0);
}


/* ===== Accordion (front) ===== */

[data-accordion] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

/* карточка */
[data-accordion] details[data-acc-item] {
    cursor: pointer;
    border-radius: 12px;
    background: #f5f6f8;
    padding: 20px 24px;
    border: 1px solid #e2e6ea;
}

/* заголовок */
[data-accordion] details[data-acc-item]>summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    list-style: none;
}

[data-accordion] details[data-acc-item]>summary::-webkit-details-marker {
    display: none;
}

/* стрелка */
[data-accordion] details[data-acc-item]>summary .acc-arrow {
    color: #dc2626;
    transition: transform 200ms ease;
}

[data-accordion] details[data-acc-item][open]>summary .acc-arrow {
    transform: rotate(180deg);
}

/* контент */
[data-accordion] .acc-content {
    overflow: hidden;
    height: 0;
    /* стартовая высота (под JS-анимацию) */
}

[data-accordion] .acc-content a {
    /* color: #b70f0f; */
    text-decoration: none;
    margin-bottom: 5px;
}

[data-accordion] .acc-content a:hover {
    /* color: #b70f0f; */
    text-decoration: underline;
}

/* текст контента */
[data-accordion] .acc-inner {
    padding-top: 12px;
    color: #1f2937;
    cursor: auto;
    font-size: 16px;
}


/* Для слайдеров */
/* запрет кликов по любым слайдам по умолчанию */
/* по умолчанию запрещаем интерактив внутри всех слайдов */
.mainSlider .swiper-slide a,
.mainSlider .swiper-slide button,
.mainSlider .swiper-slide [role="button"] {
    pointer-events: none;
}

/* разрешаем интерактив только на активном (и на duplicate-active при loop) */
.mainSlider .swiper-slide-active a,
.mainSlider .swiper-slide-active button,
.mainSlider .swiper-slide-active [role="button"],
.mainSlider .swiper-slide-duplicate-active a,
.mainSlider .swiper-slide-duplicate-active button,
.mainSlider .swiper-slide-duplicate-active [role="button"] {
    pointer-events: auto;
}


/* Cookies */
.acceptcookies-line {
    margin-left: auto !important;
    margin-right: 12px !important;
}

.acceptcookies-line {
    box-shadow: 0 1px 10px rgba(15, 23, 42, 0.2);
    max-width: 700px !important;
}

.acceptcookies-line-text {
    line-height: 1.1;
}

.acceptcookies-line-wrp {
    padding-bottom: 5px;
}

.acceptcookies-line>div>div {
    padding-left: 3% !important;
    padding-right: 2% !important;
    /* padding-top: 5px !important;
    padding-bottom: 5px !important; */
}

.acceptcookies-line #acceptcookies-line-accept-btn {
    margin-top: 2px !important;
}

@media screen and (max-width: 768px) {

    .acceptcookies-line>div {
        flex-direction: column !important;
    }

    .acceptcookies-line-wrp {
        padding-bottom: 0;
    }

    .acceptcookies-line>div>div {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .acceptcookies-line #acceptcookies-line-accept-btn {
        margin-top: 8px !important;
    }

    .acceptcookies-line {
        transform: translateY(0px) !important;
    }

    .acceptcookies-line #acceptcookies-line-accept-btn {
        margin-top: 5px !important;
        margin-bottom: 2px !important;
    }
}



/* Модальное окно */
.js-uf-modal-root {
    position: relative;
    z-index: 9999;
}

.uf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.uf-overlay__inner {
    background: #fff;
    width: 100%;
    max-width: 680px;
    border-radius: 14px;
    padding: 24px;
    position: relative;
}

.uf-modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer;
}

.uf-modal__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.uf-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.uf-tabs__btn {
    padding: 10px 16px;
    cursor: pointer;
}

.uf-tabs__btn.is-active {
    font-weight: 700;
}

.uf-tab-panel {
    display: none;
}

.uf-tab-panel.is-active {
    display: block;
}

.uf-field {
    margin-bottom: 14px;
}

.uf-field__label {
    display: block;
    margin-bottom: 6px;
}

.uf-field__input {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    box-sizing: border-box;
}

textarea.uf-field__input {
    min-height: 110px;
}

.uf-field__error {
    color: #c40000;
    font-size: 12px;
    margin-top: 4px;
}

.uf-form__general-error {
    color: #c40000;
    margin-bottom: 10px;
}

.uf-form__submit {
    min-width: 180px;
    height: 44px;
    cursor: pointer;
}

.uf-form__success {
    padding: 18px;
    font-size: 18px;
}


/* Заголовок страницы */
#dynamic-page-title {
    font-size: var(--title-fs-mobile, 1.6rem) !important;
    line-height: 1.15 !important;
}

@media (min-width: 768px) {
    #dynamic-page-title {
        font-size: var(--title-fs-tablet, 2.2rem) !important;
        line-height: 1.15 !important;
    }
}

@media (min-width: 1024px) {
    #dynamic-page-title {
        font-size: var(--title-fs-desktop, 3.2rem) !important;
        line-height: 1.12 !important;
    }
}
/* End */
/* /local/components/neo/acceptcookies/templates/.default/style.css?1771869014300 */
/* /local/templates/giduv/styles.css?177488929513263 */
