@charset "utf-8";
/* CSS Document */


@import url("modules.css");
@import url("components.css");

@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold.eot');
    src: url('fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold.woff2') format('woff2'),
         url('fonts/bebasneue_bold.woff') format('woff'),
         url('fonts/bebasneue_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('fonts/bebasneue_regular.eot');
    src: url('fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_regular.woff2') format('woff2'),
         url('fonts/bebasneue_regular.woff') format('woff'),
         url('fonts/bebasneue_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue.eot');
    src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue.woff2') format('woff2'),
         url('fonts/bebasneue.woff') format('woff'),
         url('fonts/bebasneue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/



body {
    background: rgba(0, 0, 0, 0) url(../images/inner-bg3.jpg) no-repeat fixed center 0;
    color: #000000;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
a {
  color: #166f7c;
  text-decoration: underline
}
a:hover {
  text-decoration: none
}
.clear {
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
}
.inner {
    margin: 0 auto;
    width: 1174px;
}


/* Шапка сайта */

.logo {
    margin: 38px auto 0;
    width: 1174px;
}

/* Футер сайта */

.footer {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border-left: 1px solid #697272;
    border-top: 1px solid #697272;
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.5);
    color: #9da7af;
    font-family: "bebas_neue_regularregular";
    font-size: 17px;
    margin: 16px auto 100px;
    padding: 17px 0 16px 25px;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.34);
}
.footer span {
color:  #ffffff;
}
.footer a {
color:  #9da7af;
text-decoration: none
}

