

/* Start:/local/templates/motoru/css/style.css?17690322407049*/
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'DrukWideCyr';
    src: url('/local/templates/motoru/css/../fonts/drukwidecyr-bold.woff2') format('woff2'),
         url('/local/templates/motoru/css/../fonts/drukwidecyr-bold.woff') format('woff'),
         url('/local/templates/motoru/css/../fonts/drukwidecyr-bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hauora';
    src: url('/local/templates/motoru/css/../fonts/hauora-regular.woff2') format('woff2'),
         url('/local/templates/motoru/css/../fonts/hauora-regular.woff') format('woff'),
         url('/local/templates/motoru/css/../fonts/hauora-regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hauora';
    src: url('/local/templates/motoru/css/../fonts/hauora-semibold.woff2') format('woff2'),
         url('/local/templates/motoru/css/../fonts/hauora-semibold.woff') format('woff'),
         url('/local/templates/motoru/css/../fonts/hauora-semibold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hauora';
    src: url('/local/templates/motoru/css/../fonts/hauora-extrabold.woff2') format('woff2'),
         url('/local/templates/motoru/css/../fonts/hauora-extrabold.woff') format('woff'),
         url('/local/templates/motoru/css/../fonts/hauora-extrabold.ttf') format('ttf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Общие стили */
body {
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Hauora", sans-serif;
}

/* Заголовки — шрифт DRUK */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DrukWideCyr', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 26px;
    color: #000;
    text-transform: uppercase;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 26px;
    padding-top: 20px;
}

h3 {
    font-size: 1.5rem;
    padding-top: 20px;
}

.error-404 {
    text-align: center;
}

.title-404, 
.error-404__text {
    margin-bottom: 40px;
}

.error-404__img {
    margin-bottom: 20px;
}

/* Цвет ссылок по умолчанию */
a {
    color: #ce1742;
    text-decoration: none;
    transition: text-decoration 0.3s ease;
}

/* Подчеркивание при наведении */
a:hover {
    text-decoration: underline;
}

.header-block a,
.footer-block--phone a,
.footer-block--email a {
    color: #000000;
}

.header-block a:hover,
.footer-block--phone a:hover,
.footer-block--email a:hover {
    color: #ce1742; /* Цвет при наведении */
}

/* Стили для списков в политике конфиденциальности и других юридических документах */
.content-lists {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.content-lists h2,
.content-lists p {
    margin-bottom: 1rem;
}

.content-lists p {
    text-align: justify;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-decimal {
    counter-reset: decimal-counter;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.list-decimal > li {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 0.5em;
    line-height: 1.7;
}

.list-decimal > li::before {
    /*content: counters(decimal-counter, ".") ". ";
    counter-increment: decimal-counter;
    position: absolute;
    left: -1.5em;
    */
    *color: #ce1742;
    font-weight: 600;*/
}

.list-disc {
    list-style: none;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.list-disc > li {
    position: relative;
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    line-height: 1.7;
}

.list-disc > li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ce1742;
    font-weight: bold;
    font-size: 1.4em;
}

/* Вложенные списки */
.list-disc .list-disc > li::before {
    color: #d65c75;
}

.list-decimal .list-disc > li::before,
.list-disc .list-decimal > li::before {
    color: #ce1742;
}

/* Поддержка вложенной нумерации */
.list-decimal .list-decimal {
    counter-reset: decimal-counter;
}

.list-decimal .list-decimal > li::before {
    content: counters(decimal-counter, ".") " ";
}

/* Контейнер */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* position: sticky; */
    top: 0;
    z-index: 100;
}

.logoHeader img {
   height: 24px;
}

.logoHeader {
    max-width: 80px;
    height: auto;
}

.header-top a {
    color: white;
    text-decoration: none;
}

.header-top a:hover {
    text-decoration: underline;
}


.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-block {
    font-weight: bold;
}

.header-block.header-phone,
.header-block.header-email {
    max-width: 235px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    overflow: hidden;
}

/* Main */
main {
    min-height: calc(100vh - 140px);
    padding: 20px 0;
}

/* Footer */
footer {
    text-align: center;
    background: #F7F7F8;
    border-top: 1px solid #00000026;
}

.footer-container {
    padding: 20px 0;
}

.footer-block {
    padding-bottom: 10px;
}

.footer-logo img {
    height: 70px;
    padding-bottom: 10px;
}

.footer-block--phone, 
.footer-block--email, 
#footer-column-title {
    font-weight: bold;
}

.footer-block--phone {
    display: flex;
    align-items: center;
    gap: 8px; /* расстояние между иконкой и текстом */
    line-height: 1;
}

.footer-block--email {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}



#footer-column-title {
    margin-bottom: 15px;
    font-family: 'DrukWideCyr', sans-serif;
    border-bottom: 5px solid #ce1742;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.footer-column:first-child {
    flex: 1;
    min-width: 300px;
}

.footer-column:nth-child(2),
.footer-column:nth-child(3) {
    flex: 1;
    min-width: 200px;
}

.footer_copyright,
.footer_copyright {
    background-color: #ce1742;
    color: white;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#copyright, #address {
    /* color: #666; */
}

/* Адаптивность */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }

    #phone {
        margin-top: 10px;
    }

    #copyright, #address {
        display: block;
        margin: 5px 0;
        text-align: center;
    }

    .footer-columns {
        flex-direction: column;
        gap: 15px;
    }

    .footer-column {
        min-width: 100%;
        text-align: center;
    }

    .footer-column:first-child {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    #logo img {
        max-height: 40px;
    }

    footer {
        padding: 15px 0;
    }
}
/* End */


/* Start:/local/components/motoru/sections.list/templates/header-menu/style.css?17690322401250*/
/* --- Каталог меню --- */
.catalog-menu {
    position: relative;
    display: inline-block;
}

.catalog-toggle {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.catalog-toggle .menu-icon {
    flex-shrink: 0;
}

.catalog-toggle .toggle-text {
    white-space: nowrap;
}

.catalog-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    /* Плавное появление/скрытие */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.catalog-dropdown.active,
.catalog-menu:hover .catalog-dropdown {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.catalog-dropdown li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    transition: background-color 0.3s ease;
}

.catalog-dropdown li a:hover {
    background-color: #f5f5f5;
}
/* End */


/* Start:/local/components/motoru/sections.list/templates/.default/style.css?1769032240309*/
.section-link {
    color: #000000b5; /* Установлен нужный цвет текста ссылки */
    font-weight: 500;
    transition: color 0.2s ease, background-color 0.2s ease;
    list-style: none;
}

.sections-list ul {
    list-style: none;
}

.section-link:hover {
    color: #ce1742;
}
/* End */
/* /local/templates/motoru/css/style.css?17690322407049 */
/* /local/components/motoru/sections.list/templates/header-menu/style.css?17690322401250 */
/* /local/components/motoru/sections.list/templates/.default/style.css?1769032240309 */
