.hide{
    display: none;
}
body{
    font-family: 'Mplus1p',Arial,sans-serif;
}
select, input:not(.select-file){
    margin: 0;
    padding: 0 20px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    /*-webkit-appearance: none;*/
    border-radius: 0;

    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}

select[name="type"]{
    margin-bottom: 21px;
    padding-left: 16px;
}
select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:url(../img/triangle.png);
    background-repeat:no-repeat;
    background-size: 30px;
    background-position:right;
}

.help-block-error{
    font-size: 16px;
    color: red;
    margin-top: 0.5rem;
}
.form-group{
    padding-bottom: 5px;
}

fieldset{
    border: 0;
}


.btn{
    text-align: center;
    border: 0 none;
    -webkit-appearance: none;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;

    color: #fff;
    background-color: #cd0031;
    font-family: Roboto, "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    width: 300px;
    height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-center{
    text-align: center;
}

.text-bold{
    font-weight: bold;
}

.request-hint {
    color: #000000;
    font-family: 'Mplus1p',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    font-size: 13px;
    padding-bottom: 25px;
}

.attach-files {
    margin: 0 -6px;
}
.attach-files .Rtable-cell{
    background-color: #525252;
    color: white;
    padding: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}
.attach-files .Rtable-cell{
    background-image: url(../img/attach.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 18px;
    min-height: 60px;
    text-align: center;
    padding: 5px 25px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.attach-files .Rtable-cell.success{
    background-color: #158f00;
}
.attach-files .Rtable-cell.success{
    background-image: url(../img/success.png);
    background-size: 20px;
}
.title{
    font-size: 72px;
}

form{
    max-width: 556px;
    margin: 0 auto;
}


@media (max-width: 450px) {
    .attach-files .Rtable-cell{
        font-size: 12px;
    }
}


@media (max-width: 340px) {
    .attach-files .Rtable-cell{
        font-size: 10px;
    }
}