.news__wrapper .slide {
  height: 100%;
}

.news__wrapper  .slick-track {
  display: flex !important;
}

.news__wrapper .slick-slide {
  height: auto;
}

.news__wrapper {
	/* background-color: #f4faff; */
	min-height: 480px;
	position: relative;
	z-index: 5;
	padding: 60px 0;
	color: #fff;
}
.news__wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-size: contain;
	opacity: .5;

    opacity: .3;
    background-image: url('/local/templates/golos/frontend/images/bg-indexnews.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
@media (min-width:1200.1px) {
.news__wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-size: 70%;
	opacity: .5;
	opacity: .3;
	background-image: url('/local/templates/golos/frontend/images/bg-indexnews.png');
	background-position: 120% 65%;
	background-repeat: no-repeat;
}
}

.news__wrapper .row::before {
	background-color: #0063ab;
	border-radius: 0 50px 0 50px;
	background-image: url(https://www.cooperstandard.com/themes/custom/cooperstandard/images/earth-bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	content: ' ';
	position: absolute;
	width: 57%;
	height: 100%;
	z-index: -1;
	left: 24px;
}
@media (max-width:1200px) {
	.news__wrapper .row::before {
		width: 44%;
	}
}

.news__wrapper .row > * {
    height: 100%;
}


.news__wrapper .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	padding: 20px;
}

.news__link {
	text-decoration: none;
	position: relative;
}

.news__header {
  padding: 30px 50px;
  margin: 20px 0;
}

.news__header h2 {
    color: currentColor;
    padding: 0;
  width: 100%;
  border: 0;
  text-align: left;
  line-height: 1.1;
  font-size: 40px;
  font-weight: 500;	
  
  font-size: 2.15rem;
    line-height: 1;
    font-weight: 500;
}
.news__header h2::after {
    content: none;
}

.news__cards {
  height: 100%;
  margin: 50px 0;
}

.news__cards + .news-footer {
    margin-top: 30px;
}





.news__item-imgbox {
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f4f4;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .015);
	background-color: #becdd2;
}

@media (max-width: 992px) {
	.news__item-imgbox{
        padding-top: 55%;
	}
}
@media (min-width: 768px) {
  .news__item-imgbox {
    border-radius: 0 0 50px 0;
  }
}
.news__item-imgbox img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
	border: 0;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.news__item .cardbox-meta,
.news__item .cardbox-meta > * {
    padding: 0;
    margin: 0; 
    font-weight: 400;
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.news__item .cardbox-meta-btn {
  border-top: 1px solid;
  border-color: #e5eaee;
  padding-top: 20px; 
  

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;   
  
}

.news__item .cardbox-btn {
  font-size: 15px;
  font-weight: 400;
 /* color: #19355b;
  text-transform: uppercase;*/ 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}  




.news__item .cardbox-btn {
	
	/*margin-block-end: 1rem;*/
	
	display: inline-block;
	
background-position: 0% 100%,100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px,100% 1px;	
	background-image: linear-gradient(to right, currentcolor 0, currentcolor 100%),linear-gradient(to right, #9f9f9f 0, #9f9f9f 100%);
	
text-decoration: none;
  transition: all .3s ease-in-out;	
  width: fit-content;
}



.news__item:is(:focus-within,
:focus,
:hover,
:active) .cardbox-btn,
.news__item .cardbox-btn:is(:focus-within,
:focus,
:hover,
:active) {
  background-size:100% 1px,100% 1px;
  color:var(--ltn__secondary-color)
}

.news__item-title {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	/* margin-bottom: 20px; */
	color: var(--ltn__paragraph-color);
	lime-height: 1.3;
	font-weight: 500 !important;
	line-height: 1.4;
}

@media(max-width: 991px){
.news__item-title {
    line-height: 1.38;	
}	
}




.news__item-brief {
	padding: 0;
	margin: 0;
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative; 
  
  
	display: flex;
	flex-direction: column;
	justify-content: space-between;  
	row-gap: 20px;
	flex: 1;	
	
	margin-bottom: 4px;
	width:100%;
}

@media (max-width: 767.5px) {
	.news__item-brief{
		padding: 25px 15px;
	}
}

.news__item {
	--box-shadow-default: 0 2px 20px 0 hsla(84, 3%, 71%, .25);
	--box-shadow: 0 0 20px 0 rgba(15,41,131,.15);
	--box-shadow-hover: 0px 7px 25px 1px rgba(11, 44, 61,0.2);
	--card-color: #071c1f;
	--card-color-hover: #071c1f;
	
	
	position: relative;
	overflow: hidden;	

	display: flex;
	flex-direction: column;

	background: #fff;	
	background-clip: border-box;

	min-width: 1px;
	height: 100%;	

	border-radius: 0; /* var(--border-radius, .2rem);*/
	border: 0px solid #F2F2F2;
	/*box-shadow: 0px 0px 4px 0px #00000026;*/
	box-shadow: var(--box-shadow, --box-shadow-default);

	font-family: var(--content-font-family);
    color: var(--ltn__paragraph-color);
	transition: .5s;
}


.news__item::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	/*background-color: #0071bb;*/
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	
	background-image: linear-gradient(90deg,#004abb .01%,#0051bb 16.01%,#0065bb 40.01%,#0071bb 51.01%,#0777c1 60.01%,#238fdb 100.01%);
}
.news__item:hover {
    box-shadow:0 0 20px 0 rgba(15,41,131,.1);
}
.news__item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}



.news__wrapper .news-footer {
    display: flex;
    justify-content: flex-end;
    margin: 10px 10px 0 0;
    position: relative;
}

.news__wrapper .news-footer .slick-arrow {
    border: none;
    font-family: arrows;
    font-size: 32px;
    width: 52px;
    height: 52px;
    padding: 0;
	line-height:1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.707 8.854L5.75 14.604l4.984-5.75-4.984-5.75 11.957 5.75z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12.95' y1='4.097' x2='4.096' y2='12.951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004ABB'/%3E%3Cstop offset='.16' stop-color='%230051BB'/%3E%3Cstop offset='.4' stop-color='%230065BB'/%3E%3Cstop offset='.51' stop-color='%230071BB'/%3E%3Cstop offset='.6' stop-color='%230777C1'/%3E%3Cstop offset='1' stop-color='%23238FDB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;	
}

.news__wrapper .news-footer .slick-prev {
    background-color: #f0b310;
	
	background: #0051bb;
    color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg transform='rotate(180)' width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.707 8.854L5.75 14.604l4.984-5.75-4.984-5.75 11.957 5.75z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;	
}

.news__wrapper .news-footer .slick-next {
    background-color: #fff;
    color: #0c2153;
}