/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

img,
legend {
    border: 0
}

.em,
dfn,
em {
    font-style: italic
}

body,
dd,
figure {
    margin: 0
}

a,
a:visited {
    text-decoration: none
}

.Select.is-disabled>.Select-control:hover,
.form-submit:hover,
input,
input:focus,
textarea,
textarea:focus {
    box-shadow: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

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

.hide,
[hidden],
template {
    display: none
}

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

a:focus {
    outline: dotted thin
}

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

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

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

.strong,
b,
strong {
    font-weight: 700
}

hr {
    box-sizing: content-box;
    height: 0
}

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

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

pre {
    white-space: pre-wrap
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

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

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
}

.popup,
button[disabled],
html input[disabled] {
    cursor: default
}

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

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

*,
.Select,
.Select div,
.Select input,
.Select span,
.Select-loading {
    box-sizing: border-box
}

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

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
}

.small,
small {
    font-size: 75%
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

.commentlist,
.sidebar ol,
.sidebar ul {
    list-style: none
}

.popup-inner,
.show {
    display: block
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.popup {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:none
}

.popup h2 {
    position: relative!important;
    right: auto!important;
    margin: 60px 7% 30px;
    font-size: 26px!important;
    color: #000;
    padding-left: 0;
    left: 0!important
}

.popup h2:before {
    width: 40px;
    height: 20px;
    top: 6px
}

@media screen and (min-width:1024px) {
    .popup h2 {
        margin: 50px 7% 40px
    }
}

.popup h3,
.popup p {
    margin: 20px 7%
}

.popup p {
    color: #000;
    padding: 0;
    background-image: none
}

.popup-shadow {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.popup-inner {
    z-index: 2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    height: 80%;
    margin: 5%;
    background-color: #dbd8d4;
    overflow-y: auto;
    max-height: 400px
}

.form-submit,
form,
label {
    display: inline-block
}

@media screen and (min-width:1024px) {
    .popup-inner {
        position: absolute;
        top: 50%;
        transform: translateY(0);
        left: 50%;
        width: 90%;
        height: 90%;
        max-width: 1000px;
        max-height: 480px;
        margin: -250px 0 0 -500px
    }
    .popup-content {
        overflow-y: auto;
        -webkit-overflow-scrolling: none
    }
}

.popup-content {
    padding-top: 2px;
    height: 100%
}

.popup-content .apl-info {
    margin: 20px 7%;
    font-size: 12px;
    font-family: AudiTypeExtended, Arial, "Helvetica Neue", sans-serif
}

.popup-content .apl-info .row .apl-info-item .data,
.popup-content .apl-info .row .apl-info-item .title, {
    font-family: Verdana, Arial, "Helvetica Neue", sans-serif
}

.popup-content .apl-info .row {
    padding: 15px 0
}

.popup-content .apl-info .row:nth-child(even),
.popup-content .apl-info .row:nth-child(odd) {
    border-bottom: #000 solid 0!important
}

.popup-content .apl-info .row .apl-info-item {
    display: inline-block;
    font-size: 12px
}

.popup-content .apl-info .row .apl-info-item small {
    font-size: 14px
}

.popup-content .apl-info .row .apl-info-item .data {
    font-size: 26px
}

.popup-content .apl-info .row .apl-info-item .title {
    font-size: 20px
}

.popup-content .apl-info .row .apl-info-item:nth-child(odd) {
    border-right: #000 solid 1px;
    width: 40%
}

.popup-content .apl-info .row .apl-info-item:nth-child(even) {
    float: right;
    width: 50%
}

@media screen and (min-width:1024px) {
    .popup-content .apl-info {
        margin: 20px 7%;
        color: #000
    }
    .popup-content .apl-info .row {
        display: inline-block;
        width: 50%;
        float: left
    }
    .popup-content .apl-info .row:nth-child(even) {
        border-bottom: #000 solid 0!important
    }
    .popup-content .apl-info .row:nth-child(even) .apl-info-item:last-child {
        border-right: none;
        padding-left: 10%
    }
    .popup-content .apl-info .row:nth-child(even) .apl-info-item:first-child {
        margin-left: 10%
    }
    .popup-content .apl-info .row .apl-info-item {
        border-right: #000 solid 1px
    }
}

.popup-image {
    width: 100%;
    height: 280px;
    background-image: url(../assets/img/img1_1.jpg);
    background-size: cover;
    background-position: center
}

@media screen and (min-width:1024px) {
    .popup-image {
        width: 50%;
        height: 100%
    }
}

.popup-column {
    width: 100%
}

@media screen and (min-width:1024px) {
    .popup-column {
        width: 50%
    }
}

.popup-none {
    display: none
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: .2s border cubic-bezier(.25, .46, .45, .94)
}

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

.app,
.form-row-checkbox,
.form-submit,
.link--arrow,
form {
    position: relative
}

.popup-close:after {
    transform: rotate(-45deg)
}

@media screen and (min-width:1024px) {
    .popup-close {
        top: 20px;
        right: 20px
    }
    .popup-close:hover {
        border: 2px solid #444
    }
    .popup-close:hover:after,
    .popup-close:hover:before {
        background-color: #444
    }
}

.popup img {
    display: block;
    width: 100%;
    height: auto;
    border: 0
}
.form-submit,
h2 {
    font-family: AudiTypeExtendedBold, Arial, "Helvetica Neue", sans-serif
}

a {
    color: inherit
}

.button-toggle,
.contact-form-footer a {
    text-decoration: underline
}

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

.app:after,
.app:before,
.clearfix:after,
.clearfix:before,
.contact-form:after,
.contact-form:before,
.form-row-audicode:after,
.form-row-audicode:before,
.form-row-checkbox:after,
.form-row-checkbox:before,
.form-row-input:after,
.form-row-input:before,
.form-row-input:nth-child(2n):after,
.form-row-input:nth-child(2n):before,
.form-row-select:after,
.form-row-select:before,
.form-row-textarea:after,
.form-row-textarea:before,
.row:after,
.row:before,
textarea:after,
textarea:before {
    content: "";
    display: table
}

.app:after,
.clearfix:after,
.contact-form:after,
.form-row-audicode:after,
.form-row-checkbox:after,
.form-row-input:after,
.form-row-input:nth-child(2n):after,
.form-row-select:after,
.form-row-textarea:after,
.row:after,
textarea:after {
    clear: both
}

.app,
.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.form-row-select,
.form-row-select select {
    max-width: 100%
}

.app {
    padding-bottom: 10px
}

.button-toggle {
    background: 0 0;
    border: 0;
    font-size: 11px;
    margin: 0 0 0 24px;
    transform: translateY(-4px);
    outline: 0
}

.link--arrow:after,
.link--arrow:before {
    left: 4px;
    display: block;
    height: 7px;
    width: 2px;
    background-color: rgba(0, 0, 0, .2);
    transition: transform .2s cubic-bezier(.25, .46, .45, .94)
}

.link--arrow {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
    padding-left: 16px;
    cursor: pointer
}

.link--arrow:after,
.link--arrow:before {
    content: "";
    position: absolute
}

.link--arrow:before {
    top: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.link--arrow:after {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

form,
label,
textarea {
    width: 100%
}

.link--arrow.active,
.link--arrow:hover {
    color: #db022b
}

.link--arrow.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.link--arrow.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.form-submit {
    float: right;
    margin-top: 6px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    padding: 15px 38px 15px 18px;
    background: url(../assets/img/icon-arrow-white.png) 83% 15px no-repeat #000;
    color: #fff;
    border: 1px solid #000;
    height: 42px;
    line-height: 10px
}

.form-submit.disabled {
    padding-right: 18px;
    background: #000
}

.form-submit.disabled:hover {
    cursor: not-allowed;
    background: #000;
    color: #fff
}

.form-submit:hover {
    background: url(../assets/img/icon-arrow-black.png) 83% 15px no-repeat #fff;
    font-weight: 700;
    color: #000;
    outline: 0
}

.c-btn,
.contact-form-footer {
    font-weight: 400
}

.form-submit:active {
    box-shadow: none;
    outline: 0
}

.error {
    color: #d40031;
    font-size: 11px;
    text-align: left
}

.text--lead {
    font-size: 16px
}

label {
    margin-bottom: 5px;
    font-family: AudiTypeExtendedBold, Arial, "Helvetica Neue", sans-serif;
    font-size: 11px
}

input[type=text],input[type=email],
textarea {
    border: 1px solid rgba(0, 0, 0, .2);
    height: auto;
    height: 34px;
    padding-left: 14px;
    padding-right: 20px;
    font-size: 13px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    text-align:left;
}

.Select-control.error,
.form-row-checkbox.parsley-error label:after,
input.parsley-error,
textarea.parsley-error {
    border-color: #db022b
}

textarea {
    height: auto;
    min-height: 98px;
    padding: 8px 10px 8px 14px
}

.form-row-audicode,
.form-row-checkbox,
.form-row-input,
.form-row-select,
.form-row-textarea {
    margin-bottom: 20px;
    position: relative
}

.form-row-input {
    width: 46.6%;
    float: left
}

.form-row-input input#email,
.form-row-input input#surname,
.form-row-input:nth-child(2n) {
    float: right
}

@media screen and (min-width:600px) {
    textarea {
        margin-bottom: 20px
    }
    .form-row-input {
        /* height: 44px */
    }
}

.form-row-input input {
    width: 100%
}

.form-row-checkbox {
    min-height: 28px;
    margin-bottom: 0
}

.form-row-checkbox.parsley-error label {
    color: #db022b
}

.form-row-checkbox input {
    display: none;
    position: absolute;
    top: 0;
    left: -30px
}

.form-row-checkbox input:checked+label:after {
    background: url(../../assets/images/elem/icon-active.jpg) center center no-repeat;
    border-color: #db022b
}

.form-row-checkbox label {
    font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
    padding-left: 30px;
    line-height: 16px;
    display: inline-block
}

.form-row-checkbox label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.form-row-checkbox label.parsley-error {
    border-color: #db022b
}

.form-row-audicode,
.form-row-select {
    min-height: 34px
}

@media screen and (min-width:600px) {
    .form-row-checkbox {
        margin-bottom: 20px
    }
    .form-row-select {
        margin-bottom: 12px
    }
}

.form-row-audicode p {
    border: 1px solid rgba(0, 0, 0, .2);
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    outline: 0;
    width: 100%
}

.form-row-audicode p a {
    display: inline-block;
    margin-left: 10px;
    font-family: AudiTypeExtendedBold, Arial, "Helvetica Neue", sans-serif
}

.formA8 .formA8-offer .maininfo,
.formA8 .formA8-offer .switcher label {
    font-family: AudiTypeExtended, Arial, "Helvetica Neue", sans-serif
}

.form-row-subcheckbox {
    margin-left: 40px;
    margin-bottom: 0
}

.contact-form-footer .form-row-subcheckbox label {
    line-height: 28px
}

.form-row-checkall label {
    color: rgba(0, 0, 0, .8);
    margin-top: 6px
}

.form-header {
    margin-bottom: 0
}

.contact-info {
    margin-bottom: 26px
}

.contact-form .form-left,
.contact-form .form-right {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left
}

@media screen and (min-width:600px) {
    .contact-info {
        margin-bottom: 10px
    }
    .contact-form .form-left,
    .contact-form .form-right {
        margin-top: 20px;
        width: 50%
    }
    .contact-form .form-left {
        padding-right: 2%
    }
    .contact-form .form-right {
        margin-bottom: -10px;
        float: right;
        padding-left: 2%
    }
}

.contact-form-footer label,
.contact-form-footer p {
    font-size: 11px;
    line-height: 16px
}

.contact-form-footer p {
    margin-bottom: 15px
}

.contact-thanks {
    display: none;
    width: 100%;
    margin-top: 0;
    margin:0 auto;
    padding:30px 0;
}

.contact-thanks h2 {
    display: inline-block;
    margin-bottom: 20px
}

.form-submitted .contact-form {
    display: none
}

.form-submitted .contact-thanks {
    display: inline-block
}

.contact-form-offer .form-row-inputs {
    display: inline-block;
    width: 100%
}

@media screen and (min-width:768px) {
    .contact-form-offer .form-row-input {
        width: 25%;
        padding-right: 20px;
        margin-bottom: 10px
    }
}

.contact-form-offer .form-right {
    margin-top: 0;
    padding-left: 0
}

.parsley-errors-list {
    display: none
}

@media (max-width:480px) {
    .form-row-input {
        width: 100%
    }
}

.contact-form-newsletter .form-row-input {
    width: 100%
}

.contact-form-newsletter .form-row-input input {
    max-width: 400%;
    float: left!important
}

.contact-form-newsletter .form-row-checkbox {
    min-height: 42px
}

.formA8.with-padding {
    padding-left: 4%;
    padding-right: 4%
}

.formA8 h2 {
    line-height: 130%
}

.formA8 h4 {
    margin-top: 0
}

.formA8 .formA8-offer {
    width: 100%;
    float: left
}

@media screen and (min-width:1024px) {
    .contact-thanks h2 {
        margin-top: 0
    }
    .formA8 .formA8-offer {
        padding-right: 40px;
        width: 50%
    }
}

.formA8 .formA8-offer .switcher {
    margin-top: 0;
    margin-bottom: 12px;
    float: left;
    width: 100%;
    min-height: 120px
}

@media screen and (min-width:768px) {
    .formA8 .formA8-offer .switcher {
        width: 50%
    }
}

.formA8 .formA8-offer .switcher label {
    margin-right: 20px;
    font-size: 14px;
    display: inline-block;
    float: left;
    background: 0 0;
    border: 0;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    color: #000;
    margin-bottom: 20px;
    width: 100%
}

.formA8 .formA8-offer .switcher label:after,
.formA8 .formA8-offer .switcher label:before {
    position: absolute;
    content: "";
    border-radius: 100%;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    margin-top: -6px
}

.Select,
.Select-control {
    position: relative
}

.formA8 .formA8-offer .switcher label:after {
    border: 3px solid #000
}

.formA8 .formA8-offer .switcher label:before {
    border: 1px solid #c03;
    transform: scale(1);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJAQMAAAA8dl8XAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///////9VfPVsAAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdENyZWF0aW9uIFRpbWUAMjkuMDMuMjAxMxbGg5cAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAI0lEQVQImWNgUGBgKGBgeMDAeIDBuYHhOQNDHQODDQODBAMAQu8ErolmuY0AAAAASUVORK5CYII=) center center no-repeat #c03;
    opacity: 0;
    top: 2px;
    left: 2px
}

.formA8 .formA8-offer .switcher label.active {
    color: #000
}

.formA8 .formA8-offer .switcher label.active:after {
    border-color: #c03
}

.formA8 .formA8-offer .switcher label.active:before {
    opacity: 1
}

.formA8 .formA8-offer .maininfo {
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 140%;
    margin: 0
}

.formA8 .formA8-offer .benefits li span,
.formA8 .formA8-offer .maininfo .installment span {
    font-family: AudiTypeExtendedBold, Arial, "Helvetica Neue", sans-serif
}

.formA8 .formA8-offer .maininfo .engine {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top:-5px;
}

.formA8 .formA8-offer .maininfo .installment span {
    display: inline-block
}

.formA8 .formA8-offer .benefits {
    list-style-type: disc;
    padding-left: 20px
}

.formA8 .formA8-offer .benefits li {
    margin-top: 10px;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .formA8 .formA8-offer .benefits {
        padding-left: 0;
        list-style-type: none
    }
    .formA8 .formA8-offer .benefits li {
        width: 22%;
        float: left;
        border-right: 1px solid #000;
        margin-right: 12px;
        padding: 10px 12px 6px 0;
        min-height: 70px
    }
    .formA8 .formA8-offer .benefits li span {
        width: 100%;
        display: inline-block
    }
}

.formA8 .formA8-offer .benefits li span {
    margin: 0;
    font-size: 16px
}
.formA8 .formA8-offer .offer-name,
.formA8 .formA8-offer .offer-name span {
    display: inline-block;
    font-family: AudiTypeExtended, Arial, "Helvetica Neue", sans-serif
}

.offer-name.lease-private{
  display: none;
}

.formA8 .formA8-offer .benefits li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-transform: lowercase
}

.formA8 .formA8-offer .summary {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #dbd8d4
}

.formA8 .formA8-offer .offer-name {
    width: 100%;
    margin-top: 10px;
    font-size: 16px
}

.formA8 .formA8-offer .offer-name a {
    cursor: pointer;
    text-decoration: underline
}

.formA8 .formA8-offer .offer-name span {
    font-size: 20px
}

.formA8 .formA8-offer .footerinfo {
    margin: 24px 0;
    font-size: 10px
}

@media screen and (min-width:1024px) {
    .formA8 .formA8-offer .benefits li {
        min-height: 82px
    }
    .formA8 .formA8-offer .summary {
        padding: 30px
    }
    .formA8 .contact-form,
    .formA8 .contact-thanks {
        width: 50%
    }
}

.formA8 .contact-form-header {
    margin-bottom: 30px
}

.formA8 .contact-form-header p {
    font-weight: 400;
    color: #000
}

.formA8 .contact-form .form-row-inputs .form-row-input {
    margin-bottom: 10px;
    min-height: 60px
}

.Select.is-disabled>.Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select-control {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: 0;
    overflow: hidden;
    width: 100%
}

.Select-menu-outer,
.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.is-searchable.is-focused:not(.is-open)>.Select-control,
.is-searchable.is-open>.Select-control {
    cursor: text
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
    outline: 0
}

.is-open>.Select-control {
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.is-open>.Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}
.js-form-accept-toggle{
  display: none;
  cursor: pointer;
}
.js-form-accept-toggle-1{
  display: none;
  cursor: pointer;
}
.js-form-accept-toggle-2{
  display: none;
  cursor: pointer;
}
.js-form-accept-toggle-3{
  display: none;
  cursor: pointer;
}
.js-form-accept-toggle-4{
  display: none;
  cursor: pointer;
}
.js-accept-toggle{
  cursor: pointer;
}
.js-accept-toggle-1{
  cursor: pointer;
}
.js-accept-toggle-2{
  cursor: pointer;
}
.js-accept-toggle-3{
  cursor: pointer;
}
.js-accept-toggle-4{
  cursor: pointer;
}
.active{
  display: block;
}
.Select--single>.Select-control .Select-value,
.Select-placeholder {
    bottom: 0;
    cursor: pointer;
    color: #a9a9a9;
    left: 0;
    font-size: 13px;
    line-height: 34px;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select.has-value .Select-placeholder {
    color: #000
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: 0;
    text-decoration: underline
}

.Select-input {
    height: 34px!important;
    padding-left: 14px;
    padding-right: 14px;
    vertical-align: middle
}

.Select-input>input {
    width: 100%;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: default;
    display: inline-block!important;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    height: auto;
    outline: 0;
    line-height: 14px!important;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.Select-loading,
.Select-loading-zone {
    width: 16px;
    position: relative;
    vertical-align: middle
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: 0
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading {
    animation: Select-animation-spin .4s infinite linear;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #D0021B
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select--multi .Select-multi-value-wrapper,
.Select-arrow {
    display: inline-block
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    height: 0;
    width: 0;
    position: relative
}

.Select-arrow-zone:hover>.Select-arrow,
.is-open .Select-arrow {
    border-top-color: #666
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left
}

.Select-noresults,
.Select-option {
    box-sizing: border-box;
    display: block;
    padding: 8px 10px
}

@keyframes Select-animation-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Select-menu-outer {
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    background-color: #fff;
    color: #666;
    cursor: pointer
}

.Select-option:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, .04);
    color: #333
}

.Select-option.is-focused {
    background-color: #000;
    color: #fff
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    color: #999;
    cursor: default
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, .24);
    color: #007eff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, .08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.c-btn,
.c-btn:hover {
    border: 1px solid #000
}

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn)
    }
}

.c-btn {
    color: #fff;
    background: #000;
    height: 42px;
    font-size: 12px;
    line-height: 10px;
    cursor: pointer
}

.c-btn:hover {
    background: #fff;
    color: #000;
    outline: 0
}

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

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

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

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

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

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

.c-btn-toggle:after,
.c-btn-toggle:hover:after {
    transition: .6s;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 18px;
    content: ''
}

.c-checkbox-label,
.c-list-dashed,
.c-list-number {
    font-size: 11px;
    line-height: 16px
}

.c-btn-toggle:after {
    display: inline-block;
    background: url(../assets/img/icon-arrow-down-white.png) no-repeat;
    background-size: cover
}

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

.c-btn-toggle:hover:after {
    display: block;
    background: url(../assets/img/icon-arrow-down-white.png) no-repeat;
    background-size: cover
}

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

.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
}

.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, .2)
}

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

.c-list-number {
    list-style-type: decimal;
    padding-left: 20px
}

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

.c-list-dashed {
    list-style-type: initial;
    padding-left: 60px;
    padding-top: 5px
}

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

.c-code,
.c-input {
    padding: 9px 16px
}

.c-accordion-content {
    margin: 10px 0;
    /* background-color: #fff; */
    opacity: 1;
    overflow: hidden;
    display:none;
    transition: opacity .8s ease-out;
    transition: opacity .3s ease-in
}

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

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

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

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

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

.c-input::-moz-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: #000;
    margin-top: 10px;
    font-weight: 700
}

.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-warn,
.c-warn-checkbox {
    color: #d40031;
    font-size: 11px;
    line-height: 0;
    position: absolute;
    display:none
}

.c-warn {
    top: -10px;
    left: 0;
    display:none;
}
.private{
  display: none;
}

.c-warn-checkbox {
    top: -5px;
    left: 30px
}

.form-row-checkbox label.c-warn-checkbox {
    position: relative;
    top: auto;
    left: auto
}

.form-row-checkbox label.c-warn-checkbox:after {
    border: 1px solid #d40031
}

.c-code {
    border: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin: 10px 0
}

.c-header,
.c-header-12,
.c-header-14,
.c-header-26 {
    font-weight: 700;
    margin: 15px 0
}

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

.c-header {
    font-size: 16px
}

.c-header-26 {
    font-size: 26px
}

.c-header-14 {
    font-size: 14px
}

.c-header-12 {
    font-size: 12px
}

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

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

.c-text-bottom {
    margin-top: 100px
}

.c-text-m40 {
    margin-left: 40px
}

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

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

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

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

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

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

.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 #fff;
    border-width: 0 2px 2px 0;
    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
}
@media(max-width:1300px){
  .app, .wrapper{
    margin:0 30px;
  }
}
