body {
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  margin: 0 0;
  overflow-x: hidden; }

h2 {
  margin: 35px 0 25px; }

h3 {
  margin: 8px 0; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }

section,
.main_head {
  position: relative; }

section {
  padding: 70px 0 90px; }

.main_head {
  min-height: 480px;
  padding-top: 20px; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader_inner {
  background-image: url("../img/pre.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; }

.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  border: none;
  border-radius: 30px;
  right: 20px;
  top: 20px; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg); }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
  .top_mnu ul,
  .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .top_mnu ul {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    -moz-animation-duration: 0.01s;
    animation-duration: 0.01s; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      animation-delay: 0s; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      -moz-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      opacity: 0;
      position: relative;
      height: 60px;
      outline: none; }
      .top_mnu ul a span {
        display: block;
        position: relative;
        top: -40px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .top_mnu ul a span:hover {
          background: rgba(255, 255, 255, 0.08); }

.top_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .top_wrapper .top_descr {
    display: table-row; }
  .top_wrapper .top_text {
    display: inline-block;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 150px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
    .top_wrapper .top_text h3 {
      margin: 0;
      font-size: 3em;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      animation-delay: 1s;
      padding: 0px 20px;
      background-color: rgba(255, 109, 51, 0.8); }
    .top_wrapper .top_text h1 {
      display: inline-block;
      color: #fff;
      font-size: 5em;
      padding: 0px 20px;
      background-color: rgba(255, 109, 51, 0.8);
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      animation-delay: 0.5s; }

.h_opacify {
  opacity: 0.3;
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  transition: all 0.2 ease; }

.main_footer {
  padding: 50px 0; }

.copyright {
  padding-top: 50px; }

.benefit_icon {
  height: 85px;
  font-size: 60px;
  text-align: left;
  vertical-align: text-bottom; }

.person {
  text-align: left;
  height: 220px;
  margin-bottom: 15px; }
  .person img {
    max-width: 220px;
    display: inline-block; }

.social_wrap ul,
.social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.icon_email {
  font-size: 20px;
  padding-right: 10px; }

.icon_phone {
  font-size: 20px;
  padding-right: 13px; }

.icon_skype {
  font-size: 20px;
  padding-right: 13px; }

.benefit_head_left,
.benefit_head_center,
.benefit_head_right {
  margin-top: 0; }

.product_description {
  margin-bottom: 25px; }

.personal_header_left,
.personal_header_center,
.personal_header_right {
  height: 100px; }

.contact_info_left,
.contact_info_center,
.contact_info_right {
  height: 100px;
  margin-bottom: 8px; }

.item_contact_info ul,
.item_contact_info li {
  display: inline-block;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.personal_description_left,
.personal_description_center,
.personal_description_right {
  height: 380px; }

.adress_icon {
  font-size: 40px;
  text-align: left; }

.adress_section li {
  list-style-type: none; }

.copyright_secrion li {
  display: inline-block;
  list-style-type: none; }

.icon_copyright {
  font-size: 16px; }

.section_header_team {
  margin-bottom: 35px; }

/*# sourceMappingURL=main.css.map */
