@charset "UTF-8";

/* Слеш у заголовков */

.subtitle > h2 > strong::before,
.title > h1 > strong::before {
  content: "/ ";
}

/* Бургер меню */

.menu-burger {
  position: fixed !important;
  z-index: 100 !important;
}

/* Хлебные крошки */

.uc-breadcrumbs {
  position: relative;
}

.uc-breadcrumbs .t758 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
}

.uc-breadcrumbs .t-container {
  max-width: unset !important;
}

.uc-breadcrumbs .t758__col {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media screen and (mIn-width: 480px) {
  .uc-breadcrumbs .t758__col {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media screen and (mIn-width: 640px) {
  .uc-breadcrumbs .t758__col {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media screen and (mIn-width: 960px) {
  .uc-breadcrumbs .t758__col {
    padding-left: 51px !important;
    padding-right: 51px !important;
  }
}