@media (max-height: 900px) {
  .block {
    padding-top: 100px;
  }

  .homeBlock {
    top: 120px;
  }

  .blockTitle {
    margin-bottom: 20px;
  }

  .newsTabs a {
    height: 35px;
  }

  .news {
    height: 50px;
  }

  .topPlayer {
    height: 120px;
  }

  .copyright {
    bottom: 5px;
  }
}
@media (max-width: 1170px) {
  .login {
    margin-right: 10px;
  }

  .rightInfo {
    right: 0;
  }

  .scroll {
    right: 40px;
  }
}
@media (max-width: 992px) {
  .menuBlock {
    background: rgba(52, 36, 70, 0.9);
    height: 50px;
  }

  .menuContainer {
    height: 100%;
  }

  .menuContent {
    width: 320px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #342446;
    padding-top: 60px;
    transition: 0.3s;
  }
  .menuContent ul {
    display: block;
    margin-top: 10px;
    height: 100%;
    overflow-y: auto;
  }
  .menuContent ul li a {
    height: auto;
    padding: 20px 20px;
    line-height: 1;
  }
  .menuContent ul li ul {
    position: relative;
  }
  .menuContent ul li ul li {
    display: block;
  }

  .menuContent ul li a:before {
    left: 0px;
  }

  .menuContent {
    left: -320px;
  }
  .menuContent.active {
    left: 0px;
  }

  .button-btn {
    display: block;
    position: relative;
    z-index: 9;
    transition: 0.3s;
    left: 15px;
  }
  .button-btn span {
    position: relative;
  }
  .button-btn.active {
    left: 270px;
    margin-top: 15px;
  }
  .button-btn.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .button-btn.active span:nth-child(2) {
    display: none;
  }
  .button-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }

  .homeButton {
    display: inline-block;
  }

  .homeBlock {
    top: 150px;
  }
}
@media (max-width: 778px) {
  .rightInfo {
    top: 70px;
    right: -150px;
    transition: 0.5s;
  }
  .rightInfo.active {
    right: 0px;
  }

  .button-events {
    background: url(../images/button-events.png) no-repeat;
    width: 35px;
    height: 63px;
    display: block;
    position: fixed;
    right: 0px;
    top: 120px;
    z-index: 2;
    transition: 0.5s;
  }
  .button-events.active {
    right: 127px;
  }

  .scroll {
    right: 10px;
    top: auto;
    bottom: 5px;
  }

  .rightInfo-time_your {
    margin-bottom: 20px;
  }

  .block {
    padding-top: 70px;
  }
  .block h1 {
    font-size: 30px;
  }

  .container {
    padding: 0px 10px;
  }

  .modal-event .modalCastle, .modal-event .modalContent {
    padding: 15px;
    width: 100%;
  }

  .nextBattle {
    position: relative;
    margin-top: 20px;
  }

  .modal-event .modal-div {
    overflow-y: auto;
    height: 100%;
  }

  .modal_div .modal_close {
    z-index: 11;
    right: 22px;
    top: 18px;
  }

  .modalTitle {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .modal-event .modalTitle {
    padding: 10px 20px 0px 20px;
  }

  header {
    height: 400px;
  }

  .checkbox {
    margin: 20px 20px 30px 20px;
  }

  .chekBlock {
    justify-content: center;
  }

  .contentWrapper-title {
    padding: 15px 15px;
  }

  .content {
    padding: 20px;
    margin-bottom: 50px;
  }

  input, textarea {
    padding: 15px;
  }

  footer {
    padding: 30px 20px;
  }

  table td {
    padding: 15px 15px;
  }
}
@media (max-width: 475px) {
  body {
    font-size: 14px;
  }

  .homeButton a {
    width: 320px;
    height: 120px;
  }

  .homeButton .download {
    background: url(../images/button.png) no-repeat;
    background-size: 320px 120px;
  }

  .homeButton .register {
    background: url(../images/button-purple.png) no-repeat;
    background-size: 320px 120px;
  }

  .tabsBlock {
    padding: 10px 0px;
  }

  .newsTabBlock {
    padding: 5px;
  }

  .newsTabs a {
    height: 45px;
  }

  .news {
    height: 60px;
  }

  .news a {
    font-size: 14px;
    line-height: 1.4;
  }

  .topBlock {
    padding-top: 5px;
  }

  .topPlayer {
    height: 110px;
  }

  .block h1 {
    font-size: 24px;
    margin-left: 20px;
  }
  .block h1:before {
    left: -15px;
  }

  .blockTitle .dark-button {
    padding: 10px 10px;
  }

  .mediaBlock, .mediaBlock-top {
    height: 210px;
    line-height: 1.2;
  }

  .modal_div {
    align-items: flex-start;
    padding-top: 10px;
  }

  .modal-div {
    padding: 15px;
    height: 100%;
  }

  .enter-button {
    text-align: center;
  }

  .nextBattle {
    height: auto;
    padding: 10px;
  }

  .content button, .content .button, .content .button {
    background: url(../images/button.png) no-repeat;
    background-size: 290px 110px;
    width: 290px;
    height: 110px;
    font-size: 22px;
  }

  .content-button {
    background: url(../images/button-dark.png) no-repeat !important;
    background-size: 290px 110px !important;
  }

  tr {
    display: flex;
    flex-wrap: wrap;
  }
  tr td {
    width: 100%;
  }

  .updateBlock button, .updateBlock .button {
    font-size: 16px !important;
  }

  .downloadLinksBlock a {
    width: 130px;
  }
}
@media (max-width: 370px) {
  .block h1 {
    font-size: 20px;
  }

  .topPlayer {
    height: 90px;
  }

  .mediaBlock, .mediaBlock-top {
    height: 170px;
  }
}

/*# sourceMappingURL=style.css.map */
