
@media (max-width: 1450px) {
    .yourChar {
      display: none;
    }
  }
@media (max-width: 1350px) {
  .hero {
    right: 0px;
  }
  .flame {
    display: none;
  }
}
@media (max-width: 1200px) {
  .highlight, .sparks, .ray, .rainbow {
    display: none;
  }
  .container, .topPanel_Wrapper {
    padding: 0px 10px;
  }

  .menu li {
    padding: 0px 10px;
  }
  .menu li a {
    padding: 0px 10px;
  }

  .menu li .menu-a:after {
    right: -8px;
  }

  footer .container:after {
    right: 0px;
  }

  .downloadBlock {
    right: 20px;
  }

  .newsBlockContainer-right {
    padding: 30px 20px;
  }

  .fastButtons {
    transform: scale(0.8);
    right: -12px;
  }

  .toTop {
    transform: scale(0.7);
    bottom: 0px;
    right: 0px;
  }

  .gameBlockCenter .container {
    padding: 80px 10px 50px 10px;
  }

  footer .container {
    padding: 60px 10px;
  }

  .driversBlock {
    justify-content: center;
  }
  .driversBlock img {
    display: block;
    margin: 15px;
  }

  .areaInfo > div {
    width: 50%;
    justify-content: center;
  }

  .areaInfo-active {
    border: none;
  }

  .charSlide {
    flex-wrap: wrap;
  }

  .charSlide-info {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-height: 700px;
  }

  .charSlide-eq {
    margin: 0 auto;
  }

  .skillsBlock-left {
    width: 40%;
  }

  .skillsBlock-right {
    width: 60%;
  }

  .skillsSmallBlock {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .btn {
    display: block;
  }

  .topPanel .topPanel_Wrapper {
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
  }
  .topPanel .topPanel-left {
    position: fixed;
    left: -320px;
    width: 320px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 11;
    transition: 0.3s;
  }
  .topPanel .topPanel-left.active {
    left: 0px;
  }
  .topPanel .topPanel-right {
    position: absolute;
    right: 10px;
  }
  .topPanel .topPanel-right .log {
    height: 50px;
  }

  .topPanel-left .mini-logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .menu {
    position: absolute;
    top: 130px;
    left: 20px;
    height: calc(100% - 140px);
    overflow-y: auto;
    width: calc(100% - 40px);
  }
  .menu li {
    display: block;
    margin: 10px 0px;
  }
  .menu li a {
    font-size: 18px;
    height: auto;
    padding: 20px 0px;
  }
  .menu .dropDown-menu {
    position: relative;
    left: 0px;
    top: auto;
    padding: 20px 0px 20px 0px;
  }

  header {
    height: auto;
  }

  .logo {
    margin-top: 130px;
    margin-bottom: 130px;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }

  .onlineBlock {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    margin-bottom: 110px;
  }

  .downloadBlock {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }

  .newsBlockContainer-left, .newsBlockContainer-right {
    width: 100%;
  }

  .weeklyButton {
    background: none;
    background-color: rgba(255, 255, 255, 0.1);
    height: auto;
    margin-top: 20px;
    padding: 20px 0px 20px 25px;
  }

  .sliderHero .container:after, footer .container:after {
    display: none;
  }

  .gameBlockCenter h2 {
    text-align: center;
  }

  .subBlock form {
    justify-content: center;
  }

  .gameBlockContainer {
    flex-wrap: wrap;
    border: none;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .gameBlockContainer .gameBlock, .gameBlockContainer:hover .gameBlock:hover, .gameBlockContainer:hover .gameBlock {
    width: calc(50% - 5px);
    margin-bottom: 5px;
    padding: 20px 10px 20px 20px;
  }

  .gameBlockContainer .gameBlock {
    border: 1px solid #403f3d;
  }

  .gameBlockContainer .gameBlock:last-child {
    border-right: 1px solid #403f3d;
  }

  .footerMenuBlock {
    width: 33%;
  }

  .footerButtons {
    left: 33%;
  }

  .paymentsBlock {
    margin: 15px 0px;
  }

  .footerInfo {
    justify-content: center;
  }

  .hero {
    transform: scale(0.8);
  }

  .topFtableBlock {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .sl-slide .sl-hero {
    display: none;
  }

  .hero-slider-nav {
    max-width: 500px;
  }

  .nav-char {
    max-width: 100%;
  }

  .areaInfo-name_info p {
    font-size: 26px;
  }
}
@media (max-width: 769px) {
  .hero {
    display: none;
  }

  .gameClient > div {
    width: 100%;
    margin-bottom: 15px;
  }

  table td {
    padding: 10px 15px;
  }

  .topTable tr {
    display: flex;
    flex-wrap: wrap;
  }
  .topTable tr td {
    width: 33%;
  }

  .topFtableBlock {
    width: 100%;
  }

  .hero-slider-nav {
    max-width: 300px;
  }

  .sliderHero:after {
    display: none;
  }
  .sliderHero:before {
    display: none;
  }

  .nav-char {
    max-width: 100%;
  }

  .charSlide-eq {
    background: none;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
  }

  .eq-bg, .eq-not-bg {
    display: none;
  }

  .equipment-info {
    color: #fff;
    width: 100%;
    position: relative;
    left: auto;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .equipment-info > div {
    width: 100%;
    position: relative;
    top: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40%;
    margin: 10px;
    padding: 10px;
  }

  .eq-left {
    left: auto;
    text-align: left;
  }

  .eq-right {
    right: auto;
  }

  .skillsBlock-left {
    width: 100%;
  }

  .skillsBlock-right {
    width: 100%;
  }

  .charSlide-info .char {
    right: 0px;
  }

  .nav-char:after, .nav-char:before {
    display: none;
  }

  .charSlide-eq_title {
    position: relative;
    left: auto;
    top: auto;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .fastButtons {
    transform: scale(0.8);
    right: -20px;
    top: 30%;
  }

  .toTop {
    transform: scale(0.5);
    bottom: -30px;
    right: -30px;
  }

  .logo {
    margin-bottom: 50px;
  }

  .onlineBlock {
    width: 300px;
    height: 120px;
    background: url(../images/online_bg.png) no-repeat;
    background-size: cover;
    padding-top: 34px;
  }

  .swiper-news {
    height: 300px;
  }
  .swiper-news .sliderNewsBlock {
    left: 10px;
    top: 30px;
  }

  .swiperNews-nav {
    bottom: 10px;
    right: 10px;
  }

  .socButtons a {
    width: 100%;
  }

  .news-list a .news-title {
    font-size: 14px;
    max-width: 160px;
  }

  .newsBlockContainer-right {
    height: auto;
  }

  .moreNews span {
    color: #fff;
  }

  .newsBlockContainer {
    margin-bottom: 30px;
  }

  .gameBlockContainer .gameBlock, .gameBlockContainer:hover .gameBlock:hover, .gameBlockContainer:hover .gameBlock {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  .subBlock span {
    margin: 10px 0px;
  }

  .footerMenu {
    margin-bottom: 20px;
  }

  .footerMenuBlock {
    width: 50%;
    margin-bottom: 20px;
  }
  .footerMenuBlock h4 {
    font-size: 14px;
  }

  .footerButtons {
    left: 50%;
    bottom: 30px;
  }

  .socBlock {
    margin-left: 0px;
    margin-top: 30px;
  }

  .gameBlockCenter .container {
    padding: 40px 10px 40px 10px;
  }

  .copyBlock {
    text-align: center;
  }
  .copyBlock a {
    display: inline-block;
    margin: 10px 10px;
  }
  .copyBlock span {
    margin-left: 0px;
    display: block;
    width: 100%;
  }

  .modal_div {
    padding: 50px 10px 50px 10px;
    left: 0px;
    margin-left: 0px;
    max-width: 100%;
  }

  .facebookButton {
    width: 300px;
  }

  .formGroup {
    max-width: 100%;
  }

  .formGroup select, .formGroup input {
    width: 100%;
  }

  .gameClient > div {
    padding: 30px 15px;
  }

  table tr {
    display: flex;
    flex-wrap: wrap;
  }
  table tr td {
    width: 50%;
  }

  .topTable tr {
    display: flex;
    flex-wrap: wrap;
  }
  .topTable tr td {
    width: 50%;
  }
  .topTable tr td:nth-child(4n+2) {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .topTable tr td:last-child {
    text-align: left;
  }

  .sl-slide .classInfo {
    top: 160px;
    padding-left: 10px;
  }
  .sl-slide .classInfo h2 {
    font-size: 50px;
  }
  .sl-slide .classInfo h3 {
    margin-bottom: 40px;
  }
  .sl-slide .classInfo .classIcon {
    top: -140px;
    left: 20px;
  }

  .hero-slider-nav .slick-arrow.slick-next {
    right: 0px;
  }

  .hero-slider-nav .slick-arrow.slick-prev {
    left: 0px;
  }

  .areaInfo > div {
    width: 100%;
  }

  .areaInfo-active {
    max-width: 320px;
    margin: auto;
  }

  .rankingTabs .tab-button {
    padding: 20px 15px;
  }

  .nav-char {
    padding: 0px 30px;
  }

  .charSlide-info {
    padding: 30px 20px;
  }

  .charSlide-info h2 {
    font-size: 36px;
  }

  .basicAbility .abil {
    width: 300px;
  }

  .skillsBlock > div {
    padding: 35px 15px;
  }

  .skillBlock, .skillsSmall {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .skillBlock-block, .skillsSmallBlock {
    width: 100%;
    margin-bottom: 20px;
  }

  .subBlock-page {
    margin: 70px 0px 10px 0px;
  }

  .content-page {
    padding: 40px 10px;
  }
}
@media (max-height: 600px) {
  .modal_div {
    height: 100%;
    overflow-y: auto;
  }

  .modal-v {
    height: calc(100% + 100px);
    position: relative;
  }
}