﻿@font-face {
    font-family: 'SiemensSans_Global_Bold';
    src: url('../woff2/SiemensSans_Prof_Bold-cbe587a0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Black';
    src: url('../woff2/SiemensSans_Prof_Black-616fb6d5.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Global_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}

.wrapper {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 500px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 5px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    text-align: center;
    font-family: 'SiemensSans_Global_Bold',sans-serif;
    z-index: 9999;
}

    .wrapper.hide {
        opacity: 0;
        pointer-events: none;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

.wrapper img {
    max-width: 90px;
}

.content header {
    font-size: 25px;
    font-weight: 600;
}

.content {
    margin-top: 10px;
}

    .content p {
        color: #858585;
        margin: 5px 0 20px 0;
    }

    .content .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.buttons button {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    background: #00af8e;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .buttons button:hover {
        transform: scale(0.97);
    }

.buttons .item {
    margin: 0 10px;
}

.buttons a {
    color: #00af8e;
}
