@font-face {
    font-family: 'MM';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MSB';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ML';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MR';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "MB";
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'MUB';
    src: url('../fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MUL';
    src: url('../fonts/Mulish-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MUM';
    src: url('../fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MUR';
    src: url('../fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MUBlack';
    src: url('../fonts/Mulish-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  
  
  
  .header {
      display: flex;
      justify-content: space-between;
      height: 70px;
      align-items: center;
  }
  
  .navigation ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin-bottom: 0;
      height: 100%;
      align-items: center;
  }
  
  .link_header {
      display: flex;
      width: 25%;
      align-items: center;
      height: 100%;
      gap: 10px;
      justify-content: end;
  }
  
  .logo {
      width: 20%;
  }
  
  .navigation {
      width: 55%;
      height: 100%;
      align-items: center;
  }
  
  .navigation ul li {
      height: 100%;
  }
  
  header {
      background: #f9f9f9;
      position: relative;
      z-index: 9;
  }
  
  body {
      background: #fff;
      color: #424242;
      font-family: 'MUR';
  }
  
  .navigation ul li a {
      list-style: none;
      text-decoration: none;
      color: #424242;
      font-family: 'MB';
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 15px;
      text-transform: uppercase;
      transition: 0.5s;
  }
  
  a {
      color: #424242;
      text-decoration: none;
  }
  
  .day_night {
      margin: 0 10px;
      background: #EBEBEB;
      padding: 7px 10px;
      border-radius: 6px;
  }
  
  .lang {
      height: 100%;
      align-items: center;
      display: flex;
      padding: 0 10px;
      position: relative;
  }
  
  .sewarch {
      margin: 0 10px;
  }
  span.active_theme {
      background: #fff;
      border-radius: 6px;
  }
  
  .day_night span {
      padding: 3px 3px;
      width: 100%;
      height: 100%;
      display: flex;
  }
  
  .lang a {
      font-family: 'MB';
      color: #9D9D9D;
      font-size: 12px;
  }
  
  .navigation ul li a:hover {
      color: #8d8d8d !important;
  }
  .navigation ul li ul {
      position: absolute;
      left: 0;
      top: 20px;
      height: auto;
      width: 100%;
      overflow: hidden;
      z-index: 2;
  }
  
  .navigation ul li ul a {
      padding: 16px 0;
  }
  .navigation ul li ul li img {
      max-width: 100%;
  }
  
  .submenu {
         /* Начальная позиция — ниже */
  }
  
  .submenu.active {
      opacity: 1;
      transform: translateY(0);      /* Конечная позиция — на месте */
      visibility: visible;
  }
  
  
  .submenu {
      transform: translate(0, -102%);
      z-index: -1 !important;
      transition: 1s;
  }
  
  .slider-wrapper {
      display: flex;
      align-items: center;
      position: relative;
  }
  
  .slider-container {
      overflow-x: auto;
      scroll-behavior: smooth;
      width: 100%;
  }
  
  .slider-track li {
      list-style: none;
  }
  
  .slider-track li img {
      height: 80px; /* Настроишь под нужный размер */
      cursor: pointer;
  }
  
  .arrow {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 20px;
      position: relative;
      z-index: 2;
      transition: background 0.3s;
  }
  
  .arrow:hover {
      background: rgba(0, 0, 0, 0.8);
  }
  
  
  
  .slider-container {
      overflow-x: hidden;
      scroll-behavior: smooth;
      width: 100%;
      position: relative;
  }
  
  .slider-track {
      display: flex;
  }
  
  .slider-track li {
      flex: 0 0 auto;
      list-style: none;
  }
  
  .slider-track li img {
      height: 130px; 
      cursor: pointer;
      display: block;
  }
  button.arrow {
      height: 100%;
      position: absolute;
      font-size: 42px;
  }
  
  button.arrow.right {
      right: 0;
  }
  .dropmenu {
      transition: 0.7s;
      display: block;
      background: #000000ed;
      padding: 50px;
      grid-gap: 20px;
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      top: 70px;
      z-index: -10;
      transform: translate(0, -110%);
  }
  
  .navigation ul li:hover .dropmenu {
      display: block;
      transform: translate(0px, 0px);
  }
  
  .dropmenu li a {
      color: #fff;
      font-size: 14px;
      font-family: MR;
      display: inline-block;
      padding: 10px;
  }
  .dropmenu ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      position: relative !important;
      top: 0 !important;
  }
  .dropmenu ul a {
      color: #fff !important;
      font-family: MR !important;
  }
  .navigation ul li ul a:hover {}
  .slider-track a {
      padding: 0 !important;
  }
  .overlay.active {
      transform: translate(0, 0%);
  }
  
  .navigation ul li:hover .submenu {
      transform: translate(0, 50px);
  }
  span.all_project {
      display: inline-block;
      padding: 50px;
      background: #0e6880;
      color: #fff;
      height: 130px;
  }
  
  
  
  .search-form {
      display: none;
      position: absolute;
      top: 70px; /* подгони под свой header */
      background: #ebebeb;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      z-index: 1001;
      width: 20%;
      justify-content: space-between;
      font-size: 12px;
      margin-left: -14%;
  }
  
  .search-form input {
      padding: 5px 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      outline: none;
  }
  
  .search-form button {
      margin-left: 5px;
      padding: 5px 10px;
      background: #e0e0e0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
  }
  
  .search-form button:hover {
      background: #ccc;
  }
  
  
  body.theme-day {
      background-color: #ffffff;
      color: #424242;
  }
  
  body.theme-night {
      background-color: #2c2c2c;
      color: #f1f1f1;
  }
  
  body.theme-night header {
      background-color: #333;
  }
  
  body.theme-night .navigation ul li a {
      color: #f1f1f1;
  }
  body {
      transition: background-color 0.5s ease, color 0.5s ease;
  }
  
  header, .navigation ul li a, .day_night {
      transition: background-color 0.5s ease, color 0.5s ease;
  }
  
  /* Тема День */
  body.theme-day {
      background-color: #ffffff;
      color: #424242;
  }
  
  body.theme-day header {
      background-color: #f3f3f3;
  }
  
  body.theme-day .navigation ul li a {
      color: #424242;
  }
  
  body.theme-day .day_night {
      background-color: #EBEBEB;
  }
  
  /* Тема Ночь */
  body.theme-night {
      background-color: #202145;
      color: #f1f1f1;
  }
  
  body.theme-night header {
      background-color: #333333;
  }
  
  body.theme-night .navigation ul li a {
      color: #f1f1f1;
  }
  
  body.theme-night .day_night {
      background-color: #1D1E42;
  }
  .owl-dot {
      position: relative;
      width: 16px;
      height: 16px;
      margin: 2.75px;
      border-radius: 50%;
      background: #ccc;
      overflow: hidden;
  }
  
  .owl-dot.active {
      background: #49909A;
  }
  
  .owl-dot .progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background-color: #49909A; /* Цвет заливки активного dot */
      transition: none;
  }
  .owl-carousel video {
      width: 100%;
      height: 75vh;
      object-fit: cover;
  }
  
  button.owl-dot {
      background: #ffffff8a !important;
      border-radius: 0;
      height: 3px;
      width: 21px;
  }
  
  .owl-nav button {
      background: #ffffff54 !important;
      width: 60px;
      height: 44px;
      color: #ffffff !important;
      font-size: 30px !important;
      border-radius: 6px;
      margin: 5px;
      transition: 0.5s;
  }
  
  button.owl-prev span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
  }
  
  button.owl-next span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
  }
  .owl-nav {display: block;z-index: 2;position: absolute;bottom: -60px;right: 0;}
  
  
  .owl-carousel {
      position: relative;
  }
  .container.navi_slider {
      margin-top: -100px;
      position: relative;
  }
  .owl-dots {position: absolute;right: 5px;bottom: 10px;}
  .conainer.soud_slider img {
      width: auto !important;
  }
  
  .conainer.soud_slider {
      position: relative;
  }
  
  .conainer.soud_slider span {
      position: absolute;
      right: 20px;
      bottom: 130px;
  }
  .container.soud_slider img {
      width: auto;
  }
  
  .container.soud_slider span {
      position: absolute;
      right: 10px;
      bottom: 140px;
  }
  
  .container.soud_slider {
      position: relative;
      z-index: 9;
  }
  .image_man_project img {
      width: auto !important;
  }
  
  .proj_main {
      display: flex;
      align-items: end;
      position: absolute;
      bottom: 0px;
      gap: 70px;
      z-index: 2;
      color: #fff;
  }
  
  p.title_project_slider {
      font-family: 'MR';
      font-size: 64px;
  }
  
  p.text_project_slider {
      font-size: 16px;
      font-family: 'MR';
      text-transform: uppercase;
  }
  .slider_index {
      position: relative;
      width: 100%;
  }
  
  .slider_index:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(11, 16, 45, 0) 0%, #0B102D 100%);
      top: 0;
      z-index: 0;
  }
  .main_slider_button {
      font-size: 16px;
      background: #0E6880;
      color: #fff;
      border: none;
      text-transform: uppercase;
      padding: 10px 25px;
      border-radius: 6px;
      font-family: 'MUR';
      transition: 0.5s;
      display: inline-block;
  }
  
  .text_project_slider {
      margin-bottom: 25px;
  }
  .main_carusel {
      width: 100%;    /* Вся ширина вьюпорта */
  }
  section.section_live {
      margin-top: 180px;
  }
  
  h2.title {
      font-size: 24px;
      font-family: MR;
      text-transform: uppercase;
      text-align: center;
  }
  
  .live_main {
      margin-top: 30px;
      padding: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #F6F6F6;
      border-radius: 6px;
  }
  
  .tv_programm {
      padding-left: 40px !important;
      padding: 20px;
  }
  
  .programm span {
      display: block;
  }
  
  span.title_program {
      font-size: 14px;
      font-family: 'MUR';
      color: #747474;
  }
  
  span.name_programm {
      font-size: 16px;
      font-family: 'MUR';
      margin-bottom: 9px;
      position: relative;
      text-transform: uppercase;
  }
  .header_fon {
      background: #f9f9f9;
  }
  .programm.active span.name_programm {
      font-family: MUBlack;
      font-size: 18px;
  }
  .programm.active span.name_programm:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #E61E25;
      left: -20px;
      top: 8px;
      border-radius: 50%;
  }
  section.project_main {
      margin-top: 80px;
  }
  .insta-card {
      width: 100%;
      overflow: hidden;
      border-radius: 6px;
  }
  
  .insta-card iframe {
      min-width: auto !important;
      margin-top: -55px !important;
      height: 440px;
      width: 100% !important;
  }
  .carusel_project {
      margin-top: 30px;
  }
  
  .project-card img {
      border-radius: 6px 6px 0px 0px;
  }
  .text_project {
      background: #F6F6F6;
      border-radius: 0 0 6px 6px;
      font-size: 18px;
      font-family: 'MUB';
      text-align: center;
      padding: 20px;
      position: relative;
      height: 140px;
      align-items: center;
      display: flex;
      line-height: 21px;
      padding-top: 30px;
  }
  .categy_position {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -55px;
      position: absolute;
      top: 20px;
      width: 62%;
      text-transform: uppercase;
      margin-left: 14%;
  }
  span.categoty_project {
      background: #CADEE0;
      top: -15px;
      color: #468791;
      border-radius: 6px;
      padding: 5px 15px;
      font-size: 12px;
      line-height: 14px;
  }
  .projects-slider .owl-nav {
      position: absolute;
      top: -70px;
      right: 0;
      display: flex;
      gap: 10px;
      z-index: 5;
  }
  
  .projects-slider .owl-nav button {
      background: #f5f5f5 !important;             /* Светло-серый фон */
      color: #aaa !important;                     /* Цвет стрелки (иконки) */
      border: none;
      padding: 10px 15px;
      border-radius: 10px;             /* Скруглённые углы */
      font-size: 24px;                 /* Размер стрелки */
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
  }
  
  .projects-slider .owl-nav button:hover {
      background: #e0e0e0;             /* Более тёмный при ховере */
      color: #555;                     /* Более тёмная стрелка при ховере */
  }
  
  .projects-slider .owl-nav button span {
      display: inline-block;
      font-family: Arial, sans-serif;  /* Просто стандартный шрифт для стрелок */
  }
  
  .projects-slider .owl-nav button {
      background: #f5f5f5 !important;             /* Светло-серый фон */
      color: #aaa !important;                     /* Цвет стрелки (иконки) */
      border: none;
      padding: 10px 15px;
      border-radius: 10px;             /* Скруглённые углы */
      font-size: 24px;                 /* Размер стрелки */
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
  }
  
  .projects-slider .owl-nav button:hover {
      background: #e0e0e0;             /* Более тёмный при ховере */
      color: #555;                     /* Более тёмная стрелка при ховере */
  }
  
  .projects-slider .owl-nav button span {
      display: inline-block;
      font-family: Arial, sans-serif;  /* Просто стандартный шрифт для стрелок */
  }
  
  .news-card .text_project {display: block;text-align: left;height: auto;background: none;padding-left: 0;}
  
  span.data_news {
      font-size: 14px;
      font-family: 'MUR';
      color: #747474;
      display: block;
  }
  
  .news-card  .text_project span {
      font-size: 16px;
      font-family: 'MUR';
  }
  .news-slider .owl-nav {
      position: absolute;
      top: -70px;
      right: 0;
      display: flex;
      gap: 10px;
      z-index: 5;
  }
  
  .news-slider .owl-nav button {
      background: #f5f5f5 !important;             /* Светло-серый фон */
      color: #aaa !important;                     /* Цвет стрелки (иконки) */
      border: none;
      padding: 10px 15px;
      border-radius: 10px;             /* Скруглённые углы */
      font-size: 24px;                 /* Размер стрелки */
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
  }
  
  .news-slider .owl-nav button:hover {
      background: #e0e0e0;             /* Более тёмный при ховере */
      color: #555;                     /* Более тёмная стрелка при ховере */
  }
  
  .news-slider .owl-nav button span {
      display: inline-block;
      font-family: Arial, sans-serif;  /* Просто стандартный шрифт для стрелок */
  }
  
  .insta-slider .owl-nav {
      position: absolute;
      top: -70px;
      right: 0;
      display: flex;
      gap: 10px;
      z-index: 5;
  }
  .insta-slider .owl-nav button {
      background: #ffffff !important;             /* Светло-серый фон */
      color: #aaa !important;                     /* Цвет стрелки (иконки) */
      border: none;
      padding: 10px 15px;
      border-radius: 10px;             /* Скруглённые углы */
      font-size: 24px;                 /* Размер стрелки */
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
  }
  
  .insta-slider .owl-nav button:hover {
      background: #e0e0e0;             /* Более тёмный при ховере */
      color: #555;                     /* Более тёмная стрелка при ховере */
  }
  
  .insta-slider .owl-nav button span {
      display: inline-block;
      font-family: Arial, sans-serif;  /* Просто стандартный шрифт для стрелок */
  }
  section.project_main.instagramm_section {}
  
  section.project_main.instagramm_section h2.title {
      font-family: MSB;
      position: relative;
  }
  
  section.project_main.instagramm_section .container {
      background: #F6F6F6;
      border-radius: 6px;
      padding: 30px 20px 10px 20px;
  }
  
  section.project_main.instagramm_section {
      margin-top: 50px;
  }
  
  section.project_main.instagramm_section h2.title:before {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: linear-gradient(to right, rgba(189, 189, 189, 0) 0%, #BDBDBD 100%);
      left: 0;
      top: 50%;
  }
  
  section.project_main.instagramm_section h2.title:after {
      content: '';
      position: absolute;
      width: 28%;
      height: 1px;
      background: linear-gradient(to right, #BDBDBD 0%, rgba(189, 189, 189, 0) 100%);
      right: 160px;
      top: 50%;
  }
  
  
  section.section_project {
      margin-top: 80px;
  }
  
  .project_main_page {
      display: flex;
      justify-content: space-between;
      align-items: end;
      position: relative;
  }
  
  .project_left {
      width: 30%;
  }
  
  .project_right {
      width: 70%;
  }
  
  .project_all {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
      margin-top: 20px;
  }
  
  .project_all img {
      width: 100%;
  }
  
  h2.title_project_index {
      font-size: 41px;
      font-family: 'MB';
      color: #0e6880;
      text-transform: uppercase;
  }
  
  span.description_project {
      font-size: 14px;
      font-family: 'MUR';
      color: #424242;
      display: block;
  }
  
  .text_project_index .main_slider_button {
      font-family: 'MUR';
      padding: 10px 30px;
      margin: 10px 0;
      transition: 0.5s;
  }
  
  .project_main_page:after {
      content: '';
      background: url(../image/fonproject.png);
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      z-index: -1;
      left: 9%;
  }
  
  
  body.theme-night .project_main_page:after {
      background: url(../image/222.jpg) no-repeat;
  }
  
  section.section_project2 .project_main_page:after {
      background: url(../image/f_p_white_2.jpg);
      background-repeat: no-repeat;
      left: auto !important;
      right: 9%;
      background-position-x: right;
  }
  body.theme-night section.section_project2 .project_main_page:after {
      background: url(../image/2222.jpg) no-repeat;
      background-position: right;
  }
  section.section_project2 {
      margin-top: 80px;
  }
  
  section.section_project2 .project_left {
      text-align: right;
      width: 70%;
  }
  
  section.section_project2 .project_right {
      width: 30%;
      text-align: right;
  }
  section.banner_market {
      margin-top: 80px;
      text-align: center;
  }
  footer {
      margin-top: 110px;
      margin-bottom: 30px;
  }
  
  .footer {
      display: flex;
  }
  
  .footer_logo {
      width: 30%;
      display: flex;
  }
  
  .navi_footer {
      width: 70%;
  }
  
  ul.footer_menu {
      display: flex;
      justify-content: space-between;
      padding: 0;
  }
  
  ul.footer_menu li {
      list-style: none;
  }
  
  ul.footer_menu li a {
      font-size: 12px;
      text-transform: uppercase;
      font-family: MM;
  }
  .footer_logo img {
      max-width: 100%;
      margin-right: 20px;
  }
  .copiright {
      text-align: right;
      font-family: 'MM';
      text-transform: uppercase;
      font-size: 12px;
  }
  
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  
  @keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
  }
  
  .overlay {
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      height: calc(100% - 70px);
      background: #000000ed;
      z-index: -3;
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  
  .overlay2 {
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      height: calc(100% - 70px);
      background: #000000d9;  
      z-index: -3;
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  .overlay.fade-in {
      display: block;
      visibility: visible;
      animation: fadeIn 0.5s ease forwards;
  }
  
  .overlay.fade-out {
      display: block;             /* ВАЖНО! Иначе анимация не увидится */
      visibility: visible;        /* Чтобы во время fadeOut элемент оставался видимым */
      animation: fadeOut 0.5s ease forwards;
  }
  .overlay2.fade-in {
      display: block;
      visibility: visible;
      animation: fadeIn 0.5s ease forwards;
  }
  
  .overlay2.fade-out {
      display: block;             /* ВАЖНО! Иначе анимация не увидится */
      visibility: visible;        /* Чтобы во время fadeOut элемент оставался видимым */
      animation: fadeOut 0.5s ease forwards;
  }
  .lang ul li ul {
      display: none;
      opacity: 0;
      position: absolute;
      z-index: -1;
      background: #f9f9f9;
      top: 70px;
      right: -30px;
      height: auto !important;
  }
  
  .lang ul li ul.show {
      display: flex;
      opacity: 1;
      transform: translate(0, 0);
      z-index: 2;
  }
  
  .lang ul {
      padding: 0;
      margin: 0;
      height: 100%;
  }
  
  .lang li {
      list-style: none;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 5px 0px;
  }
  .lang ul li ul li a {
      color: #fff;
      font-family: 'MR';
  }
  .lang:hover {
      background: #dfdfdf;
      cursor: pointer;
  }
  div#searchForm input {
      width: 100%;
      font-family: 'MR';
      border: none;
  }
  
  div#searchForm .container {
      text-align: right;
  }
  .text_project_slider .main_slider_button {
      margin-bottom: 24px;
      background: #3d3f79;
  }
  .top_scroll a {
      background: #00181F;
      padding: 15px 20px;
      border-radius: 6px;
      transition: 0.5s;
      opacity: 0.2;
  }
  
  .top_scroll a:hover {
      opacity: 1;
  }
  
  .top_scroll {
      position: fixed;
      right: 50px;
      bottom: 25px;
  }
  
  .social_fix ul {
      padding: 0;
  }
  
  .social_fix ul li {
      list-style: none;
      margin-bottom: 10px;
  }
  
  .social_fix {
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 9;
  }
  
  .social_fix a:hover {
      opacity: 0.5;
  }
  
  .social_fix a {
      transition: 0.5s;
      opacity: 1;
  }
  section.project_main.section_news .text_project {
      padding: 15px 0;
      padding-bottom: 0;
  }
  .project_cart a {
      overflow: hidden;
      display: inline-block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
  }
  
  .project_cart a:hover img {transform: scale(1.1);}
  
  .project_cart a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .project_cart img {
      transition: 0.5s;
  }
  
  .text_project_index button.main_slider_button:hover {
      opacity: 0.5;
  }
  
  button.main_slider_button:hover {
      opacity: 0.5;
  }
  
  .owl-nav button:hover {
      opacity: 0.5;
  }
  .lang ul li:hover ul {
      display: block;
      opacity: 1;
  }
  
  .lang ul li ul a {
      color: #000 !important;
  }
  
  .lang ul li ul li {
      padding: 10px;
      border-bottom: 1px solid #0000001a;
  }
  
  .lang ul li ul li:hover {
      background: #e7e6e6;
  }
  body.theme-night .header_fon {
      background: #2B2C57;
  }
  
  body.theme-night .live_main {
      background: #292a52;
  }
  
  body.theme-night .text_project {
      background: #292a52;
  }
  
  body.theme-night section.project_main.section_news .text_project {
      background: none;
  }
  
  body.theme-night section.project_main.instagramm_section .container {
      background: #292a52;
  }
  
  body.theme-night span.description_project {
      color: #B1B3FF;
  }
  
  body.theme-night h2.title_project_index {
      color: #B1B3FF;
  }
  
  body.theme-night ul.footer_menu li a {
      color: #9DC1C7;
  }
  
  
  
  
  
  
  .mobile-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: #ffffff;
      color: #000000;
      z-index: 1000;
      padding: 20px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
      transition: left 0.3s ease;
      display: flex;
      flex-direction: column;
      text-align: center;
      height: 100%;
      justify-content: space-between;
  }
  
  .mobile-menu.active {
      left: 0;
  }
  
  .mobile-menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
  }
  
  .mobile-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .mobile-menu ul li {
      margin-bottom: 15px;
  }
  
  .mobile-menu ul li a {
      text-decoration: none;
      font-size: 28px;
      font-family: 'MB';
      color: #0d6781;
      text-transform: uppercase;
  }
  
  .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 999;
  }
  
  .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .hamburger-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 24px;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      z-index: 1001;
      display: none;
  }
  
  .hamburger-btn span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transform-origin: center center;
      margin-bottom: 3px;
  }
  
  /* Анимация в крест */
  .hamburger-btn.active span:nth-child(1) {
      transform: rotate(45deg);
      position: absolute;
      margin-top: 4px;
  }
  
  .hamburger-btn.active span:nth-child(2) {
      opacity: 0;
  }
  .hamburger-btn span:nth-child(2) {
      width: 15px;
      margin-left: 5px;
  }
  .hamburger-btn.active span:nth-child(3) {
      transform: rotate(-45deg);
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*IN PAGES*/
  .breadcrumbs a {
      color: #848484;
      font-family: 'MR';
      font-size: 12px;
      text-transform: uppercase;
  }
  
  .breadcrumbs ul {
      padding: 0;
      display: flex;
      gap: 20px;
  }
  
  .breadcrumbs ul li {
      list-style: none;
      position: relative;
  }
  
  .breadcrumbs ul li:before {
      content: '/';
      position: absolute;
      right: -12px;
      color: #848484;
  }
  
  .breadcrumbs ul li:last-child:before {
      content: none;
  }
  
  
  .inpage_content {
      display: flex;
      gap: 30px;
  }
  
  .project_inpage {
      width: 70%;
  }
  
  .in_page_sidebar {
      width: 30%;
  }
  
  .project_in {
      display: flex;
      align-items: end;
      gap: 40px;
      position: relative;
  }
  
  .in_page {
      margin-top: 30px;
  }
  
  .info_project_page h2 {
      font-size: 56px;
      font-family: 'MB';
      text-transform: uppercase;
      color: #0e6880;
      margin-bottom: 0;
  }
  
  .project_page_img img {
      max-width: 100%;
  }
  
  .info_project_page span {
      font-family: MUR;
      font-size: 15px;
      display: block;
      margin-bottom: 20px;
  }
  
  .btn_custom {
      background: #0E6880;
      color: #C0EAEF;
      font-family: 'MUR';
      text-transform: uppercase;
      border-radius: 6px;
      padding: 10px 25px;
      display: inline-block;
  }
  .project_cart_in {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 15px;
      margin-top: -1px;
  }
  
  .img_project_cart_page img {
      width: 100%;
  }
  
  .info_project_page {
      margin-bottom: 50px;
      width: 70%;
  }
  
  span.date_cart_page {
      display: block;
      font-family: 'MUR';
      font-size: 12px;
      text-transform: uppercase;
      color: #747474;
  }
  
  span.title_cart_page {
      font-size: 16px;
      font-family: MUM;
  }
  
  .text_project_cart_page {
      margin-top: 15px;
  }
  
  .project_pag {
      margin-top: 50px;
  }
  
  .project_page_img {
      width: 30%;
  }
  
  h2.title_sidebar {
      font-family: 'MR';
      text-transform: uppercase;
      color: #0E6880;
      font-size: 20px;
  }
  
  span.date_new_sidebar {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      color: #747474;
      font-family: 'MUR';
  }
  
  span.title_new_sidebar {
      font-family: 'MUR';
  }
  
  .new_sidebar {
      margin: 25px 0px;
  }
  .banner_sidebar {
      text-align: center;
  }
  
  .banner_sidebar img {
      max-width: 100%;
  }
  
  .fix_block_sidebar {
      background: #F6F6F6;
      border-radius: 6px;
      padding: 20px;
      position: sticky;
      top: 20px;
  }
  .readme_content {
      text-align: center;
      margin-top: 50px;
  }
  
  a.btn_readme {
      background: #E5E5E5;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'MR';
      padding: 10px 20px;
      border-radius: 6px;
  }
  .date_p_d span {
      text-transform: uppercase;
      font-family: 'MUR';
      color: #747474;
      font-size: 12px;
  }
  
  .social_p_d span {
      text-transform: uppercase;
      font-family: 'MUR';
      color: #747474;
      font-size: 12px;
      margin-right: 10px;
  }
  
  .social_p_d {
      display: flex;
      align-items: end;
  }
  
  .social_p_d ul {
      padding: 0;
      display: flex;
      gap: 10px;
      margin-bottom: 0;
  }
  
  .social_p_d ul li {
      list-style: none;
  }
  
  .date_social {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
  }
  
  .imgproj {
      width: 100%;
  }
  
  .imgproj img {
      width: 100%;
  }
  
  .text_p_d {
      font-size: 17px;
      font-family: 'MUR';
      margin-top: 10px;
  }
  
  .meta_p_d {
      font-size: 14px;
      font-family: 'MB';
      text-transform: uppercase;
      color: #747474;
  }
  
  .tags_p_d ul {
      padding: 0;
      display: flex;
      gap: 20px;
      color: #4A909A;
      margin-top: 10px;
  }
  .text_p_d h1 {
      font-family: 'MM';
      font-size: 36px;
  }
  .tags_p_d li {
      list-style: none;
  }
  .project_inpage section.banner_market {
      margin: 50px 0;
  }
  .tags_p_d a {
      color: #4A909A;
      font-family: 'MUM';
      font-size: 14px;
  }
  .news_in {
      display: flex;
      margin-bottom: 20px;
  }
  
  .news_in_img {
      width: 25%;
  }
  
  .text_news_in {
      width: 75%;
      padding-left: 20px;
  }
  
  .news_in_img img {
      width: 100%;
  }
  
  span.date_new_in {
      text-transform: uppercase;
      font-family: 'MUR';
      color: #747474;
      font-size: 12px;
  }
  
  h2.title_new_in {
      color: #141414;
      font-family: MSB;
      font-size: 20px;
  }
  .navi_tv_programm ul {
      padding: 0;
      display: flex;
      justify-content: space-between;
  }
  
  .navi_tv_programm ul li {
      list-style: none;
      text-align: center;
  }
  
  .navi_tv_programm ul li span {
      display: block;
      font-family: 'MR';
      font-size: 18px;
      text-transform: uppercase;
      color: #0e6880;
  }
  
  .navi_tv_programm ul li span:last-child {
      text-transform: none;
  }
  
  .navi_tv_programm ul li.active span {
      font-family: 'MB';
  }
  
  .navi_tv_programm ul li.active span:last-child {
      border-bottom: 2px solid #0e6880;
  }
  
  .tv_list ul {
      padding: 0;
  }
  
  .tv_list ul li {
      list-style: none;
  }
  
  span.tv_time {
      font-family: ML;
      color: #0e6880;
      font-size: 20px;
      width: 7%;
  }
  
  span.tv_name_programm {
      font-family: MUM;
      font-size: 22px;
      position: relative;
  }
  
  .tv_list ul li {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
  }
  
  .navi_tv_programm ul  li.active span.tv_name_programm {
      color: #0e6880 !important;
      font-family: MUB !important;
  }
  
  .tv_programm_day ul li.active span.tv_name_programm {
      font-family: MUB;
      color: #0e6880;
      padding-left: 20px;
  }
  
  .tv_programm_day ul li.active span.tv_name_programm:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      background: #B70D13;
      left: 0;
      top: 10px;
      border-radius: 50%;
  }
  .main_button {
      font-size: 12px;
      background: #0E6880;
      color: #fff;
      border: none;
      text-transform: uppercase;
      padding: 8px 15px;
      border-radius: 6px;
      font-family: 'MUR';
      transition: 0.5s;
  }
  .contacts {
      font-family: 'MUR';
      font-size: 18px;
  }
  
  .map_contact img {width: 100%;}
  
  .map_contact {
      margin: 20px 0;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0; /* светло-серый фон */
    border-radius: 6px;
    transition: 0.4s;
  }
  
  .slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: #276579; /* тёмно-синий ползунок */
    border-radius: 6px;
    transition: 0.4s;
  }
  
  /* При включении (нажатии) */
  input:checked + .slider {
    background-color: #e0e0e0; /* Оставляем фон светло-серым, можно поменять */
  }
  
  input:checked + .slider::before {
    transform: translateX(30px); /* Двигаем вправо */
    background-color: #fff;      /* Белый ползунок (как на твоем втором скрине) */
  }
  .off_interface {
      display: inline-block;
      float: right;
      margin-top: -40px;
      font-family: 'MB';
      color: #0d6781;
      font-size: 12px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  
  .inpage_content.live_in_page_block {
      width: 100% !important;
      display: block !important;
  }
  
  .inpage_content.live_in_page_block .project_inpage {
      width: 100%;
  }
  
  
  .live_block {
      display: inline-block;
      width: 100%;
  }
  
  .live_block img {
      width: 100%;
  }
  
  .live_in_page {
      background: #f6f6f6;
      padding: 30px;
      margin-top: 50px;
  }
  
  span.time_live_in {
      font-family: MUM;
      font-size: 14px;
      color: #747474;
      display: block;
  }
  
  span.title_live_in {
      font-size: 13px;
      font-family: 'MUM';
      text-transform: uppercase;
  }
  
  .tv_program_live {
      display: grid;
      margin-top: 20px;
      gap: 20px;
      align-items: center;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  
  .program_live {
      width: 100%;
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      height: 100%;
  }
  
  .program_live.active span.time_live_in:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #b70d13;
      position: absolute;
      left: 50px;
      top: 5px;
      border-radius: 50%;
  }
  
  span.time_live_in {
      position: relative;
  }
  
  .program_live.active span.time_live_in {
      color: #0e6880;
  }
  
  .program_live.active span.title_live_in {
      font-family: 'MB';
      color: #0e6880;
  }
  body.theme-active {
      height: 100%;
      background: #f6f6f6;
  }
  
  body.theme-active header#header {display: none;}
  
  body.theme-active footer {
      display: none;
  }
  
  body.theme-active .breadcrumbs {
      opacity: 0;
  }
  
  body.theme-active .project_inpage:before {
      content: '';
      width: 21px;
      height: 40px;
      background: url(../image/logolive.svg);
      position: absolute;
      left: 0;
      background-repeat: no-repeat;
  }
  body.theme-active .off_interface {
      color: #cecece;
  }
  body.theme-active .project_inpage {
      position: relative;
  }
  .type_navi a {
      font-size: 18px;
      text-transform: uppercase;
      font-family: 'MB';
      color: #0e6880;
      margin-right: 25px;
  }
  
  .type_navi {
      margin-bottom: 20px;
  }
  
  .arch {
      margin-bottom: 20px;
  }
  
  .archive_number {
      font-size: 18px;
      font-family: 'MB';
      color: #0e6880;
      margin-bottom: 10px;
  }
  
  .list_archive a {
      font-family: 'MM';
      font-size: 14px;
      margin-right: 20px;
      margin-bottom: 10px;
      display: inline-block;
  }
  
  .acrive_content {
      margin-top: 60px;
  }
  body.theme-active .tv_program_live {
      display: none;
  }
  @keyframes pulse {
      0%, 100% {
          transform: translate(0, -50%) scale(1);
      }
      50% {
          transform: translate(0, -50%) scale(1.25);
      }
  }
  li.live_nav a {
      color: #0E6880 !important;
      position: relative;
  }
  
  li.live_nav:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background: #e61e25;
      border-radius: 50%;
      top: 48%;
      animation: pulse 2s infinite ease-in-out;
      transform-origin: center;
      transform: translateY(-50%) scale(1);
      z-index: 2;
  }
  
  li.live_nav {
      padding-left: 10px;
  }
  body.theme-night .live_nav a {
      color: #B0B3FF !important;
  }
  
  body.theme-night .projects-slider .owl-nav button {
      background: #292a52 !important;
  }
  
  body.theme-night .news-slider .owl-nav button {
      background: #292a52 !important;
  }
  
  body.theme-night .insta-slider .owl-nav button {
      background: #21224d !important;
  }
  
  body.theme-night .copiright {
      color: #9DC1C7;
  }
  
  body.theme-night span.categoty_project {
      background: #202147;
      color: #76769C;
  }
  
  body.theme-night .text_project span {
      color: #f4f4f4;
  }
  
  body.theme-night .categy_position span {
      color: #76769C !important;
  }
  body.theme-night .fix_block_sidebar {
      background: #292A52;
  }
  
  body.theme-night .fix_block_sidebar span.date_new_sidebar {
      color: #B7B9EE;
  }
  
  body.theme-night .date_social span {
      color: #B7B9EE !important;
  }
  
  body.theme-night .meta_p_d {
      color: #B7B9EE;
  }
  
  body.theme-night .tags_p_d a {
      color: #B7B9EE;
  }
  
  body.theme-night span.date_cart_page {
      color: #B7B9EE;
  }
  
  body.theme-night a.btn_readme {
      background: #3D3F79;
      color: #f4f4f4;
  }
  body.theme-night h2.title_sidebar {
      color: #B7B9EE;
  }
  body.theme-night .info_project_page h2 {
      color: #B1B3FF;
  }
  body.theme-night span.date_new_in {
      color: #b7b9ee;
  }
  
  body.theme-night h2.title_new_in {
      color: #f4f4f4;
  }
  body.theme-night .navi_tv_programm span {
      color: #B7B9EE;
  }
  
  body.theme-night .tv_programm_day ul li.active span.tv_name_programm {
      color: #b7b9ee;
  }
  body.theme-night .type_navi a {
      color: #B7B9EE;
  }
  
  body.theme-night .archive_number {
      color: #b0b3ff;
  }
  
  body.theme-night .list_archive a {
      color: #f4f4f4;
  }
  body.theme-night .slider {
      background: #7072aa;
  }
  
  body.theme-night .live_in_page {
      background: #292a52;
  }
  
  body.theme-night .program_live {
      background: #371e3e;
  }
  
  body.theme-night span.time_live_in {
      color: #6e70a8;
  }
  
  body.theme-night .program_live.active span.title_live_in {
      color: #b0b3ff;
  }
  .project_in:before {
      content: '';
      background: url(../image/fonproject.png);
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      z-index: -1;
      left: 90px;
  }
  body.theme-night .program_live.active span.time_live_in {
      color: #b0b3ff !important;
  }
  body.theme-night .slider::before {
      background: #371e3e;
  }
  body.theme-night .off_interface {
      color: #6e70a8;
  }
  body.theme-night .navigation ul li a:hover {
      color: #b0b3ff !important;
  }
  body.theme-night span.tv_time {
      color: #B7B9EE;
  }
  body.theme-night .main_button {
      background: #51396d;
  }
  .banner_sidebar {
      display: none;
  }
  section.banner_market {display: none;}
  
  
  
  
  
  
  
  
  
  
  
  .archive_menu .dropmenu {
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px); /* немного смещаем вниз */
      position: absolute;
      z-index: 10;
  }
  
  .archive_menu:hover .dropmenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
  
  
  
  
  
  
  .search-form button {
      background: none !important;
  }
  .search-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 998;
      pointer-events: none; /* чтобы не блокировал клики, пока не активен */
  }
  
  .search-overlay.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
  }
  .social_fix ul li {
      background: #0D6781;
      padding: 7px 7px;
      border-radius: 6px;
  }
  
  body.theme-night .social_fix ul li {
      background: #3D3F79;
  }
  
  .social_fix ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .owl-nav svg {
      margin-top: -7px;
  }
  
  body.theme-night .lang:hover {
      background: none;
      color: #B0B3FF !important;
  }
  
  body.theme-night .lang:hover a {
      color: #b0b3ff;{
      background: none;
      color: #B0B3FF !important;};
  }
  
  body.theme-night .lang ul li ul {
      background: #292a52;
  }
  
  body.theme-night .lang ul li ul a {
      color: #f4f4f4 !important;
  }
  
  body.theme-night .search-form {
      background: #292a52;
  }
  
  body.theme-night .search-form input {
      background: #56577b;
  }
  
  body.theme-night .search-form input::placeholder {
      color: #f4f4f4 !important;
  }
  
  body.theme-night .search-form button svg path {
      fill: #f4f4f4 !important;
  }
  body.theme-night .lang li:hover {
      background: none;
      color: #b0b3ff !important;
  }
  body.theme-night .lang ul li ul li:hover {
      background: #202145;
  }
  body.theme-night .lang li:hover a {
      color: #b0b3ff !important;
  }
  body.theme-night .project_in:before {
      background: url(../image/222.jpg) no-repeat;
  }
  body.theme-night.theme-active {
      background: #202145;
  }
  .slider-track li a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #00000000;
      transition: 0.5s;
  }
  
  .slider-track li:hover a:before {
      background: #0000008c;
  }
  
  .slider-track a {
      position: relative;
  }
  .container.soud_slider {
      top: 100px;
  }
  span.years {
      font-family: 'MB';
      font-size: 16px;
      display: flex;
      width: 43px;
      height: 42px;
      background: #EAEAEA;
      align-items: center;
      border-radius: 50%;
      text-align: center;
      justify-content: center;
      color: #424242;
  }
  body.theme-night span.years {
      background: #3D3F79;
      color: #f4f4f4;
  }
  .sewarch a img {
    width: 100%;
    height: 100%;
    display: block;
}

.day_night img {
    width: 100%;
    height: 100%;
}

.day_night {
    display: flex;
}

.banner_header {
    display: flex;
    gap: 20px;
}
span#nightTheme img {
    width: 90%;
}

body.theme-night .dropmenu {
    background: #2b2c57e0;
}

body.theme-night .main_slider_button {
    background: #3d3f79;
}
body.theme-night .btn_custom {
    background: #51396d;
}