@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.left_section .title_block .mode_switch {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_block .news_img > img {
  object-fit: cover;
}

.news_block .news_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_img {
  position: relative;
  overflow: hidden;
}
.news_block .news_img:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.news_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.news_section .news_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.news_section .news_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.news_block {
  border: 1px solid #E6E6E6;
  height: 100%;
}
.news_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_block.hovered img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .news_title {
  color: #293D9C;
}
.news_block .news_img {
  display: block;
  font-size: 0;
  line-height: 0;
}
.news_block .info_block {
  padding: 0 20px 24px;
}
.news_block .news_date {
  margin-bottom: 12px;
}
.news_block .news_date span {
  color: #666666;
  font-size: 120%;
  line-height: 15px;
  margin-right: 8px;
}
.news_block .news_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #25252A;
  font-size: 160%;
  line-height: 1.5em;
  margin-bottom: 12px;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 140%;
  line-height: 1.5em;
  color: #666666;
}

.category_block {
  position: relative;
  margin: -15px 20px 2px;
  z-index: 6;
  text-align: right;
}
.category_block span {
  display: inline-block;
  background: #293D9C;
  padding: 7px 10px;
  font-size: 120%;
  line-height: 15px;
  color: #ffffff;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.all_news {
  position: relative;
  text-align: right;
  margin-top: -4px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .info_block .news_title {
    font-size: 140%;
  }
  .info_block .news_description {
    font-size: 120%;
  }
}
@media screen and (max-width: 959px) {
  .news_section .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news_block .info_block {
    padding: 0 10px 12px;
  }
  .news_block .info_block .news_date {
    margin-bottom: 7px;
  }
  .news_block .info_block .news_title {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 575px) {
  .news_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.left_section .news_list {
  position: relative;
}
.left_section .news_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  border-top: 1px solid #E6E6E6;
}
.left_section .news_list li {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.left_section .news_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  padding: 30px 20px 30px 0;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}
.left_section .news_block .news_img {
  flex: 0 0 180px;
  max-width: 180px;
  margin: 0;
  margin-right: 20px;
}
.left_section .news_block .info_block {
  flex: 1;
  max-width: 100%;
  padding: 0;
}
.left_section .news_block .info_block .news_date {
  margin-bottom: 7px;
  margin-top: 0;
  display: flex;
}
.left_section .news_block .info_block .news_title {
  color: #293D9C;
  margin-bottom: 5px;
}
.left_section .title_block .page_title {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.left_section .title_block .actions_block {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.left_section .title_block .mode_switch {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.left_section .title_block .mode_switch li a {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 8px;
  border: 1px solid transparent;
}
.left_section .title_block .mode_switch li a:before {
  font-size: 1.7rem;
}
.left_section .title_block .mode_switch li a.selected {
  border-color: #293D9C;
}
.left_section .title_block .calendar_block {
  position: relative;
  border: 1px solid #E6E6E6;
  flex: 1;
}
.left_section .title_block .calendar_block::before {
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 34px;
  height: 34px;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 240%;
  color: #293D9C;
}
.left_section .title_block .calendar_block input {
  position: relative;
  width: 100%;
  height: 34px;
  border: 1px solid #E6E6E6;
  color: #25252A;
  font-size: 140%;
  padding: 7px 15px;
}
.left_section .title_block .calendar_block .clear_btn {
  position: absolute;
  right: 45px;
  top: 8px;
  font-size: 200%;
  cursor: pointer;
}
.left_section .title_block .calendar_block .clear_btn:not(.showed) {
  opacity: 0;
  pointer-events: none;
}
.left_section .title_block .calendar_block .clear_btn:hover {
  color: #293D9C;
}
.left_section .title_block .calendar_block .clear_btn:before {
  display: block;
}
@media screen and (max-width: 959px) {
  .left_section .news_block {
    padding: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .left_section .news_list li {
    border: none;
  }
  .left_section .news_list li:last-child {
    border-bottom: none;
  }
  .left_section .news_block {
    padding: 0;
  }
  .left_section .news_block .news_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left_section .news_block .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px;
  }
  .left_section .title_block .mode_switch {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .daterangepicker.show-calendar .ranges {
    display: none;
  }
  .daterangepicker {
    direction: ltr;
    text-align: right;
    white-space: nowrap;
  }
  .daterangepicker.rtl .ranges {
    float: left;
  }
  .daterangepicker.show-calendar .drp-calendar {
    display: inline-block;
    float: none;
  }
}
[data-mode=grid_mode] .left_section .news_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
[data-mode=grid_mode] .left_section .news_list::before {
  display: none;
}
[data-mode=grid_mode] .left_section .news_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  border-top: none;
  padding-bottom: 20px;
}
[data-mode=grid_mode] .left_section .news_list li:last-child {
  border-bottom: none;
}
[data-mode=grid_mode] .left_section .news_list .news_block {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  padding: 0;
  border: 1px solid #E6E6E6;
}
[data-mode=grid_mode] .left_section .news_list .news_block .news_img {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
[data-mode=grid_mode] .left_section .news_list .news_block .info_block {
  padding: 15px 20px 24px;
}
[data-mode=grid_mode] .left_section .news_list .news_block .news_date {
  margin-bottom: 12px;
}
[data-mode=grid_mode] .left_section .news_list .news_block .news_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  color: #25252A;
}
[data-mode=grid_mode] .left_section .news_list .news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
[data-mode=grid_mode] .left_section .news_date {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  [data-mode=grid_mode] .left_section .news_list .news_block .info_block {
    padding: 10px 10px 12px;
  }
  [data-mode=grid_mode] .left_section .news_list .news_block .info_block .news_date {
    margin-bottom: 7px;
  }
  [data-mode=grid_mode] .left_section .news_list .news_block .info_block .news_title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  [data-mode=grid_mode] .left_section .news_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .news_section {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) {
  .left_section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .title_block .page_title {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .title_block .actions_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .left_section .title_block .page_title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 160%;
  }
  .left_section .title_block .actions_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left_section .title_block .actions_block .calendar_block {
    max-width: 220px;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .left_section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .left_section .news_list::before {
    display: none;
  }
  .left_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
  .left_section .news_list .news_block {
    padding: 0;
    border: 1px solid #E6E6E6;
  }
  .left_section .news_list .news_block .news_img {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .left_section .news_list .news_block .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 10px 12px;
  }
  .left_section .news_list .news_block .info_block .news_title {
    color: #293D9C;
    margin-bottom: 5px;
  }
  .left_section .news_list .news_block .info_block .news_date {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .title_block .mode_switch {
    display: none;
  }
}

/*# sourceMappingURL=listing.css.map */
