* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
}

.container {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0px 40px;
}

.logo {
    display: inline-block;
}

.header {
    justify-content: space-between;
    display: flex;
}

.footer {
    justify-content: space-between;
    display: flex;
}

.rightside {
    font-size: 12px;
    display: block;
    margin-top: 7px;
}

.bl1 {
    border-bottom: 1px solid;
    box-shadow: 0px 1px 7px #777;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bl2 {
    background-image: url(../img/1bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.bl2 .h1 b {
    font-size: 200px;
    font-weight: 500;
    color: #e9550d;
    text-shadow: 0px 3px 0px #820000;
}

.bl2 .h1 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 0px #555;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 21px;
}

.bl2 .h2 {
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 500px;
    text-align: center;
    padding: 5px 10px;
    margin: 0px auto;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
}

.bl2 .p1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 20px;
}

.buy-button {
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #e9550d;
    padding: 10px 40px;
    border-radius: 4px;
    box-shadow: 0px 3px 0px #820000;
    font-size: 21px;
    margin-left: calc(50% - 123px);
    margin-top: 0;
}

.buy-button:hover {
    box-shadow: inset 0px 23px 22px #bb5700;
    margin-top: 2px;
}

.bl3 {
    background-image: url(../img/2bg1.jpg);
    background-position: center;
    background-color: #f7fcff;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 90px;
}

.bl3 .p1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.bl3 .p2 {
    color: #e9550d;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 62px;
    margin-bottom: 60px;
}

.bl3 .p3 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 50px;
}

.bl3 ul {
    width: 50%;
    margin-left: 50%;
}

.bl3 ul li {
    margin-bottom: 20px;
    list-style-image: url(../img/liststyle1.png);
}

.bl4 {
    background-image: url(../img/3bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 90px;
}

.bl4 .p1 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.bl4 .p2 {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 100;
    width: 62%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media all and (max-width:1000px) {
    .bl3 {
        background: none;
    }
    .bl3 ul {
        width: 100%;
        margin: 0px auto;
    }
}

@media all and (max-width:600px) {
    .bl3 .p2 {
        font-size: 40px;
    }
    .bl4 .p2 {
        width: 100%;
    }
    .header {
        justify-content: center;
    }
    .header .rightside {
        display: none;
    }
    .footer {
        justify-content: center;
    }
    .footer img {
        display: none;
    }

    .buy-button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width:400px) {
    .bl3 .p2 {
        font-size: 36px;
    }
}