body{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #343434;
    overflow: hidden;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1em;
}
.bg_gradient{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #FCC706 0%, #FF0000 100%);
    opacity: 0.2;
    background-blend-mode: overlay;
}
.thumbnail{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: bottom left;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s; 
}
.main_block{
    width: 680px;
    height: 360px;
    background-color: #e6e6e6;
    
    margin: auto;
    position: absolute;
    top: 15px; left: 0; bottom: 0; right: 0;
    -webkit-transition: height 0.2s ease;
}
.logo_wrapper{
    width: 130px;
    height: 130px;
    background-color: #343434;
    position: relative;
    margin-top: -50px;
    margin-left: -75px;
    float: left;
}
.logo_wrapper img{
    width: 80%;
    height: auto;
    display: block;
    
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.main_block h1{
    width: 450px;
    margin-left: 45px;
    margin-top: 40px;
    float: left;
    margin-bottom: 20px;
}
input{
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    margin-left: 55px;
    width: 640px;
    height: 78px;
    border: 10px solid #343434;
    padding-left: 40px;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #343434;
}
input:focus {
    outline:none;
}
.ierror::-webkit-input-placeholder {
    color: #FF5050;
}
.main_bttn{
    padding: 20px 45px;
    background-color: #343434;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: -77px;
    float: right;

    color: #fff;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    
    transition: background-color 0.2s;
}
.main_bttn:hover{
    background-color: #454545;
}
.social_media{
    position: absolute;
    top:10px;
    right:30px;     
    height: 30px;
}
.social_media img{
    width:30px;
    height: auto;
    margin-left: 10px;
    display: block;
    float: left;
}
.social_media p{
    line-height: 30px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    color: #949494;
    float: left;
    margin: 0;
    margin-right: 10px;
}
.credits{
    position: absolute;
    bottom: 140px;
    left: -105px;
    transform: rotate(-270deg);
    font-size: 15px;
    color: #949494;
    letter-spacing: 1px;
}
.credits a{
    color: #949494;
}
.credits a:hover{
    color:#343434;
}
.dl-link{
    display: none;
}
/*
.dl-link .main_bttn{
    background-color:transparent;
    background: linear-gradient(to right, #4A4A4A 50%, #343434 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition: background-position 2s cubic-bezier(.25,.01,.82,.94);
    -webkit-transition: all 2s cubic-bezier(.25,.01,.82,.94);
}
.download-click{
    background-position:left bottom;
}
*/
.beer{
    position: absolute;
    right: 0;
    width: 110px;
    top: 35px;
    background-color: #e0008b;
    padding: 10px 12px;
    box-sizing: border-box;
    color:#fff;
    font-size: 12px;
    display: none;
    
}
.beer p{margin: 0; font-size: 10px; line-height: normal; text-decoration: none; color: #fff;}
.john{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url(../img/john.gif);
    background-repeat: no-repeat no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.errorpage h1{
    display: block;
    width: 560px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; right: 0;
    font-size: 300px;
}
.goback{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #343434;
    font-size: 16px;
}
.goback a{
    color: #343434;
}
.beera{
    position: absolute;
    width: 500px;
    height: 400px;
    margin: auto;
    top:0; right:0; bottom:0; left: 0;
}
.beera img{
    width: 100%;
}
.donate{
    animation: heartbeat 6s infinite;
}
/*----------------------------AFTERCLICK*-----------------------------*/

.after{
    background-image:linear-gradient(90deg, #FD00FF 0%, #00FFB8 100%);
    transition: all 0.2s; 
}
.mb_after{
    height: 215px;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    width: 450px;
    height: 136px;
    
    display: block;    
    overflow: hidden;
}
.bttn_after{
    margin-top: -10px;
    margin-right: 50px;
}
iframe{
    display: none;
}

@keyframes heartbeat
{
  80%
  {
    transform: scale( 1 );
  }
  85%
  {
    transform: scale( 1.2 );
  }
  90%
  {
    transform: scale( 1 );
  }
  95%
  {
    transform: scale( 1.2 );
  }
  100%
  {
    transform: scale( 1 );
  }
}