html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.substrate {
  position: absolute;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

/*Reset*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #696969;
  margin: 0;
  background: url("../images/fon-all.jpg") center -50px no-repeat #000;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  body {
    background-size: inherit;
  }
}

input {
  font-family: 'Roboto Condensed', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-style: normal;
}

a, a:hover, a:active, a:focus {
  color: #DB5F00;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a, input, textarea {
  outline: none !important;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0px 15px;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 0px 10px;
  }
}

/*Header*/
header {
  color: #DB5F00;
  font-size: 32px;
  background: #000;
  padding: 16px 0px 12px 0px;
}
header .logo {
  float: left;
  padding-left: 35px;
}
header .phone {
  float: right;
  padding-right: 12px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  header {
    font-size: 25px;
  }
  header .logo {
    padding-left: 0;
  }
  header .phone {
    padding-right: 0;
    padding-top: 0;
  }
}

/*End header*/
/*Section one*/
.section_one {
  color: #fff;
}
.section_one .container {
  background: rgba(0, 0, 0, 0.55);
}
.section_one .section_image {
  float: left;
  width: 37%;
  padding: 13px 0px 0px 13px;
}
.section_one .section_image img {
  max-width: 100%;
  height: auto;
}
.section_one .section_desc {
  float: right;
  width: 63%;
  padding: 19px 0px 0px 11px;
}
.section_one .section_desc .top_text {
  font-size: 32px;
}
.section_one .section_desc h1 {
  font-size: 53px;
  font-weight: normal;
  margin: 0px;
  line-height: 63px;
}
.section_one .section_desc h1 span {
  font-size: 62px;
}
.section_one .section_desc .bottom_desc {
  font-size: 26px;
  margin-top: 8px;
  line-height: 36px;
}
.section_one .section_desc .bottom_desc p {
  margin-top: 0;
}
.section_one .section_desc .section_form {
  max-width: 322px;
  margin-left: 6px;
  margin-top: 47px;
}
.section_one .section_desc .section_form input[type="text"], .section_one .section_desc .section_form input[type="email"] {
  border: 1px solid #fff;
  background: none;
  width: 100%;
  display: block;
  height: 32px;
  margin-bottom: 21px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.section_one .section_desc .section_form input[type="submit"] {
  background: #DB5F00;
  color: #fff;
  display: block;
  height: 32px;
  width: 100%;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section_one .section_image, .section_one .section_desc {
    width: 50%;
  }
  .section_one .section_desc .top_text {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .section_one .section_desc h1 {
    font-size: 37px;
    line-height: 40px;
  }
  .section_one .section_desc h1 span {
    font-size: 41px;
  }
  .section_one .section_desc .bottom_desc {
    font-size: 19px;
    line-height: 25px;
  }
  .section_one .section_desc .section_form input[type="text"], .section_one .section_desc .section_form input[type="email"], .section_one .section_desc .section_form input[type="submit"] {
    height: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .section_one .section_image, .section_one .section_desc {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_one .section_image {
    text-align: center;
  }
  .section_one .section_image img {
    max-width: 170px;
  }
  .section_one .section_desc .section_form {
    margin: 20px auto;
  }
}

/*End .section_one*/
/*Section two*/
.section_two {
  padding-top: 15px;
  color: #fff;
}
.section_two .container {
  padding: 0px 15px 0px 34px;
}
.section_two p {
  font-size: 18px;
  line-height: 1.35em;
}
.section_two .advantages {
  padding: 28px 13px 23px 0px;
}
.section_two .advantages .advantage_item {
  width: 33.333%;
  float: left;
  text-align: center;
}
.section_two .advantages .advantage_item img {
  margin-bottom: 17px;
}
.section_two .advantages .advantage_item .advantage_title {
  font-size: 22px;
}
@media only screen and (max-width: 640px) {
  .section_two .container {
    padding: 0px 10px;
  }
  .section_two .advantages {
    padding-right: 0;
  }
  .section_two .advantages .advantage_item {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*End .section_two*/
/*Section three*/
.section_three {
  background: #DB5F00;
  color: #fff;
  margin-top: 58px;
  text-align: center;
  padding: 25px 0px 45px 0px;
}
.section_three .section_title {
  font-size: 58px;
  margin-bottom: 30px;
}
.section_three .step_items .step_item {
  position: relative;
  width: 25%;
  float: left;
}
.section_three .step_items .step_item:before {
  content: "";
  display: block;
  width: 77px;
  height: 32px;
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  top: 18px;
  right: -37px;
}
.section_three .step_items .step_item:nth-of-type(4):before {
  content: none;
}
.section_three .step_items .step_item img {
  margin-bottom: 10px;
}
.section_three .step_items .step_item .step_item_title {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .section_three .section_title {
    font-size: 37px;
  }
  .section_three .step_items .step_item {
    width: 100%;
    margin-bottom: 105px;
  }
  .section_three .step_items .step_item:before {
    top: auto;
    bottom: -65px;
    right: 0px;
    left: 0px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .section_three .step_items .step_item:nth-of-type(4) {
    margin-bottom: 0;
  }
}

/*End .section_three*/
/*Section four*/
.section_four {
  color: #fff;
  text-align: center;
  padding: 40px 0px;
}
.section_four .section_title {
  font-size: 58px;
  margin-bottom: 28px;
}
.section_four .section_title span {
  color: #DB5F00;
}
.section_four .section_phone {
  font-size: 71px;
  color: #DB5F00;
}
@media only screen and (max-width: 640px) {
  .section_four .section_title {
    font-size: 28px;
  }
  .section_four .section_phone {
    font-size: 39px;
  }
}

#error {
  transition: 0.3s;
  margin-bottom: 20px;
}
#error.error {
  height: auto;
  background: rgba(219, 95, 0, 0.2);
  padding: 15px;
}
#error > div {
  color: red;
  margin-bottom: 5px;
  font-size: 18px;
}
#error > div.success {
  background: green;
  padding: 15px;
  font-size: 18px;
  color: #fff;
}

/*End .section_four*/
