.hidden {
  display: none;
}

.fa-w-10,
.fa-w-16,
.fa-w-18 {
  width: 1rem;
}

[id^="sub_error"],
[id^="error"] {
  color: red;
  font-size: 12px;
}

.section-search-form {
  padding: 24px 0;
}

@media (min-width: 992px) {
  .section-search-form {
    padding: 48px 0;
  }
}

.section-search-form .search-bar {
  padding: 0;
}

.section-sort .sort-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #a3a3a3;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
}

.search-bar__input {
  position: relative;
  max-width: 460px;
  width: 100%;
}

.search-bar__input input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 9.5px 12px 9.5px 40px;
  border: 1px solid #404040;
}

.search-bar__input input:focus,
.search-bar__input input:active,
.search-bar__input input:focus-visible {
  outline: none;
}

.search-bar__input__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search-bar__button {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.search-bar__button .btn {
  min-width: 95px;
  height: 40px;
}

.grecaptcha-badge {
  display: none !important;
}
html.with-fancybox body.hide-scrollbar {
    width: 100%!important;
}
.page-load-status {
    display: none;
    padding-top: 20px;
    text-align: center;
    color: #777;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}

.parallax-mirror{
    overflow: hidden;
} 
.news-category .section-dat-lich{
  margin-top: 48px;
}