@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,900');

* { padding: 0; margin: 0; font-family: 'Roboto', sans-serif!important; }
body {
    background: #fff;
    font-weight: 400;
}
a {text-decoration: none;}
input:focus {box-shadow: none;}
input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.white {color: #fff;}
.orange {color: #ff6700;}
.bold {font-weight: 600;}

.trs {transition: all .3s;}

.wrap {max-width: 1340px;margin: 0 auto;overflow: hidden;}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.p404 {
    text-align: center;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table;
}

.p404 h1 {
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-family: 'roboto'!important;
}

.grayscale {
  filter: grayscale(1)!important;
}

.hidden {
  display: none!important;
}
