body {
    font-family:poppins,sans-serif;
    background-color: #fbe347;
}
.no-mar-btm {
    margin-bottom: 0!important;
}

.header {
    background: url(/assets/img/bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.header h1 {
    font-family:lilita one,cursive;
    color: #fbe347;
    font-size: 75px;
    margin-bottom: 0;
}
.header img {
    height: 200px;
}


.block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.loading-block {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.loading-block h2 {
    margin-bottom: 0;
}
.loading {
    height: 100px;
}

.error-block {
    display: none;
    text-align: center;
}

.btn {
    border-radius: 0!important;
    box-shadow: none!important;
    border: none!important;
}
.btn-error {
    background-color: #b8232b;
    color: white;
}
.btn-error:hover, .btn-error:active {
    color: white;
    background-color: #a62027;
}

@media only screen and (max-width: 1000px) {
   .video h1 {
       font-size: 30px;
   }
}


.video {
    padding: 40px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}