@charset "utf-8";

@font-face {
	font-family: 'Basis Grotesque Pro';
	font-style: normal;
	font-weight: normal;
	src: local('Basis Grotesque Pro'), url('font/BasisGrotesquePro-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Basis Grotesque Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Basis Grotesque Pro Bold'), url('font/BasisGrotesquePro-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Basis Grotesque Pro Light';
	font-style: normal;
	font-weight: normal;
	src: local('Basis Grotesque Pro Light'), url('font/BasisGrotesquePro-Light.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	src: local('icons'), url('font/icons.woff2') format('woff2');
	font-display: swap;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Basis Grotesque Pro;
}

body {
	min-width: 800px;
	max-width: 1100px;
	margin: auto;
}

/* .bg-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/bg.svg') no-repeat;
	background-size: cover;
	opacity: .25;
	z-index: -1;
} */

.offer-title {
	width: 100%;
	font-size: 28px;
	text-align: center;
	margin: 64px 0 32px 0;
}

.ol {
	counter-reset: item;
	text-align: left;
	font-size: 18px;
}
.li {
	display: block;
	margin-bottom: 22px;
	font-weight: 100;
}
.li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	margin-left: -25px;
}
ol > li > ol > li > ol > li::before {
	margin-left: -36px!important;
}
ol > li > ol > li > ol > li ol > li::before {
	margin-left: -59px!important;
}

.li.list-heading {
	font-size: 20px;
	font-weight: 700;
}

.agr-a {
	color: #70F;
	text-decoration: none;
	transition: color  .35s, background-color .35s;
}
.agr-a:hover {
	background-color: #e4ccff;
}

.agrh2 {
	width: 100%;
	margin: auto;
	font-size: 23px;
}