/* HEADER BLOCK */
.header__image {
  position: relative;
  z-index: 1;
  width: 94.5vw;
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  background: linear-gradient(90deg, rgba(212, 178, 166, 0.5) 0%, rgba(210, 177, 165, 0.5) 9.69%, rgba(203, 172, 164, 0.5) 14.34%, rgba(192, 165, 162, 0.5) 17.91%, rgba(176, 155, 159, 0.5) 20.92%, rgba(167, 150, 157, 0.5) 22.21%, rgba(148, 144, 143, 0.5) 27.42%, rgba(145, 144, 140, 0.5) 28.33%, rgba(157, 149, 144, 0.5) 34.79%, rgba(186, 164, 155, 0.5) 51.39%, rgba(205, 174, 163, 0.5) 65.3%, rgba(212, 178, 166, 0.5) 74.77%, rgba(212, 187, 170, 0.5) 78.32%, rgba(213, 201, 177, 0.5) 85.74%, rgba(213, 210, 181, 0.5) 93.04%, rgba(214, 213, 182, 0.5) 100%);
}

.header__image-picture {
  position: relative;
  z-index: 1;
  width: 83%;
  height: auto;
  padding-bottom: 112px;
}

.header__text {
  position: absolute;
  top: 288px;
  left: 96px;
  z-index: 99;
  max-width: 640px;
  font-family: "Gilroy-Bold", "Open Sans", sans-serif;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* OTHER NEWS */
.title {
  margin-top: 80px;
  padding-bottom: 20px;
  font-style: normal;
  font-family: "Gilroy-Bold", "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: black;
  text-transform: uppercase;
}

/* CARD */
.news-cards {
  position: relative;
}

.news-cards .card {
  font-size: 16px;
  display: inline-block;
  width: 320px;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  white-space: initial;
}

/* 
.news-cards .card:nth-child(odd) {
    margin: 18px 0;
} */
@media (max-width: 500px) {
  .news-cards .card {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-cards .card.loaded {
  transition: opacity 0.4s, transform 0.4s;
  opacity: 1;
}

.news-cards .card.loading {
  transform: scale(0.96);
  opacity: 0;
}

.news-cards .card_no-text {
  font-size: 0;
  border: none;
}

.news-cards .card .inner {
  width: 100%;
}

.news-cards .card .inner .news-link {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news-cards .card .inner .news {
  display: block;
  width: 100%;
}

.news-cards .card .inner .desc .name {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Gilroy-SemiBold", "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: black;
}

.news-cards .card .inner .desc .date {
  padding-bottom: 40px;
  font-family: "TTDrugs-Regular", "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: black;
}

.btn-more {
  display: block;
  box-sizing: border-box;
  width: 264px;
  height: 75px;
  margin: 10px auto 65px;
  padding-top: 8px;
  transform: translateX(10px);
  text-align: center;
  border: solid 20px white;
  background-color: #ded25a;
}

@media (max-width: 500px) {
  .btn-more {
    transform: none;
  }
}
.btn-more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.btn-more i {
  font-size: 0.8em;
  margin-left: 3px;
}

.empty {
  text-align: center;
}

.news-filter-form {
  position: relative;
  position: sticky;
  top: 0;
  overflow-y: scroll;
  max-height: 100vh;
  background-color: #fff;
}

@media (max-width: 800px) {
  .news-filter-form {
    padding: 0;
    max-height: auto;
  }
}
.news-filter-form::-webkit-scrollbar {
  width: 1px;
}

.news-filter-form::-webkit-scrollbar-track {
  background: transparent;
}

.news-filter-form::-webkit-scrollbar-thumb {
  background: transparent;
}

.news-filter-form::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

.news-filter-form.block:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.news-filter-form .noUi-base {
  z-index: initial;
}

.news-filter-form .form-slider {
  margin: 3px 13px;
}

.news-filter-form .non-color-label {
  position: relative;
}

.news-filter-form .non-color-label:after,
.news-filter-form .non-color-label:before {
  position: absolute;
  top: 13.7px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  content: "";
  cursor: pointer;
  background: #bbb;
}

.news-filter-form .non-color-label:after {
  transform: rotate(45deg);
}

.news-filter-form .non-color-label:before {
  transform: rotate(-45deg);
}

.news-filter-form .non-color-label span {
  border: 0 !important;
}

.news-filter-form .filters {
  margin-bottom: 30px;
}

.news-filter-form .filters .help-block {
  display: none;
}

.news-filter-form .filters .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.news-filter-form .filters .check-button {
  padding: 3.6px 8px 0;
  height: 30px;
  margin: 1px;
  display: inline-block;
  background-color: #7b8085;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 15px;
  cursor: pointer;
}

.news-filter-form .filters .form-filter:checked + .check-button {
  background-color: #dbd061;
  color: #000;
}

.news-filter-form .filters .check-button:hover,
.news-filter-form .filters .check-button:active {
  background-color: #ece373 !important;
  color: #000;
}

.news-filter-form .filters .form-filter:checked + .check-button > .non-active {
  display: none;
}

.news-filter-form .filters .form-filter:not(:checked) + .check-button > .active {
  display: none;
}

.slider-selection {
  background: #bababa;
}

.wrap-content {
  margin-top: 45px;
}

/* TABLETS */
@media (max-width: 900px) {
  .header__image {
    width: 100%;
  }

  .header__text {
    top: 30%;
  }
}
/* Phones */
@media (max-width: 640px) {
  .header__image {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .header__text {
    top: 85px;
    left: 20px;
    max-width: 100%;
    font-size: 32px;
    line-height: 41px;
    text-align: left;
  }

  .header__image-picture {
    padding-bottom: 50px;
  }

  .news_block {
    margin-top: 20px;
  }

  .title {
    padding-left: 25px;
  }

  .news-cards .card {
    width: 40%;
  }
}
@media (max-width: 320px) {
  .header__image {
    margin-top: 45px;
  }
}

