.empty-search {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #727272;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.btn-arrow.nav-button div.disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: auto;
}
.list-press {
  background-color: #F7F7F7;
  overflow: hidden;
}

.filter-search ul {
  display: none;
  background-color: #F4F3F1;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  list-style-type: none;
  width: 100%;
  padding: 12px 31px 9px 31px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.filter-search ul li {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
}

.filter-search ul li:hover {
  color: #f0509c;
}

.filter-search ul li:last-child {
  border: none;
}

.press_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -37.5px;
}

.content-list .title a {
  color: #464649;
}

.content-list .title a:hover {
  color: #f0509c;
}

.press_list .item {
  width: 33.33333%;
  margin-bottom: 78px;
  padding: 0 37.5px;
}

.images-background {
  position: relative;
  height: 0;
  padding-bottom: 70.34%;
}

.images-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-slide .owl-carousel .owl-stage-outer {
  margin-right: -36.1vw;
}

.content-slide {
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  width: calc(100vw - (100vw - 1290px) / 2 - 24px);
  padding-right: 36.1vw;
  margin-top: 31px;
}

.section-photos {
  position: relative;
  padding-top: 4.7rem;
  padding-bottom: 6rem;
  background: #f4f3f1;
  border-bottom: 1px solid #cbcbcb;
}

.slider-photos .item-img {
  position: relative;
  height: 0;
  padding-bottom: 62.73%;
}

.slider-photos .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.media-page h2 {
  text-align: center;
  letter-spacing: 1.27px;
}

.filter-press {
      white-space: nowrap;
  width: calc(100% - 140px);
  background-color: #e9e7e7;
  text-align: right;
  text-transform: uppercase;
  color: #ABABAB;
  padding: 18px 65px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.filter-search .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 338px;
  width: 100%;
  margin-right: 48px;
  position: relative;
  cursor: pointer;
  height: 59px;
}

.filter-search .filter:after {
  content: "";
  display: block;
  pointer-events: none;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url('../images/select.png');
  background-position: center;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.filter-search .filter.change:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.slider-photos .title {
  padding-top: 33px;
}

.btn-arrow.nav-button .arr-effect.left {
  margin-right: 46px;
}

.btn-arrow.nav-button div {
  cursor: pointer;
}

.section_list_press {
  margin-top: 6.5rem;
}

.section_list_press .pager {
  text-align: center;
}

.filter-search .search {
  width: 338px;
  position: relative;
}

.filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
}

.filter-search select option {
  font-size: 18px;
  line-height: 26px;
  color: #464649;
  text-transform: none;
}

.filter-search select {
  text-align: right;
  padding-right: 64px;
  padding-left: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  background-size: 0;
}

.filter-search .search form {
  position: relative;
}

.filter-search .search button {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  border: 0;
  padding: 0;
  width: 65px;
  height: 59px;
  background: url("../images/search.svg") center no-repeat;
  background-size: 18px;
  background-position: center right 32px;
}

.filter-search .search button.active {
  pointer-events: auto;
}

.filter-search .search button:hover {
  opacity: 0.5;
}

.filter-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 17px;
  padding-left: 32px;
  background-color: #e9e7e7;
  color: #ababab;
  max-width: 140px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}

.content-list {
  min-height: 250px;
  margin-bottom: 9rem;
  padding-top: 79px;
}

.btn-arrow.nav-button {
  text-align: right;
  margin-top: 4rem;
}

.filter-search input.search-field::-webkit-input-placeholder {
  color: #ababab;
  -webkit-text-fill-color: #ababab;
  text-transform: uppercase;
}

.filter-search input.search-field::-moz-placeholder {
  color: #ababab;
  -webkit-text-fill-color: #ababab;
  text-transform: uppercase;
}

.filter-search input.search-field:-ms-input-placeholder {
  color: #ababab;
  -webkit-text-fill-color: #ababab;
  text-transform: uppercase;
}

.filter-search input.search-field::-ms-input-placeholder {
  color: #ababab;
  -webkit-text-fill-color: #ababab;
  text-transform: uppercase;
}

.filter-search input.search-field::placeholder {
  color: #ababab;
  -webkit-text-fill-color: #ababab;
  text-transform: uppercase;
}

.filter-search input.search-field {
  padding-right: 65px;
  font-size: 18px;
}

.filter-search input.search-field,
.filter-search input.search-field:hover,
.filter-search input.search-field:focus {
  text-transform: initial;
  color: #464649;
  -webkit-text-fill-color: #464649;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  border: 1px solid #e9e7e7;
  -webkit-text-fill-color: #ababab;
  -webkit-box-shadow: 0 0 0px 1000px #e9e7e7 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.press_list .date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 33px;
  margin-bottom: 9px;
}

.press_list .date-category .date {
  color: #ababab;
}

.press_list .date-category .category {
  background: #ababab;
  color: #fff;
  padding: 2px 20px 0 20px;
  font-size: 14px;
  line-height: 26px;
}

.images:hover ~ .title a {
  color: #f0509c;
}

.section_list_press .page-numbers.current,
.section_list_press .pager a {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px;
}

.section_list_press .pager a,
.section_list_press .pager .current {
  margin: 0 5px;
  color: #ABABAB;
}

.section_list_press .page-numbers.current,
.section_list_press .pager a:hover {
  background-color: #f0509c;
  color: #fff;
}

.media-page .owl-nav {
  display: none;
}

.media-page .pagination {
  width: 100%;
  display: block;
}

.content-list.loading {
  position: relative;
}

.content-list:before {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #F7F7F7 url("../images/loader-1.gif") center no-repeat;
  background-size: 80px;
}

.content-list.loading:before {
  display: block;
}

.section_list_press a.prev.page-numbers,
.section_list_press span.prev.page-numbers {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #ADADB1;
  font-size: 0;
  border-radius: 0;
  padding-top: 0;
  margin-right: 42px;
  position: relative;
  top: 4px;
}

.section_list_press span.prev.page-numbers {
  top: -5px;
}

.section_list_press a.next.page-numbers,
.section_list_press span.next.page-numbers {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid #ADADB1;
  font-size: 0;
  border-radius: 0;
  padding-top: 0;
  position: relative;
  top: 8px;
  margin-left: 42px;
  background: transparent;
}

.section_list_press span.next.page-numbers {
  top: -5px;
}

.section_list_press a.next.page-numbers:hover {
  border-left: 7px solid #f0509c;
}

.section_list_press a.prev.page-numbers:hover {
  border-right: 8px solid #f0509c;
  background: transparent;
}

.section_list_press a.prev.page-numbers {
  top: 6px;
}

.arr-effect.disabled {
  pointer-events: none;
}

.media-page .btn-arrow .arr-effect.left .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 1290px) {
  .content-slide {
    width: calc(100vw - 24px);
    margin-left: 24px;
  }

  .press_list {
    margin: 0 -24px 0 -24px;
  }

  .press_list .item {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .press_list {
    margin: 0 -12px;
  }

  .empty .press_list {
    margin: 0 -12px;
  }

  .press_list .item {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .press_list .item {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .content-list {
    margin-bottom: 7rem;
    padding-top: 60px;
  }

  .filter-search .filter {
    max-width: 40%;
  }

  .filter-search .search {
    width: 40%;
  }
}

@media (max-width: 767px) {

  .empty .press_list.mobie {
    margin-top: auto;
    margin-bottom: auto;
    max-width: calc(100vw - 48px);
  }

  .content-list.empty {
    display: -ms-grid;
    display: grid;
    min-height: 200px;
    padding-top: 50px;
  }

  .filter-search {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_list_press h2 {
    padding: 0 24px;
  }

  .section_list_press {
    padding: 0;
  }

  .section_list_press a.prev.page-numbers, 
  .section_list_press span.prev.page-numbers {
    margin-right: 18px;
  }

  .filter-search select {
    padding-left: 25px;
  }

  .section_list_press a.next.page-numbers, .section_list_press span.next.page-numbers {
    margin-left: 18px;
  }

  .section_list_press a.prev.page-numbers {
    margin-right: 20px;
  }

  .content-list {
    padding: 0 24px;
    padding-top: 40px;
  }

  .section_list_press .page-numbers.current,
  .section_list_press .pager a {
    width: 60px;
    height: 60px;
    padding-top: 16px;
  }

  .filter-search .filter {
    margin-right: 30px;
  }

  .btn-arrow.nav-button {
    display: none;
  }

  

  .filter-search select {
    text-align: left;
  }
}

@media (max-width: 625px) {
  .filter-press {
    width: 100%;
    text-align: left;
  }
  .filter-title {
    display: none;
  }
  .filter-search ul li {
    padding: 10px 0;
  }

  .filter-search ul {
    padding: 10px 20px;
  }

  .filter-search select {
    padding-left: 25px;
    padding-right: 42px;
    background-position: center right 20px;
  }

  .filter-press,
  .filter-search select,
  .filter-search input.search-field {
    height: 52px;
    width: 100%;
  }

  .filter-search .filter {
    height: 52px;
  }

  .filter-press {
    padding-left: 25px;
    padding-top: 14px;
    padding-right: 42px;
  }

  .filter-search .filter:after {
    right: 17px;
  }

  .filter-search input.search-field {
    padding-right: 52px;
    padding-top: 6px;
  }

  .filter-search .search button {
    height: 52px;
    width: 50px;
    background-position: center right 20px;
  }

  .filter-search {
    padding-top: 12px;
  }

  .press_list .item {
    width: 100%;
  }

  .media-page .desktop {
    display: none;
  }

  .media-page .mobie {
    display: block !important;
  }

  .section-photos {
    padding-top: 2.3rem;
    padding-bottom: 3.43rem;
  }

  .content-slide {
    margin-top: 27px;
    padding-right: 14vw;
  }

  .list-slide .owl-carousel .owl-stage-outer {
    margin-right: -14vw;
  }

  .slider-photos .title {
    padding-top: 21px;
  }

  .section_list_press {
    margin-top: 4.9rem;
  }

  .press_list .item {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .media-page .pagination {
    padding-top: 24px;
  }

  .filter-search .search,
  .filter-search .filter {
    width: calc(50% - 13px);
    margin-right: 0;
    max-width: none;
  }

  .filter-search {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .press_list .date-category {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .press_list .title span {
    line-height: 29px;
  }

  .press_list .item {
    margin-bottom: 39px;
  }

  .content-list {
    margin-bottom: 5rem;
  }
}

@media(max-width:320px) {
  .filter-search ul li{
    
font-size: 16px;
  }
  .filter-press{
    
font-size: 16px;
  }
  .filter-search select, 
  .filter-search input.search-field {
    padding-left: 15px;
    font-size: 16px;
  }

  .filter-search .search button {
    width: 40px;
    background-position: center right 15px;
  }
}