@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");
}

.p-history {
	--padding: 5rem 0;
	padding: var(--padding);
	background-color: var(--bg-grey);
	position: relative;
	overflow: hidden;
}

.p-history__title {
	color: var(--blue-800);
	font-family: var(--font-family-electrolux);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	font-weight: 600;
	margin-bottom: 2rem;
}

.p-history .container {
	position: relative;
}

.p-history .swiper {
	overflow: visible;
}

.p-history .swiper-slide {
	width: 70%;
}

.p-history__slider {
	position: relative;
	left: calc((100vw - 1280px) / 2);
	padding-right: calc((100vw - 1280px) / 2);
}

.p-history-item__image {
	margin-top: 1.44rem;
	max-width: 11.88rem;
}

.p-history-item__content {
	display: -ms-flexbox;
	display: flex;
	column-gap: 0.94rem;
	border-top: 1px solid var(--border-grey);
	padding: 1.88rem 2.5rem 0 2.5rem;
	margin-top: 1.88rem;
	position: relative;
}

.p-history-item__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: -7.5px;
	width: 0.94rem;
	height: 0.94rem;
	background-color: var(--primary);
}

.p-history-item__caption {
	font-size: var(--font-size-h3);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
	line-height: var(--line-height-h3);
	color: var(--blue-800);
}

.p-history-item__title {
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
	color: var(--blue-800);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
}

.p-history .swiper-button-next,
.p-history .swiper-button-prev {
	width: 2rem;
	height: 2rem;
	border-radius: 100px;
	background-color: var(--blue-800);
	top: 6.56rem;
	right: 0;
	position: absolute;
	text-shadow: none;
	cursor: pointer;
}

.p-history .swiper-button-next:before,
.p-history .swiper-button-prev:before {
	position: absolute;
	top: calc(50% + 2px);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.4rem;
	text-shadow: none;
	height: auto;
	line-height: 1;
}

.p-history .swiper-button-prev {
	right: calc((100vw - 1280px + 75px) / 2);
	left: auto;
}

.p-history .swiper-button-prev:before {
	font-family: "electrolux";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	left: 47%;
}

.p-history .swiper-button-next {
	right: calc((100vw - 1280px) / 2);
}

.p-history .swiper-button-next:before {
	font-family: "electrolux";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
	left: 53%;
}

@media (max-width: 1439px) {

.p-history__slider {
	height: 100%;
	left: 1.25rem;
	padding-right: 1.25rem;
}

}

@media (max-width: 1023px) {

.p-history {
	--padding: 2rem 0;
	height: 28rem;
}

.p-history .swiper {
	height: 100%;
}

.p-history .swiper-slide {
	width: 100%;
}

.p-history-item__image {
	position: absolute;
	bottom: 0;
	-ms-transform: translateY(calc(100% + 24px));
	transform: translateY(calc(100% + 24px));
	max-width: 50%;
}

.p-history-item__image img {
	height: 3.94rem;
	width: auto;
}

.p-history-item__content {
	padding: 1.88rem 1.25rem 0 1.25rem;
}

.p-history-item__content {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-history-item__title-wrap {
	margin-bottom: 1.5rem;
}

.p-history .swiper-button-next,
.p-history .swiper-button-prev {
	bottom: 2rem;
	top: auto;
}

.p-history .swiper-button-prev {
	right: 50%;
	-ms-transform: translateX(calc(50% - 20px));
	transform: translateX(calc(50% - 20px));
}

.p-history .swiper-button-next {
	right: 50%;
	-ms-transform: translateX(calc(50% + 20px));
	transform: translateX(calc(50% + 20px));
}

}

