@font-face {
    font-family: 'Rostelecom Basis';
    src: url('../fonts/RostelecomBasis-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rostelecom Basis';
    src: url('../fonts/RostelecomBasis-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@keyframes crawl {
    0% {
        top: 360px;
        transform: rotateX(20deg) translateZ(0);
    }

    100% {
        top: -6000px;
        transform: rotateX(35deg) translateZ(-2500px);
    }
}

/* Прокрутка */
* {
    scrollbar-color: #192120 #48493F;
}

*::-webkit-scrollbar {
    height: 12px;
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: #48493F;
}

*::-webkit-scrollbar-thumb {
    background-color: #192120;
    border-radius: 5px;
    border: 3px solid #48493F;
}
/**/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.5s;
}

.mobile {
    display: none;
}



.asteroids {
    top: 230px;
    position: absolute;
    left: -300px;
    z-index: 2;
}

.asteroid {
    position: absolute;
    z-index: 2 !important;
}

.asteroid1
{
    left: 973px;
    top: 220px;
}

.asteroid2
{
    left: -327px;
    top: 314px;
}

.asteroid3
{
    left: 1040px;
    top: 580px;
}


.logo {
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 3000;
}

.site_text {
    position: absolute;
    top: 278px;
    left: 514px;
    z-index: 3;
}

.site_title {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 3000;
}

.pixels {
    position: absolute;
    top: -0px;
    left: -163px;
    z-index: 1;
}

.rc {
    position: absolute;
    right: 0;
    top: 0px;
}

.lc {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.dott {
    position: absolute;
    top: 428px;
}

.dott_left {
    left: -470px;
}

.dott_right {
    right: -430px;
}

.head .decor2
{
    top: 890px !important;
    left: 310px;
}

.more_button.more_button_finish {
    display: none;
}


.more_button {
    position: absolute;
    top: 855px;
    left: 480px;
    z-index: 110;
    width: 250px;
    height: 62px;
    display: block;
    background: url("../img/more_button.svg?1") no-repeat center 0px transparent;
    transition-duration: 0.3s;
}

.more_button:hover {
    cursor: pointer;
    background: url("../img/more_button_active.svg?1") no-repeat center 0px transparent;

}

.more_button_start
{
    width: 290px;
    background: url("../img/go.svg") no-repeat center 0px transparent;
    transition-duration: 0.2s;

}

.more_button_start:hover
{
    background: url("../img/go_active.svg") no-repeat center 0px transparent;
}

html {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: black;
    color: white;
    font-family: 'Rostelecom Basis', sans-serif;
    font-weight: 400;
    min-width: 1080px;
    overflow-x: hidden;
    overflow-y: hidden;
    /*zoom: 1.2;*/
    background: url(../img/start.jpg?) no-repeat scroll center -1px black;
    background-size: cover;


}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: unset;
    height: 1080px;
    position: relative;

}

.head .decor
{
    position: absolute;
    top: 275px;
    right: -250px;
}




.blockContent {
    width: 1100px;
    height: 100%;
    margin: auto;
    position: relative;
    margin-top: 0;
}

.block {
    padding-top: 436px;
}

.block_start {
    padding-top: 470px;
}

.block_start .blockContent {
    width: 100%;
    max-width: 1600px;
    height: 450px;
}

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

.block_finish {
    padding-top: 470px;
    display: none;
}

.block_finish .blockContent {
    width: 100%;
    max-width: 1600px;
    height: 450px;
}

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


.block_time {
    display: none;
    position: relative;
    z-index: 1000;
}

.block_time .slider_bg {
    width: 1098px;
    height: 419px;
    position: absolute;
    top: 50px;
}

.block_time .slide {
    width: 923px;
    height: 280px;
    overflow-y: auto;
    position: absolute;
    left: 100px;
    top: 100px;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;

    padding-right: 20px;
}

.block_time .slide p {
    margin: 0;
    margin-bottom: 10px;
}

.block_time .slide h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    margin: 0;
    margin-bottom: 16px;
    text-align: left;
}

.block_time .slide {
    scrollbar-width: thin;
    scrollbar-color: #192120 #48493F;
}

.block_time .slide::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.block_time .slide::-webkit-scrollbar-track {
    background: #48493F;
}

.block_time .slide::-webkit-scrollbar-thumb {
    background-color: #192120;
    border-radius: 5px;
    border: 3px solid #48493F;
}


.timeline {
    position: absolute;
    top: 389px;
    left: -4px;
    display: flex;
    width: 1070px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    z-index: 100000;
    align-items: flex-start;
    caret-color: transparent;
}

.timeline img {
    cursor: pointer;
    min-width: 40px;
    transition-duration: 0.2s;

}

.timeline img:hover {
    opacity: 0.75;
}

.block_time .decor
{
    position: absolute;
    top: 410px;
    left: 460px;
}

.arrow {
    position: absolute;
    top: 230px;
    cursor: pointer;
}

.arrow:hover {
    opacity: 0.65;

}

.arrow.aleft {
    left: 40px;
    transform: rotate(180deg);
}


.arrow.aright {
    right: 40px;
}


/* Текст звездных войн */

.star-wars {
    display: flex;
    justify-content: center;
    position: relative;
    height: 350px;
    color: white;
    font-size: 40px;
    line-height: 1.4;
    perspective: 400px;
    text-align: justify;

    overflow: hidden;
    width: 100%;

    display: none;
    z-index: 1000;
}

.crawl {
    position: relative;
    top: 360px;
    /*transform-origin: 50% 100%;*/
    transform: rotateX(20deg) translateZ(0);
    /*animation: crawl 300s linear;*/


}


/* ИКОНКИ в футере */
.icons {
    position: absolute;
    top: 965px;
    left: 200px;
    z-index: 100;
    width: 800px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    transition-duration: 0.2s;
    display: none;
}

.icon {
    min-width: 170px;
    height: 100px;
    cursor: pointer;
    caret-color: transparent;
    transform: scale(1.2);
}

.icon1 {
    background: url("../img/icon1.svg") no-repeat left 0px transparent;
}

.icon1:hover {
    background: url("../img/icon1_active.svg?1") no-repeat left -4px transparent;
    min-width: 250px;

}

.icon2 {
    background: url("../img/icon2.svg") no-repeat left 0px transparent;
}

.icon2:hover {
    background: url("../img/icon2_active.svg?1") no-repeat left -4px transparent;
    min-width: 180px;

}

.icon3 {
    background: url("../img/icon3.svg") no-repeat left 0px transparent;
}

.icon3:hover {
    background: url("../img/icon3_active.svg?1") no-repeat left -4px transparent;
    min-width: 180px;

}

.icon4 {
    background: url("../img/icon4.svg") no-repeat left 0px transparent;
}

.icon4:hover {
    background: url("../img/icon4_active.svg?1") no-repeat left -4px transparent;
    min-width: 170px;

}

.ads
{
    position: absolute; bottom: 4px; right: 14px; font-size:12px; color: #666; cursor: pointer; z-index: 999999;
}

.ads:active::before {
    content:attr(title);
    padding:5px;
    border:1px solid #ccc;
    top:-15px;
    right:10%;
    background: #eee;
}

@media screen and (max-width: 1600px) {
    .rc {
        position: absolute;
        right: -150px;
        top: 0px;
    }
    
    .lc {
        position: absolute;
        left: -150px;
        bottom: 0px;
    }
}