.system_galleries {
	margin: 0;
	padding: 0;
	list-style: none
}
.clearfix:after {
	content: '';
	display: block;
	clear: both
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.system_page {
	padding: 60px 10px;
	max-width: 780px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif
}
.system_page * {
	box-sizing: border-box
}
.system_page .system_message {
	text-align: center;
	max-width: 490px;
	margin: 0 auto
}
.system_page .big_letter {
	font-size: 150px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 52px;
	display: block
}
.system_page .system_title {
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
	display: block;
	margin: 0 0 7px;
	text-align: center
}
.system_page .system_text {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	margin: 0;
	display: block;
	margin-bottom: 45px;
	text-align: center
}
.system_page .system_button {
	display: inline-block;
	background-color: #333;
	min-width: 65px;
	line-height: 1.5;
	padding: 8px 16px;
	text-transform: uppercase;
	border-right: 3px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	border: none;
	min-width: 110px;
	cursor: pointer
}
.system_page .system_subtitle {
	font-size: 20px;
	display: block;
	text-align: left;
	font-weight: normal;
	margin: 0 0 15px
}
.system_page .system_table {
	width: 100%
}
.system_page .system_table td {
	width: 50%;
	padding: 10px 5px 10px 0;
	text-align: left;
	vertical-align: top
}
.system_page .system_table td:last-child {
	text-align: right;
	padding: 10px 10px 0 5px
}
.system_page .system_svg {
	width: 45px;
	height: 45px;
	margin: 0 auto 35px;
	display: block
}
.system_galleries {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px
}
.system_galleries * {
	box-sizing: border-box
}
.system_galleries li {
	padding: 0 5px 10px;
	width: 25%;
	text-align: center
}
.system_galleries img {
	max-width: 100%
}
.system_form {
	margin-top: 40px
}
.system_form .system_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 767px) {
.system_form .system_holder {
	display: block
}
}
.system_form .system_button {
	border: none
}

@media (max-width: 767px) {
.system_form .g-recaptcha {
	margin-bottom: 20px
}
}
.system_form input[type='text'], .system_form input[type='tel'], .system_form input[type='email'], .system_form input[type='search'], .system_form input[type='password'], .system_form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	padding: 15px 22px 12px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 21px
}
.system_form input[type='text']:focus, .system_form input[type='tel']:focus, .system_form input[type='email']:focus, .system_form input[type='search']:focus, .system_form input[type='password']:focus, .system_form textarea:focus {
	border-color: #202020
}
.system_form input[type='text']::-webkit-input-placeholder, .system_form input[type='tel']::-webkit-input-placeholder, .system_form input[type='email']::-webkit-input-placeholder, .system_form input[type='search']::-webkit-input-placeholder, .system_form input[type='password']::-webkit-input-placeholder, .system_form textarea::-webkit-input-placeholder {
color:#666
}
.system_form input[type='text']::-moz-placeholder, .system_form input[type='tel']::-moz-placeholder, .system_form input[type='email']::-moz-placeholder, .system_form input[type='search']::-moz-placeholder, .system_form input[type='password']::-moz-placeholder, .system_form textarea::-moz-placeholder {
opacity:1;
color:#666
}
.system_form input[type='text']:-moz-placeholder, .system_form input[type='tel']:-moz-placeholder, .system_form input[type='email']:-moz-placeholder, .system_form input[type='search']:-moz-placeholder, .system_form input[type='password']:-moz-placeholder, .system_form textarea:-moz-placeholder {
color:#666
}
.system_form input[type='text']:-ms-input-placeholder, .system_form input[type='tel']:-ms-input-placeholder, .system_form input[type='email']:-ms-input-placeholder, .system_form input[type='search']:-ms-input-placeholder, .system_form input[type='password']:-ms-input-placeholder, .system_form textarea:-ms-input-placeholder {
color:#666
}
.system_form input[type='text'].placeholder, .system_form input[type='tel'].placeholder, .system_form input[type='email'].placeholder, .system_form input[type='search'].placeholder, .system_form input[type='password'].placeholder, .system_form textarea.placeholder {
	color: #666
}
