body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner {
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    position: relative;
    position: absolute;
    width: 750px;
    background-color: #fff;
}

.preloader {
    background: #1b1b1b;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

.preloader .circle {
    animation: a .5s linear infinite;
    border: 5px solid #cfc6c0;
    border-bottom-color: #1b1b1b;
    border-radius: 50%;
    height: 40px;
    left: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
    position: absolute;
    top: 50%;
    transition: all .7s ease-in-out;
    width: 40px
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.click {
    width: 750px;
    height: 200px;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    z-index: 10000;
}

#video-ended.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.726);
    pointer-events: all;
    z-index: 222;
}

.mutedVideo,
.unmutedVideo {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 0px;
    z-index: 22;
    pointer-events: all;
}

#video-ended.hide,
.hide {
    display: none !important;
}

.video {
    width: 100%;
    position: relative;
    top: 0;
}

.video-container {
    position: absolute;
    width: 300px;
    height: fit-content;
    top: 0px;
    z-index: 4;
}

.videoLight {
    position: absolute;
    width: 100vw;
    height: 65.139vw;
    top: -4vw;
    left: -2vw;
}

.video-controls {
    width: 100%;
    z-index: 22;
    padding: 0px;
    position: absolute;
    bottom: 4px;
    transition: all 0.2s ease;
}

.video-progress {
    position: relative;
    height: 1vw;
}

.mute-volume {
    position: absolute;
    bottom: 35px;
    left: 305px;
    cursor: pointer;
    z-index: -12000;
    opacity: 0;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 8px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
}

progress::-webkit-progress-bar {
    background-color: #474545;
}

progress::-webkit-progress-value {
    background: rgb(4, 94, 146);
}

progress::-moz-progress-bar {
    border: 1px solid rgb(34, 33, 33);
    background: rgb(85, 83, 83);
}

.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playback-animation {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 8.4px;
    background: transparent;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 1.3px;
    -webkit-appearance: none;
    transition: all 0.4s ease;
}

input[type="range"]::-webkit-slider-thumb {
    height: 0px;
    width: 0px;
    border-radius: 0px;
    background: var(--youtube-red);
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: -1px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type="range"].volume::-webkit-slider-runnable-track {
    background-color: transparent;
}

input[type="range"].volume::-webkit-slider-thumb {
    margin-left: 0;
    height: 14px;
    width: 14px;
    background: #fff;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1.3px;
}

input[type="range"]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid var(--youtube-red);
    background: var(--youtube-red);
    cursor: pointer;
    margin-top: 5px;
}

input[type="range"]:focus::-moz-range-track {
    outline: none;
}

input[type="range"].volume::-moz-range-thumb {
    border: 1px solid #fff;
    background: #fff;
}

.hidden {
    display: none;
}

svg {
    position: fixed;
    width: 2px;
    height: 2px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
}

.arrow,
.arrow-rev {
    cursor: pointer;
    position: absolute;
    width: 36px;
    top: 149px;
    left: 259px;
    z-index: 60000;
}

.cta {
    width: 121px;
    left: 42px;
    top: 515px;
    z-index: 200;
    position: absolute;
}

.arrow-rev {
    transform: rotate(180deg);
    top: 15px;
}

.swipe {
    background-color: #474545;
    overflow: hidden;
    position: absolute;
    width: 745px;
    height: 196px;
    border-bottom-left-radius: 72px;
    border-top-right-radius: 72px;
    top: 2px;
    left: 3px;
    cursor: pointer;
    z-index: 3050;
}

.img-slaid {
    width: 266px;
    position: absolute;
}

.cta-wrap,
.ctaD {
    position: absolute;
    width: 151px;
    height: 41px;
    overflow: hidden;
    width: 89px;
    height: 34px;
    left: 645px;
    top: 146px;
    z-index: 7000;
}

.cta-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 89px;
    height: 34px;
}

.cta-2-wrap,
.cta-1-wrap {
    top: 0;
    position: absolute;
    width: 0px;
    overflow: hidden;
    width: 89px;
    height: 34px;
    z-index: 10;
}

.cta-1-wrap {
    z-index: 10;
    width: 89px;
    height: 34px;
}

.cta-2-wrap {
    z-index: 12;
    width: 0px;
}

.cta-2 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 89px;
    height: 34px;
}

.bg {
    position: absolute;
    width: 745px;
    left: 0;
    top: 0;
}

.grain {
    width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo {
    position: absolute;
    width: 27px;
    left: 15px;
    top: 15px;
    z-index: 5000;
}

.copy {
    position: absolute;
    width: 290px;
    left: 15px;
    top: 83px;
    z-index: 6000;
}

.img1 {
    position: absolute;
    width: 149px;
    left: 329px;
    top: 8px;
}

.img2 {
    position: absolute;
    width: 169px;
    left: 322px;
    top: 6px;
}

.img3 {
    position: absolute;
    width: 151px;
    left: 326px;
    top: 14px;
}

.img4 {
    position: absolute;
    width: 179px;
    left: 311px;
    top: 12px;
}

.bombka {
    position: absolute;
    z-index: 6500;
    width: 218px;
    left: 462px;
    top: -7px;
}

.bgVid {
    width: 750px;
    right: -10px;
    top: -10px;
    position: absolute;
}

iframe {
    position: absolute;
    height: 200px;
    transform: scale(1.1);
    right: -80px;
    top: 30px;
}

.grain {
    position: absolute;
    width: 750px;
    opacity: 1;
    top: 0;
    right: 0;
}

.snow {
    position: absolute;
    background-image: url(../img/light.png);
    background-size: cover;
    background-repeat: no-repeat;
}