body {
    margin: 0px;
    overflow: hidden;
}

#example {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bottom {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 15%;
    background-color: rgba(3, 17, 38, 0.5);
    height: 70px;
    text-align: center;
}

.header {
    position: absolute;
    background: url("img/header.png");
    background-size: 100% auto;
    width: 54%;
    height: 674px;
    top: 20%;
    left: 23%;
    background-repeat: no-repeat;
}

.eye-block.left-eye {
    left: 0;
}

.eye-block.right-eye {
    right: 0;
}

.eye-block {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.overlay, .preloader {
    pointer-events: none;
}

.aim {
    position: absolute;
    background-image: url("img/ring2.svg");
    background-size: contain;
    width: 97px;
    height: 97px;
    font-family: Arial, sans-serif;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    text-align: center;
    font-size: 42px;
    line-height: 97px;
    color: transparent;
    /*display: none;*/
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}

.aim.focus {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(0.7);
        opacity: 0.75;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1.0;
    }
    to {
        -webkit-transform: scale(0.7);
        opacity: 0.75;
    }
}

.aim {
    opacity: 0.75;
}

.aim.pulse {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 2;
}

.aim.active {
    display: block;
    color: white;
}

.popup-wrapper {
    display: none;
    /*background-image: url("img/check-icon.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center 20%;*/
    /*background-size: auto 10%;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: 500;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}
.preloader.hidden {
    opacity: 0;
}

.preloader:after {
    content: '';
    position: absolute;
    background: url("img/preloader.png");
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;

    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.popup-wrapper .popup-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-wrapper.active {
    display: block;
}

.popup-content {
    position: relative;
    z-index: 5;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.popup-item {
    display: none;
    width: 100%;
    margin: 0 auto;
    /*width: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
    margin: 0 auto;*/
    color: white;
    font-family: Arial, sans-serif;
    font-size: 27px;
    text-align: center;
    vertical-align: middle;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

span.b {
    font-size: 42px;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.popup-item img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.popup-item.active {
    display: table-cell;
}

.bottom-item {
    display: inline-block;
    width: 10%;
    height: 80%;
    margin-left: 3%;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

.bottom:after {
    content: "Найди все необходимое";
    position: absolute;
    top: -25px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    width: 140%;
    left: -20%;
    white-space: nowrap;
}

.bottom:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.bottom-item.active {
    opacity: 1;
}

.bottom-item.item-1 {
    background-image: url("img/terminal-icon.png")
}

.bottom-item.item-2 {
    background-image: url("img/check-icon.png")
}

.bottom-item.item-3 {
    background-image: url("img/tablo-icon.png")
}

.bottom-item.item-4 {
    background-image: url("img/wallet-icon.png")
}

.bottom-item.item-5 {
    background-image: url("img/operator-icon.png")
}

.bottom-item.item-6 {
    background-image: url("img/passport-icon.png")
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}