.newscontfive{
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background-size: cover;
	background-position: 50% 0;
}

.newscontfive-title {

	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
	font-size: 75px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.newscontfive-item {
	padding: 15px;
	background-color: #fff;
}

.newscontfive-item-wrap {
	margin-bottom: 20px;
}

.newscontfive-item:last-child {
	margin-bottom: 0;
}

.newscontfive-item-info {
	text-align: center;
}

.newscontfive-item-img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	object-fit: cover;
}

.newscontfive-item-img-wrap {
	margin-bottom: 20px;
	height: 270px;
	overflow: hidden;
	transition: all 0.8s;
}

.newscontfive-item-img-wrap.newscontfive-item-img-wrap-active {
	height: 535px;
}
.newscontfive-item-img-wrap.newscontfive-item-img-wrap-active .newscontfive-item-img {
	height: 100%;
}

.newscontfive-item-info__title {

	font-size: 26px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
	margin-bottom: 15px;
}

.newscontfive-item-info__date {

  font-size: 18px;
  line-height: 1.2;
  color: #9b9b9b;
  margin-bottom: 25px;
}

.newscontfive-item-info__text,
.newscontfive-item-info__text-hidden{

  font-size: 16px;
  line-height: 1.65;
  color: #000000;
}

.newscontfive-item-info__text-wrap {
	margin-bottom: 10px;
}

.newscontfive-item-info__text-hidden {
	margin-bottom: 25px;
}

.newscontfive-item-info__text-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.newscontfive-item-info__text-btn-text {
  
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-right: 10px;
}

.newscontfive-item-info__text-btn-symboldown {
	align-self: flex-start;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	line-height: 1.3;
	vertical-align: middle;
	transform: rotate(225deg);
	transition: all 0.8s;
}

.newscontfive-item-info__text-btn-symboldown.newscontfive-item-info__text-btn-symboldown-active {
	align-self: flex-end;
	transform: rotate(45deg);
}

.newscontfive-item-info__text-btn-text .newscontfive-item-info__text-btn-text2,
.newscontfive-item-info__text-btn-text.newscontfive-item-info__text-btn-text-active .newscontfive-item-info__text-btn-text1 {
	display: none;
}

.newscontfive-item-info__text-btn-text .newscontfive-item-info__text-btn-text1,
.newscontfive-item-info__text-btn-text.newscontfive-item-info__text-btn-text-active .newscontfive-item-info__text-btn-text2 {
	display: block;
}


@media (min-width: 576px) {
	.newscontfive-item-img-wrap {
		margin-bottom: 0;
	}
	.newscontfive-item-info {
		text-align: left;
	}
	.newscontfive-item-info__text {
		max-height: 105px;
		overflow: hidden;
	}
	.newscontfive-item-info__text-hidden {
		max-height: 285px;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	.newscontfive-item-img-wrap {
		height: 230px;
	}
	
	.newscontfive-item-info {
	    padding-top: 20px;
	    transition: all 0.5s;
	}
	.newscontfive-item-info-active {
		padding-top: 50px;
	}
	.newscontfive-item-info__text-wrap {
		padding-right: 30px;
	}
	.newscontfive-item-img-wrap.newscontfive-item-img-wrap-active {
		height: 435px;
	}
	.newscontfive-item-info__text {
		max-height: 55px;
	}
	.newscontfive-item-info__text-hidden {
		max-height: 157px;
	}
}

@media (min-width: 992px) {
	.newscontfive{
		padding: 120px 0;
	}
	.newscontfive-title {
		margin-bottom: 0;
		padding-top: 50px;
	}
	.newscontfive-item-info__text-hidden {
		padding-right: 30px;
	}
}