.top_title {
  background:#1E1E1E;
  color:#fff;
  font-size:12px;
}

a:hover {
  color:gray;
}

header.sticky-top {
    background: #fff;
    box-shadow: 0 0 10px #f9f9f9;
    border-bottom: 1px #f9f9f9 solid;
}

#top_menu #toppest-menu {
  display:flex;
  margin:0;
  gap:25px;
  justify-content: center;
  & a {
    font-size:12px;
    font-weight:400;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #1E1E1E;
  width: 40px;
  height: 35px;
  border-radius: 10px;
  & i {color:#fff;}
}

header .cat_button .subitems.show {
  border-radius:10px!important;
  background:#fff!important;
  backdrop-filter: none;
}

.phones_wrap {
  display: flex;
  flex-direction: column;
  line-height: normal;
  & .phone-item a {
    color:#CB0B0E;
    font-weight: 600;
    text-decoration: none;
  }
  & .callback a {
    color:#000;
    font-size:12px;
    font-weight: 500;
  }
}

h1 {
  margin:30px 0;
}

.nca-cookiesaccept-line.style-3 {
  background-color:#1e1e1ed5!important;
  backdrop-filter: blur(3px);
  & .nca-cookiesaccept-line-text {
    color:#fff!important;
  }
}

.container.dark, .container-fluid.dark {
  background:#1E1E1E;
  color:#fff;
}

#navbar-detail {
  position: sticky!important;
  top: 165px;
  align-self: start;
  background: #fff;
  z-index:999;
}

.slick-dots {
  width:-webkit-fill-available!important;
}

.back-to-top {
  bottom:80px;
}

.container-fluid.dark a {
  color:#fff;
  &:hover {
    color:silver;
  }
}

@media(max-width:990px) {

  .footer-menu {
    padding-top:30px;
    padding-bottom:30px;
  }

  footer .socials-grid {
    padding-bottom:30px;
  }

  header .socials-grid {
    justify-content: center;
    padding-top:20px;
  }

  .search_wrapper {
    width:auto!important;
  }

  #mobile-top {
    flex-direction: row-reverse;
  }
  #mobile-top .mobile-right {
    justify-content: start!important;
  }
  #mobile-top .mobile-left {
    justify-content: end!important;
  }
}
