/* Глобальная защита от автоматического перевода */

/* Основные текстовые элементы */
p, h1, h2, h3, h4, h5, h6, span, div, 
dt, dd, li, td, th, blockquote, 
.card-text, .about-text, .broshureText1, 
.weight, .weightBroshure, .name, .dline {
    translate: no;
}

/* Специфичные классы сайта */
.booksText2, .broshureContent2, .broshureContent3,
.transparent-content, .indexAbout, .cardtAny,
.ourServices-block, .additional-block,
.sloganIndexWhyChooseUscontainer {
    translate: no;
}

/* Контактная информация */
.contacts, .contacts dl, .contacts dt, .contacts dd {
    translate: no;
}

/* Навигация и меню */
.navbar, .breadcrumb, .carousel-caption {
    translate: no;
}

/* Футер */
footer, footer p, footer a, footer div {
    translate: no;
}

