@page {
	margin-top: 1.5cm;
	margin-bottom: 1.5cm;
	margin-left: 2cm;
	margin-right: 2cm;
}

body {
	padding: 0;
	font-family:
		"Titillium Web",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		"Helvetica Neue",
		sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	background-color: #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

img {
	width: 350px;
	height: 100%;
	object-fit: contain;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	min-width: 370px;
	max-width: 370px;
	margin-bottom: 7.5px;
	line-height: 1.1;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

span {
	font-weight: 500;
}

p {
	margin: 0 0 5px;
	word-wrap: normal;
	font-weight: 400;
}

p.window-sticker__economy--title {
	font-size: 18px;
}

p.sub-text {
	font-size: 14px;
	font-weight: 400;
}

.window-sticker__header {
	width: 750px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	line-height: 1;
}

.window-sticker__header--company {
	margin: 0 20px 5px 0;
}

.window-sticker__header--phone {
	width: 190px;
	margin-top: 5px;
	text-align: right;
}

.window-sticker__wrapper {
	width: 750px;
	height: auto;
	margin-bottom: 15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.window-sticker__wrapper--list {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.window-sticker__wrapper--list .strikethrough {
	text-decoration: line-through;
}

.window-sticker__wrapper--list .text-smaller {
	font-size: 12px;
}

.window-sticker__wrapper--list .text-larger {
	font-size: 24px;
}

.window-sticker__economy {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.window-sticker__economy-value {
	text-align: center;
	font-weight: 400;
}

.window-sticker__list-wrapper {
	width: 750px;
	columns: 2;
	column-gap: 10px;
}

.window-sticker__list-item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.window-sticker__list-title {
	width: 100%;
	margin: 10px 0 7.5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
