/* Подключение обычного начертания (прямой шрифт) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900; /* Указывает диапазон доступных весов для вариативного шрифта */
    font-style: normal;
    font-display: swap;
}

/* Подключение курсивного начертания (Italic) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ОБНОВЛЕННЫЕ СТИЛИ СИСТЕМЫ (Измените существующий селектор body) */
body {
    background-color: #000;
    color: #ffffff;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

#home {
  max-width:240px;
}

.navbar {
  position: relative;
  min-height: 70px;
  border: 1px solid transparent;
  background: #000;
  margin-bottom:0px;
  border-radius: 0%;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
  cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}
a#language {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e5e5e5;
  text-decoration: none;
  padding: 9px;
  line-height: 34px;
  border: 1px solid #666;
  border-radius: 0;
}
a.br-left {
  border-left: 1px solid #333;
}
a.active{
    color:#ccc!important;
}
ul.navbar-nav {
    width: 81%;
    margin-left: 12%;
    list-style-type: none;
    margin-bottom: 1%;
}
.navbar-nav>li {
  float: left;
  margin-left: 8%;
  width: 14%;
  margin-top: 0;
}
li#INSIGHTS{
  width: 19%;
}
#INSIGHTS a{
  padding-left: 7%;
}
form.form-inline{
  float: right;
}

button.navbar-toggler{
  visibility:hidden;
}
.navbar-nav>li>a {
  color:#ccc;
  text-transform:uppercase; 
  text-decoration: none;
  font-size:15px;
  font-weight: 600;
  padding-left: 13%;
  padding-top: 57%;
  padding-bottom: 20%;
}
.navbar-nav>li>a:hover{
  color:#fff;
}
.navbar-brand {
  float: left;
  height: 38px;
  padding-top: 22px;
  margin-left: 1%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 0px;
   -webkit-box-shadow: none; 
   box-shadow: none; 
   -webkit-transition: none; 
   -o-transition: none; 
   -webkit-transition: none; 
   transition: none; 
   transition: none;
   transition: none; 
}
#form-btn{
    color: #000;
    background: transparent;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #000!important;
    border-top-color: #000!important;
    border-right-color: #000!important;
    border-bottom-color: #000!important;
    border-left-color: #000!important;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 1px;
    margin-right: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-toggler:focus,.navbar-toggler:active {
  outline: none !important;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.75); 
  box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.75);
}
input.form-control:focus,input.form-control:active{
  outline: none !important;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.75); 
  box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.75);
  border:1px solid #fff;
}

 
img#search{
  width: 23px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border:  1px solid #333;
  border: 1px solid rgba(0,0,0,.15);
  border-left:  1px solid #333;
}
.dropdown-menu>li>a {
  display: block;
  padding:10px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
.dropdown-menu>li{
  border-top:  1px solid #333;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

 #block1{
  background: black;
 }
 #block1 hr{
  border: 0.5px solid #333; 
  width:80%; 
  float:left
 }
 #block1 p{
  font-weight: 300;
  text-align: left; 
  font-size:16px; 
  text-transform: uppercase;
 }
 #block1 a{
  color:#fff;
  text-decoration: none;
 }

#block2 {
  color:#000;
}

#block2 h1{
  font-size: 32px;
  font-weight: 400;
}

#block2 h2{
  font-size: 24px;
  font-weight: 300;
}

#block2 h3{
  font-size: 18px;
  font-weight: 300;
}

p.info{
  font-weight: 300;
    font-size: 14px;
    padding: 15px;
}
img#grafic{
  position: absolute;
  top: 19%;
  left: 24%;
}
img#graficSt{
     position: absolute;
  top: 19%;
  left: 2%;
}

 #block3{
  background: black;
 }
#block3 hr{
  border: 0.5px solid #333; 
  width:80%;
  float:right;
}
#block3 p{
  text-align: right; 
  font-size:16px;
  font-weight: 300;
  color:#ccc;
  text-transform:uppercase;
}
p#block3P{
  text-align: right; 
  font-size:14px;
  font-weight: 300;
  color:#ccc;
  text-transform:none;
}
#block3 a {
  color: #ccc;
  text-decoration: none;
}
.row.content {height: 700px}

.sidenav {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  background-color:#000;
  height: 100%;
}
footer {
  background: black;
  color: white;
  padding: 15px;
  height:200px;
}
footer p{
  text-align: center; 
  font-size:13px;
  font-weight: 300;
  color:lightgray;
}
footer span{
  color:#fff;
}

.phonelink, .phonelink:hover {
  font-weight: 300;
  color:lightgray;
  text-decoration: none;
}

.cookieconsent {
  background-color: rgba(0,0,0,0.75)!important;
  border-color: #000!important;
  color:#e5e5e5!important;
  font-size: 14px!important;
  font-weight: 300!important;
}
.cookieconsent button {
  background-color: #000!important;
  border-color: #ccc!important;
  color:#e5e5e5!important;
  font-size: 15px!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
}
.cookieconsent a {
  color:#fff!important;
  font-size: 14px!important;
  font-weight: 300!important;
}



/* Контейнер кнопки */
.burger-btn {
  width: 32px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Общие стили для всех трех линий */
.burger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; /* Цвет полосок */
  border-radius: 0;
  transition: all 0.3s ease-in-out; /* Плавность анимации */
}

/* Анимация при добавлении класса .active */
/* Верхняя линия поворачивается */
.burger-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

/* Средняя линия исчезает */
.burger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

/* Нижняя линия поворачивается в обратную сторону */
.burger-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Убираем подсветку для стандартной кнопки бургер-меню Bootstrap */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}


#block-breadcrumbs {
  margin-top: 40px;
}

/* Контейнер для хлебных крошек */
/* Контейнер и сброс стилей списка */
.breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    list-style: none;
    font-size: 13px;
}

/* Элементы списка */
.breadcrumbs li {
    display: flex;
    align-items: center;
    color: #ccc; /* Цвет текста текущей страницы */
    font-weight: 300;
}

/* Ссылки (Главная, дочерние) */
.breadcrumbs li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumbs li a:hover {
    text-decoration: none;
    color: #fff;
}

/* Автоматический разделитель ">" после каждого элемента, кроме последнего */
.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #ccc;
    font-weight: 300;
}

