@media screen and (max-width: 1000px) {

    html {
      position: relative;
      padding: 0;
      margin: 0;
      font-size: 27px;
      max-width: 640px;
      min-width: unset;
      width: 640px;
      overflow-x: hidden;
      overflow-y: scroll;
      min-height: unset;
      height: auto;
      background-image: none !important;
    }

    .decor
    {
        display: none;
    }

    .slider_bg
    {
        display: none;
    }

    .asteroids
    {
        display: none;
    }

    .desktop
    {
        display: none;
    }

    .mobile
    {
        display: block;
    }

    .block_start .blockContent
    {
        width: 640px;
    }

    .block_finish .blockContent
    {
        width: 640px;
    }
  
    body {
      margin: 0;
      padding: 0;
      background-color: white;
      height: auto;
      min-width: unset;
      overflow-x: hidden;
      background: url(../img/start_mobile.jpg?) no-repeat scroll center -1px black;
      background-size: 150%;
      background-attachment: fixed;
      transition-duration: 0.1s;
    }

    .blockContent
    {
        width: 100%;
    }

    .more_button_start  
    {
        display: block;
        top: 1200px !important;
        left: 180px !important;
    }

    .asteroids
    {
        display: none;
    }

    .pixels
    {
        display: none;
    }

    .dott_left {
        left: 0;
        top: 560px;
        width: 640px;
        display: none;
        opacity: 0.5;
    }

    .dott_right {
        left: 0;
        right: unset;
        top: 661px;
        width: 640px;
        display: none;
        opacity: 0.5;

    }

    .rc
    {
        display: none;
    }

    .lc
    {
        display: none;
    }

    .head
    {
        height: 1415px;
    }

    .head .decor
    {
        display: none !important;
    }
    
    .more_button
    {
        top: 1340px;
        left: 200px;
        transform: scale(1.5);
    }

    .logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 200px;
    }

    .site_title {
        position: absolute;
        top: 120px;
        left: 30px;
        width: 580px;
        z-index: 3;
    }

    .site_text {
        position: absolute;
        top: 400px;
        left: 30px;
        width: 540px;
        z-index: 3;
    }

    .icons {
        width: 550px;
        left: 80px;
        top: 1500px;
        display: inline-flex;
        flex-wrap: wrap;
        transition-duration: 0s;
        display: none;

    }

    .icons .icon {
        width: 250px;
        height: 160px;
        background-size: contain;
        padding-bottom: 40px;
        margin-bottom: 40px;
        transform: scale(1);
    }




    .timeline
    {
        padding: 0 20px;
        top: 520px;
        width: 640px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        z-index: 100000;
        display: none;
    }

    
    .timeline img {
        cursor: pointer;
        min-width: 40px;
        transition-duration: 0.3s;
        height: 90px;
        padding: 0px 20px 30px;
        position: relative;
    }

    .timeline span::after
    {
        content: " ";
        background: url(https://www.tadviser.ru/images/4/4b/Aarr002.png) no-repeat scroll center -1px transparent;
        position: absolute;
        width: 28px;
        height: 28px;
        z-index: 999999;
        margin-top: 29px;
        margin-left: -12px;
        opacity: 0.5;
    }

    .timeline span:last-child:after
    {
        background: none;
    }

    .block_time .slide
    {
        width: 460px;
        height: 600px;
        background-color: black;
    }
  

    .block_start
    {
        padding-top: 0;
        display: block;
        top: 550px;
        position: absolute;
        width: 580px;
        left: 30px;
        background: transparent;
    }

    .block_finish
    {
        padding-top: 0;
        display: block;
        top: 710px;
        position: absolute;
        width: 580px;
        left: 30px;
        background: transparent;
        padding-bottom: 40px;
        display: none;
    }

    .block_start .blockContent {
        width: 640px;
        height: auto;
        position: absolute;
        left: 0;
        margin-left: 0;
    }

    .block_start .star-wars p {
        font-size: 28px;
    }

    .block_finish .blockContent {
        width: 640px;
        height: auto;
        position: absolute;
        left: 0;
        margin-left: 0;
    }    

    .block_finish .star-wars p {
        font-size: 28px;
    }

    .block_time {
        display: none;
        position: absolute;
        top: 200px;
        opacity: 0.95;
        z-index: 1000;
        transition-duration: 0s;
    }

    .block_time .slide {
        width: 490px;
        left: 80px;
        height: 720px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 30px;
        font-size: 24px;
        line-height: 1.4;
    }


    .star-wars
    {
        height: 560px;
        width: 570px;
        display: block;
        perspective: 1200px;
    }

    .crawl
    {
        animation: crawl 120s linear;

    }

/*    .crawl {
        animation: none !important;
        position: relative;
        top: 0;
        transform-origin: unset;
        transform: unset;
        animation: unset !important;
        font-size: 25px;
        line-height: 1.4;
    }    */

    .arrow.aleft {
        left: 40px;
        top: 350px;
        transform: rotate(180deg) scale(3);
        width: 10px;
    }

    .arrow.aright {
        left: 596px;
        top: 350px;
        transform: scale(3);
        width: 10px;
    }

    .block_time .slide h2
    {
        text-align: center;
    }

    .slide_2005
    {
        display: block;
    }

    .timeline img:hover
    {
        opacity: 0.4;
    }

}