@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext);
/* all */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #202225;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  min-width: 1024px;
}
a {
  color: #760404;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
button,
textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  overflow: visible;
  color: #202225;
}
:-ms-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  overflow: visible;
  color: #202225;
}
::-webkit-input-placeholder {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  overflow: visible;
  color: #202225;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}
img {
  border: none;
}
ul {
  list-style: none;
}
.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.row:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
/* header */
.header {
  background: url(header.jpg) center top no-repeat;
  background-size: cover;
  height: 104px;
  position: relative;
  z-index: 1;
}
.header .contacts {
  display: inline-block;
  float: right;
}
.header .contacts .title {
  padding: 25px 0 5px 7px;
  color: #b9b9b9;
  line-height: 1;
  font-weight: 700;
}
.header .contacts .tel {
  display: inline-block;
  padding: 4px 7px;
  background: #127ab6;
  color: #fff;
  line-height: 1;
}
.header .contacts .tel span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.logo {
  margin: 35px 110px 0 0;
  display: inline-block;
  float: left;
}
.header-desc {
  display: inline-block;
  float: left;
  width: 262px;
  padding: 17px 7px 0 0;
  color: #fff;
  line-height: 1.25;
}
.header-icon {
  display: inline-block;
  float: right;
  margin: 5px 10px 0 0;
}
/* slider */
.main-slider-wrapp {
  position: relative;
  padding-bottom: 7px;
  max-height: 806px;
  overflow: hidden;
  background: url(main-slider-wrapp.png) left bottom repeat-x;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.main-slider-wrapp .bx-controls-direction {
  display: none;
}
.main-slider-wrapp .bx-controls {
  position: absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  top: 0;
}
.main-slide {
  position: relative;
  z-index: 1;
}
.main-slide img {
  min-height: 505px;
}
.main-slide .slide-desc {
  width: 580px;
  margin-left: 19px;
  display: inline-block;
  float: left;
}
.main-slide .slide-desc-title {
  height: 260px;
  display: table;
  width: 100%;
}
.main-slide .title-text {
  display: table-cell;
  color: #292a30;
}
.slider-container {
  width: 1024px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
  height: 100%;
}
.slide-1 .title-text {
  vertical-align: top;
  /* font-size: 48px; */
  font-size:36px;
  line-height: 1.15;
  text-align: center;
}
.slide-1 .title-text span {
  font-weight: 700;
}
.main-form-wrapp {
  display: inline-block;
  position: absolute;
  bottom: -695px;
  right: 15px;
  width: 302px;
  height: 505px;
}
.slide-icon {
  display: table;
  float: left;
  width: 180px;
  height: 130px;
  background: #f7f7f7;
  opacity: .9;
  text-align: center;
  padding-top: 15px;
}
.slide-icon .icon-text {
  padding-top: 10px;
  color: #4a4f5a;
  font-style: italic;
  line-height: 1.1;
  font-weight: 700;
}
.slide-icon + .slide-icon {
  margin-left: 17px;
}
[class^="slide-icon-img-"] {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(slider-icons.png);
  color:transparent;
}
.slide-icon-img-2 {
  background-position: -50px 0;
}
.slide-icon-img-3 {
  background-position: -100px 0;
}
.form-title {
  background: #202225;
  color: #fff;
  padding: 19px 55px 19px 30px;
  position: relative;
}
.form-title span {
  font-weight: 700;
}
.form-title .action-token {
  position: absolute;
  width: 104px;
  height: 104px;
  top: -5px;
  right: -7px;
  background: url(action-token.png);
}
.main-form-body {
  width: 290px;
  margin-left: 12px;
  background: url(form-pattern.png);
  -moz-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  padding: 9px 0 23px;
}
.main-form-body .count-title {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  padding-bottom: 9px;
}
.main-form-body .count-block {
  text-align:center;
  height:85px;
}
.stc-group-digits{
	height:40px!important;
}
.main-form-body .inputs {
  padding-bottom: 20px;
  width: 250px;
  margin: auto;
}
.main-form-body .inputs input + input {
  margin-top: 9px;
}
.main-form-body .inputs input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px;
}
.submit {
  width: 285px;
  height: 81px;
  border: solid 1px #1586c7;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  background: url(submit.jpg);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  margin-left: -18px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
.slide-2 .title-text {
  vertical-align: middle;
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
.slide-2 .title-text span {
  font-weight: 700;
}
.slide-icon-img-4 {
  background-position: 0 -50px;
}
.slide-icon-img-5 {
  background-position: -50px -50px;
}
.slide-icon-img-6 {
  background-position: -100px -50px;
}
.slide-3 .title-text {
  vertical-align: middle;
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
.slide-3 .title-text span {
  font-weight: 700;
}
.slide-3 .slide-icon {
  height: 160px;
}
.slide-3 .small {
  font-size: 15px;
}
.slide-icon-img-7 {
  background-position: 0 -100px;
}
.slide-icon-img-8 {
  background-position: -50px -100px;
}
.slide-icon-img-9 {
  background-position: -100px -100px;
}
.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5 {
  display: table;
  width: 100%;
  height: 100%;
}
.slide-1 > article,
.slide-2 > article,
.slide-3 > article,
.slide-4 > article,
.slide-5 > article {
  display: table-cell;
  vertical-align: middle;
  height: 505px;
}
.slide-4 .title-text {
  vertical-align: middle;
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
.slide-4 .title-text span {
  font-weight: 700;
}
.slide-4 .slide-icon {
  height: 160px;
}
.slide-4 .icon-text {
  font-size: 15px;
}
.slide-icon-img-10 {
  background-position: 0 -150px;
}
.slide-icon-img-11 {
  background-position: -50px -150px;
}
.slide-icon-img-12 {
  background-position: -100px -150px;
}
.slide-5 .title-text {
  vertical-align: middle;
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
.slide-5 .title-text span {
  font-weight: 700;
}
.slide-5 .slide-icon {
  height: 160px;
}
.slide-icon-img-13 {
  background-position: 0 -200px;
}
.slide-icon-img-14 {
  background-position: -50px -200px;
}
.slide-icon-img-15 {
  background-position: -100px -200px;
}
/* careful */
.careful {
  min-height: 1045px;
  background: url(careful.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 73px;
  border-bottom: solid 1px #fff;
}
.careful .center-text {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 69px;
  font-style: italic;
  text-align: center;
}
.careful .center-text span {
  font-weight: 700;
}
.careful-title {
  width: 800px;
  margin: 0 auto 50px;
}
.careful-title .title {
  width: 377px;
  height: 69px;
  display: inline-block;
  float: left;
  background: #a20303;
  line-height: 69px;
  text-align: center;
  font-size: 52px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.careful-title .desc {
  width: 387px;
  display: inline-block;
  float: right;
  font-size: 30px;
  line-height: 1.2;
}
.careful-row {
  margin-bottom: 55px;
}
.careful-block {
  width: 230px;
  display: inline-block;
  float: left;
}
.careful-block .red-text {
  font-weight: 700;
  color: #760404;
}
.careful-block img {
  display: block;
  margin-bottom: 16px;
}
.careful-block > p {
  font-style: italic;
  line-height: 1.2;
}
.careful-block p + p {
  margin-top: 16px;
}
.careful-block .title {
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-bottom: 22px;
}
.careful-block figure {
  display: table;
  width: 100%;
  height: 102px;
}
.careful-block figure p {
  display: table-cell;
  vertical-align: middle;
}
.careful-block figure img {
  display: block;
  max-width: 100%;
  max-height: 102px;
}
.careful-block + .careful-block {
  margin-left: 34px;
}
.decision {
  width: 740px;
  margin: auto;
  background: url(decision.png);
  padding: 35px 35px 40px 144px;
  position: relative;
  -moz-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.decision span {
  font-weight: 700;
}
.decision-token {
  position: absolute;
  display: inline-block;
  width: 161px;
  height: 162px;
  background: url(decision-token.png);
  top: -6px;
  left: -5px;
}
/* to-whom */
.to-whom {
  background: url(to-whom.jpg) center top no-repeat;
  background-size: cover;
}
.to-whom .container {
  height: 875px;
}
.to-whom-center {
  position: absolute;
  width: 387px;
  height: 387px;
  top: 50%;
  left: 50%;
  margin-top: -189px;
  margin-left: -189px;
  background-color: #1e8ccc;
  background-image: -o-linear-gradient(center, #45a9e2, #1e8ccc);
  background-image: -moz-radial-gradient(center, #45a9e2, #1e8ccc);
  background-image: -webkit-radial-gradient(center, #45a9e2, #1e8ccc);
  background-image: -ms-radial-gradient(center, #45a9e2, #1e8ccc);
  background-image: -webkit-gradient(radial, left center, left bottom, from(#45a9e2), to(#1e8ccc));
  background-image: radial-gradient(center, #45a9e2, #1e8ccc);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.to-whom-center > p {
  display: table-cell;
  vertical-align: middle;
  font-size: 46px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  line-height: 1.2;
}
[class^="to-whom-desc-"] {
  display: inline-block;
  position: absolute;
  text-align: center;
}
[class^="to-whom-desc-"] p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  padding-top: 12px;
  line-height: 1.15;
}
[class^="to-whom-icon-"] {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url(to-whom-icons.png);
}
.to-whom-desc-1 {
  left: 316px;
  top: 60px;
}
.to-whom-desc-2 {
  left: 563px;
  top: 60px;
}
.to-whom-desc-3 {
  left: 750px;
  top: 205px;
}
.to-whom-desc-8 {
  left: 138px;
  top: 205px;
}
.to-whom-desc-4 {
  left: 765px;
  top: 455px;
}
.to-whom-desc-7 {
  left: 117px;
  top: 455px;
}
.to-whom-desc-5 {
  left: 584px;
  top: 666px;
}
.to-whom-desc-6 {
  left: 225px;
  top: 666px;
}
.to-whom-icon-2 {
  background-position: -66px 0;
}
.to-whom-icon-3 {
  background-position: -132px 0;
}
.to-whom-icon-4 {
  background-position: -198px 0;
}
.to-whom-icon-5 {
  background-position: -264px 0;
}
.to-whom-icon-6 {
  background-position: -330px 0;
}
.to-whom-icon-7 {
  background-position: -396px 0;
}
.to-whom-icon-8 {
  background-position: -462px 0;
}
/* why */
.why {
  background: url(why-bg.png) center bottom no-repeat, url(careful.jpg) center bottom no-repeat;
  min-height: 1090px;
  padding-top: 74px;
}
.why .section-title {
  font-size: 30px;
}
.section-title {
  text-align: center;
  margin-bottom: 54px;
  font-size: 50px;
}
.section-title .title {
  display: inline-block;
  padding: 0 27px;
  font-size: 52px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  background: #1586c7;
  margin: 0 18px;
}
.section-title span {
  display: inline-block;
  height: 69px;
  line-height: 69px;
  vertical-align: middle;
  text-transform: uppercase;
}
.why-list {
  width: 540px;
  display: inline-block;
  float: right;
}
.why-list .list {
  padding-bottom: 60px;
}
.why-list li {
  padding-left: 60px;
  position: relative;
  line-height: 1.2;
}
.why-list li + li {
  margin-top: 17px;
}
.why-list .call-btn {
  margin-left: 55px;
}
[class^="why-icon-"] {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(why-icons.png);
}
.why-icon-2 {
  background-position: -44px 0;
}
.why-icon-3 {
  background-position: -88px 0;
}
.why-icon-4 {
  background-position: -132px 0;
}
.why-icon-5 {
  background-position: -176px 0;
}
.why-icon-6 {
  background-position: -220px 0;
}
.why-icon-7 {
  background-position: -264px 0;
}
.why-icon-8 {
  background-position: -308px 0;
}
.call-btn {
  display: inline-block;
  width: 284px;
  height: 79px;
  background: url(call-btn.png);
  font-size: 21px;
  color: #302206;
  text-align: center;
  line-height: 1.2;
  padding-top: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.call-btn:hover {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
/* appeal */
.appeal {
  background: url(appeal-top.png) left top repeat-x, url(appeal-bottom.png) left bottom repeat-x, url(appeal.png);
  padding: 55px 0 40px;
  min-height: 875px;
}
.appeal-desc {
  width: 275px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
.appeal-desc .title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  line-height: 1.2;
  padding-bottom: 35px;
}
.appeal-desc figure {
  overflow: hidden;
  border: solid 3px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.75);
  display: inline-block;
}
.appeal-desc figure img {
  display: block;
}
.bold {
  font-weight: 700;
}
.appeal-list {
  width: 718px;
  height: 959px;
  background: url(appeal-list.png);
  position: absolute;
  right: 35px;
  top: -95px;
  padding: 6px 7px 0 108px;
}
.appeal-list .text {
  padding: 58px 65px 0;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
}
.appeal-list p {
  margin-bottom: 23px;
}
.appeal-list:before {
  content: '';
  position: absolute;
  width: 450px;
  height: 159px;
  background: url(pen.png);
  bottom: 95px;
  left: -185px;
}
.appeal-list:after {
  content: '';
  position: absolute;
  width: 169px;
  height: 90px;
  background: url(signature.png);
  bottom: 120px;
  right: 45px;
}
/* steps */
.steps {
  padding: 70px 0 80px;
  background: url(careful.jpg) center bottom no-repeat;
}
.steps .section-title {
  margin-bottom: 44px;
}
.steps .sub-title {
  font-size: 30px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 40px;
  text-align: center;
}
.steps .sub-title span {
  font-weight: 700;
}
.steps-left {
  display: inline-block;
  float: left;
  width: 650px;
}
.steps-left-row {
  padding-bottom: 70px;
}
.step-small {
  display: inline-block;
  float: left;
  width: 200px;
}
.step-small + .step-small {
  margin-left: 25px;
}
.step-figure {
  display: table;
  width: 100%;
  height: 128px;
}
.step-figure p {
  display: table-cell;
  vertical-align: middle;
}
.step-figure img {
  display: block;
  max-width: 100%;
  max-height: 128px;
}
.step-text {
  padding-top: 25px;
  font-style: italic;
}
.step-text span {
  color: #760404;
  font-weight: 700;
  text-transform: uppercase;
}
.step-text li {
  padding-top: 20px;
}
.step-text li span {
  color: #202225;
  text-transform: none;
}
.steps-right {
  display: inline-block;
  width: 345px;
  margin-left: 25px;
  float: left;
}
.big-step .step-text {
  width: 415px;
  display: inline-block;
  float: left;
  padding-top: 0;
}
.big-step .step-figure {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0 45px 0 50px;
}
.big-step .call-btn {
  margin-top: 45px;
}
/* reviews */
.reviews {
  background: url(reviews.png);
  border-top: solid 2px #fff;
  padding: 53px 0 75px;
}
.reviews .section-title {
  margin-bottom: 85px;
}
.reviews-slider-wrapp {
  padding: 0 60px;
}
.reviews-slider-wrapp .slide img {
  border: solid 3px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
}
.reviews-slider-wrapp .slide .name {
  padding: 18px 0 13px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
}
.reviews-slider-wrapp .slide .review {
  font-size: 15px;
  line-height: 1.2;
}
.reviews-slider-wrapp .bx-wrapper .bx-pager {
  display: none;
}
/* warranty */
.warranty {
  height: 349px;
  background: url(warranty.jpg);
  padding-top: 55px;
}
.warranty-row img {
  display: inline-block;
  float: left;
  margin: 0 30px 0 8px;
}
.warranty-text {
  display: inline-block;
  float: left;
  width: 680px;
}
.warranty-text .title {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background: #1586c7;
  color: #fff;
  text-transform: upperase;
  font-size: 30px;
  margin: 10px 0 35px;
  padding: 0 10px;
}
.warranty-text p {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
/* last-section */
.last-section {
  text-align: center;
  padding: 60px 0;
}
.last-section .text {
  width: 910px;
  margin: 0 auto 45px;
  font-size: 24px;
  line-height: 1.2;
}
.last-section .count-title {
  padding-bottom: 8px;
  font-weight: 700;
}
.last-section .count {
  padding-bottom: 15px;
}
.last-section .count .stc-label-bottom{
	color:#204255;
}
/* footer */
.footer {
  padding: 45px 0 50px;
  background: #727374;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
}
.footer .tel {
  display: inline-block;
  float: left;
  width: 300px;
  padding: 0 10px 0 35px;
}
.footer .copy {
  display: inline-block;
  float: left;
  width: 255px;
  padding-right: 10px;
}
.footer .name {
  width: 230px;
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.footer .data {
  display: inline-block;
  float: left;
}
/*  */
@media (max-width: 1700px) {
  .main-form-wrapp {
    bottom: -615px;
  }
}
@media (max-width: 1570px) {
  .main-form-wrapp {
    bottom: -590px;
  }
}
@media (max-width: 1480px) {
  .main-form-wrapp {
    bottom: -570px;
  }
}
@media (max-width: 1390px) {
  .main-form-wrapp {
    bottom: -545px;
  }
}
@media (max-width: 1305px) {
  .main-form-wrapp {
    bottom: -530px;
  }
}
@media (max-width: 1250px) {
	.main-form-wrapp {
    bottom: -525px;
  }
  .form-title{
	font-size:16px;
	padding: 19px 65px 19px 30px;
  }
}

.map{
	height:500px;
}