/*ФОН*/

@import url(/pl/cms/layout/css?id=45064&hash=52768dc291fc2466ef2376d13f5024a1&bundle=1);

/* === Импортируем шрифт === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*==================================================
Переменные CSS. При необходимости меняйте после : и до ;
================================================== */

:root{

  /* === Шрифты === */

  --negnost-font-family: "Montserrat", sans-serif; /*Шрифт текста*/
  --negnost-font-header-family:  "Montserrat", sans-serif; /*Шрифт заголовков*/ 

  /* === Фоновые стили === */

  --negnost-background-img: url(); /*Картинка фона*/
  --negnost-color-bg: #FFF9F2; /*Цвет общего фона */

  /* === Стили элементов=== */

  --negnost-border-radius: 20px; /*Скругление углов всех элементов*/
  --negnost-box-shadow: 0px 0px 2px 2px rgb(171 149 136 / 45%); /*Тень элементов*/



  /* === Виджет чата  === */
  --negnost-chat-bg: #A8988B;/* Фон виджета чата */
  --negnost-chat-icon-color: #fff; /* Цвет иконки виджета чата */


  /* === Навигация (хлебные крошки) === */
  --negnost-nav-color: #626261; /* Цвет пунктов навигации */
  --negnost-nav-bg-active: #A8988B; /* Фон активного пункта навигации */
  --negnost-nav-color-active: #fff; /* Цвет активного пункта навигации */
  --negnost-nav-header-color: #626261; /* Цвет заголовка навигации */

  --negnost-color-big-header:#626261; /*Цвет больших зоголовков*/

}


/* ========================================
Общие стили
======================================== */

.f-header, h1, h2, h3, h4, h5, .f-header p {
    font-family: var(--negnost-font-header-family)!important;
    font-weight: 400;
}

/* Большие заголовки */
h3 {
    font-weight: 600;
    margin: 0;
    color: var(--negnost-color-big-header);
    padding: 20px 5px 10px;
}

.page-header h1 {
    font-weight: 600;
    margin: 0;
    color: var(--negnost-color-big-header);
    padding: 20px 5px 10px;
}

/* === Скрываем кол-во уроков === */

.stream-table td div > b {
    display: none;
}

/* === Навигация === */
.standard-page-content .page-header h1 {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--negnost-nav-header-color);
    font-family: var(--negnost-font-header);
}

.page-header a,
.breadcrumbs a {
    color: var(--negnost-nav-color)!important;
}

.page-menu li.active {
    background: var(--negnost-nav-bg-active);
    border-radius: var(--negnost-border-radius);
}

.page-menu li.active a {
    color: var(--negnost-nav-color-active)!important;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--negnost-background-img), var(--negnost-color-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/* === Виджет чата === */
.talks-widget-button {
    background: var(--negnost-chat-bg) !important;
}

.talks-widget-button .fa {
    color: var(--negnost-chat-icon-color) !important;
    font-family: 'FontAwesome' !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.fas, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free' !important;
}

.dropdown-menu>li>a {
    color: #333!important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings'!important; /*НЕ МЕНЯТЬ!*/
}

