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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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.3;
  z-index: -1;
}

/*Default css*/
body {
  font-family: Tahoma, Arial;
  font-size: 10pt;
  color: #4B4B4B;
}

a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a, input, textarea {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 22pt;
  color: #656565;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 20px;
}

h2 {
  font-size: 18pt;
  color: #C40000;
  font-weight: bold;
}

.clear {
  clear: both;
}

#page {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #page {
    padding-bottom: 20px;
  }
  #page .container {
    padding: 0px 15px;
  }
  #page h1 {
    font-size: 17pt;
  }
  #page h2 {
    font-size: 15pt;
  }
  #page h2 img {
    width: 28px;
    top: 6px;
  }
}

.container {
  max-width: 1055px;
  padding: 0px 30px;
  margin: auto;
  text-align: center;
}

header {
  padding: 23px 0px;
  margin-bottom: 15px;
}
header img {
  position: relative;
  right: 7px;
  top: 8px;
}

#content {
  position: relative;
}
#content .giagramm_block {
  width: 43%;
  margin: auto;
  padding: 0px 10px;
}
#content .department_list .dep_title {
  color: #656565;
  text-align: center;
  font-weight: bold;
  margin: 14px 0px 22px 0px;
}
#content .department_list .dep_desc {
  text-align: justify;
  line-height: 15px;
}
#content .aurora_pack {
  position: absolute;
  width: 28.5%;
  top: 0;
  left: 0;
}
#content .aurora_pack .dep_desc a {
  color: #C40000;
}
#content .aurora_oil {
  position: absolute;
  width: 28.5%;
  top: 32px;
  right: 0;
}
#content .aurora_oil .dep_desc a {
  color: #35388A;
}
#content .aurora_internet {
  width: 59%;
  margin: 15px auto 0px auto;
}
#content .aurora_internet .dep_desc a {
  color: #008800;
}
#content .aurora_internet .dep_desc a:hover {
  text-decoration: underline;
  color: #00C400;
}
#content .aurora_internet .dep_desc_left, #content .aurora_internet .dep_desc_right {
  width: 50%;
  float: left;
}
#content .aurora_internet .dep_desc_left {
  padding-right: 15px;
}
#content .aurora_internet .dep_desc_right {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .nomobile {display:none;}
  #content .giagramm_block {
    width: 100%;
    margin-bottom: 30px;
  }
  #content .giagramm_block img {
    max-width: 300px;
    width: 100%;
  }
  #content .aurora_pack, #content .aurora_oil, #content .aurora_internet {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
  }
  #content .aurora_internet {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  #content .aurora_internet .dep_desc_left, #content .aurora_internet .dep_desc_right {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

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