@import url(../fonts/fonts.css);
/* line 12, ../sass/style.sass */
.wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 17, ../sass/style.sass */
.fl {
  float: left;
}

/* line 20, ../sass/style.sass */
.fr {
  float: right;
}

/* line 23, ../sass/style.sass */
.cb {
  clear: both;
}

/* line 26, ../sass/style.sass */
label.error {
  display: none !important;
}

/* line 29, ../sass/style.sass */
input.error, textarea.error {
  box-shadow: 0 0 5px red !important;
}
/* line 2, ../sass/_placeholderText.scss */
input.error.placeholder, textarea.error.placeholder {
  color: red;
}
/* line 3, ../sass/_placeholderText.scss */
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: red;
}
/* line 4, ../sass/_placeholderText.scss */
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: red;
}
/* line 5, ../sass/_placeholderText.scss */
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: red;
}
/* line 6, ../sass/_placeholderText.scss */
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: red;
}

/* line 35, ../sass/style.sass */
input {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 38, ../sass/style.sass */
button {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 41, ../sass/style.sass */
* {
  outline: none;
}

/* line 2, ../sass/_placeholderText.scss */
input.placeholder, textarea.placeholder {
  color: black;
}
/* line 3, ../sass/_placeholderText.scss */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: black;
}
/* line 4, ../sass/_placeholderText.scss */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: black;
}
/* line 5, ../sass/_placeholderText.scss */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: black;
}
/* line 6, ../sass/_placeholderText.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: black;
}

/* line 48, ../sass/style.sass */
.form_reset {
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 55, ../sass/style.sass */
.top {
  background-color: #4c4c4e;
  font-family: "PFDinTextCondProRegular";
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.slider .wrapper{
  width: 1024px;
  margin: 0 auto;
}

.top  .wrapper{
  margin: 0 auto;
  width: 1024px;
} 
/* line 72, ../sass/style.sass */
.top .ask-btn {
  background: url("../img/top-arrow-btn.png") no-repeat;
  width: 175px;
  height: 43px;
  color: white;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.44);
  text-decoration: none;
  text-align: center;
  padding-right: 8px;
  padding-top: 8px;
}
/* line 84, ../sass/style.sass */
.top .ask-btn:hover {
  background: url("../img/top-arrow-btn-hover.png") no-repeat;
}
/* line 87, ../sass/style.sass */
.top p {
  font-size: 18px;
  margin-left: 20px;
  margin-top: 9px;
  margin-bottom: 0;
}
/* line 93, ../sass/style.sass */

.top p {
  color: #ffffff;
  text-decoration: none;
}

.top p a{
  text-decoration: none;
} 

.top p  span {
  font-size: 24px;
  padding-left: 20px;
  background: url("../img/phone-icon.png") 0 4px no-repeat;
  margin-left: 10px;
  color: #fffff !important;
  text-decoration:none !important;
}

.top span.appleLinks{
  color: #ffffff !important;
  text-decoration: none !important;
}


/* line 99, ../sass/style.sass */
.top .mail {
  color: #ffffff;
  background: url("../img/mail-icon.png") left no-repeat;
  padding-left: 20px;
  margin-left: 25px;
  margin-top: 13px;
}

/* line 108, ../sass/style.sass */
header {
  margin: 80px 0 30px;
 
}
header .wrapper{
  width: 1024px;
  margin: 0 auto;
}
/* line 111, ../sass/style.sass */
header h2.descr {
  color: #5bab63;
  font-family: "PFDinTextCondProRegular";
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  margin-left: 150px;
  margin-top: 3px;
}
/* line 120, ../sass/style.sass */
header .get-pdf {
  width: 244px;
  height: 35px;
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-decoration: none;
  vertical-align: top;
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 22px;
}
/* line 134, ../sass/style.sass */
header .get-pdf:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #e1e1e1;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 0 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
/* line 142, ../sass/style.sass */
header .get-pdf span {
  display: inline-block;
  position: relative;
  top: -3px;
}
/* line 147, ../sass/style.sass */
header .get-pdf i {
  background: url("../img/save-icon.png") no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 156, ../sass/style.sass */
.description {
  text-align: center;
  margin-bottom: 20px;
}
/* line 160, ../sass/style.sass */
.description h1 {
  color: black;
  font-family: "PFDinTextCompProRegular";
  text-transform: uppercase;
  font-size: 51px;
  line-height: 51px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.91);
  margin: 0;
}
/* line 169, ../sass/style.sass */
.description h3 {
  margin: 0;
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 36px;
  line-height: 36px;
}

/* line 176, ../sass/style.sass */
.slider {
  position: relative;
}
/* line 180, ../sass/style.sass */
.slider .wrapper {
  position: relative;
  z-index: 9;
  height: 530px;
}
/* line 185, ../sass/style.sass */
.slider .slide {
  position: absolute;
  top: 0;
  height: 530px !important;
  width: 100%;
  overflow: hidden;
  text-align: center;
  min-width: 1024px;
}


/* line 191, ../sass/style.sass */
.slider .slide img {
  height: auto;
  min-width: 100%;
}
/* line 195, ../sass/style.sass */
.slider .shipping {
  margin-top: 80px;
}
/* line 199, ../sass/style.sass */
.slider .pagination a {
  text-decoration: none;
  display: inline-block;
  background: url("../img/slide-icon.png") no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
/* line 207, ../sass/style.sass */
.slider .pagination a.activeSlide {
  background: url("../img/slide-active-icon.png") no-repeat;
}
/* line 211, ../sass/style.sass */
.slider .form-block {
  width: 354px;
  height: 421px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  margin-top: 65px;
  text-align: center;
}
/* line 221, ../sass/style.sass */
.slider .form-block h2 {
  font-family: "PFDinTextCompProMedium";
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 30px;
}
/* line 230, ../sass/style.sass */
.slider .form-block span {
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 237, ../sass/style.sass */
.slider .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 248, ../sass/style.sass */
.slider .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 251, ../sass/style.sass */
.slider .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 254, ../sass/style.sass */
.slider .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 257, ../sass/style.sass */
.slider .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 296px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
}
/* line 272, ../sass/style.sass */
.slider .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}
/* line 282, ../sass/style.sass */
.slider .form-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
}
/* line 287, ../sass/style.sass */
.slider .pagination {
  margin-top: 30px;
}

/* line 291, ../sass/style.sass */
.benefits {
  text-align: center;
}
/* line 294, ../sass/style.sass */
.benefits ul {
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
  vertical-align: top;
}
/* line 300, ../sass/style.sass */
.benefits ul li {
  display: inline-block;
  margin: 0 20px;
}
/* line 304, ../sass/style.sass */
.benefits ul li span {
  width: 165px;
  height: 120px;
  display: inline-block;
}
/* line 309, ../sass/style.sass */
.benefits ul li h2 {
  margin: 0;
  font-family: "PFDinTextCondProMedium";
  font-size: 30px;
  line-height: 30px;
  color: #59a962;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 318, ../sass/style.sass */
.benefits ul li p {
  margin: 0;
  font-size: 24px;
  font-family: "PFDinTextCondProRegular";
}
/* line 324, ../sass/style.sass */
.benefits ul .i1 span {
  background: url("../img/benefits/i1.png") 10px 0 no-repeat;
}
/* line 327, ../sass/style.sass */
.benefits ul .i2 span {
  background: url("../img/benefits/i2.png") no-repeat;
}
/* line 330, ../sass/style.sass */
.benefits ul .i3 span {
  background: url("../img/benefits/i3.png") 15px 0 no-repeat;
}
/* line 333, ../sass/style.sass */
.benefits ul .i4 span {
  background: url("../img/benefits/i4.png") no-repeat;
}

/* line 336, ../sass/style.sass */
.prom-import {
  text-align: center;
  min-width: 1024px;
  width: 1024px;
  margin: 0 auto;
}


/* line 339, ../sass/style.sass */
.prom-import h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  margin: 60px 0;
}
/* line 346, ../sass/style.sass */
.prom-import ul {
  list-style: none;
}
/* line 349, ../sass/style.sass */
.prom-import .items {
  margin: 20px 0;
}
/* line 352, ../sass/style.sass */
.prom-import .items .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

.prom-import .items .item1 {
  width: 315px;
}
.prom-import .items .item2 {
  width: 218px;
}
.prom-import .items .item3 {
  width: 353px;
}
/* line 356, ../sass/style.sass */
.prom-import .items .item:last-child {
  margin-right: 0;
}
/* line 359, ../sass/style.sass */
.prom-import .items .item h2 {
  font-size: 30px;
  line-height: 30px;
  color: #59a962;
  font-family: "PFDinTextCompProMedium";
  text-transform: uppercase;
  margin: 0;
}
/* line 367, ../sass/style.sass */
.prom-import .items .item h2 span {
  font-size: 18px;
  position: relative;
  top: -8px;
}
/* line 372, ../sass/style.sass */
.prom-import .items .item ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
/* line 377, ../sass/style.sass */
.prom-import .items .item ul li {
  padding-left: 40px;
  min-height: 40px;
}
/* line 381, ../sass/style.sass */
.prom-import .items .item ul .i1 {
  background: url("../img/import/i1.png") 5px 0 no-repeat;
}
/* line 383, ../sass/style.sass */
.prom-import .items .item ul .i2 {
  background: url("../img/import/i2.png") 5px 0 no-repeat;
}
/* line 385, ../sass/style.sass */
.prom-import .items .item ul .i3 {
  background: url("../img/import/i3.png") 5px 0 no-repeat;
}
/* line 387, ../sass/style.sass */
.prom-import .items .item ul .i4 {
  background: url("../img/import/i4.png") 5px 0 no-repeat;
}
/* line 389, ../sass/style.sass */
.prom-import .items .item ul .i5 {
  background: url("../img/import/i5.png") 5px 0 no-repeat;
}
/* line 391, ../sass/style.sass */
.prom-import .items .item ul .i6 {
  background: url("../img/import/i6.png") 5px 0 no-repeat;
}
/* line 393, ../sass/style.sass */
.prom-import .items .item ul .i7 {
  background: url("../img/import/i7.png") 5px 0 no-repeat;
}
/* line 395, ../sass/style.sass */
.prom-import .items .item ul .i8 {
  background: url("../img/import/i8.png") 5px 0 no-repeat;
}
/* line 397, ../sass/style.sass */
.prom-import .items .item ul .i9 {
  background: url("../img/import/i9.png") 5px 0 no-repeat;
}
/* line 399, ../sass/style.sass */
.prom-import .items .item ul .i10 {
  background: url("../img/import/i10.png") 5px 0 no-repeat;
}
/* line 401, ../sass/style.sass */
.prom-import .items .item ul .i11 {
  background: url("../img/import/i11.png") 5px 0 no-repeat;
}
/* line 403, ../sass/style.sass */
.prom-import .items .item ul .i12 {
  background: url("../img/import/i12.png") 5px 0 no-repeat;
}
/* line 405, ../sass/style.sass */
.prom-import .items .item ul .i13 {
  background: url("../img/import/i13.png") 5px 0 no-repeat;
}
/* line 407, ../sass/style.sass */
.prom-import .items .item ul .i14 {
  background: url("../img/import/i14.png") 5px 0 no-repeat;
}
/* line 409, ../sass/style.sass */
.prom-import .items .item ul .i15 {
  background: url("../img/import/i15.png") 5px 0 no-repeat;
}
/* line 411, ../sass/style.sass */
.prom-import .items .item ul .i16 {
  background: url("../img/import/i16.png") 5px 0 no-repeat;
}

/* line 415, ../sass/style.sass */
.any-industrial h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 425, ../sass/style.sass */
.any-industrial .items {
  display: inline-block;
}
/* line 428, ../sass/style.sass */
.any-industrial .item {
  float: left;
  text-align: center;
  margin: 0 25px;
  width: 204px;
  height: 225px;
  position: relative;
  overflow: hidden;
}
/* line 437, ../sass/style.sass */
.any-industrial .item span {
  display: inline-block;
  width: 100%;
  height: 95px;
}
/* line 442, ../sass/style.sass */
.any-industrial .item p {
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 16px;
  text-transform: uppercase;
}
/* line 448, ../sass/style.sass */
.any-industrial .item .hover-block {
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
/* line 457, ../sass/style.sass */
.any-industrial .item .hover-block .btn-green {
  width: 173px;
  height: 32px;
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px/3px 3px 3px 3px;
  -moz-border-radius: 3px/3px 3px 3px 3px;
  -ms-border-radius: 3px/3px 3px 3px 3px;
  -o-border-radius: 3px/3px 3px 3px 3px;
  border-radius: 3px/3px 3px 3px 3px;
  background-color: #59b163;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  padding-top: 3px;
}
/* line 476, ../sass/style.sass */
.any-industrial .item:hover .hover-block {
  left: 0;
  height: 205px;
}
/* line 480, ../sass/style.sass */
.any-industrial .item:hover .hover-block .btn-green {
  margin-top: 40px;
}
/* line 485, ../sass/style.sass */
.any-industrial .i1 span {
  background: url("../img/any-ind/i1.png") top center no-repeat;
}
/* line 488, ../sass/style.sass */
.any-industrial .i2 span {
  background: url("../img/any-ind/i2.png") top center no-repeat;
}
.any-industrial{
  width: 1024px;
  margin: 0 auto;
}
/* line 491, ../sass/style.sass */
.any-industrial .i3 span {
  background: url("../img/any-ind/i3.png") top center no-repeat;
}
/* line 494, ../sass/style.sass */
.any-industrial .i4 span {
  background: url("../img/any-ind/i4.png") top center no-repeat;
}
/* line 497, ../sass/style.sass */
.any-industrial .i5 span {
  background: url("../img/any-ind/i5.png") top center no-repeat;
}
/* line 500, ../sass/style.sass */
.any-industrial .i6 span {
  background: url("../img/any-ind/i6.png") top center no-repeat;
}
/* line 503, ../sass/style.sass */
.any-industrial .i7 span {
  background: url("../img/any-ind/i7.png") top center no-repeat;
}
/* line 506, ../sass/style.sass */
.any-industrial .i8 span {
  background: url("../img/any-ind/i8.png") top center no-repeat;
}
/* line 509, ../sass/style.sass */
.any-industrial .i9 span {
  background: url("../img/any-ind/i9.png") top center no-repeat;
}
/* line 512, ../sass/style.sass */
.any-industrial .i10 span {
  background: url("../img/any-ind/i10.png") top center no-repeat;
}
/* line 515, ../sass/style.sass */
.any-industrial .i11 span {
  background: url("../img/any-ind/i11.png") top center no-repeat;
}
/* line 518, ../sass/style.sass */
.any-industrial .i12 span {
  background: url("../img/any-ind/i12.png") top center no-repeat;
}
/* line 521, ../sass/style.sass */
.any-industrial .i13 span {
  background: url("../img/any-ind/i13.png") top center no-repeat;
}
/* line 524, ../sass/style.sass */
.any-industrial .i14 span {
  background: url("../img/any-ind/i14.png") top center no-repeat;
}
/* line 527, ../sass/style.sass */
.any-industrial .i15 span {
  background: url("../img/any-ind/i15.png") top center no-repeat;
}
/* line 530, ../sass/style.sass */
.any-industrial .i16 span {
  background: url("../img/any-ind/i16.png") top center no-repeat;
}

.big-form1{
  min-width: 1024px;
  width: 100%;
  img{
    width: 100%;
  }
}

/* line 536, ../sass/style.sass */
.big-form1 .img {
  background: url("../img/big-form1-bg.jpg") no-repeat;
  height: 560px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
/* line 544, ../sass/style.sass */
.big-form1 .form-block {
  width: 354px;
  height: 395px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-align: center;
  margin: 90px auto 0;
}
/* line 554, ../sass/style.sass */
.big-form1 .form-block h2 {
  font-family: "PFDinTextCompProMedium";
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 20px;
  display: inline-block;
}
/* line 564, ../sass/style.sass */
.big-form1 .form-block span {
  font-family: "PFDinTextCondProRegular";
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 571, ../sass/style.sass */
.big-form1 .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 582, ../sass/style.sass */
.big-form1 .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 585, ../sass/style.sass */
.big-form1 .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 588, ../sass/style.sass */
.big-form1 .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 591, ../sass/style.sass */
.big-form1 .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 296px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
}
/* line 606, ../sass/style.sass */
.big-form1 .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}
/* line 616, ../sass/style.sass */
.big-form1 .form-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
}

/* line 621, ../sass/style.sass */
.our-records {
  padding-bottom: 35px;
  margin: 0 auto;
  width: 1024px;
}
/* line 624, ../sass/style.sass */
.our-records h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
/* line 633, ../sass/style.sass */
.our-records .items .item {
  float: left;
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 20px;
  line-height: 20px;
  width: 199px;
  margin: 0 25px;
}
/* line 642, ../sass/style.sass */
.our-records .items .item span {
  color: #59a961;
  font-family: "PFDinTextCompProMedium";
  font-size: 48px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}

.with-us{
  width: 1024px;
  margin: 0 auto;
}

/* line 653, ../sass/style.sass */
.with-us h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
}
/* line 662, ../sass/style.sass */
.with-us .items {
  margin-left: 50px;
}
/* line 665, ../sass/style.sass */
.with-us .item {
  text-align: center;
  width: 200px;
  height: 150px;
  float: left;
  margin: 0 15px;
  padding-top: 100px;
}
/* line 673, ../sass/style.sass */
.with-us .item p {
  color: #4c4c4d;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
}
/* line 679, ../sass/style.sass */
.with-us .item p span {
  font-size: 18px;
}
/* line 682, ../sass/style.sass */
.with-us .item.i1 {
  background: url("../img/with-us/i1.png") top center no-repeat;
}
/* line 684, ../sass/style.sass */
.with-us .item.i2 {
  background: url("../img/with-us/i2.png") top center no-repeat;
}
/* line 686, ../sass/style.sass */
.with-us .item.i3 {
  background: url("../img/with-us/i3.png") top center no-repeat;
}
/* line 688, ../sass/style.sass */
.with-us .item.i4 {
  background: url("../img/with-us/i4.png") top center no-repeat;
}
/* line 690, ../sass/style.sass */
.with-us .item.i5 {
  background: url("../img/with-us/i5.png") center -10px no-repeat;
}
/* line 692, ../sass/style.sass */
.with-us .item.i6 {
  background: url("../img/with-us/i6.png") top center no-repeat;
}
/* line 694, ../sass/style.sass */
.with-us .item.i7 {
  background: url("../img/with-us/i7.png") top center no-repeat;
}
/* line 696, ../sass/style.sass */
.with-us .item.i8 {
  background: url("../img/with-us/i8.png") top center no-repeat;
}

/* line 700, ../sass/style.sass */
.big-form2 {
  margin-top: 70px;
  background: url("../img/big-form2-bg.jpg") center bottom no-repeat;
  min-height: 580px;
  min-width: 1024px;
}
/* line 705, ../sass/style.sass */
.big-form2 h2 {
  text-align: center;
  color: #59b163;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
/* line 716, ../sass/style.sass */
.big-form2 .form-block {
  width: 350px;
  height: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-align: center;
  margin: 70px auto 0;
}
/* line 726, ../sass/style.sass */
.big-form2 .form-block h2 {
  font-family: "PFDinTextCompProMedium";
  font-weight: normal;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 30px;
}
/* line 736, ../sass/style.sass */
.big-form2 .form-block span {
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 743, ../sass/style.sass */
.big-form2 .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 754, ../sass/style.sass */
.big-form2 .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 757, ../sass/style.sass */
.big-form2 .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 760, ../sass/style.sass */
.big-form2 .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 763, ../sass/style.sass */
.big-form2 .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 296px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
}
/* line 778, ../sass/style.sass */
.big-form2 .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}
/* line 788, ../sass/style.sass */
.big-form2 .form-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
}

/* line 794, ../sass/style.sass */
.why-we {
  margin-top: 25px;
  width: 1024px;
  margin: 0 auto;
}
/* line 797, ../sass/style.sass */
.why-we h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
/* line 806, ../sass/style.sass */
.why-we .item {
  padding-left: 110px;
  margin-bottom: 35px;
}
/* line 810, ../sass/style.sass */
.why-we .item p {
  color: #4c4c4d;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
  width: 320px;
}
/* line 818, ../sass/style.sass */
.why-we .left-block .item {
  margin-bottom: 55px;
}
/* line 821, ../sass/style.sass */
.why-we .i1 {
  background: url("../img/why-we/i1.png") left no-repeat;
}
/* line 823, ../sass/style.sass */
.why-we .i2 {
  background: url("../img/why-we/i2.png") left no-repeat;
}
/* line 825, ../sass/style.sass */
.why-we .i3 {
  background: url("../img/why-we/i3.png") left no-repeat;
}
/* line 827, ../sass/style.sass */
.why-we .i4 {
  background: url("../img/why-we/i4.png") left no-repeat;
}
/* line 829, ../sass/style.sass */
.why-we .i5 {
  background: url("../img/why-we/i5.png") -15px 20px no-repeat;
}
/* line 831, ../sass/style.sass */
.why-we .i6 {
  background: url("../img/why-we/i6.png") left no-repeat;
}
/* line 833, ../sass/style.sass */
.why-we .i7 {
  background: url("../img/why-we/i7.png") -45px 5px no-repeat;
}

/* line 836, ../sass/style.sass */
.partners {
  text-align: center;
  vertical-align: top;
}
/* line 840, ../sass/style.sass */
.partners h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 55px;
}
/* line 850, ../sass/style.sass */
.partners img {
  display: inline-block;
}
/* line 853, ../sass/style.sass */
.partners .more {
  display: none;
  margin-top: 10px;
}
/* line 857, ../sass/style.sass */
.partners .show-all {
  color: #59a961;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  cursor: pointer;
  background: url("../img/show-all.png") bottom center no-repeat;
  width: 633px;
  min-height: 30px;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding-right: 50px;
  margin: 30px auto 0;
}

.recomendation{
  width: 1024px;
  margin: 0 auto;
}

/* line 872, ../sass/style.sass */
.recomendation h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
/* line 882, ../sass/style.sass */
.recomendation .item {
  float: left;
  width: 105px;
  height: 210px;
  margin: 0 4px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #24a531;
}
/* line 894, ../sass/style.sass */
.recomendation .img {
  border: 1px #24a531 solid;
  display: inline-block;
}
/* line 898, ../sass/style.sass */
.recomendation .img img {
  width: 105px;
  height: 146px;
}

/* line 904, ../sass/style.sass */
.trust-us {
  margin-top: 50px;
  text-align: center;
}
/* line 909, ../sass/style.sass */
.trust-us img {
  display: inline-block;
}
/* line 912, ../sass/style.sass */
.trust-us h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

/* line 921, ../sass/style.sass */
.how-we-work {
  margin-top: 50px;
}
/* line 924, ../sass/style.sass */
.how-we-work h2 {
  color: #636363;
  font-family: "PFDinTextCompProRegular";
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
/* line 933, ../sass/style.sass */
.how-we-work .block {
  background: url("../img/how-we-work/block-bg.png") no-repeat;
  width: 999px;
  height: 224px;
  margin: auto;
}
/* line 939, ../sass/style.sass */
.how-we-work .block .item {
  float: left;
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin-left: 60px;
  margin-top: 55px;
  color: black;
  font-family: "PFDinTextCompProRegular";
  font-size: 18px;
  line-height: 18px;
}
/* line 952, ../sass/style.sass */
.how-we-work .block .item .arrow {
  background: url("../img/how-we-work/arrow.png") no-repeat;
  width: 18px;
  height: 13px;
  position: absolute;
  right: -35px;
  top: 80px;
}
/* line 960, ../sass/style.sass */
.how-we-work .block .item.i1 {
  background: url("../img/how-we-work/i1.png") top center no-repeat;
  margin-left: 120px;
}
/* line 964, ../sass/style.sass */
.how-we-work .block .item.i2 {
  background: url("../img/how-we-work/i2.png") top center no-repeat;
}
/* line 967, ../sass/style.sass */
.how-we-work .block .item.i3 {
  background: url("../img/how-we-work/i3.png") top center no-repeat;
}
/* line 970, ../sass/style.sass */
.how-we-work .block .item.i4 {
  background: url("../img/how-we-work/i4.png") top center no-repeat;
}
/* line 973, ../sass/style.sass */
.how-we-work .block .item.i5 {
  background: url("../img/how-we-work/i5.png") top center no-repeat;
}

/* line 979, ../sass/style.sass */
.big-form3 {
  background: url("../img/big-form3-bg.jpg") no-repeat;
  height: 638px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 50px 0 0;
  min-width: 1024px;
}

.big-form3 .wrapper{
  width: 1024px;
  margin: 0 auto;
}
/* line 986, ../sass/style.sass */
.big-form3 .form-block {
  width: 657px;
  height: 322px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  float: right;
  margin-top: 150px;
}
/* line 996, ../sass/style.sass */
.big-form3 .form-block .left-block {
  width: 300px;
  margin-left: 20px;
}
/* line 1000, ../sass/style.sass */
.big-form3 .form-block .left-block h2 {
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 1010, ../sass/style.sass */
.big-form3 .form-block .left-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
/* line 1017, ../sass/style.sass */
.big-form3 .form-block .right-block {
  margin-right: 20px;
  margin-top: 20px;
}
/* line 1021, ../sass/style.sass */
.big-form3 .form-block .right-block span {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  display: inline-block;
  margin-bottom: 16px;
}
/* line 1029, ../sass/style.sass */
.big-form3 .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 1040, ../sass/style.sass */
.big-form3 .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 1043, ../sass/style.sass */
.big-form3 .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 1046, ../sass/style.sass */
.big-form3 .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 1049, ../sass/style.sass */
.big-form3 .form-block textarea {
  width: 266px;
  height: 130px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  resize: none;
  padding-left: 30px;
  background: white url("../img/input-ask-icon.png") 6px 11px no-repeat;
  padding-top: 10px;
}
/* line 1060, ../sass/style.sass */
.big-form3 .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 290px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
  margin-top: 20px;
}
/* line 1076, ../sass/style.sass */
.big-form3 .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}

/* line 1087, ../sass/style.sass */
footer {
  padding: 30px 0;
  width: 1024px;
  margin: 0 auto;
}
/* line 1090, ../sass/style.sass */
footer h2.fl {
  color: black;
  font-family: "PFDinTextCompProRegular";
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  margin-left: 45px;
  margin-top: 5px;
}
/* line 1100, ../sass/style.sass */
footer .adress {
  margin: 0;
  text-align: right;
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 18px;
  line-height: 18px;
}

/* line 1109, ../sass/style.sass */
.top-scroll {
  background: url("../img/top-icon.png") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 80px;
  right: 90px;
  text-decoration: none;
  z-index: 9;
}

/* line 1120, ../sass/style.sass */
#top {
  position: absolute;
  top: 0;
}

/* line 1124, ../sass/style.sass */
#catalog {
  display: none;
}
/* line 1126, ../sass/style.sass */
#catalog .form-block {
  width: 354px;
  height: 398px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-align: center;
}
/* line 1135, ../sass/style.sass */
#catalog .form-block h2 {
  font-family: "PFDinTextCompProMedium";
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 30px;
  display: inline-block;
}
/* line 1145, ../sass/style.sass */
#catalog .form-block span {
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 1152, ../sass/style.sass */
#catalog .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 1163, ../sass/style.sass */
#catalog .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 1166, ../sass/style.sass */
#catalog .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 1169, ../sass/style.sass */
#catalog .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 1172, ../sass/style.sass */
#catalog .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 296px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
}
/* line 1187, ../sass/style.sass */
#catalog .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}
/* line 1196, ../sass/style.sass */
#catalog .form-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
}

/* line 1202, ../sass/style.sass */
#tnx {
  display: none;
  text-align: center;
  width: 354px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-align: center;
  padding-bottom: 30px;
  padding-top: 15px;
}
/* line 1214, ../sass/style.sass */
#tnx img {
  margin: 20px 0;
}
/* line 1217, ../sass/style.sass */
#tnx h2 {
  font-family: "PFDinTextCompProMedium";
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  margin-top: 30px;
  display: inline-block;
}
/* line 1227, ../sass/style.sass */
#tnx p {
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 1235, ../sass/style.sass */
#ask {
  display: none;
}
/* line 1237, ../sass/style.sass */
#ask .form-block {
  width: 657px;
  height: 322px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 0, 0, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.08)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  background-image: linear-gradient(bottom, rgba(1, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
/* line 1245, ../sass/style.sass */
#ask .form-block .left-block {
  width: 300px;
  margin-left: 20px;
}
/* line 1249, ../sass/style.sass */
#ask .form-block .left-block h2 {
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 1259, ../sass/style.sass */
#ask .form-block .left-block p {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
/* line 1266, ../sass/style.sass */
#ask .form-block .right-block {
  margin-right: 20px;
  margin-top: 20px;
}
/* line 1270, ../sass/style.sass */
#ask .form-block .right-block span {
  color: black;
  font-family: "PFDinTextCondProRegular";
  font-size: 24px;
  display: inline-block;
  margin-bottom: 16px;
}
/* line 1278, ../sass/style.sass */
#ask .form-block input {
  width: 265px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 30px;
}
/* line 1289, ../sass/style.sass */
#ask .form-block input[name=name] {
  background: white url("../img/input-name-icon.png") 6px 8px no-repeat;
}
/* line 1292, ../sass/style.sass */
#ask .form-block input[name=phone] {
  background: white url("../img/input-phone-icon.png") 8px 8px no-repeat;
}
/* line 1295, ../sass/style.sass */
#ask .form-block input[name=email] {
  background: white url("../img/input-email-icon.png") 6px 11px no-repeat;
}
/* line 1298, ../sass/style.sass */
#ask .form-block textarea {
  width: 266px;
  height: 137px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  -moz-box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  box-shadow: 0 -1px 1px rgba(106, 101, 96, 0.75);
  border: none;
  resize: none;
  padding-left: 30px;
  background: white url("../img/input-ask-icon.png") 6px 5px no-repeat;
  padding-top: 3px;
}
/* line 1310, ../sass/style.sass */
#ask .form-block button {
  border-radius: 3px;
  background-image: -moz-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -webkit-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  background-image: -ms-linear-gradient(90deg, #f0c209 0%, #ffec80 97%, #fcf7ed 100%);
  box-shadow: 0px 4px 0px 0px #b9520d;
  width: 290px;
  height: 52px;
  border: none;
  color: black;
  font-family: "PFDinTextCondProMedium";
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
  padding-top: 5px;
  margin-top: 20px;
}
/* line 1326, ../sass/style.sass */
#ask .form-block button:hover {
  border: 1px solid rgba(107, 107, 107, 0.42);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #5b574b;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #59b163), color-stop(100%, #59b163));
  background-image: -webkit-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -moz-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: -o-linear-gradient(bottom, #59b163 0%, #59b163 100%);
  background-image: linear-gradient(bottom, #59b163 0%, #59b163 100%);
  color: #f9f9f9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.63);
}

/* line 1337, ../sass/style.sass */
.fancybox-close {
  background: url("../img/close-btn.png") no-repeat !important;
  width: 9px !important;
  height: 9px !important;
  top: 10px !important;
  right: 10px !important;
}

.partners .wrapper{
  width: 960px;
}

.green-line-map{
  background: none repeat scroll 0 0 #5ab163;
  height:10px;
  width: 1024px;
  margin:0 auto;
}

.map{
  position:relative;
}

.ymaps-image {
    background: url("../img/map-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 70px !important;
    left: 0 !important;
    top: -51px !important;
    width: 73px !important;
}

.inner-green{
  position: absolute;
  top: 440px;
  width: 100%;
  z-index: 200;
}
#agreed {
  display: none;
  background-color: #fff;
  padding: 20px;
}
.slider .form-block input.checkbox{
  width: auto;
  height: auto;
  margin: 0px;
}
.slider .form-block span.agree{
  font-size: 12px;
}
.big-form1 .form-block input.checkbox{
  width: auto;
  height: auto;
  margin: 0px;
}
.big-form1 .form-block span.agree{
  font-size: 12px;
}
.big-form2 .form-block input.checkbox{
  width: auto;
  height: auto;
  margin: 0px;
}
.big-form2 .form-block span.agree{
  font-size: 12px;
}
.big-form3 .form-block input.checkbox{
  width: auto;
  height: auto;
  margin: 0px;
}
.big-form3 .form-block span.agree{
  font-size: 12px;
}

#ask .form-block input.checkbox{
  width: auto;
  height: auto;
  margin: 0px;
}
#ask .form-block span.agree{
  font-size: 12px;
}
.agree a{
  color: #5ab163;
}