@import url("https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic,latin-ext");
body {
  font-family: 'Poiret One', cursive;
  font-weight: 600; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.container {
  margin: auto;
  max-width: 1210px;
  padding: 0 15px; }

.home-page {
  background: #191919; }

.home-left {
  float: left;
  min-height: 600px;
  width: 50%;
  display: table;
  vertical-align: middle;
  padding-bottom: 100px; }
  .home-left .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .home-left .header-home h1 {
    font-weight: 600;
    font-size: 150px;
    color: #f00000;
    margin: 0; }
  .home-left .header-home h2 {
    font-weight: 600;
    margin: 30px 0;
    font-size: 60px;
    color: #00aeff; }

.header-nav {
  text-align: center; }
  .header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-nav .menu {
    margin: 50px 0; }
    .header-nav .menu li {
      margin: 15px 0; }
      .header-nav .menu li a {
        font-size: 24px;
        color: #FFF;
        text-decoration: none; }
        .header-nav .menu li a:hover {
          color: #00aeff; }
  .header-nav .lang {
    text-align: center; }
    .header-nav .lang li {
      display: inline-block;
      margin: 0 3px; }
      .header-nav .lang li a {
        width: 30px;
        line-height: 28px;
        height: 30px;
        color: #FFF;
        text-decoration: none;
        border: 1px solid #FFF;
        display: block;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        opacity: 0.5; }
        .header-nav .lang li a:hover {
          color: #00aeff;
          border-color: #f00000; }

.home-right {
  float: right;
  min-height: 600px;
  width: 50%;
  background-position: center;
  background-size: cover; }

.home-page .footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 50%;
  text-align: center;
  color: #7b7b7b;
  background: url("../images/footer.png") 50px center no-repeat;
  min-height: 105px; }
  .home-page .footer p {
    margin: 80px 0 0; }

.subpage {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .subpage .header-nav {
    display: none; }
  .subpage .footer {
    clear: both;
    background: #191919;
    overflow: hidden;
    text-align: center;
    padding: 10px 0; }
    .subpage .footer p {
      font-size: 16px;
      color: #7b7b7b; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #191919;
  padding: 22px 0;
  z-index: 100;
  border-bottom: 1px solid #323232; }
  .header .header-left {
    float: left; }
    .header .header-left h1 {
      font-weight: 600;
      color: #f00000;
      font-size: 60px;
      margin: 0; }
      .header .header-left h1 span {
        color: #00aeff;
        font-size: 30px; }
  .header .header-right {
    float: right;
    background: url("../images/footer.png") right center no-repeat;
    background-size: 50px auto;
    height: 64px;
    padding: 20px 0;
    padding-right: 90px; }
    .header .header-right .lang a {
      text-align: center;
      width: 30px;
      line-height: 28px;
      height: 30px;
      color: #FFF;
      text-decoration: none;
      border: 1px solid #FFF;
      display: inline-block;
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      opacity: 0.5;
      margin: 0 3px; }
      .header .header-right .lang a:hover {
        color: #00aeff;
        border-color: #f00000; }

.content {
  padding-top: 140px;
  padding-bottom: 20px; }
  .content .content-left {
    float: left;
    width: 268px; }
    .content .content-left ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .content .content-left ul li {
        margin: 20px 0; }
        .content .content-left ul li a {
          font-size: 20px;
          color: #FFF;
          text-decoration: none; }
          .content .content-left ul li a.active, .content .content-left ul li a:hover {
            color: #00aeff; }
  .content .content-right {
    overflow: hidden;
    color: #FFF; }
    .content .content-right h1, .content .content-right h2, .content .content-right h3, .content .content-right h4, .content .content-right h5 {
      font-weight: 600; }
    .content .content-right p {
      font-size: 18px;
      line-height: 30px; }
    .content .content-right li {
      font-size: 18px;
      line-height: 30px; }
.nagroda  {
    width: 290px;
    text-align: center;
    display: inline-block;
    vertical-align: top;

}
