.last_news {
  margin-bottom: 32px;
  padding: 16px;
  border: 1px solid #ccc;
}
.last_news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last_news li {
  width: calc(50% - 16px);
  margin-bottom: 16px;
}
.last_news img {
  width: 100%;
  border: none;
}
.content.news-wrap {
  /* max-width: 800px !important; */
  width: 100% !important;
  margin: 0 0 0 0 !important;
  padding: 0 14px;
  box-sizing: border-box;
}
.news-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.0001) 50%, #000);
  pointer-events: none;
}
.news-header img {
  margin: 0;
  width: 100%;
}
.news-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1456px;
  margin: 0;
  padding: 14px;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 1.2rem;
  font-size: 140%;
  line-height: 1.25;
  color: #fff;
  z-index: 1;
}
.news-date {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 0 1px #000;
}
.news_our_work_editortext {
  width: 100%;
  margin-top: 24px;
  word-wrap: break-word;
  hyphens: auto;
}
.news_our_work_editortext .line {
  display: inline-block;
  padding: 20px;
  max-height: 50px;
  max-width: 24%;
  text-align: center;
}
.news_our_work_editortext .line img {
  max-height: 50px;
}
.tags_list {
  display: none;
}
.autonews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 14px;
  list-style-type: none;
}
.autonews-list li {
  width: calc(50% - 7px);
  margin-bottom: 14px;
  word-wrap: break-word;
  hyphens: auto;
}
.autonews-list img {
  width: 100%;
  margin-bottom: 7px;
}
.autonews-list h4 {
  padding: 0 14px;
  font-size: 16px;
  font-weight: normal;
  word-wrap: break-word;
  hyphens: auto;
}
.news-detail .product_card_image img {
  width: 100%;
  height: 100%;
}
/* @media ----------------------------------------------------- */
@media screen and (min-width: 390px) {
  .news-header {
    height: 203px;
  }
}
@media screen and (min-width: 480px) {
  .news-header {
    height: 216px;
  }
}
@media screen and (min-width: 640px) {
  .news-header {
    height: 288px;
  }
}
@media screen and (min-width: 720px) {
  .news-header {
    height: 324px;
  }
  .news-title {
    padding: 24px;
    font-size: 190%;
  }
}
@media screen and (min-width: 768px) {
  .autonews-list li {
    width: calc((100% - 28px) / 3);
  }
  .news-header {
    height: 346px;
  }
}
@media screen and (min-width: 778px) {
  .news-header {
    height: 152px;
  }
}
@media screen and (min-width: 920px) {
  .news-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1456px;
    margin: 0 auto;
    padding: 0;
  }
  .news-header {
    height: 180px;
  }
  .news-header img {
    position: absolute;
    top: 50%;
    margin: 0;
    object-fit: cover;
    transform: translateY(-50%);
  }
  .news-date {
    margin-top: 16px;
  }
  .autonews-list h4 {
    padding: 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-header {
    height: 206px;
  }
  .news-title {
    font-size: 210%;
  }
}
@media screen and (min-width: 1200px) {
  .news-header {
    height: 242px;
  }
  .news-title {
    font-size: 230%;
  }
}
@media screen and (min-width: 1354px) {
  .news-header {
    height: 273px;
  }
  .news-title {
    font-size: 250%;
  }
}
@media screen and (min-width: 1600px) {
  .news-header {
    height: 323px;
  }
  .news-title {
    font-size: 270%;
  }
}
@media screen and (min-width: 1600px) {
  .news-header {
    height: 387px;
  }
  .news-title {
    font-size: 300%;
  }
}
@media screen and (min-width: 2400px) {
  .news-header {
    height: 484px;
  }
}
/* Legacy ----------------------------------------------------- */

.content.news-wrap h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

.block p {
  line-height: 1.55;
}
.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem;
  color: #000000;
  padding: 0.3rem 0.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;

  background: rgba(255, 255, 255, 0.55);
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /*background: url(../img/img-modified.jpg) no-repeat left top;*/
  background-size: auto 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #be0101 url("/img/slider/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.cd-image-container * {
  box-sizing: border-box;
}

/* End legacy ----------------------------------------------------- */

/* .tags_list {
  display: flex;
  flex-wrap: wrap;
}
.tags_list li {
  padding-right: 8px;
}
.social_widget {
  margin-top: 32px;
} */
