.about {
	margin: 25px 0 40px;
}
.about_link {
	margin: 15px 0;
	color: #103a71;
}
.about_main {
	position: relative;
	color: #1d1f22;
}
.about_main {
	height: 15em;
	overflow: hidden;
}
.about_main::after {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	transition: all 200ms linear;
}
.about_main.cut::after {
	opacity: 1;
	visibility: visible;
}
.about_main_toggle {
	margin: 15px 0 0;
	color: #0663a4;
	border-bottom: 1px dashed #0663a4;
}
.about_main_toggle div:nth-child(1),
.about_main_toggle.pressed div:nth-child(2) {
	display: inline-block;
}
.about_main_toggle.pressed div:nth-child(1),
.about_main_toggle div:nth-child(2) {
	display: none;
}
.about h2 {
	padding: 15px 0;
	line-height: 24px;
	color: #103a71;
	font-size: 18px;
	font-weight: 700;
}
.about h2:first-child {
	padding-top: 0;
}

@media (max-width: 1279px) {
	.about_side {
		display: none;
	}
}

@media (min-width: 1280px) {
	.about {
		margin: 30px 0 60px;
	}
	.about h2,
	.about .title_second {
		padding: 30px 0;
	}
	.about .title_second h2 {
		padding: 0;
	}
	.about_link {
		display: none;
	}
	.about_grid {
		display: table;
		width: 100%;
	}
	.about_cell {
		display: table-cell;
		vertical-align: top;
	}
	.about_cell.right {
		width: 22%;
	}
	.about_main {
		height: 20em;
		font-size: 16px;
	}
	.about_main_grid {
		display: table;
		width: 100%;
	}
	.about_main_cell {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	.about_main_cell {
		padding: 0 40px 0 0;
	}
	.about_main_cell + .about_main_cell {
		padding: 0 0 0 40px;
	}
	.about_main_cell_inner {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.about_cell.left .about_main_cell {
		padding: 0 40px 0 0;
	}
	.about_side_logo {
		display: table;
		width: 100%;
		min-height: 200px;
	}
	.about_side_logo a {
		display: table-cell;
		vertical-align: middle;
		padding: 40px;
		border: 1px solid #e2e5e9;
	}
	.about_side_link {
		margin: 25px 0;
		color: #103a71;
		text-align: center;
	}
}