html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: sans-serif;
}
body {
	background: #f8f7eb url(../images/bg.jpg) repeat-y top center;
	color: #9b7d57;
	font-family: sans-serif;
	font-size: 15px;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	overflow-x: hidden;
}
body.no-scroll {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	font-weight: normal;
	font-style: normal;
	color: #9b7d57;
	font-family: sans-serif;
}
h1 {
	font-size: 30px;	
	line-height: 35px; 
	text-transform: uppercase;
}
h2 {
	font-size: 22px;	
	line-height: 35px;
}
img {
	border: none;
	max-width: 100%;
	height: auto !important;
}
textarea, input, select, radio, button {
	outline: none;
	font-family: sans-serif;
	font-size: 15px;
}
a {
	color: #9b7d57;
}
a:hover {
	text-decoration: none;
}
p {
	font-family: sans-serif;
	line-height: 23px;
	color: #9b7d57;
}
div {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* Враппер */
.wrapper {
	width: 990px;
	margin: 0 auto;
    min-height: 100%;
    margin-bottom: -290px;
}
* html .wrapper {
    height: 100%;
}
.buffer {
    height: 290px;
}
/* Мобальное меню */
.mobilemenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background: #f8f7eb;
	z-index: 1;
	display: none;
}
.mobilemenu.open {
	display: none;
}
.mobilemenu .wrapper {
	padding-bottom: 30px;
}
.mobilemenu .logo {
	float: left;
	margin: 36px 0 0 0;
	padding-right: 24px;
	border-right: 2px solid #9b7d57;
}
.mobilemenu-navigation {
	margin: 50px 0 0 0;
}
.mobilemenu-navigation ul {
	margin: 0 0 40px;
	padding: 0 0 40px 10px;
	list-style: none;
	border-bottom: 1px solid #B19875;
}
.mobilemenu-navigation li + li {
	margin-top: 10px;
}
.mobilemenu-navigation a {
	text-decoration: none;
}
.mobilemenu p {
	margin: 5px 0;
}

.slider-buttons {
	display: none;
}


.map.placemapdealer {
	height: 180px;
	margin-top: 0px;
}



.arrow-shop {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translateY(-16px);
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid rgba(177, 152, 117, 0.27);
	border-radius: 50%;
}
.arrow-shop-left {
	left: 10px;
}
.arrow-shop-right {
	right: 10px;
}
.arrow-shop:hover path {
	stroke: rgba(207, 83, 68, 1);
}




/* Шапка */
.header .logo {
	float: left;
	margin: 36px 0 0 0;
	padding-right: 24px;
	border-right: 2px solid #9b7d57;
}
.logo img {
	width: 269px;
}
.navigation {
	float: left;
	padding: 21px 0;
	margin-top: 52px;
}
.navigation ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
}
.navigation li {
	display: inline-block;
	padding: 0 14px;
}
.navigation a {
	font-size: 19px;
	text-decoration: none;
	color: #b19875;
}
.navigation a:hover, .navigation li.active a {
	color: #b55446;
}
.openmenu {
	display: none;
}

/* Блог */
.item-blog {
	/*margin-left: 40px;*/
	border-top: 1px solid #9b7d57;
	padding: 25px 0;
}
.item-blog .image {
	width: 200px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
.item-blog .blog-cont {
	width: 430px;
	float: right;
}
.item-blog .blog-cont.without {
	width: 100%;
	float: right;
}

.img-blog {
	float: left;
	margin-right: 30px;
}

.item-blog a {
	text-decoration: none;
}
.item-blog h2 {
	font-size: 25px;
	margin: 0 0 15px;
	line-height: 25px;
}
.item-blog .date {
	margin: 0;	
	line-height: 40px;
	font-size: 13px;
	margin-bottom: 15px;
	color: #303030;
}
.item-blog .announce p, .item-blog .announce {
	font-size: 15px;
}
.item-blog .announce p {
	margin: 0;
}
.item-blog a.more {
	margin-top: 15px;
	display: inline-block;
	background: #b55446;
	color: #fff;
	border-radius: 3px;
	line-height: 35px;
	padding: 0 17px;
	font-size: 14px;
	font-weight: bold;
}

/* Контент */
.content {
	margin-bottom: 100px;
}
h1.title {
	margin: 70px 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #9b7d57;
	font-weight: 700;
}
.content p {
	font-size: 18px;
	line-height: 25px;
}

/* Каталог */
.sidebar {
	width: 290px;
	float: left;
	margin-top: 60px;
}
.sidebar .none {
	display: none;
}
.sidebar ul a {
	text-decoration: none;
	margin: 0;
	display: block;
	position: relative;
	z-index: 2;
	cursor: pointer;
	border-left: 3px solid transparent;
	padding: 0 10px 0 20px;
}
.sidebar a:hover {
	color: #b55446;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	line-height: 45px;
	position: relative;
	font-size: 16px;
}
.sidebar li span {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}
.sidebar li+li {
	border-top: 1px solid #cbb598;
}
.sidebar li ul {
	border-top: 1px solid #cbb598;
	padding: 10px 20px; 
}
.sidebar li li {
	border: none;
	border-left: 3px solid transparent;
	font-size: 14px;
}
.sidebar li.active > a {
	border-left: 3px solid #b55446;
}
.sidebar li ul li a {
	line-height: 35px;
}
.sidebar li ul li+li a {
	border-top: 1px solid #cbb598;
}
.cont {
	width: calc(100% - 320px);
	float: right;
}
.cont h1.title {
	margin-bottom: 0px;
}
.breadcrumbs {
	float: left;
	width: 370px;
	font-style: italic;
}
.prod-bread {
	width: 100%;
}
.pagers-nav {
	float: right;
	width: 300px;
}
.pagers-nav ul {
	text-align: right;
	margin: 18px 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -2px;
}
.pagers-nav li {
	display: inline-block;
	padding: 4px;
	font-size: 13px;
}
.pagers-nav li.active {
	background: #b55446;
	color: #fff;
	position: relative;
	border-radius: 3px;
	padding: 4px 8px;
}
.pagers-nav li.active:after {
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b55446;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
}
.pagers-nav a {
	text-decoration: none;
	color: #808080;
}
.pagers-nav a:hover {
	color: #b55446;
}

.products {
	margin-left: -40px;
}
.products .line {
	border-top: 1px solid #9b7d57;
	margin-bottom: 70px;
	margin-left: 40px;
}
.product {
	float: left;
	margin: 0 0 40px 40px;
	width: calc(100% / 3 - 40px);
	height: 260px;
}
.product a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.product .img-block {
	height: 185px;
}
.product img {
	width: 100%;
}
.product p {
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
}
.product .prod-title {
	font-size: 14px;
	line-height: 24px;
	color: #303030;
}
.product.new p {
	color: #b55446;
}
.product.new .prod-title {
	color: #9b7d57;
	display: inline-block;
}
.product.new .prod-title span {
	font-weight: 700;
	text-transform: uppercase;
	color: #b55446;
	font-size: 11px;
	border: 1px solid #b55446;
	border-radius: 3px;
	padding: 1px 3px;
	line-height: 15px;
	padding-top: 2px;
	margin-left: 5px;
}

/* Страница товара */
.page-prod-once {
	margin-left: 0;
}
.page-prod-once .line {
	margin-left: 0;
	margin-bottom: 40px;
}
.page-prod-once  .clearfix {
	margin-bottom: 40px;
}

.prod-once-left {
	width: 430px;
	float: left;
}
.prod-once-right {
	width: 200px;
	float: right;
}
.prod-once-right p {
	font-size: 15px;
}
.prod-once-right span {
	text-transform: uppercase;
}
.prod-once-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.prod-once-right li {
	padding: 5px 0;
}
.prod-once-right li+li {
	border-top: 1px solid #9b7d57;
}

.prod-text p {
	font-size: 15px;
}


/* Слайдер */
.slider {
	margin-top: 50px;
}
.slider-desc {
	float: left;
	width: 400px;
}
.slider-img {
	width: 560px;
	float: right;
	text-align: center;
}
.slider h2 {
	font-size: 36px;
	font-family: 'open_sanslight';
	color: #b19875;
}
.slider p {
	color: #b19875;
	font-size: 17px;
	margin: 25px 0;
}
.slider .more {
	font-family: 'veryberrypro';
	color: #b55446;
	font-size: 26px;
	font-weight: 600;
}

/* Страница заказа пирога */
.block-for-order {
	margin-top: -40px;
}
.form {
	width: 450px;
	margin-left: -10px;
	margin-right: 30px;
}
p.desc-as {
	text-align: center;
}
.form input, .form textarea {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 10px 15px;
	font-size: 19px;
	margin: 5px 10px;
	width: 450px;
	color: #9b7d57;
}
.form .w610 {
	width: 610px;
	float: none;
}
.form textarea {
	width: 450px;
	float: none;
	resize: none;
	height: 130px;
}
/*.form button {
	float: right;
	cursor: pointer;
	margin-right: 69px;
	background: #b55446;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 0 18px;
	line-height: 50px;
	border-radius: 3px 0 0 3px;
	border: none;
	border-right: 1px solid #a34b3f;
	position: relative;
}
.form button:after {
	content: '';
	background: #b55446 url(../images/next.png) no-repeat 20px 17px;
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #c17165;
	width: 48px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -50px;
}*/

.success {
	margin-left: 10px;
}

/* Навигация продукции */
.products-nav {
	margin: 42px 0 60px -18px;
	padding: 0;
	list-style: none;
}
.products-nav li {
	font-family: 'veryberrypro';
	font-size: 19px;
	line-height: 17px;
	font-weight: 600;
	width: calc(100% / 6 - 18px);
	height: 145px;
	text-align: center;
	float: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	display: table;
	padding-top: 5px;
	margin-left: 18px;
	margin-top: 18px;
}
.products-nav .nav-img {
	display: table-cell;
	height: 110px;
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.products-nav img {
	max-height: 100px;
	max-width: 100px;
}
.products-nav span {
	display: block;
}
.products-nav a {
	text-decoration: none;
	color: #b19875;
}

/* Индекс контент */
.index-content {
	margin-bottom: 60px;
}

/* Заказ пирога */

.count-order-str {
	color: #000;
	margin: 20px 0;
	font-size: 16px !important;
}



.table-order {
	width: 100%;
	color: #000;
}
.table-order td {
	vertical-align: middle;
	padding: 10px 0;
	border-bottom: 1px solid #eaeae9;
}
.table-order th {
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeae9;
	padding: 20px 0;
	font-weight: normal;
	font-size: 13px;
	color: #808080;
}

.center-text {
	text-align: center !important;
	width: 100px;
}
.count-block {
	background: #f9f9f9;
	border: 1px solid #eaeae9;
	border-radius: 18px;
	margin: 0 auto;
	width: 95px;
}
.count-block input {
	width: 36px;
	height: 28px;
	border: none;
	border-left: 1px solid #eaeae9;
	border-right: 1px solid #eaeae9;
	background: #fff;
	text-align: center;
	float: left;
	color: #aaaaaa;
	font-size: 13px;
	font-weight: bold;
}
.count-block a {
	text-decoration: none;
	line-height: 30px;
	display: block;
	float: left;
	width: 24px;
	text-align: center;
	font-weight: bold;
	color: #aaaaaa;
}


.select-pie {
	display: block;
	background: #d7d7d7 url(../images/select.png) no-repeat 5px 6px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	cursor: pointer;
	margin: 0 auto;
}
.select-pie.active {
	background-color: #009640;
}
.znak {
	color: #d8d8d8;
	text-align: center;
}

.price-order {
	color: #000;
	font-size: 22px;
	text-align: center;
}


.order-sum {
	text-align: right;
	color: #808080;
	margin: 35px 0;
	font-size: 17px;
}
.order-sum span {
	color: #303030;
	font-size: 32px;
	font-weight: bold;
}


.otpravka {
	float: right;
	cursor: pointer;
	margin-right: 49px;
	background: #1bb869;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 0 18px;
	line-height: 50px;
	border-radius: 3px 0 0 3px;
	border: none;
	border-right: 1px solid #18a75f;
	position: relative;
}
.otpravka:after {
	content: '';
	background: #1bb869 url(../images/next.png) no-repeat 20px 17px;
	border-radius: 0 3px 3px 0;
	border-left: 1px solid #43c583;
	width: 48px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -50px;
}

.otpravka.more {
	display: none;
}

.otpravka.send {
	margin-right: 8px;
}

.back {
	float: left;
	cursor: pointer;
	margin-left: 58px;
	background: #c3c3c3;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 0 18px;
	line-height: 50px;
	border-radius: 0 3px 3px 0;
	border: none;
	border-left: 1px solid #e3e3e3;
	position: relative;
}
.back:before {
	content: '';
	background: #c3c3c3 url(../images/back.png) no-repeat 20px 17px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #a9a9a9;
	width: 48px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -50px;
}


.step {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #f9faf9;
}
.step li {
	display: block;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	line-height: 65px;
	font-size: 20px;
	color: #808080;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 1;
}
.step li.active {
	z-index: 2;
	background: #cf5344;
	color: #fff;
	font-weight: bold;
}
.step li.active.first:before {
	content: '';
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 12px solid #cf5344;
    border-bottom: 33px solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}


.step li.active.third:before {
	content: '';
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-right: 12px solid #cf5344;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: 0;
    left: -12px;
}
.step li.active.third:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 12px solid #cf5344;
    border-bottom: 33px solid transparent;
    position: absolute;
    top: 0;
    left: -12px;
}


.step li.active i {
	border-color: #e7a9a2;
	position: relative;
}
.step li.active i:before {
	content: '';
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 6px solid #e7a9a2;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 14px;
    right: -7px;
}
.step li.second:before {
	content: '';
	display: block;
	width: 16px;
	height: 65px;
	background: url(../images/step-arr.png) no-repeat 0 0;
	position: absolute;
	left: -8px;
	top: 0;
}
.step li.second:after {
	content: '';
	display: block;
	width: 16px;
	height: 65px;
	background: url(../images/step-arr.png) no-repeat 0 0;
	position: absolute;
	right: -8px;
	top: 0;
}



.step li.second.active:before {
	content: '';
    width: 12px;
    height: 65px;
    background: #cf5344 url(../images/arrrr.png) no-repeat 0 0;
	border: none;
    position: absolute;
    top: 0;
    left: -12px !important;
}
.step li.second.active:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 12px solid #cf5344;
    border-bottom: 33px solid transparent;
    position: absolute;
    top: 0;
    right: -12px !important;
	
	/*content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 12px solid #cf5344;
    border-bottom: 33px solid transparent;
    position: absolute;
    top: 0;
    left: -12px;*/
}

.step li i {
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #d4d4d3;
	border-radius: 20px;
	margin-right: 15px;
}
.step li.ok i {
	background: url(../images/ok-step.png) no-repeat 0 0;
	content: '';
	border: 2px solid #1bb869;
}

.block-stock-order {
	width: 240px;
	float: left;
}
.stock {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	margin-top: 30px;
}
.stock img {
	vertical-align: top;
}
.order {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	background: #f0e1c0 url(../images/order-bg.jpg);
	text-align: center;
	padding: 30px;
}
.order h2 {
	font-weight: 700;
    line-height: 48px;
    padding-top: 2px;
    font-size: 20px;
    margin: 0 -30px 20px;
    background-color: #B55446;
    color: #fff;
    position: relative;
}
.order h2:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -11px;
	width: 11px;
	height: 48px;
	background: url(../images/order.png) no-repeat 0 0;
}
 .order h2:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -11px;
	width: 11px;	
	height: 48px;
	background: url(../images/order.png) -11px 0;
}
.order p {
	font-size: 17px;
	line-height: 25px;
	color: #000;
}
.order a {
	background: #b55446;
	display: block;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	border-radius: 3px;
}
.order a:hover {
	background: #944034;
}


.block-ajax {
	display: none;
}
.block-ajax.active {
	display: block;
}

/* Партнерам */
.partner-l {
	width: 49%;
	float: left;
}
.partner-r {
	width: 49%;
	float: right;
}
.docs {
	margin-left: 20px;
}
.docs a {
	display: inline-block;
	margin-right: 10px;
	background: #b55446;
	line-height: 20px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .24);
	padding: 15px 24px 15px 56px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}
.docs i {
	display: block;
	width: 22px;
	height: 28px;
	position: absolute;
	top: 11px;
	left: 24px;
	background: url(../images/doc.png) no-repeat 0 0;
}
.map {
	margin-top: 30px;
}
.map h2 {
	font-size: 34px;
	line-height: 50px;
}
.print {
	text-align: right;
}
.print a {
	line-height: 80px;
	text-decoration: none;
	position: relative;
}
.print i {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -3px;
	left: -35px;
	background: url(../images/print.png) no-repeat 0 0;
}

/* Приветствие */
.welcome {
	width: 715px;
	float: right;
}
.welcome .comment {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	border-radius: 5px;
	padding: 30px 35px;
	font-size: 17px;
	line-height: 26px;
	position: relative;
	background: url(../images/bg_left.png) no-repeat 25px top,
                #fff url(../images/bg_right.png) no-repeat 580px bottom; 
}
.welcome .comment:before {
	content: '';
	display: block;
	width: 54px;
	height: 29px;
	position: absolute;
	left: 128px;
	bottom: -22px;
	background: url(../images/qoute_before.png) no-repeat;
}
.author-comment {
	margin: 20px 0 0 35px;
}
.author-comment .image-quote {
	width: 115px;
	height: 115px;
	border-radius: 60px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.author-comment p {
	margin: 0;
}

.name-author {
	font-size: 24px;
	padding-top: 28px;
	line-height: 34px;
}
.signature-author {
	text-transform: uppercase;
	font-size: 14px;
}

/* Где купить? */
.where {
	margin-bottom: 100px;
}
.where .line {
	background: #9b7d57;
	width: 60px;
	height: 2px;
	margin: 0 auto 25px;
}
.where h2 {
	text-align: center;
	color: #b19875;
	margin-top: 20px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
}
.where h3 {
	text-align: center;
	color: #b19875;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.shops-wrapper {
	margin: 70px 0 -50px -50px;
	overflow-x: hidden;
}
.shop-index {
	margin: 0 0 50px 50px;
	width: calc(100% / 2 - 50px);
	float: left;
}
.shop-index h2 {
	text-align: left;
	margin: 0 0 10px;
	line-height: 25px;
	font-size: 21px;
	color: #9b7d57;
	font-weight: 700;
}
.shop-index .shop-image {
	width: calc(50% - 30px);
	margin-right: 30px;
	float: left;
	position: relative;
}
.shop-index .shop-image img {
	width: 100%;
	height: auto;
}
.shop-image a {
	display: block;
	float: left;
	position: relative;
	width: 300px;
}

.shop-index .shop-image a {
	width: 220px;
}


/* Магазины */
.page .title {
	margin-bottom: 50px;
}
.shop {
	/* overflow: hidden; */
}
.shop+.shop {
	margin-top: 32px;
}
.shop .shop-image {
	width: 350px;
	float: left;
	position: relative;
	margin-right: 30px;
}
.shop h2 {
	font-size: 26px;
    color: #9b7d57;
    line-height: 30px;
    font-weight: normal;
    margin: 20px 0 5px;
}
.shop p {
	font-weight: 700;
	font-size: 14px;
	color: #b55446;
	margin: 10px 0;
}
.shop strong {
	color: #9b7d57;
}


/* Подвал сайта */
.footer {
	height: 290px;
	background: url(../images/footer.png) no-repeat top center;
	text-align: center;
	padding-top: 25px;
	position: relative;
}
.footer a.logo {
	display: inline-block;
	float: none;
	margin: 0;
}
.footer a.logo img {
	height: 35px !important;
	width: auto !important;
	
}
.footer p {
	color: #e2e2e1;
	font-size: 25px;
	line-height: 33px;
	margin: 5px;
}
.footer p.phone {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	position: relative;
	margin: 10px 0;
}
.footer p.develop {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0;
	margin-left: -100px;
	line-height: 15px;
}

/*.footer p.phone:after {
	content: 'Круглосуточно';
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: 180px;
}*/


/* Клир */
.clear {
	clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
