@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

body{
	font-family: 'PT Sans', sans-serif;
}
.b_inner{
	width: 960px;
	margin: auto;
}
.b_outer{
	min-width: 1200px;
}

/* menu_b */

.menu_b {
	height: 41px;
}
.menu_b .menu{
	background: #233135;
	height: 41px;
	text-align: center;
}
.menu_b .menu li{
	display: inline-block;
}
.menu_b .menu li a{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 41px;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-transform: uppercase;
}
.menu_b .menu li a:hover{
	background: #33615a;
	border-bottom: 5px solid #33615a;
}
.menu_b .menu li+li a:before{
	background: #1a2427;
	border-right: 1px solid rgba(255,255,255,.09);
	content: '';
	height: 9px;
	position: absolute;
	left: -1px;
	top: 16px;
	width: 1px;
}
.menu_b .menu li+li a:hover:before{
	display: none;
}

/* header_b */

.header_b {
	height: 114px;
}
.header_b .logo{
	background: url('imgs/logo_h.png')left no-repeat;
	color: #477f73;
	float: left;
	padding-left: 122px;
	margin-top: 36px;
	height: 59px;
	font-size: 19px;
	width: 230px;
}
.header_b .phone_box{
	float: right;
	margin-top: 50px;
	width: 380px;
}
.header_b .phone_box .phone{
	color: #707070;
	float: left;
	font-size: 21px;
	position: relative;
	width: 185px;
}
.header_b .phone_box .phone:before{
	background: url('imgs/sprites.png');
	content: '';
	height: 46px;
	position: absolute;
	top: -13px;
	left: -60px;
	width: 46px;
}
.header_b .phone_box .phone span{
	color: #000;
	font-weight: 700;
}
.header_b .phone_box .btn_box{
	float: right;
	text-align: right;
	margin-top: -13px;
	width: 180px;
}

/* info_b */

.info_b {
	background: url('imgs/dinamiki.jpg');
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 599px;
	z-index: 1;
}
.info_b .iframe{
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}
.info_b .title{
	color: #fff;
	font-size: 42px;
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	padding-top: 78px;
	z-index: 3;
}
.info_b .left{
	color: #fff;
	float: right;
	font-size: 24px;
	margin-top: 75px;
	width: 460px;
}
.info_b .left .text{
	font-size: 26px;
	font-weight: 700;
	margin-top: 15px;
	margin-left: 50px;
}
.info_b .left p{
	position: relative;
	margin-bottom: 15px;
}
.info_b .left p:before{
	content: '';
	background: #fff;
	border-radius: 50%;
	height: 6px;
	font-size: 24px;
	position: absolute;
	left: -15px;
	top: 8px;
	width: 6px;
}
.info_b .right{
	float: right;
	width: 450px;
}
.info_b .form{
	background: rgba(255,255,255, .83);
	border-radius: 5px;
	float: right;
	text-align: center;
	padding: 41px 24px;
	position: relative;
	top: 13px;
	left: 150px;
	width: 350px;
}
.info_b .form .titles{
	color: #233135;
	line-height: 27px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 18px;
}
.info_b .form .titles span{
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.info_b .form .titles span.big{
	font-size: 24px;
}
.info_b .form .input{
	margin-bottom: 13px;
}
.info_b input[type=text]{
	width: 300px;
}
.info_b .btn{
	line-height: 48px;
	width: 320px;
}

/* form_box */

.form_box {
	background: url('imgs/form_box_bg.jpg');
	background-size: cover;
	margin-top: 10px;
	height: 470px;
}
.form_box .form{
	background: rgba(255,255,255,.72);
	border-radius: 5px;
	padding: 56px 0 53px;
	position: relative;
	top: 113px;
	text-align: center;
}
.form_box .form .title{
	color: #233135;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 17px;
}
.form_box .form .title span{
	display: block;
	font-size: 27px;
	font-weight: 400;
}
.form_box .form .input{
	display: inline-block;
	text-align: left;
}
.form_box .form .input+.input{
	margin-left: 8px;
}

/* numbers_b */

.numbers_b {
	padding: 70px 0 136px;
}
.numbers_b .title{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 69px;
	text-align: center;
}
.numbers_b .enum {
	height: 510px;
	width: 1000px;
}
.numbers_b .item{
	background: url('imgs/green_pattern.jpg');
	float: left;
	height: 195px;
	position: relative;
	width: 195px;
}
.numbers_b .item.big{
	position: relative;
    top: 195px;
    font-size: 18px;
    color: #fff;
    padding: 12px;
    left: 390px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.numbers_b .item:hover{
	background: url('imgs/red_pattern.jpg');
}
.numbers_b .item:nth-child(even){
	top: 195px;
}
.numbers_b .item:after{
	border: 1px solid #fff;
	content: '';
	height: calc(100% - 10px);
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
}
.numbers_b .item .dsc{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-top: 96px;
	margin: 0 14px;
	position: relative;
}
.numbers_b .item .dsc span{
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}
.numbers_b .item .dsc:before{
	background: url('imgs/numbers_b_icon.png');
	content: '';
	height: 56px;
	position: absolute;
	top: 25px;
	left: 0;
	width: 77px;
}
.numbers_b .item .dsc.img2:before{
	background-position: 0 -56px;
	height: 62px;
	top: 20px;
}
.numbers_b .item .dsc.img3{
	margin: 0 26px;
}
.numbers_b .item .dsc.img3:before{
	background-position: 0 -118px;
	height: 67px;
	top: 15px;
}
.numbers_b .item .dsc.img4{
	margin: 0px 35px;
}
.numbers_b .item .dsc.img5{
	padding-top: 85px;
	line-height: 17px;
}
.numbers_b .item .dsc.img5 span{
	line-height: 24px;
}
.numbers_b .item .dsc.img4:before{
	background-position: 0 -185px;
	height: 66px;
	top: 18px;
}
.numbers_b .item .dsc.img5:before{
	background-position: 0 -251px;
	height: 56px;
	top: 15px;
}

/* catalog_b */

.catalog_b {
	background: url('imgs/green_pattern.jpg');
	padding: 83px 0 42px;
}
.catalog_b .title{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.catalog_b .title span{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
}
.catalog_b .box_1 {
	height: 288px;
	width: 480px;
	overflow: hidden;
	position: relative
}
.catalog_b .box_2 {
	width: 30000px;
	position: relative
}
.catalog_b .jcarousel {
	margin: 30px auto 0;
	width: 480px;
	min-height: 360px;
	position: relative;
}
.catalog_b .jcarousel .carousel_item{
	position: relative;
}
.catalog_b .jcarousel .carousel_item .item{
	background: #fff;
	float: left;
	margin-right: 4px;
	height: 288px;
	position: relative;
	width: 238px;
}
.catalog_b .jcarousel .carousel_item a.item{
	text-decoration: none;
	color: #000;
}
.catalog_b .jcarousel .arrow{
	background: url('imgs/nav_icon.jpg');
	cursor: pointer;
	display: block;
	height: 42px;
	margin-left: -42px;
	right: 50%;
	position: absolute;
	top: 5px;
	width: 42px;
}
.catalog_b .jcarousel .arrow:hover{
	background-position: 0 -42px;
}
.catalog_b .jcarousel .arrow:active{
	margin-top: 1px;
}
.catalog_b .jcarousel .arrow.next{
	background-position: -42px 0;
	left: 50%;
	margin-left: 0px;
}
.catalog_b .jcarousel .arrow.next:hover{
	background-position: -42px -42px;
}
.catalog_b .jcarousel .nav{
	background: rgba(255,255,255, .21);
	height: 53px;
	margin-top: 19px;
	position: relative;
}
.catalog_b .jcarousel .carousel_item .item .name{
	border-bottom: 1px solid #dedede;
	font-size: 18px;
	height: 46px;
	padding-top: 19px;
	line-height: 18px;
	text-align: center;
}
.catalog_b .jcarousel .carousel_item .item .name span{
	display: block;
	font-weight: 700;
}
.catalog_b .jcarousel .carousel_item .item .img{
	height: 168px;
	line-height: 168px;
	text-align: center;
}
.catalog_b .jcarousel .carousel_item .item .img img{
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}
.catalog_b .jcarousel .carousel_item .item .price{
	background: url('imgs/item_price_bg.png');
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	height: 37px;
	padding-top: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.catalog_b .jcarousel .carousel_item .item:hover{
	background: url('imgs/gray_pattern.jpg');
	cursor: pointer;
}
.catalog_b .jcarousel .carousel_item .item:hover .price{
	background-position: 0 -53px;
}
.catalog_b .jcarousel .carousel_item .item:hover:before{
	border: 1px solid #000;
	content: '';
	height: calc(100% - 10px);
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	z-index: 2;
}
.catalog_b.cat2 .jcarousel .carousel_item .item:hover .price{
	background-position: 0 -106px;
}

/* cat2 */

.cat2 {
	background: url('imgs/catalog_b_pattern.png');
	margin-top: -7px;
	height: 435px;
}

/* download_form */

.download_form{
	background: url('imgs/form_down_box_bg.jpg') center;
	background-size: center;
	height: 473px;
	margin-top: 13px;
}
.download_form .form{
	background: rgba(255,255,255,.72);
	border-radius: 5px;
	padding: 56px 0 53px;
	position: relative;
	top: 113px;
	text-align: center;
}
.download_form .form .title{
	color: #233135;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 17px;
}
.download_form .form .title span{
	display: block;
	font-size: 27px;
	font-weight: 400;
}
.download_form .form .input{
	display: inline-block;
	text-align: left;
}
.download_form .form .input+.input{
	margin-left: 8px;
}

/* scheme_b */

.scheme_b {
	padding: 80px 0;
}
.scheme_b .title{
	font-size: 36px;
	margin: 0 auto;
	text-align: center;
	width: 735px;
}
.scheme_b .enum{
	background: url('imgs/scheme_bg.jpg') center top no-repeat;
	position: relative;
	margin-top: 100px;
	height: 793px;
	width: 100%;
}
.scheme_b .enum ul{
	position: relative;
}
.scheme_b .enum ul li{
	background: url('imgs/playBtn.png') center no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 89px;
	opacity: 0;
	position: absolute;
	width: 89px;
	-webkit-transition: ease-in 350ms;
	-moz-transition: ease-in 350ms;
	-ms-transition: ease-in 350ms;
	-o-transition: ease-in 350ms;
	transition: ease-in 350ms;
}
.scheme_b .enum ul li.video {
	background: url('imgs/playBtn.png') center no-repeat;
}
.scheme_b .enum ul .numbers1{
	top: 532px;
	left: 330px;
}
.scheme_b .enum ul .numbers2{
	top: 392px;
	left: 188px;
}
.scheme_b .enum ul .numbers3{
	top: 230px;
	left: 158px;
}
.scheme_b .enum ul .numbers4{
	top: 76px;
	left: 228px;
}
.scheme_b .enum ul .numbers5{
	top: 1px;
	left: 434px;
}
.scheme_b .enum ul .numbers6{
	top: 78px;
	left: 640px;
}
.scheme_b .enum ul .numbers7{
	top: 230px;
	left: 712px;
}
.scheme_b .enum ul .numbers8{
	top: 391px;
	left: 683px;
}
.scheme_b .enum ul .numbers9{
    top: 535px;
    left: 532px;
}
.scheme_b .enum ul .numbers10{
	top: 533px;
	left: 543px;
}
.scheme_b .enum .item{
	position: absolute;
	font-size: 18px;
	top: 0px;
	left: 0px;
	width: 270px;
}
.scheme_b .enum .item.box1{
	top: 557px;
	left: 50px;
}
.scheme_b .enum .item.box2{
	top: 428px;
	left: -36px;
}
.scheme_b .enum .item.box3{
	top: 257px;
    left: -81px;
    text-align: right;
    width: 207px;
}
.scheme_b .enum .item.box4{
    top: 92px;
    left: -23px;
    text-align: right;
    width: 231px;
}
.scheme_b .enum .item.box5{
	top: 28px;
	left: 144px;
	text-align: right;
}
.scheme_b .enum .item.box6{
	top: 33px;
	left: 530px;
	text-align: right;
}
.scheme_b .enum .item.box7{
	top: 244px;
	left: 818px;
}
.scheme_b .enum .item.box8{
	top: 400px;
	left: 790px;
}
.scheme_b .enum .item.box9{
	top: 556px;
	left: 647px;
}
.scheme_b .enum .item.box10{
	top: 559px;
	left: 650px;
}
.scheme_b .left{
	float: left;
	width: 480px;
}
.scheme_b .right{
	float: right;
	width: 480px;
}
.scheme_b .inf li{
	border-bottom: 1px solid #e9eeed;
	font-size: 17px;
	line-height: 22px;
	margin-left: 22px;
	padding: 24px 10px 32px;
	position: relative;
	width: 400px;
}
.scheme_b .inf li:before{
	background: #000;
	content: '';
	height: 100%;
	position: absolute;
	top: 38px;
	left: -18px;
	width: 1px;
}
.scheme_b .inf li:last-child:before{
	display: none;
}
.scheme_b .inf li.active{
	background: url('imgs/red_pattern.jpg');
	border-bottom-color: transparent;
	color: #fff;
}
.scheme_b .inf li span{
	background: #fff;
	border: 1px solid #000;
	display: block;
	color: #7a150e;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	position: absolute;
	left: -39px;
	text-align: center;
	width: 38px;
}
.scheme_b .inf li.active span{
	background: #222f33;
	color: #fff;
}

/* production_b */

.production_b {
	background: url('imgs/green_pattern.jpg');
	padding: 80px 0 90px;
}
.production_b .title{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 54px;
	text-align: center;
}
.production_b .enum {
	margin-left: -10px;
	width: 980px;
}
.production_b .enum .item{
	background: rgba(0,0,0,.25);
	float: left;
	height: 386px;
	position: relative;
	width: 321px;
}
.production_b .enum .item+.item{
	margin-left: 7px;
}
.production_b .enum .item .dsc{
	background: url('imgs/production_b_bg.png');
	line-height: 73px;
	height: 85px;
	text-transform: uppercase;
}
.production_b .enum .item .dsc span{
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 12px;
	vertical-align: middle;
}
.production_b .enum .item:hover{
	background: rgba(0,0,0,.55);
}
.production_b .enum .item:hover .dsc{
	background-position: 0 -85px;
	color: #fff;
}
.production_b .enum .item:hover:before{
	border: 1px solid #fff;
	content: '';
	height: calc(100% - 10px);
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
}
.production_b .enum .item .about{
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	padding: 12px;
}
.production_b .enum .item .about p{
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
.production_b .enum .item .about p:before{
	content: '-';
	position: absolute;
	top: 0px;
	left: 0px;
}

/* recall_b */

.recall_b {
	background: url('imgs/recall_b_bg.jpg') -150px;
	background-size: cover;
	height: 539px;
	margin-top: 9px;
}
.recall_b .form{
	background: rgba(255,255,255, .83);
	border-radius: 5px;
	float: right;
	text-align: center;
	padding: 56px 35px;
	position: relative;
	top: 73px;
	width: 350px;
}
.recall_b .form .title{
	color: #233135;
	line-height: 27px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 18px;
}
.recall_b .form .title span{
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.recall_b .form .input{
	margin-bottom: 13px;
}
.recall_b .left_side{
	color: #fff;
	float: left;
	width: 470px;
}
.recall_b .left_side .title{
	font-size: 75px;
	font-weight: 700;
	padding-top: 160px;
	text-transform: uppercase;
}
.recall_b .left_side .phone{
	font-size: 28px;
	padding-top: 28px;
}
.recall_b .left_side .phone span{
	color: #b61509;
	display: block;
	font-size: 56px;
	font-weight: 700;
}

/* footer_b */

.footer_b {
	border-bottom: 10px solid #477f73;
	height: 130px;
}
.footer_b .logo{
	background: url('imgs/logo_h.png')center top no-repeat;
	color: #477f73;
	float: left;
	padding-top: 60px;
	margin-top: 30px;
	height: 0px;
	font-size: 12px;
	text-align: center;
	width: 122px;
}
.footer_b .dsc {
	color: #3e3e3e;
	float: left;
	font-size: 19px;
	text-align: center;
	padding-top: 27px;
	width: 410px;
}
.footer_b .phone_box{
	float: right;
	margin-top: 50px;
	width: 380px;
}
.footer_b .phone_box .phone{
	color: #707070;
	float: left;
	font-size: 21px;
	position: relative;
	width: 185px;
}
.footer_b .phone_box .phone:before{
	background: url('imgs/sprites.png');
	content: '';
	height: 46px;
	position: absolute;
	top: -13px;
	left: -60px;
	width: 46px;
}
.footer_b .phone_box .phone span{
	color: #000;
	font-weight: 700;
}
.footer_b .phone_box .btn_box{
	float: right;
	text-align: right;
	margin-top: -13px;
	width: 180px;
}

/* form */

label {
	display: block;
	margin-bottom: 8px;
}
input[type=text]{
	border: 1px solid #7f8587;
	padding: 0 10px;
	line-height: 37px;
	width: 160px;
}
input::-webkit-input-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}

/* btn */

a.btn,
.btn {
background: rgb(158,27,17); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(158,27,17,1) 0%, rgba(102,18,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,27,17,1)), color-stop(100%,rgba(102,18,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,27,17,1) 0%,rgba(102,18,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,27,17,1) 0%,rgba(102,18,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,27,17,1) 0%,rgba(102,18,11,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,27,17,1) 0%,rgba(102,18,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1b11', endColorstr='#66120b',GradientType=0 ); /* IE6-9 */

	color: #fff;
	border: 1px solid #66120B;
	border-radius: 7px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 41px;
	padding: 0 21px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255,255,255, 0.5);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255,255,255, 0.5);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255,255,255, 0.5);
}
.form .btn {
	font-size: 18px;
	line-height: 38px;
}
.form .btn:active{
background: rgb(44,6,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(44,6,4,1) 0%, rgba(208,37,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,6,4,1)), color-stop(100%,rgba(208,37,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(44,6,4,1) 0%,rgba(208,37,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(44,6,4,1) 0%,rgba(208,37,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(44,6,4,1) 0%,rgba(208,37,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(44,6,4,1) 0%,rgba(208,37,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0604', endColorstr='#d02518',GradientType=0 ); /* IE6-9 */

}
#recall input[type=text],
.recall_b input[type=text]{
	width: 300px;
}
#recall .btn,
.recall_b .btn{
	line-height: 48px;
	width: 320px;
}

/* modal */

#recall {
	text-align: center;
	width: 382px;
}
#recall .title{
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 16px;
}
#recall .title span{
	display: block;
	font-size: 18px;
}
#recall .input{
	margin-bottom: 13px;
}
#goods {
	width: 964px;
}
#goods .title{
	background: #f4f4f4;
	padding-left: 320px;
	text-align: center;
	height: 150px;
	line-height: 150px;
	position: relative;
}
#goods .title div{
	font-size: 28px;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}
#goods .title:before{
	background: url('imgs/logo_big.png');
	content: '';
	height: 88px;
	position: absolute;
	top: 39px;
	left: 62px;
	width: 178px;
}
#goods .description{
	background: #fff;
	padding: 45px 30px 88px;
}
#goods .description .c_fix{
	border-bottom: 1px solid #000;
}
#goods .description img{
	max-width: 930px;
}
#goods .left{
	float: left;
	width: 355px;
}
#goods .right{
	float: right;
	width: 521px;
}
#goods .item{
	padding-bottom: 42px;
}
#goods .item .dsc{
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 21px;
}
#goods .item .text{
	font-size: 16px;
	line-height: 22px;
}
#goods table{
	width: 100%;
}
#goods table td{
	line-height: 25px;
	font-size: 15px;
}
#goods table td+td{
	padding-left: 20px;
}
#goods .item.image .img span{
	display: block;
	height: 325px;
	text-align: center;
	line-height: 325px;
}
#goods .item.image .img span img{
	vertical-align: middle;
}
#goods .item.image .img{
	border: 1px solid #b8b8b8;
	overflow: hidden;
}
#goods .item.image .img .name{
	background: #f4f4f4;
	color: #477f73;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-align: center;
	line-height: 77px;
}
#goods .item.image{
	margin-bottom: 20px;
}
#goods .form{
	background: url('imgs/modal_form.jpg');
	height: 214px;
	text-align: center;
}
#goods .form .title_f{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 33px;
}
#goods .form .input{
	display: inline-block;
}

#success {
	font-size: 18px;
	padding: 30px 20px;
	text-align: center;
}
#success span{
	font-size: 36px;
	font-weight: 700;
	display: block;
	margin-bottom: 18px;
}