@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.n-news-full {
	--container-width: 60rem;
	--bottom-title-hero: 4.13rem;
	--height-hero: 23.75rem;
}

.n-news-full--hero {
	position: relative;
	height: var(--height-hero);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 4rem;
	margin-bottom: 5rem;
	background-color: var(--blue-800);
}

.n-news-full--hero:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 2%, rgba(0, 24, 56, 0.38) 82%, rgba(54, 76, 89, 0.65) 100%);
}

.n-news-full__text {
	margin-bottom: 6.5rem;
	font-size: 1rem;
	line-height: 1.4;
}

.n-news-full__text li {
	list-style-position: outside;
	padding-left: 0.63rem;
	margin: 1.25rem 0 1.25rem 2.81rem;
}

.n-news-full__text ul li {
	list-style: disc;
}

.n-news-full__text ol li {
	list-style: decimal;
}

.n-news-full__text .button {
	color: var(--white);
	text-decoration: none;
}

.n-news-full__text .button:hover {
	color: var(--blue-800);
}

.n-news-full__text a {
	color: var(--blue-800);
	text-decoration: underline;
}

.n-news-full__text h3 {
	font-size: var(--font-size-h3);
	margin-bottom: 4rem;
	color: var(--blue-800);
}

.n-news-full__text h4 {
	font-size: var(--font-size-h4);
	color: var(--blue-800);
}

.n-news-full__media-desktop {
	margin-bottom: 4rem;
}

.n-news-full__paragraphs {
	max-width: 60rem;
	width: 100%;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	margin-left: auto;
	margin-right: auto;
}

.n-news-full--title {
	position: absolute;
	bottom: var(--bottom-title-hero);
	left: calc((100vw - 1320px) / 2);
}

.n-news-full--title h1 {
	font-size: var(--font-size-h2);
	font-family: "Electrolux", serif;
	color: var(--white);
	font-weight: 600;
}

.n-news-full__category {
	text-transform: uppercase;
	color: var(--white);
	font-size: var(--font-size-category);
	letter-spacing: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

.n-news-full--info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.56rem;
}

.n-news-full__brand {
	color: var(--white);
	text-transform: uppercase;
	font-size: 0.88rem;
	font-weight: 700;
	padding-right: 1rem;
	border-right: 1px solid var(--white);
	letter-spacing: var(--letter-spacing-text);
}

.n-news-full__date {
	padding-left: 1rem;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--white);
	letter-spacing: var(--letter-spacing-text);
}

.n-news-full .container {
	z-index: 2;
}

.n-news-full .block-news {
	--container-width: 80rem;
}

.n-news-full .block-news .container {
	max-width: var(--container-width);
}

.n-news-full .p-images__images {
	height: 29.94rem;
	display: -ms-flexbox;
	display: flex;
}

.n-news-full .p-images__images img {
	margin-right: 1.5rem;
}

.n-news-full .p-images__images img:last-child {
	margin-right: 0;
}

.n-news-full__media,
.n-news-full__media img,
.n-news-full__media-mobile,
.n-news-full__media-mobile img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.n-news-full__media-mobile {
	display: none;
}

.n-news-full__share {
	background-color: #DFE7EA;
	padding: 2rem 0;
}

.n-news-full__share span {
	text-transform: uppercase;
	color: var(--primary);
	font-size: 1rem;
}

.n-news-full__share-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.n-news-full__share-icons {
	display: -ms-flexbox;
	display: flex;
	column-gap: 1.5rem;
	margin-left: 1.94rem;
}

.n-news-full__share-icons i::before {
	color: var(--primary);
}

@media (max-width: 1439px) {

.n-news-full--title {
	left: 0;
}

}

@media (max-width: 1023px) {

.n-news-full {
	--bottom-title-hero: 2rem;
	--height-hero: 26.88rem;
}

.n-news-full--hero {
	margin-bottom: 3rem;
}

.n-news-full__category {
	margin-bottom: 1rem;
}

.n-news-full--info {
	margin-top: 1rem;
}

.n-news-full .p-images__images img {
	margin: 0 auto 16px;
}

.n-news-full .p-images__images img:last-child {
	margin: auto;
}

.n-news-full__media-mobile {
	display: block;
}

.n-news-full__media {
	display: none;
}

}

