@import url(../fonts/b20sans.css);
@import url(../fonts/osans.css);
/* line 12, ../sass/style.sass */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

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

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

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

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

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

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

/* line 36, ../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 44, ../sass/style.sass */
body {
  background: url("../img/body-bg.png");
  min-width: 1100px;
}

/* line 48, ../sass/style.sass */
header {
  background: url("../img/header-bg.png") repeat-x;
  min-height: 161px;
  text-align: center;
}
/* line 53, ../sass/style.sass */
header .logo {
  margin-top: 25px;
}
/* line 56, ../sass/style.sass */
header .descr {
  color: #0fa3c9;
  font-family: "B20 Sans";
  text-transform: uppercase;
  text-align: center;
  font-size: 37px;
  line-height: 37px;
  display: inline-block;
  margin-top: 40px;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.75);
}
/* line 67, ../sass/style.sass */
header .tel {
  text-align: center;
  margin-top: 20px;
}
/* line 71, ../sass/style.sass */
header .tel a {
  background: url("../img/top-button.png") -12px 0 no-repeat;
  width: 233px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
  color: #f6f6f6;
  font-family: "B20 Sans";
  text-decoration: none;
  padding-left: 40px;
  padding-top: 7px;
  font-size: 25px;
  text-shadow: 0 -1px 0 #499301;
}
/* line 85, ../sass/style.sass */
header .tel p {
  color: #3e3e3e;
  font-family: "Arial";
  font-size: 17px;
  margin: 0;
}
/* line 91, ../sass/style.sass */
header .tel h2 {
  color: #3f3f3f;
  font-family: "OpenSansSemiboldRegular";
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 104, ../sass/style.sass */
.big-img-form {
  background: url("../img/big-img.png") center bottom repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 481px;
  display: inline-block;
  width: 100%;
}
/* line 111, ../sass/style.sass */
.big-img-form .form-block {
  background: url("../img/green-form-bg.png") no-repeat;
  width: 439px;
  height: 409px;
  float: right;
  text-align: center;
  margin-top: 50px;
}
/* line 119, ../sass/style.sass */
.big-img-form .form-block h2 {
  color: white;
  font-family: "B20 Sans";
  font-size: 26px;
  line-height: 26px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* line 126, ../sass/style.sass */
.big-img-form .form-block .fb_button {
  background: url("../img/green-form-btn.png") no-repeat;
  width: 270px;
  height: 51px;
  border: none;
  color: #fffefe;
  font-family: "Arial";
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(1, 149, 187, 0.75);
}
/* line 137, ../sass/style.sass */
.big-img-form .form-block p {
  color: white;
  font-family: "Arial";
  font-size: 14px;
}

/* line 142, ../sass/style.sass */
input {
  width: 260px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fafbe0;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.48);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.48);
  border: none;
  color: #807f7f;
  font-family: "Arial";
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* line 157, ../sass/style.sass */
.benefits h2 {
  text-align: center;
  color: #0fa3c9;
  font-family: "B20 Sans";
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.75);
}
/* line 166, ../sass/style.sass */
.benefits .b-block {
  width: 320px;
  height: 182px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(1, 2, 2, 0.09);
  -moz-box-shadow: 0 0 8px rgba(1, 2, 2, 0.09);
  box-shadow: 0 0 8px rgba(1, 2, 2, 0.09);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(1, 2, 2, 0.07)), color-stop(100%, rgba(255, 255, 255, 0.07)));
  background-image: -webkit-linear-gradient(bottom, rgba(1, 2, 2, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(1, 2, 2, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(bottom, rgba(1, 2, 2, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(bottom, rgba(1, 2, 2, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  float: left;
  margin: 20px 10px;
  position: relative;
}
/* line 179, ../sass/style.sass */
.benefits .b-block.left .shadow {
  background: url("../img/benefits/left-shadow.png") no-repeat;
  width: 295px;
  height: 30px;
  position: absolute;
  bottom: -30px;
}
/* line 186, ../sass/style.sass */
.benefits .b-block.center .shadow {
  background: url("../img/benefits/center-shadow.png") no-repeat;
  width: 333px;
  height: 27px;
  position: absolute;
  bottom: -27px;
}
/* line 193, ../sass/style.sass */
.benefits .b-block.right .shadow {
  background: url("../img/benefits/right-shadow.png") no-repeat;
  width: 295px;
  height: 30px;
  position: absolute;
  bottom: -30px;
}
/* line 200, ../sass/style.sass */
.benefits .b-block i {
  float: left;
  width: 103px;
  height: 112px;
  margin-left: 10px;
  margin-top: 35px;
}
/* line 207, ../sass/style.sass */
.benefits .b-block .tx {
  float: left;
  width: 175px;
  margin-left: 15px;
  margin-top: 20px;
}
/* line 213, ../sass/style.sass */
.benefits .b-block .tx strong {
  color: #41c700;
  font-family: "B20 Sans";
  font-size: 25px;
  line-height: 25px;
}
/* line 219, ../sass/style.sass */
.benefits .b-block .tx span {
  color: #404040;
  font-family: "B20 Sans";
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  display: inline-block;
}
/* line 229, ../sass/style.sass */
.benefits .b-block.i1 i {
  background: url("../img/benefits/i1.png") no-repeat;
}
/* line 232, ../sass/style.sass */
.benefits .b-block.i2 i {
  background: url("../img/benefits/i2.png") no-repeat;
}
/* line 235, ../sass/style.sass */
.benefits .b-block.i3 i {
  background: url("../img/benefits/i3.png") no-repeat;
}
/* line 238, ../sass/style.sass */
.benefits .b-block.i4 i {
  background: url("../img/benefits/i4.png") no-repeat;
}
/* line 241, ../sass/style.sass */
.benefits .b-block.i5 i {
  background: url("../img/benefits/i5.png") no-repeat;
}
/* line 244, ../sass/style.sass */
.benefits .b-block.i6 i {
  background: url("../img/benefits/i6.png") no-repeat;
}

/* line 248, ../sass/style.sass */
.how-we-work {
  background: url("../img/how-we-work/bg.png") center repeat-x;
  height: 457px;
  margin-top: 40px;
}
/* line 253, ../sass/style.sass */
.how-we-work .wrapper {
  background: url("../img/hands.png") center no-repeat;
  width: 1050px;
}
/* line 257, ../sass/style.sass */
.how-we-work .wrapper h2 {
  text-align: center;
  color: white;
  font-family: "B20 Sans";
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 50px;
  text-shadow: 0 3px 3px rgba(39, 135, 0, 0.75);
}
/* line 267, ../sass/style.sass */
.how-we-work .arrow {
  float: left;
  margin-left: -15px;
    background: url("../img/how-we-work/arrow.png") no-repeat;
    width: 103px;
    height: 45px;
}
/* line 271, ../sass/style.sass */
.how-we-work .bl {
  float: left;
  text-align: center;
}
/* line 275, ../sass/style.sass */
.how-we-work .bl span {
  font-size: 25px;
  line-height: 25px;
  font-family: "B20 Sans";
  color: white;
  margin-top: 15px;
  display: inline-block;
}
/* line 283, ../sass/style.sass */
.how-we-work .bl p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: white;
  font-family: "B20 Sans";
}
/* line 290, ../sass/style.sass */
.how-we-work .bl i {
  width: 100%;
  min-width: 195px;
  height: 197px;
  display: block;
}
/* line 297, ../sass/style.sass */
.how-we-work .bl.i1 i {
  background: url("../img/how-we-work/i1.png") top center no-repeat;
}
/* line 300, ../sass/style.sass */
.how-we-work .bl.i2 i {
  background: url("../img/how-we-work/i2.png") top center no-repeat;
}
/* line 303, ../sass/style.sass */
.how-we-work .bl.i3 i {
  background: url("../img/how-we-work/i3.png") top center no-repeat;
}
/* line 306, ../sass/style.sass */
.how-we-work .bl.i4 i {
  background: url("../img/how-we-work/i4.png") top center no-repeat;
}

/* line 311, ../sass/style.sass */
.reviews h2 {
  color: #0fa3c9;
  font-family: "B20 Sans";
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.75);
}
/* line 319, ../sass/style.sass */
.reviews .rev-block {
  width: 340px;
  min-height: 400px;
  float: left;
  padding: 0 19px;
  position: relative;
}
/* line 326, ../sass/style.sass */
.reviews .rev-block.i2, .reviews .rev-block.i3 {
  background: url("../img/reviews/left-shadow.png") left top no-repeat;
}
/* line 330, ../sass/style.sass */
.reviews .rev-block .top, .reviews .rev-block .bottom {
  background: url("../img/reviews/rev-border.png") no-repeat;
  width: 405px;
  height: 12px;
  margin-left: -30px;
}
/* line 336, ../sass/style.sass */
.reviews .rev-block .bottom {
  position: absolute;
  bottom: -20px;
}
/* line 340, ../sass/style.sass */
.reviews .rev-block p.tx {
  color: #5b5b5b;
  font-family: "Georgia";
  font-size: 18px;
  font-style: italic;
}
/* line 346, ../sass/style.sass */
.reviews .rev-block .author-block {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
/* line 350, ../sass/style.sass */
.reviews .rev-block .author-block h4 {
  margin: 0;
  color: #282828;
  font-family: "B20 Sans";
  font-size: 24px;
  line-height: 24px;
}
/* line 357, ../sass/style.sass */
.reviews .rev-block .author-block img {
  float: left;
}
/* line 360, ../sass/style.sass */
.reviews .rev-block .author-block .txt {
  width: 170px;
  float: left;
  margin-left: 10px;
}
/* line 365, ../sass/style.sass */
.reviews .rev-block .author-block .txt p {
  color: #5b5b5b;
  font-family: "B20 Sans";
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

/* line 372, ../sass/style.sass */
footer {
  background: url("../img/footer-bg.png") repeat-x;
  height: 164px;
  margin-top: 50px;
  padding-top: 5px;
}
/* line 378, ../sass/style.sass */
footer .logo {
  margin-top: 25px;
}
/* line 381, ../sass/style.sass */
footer .descr {
  color: #0fa3c9;
  font-family: "B20 Sans";
  text-transform: uppercase;
  text-align: center;
  font-size: 37px;
  line-height: 37px;
  display: inline-block;
  margin-top: 40px;
  text-shadow: 0 3px 3px rgba(255, 255, 255, 0.75);
}
/* line 392, ../sass/style.sass */
footer .tel {
  text-align: center;
  margin-top: 20px;
}
/* line 396, ../sass/style.sass */
footer .tel a {
  background: url("../img/top-button.png") -12px 0 no-repeat;
  width: 233px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
  color: #f6f6f6;
  font-family: "B20 Sans";
  text-decoration: none;
  padding-left: 40px;
  padding-top: 7px;
  font-size: 25px;
  text-shadow: 0 -1px 0 #499301;
}
/* line 410, ../sass/style.sass */
footer .tel p {
  color: #3e3e3e;
  font-family: "Arial";
  font-size: 17px;
  margin: 0;
}
/* line 416, ../sass/style.sass */
footer .tel h2 {
  color: #3f3f3f;
  font-family: "OpenSansSemiboldRegular";
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 427, ../sass/style.sass */
.copyright p.fl {
  margin-top: 50px;
}
/* line 430, ../sass/style.sass */
.copyright .fr {
  margin-top: 20px;
  margin-bottom: 25px;
}
