.title_page #main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1313px;
	margin: auto;
	padding-bottom: 80px;
}

.title_page:before {
	content: '';
	display: block;
	position: absolute;
	top: 700px;
	left: 0;
	right: 0;
	bottom: -30px;
	background: linear-gradient(90deg, #297ab5 40%, #2ab7ce 100%);
	z-index: -1;
}
.title_page .header {
	padding: 20px 0;
}
.title_page .footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1313px;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.title_page .off_docs_user,
.title_page .off_docs_video,
.title_page .off_docs_development,
.title_page .off_docs_irregular {
	background: #fff;
}
.title_page .off_docs-left {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 32%;
}
.title_page .off_docs-right {
	display: flex;
	flex-wrap: wrap;
	flex-basis: calc( 68% - 30px );
}
.title_page .off_docs-left > div,
.title_page .off_docs-right > div {
	width: 100%;
}
.title_page .other {
	width: 100%;
}
.title_page .sys_reqs {
	padding: 35px 35px 35px 50px;
}
.title_page .users_manual-title,
.title_page .off_docs_development .h2,
.title_page .off_docs_irregular .h2 {
	padding: 30px 35px 0 50px;
}
.title_page .users_manual-item {
	padding: 30px 35px 30px 50px;
	display: flex;
	flex-wrap: nowrap;
}
.title_page .doc_section .h3,
.title_page .doc_section .doc_section-subtitle {
	color: #000;
}
.title_page .doc_section .h3.black_hover:hover,
.title_page .doc_section .doc_section-subtitle.black_hover:hover {
	color: #495e75;
}
.title_page .doc_section-subtitle {
	font-family: "SFUIDisplay-Regular";
	font-size: 16px;
	letter-spacing: -0.16px;
	color: #000;
	line-height: 1.5;
}
.title_page .doc_section-subtitle img {
	vertical-align: middle;
	margin-left: 5px;
}
.title_page .off_docs_video {
	padding: 35px 35px 35px 50px;
	display: flex;
	align-items: center;
}
.title_page .doc_section {
	position: relative;
}
.title_page .left_icon {
	position: absolute;
	top: 5px;
	left: 0;
}
.title_page .left_icon-t0 {
	position: absolute;
	top: 0;
	left: 0;
}
.title_page .shifted_text {
	margin-left: 64px;
	display: flex;
	flex-wrap: wrap;
}
.title_page .shifted_text a {
	display: block;
	width: 100%;
}
.title_page .shifted_text span {
	font-family: "SFUIDisplay-Regular";
	font-size: 14px;
	letter-spacing: -0.14px;
	color: #a3a3a3;
	margin-top: 5px;
}
.title_page .shifted_text .h3 {
	color: #000;
}
.title_page .macros_and_temlates,
.title_page .api_docs {
	padding: 25px 30px 25px 50px;
}
.title_page .system_change {
	padding: 30px 30px 30px 50px;
}
.title_page .two_col {
	display: flex;
	flex-wrap: wrap;
}
.title_page .two_col-item:nth-of-type(odd) {
	width: 50%;
	padding: 25px 50px 25px 50px;
}
.title_page .two_col-item:nth-of-type(even) {
	width: 50%;
	padding: 25px 25px 25px 0;
}
.title_page .off_docs_video {
	margin-top: 30px;
}
.title_page .off_docs_irregular {
	margin-top: 30px;
}
.title_page .other .h2 {
	color: #fff;
}
.title_page .other {
	margin-top: 60px;
}
.title_page .other_block {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 50px;
	margin-top: 25px;
	height: 340px;
}
.title_page .other_block-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.title_page .other_block-item:not(:last-of-type) {
	margin-bottom: 25px;
}
.title_page .other_block-item span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-family: "SFUIDisplay-Regular";
	display: block;
}
.title_page .other_block-item a {
	color: #fff;
	font-size: 18px;
	font-family: "SFUIDisplay-Semibold";
	letter-spacing: -0.45px;
	display: inline-block;
	margin-bottom: 5px;
}
.title_page .other_block-item a.white_hover:hover {
	color: #d1d1d1;
}
.title_page .umi-copyright {
	margin-top: 40px;
}
.title_page .umi-copyright p,
.title_page .umi-copyright a {
	color: #fff;
	font-size: 14px;
	font-family: "SFUIDisplay-Regular";
}
.title_page .shared {
	background: #fff;
	padding: 30px 100px 30px 50px;
}
.title_page .shared p {
	font-family: 'SFUIDisplay-Regular';
	line-height: 1.8em;
	font-size: 15px;
}
.title_page .change_system {
	background: #fff;
	padding: 30px 100px 30px 50px;
}
.title_page .change_system h1 {
	font-family: "SFUIDisplay-Medium";
	font-size: 26px;
	letter-spacing: -0.26px;
	margin-bottom: 30px;
}
.title_page .change_system p,
.title_page .change_system ul,
.title_page .change_system span,
.title_page .change_system a {
	font-family: 'SFUIDisplay-Regular';
	line-height: 1.8em;
	font-size: 15px;
}
.title_page .change_system strong {
	font-family: 'SFUIDisplay-Bold';
}
.title_page .change_system ul {
	list-style: none;
	margin: 10px 0;
}
.title_page .change_system ul li {
	padding-left: 45px;
	line-height: 1.5;
	position: relative;
}
.title_page .change_system ul li:before {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	background: #317fba;
	position: absolute;
	left: 0;
	top: .65em;
}
@media (max-width: 1400px) {
	.title_page #main {
		max-width: 100%;
		margin: auto 30px;
	}
}
@media (max-width: 1200px) {
	.title_page:before {
		top: 680px;
	}
	.title_page .users_manual-title,
	.title_page .off_docs_development .h2,
	.title_page .off_docs_irregular .h2,
	.title_page .users_manual-item,
	.title_page .sys_reqs,
	.title_page .macros_and_temlates,
	.title_page .api_docs,
	.title_page .off_docs_video,
	.title_page .two_col-item:nth-of-type(odd),
	.title_page .system_change,
	.title_page .other_block {
		padding-left: 30px;
		padding-right: 30px;
	}
	.title_page .shifted_text {
		margin-left: 50px;
	}
	.title_page .title_page:before {
		top: 770px;
	}
	.title_page .h2 {
		font-size: 20px;
		letter-spacing: -0.2px;
	}
	.title_page .h3 {
		font-size: 16px;
		letter-spacing: -0.16px;
	}
	.title_page .doc_section-subtitle {
		font-size: 15px;
		letter-spacing: -0.15px;
	}
}
@media (max-width: 987px) {
	.title_page:before {
		top: 550px;
	}
	.title_page .off_docs-left,
	.title_page .off_docs-right {
		flex-basis: 100%;
	}
	.title_page .off_docs-right {
		margin-top: 30px;
	}
	.title_page .other_block {
		height: auto;
	}
}
@media (max-width: 767px) {
	.title_page .other {
		width: 100%;
		margin-top: 30px;
	}
	.title_page .two_col-item:nth-of-type(even),
	.title_page .two_col-item:nth-of-type(odd) {
		width: 100%;
	}
	.title_page .two_col-item:nth-of-type(even) {
		padding-left: 30px;
	}
}
@media (max-width: 576px) {
	.title_page:before {
		top: 80px;
	}
	.title_page #main {
		margin: auto 10px;
	}
	.title_page .users_manual-title,
	.title_page .off_docs_development .h2,
	.title_page .off_docs_irregular .h2,
	.title_page .users_manual-item,
	.title_page .sys_reqs,
	.title_page .macros_and_temlates,
	.title_page .api_docs,
	.title_page .off_docs_video,
	.title_page .two_col-item:nth-of-type(odd),
	.title_page .two_col-item:nth-of-type(even),
	.title_page .system_change,
	.title_page .other_block {
		padding-left: 20px;
		padding-right: 20px;
	}
	.title_page .header {
		padding: 10px 0 30px;
	}
	.title_page .header_logo img {
		height: 60px;
		width: auto;
	}
	.title_page .off_docs_video,
	.title_page .off_docs-right,
	.title_page .off_docs_irregular,
	.title_page .other,
	.title_page .other_block {
		margin-top: 20px;
	}
}
