.main-screen{
    background: url("../img/module-main-screen/bg.jpg")  center center no-repeat;
    height: 563px;
    position: relative;
    box-sizing: border-box;
    margin-top: 120px;
    background-size: cover;
}
.main-screen .order-block{
    text-align: center;
    background: rgba(255, 255, 255, .95);
    height: 350px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-top: 24px;
}

.main-screen .order-header{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: cuprumbold;
    font-size: 76px;
    text-shadow: 0px 2px 0px rgba(0, 116, 189, 0.45);
    margin-top: 44px;
    margin-bottom: 5px;
}


.main-screen .order-block input{
    width: 295px;
    height: 45px;
    line-height: 42px;
    border: 2px solid lightgrey;
    display: inline-block;
    margin: 6px 1px;
    border-radius: 8px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 12px;
    font-weight: 200;
    color: #797979;
    font-family: robotoregular;
    outline: none;
}

.main-screen .button{
    margin: 20px 0 15px 0;
}

.main-screen .warranty{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    font-family: Calibri;
    margin-top: 10px;
    background: url("../img/module-main-screen/lock.png") no-repeat left center;
    box-sizing: border-box;
    padding-left: 26px;
    display: inline-block;
}