/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer; }

a {
  outline: none; }

html {
  font-size: 16px;
  font-family: Trebuchet, Georgia, serif; }

body {
  background: #fff;
  color: #000;
  line-height: normal; }

p {
  font-size: 1rem; }

.border {
  margin: 0 auto;
  width: 1000px; }

.topline {
  background: #078fac;
  height: 90px; }
  .topline * {
    color: #fff; }
  .topline .logo {
    position: absolute;
    margin-top: 10px;
    margin-left: 8px; }
  .topline .slogo {
    text-align: center;
    padding-top: 30px;
    font-size: 1.4rem;
    margin-right: 8px; }

.flmenu {
  background: #525252;
  margin-bottom: 20px; }
  .flmenu * {
    color: #d7d7d7; }
  .flmenu ul {
    display: block;
    text-align: center; }
    .flmenu ul li {
      display: inline-block;
      padding: 8px 8px;
      margin-left: 16px;
      font-size: 1.2rem; }
    .flmenu ul li:first-child {
      margin-left: 0px; }
  .flmenu a {
    text-decoration: none; }
  .flmenu a:hover {
    text-decoration: underline;
    color: #fff; }
  .flmenu .actual {
    padding-left: 24px;
    background: #767676 url("../images/roket.png") no-repeat left center;
    color: #fff; }
  .flmenu .actual a {
    color: #fff; }

.flybox {
  display: table;
  float: left;
  margin-right: 40px;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 10px; }

.flybox + .page {
  display: table; }

.slmenu * {
  color: #525252; }
.slmenu ul li {
  width: 200px;
  font-size: 1.2rem;
  padding: 4px 8px;
  margin: 8px 4px;
  border-radius: 3px;
  border: 1px solid #f7f7f7; }
.slmenu a {
  text-decoration: none; }
.slmenu a:hover {
  text-decoration: underline;
  color: #767676; }
.slmenu .actual {
  color: #fff;
  background: #fdb230;
  border-radius: 3px;
  border-width: 0px; }
.slmenu .actual a {
  color: #fff; }

.page {
  padding: 0px 8px; }

.contacts {
  background: #525252;
  padding: 8px;
  margin-top: 20px; }
  .contacts * {
    color: #fff;
    text-align: center; }

.geo {
  background: #078fac;
  padding: 20px;
  text-align: center; }
  .geo p {
    padding: 20px 40px;
    display: inline-flex;
    background: url("../images/geo.png") no-repeat left top;
    color: #fff; }

article h1 {
  font-size: 1.8rem;
  padding-bottom: 16px;
  line-height: 200%; }
article h2 {
  font-size: 1.6rem;
  padding-bottom: 16px;
  line-height: 150%; }
article h3 {
  font-szie: 1.4rem;
  padding-bottom: 13px;
  line-height: 150%; }
article h4 {
  font-szie: 1.2rem;
  padding-bottom: 13px;
  line-height: 150%;
  font-weight: 900; }
article h5 {
  font-szie: 1rem;
  padding-bottom: 13px;
  line-height: 150%;
  font-weight: 700; }
article h6 {
  font-szie: 1rem;
  padding-bottom: 13px;
  line-height: 150%;
  font-weight: 300; }
article p {
  padding-bottom: 16px;
  line-height: 125%; }
article ul, article ol {
  margin-bottom: 20px;
  padding-left: 30px; }
article ul li {
  list-style: disc;
  padding-bottom: 5px; }
article ol li {
  list-style: decimal;
  padding-bottom: 5px; }
article b, article strong {
  font-weight: bold; }
article i, article em {
  font-style: italic; }
article a {
  color: #078fac; }
article a:hover {
  color: #fdb230; }

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  80% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }
.launch1 table {
  border-collapse: separate;
  border-spacing: 10px; }
.launch1 td {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center; }
.launch1 .unica {
  width: 50%;
  background: #fff;
  border: 1px solid #d7d7d7; }
  .launch1 .unica h5 {
    background: #fdb230;
    color: #fff; }
  .launch1 .unica p {
    font-size: 1.5rem; }
.launch1 .unica:hover * {
  animation: bounce 1s; }
.launch1 td:hover {
  background: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .launch1 td:hover * {
    animation: bounce 1s; }
  .launch1 td:hover h5 {
    background: #fdb230;
    color: #fff; }
.launch1 h5 {
  display: inline-block;
  background: #d7d7d7;
  padding: 4px 8px;
  margin-bottom: 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300; }
.launch1 p {
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 13px;
  line-height: 120%; }
.launch1 a {
  color: #000;
  text-decoration: none; }

.border {
  width: auto; }

.topline .slogo {
  text-align: right; }

.flybox {
  display: block;
  float: none;
  margin: 0px;
  position: relative; }

.flybox + .page {
  display: block; }

.slmenu {
  margin-bottom: 20px;
  margin-top: -30px; }
  .slmenu * {
    color: #525252; }
  .slmenu ul {
    text-align: center; }
    .slmenu ul li {
      width: auto;
      display: inline-block;
      border: 1px solid #f7f7f7;
      padding: 4px 8px;
      margin: 4px;
      border-radius: 3px; }
  .slmenu a {
    text-decoration: none;
    color: #525252; }
  .slmenu a:hover {
    text-decoration: underline;
    color: #767676; }
  .slmenu .actual {
    background: #fdb230;
    color: #fff;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 3px;
    border-width: 0px; }
  .slmenu .actual a {
    color: #fff; }

.page {
  padding: 0px 8px; }

/*# sourceMappingURL=xstyle.css.map */
