body{
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 960px !important;
}
.is-flex{
    display: flex;
    align-self: center;
    align-items: center;
}
.header {
    color: #212121;
    font-size: 0.75rem;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background: white;
}
.app-content {
    min-height: calc(100vh - 80px);
    background-color: #F0F0F0;
}
.footer {
    display: flex;
    align-items: center;
    margin: auto;
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    height: 40px;
    width: 100%;
    padding: 0;
    font-size: 0.75rem;
    box-shadow: 0 -5px 10px -5px rgba(18, 64, 105, 0.08);
}
.footer-logo-and-text{
    display: flex;
    padding-top: 0;
}
.footer-text{
    margin: 0 1rem;
    padding: 0;
    text-transform: uppercase;
}
.footer-contacts{
    margin-left: auto;
}
.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top;
}
.dropdown-trigger {
    color: #E00000;
    cursor: pointer;
}
.phone-icon{
    background-color: #E00000;
    border-radius: 16px;
    padding: 0 2px;
    margin-right: 4px;
}
.icon{
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.icon.is-small{
    height: 1rem;
    width: 13px;
}
.second-footer {
    background-color: white;
    height: 40px;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    font-size: 12px;
    display: flex;
}
.no-access-page {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.warning-message {
    margin-top: 6rem;
}
.link {
    font-weight: bold;
}