/**
 * Place your custom styles here.
 */
.visually-hidden{
  display: none;
}
/* Blazy load hide element */
.media--loading::before, .media__icon--litebox{
  display: none;
}.slick__slide .media__image.media__element {height: auto;}
.table-responsive {overflow-x: auto;min-height: .01%;}
img {
  height: auto;
}
picture > img { width: auto }

.nav-pills > li {
  margin: 0;
}

.nav-pills > li.acive {
  border-bottom: none !important;
}

.nav-pills > li.acive a {
  border-radius: 6px 6px 0 0;
  color: #333;
  text-decoration: none;
  border-top-color: #333;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: none;
  background: #fff;
}
.nav-pills > li > a {
  border-radius: 0;
  border: none;
}

.nav-pills > li + li {
  border-bottom: 1px solid #333;
  border-left: 0;
  border-right: 0;
  margin: 0;
  padding: 0;
}

.tab-content {
  position: relative;
  z-index: 1;
  top: -1px;
}

.nav-tabs {
  gap: 0px !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border: none;
}

.nav-pills > li {
  border-bottom: 1px solid #333 !important;
  margin-right: 0;
  margin-left: 0;
  left: 0;
  right: 0;
}

.nav-pills > li.active {
  border-bottom-color: transparent !important;;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  border: 0;
  display: block;
  height: 100%;
}

.nav-pills > li > a {
  text-decoration: none !important;
}

.nav-pills > li.active a {
  color: #333;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.price-block {
  margin-bottom: 6rem;
}

.price-block .tab-content {
  border: 1px solid #333;
}

.price-block .hpf-button-small {
  display: block;
  margin: 20px;
}

.price-item {
  min-width: 100%;
}

.price-heading {
   width: 100%;
}

.region-footer .navbar-nav {
  margin: 15px 0;
}

/* Top menu */
.desktop_header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.desktop_header__main-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.desktop_header__main-items .navbar-nav > li {
  padding: 0 5px;
}

.desktop_header__main-items .menu--glavnoe-menu {
  margin-top: 5px;
}

.desktop_header__main-items .menu--top-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
}

.desktop_header__main-items .menu--top-menu.nav > li > a {
  padding: 10px 5px;
}

.menu--top-menu {
  font-size: 15px;
}

.menu--top-menu.nav > li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  /* text-decoration: none; */
  padding: 10px 5px;
}

.desktop_header__mobile-link {
  display: none;
}

@media (max-width: 980px) {
  .desktop_header__wrapper .navbar-toggle {
    margin-right: 0;
  }
  .desktop_header__wrapper {
    justify-content: flex-end;
    position: relative;
  }
  .desktop_header__mobile-link {
    display: block;
    top: 9px;
    position: absolute;
    left: 0;
  }
  .desktop_header__main-items {
    justify-content: flex-end;
    width: auto;
    flex-direction: column;
  }

  .desktop_header__desktop-link {
    display: none;
  }

  header.sticky {
    display: block;
    position: fixed;
    width: 100%;
  }

  .u-header {
    bottom: 0;
    max-height: 100vh;
    overflow: scroll;
  }

  .desktop_header__main-items .menu--glavnoe-menu {
    background-color: #fff;
  }
}

.phone-link {
  font-weight: 800;
}
