﻿html, body {
    overflow-y: scroll;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu {
    margin-top: 30px;
    display: inline-block;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
}

div#click {
    background: #f3d55a;
    color: #24233e;
    padding: 10px 20px;
    display: block;
    border: 1px solid #24233e26;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.winrar {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #24233e;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.complete {
    display: none;
}

#antivirus span {
    width: 50%;
    display: block;
    float: left;
    margin-top: -3px;
    font-size: 16px;
}

.vis-complete {
    display: inline-block;
    font-size: 13px;
    padding: 0px 10px 3px 0;
    color: #1cbb60;
}

.vis-complete {
    display: block;
}

.content {
    position: inherit;
    z-index: 99999;
    padding: 50px;
}

.header {
    margin-bottom: 50px;
}

.white-block {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.logo {
    width: 150px;
    height: 150px;
}

.logo-text {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 150px;
}

.menu li {
    color: #fff;
    font-size: 20px;
    display: table-row-group;
}

.menu li:hover {
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
}

.icon {
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    display: inline-block;
}

.tezis {
    margin-top: 25px;
}

.tezis p {
    color: #fff;
    float: left;
    width: 150px;
}

.database {
    width: 50px;
    height: 50px;
}

.download {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: #1cbb60;
    cursor: pointer;
    margin-bottom: 20px;
}

.download:hover {
    background: #129249;
}

.winrar:hover {
    background: #13272f;
}

a.winrar:hover {
    color: #fff;
    text-decoration: none;
}

.white-block img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: -10px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.footer {
    color: #fff;
    margin-top: 50px;
}

.name {
    font-weight: 800;
}

.info {
    display: flow-root;
}

marquee {
    margin-bottom: 15px;
    margin-top: 20px;
}

#antivirus, #inf-anti {
    display: none;
}

.inf-block {
    display: block !important;
    padding-bottom: 20px;
}

.orbit-rocket {
    z-index: 9;
    position: absolute;
    top: 95vh;
    right: -10vw;
    width: 40px;
    height: 40px;
    -webkit-animation: rot-rocket 90s infinite linear;
    -moz-animation: rot-rocket 90s infinite linear;
    -o-animation: rot-rocket 90s infinite linear;
    animation: rot-rocket 90s infinite linear;
}

.loader.--flex-column {
    width: 200px;
    float: left;
    margin-right: 20px;
}

body .loader .main-dial {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    background-color: #fff;
}

body .loader .main-dial .wheel {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 50%;
  /*-webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  transition: border-left-color .5s ease, border-bottom-color .5s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, border-left-color .5s ease, border-bottom-color .5s ease;
  transition: transform .25s ease, border-left-color .5s ease, border-bottom-color .5s ease, -webkit-transform .25s ease;*/
    border: 100px solid transparent;
    border-left-color: #f3d55a;
    border-bottom-color: #f3d55a;
    border-radius: 100%;
}

.anim-scan {
}

body .loader .main-dial .wheel:before, body .loader .main-dial .wheel:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
}

body .loader .main-dial .wheel:before {
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

body .loader .main-dial .wheel:after {
    height: 4px;
    width: 200px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #323133;
}

body .loader .main-dial .wheel.done {
    border-left-color: #1cbb60;
    border-bottom-color: #1cbb60;
}

body .loader .details {
    position: relative;
    background-color: #24233e;
    color: #fff;
    padding: 15px 0px 5px 0px;
    font-size: 20px;
    text-align: center;
    height: 40px;
}

body .loader .details:before, body .loader .details:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #323133;
}

body .loader .details:before {
    right: 0px;
}

body .loader .details:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

body .loader .details span:after {
    content: '%';
}

.ocrloader {
    width: 100px;
    height: 120px;
    position: absolute;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    margin-top: 50px;
    margin-left: 40px;
    display: none;
    animation: hider 10s;
    animation-iteration-count: 1;
}

.visible-line {
    display: block;
}

.line-none {
    display: none;
}

.ocrloader span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(45, 183, 183, 0.54);
    z-index: 1;
    transform: translateY(180%);
    animation: move 2s cubic-bezier(0.15, 0.44, 0.76, 0.64);
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
}

.ocrloader > div {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48%;
    backface-visibility: hidden;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
    border-color: #000;
    content: "";
    position: absolute;
    width: 19px;
    height: 16px;
    border-style: solid;
    border-width: 0px;
}

.ocrloader:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}

.ocrloader:after {
    right: 0;
    top: 0;
    border-right-width: 1px;
    border-top-width: 1px;
}

.ocrloader em:before {
    left: 0;
    bottom: 0;
    border-left-width: 1px;
    border-bottom-width: 1px;
}

.ocrloader em:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

@keyframes move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(105px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.1;
    }

    75%, 100% {
        width: 350px;
        height: 350px;
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.1;
    }

    75%, 100% {
        width: 350px;
        height: 350px;
        opacity: 0;
    }
}

@-webkit-keyframes rot-rocket {
    from {
        -moz-transform: rotate(0) translateX(-280px);
        -ms-transform: rotate(0) translateX(-280px);
        -webkit-transform: rotate(0) translateX(-280px);
        transform: rotate(0) translateX(-280px);
    }

    to {
        -moz-transform: rotate(360deg) translateX(-280px);
        -ms-transform: rotate(360deg) translateX(-280px);
        -webkit-transform: rotate(360deg) translateX(-280px);
        transform: rotate(360deg) translateX(-280px);
    }
}

@-moz-keyframes rot-rocket {
    from {
        -moz-transform: rotate(0) translateX(-280px);
        -ms-transform: rotate(0) translateX(-280px);
        -webkit-transform: rotate(0) translateX(-280px);
        transform: rotate(0) translateX(-280px);
    }

    to {
        -moz-transform: rotate(360deg) translateX(-280px);
        -ms-transform: rotate(360deg) translateX(-280px);
        -webkit-transform: rotate(360deg) translateX(-280px);
        transform: rotate(360deg) translateX(-280px);
    }
}

@-o-keyframes rot-rocket {
    from {
        -moz-transform: rotate(0) translateX(-280px);
        -ms-transform: rotate(0) translateX(-280px);
        -webkit-transform: rotate(0) translateX(-280px);
        transform: rotate(0) translateX(-280px);
    }

    to {
        -moz-transform: rotate(360deg) translateX(-280px);
        -ms-transform: rotate(360deg) translateX(-280px);
        -webkit-transform: rotate(360deg) translateX(-280px);
        transform: rotate(360deg) translateX(-280px);
    }
}

@keyframes rot-rocket {
    from {
        -moz-transform: rotate(0) translateX(-280px);
        -ms-transform: rotate(0) translateX(-280px);
        -webkit-transform: rotate(0) translateX(-280px);
        transform: rotate(0) translateX(-280px);
    }

    to {
        -moz-transform: rotate(360deg) translateX(-280px);
        -ms-transform: rotate(360deg) translateX(-280px);
        -webkit-transform: rotate(360deg) translateX(-280px);
        transform: rotate(360deg) translateX(-280px);
    }
}

@keyframes tiny-stars-twinkle {
    from {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: translate(-7px, 5px);
        -ms-transform: translate(-7px, 5px);
        -webkit-transform: translate(-7px, 5px);
        transform: translate(-7px, 5px);
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    to {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: translate(-7px, 5px);
        -ms-transform: translate(-7px, 5px);
        -webkit-transform: translate(-7px, 5px);
        transform: translate(-7px, 5px);
    }
}

@keyframes white-stars-twinkle {
    from {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: translate(10px, 5px);
        -ms-transform: translate(10px, 5px);
        -webkit-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    to {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: translate(10px, 5px);
        -ms-transform: translate(10px, 5px);
        -webkit-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }
}

@keyframes blue-stars-twinkle {
    from {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    to {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    }
}

@keyframes generic-twinkle-opacity {
    from {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    40% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    }

    50% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
    }

    60% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }

    to {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
}

@keyframes shooting-comet-left {
    from {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translate(0vw, 0vh);
        -ms-transform: translate(0vw, 0vh);
        -webkit-transform: translate(0vw, 0vh);
        transform: translate(0vw, 0vh);
    }

    10% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    25% {
        -moz-transform: translate(-100vw, -100vh);
        -ms-transform: translate(-100vw, -100vh);
        -webkit-transform: translate(-100vw, -100vh);
        transform: translate(-100vw, -100vh);
    }

    to {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translate(-100vw, -100vh);
        -ms-transform: translate(-100vw, -100vh);
        -webkit-transform: translate(-100vw, -100vh);
        transform: translate(-100vw, -100vh);
    }
}

@keyframes generic-floating {
    from {
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    50% {
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    to {
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes generic-rotation-clockwise {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.singlePageWrap {
    position: relative;
    z-index: 2;
    top: 0px;
}

.sceneWrap.fixedSceneBg {
    position: fixed;
    overflow: visible;
    pointer-events: none;
    touch-action: none;
}

.fixedBg, .fixedSceneBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    z-index: -5;
}

.sceneWrap.fixedSceneBg .layer {
    height: 100%;
    width: 100%;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    background-size: 100%;
}

.sceneWrap.scene-home.fixedSceneBg .layer>div.galaxy-element.img-cometLeft, .sceneWrap.scene-home.fixedSceneBg .layer>img.galaxy-element.img-cometLeft {
    width: 70px;
    height: 54px;
    position: absolute;
    top: 45vh;
    right: 2vw;
    background-size: cover;
    -moz-animation: shooting-comet-left 20s infinite ease-in-out;
    -webkit-animation: shooting-comet-left 20s infinite ease-in-out;
    animation: shooting-comet-left 20s infinite ease-in-out;
}

.sceneWrap.scene-home.fixedSceneBg .layer>div.galaxy-element.img-earth, .sceneWrap.scene-home.fixedSceneBg .layer>img.galaxy-element.img-earth {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 83vh;
    right: -5vw;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    background-size: contain;
    background-repeat: no-repeat;
}

.sceneWrap.scene-home.fixedSceneBg .layer>div.galaxy-element.img-mars, .sceneWrap.scene-home.fixedSceneBg .layer>img.galaxy-element.img-mars {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 7vh;
    left: 3vw;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    background-size: contain;
    background-repeat: no-repeat;
}

.sceneWrap.scene-home.fixedSceneBg .layer>div.galaxy-element.img-shuttle, .sceneWrap.scene-home.fixedSceneBg .layer>img.galaxy-element.img-shuttle {
    display: block;
    opacity: 1;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 55vh;
    left: 15vw;
    -moz-animation: generic-floating 3.5s infinite ease-in-out;
    -webkit-animation: generic-floating 3.5s infinite ease-in-out;
    animation: generic-floating 3.5s infinite ease-in-out;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    background-size: contain;
    background-repeat: no-repeat;
}

.sceneWrap.scene-home.fixedSceneBg .layer>div.galaxy-element.img-station, .sceneWrap.scene-home.fixedSceneBg .layer>img.galaxy-element.img-station {
    width: 208px;
    height: 208px;
    position: absolute;
    top: 30vh;
    left: 3vw;
    -moz-animation: generic-rotation-clockwise 200s infinite linear;
    -webkit-animation: generic-rotation-clockwise 200s infinite linear;
    animation: generic-rotation-clockwise 200s infinite linear;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    background-size: contain;
    background-repeat: no-repeat;
}

.sceneWrap.fixedSceneBg .layer.purpleGradient {
    width: 110%;
    height: 110%;
    margin-top: 0;
    margin-left: -5%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkMWE1ZiIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjNGQxYTVmIiBzdG9wLW9wYWNpdHk9IjAuODIiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzRkMWE1ZiIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiM0NzJmNjQiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2Y0YzZiIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-linear-gradient(bottom left, #4d1a5f 0%, rgba(77, 26, 95, 0.4) 10%, rgba(77,26,95,0.38) 30%, rgba(71,47,100,0) 60%, rgba(63, 76, 107, 0) 100%);
    background-image: -o-linear-gradient(bottom left, #4d1a5f 0%, rgba(77, 26, 95, 0.4) 10%, rgba(77,26,95,0.38) 30%, rgba(71,47,100,0) 60%, rgba(63, 76, 107, 0) 100%);
    background-image: linear-gradient(to top right, #4d1a5f 0%, rgba(77, 26, 95, 0.4) 10%, rgba(77,26,95,0.38) 30%, rgba(71,47,100,0) 60%, rgba(63, 76, 107, 0) 100%);
}

.sceneWrap.fixedSceneBg .layer.blueGradient {
    width: 110%;
    height: 110%;
    margin-top: 0;
    margin-right: -5%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNWU3MyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzBhNWU3MyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzBhNWU3MyIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzBhNWU3MyIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGE1ZTczIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(10,94,115,0)),color-stop(43%, rgba(10,94,115,0)),color-stop(65%, rgba(10,94,115,0.4)),color-stop(77%, rgba(10,94,115,0.62)),color-stop(100%, #0a5e73));
    background-image: -moz-linear-gradient(left top, rgba(10,94,115,0) 0%,rgba(10,94,115,0) 43%,rgba(10,94,115,0.2) 65%,rgba(10,94,115,0.21) 77%,#0a5e73 100%);
    background-image: -webkit-linear-gradient(left top, rgba(10,94,115,0) 0%,rgba(10,94,115,0) 43%,rgba(10,94,115,0.2) 65%,rgba(10,94,115,0.21) 77%,#0a5e73 100%);
    background-image: linear-gradient(to right bottom, rgba(10,94,115,0) 0%,rgba(10,94,115,0) 43%,rgba(10, 94, 115, 0.2) 65%,rgba(10, 94, 115, 0.21) 77%,#0a5e734d 100%);*/;
}

.sceneWrap.fixedSceneBg .layer>div.img-whiteStars, .sceneWrap.fixedSceneBg .layer>img.img-whiteStars {
    width: 1648px;
    height: 1044px;
    -moz-animation: white-stars-twinkle 10s infinite ease-in-out;
    -webkit-animation: white-stars-twinkle 10s infinite ease-in-out;
    animation: white-stars-twinkle 10s infinite ease-in-out;
}

.sceneWrap.fixedSceneBg .layer>div.img-blueStars, .sceneWrap.fixedSceneBg .layer>img.img-blueStars {
    width: 1648px;
    height: 1044px;
    -moz-animation: blue-stars-twinkle 7.5s infinite ease-in-out;
    -webkit-animation: blue-stars-twinkle 7.5s infinite ease-in-out;
    animation: blue-stars-twinkle 7.5s infinite ease-in-out;
    -moz-transform: translate(300px, -10px);
    -ms-transform: translate(300px, -10px);
    -webkit-transform: translate(300px, -10px);
    transform: translate(300px, -10px);
}

.sceneWrap.fixedSceneBg .layer>div.img-tinyStars, .sceneWrap.fixedSceneBg .layer>img.img-tinyStars {
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-animation: tiny-stars-twinkle 8.5s infinite ease-in-out;
    -webkit-animation: tiny-stars-twinkle 8.5s infinite ease-in-out;
    animation: tiny-stars-twinkle 8.5s infinite ease-in-out;
}

a:hover {
    color: #000;
}

.footer-note {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.footer-note p {
    line-height: 2em;
}

.footer-note a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    transition: all 0.2s ease;
}

.footer-note a:hover {
    color: #444;
    border-color: #aaa;
}

.footer-note i {
    margin: 0 0 0 2px;
    color: #f95a54;
}

.container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    float: right;
}

.text-right {
    cursor: pointer;
}

.tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

.tip:after {
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(44, 44, 44, 0.3);
    margin: 0 0 0 8px;
}

@media only screen and (max-width: 600px) {
    .tip {
        display: none;
    }
}

.trigger {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s, border 0.2s;
}

.trigger a {
    color: currentColor;
    text-decoration: none;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trigger i {
    font-size: 14px;
    line-height: 40px;
}

.trigger:hover {
    color: #2c2c2c;
    border-color: #2c2c2c !important;
}

.trigger.share-btn i {
    margin: 0 5px 0 0;
}

.like,
.share {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    margin: 0 0 0 10px;
}

.like .trigger,
.share .trigger {
    width: 82px;
    border: 1px solid rgba(44, 44, 44, 0.3);
}

.like i,
.share i {
    margin: 0 5px 0 0;
}

@media (max-width: 1150px) {
    .tezis p {
        width: 100%;
        margin-top: 20px;
    }

    ul.menu {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .white-block:nth-child(2) {
        margin-bottom: 30px;
    }

    .header .col-md-4, .col-md-3 {
        display: none;
    }

    .header .col-md-2, .header .col-lg-2 {
        text-align: center;
    }
}

@media only screen and (min-width: 601px) {
    .share {
        display: none;
    }
}

.share-window {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .share-window {
        display: none;
    }
}

.share-bar {
    position: relative;
    width: 82px;
    height: 40px;
    transition: width 0.4s ease 0.2s;
}

.share-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(44, 44, 44, 0.3) rgba(44, 44, 44, 0.3) rgba(44, 44, 44, 0.3) transparent;
}

.share-bar:hover {
    width: 247px;
    transition: width 0.4s ease;
}

.share-bar:hover .trigger:nth-child(3) {
    left: 82px;
    transition: left 0.45s ease 0.06s, color 0.2s, border 0.2s;
}

.share-bar:hover .trigger:nth-child(4) {
    left: 123px;
    transition: left 0.45s ease 0.12s, color 0.2s, border 0.2s;
}

.share-bar:hover .trigger:nth-child(5) {
    left: 164px;
    transition: left 0.45s ease 0.18s, color 0.2s, border 0.2s;
}

.share-bar:hover .trigger:nth-child(6) {
    left: 205px;
    transition: left 0.45s ease 0.24s, color 0.2s, border 0.2s;
}

.share-bar .trigger {
    position: absolute;
    top: 0;
    width: 42px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(44, 44, 44, 0.3);
    transition: left 0s ease 0.45s, color 0.2s, border 0.2s;
}

.share-bar .trigger:nth-child(1) {
    left: 0;
}

.share-bar .trigger:nth-child(2) {
    left: 41px;
}

.share-bar .trigger:nth-child(3) {
    left: 102px;
}

.share-bar .trigger:nth-child(4) {
    left: 143px;
}

.share-bar .trigger:nth-child(5) {
    left: 184px;
}

.share-bar .trigger:nth-child(6) {
    left: 225px;
}

.white-block .container {
    max-width: 400px;
    width: auto;
    padding: 0 5px 0 0;
}