*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

body input:focus:required:invalid, body textarea:focus:required:invalid {}
body input:required:valid, body textarea:required:valid{}

body{font-family: "RobotoRegular", sans-serif; font-size: 16px; line-height: 1;}

a{
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.input-wrap{position: relative;}

.null{padding-left: 0; padding-right: 0;}
.null-left{padding-left: 0;}
.null-right{padding-right: 0;}

#success{display: none;}
#success h4{
  font-size: 20px;
  text-align: center;
  padding: 10px 15px;
}

header{
  background: #fff;
  background: rgba(255, 255, 255, .85);
  background: linear-gradient(to top, rgba(255, 255, 255, .75), #fff);
  height: 80px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 2px solid #fff;
  z-index: 50;
}
header .logo{padding: 5px 15px;}
header .logo p{
    font: 20px/1 Calibri;
    color: #000000;
    text-align: center;
}
header .logo p span{font-weight: bold; color: #ce1545;}
header .time{text-align: center; padding-top: 15px;}
header .mail-go {
    font: 20px Calibri;
    color: #ce1545;
    text-decoration: none;
}
header .time p{
    font: 20px Calibri;
    color: #000;
}
header .time .map {
    font: 20px Calibri;
    color: #ce1545;
    background: url(../images/wrapper-a-map-ico.png) left 7px no-repeat;
    padding-left: 17px;
    text-decoration: none;
}
header .time .map span {
    border-bottom: 1px dashed #ce1545;
}
header .time .map:hover span {
    border-bottom: 1px dashed transparent;
}
header .contacts{padding-top: 10px;}
header .contacts p {
	display: inline-block;
  font: 700 26px/1 Calibri;
  color: #ce1545;
  margin-bottom: 2px;
}
header .contacts p span{
  font: 21px/1 Calibri;
  color: #000;
}
header .contacts .order-call {
	display: inline-block;
  background: url(../images/wrapper-a-phone-ico.png) 17px 6px no-repeat #ce1545;
  width: 180px;
  height: 36px;
  font: 16px/1 Calibri;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1px 0 0 40px;
  margin-top: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
header .contacts .order-call:hover {
    background-color: #a80b33;
}

.top{
	min-height: 840px;
	background: url(../images/top-bg.jpg) center top no-repeat;
	border-bottom: 4px solid #1ebef0;
}
.top h2 {
    padding-top: 160px;
    font-size: 58px;
    color: #009ee3;
    text-align: right;
}
.top h2 span {
    display: inline-block;
    color: #ce1545;
    background: url(../images/text-bg.png) -7px bottom no-repeat;
    padding-bottom: 10px;
}
.top h3 {
    font-size: 55px;
    color: #009ee3;
    font-weight: bold;
    text-align: right;
}

#top-form{
	width: 100%;
	border: 2px solid #ffffff;
	border-radius: 7px;
	background: #ffffff;
	background: rgba(255, 255, 255, .5);
	padding: 25px 25px 15px;
	margin: 20px 0;
}
#top-form .title{
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
}
#top-form .title .purple{font-weight: 500; color: #a158ab;}
#top-form .title .blue{font-weight: 500; color: #009ee3;}
#top-form .title .big-purple{
	font-size: 34px;
	font-weight: bold;
	color: #a158ab;
	text-transform: uppercase;
}
#top-form label{
	font-family: "RobotoRegular";
	display: block;
	font-size: 16px;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}
#top-form p.under{
	font-family: "RobotoRegular";
	font-size: 20px;
	color: #666666;
	text-align: center;
	padding: 15px 0;
}

.form input[type="text"], .form textarea{
	font-family: "RobotoRegular";
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #333333;
	border: 1px solid #cccccc;
	outline: none;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 10px;
}
.form textarea{
	height: 80px;
	resize: none;
	text-align: left;
	padding: 15px;
}
.form input[type="submit"]{
	display: block;
	width: 100%;
	height: 60px;
	background: #c645d7;
	background: linear-gradient(to bottom, #c847db 50%, #b132c3);
	border: none;
	border-bottom: 4px solid #9100a7;
	outline: none;
	border-radius: 7px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #5c1c65;
}
.form input[type="submit"]:hover{
	background: #e871f8;
	background: linear-gradient(to bottom, #e871f8 50%, #cf57df);
	border-bottom: 4px solid #c119da;
}

#clock p{
	display: inline-block;
	width: 38px;
	height: 58px;
	font-size: 40px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
	color: #a158ab;
	background: url(../images/timer-number.png) center center no-repeat;
}
#clock .second{background: url(../images/timer-number-2.png) center center no-repeat; margin-left: -5px;}
#clock .devider{margin-left: -8px; margin-right: -8px;}
#clock .devider p{
	display: inline-block;
	width: 20px;
	height: 58px;
	font-size: 40px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
	color: #a158ab;
	background: none;
}
#clock .line{
	width: 72px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 9px;
	z-index: 10;
}

.advantages{
	background: url(../images/adv-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	border-bottom: 4px solid #343237;
}
.advantages h1{
	font-size: 44px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 50px 15px;
}
.advantages h3{
	font-size: 24px;
	line-height: 1.2;
	color: #fdc65f;
	text-transform: uppercase;
	padding: 15px 0;
	min-height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
  justify-content: center;
}
.advantages p{
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
}
.advantages .item img{width: 100px; padding-bottom: 10px;}
.advantages .item{padding-bottom: 30px;}

.services{
background: url("../images/calculate-bg.jpg") center top no-repeat;
background-size: cover;
  padding: 55px 0 30px;
border-bottom: 4px solid #827676;
}
.services h1{
  font: 700 47px Calibri;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.services .item {
  width: 100%;
  border: 1px solid #0e0e0e;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
  background: #fff;
  margin: 0 21px 20px 0;
  position: relative;
  transition: 0.2s;
}
.services .item p.title {
    font: 700 16px/1.2 Arial;
    color: #000;
    text-transform: uppercase;
    min-height: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .item  p.b {
    font: 700 22px/1 Arial;
    color: #ce1545;
    margin: 10px 0;
}
.services .item img{width: 100%;}
.services .item .order-link {
    width: 183px;
    height: 38px;
    background: #ce1545;
    font: 18px/38px Calibri;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    display: block;
    text-decoration: none;
    margin: 10px auto;
}
.services .item .order-link:hover{
    background: #f81651;
}

.separator{padding: 75px 0;}
.separator img{width: 100%;}

.gallery h1{
	font: 700 47px Calibri;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
}
.gallery .item{margin-bottom: 30px;}
.gallery .item img{
	width: 100%;
	border-radius: 10px;
	opacity: .8;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.gallery .item img:hover{opacity: 1;}
.gallery .show-more {
    display: block;
    font: 20px/40px Calibri;
    color: #ffffff;
    background: #ce1545;
    width: 280px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    margin: 10px auto;
}
.gallery .show-more:hover{background: #990033;}
.gallery .hidden-block{display: none;}

.trust{
    margin-top: 40px;
    border-top: 4px solid #cccccc;    
    background: url(../images/wrapper-c-bg.png) center top no-repeat;
}
.trust h1{
	font: 700 47px Calibri;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
}
.trust .select-us {
    position: relative;
    width: 100%;
    min-height: 670px;
    overflow: hidden;
}
.trust .select-us .item {
    position: absolute;
    width: 330px;
    text-align: center;
}
.trust .select-us .item.a {
    left: 73px;
    top: 49px;
}
.trust .select-us .item.b {
    left: -27px;
    top: 270px;
}
.trust .select-us .item.c {
    left: 73px;
    top: 471px;
}
.trust .select-us .item.d {
    left: 615px;
    top: 49px;
}
.trust .select-us .item.e {
    left: 718px;
    top: 270px;
}
.trust .select-us .item.f {
    left: 615px;
    top: 471px;
}
.trust .select-us .item .ico {
    background: #5a0010;
    border-radius: 50%;
    width: 100px;
    height: 101px;
    margin: 0 auto;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
}
.trust .select-us .item .ico span{
  background: url(../images/wrapper-c-icons.png) no-repeat;
  width: 100px;
  height: 101px;
  display: block;
  animation: rotate 2.5s infinite linear;
  -moz-animation: rotate 2.5s infinite linear;
  -webkit-animation: rotate 2.5s infinite linear;
}
.trust .select-us .item.b .ico span {
    background-position: 0 -101px;
}
.trust .select-us .item.c .ico span {
    background-position: 0 -202px;
}
.trust .select-us .item.d .ico span {
    background-position: 0 -303px;
}
.trust .select-us .item.e .ico span {
    background-position: 0 -404px;
}
.trust .select-us .item.f .ico span {
    background-position: 0 -505px;
}
.trust .select-us .item .text p {
    font: 700 20px/1 Calibri;
    color: #000;
}
.trust .select-us .item .text span {
    color: #ce1545;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
}
.trust .select-us .center-text {
    background: url(../images/preim.png) no-repeat 0 0;
    width: 290px;
    height: 305px;
    margin: 200px auto 0;
}

.work{
	background: url(../images/work-bg.jpg) center top no-repeat;
background-size: cover;
	width: 100%;
	min-height: 650px;
	overflow: hidden;
	position: relative;
padding: 50px 0;
border-top: 4px solid #827676;
border-bottom: 4px solid #827676;
}
.work .container{background: url(../images/wrapper-k-bg.jpg) center 126px no-repeat; min-height: 650px;}
.work h1{
	font: 700 47px Calibri;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.work .lines{position: relative;}
.work .lines .item.a {
    left: 26px;
    top: 103px;
}
.work .lines .item.b {
    left: 136px;
    top: 254px;
}
.work .lines .item.c {
    left: 297px;
    top: 398px;
}
.work .lines .item.d {
    left: 576px;
    top: 254px;
}
.work .lines .item.e {
    left: 838px;
    top: 398px;
}
.work .lines .item {
    position: absolute;
}
.work .lines .item .title .number {
    text-shadow: #fff 1px 0, #fff 1px 1px, #fff 0 1px, #fff -1px 1px, #fff -1px 0, #fff -1px -1px, #fff 0 -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, 0 4px 7px rgba(0, 0, 0, .5);
    -webkit-text-shadow: #fff 1px 0, #fff 1px 1px, #fff 0 1px, #fff -1px 1px, #fff -1px 0, #fff -1px -1px, #fff 0 -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, 0 4px 7px rgba(0, 0, 0, .5);
    -moz-text-shadow: #fff 1px 0, #fff 1px 1px, #fff 0 1px, #fff -1px 1px, #fff -1px 0, #fff -1px -1px, #fff 0 -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, 0 4px 7px rgba(0, 0, 0, .5);
    -o-text-shadow: #fff 1px 0, #fff 1px 1px, #fff 0 1px, #fff -1px 1px, #fff -1px 0, #fff -1px -1px, #fff 0 -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, 0 4px 7px rgba(0, 0, 0, .5);
    -ms-text-shadow: #fff 1px 0, #fff 1px 1px, #fff 0 1px, #fff -1px 1px, #fff -1px 0, #fff -1px -1px, #fff 0 -1px, #fff 1px -1px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, #fff 0 0 3px, 0 4px 7px rgba(0, 0, 0, .5);
    font: 700 70px Calibri;
    color: #ce1545;
    float: left;
}
.work .lines .item .title .descr {
    float: left;
    font: 700 22px Calibri;
    color: #fff;
    text-transform: uppercase;
    margin: 19px 0 0 17px;
}
.work .lines .item .title .descr span {
    font-size: 20px;
    color: #ce1545;
}
.work .order-form {
    background: #fff;
    width: 287px;
    height: 223px;
    border: 3px solid #ce1545;
    position: absolute;
    right: 78px;
    top: 64px;
    text-align: center;
}
.work .order-form .order-link, .item .order-link {
    width: 183px;
    height: 38px;
    background: #ce1545;
    font: 18px/38px Calibri;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    display: block;
    text-decoration: none;
    margin: 30px auto 10px;
}
.work .order-form p.a {
    font: 700 18px Calibri;
    color: #000;
    text-transform: uppercase;
}
.work .order-form p.b {
    font: 24px Calibri;
    color: #000;
}
.work .order-form p.b span {
    font: 700 30px Calibri;
    color: #ce1545;
}
.work .lines .item .text {
    font: 18px/1 Calibri;
    color: #000;
    padding-left: 10px;
}
.work .lines .item .title {
    overflow: hidden;
}
.prices{
background: url("../images/calculate-bg.jpg") center top no-repeat;
background-size: cover;
  padding: 55px 0 80px;
}
.prices h1{
	font: 700 47px Calibri;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.price-table {
    width: 100%;
    margin-bottom: 30px;
background: #ffffff;
}
.price-table th {
    background: #bf1519;
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 16px 0px 15px 0px;
    letter-spacing: 0.2px;
    text-align: center;
}
.price-table td:first-child {
    text-align: left;
    border-left: 1px solid #908373;
}
.price-table td {
    text-align: center;
    width: 25%;
    padding: 8px 20px;
    border-right: 1px solid #908373;
    border-bottom: 1px solid #908373;
}

.add{
	background: url(../images/wrapper-m-bg.png) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 557px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	padding-top: 107px;
	padding-bottom: 30px;
margin-top: -115px;
}
.add h3{
	font: 700 44px Calibri;
	text-transform: uppercase;
	color: #f90;
	margin: 15px 0 5px;
}
.add p.a {
    font: 700 32px Calibri;
    color: #ff9f40;
    margin-bottom: 35px;
}
.add p.a span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.add .item img{width: 100%; border: 1px solid #ffffff; border-radius: 10px;}
.add .go-kitchens {
    width: 316px;
    height: 51px;
    text-align: center;
    font: 22px/51px Calibri;
    color: #000;
    text-decoration: none;
    background: #f90;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    display: block;
    margin: 50px auto;
}

.map h3{
	font: 700 47px Calibri;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
}
.map .contact-form {
	background: #fff;
	background: rgba(255, 255, 255, .5);
	width: 381px;
	height: 486px;
	box-shadow: 0 0 10px #cccccc;
	float: right;
	position: relative;
	z-index: 5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	text-align: center;
}
.map .contact-form form {
	background: #fff;
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	width: 100%;
	height: 476px;
	padding-top: 10px;
}
.map .contact-form .shade {
	background: url(../images/wrapper-n-shade.png) no-repeat;
	width: 389px;
	height: 20px;
	left: 50%;
	bottom: -20px;
	margin-left: -194px;
	position: absolute;
}
.map .contact-form p.a {
	font: 700 24px/1 Calibri;
	color: #000;
	text-transform: uppercase;
}
.map .contact-form p {
	margin-bottom: 5px;
}
.map .contact-form p {
    margin-bottom: 5px;
}
.map .contact-form p.b span {
    font: 700 30px/1 Calibri;
    color: #ce1545;
}
.map .contact-form p.c {
    background: #ce1545;
    padding: 2px 10px 4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    font: 18px Calibri;
    color: #fff;
    overflow: hidden;
    display: inline-block;
}
.map .contact-form p.d {
    font: 18px Calibri;
    color: #000;
    background-color: white;
}
.map .contact-form p.d span {
    font: 700 23px Calibri;
}
.map .contact-form p.e {
    font: 18px Calibri;
    color: #000;
    text-transform: uppercase;
}
.map .contact-form .form-group {
    margin-bottom: 10px;
}
.map .contact-form .form-group {
    position: relative;
}
.map .contact-form label {
    font: 700 18px Calibri;
    color: #000;
    display: block;
}
.map .contact-form .input-text {
    width: 319px;
    height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    margin: 0 auto;
}
.input-text {
    position: relative;
    background: #fff;
}
.map .contact-form span.placeholder {
    font: 24px/35px Calibri;
    padding-left: 50px;
}
.map span.placeholder {
    position: absolute;
    display: block;
    height: 35px;
    font: 18px/35px Calibri;
    color: #999;
    text-align: left;
    padding-left: 10px;
    left: 0;
    top: 0;
}
.map .contact-form span.placeholder span {
    display: block;
    float: right;
    margin: 5px 0 0 18px;
}
.map .contact-form input[type=text] {
    width: 269px;
    height: 35px;
    padding: 0 0 0 50px;
    font: 24px/35px Calibri;
}
.map .input-text input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    font: 18px/35px Calibri;
    color: #555;
    background: 0 0;
    border: none;
}
.map .contact-form textarea {
    width: 309px;
    height: 101px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    resize: none;
    font: 18px Calibri;
    color: #333;
    padding: 5px;
}
.map .contact-form input[type=submit] {
    width: 321px;
    height: 42px;
    font: 22px Calibri;
    color: #fff;
    background: #ce1545;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    border: none;
}
.map .contact-form input[type=submit]:hover {
    background: #903;
}
.map .address {
    position: absolute;
    bottom: 20px;
    padding-left: 250px;
}
.map .address p {
    font: 30px Calibri;
    color: #999;
    text-align: center;
}
.map .address p span {
    font-style: italic;
    font-size: 24px;
}
.map, .map .container{position: relative;}

#map-block {
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	top: 170px;
	z-index: 1;
}

footer{
	background: #666666;
	min-height: 100px;
	margin-top: 50px;
	padding: 15px 0;
	overflow: hidden;
}
footer .copy {
  float: left;
  margin: 20px 0 0 4px;
}
footer .copy p {
  font: 16px Calibri;
  color: #999999;
}
footer .container{position: relative;}

#top{
	cursor: pointer;
  position: absolute;
  left: 50%;
  top: 20px;
  background: url(../images/wrapper-o-arr.png) no-repeat;
  padding-left: 69px;
  height: 47px;
  display: block;
  font: 700 40px Calibri;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: -100px;
}

#order-form{
  display: none;
  padding: 30px;
  min-width: 300px;
}
#order-form .title{
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
#order-form input[type="text"], #top-form input[type="text"]{
  margin-bottom: 20px;
}
#order-form label.error, #top-form label.error, #q-form label.error{
  font-size: 12px;
  color: #9100a7;
  position: absolute;
  top: 40px;
  left: 0;
}
#q-form label.error{top: 32px;}
#q-form input, #q-form textarea{outline: none;}