.topnav {
	position: fixed;
	top:-60px;
	left: 0;
	right: 0;
	height: 60px;
	background: #fff;
	z-index: 9;
	padding: 6px 0 0 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	-webkit-transition: all 300ms cubic-bezier(0.87, 0, 0.13, 1);
	-moz-transition: all 300ms cubic-bezier(0.87, 0, 0.13, 1);
	-ms-transition: all 300ms cubic-bezier(0.87, 0, 0.13, 1);
	-o-transition: all 300ms cubic-bezier(0.87, 0, 0.13, 1);
	transition: all 300ms cubic-bezier(0.87, 0, 0.13, 1);
}
.topnav.bounce {
	top:0;
}
.topnav__ul {
	font-size: 0;
	float: left;
	background: url(../img/logo.png) 0 9px / 92px no-repeat;
	padding: 11px 0 0 95px;
}
.topnav__ul li {
	display: inline-block;
	padding: 0 0 0 22px;
	font-size: 14px;
}
.topnav__ul li a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.topnav__ul li a:hover {
	color: #91975f;
}
.topnav__btn {
	position: relative;
	display: block;
	float: right;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	margin: 0 auto;
	border: none;
	letter-spacing: .5px;
	text-align: center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #f9d126;
	background: -moz-linear-gradient(top, #f9d126 1%, #ffae00 100%);
	background: -webkit-linear-gradient(top, #f9d126 1%,#ffae00 100%);
	background: linear-gradient(to bottom, #f9d126 1%,#ffae00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d126', endColorstr='#ffae00',GradientType=0 );
	text-shadow: 0 2px 0 #d5970a;

	-webkit-transition: all 0.2s;
	-moz-transition:    all 0.2s;
	-o-transition:      all 0.2s;
	-ms-transition:     all 0.2s;
	transition:         all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.topnav__btn:hover{
	background: #f9d126;
	background: -moz-linear-gradient(top,  #f9d126 0%, #ffae00 50%);
	background: -webkit-linear-gradient(top,  #f9d126 0%,#ffae00 50%);
	background: linear-gradient(to bottom,  #f9d126 0%,#ffae00 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d126', endColorstr='#ffae00',GradientType=0 );


}
/*block1*/
.block1 {
	background: #fff url(../img/topline.png) no-repeat center top;
	padding: 35px 0 20px;
}

.logo {
	float: left;
}

.top-menu {
	font-size: 0;
	float: right;
	padding: 15px 0 0 0;
}

.top-menu li {
	display: inline-block;
	font-size: 15px;
	padding: 0 0 0 24px;
}

.top-menu a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.top-menu a:hover {
	color: #91975f;
}

/*block2*/
.block2,
.block9 {
	background: #000 url(../img/b1.jpg) 50% 0 no-repeat;
	min-height: 736px;
	color: #fff;
	padding: 30px 0 40px;
}

.block2 h1,
.block9 h1 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 10px;
}

.block2 h2,
.block9 h2 {
	font-size: 34px;
	letter-spacing: 1.8px;
	text-align: center;
	line-height: 1.45em;
}

.block2 h2 span,
.block9 h2 span{
	display: block;
	color: #fdb916;
}

.block2 .right{
	float: none;
	padding-left: 500px;
	margin-top: 60px;
}

.descr_text{
	height: 140px;
	background: url(../img/desc_bg.png) 50% 50% no-repeat;
	padding: 32px 20px 0 55px;
	margin-bottom: 45px;
}
.descr_text>span{
	text-transform: none;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
	color: #020200;
}


.bullits li {
	font-size: 16px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 28px;
}
.bullits li:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -12px;
}
.bullits li:last-child{
	margin-bottom: 0;
}

.conversion {
	width: 450px;
	margin: 40px auto 0;
	text-align: center;
}

.conversion_price {
	position: relative;
	margin-bottom: 20px;
}

.conversion_price .cp_price {
	background: #fff;
	border-radius: 36px 0 0 36px;
	height: 72px;
	width: 215px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding: 10px 60px 0 0;
}

.cpp_old-cost {
	color: #939191;
	font-size: 17px;
	text-decoration: line-through;
}

.cpp-new-cost {
	color: #505942;
	font-size: 26px;
	font-weight: 700;
}

.cpp-new-cost span,
.cpp_old-cost span {
	font-size: .7em;
}

.conversion_price .button-m {
	float: right;
}

.conversion > p {
	display: inline-block;
	font-size: 15px;
	letter-spacing: .5px;
}

.timer {
	font-size: 16px;
	color: #fdb916;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
}

.timer div {
	display: inline-block;
}

.timer b {
	display: inline-block;
	padding: 0 1px;
}

.garanty{
	width: 118px;
	height: 123px;
	background: url(../img/garanty.png) 50% 50% no-repeat;
	text-align: center;
	position: absolute;
	top: 170px;
	left: 70px;
	padding-top: 24px;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
	font-weight: 700;
}
.garanty span{
	font-size: 26px;
	line-height: 1em;
}

/*block3*/
.block3 {
	background: url(../img/b2.jpg) no-repeat center top;
}

.preim {
	font-size: 0;
	text-align: center;
}

.preim li {
	display: inline-block;
	width: 264px;
	vertical-align: top;
	margin: 0 0 50px 0;
}

.preim li:nth-child(2) {
	margin: 0 74px;
}

.preim img {
	display: block;
	margin: 0 auto 20px;
	border-radius: 4px;
}

.preim b {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.block3 .block-left {
	width: 560px;
}

.block3 .block-right {
	width: 344px;
}

.bullits2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px;
}

.bullits2 li {
	width: 50%;
	font-size: 15px;
	display: block;
	line-height: 1.4em;
	margin-bottom: 7px;
}
.bullits2 li:before{
	content: '•';
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}

.block3 .block-right>b{
	font-size: 15px;
	line-height: 1.1em;
}
.block3 .button-m{
	margin: 14px 0 0;
}


/*block35*/
.block35{
	background: #f4f4f4 url(../img/b3.png) no-repeat top center;
	padding: 110px 0 70px;
}

.benef1{
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.benef1>li{
	width: 300px;
	border-radius: 12px;
	padding: 1px 20px 25px;
	background: #fff;
	text-align: center;
}
.benef1>li:before{
	content: '';
	width: 114px;
	height: 114px;
	background: #fff url(../img/benef1_icons.png) 0% 50% no-repeat;
	border-radius: 50%;
	display: block;
	margin: -58px auto 20px;
}
.benef1>li>span{
	font-weight: 700;
	display: block;
	margin-bottom: 12px;
}
.benef1>li:nth-child(2):before{
	background-position: -114px 50%;
}
.benef1>li:nth-child(3):before{
	background-position: -228px 50%;
}


/*carousel*/
.carousel{
	padding: 0;
}


/*block4*/
.block4 {
	background: #f4f4f4;
}

.block4 h2.title > span {
	font-size: 21px;
}

.block4 .block-left {
	width: 500px;
}

.block4 .block-right {
	width: 440px;
}

.block4 .block-right img {
	display: block;
	margin: 0 0 30px 40px;
}

.table {
	font-size: 15px;
}

.table tr:nth-child(odd) td {
	background: #fff;
}

.table tr:nth-child(odd) td:nth-child(odd) {
	border-radius: 5px 0 0 5px;
}

.table tr:nth-child(odd) td:nth-child(even) {
	border-radius: 0 5px 5px 0;
}

.table tr td:nth-child(odd) {
	width: 55%;
	padding: 8px 0 8px 15px;
}

.table tr td:nth-child(even) {
	width: 45%;
	padding: 8px 15px 8px 0;
}


.garanty_block{
	margin-top: 65px;
	background: #91975f;
	border-radius: 6px;
	color: #fff;
	padding: 0 15px;
}
.garanty_block .garant_body{
	display: none;
	padding: 0 0 15px;
}
.garanty_block .garant_head{
	padding: 15px 0;
	position: relative;
	cursor: pointer;
}
.garanty_block .garant_head:after{
	content: '';
	width: 14px;
	height: 8px;
	background: url(../img/down_white.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition: all ease .3s;
}
.garanty_block .garant_head.active:after{
	transform: rotate(180deg);
}
.garanty_block .garant_head>span{
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.1em;
	margin-bottom: 5px;
}
.garanty_block .bullits2{
	display: block;
}
.garanty_block .bullits2>li{
	width: 100%;
}


/*block5*/
.block5 {
	background: url(../img/b4.jpg) no-repeat center top;
}

.kit>img{
	float: left;
}
.kit .text{
	overflow: hidden;
	padding-left: 30px;
}

.list1>li{
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.list1>li:before{
	content: '';
	width: 15px;
	height: 13px;
	background: url(../img/check2.png);
	position: absolute;
	top: 4px;
	left: 0;
}

/*block6*/
.block6 {
	background: #f5f5f5;
}

.block6 h2 {
	text-transform: none;
}

.video_benef {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.video_benef>li{
	width: 33.3%;
	padding: 0 10px;
}
.video_benef>li>p{
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.block6 .button-m{
	margin-top: 35px;
}



/*   accordion   */

.accordion .accordion_item {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
}

.accordion .accordion_item:last-child {
	margin-bottom: 0;
}

.accordion .title-accordion {
	position: relative;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	cursor: pointer;
	padding: 17px;
	background: #fff;
	transition: all .2s linear;
	text-transform: none;
}

.accordion .title-accordion:before {
	display: block;
	width: 14px;
	height: 9px;
	background: url("../img/down.png") no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 22px;
	content: '';
}

.accordion .active_block .title-accordion:before {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.accordion .info {
	display: none;
	line-height: 22px;
	padding: 0 17px 25px 17px;
	overflow: hidden;
	background: #fff;
	font-size: 15px;
}

.accordion .info p {
	padding-bottom: 15px;
}

.accordion .info p:last-child {
	padding-bottom: 0;
}

/*block7*/
.block7 {
	background: #a2a46f url(../img/pat2.jpg) 0% 0% repeat;
}

.block7 h2.title {
	color: #fff;
}

.review-item {
	padding: 15px 15px 20px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 15px;
	position: relative;
}

.review-item .date{
	color: #8b8b8b;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

.ri_meta {
	margin-bottom: 15px;
	position: relative;
}

.ri_meta > img {
	display: block;
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
}

.ri_meta h3 {
	text-transform: none;
	position: relative;
	display: inline-block;
	line-height: 1em;
}

.ri_meta h3:after {
	content: '';
	display: block;
	background: url(../img/stars_full.png) no-repeat 0 0;
	width: 71px;
	height: 14px;
	position: absolute;
	top: 1px;
	right: -85px;
}

.ri_meta.star4 h3::after {
	background: url(../img/stars.png);
}

.ri_meta h3 img {
	display: inline-block;
	margin: 0 0 0 15px;
}

.ri_meta > span {
	color: #868585;
	font-size: 13px;
	display: block;
	overflow: hidden;
	line-height: 1em;
}


.rev_send{
	font-weight: 700;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

.block7 .button-m {
	margin: 40px auto 0;
}


.reviews .slick-next {
	display: none !important;
}
.reviews .slick-prev {
	border: none;
	width: 1px;
	height: 1px;
	font-size: 0;
	background: none;
	visibility: hidden;
}

/*block8*/
.ship {
	font-size: 0;
}

.ship li {
	display: inline-block;
	vertical-align:middle;
	width: 190px;
	border-radius: 5px;
	text-align: left;
	background: #fff;
	position: relative;
}

.ship h3 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
}

.ship p {
	font-size: 14px;
	line-height: 1.4em;
}

.ship p a {
	color: #005691;
}

.ship li:nth-child(3) {
	background: #91975f url(../img/ship_3.png) no-repeat 20px 24px;
	color: #fff;
	padding: 75px 20px 25px 20px;
	height: 265px;
}

.ship li:not(:nth-child(3)) {
	-webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 32px 0 rgba(0, 0, 0, .15);
	padding: 75px 20px 0px 20px;
	height: 245px;
}

.ship li:not(:last-child) {
	margin-right: 60px;
}

.ship li:not(:last-child):after {
	content: '';
	display: block;
	background: url(../img/dots.png) no-repeat 0 0;
	width: 43px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: -51px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ship li:nth-child(1) {
	background: #fff url(../img/ship_1.png) no-repeat 20px 24px;
}

.ship li:nth-child(2) {
	background: #fff url(../img/ship_2.png) no-repeat 20px 24px;
}

.ship li:nth-child(4) {
	background: #fff url(../img/ship_4.png) no-repeat 20px 24px;
}

/*block9*/
.block9{
	padding-bottom: 0;
}

.formbox {
	margin-top: 40px;
	width: 380px;
	background: #91975f;
	border-radius: 5px;
	padding: 20px 0;
	text-align: center;
	float: right;
}

.formbox h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .3px;
	padding: 0 45px 10px;
}

.formbox h3 + p {
	font-size: 15px;
	padding: 0 45px 20px;
	line-height: 1.45em;
}

.formbox h3 + p span {
	display: block;
	font-weight: 700;
	color: #4e522e;
	padding: 7px 0 0;
}

.formbox_price {
	font-size: 0;
	text-align: center;
	padding: 0 0 10px;
}

.formbox_price li {
	display: inline-block;
	text-transform: uppercase;
	line-height: 1em;
}

.formbox_price li:nth-child(1) {
	font-size: 22px;
	text-align: right;
	padding-right: 2px;
	text-decoration: line-through;
}

.formbox_price li:nth-child(2) {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin-left: 10px;
}

.formbox_price li small {
	font-size: .8em;
}

.formbox_timer {
	font-size: 14px;
}

.formbox_timer > p {
	display: inline-block;
	margin-right: 5px;
}

.formbox_timer .timer {
	font-size: 14px;
}

/*block10*/


.footer {
	text-align: center;
	padding: 40px 0 30px;
}

.footer a {
	font-size: 14px;
	color: #333;
	margin: 10px;
}

/*-------------------------------------- Media Queries ----959---------------------------------*/
@media screen and (max-width: 959px) {

	.top-menu li:nth-child(1),
	.top-menu li:nth-child(3),
	.topnav__ul li:nth-child(1),
	.topnav__ul li:nth-child(3) {
		display: none;
	}
	.topnav__ul li {
		font-size: 14px;
		padding-left: 18px;
	}
	.topnav__btn{
		width: 180px;
		font-size: 13px;
	}
	.block2 h1,
	.block9 h1 {
		font-size: 20px;
	}
	.block2 h2,
	.block9 h2 {
		font-size: 24px;
	}
	.block2,
	.block9 {
		background-image: url(../img/b1_tab.jpg);
		padding: 25px 0 30px;
		overflow: hidden;
	}
	.block2 .right{
		padding-left: 310px;
		margin-top: 50px;
	}
	.descr_text{
		width: 348px;
		height: 109px;
		background-size: 100%;
		padding: 27px 20px 0 48px;
		margin-bottom: 30px;
	}
	.descr_text > span{
		font-size: 16px;
	}
	.bullits li{
		margin-bottom: 20px;
	}
	.garanty{
		left: 30px;
	}
	.conversion{
		width: 100%;
	}
	.conversion_price .cp_price{
		position: static;
		margin: 0 auto;
		border-radius: 40px 40px 0 0;
		padding: 25px 0 0 0;
	}
	.conversion_price .cp_price > div{
		display: inline-block;
	}
	.cpp-new-cost{
		margin-left: 5px;
	}
	.conversion_price .button-m{
		float: none;
		margin: 0 auto;
	}
	.conversion > p,
	.conversion .timer{
		display: none;
	}
	.preim li {
		margin: 0 20px 30px !important;
	}

	.block-left,
	.block-right {
		float: none;
		width: 100% !important;
	}

	.block3, .block8 {
		padding-bottom: 0px;
	}

	.block3 .block-left {
		margin-bottom: 30px;
	}

	section {
		padding: 40px 0;
	}

	h2.title > span {
		line-height: 1.4em;
	}

	.block3 .block-right > b{
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.bullits2{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.bullits2 li{
		width: 33.3%;
	}
	.block3 .button-m{
		margin: 20px auto 0;
	}
	
	.benef1{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.benef1 > li{
		margin: 0 10px 90px;
	}
	.benef1 > li:last-child{
		margin-bottom: 0;
	}

	.garanty_block{
		margin-top: 30px;
	}

	.block4 .block-right img {
		display: block;
		margin: 30px auto;
	}

	.kit > img{
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	.kit .text{
		padding: 0;
	}
	.video_benef{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.video_benef > li{
		width: 50%;
		margin-bottom: 30px;
	}
	.video_benef > li:last-child{
		margin-bottom: 0;
	}

	.ship {
		text-align: center;
	}
	.ship li {
		margin: 0 30px 60px !important;
		vertical-align: top;
	}
	.ship li:nth-child(2):after {
		display: none;
	}
	.ship li:not(:nth-child(3)){
		height: 255px;
	}
	.ship li:nth-child(3) {
		height: 255px;
		
	}
	.formbox {
		width: 360px;
	}

	.block3,
	.block5{
		background: #fff;
	}

}

/*-------------------------------------- Media Queries ----639---------------------------------*/
@media screen and (max-width: 659px) {
	.top-menu,
	.topnav {
		display: none;
	}

	.logo {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.block2, .block9 {
		background-image: url(../img/b1_mob.jpg);
		padding-bottom: 30px;
	}
	.block2 h1,
	.block9 h1{
		font-size: 17px;
		line-height: 1.3em;
	}
	.block2 h2,
	.block9 h2 {
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: .5px;
	}
	.garanty{
		top: 200px;
	}
	.block2 .right{
		padding: 0;
		margin-top: 500px;
	}
	.descr_text{
		margin-left: -20px;
	}

	h2.title>span {
		font-size: 18px !important;
		margin-bottom: 5px;
	}
	h2.title {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.bullits2 li{
		width: 50%;
	}
	.block35{
		padding-bottom: 40px;
	}
	.block35 .title{
		font-size: 22px;
	}
	.block4 .title span{
		font-size: 17px !important;
	}
	.preim li {
		margin: 0 15px 30px !important;
	}
	.table{
		font-size: 14px;
	}
	.table tr td:nth-child(odd),
	.table tr td:nth-child(even) {
		width: 50%;
		line-height: 1.4em;
	}
	.table tr td:nth-child(odd) {
		width: 55%;
		padding: 5px 0 5px 5px;
	}
	.table tr td:nth-child(even) {
		width: 45%;
		padding: 5px 5px 5px 0;
	}
	.garanty_block .garant_head > span{
		font-size: 20px;
	}
	.garanty_block .garant_head::after {
		right: 5px;
	}
	.kit {
		padding: 0;
	}
	.kit li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.accordion .title-accordion:before {
		right: 9px;
		top: 12px;
	}
	.ri_meta h3:after, .ship li:not(:last-child):after {
		display: none;
	}
	.ri_meta:after {
		content: '';
		display: block;
		background: url(../img/stars_full.png) no-repeat 0 0;
		width: 71px;
		height: 14px;
		margin: 10px 0 0 59px;
	}
	p.subtitle{
		margin-bottom: 30px;
	}
	.video_benef > li{
		width: 100%;
		padding: 0;
	}
	.review-item .date{
		position: static;
		line-height: 1.2em;
		margin: 3px 0 -4px;
		padding-left: 60px;
	}
	.ship {
		padding-bottom: 30px;
	}
	.ship li {
		width: 240px !important;
		margin: 0 auto 30px !important;
		display: block !important;
		height: auto !important;
		padding: 75px 20px 25px 20px !important;
	}
	.block9 .wrap {
		padding: 0;
	}
	.formbox {
		width: 100%;
		margin: 525px auto 0;
	}
	.m1-form {
		padding: 0 20px 10px;
	}
	.formbox h3 + p {
		padding: 0 40px 20px;
	}
	
}