
/*main-layout*/
@media all {
	img {
		max-width: 100%;
	}
	.w {
		width: 1310px;
		padding: 0 30px;
		max-width: 100%;
		margin: auto;
	}
	.main-content {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.w {
		padding: 0 15px;
	}
}

/*sections*/
@media all {
	section.section._with-padding .section-inner {
		padding: 60px 0 90px;
	}
	.main-content>section.section._with-padding:first-child .section-inner {
		padding-top: 0;
	}
	.section.section-color-n  + .section.section-color-n .section-inner {
		border-top: 1px solid #cccccc;
	}

	.section.section-color-gray {
		background-color: #e5e5e5;
		border-top: none;
	}
	.section.section-color-light_gray {
		background-color: #f0f0f0;
		border-top: none;
	}

	.section__header {
		text-align: center;
		margin-bottom: 58px;
	}
	.section__header._min {
		margin-bottom: 40px;
	}
	.section__header._m0 {
		margin-bottom: 0;
	}
	.section__header._compact {
		margin-bottom: 60px;
	}

	.section__header h1, .section__header h2, .section__header h3, .section__header h4, .section__header h5, .section__header .h1, .section__header .h2, .section__header .h3, .section__header .h4, .section__header .h5 {
		margin-bottom: 20px;
	}
	.section-description {
		color: #666666;
		font-size: 20px;
		font-family: 'Merriweather', Helvetica,sans-serif;
		font-weight: 300;
		margin-top: 10px;
		text-align: center;
	}
		.section__header._compact .section-description {
			margin-top: 20px;
		}
	.section-legend {
		margin-top: 32px;
	}
	.section-footer {
		margin-top: 48px;
		text-align: center;
	}

	.section._with-padding._catalog-description .section-inner {
		padding-top: 0;
	}
	.section + .section.section-color-n._catalog-description .section-inner {
		border-top: none;
	}
}
@media (max-width: 1023px) {
	.section__header {
		margin-bottom: 50px;
	}
	.section-description {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	section.section._with-padding .section-inner {
		padding: 70px 0;
	}
	.section__header, .section__header._compact {
		margin-bottom: 40px;
	}
	.section-description {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	section.section._with-padding .section-inner {
		padding: 45px 0;
	}
	.section__header, .section__header._compact, .section__header._min {
		margin-bottom: 20px;
	}
	.section-description {
		font-size: 14px;
	}
	.section-footer {
		margin-top: 30px;
	}
}