html,body,*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

h1{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: normal;
}
h3{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: normal;
    color: #333;
}
h5{
    margin-bottom: 15px;
}
a{color: #ac0617;}
#messegeResult{
    padding: 10px;
    font-size: 16px;
    color: red;
}
img{
    max-width: 100%;
    height: auto;
}
label{cursor: pointer;}
label:hover{background-color: #eee;}
.dog{
    padding: 10px;
}
button{
    padding: 10px 20px;
    background: #ac0617;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}
button:hover{
    background: #86000e;
}

button:disabled{
    background: #ccc;
}

.items{
    padding: 15px;
    border: 5px solid #e6e6e6;
    -webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
}

.title{
    float: left;
    width: 70%;
    font-size: 20px;
    color: #333;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.skid{
    float: left;
    width: 30%;
    text-align: center;
    background-color: #ffdd6f;
    border: 1px solid #fdcd32;
    color: #333;
    padding: 15px 10px;
}

.hidden{
    display: none !important;
}
#nsteps{
    
}
#nsteps .step1 .bimg{
    float: left;
    width: 60%;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#nsteps .step1 .bcont{
    position: relative;
    float: left;
    width: 40%;
    height: 100vh;
    padding: 100px 15px;
    padding-top: 30vh;
}
#nsteps .step1 .bcont h3{
    color: #777b95;
    font-weight: normal;
}
#nsteps .step1 .bcont .top{
    position: absolute;
    top: 15px;
    left: 15px;
}
#nsteps .step1 .bcont .foot{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.step2,.step3,.step4,.step5,.step6{
    padding: 100px;
}

#nsteps .step2 .items label{
    display: block;
    padding: 10px;
    width: 48%;
    margin-right: 2%;
    float: left;
    border: solid 1px rgba(217,216,230,.55);
    margin-bottom: 15px;
}

#nsteps .step3 .items label,#nsteps .step4 .items label,#nsteps .step5 .items label{
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 10px;
    border: solid 1px rgba(217,216,230,.55);
}
#nsteps .step3 .items label img,#nsteps .step4 .items label img{
    display: block;
    margin-bottom: 15px;
}

#nsteps .step5 .after{
    display: block;
    margin: 0 auto 20px;
}

#nsteps .step6 .items{
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 15px;
}
#nsteps .step6 .items input[type=text],#nsteps .step6 .items input[type=tel]{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 18px;
    border: solid 1px rgba(217,216,230,.55);
}

@media(max-width:768px){
    .title{
        width: 100%;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .skid{
        width: 250px;
        margin: 0 auto 15px;
        float: none;
    }
    #nsteps .step1 .bimg{
        width: 100%;
        float: none;
        height: 400px;
    }
    #nsteps .step1 .bcont{
        width: 100%;
        padding-top: 100px;
        height: auto;
    }
    .step2,.step3,.step4,.step5,.step6{
        padding: 10px;
    }
    #nsteps .step2 .items label{
        width: 100%;
        margin-right: 0;
    }
    #nsteps .step6 .items{
        width: 100%;
    }
}

.cl:after{
    content:"";
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
