/* display */
.flex {
    display: flex;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
.al {
	align-items: center;
}
.jc {
	justify-content: center;
}
.sb {
	justify-content: space-between;
}
.fs {
	justify-content: flex-start;
	align-items: flex-start;
}
/* spacing */
.mw100 {
	max-width: 100%;
}
.mt16 {
	margin-top: 16px;
}
.mt36 {
	margin-top: 36px;
}
.mr10 {
	margin-right: 10px;
}
.m-10-20 {
	margin: 10px 0 20px;
}
.m-22-29 {
	margin: 22px 0 29px;
}
.m0 {
	margin: 0;
}
.margin-top {
    padding: 20px 0; 
}
.br10 {
	border-radius: 10px;
}
.w150 {
	width: 170px;
}
/* titles */
.text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.text p {
	margin-bottom: 10px;
}
.text p:last-child {
	margin-bottom: 0px;
}
.text.big {
	font-size: 16px;
	line-height: 22px;
}
.title {
	font-weight: 700;
	font-size: 25px;
	line-height: 24px;
	color: #151515;
}
.title.small {
	font-size: 18px;
}
.subtitle {
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #151515;
	max-width: 325px;
}
.subtitle.mw100 {
	max-width: 100%;
}
.subtitle.big {
	font-size: 20px;
}
.subtitle:hover {
	color: #151515;
}
.subtitle.white:hover {
	color: #fff;
}
.red {
	padding: 10px 31px;
	font-weight: 700;
	font-size: 26.0526px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #DA1212;
	border-radius: 8.49172px;
}
.red.small {
	font-size: 18px;
	padding: 7px 25px;
}
.white {
	color: #fff;
}
.btn {
	background: #084092;
	border-radius: 600px;
	padding: 15px 31px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	transition: 0.3s ease 0s;
	border: 1px solid #084092;
}
.btn:hover {
	background: #fff;
	color: #084092;
}
.btn.transparent {
	padding: 9px 36px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.transparent:hover {
	color: #084092;
	background: #fff;
}
.btn.transparent.blue {
	border: 1px solid #084092;
	color: #084092;
}
.btn.transparent.blue:hover {
	color: #fff;
	background: #084092;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.line {
	width: 100%;
	height: 1px;
	background: #C8C8C8;
	margin: 28px 0;
}
.section-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 57px;
	color: #151515;
	margin-bottom: 24px;
}
.section-title.center {
	/* margin: 0 auto; */
	text-align: center;
}
/* {{'Скачать медиа-кит'|_}} */