@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600&subset=cyrillic-ext');

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  /*background-image: url(../img/bg-body.jpg);*/
}

h1, h2, h3 {
  font-weight: 300;
}

a {
  color: #1e6bb8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }


.rowcorner {
  width: 30px;
  height: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: .7;
  z-index: 999;
}

.title-job {
 color: #336699;
}

.footer {
  height: 100px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
  background-color: #006699;
  color: #FFCC66;
  text-align: center;
}
