*,
*::before,
*::after {
	box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
	font-family: "Arial", sans-serif;
}
.agreement {
	/* outline: 1px solid red; */
}
.agreement__page {
	position: relative;
	width: 210mm;
	height: 297mm;
	margin: 0 auto;
	display: block;
	/* outline: 1px solid red; */
	padding: 20mm;
	font-size: 11pt;
	text-align: justify;
	line-height: 1.2;
}
.agreement__title {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 14pt;
}
.agreement__date {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14pt;
}
.agreement__sides {
	display: flex;
}
.agreement__sides-left {
	width: 30mm;
	font-weight: bold;
}
.agreement__sides-left span {
	display: block;
}
.agreement__h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7pt;
}
.agreement__row {
	display: flex;
}
.agreement__col {
	flex: 0 1 50%;
	text-align: left;
}
.agreement__col b {
	display: block;
}
.page__number {
	position: absolute;
	left: 50%;
	bottom: 7mm;
}
.signature {
	position: relative;
}
.signature img {
	position: absolute;
	width: 35mm;
	left: 0;
	bottom: -10mm;
}
.addition__info {
	text-align: right;
}