/*
    Main style
font-family: 'Caveat', cursive;
font-family: 'Didact Gothic', sans-serif;    
*/
html,
body{
    background: #000;
}
h1,h2,h3{
    font-family: 'Didact Gothic', sans-serif;   
    color: #fff;
    padding-bottom: 16px;
}
h1{
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}
h2{
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
}
h3{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}
.header{
    overflow: hidden;
}
.header-bg{
    margin:0;
    margin-top: -100px;
}
.header-bg img{
    object-fit: cover;
    width:100%;
}

.big_title{
    text-align: center; 
    
}
.big_title h1{
    background: #3b3b3b;
    padding: 20px;
    border-bottom: 5px solid #f1c40f;    
}
.big_title h2{
padding-top:20px;
padding-bottom: 20px;
}
.big_title h2 span{
    color: #f1c40f;
}
.big_title h3{
    padding-right: 20%;
    padding-left: 20%;
}
.big_title h3 span{
    color: #f1c40f;
}

.form-block{
    background: #f1c40f;
    padding: 30px;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
    margin-top:20px;
    border: 7px dashed #000;
}
.form-block [type="submit"]{
    background: #000;    
    color: #fff;
    border: none;
    outline: none;
    transition: all ease-in-out 0.3s;
}
.form-block [type="submit"]:hover{
    background: #3b3b3b;
    transition: all ease-in-out 0.3s;
}
.form-block .form-control{
    padding: 15px;
    font-family: 'Caveat', cursive;
    font-size: 30px;
    text-transform: capitalize;
}
 .clock-block{
    max-width: 620px;
    margin: 0 auto;   
    text-align: center;
    padding-top: 50px;
 }
 .clock-block p{
    font-family: 'Caveat', cursive;
    font-size:30px;
    color:#fff;
    text-transform: uppercase;
 }


 .separator {
    z-index: 0;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.separator .caution {
    background: url(caution.jpg) left center repeat-x;
    background-size: contain;
    height: 65px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}
.separator .leftup {
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
    top: 100px;
}
.separator .rightup {
    background-position: right center; 
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');
    zoom: 1;
    top: 100px;
}

.plan-holder{
    position: relative;
    width: 900px;
    height: 900px;
    margin: 0 auto;
}
.plan-holder figure{
    position: absolute;
    width: 100%;
    height: 100%;
}
.plan-holder figure img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.note-single{
    background: url(sticky.png);
    width: 300px;
    height: 300px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:25px;
    
}
.note-single:before{
    content: "1";
    color: red;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid red;
    display: block;
    text-align: center;
    position: absolute;
    font-weight: bold;
    left: 20px;
    top: 80px;
}
.note-single:after{
    content: ""; 
    display: block;
    position: absolute; 
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 20px;
    background-position: center;
    height:70px;
}
.note-single p{
    font-family: 'Caveat', cursive;
    font-size: 20px;
    line-height: 28px;  
    font-weight: bold; 
    margin: 0;
    transform: rotate(355deg);  
}
.note-0{
    height: 150px;
    left: 350px;
    z-index: 3;
    top: -104px;
    width: 200px;
}
.note-0 p{
    font-size: 30px;
    text-align: center;
}

.note-1{
    left: 20px;
    top: 25px;
}
.note-0:before{
    content: "";
    display: none;
}
.note-1:before{
    content: "1";
}


.note-2:before{
    content: "2";
    top: 50px;
}
.note-3:before{
    content: "3";
    top: 40px;
}
.note-4:before{
    content: "4";
    top: 40px;
}
.note-5:before{
    content: "5";
    top:60px;
}
.note-2{
    right: 20px;
    top: 25px;
}
.note-3{
    top: 350px;
    left: 50px;  
}
.note-4{
    right: 50px;
    top: 350px;
}
.note-5{
    bottom: 20px;
    left: 345px;
}


.note-1:after{
    background-image: url(top-shop.png);
    width: 200px; 
    right: -220px;
    top: 135px;
}
.note-2:after{
    background-image: url(dormeo.png);
    width: 200px; 
    left: -220px;
    top: 255px;   
}
.note-3:after{
    background-image: url(delimano.png);
    width: 200px; 
    right: -195px;
    top: 110px;
}
.note-4:after{
    background-image: url(rovus.png);
    width: 200px; 
    right: 0;
    bottom: -80px;
}
.note-5:after{
    background-image: url(valneo.png);
    width: 200px;
    left: -230px;
    top: 100px;
}
.note-0:after{
    background-image: url(walkmax.png);
    width: 200px;
    left: 0;
    top: 163px;
}
.form-bottom{
    padding-top:50px;
    padding-bottom:50px;
}
.mobile-brands{
    display:none;
}
@media (max-width: 768px) {
    .header-bg{
        margin:0;
    }
    .big_title h1{
        font-size: 24px;
        line-height: 30px;
    }
    .big_title h2{
        font-size: 20px;
        line-height: 22px;       
    }
    .big_title h3{
        padding:0;
        font-size: 16px;
        line-height: 18px;
    }
    .form-block .col{
        flex:100%;
    }
    .clock-block p{
        font-size:16px;
    }
    .plan{
        background-color: #262626;
        padding-bottom: 30px;
        padding-top:30px;
    }
    .plan-holder{
        width:100%;
        height: initial;
    }
    .note-single{
        position: initial;
    }
    .note-single:after{
        display: none;
    }
    .note-single:before{
        position: initial;
    }
    .plan-holder figure{
        display: none;
    }
    .flip-clock-wrapper ul{
        width:30px;
        height:50px;
    }
    .flip-clock-wrapper ul li a div div.inn{
        font-size: 45px;
    }
    .flip-clock-divider{
        width: 14px;
        height:55px;
    }
    .flip-clock-wrapper ul li{
        line-height: 50px;
    }
    .note-0{
        margin:0 auto;
    }
    .mobile-brands{
        background: #383838;
        margin-bottom: 30px;
        display:block;
    }
    .mobile-brands ul{
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }
    .mobile-brands li{
        padding:10px;
        background: #fff;
        width: 40%;
        margin: 5%;
    }
    .mobile-brands li img{
        width:100%;
    }
}