@import url(http://fonts.googleapis.com/css?family=Sanchez:400,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);
@font-face {
  font-family: DuePuntoZero;
  src: url(Duepuntozero_bold.ttf); }

html {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto slab', Sanchez, helvetica, tahoma, arial, sans-serif;
  color: #b1b1b1;
  font-size: .9em;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  color: #a7c64c; }

h4 {
  margin: 0; }

body.o_nas h2, body.o_nas h3 {
  color: #f8b21f; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

.sprite, #header #logo, .mail-qiwi-img, .sms-qiwi-img, .crm-qiwi-img, .cookie-policy-alert .close {
  background-color: transparent;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat; }

.wrapper, .slider {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#header {
  height: 95px; }
  #header #logo {
    display: block;
    position: absolute;
    top: 25px;
    width: 140px;
    height: 56px;
    background-position: -22px -153px; }
  #header #mainmenu {
    position: absolute;
    top: 40px;
    right: 0;
    height: 24px;
    font-weight: normal; }
    #header #mainmenu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header #mainmenu ul li {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin-left: 2px;
        font-family: 'DuePuntoZero';
        font-size: 22px; }
        #header #mainmenu ul li a {
          display: block;
          padding: 0 10px 2px 10px;
          border-radius: 5px;
          text-decoration: none;
          color: #b1b1b1;
          text-transform: lowercase; }
        #header #mainmenu ul li.active a {
          color: #fff;
          background: #a7c64c; }
        #header #mainmenu ul li.highlighted a {
          background: #b1b1b1;
          color: #fff; }
        #header #mainmenu ul li:hover a {
          background: #e9e9e9;
          color: #7e7e7e; }

#content > h1 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px; }

#footer {
  margin-top: 20px;
  min-height: 100px;
  background: #e9e9e9 url("../img/footer_bg.png") repeat-x top;
  padding: 20px 0; }
  #footer ul.menu {
    font-family: DuePuntoZero;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-align: center; }
    #footer ul.menu li {
      font-size: 18px;
      display: inline-block; }
      #footer ul.menu li a {
        color: #b1b1b1;
        background: transparent;
        display: block;
        border-radius: 5px;
        padding: 2px 8px;
        text-transform: lowercase;
        text-decoration: none; }
        #footer ul.menu li a:hover {
          background: #b1b1b1;
          color: white !important; }
      #footer ul.menu li.active a {
        color: #a7c64c; }

/* LAYOUTS */
.page-layout .layout-columns {
  width: 960px;
  margin: 0 auto; }
.page-layout .bottom-layout-container {
  width: 960px;
  margin: 0 auto; }

.page-layout.two-columns .layout-columns .left-layout-container {
  float: left;
  width: 640px; }
.page-layout.two-columns .layout-columns .right-layout-container {
  float: right;
  width: 300px; }

.mail-qiwi-img {
  display: inline-block;
  height: 42px;
  width: 139px;
  background-position: -23px -15px; }

.sms-qiwi-img {
  display: inline-block;
  height: 42px;
  width: 130px;
  background-position: -215px -15px; }

.crm-qiwi-img {
  display: inline-block;
  height: 42px;
  width: 134px;
  background-position: -376px -15px; }

.slider-bar {
  background: #a7c64c;
  height: 400px; }

.slider {
  position: relative;
  height: 100%; }
  .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    display: none; }
    .slider .slide .title, .slider .slide .text {
      display: none; }
  .slider .nums {
    height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 300px;
    right: 300px;
    z-index: 20; }
    .slider .nums .num {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      border-radius: 10px;
      background: #fff;
      cursor: pointer; }
      .slider .nums .num.current {
        background: #b1b1b1; }
      .slider .nums .num > * {
        display: none; }

table td {
  vertical-align: top; }

.btn {
  padding: 8px 12px;
  background: #b1b1b1;
  border-radius: 6px;
  font-size: .8em;
  color: #fff;
  text-decoration: none; }

.btn.btn-green {
  background: #a7c64c; }

.cookie-policy-alert {
  display: block;
  position: fixed;
  bottom: 0;
  height: 30px;
  border-radius: 3px;
  background: #d5d4d4;
  padding: 5px 5px 5px 45px;
  line-height: 30px;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  color: #a9a9a9; }
  .cookie-policy-alert .close {
    background-position: -36px -86px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 7px;
    left: 7px;
    cursor: pointer; }
    .cookie-policy-alert .close > * {
      display: none; }
