/*
	0470 - 16:33 21.11.2017
	0470v2 - 11:14 24.11.2017

	0480 - 19:08 26.02.2018 - переделка на адаптив фиксированного 0470v2
	0480v4 - 20:16 27.02.2018 - замена верхнего меню

	Пожалуйста, не удаляйте номер заказа.
	
	Dmitriy S Vorobyov
	v.d.s [at] bk.ru
	http://verstalshik.info/
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #f9f9f9;
}

body {
	position: relative;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

a,
input,
textarea {
	outline: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body a {
	color: #1f1a17;
	text-decoration: underline;
	cursor: pointer;
}

body a:hover {
/*	opacity: 0.8;*/
	color: #999;
}

body a:visited {}

p {
	padding-bottom: 8px;
	padding-bottom: 24px;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

ol,
ul {
	overflow: hidden;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

.btouter {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
}

.topmenu-v2 {
	position: relative;
	background: #fff;

}
.topmenu-v2 > div {
	position: relative;
	min-height: 91px;
}
.topmenu-v2 > div:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.topmenu-v2 > div > div{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 12px;
	}
.topmenu-v2 > div > div a{
	display: block;
	text-decoration: none;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	}
.topmenu-v2 ul {
	overflow: hidden;
}
.topmenu-v2 li {
	font-weight: lighter;
	list-style: none;
}
@media screen and (min-width: 0px) and (max-width: 479px){
	.topmenu-v2 > div > div{
		padding: 25px 10px 0 10px;
		text-align: center;
		}
	.topmenu-v2 ul{
		padding: 10px;
		text-align: center;
		}
	}
@media screen and (min-width: 480px) and (max-width: 669px){
	.topmenu-v2 > div > div{
		float: right;
		padding: 40px 10px 0 10px;
		}
	.topmenu-v2 ul{
		padding: 10px;
		}
	.topmenu-v2 > div > div a{
		text-align: left;
		}
	}
@media screen and (min-width: 670px) and (max-width: 1169px){
	.topmenu-v2 > div > div{
		padding: 25px 41px 0 44px;
		}
	}
@media screen and (min-width: 670px){
	.topmenu-v2 > div > div{
		float: left;
		}
	.topmenu-v2 ul {
		float: left;
		padding: 33px 0 0 44px;
		}
	.topmenu-v2 li {
		float: left;
		padding: 0 42px 35px 0;
		}
	}
@media screen and (max-width: 1169px){
	.logo-v2{
		display: none;
		}
	}
@media screen and (min-width: 1170px){
	.topmenu-v2 > div {
		max-width: 1170px;
		margin: 0 auto;
		}
	.topmenu-v2 > div > div{
		padding: 25px 41px 0 83px;
		}
	.logo-v2{
		position: absolute;
		top: 0;
		right: 38px;
		z-index: 20;
		}
	}

.topmenu {
	position: relative;
	background: #fff;
display: none;
}

.topmenu > div {
	position: relative;
	min-height: 91px;
	max-width: 1170px;
	margin: 0 auto;
}

.topmenu > div:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.topmenu > div > a:hover {
	opacity: 1;
}

.topmenu ul {
	overflow: hidden;
}

.topmenu li {
	font-weight: lighter;
	list-style: none;
	padding-bottom: 10px;
}

.topmenu li a {
	/*text-decoration: none;
	border-bottom: 1px dashed #1f1a17;*/
}

@media screen and (max-width: 499px) {
	.logo {
		max-width: 120px;
		display: block;
		margin: 0 auto 15px auto;
		display: none;
	}
	.topmenu ul {
		padding-top: 15px;
	}
	.topmenu ul+ul {
		padding-top: 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 799px) {
	.topmenu ul {
		float: left;
		width: 36%;
		padding-top: 20px;
		text-align: center;
		white-space: nowrap;
	}
	.topmenu ul+ul {
		float: right;
	}
	.logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -60px;
		width: 120px;
		z-index: 10;
	}
}

@media screen and (min-width: 800px) and (max-width: 1169px) {
	.topmenu ul {
		float: left;
		width: 36%;
		padding-top: 34px;
		text-align: center;
	}
	.topmenu ul li {
		display: inline-block;
	}
	.topmenu ul li:first-child {
		margin-right: 10px;
	}
	.topmenu ul+ul {
		float: right;
	}
	.logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -83px;
		height: 119px;
		width: 165px;
		z-index: 10;
	}
}

@media screen and (max-width: 1169px) {
	.topmenu > div {
		padding: 0 10px 10px 10px;
	}
	.topmenu ul {
		text-align: center;
	}
}

@media screen and (min-width: 1170px) {
	.logo {
		position: absolute;
		top: 0;
		left: 504px;
		height: 119px;
		width: 165px;
		z-index: 10;
	}
	.topmenu ul {
		float: left;
		padding: 34px 0 0 212px;
	}
	.topmenu ul+ul {
		float: right;
		padding: 34px 123px 0 0;
	}
	.topmenu ul li {
		float: left;
		width: 150px;
	}
	.topmenu ul li+li {
		width: 200px;
	}
	.topmenu ul+ul li {
		text-align: right;
		width: 208px;
	}
	.topmenu ul+ul li+li {
		width: 107px;
	}
}

.header {
	position: relative;
	overflow: hidden;
}

.header:before,
.header > div:before,
.header > div:after {
	content: "";
	position: absolute;
}

@media screen and (max-width: 799px) {
	.header > div {
		position: relative;
		color: #1f1a17;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 28px;
		font-weight: lighter;
		padding: 23px 10px 60px 10px;
		z-index: 10;
	}
	.header:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.header > div > div {
		max-width: 16em;
		font-size: 22px;
		font-weight: bold;
		line-height: 38px;
		border-top: 1px solid #b0acae;
		border-bottom: 1px solid #b0acae;
		margin: 19px 0 17px 0;
		padding: 11px 0 13px 0;
	}
}

@media screen and (max-width: 399px) {
	.header:after {
		background: url(../images/header-after-650.jpg) 100% 100% no-repeat, url(../images/header-rx.png) 100% 100% no-repeat;
		background-size: 110% auto;
		opacity: 0.4;
	}
}

@media screen and (min-width: 400px) and (max-width: 799px) {
	.header:after {
		background: url(../images/header-after-650.jpg) 100% 100% no-repeat, url(../images/header-rx.png) 0 100% repeat-x;
		background-size: auto 100%;
		opacity: 0.4;
	}
}

@media screen and (min-width: 550px) and (max-width: 799px) {
	.header:after {
		opacity: 1;
	}
}

@media screen and (min-width: 670px) and (max-width: 799px) {
	.header > div {
		padding-left: 40px;
	}
}

@media screen and (min-width: 800px) and (max-width: 919px) {
	.header {
		background: url(../images/header.jpg) 100% 0 no-repeat;
	}
	.header > div {
		position: relative;
		height: 610px;
		color: #1f1a17;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 28px;
		font-weight: lighter;
		white-space: nowrap;
		box-sizing: border-box;
		padding: 63px 0 0 40px;
		background: url(../images/header-div.jpg) 100% 0 no-repeat;
	}
	.header > div:after {
		top: 388px;
		left: 30px;
		height: 200px;
		width: 196px;
/*		background: url(../images/header-div-after.jpg) no-repeat;*/
		background: url(../images/small-14346-big-2.png) no-repeat;
	}
	.header > div > div {
		max-width: 16em;
		width: 614px;
		font-size: 22px;
		font-weight: bold;
		line-height: 38px;
		border-top: 1px solid #b0acae;
		border-bottom: 1px solid #b0acae;
		margin: 19px 0 17px 0;
		padding: 11px 0 13px 0;
	}
}

@media screen and (min-width: 920px) and (max-width: 1169px) {
	.header {
		background: url(../images/header.jpg) 100% 0 no-repeat;
	}
	.header > div {
		position: relative;
		height: 610px;
		color: #1f1a17;
		text-transform: uppercase;
		font-size: 28px;
		line-height: 38px;
		font-weight: lighter;
		white-space: nowrap;
		box-sizing: border-box;
		padding: 63px 0 0 40px;
		background: url(../images/header-div.jpg) 100% 0 no-repeat;
	}
	.header > div:before {
		top: 413px;
		right: 841px;
		height: 146px;
		width: 262px;
		background: url(../images/header-div-before.jpg) no-repeat;
		display: none;
	}
	.header > div:after {
		top: 388px;
		left: 30px;
		height: 200px;
		width: 196px;
/*		background: url(../images/header-div-after.jpg) no-repeat;*/
		background: url(../images/small-14346-big-2.png) no-repeat;
	}
	.header > div > div {
		max-width: 16em;
		width: 614px;
		font-size: 42px;
		font-weight: bold;
		line-height: 48px;
		border-top: 1px solid #b0acae;
		border-bottom: 1px solid #b0acae;
		margin: 19px 0 17px 0;
		padding: 11px 0 13px 0;
	}
}

@media screen and (min-width: 1170px) {
	.header {
		background: url(../images/header.jpg) 50% 0 no-repeat;
	}
	.header:before {
		left: 50%;
		top: 0;
		margin-left: -666px;
		height: 287px;
		width: 215px;
		background: url(../images/header-before.jpg) no-repeat;
		z-index: 10;
	}
	.header > div {
		position: relative;
		height: 610px;
		max-width: 1170px;
		margin: 0 auto;
		color: #1f1a17;
		text-transform: uppercase;
		font-size: 28px;
		line-height: 38px;
		font-weight: lighter;
		white-space: nowrap;
		box-sizing: border-box;
		padding: 63px 0 0 212px;
		background: url(../images/header-div.jpg) 50% 0 no-repeat;
	}
	.header > div:before {
		top: 413px;
		right: 841px;
		height: 146px;
		width: 262px;
		background: url(../images/header-div-before.jpg) no-repeat;
	}
	.header > div:after {
		top: 388px;
		right: 568px;
		height: 200px;
		width: 196px;
	/*	background: url(../images/header-div-after.jpg) no-repeat;*/
		background: url(../images/small-14346-big-2.png) no-repeat;
	}
	.header > div > div {
		width: 614px;
		font-size: 42px;
		font-weight: bold;
		line-height: 48px;
		border-top: 1px solid #b0acae;
		border-bottom: 1px solid #b0acae;
		margin: 19px 0 17px 0;
		padding: 11px 0 13px 0;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.b1 span {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (min-width: 700px) and (max-width: 799px) {
	.b1 span {
		font-size: 38px;
		line-height: 48px;
	}
}

@media screen and (max-width: 799px) {
	.b1 {
		background: #fff;
	}
	.b1 div {
		min-height: 596px;
		box-sizing: border-box;
		padding: 70px 0 0 0;
	}
	.b1 span {
		display: block;
		font-weight: bold;
		color: #1f1a17;
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	.b1 ul {
		position: relative;
		min-height: 478px;
		max-width: 1170px;
		text-align: center;
		padding-bottom: 20px;
	}
	.b1 li {
		display: inline-block;
		vertical-align: top;
		list-style: none;
		letter-spacing: -0.02em;
		text-align: center;
		width: 238px;
		padding: 140px 0 10px 0;
	}
	.b1 li:nth-child(1) {
		background: url(../images/b1.png) -32px -154px no-repeat;
	}
	.b1 li:nth-child(2) {
		background: url(../images/b1.png) -471px -154px no-repeat;
	}
	.b1 li:nth-child(3) {
		background: url(../images/b1.png) -915px -154px no-repeat;
	}
	.b1 li:nth-child(4) {
		background: url(../images/b1.png) -221px -357px no-repeat;
	}
	.b1 li:nth-child(5) {
		background: url(../images/b1.png) -709px -357px no-repeat;
	}
}

@media screen and (min-width: 800px) and (max-width: 1129px) {
	.b1 {
		background: #fff;
	}
	.b1 div {
		min-height: 596px;
		box-sizing: border-box;
		padding: 70px 0 0 0;
	}
	.b1 span {
		display: block;
		font-weight: bold;
		font-size: 38px;
		line-height: 48px;
		color: #1f1a17;
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	.b1 ul {
		position: relative;
		min-height: 478px;
		max-width: 1170px;
		text-align: center;
	}
	.b1 li {
		position: absolute;
		list-style: none;
		letter-spacing: -0.02em;
		width: 238px;
		padding: 140px 0 10px 0;
	}
	.b1 li:nth-child(1) {
		top: 35px;
		left: 2.74%;
		left: 2%;
		background: url(../images/b1.png) -32px -154px no-repeat;
	}
	.b1 li:nth-child(2) {
		top: 35px;
		left: 50%;
		margin-left: -119px;
		background: url(../images/b1.png) -471px -154px no-repeat;
	}
	.b1 li:nth-child(3) {
		top: 35px;
		right: 2%;
		background: url(../images/b1.png) -915px -154px no-repeat;
	}
	.b1 li:nth-child(4) {
		top: 250px;
		left: 18%;
		background: url(../images/b1.png) -221px -357px no-repeat;
	}
	.b1 li:nth-child(5) {
		top: 250px;
		right: 18%;
		background: url(../images/b1.png) -709px -357px no-repeat;
	}
}

@media screen and (min-width: 1130px) and (max-width: 1199px) {
	.b1 {
		background: #fff;
	}
	.b1 div {
		min-height: 596px;
		box-sizing: border-box;
		max-width: 1170px;
		margin: 0 auto;
		background: url(../images/b1.png) 50% 0 no-repeat;
		padding: 70px 0 0 0;
	}
	.b1 span {
		display: block;
		font-weight: bold;
		font-size: 38px;
		line-height: 48px;
		color: #1f1a17;
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	.b1 ul {
		position: relative;
		min-height: 478px;
		max-width: 1106px;
		margin: 0 auto;
		text-align: center;
	}
	.b1 li {
		list-style: none;
		position: absolute;
		top: 175px;
		left: 0;
		letter-spacing: -0.02em;
	}
	.b1 li+li {
		left: 446px;
	}
	.b1 li+li+li {
		left: 889px;
	}
	.b1 li+li+li+li {
		top: 374px;
		left: 239px;
	}
	.b1 li+li+li+li+li {
		left: 695px;
	}
}

@media screen and (min-width: 1200px) {
	.b1 {
		background: #fff;
	}
	.b1 div {
		min-height: 596px;
		box-sizing: border-box;
		max-width: 1170px;
		margin: 0 auto;
		background: url(../images/b1.png) 50% 0 no-repeat;
		padding: 70px 0 0 0;
	}
	.b1 span {
		display: block;
		font-weight: bold;
		font-size: 38px;
		line-height: 48px;
		color: #1f1a17;
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	.b1 ul {
		position: relative;
		min-height: 478px;
		width: 1170px;
		text-align: center;
	}
	.b1 li {
		list-style: none;
		position: absolute;
		top: 175px;
		left: 32px;
		letter-spacing: -0.02em;
	}
	.b1 li+li {
		left: 478px;
	}
	.b1 li+li+li {
		left: 921px;
	}
	.b1 li+li+li+li {
		top: 374px;
		left: 271px;
	}
	.b1 li+li+li+li+li {
		left: 727px;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.b2 {
		background: #fdf1f6;
	}
	.b2 > div {
		padding-bottom: 20px;
	}
	.b2 > div > span {
		display: block;
		color: #1f1a17;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		padding: 30px 10px 20px 10px;
		text-indent: -3px;
	}
	.b2 ul {
		position: relative;
		text-align: center;
		font-size: 0;
		line-height: 0;
		max-width: 600px;
		max-width: 90vw;
		margin: 0 auto;
	}
	.b2 li {
		display: inline-block;
		position: relative;
		background: url(../images/b2-li-1.png) 50% 50% no-repeat;
		background-size: 100% auto;
		width: 45%;
		padding-top: 45%;
		width: 40vw;
		padding-top: 40vw;
		margin: 2%;
		margin: 1vw;
	}
	.b2 li > span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.b2 li > span:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 0;
	}
	.b2 li > span > span {
		display: inline-block;
		vertical-align: middle;
		font-weight: lighter;
		font-size: 18px;
		font-size: 2.57vw;
		line-height: 24px;
		line-height: 3.42vw;
	}
	.b2 li > span > span > span {
		display: block;
		color: #ef6c8b;
		font-size: 10.85vw;
		line-height: 12.29vw;
		font-weight: bold;
	}
	.b2 li > span > span > span span {
		display: inline;
		font-size: 3.85vw;
		line-height: 5.28vw;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 700px) and (max-width: 975px) {
	.b2 {
		background: #fdf1f6 url(../images/b2.jpg) no-repeat;
	}
	.b2 > div {
		min-height: 613px;
		max-width: 1170px;
		margin: 0 auto;
	}
	.b2 > div > span {
		display: block;
		color: #1f1a17;
		font-size: 38px;
		line-height: 48px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		padding: 88px 10px 20px 10px;
		text-indent: -3px;
	}
	.b2 ul {
		position: relative;
		min-height: 477px;
		text-align: center;
	}
	.b2 li {
		display: inline-block;
		height: 246px;
		width: 251px;
		background: url(../images/b2-li-1.png) no-repeat;
		box-sizing: border-box;
		font-weight: lighter;
		font-size: 18px;
		list-style: none;
		padding: 62px 0 0 0;
		margin: 0 10px 20px 10px;
	}
	.b2 li > span > span > span {
		text-indent: -9px;
		padding-bottom: 5px;
	}
	.b2 li+li {
		top: 126px;
		left: 218px;
		height: 277px;
		width: 279px;
		background: url(../images/b2-li-2.png) no-repeat;
		padding: 60px 0 0 0;
	}
	.b2 li+li > span > span > span {
		text-indent: 16px;
	}
	.b2 li+li+li {
		top: 24px;
		left: 484px;
		height: 246px;
		width: 251px;
		background: url(../images/b2-li-3.png) no-repeat;
		padding: 55px 0 0 0;
	}
	.b2 li+li+li > span > span > span {
		text-indent: -2px;
		padding-bottom: 3px;
	}
	.b2 li+li+li+li {
		top: 153px;
		left: 701px;
		height: 253px;
		width: 257px;
		background: url(../images/b2-li-4.png) no-repeat;
		padding: 36px 0 0 0;
	}
	.b2 li+li+li+li > span > span > span {
		margin-left: 12px;
	}
	.b2 li > span > span > span {
		display: block;
		color: #ef6c8b;
		font-size: 76px;
		line-height: 86px;
		font-weight: bold;
	}
	.b2 li > span > span > span > span {
		display: inline;
		font-size: 27px;
		line-height: 37px;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 976px) {
	.b2 {
		background: #fdf1f6 url(../images/b2.jpg) 50% 0 no-repeat;
	}
	.b2 > div {
		min-height: 613px;
		max-width: 1170px;
		margin: 0 auto;
	}
	.b2 > div > span {
		display: block;
		color: #1f1a17;
		font-size: 38px;
		line-height: 48px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		padding: 88px 10px 20px 10px;
		text-indent: -3px;
	}
	.b2 ul {
		position: relative;
		min-height: 477px;
		text-align: center;
	}
	.b2 li {
		position: absolute;
		top: 9px;
		left: 2px;
		height: 246px;
		width: 251px;
		background: url(../images/b2-li-1.png) no-repeat;
		box-sizing: border-box;
		font-weight: lighter;
		font-size: 18px;
		list-style: none;
		padding: 62px 0 0 0;
	}
	.b2 li > span > span > span {
		text-indent: -9px;
		padding-bottom: 5px;
	}
	.b2 li+li {
		top: 126px;
		left: 218px;
		height: 277px;
		width: 279px;
		background: url(../images/b2-li-2.png) no-repeat;
		padding: 60px 0 0 0;
	}
	.b2 li+li > span > span > span {
		text-indent: 16px;
	}
	.b2 li+li+li {
		top: 24px;
		left: 484px;
		height: 246px;
		width: 251px;
		background: url(../images/b2-li-3.png) no-repeat;
		padding: 55px 0 0 0;
	}
	.b2 li+li+li > span > span > span {
		text-indent: -2px;
		padding-bottom: 3px;
	}
	.b2 li+li+li+li {
		top: 153px;
		left: 701px;
		height: 253px;
		width: 257px;
		background: url(../images/b2-li-4.png) no-repeat;
		padding: 36px 0 0 0;
	}
	.b2 li+li+li+li > span > span > span {
		margin-left: 12px;
	}
	.b2 li > span > span > span {
		display: block;
		color: #ef6c8b;
		font-size: 76px;
		line-height: 86px;
		font-weight: bold;
	}
	.b2 li > span > span > span span {
		display: inline;
		font-size: 27px;
		line-height: 37px;
		text-transform: uppercase;
	}
}

.b3,
.b6 {
	position: relative;
}

.b3 > div > div > div:first-child,
.b6 > div > div:first-child {
	position: relative;
	color: #1f1a17;
	box-sizing: border-box;
	background: #fdf0cf;
	z-index: 20;
}

.b3 > div > div > div:first-child span,
.b6 > div > div:first-child span {
	display: block;
	text-transform: uppercase;
	position: relative;
}

.b3 > div > div > div+div,
.b6 > div > div+div {
	position: relative;
	background: #fff;
}

@media screen and (max-width: 699px) {
	.b3 > div > div > div+div {
		padding: 24px 0 20px 0;
	}
	.b6 > div > div+div {
		padding: 24px 0 0 0;
	}
	.b3 > div > div > div:first-child,
	.b6 > div > div:first-child {
		padding: 10px;
		font-size: 18px;
	}
	.b3 > div > div > div:first-child span,
	.b6 > div > div:first-child span {
		font-weight: 700;
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (min-width: 700px) {
	.b3 {
		background: #fdf1f6;
		background: -webkit-linear-gradient(180deg, #fef2f4, #fdf1f6);
		background: -moz-linear-gradient(180deg, #fef2f4, #fdf1f6);
		background: -o-linear-gradient(180deg, #fef2f4, #fdf1f6);
		background: -ms-linear-gradient(180deg, #fef2f4, #fdf1f6);
		background: linear-gradient(180deg, #fef2f4, #fdf1f6);
		padding-bottom: 48px;
	}
	.b6 {
		padding: 161px 0 51px 0;
		background: #f6ece1 url(../images/b6.png) 50% 0 no-repeat;
	}
	.b3 > div > div > div:first-child,
	.b6 > div > div:first-child {
		min-height: 130px;
		border-radius: 10px 10px 0 0;
		margin: 0 auto;
	}
	.b3 > div > div > div:first-child {
		font-size: 28px;
		line-height: 37px;
	}
	.b3 > div > div > div+div,
	.b6 > div > div+div {
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.06);
	}
	.b3 > div > div > div+div {
		padding: 24px 0 49px 0;
	}
	.b6 > div > div+div {
		padding: 24px 0 20px 0;
	}
	.b6 > div {
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.07);
	}
	.b6 > div > div:first-child {
		font-size: 28px;
		line-height: 42px;
	}
	.b6 > div > div:first-child:before {
		content: "";
		position: absolute;
		top: -19px;
		right: -34px;
		height: 81px;
		width: 116px;
		background: url(../images/b6-div-div-first-child-before.jpg) no-repeat;
	}
	.b3 > div > div > div:first-child span,
	.b6 > div > div:first-child span {
		font-weight: bold;
		font-size: 38px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b3 {
		margin: 0 0 38px 0;
	}
	.b3 > div,
	.b6 > div {
		padding: 44px;
	}
	.b3 > div {
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.52);
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.06);
	}
	.b3 > div > div > div:first-child,
	.b6 > div > div:first-child {
		background: #fdf0cf url(../images/b3-div-div-div-first-child.png) 20px 20px no-repeat;
		padding: 29px 70px 10px 140px;
	}
}

@media screen and (min-width: 1200px) {
	.b3 {
		margin: -44px 0 38px 0;
	}
	.b3 > div,
	.b3 > div > div {
		border-radius: 10px;
		margin: 0 auto;
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.06);
	}
	.b3 > div {
		background-color: rgba(255, 255, 255, 0.29);
		max-width: 1120px;
		padding: 44px 50px 46px 50px;
	}
	.b3 > div > div {
		background-color: rgba(255, 255, 255, 0.52);
		padding: 48px 51px 55px 51px;
	}
	.b3 > div > div > div:first-child {
		background: #fdf0cf url(../images/b3-div-div-div-first-child.png) 70px 20px no-repeat;
		padding: 29px 10px 10px 190px;
		line-height: 37px;
	}
	.b6 > div {
		max-width: 1060px;
		padding: 47px 55px 41px 55px;
		margin: 0 auto;
	}
	.b6 > div > div:first-child {
		background: #fdf0cf url(../images/b3-div-div-div-first-child.png) 44px 20px no-repeat;
		padding: 23px 10px 0 155px;
		line-height: 42px;
	}
}

.b4 {
	background: #1f1a17;
	color: #fff;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.b4 span {
	display: block;
	text-transform: none;
	font-weight: lighter;
}

@media screen and (max-width: 699px) {
	.b4 {
		padding: 10px;
		font-size: 22px;
		font-weight: 700;
		line-height: 32px;
	}
	.b4 span {
		font-size: 18px;
		line-height: 24px;
	}
}

@media screen and (min-width: 700px) {
	.b4 {
		border-radius: 10px;
		font-size: 38px;
		line-height: 50px;
	}
	.b4 span {
		font-style: italic;
		font-size: 42px;
		margin-top: -1px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
	.b4 {
		margin: 0 45px 21px 45px;
		padding: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.b4 {
		min-height: 144px;
		padding: 20px 0 0 311px;
		max-width: 1170px;
		margin: 0 auto 21px auto;
		background: #1f1a17 url(../images/b4.jpg) 73px 19px no-repeat;
	}
	.b4:before {
		content: "";
		position: absolute;
		left: -111px;
		top: -306px;
		background: url(../images/b3-after.png) 50% 0 no-repeat;
		height: 290px;
		width: 300px;
		z-index: 10;
	}
}

.b5 {
	overflow: hidden;
}

.b5 > div {
	position: relative;
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b5 > div {
		margin: 0 45px;
	}
}

@media screen and (min-width: 1200px) {
	.b5 > div {
		max-width: 1170px;
		margin: 0 auto;
	}
}

.b5 > div > div {
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 399px) {
	.b5 {
		padding-top: 24px;
		padding: 24px 10px 0 10px;
	}
}

@media screen and (min-width: 399px) and (max-width: 699px) {
	.b5 {
		padding-top: 24px;
	}
	.b5 > div > div {
		padding: 0 120px 54px 10px;
	}
}

@media screen and (min-width: 700px) {
	.b5 > div > div {
		padding: 0 131px 54px 21px;
	}
}

@media screen and (min-width: 400px) {
	.b5 > div:after {
		content: "";
		position: absolute;
		top: 0;
		right: 57px;
		right: 12px;
		bottom: 0;
		width: 1px;
		background: #d6d5d5;
	}
	.b5 > div > div {
		min-height: 341px;
	}
	.b5 > div > div:before {
		content: "";
		position: absolute;
		right: -40px;
		bottom: 0;
		height: 232px;
		width: 180px;
		background: url(../images/b5-div-div-before.jpg) no-repeat;
		z-index: 10;
	}
	.b5 > div > div:after {
		content: "";
		position: absolute;
		right: 140px;
		bottom: 85px;
		left: 21px;
		height: 1px;
		background: #d6d5d5;
	}
	.b5 > div > div p:first-child {
		margin-top: -1px;
	}
	.b5 > div > div p {
		display: inline-block;
		position: relative;
		z-index: 10;
		padding: 0 26px 24px 0;
		background: #f9f9f9;
	}
	.b5 > div > div p:last-child {
		padding-right: 24px;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.time,
	.money,
	.nerve {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 10px 0 10px;
	}
	.h {
		color: #1f1a17;
		font-size: 42px;
		line-height: 50px;
		font-size: 22px;
		line-height: 32px;
		min-height: 151px;
		box-sizing: border-box;
		clear: both;
		position: relative;
	}
	.time .h {
		background: url(../images/h-time.png) 0 50% no-repeat;
	}
	.money .h {
		background: url(../images/h-money.png) 0 50% no-repeat;
	}
	.nerve .h {
		background: url(../images/h-nerve.png) 0 50% no-repeat;
	}
	.time .h,
	.money .h,
	.nerve .h {
		padding: 40px 0 42px 95px;
		background-size: auto 50%;
	}
	.time img,
	.money img,
	.nerve img {
		display: none;
	}
	.h span {
		font-weight: bold;
	}
	.time ul,
	.money ul,
	.nerve ul {
		padding-bottom: 38px;
	}
	.time li,
	.money li,
	.nerve li {
		position: relative;
		padding: 0 0 24px 41px;
		list-style: none;
	}
	.time li:before,
	.money li:before,
	.nerve li:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		height: 31px;
		width: 31px;
		background: url(../images/time-li-before.png) no-repeat;
	}
}

@media screen and (min-width: 700px) and (max-width: 799px) {
	.time,
	.money,
	.nerve {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 45px 24px 45px;
	}
	.h {
		color: #1f1a17;
		font-size: 42px;
		line-height: 50px;
		min-height: 151px;
		box-sizing: border-box;
		clear: both;
	}
	.time .h {
		background: url(../images/h-time.png) 0 40% no-repeat;
	}
	.money .h {
		background: url(../images/h-money.png) 0 40% no-repeat;
	}
	.nerve .h {
		background: url(../images/h-nerve.png) 0 40% no-repeat;
	}
	.time .h,
	.money .h,
	.nerve .h {
		padding: 30px 0 42px 152px;
		background-size: auto 70%;
	}
	.time img,
	.money img,
	.nerve img {
		display: none;
	}
	.h span {
		font-weight: bold;
	}
	.time ul,
	.money ul,
	.nerve ul {
		padding-bottom: 38px;
	}
	.time li,
	.money li,
	.nerve li {
		position: relative;
		padding: 0 0 24px 41px;
		list-style: none;
	}
	.time li:before,
	.money li:before,
	.nerve li:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		height: 31px;
		width: 31px;
		background: url(../images/time-li-before.png) no-repeat;
	}
}

@media screen and (min-width: 800px) and (max-width: 975px) {
	.time,
	.money,
	.nerve {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 45px 24px 45px;
	}
	.h {
		position: relative;
		color: #1f1a17;
		font-size: 42px;
		line-height: 50px;
		min-height: 151px;
		box-sizing: border-box;
		clear: both;
	}
	.time .h {
		background: url(../images/h-time.png) 0 40% no-repeat;
	}
	.money .h {
		background: url(../images/h-money.png) 0 40% no-repeat;
	}
	.nerve .h {
		background: url(../images/h-nerve.png) 0 40% no-repeat;
	}
	.time .h,
	.money .h,
	.nerve .h {
		padding: 30px 0 42px 152px;
		background-size: auto 70%;
	}

	.time img,
	.money img,
	.nerve img {
		display: none;
	}
	.h span {
		font-weight: bold;
	}
	.time ul,
	.money ul,
	.nerve ul {
		padding-bottom: 38px;
	}
	.time li,
	.money li,
	.nerve li {
		position: relative;
		padding: 0 0 24px 41px;
		list-style: none;
	}
	.time li:before,
	.money li:before,
	.nerve li:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		height: 31px;
		width: 31px;
		background: url(../images/time-li-before.png) no-repeat;
	}
}

@media screen and (min-width: 976px) and (max-width: 1199px) {
	.time,
	.money,
	.nerve {
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 45px 24px 45px;
	}
	.h {
		color: #1f1a17;
		font-size: 42px;
		line-height: 50px;
		min-height: 151px;
		box-sizing: border-box;
		clear: both;
	}
	.time .h,
	.money .h,
	.nerve .h {
		padding: 30px 0 42px 192px;
	}
	.time .h {
		background: url(../images/h-time.png) no-repeat;
	}
	.money .h {
		background: url(../images/h-money.png) no-repeat;
	}
	.nerve .h {
		background: url(../images/h-nerve.png) no-repeat;
	}
	.time .h:after {
		background: url(../images/time.jpg) 50% 50% no-repeat;
	}
	.money .h:after {
		background: url(../images/money.jpg) 50% 50% no-repeat;
	}
	.nerve .h:after {
		background: url(../images/nerve.jpg) 50% 50% no-repeat;
	}
	.time .h:after,
	.money .h:after,
	.nerve .h:after {
		content: "";
		float: right;
		width: 30%;
		padding-top: 30%;
		background-size: cover;
		margin: -70px 0 10px 10px;
	}
	.time img,
	.money img,
	.nerve img {
		display: none;
	}
	.h span {
		font-weight: bold;
	}
	.time ul,
	.money ul,
	.nerve ul {
		padding-bottom: 38px;
	}
	.time li,
	.money li,
	.nerve li {
		position: relative;
		padding: 0 0 24px 41px;
		list-style: none;
	}
	.time li:before,
	.money li:before,
	.nerve li:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		height: 31px;
		width: 31px;
		background: url(../images/time-li-before.png) no-repeat;
	}
}

@media screen and (min-width: 1200px) {
	.time,
	.money,
	.nerve {
		width: 1170px;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.time {
		padding: 0 14px 47px 18px;
	}
	.money {
		padding: 40px 0 47px 18px;
	}
	.nerve {
		padding: 0 19px 0 0;
		margin-top: -20px;
	}
	.h {
		color: #1f1a17;
		font-size: 42px;
		line-height: 50px;
		min-height: 151px;
		box-sizing: border-box;
	}
	.h span {
		font-weight: bold;
	}
	.time .h {
		padding-top: 30px;
		padding-bottom: 42px;
		padding-left: 192px;
		background: url(../images/h-time.png) no-repeat;
	}
	.money .h {
		float: left;
		width: 665px;
		padding-top: 38px;
		padding-bottom: 43px;
		padding-left: 196px;
		background: url(../images/h-money.png) no-repeat;
	}
	.nerve .h {
		padding-top: 26px;
		padding-bottom: 42px;
		padding-left: 192px;
		background: url(../images/h-nerve.png) no-repeat;
	}
	.time img {
		float: right;
		margin-top: -145px;
	}
	.money img {
		position: relative;
		top: -40px;
		float: left;
		margin-right: 27px;
	}
	.nerve img {
		position: relative;
		top: -122px;
		float: right;
		margin-left: 30px;
	}
	.time ul,
	.money ul,
	.nerve ul {
		padding-bottom: 38px;
	}
	.time li,
	.money li,
	.nerve li {
		position: relative;
		padding: 0 0 24px 41px;
		list-style: none;
	}
	.time li:before,
	.money li:before,
	.nerve li:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 0;
		height: 31px;
		width: 31px;
		background: url(../images/time-li-before.png) no-repeat;
	}
}

.b7 {
	position: relative;
	padding-top: 9px;
}

.b7:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 699px) {
	.b7 {
		margin: 0 10px;
	}
	.b7 > div > p:first-child {
		font-size: 16px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b7 {
		margin: 0 20px;
	}
}

@media screen and (min-width: 1200px) {
	.b3 .b7 {
		max-width: 848px;
		margin: 0 0 0 71px;
	}
	.b6 .b7 {
		max-width: 953px;
		margin: 0 0 0 60px;
	}
}

@media screen and (max-width: 1199px) {
	.b7 > div > p br {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.b3 .b7 > div:first-child {
		width: 412px;
	}
	.b6 .b7 > div:first-child {
		width: 479px;
	}
}

@media screen and (min-width: 700px) {
	.b7 > div:first-child > p:first-child {
		font-size: 20px;
		line-height: 24px;
	}
	.b7 > div > p:first-child {
		font-size: 18px;
		line-height: 22px;
	}
}

.b3 .b7 > div:first-child > p:first-child {
	margin-top: 0;
	padding-bottom: 8px;
}

.b6 .b7 > div:first-child > p:first-child {
	margin-top: -2px;
	padding-bottom: 7px;
}

@media screen and (max-width: 699px) {
	.b7 > div:first-child {
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 700px) {
	.b7 > div:first-child {
		float: left;
	}
	.b7 > div+div {
		float: right;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b7 > div {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.b3 .b7 > div+div {
		padding-top: 11px;
		width: 377px;
	}
	.b6 .b7 > div+div {
		width: 474px;
	}
}

@media screen and (min-width: 700px) {
	.b7 > div+div p {
		padding-left: 10px;
	}
}

.b7 > div+div p:last-child {
	font-size: 14px;
	font-weight: lighter;
	padding-bottom: 17px;
}

.b3 .b7 > div+div p:last-child {
	line-height: 17px;
	margin-top: -1px;
}

.b6 .b7 > div+div p:last-child {
	line-height: 21px;
}

.b7 table {
	margin-top: 22px;
	width: 100%;
}

@media screen and (min-width: 700px) {
	.b3 .b7 table {
		max-width: 412px;
	}
	.b6 .b7 table {
		max-width: 444px;
	}
}

.b7 tr:first-child td {
	border-top: none;
}

.b7 td {
	font-weight: lighter;
	border-top: 1px solid #cdb4a1;
}

.b3 .b7 td {
	padding: 4px 0 6px 0;
}

.b6 .b7 td {
	padding: 4px 0 7px 0;
}

.b7 td:nth-child(1) {
	background: url(../images/b7-td.png) 0 100% repeat-x;
}

.b7 td:nth-child(1) span {
	background: #fff;
	padding-right: 3px;
}

.b7 td:nth-child(2) {
	text-align: right;
	width: 96px;
	vertical-align: bottom;
}

.b7 td:nth-child(2) span {
	font-weight: bold;
}

.b7 .int {
	box-sizing: border-box;
}

.b7 .int input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	color: #5f5f5f;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
	width: 100%;
}

@media screen and (max-width: 699px) {
	.b7 .int,
	.b7 .ins {
		max-width: 360px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 1199px) {
	.b3 .b7 .int {
		margin: 0 0 18px 0;
	}
	.b6 .b7 .int {
		margin: 0 0 18px 0;
	}
	.b3 .b7 input[type="text"] {
		padding: 18px 24px 17px 24px;
	}
	.b6 .b7 input[type="text"] {
		padding: 18px 24px 17px 24px;
	}
}

@media screen and (min-width: 1200px) {
	.b3 .b7 .int {
		margin: -1px 0 20px 8px;
	}
	.b6 .b7 .int {
		margin: -1px 0 18px 8px;
	}
	.b3 .b7 input[type="text"] {
		max-width: 360px;
		padding: 18px 34px 17px 24px;
	}
	.b6 .b7 input[type="text"] {
		max-width: 458px;
		padding: 18px 34px 17px 34px;
	}
}

.b7 .ins {
	position: relative;
}

.b7 .ins input[type="submit"],
.b7 .ins input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border: none;
	background: none;
	padding: 11px 0 12px 0;
	background: #ff6c8c;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
	font-weight: lighter;
	width: 100%;
}

@media screen and (max-width: 1199px) {
	.b3 .b7 .ins {
		margin: 0 0 21px 0;
	}
	.b6 .b7 .ins {
		margin: 0 0 21px 0;
	}
}

@media screen and (min-width: 1200px) {
	.b3 .b7 .ins {
		margin: -3px 0 14px 8px;
	}
	.b6 .b7 .ins {
		margin: -3px 0 21px 8px;
	}
	.b3 .b7 input[type="submit"],
	.b3 .b7 input[type="button"] {
		max-width: 360px;
	}
	.b6 .b7 input[type="submit"],
	.b6 .b7 input[type="button"] {
		max-width: 458px;
	}
}

.b7 .ins input[type="submit"]:hover,
.b7 .ins input[type="button"]:hover {
	opacity: 0.8;
}

.b7 .ins input[type="submit"]::-moz-focus-inner,
.b7 .ins input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

@media screen and (min-width: 920px) {
	.b8 > div {
		background: #fff url(../images/b8.png) 50% 120px no-repeat;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.b8 {
		background: #fff;
	}
	.b8 > div {
		position: relative;
		margin: 0 10px;
		min-height: 961px;
		box-sizing: border-box;
		padding: 41px 0 0 0;
	}
	.b8 > div > span:first-child {
		display: block;
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 40px;
	}
	.b8 > div > div {
		position: relative;
		font-size: 0;
		line-height: 0;
		box-sizing: border-box;
	}
	.b8 > div > div:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.b8 > div > div > div {
		position: relative;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 23px;
		border-radius: 15px;
		box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		padding: 0 19px 19px 19px;
	}
	.b8 > div > div > div:nth-child(1) {
		background: #fff url(../images/b8-1.png) 23px 27px no-repeat;
	}
	.b8 > div > div > div:nth-child(2) {
		background: #fff url(../images/b8-2.png) 21px 37px no-repeat;
	}
	.b8 > div > div > div:nth-child(3) {
		background: #fff url(../images/b8-3.png) 31px 19px no-repeat;
	}
	.b8 > div > div > div:nth-child(4) {
		background: #fff url(../images/b8-4.png) 24px 44px no-repeat;
	}
	.b8 > div > div > div:nth-child(5) {
		background: #fff url(../images/b8-5.png) 24px 26px no-repeat;
	}
	.b8 > div > div > div:after {
		content: "";
		position: absolute;
		top: 4px;
		right: 5px;
		bottom: 4px;
		left: 5px;
		border: 1px solid #16536b;
		border-radius: 15px;
	}
	.b8 > div > div > div > span {
		display: table-cell;
		height: 83px;
		vertical-align: bottom;
		padding-top: 5px;
		font-size: 20px;
		color: #000;
	}
	.b8 > div > div > div > span > span {
		display: block;
		border-bottom: 1px solid #6277ca;
		padding-bottom: 10px;
	}
	.b8 > div > div > div p {
		line-height: 22px;
		padding-bottom: 22px;
	}
	.b8 > div > div > div span+p {
		padding-top: 10px;
	}
	.b8 > div > div > div p:last-child {
		padding-bottom: 0;
	}
	.b8 > div > div > div:nth-child(1) > span {
		padding-left: 79px;
	}
	.b8 > div > div > div:nth-child(2) > span {
		padding-left: 108px;
	}
	.b8 > div > div > div:nth-child(3) > span {
		padding-left: 86px;
	}
	.b8 > div > div > div:nth-child(4) > span {
		padding-left: 115px;
	}
	.b8 > div > div > div:nth-child(5) > span {
		padding-left: 117px;
	}
	.b8 > div > p:last-child {
		text-align: center;
		font-size: 18px;
		font-style: italic;
		font-weight: lighter;
		margin-top: -2px;
		text-align: left;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b8 {
		background: #fff;
	}
	.b8 > div {
		position: relative;
		margin: 0 45px;
		min-height: 961px;
		box-sizing: border-box;
		padding: 41px 0 0 0;
		background-size: 100% auto;
	}
	.b8 > div > span:first-child {
		display: block;
		font-size: 38px;
		line-height: 48px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 40px;
	}
	.b8 > div > div {
		position: relative;
		font-size: 0;
		line-height: 0;
		box-sizing: border-box;
	}
	.b8 > div > div:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.b8 > div > div > div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 23px;
		border-radius: 15px;
		box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		padding: 0 19px 19px 19px;
		min-height: 300px;
	}
	.b8 > div > div > div:nth-child(1) {
		width: 48%;
		margin-right: 2%;
		background: #fff url(../images/b8-1.png) 23px 27px no-repeat;
	}
	.b8 > div > div > div:nth-child(2) {
		width: 48%;
		margin-left: 2%;
		background: #fff url(../images/b8-2.png) 21px 37px no-repeat;
	}
	.b8 > div > div > div:nth-child(3) {
		width: 48%;
		margin-right: 2%;
		background: #fff url(../images/b8-3.png) 31px 19px no-repeat;
	}
	.b8 > div > div > div:nth-child(4) {
		width: 48%;
		margin-left: 2%;
		background: #fff url(../images/b8-4.png) 24px 44px no-repeat;
	}
	.b8 > div > div > div:nth-child(5) {
		width: 100%;
		background: #fff url(../images/b8-5.png) 24px 26px no-repeat;
	}
	.b8 > div > div > div:after {
		content: "";
		position: absolute;
		top: 4px;
		right: 5px;
		bottom: 4px;
		left: 5px;
		border: 1px solid #16536b;
		border-radius: 15px;
	}
	.b8 > div > div > div > span {
		display: table-cell;
		height: 83px;
		vertical-align: bottom;
		padding-top: 5px;
		font-size: 20px;
		color: #000;
	}
	.b8 > div > div > div > span > span {
		display: block;
		border-bottom: 1px solid #6277ca;
		padding-bottom: 10px;
	}
	.b8 > div > div > div p {
		line-height: 22px;
		padding-bottom: 22px;
	}
	.b8 > div > div > div span+p {
		padding-top: 10px;
	}
	.b8 > div > div > div p:last-child {
		padding-bottom: 0;
	}
	.b8 > div > div > div:nth-child(1) > span {
		padding-left: 79px;
	}
	.b8 > div > div > div:nth-child(2) > span {
		padding-left: 108px;
	}
	.b8 > div > div > div:nth-child(3) > span {
		padding-left: 86px;
	}
	.b8 > div > div > div:nth-child(4) > span {
		padding-left: 115px;
	}
	.b8 > div > div > div:nth-child(5) > span {
		padding-left: 117px;
	}
	.b8 > div > p:last-child {
		text-align: center;
		font-size: 18px;
		font-style: italic;
		font-weight: lighter;
		margin-top: -2px;
		text-align: left;
	}
}

@media screen and (min-width: 1200px) {
	.b8 {
		background: #fff;
	}
	.b8 > div {
		position: relative;
		max-width: 1140px;
		margin: 0 auto;
		min-height: 961px;
		box-sizing: border-box;
		padding: 41px 0 0 0;
	}
	.b8 > div > span:first-child {
		display: block;
		font-size: 38px;
		line-height: 48px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 40px;
	}
	.b8 > div > div {
		position: relative;
		font-size: 0;
		line-height: 0;
		box-sizing: border-box;
	}
	.b8 > div > div:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.b8 > div > div > div {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 23px;
		border-radius: 15px;
		box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		padding: 0 19px 19px 19px;
		min-height: 350px;
	}
	.b8 > div > div > div+div+div+div {
		min-height: 283px;
	}
	.b8 > div > div > div:nth-child(1) {
		width: 360px;
		background: #fff url(../images/b8-1.png) 23px 27px no-repeat;
	}
	.b8 > div > div > div:nth-child(2) {
		width: 294px;
		margin-left: 30px;
		margin-right: 30px;
		background: #fff url(../images/b8-2.png) 21px 37px no-repeat;
	}
	.b8 > div > div > div:nth-child(3) {
		width: 426px;
		background: #fff url(../images/b8-3.png) 31px 19px no-repeat;
	}
	.b8 > div > div > div:nth-child(4) {
		width: 458px;
		margin-right: 30px;
		background: #fff url(../images/b8-4.png) 24px 44px no-repeat;
	}
	.b8 > div > div > div:nth-child(5) {
		width: 651px;
		background: #fff url(../images/b8-5.png) 24px 26px no-repeat;
	}
	.b8 > div > div > div:after {
		content: "";
		position: absolute;
		top: 4px;
		right: 5px;
		bottom: 4px;
		left: 5px;
		border: 1px solid #16536b;
		border-radius: 15px;
	}
	.b8 > div > div > div > span {
		display: table-cell;
		height: 83px;
		vertical-align: bottom;
		padding-top: 5px;
		font-size: 20px;
		color: #000;
	}
	.b8 > div > div > div > span > span {
		display: block;
		border-bottom: 1px solid #6277ca;
		padding-bottom: 10px;
	}
	.b8 > div > div > div p {
		line-height: 22px;
		padding-bottom: 22px;
	}
	.b8 > div > div > div span+p {
		padding-top: 10px;
	}
	.b8 > div > div > div p:last-child {
		padding-bottom: 0;
	}
	.b8 > div > div > div:nth-child(1) > span {
		padding-left: 79px;
	}
	.b8 > div > div > div:nth-child(2) > span {
		padding-left: 108px;
	}
	.b8 > div > div > div:nth-child(3) > span {
		padding-left: 86px;
	}
	.b8 > div > div > div:nth-child(4) > span {
		padding-left: 115px;
	}
	.b8 > div > div > div:nth-child(5) > span {
		padding-left: 117px;
	}
	.b8 > div > p:last-child {
		text-align: center;
		font-size: 18px;
		font-style: italic;
		font-weight: lighter;
		margin-top: -2px;
	}
}

.b9 {
	background: #fff;
}

.b9 > div {
	position: relative;
	padding: 20px 0 0px 0;
}

.b9 > div > span:first-child {
	position: relative;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (min-width: 700px) {
	.b9 > div > span:first-child {
		margin-bottom: 10px;
	}
	.b9 > div {
		padding: 88px 0 16px 0;
	}
}

.b9 p {
	font-weight: lighter;
}

@media screen and (max-width: 1049px) {
	.b9 > div {}
}

@media screen and (min-width: 1050px) and (max-width: 1199px) {
	.b9 > div {
		background: url(../images/b9-div.jpg) 100% 56px no-repeat;
	}
}

@media screen and (max-width: 699px) {
	.b9 {
		text-align: center;
	}
	.b9 > div {
		margin: 0 10px;
	}
	.b9 > div > span:first-child {
		padding: 0 0 24px 0;
		font-size: 22px;
		line-height: 30px;
	}
	.b9 > div > span:first-child:after {
		left: 0;
	}
	.b9 p {
		font-size: 18px;
		line-height: 26px;
	}
	.b9 p br {
		display: none;
	}
}

@media screen and (min-width: 700px) {
	.b9 > div > span:first-child {
		font-size: 38px;
		line-height: 45px;
	}
	.b9 p {
		font-size: 22px;
		line-height: 26px;
	}
	.b9 > div > span:first-child:after {
		content: "";
		position: absolute;
		bottom: 0;
		height: 3px;
		width: 275px;
		background: #1f1a17;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b9 > div {
		margin: 0 45px;
	}
	.b9 > div > span:first-child {
		padding: 0 0 24px 0;
	}
	.b9 > div > span:first-child:after {
		left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.b9 > div {
		max-width: 1170px;
		margin: 0 auto;
		background: url(../images/b9-div.jpg) 698px 56px no-repeat;
	}
	.b9 > div > span:first-child {
		padding: 0 0 24px 20px;
	}
	.b9 > div > span:first-child:after {
		left: 20px;
	}
	.b9 p {
		padding-left: 20px;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.b10 {
		background: #fff;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.b10 > div {
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.b10 > div:before {
		content: "";
		position: absolute;
		top: 40px;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #faf8f7;
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.15);
	}
	.b10.v2 > div:before {
		top: 10px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b10 {
		background: #fff;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.b10 > div {
		position: relative;
		margin: 0 45px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.b10 > div:before {
		content: "";
		position: absolute;
		top: 40px;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 10px;
		background-color: #faf8f7;
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.15);
	}
	.b10.v2 > div:before {
		top: 10px;
	}
}

@media screen and (min-width: 1200px) {
	.b10 {
		background: #fff;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.b10 > div {
		position: relative;
		margin: 0 auto;
		max-width: 1170px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.b10 > div:before {
		content: "";
		position: absolute;
		top: 40px;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 10px;
		background-color: #faf8f7;
		box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.15);
	}
	.b10.v2 > div:before {
		top: 10px;
	}
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.table-1 {
		position: relative;
		z-index: 10;
		width: 100%;
	}
	.table-1 th,
	.table-1 td {
		font-family: 'Open Sans', sans-serif;
		font-weight: lighter;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.table-1 th {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		background: #d6a580;
		padding-top: 18px;
		padding-bottom: 16px;
	}
	.table-1 th:first-child {
		text-align: left;
	}
	.table-1 th:last-child {}
	.table-1 td {
		font-size: 16px;
		line-height: 22px;
		color: #000;
		background: #faf8f7;
		border-bottom: 1px solid #d6a585;
		padding-top: 21px;
		padding-bottom: 19px;
	}
	.table-1 td:first-child {
		text-align: left;
	}
	.table-1 td:last-child {}
	.table-1 tr:last-child td {
		border-bottom: none;
		padding-bottom: 12px;
	}
	.table-1 tr+tr+tr td {
		padding-top: 20px;
		padding-bottom: 18px;
	}
}

@media screen and (min-width: 700px) and (max-width: 919px) {
	.table-1 {
		position: relative;
		z-index: 10;
		width: 100%;
	}
	.table-1 th,
	.table-1 td {
		font-family: 'Open Sans', sans-serif;
		font-weight: lighter;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.table-1 th {
		font-size: 30px;
		line-height: 40px;
		color: #fff;
		background: #d6a580;
		padding-top: 18px;
		padding-bottom: 16px;
	}
	.table-1 th:first-child {
		border-left: 25px solid #d6a580;
		text-align: center;
	}
	.table-1 th:last-child {
		border-right: 38px solid #d6a580;
	}
	.table-1 td {
		font-size: 20px;
		color: #000;
		background: #faf8f7;
		border-bottom: 1px solid #d6a585;
		padding-top: 21px;
		padding-bottom: 19px;
	}
	.table-1 td:first-child {
		border-left: 25px solid #faf8f7;
		text-align: left;
	}
	.table-1 td:last-child {
		border-right: 38px solid #faf8f7;
	}
	.table-1 tr:last-child td {
		border-bottom: none;
		padding-bottom: 12px;
	}
	.table-1 tr+tr+tr td {
		padding-top: 20px;
		padding-bottom: 18px;
	}
}

@media screen and (min-width: 920px) {
	.table-1 {
		position: relative;
		z-index: 10;
		width: 100%;
	}
	.table-1 th,
	.table-1 td {
		font-family: 'Open Sans', sans-serif;
		font-weight: lighter;
		text-align: center;
		padding-right: 23px;
		padding-left: 23px;
	}
	.table-1 th {
		font-size: 30px;
		line-height: 40px;
		color: #fff;
		background: #d6a580;
		padding-top: 18px;
		padding-bottom: 16px;
	}
	.table-1 th:first-child {
		border-left: 25px solid #d6a580;
		text-align: left;
		padding-left: 122px;
	}
	.table-1 th:last-child {
		border-right: 38px solid #d6a580;
	}
	.table-1 td {
		font-size: 20px;
		color: #000;
		background: #faf8f7;
		border-bottom: 1px solid #d6a585;
		padding-top: 21px;
		padding-bottom: 19px;
	}
	.table-1 td:first-child {
		border-left: 25px solid #faf8f7;
		text-align: left;
		width: 378px;
	}
	.table-1 td:last-child {
		border-right: 38px solid #faf8f7;
	}
	.table-1 tr:last-child td {
		border-bottom: none;
		padding-bottom: 12px;
	}
	.table-1 tr+tr+tr td {
		padding-top: 20px;
		padding-bottom: 18px;
	}
}

.b11,
.b11 > div {
	position: relative;
	box-sizing: border-box;
}

.b11.v1 {}

.b11.v2 {}

@media screen and (max-width: 699px) {
	.b11.v2 {}
}

@media screen and (min-width: 700px) {
	.b11 {
		min-height: 508px;
	}
	.b11.v1 {
		background: #eceffd;
		padding: 88px 0 8px 0;
	}
	.b11.v2 {
		background: #ffe9ee;
		padding: 34px 0 75px 0;
	}
	.b11.v1,
	.b11.v2 {
		background: -webkit-linear-gradient(-90deg, #ffe9ee 0%, #ecf0fd 100%);
		background: -moz-linear-gradient(-90deg, #ffe9ee 0%, #ecf0fd 100%);
		background: -o-linear-gradient(-90deg, #ffe9ee 0%, #ecf0fd 100%);
		background: -ms-linear-gradient(-90deg, #ffe9ee 0%, #ecf0fd 100%);
		background: linear-gradient(180deg, #ffe9ee 0%, #ecf0fd 100%);
	}
	.b11:before,
	.b11:after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
	}
	.b11.v1:before {
		top: 0;
		height: 54px;
		background: url(../images/b11-before.jpg) 50% 0 no-repeat;
	}
	.b11.v2:after {
		height: 75px;
		bottom: 0;
		background: url(../images/b11-after.jpg) 50% 0 no-repeat;
	}
	.b11 > div {
		min-height: 320px;
		padding: 47px 0 46px 0;
		border-radius: 10px;
	}
}

@media screen and (max-width: 699px) {
	.b11 > div {}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b11 > div {
		margin: 0 45px;
	}
}

@media screen and (min-width: 1200px) {
	.b11 > div {
		max-width: 1170px;
		margin: 0 auto;
	}
}

.b11 > div:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.25;
	box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.22);
}

.compl {
	position: relative;
	z-index: 10;
	padding: 38px 10px 14px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 700px) {
	.compl {
		border-radius: 10px;
	}
}

@media screen and (max-width: 699px) {
	.compl {
		margin: 0;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.compl {
		margin: 0 45px;
	}
}

@media screen and (min-width: 1200px) {
	.compl {
		margin: 0 53px;
	}
}

.compl > span:first-child {
	position: relative;
	display: block;
	color: #1f1a17;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -1px;
	padding-bottom: 29px;
}

.compl > div {
	position: relative;
	padding-top: 3px;
	padding-bottom: 10px;
}

.compl > div:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

@media screen and (max-width: 699px) {
	.compl > span:first-child {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (min-width: 700px) {
	.compl > span:first-child {
		font-size: 28px;
		line-height: 38px;
	}
}

.compl .int,
.compl .ins {
	padding-bottom: 20px;
}

.compl .int {}

.compl input[type="text"],
.compl input[type="submit"] {
	width: 360px;
	border: none;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 399px) {
	.compl input[type="text"],
	.compl input[type="submit"] {
		width: 100%;
	}
}

@media screen and (min-width: 400px) {
	.compl input[type="text"],
	.compl input[type="submit"] {
		width: 360px;
	}
}

.compl input[type="text"] {
	background: none;
	box-sizing: border-box;
	padding: 20px 24px 19px 24px;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
	color: #4f4f4f;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.compl .ins {}

.compl .ins input[type="submit"] {
	background: #ff6c8c;
	padding: 12px 0 17px 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
}

.compl .ins input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.compl .ins input[type="submit"]:hover {
	opacity: 0.8;
}

.compl p {
	position: relative;
	line-height: 18px;
}

@media screen and (min-width: 940px) {
	.compl > div {
		width: 766px;
		margin: 0 auto;
	}
	.compl .int {
		float: left;
	}
	.compl .ins {
		float: right;
	}
}

.sucess,
.messages,
.messages1 {
	clear: both;
	color: green;
	text-align: center;
}

.messages {
	margin-bottom: 9px;
}

.messages1 {
	margin-bottom: 8px;
}

.sucess.red,
.messages.red,
.messages1.red {
	color: red;
}


/*.text-under-form{margin-top: 15px;}*/

.b12 {
	background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 699px) {
	.b12 > div {
		margin: 0 10px 0 10px;
		font-size: 18px;
		line-height: 30px;
		font-weight: lighter;
		padding: 65px 0 20px 0;
		text-align: center;
	}
	.b12 span {
		display: block;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
		padding-bottom: 1px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b12 > div {
		margin: 0 45px 0 45px;
		font-size: 42px;
		line-height: 48px;
		font-weight: lighter;
		padding: 65px 0 20px 0;
		background: url(../images/b12-div.png) 100% 90% no-repeat;
		background-size: 50% auto;
	}
	.b12 span {
		display: block;
		text-transform: uppercase;
		font-size: 38px;
		font-weight: bold;
		padding-bottom: 1px;
	}
}

@media screen and (min-width: 1200px) {
	.b12 > div {
		width: 940px;
		margin: 0 auto;
		font-size: 42px;
		line-height: 48px;
		font-weight: lighter;
		padding: 65px 0 20px 0;
		background: url(../images/b12-div.png) 403px 75px no-repeat;
	}
	.b12 span {
		display: block;
		text-transform: uppercase;
		font-size: 38px;
		font-weight: bold;
		padding-bottom: 1px;
	}
}

.table-2 {
	position: relative;
	width: 1170px;
	margin: 0 auto 4px auto;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: lighter;
}

@media screen and (max-width: 1199px) {
	.table-2 {
		width: 100%;
		margin: 0 auto 4px auto;
	}
}

@media screen and (min-width: 1200px) {
	.table-2 {
		width: 1170px;
		margin: 0 auto 4px auto;
	}
}

.table-2 tr:first-child td:nth-child(5) {
	text-indent: 13px;
}

.table-2 tr:first-child td:nth-child(2),
.table-2 tr:first-child td:nth-child(4) {
	background: none;
}

.table-2-h {
	text-align: center !important;
	color: #fff;
	background: #d6a585;
}

.table-2 tr:nth-child(2) .table-2-h {
	border-top: none;
}

.table-2 td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.table-2 td:nth-child(1) {
	width: 371px;
	text-align: left;
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.table-2 td:nth-child(1) {
		padding-left: 44px;
	}
}

@media screen and (min-width: 1200px) {
	.table-2 td:nth-child(1) {
		padding-left: 115px;
	}
}

.table-2 td:nth-child(3) {
	width: 132px;
	text-align: center;
}

@media screen and (max-width: 699px) {
	.table-2 {
		font-size: 16px;
	}
	.table-2 tr:first-child td {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 18px !important;
	}
	.table-2 td:nth-child(2),
	.table-2 td:nth-child(4) {
		width: 0;
	}
	.table-2 td {
		border-bottom: 1px solid #d6a585;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.table-2-h {
		font-size: 18px;
		border-bottom: 3px solid #faf8f7;
	}
	.table-2 tr:last-child td {
		border-bottom: none;
		padding-bottom: 6px;
	}
	.table-2 td:nth-child(1) {
		padding-left: 10px;
	}
}

@media screen and (min-width: 700px) {
	.table-2 {
		font-size: 20px;
	}
	.table-2-h {
		font-size: 24px;
		border-bottom: 25px solid #faf8f7;
		border-top: 12px solid #faf8f7;
		padding: 14px 0 16px 0 !important;
	}
	.table-2 tr:first-child td {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 18px !important;
	}
	.table-2 td:nth-child(2) {
		width: 279px;
		background: url(../images/table-2-dot.png) 0 20px repeat-x;
	}
	.table-2 td:nth-child(4) {
		width: 80px;
		background: url(../images/table-2-dot.png) 0 20px repeat-x;
	}
}

.table-2 td:nth-child(5) {
	padding-left: 26px;
	width: 167px;
	text-align: left;
}

.b13 {
	background: #fff url(../images/b13.png) 0 100% repeat-x;
}

.b13 > div {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 699px) {
	.b13 > div {
		padding: 0 10px 25px 10px;
	}
}

@media screen and (min-width: 700px) {
	.b13 > div {
		padding: 0 45px 25px 45px;
	}
}

@media screen and (min-width: 0px) and (max-width: 499px) {
	.b14 {
		padding: 0 10px;
	}
	.b14 > div > div > div {
		padding: 5px 0 5px 84px;
		margin: 0 0 15px 0;
	}
	.b14 > div > div > div:first-child {
		width: 100%;
	}
	.b14 > div > div > div+div {
		width: 100%;
	}
}

@media screen and (min-width: 500px) and (max-width: 1199px) {
	.b14 {
		overflow: hidden;
		padding: 39px 10px 54px 10px;
	}
	.b14 > div > div > div {
		padding: 5px 0 5px 98px;
		margin: 0 15px 15px 15px;
	}
	.b14 > div > div > div:first-child {
		width: 389px;
	}
	.b14 > div > div > div+div {
		width: 332px;
	}
}

@media screen and (max-width: 699px) {
	.b14 > div > span:first-child {
		font-size: 22px;
		line-height: 30px;
		padding-top: 35px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b14 > div > span:first-child {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
	.b14 {
		position: relative;
		background: #faf8f7;
		text-align: center;
	}
	.b14:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 54px;
		background: #fff;
	}
	.b14 > div {
		position: relative;
		min-height: 200px;
	}
	.b14 > div > span:first-child {
		display: block;
		text-transform: uppercase;
		font-weight: bold;
	}
	.b14 > div > div {
		position: relative;
		z-index: 20;
		padding: 35px 0 12px 0;
	}
	.b14 > div > div > div {
		display: inline-block;
		text-align: left;
		min-height: 70px;
		border-radius: 4px;
		box-shadow: 0 0 12px 5px #eee;
		font-weight: lighter;
		font-size: 18px;
		line-height: 28px;
		box-sizing: border-box;
	}
	.b14 > div > div > div:first-child {
		background: #fff url(../images/b14-1.png) 22px 12px no-repeat;
	}
	.b14 > div > div > div+div {
		background: #fff url(../images/b14-2.png) 21px 12px no-repeat;
	}
	.b14 > div > div > div span {
		font-size: 26px;
		font-weight: normal;
	}
}

@media screen and (min-width: 500px) {
	.b14 > div:before {
		content: "";
		position: absolute;
		bottom: -75px;
		left: -54px;
		height: 199px;
		width: 200px;
		background: url(../images/b14-div-before.jpg) no-repeat;
		z-index: 10;
	}
	.b14 > div > div {
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.b14 {
		position: relative;
		background: #faf8f7;
		overflow: hidden;
		padding: 39px 0 54px 0;
	}
	.b14:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 54px;
		background: #fff;
	}
	.b14 > div {
		position: relative;
		max-width: 1170px;
		margin: 0 auto;
		min-height: 200px;
	}
	.b14 > div:before {
		content: "";
		position: absolute;
		bottom: -75px;
		left: -54px;
		height: 199px;
		width: 200px;
		background: url(../images/b14-div-before.jpg) no-repeat;
		z-index: 10;
	}
	.b14 > div > span:first-child {
		display: block;
		padding: 0 0 0 115px;
		text-transform: uppercase;
		font-size: 28px;
		line-height: 38px;
		font-weight: bold;
	}
	.b14 > div > div {
		position: relative;
		overflow: hidden;
		margin: 0 0 0 115px;
		margin: 0 0 0 103px;
		z-index: 20;
		padding: 35px 12px 12px 12px;
	}
	.b14 > div > div > div {
		float: left;
		min-height: 70px;
		border-radius: 4px;
		box-shadow: 0 0 12px 5px #eee;
		font-weight: lighter;
		font-size: 18px;
		line-height: 28px;
		box-sizing: border-box;
		padding: 5px 0 5px 98px;
	}
	.b14 > div > div > div:first-child {
		width: 389px;
		margin-right: 30px;
		background: #fff url(../images/b14-1.png) 22px 12px no-repeat;
	}
	.b14 > div > div > div+div {
		width: 332px;
		background: #fff url(../images/b14-2.png) 21px 12px no-repeat;
	}
	.b14 > div > div > div span {
		font-size: 26px;
		font-weight: normal;
	}
}

.b15 {
	background: #fff;
}

.b15 > div {
	padding: 21px 0 24px 0;
}

.b15 > div > span:first-child {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 50px 0;
}

@media screen and (max-width: 699px) {
	.b15 > div {
		margin: 0;
	}
	.b15 > div > span:first-child {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (min-width: 700px) {
	.b15 > div > span:first-child {
		font-size: 38px;
		line-height: 38px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.b15 > div {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1200px) {
	.b15 > div {
		width: 1170px;
		margin: 0 auto;
	}
}

.maps > div {
	vertical-align: top;
	position: relative;
	min-height: 424px;
	background: #faf8f7 url(../images/map-div.png) 16px 24px no-repeat;
	box-sizing: border-box;
	line-height: 22px;
}

.maps > div p {
	padding-bottom: 22px;
}

.maps > div > span {
	display: block;
	padding: 0 0 21px 39px;
}

.maps > div > div {
	position: relative;
	overflow: hidden;
	height: 240px;
}

@media screen and (max-width: 699px) {
	.maps {
		background: #faf8f7;
	}
	.maps > div {
		padding: 28px 10px 0 16px;
	}
	.maps > div br {
		display: none;
	}
	.maps > div > span {
		font-size: 18px;
		line-height: 30px;
	}
	.maps > div > div {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (min-width: 700px) {
	.maps > div,
	.maps > div > div {
		border-radius: 10px;
	}
	.maps > div {
		padding: 28px 10px 15px 16px;
		box-shadow: 0 5px 16px 4px #eee;
	}
	.maps > div > span {
		font-size: 26px;
		line-height: 36px;
	}
	.maps > div > div {
		margin-top: -6px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1199px) {
	.maps > div {
		margin: 0 45px 45px 45px;
	}
}

@media screen and (min-width: 1200px) {
	.maps {
		max-width: 1168px;
	}
	.maps > div {
		display: inline-block;
		width: 581px;
	}
	.maps > div:nth-child(odd) {
		margin: 0 6px 33px 0;
	}
	.maps > div:nth-child(even) {
		margin: 0 0 33px 0;
	}
	.maps > div > div {
		width: 555px;
	}
}

.totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	padding: 10px 0 11px 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #ff6c8c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 200;
}

.totop:hover {
	opacity: 0.8;
}

.ya-phone a{
	text-decoration: none;
	}
