@font-face {
  font-family: 'Futura';
   src: url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Futura';
   src: url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Futura';
   src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype');
  font-weight: 800;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../image/Layer1.png);
    font-family: 'Futura', sans-serif;
}
.container{
    max-width: 1020px;
}
.left-side img{
    width: 100%;
}
.left-side p{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
}
.right-side{
    text-align: center;
}
.right-side h1{
    padding-top: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.right-side .btn img{
    width: 100%;
}
.right-side .btn{
    margin: -40px 0px;
    text-align: center;
}
.right-side h3{
    margin-bottom: 0px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.right-side  img{
    width: 70%;
}
.copy{
    margin-top: 20px;
    text-align: center;
}
.copy p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.mob-image{
    display: none;
}
.middle p{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
}






@media (max-width: 1200px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 768px) {
    .left-side{
        display: none;
    }
    .mob-image{
        display: block;
    }
    .middle img{
        width: 100% !important;
    }
    .right-side .btn img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    

}

@media (max-width: 500px) {
    

}

@media (max-width: 420px) {
    

}
