@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700';
body {
  font-size: 15px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.2px;
  background-position: center -150px;
  background: #f2f2f2; }

.hidden {
  display: none; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

::selection {
  background: #ccc; }

::-moz-selection {
  background: #ccc; }

.block-category {
  display: inline-block; }
  .block-category .item {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 7px 20px 5px 20px;
    display: table-cell;
    transition: 0.3s;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px; }
    .block-category .item:hover {
      background: #00a552;
      border: 1px solid #00a552; }
      .block-category .item:hover p {
        color: #fff; }
    .block-category .item p {
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      float: left; }
    .block-category .item img {
      margin-left: 20px; }

.boock {
  display: inline-block;
  width: 100%; }
  .boock .item {
    display: inline-block;
    margin-bottom: 30px; }
  .boock .img-boock {
    float: left;
    width: 200px;
    margin-right: 20px; }
    .boock .img-boock img {
      width: 100%; }
  .boock a {
    font-size: 18px;
    color: #ffb302; }

.descript-boock {
  font-size: 14px; }
  .descript-boock p {
    font-size: 14px; }

audio {
  border: 1px solid #616161;
  height: 34px;
  margin-top: -6px; }

.counter {
  display: none; }

.arhiv-cat {
  border-radius: 3px;
  text-align: center;
  height: 150px;
  display: table;
  width: 100%;
  margin-top: 30px; }
  .arhiv-cat h2 {
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px !important;
    padding-top: 5px;
    transition: 0.3s; }
    .arhiv-cat h2:hover {
      font-size: 18px; }

a:hover {
  text-decoration: none; }
a:link {
  text-decoration: none; }

.main-page {
  background: url("../img/bg.png");
  height: 100vh;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }

.main-page-one {
  background: url("../img/bg-small.png");
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }

nav {
  padding: 50px 0; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    nav ul li {
      display: inline-block;
      margin: 0 20px; }
      nav ul li a {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
        transition: 0.3s; }
        nav ul li a:hover {
          color: #ffb302;
          text-decoration: none; }
        nav ul li a:active {
          color: #fff;
          text-decoration: none; }

.logo {
  text-align: center; }
  .logo img {
    margin-top: 2%; }

.heading {
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .heading h1 {
    font-size: 100px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 2%; }
  .heading h2 {
    font-size: 23px;
    font-weight: 100;
    margin: 0;
    padding: 0; }

.mouse {
  text-align: center;
  margin-top: 5%; }

.content {
  padding: 50px 0;
  background: #f2f2f2; }

.white {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px; }

.page {
  padding: 55px 50px; }
  .page h1 {
    margin-top: -25px;
    font-size: 25px; }
  .page h2 {
    color: #525252;
    font-size: 20px; }
  .page p {
    line-height: 1.9;
    letter-spacing: 0.3px;
    color: #535353; }
  .page img {
    max-width: 100%;
    height: 100%; }
  .page iframe {
    max-width: 100%; }

.last {
  padding: 40px 20px; }
  .last p {
    line-height: 1.9;
    letter-spacing: 0.3px;
    color: #535353; }
  .last img {
    max-width: 100%;
    cursor: pointer; }
  .last iframe {
    max-width: 100%; }

.last-cont {
  margin-top: -30px;
  font-weight: 500; }
