@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@font-face {
    font-family: "Futuris";
    src: url("/maintenance/fonts/futuris-bold.eot"); /* IE9 Compat Modes */
    src: url("/maintenance/fonts/futuris-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/maintenance/fonts/futuris-bold.otf") format("opentype"), /* Open Type Font */
        url("/maintenance/fonts/futuris-bold.svg") format("svg"), /* Legacy iOS */
        url("/maintenance/fonts/futuris-bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/maintenance/fonts/futuris-bold.woff") format("woff"), /* Modern Browsers */
        url("/maintenance/fonts/futuris-bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}
html, body {
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
h1 {
    text-transform: uppercase;
    font-family: 'Futuris', arial;
    font-size: 46px;
    font-weight: 800;
    margin: 0;
}
.wrapper {
    width: 1100px;
}
.maintenance .wrapper {
    margin: 0 auto;
    flex: 1;
}
.maintenance .logo-row {
    padding: 64px 0px 55px 0px;
}
.maintenance .logo-row img {
    width: 171px;
    height: 56px;
}
.maintenance .main-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 63px;
    position: relative;
}
.maintenance .main-row .right {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: -165px;
}

.maintenance .main-row .left {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.maintenance .main-row p {
    font-family: 'Roboto';
    font-size: 16px;
    margin: 20px 0px 30px 0px;
    line-height: 1.4em;
}
.maintenance .subscribe .txt {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}
.maintenance .subscribe .inputs {
    margin-bottom: 32px;
}
.maintenance .subscribe .inputs input {
    padding: 7px 0px 7px 22px;
    border: 1px solid #969696;
    font-family: 'Roboto';
    font-size: 13px;
    width: 406px;
    height: 34px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}
.maintenance .subscribe .inputs input::placeholder {
    font-family: 'Roboto';
    font-size: 13px;
}
.maintenance .subscribe .inputs button {
    width: 122px;
    height: 34px;
    background: #D2233C;
    color: #fff;
    border: none;
    outline: 0;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-left: 5px;
}
.maintenance .subscribe .inputs button:hover {
    background: #000;
}
.maintenance .choose-oil {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 40px;
}
.maintenance a {
    color: #D2233C;
}
.maintenance .canister {
    width: 276px;
    height: 468px;
}
.maintenance .canister img {
    width: 100%;
}
.footer {
    background: #E6E6E6;
    width: 100%;
    height: 137px;
    display: flex;
}
.footer .wrapper {
    display: flex;
    flex: 0 0 1040px;
    align-items: center;
    justify-content: space-between;
}
.footer .info {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.4em;
}
.footer .socials,
.footer .info {
    display: flex;
}
.footer .info span {
    display: contents;
    font-weight: bold;
}
.footer .socials div {
    margin-right: 10px;
}
.footer .socials div:last-child {
    margin-right: 0px;
}
.footer .socials a {
    width: 45px;
    height: 45px;
    background: #000;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    border-radius: 50px;
}
br.mobile { display: none; }
@media screen and (max-width: 1100px) {
    .wrapper {
        width: 95%;
    }
    .footer .wrapper {
        flex: 0 0 95%;
    }
}
@media screen and (max-width: 1088px) {
    .maintenance .main-row .right {
        display: none;
    }
}
@media screen and (max-width: 841px) {
    .maintenance .subscribe .inputs input {
        width: 50%;
    }
}
@media screen and (max-width: 630px) {
    .maintenance .main-row .left {
        width: 100%;
    }
    .maintenance .subscribe .inputs input,
    .maintenance .subscribe .inputs button {
        width: 100%;
        margin-left: 0px;
    }
    .maintenance .subscribe .inputs input {
        margin-bottom: 10px;
    }
    .footer { padding: 50px 0px; }
    .footer .wrapper {
        flex-flow: column;
    }
    .footer .info br { display: none; }
}
@media screen and (max-width: 450px) {
    h1 {  
        font-size: 36px; 
    }
    .wrapper {
        width: 80%;
    }
    .footer .wrapper {
        flex: 0 0 80%;
    }
    .maintenance .main-row p {
        margin: 0px 0px 60px 0px;
    }
    .maintenance .subscribe .txt {
       white-space: nowrap;
    }
    .maintenance .choose-oil {
        padding-bottom: 0px;
    }
    .footer { height: unset; }
    .footer .socials {
        flex-flow: wrap;
        margin-top: 30px;
    }
    .footer .socials div {
        flex: 0 0 20%;
        margin-right: 15px;
    }
    .footer .socials div:first-child {
        margin-bottom: 20px;
    }
    br.mobile { display: block !important; }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    padding: 20px 50px;
    border: 1px solid #888;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.modal-content p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.4em;
}
.modal-content .btn-block {
    width: 100%;
    text-align: center;
}
.modal-content .btn-block button {
    transition: all 0.2s ease-in-out;
    background: rgb(210, 35, 60);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    padding: 7px 17px;
    border: none;
    cursor: pointer;
}
.modal-content .btn-block button:hover {
    background: #191714;
    color: #fff;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 5px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .modal-content {
        width: 60%;
    }
}