.inner_page .news_inner .head_block:after, .inner_page .news_inner .head_block img, .news_page .news_block .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

.news_page .news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_page .news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

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

@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;
  }
}
.toolbar-products:not(.toolbar ~ .toolbar-products) .pages {
  display: block !important;
}

.news_page .news_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  height: 100%;
  padding-bottom: 30px;
}
.news_page .news_block .news_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}
.news_page .news_block .news_date {
  padding: 0 20px;
  font-size: 120%;
  line-height: 15px;
  color: #8d8d8d;
  margin-bottom: 7px;
}
.news_page .news_block .news_title {
  height: 76px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.news_page .news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 160%;
  line-height: 20px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.news_page .news_block .news_description {
  font-size: 140%;
  line-height: 23px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding: 0 20px;
}
.news_page .news_block .view_more {
  margin: auto 20px 0;
}
.news_page .news_block.hovered a.news_image 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_page .news_block.hovered .news_title a,
.news_page .news_block.hovered .view_more {
  color: #D91F2C;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_page .news_block .news_title {
    height: 95px;
  }
}
@media screen and (max-width: 1219px) {
  .news_page .news_block .news_title a {
    -webkit-line-clamp: 4;
  }
  .news_page .news_block .news_description {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 991px) {
  .news_page .news_block .news_date {
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .news_page .news_block .news_title {
    padding: 0 15px 10px;
    height: 103px;
    margin-bottom: 10px;
  }
  .news_page .news_block .news_title a {
    font-size: 140%;
    line-height: 23px;
  }
  .news_page .news_block .news_description {
    font-size: 120%;
    line-height: 19px;
    padding: 0 15px;
  }
  .news_page .news_block .view_more {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.news_page .news_section {
  margin-bottom: 60px;
  position: relative;
}
.news_page .news_section .news_list {
  margin: 0 -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.news_page .news_section .news_list:before {
  display: block;
  content: "";
  position: absolute;
  top: -50px;
  bottom: 100%;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.news_page .news_section .news_list:before {
  margin-bottom: -240px;
}
.news_page .news_section .news_list > li {
  margin: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_page .news_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .news_page .news_section {
    margin-bottom: 40px;
  }
  .news_page .news_section .news_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .news_page .news_section .news_list > li {
    min-width: 290px;
    padding: 0 5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.inner_page {
  position: relative;
}
.inner_page:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 88%;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.inner_page .news_section {
  margin-top: 100px;
}
.inner_page .news_section:before {
  bottom: -75px;
}
@media screen and (max-width: 991px) {
  .inner_page .news_section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .inner_page:before {
    bottom: 96%;
  }
}
.inner_page .section_title {
  text-transform: uppercase;
}
.inner_page .video_btn {
  position: relative;
  display: block;
}
.inner_page .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  width: 28px;
  height: 34px;
  border-width: 22px 0 22px 28px;
  margin: 0 0 0 4px;
}
.inner_page .video_btn:before {
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .inner_page .video_btn:after {
    width: 16px;
    height: 13px;
    border-width: 8px 0 8px 13px;
  }
  .inner_page .video_btn:before {
    width: 40px;
    height: 40px;
  }
}
.inner_page .news_inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
}
.inner_page .news_inner .back_btn {
  color: #ffffff;
  font-size: 120%;
  margin-bottom: auto;
  line-height: 14px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.inner_page .news_inner .back_btn:before {
  margin-right: 10px;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_page .news_inner .blog_date {
  color: #ffffff;
  margin-top: auto;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .inner_page .news_inner .blog_date {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.inner_page .news_inner .head_block {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
}
.inner_page .news_inner .head_block img {
  z-index: 2;
  border-radius: 8px;
  object-fit: cover;
}
.inner_page .news_inner .head_block:after {
  border-radius: 8px;
  content: "";
  background: linear-gradient(185.57deg, rgba(0, 0, 0, 0.53) 4.44%, rgba(0, 0, 0, 0) 35.28%, rgba(0, 0, 0, 0) 69.93%, rgba(0, 0, 0, 0.2) 79.42%, rgba(0, 0, 0, 0.53) 95.56%);
  z-index: 3;
}
.inner_page .news_inner .head_block .news_container {
  position: relative;
  z-index: 5;
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.inner_page .news_inner .news_container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.inner_page .news_inner .news_content {
  margin-top: 48px;
}
.inner_page .news_inner .news_content img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 992px) {
  .inner_page .news_inner .head_block {
    min-height: 467px;
  }
  .inner_page .news_inner .head_block .news_container {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .inner_page .news_inner {
    margin-top: 20px;
  }
  .inner_page .news_inner .news_content {
    margin-top: 20px;
  }
  .inner_page .news_inner .head_block {
    min-height: 300px;
  }
  .inner_page .news_inner .head_block .news_container {
    padding: 20px 0 20px;
  }
}

.web .inner_page .video_btn, .inner_page .web .video_btn {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .inner_page .news_inner .back_btn, .inner_page .news_inner .web .back_btn, .news_page .news_block .news_title a {
  -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_page .news_block img, .inner_page .video_btn:after, .inner_page .video_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .inner_page .video_btn, .inner_page .touch .video_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .inner_page .news_inner .back_btn, .inner_page .news_inner .touch .back_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .inner_page .news_inner .back_btn:hover, .inner_page .news_inner .web .back_btn:hover {
  color: #FF0000 !important;
}
.web .inner_page .news_inner .back_btn:active, .inner_page .news_inner .web .back_btn:active {
  color: #D91F2C;
}
.web .inner_page .video_btn:hover, .inner_page .web .video_btn:hover {
  opacity: 0.7;
}
.touch .inner_page .news_inner .back_btn:active, .inner_page .news_inner .touch .back_btn:active {
  color: #CD0F1C;
}
.touch .inner_page .video_btn:active, .inner_page .touch .video_btn:active {
  opacity: 0.7;
}

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