
@media (max-width: 1480px) {
  .top-panel-block {
    width: 100%;
    padding: 0 20px 0 70px;
    justify-content: space-between;
  }
  .logo-icon {
    margin: 0;
  }
  .logo-icon img {
    margin: 0;
  }
  .topPanel-wrapper_right {
    margin: 0;
  }

  .menuContent {
    width: 320px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
    transition: 0.3s;
    z-index: 10;
  }
  
  .menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
  }

  .menu li {
    margin: 10px 0;
  }
  .menu li:hover {
    margin: 10px 0 !important;
  }


 
  .menuContent {
    left: -320px;
  }
  .menuContent.active {
    left: 0px;
  }

  .button-btn {
    display: block;
    position: absolute;
    z-index: 11;
    transition: 0.3s;
    left: 20px;
  }
  .button-btn span {
    position: relative;
  }
  .button-btn.active {
    position: fixed;
    left: 265px;
    margin-top: 10px;
  }
  .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;
  }

  .logo img {
    width: 550px;
  }
  
  
  .logo {
    left: 0;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 0 10px;
    overflow: hidden;
  }

  .news-panel,
  .widget-panel,
  .video-pannel {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .news-panel .slider {
    margin-bottom: 20px;
  }

  .widget-block:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .video-block {
    margin-bottom: 50px;
  }

  .title-video-panel {
    margin-left: calc(50% - 395px);
  }

  .market-panel {
    height: auto;
  }
  .list-goods {
    width: auto;
    flex-wrap: wrap;
    margin: 15px 15% 11px 15%;
  }
  .list-goods li {
    width: calc(25% - 4px);
    margin-bottom: 4px;
  }

  .widget-panel-left {
    display: none;
  }
  
 .discordConn {
   position:relative;
   margin-left:120px;
 } 
    
  .news-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .ray {
    display: none;
  }
  
  .OnhideIfL {
    display: block;
  }
  
}

@media (max-width: 992px) {
  body {
    background: url(../images/background-top1.jpg) 58% top no-repeat, url(../images/background-bottom.jpg) center bottom no-repeat;
    background-color: #0d0101;
  }

  .header {
    min-height: 520px;
  }

  .fast-button {
    flex-direction: column-reverse;
    align-items: center;
  }

  .OnhideIfL {
    display: block;
  }
  
  .btn-download {
    height: 123px;
    margin-top:15px;
  }

 .discordConn {
   position:relative;
  margin-top:15px;
  margin-left:0;
 } 
 
  .reg-block {
    margin: 70px auto 10px auto;
  }

  .server-time {
        left: calc(50% - 145px);
        right: calc(50% - 145px);
        text-align: center;
        top: 15px;
    /*
    left: calc(50% - 197px);
    right: auto;
    bottom: -260px;*/
  }

  footer .f-logo {
    margin: 30px 0 50px 0;
    margin-left: 10px;
  }

  .bottom-footer {
    flex-direction: column;
  }

  .designed {
    margin-top: 35px;
  }

  .video-block {
    width: 100%;
    height: auto;
  }
  .title-video-panel {
    margin-left: 0;
  }
  .title-video-panel:after {
    width: calc(100% - 100px);
  }
  .video-player {
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .list-goods {
    margin: 15px 0 11px 0;
  }

  .logo {
    top: 350px;
    text-align: center;
  }
  .logo img {
    width: 90%;
  }

  .drivers {
    flex-direction: column;
  }
  .drivers li {
    margin-bottom: 20px;
  }

.events-block{
	background:none;
}

  .news-block {
    padding: 0 30px 40px 30px;
  }

  .smog,
  .sparks {
    display: none;
  }
}