@media screen and (max-width: 1300px) {
  #header .bluster .logo {
    margin-top: 15px; }
  #menu ul li a {
    padding: 17px 20px 16px; }
  #submenu {
    margin-left: -23px; }
    #submenu ul li a {
      padding: 7px 10px; } }

/*end 1300*/
@media screen and (max-width: 1150px) {
  #header .bluster {
    padding-left: 20px; }
  #info_bar {
    padding-right: 20px; }
  #searcher {
    margin-right: -8px; }
  #menu ul li {
    padding-right: 0 !important; }
    #menu ul li a {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin-left: 0;
      border: none !important; }
      #menu ul li a span {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
  #submenu {
    margin-left: 0; }
    #submenu ul li a {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin-left: 0; }
      #submenu ul li a span {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
  #main {
    padding: 40px 20px 80px; } }

/*end 1150*/
@media screen and (max-width: 1100px) {
  #info_bar .kosmos .star.st3 {
    display: none; }
  #menu ul li:last-child {
    padding-right: 5px !important; }
  #menu ul li a {
    padding: 12px 15px 11px; }
  #main .priseenter.three .item {
    font-size: 17px; }
  #main .priseenter .item {
    font-size: 19px; }
  #main .igualmente .elems .elem .title {
    font-size: 15px; }
  #content .golden_age .title {
    font-size: 16px; }
  #content .vengardio .title {
    font-size: 15px; } }

/*end 1100*/
@media screen and (max-width: 1000px) {
  #header .bluster .logo {
    width: 180px; }
  #content .golden_age .cell {
    padding: 20px 15px; }
    #content .golden_age .cell.first {
      width: 90px; }
    #content .golden_age .cell.last {
      padding-left: 15px; }
  #content .vengardio .elem {
    padding: 15px 20px; } }

/*end 1000*/
@media screen and (max-width: 940px) {
  #stable > .kek {
    padding-top: 75px; }
  #header .bluster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    height: 75px; }
    #header .bluster .logo {
      max-width: 120px;
      width: 100%;
      margin-left: 20px;
      margin-top: 0; }
  #info_bar .kosmos {
    display: none; }
  #info_bar .triangulation {
    margin: 0 20px; }
    #info_bar .triangulation .social {
      display: none; }
  #searcher {
    font-size: 25px;
    width: 41px; }
  #burger {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #burger:after {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.4);
      z-index: -1;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background: #fff; }
    #burger.active:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.2s ease 0.1s;
      -moz-transition: all 0.2s ease 0.1s;
      -ms-transition: all 0.2s ease 0.1s;
      -o-transition: all 0.2s ease 0.1s;
      transition: all 0.2s ease 0.1s; }
    #burger.active .line {
      background: transparent;
      transform: scale(0.9);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #burger.active .line:before, #burger.active .line:after {
        margin: 0;
        height: 2px; }
      #burger.active .line:before {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-bottom: -2px; }
      #burger.active .line:after {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
        margin-top: -2px; }
    #burger .line {
      height: 2px;
      background: black;
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: -1px; }
      #burger .line:before, #burger .line:after {
        content: '';
        height: 2px;
        background: black;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #burger .line:before {
        bottom: 100%; }
      #burger .line:after {
        top: 100%; }
  #nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #133f80;
    z-index: -1;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #nav.active {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
      z-index: 99; }
  #menu {
    position: relative; }
    #menu:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50%;
      background: #002e70; }
  #main {
    padding-top: 30px; }
    #main .priseenter.three .item {
      font-size: 14px; }
    #main .priseenter .item {
      font-size: 16px; }
      #main .priseenter .item .vidos {
        margin-top: 0;
        top: 10px; }
      #main .priseenter .item .bright {
        padding: 15px;
        z-index: 3; }
    #main .calembour .column {
      float: none; }
      #main .calembour .column.left {
        width: auto; }
      #main .calembour .column.right {
        width: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: -10px;
        text-align: center; }
        #main .calembour .column.right .clear {
          font-size: 0; }
        #main .calembour .column.right .trash {
          margin-top: 0px;
          max-width: 250px;
          width: 100%;
          display: inline-block;
          vertical-align: top;
          margin-right: 10px;
          margin-bottom: 10px; }
          #main .calembour .column.right .trash.pochta {
            display: none; }
    #main .igualmente .elems .elem {
      width: 33.333%; }
  #content {
    margin-right: 0; }
  #footer:before {
    display: none; }
  #footer .bg0 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    padding: 35px 20px; }
    #footer .bg0 .social {
      position: absolute;
      right: 0;
      margin: 0;
      margin-right: 12px; }
    #footer .bg0 .contacts .lem {
      display: inline-block;
      max-width: 200px;
      vertical-align: top;
      margin: 0;
      margin-right: 8%;
      margin-top: 25px; }
      #footer .bg0 .contacts .lem:first-child {
        margin-top: 25px; }
  #footer .bg1 {
    padding-top: 15px; }
  #footer .pro {
    padding-left: 20px;
    padding-right: 20px; }
  #footer .to_hide_post {
    display: block;
    margin-top: 25px; }
    #footer .to_hide_post a {
      color: #4d87bd;
      color: #fff;
      text-decoration: underline; }
      #footer .to_hide_post a:hover {
        text-decoration: none; } }

/*end 940*/
@media screen and (max-width: 768px) {
  body {
    position: relative; }
    body:before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      background: #002e70;
      z-index: 100; }
    body.active {
      overflow: hidden;
      margin-right: 17px; }
      body.active:before {
        height: 75px; }
      body.active #info_bar .triangulation .social {
        margin-top: 0;
        visibility: visible;
        opacity: 1; }
  #info_bar {
    padding-right: 0;
    margin-right: 80px; }
    #info_bar .triangulation {
      margin-right: 0; }
      #info_bar .triangulation .social {
        position: fixed;
        left: 20px;
        display: inline-block !important;
        z-index: 101;
        margin-left: -8px;
        padding-right: 0;
        opacity: 0;
        margin-top: -50px;
        visibility: hidden; }
        #info_bar .triangulation .social li a {
          color: #fff; }
        #info_bar .triangulation .social:after {
          display: none; }
  #burger {
    position: absolute;
    right: 20px;
    top: 18px; }
    #burger:after {
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
    #burger.active {
      position: fixed; }
      #burger.active:after {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
      #burger.active .line {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
    #burger .line {
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
      #burger .line:before, #burger .line:after {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
  #nav {
    position: fixed;
    top: inherit;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: 0;
    height: 0;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    background: transparent;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
    #nav:before, #nav:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      display: block;
      background: #133f80;
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
    #nav:after {
      left: auto;
      right: 0;
      background: #ced9db; }
    #nav.active {
      height: 100%;
      overflow: scroll;
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -o-transition: all 0s ease;
      transition: all 0s ease; }
      #nav.active:before, #nav.active:after {
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
  #menu {
    float: left;
    width: 50%; }
    #menu:after {
      display: none; }
    #menu ul {
      text-align: left; }
      #menu ul li {
        display: block;
        float: none; }
        #menu ul li:before, #menu ul li:after {
          display: none; }
        #menu ul li a {
          padding: 20px; }
          #menu ul li a:before, #menu ul li a:after {
            display: none; }
          #menu ul li a:active {
            background: #002e70; }
  #submenu {
    width: 50%;
    float: left; }
    #submenu ul {
      background: transparent; }
      #submenu ul li {
        display: block;
        float: none;
        padding-right: 0 !important;
        text-align: left; }
        #submenu ul li a {
          padding: 20px;
          font-size: 14px;
          background: transparent; }
          #submenu ul li a:before {
            display: none; }
          #submenu ul li a:hover {
            color: black; }
            #submenu ul li a:hover:before {
              display: none; }
          #submenu ul li a:active {
            color: #fff; }
            #submenu ul li a:active:before {
              display: block; }
  #main {
    padding: 25px 15px 50px; }
    #main .priseenter.three {
      margin: -5px; }
      #main .priseenter.three .item {
        font-size: 12px;
        padding: 5px; }
    #main .priseenter .item {
      font-size: 14px; }
    #main .calembour {
      margin-top: 25px; }
      #main .calembour .column.right {
        margin-top: 25px; }
    #main .money_generator {
      margin-top: 25px; }
    #main .igualmente {
      margin-top: 25px; }
      #main .igualmente .elems {
        margin: -5px; }
        #main .igualmente .elems .elem .pos {
          margin: 5px; }
        #main .igualmente .elems .elem .flat {
          padding: 15px 15px 40px; }
        #main .igualmente .elems .elem .title {
          font-size: 14px; }
  #content .golden_age .title {
    font-size: 13px; }
  #content .vengardio .elem {
    padding: 12px 15px; }
  #content .vengardio .club span {
    margin-right: 3px; }
  #content .vengardio .title {
    font-size: 13px; }
  #content .store {
    padding: 20px;
    font-size: 15px; }
    #content .store h1 {
      font-size: 20px; }
  #footer .bg2 {
    padding: 20px 20px 25px; }
    #footer .bg2 .table {
      display: block; }
      #footer .bg2 .table .row {
        display: block; }
        #footer .bg2 .table .row .cell {
          display: block; }
    #footer .bg2 .cell.last {
      width: auto;
      text-align: left; }
    #footer .bg2 .cell .counters {
      display: block;
      margin-top: 20px; }
      #footer .bg2 .cell .counters .cnn {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-right: 10px; } }

/*end 768*/
@media screen and (max-width: 636px) {
  #main .priseenter.three {
    margin: 0;
    text-align: center; }
    #main .priseenter.three .item {
      padding: 0;
      float: none;
      width: auto;
      font-size: 15px;
      display: inline-block;
      margin-top: 10px;
      text-align: left; }
      #main .priseenter.three .item:first-child {
        margin-top: 0; }
  #main .igualmente .elems .elem {
    width: 50%; }
    #main .igualmente .elems .elem .title {
      font-size: 14px;
      height: 3.6em; }
  #content .typo_h1 {
    font-size: 15px;
    padding: 0 20px; } }

/*end 635*/
@media screen and (max-width: 575px) {
  #stable .kek {
    padding-top: 90px; }
  #header .bluster {
    height: 80px; }
  #info_bar .drop {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #fff;
    border-top: 1px dashed #eaeaea;
    padding-bottom: 8px;
    display: none; }
  #info_bar > div {
    vertical-align: middle; }
  #info_bar .dt {
    display: inline-block;
    margin-right: 15px; }
  #info_bar .mw {
    display: inline-block;
    margin-top: 0; }
  #content .col {
    float: none; }
    #content .col.lb {
      width: auto;
      margin-right: 0; }
    #content .col.rb {
      margin-top: 30px;
      width: auto;
      margin-bottom: 20px; }
  #scrollbar1 .baron, #scrollbar2 .baron {
    height: auto !important; } }

/*end 575*/
@media screen and (max-width: 520px) {
  #info_bar .mw .m {
    display: none; }
  #main .igualmente .elems {
    text-align: center;
    margin: 0; }
    #main .igualmente .elems .elem {
      max-width: 302px;
      width: 100%;
      margin-top: 10px;
      float: none;
      text-align: left; }
      #main .igualmente .elems .elem:first-child {
        margin-top: 0; }
      #main .igualmente .elems .elem .pos {
        margin: 0; }
      #main .igualmente .elems .elem .flat {
        padding-bottom: 15px; }
      #main .igualmente .elems .elem .title {
        font-size: 14px;
        height: auto; }
      #main .igualmente .elems .elem .vimm {
        position: static;
        margin-top: 10px; }
  #content .igualmente .elems .elem .flober {
    height: auto; }
  #content .igualmente .elems .elem .title {
    max-height: 100%; }
  #content .igualmente .elems .elem .descr {
    max-height: 100%; }
    #content .igualmente .elems .elem .descr:after {
      display: none; } }

/*end 520*/
@media screen and (max-width: 400px) {
  #content .store .commentarget .begin .inb {
    padding: 0 5px; }
  #content .store .commentarget .begin .btn_load {
    height: auto;
    line-height: normal;
    padding: 10px;
    font-size: 12px; }
  #footer .bg0 .social {
    position: relative;
    display: block;
    margin-top: 20px; } }

/*end 400*/
