/* Показать главное меню (Wix-класс hidden-during-prewarmup прячет его без хидрации) */
#comp-iwrste8y {
    visibility: visible !important;
    overflow: hidden !important;
}

/* Галерея на главной — центровать (Wix позиционирует через margin-left + left:-470px) */
#comp-iwt3vvab {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    justify-self: center !important;
}

/* Контейнер для текстового контента, вставляемого в #main-text */
#main-text {
    max-width: 980px;
    margin: 30px auto;
    padding: 24px 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #181919;
    box-sizing: border-box;
}

#main-text h1,
#main-text h2,
#main-text h3,
#main-text h4 {
    margin: 1.2em 0 0.5em;
    font-weight: bold;
    color: #790427;
    line-height: 1.25;
}

#main-text h1 { font-size: 28px; }
#main-text h2 { font-size: 22px; }
#main-text h3 { font-size: 18px; }
#main-text h4 { font-size: 16px; }

#main-text p {
    margin: 0 0 1em;
}

#main-text a {
    color: #009DDD;
    text-decoration: underline;
}

#main-text a:hover {
    text-decoration: none;
}

#main-text ul,
#main-text ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

#main-text li {
    margin-bottom: 0.4em;
}

#main-text img {
    max-width: 100%;
    height: auto;
}
