body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#adsArea {
    overflow: hidden;
    position: relative;
    color: #fff;
    background-clip: content-box;
    background: #fff;
    /* border: 1px solid #eee; */
    /* cursor: pointer; */
}

img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    max-width: 100%;
    height: auto;
}

.opacity0 {
    opacity: 0;
}

.adsize {
    width: 320px;
    height: 480px;
}

.abs {
    position: absolute;
}

.text-bold {
    font-weight: bold;
}

.hide {
    display: none;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: #fff;
}

.linePreloader {
    width: 150px;
    height: 10px;
    background: linear-gradient(to right, #681d6b, #e492e4);
    background-color: #681d6b;
    margin: auto;
    border-radius: 10px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -20% 0;
    animation: scroll 1.2s ease-in-out infinite;
    position: relative;
    top: 48%;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}

#firstFrame {
    z-index: 21;
    background: url(../images/bg.jpg) center center / cover no-repeat;
}

.popup__close {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: black;
    font-size: 18px;
    padding-bottom: 0px;
    cursor: pointer;
    position: absolute;
    user-select: none;
    transition: 0.3s;
    top: 5px;
    right: 5px;
    z-index: 10;
    transition: 0.35s;
}

.popup__close:hover {
    background-color: #eac163;
}

.items {
    width: 280px;
    height: 330px;
    position: relative;
    top: 65px;
    left: 20px;
}

.item {
    /* width: 69px;
    height: 67px; */
    width: 135px;
    height: 125px;
    overflow: hidden;
    transform: scale(0.2) rotate(-90deg);
    opacity: 0;
    cursor: pointer;
    transform-origin: center center;
    border: 1px solid #656249;

    transition: filter 0.2s;
    filter: drop-shadow(4px 4px 8px #2b261c);
}

.item img {
    width: 100%;
}

.item:hover {
    filter: drop-shadow(4px 4px 8px #deb256);
}

.item1 {
    left: 0;
    top: 0;
}

.item2 {
    right: 0;
    top: 0;
}

.item3 {
    left: 0;
    bottom: 0;
}

.item4 {
    right: 0;
    bottom: 0;
}

.txt {
    left: 50%;
    top: 118px;
    margin-left: -51px;
}

.zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background: url(../images/zoom.png) center center / contain no-repeat;
}

.popup {
    position: absolute;
    width: 320px;
    height: 480px;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(0);
    cursor: pointer;
}

.popups_active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#lastFrame {
    z-index: 22;
    /* background: url(../images/bg2.jpg) center center / cover no-repeat; */
    text-align: center;
    padding-top: 40px;
    transform-origin: 100% 0;
    transform: rotate(-90deg);
    cursor: pointer;
}

#lastFrame img {
    display: block;
    margin: 0 auto 15px;
}

.aura {
    margin-bottom: 10px !important;
}

.book {
    margin-bottom: 10px !important;
}

.ani {
    opacity: 0;
}

.cta {
    width: 90px;
    height: 25px;
    border-radius: 2px;
    text-align: center;
    color: #000;
    background-color: #c7910b;
    left: 50%;
    bottom: 110px;
    font-weight: bold;
    line-height: 25px;
    margin-left: -45px;
    transition: 0.3s;
}

.cta:hover {
    background-color: #c7910b;
}