/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Scripting
	 ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
    display: none;
}

/* Hidden
	 ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
    display: none;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* Colors
========================================================================== */
/* Fonts
========================================================================== */
/* Sizes
========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
html,
body {
    width: 100%;
    min-width: 320px;
    line-height: 1.2;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    background: #fff;
}

.scroll-lock {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    outline: none;
    font-family: Verdana, sans-serif;
}

a,
button {
    transition: opacity 300ms ease-in-out;
    text-decoration: none;
    color: inherit;
}

a:hover,
button:hover {
    opacity: 0.7;
}

.no-opacity {
    opacity: 1;
}

.no-opacity:hover {
    opacity: 1;
}

.link {
    text-decoration: underline;
}

.link--red {
    color: #d40031;
}

.link:hover {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

b {
    font-weight: bold;
}

.c-warn {
    color: #d40031;
    font-size: 11px;
    line-height: 0px;
}

/* ==========================================================================
   Form
   ========================================================================== */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

label {
    cursor: pointer;
}

textarea {
    resize: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/* ==========================================================================
	 Layout
	 ========================================================================== */
.container-1200 {
    max-width: 1200px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.container-970 {
    max-width: 970px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.container-900 {
    max-width: 900px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 640px) {
    .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.row-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-start {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-end {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-6 {
    width: 49%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 640px) {
    .col-6 {
        width: 100%;
    }
}

.col-12 {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-8 {
    width: 65%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 640px) {
    .col-8 {
        width: 100%;
    }
}

.mb-5 {
    margin-bottom: 5px;
}

.wrapper-40 {
    padding: 20px 35px;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'Audi Type Extended';
    src: url("../fonts/hinted-AudiType-ExtendedNormal.eot");
    src: url("../fonts/hinted-AudiType-ExtendedNormal.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-AudiType-ExtendedNormal.woff2") format("woff2"), url("../fonts/hinted-AudiType-ExtendedNormal.woff") format("woff"), url("../fonts/hinted-AudiType-ExtendedNormal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AudiTypeExtendedBold';
    src: url("../fonts/hinted-AudiType-ExtendedBold.eot");
    src: url("../fonts/hinted-AudiType-ExtendedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-AudiType-ExtendedBold.woff2") format("woff2"), url("../fonts/hinted-AudiType-ExtendedBold.woff") format("woff"), url("../fonts/hinted-AudiType-ExtendedBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Type Screen';
    src: url("../fonts/hinted-AudiTypeScreen-Normal.eot");
    src: url("../fonts/hinted-AudiTypeScreen-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-AudiTypeScreen-Normal.woff2") format("woff2"), url("../fonts/hinted-AudiTypeScreen-Normal.woff") format("woff"), url("../fonts/hinted-AudiTypeScreen-Normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Type Screen';
    src: url("../fonts/hinted-AudiTypeScreen-Light.eot");
    src: url("../fonts/hinted-AudiTypeScreen-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-AudiTypeScreen-Light.woff2") format("woff2"), url("../fonts/hinted-AudiTypeScreen-Light.woff") format("woff"), url("../fonts/hinted-AudiTypeScreen-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Audi Type Screen';
    src: url("../fonts/hinted-AudiTypeScreen-Bold.eot");
    src: url("../fonts/hinted-AudiTypeScreen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-AudiTypeScreen-Bold.woff2") format("woff2"), url("../fonts/hinted-AudiTypeScreen-Bold.woff") format("woff"), url("../fonts/hinted-AudiTypeScreen-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

/* SELECTRIC */
.selectric {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
    height: auto;
    font-size: 13px;
    color: #757575;
    margin: 10px auto;
}

.selectric .label {
    font-size: 13px;
    color: #757575;
    font-family: Verdana;
}

.selectric .button {
    background-color: #ffffff;
    color: #757575;
}

.selectric-items {
    background-color: #ffffff;
    color: #757575;
}

.selectric-items li:hover {
    background: #000000;
    color: #ffffff;
}

.selectric-c-warn {
    border-color: #d40031;
}

.selectric-c-warn .selectric {
    border-color: #d40031;
}

.selectric-c-warn .label {
    color: #d40031;
}

.c-btn {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    height: 42px;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    cursor: pointer;
}

.c-btn:hover {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    outline: none;
}

.c-btn-submit {
    font-weight: 600;
    background: #000000 url("../img/icon-arrow-white.png") 83% 15px no-repeat;
    padding: 15px 38px 15px 18px;
}

.c-btn-submit:hover {
    background: url("../img/icon-arrow-black.png") 83% 15px no-repeat #ffffff;
}

.c-btn-back {
    background: #000000 url("../img/icon-arrow-back-white.png") 15% 15px no-repeat;
    padding: 15px 18px 15px 38px;
}

.c-btn-back:hover {
    background: url("../img/icon-arrow-back-black.png") 15% 15px no-repeat #ffffff;
}

.c-btn-red {
    background-color: #d40031;
    border-color: #d40031;
}

.c-btn-toggle {
    color: #000000;
    position: relative;
    padding: 15px 38px 15px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}

.c-btn-toggle:after {
    content: '';
    display: inline-block;
    background: url("../img/icon-arrow-down-white.png") 0 0 no-repeat;
    background-size: cover;
    transition: 0.6s;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.c-btn-toggle:hover {
    border: none;
}

.c-btn-toggle:hover:after {
    content: '';
    display: block;
    background: url("../img/icon-arrow-down-white.png") 0 0 no-repeat;
    background-size: cover;
    transition: 0.6s;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.c-btn-toggle.active:after {
    content: '';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 17px;
}

.c-select {
    width: 100%;
    border: 1px solid #cccccc;
    height: auto;
    font-size: 13px;
    padding: 8px 12px;
    color: #757575;
    margin: 10px auto;
}

.c-select__option {
    font-size: 13px;
    height: auto;
    line-height: 22px;
    padding: 8px 12px;
    border: none;
}

.c-select.c-warn {
    border-color: #d40031;
}

.c-checkbox-field {
    position: relative;
    display: block;
    margin: 10px 0;
}

.c-checkbox-field .c-warn-info {
    display: block;
    color: #d40031;
    padding-left: 30px;
}

.c-checkbox-field .c-warn {
    line-height: 16px;
}

.c-checkbox-input {
    display: none;
}

.c-checkbox-input:checked + label:before {
    border-color: #db022b;
    background: url("../img/icon-active.jpg") center center no-repeat;
}

.c-checkbox-label {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 16px;
    font-size: 11px;
}

.c-checkbox-label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.c-checkbox-label.c-warn:before {
    border-color: #d40031;
}

.c-list-number {
    font-size: 11px;
    line-height: 16px;
    list-style-type: decimal;
    padding-left: 20px;
}

.c-list-number__item {
    padding: 5px 0;
}

.c-list-dashed {
    font-size: 11px;
    line-height: 16px;
    list-style-type: initial;
    padding-left: 60px;
    padding-top: 5px;
}

.c-list-dashed__item {
    padding: 2px 0;
}

.c-accordion-content {
    margin: 10px 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
    transition: max-height 0.3s ease-in;
}

.c-input {
    width: 100%;
    border: 1px solid;
    border-color: #cccccc;
    height: auto;
    font-size: 13px;
    padding: 9px 16px;
    color: #757575;
    margin: 10px auto;
    z-index: 1;
    background-color: transparent;
}

.c-input.c-warn {
    border-color: #d40031;
}

.c-input.c-warn::-webkit-input-placeholder {
    color: #d40031;
}

.c-input.c-warn:-ms-input-placeholder {
    color: #d40031;
}

.c-input.c-warn::placeholder {
    color: #d40031;
}

.c-input::-webkit-input-placeholder {
    color: #757575;
    font-size: 13px;
}

.c-input:-ms-input-placeholder {
    color: #757575;
    font-size: 13px;
}

.c-input::placeholder {
    color: #757575;
    font-size: 13px;
}

.c-label {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;
}

.c-obligatory-star {
    display: block;
    position: absolute;
    color: transparent;
    top: 35%;
    left: 20px;
    z-index: 0;
}

.c-obligatory-star::after {
    content: '*';
    display: inline;
    position: relative;
    color: #d40031;
}

.c-obligatory-star--dbl::after {
    content: '**';
    display: inline;
    position: relative;
    color: #d40031;
}

.c-textarea {
    width: 100%;
    border: 1px solid;
    border-color: #cccccc;
    height: auto;
    font-size: 13px;
    padding: 8px 16px;
    color: #757575;
    margin: 10px auto;
    min-height: 90px;
    height: auto;
    overflow-y: auto;
}

.c-textarea::-webkit-input-placeholder {
    font-size: 13px;
    text-transform: capitalize;
    color: #757575;
}

.c-textarea:-ms-input-placeholder {
    font-size: 13px;
    text-transform: capitalize;
    color: #757575;
}

.c-textarea::placeholder {
    font-size: 13px;
    text-transform: capitalize;
    color: #757575;
}

.c-textarea.c-warn {
    border-color: #d40031;
}

.c-textarea.c-warn::-webkit-input-placeholder {
    color: #d40031;
}

.c-textarea.c-warn:-ms-input-placeholder {
    color: #d40031;
}

.c-textarea.c-warn::placeholder {
    color: #d40031;
}

.c-code {
    border: 1px solid #cccccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    padding: 9px 16px;
    margin: 10px 0;
}

.c-code a {
    color: #000000;
    padding-left: 10px;
    font-family: "AudiTypeExtendedBold", Arial, "Helvetica Neue", sans-serif;
}

.c-header {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.c-header-26 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}

.c-header-14 {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0;
}

.c-header-12 {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0;
}

.c-header-25 {
    font-size: 25px;
}

.c-text {
    font-size: 11px;
    line-height: 16px;
    margin: 8px 0;
    font-weight: normal;
}

.c-text--big {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

.c-text-16 {
    font-size: 16px;
}

.c-text-13 {
    font-size: 13px;
}

.c-text-10 {
    font-size: 10px;
    line-height: 14px;
}

.c-text--obligatory {
    color: #d40031;
    margin: 5px 0 0;
}

.c-text--obligatory::before {
    content: '*';
    display: inline;
    position: relative;
    color: #d40031;
}

.c-text--obligatory-dbl {
    color: #d40031;
    margin: 5px 0 0;
}

.c-text--obligatory-dbl::before {
    content: '**';
    display: inline;
    position: relative;
    color: #d40031;
}

.c-radio-field {
    position: relative;
    display: block;
    margin: 15px 0;
}

.c-radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.c-radio-input:checked ~ .c-radio-dot {
    background-color: #d40031;
    border-color: #d40031;
}

.c-radio-input:checked ~ .c-radio-dot:before {
    content: '';
    position: absolute;
    display: block;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-radio-label {
    font-size: 14px;
    padding-left: 38px;
}

.c-radio-dot {
    border: 3px solid #000;
    position: absolute;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    margin-top: -6px;
}

.c-box-info {
    background-color: #dbd8d4;
    padding: 30px;
    width: 100%;
    margin: 20px 0;
}

.c-box-title {
    font-size: 23px;
    line-height: 30px;
    font-family: 'Audi Type Extended', sans-serif;
}

.c-box-engine {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Audi Type Extended', sans-serif;
}

.c-box-installment {
    font-family: 'Audi Type Extended', sans-serif;
    font-size: 23px;
    line-height: 42px;
}

.c-box-benefits {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 20px 0;
}

.c-box-benefits__item {
    width: 22%;
    min-height: 82px;
    border-right: 1px solid #000;
    margin-right: 12px;
    padding: 10px 12px 6px 0;
    margin-top: 10px;
}

.c-box-benefits__item:last-of-type {
    border-right: none;
}

.c-box-text span {
    display: block;
    font-family: 'Audi Type Extended', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.c-box-text--small {
    font-size: 12px;
}

.c-box-text--big {
    font-size: 14px;
}

@media all and (max-width: 640px) {
    .c-box-benefits {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style-type: initial;
    }
    .c-box-benefits__item {
        width: 100%;
        border-right: none;
        min-height: auto;
    }
}

.c-modal {
    display: none;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.c-modal.open {
    display: block;
}

.c-modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    max-width: 1000px;
    max-height: 480px;
    background-color: #dbd8d4;
    overflow-y: auto;
}

.c-modal-open {
    text-decoration: underline;
    background: transparent;
    border: none;
    cursor: pointer;
}

.c-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    transition: 0.2s border cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.c-modal-close:before {
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    top: 8px;
    width: 2px;
    height: 20px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-modal-close:after {
    content: "";
    display: block;
    position: absolute;
    left: 17px;
    top: 8px;
    width: 2px;
    height: 20px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-head {
    display: block;
    background-color: #000000;
}

.l-head__container {
    background-color: #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-head__logo {
    width: auto;
    display: inline-block;
}

.l-head__close {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icon-close.png");
    height: 40px;
    width: 40px;
    margin-right: 30px;
}
