@import "http://webfonts.ru/import/osans.css";
* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'lighthausregular';
  font-size: 14px;
  overflow-x: hidden;
}

.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

input[type="submit"] {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.block-title {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 50px;
  background: url("../images/title-bg.png") center bottom no-repeat;
  text-align: center;
  font-family: 'lighthausregular';
}

header {
  height: 52px;
  background: url("../images/header/bg.png") repeat-x;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  text-align: center;
}

header .logo {
  float: left;
  margin-top: 3px;
}

header .menu {
  display: inline-block;
  margin-top: 12px;
}

header .menu a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  border-bottom: 1px dotted #fff;
}

header .menu a:last-child {
  margin-right: 0;
}

header .menu a:hover {
  border-color: transparent;
}

header .contact {
  float: right;
  margin-top: 8px;
}

header .contact p {
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

header .contact a {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe7a0+0,ffc418+10,eeae02+100 */
  background: #ffe7a0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe7a0), color-stop(10%, #ffc418), color-stop(100%, #eeae02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a0', endColorstr='#eeae02',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #eeae02;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.atm {
  height: 647px;
  background: url("../images/atm/bg.png") center no-repeat;
  margin-top: 48px;
  z-index: 2;
  position: relative;
}

.atm .title {
  width: 453px;
  height: 453px;
  border: 15px solid #fff;
  float: left;
  margin-top: 67px;
  text-align: center;
  line-height: 453px;
}

.atm .title h1 {
  display: inline-block;
  margin-top: 15px;
  padding-top: 45px;
  font-size: 55px;
  width: 390px;
  height: 390px;
  border: 1px solid #a4b9b7;
  text-transform: uppercase;
  color: #fff;
  line-height: 75px;
}

.atm img {
  position: relative;
  top: 30px;
  right: -45px;
}

.box {
  padding: 130px 0 60px;
  background: url("../images/box/bg.jpg") center no-repeat;
  height: 930px;
  margin-top: -60px;
  z-index: 1;
}

.box .description {
  margin-top: 45px;
  overflow: hidden;
}

.box .description img {
  float: left;
  margin-top: 50px;
}

.box .description .descript {
  float: right;
  margin-right: 20px;
  width: 400px;
}

.box .description .descript .descript-item {
  margin-bottom: 40px;
  position: relative;
}

.box .description .descript .descript-item p {
  font-size: 24px;
  text-transform: uppercase;
  color: #876327;
  margin-bottom: 10px;
}

.box .description .descript .descript-item span {
  font-size: 18px;
  font-family: 'Open Sans';
  color: #2e2e2e;
}

.box .description .descript .descript-item:first-child:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -240px;
  width: 229px;
  height: 175px;
  background: url("../images/box/line1.png") center no-repeat;
}

.box .description .descript .descript-item:nth-child(2):before {
  content: "";
  position: absolute;
  top: 10px;
  left: -240px;
  width: 229px;
  height: 175px;
  background: url("../images/box/line1.png") center no-repeat;
}

.box .description .descript .descript-item:nth-child(3):before {
  content: "";
  position: absolute;
  top: 10px;
  left: -240px;
  width: 229px;
  height: 175px;
  background: url("../images/box/line1.png") center no-repeat;
}

.box .description .descript .descript-item:nth-child(4):before {
  content: "";
  position: absolute;
  top: 15px;
  left: -240px;
  width: 229px;
  height: 62px;
  background: url("../images/box/line4.png") center no-repeat;
}

.box-size {
  font-size: 0;
  padding-top: 60px;
}

.box-size .box-item {
  display: inline-block;
  overflow: hidden;
}

.box-size .box-item .height {
  display: inline-block;
  width: 60px;
  vertical-align: bottom;
}

.box-size .box-item .height p {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
}

.box-size .box-item .height p span {
  font-size: 14px;
}

.box-size .box-item img {
  display: inline-block;
  margin-left: -20px;
}

.box-size .box-item .width {
  float: right;
  font-size: 32px;
  height: 50px;
  padding-top: 20px;
  text-align: center;
}

.box-size .box-item .width span {
  font-size: 14px;
}

.box-size .grand {
  width: 510px;
  margin: 0 50px 0 20px;
}

.box-size .grand .height1 {
  height: 445px;
  background: url("../images/box-size/height1.png") right center no-repeat;
  line-height: 430px;
}

.box-size .grand .height2 {
  height: 335px;
  background: url("../images/box-size/height2.png") right center no-repeat;
  line-height: 320px;
}

.box-size .grand .width {
  width: 275px;
  background: url("../images/box-size/width1.png") center top no-repeat;
  margin: 20px 80px 0 0;
}

.box-size .standart {
  width: 390px;
}

.box-size .standart .height1 {
  height: 310px;
  background: url("../images/box-size/height3.png") right center no-repeat;
  line-height: 300px;
}

.box-size .standart .height2 {
  height: 225px;
  background: url("../images/box-size/height4.png") right center no-repeat;
  line-height: 210px;
}

.box-size .standart .width {
  width: 185px;
  background: url("../images/box-size/width2.png") center top no-repeat;
  margin: 20px 65px 0 0;
}

.connect {
  height: 343px;
  background: url("../images/contact/bg.png") center no-repeat;
  text-align: center;
}

.connect .title {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 140px;
}

.connect a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 30px;
  padding: 22px 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.assortment {
  padding: 60px 0 45px;
  text-align: center;
  background: url("../images/box/bg.jpg");
}

.assortment .assortment-items {
  font-size: 0;
  margin-top: 40px;
}

.assortment .assortment-items .assortment-item {
  display: inline-block;
  width: 230px;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.assortment .assortment-items .assortment-item:nth-child(4n) {
  margin-right: 0;
}

.assortment .assortment-items .assortment-item .img {
  line-height: 250px;
  text-align: center;
}

.assortment .assortment-items .assortment-item .img img {
  display: inline-block;
  vertical-align: middle;
}

.assortment .assortment-items .assortment-item .name {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}

.assortment .order {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  color: #fff;
  padding: 20px 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #a38345;
}

.payment {
  padding: 60px 0 55px;
  text-align: center;
}

.payment .payment-items {
  font-size: 0;
  margin: 43px 0 50px;
  text-align: center;
}

.payment .payment-items .payment-item {
  display: inline-block;
  width: 180px;
  text-align: center;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}

.payment .payment-items .payment-item:nth-child(odd):after {
  content: "";
  width: 85px;
  height: 23px;
  background: url("../images/payment/arrow-upper.png") center no-repeat;
  position: absolute;
  top: 0;
  right: -53px;
}

.payment .payment-items .payment-item:nth-child(even):after {
  content: "";
  width: 85px;
  height: 23px;
  background: url("../images/payment/arrow-lower.png") center no-repeat;
  position: absolute;
  bottom: 90px;
  right: -53px;
}

.payment .payment-items .payment-item:last-child:after {
  display: none;
}

.payment .payment-items .payment-item:last-child {
  margin-right: 0;
}

.payment .payment-items .payment-item img {
  margin-bottom: 13px;
}

.payment .payment-items .payment-item p {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url("../images/payment/line.png") center bottom no-repeat;
  margin-bottom: 12px;
}

.payment .payment-items .payment-item span {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #2e2e2e;
}

.payment a {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 83px 20px 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe7a0+0,ffc518+10,feae01+100 */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, #ffe7a0;
  /* Old browsers */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, -moz-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* FF3.6+ */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe7a0), color-stop(10%, #ffc518), color-stop(100%, #feae01));
  /* Chrome,Safari4+ */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, -webkit-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* Chrome10+,Safari5.1+ */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, -o-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* Opera 11.10+ */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, -ms-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* IE10+ */
  background: url("../images/payment/btn-bg.png") 50px center no-repeat, linear-gradient(to bottom, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a0', endColorstr='#feae01',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  border: 1px solid #eeae02;
}

.tri {
  background: url("../images/box/bg.jpg");
  padding-top: 50px;
}

.tri ul {
  padding: 40px 0 25px;
  font-size: 0;
  border-collapse: collapse;
}

.tri ul .row {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.tri ul .row li {
  display: inline-block;
  vertical-align: top;
  width: 244px;
  height: 315px;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  cursor: pointer;
}

.tri ul .row li .in {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  border: 5px solid transparent;
}

.tri ul .row li .in:hover {
  border-color: #a38345;
}

.tri ul .row li.active .in {
  border-color: #a38345;
}

.tri ul .row li .img {
  line-height: 250px;
  text-align: center;
}

.tri ul .row li .img img {
  display: inline-block;
  vertical-align: middle;
  height: 250px;
}

.tri ul .row li p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}

.former {
  background: #a38345;
  overflow: hidden;
  padding: 75px 0 55px;
}

.former form {
  float: right;
  width: 580px;
  margin: -6px 50px 0 0;
}

.former form h2 {
  font-size: 36px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.former form input[type="text"] {
  width: 100%;
  font-size: 24px;
  font-family: 'Open Sans';
  font-weight: 300;
  margin-bottom: 5px;
  height: 55px;
  color: #000;
  padding-left: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
}

.former form .name {
  background: #fff url("../images/form/name.png") left center no-repeat;
}

.former form .phone {
  background: #fff url("../images/form/phone.png") left center no-repeat;
}

.former form .mail {
  background: #fff url("../images/form/email.png") left center no-repeat;
}

.former form input[type="submit"] {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
  height: 55px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe7a0+0,ffc518+10,feae01+100 */
  background: #ffe7a0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe7a0), color-stop(10%, #ffc518), color-stop(100%, #feae01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffe7a0 0%, #ffc518 10%, #feae01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a0', endColorstr='#feae01',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeae02;
  cursor: pointer;
}

.former .kvad {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #fff;
  cursor: pointer;
  float: left;
  width: 245px;
  height: 378px;
  margin-left: 50px;
}

.map {
  height: 540px;
}

footer {
  height: 65px;
  background: #fff;
}

footer .copyright {
  float: left;
  margin-top: 26px;
  font-family: Arial, sans-serif;
  font-family: 'lighthausregular';
}

footer .development {
  float: right;
  margin-top: 15px;
}

#wind {
  position: fixed;
  max-width: 600px;
  width: auto;
  max-height: 600px;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  overflow-y: auto;
  background-color: white;
  padding: 5%;
  z-index: 100000;
}

#wind a {
  position: absolute;
  right: 25px;
  top: 25px;
  text-transform: uppercase;
  color: red;
  font-weight: bold;
  font-size: 20px;
}

#wind h4 {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

#wind p {
  font-weight: 300;
  text-align: left !important;
  color: #000;
  font-size: 14px;
}

#over {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
}

.thanks-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 300px;
}

.thanks-content p {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.thanks-content p span {
  font-size: 32px;
  color: #dc3f1c;
}

.thanks-content a {
  display: block;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  color: #2a445e;
}

.thanks-content a:hover {
  text-decoration: none;
}

#action-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

#popup-form {
  display: none;
  width: 400px;
  height: auto;
  padding: 20px;
  font-family: 'Open Sans';
}

#popup-form p {
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
  padding: 0 10px;
}

#popup-form form {
  position: relative;
  width: 210px;
  height: auto;
  margin: 25px auto;
}

#popup-form form input {
  margin: 0;
  padding: 0;
  border: none;
}

#popup-form form input[type="text"] {
  max-width: 280px;
  width: auto;
  font-size: 14px;
  color: #000;
  border: solid 1px #42323f;
  margin-bottom: 19px;
  padding: 13px 45px 14px 15px;
}

#popup-form form input[type="submit"] {
  max-width: 210px;
  color: #000;
  text-align: center;
  border: 1px solid transparent;
  font-weight: 100;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px 60px;
  cursor: pointer;
  text-decoration: none;
  top: 80px;
  background: #ffe7a0;
  background: -moz-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe7a0), color-stop(10%, #ffc418), color-stop(100%, #eeae02));
  background: -webkit-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -o-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -ms-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: linear-gradient(to bottom, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a0', endColorstr='#eeae02',GradientType=0 );
  border: 1px solid #eeae02;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#popup-form form input ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000;
}

#popup-form form input ::-moz-placeholder {
  text-transform: uppercase;
  color: #000;
}

#popup-form form input :-moz-placeholder {
  text-transform: uppercase;
  color: #000;
}

#popup-form form input :-ms-input-placeholder {
  text-transform: uppercase;
  color: #000;
}

#popup-form .spam_bt {
  float: left;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px;
  margin-left: 45px;
}

#popup-form .spam_bt:hover {
  text-decoration: none;
}

#popup-form .close-bt {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url("../images/close.png") center no-repeat;
  cursor: pointer;
}

.thanks {
  text-align: center;
  padding: 150px 0 500px;
  background: url("../images/box/bg.jpg");
}

.thanks .title {
  text-align: center;
  font-size: 45px;
  color: #814108;
  font-family: 'Open Sans';
  word-wrap: break-word;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 47px;
}

.thanks a {
  display: inline-block;
  margin-top: 100px;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffe7a0;
  background: -moz-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe7a0), color-stop(10%, #ffc418), color-stop(100%, #eeae02));
  background: -webkit-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -o-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: -ms-linear-gradient(top, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  background: linear-gradient(to bottom, #ffe7a0 0%, #ffc418 10%, #eeae02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7a0', endColorstr='#eeae02',GradientType=0 );
  border: 1px solid #eeae02;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
