body{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0;
    background: #161616;
    z-index: 0;
}
h1{
    font-size: 354px;
    color: white;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
h2{
    font-size: 25px;
    /*color: white;*/
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}
hr{
    margin: 20px 0;
	padding: 0;
	height: 3px;
	border: none;
	background: white;
}
p {
    color: white;
}
a{
    color: white;
    transition: all 0.6s ease 0s;
}
a:hover{
    color: deepskyblue;
    text-decoration: none;
}

.skobki{
    opacity: 0;
    transition: all 0.3s ease 0s;
}

section{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

svg{
    stroke-dashoffset: 10px;
}
.svg1{
    transform: scale(1.5) translateX(180px) translateY(100px);
}

.container{
    background-color: salmon;
    /*min-height: 100vh;*/
    min-width: 350px;
    position: relative;
    padding: 0 0;
    z-index: 2;
}

/*соцсети - панель справа*/
.socnet_btns{
    height: 350px;
    width: 100px;
    position: fixed;
    right: 0;
    top: 250px;
    opacity: 0.7;
    /*background-color: orangered;*/
    z-index: 101;

    transform: translateX(100px);
    transition: all 0.8s ease 0s;
    transition-delay: 2s;
}
.socnet_btns._active{
    transform: translateX(0);
}
.socnet_icon{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    /*background-color: #0f74a8;*/
}
.socnet_btns img{
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 768px){
    .socnet_icon{
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    .socnet_btns img{
        width: 30px;
        height: 30px;
    }
    .socnet_btns{
        height: 175px;
        width: 50px;
        position: fixed;
        right: 0;
        top: 200px;
    }
}

.some-text{
    transition: all 1s ease 0s;
    opacity: 0;
    transition-delay: 0.1s;
    font-size: 20px;
}
.some-text._active{
    opacity: 1;
}

.logo_block{
    position: relative;
    /*background-image: none !important;*/
    /*background-color: #997700;*/
    /*overflow: hidden;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*width: 550px;*/
    height: 100vh;
    /*max-width: 70%;*/
    /*max-height: 80%;*/
}
.logo_img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    max-height: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.logo_orbit_down{
    /*display: block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*transform: translate(-50%, -50%) scale(0.8);*/
    /*transform-origin: 50% 50%;*/
    z-index: 1;
}
.logo_orbit_up{
    /*display: block;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*transform: translate(-50%, -50%) scale(0.8);*/
    /*transform-origin: 50% 50%;*/
    z-index: 3;
}
.orb{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%);
}

.logo_bg{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 110%;
    min-height: 100vh; !important;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: 0;
}

.tile_1{
    position: absolute;
    transform: rotate(0deg) scale(1);
    top: 18%;
    left: 84%;
    max-width: 80%;
    max-height: 80%;
    transform-origin: 50% 50%;
    transition: all 0.3s ease 0s;
}
.tile_2{
    position: absolute;
    transform: rotate(0deg) scale(1);
    top: 13%;
    left: 9%;
    max-width: 80%;
    max-height: 80%;
    transform-origin: 50% 50%;
    transition: all 0.3s ease 0s;
}
.tile_3{
    position: absolute;
    transform: rotate(0deg) scale(1);
    top: 83%;
    left: 10%;
    max-width: 80%;
    max-height: 80%;
    transform-origin: 50% 50%;
    transition: all 0.3s ease 0s;
}
.tile_4{
    position: absolute;
    transform: rotate(0deg) scale(1);
    top: 64%;
    left: 89%;
    max-width: 80%;
    max-height: 80%;
    transform-origin: 50% 50%;
    transition: all 0.3s ease 0s;
}
.tile_1:hover{
    transform: scale(1.1);
}
.tile_2:hover{
    transform: scale(1.1);
}
.tile_3:hover{
    transform: scale(1.1);
}
.tile_4:hover{
    transform: scale(1.1);
}

.box{
    color: white;
    display: block;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    min-height: auto;
    min-width: auto;
    /*background-color: #0000FF;*/
    opacity: 1;
    max-width: 70%;
    max-height: 85%;
    z-index: 100;
}

@media screen and (max-width: 768px){
    .logo_block{
        height: auto;
    }
    .logo_img{
        /*display: flex;*/
        position: relative;
        margin: 30px 0;
        top: 0;
        left: 50%;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: none;
        transform: translate(-50%, 0);
        /*background-color: #94b24d;*/
    }
    .logo_img img{
        width: auto;
        height: auto;
    }
    .logo_bg{
        display: none;
    }
    .orb{
        display: none;
    }
    .box{
        position: relative;
        flex-direction: column;
        text-align: center;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: translate(0, 0);
        /*background-color: #cc1111;*/
    }
    .tile_1{
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
    }
    .tile_2{
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
    }
    .tile_3{
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
    }
    .tile_4{
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
    }
}

footer{
    position: relative;
    height: 400px;
    margin-top: 150px;
    background-color: #2d3436;
    z-index: 2;
}
footer .container{
    background-color: black;
    min-height: 100%;
    top: 0;
    text-align: right;
    position: relative;
    padding: 50px 0;
    z-index: 3;
}
.foo-line{
    height: 100px;
    background-color: #1c00cf;
}






