@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*,
::before,
::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.wrapper {    
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;    
}

.inner {
    max-width: 1470px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 125px;         
}

.logo {
    margin-bottom: 9px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.logo img{
    width: 100%;
    max-width: 220px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.headerpromo {      
    text-align: center;
    margin-bottom: 6px;    
}

.headerpromo img{
    width: 100%; 
    max-width: 673px;   
}

.offers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 14px;    
}

.offers__box {
    display: flex;
    justify-content: center;
}

.offers img {
    margin: 0 9px;
    width: 50%;
    max-width: 241px;
}

.button {
    text-align: center;
    margin-bottom: 25px;
}
.button img{
    width: 100%;
    max-width: 660px;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.5));
}
.steps {
    text-align: center;    
}

.steps img {
    width: 100%;
    max-width: 460px;
    margin-bottom: 10px;
}

.disclaimer {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    background-color: #252525;
    padding: 15px;
}

.disclaimer__title {
    margin-bottom: 8px;
}

@media (max-width: 1100px) {
    .logo {
        margin-top: 15px;
        margin-bottom: 25px;    
    }
    
    .logo img{        
        max-width: 120px;    
    }    
}

@media (max-width: 900px) {
    .inner {
        padding-bottom: 15px;   
    }  
}
