@charset "UTF-8";
/* ШАБЛОН 4 */

/* --- Общие стили --- */
._we {}

html._we, body._we {
    font-size: 18px;
}

._we body {
    font-size: 1em !important;
}

._we * {
    text-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
}

html._we.palette_mode {
    padding-top: 40px !important;
}

._we #body_bg {
    display: none !important;
}

/* Убираем фон у определенных элементов */
._we #header,
._we #footer,
._we #hot_news,
._we .attention_banners .content,
._we .section_menu .level_1 > li > a {
    background: none;
}

._we #main_menu {
    font-size: 0.9em !important;
    background: none;
}

._we #main_slider .content {
    font-size: 1.1em !important;
    opacity: 1;
}

._we #main_slider h3 {
    font-size: 1.1em;
}

._we #layout .owl-main .owl-nav {
    background: transparent !important;
}

/* Заголовки */
._we h1 {
    font-size: 2em;
}

._we h2 {
    font-size: 1.8em;
}

._we h3 {
    font-size: 1.4em;
}

/* --- Темы цветов --- */
._we.color_theme_1 body {
    background-color: #fff !important;
}

._we.color_theme_1 #layout * {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

._we.color_theme_2 body {
    background-color: #111 !important;
}

._we.color_theme_2 #layout * {
    background-color: #111 !important;
    color: #fff !important;
    border-color: #fff !important;
}

._we.color_theme_3 body {
    background-color: #F0F8FF !important;
}

._we.color_theme_3 #layout * {
    background-color: #F0F8FF !important;
    color: #2A52BE !important;
    border-color: #2A52BE !important;
}

._we.color_theme_4 body {
    background-color: #FFF5E6 !important;
}

._we.color_theme_4 #layout * {
    background-color: #FFF5E6 !important;
    color: #60351a !important;
    border-color: #60351a !important;
}

/* --- Семейства шрифтов --- */
._we.font_family_sans #layout * {
    font-family: Tahoma, Verdana, sans-serif !important;
}

._we.font_family_serif #layout * {
    font-family: Georgia, 'Times New Roman', serif !important;
}

._we.font_family_monospace #layout * {
    font-family: monospace !important;
}

/* --- Размеры шрифтов --- */
._we.font_size_small {
    font-size: 16px;
}

._we.font_size_large {
    font-size: 22px;
}

._we.font_size_huge {
    font-size: 26px;
}

/* --- Межбуквенное и межстрочное расстояние --- */
._we.font_spacing_large #layout {
    letter-spacing: 0.05em !important;
    line-height: 1.5;
}

._we.font_spacing_huge #layout {
    letter-spacing: 0.1em !important;
    line-height: 2;
}

/* --- Управление изображениями --- */
._we.images_off #layout img {
    visibility: hidden;
    opacity: 0;
}

._we.images_off #layout * {
    background-image: none !important;
}

._we.images_black_n_white #layout img,
._we.images_black_n_white #layout #main_slider .item,
._we.images_black_n_white #layout .item .preview {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
