.text-center{ text-align: center;}
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }
.float-left{ float: left; }
.float-right{ float: right; }
.bold{ font-weight: bold; }
.clear{ clear: both; }
.none{ display: none !important; visibility: hidden !important;}
.hidden{visibility: hidden; }
.opacity0{ opacity: 0;}
.relative{ position: relative; }
.absolute{ position: absolute; }
.uppercase{ text-transform: uppercase; }
.white{ color: white !important;}
.bg-blue{ background-color: #00a8ff !important; }
.blue{ color: #00a8ff !important; }
.block{ display: block !important;}
.inline-block{ display: inline-block; }

html,body{
    font-family: robotoregular;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    color: #19202a;
}

.module{
    max-width: 1920px;
    min-width: 1000px !important;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.button{
    background: #ffba00;
    box-shadow: 0 4px 0 #aa7103;
    border-radius: 32px;
    display: inline-block;
    width: 285px;
    height: 64px;
    line-height: 64px;
    color: #2d1900;
    text-align: center;
    cursor: pointer;
    font-family: robotomedium;
    font-size: 36px;
    text-decoration: none;
    text-transform: uppercase;
}

.module-header{
    font-size: 36px;
    font-family: cuprumregular;
    margin: 24px 0;
    text-align: center;
    position: relative;
}

.module-header:before{
    background: url("../img/public/left.png") no-repeat right center;
    width: 317px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 16px;
    content: '';
}

.module-header:after{
    background: url("../img/public/right.png") no-repeat ;
    width: 317px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 16px;
    content: '';
}

.modal-form{
    width: 370px;
    background: #ffffff;
    border-radius: 8px;
    font-weight: 200;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    position: relative;
    display: none;
}

.modal-form input, .modal-form textarea {
    width: 295px;
    line-height: 42px;
    border: 2px solid lightgrey;
    display: inline-block;
    margin: 6px 0;
    border-radius: 8px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 12px;
    font-weight: 200;
    color: #797979;
    font-family: robotoregular;
    outline: none;
}

.modal-form input {
    height: 45px;
}

.modal-form textarea {
	resize: vertical
}

.modal-form.big input#user-name-modal{
    width: 100%;
}

.modal-form.big #user-plan-modal{
    margin-top: 20px;
    vertical-align: top;
    margin-right: 10px;
}

.modal-form input#user-phone-modal{
    margin-right: 10px;
}

.modal-form input#input-square{
    margin-right: 10px;
}

.modal-form#simple-form input{
    margin-right: 0;
}

.modal-text{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: cuprumbold;
    margin: 5px 0 10px 0;
}

.modal-form .warranty{
    text-align: center;
    font-size: 14px;
    margin: 8px 0 15px 0;
}

.modal-form .button-call{
    width: 215px;
    height: 45px;
    line-height: 45px;
}

.modal-form .button{
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-form.big{
    width: 685px;
    padding: 0 40px;
    padding-top: 20px;
}

.upload-panel{
    display: none;
}

.uploaded-file{
    text-align: left;
    margin: 10px 0;
}