a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
img {
	max-width: 100%
}
body {
	font-family: 'GP';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	min-width: 300px;
	color: #000;
	overflow-x: hidden;
	width: 100%;
	margin: auto;
	background: #fff
}
.bold, b {
	font-family: 'GPB';
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
.clear {
	clear: both;
}
.clear:after, .container:after {
	clear: both
}
.clear:after, .clear:before, .container:after, .container:before {
	content: "";
	display: table
}
.wrap {
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.container {
	max-width: 1170px;
	margin: auto;
	padding: 0 10px;
	position: relative;
}
/* header */

.header {
	padding-top: 65px;
}
.header__top {
	background: #3D5099;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.header__top-container {
	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;
}
.header__top-container:after, .header__top-container:before {
	display: none;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav__item {
	list-style: none;
}
.nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	color: #FFF;
	font-family: 'GPL';
	text-decoration: none;
	padding: 25px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav__link--active, .nav__link:hover {
	background: #4E60A2;
}
.header__btn {
	color: #000;
	padding: 10px 20px;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__btn:hover, .header__btn:active {
	background: #FF8033;
	color: #FFF;
}
.header__bottom {
	padding: 50px 0 40px;
	background: url(../img/header__bottom.jpg)/*tpa=http://free.ergeron.ru/img/header__bottom.jpg*/ no-repeat 80% top;
}
.main-title {
	font-size: 34px;
	line-height: 38px;
	max-width: 690px;
	font-family: 'GPB';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.subtitle {
	font-size: 24px;
	line-height: 28px;
	max-width: 500px;
	margin-bottom: 50px;
}
.product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.bullet {
	width: 380px;
	margin: 0 70px 0 30px;
}
.bullet__item {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}
.bullet__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/bullet.png)/*tpa=http://free.ergeron.ru/img/bullet.png*/ no-repeat top center;
	width: 41px;
	height: 41px;
}
.medal-block {
	margin-top: 20px;
}
.medal-block__item:not(:last-child) {
	margin-right: 20px;
}
.form-block {
	position: relative;
}
.form-block__outer {
	padding: 10px 35px 0 20px;
	border: 1px solid #3D5099;
	border-radius: 0 30px 0 30px;
	width: 275px;
	min-height: 390px;
	position: absolute;
	top: -90px;
	right: -60px;
}
.count-title {
	margin-bottom: 5px;
}
.countbox {
	display: -webkit-box;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.countbox-num {
	color: #FFF;
	font-size: 24px;
	line-height: 46px;
	font-family: 'GPM';
	text-align: center;
}
.countbox-hours, .countbox-mins, .countbox-secs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.countbox-hours div:first-child, .countbox-mins div:first-child, .countbox-secs div:first-child {
	margin-right: 5px;
}
.countbox-hours div, .countbox-mins div, .countbox-secs div {
	width: 45px;
	height: 46px;
	background: #3D5099;
	display: ;
}
.countbox-num:last-child {
	margin-right: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
	display: none;
}
.form-block__inner {
	width: 300px;
	padding: 15px 30px;
	border: 2px solid #3D5099;
	border-radius: 0 30px 0 30px;
	z-index: 1;
	background: #fff;
	position: relative;
}
.price {
	max-width: 200px;
	margin-bottom: 15px;
}
.old-price {
	margin-bottom: 5px;
}
.old-price .price__numb {
	text-decoration: line-through;
	font-family: 'GPM';
	font-size: 24px;
	line-height: 26px;
}
.new-price .price__numb {
	font-size: 26px;
	line-height: 30px;
	font-family: 'GPB';
	color: #FF8033;
	text-transform: uppercase;
}
.form__input {
	width: 100%;
	outline: none;
	border: 1px solid #3D5099;
	height: 48px;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #C0C0C0;
}
.form__btn {
	font-size: 16px;
	font-family: 'GPB';
	text-transform: uppercase;
	background: #FF8033;
	display: block;
	width: 100%;
	padding: 20px 10px;
	color: #FFF;
	border: none;
	cursor: pointer;
	margin-bottom: 5px;
}
.form__btn:hover,
.form__btn:active {
	    background: #dc7231;
}
.curs {
	margin-bottom: 5px;
}
.last-pack {
	font-size: 16px;
	color: #25336B;
}
.secure {
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	margin: 10px 0 0 20px;
}
.secure:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/secure.png)/*tpa=http://free.ergeron.ru/img/secure.png*/;
	width: 18px;
	height: 20px;
}
.sale {
	border-radius: 50%;
	background-color: rgb(255, 128, 51);
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	right: 250px;
	z-index: 3;
	top: 0;
	width: 152px;
	height: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	color: #FFF;
}
.sale__text {
	font-size: 32px;
	margin-bottom: 5px;
}
.sale__numb {
	font-family: 'GPM';
	font-size: 50px;
	line-height: 54px;
}
.pack {
	position: absolute;
	right: 80px;
	top: 72px;
	z-index: 1;
}
/* header */

section {
	padding: 50px 0;
}
.section-title {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	font-family: 'GPM';
	margin-bottom: 50px;
	text-transform: uppercase;
}
.section-title--white {
	color: #FFF;
}
/* sec1 */

.sec1 {
	background: url(../img/sec1bg.jpg)/*tpa=http://free.ergeron.ru/img/sec1bg.jpg*/ no-repeat top center / cover;
}
.sec1-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec1-block__item {
	width: 272px;
	min-height: 313px;
	background: #FFF;
	position: relative;
}
.sec1-block__item--item1 {
	background: url(../img/sec1__item1.jpg)/*tpa=http://free.ergeron.ru/img/sec1__item1.jpg*/ no-repeat;
}
.sec1-block__item--item2 {
	background: url(../img/sec1__item2.jpg)/*tpa=http://free.ergeron.ru/img/sec1__item2.jpg*/ no-repeat;
}
.sec1-block__item--item3 {
	background: url(../img/sec1__item3.jpg)/*tpa=http://free.ergeron.ru/img/sec1__item3.jpg*/ no-repeat;
}
.sec1__numb {
	width: 72px;
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'GPM';
	color: #FFF;
	font-size: 70px;
	line-height: 70px;
	background: #3D5099;
	position: absolute;
	left: -20px;
	top: -20px;
}
.sec1__text {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	padding: 180px 10px 0;
}
/* sec1 */

/* sec2 */

.sec2-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec2-block__item {
	width: 365px;
	border: 1px solid #3D5099;
	border-left: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 50px;
}
.sec2-text {
	padding: 0 15px;
}
.sec2-image {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}
.sec2-image img {
	display: block;
	height: 100%;
}
.sec2-bottom {
	text-align: center;
	font-family: 'GPM';
	font-size: 24px;
	line-height: 26px;
	color: #3D5099;
}
/* sec2 */

/* sec3 */

.sec3 {
	background: #3D5099;
	padding-bottom: 50px;
	overflow: hidden;
}
.sec3-block {
	width: 705px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}
.sec3-block:after {
	content: "";
	position: absolute;
	left: -70%;
	top: 0;
	z-index: 0;
	background: url(../img/sec3-img.png)/*tpa=http://free.ergeron.ru/img/sec3-img.png*/ no-repeat;
	width: 600px;
	height: 482px;
}
.sec3-block p {
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	padding: 0 55px;
	text-indent: 30px;
}
.sec3-block__bottom {
	background: #FFF;
}
.sec3-block__bottom p {
	color: #000;
	margin-bottom: 0;
	padding: 15px 55px;
	text-indent: 0;
}
/* sec3 */

/* sec4 */

.sec4-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #B5B5B5;
}
.sec4__item {
	padding: 35px 50px;
}
.sec4__image {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}
.sec4__image img {
	display: block;
}
.sec4-list__item {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	padding-left: 55px;
	margin-bottom: 60px;
}
.sec4-list__item:last-child {
	margin-bottom: 0;
}
.sec4-list__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/bullet.png)/*tpa=http://free.ergeron.ru/img/bullet.png*/ no-repeat top center;
	width: 41px;
	height: 41px;
}
/* sec4 */

/* sec5 */

.sec5 {
	background: url(../img/sec5.jpg)/*tpa=http://free.ergeron.ru/img/sec5.jpg*/ no-repeat top center / cover;
	padding-bottom: 0;
}
.sec5-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.sec5-block__item {
	width: 378px;
	border: 1px solid #3D5099;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 50px;
}
.sec5-block__text {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec5-block-right img {
	-ms-order: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.sec5-pack {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* sec5 */

/* sec6 */

.sec6-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec6-block__item {
	width: 270px;
	border: 2px solid #EEEEEE;
	min-height: 310px;
	text-align: center;
	padding: 20px 15px;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}
.sec6-block__item p {
	text-align: left;
	margin-top: 10px;
}
.sec6-block__item:not(:last-child):after {
	content: "";
	position: absolute;
	right: -80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/arrow.png)/*tpa=http://free.ergeron.ru/img/arrow.png*/ no-repeat;
	width: 42px;
	height: 25px;
}
/* sec6 */

/* sec7 */

.sec7 {
	background: #3D5099;
}
.sec7-block {
	max-width: 968px;
	margin: auto;
}
.sec7__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #FFFFFF;
	min-height: 285px;
}
.sec7-image {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}
.sec7-text {
	padding: 20px 20px 20px 40px;
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
}
.sec7-text p {
	margin-bottom: 10px;
}
.owl-dots {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	margin: 0 10px;
}
.owl-dot.active {
	background: #FF8033;
}
/* sec7 */

/* sec8 */

.sec8-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec8-block__item {
	font-size: 20px;
	line-height: 24px;
	width: 200px;
	position: relative;
}
.sec8-block__item img {
	display: block;
	margin: 0 auto 20px;
	height: 79px;
}
.sec8-block__item:not(:last-child):after {
	content: "";
	position: absolute;
	right: -38px;
	top: 30px;
	background: url(../img/arrow.png)/*tpa=http://free.ergeron.ru/img/arrow.png*/ no-repeat;
	width: 42px;
	height: 25px;
}
/* sec8 */

/* check-code */

.check-code {
	background: url(../img/check-bg.jpg)/*tpa=http://free.ergeron.ru/img/check-bg.jpg*/ no-repeat top center / cover;
	padding: 50px 0;
}
.code-block {
	border: 1px solid #3D5099;
	max-width: 1040px;
	padding: 20px 300px 20px 20px;
	position: relative;
}
.code-block p {
	font-size: 18px;
	line-height: 24px;
}
.check-form {
	margin-top: 20px;
}
.fcheck input {
	margin-right: 20px;
	font-size: 18px;
	padding: 0 10px;
}
.fcheck input, .fcheck .btn {
	width: 240px;
	height: 55px;
	outline: none;
	border: none;
}
.fcheck .btn {
	font-family: 'GPM';
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background: #FF8033;
	cursor: pointer;
}
.fcheck .btn:hover, .fcheck .btn:active {
	background: #dc7130;
}
.code-block p b {
	font-family: 'GPM';
}
.check-pack {
	position: absolute;
	width: 188px;
	right: 50px;
	top: 30px;
}
/* check-code */

.last-block .header__bottom {
	background: url(../img/last-block.jpg)/*tpa=http://free.ergeron.ru/img/last-block.jpg*/ no-repeat 90% top;
}
footer {
	background: #3D5099;
	text-align: center;
	color: #FFF;
	padding: 15px 0;
}
/* media */

@media (max-width: 1170px) {
	.container {
		max-width: 992px;
	}
	.nav__link {
		padding-left: 5px;
		padding-right: 5px;
	}
	.bullet {
		margin-left: 0;
		margin-right: 30px;
	}
	.header__bottom, .last-block .header__bottom {
		background-position: 170% top;
	}
	.sale {
		right: 115px;
	}
	.pack {
		right: 0;
	}
	.sec2-block__item {
		width: 290px;
		font-size: 18px;
		line-height: 22px;
	}
	.sec4__item {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sec4-list__item {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 50px;
	}
	.sec5-pack {
		width: 180px;
	}
	.sec6-block__item:not(:last-child):after {
		right: -50px;
	}
	.sec8-block__item {
		width: 300px;
		text-align: center;
	}
	.sec8-block__item:not(:last-child):after {
		right: -20px;
	}
}
@media (max-width: 992px) {
	.container {
		max-width: 480px;
	}
	.nav {
		display: none;
	}
	.header__top {
		padding: 15px 0;
		position: static;
	}
	.header {
		padding-top: 0;
	}
	.header__bottom {
		background: none;
		padding: 30px 0;
	}
	.last-block .header__bottom {
		background: none;
	}
	.main-title {
		font-size: 30px;
		line-height: 34px;
	}
	.subtitle {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.product-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bullet {
		width: auto;
		margin: 0 0 80px;
	}
	.medal-block {
		display: flex;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.pack {
		position: static;
		margin: 0 auto 100px;
	}
	.form-block {
		margin-left: 40px;
	}
	.sale {
		right: 240px;
		top: 475px;
	}
	.section-title {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.section-title br {
		display: none;
	}
	section {
		padding: 40px 0 30px;
	}
	.sec1 {
		padding-bottom: 0;
	}
	.sec1-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec1-block__item {
		margin-bottom: 30px;
	}
	.sec1__numb {
		width: 50px;
		height: 50px;
		font-size: 40px;
	}
	.sec2-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec2-block__item {
		width: 365px;
		margin-bottom: 30px;
	}
	.sec3 {
		padding-bottom: 0;
	}
	.sec3-block {
		width: auto;
		margin-bottom: 400px;
	}
	.sec3-block:after {
		left: -20px;
		bottom: -455px;
		top: auto;
		width: 500px;
		height: 443px;
		background-size: contain;
	}
	.sec4-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec4__image {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}
	.sec4-list__item {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.sec5-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sec5-pack {
		display: none;
	}
	.sec5-block__item {
		margin-bottom: 30px;
	}
	.sec5-block-right img {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.sec6-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec6-block__item {
		margin-bottom: 30px;
	}
	.sec6-block__item:not(:last-child):after {
		display: none;
	}
	.sec6 {
		padding-bottom: 0;
	}
	.sec7-text {
		font-size: 16px;
		line-height: 20px;
		padding: 0;
	}
	.sec7__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px;
	}
	.sec7-image {
		margin-bottom: 20px;
	}
	.sec8-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sec8 {
		padding-bottom: 0;
	}
	.sec8-block__item {
		margin-bottom: 30px;
	}
	.sec8-block__item:not(:last-child):after {
		display: none;
	}
	.code-block {
		padding: 20px;
	}
	.check-code {
		padding: 30px 0;
	}
	.check-pack {
		position: static;
		display: block;
		margin: 30px auto;
	}
	.fcheck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.fcheck input {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.container {
		max-width: 320px;
	}
	.header__btn {
		display: none;
	}
	.header__top-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-title {
		font-size: 28px;
		line-height: 32px;
	}
	.sale {
		right: 165px;
		top: 555px;
	}
	.form-block {
		margin-left: 0;
	}
	.form-block__outer {
		right: -35px;
	}
	.sec2-bottom {
		font-size: 20px;
		line-height: 24px;
	}
	.sec2-block__item {
		font-size: 16px;
		line-height: 18px;
	}
	.sec3-block p {
		font-size: 16px;
		line-height: 18px;
		padding: 0 20px;
		text-indent: 10px;
	}
	.sec3-block__bottom p {
		padding: 15px 20px;
	}
	.sec3-block:after {
		left: -115px;
		bottom: -470px;
	}
	.sec4__item {
		padding: 20px;
	}
	.sec4-list__item {
		font-size: 16px;
		line-height: 18px;
	}
	.sec5-block__item {
		width: auto;
		font-size: 16px;
		line-height: 18px;
	}
	.sec6-block__item {
		font-size: 16px;
		line-height: 18px;
		min-height: auto;
	}
	.sec6-block__item p {
		margin-top: 15px;
	}
	.sec8-block__item {
		font-size: 16px;
		line-height: 18px;
		padding: 0 30px;
	}
	.code-block p {
		font-size: 16px;
		line-height: 18px;
	}
	.fcheck {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fcheck input, .fcheck .btn {
		width: 100%;
	}
	.fcheck input {
		margin-bottom: 15px;
	}
}
/* media */