.project-open__img-with-title {
	position: relative;
	margin-bottom: 34px;
	padding-bottom: 8px;
}

.project-open__img-with-title:before {
	content: '';
	background-color: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 79.3%;
	height: 1px;
}

@media (max-width: 999px) {
	.project-open__img-with-title {
		width: 100%;
	}
	.project-open__img-with-title:before {
		width: 100%;
	}
}

.project-open__img {
	width: 100%;
	margin-bottom: 9px;
}

.project-open__img-sub-title {
	letter-spacing: -0.1px;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.news-open {
	border-bottom: 1px solid #e7e7e7;
}

.news-open__date {
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 8px;
	position: relative;
	top: -18px;
}

.news-open__text {
	margin-bottom: 47px;
	/*
	letter-spacing: -0.11px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;*/
}

.news-open__text-line {
	position: relative;
	z-index: 1;
	padding-left: 32px;
	padding-right: 13px;
	letter-spacing: -0.5px;
	color: #333333;
	font-weight: 200;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.news-open__text-line:before {
	margin: auto;
	content: '';
	background: #d90d43;
	width: 1px;
	height: 97.3%;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 3px;
}

.news-open__name {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px;
}

.news-open__under-text {
	margin-top: 23px;
	letter-spacing: 0;
	margin-left: 1px;
}

.news-open__position {
	text-transform: lowercase;
	color: #999999;
	font-size: 14px;
}

.news-open__link {
	display: block;
	color: #333;
	font-weight: 200;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.news-open__link:hover {
	text-decoration: underline;
}

.actual-news {
	/*border-bottom: 1px solid #e7e7e7;*/
	padding-top: 41px;
	padding-bottom: 56px;
}

.actual-news__date {
	color: #929292;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

.actual-news__title {
	color: #444;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	display: block;
	transition: color 0.3s ease;
}

.actual-news__title:hover {
	color: #CB2626;
}

@media (max-width: 991px) {
	.actual-news__items:not(:last-child) {
		margin-bottom: 20px;
	}
	.actual-news__date { font-size: 16px; margin-bottom: 5px; }
	.actual-news__title { font-size: 18px;}
}
@media (max-width: 500px) {
	.actual-news__date { font-size: 14px; }
	.actual-news__title { font-size: 16px;}
}


.sharing-news {
	padding-top: 44px;
	padding-bottom: 45px;
}

.sharing-news__title {
	color: #333;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 767px) {
	.sharing-news__title {
		margin-bottom: 20px;
	}
}

.sharing-news__list {
	list-style-type: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: 303px;
	margin-bottom: 25px;
}

@media (max-width: 543px) {
	.sharing-news__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.sharing-news__list a {
	color: #333;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	display: block;
	white-space: nowrap;
}

.sharing-news__list a:hover {
	text-decoration: underline;
}


.detail-news .page-title h1
{
    font-size: 50px;
}
.detail-news .container h2 { font-size: 45px; }
.detail-news .container h3 { font-size: 40px; }
.detail-news .container h4 { font-size: 35px; }
.detail-news .container h5 { font-size: 30px; }
.detail-news .container h6 { font-size: 22px; }


@media (max-height: 800px) and (min-width: 1250px ) 
{
    .detail-news .page-title h1 { font-size: 50px; }
    .detail-news .container h2 { font-size: 45px; }
	.detail-news .container h3 { font-size: 40px; }
}
@media(max-width: 1250px)
{
    .detail-news .page-title h1 { font-size: 40px; }
    .detail-news .container h2 { font-size: 40px; }
	.detail-news .container h3 { font-size: 37px; }
	.detail-news .container h4 { font-size: 33px; }
	.detail-news .container h5 { font-size: 30px; }
	.detail-news .container h6 { font-size: 22px; }
}
@media(max-width: 991px)
{
    .detail-news .page-title h1 { font-size: 35px; }
    .detail-news .container h2 { font-size: 35px; }
	.detail-news .container h3 { font-size: 30px; }
	.detail-news .container h4 { font-size: 30px; }
	.detail-news .container h5 { font-size: 25px; }
	.detail-news .container h6 { font-size: 18px; }
}
@media(max-width: 767px)
{
    .detail-news .page-title h1 { font-size: 30px; }
    .detail-news .container h2 { font-size: 30px; }
	.detail-news .container h3 { font-size: 25px; }
	.detail-news .container h4 { font-size: 25px; }
	.detail-news .container h5 { font-size: 20px; }
	.detail-news .container h6 { font-size: 16px; }
}
@media(max-width: 450px)
{
    .detail-news .page-title h1 { font-size: 27px; }
}