html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clear {clear: both; width: 100%; height: 0;}
input {outline: none; margin: 0;padding:0;}
/*style*/
body {
	background-color: #FFF; font-size: 13px; color: #000; font-family: Arial;
	position: relative;
}
h1, h2, h3, h4, h5 {font-family: 'Roboto', serif;}
strong, b {font-weight: bold;}
em {font-style: italic;}
a {color: #259ca7; text-decoration: none;}
a:hover {
	color: #f18221;
}
.full {width: 100%; float: left;}
.rwidth {width: 940px; margin: 0 auto;}
#header .rwidth {
	position: relative;
	display: table;
	padding: 45px 0 0 0;
}
.hotline {
	font-size: 16px; color: #f18221;
	font-style: italic;
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 27px;
	line-height: 27px;
	background: url(../img/hotline.png) no-repeat;
	text-align: right;
	padding-right: 10px;
}
.slogan {
	font-size: 16px;
	color: #a19f9d;
	font-style: italic;
	float: right;
	position: absolute;
}
.slogan.right {
	right: 0; bottom: 0;
}
.slogan.left {
bottom: 21px; right: 100px;
}
/*main*/
.center {text-align: center;}
#main .title {
	padding-bottom: 30px;
	margin-bottom: 15px; 
	border-bottom: 2px solid #c1c1c1;
	position: relative;
}
#main .title:before {
	content: '';
	position: absolute; 
	height: 2px;
	width: 47px;
	background: #c1c1c1;
	left: -47px;
	bottom: -2px;
}
#main .title:after {
	content: '';
	position: absolute; 
	height: 2px;
	width: 47px;
	background: #c1c1c1;
	right: -47px;
	bottom: -2px;
}
.title h1 {
	padding-top: 45px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #259ca7;
	text-transform: uppercase;
	display: block;
}
.title p {
	text-align: center; 
	color: #a19f9d;
	font-style: italic;
	font-size: 18px;
	line-height: 22px; 
}


.col-580 {
	float: left; width: 580px;
}
#banner-top {margin-bottom: 5px;}
#banner-top img {
	float: left; width: 100%; height: auto;
}
.cmt-content {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background: #d3d6d6;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	float: left;
	position: relative;
}
.cmt-content:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 27px;
	right: -16px;
	bottom: 5px;
	background: url(../img/right2.png) no-repeat;
}
.cmt-author {
	float: right;
	width: 160px;
	position: relative;
}
.cmt-author span {
	text-align: center;
	font-size: 13px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 20px;
	width: 90px;
}
.cmt-author img {
	float: left; 
	width: 68px; 
	height: 68px;
	border-radius: 50%;
}


.col-360 {
	float: left; width: 360px;
}
.reg1 {
	background: #282936;
}
.reg1 .head {
	background: #259ca7;
	display: block;
	height: 52px;
	line-height: 52px;
	padding-left: 38px; 
	padding-right: 38px;
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'Roboto', serif;
	color: #FFF;
	position: relative;
}
.reg1 .head:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #259ca7;
	position: absolute;
	left: 30px;
	bottom: -20px;
}
.reg1 .body {
	padding: 25px 38px 0 38px;
	height: 425px;
	background: url(../img/arr2.png) no-repeat 280px 315px;
}
.reg1 .body > strong {
	color: #ccccc7;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	display: block;
}

/*form*/
.wpcf7-text, .wpcf7-textarea {
	font-size: 14px;
	font-family: Arial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: none;
	margin-bottom: 10px;
}
.wpcf7-textarea {
	height: 100px;
}
.wpcf7-submit, .btn-reg {
	width: 189px; 
	height: 43px; 
	display: block; 
	margin: 0 auto;
	background: url(../img/reg.png) no-repeat; 
	border: none; 
	text-indent: -999999px;
}
.wpcf7-submit:hover, .btn-reg:hover {
	cursor: pointer;
	opacity: 0.8;
}
.contact-hotline {
	display: block;
	color: #f18221;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

/*combo*/
#combo {width: 560px !important; margin-right: 20px;}
#combo .head {
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #000;
}
#combo .head h2 {
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	color: #FFF;
	padding-right: 10px;
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	background: #259ca7;
}
#combo .head h2:after {
	content: '';
	position: absolute;
	right: -30px;
	width: 30px;
	height: 36px;
	top: 0;
	background: url(../img/right.png) no-repeat right center;
}
#combo .head p {
	font-style: italic;
	font-size: 18px;
}
#combo .intro {
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	margin-bottom: 15px;
}
#combo .intro img {
	float: left; margin-right: 10px;
}
.gifs {
	position: relative;
}
.arr1 {
	background: url(../img/arr1.png) no-repeat;
	width: 76px;
	height: 84px;
	position: absolute;
	left: 15px; bottom: 20px;
}
.gifs h3 {
	font-size: 20px;
	color: #ff8c00;
	font-style: italic;
	display: block;
}
.gifs ul li {
 	display: block;
 	position: relative;
 	margin-top: 20px;
 	float: left; width: 100%;
}
.gifs ul li span {
	position: absolute;
	left: 11px; top: 7px;
	color: #ababab;
	font-size: 18px;
}
.gifs ul li p {
	padding-left: 50px;
	height: 31px;
	display: block;
	background: url(../img/line.png) no-repeat left bottom;
}
.gifs ul li i {
	float: right;
	line-height: 20px;
	font-style: italic;
	width: 530px;
	margin-top: -10px;
}


/*list cmt*/
.list-cmt {
	margin-top: 20px;
}
.item-cmt {
	margin-bottom: 30px;
}
.item-cmt:last-child {
	margin-bottom: 0;
}
.item-cmt .content {
	background: #d3d6d6;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
}
.item-cmt .content:before {
	position: absolute;
	content: '';
	left: 10px;
	bottom: -23px;
	width: 18px;
	height:23px;
	background: url(../img/left.png) no-repeat;
}
.item-cmt .author {
	margin-top: 25px;
	float: left; width: 100%;
}
.item-cmt .author img {
	float: left;
	width: 89px;
	height: 89px;
	border-radius: 50%;
	margin-right: 10px;
}
.item-cmt .author span {
	display: table-cell;
	height: 89px;
	line-height: 1.2;
	vertical-align:  middle;
	font-weight: bold;
}

#combo .ref {
	margin-top: 20px;
	border-bottom: 1px solid #d6d6d6;
}
#combo .ref p strong {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	display: block;
	font-family: 'Roboto', serif;
	margin-bottom: 20px;
}
#combo .ref ul li {
	background: url(../img/check.jpg) no-repeat left 5px;
	line-height: 20px;
	padding-left: 23px;
	margin-bottom: 10px;
}
#block-color {
	background: #259ca7;
	font-size: 30px; 
	font-family: 'Tahoma';
	text-align: center;
	padding: 43px 0;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-50 {
	float: left; width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.col-50:last-child {margin-right: 0;}
.list-gifs .col-50 img {width: 100%; height: auto;}
.list-gifs .col-50 h3 {
	font-size: 20px; 
	color: #259ca7; display: block;
	margin: 10px 0;
}

.list-gifs .col-50 p {
	line-height: 20px; 
	color: #666;
}
.list-gifs .rwidth {
	position: relative;
}
.reg-block {
	position: relative;
}
.arr2 {
	background: url(../img/arr1.png) no-repeat;
	width: 76px;
	height: 84px;
	position: absolute;
	margin-left: -200px;
	left: 50%; bottom: 30px;
}

.item-album {margin-top: 2%;}
.item-album .big img {
	width: 100%; height: auto;
	float: left;
}
.item-album .col-30 {
	float: left; width: 32%;
	margin-right: 2%;
	height: 196px;
	overflow: hidden;
	position: relative;
	margin-top: 2%;
}
.item-album .col-30 img {float: left; width: 100%; min-height: 196px;}
.item-album .col-30:last-child {margin-right: 0;}


#block-color2 {
	background: #259ca7;
	font-size: 35px; 
	font-family: 'Tahoma';
	text-align: center;
	padding: 25px 0;
	color: #FFF;
	margin-top: 20px;
}

/*toge*/
.list-why {
	margin: 25px 0;
}
.list-why h3 {
	display: block;
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #FFF;
	font-family: 'Tahoma';
	padding:10px 10px 10px 43px;
	margin-bottom: 2px;
	background: #259ca7 url(../img/plus.png) no-repeat 10px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-why h3.active {
	background: #259ca7 url(../img/up.png) no-repeat 10px 7px;
	margin-bottom: 0;
}
.list-why h3:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #259ca7;
	position: absolute;
	left: 50px;
	bottom: -12px;
	display: none;
}
.list-why h3.active:before {
	display: block;
} 
.list-why h3:hover {cursor: pointer;}
.ctn-toge {
	background: #dfdfdf;
	font-size: 14px;
	color: #434242;
	font-family: 'Tahoma';
	line-height: 20px;
	padding: 20px 10px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form2 {
	margin-bottom: 50px;
	float: left; width: 290px;
	margin-top: 30px;
	position: relative;
	padding-right: 50px;
	background: url(../img/arr2.png) no-repeat right 210px;
}
.contact-form2 .wpcf7-text, .contact-form2 .wpcf7-textarea {
	font-size: 14px;
	font-family: Arial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	border: 2px solid #7b7e7e;
}
.contact-form2 .wpcf7-textarea {
	height: 100px;
}
div.wpcf7-response-output {
	width: 100%;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        margin-left: 0 !important; margin-right: 0 !important;
	z-index: 999999;
	position: relative;
	background: none;
	position: absolute;
	bottom: -30px;
}
#why .rwidth {
	display: table;
	background: url(../img/img5.png) no-repeat 435px bottom;
}
.col-350 {width: 350px;}
.col-350.right {
	float: right;
}
.col-350.right h3 {
	margin-top: 25px;
	font-size: 20px;
	color: #FFF;
	background: #259ca7;
	line-height: 38px;
	height: 38px;
	text-align: center;
}
.col-350.right .body {
	padding: 57px 0;
	background: #dfdfdf;
	text-align: center;
	width: 100%;
	float: left;
}
.col-350.right .body a {
	color: #f18221;
	font-size: 40px;
	display: block;
	margin-bottom: 20px;
}
.col-350.right .body p {
	color: #434242;
	font-size: 18px;
	line-height: 1.5em;
}

#block-color3 {
	background: #434242;
	text-align: center;
	color: #FFF;
	padding:  10px 0;
}
#block-color3 p {font-size: 30px; font-family: 'Tahoma';}
#block-color3 span {
	font-size: 18px;
	font-family: 'Roboto', serif;
	margin-top: 5px;
	display: block;
}
#footer {
	background: #dfdfdf; margin-top: 8px; padding-top: 30px;
	padding-bottom: 15px;
}
#footer .col-50 {
	padding-left: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #434242;
	font-style: italic;
	line-height: 1.3em;
}
.full.copy {
	text-align: center;
	font-size: 0;
}
.full.copy img {
	margin-right: 15px;
}
.full.copy img, .full.copy p {
	display: inline-block; 
	font-size: 14px;
	font-style: italic;
	color: #434242;
}


/*fixform*/
.fixform {
width: 296px;
position: fixed;
left: 6%;
top: 29%;
z-index: 999;
background: #dfdfdf;
padding-bottom: 20px;
}
.contact-form3 {
	padding-top: 30px;
}
.contact-form3 .wpcf7-text, .contact-form3 .wpcf7-textarea {
	font-size: 14px;
	font-family: Arial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: 43px;
	border: 2px solid #7b7e7e;
}
.contact-form3 .wpcf7-textarea {
	height: 100px;
}
a.tel {
	color: #f18221;
	font-size: 40px;
	display: block;
	margin-top: 10px;
	text-align: center;	
}
span.wpcf7-not-valid-tip {
	position: absolute; right: 0;
	top: -8px;
}
#wrapper {
	overflow: hidden;
	position: relative;
}
div.wpcf7 {
	position: relative;
}
.wpcf7-response-output {
	display: none !important;
}









