html{
    overflow-x: hidden !important;
}

.hidden{
    display: none;
}

.opacity--low{
    opacity: 0.2 !important;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url("SpaceGrotesk.ttf") format("truetype");
}

body{
    font-family: "Space Grotesk";
    margin: 0;
    overflow: hidden;
}

.header{
    font-family: "Space Grotesk";

    padding: 4vw;
    padding-bottom: 2.5vw;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#intro_color,
#pause_color {
	
    font-size: 110px;
    line-height: 100px;
    font-weight: bold;
    opacity: 1;
    transition: all 3s;
}

.initial_opacity{
    opacity: 0 !important;
}

.blue-color{
    color: #5840ff !important;
}

.creeping-line__container{
    position: relative;

}

.creeping-line__wrap{
    will-change: transform;
    white-space: nowrap;
}

.creeping-line{
    min-width: 100vw;
    font-size: 2.6rem;
    padding-bottom: 0.1em;
    line-height: 1.3;
}

.creeping-line a{
    color: #000;
}

.creeping-line a:visited{
    color: #000;
}

.creeping-line__img{
    height: 2.6rem;
}


.creeping-line--copy{
    position: absolute;
    top: 0px;
}

.creeping-line--bottom-copy{
    position: absolute;
    top: 0px;
}

.sheets-container{
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 75px;
}

.sheet{
    position: absolute;
    cursor: move;

    transition: opacity 1.5s ease;
	outline: deeppink solid 5px;
}

.sheet__img{
    position: relative;
}

.pre-visible {
    opacity: 0;
}

@keyframes appearing {
    from { top: 150px; }
    to   { top: 0px; }
 }
 
 .visible .sheet__img{
    animation-name: appearing;
    animation-duration: 1s;
 }



.footer{
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;

    padding: 7.6rem 0.5rem;
}

.footer__second-line > a{
    color: rgb(82, 67, 255) !important;
}

.footer__first-line{
    font-size: 15.4vmin;
    font-weight: bold;
}

.footer__second-line{
    font-weight: normal;
}

.popup__container{
    z-index: 99999; 
    overflow: hidden;
    position: fixed;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 840px;
    height: 500px;

    background-color: whitesmoke;

    border: 2px solid black;
}

.popup{
    width: 100%;
    height: 100%;

    display: flex;

    overflow: auto;
}

.popup__close{
    position: absolute;
    right: 30px;
    top: 15px;

    font-size: 50px;
    cursor: pointer;
}

.popup__image{
    height: 100%;
    width: 40%;
    text-align: center;
}

.popup__image-img{
    max-width: 90%;
    max-height: 90%;

    vertical-align: middle;
}

.popup__text{
    width: 55%;
    padding-right: 50px;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 0;

    font-weight: bold;
    font-family: Arial, sans-serif;
}

.popup__image-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup__text-header{
    font-size: 40px;
    padding-bottom: 20px;
}

.popup__text-description{
    padding-bottom: 20px;
    font-size: 28px;
}

.popup__text-offer{
    padding-bottom: 15px;
    width: 80%;
}

.popup__things-left{
    padding-bottom: 5px;
    width: 80%;
}

.popup__buy-button{
    background-color:#7ca5f7;
    width: 80%;
    font-size: 33px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color: white;
}

.popup__small-text{
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
    width: 80%;
}

.popup__text a{
    display: block;
    text-decoration: none;
}

.popup__line-left{
    background-color: black;
    width: 80%;
    margin-bottom: 25px;
    border: 1px solid black;

}

.popup__line-has{
    background-color: #f3acd8;
}

@media (max-width: 879px) {
    .popup__container{
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }

    .popup{
        flex-direction: column;
    }

    .popup__image{
        width: 100%;
        height: 200px;
    }

    .popup__text{
        width: 100%;
        padding: 0;
        padding-top: 25px;  
    }

    .popup__text div{
        margin-left: auto;
        margin-right: auto;
    }

    .popup__close{
        right: 5px;
        top: 0px;
    }

    .popup__text-header, .popup__text-description{
        padding: 15px;
    }

    .popup__line-has{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.top-header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;

    z-index: 1000;

    color: #000 !important;
    font-size: 14px;

    font-family: "Space Grotesk";
    font-weight: 400;
}

.top-header a{
    color: #000 !important;
    opacity: 0.75;
}

.top-header__links{
    position: absolute;
    top: 15px;
    left: 20px;
}

.top-header__email{
    position: absolute;
    top: 15px;
    right: 20px;
}

.top-header__logo-image{
    max-height: 55px;

    position: absolute;
    top: 15px;
    left: 50vw;
    transform: translateX(-50%);
}



span.color1, span.color2, span.color3, span.color4 {
	cursor: cell;
    font-size: 110px;
    line-height: 100px;
    font-weight: bold;
	transition: color 3s;
	transition-delay: 1s;
    padding: 0 !important;
}

span.color1:hover { color: #a6efde; transition: color 0s; }
span.color2:hover { color: #72a5ff; transition: color 0s; }
span.color3:hover { color: #ff4100; transition: color 0s; }
span.color4:hover { color: #ffa7da; transition: color 0s; }
span.color1, span.color2, span.color3, span.color4{ color: black; }


@media (max-width: 639px) {
    body #intro_color,
    body span.color1,
    body span.color2,
    body span.color3,
    body span.color4 {
        font-size: 33px;
        line-height: 30px;
    }

    body h1,
    body h2 {
        font-size: 40px !important;
        line-height: 38px !important;
    }

    .header{
        margin: 20px;
        margin-top: 70px;
    }

    .creeping-line{
        font-size: 22px;;
    }

    .creeping-line__img{
        height: 22px;
    }

    .sheets-container{
        margin-top: -60px;
    }

    .footer{
    
        padding: 3.6rem 0.5rem;
    }
}













/**
 * Content
 */
body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}


i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
}
