body, p, b, h1, h2, button {
  margin: 0;
  padding: 0;
  font-family: "robotoregular", Arial, sans-serif;
  font-weight: 100; }

.wrapper {
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
  min-width: 320px; }

header {
  background-color: #000000;
  position: relative;
  border-bottom: 3px solid #7de30c; }
  header img {
    position: relative;
    z-index: 2;
    padding: 25px 0 15px 0;
    width: 400px; }
  header .line-top {
    position: absolute;
    z-index: 3;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    margin-left: -200px;
    border-bottom: 3px solid #7de30c;
    margin-bottom: -7px; }

.upper-case {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

button {
  width: 414px;
  height: 74px;
  font-size: 30px;
  /*background-image: url(../index_files/button.png);
  -webkit-background-size: cover;
          background-size: cover;*/
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  border: none;
  margin: 50px 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
    background-color: #fb4d00;
  outline: none;
  -webkit-transition: 0.10s linear;
  -o-transition: 0.10s linear;
  transition: 0.10s linear; }
  button:hover {
    -webkit-box-shadow: 0 1px #d06c02;
            box-shadow: 0 1px #d06c02; }
  button:active {
    -webkit-box-shadow: 0 0 #d06c02;
            box-shadow: 0 0 #d06c02; }

.color-white {
  color: #fff; }

section {
  background-image: url(../index_files/fon-section.jpg);
  -webkit-background-size: cover;
          background-size: cover;

  color: #fff;
  font-size: 34px;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: -20px; }
  section .color-yellow {
    color: #7de30c;
    font-weight: 900; }
  section .f-size-60 {
    font-size: 60px; }
  section .img-section-butt {
    width: 100%;
    height: 500px;
    background-image: url(../index_files/arms.png);
    background-repeat: no-repeat;
    background-position: center -10%;
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
  section h2 .img-top-wrap {
    position: relative;
    width: 290px;
    display: inline-block;
    text-align: center; }
    section h2 .img-top-wrap img {
      position: absolute;
      top: -43px;
      left: 0; }

.wrap-section {
  position: relative;
  z-index: 1;
  padding: 100px 10% 0 10%; }

.shadow-top {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-image: url(../index_files/shadow-top.png);*/
  background-repeat: no-repeat;
  background-position: center 0;
  top: 0;
  left: 0; }

.shadow-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: -1; }

.bold-text {
  bold-text: 900; }

footer {
  background-image: url(../index_files/footer-fon.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 36px;
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
  border-top: 3px solid #fff; }
  footer .list-sprite {
    list-style-type: none;
    padding: 0; }
    footer .list-sprite li {
      display: inline-block;
      width: 30%;
      font-size: 24px;
      color: #45e7ff;
      line-height: 1.5;
      font-weight: 800;
      position: relative; }
      footer .list-sprite li .arrow {
        background-image: url(../index_files/arrow.png);
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        position: absolute;
        width: 100px;
        height: 30px;
        left: 90%;
        top: 50px; }
      footer .list-sprite li span[class^="img-sprite-list"] {
        background-image: url(../index_files/sprite.png);
        background-repeat: no-repeat;
        width: 108px;
        height: 110px;
        display: inline-block; }
      footer .list-sprite li .img-sprite-list-2 {
        background-position: 0 -110px; }
      footer .list-sprite li .img-sprite-list-3 {
        background-position: 0 -220px; }
      footer .list-sprite li:nth-child(2) {
        color: #96e016; }
      footer .list-sprite li:nth-child(3) {
        color: #faab00; }
