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

.mobile {
    display: none;
}

@keyframes anim {
    0%   { background-size: 2100px auto;opacity: 0; }
    100% { background-size: 1920px auto; opacity: 1;}
  }

@keyframes screwAnim {
    0%   { margin-top: 200px; opacity: 0.9; }
    50% { margin-top: 220px; opacity: 1;}
    100% { margin-top: 200px; opacity: 0.9; }
}

@keyframes arrowAnim {
    0%   { top: 660px; opacity: 0.9; }
    50% { top: 680px; opacity: 1;}
    100% { top: 660px; opacity: 0.9; }
}

@keyframes supersAnim {
    0%   { opacity: 0; }
    100% { opacity: 1;}
  }

  @keyframes paralaxAnim {
    0%   { opacity: 1; transform: scale(1, 1);}
    50%   { opacity: 0.9; transform: scale(1.05, 1.05);}
    100% { opacity: 1; transform: scale(1, 1);}
  }

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: #000C40;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    min-width: 1140px;
    min-height: 1140px;
    /*zoom: 1.2;*/

}

body {
    margin: 0;
    padding: 0;
    background-color: #000C40;
    overflow-x: hidden;
    overflow-y: unset;
    background: url(../img/bg.jpg?) no-repeat scroll center -1px #000C40;
    min-height: 3500px;
    height: auto;
    animation: anim 3s;
    opacity: 1;
    position: relative;
}

.block1
{
    height: 1060px;
    perspective: 1px;

}

.screw 
{
    position: absolute;
    margin: 200px 50%;
    left: -250px;

}

.readmoreb
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 890px;
}

.readmoreb:hover
{
    opacity: 0.8;
}

.supers 
{
    position: absolute;
    top: 230px;
    left: 58px;
    animation: supersAnim 3s;
    animation-delay: 2s;
    opacity: 1;
    z-index: 1000;
}

.supers .info
{
    background: url(../img/Subtract.png?) no-repeat scroll center -1px transparent;
    position: absolute;
    width: 503px;
    min-height: 214px;
    color: white;
    z-index: 10000;
    padding: 28px 36px 0 56px;
    left: 100px;
    font-size: 16px;
    display: none;
}

.supers .info span
{
    font-family: "Russo One", sans-serif;

    color: #FF783E;
    font-size: 16px;
    padding-bottom: 20px;
    /*text-transform: uppercase;*/
}

.supers .info .close
{
    position: absolute;
    right: 10px;
    top: 28px;
}

.supers img
{
    position: relative;
    z-index: 10000;
}

.supers img:hover
{
    opacity: 80%;
    cursor: pointer;
}

.supers1 
{
}

.supers2 
{
    top: 350px;
    left: 53px;
}


.supers3 
{
    top: 476px;
    left: 31px;
}

.supers4 
{
    top: 230px;
    left: 921px;
}

.supers4 .info
{
    left: -500px;
    padding: 15px 25px;
}

.supers4 .close 
{
    transform: rotate(180deg);
}

.block4 .button
{
    margin-top: 40px;
    cursor: pointer;
}

.block4_hide .button
{
    margin-top: 0;
}

.block4_hide .article
{
    height: 220px !important;
}

.block4 .button:hover
{
    opacity: 0.8;
}

.supers5 
{
    top: 354px;
    left: 921px;
}

.supers5 .close 
{
    transform: rotate(180deg);
}

.supers5 .info
{
    left: -500px;
    padding: 15px 25px;
}

.supers6 
{
    top: 476px;
    left: 921px;
}

.supers6 .close 
{
    transform: rotate(180deg);
}

.supers6 .info
{
    left: -500px;
    padding: 15px 25px;
}

.hide
{
    display: none;
}

.union1 
{
    position: absolute;
    margin: auto;
    top: 0px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;    
}

.logo 
{
    position: absolute;

    top: 100px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.text1 
{
    position: absolute;
    top: 160px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.text2 
{
    position: absolute;
    top: 340px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

    font-size: 19px;
    text-shadow: #000 ;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

.text3 
{
    position: absolute;
    top: 750px;
    width: 541px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

    font-size: 16px;
    text-shadow: #000 ;
    color: white;
    text-align: left;
    line-height: 1.4;
    text-shadow: black 0.1em 0.1em 0.2em
}

.arrow
{
    position: absolute;
    top: 660px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;  
    animation: arrowAnim 4s infinite;
    animation-delay: 1s; /* Задержка начала анимации на 5 секунд */
    opacity: 0.5; /* Начальное значение непрозрачности элемента */
}

.arrow:hover
{
    opacity: 80%;
}

.center
{

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.article
{
    width: 900px;
}


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

.block2 h2
{
    color: #DE6632;
    font-size: 50px;
    width: 400px;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}


.block2 .desc
{

    font-size: 16px;
    line-height: 1.4;
    color: white;
    text-align: justify;
    margin-bottom: 20px;
}

.block2 .button
{
    display: inline-block;
    margin-top: 30px;
}

.block2 .union2
{
    position: absolute;
    right: -390px;
    top: 140px;
}

.block2 .union3
{
    position: absolute;
    left: 100px;
    bottom: 40px;
}

.block3
{
    margin-top: 50px;
}

.block3 h2
{
    color: #DE6632;
    font-size: 50px;
    width: 400px;
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.block3 .article
{
    width: 900px;

}

.block3 .border
{
    position: absolute;
    top: 26px;
    left: 230px;
    z-index: 3;
}

.block3 .desc
{

    font-size: 18px;
    line-height: 1.4;
    color: white;
    text-align: left;
    margin-top: 52px;
    margin-left: 300px;
    width: 524px;
    text-align: left;
    position: relative;
    z-index: 100;
}

.block3 .paralaxC
{
    position: absolute;
    right: 5px;
    top: -90px;
    perspective: 1px;
    perspective-origin: 0 0;
}

.block3 .paralax
{
    transform-origin: 0 0;
    transform: translateZ(-2px) scale(3);
    transform-style: preserve-3d;

    animation: paralaxAnim 3s infinite;
    animation-delay: 0s; /* Задержка начала анимации на 5 секунд */
    opacity: 0.5; /* Начальное значение непрозрачности элемента */

}

.block3 .shest
{
    position: absolute;
    left: 310px;
    top: 160px;
    z-index: 5;
}

.block3 .shest2
{
    top: 340px;
}

.block3 .shest3
{
    top: 565px;
}

.block3 .shestF
{
    position: absolute;
    left: 224px;
    top: 50px;
    z-index: 4;
}

.block3 .shestF2
{
    position: absolute;
    left: 224px;
    top: 230px;
    z-index: 4;
}

.block3 .shestF3
{
    position: absolute;
    left: 224px;
    top: 450px;
    z-index: 4;
}


.block4
{
    position: relative;
    margin-top: 185px;
    color: #091340;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.block4 h3
{
    font-family: "Russo One", sans-serif;
    font-weight: 400;

    font-size: 40px;
    margin: 0;
    padding: 20px 0;
}

.block4 .blockContent
{
    z-index: 20;
}

.block4 .article
{
    background: url(../img/tech.png?) no-repeat scroll center -1px transparent;

    width: 900px;
    height: 391px;
    padding: 16px 107px;
    font-weight: bold;
}

.block5
{
    min-height: 460px;
    position: relative;
    margin-top: 60px;
    color: white;
}

.block5 .article
{
    position: relative;
    width: 900px;
    z-index: 10000;
}

.block5 .ornament
{
    position: absolute;
    top: 0px;
    right: 100px;
    z-index: 1;
}

.block5 .left
{
    margin-left: 57px;
    font-size: 22px;
    margin-bottom: 10px;
}

.block5 .left a
{
    color: white;
}

.block5 .left p
{
    margin-bottom: 20px;
}

.block5 .tg
{
    margin-left: 40px;
}

.footer
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

