@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/* ==========================================================================
   Base
   ========================================================================== */

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}


/* ==========================================================================
   Colours
   ========================================================================== */

.grey {
    color: #666;
}

.light-grey {
    color: #999;
}

.crimson {
    color: #ed0331;
}

.white {
    color: white;
}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Audi Normal';
    src: url("assets/fonts/AudiTypeNormal.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Bold';
    src: url("assets/fonts/AudiTypeBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Extended Normal';
    src: url("assets/fonts/AudiType-ExtendedNormal.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Extended Bold';
    src: url("assets/fonts/AudiType-ExtendedBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


/* ==========================================================================
   Typography
   ========================================================================== */

html {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, FreeSans, Arial, sans-serif;
    font-size: 112.5%;
    line-height: 1.33;
    color: #222;
}

@media (min-width: 1200px) {
    html {
        font-size: 150%;
    }
}

.acp-template {
    font-family: "Audi Normal", Verdana, sans-serif;
    font-size: 85%;
    line-height: 1.54945;
}


/*
 * FONT-STYLES
 */

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.crossed {
    text-decoration: line-through;
}

.italic {
    font-style: italic;
}


/*
 * FONT-SIZES
 */

.centi {
    font-size: 0.777em;
    line-height: 1.25;
}

.acp-template .centi {
    line-height: 1.45625;
}

.milli {
    font-size: 0.666em;
    line-height: 1.125;
}

.acp-template .milli {
    line-height: 1.31062;
}

.mikro {
    font-size: 0.611em;
    line-height: 1.1;
}

.acp-template .mikro {
    line-height: 1.2815;
}

.deci {
    font-size: 0.888em;
    line-height: 1.285;
}

.acp-template .deci {
    line-height: 1.49703;
}

.hecto {
    font-size: 1.333em;
    line-height: 1.25;
}

.acp-template .hecto {
    line-height: 1.45625;
}

.kilo {
    font-size: 1.667em;
    line-height: 1.2;
}

.acp-template .kilo {
    line-height: 1.398;
}

.mega {
    font-size: 2.222em;
    line-height: 1.15;
}

.acp-template .mega {
    line-height: 1.33975;
}

.giga {
    font-size: 2.777em;
    line-height: 1.1;
}

.acp-template .giga {
    line-height: 1.2815;
}

.tera {
    font-size: 3.333em;
    line-height: 1.05;
}

.acp-template .tera {
    line-height: 1.22325;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn-group .btn,
.alert.-danger .action-block .btn {
    margin-right: 0.3em;
}

.btn-group .btn:last-child,
.alert.-danger .action-block .btn:last-child {
    margin-right: 0;
}

button {
    background: transparent;
    transition: all 0.2s;
}

button:focus {
    outline: none;
}

.btn {
    color: #ed0331;
    background-color: transparent;
    display: inline-block;
    padding: 0.1em 0.6em 0.2em;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    color: #fc2751;
    background-color: transparent;
}

.btn:disabled,
.btn:disabled:hover {
    color: #e4b4bd;
}

@media print {
    .btn {
        transition: none;
        display: none;
    }
}

.btn-large {
    font-size: 1.333em;
    line-height: 1.25;
    padding: 0.25em 0.833em 0.4em;
    line-height: 1;
}

.acp-template .btn-large {
    line-height: 1.45625;
}

.btn-white {
    color: white;
    background-color: transparent;
}

.btn-white:hover {
    color: white;
    background-color: transparent;
}

.btn-white:disabled,
.btn-white:disabled:hover {
    color: white;
}

.btn-white-inverted {
    color: white;
    background-color: #ed0331;
}

.btn-white-inverted:hover {
    color: #ed0331;
    background-color: white;
    border-color: white;
}

.btn-white-inverted:disabled,
.btn-white-inverted:disabled:hover {
    color: white;
}

.btn-bg-light-yellow {
    color: #222;
    background-color: #fdd101;
}

.btn-bg-light-yellow:hover {
    color: #3c3c3c;
    background-color: #fdd101;
}

.btn-bg-light-yellow:disabled,
.btn-bg-light-yellow:disabled:hover {
    color: #767676;
}


/* ==========================================================================
   Headings
   ========================================================================== */

h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.h3+p {
    margin-top: 0.5em;
}


/* ==========================================================================
   Links
   ========================================================================== */

.disabled {
    pointer-events: none;
    cursor: default;
}

a,
a.default {
    color: #222;
    text-decoration: none;
    transition: all 0.2s;
}

a:active,
a:focus,
a.default:active,
a.default:focus {
    outline: none;
}

a:hover,
a.default:hover {
    color: #ed0331;
}

.pure {
    color: inherit;
    text-decoration: none;
}

.pure:active,
.pure:focus {
    outline: none;
}

.pure:hover {
    color: inherit;
}

.arrow-left:before {
    content: url("assets/png/arrow-right.png");
    margin-right: .3em;
}

.plus-circle:before {
    content: url("assets/png/plus-circle.png");
    position: relative;
    top: 0.5em;
    margin-right: 0.5em;
}

.dotted-bold {
    font-size: 1.333em;
    line-height: 1.25;
    color: #999;
    border-bottom: 1px dotted;
    font-weight: bold;
}

.acp-template .dotted-bold {
    line-height: 1.45625;
}

.arrow-circle-bottom:before {
    content: url("assets/png/arrow-circle-bottom.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.arrow-circle-top:before {
    content: url("assets/png/arrow-circle-top.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.arrow-circle-left:before {
    content: url("assets/png/arrow-circle-left.png");
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.crimson.disabled {
    color: #e0a9b4;
}

.dotted {
    border-bottom: 1px dotted;
}

.dotted:hover {
    border-bottom-color: transparent;
}


/* ==========================================================================
   Lists
   ========================================================================== */


/*[1]. Long Dash List (with separate li-only mixin)
---------------------------------------------------*/

.pure {
    margin: 0.5em 0 1em;
    padding-left: 0;
}

.pure li {
    list-style-type: none;
}

.long-dash {
    margin: 0.5em 0 1em;
    padding-left: 0;
}

.long-dash li {
    list-style-type: none;
}

.long-dash>li {
    padding-left: 37px;
}

.long-dash>li:before {
    content: "";
    width: 22px;
    margin-left: -37px;
    margin-right: 15px;
    border-bottom: 1px solid;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
}

.long-dash>.separator {
    height: 0.1em;
    margin-top: 1.57em;
    margin-bottom: 1.57em;
}

.long-dash>.separator:before {
    width: 100%;
    margin-left: 0;
    color: #626262;
    vertical-align: top;
}

.short-dash {
    margin: 0.5em 0 1em;
    padding-left: 0;
}

.short-dash li {
    list-style-type: none;
}

.short-dash>li {
    padding-left: 1.3em;
    position: relative;
}

.short-dash>li:before {
    content: "—";
    position: absolute;
    left: 0;
    vertical-align: middle;
}

.triangle {
    margin: 0.5em 0 1em;
    padding-left: 0;
}

.triangle li {
    list-style-type: none;
}

.triangle>li {
    padding-left: 37px;
}

.triangle>li:before {
    content: "";
    width: 0;
    margin-left: -1.3em;
    margin-right: 0.5em;
    border: 0.3em solid transparent;
    border-left: 0.6em solid;
    display: inline-block;
    vertical-align: middle;
}

p:first-child {
    margin-top: 0;
}


/* ==========================================================================
   Layout
   ========================================================================== */

body {
    overflow-y: scroll;
}

@media print {
    body {
        transition: none;
        overflow: visible;
    }
}

.wrap {
    /* position: relative; */
    /* min-width: 1000px; */
    /* padding-right: 2.777em; */
}

.page {
    /* width: 100%; */
    /* margin-bottom: -6em; */
    /* padding-bottom: 4em; */
}

.row:before,
.row:after {
    content: ' ';
    display: table;
}

.row:after {
    clear: both;
}

.row [class*='column-']:last-child {
    margin-right: 0px;
}

.row .row {
    padding-right: 0;
}

[class*='column-'] {
    float: left;
    margin: 0;
    width: 100%;
    min-height: 1px;
}

@media print {
    [class*='offset-']:first-child {
        transition: none;
        margin-left: 10% !important;
    }
}

.row.pad [class*='column-'] {
    padding: 0 1.111em;
}

[class*='column-'].pad {
    padding-left: 1.111em;
    padding-right: 1.111em;
}

[class*='column-'].pad-right {
    padding-right: 1.111em;
}

[class*='column-'].pad-right-2x {
    padding-right: 2.222em;
}

.row.table {
    display: table;
    width: 100%;
}

.row.table [class*='column-'] {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.row.table [class*='column-'].-bottom {
    vertical-align: bottom;
}

.row.table.fix-table-gap {
    width: calc(100% + 1px);
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
    margin-bottom: 1.4em;
    padding-top: 2.333em;
}

header:before,
header:after {
    content: ' ';
    display: table;
}

header:after {
    clear: both;
}

header [class*='column-']:last-child {
    margin-right: 0px;
}

.acp-template header .header-logo {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNzUuNiA2MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTc1LjYgNjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTE0NC4yLDBjLTcsMC0xMy41LDIuMy0xOC44LDYuMkMxMjAuMSwyLjMsMTEzLjYsMCwxMDYuNiwwYy03LDAtMTMuNSwyLjMtMTguOCw2LjJDODIuNSwyLjMsNzYuMSwwLDY5LDANCgljLTcsMC0xMy41LDIuMy0xOC44LDYuMkM0NSwyLjMsMzguNSwwLDMxLjQsMEMxNC4xLDAsMCwxMy45LDAsMzFzMTQuMSwzMSwzMS40LDMxYzcsMCwxMy41LTIuMywxOC44LTYuMkM1NS41LDU5LjcsNjIsNjIsNjksNjINCgljNywwLDEzLjUtMi4zLDE4LjgtNi4yQzkzLDU5LjcsOTkuNSw2MiwxMDYuNiw2MmM3LDAsMTMuNS0yLjMsMTguOC02LjJjNS4yLDMuOSwxMS43LDYuMiwxOC44LDYuMmMxNy4zLDAsMzEuNC0xMy45LDMxLjQtMzENCglTMTYxLjUsMCwxNDQuMiwweiBNMTI1LjQsNDdjLTMuOC00LjMtNi4xLTkuOS02LjEtMTZjMC02LjEsMi4zLTExLjcsNi4xLTE2YzMuOCw0LjMsNi4xLDkuOSw2LjEsMTZDMTMxLjUsMzcuMSwxMjkuMiw0Mi43LDEyNS40LDQ3DQoJeiBNODcuOCw0N2MtMy44LTQuMy02LjEtOS45LTYuMS0xNmMwLTYuMSwyLjMtMTEuNyw2LjEtMTZjMy44LDQuMyw2LjEsOS45LDYuMSwxNkM5My45LDM3LjEsOTEuNiw0Mi43LDg3LjgsNDd6IE01MC4yLDQ3DQoJYy0zLjgtNC4zLTYuMS05LjktNi4xLTE2YzAtNi4xLDIuMy0xMS43LDYuMS0xNmMzLjgsNC4zLDYuMSw5LjksNi4xLDE2QzU2LjQsMzcuMSw1NCw0Mi43LDUwLjIsNDd6IE02LjUsMzENCgljMC0xMy41LDExLjItMjQuNSwyNC45LTI0LjVjNS4xLDAsOS45LDEuNSwxMy45LDQuMmMtNC44LDUuNC03LjcsMTIuNS03LjcsMjAuM2MwLDcuOCwyLjksMTQuOSw3LjcsMjAuM2MtNCwyLjYtOC43LDQuMi0xMy45LDQuMg0KCUMxNy43LDU1LjUsNi41LDQ0LjUsNi41LDMxeiBNNTUuMSw1MS4zYzQuOC01LjQsNy43LTEyLjUsNy43LTIwLjNjMC03LjgtMi45LTE0LjktNy43LTIwLjNjNC0yLjYsOC43LTQuMiwxMy45LTQuMg0KCXM5LjksMS41LDEzLjksNC4yYy00LjgsNS40LTcuOCwxMi41LTcuOCwyMC4zYzAsNy44LDIuOSwxNC45LDcuOCwyMC4zYy00LDIuNi04LjcsNC4yLTEzLjksNC4yQzYzLjksNTUuNSw1OS4xLDUzLjksNTUuMSw1MS4zeg0KCSBNOTIuNyw1MS4zYzQuOC01LjQsNy44LTEyLjUsNy44LTIwLjNjMC03LjgtMi45LTE0LjktNy44LTIwLjNjNC0yLjYsOC43LTQuMiwxMy45LTQuMnM5LjksMS41LDEzLjksNC4yDQoJYy00LjgsNS40LTcuOCwxMi41LTcuOCwyMC4zYzAsNy44LDIuOSwxNC45LDcuOCwyMC4zYy00LDIuNi04LjcsNC4yLTEzLjksNC4yUzk2LjcsNTMuOSw5Mi43LDUxLjN6IE0xNDQuMiw1NS41DQoJYy01LjEsMC05LjktMS41LTEzLjktNC4yYzQuOC01LjQsNy44LTEyLjUsNy44LTIwLjNjMC03LjgtMi45LTE0LjktNy44LTIwLjNjNC0yLjYsOC43LTQuMiwxMy45LTQuMmMxMy43LDAsMjQuOSwxMSwyNC45LDI0LjUNCglDMTY5LjEsNDQuNSwxNTcuOSw1NS41LDE0NC4yLDU1LjV6Ii8+DQo8L3N2Zz4NCg==);
}

header .header-logo {
    background-image: url("assets/png/logos/phoenix.png");
}

header .header-logo.-hidden {
    display: none;
}

header .header-brand span.audi {
    color:#bb0a30;
    font-family:'Audi Extended Bold';
    padding-bottom:5px;
    display:inline-block;
}

@media (max-width: 767px) {
    header .header-brand span.audi {
        margin-top: 5px;
        margin-bottom: -5vw;
        padding-bottom: 0px;
        display: block;
    }    
}

header .header-content {
    position: relative;
    border-bottom: 1px solid #969696;
}

header .header-title {
    font-size: 3em;
    font-weight: normal;
    line-height: 0.92;
    margin: 0;
    max-width: 75%;
    border-bottom: 4px solid #ed0331;
    display: inline-block;
}

.acp-template header .header-title {
    font-size: 2em;
    font-family: "Audi Extended Bold", Verdana, sans-serif;
    padding-bottom: 4px;
}

header .header-title,
header .header-photo,
header .header-settings {
    position: relative;
    top: 4px;
}

header .header-photo {
    display: inline-block;
    width: 4.444em;
    height: 4.444em;
    margin-left: 1.4em;
    margin-bottom: -2.3em;
}

header .profile-photo {
    position: absolute;
    max-height: 4.444em;
}

header .header-settings {
    font-size: 0.666em;
    line-height: 1.125;
    margin-left: 1.5em;
    color: #222;
}

header .header-address.header-phone a {
    color: black;
}

header .header-address.header-phone a:hover {
    color: #bb0a30;
}

.acp-template header .header-settings {
    line-height: 1.31062;
}

.page-description {
    margin-bottom: 1.666em;
    padding-right: 2.222em;
}

.page-description p {
    margin: 0;
}

.page-description p+p {
    margin-top: 1em;
}

.page-h1 {
    font-family: "Audi Extended Bold", Verdana, sans-serif;
}

h2.page-h1 {
    font-family: "Audi Extended Bold", Verdana, sans-serif;
    margin-top: 24px;
}

.page-text {
    font-size: 19.5px;
}


/*
 * Frame box
 */

.framebox {
    position: relative;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: content-box;
    margin-left: -2.5em;
    margin-bottom: 1em;
    padding: 1em 2.5em 0;
    border: 5px solid silver;
}

.framebox-top+.framebox {
    top: -0.7em;
    padding-top: 1.5em;
}

.framebox-top.btn+.framebox {
    top: -1.2em;
}

.framebox-top,
.framebox-bottom {
    position: relative;
    z-index: 100;
    background: white;
    box-shadow: 0.4em 0 0 white, -0.4em 0 0 white;
    transition: background 0.2s, box-shadow 0.2s;
}

.framebox-top:hover,
.framebox-bottom:hover {
    background-color: white;
}

.framebox-bottom {
    bottom: -0.9em;
}

.framebox-wrapper.hidden .framebox {
    display: none;
    border-color: transparent;
}

.framebox-wrapper.hidden .framebox,
.framebox-wrapper.hidden .framebox-bottom {
    animation-name: hide;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.framebox-wrapper.hidden .framebox-top {
    box-shadow: none;
}


/**
 * BEM-version of the component
 */

.c-framebox__top,
.c-framebox__bottom {
    position: relative;
    z-index: 100;
    background: white;
    box-shadow: 0.4em 0 0 white, -0.4em 0 0 white;
    transition: background 0.2s, box-shadow 0.2s;
}

.c-framebox__top:hover,
.c-framebox__bottom:hover {
    background-color: white;
}

.c-framebox__top+.c-framebox__content {
    top: -0.7em;
    padding-top: 1.5em;
}

.c-framebox__bottom {
    -ms-transform: translate(0, 55%);
    transform: translate(0, 55%);
    display: inline-block;
}

.c-framebox__content {
    position: relative;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: content-box;
    margin-left: -2.5em;
    margin-bottom: 1em;
    padding: 1em 2.5em 0;
    border: 5px solid silver;
}

.c-framebox.is-hidden .c-framebox__top {
    box-shadow: none;
}

.c-framebox.is-hidden .c-framebox__content {
    display: none;
    border-color: transparent;
}

.c-framebox.is-hidden .c-framebox__bottom {
    display: none;
}

.loader,
.spinner__inner {
    display: inline-block;
    margin: auto 2em;
    vertical-align: middle;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.3em solid rgba(34, 34, 34, 0.2);
    border-right: 0.3em solid rgba(34, 34, 34, 0.2);
    border-bottom: 0.3em solid rgba(34, 34, 34, 0.2);
    border-left: 0.3em solid #222222;
    transform: translateZ(0);
    animation: show 0.2s, load8 0.7s infinite linear;
}

.loader.small,
.small.spinner__inner {
    font-size: 6px;
}

.loader.-inner,
.-inner.spinner__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6em;
}

.loader.-crimson,
.-crimson.spinner__inner {
    border-left-color: white;
}

.loader,
.spinner__inner,
.loader:after,
.spinner__inner:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.spinner__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5em;
}

.spinner--top {
    vertical-align: top;
}

.spinner--full-width-centered {
    width: 100%;
}

.spinner--full-width-centered .spinner__inner {
    left: 50%;
}


/*
 * Flash Message
 */

.msg-container {
    position: fixed;
    top: 0.5em;
    text-align: center;
    left: 0;
    right: 0;
    display: none;
    z-index: 300;
}

.msg {
    text-align: center;
    border: 1px solid;
    padding: 0.5em 1.5em;
    font-size: 15px;
    display: inline-block;
    opacity: 0.9;
}

.msg.success {
    color: #329d32;
    background: #dbf3db;
}

.msg.error {
    color: red;
    background: #ffcccc;
}


/*
 * Alert box
 */

.alert.-danger {
    margin: 0.2em 0 0.2em;
    padding: 1.111em 10% 1.5em;
    background: #ed0331;
    color: white;
}

.alert.-danger .action-block {
    margin-top: 0.8em;
}

.alert-trigger {
    position: relative;
}

.alert-trigger.is-active:after {
    display: block;
}

.alert-trigger:after {
    content: '';
    width: 0;
    height: 0;
    display: none;
    position: absolute;
    right: 50%;
    margin-right: -14px;
    border-top: 14px solid white;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}


/*
 * Accordion
 */

.accordion-item .accordion-content {
    max-height: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
    overflow: hidden;
}

@media print {
    .accordion-item .accordion-content {
        transition: none;
        max-height: none;
        -ms-transform: none;
        transform: none;
        overflow: visible;
        opacity: 1;
    }
}

.accordion-item .accordion-content-reversed {
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
}

@media print {
    .accordion-item .accordion-content-reversed {
        transition: none;
        -ms-transform: none;
        transform: none;
    }
}

.accordion-item .accordion-title {
    display: inline-block;
    cursor: pointer;
}

.accordion-item .accordion-title.-with-arrow {
    position: relative;
}

.accordion-item .accordion-title.-with-arrow:before,
.accordion-item .accordion-title.-with-arrow:after {
    content: '';
    position: absolute;
    top: 45%;
    right: -1em;
    width: 3px;
    height: 9px;
    background-color: #222;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
}

.accordion-item .accordion-title.-with-arrow:before {
    -ms-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
}

.accordion-item .accordion-title.-with-arrow:after {
    -ms-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-item.is-open .accordion-content {
    max-height: 30em;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.accordion-item.is-open .accordion-content-large {
    max-height: 300em;
}

.accordion-item.is-open .accordion-content-medium {
    max-height: 30em;
}

.accordion-item.is-open .accordion-content-small {
    max-height: 10em;
}

.accordion-item.is-open .accordion-title.-with-arrow:before {
    -ms-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion-item.is-open .accordion-title.-with-arrow:after {
    -ms-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}


/* ==========================================================================
   Modal Windows
   ========================================================================== */

.modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-wrapper.legacy {
    z-index: 400;
}

.modal {
    position: relative;
    width: 35em;
    margin: 2em auto;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modal-content {
    padding: 0.7em 1.1em 1.8em;
}

.modal-content:before,
.modal-content:after {
    content: ' ';
    display: table;
}

.modal-content:after {
    clear: both;
}

.modal-close {
    float: right;
    padding-right: 0.3em;
    color: #555555;
    font-size: 1.333em;
    line-height: 1.25;
    cursor: pointer;
}

.acp-template .modal-close {
    line-height: 1.45625;
}

body.modal-open {
    overflow: hidden;
    padding-right: 17px;
}

body.modal-open .menu {
    right: 17px;
}

.modal-open .modal-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}

.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 200;
    transition: opacity 0.2s;
    background: black;
}

.overlay.local {
    position: absolute;
    height: 101%;
}

.overlay.fade.in {
    opacity: 0.5;
}

.modal.-auth-form-modal {
    width: 70%;
    float: left;
    min-height: 1px;
    float: none;
    border: none;
    margin-top: 10em;
    margin-right: 2.777em;
    background: transparent;
}

.acp-template .modal.-auth-form-modal {
    margin-right: 3.3324em;
}

.modal.-auth-form-modal .modal-content {
    padding: 0;
}

.modal.-auth-form-modal .modal-close {
    display: none;
}

.overlay.-auth-form-overlay {
    background: white;
    z-index: 100;
}

.overlay.-auth-form-overlay.fade.in {
    opacity: 0.8;
}


/**
 * BEM modal component
 */

.ReactModal__Body--open {
    position: fixed;
    overflow-y: scroll;
}

.c-modal {
    width: 35em;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0.7em 1.1em 1.8em;
    margin: 0 auto;
}

.c-modal:focus {
    outline: none;
}

.c-modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 0.2s;
    animation-name: v-show;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.c-modal__overlay--dark {
    background: rgba(0, 0, 0, 0.2);
}

.c-modal__overlay--chat {
    margin-right: 2.777em;
}

.c-modal--chat {
    width: calc(70% + 1em);
    height: 100%;
    min-height: 100%;
    padding: 1.444em;
    padding-right: 1.444em;
    border: none;
    background-color: #c5c5c5;
    overflow-y: scroll;
    margin-right: -1em;
}

.c-modal--chat .c-modal__content {
    margin-right: 10%;
}

.c-modal--chat .c-modal__close {
    font-size: 0.666em;
    line-height: 1.125;
    position: relative;
    top: 1em;
    float: right;
    padding-right: 2em;
    line-height: 1;
    text-align: right;
    cursor: pointer;
}

.acp-template .c-modal--chat .c-modal__close {
    line-height: 1.31062;
}

.c-modal--chat .c-modal__close:after {
    content: url("assets/png/close-button-circle.png");
    position: absolute;
    top: 0.2em;
    margin-left: 0.5em;
}


/*
 * Social Buttons
 */

.social {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 0.3em;
}

.social.facebook {
    background: url("assets/png/social/common/facebook.png");
}

.social.twitter {
    background: url("assets/png/social/common/twitter.png");
}

.social.vkontakte {
    background: url("assets/png/social/common/vkontakte.png");
}


/* grey menu*/
.container-menu-opna {
  background-color: #e6e6e6;
  width: 100%;
}

.container-menu-opna.wb {
  background-color: #ffffff;
  text-align: right;  
  width: 100%;
}
.container-menu-opna a {
  font-family: "Audi Extended Bold", Verdana, sans-serif;
  color: black;
}
.container-menu-opna a:hover {
  color: #bb0a30;
  text-decoration: underline;
}
.list {
  display: inline-block;
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20height%3D%2232%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22M2.8%207.4L11%2016l-8.2%208.6h7.9l8-8.6-8-8.6%22%20fill%3D%22%23cc0033%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M13.3%207.4l8.3%208.6-8.3%208.6h7.9l8-8.6-7.9-8.6%22%20fill%3D%22%23cc0033%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h32v32H0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left;
  background-color: transparent;
}


@media (max-width: 767px) {
  .container-menu-opna .container {
    padding: 1vw 3vw 0vw;
  }
  .container-menu-opna a {
    font-size: 4vw;
  }
  .container-menu-opna.wb {
    text-align: left;  
  }  
  .text-xs-right {
    text-align: right;  
  }   
  .text-xs-left {
    text-align: left;  
  }  
  
  .list {
    height: 3.2vw;
    padding-left: 6vw;
    background-size: 5vw;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-menu-opna .container {
    padding: 18px 15px 17px;
  }
  .container-menu-opna a {
    font-size: 18px;
  }
  .text-sm-right {
    text-align: right;  
  }   
  .text-sm-left {
    text-align: left;  
  }  
  
  .list {
    height: 12px;
    padding-left: 28px;
    background-size: 22px;
    background-position: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-menu-opna .container {
    padding: 18px 15px 17px;
  }
  .container-menu-opna a {
    font-size: 18px;
  }
  .text-md-right {
    text-align: right;  
  }   
  .text-md-left {
    text-align: left;  
  }  
  
  .list {
    height: 11px;
    padding-left: 28px;
    background-size: 21px;
    background-position: left;
  }
}
@media (min-width: 1200px) {
  .container-menu-opna .container {
    padding: 18px 15px 17px;
  }
  .text-lg-right {
    text-align: right;  
  }   
  .text-lg-left {
    text-align: left;  
  }  
  .list {
    height: 15px;
    padding-left: 36px;
    background-size: 27px;
    background-position: left;
  }
}
