/* 
    Created on : 18.01.2016, 19:11:28
    Author     : izra
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,800&subset=latin,cyrillic);
* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.font-light {
	font-weight:300;
	text-transform:uppercase;
}
.font-semibold {
	font-weight:400;
	font-size: 35px;
	text-transform:uppercase;
}
.font-bold {
	font-weight:700;
}
.font-exbold {
	font-weight:800;
	font-size: 54px;
	text-transform: uppercase;
	color: #06162f;
}
/********************************** MENU **********************************/
section#h60 {
	height:60px;
}
#menu {
  background: #191919 url("../images/menubg.png") repeat-x scroll left bottom;
  height: 60px;
  width:100%;
  position:fixed;
  top:0;
  z-index: 100;
}
#menu .nav {
    list-style: none;
    text-align: center;
}
#menu .nav li {
  display: inline-block;
  margin: 0 22px;
  padding: 14px 0 20px;
}
#menu .nav li:last-child {
  margin: 0 0 0 24px;
}
#menu .nav li:first-child {
  margin: 0 24px 0 0;
}
#menu .nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
}
#menu .nav li.active {
  background: transparent url("../images/arrowup.png") no-repeat scroll center 40px;
}
#menu .nav li.active a, #menu .nav li a:hover {
    color: #c6ea62;
    outline: none;
}
/********************************** TOP **********************************/
section#top {
  background: transparent url("../images/topbg--orig.png") no-repeat scroll center -60px;
  margin-bottom: -220px;
  padding: 35px 0 255px;
  position: relative;
}
#top .container_12 > .grid_6.alpha {
  padding-top: 27px;
  position: relative;
}
#top .container_12 > .grid_6.omega {
  float: right;
}
#top .phones {
  color: #fff;
  margin-left: 0;
  text-align: center;
}
#top .phones-nums {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  margin: -30px 0 8px;
}
.phones-nums span {
	font-size: 12px;
	display: block;
	margin: 0 0 15px 0;
}
#top .phones-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
#top .phones-text > a {
  display: block;
  padding-bottom: 10px;
  color: #fff;
}
#top .title {
  margin-top: 58px;
  width: 545px;
}
#top .title h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
}
#top .subtitle {
  color: #fff;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
}
#top .calc {
  float: right;
  padding: 15px;
  width: 390px;
  background: transparent url("../images/calcbgbig.png") no-repeat scroll 0 0;
}
#top .calc .section-text {
  color: #061730;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#top .section-text .font-bold {
	color: #06162f;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	margin-bottom: 7px;
}
#calculation .left-part {
  float: left;
  width: 175px;
}
#calculation .right-part {
  float: right;
  width: 175px;
}
#calculation .bottom-part {
  float: left;
  width: 360px;
}
.podskazka {
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
}
#calculation select, #calculation input, #calculation textarea {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  color: #06162f;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
}
#calculation select, #calculation option, #calculation input, #calculation textarea {
  padding: 0 0 0 10px;
  margin-bottom: 6px;
}
#calculation select, #calculation input {
  height: 40px;
  background-color: #fff;
}
#calculation select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none!important;
  background-color: #fff;
  background-attachment:scroll;
  background-image: url("../images/arrowdown.png");
  background-position: 95% 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 0 0 5px;
}
#top .calc #fileInputContainer {
  display: none;
}
#top .calc #calculation p#chertezh-click {
  margin: 0px 0 8px 1px;
  line-height: 18px;
  font-size: 14px;
}
#top .calc #calculation p#chertezh-click span {
  padding: 0 0 0 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  background-color: transparent;
  background-image: url("../images/kv.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0px;
  cursor: pointer;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  display: inline-block;
}
#chertezh-click > img {
  margin: -1px 0 0 10px;
  display: none;
  cursor: pointer;
}
#top .calc #calculation input[type="submit"] {
  background: transparent url("../images/calc-send-bg.png") no-repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  width: 177px;
  height: 37px;
  cursor: pointer;
}
#top .calc #calculation input[type="submit"]:hover {
	background: transparent url("../images/calc-send-bg-active.png") no-repeat scroll 0 0;
}
#top .callback {
  background-color: #c0dc6b;
  border-radius: 3px;
  left: 210px;
  padding: 21px 17px;
  position: absolute;
  text-align: left;
  top: -200px;
  z-index: 1;
  height: 152px;
  background: transparent url('../images/callback-bg.png') scroll no-repeat 0 0;
}
#callback-form > input {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 11px;
  padding: 0 5px;
  width: 226px;
}
.callback > form {
  position: relative;
}
#callback-form > img {
  position: absolute;
  right: -25px;
  top: -30px;
  cursor: pointer;
}
#callback-form #send {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: 32px;
  background: transparent url('../images/callback-send-bg.png') scroll no-repeat 0 0;
}
#top .callback .response-text {
  color: #000;
  font-weight: 700;
  margin-top: 35px;
  font-size: 14px;
}
#top .callback-button {
  border: 1px solid #1e4560;
  border-radius: 5px;
  color: #06162f;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 0;
  cursor: pointer;
  margin-top: 21px;
  background: transparent url('../images/callback-button-bg.png') scroll no-repeat 0 0;
  width: 220px;
  height: 39px;
}
/********************************** WHY-WE **********************************/
section#why-we {
  background: transparent url("../images/wwbg1.png") no-repeat scroll center bottom;
  padding-top: 65px;
}
#why-we-wrap {
  padding: 25px 0 60px;
}
#why-we-wrap .container_12 {
}
#why-we-wrap .article-text-wrap {
  position: relative;
  display: none;
  opacity: 0;	
}
#close {
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 10;
  cursor: pointer;
}
#why-we-wrap .article-text {
  background-color: #fff;
  left: 0;
  min-height: 520px;
  padding: 30px 35px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-columns: 430px 2;
  -moz-columns: 430px 2;
  columns: 430px 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
  box-shadow: 0 4px 10px -5px #000;
}
#why-we .article-text .title {
  color: #015794;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#why-we .article-text .title span {
  font-size: 23px;
}
#why-we-wrap .article-text p {
	margin-bottom: 20px;
	font-size:13px;
}
/*#why-we-wrap .article-text > img {
  float: right;
  padding: 0 0 0 40px;
}*/
#why-we .section-text {
  font-size: 54px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#why-we .section-text .font-light {
  color: #025794;
  font-size: 54px;
  line-height: 45px;
}
.ww-links-block .link-item {
	text-align:center;
}
.ww-links-block .link-item > a {
  background-attachment: scroll;
  background-color: transparent;
  background-position: 70px 40px;
  background-repeat: no-repeat;
  color: #06162f;
  display: inline-block;
  font-size: 13px;
  outline: medium none;
  padding: 165px 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  width: 220px;
  position: relative;
  overflow: hidden;
}
.ww-links-block .link-item > a:hover {
	background-color: #fff !important;
	box-shadow: 0 4px 10px -5px #000;
}
.ww-links-block .link-item > a img {
  left: 70px;
  position: absolute;
  top: 40px;
}
.ww-links-block .link-item > a span {
  font-size: 23px;
}
.more {
  background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll 0 13px;
  color: #ff6305;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 0 0 25px;
}
/********************************** GET EXAMPLE **********************************/
.get-example {
  background: #dee3e8 url("../images/get-example-wrapbg.jpg") no-repeat scroll center top;
  padding: 70px 0;
}
.get-example .font-bold {
  background: #dee3e8 url("../images/get-examplebg.jpg") no-repeat scroll center top;
  color: #06162f;
  font-size: 32px;
  height: 270px;
  line-height: 36px;
  padding: 35px 30px 35px;
  text-align: center;
  text-transform: uppercase;
}
.get-example .font-bold span {
  display: block;
  font-size: 48px;
  line-height: 52px;
}
.get-example .get-example-form {
  margin-top: 20px;
  position: relative;
}
.get-example #number {
  background: #fff url("../images/trubka.png") no-repeat scroll 22px center;
  border: medium none;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  font-weight: bold;
  height: 57px;
  left: 200px;
  padding: 0 0 0 66px;
  position: absolute;
  top: 0;
  width: 420px;
  outline: none;
  box-shadow: none;
}
.get-example #send {
  background: #fff url("../images/send-bg.png") no-repeat scroll center center;
  border: medium none;
  border-radius: 0 3px 3px 0;
  height: 57px;
  padding: 0;
  position: absolute;
  right: 190px;
  top: 0;
  width: 72px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.get-example .response-text {
  display: none;
  opacity: 0;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}
#top .response-text {
  display: none;
  opacity: 0;
  margin-top: 130px; 
  text-align: center;
}

/********************************** COLORS **********************************/
#colors {
  background: transparent url("../images/colorsbg.png") no-repeat scroll center top;
  padding: 27px 0 20px;
}
#colors .section-text .font-light {
  color: #025794;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 13px;
}
#colors .section-text .font-bold {
	color: #06162f;
	font-size: 18px;
}
#colors .colors-grid {
  margin: 0px 0 17px -8px;
}
#colors .colors-grid td {
  width: 200px;
}
#colors .colors-grid td > div {
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px 0;
  border-radius: 5px;
  color: #06162f;
  font-size: 13px;
  font-weight: 700;
  padding: 38px 0 0 100px;
  text-transform: uppercase;
  border: 1px solid transparent;
  height: 110px;
}
#colors .colors-grid td > div:hover, #colors .colors-grid td.active > div {
	background-color: #fff;
	border: 1px solid #c2d739;
	box-shadow: 0px 2px 10px -7px #000;
	cursor: pointer;
}
#colors .colors-grid td#silver > div {
	background-image: url("../images/silverbg.png");
}
#colors .colors-grid td#red > div {
	background-image: url("../images/redbg.png");
}
#colors .colors-grid td#gold > div {
	background-image: url("../images/goldbg.png");
}
#colors .colors-grid td#yellow > div {
  background-image: url("../images/yellowbg.png");
  padding: 19px 0 0 100px;
}
#colors .colors-grid td#green > div {
	background-image: url("../images/greenbg.png");
}
#colors .colors-grid td#turquoise > div {
	background-image: url("../images/turquoisebg.png");
}
#colors .colors-grid td#black > div {
	background-image: url("../images/blackbg.png");
}
#colors .colors-grid td#blue > div {
	background-image: url("../images/bluebg.png");
}
#colors .colors-grid td#orange > div {
	background-image: url("../images/orangebg.png");
}
#colors .text-bottom {
	color: #06162f;
	font-size: 13px;
}
#colors-image > img {
	margin-top: 22px;
	margin-left: -10px;
}
/********************************** WARRANTIES **********************************/
#warranties {
  background: transparent url("../images/warrantiesbg3.png") no-repeat scroll center top;
  margin-bottom: -80px;
  padding: 35px 0 90px;
  position: relative;
}
#warranties .grid_8.alpha {
  position: relative;
}
#warranties .font-exbold {
  color: #99c73f;
  line-height: 54px;
}
#warranties .font-semibold {
  color: #fff;
  line-height: 35px;
  padding: 15px 0 20px;
}
#warranties p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}
#warranties p span {
	color: #99c73f;
}
#warranties .cert {
  bottom: 70px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: -145px;
}
/********************************** LAB **********************************/
#lab {
  background: #dee3e8 url("../images/labbg.jpg") no-repeat scroll center bottom;
  max-height: 396px;
  padding: 75px 0 80px;
  text-align: right;
  color: #06162f;
}
#lab .font-exbold {
  line-height: 54px;
}
#lab .font-light {
  margin-top: 5px;
  font-size: 35px;
  line-height: 34px;
}
#lab .about-anod {
  background: #cb1f0f none repeat scroll 0 0;
  background: linear-gradient(to top, #ad1004 0%, #cb1f0f 36%, #f8351f 100%);
  color: #fff;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.2s linear 0s;
  height: 48px;
}
#lab .about-anod:hover {
  background: #6a9407 none repeat scroll 0 0;
  background: linear-gradient(to top, #5d7d03 0%, #6a9407 36%, #7db50e 100%);
}
/********************************** GALLERY **********************************/
#gallery {
  background: transparent url("../images/gallerybg.png") no-repeat scroll center top;
  padding: 80px 0 100px;
}
#gallery .font-light {
	font-size: 35px;
	text-transform: uppercase;
	color: #06162f;
}
#gallery .slider-wrap {
  position: relative;
  width:1080px;
  margin: 0 0 0 -60px;
  padding: 0 60px;
  margin-top: 45px;
}
#gallery .slidee > li {
  display: inline;
  float: left;
}
#gallery .slidee > li img {
  border: 1px solid #edeeef;
  box-shadow: 0 0 0 1px #d8dde2;
  margin: 0 2px;
  border-radius: 5px;
}
#gallery .slidee p {
  color: #06162f;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}
#gallery .prev-page {
  left: 0;
  position: absolute;
  top: 115px;
  cursor:pointer;
}
#gallery .next-page {
  right: 0;
  position: absolute;
  top: 115px;
  cursor:pointer;
}
/********************************** HOW-WE-WORK **********************************/
#how-we-work {
	background: transparent url("../images/hwwbg.jpg") no-repeat scroll center top;
	padding: 73px 0 80px;
}
#how-we-work .section-text .font-exbold {
	color: #99c73f;
	line-height: 53px;
}
#how-we-work .section-text .font-light {
  color: #fff;
  font-size: 35px;
  margin-bottom: 35px;
}
#how-we-work ul li {
  color: #99c73f;
  font-size: 13px;
  padding: 150px 0 40px;
  text-align: center;
  text-transform: uppercase;
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 45px;
}
/********************************** CONTACT-US **********************************/
section#contact-us {
  background: transparent url("../images/contact-usbg.jpg") no-repeat scroll center top;
  padding: 100px 0 110px;
}
#contact-us .contact-block {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 30px 40px 50px 30px;
  position: relative;
  overflow: hidden;
}
#contact-us h3.title {
  color: #0f3e72;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#contact-us .contact-block > div {
  font-size: 12px;
  margin-bottom: 25px;
  padding-left: 32px;
  text-transform: uppercase;
  color: #06162f;
}
#contact-us .contact-block .adress {
  background: transparent url("../images/kompas.png") scroll no-repeat 0 0;
}
#contact-us .contact-block .phones{
  background: transparent url("../images/phone.png") scroll no-repeat 3px 0;
}
#contact-us .contact-block .email {
  background: transparent url("../images/mail.png") scroll no-repeat 0 0;
}
#contact-us .contact-block .email a {
  color: #0f3e72;
  text-transform: none;
}
#contact-us .contact-block .bottom-form {
  background: transparent url("../images/calcbgbig.png") no-repeat scroll bottom left;
  border-radius: 3px;
  height: 365px;
  left: 0;
  margin: 0;
  height: 365px;
  max-height: 365px;
  min-height: 365px;
  width: 380px;
  padding: 30px 40px 50px 30px;
  position: absolute;
  top: -365px;
  z-index: 1;
}
#contact-us .form-bottom > input, #contact-us .form-bottom > textarea {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 5px;
}
#contact-us .form-bottom .b_btn {
  background: transparent url("../images/calc-send-bg.png") no-repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  width: 49%;
}
#contact-us .form-bottom .b_cancel.b_btn {
  float: right;
}
#contact-us .bottom-form .font-bold {
  color: #06162f;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
#contact-us .response-text {
  text-align: center;
  display: none;
  opacity: 0;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}
/********************************** FOOTER **********************************/
section#footer {
  background: transparent url("../images/footerbg.jpg") no-repeat scroll center top;
  padding: 25px 0 20px;
}
#footer .logo {
  margin: 0 10px 0 20px;
}
#footer .nav {
  margin: -5px 0 0 -20px;
}
#footer .nav li {
  font-size: 11px;
  line-height: 0;
}
#footer .nav a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer .nav li a:hover {
    color: #c6ea62;
}
#footer .copyright, #footer .copyright a {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
#footer .copyright a:hover {
    color: #c6ea62;
	text-decoration: underline;
}
#footer .social-icons {
  padding-right: 20px;
  text-align: right;
}
#footer .social-icons a {
  padding-right: 15px;
}