/* line 4, ../sass/style_1.sass */
.wrapper {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

/* line 9, ../sass/style_1.sass */
.fl {
  float: left;
}

/* line 12, ../sass/style_1.sass */
.fr {
  float: right;
}

/* line 15, ../sass/style_1.sass */
.cb {
  clear: both;
}

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

/* line 21, ../sass/style_1.sass */
input.error, textarea.error {
  box-shadow: 0 0 5px red !important;
}

/* line 24, ../sass/style_1.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 32, ../sass/style_1.sass */
body {
  background: url("../img/body-bg.png") center;
}

/* line 35, ../sass/style_1.sass */
.top, footer {
  background: url("../img/header-bg.png") repeat-x;
  height: 92px;
  position: relative;
}
/* line 40, ../sass/style_1.sass */
.top .logo, footer .logo {
  color: white;
  font-family: "Arial";
  font-size: 20px;
  text-decoration: none;
  background: url("../img/logo.png") no-repeat;
  padding-left: 120px;
  min-height: 78px;
  padding-top: 20px;
  margin-top: 5px;
}
/* line 51, ../sass/style_1.sass */
.top .tel, footer .tel {
  margin-top: 10px;
}
/* line 53, ../sass/style_1.sass */
.top .tel h2, footer .tel h2 {
  font-size: 40px;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  background: url("../img/top-phone-icon.png") 0 15px no-repeat;
  padding-left: 50px;
}
/* line 62, ../sass/style_1.sass */
.top .tel h2 span, footer .tel h2 span {
  font-size: 24px;
}

/* line 65, ../sass/style_1.sass */
.first-form {
  background: url("../img/second-block-bg.png") center;
  margin-top: -5px;
  height: 602px;
}
/* line 71, ../sass/style_1.sass */
.first-form .wrapper > h2 {
  color: black;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  text-shadow: 2px 2px 3px rgba(243, 230, 206, 0.75);
}
/* line 81, ../sass/style_1.sass */
.first-form .left-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 86, ../sass/style_1.sass */
.first-form .left-block ul li {
  background: url("../img/blue/second-block-list-item-bg.png") no-repeat;
  width: 526px;
  height: 45px;
  margin-bottom: 10px;
  padding-top: 9px;
}
/* line 93, ../sass/style_1.sass */
.first-form .left-block ul i {
  background: url("../img/blue/second-block-list-item-icon.png") no-repeat;
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 5px;
}
/* line 102, ../sass/style_1.sass */
.first-form .left-block ul span {
  float: left;
  width: 470px;
  color: black;
  font-family: "Arial";
  font-size: 18px;
  line-height: 18px;
}
/* line 109, ../sass/style_1.sass */
.first-form .counter-block {
  background: url("../img/counter-block-bg.png") no-repeat;
  width: 529px;
  height: 186px;
  text-align: center;
  margin-top: 30px;
}
/* line 116, ../sass/style_1.sass */
.first-form .counter-block h2 {
  color: black;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  text-shadow: 2px 2px 3px rgba(243, 230, 206, 0.75);
}
/* line 127, ../sass/style_1.sass */
.first-form .counter-block .item-block {
  float: left;
  margin: 0 10px;
}
/* line 131, ../sass/style_1.sass */
.first-form .counter-block .item-block p {
  color: white;
  font-family: "Georgia";
  font-size: 20px;
  line-height: 20px;
  margin: 5px 0;
  font-style: italic;
  text-shadow: 1px 2px 2px rgba(23, 131, 179, 0.75);
}
/* line 140, ../sass/style_1.sass */
.first-form .counter-block .item-block > span {
  background: url("../img/counter-item-bg.png") no-repeat;
  width: 89px;
  height: 72px;
  display: block;
  color: black;
  font-family: "Myriad Pro";
  font-size: 60px;
  line-height: 60px;
  padding-top: 13px;
  text-shadow: 0 2px 0 rgba(185, 185, 185, 0.75);
}
/* line 152, ../sass/style_1.sass */
.first-form .counter-block .count-line {
  display: inline-block;
}
/* line 156, ../sass/style_1.sass */
.first-form .form-block {
  background: url("../img/first-form-bg.png") no-repeat;
  width: 430px;
  height: 453px;
  text-align: center;
  margin-top: -30px;
}
/* line 163, ../sass/style_1.sass */
.first-form .form-block p.lock {
  color: #414141;
  font-family: "Arial";
  font-size: 15px;
  line-height: 15px;
  background: url("../img/first-form-locked.png") 0 1px no-repeat;
  padding-left: 30px;
  text-align: left;
  display: inline-block;
}
/* line 174, ../sass/style_1.sass */
.first-form .form-block h2 {
  color: #009bff;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  margin-top: 50px;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.75);
}
/* line 186, ../sass/style_1.sass */
.first-form .form-block input {
  display: block;
  margin: auto;
  width: 272px;
  height: 47px;
  border: none;
  outline: none !important;
  padding-left: 60px;
  margin-bottom: 5px;
}
/* line 196, ../sass/style_1.sass */
.first-form .form-block input.name {
  background: url("../img/input-name-bg.png") no-repeat;
}
/* line 198, ../sass/style_1.sass */
.first-form .form-block input.phone {
  background: url("../img/input-phone-bg.png") no-repeat;
}
/* line 202, ../sass/style_1.sass */
.first-form .form-block .fb_button {
  background: url("../img/blue/first-form-btn.png") no-repeat;
  width: 331px;
  height: 45px;
  border: none;
  color: white;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin-top: 10px;
  padding-left: 0;
  text-shadow: 1px 1px 1px rgba(0, 62, 106, 0.75);
}

/* line 215, ../sass/style_1.sass */
.what-we-offer {
  text-align: center;
  margin-bottom: 50px;
}
/* line 219, ../sass/style_1.sass */
.what-we-offer h2 {
  color: #191919;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  background: url("../img/title-bg.png");
  display: inline-block;
  padding: 5px 10px 3px;
  text-shadow: 2px 2px 3px rgba(243, 230, 206, 0.75);
}
/* line 232, ../sass/style_1.sass */
.what-we-offer .what-item-block {
  min-height: 200px;
  margin-bottom: 20px;
}
/* line 236, ../sass/style_1.sass */
.what-we-offer .what-item-block.left {
  text-align: left;
}
/* line 239, ../sass/style_1.sass */
.what-we-offer .what-item-block.right {
  text-align: right;
}
/* line 242, ../sass/style_1.sass */
.what-we-offer .what-item-block.right hr {
  float: right;
}
/* line 245, ../sass/style_1.sass */
.what-we-offer .what-item-block.i1 {
  background: url("../img/blue/what-we-offer/i1.png") no-repeat;
  padding-left: 200px;
}
/* line 248, ../sass/style_1.sass */
.what-we-offer .what-item-block.i2 {
  background: url("../img/blue/what-we-offer/i2.png") top right no-repeat;
  padding-right: 200px;
}
/* line 251, ../sass/style_1.sass */
.what-we-offer .what-item-block.i3 {
  background: url("../img/blue/what-we-offer/i3.png") no-repeat;
  padding-left: 200px;
}
/* line 254, ../sass/style_1.sass */
.what-we-offer .what-item-block.i4 {
  background: url("../img/blue/what-we-offer/i4.png") top right no-repeat;
  padding-right: 200px;
}
/* line 258, ../sass/style_1.sass */
.what-we-offer .what-item-block strong {
  color: #2c2c2c;
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 25px;
  font-weight: bold;
}
/* line 266, ../sass/style_1.sass */
.what-we-offer .what-item-block hr {
  margin: 10px 0;
  background: url("../img/what-we-offer/line.png") repeat-x;
  height: 4px;
  border: none;
  width: 97%;
}
/* line 273, ../sass/style_1.sass */
.what-we-offer .what-item-block p {
  margin: 0;
}

/* line 277, ../sass/style_1.sass */
.reviews {
  background: url("../img/reviews-block-bg.png") center repeat-x;
  height: 630px;
  text-align: center;
}
/* line 282, ../sass/style_1.sass */
.reviews .slide-block {
  width: 978px;
  margin: auto;
  padding-top: 60px;
}
/* line 287, ../sass/style_1.sass */
.reviews .item-block {
  float: left;
  margin: 0 15px;
}
/* line 291, ../sass/style_1.sass */
.reviews .tx-block {
  background: url("../img/rev-i-block.png") no-repeat;
  width: 409px;
  height: 330px;
  padding: 20px 20px 20px 30px;
  position: relative;
  z-index: 9;
}
/* line 299, ../sass/style_1.sass */
.reviews .tx-block p {
  color: white;
  font-family: "Georgia";
  font-size: 22px;
  font-style: italic;
  margin: 0;
}
/* line 306, ../sass/style_1.sass */
.reviews .author-block {
  float: right;
  margin-top: -30px;
}
/* line 310, ../sass/style_1.sass */
.reviews .author-block h4 {
  float: left;
  color: white;
  margin-top: 50px;
  margin-right: 15px;
}
/* line 316, ../sass/style_1.sass */
.reviews .author-block .avatar {
  float: left;
  width: 139px;
  height: 139px;
  position: relative;
}
/* line 322, ../sass/style_1.sass */
.reviews .author-block .avatar .bg {
  background: url("../img/avatar-bg.png") no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
}
/* line 327, ../sass/style_1.sass */
.reviews .author-block .avatar .bg2 {
  background: url("../img/avatar2-bg.png") no-repeat;
  width: 139px;
  height: 139px;
  position: absolute;
}
/* line 332, ../sass/style_1.sass */
.reviews .page-nav1 {
  display: inline-block;
  margin-top: 20px;
}
/* line 336, ../sass/style_1.sass */
.reviews .page-nav1 a {
  display: block;
  text-decoration: none;
  background: url("../img/reviews/sl-bg.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 3px;
}
/* line 345, ../sass/style_1.sass */
.reviews .page-nav1 a.activeSlide {
  background: url("../img/reviews/sl-bg-active.png") no-repeat;
}

/* line 349, ../sass/style_1.sass */
.video-reviews {
  text-align: center;
}
/* line 352, ../sass/style_1.sass */
.video-reviews .slider {
  margin-top: 20px;
}
/* line 355, ../sass/style_1.sass */
.video-reviews h2 {
  color: #191919;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  background: url("../img/title-bg.png");
  display: inline-block;
  padding: 5px 10px 3px;
  text-shadow: 2px 2px 3px rgba(243, 230, 206, 0.75);
}
/* line 368, ../sass/style_1.sass */
.video-reviews .mac-block {
  float: left;
  position: relative;
  width: 457px;
  height: 255px;
  padding-top: 15px;
  margin: 0 25px;
}
/* line 376, ../sass/style_1.sass */
.video-reviews .mac-block .bg {
  background: url("../img/video-macbook-bg.png") no-repeat;
  width: 457px;
  height: 268px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 384, ../sass/style_1.sass */
.video-reviews .page-nav2 {
  display: inline-block;
  margin-top: 50px;
}
/* line 388, ../sass/style_1.sass */
.video-reviews .page-nav2 a {
  display: block;
  text-decoration: none;
  background: url("../img/video/slide-c-bg.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 3px;
}
/* line 397, ../sass/style_1.sass */
.video-reviews .page-nav2 a.activeSlide {
  background: url("../img/video/slide-c-bg-active.png") no-repeat;
}

/* line 401, ../sass/style_1.sass */
.last-form-block {
  background: url("../img/last-form-block-bg.png") center repeat-x;
  height: 384px;
  margin-top: 60px;
  margin-bottom: -30px;
  position: relative;
  z-index: 99;
}
/* line 409, ../sass/style_1.sass */
.last-form-block .left-block {
  width: 500px;
  float: left;
  text-align: center;
  margin-top: 30px;
}
/* line 415, ../sass/style_1.sass */
.last-form-block .left-block h2 {
  color: white;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(25, 39, 51, 0.75);
}
/* line 424, ../sass/style_1.sass */
.last-form-block .left-block input {
  display: block;
  margin: auto;
  width: 272px;
  height: 47px;
  border: none;
  outline: none !important;
  padding-left: 60px;
  margin-bottom: 5px;
}
/* line 434, ../sass/style_1.sass */
.last-form-block .left-block input.name {
  background: url("../img/input-name-bg.png") no-repeat;
}
/* line 436, ../sass/style_1.sass */
.last-form-block .left-block input.phone {
  background: url("../img/input-phone-bg.png") no-repeat;
}
/* line 439, ../sass/style_1.sass */
.last-form-block .left-block .fb_button {
  background: url("../img/blue/first-form-btn.png") no-repeat;
  width: 331px;
  height: 40px;
  border: none;
  color: white;
  padding-left: 0;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  margin-top: 10px;
  text-shadow: 1px 1px 1px rgba(0, 62, 106, 0.75);
}
/* line 452, ../sass/style_1.sass */
.last-form-block .left-block p.lock {
  color: white;
  font-family: "Arial";
  font-size: 12px;
  background: url("../img/last-form-locked.png") no-repeat;
  padding-left: 10px;
  min-height: 30px;
  padding-top: 8px;
  margin-top: 30px;
}
/* line 462, ../sass/style_1.sass */
.last-form-block img.fr {
  margin-top: -30px;
  margin-right: 6px;
}

/* line 466, ../sass/style_1.sass */
footer {
  background: url("../img/footer-bg.png") repeat-x;
  height: 105px;
  padding-top: 25px;
}

/* line 471, ../sass/style_1.sass */
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 475, ../sass/style_1.sass */
.copyright .fl {
  margin-top: 30px;
}
