﻿#header-container {
    width: 100%;
    height: 105px;
    z-index: 10;
    padding-top: 17px;
    padding-bottom: 17px;
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    transition: box-shadow 0.42s ease, opacity 0.3s ease;
    background-color: #fff;
}

#header-block {
    max-width: 1262px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}

.tlp-cookie-link {
    margin-top: 10px;
    text-decoration: none;
    font-family: 'Toyota';
    font-size: 0.95rem;
    color: #484848;
}

    .tlp-cookie-link:hover {
        text-decoration: underline;
        color: #484848 !important;
    }
    .tlp-cookie-link:visited {
        text-decoration: underline;
        color: #484848 !important;
    }

.buttonsContainer {
    margin: 0 0 0 auto;
    text-align: center !important;
    padding-top: 3px;
    border: none;
    padding-bottom: 20px;
}

.button {
    display: inline-block;
    position: relative;
    max-height: 49px;
    min-width: 175px;
    padding: 10px 15px;
    text-align: center;
    letter-spacing: 0;
    font-family: Toyota;
    font-weight: bold;
    font-style: normal;
    font-size: 0.9rem;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #ff0022 !important;
    color: #ff0022 !important;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}

    .button.action {
        background-color: #ff0022 !important;
        color: #fff !important;
        font-variant-caps: normal;
        outline: none;
    }

    .button:hover {
        background-color: #ff0022 !important;
        color: #fff !important;
        outline: none;
    }

    .button.action:hover {
        background-color: #fff !important;
        color: #ff0022 !important;
        outline: none;
    }

    .button.btn-form {
        outline: none;
    }

