/* Import Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

@font-face {
    font-family:fontello;
    src: url(../fonts/Fontello/fontello.eot?74626587);
    src: url(../fonts/Fontello/fontello.eot?74626587#iefix) format("embedded-opentype"),
    url(../fonts/Fontello/fontello.woff2?74626587) format("woff2"),
    url(../fonts/Fontello/fontello.woff?74626587) format("woff"),
    url(../fonts/Fontello/fontello.ttf?74626587) format("truetype"),url(../fonts/Fontello/fontello.svg?74626587#fontello) format("svg")
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family:fontello;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}


@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia/georgiai.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body, html {
    height: 100%;
    min-width: 320px;
    font-family: 'Roboto',sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    color: black;
    line-height: 24px;
    font-size: 16px;
}

header {
    height: 44px;
    background: #000000;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0.85px;
}

h2 {
    font-weight: 300;
    font-size: 27px;
    letter-spacing: 0.64px;
    line-height: 36px;
}

h3 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.52px;
}

h5 {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300;
}

a {
    font-size: 15px;
    color: #2962FF;
    text-decoration: none;
    letter-spacing: 0.65px;
}

a:active, a:visited, a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #2962FF;
}

button:focus, input:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

ul, ol {
    padding-left: 20px;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0!important;
    width: 100%;
}

td, th {
    padding: 0;
}

tr>:first-child {
    border-left: 0!important;
    border-right: 1px solid rgba(0,0,0,.1)!important;
}

tr>* {
    padding: 12px 15px;
    background: 0 0!important;
    border: 0!important;
    border-bottom: 1px solid rgba(0,0,0,.1)!important;
    border-left: 1px solid rgba(0,0,0,.1)!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    letter-spacing: .4px;
    color: rgba(0,0,0,.5);
    text-align: left;
}

th {
    color: #000;
    font-weight: 300;
    font-size: 22px;
}

iframe {
    padding: 0;
    margin: 0;
    border: none;
}

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

p {
    color: #333;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}

select {
    color: #a1a1a1!important;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 15px!important;
    clip: rect(0 0 0 0)!important;
    height: 44px!important;
    background-color: transparent!important;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.small {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
}

.note, .note p {
    color: #666;
    font-weight: 400;
}

.note * {
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.pagination .page-item.active .page-link {
    background: #000;
    color: #ffffff;
}

.pagination .page-link {
    color: #7f7f7f;
    background-color: #d4d4d4;
    border: none;
    -webkit-transition: background 1s,color 1s,top 1s;
    -o-transition: background 1s,color 1s,top 1s;
    transition: background 1s,color 1s,top 1s;
}

.pagination .page-link:hover {
    background: #000;
    color: #ffffff;
}

.pagination .page-item  {
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link  {
    border-radius: 0;
}

.pagination li.next>*, .pagination li.prev>* {
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    width: 32px;
}

.pagination li.next>:after, .pagination li.prev>:after {
    content: '';
    position: absolute;
    top: 13px;
    width: 8px;
    height: 8px;
    display: block;
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
    -webkit-transition: border-color 1s;
    -o-transition: border-color 1s;
    transition: border-color 1s;
}

.pagination li.prev>:after {
    left: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pagination li.next>:after {
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination>li.next:hover>a:after, .pagination>li.prev:hover>a:after {
    border-color: #fff;
}

.pagination .disabled .page-link {
    opacity: .6;
}

.pagination .disabled .page-link:hover, .pagination .disabled .page-link {
    color: #7f7f7f;
    background-color: #d4d4d4;
}

.pagination>li.disabled.next:hover>a:after, .pagination>li.disabled.prev:hover>a:after {
    border-color: #646464;
}

/* Select */
/*the container must be positioned relative:*/
.filter-select {
    position: relative;
    width: 100%;
    border: solid 1px rgba(0,0,0,.2);
    height: 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filter-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    display: block;
    padding: 9px 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a1a1a1;
    font-weight: 300;
    font-size: 20px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 17px;
    height: 8px;
    width: 8px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    margin-top: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    padding: 9px 18px;
}

.select-items div {
    border-bottom: 1px solid rgba(0,0,0,.08);;
    padding: 14px 18px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    margin-top: 2px;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #a1a1a1;
    font-weight: 300;
    font-size: 20px;
    border-color: rgba(0,0,0,.08);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #000000;
}

.p3 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.52px;
    line-height: 28px;
}

.p4 {
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 21px;
}

.p5 {
    font-size: 13px;
    letter-spacing: 0.31px;
    line-height: 26px;
}

.p6 {
    font-size: 11px;
    letter-spacing: 0.48px;
    line-height: 20px;
}

.quote {
    opacity: 0.5;
    font-size: 12px;
    color: #000000;
}

.date {
    opacity: 0.5;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.35px;
    line-height: 13px;
}

.footnote {
    opacity: 0.5;
    font-family: 'Georgia',sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: italic;
    letter-spacing: 0.33px;
    line-height: 21px;
}

.content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-text {
    margin-top: 27px;
}

.header-text p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: .5px;
    color: rgba(0,0,0,.5);
}

.item-title {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .5px;
}

.btn {
    line-height: 22px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    letter-spacing: .6px;
}

.btn.sm {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .6px;
    padding: 5px 8px;
}

.btn.big  {
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar {
    padding: 6px 0;
    height: 44px;
    line-height: 0;
}

.topDealerLine {
    background-color: #191919;
    position: relative;
    z-index: 200;
    height: 44px;
    line-height: 28px;
}

.topDealerLine .row {
    height: 44px;
}

.topDealerLineTitle {
    font-size: 13px;
    color: #fff;
}

.topDealerLineTel a {
    color: #fff;
    font-size: 13px;
}

.navbar.home .topDealerLineTel a {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .7px;
    color: #898989;
}

.navbar.home .topDealerLineTitle {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-right: 20px;
}

.navbar.home .navbar-toggler {
    margin-right: auto;
    margin-left: 10px;
    padding: 0px;
}

.topDealerLineTel a:hover, a.topDealerLineBtn:hover {
    border: none;
}

a.topDealerLineBtn {
    font-size: 16px;
    color: #fff;
}

.topDealerLineBtn:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 10px;
    vertical-align: middle;
}

.second-navbar {
    height: auto;
    z-index: 15;
    background-color: #fff!important;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.1), 0 -1px 0 0 rgba(0,0,0,.02), 0 -1px 0 0 rgba(0,0,0,.02), 0 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(255,255,255,.1), 0 -1px 0 0 rgba(0,0,0,.02), 0 -1px 0 0 rgba(0,0,0,.02), 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar-expand-xl.second-navbar>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.second-navbar .navbar-brand {
    font-size: 23px;
    line-height: 29px;
    color: #000;
    margin-right: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.second-navbar .navbar-collapse {
    margin-top: 3px;
}

.second-navbar .navbar-nav .nav-link {
    padding-left: 0!important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.second-navbar .navbar-nav a.nav-link {
    color: #8d8c92;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: color ease-in-out .4s;
    -o-transition: color ease-in-out .4s;
    transition: color ease-in-out .4s;
    text-decoration: none;
}

.second-navbar-toggler-icon {
    position: absolute;
    top: 2px;
    right: 6px;
}

.collapsed .second-navbar-toggler-icon:after {

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;

}

.second-navbar-toggler-icon:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #8d8c92;
    border-bottom: 1px solid #8d8c92;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.second-navbar button.btn-outline-primary {
    margin-left: 20px;
}

.navbar a:hover {
    text-decoration: none;
    border: none;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 140px;
}

.main-navbar-phone {
    margin-left: auto;
}

.main-navbar-phone a {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.navbar.main .navbar-toggler {
    display: block!important;
    border: none;
    margin-left: 0;
    padding-right: 15px;
}

.main-navbar-toggler-text {
    margin-right: 10px;
}

.navbar-toggler {
    position: relative;
    z-index: 1;
    margin-left: auto;
    font-size: 0;
    cursor: pointer;
    padding-top: 1px;
    height: 32px;
    line-height: 32px;
    padding-right: 30px;
}

span.navbar-toggler-icon {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 18px;
    height: 2px;
    right: 0;
    background-color: #fff;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

span.navbar-toggler-icon:before {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

span.navbar-toggler-icon:after {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

span.navbar-toggler-icon:after, span.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link {
    padding: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #6f6f6f;
    position: relative;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.nav-link {
    cursor: pointer;
}

.dropdown-menu {
    text-align: center;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    padding: 20px 0 30px 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    margin-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 18px;
}

.nav-modal {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.nav-modal .modal-content {
    border: none;
}

.nav-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.nav-modal .modal-content {
    border-radius: 0;
    height: 100%;
}

.nav-modal .modal-nav-top a.navbar-brand:hover {
    border: none;
}

.navbar.bg-dark  {
    background-color: rgba(0,0,0,.8)!important;
}

.navbar-toggler {
    color: #fff!important;
    font-size: 13px;
    border: none;
}

.navbar-toggler-icon {
    color: #FFFFFF;
    margin-top: -3px;
}

.modal-header {
    border: none;
    padding: 1rem 0;
    display: block;
}

.modal textarea {
    height: 160px!important;
    padding-left: 15px;
    padding-top: 10px;
    color: #a1a1a1;
    font-weight: 300;
    font-size: 15px;
}

#navModal .modal-header {
    border: 0;
    padding: 0;
}

#feedbackModal .form-control {
    height: 47px;
}

#feedbackModal .form-check-input {
    width: 24px;
    height: 24px;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.form-check {
    margin: 10px 0;
}

.feedback-title h3 {
    font-size: 36px;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-nav-top {
    margin-top: 40px;
    margin-bottom: 50px;
}

#navModal .modal-content {
    padding: 0;
    border: 0;
    background: #f8f8f8;
}

#navModal .modal-body {
    background-color: #FFFFFF;
    padding: 0px;
    margin-top: 30px;
}

.nav-model-item {
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    float: left;
}

.nav-model-item a {
    color: #000;
}

.nav-model-item span {
    display: block;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

button.close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0!important;
    margin: -15px 0!important;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

button.close:after, button.close:before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    background-color: #000;
    position: absolute;
}

button.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

button.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px;
}

.nav-modal-menu-items {
    margin-top: 35px;
}

.nav-modal-menu-items span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .6px;
    margin: 35px 0 0 0;
    color: #000;
}

.nav-modal-menu-items ul {
    margin-top: 20px;
    padding: 0;
}

.nav-modal-menu-items li {
    list-style: none;
    line-height: 1.2;
    padding: 4px 0;
}

.nav-modal-menu-items a {
    color: rgba(0,0,0,.6);
}

.nav-modal-menu-items a:hover {
    border-color: rgba(0,0,0,.6);
}

.models {
    margin: 110px 0 60px 0;
}

.models h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 1.4px;
}

.models-item {
    padding-top: 33.33%;
}
.models-item-inner {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.model-item-top {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.model-nav, .model-btn {
    opacity: 0;
    visibility: hidden;
}

.model-title {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .5px;
}

.model-nav {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .6px;
}

.model-nav a {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.5);
}

.model-btn {
    line-height: 32px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.model-btn, .model-nav, .model-img {
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
    transition: all linear .35s;
}

.models-item:hover .model-nav, .models-item:hover .model-btn, .models-item.active .model-nav, .models-item.active .model-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
    transition: all linear .35s;
}

.models-item:hover .model-img, .models-item.active .model-img {
    -webkit-transform: scale(1.7) translateX(80px);
    -ms-transform: scale(1.7) translateX(80px);
    -moz-transform: scale(1.7) translateX(80px);
    -o-transform: scale(1.7) translateX(80px);
    transform: scale(1.7) translateX(80px);
}

.model-img {
    position: absolute;
    z-index: 1;
    top: 20%;
    bottom: 20%;
    left: 10%;
    right: 10%;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-animation: modelListItemOut .5s forwards;
    animation: modelListItemOut .5s forwards;
}

.filter-container {
    padding: 30px;
}

.filter .item-title {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: .6px
}

/* Slider */

.slideshow {
    height: 90vh;
    position: relative;
    width: 100%;
    background: #000;
    z-index: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-viewport, .slides {
    height: 100%;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    cursor: pointer;
}

.slideshow .flex-control-nav {
    bottom: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.slideshow .flex-control-nav li {
    width: 120px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 8px;
    position: relative;
}

.slider-item {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 42px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

.slider-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(75%,transparent),color-stop(87%,rgba(0,0,0,.7)),to(black));
    background: -webkit-linear-gradient(top,transparent 0,transparent 75%,rgba(0,0,0,.7) 87%,#000 100%);
    background: -o-linear-gradient(top,transparent 0,transparent 75%,rgba(0,0,0,.7) 87%,#000 100%);
    background: linear-gradient(to bottom,transparent 0,transparent 75%,rgba(0,0,0,.7) 87%,#000 100%);
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slideshow.model-page .flex-control-nav {
    display: none;
}

.slideshow.model-page .slider-item:before{
    display: none;
}

.slider-image {
    display: none;
}

.slideshow video {
    -o-object-fit: cover;
    object-fit: cover;
    background: #000;
}

.slideshow_clickArea {
    cursor: pointer;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 42px;
    height: 42px;
    background-color: rgba(0,0,0,.3);
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -21px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}

.flex-direction-nav a.flex-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -2px;
}

.flex-direction-nav a:hover {
    border: none;
}

.flex-direction-nav a.flex-next:before {
    content: '';
}

.flex-direction-nav a:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    display: block;
    margin-top: -4px;
    right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.slideshow .flex-direction-nav .flex-prev {
    left: 0;
    right: auto;
}

.slideshow .flex-direction-nav .flex-next {
    right: 0;
    left: auto;
}

/* End Slider */


#infoCarousel, #footerCarousel {
    margin: 0;
}

#infoCarousel .carousel-item p {
    font-size: 19px;
    color: #808080;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.5;
}

#infoCarousel .date {
    color: #808080;
    opacity: 1;
    padding-right: 10px
}

#infoCarousel .news-item {
    padding-bottom: 20px;
}

#infoCarousel .more {

}

#infoCarousel .more a:after, .get-test a:after {
    content: '';
    display: inline-block;
    border-right: 2px solid #2962ff;
    border-bottom: 2px solid #2962ff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}

#infoCarousel .more a:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#infoCarousel .news-item a, #infoCarousel .more a {
    color: #ffffff;
}

#infoCarousel .news-item a:hover, #infoCarousel .more a:hover {
    border-color: rgba(255, 255, 255, .6);
}

.info {
    background: #000;
    color: #808080;
    padding: 100px 0;
}

ul.info-indicators {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-indicators li {
    text-indent:0;
    height: 40px;
    border:none;
    background-color: transparent;
    display: table;
    outline: none;
}

ul.info-indicators li span {
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    font-size: 26px;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 10px;
    -webkit-transform-origin: 10% 50%;
    -ms-transform-origin: 10% 50%;
    transform-origin: 10% 50%;
}

ul.info-indicators li span.active {
    color: #ffffff;
    font-size: 26px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    display: block;
    width: 100%;
}

ul.info-indicators li span:after {
    content: '';
    position: relative;
    width: 0;
    height: 2px;
    display: block;
    right: 0;
    top: -3px;
    background: #fff;
}
ul.info-indicators li span.active:after {
    width: 100%;
    left: 0;
}

.tick {
    position: absolute;
    top: 0;
    margin-top: 11px;
    right: 0;
    z-index: 15;
    width: 9px;
    height: 21px;
    background: url(../images/tabLineCorner.png) no-repeat 50% 50% #000;
}

.slick-list {
    padding: 0;
}

ul.info-indicators::after {
    content: '';
    width: 2px;
    background: -webkit-gradient(linear,left bottom,left top,from(black),color-stop(10%,rgba(128,128,128,.3)),color-stop(90%,rgba(128,128,128,.3)),to(black));
    background: -webkit-linear-gradient(bottom,#000 0,rgba(128,128,128,.3) 10%,rgba(128,128,128,.3) 90%,#000 100%);
    background: -o-linear-gradient(bottom,#000 0,rgba(128,128,128,.3) 10%,rgba(128,128,128,.3) 90%,#000 100%);
    background: linear-gradient(to top,#000 0,rgba(128,128,128,.3) 10%,rgba(128,128,128,.3) 90%,#000 100%);
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
}

ul.info-indicators li span, .tick, ul.info-indicators li span.active:after {
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
}

.dealers-block {
    padding-top: 56px;
    padding-bottom: 60px;
}

.dealers-head {
    margin-bottom: 30px;
}

.dealers-head h2 {
    font-size: 60px;
    line-height: 64px;
}

.get-test {
    vertical-align: unset;
    letter-spacing: 1px;
    margin-top: 40px;
}

.cities ul {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
}

.cities ul li {
    list-style: none;
}

.cities ul li span {
    font-size: 20px;
    display: block;
    color: #000;
}

.cities ul li span {
    line-height: 39px;
    font-weight: 500;
    display: block;

}

.cities a {
    cursor: pointer;
    line-height: 38px;
    font-weight: 300;
    font-size: 20px;
    color: #000;
}

.cities a:hover {
    border-color: #000;
}

footer {
    padding-top: 100px;
    padding-bottom: 30px;
    background: #000;
    color: #808080;
}

.footer-head {
    margin-bottom: 27px;
    margin-top: 20px;
}

.footer-nav {
    margin-bottom: 45px;
}

.phone-block p {
    margin: 0;
    color: #737373;
    line-height: 1.63;
    letter-spacing: .4px;
    font-weight: 300;
}

.phone-block p.small {
    font-size: 12px;
}

.phone-block button.btn-subscribe {
    margin-top: 28px;
}

a.phone {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 27px;
    letter-spacing: .6px;
    color: #ffffff;
}

a.phone:hover {
    text-decoration: none;
    border: none;
}

.footer-social a {
    color: #ffffff;
    opacity: 0.3;
}

.footer-social a:hover {
    opacity: 1;
    border: none;
}

.apps a {
    padding: 0 15px;
}

.apps a:hover {
    opacity: 0.3;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    display: inline;
    margin: 0 8px;
}

.copyright {
    margin: 10px auto 0;
    max-width: 560px;
    font-size: 11px;
    letter-spacing: .3px;
    line-height: 1.63;
    color: #4d4d4d;
}

.copyright a {
    color: #4d4d4d;
    border-bottom: 1px solid rgba(212,212,212,.3);
    font-size: 11px;
}

.copyright a:hover {
    text-decoration: none;
    border: none;
}

input.subscribe {
    background: transparent;
    color: #FFFFFF;
    opacity: 1;
    height: 100%;
    padding: 5px 8px 5px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #737373;
    font-size: 15px;
    line-height: 18px;
    transition: all linear .2s;
}

input.subscribe:focus {
    background: transparent;
    border: 1px solid #ffffff;
    outline: none;
}

input.has-error {
    border: 1px solid #ff5252;
}

.btn-subscribe, .btn-testdrive {
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #737373;
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding: 5px 8px 5px;
    transition: all linear .2s;
    cursor: pointer;
    background: none;
}

.btn-newtestdrive {
    padding: 9px 17px;
    width: auto;
    height: 37px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-newtestdrive:hover {
    color: white;
    opacity: 0.8;
}
.btn-testdrive {
    font-size: 15px;
    padding: 5px 8px;
    width: 130px;
}

.btn-subscribe:hover, .btn-testdrive:hover {
    color: #ffffff;
    border-color: #ffffff;
}

img.footer-logo {
    width: 250px;
}

.modal.fade{
    opacity:1;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.modal-back-img {
    width: 100%;
    min-height: 312px;
    background: url(../images/popupTestDriveBg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

#footerCarousel .carousel-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footerCarousel .carousel-item ul li a {
    font-size: 16px;
    color: #999;
    line-height: 22px;
    padding-bottom: 2px;
}

#footerCarousel .carousel-item ul li a:hover {
    border-bottom: 1pt solid #999;
}

#footerCarousel ul.info-indicators li span:after {
    display: none;
}

#footerCarousel ul.info-indicators li span {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 41px;
}

#footerCarousel ul.info-indicators li {
    margin-bottom: 8px;
}

#footerCarousel ul.info-indicators li span.active {
    font-size: 36px;
    transform: none;
}

.carousel-item {
    background: none!important;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
    display: initial;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/* Model Popup Gallery */

.model-gallery.shadow-layer, .model-gallery.shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#202020),color-stop(65%,rgba(20,20,20,0)));
    background-image: -webkit-linear-gradient(bottom,#202020 30px,rgba(20,20,20,0) 65%);
    background-image: -o-linear-gradient(bottom,#202020 30px,rgba(20,20,20,0) 65%);
    background-image: linear-gradient(to top,#202020 30px,rgb(20 20 20 / 3%) 65%);
    z-index: 2;
}

.model-gallery-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.model-gallery .model-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #fff;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
}

.model-gallery .model-slogan {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: .5px;
    color: #fff;
    margin-top: 14px;
    height: 54px;
    overflow: hidden;
}

.model-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.model-gallery-nav p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .6px;
    color: rgba(255,255,255,.5);
}

.model-gallery-img, .model-gallery-nav p {
    cursor: pointer;
}

.model-gallery-img {
    margin-bottom: 5px;
    position: relative;
}

.model-gallery-nav-interior, .model-gallery-nav-exterior {
    float: left;
}

.model-gallery-nav-interior {
    margin-left: 30px;
}

.model-gallery-nav-exterior img, .model-gallery-nav-interior img {
    width: 155px;
    height: 123px!important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .6px;
    color: rgba(255,255,255,.5);
}

.model-gallery-nav-exterior:hover .model-gallery-img:after, .model-gallery-nav-interior:hover .model-gallery-img:after {
    border-radius: inherit;
    content: '';
    background: rgba(0, 0, 0, .6);
    position: absolute;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.model-gallery-nav-exterior:hover .model-gallery-img:before, .model-gallery-nav-interior:hover .model-gallery-img:before {
    border-radius: inherit;
    content: '';
    background: no-repeat center;
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path fill="rgb(255,255,255)" d="M20,14 L20,2 C20,0.9 19.1,0 18,0 L6,0 C4.9,0 4,0.9 4,2 L4,14 C4,15.1 4.9,16 6,16 L18,16 C19.1,16 20,15.1 20,14 L20,14 Z M9,10 L11.03,12.71 L14,9 L18,14 L6,14 L9,10 L9,10 Z M0,4 L0,18 C0,19.1 0.9,20 2,20 L16,20 L16,18 L2,18 L2,4 L0,4 L0,4 Z"></path></svg>');
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(145,145,146,.55);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.model-gallery_mfp-zoom .mfp-content {
    height: 100%;
    min-height: 100%;
    background: #222;
    min-width: 100%;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    height: 100%;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.model-gallery_mfp-zoom .mfp-container, .model-gallery_mfp-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.model-gallery_mfp-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.model-gallery_mfp-zoom.mfp-bg {
    background-color: rgba(20,20,20,.9);
}

.model-gallery_mfp-zoom {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.model-gallery_mfp-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.model-gallery_mfp-zoom .mfp-figure {
    min-height: 100%;
    text-align: center;
    height: 100vh;
    overflow: hidden;
}

.model-gallery_mfp-zoom .mfp-figure-arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.mfp-figure-arrow, .mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-right {
    right: 0;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button.mfp-arrow, button.mfp-close {
    font-size: 0;
}

.mfp-s-ready .mfp-figure-arrow {
    display: block;
}

.model-gallery_mfp-zoom .mfp-figure img {
    display: inline-block;
    width: auto!important;
    max-height: none!important;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}

.model-gallery_mfp-zoom .mfp-figure-arrow-left, .model-gallery_mfp-zoom .mfp-figure-arrow-right {
    border: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.model-gallery_mfp-zoom .mfp-figure-arrow-left:after, .model-gallery_mfp-zoom .mfp-figure-arrow-right:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 17px;
    left: 17px;
}

.model-gallery_mfp-zoom .mfp-figure-arrow-left {
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.model-gallery_mfp-zoom .mfp-figure-arrow-right {
    right: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.model-gallery_mfp-close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    cursor: pointer;
}

.model-gallery_mfp-close:after, .model-gallery_mfp-close:before {
    position: absolute;
    top: 19px;
    left: 8px;
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.model-gallery_mfp-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Model Feature Block */
.model-feature {
    background: #141414;
    color: #fff;
    padding: 94px 0 0;
}

.model-feature-container {
    position: relative;
}

.model-feature-container:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: rgba(255,255,255,.05);
    top: -25px;
    bottom: -15px;
    left: -30px;
    right: -30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.model-feature-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 27px;
    letter-spacing: .6px;
    font-weight: 300;
}

.model-feature-nav {
    margin: 22px 0 15px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.model-feature-nav .configure{
    cursor: pointer;
}

.configure:before {
    margin-right: 13px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/compare.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.configure:after {
    width: 6px;
    height: 6px;
    margin-left: 5px;
    content: '';
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}

.nav-tabs-caption {
    margin-right: 25px;
    color: rgba(255,255,255,.5);
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: .8px;
    position: relative;
}

.model-feature .nav-tabs {
    border: none;
}

.model-feature .nav-tabs a {
    margin-right: 25px;
    color: rgba(255,255,255,.5);
    white-space: nowrap;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .6px;
    font-weight: 300;
}

.model-feature .nav-tabs a:hover {
    border: none;
}

.model-feature .nav-tabs li a.active  {
    color: #fff;
    position: relative;
}

.model-feature .nav-tabs li a.active:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -15px;
}

.model-feature-item {
    padding: 15px 15px;
}

.model-feature-value {
    font-size: 37px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    letter-spacing: .9px;
    margin-bottom: -2px;
}

.model-feature-value.big {
    font-size: 74px;
    letter-spacing: 1.7px;
    margin-bottom: 4px;
}

.model-feature-value span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .4px;
    color: #fff;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.model-feature-text {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .4px;
    color: rgba(255,255,255,.5);
}

.inv .model-feature-value {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .4px;
    color: rgba(255,255,255,.5);
}

.inv .model-feature-text {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .4px;
    color: #fff;
}

.model-info-block {
    padding: 20px 0 0;
    background: #141414;
    position: relative;
}

.model-feature .model-info-block {
    padding: 60px 0;
    background: #141414;
    position: relative;
}

.model-info-block a {
    color: #ffffff;
}

.model-info-block a:hover {
    border: none;
}

.model-in-stock:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}

.model-info-price img, .model-info-doc img {
    width: 38px;
    height: 56px;
    display: inline-block;
}

.model-info-price div, .model-info-doc div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: left;
}

#infoModelCarousel.carousel {
    width: 100%;
    height: 700px;
    position: relative;
    background: #141414;
    overflow: hidden;
}

#infoModelCarousel .model-carousel-container {
    width: 100%;
    height: 700px;
    position: relative;
    background: #141414;
    overflow: hidden;
}

#infoModelCarousel .model-carousel-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#infoModelCarousel .model-carousel-img img {
    display: block;
    width: 100vw;
    min-width: 1400px;
    position: relative;
    z-index: 1;
}

#infoModelCarousel .carousel-item .model-carousel-img:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 700px;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),color-stop(60%,rgba(0,0,0,.2)),to(#141414));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 60%,#141414 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 60%,#141414 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.2) 60%,#141414 100%);
}

#infoModelCarousel .model-carousel-img>span>span {
    position: absolute;
    line-height: 1.4;
    top: 37px;
    left: 0;
    color: #000;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 250px;
    margin-left: -112px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

#infoModelCarousel .model-carousel-img>span:hover {
    z-index: 35;
}

#infoModelCarousel .model-carousel-img>span:hover>span {
    opacity: 1;
    visibility: visible;
}

#infoModelCarousel .model-carousel-img>span:after {
    opacity: 0;
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 3px 1px rgba(0,0,0,.5), 0 13px 35px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 1px 3px 1px rgba(0,0,0,.5), 0 13px 35px 0 rgba(0,0,0,.5);
    top: 4px;
    left: 4px;
}

#infoModelCarousel .model-carousel-img>span>span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#infoModelCarousel .model-carousel-img>span.-act:after {
    opacity: 1;
}

.model-carousel-img>span {
    z-index: 20;
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 13px 35px 0 rgba(0,0,0,.5);
    box-shadow: 0 13px 35px 0 rgba(0,0,0,.5);
    border: solid 4px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -16px;
    margin-top: -16px;
}

.model-carousel-nav .container {
    position: relative;
}

.model-carousel-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
    list-style: none;
}

.model-carousel-nav ul {
    padding: 0;
    margin: 0;
}

.model-carousel-nav ul li {
    display: inline;
}

.model-carousel-nav ul li span {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .6px;
    color: rgba(255,255,255,.5);
    padding: 10px 0;
    margin-right: 50px;
    cursor: pointer;
}

.model-carousel-nav ul li span.active {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #fff;
}

.model-detail-block {
    background: #141414;
    font-size: 16px;
    letter-spacing: .4px;
    color: rgba(255,255,255,.5);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model-detail-block p {
    font-size: inherit;
    color: inherit;
}

.model-slide-detail {
    padding: 30px 0 0;
}

.model-slide-detail>div {
    display: none;
    padding-bottom: 30px;
    position: relative;
}

.model-slide-detail>div.-open {
    display: block;
}

.model-detail-head {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: .6px;
    color: #fff;
}

.model-detail-content {
    line-height: 1.63;
    padding-top: 30px;
}

.model-slide-detail-nav {
    padding-top: 60px;
    display: -ms-flexbox;
    -ms-flex-pack: start;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: .4px;
    color: #fff;
}

.model-slide-detail-nav__next:after, .model-slide-detail-nav__prev:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 17px;
    position: absolute;
    bottom: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.model-slide-detail-nav__prev span {
    margin-left: 15px;
}

.model-slide-detail-nav__next, .model-slide-detail-nav__prev {
    cursor: pointer;
}

.model-slide-detail-nav__next, .model-slide-detail-nav__prev {
    cursor: pointer;
}

.model-slide-detail-nav__next {
    margin-left: 50px;
}

.model-slide-detail-nav__next:after {
    margin-right: 0;
    margin-left: 17px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.eyesight {
    color: #fff;
}

a.eyesight:hover {
    border: none;
}

a.eyesight:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}

.technologies-block {
    background: #141414;
    padding: 40px 0;
}

.tc-head {
    color: #fff;
    margin: 0 0 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.tc-head-title {
    font-size: 27px;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 1.3;
}

.tc-head:after {
    content: '';
    clear: both;
    display: block;
}

.tc-list {
    padding: 5px 0;
}

.tc-item {
    margin: 11px 0;
    cursor: pointer;
    display: grid;
}

.tc-link-img {
    display: block;
    width: 140px;
    height: 100px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 30px;
    position: relative;
    float: left;
}

.tc-link-info-text, .tc-link-info-title {
    display: block;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: .4px;
    color: #fff;
}

.tc-link-info-text {
    display: block;
    opacity: .5;
    margin-top: 5px;
}

.special-offer-block .bar-slider {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #141414;
}

.special-offer-block .bar-slider-container {
    padding-bottom: 0!important;
}

.special-offer-block .bs-head {
    margin: 0 0 35px;
    color: #fff;
    display: block!important;
}

.special-offer-block .bs-head-title {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: .6px;
    float: left;
    width: 70%;
}

.special-offer-block .bs-head-link {
    font-size: 15px;
    letter-spacing: .6px;
    position: relative;
    top: 11px;
    float: left;
    width: 30%;
    text-align: right;
}

.bs-head:after {
    content: '';
    clear: both;
    display: block;
}

.bs-head a {
    color: #fff;
}

.special-offer-block .bs-head-link:after {
    width: 4px;
    height: 4px;
}

.bs-head-link:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 3px;
    vertical-align: middle;
}

.bs-list {
    margin: 0 -15px;
}

.special-offer-block .bar-slider .slick-arrow.slick-disabled {
    opacity: .3;
}

.special-offer-block .bar-slider, .special-offer-block .bar-slider .slick-list:after, .special-offer-block .bar-slider .slick-list:before {
    background: #141414;
}

.special-offer-block .bs-item {
    position: relative;
}

.special-offer-block .bs-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 178px;
    z-index: 0;
    background-image: url(../images/empty-bg-big.png);
}

.special-offer-block .bs-item-pict {
    background-color: transparent;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.special-offer-block .bs-item>span {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.24;
    letter-spacing: .5px;
    margin-top: -2px;
}

.catalog-filter {
    margin: 20px 0 40px;
}

.navbar.filter-navbar {
    height: auto;
}

.filter-navbar label {
    margin: 10px 0 15px;
}

.catalog-filter .navbar-toggler {
    color: rgba(0,0,0,.5)!important;
    margin-left: 0;
    font-size: 16px;
}

.catalog-filter .navbar-collapse.collapse.show, .catalog-filter .collapsing {
    z-index: 2;
    background: white;
    padding: 20px 0 15px 0;
}

.catalog-filter .navbar-nav, .catalog-filter ul.filter-menu {
    width: 100%;
}

.new-car-instock_item  .btn-outline-primary {
    height: 50px;
    border-radius: 0;
}

.pick_up_btn {
    height: 50px;
    border-radius: 0;
}

button.gray-arrow {
    margin-right: -1px;
    font-weight: 300;
    height: 50px;
    text-align: left;
    color: #191919;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding-left: 10px!important;
    padding-right: 25px!important;
    cursor: pointer;
    width: 100%;
}

.filter-menu .dropdown-menu {
    text-align: left;
    right: auto;
    left: 0;
    -webkit-transform: none;
    -o-transform: translate(-50%, 0);
    transform: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    top: 49px;
    padding: 10px 0;
    z-index: 2;
}

.filter-menu li.dropdown:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    height: 8px;
    width: 8px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.filter-menu li.dropdown.show:after {
    margin-top: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    top: 23px;
}

.filter-menu input.form-control {
    margin-right: -1px;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #191919;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    float: left;
    font-weight: 300;
}

.filter-menu input.form-control:focus {
    box-shadow: none;
    outline: none;
}

/*NewCarInStock*/
.new-car-instock_container {
    margin-bottom: 60px;
}

.new-car-instock_item > div {
    margin-bottom: 20px;
    width: 100%;
    background-color: #f4f4f4;
}

.new-car-instock_img {
    position: relative;
    padding: 40px 20px;
    height: 253px;
}

.new-car-instock_img img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.new-car-instock_img span,
.new-car-instock_text > p .new-car-instock_advantage {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5.5px 11px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: #167bff;
}

.new-car-instock_img span.reserved{
    position: absolute;
    right: 0;
    top: 0;
    bottom: inherit;
    left: inherit;
}

.new-car-instock_text > p .new-car-instock_advantage {
    position: static;
    font-size: 9px;
}

.new-car-instock_text {
    padding: 17px 20px 28px;
}

.new-car-instock_text h5 {
    margin-bottom: 13px;
    font-size: 13px;
    color: #191919;
}

.new-car-instock_text > p {
    align-items: baseline;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c70023;
}

.new-car-instock_text > p > span:not(.new-car-instock_advantage) {
    font-size: 11px;
    color: #191919;
}

.new-car-instock_bottom {
    background-color: #fff;
}

.new-car-instock_bottom:not(:last-of-type) {
    border-bottom-color: transparent;
}

/*NewCarInStockLinks*/
.new-car-instock_links {
    margin-bottom: 80px;
}

.new-car-instock_links span {
    width: auto;
}

/* NewCarInStockItem */
.title-block_nav {
    flex-wrap: nowrap;
}

.title-block_nav > h3 {
    width: 100%;
}

.check-prices {
    color: #191919;
}

.check-prices .active {
    color: #c70023;
}

.check-prices h5:first-of-type {
    margin-right: 20px;
}

.check-prices h5:last-of-type {
    margin-right: 11px;
}

.new-car-instock_nav-block {
    margin-bottom: 40px;
}

.new-car-instock-item_container {
    margin-bottom: 20px;
}

.new-car-instock-item_container.items_list .new-car-instock_item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.new-car-instock-item_container .new-car-instock_item > div {
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.new-car-instock-item_container.items_list .new-car-instock_item > div {
    flex-direction: row;
    justify-content: space-between;
}

.new-car-instock-item_container .new-car-instock_img {
    margin: -1px;
    height: 200px;
    background-color: #f4f4f4;
}

.new-car-instock-item_container.items_list .new-car-instock_img {
    flex: 0 0 295px;
    width: 295px;
    height: 200px;
}

.new-car-instock-item_container.items_list .new-car-instock_img span {
    display: none;
}

.new-car-instock_text-block {
    position: relative;
}

.new-car-instock-item_container.items_list .new-car-instock_text-block,
.new-car-instock-item_container.items_list .new-car-instock_params {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.new-car-instock-item_container.items_list .new-car-instock_text-block {
    width: 100%;
}

.new-car-instock-item_container.items_list .new-car-instock_text-block > div {
    width: 50%;
}

.new-car-instock-item_container .new-car-instock_text {
    padding-bottom: 20px;
}

.new-car-instock-item_container.items_list .new-car-instock_text {
    padding: 35px 0 20px 56px;
}

.new-car-instock-item_container.items_list .new-car-instock_text h5 {
    font-size: 16px;
}

.new-car-instock-item_container .new-car-instock_text > p {
    flex-direction: column;
    font-size: 13px;
}

.new-car-instock-item_container.items_list .new-car-instock_text > p {
    margin-right: -20px;
}

.new-car-instock-item_container.items_list .new-car-instock_text > p {
    font-size: 20px;
}

.new-car-instock-item_container .new-car-instock_text > p > span {
    margin-top: 6px;
}

.new-car-instock-item_container.items_tile .new-car-instock_text > p .new-car-instock_advantage {
    display: none;
}

.new-car-instock-item_container.items_list .new-car-instock_text > p .new-car-instock_advantage {
    margin-top: 20px;
    margin-bottom: 12px;
}

.new-car-instock_params {
    position: absolute;
    top: 17px;
    right: 20px;
    font-family: "Verdana";
    font-size: 12px;
    color: #191919;
}

.new-car-instock-item_container.items_list .new-car-instock_params {
    position: static;
    padding-top: 38px;
}

.new-car-instock_params i,
.new-car-instock_params p {
    display: block;
}

.new-car-instock_params p {
    margin-bottom: 4px;
    text-align: right;
    margin-left: 80px;
}

.new-car-instock-item_container.items_list .new-car-instock_params > i {
    padding-left: 41px;
}

.new-car-instock-item_container.items_list .new-car-instock_params > p {
    padding-left: 8px;
}

.new-car-instock-item_container.items_list .new-car-instock_params p {
    margin-bottom: 17px;
    text-align: left;
}

.new-car-instock-item_container.items_list .new-car-instock_params p > span {
    margin-bottom: 9px;
    display: block;
}

.new-car-instock-item_container.items_list .new-car-instock_params > * {
    width: 50%;
}

.new-car-instock_params span {
    font-family: "Verdana";
    font-size: 9px;
    text-transform: uppercase;
    color: #b2b1b1;
}

.new-car-instock-item_container.items_tile .new-car-instock_params span {
    display: none;
}

.new-car-instock_bottom__block {
    margin: -1px;
}

.new-car-instock-item_container.items_list .new-car-instock_bottom__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex: 0 0 295px;
    width: 295px;
}

.new-car-instock-item_container.items_list .new-car-instock_bottom__block > a {
    width: 100%;
    height: 100%;
}

h4.filter-result {
    color: #313131;
    margin-bottom: 16px;
}

.new-car-instock_look-more {
    padding-bottom: 80px;
}

.new-car-instock_item svg {
    width: 10px;
}

p.credit-price, p.price {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .5px;
    margin-top: 5px;
}

p.price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: rgba(0,0,0,.5);
}

.new-car-instock-item_container .new-car-instock_item > div {
    border-bottom: none;
}

.new-car-instock_text {
    padding: 0;
}

.car-instock-header {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.car-instock-items {
    padding: 0 15px;
}

.car-instock-item-nav a {
    cursor: pointer;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    display: block;
    color: #000;
}

.car-instock-item-nav a:hover{
    border: none;
}

.new-car-instock-item_container .new-car-instock_text {
    padding-bottom: 0;
}

.car-instock-header {
    background-color: #f4f4f4;
}

.car-instock-item-nav {
    border: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
}

.car-instock-item-nav:hover {
    border: 1px solid #167bff;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.car-instock-item-nav:after {
    content: '';
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 25px;
    position: absolute;
    top: 13px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.car-instock-item-nav:hover:after {
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    right: 20px;
}

.car-instock-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 15px;
}

.car-instock-item-nav a {
    box-shadow: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.car-instock-item-nav a:after {
    display: none;
}

.controlAreaWrap {
    width: 100%;
    height: 47px;
    font-weight: 300;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,.15);
}

.tech-modal .slideshow {
    height: auto;
}

.tech-modal .slideshow video {
    display: block;
}
.tech-modal .modal-dialog {
    max-width: 60%;
}

.tech-modal .modal-content {
    border-radius: 0;
}

.tech-modal #modal-slideshow .flex-viewport .slides {
    display: flex;
}

.tech-modal button.close {
    background-color: #000;
    position: absolute;
    right: 22%;
    top: 70px;
    left: auto;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 0;
    z-index: 10;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.tech-modal button.close:before {
    background-color: #fff;
    width: 20px;
    height: 1px;
    margin-top: 10px!important;
    display: inline;
    right: 6px;
    top: 6px;
}

.tech-modal button.close:after {
    background-color: #fff;
    width: 20px;
    height: 1px;
    margin-top: 10px!important;
    display: inline-block;
    right: 6px;
    top: 6px;
}

.tech-modal .flex-control-paging {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.tech-modal .flex-control-paging li {
    width: 30px;
    height: 30px;
    margin: 0 8px;
}

.tech-modal .flex-control-paging li a {
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 14px;
    background: #fff;
    opacity: 0.5;
}

.tech-modal .flex-control-paging li a:hover {
    border: 0;
}

.tech-modal .flex-control-paging li a.flex-active {
    opacity: 1;
}

.tech-modal .sync-item {
    display: none!important;
}

.tech-modal .sync-item.flex-active-slide {
    display: block!important;
}

.tech-modal-image {
    overflow: hidden!important;
    width: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.tech-modal h3 {
    font-weight: 300;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: .8px;
    margin-bottom: 25px;
}

.tech-modal p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .3px;
}

input.subscription-email {
    display: block;
    opacity: .5;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .5px;
    color: #000;
    height: 45px;
    line-height: 41px;
    width: 100%;
    padding: 4px 30px 0 20px;
    background: url(../images/subscribe-icon.png) no-repeat 95% 50% #fff;
}

.news-list-item {
    margin-bottom: 20px;
}

.news-list-item hr {
    margin-top: 25px;
}

.news-list h1 {
    margin-bottom: 35px;
}

.news-list-item-header a {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    display: inline-block;
    margin: 15px 0 20px;
    letter-spacing: 0;
}

.news-list-item-header a {
    border: none;
}

.news-list-item p {
    color:rgba(0,0,0,.5);
}

.news-list-item-header a span:hover {
    border-bottom: 1px solid #000;
}

.news-list-item-year a:hover {
    border: 0;
}

.news-list-item-year a.dropdown-toggle {
    font-weight: 300;
    font-size: 37px;
    line-height: 1;
    letter-spacing: .9px;
    position: relative;
    height: 37px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
}

.news-list-item-year a.dropdown-toggle span:after {
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -4px;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news-list-item-year .dropdown-menu {
    left: -35px!important;
}

.news-list-item-year .dropdown-menu a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #6f6f6f;
    padding: 6px 20px;
    text-align: left;
}

.news-page .date {
    margin-bottom: 15px;
}

.pageBannerImg {
    height: 450px;
    width: 100%;
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.gallery-tile-images {
    margin: 1.5% -2.5%;
}

.ti-item {
    float: left;
    width: 28.33%;
    padding-top: 28.33%;
    margin: 2.5%;
    background: no-repeat 50% 50% rgba(0,0,0,.2);
    -webkit-background-size: cover;
    background-size: cover;
}

a.ti-item {
    text-decoration: none!important;
    border: 0!important;
}

.other-news {
    margin-top: 15px;
}

.otherNewsList {
    padding-bottom: 30px;
}

.otherNewsListItem {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.otherNewsListItemImg {
    display: block;
    margin-bottom: 10px;
}

.otherNewsListItemTitle {
    color: rgba(0,0,0,.5);
    line-height: 1.3;
    font-size: 18px;
    display: inline-block;
}

.otherNewsListItem a:hover {
    border: none;
}

.otherNewsListItem a:hover {
    border: none;
    color: rgba(0,0,0,.5);
}

.otherNewsListItemTitle>span:hover {
    border-bottom: 1px solid rgba(0,0,0,.3);
}

.singleNewsLinksRowTop {
    margin-bottom: 20px;
}

a.round-arrow-left, a.round-arrow-top {
    color: #000;
}

a.round-arrow-left, a.round-arrow-top {
    border:none;
}

.round-arrow-left:hover span, .round-arrow-top:hover span {
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.round-arrow-left:before, .round-arrow-top:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: url(../images/r-arrow-left@2x.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 10px;
}

.round-arrow-top:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    display: block;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    padding-left: 0;
    left: 0;
    right: 0;
    line-height: 10px;
    margin: 0 auto;
}

.owl-dots .owl-dot {
    width: 34px;
    height: 14px;
    z-index: 5;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    position: relative;
}

.owl-dots .owl-dot:before {
    content: '';
    width: 34px;
    height: 3px;
    font-size: 0;
    background-color: #fff;
    opacity: .3;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.owl-dots .owl-dot.active:before {
    opacity: 1;
}

.bannerTitle {
    margin-top: -80px;
    margin-bottom: 20px;
}

.bannerTitle h1 {
    color: #ffffff;
}

.materials-intro p {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: .4px;
    color: rgba(0,0,0,.5);
}

.accordion-link {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    cursor: pointer;
    padding: 14px 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,.5);
    background: 0 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.accordion-body {
    margin-top: 10px;
}

.accordion-link>span:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -20px;
    right: 31px;
    width: 9px;
    height: 9px;
    border-left: 2px solid rgba(0,0,0,.5);
    border-bottom: 2px solid rgba(0,0,0,.5);
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.accordion-link.collapsed>span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.accordion-body-img {
    cursor: pointer;
    margin-right: 20px;
    width: 100px;
}

.accordion-body-item {
    margin: 15px 0;
}

.accordion-body-item:before {
    content: '';
    width: 1px;
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    right: 0;
}

.accordion-body-item:before, .accordion-body-item:nth-child(odd):before {
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
}

.accordion-body-item:nth-child(odd):before {
    content: '';
    width: 1px;
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.accordion-body-item:nth-child(3n+3):before {
    display: none;
}

.accordion-body-item:nth-child(odd):after {
    display: none;
}

.accordion-body-item:nth-child(3n+3):after {
    content: '';
    height: 1px;
    display: block;
    background: rgba(0,0,0,.1);
    position: absolute;
    margin: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
    margin-left: -200%;
}

.accordion-body-item-title a:hover {
    border-bottom: 1px solid rgba(0,0,0,.3);
}

.accordion-body-item-text {
    line-height: 21px;
    font-size: 16px;
    color: rgba(0,0,0,.5);
}

.accordion-body-item-title a {
    font-size: 16px;
    color: #000;
    line-height: 21px;
    margin-bottom: 10px;
    cursor: pointer;
    display: initial;
}

.special-offer-for-links a {
    color: #b2b2b2;
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: 300;
}

.special-offer-for-links a:hover {
    border: 0;
}

.special-offer-for-links a.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.special-offer-for-links a.active:hover {
    border-bottom: 1px solid #000;
}

.special-offer-for-links a:hover {
    border: 0;
}

a.btn-download-dropdown {
    display: block;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .5px;
    border: solid 1px rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 47px;
    line-height: 47px;
    padding: 0 70px 0 20px;
    color: rgba(0,0,0,.5)!important;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.btn-download-dropdown:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    border-bottom: 2px solid rgba(0,0,0,.5);
    border-right: 2px solid rgba(0,0,0,.5);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.download-dropdown {
    width: 100%;
    z-index: 2;
    text-align: left;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0,0,0,.09);
    box-shadow: 0 8px 9px 0 rgba(0,0,0,.09);
}

.download-dropdown ul, .download-dropdown ul li:last-child ul  {
    margin-bottom: 0;
}

.download-dropdown ul li, .download-dropdown ul li ul li {
    list-style: none;
}

.download-dropdown ul li a, .download-dropdown ul li ul li a {
    color: #000;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 300;
}

.download-dropdown ul li a:hover, .download-dropdown ul li ul li a:hover {
    border-color: #000;
}

.download-dropdown ul li ul {
    margin: 10px 0;
}

.download-dropdown ul li:last-child {

}

.download-dropdown ul li ul a {
    font-size: 14px!important;
}

.special-offer-item {
    margin-top: 30px;
}

.special-offer-item-img {
    width: 100%;
    height: 200px;
    padding-right: 0;
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

.special-offer-item img {
    margin-bottom: 10px;
}

.special-offer-item a:hover {
    border: none;
}

a .special-offer-item-title {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: 300;
    display: inline;
}

a:hover .special-offer-item-title {
    border-bottom: 1px solid rgba(0,0,0,.5)
}

.lightbox-image {
    margin: 0;
}

.lightbox-image.rounded-circle {
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 100%;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.lightbox-image a {
    display: inline-block;
    width: 100%;
    height: 280px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.lightbox-image a:hover, a.lightbox-image:hover {
    border: 0;
}

.hotline-page hr {
    margin: 20px 0 40px;
}

.hotline-page .lightbox-image a {
    max-height: 200px;
}

.mapcare ul {
    list-style: none;
    padding-left: 0;
}

.mapcare ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.31;
    letter-spacing: .4px;
}

.mapcare ul li:before {
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    left: 0;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mapcare-notice {
    padding-left: 25px;
}

.gray-text {
    color: rgba(0,0,0,.5);
}

a.hotline-page-phone {
    color: #001fee;
}

a.hotline-page-phone:hover {
    border:none;
}

a.doc-download:hover {
    border: 0;
}

a.doc-download:hover span {
    border-bottom: 1px solid rgba(41,98,255,.4);
}

a.doc-download:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 31px;
    background: url(../images/file-icon.png) no-repeat;
    -webkit-background-size: auto 31px;
    background-size: auto 31px;
    vertical-align: middle;
    margin-right: 5px;
}

a.doc-download:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #2962ff;
    border-bottom: 1px solid #2962ff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.warranty-tabs ul.nav-tabs {
    padding-bottom: 10px;
}

.warranty-tabs .tab-pane {
    padding: 30px 0;
}

.warranty-tabs ul.nav-tabs li a div {
    border: 1px solid transparent;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding: 6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 100px;
    margin-right: 20px;
}

.warranty-tabs ul.nav-tabs li {
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
}

.warranty-tabs ul.nav-tabs li a.active div {
    border-color: #2962ff;
}

.warranty-tabs ul.nav-tabs li a:hover {
    border: none;
}

.warranty-tabs span.quantity {
    font-size: 37px;
    vertical-align: bottom;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
}

.warranty-tabs span.quantity_of {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400;
}

.warranty-tabs span.mileage {
    font-size: 16px;
    line-height: 16px;
    padding-top: 13px;
    color: rgba(0,0,0,.5);
    display: block;
}

.serviceTabContentTitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.warranty-tabs .tab-pane p {
    margin: 0;
}

.warranty-tabs .tab-pane strong {
    font-weight: 700;
}

.warranty-tabs .tab-pane ul {
    list-style: none;
    margin-bottom: 0;
}

.warranty-info {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 30px;
}

.warranty-info h2 {
    margin-bottom: 30px;
}

.warrantyItem div {
    font-size: 37px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.warrantyItem div span {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.warrantyItem p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,.5);
}

.overtime-block-text {
    opacity: .5;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: .6px;
}

.credit-page-title h2 {
    font-size: 26px;
    line-height: 31px;
}

.credit-page-title h3 {
    font-size: 17px;
    line-height: 24px;
    color: rgba(0,0,0,.5);
    text-align: center;
    margin-bottom: 30px;
}

.specialOffersListСreditors {
    width: 100%;
    margin: 60px auto 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 400px;
}

.specialOffersListСreditors.nav-tabs {
    border-bottom: none;
}

.specialOffersListСreditors .owl-dots {
    position: relative;
    bottom: auto;
    padding-left: 12px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.specialOffersListСreditors .owl-dots {
    position: relative;
    bottom: auto;
    padding-left: 12px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.specialOffersListСreditors .owl-dots .owl-dot>span {
    display: block;
    width: 30px;
    height: 2px;
    opacity: .3;
    background-color: #000;
    cursor: pointer;
}

.specialOffersListСreditors .owl-dots .owl-dot.active>span {
    opacity: 1;
}

.credit-tab-item a {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(0,0,0,.3);
    cursor: pointer;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.credit-tab-item {
    padding: 0 15px;
}

.credit-tab-item a div {
    cursor: pointer;
}

.credit-tab-item a.active, .credit-tab-item a:hover {
    color: #000;
    cursor: default;
}

.credit-tab-item a:hover {
    border: none;
}

.credit-page .content {
    padding-top: 30px;
    padding-bottom: 0px;
}

.credit-tabs {
    padding-top: 30px;
    background-color: #f8f8f8;
    border-top: 1px solid #dee2e6;
}

.specialOffersDetailsTitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
}

.specialOffersDetailsItem span {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 10px;
}

.specialOffersDetailsItem p {
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,.5);
}

.credit-tabs .w-100 {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 30px 15px;
}

.radioWrap label {
    position: relative;
    z-index: 1;
    padding-left: 37px;
    cursor: pointer;
    display: block;
}

.radioWrap label input {
    display: none;
}

.radioWrap .iconCheck {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px rgba(0,0,0,.2);
}

.radioWrap label input:checked~.iconCheck {
    border-color: #2962ff;
}

.radioWrap label input:checked~.radioTitle {
    color: #000;
}

.radioWrap .radioTitle {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    color: rgba(0,0,0,.5);
}

.radioWrap .iconCheck:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2962ff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.specialOffersDateItem .value {
    color: rgba(0,0,0,.5);
    color: #000;
    font-size: 37px;
    line-height: 28px;
    font-weight: 300;
}

.specialOffersDateItem .value .percent {
    font-size: 16px;
    padding-left: 5px;
}

.specialOffersDateItem .month .month-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #858585;
    display: inline-block;
    margin-left: 10px;
}

.specialOffersDateText {
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,.5);
    margin-bottom: 15px;
}

.specialOffersDateItem .month {
    font-weight: 400;
    line-height: 1.31;
    font-size: 16px;
    margin-bottom: 10px;
    color: #858585;
}

.radioWrap label input:checked~.iconCheck:before {
    display: block;
}

.trade-in-page-title h2 {
    font-size: 36px;
    line-height: 1.27;
    font-weight: 300;
    letter-spacing: .8px;
}

.trade-in-page-text {
    background: #f8f8f8;
    margin-top: 20px;
    padding-bottom: 50px;
}

.trade-in-page-text span.equipment {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: .4px;
    text-align: left;
    color: rgba(0,0,0,.5);
}

.trade-in-page-text span.price {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: right;
    color: #000;
}

.trade-in-page-model-image {
    display: block;
    width: 210px;
    height: 130px;
    background: no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
}

.trade-in-page-right-block a {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: .4px;
    color: rgba(0,0,0,.5);
}

.trade-in-page-right-block a:hover {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.trade-in-page-credit-offer {
    color: #666;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.trade-in-page-credit-offer a {
    font-size: 20px;
    border-bottom: 1px solid rgba(41,98,255,.2);
}

.trade-in-page-credit-offer a:hover {
    border-bottom: none;
}

.select2-dropdown {
    z-index: 10;
}

.modal-open .select2-dropdown {
    z-index: 9999;
}

.irs {
    position: relative;
    display: block;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 1px;
    top: 33px;
    background: rgba(0, 0, 0, 0.1);
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 1px;
    top: 33px;
    background-color: #2962FF;
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-handle {
    top: 25px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    background: #2962FF;
}

.irs-handle.state_hover, .irs-handle:hover {
    box-shadow: 0 1px 2px 0 #ccc;
    transform: scale(1.05);
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.input_from {
    border-radius: .25rem 0 0 .25rem;
    outline: none;
}

.input_to {
    border-radius: 0 .25rem .25rem 0;
    border-left: 0px;
}

.navbar-expand-xl>.container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.popupModelEquipmentItemHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.popupModelEquipmentItemHeader span {
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px;
    font-weight: 300;
}

.popupModelEquipmentItemList {
    margin-bottom: 30px;
}

ul.popupModelEquipmentItemList {
    list-style: none;
    padding-left: 0;
}

.popupModelEquipmentItemList li {
    margin-bottom: 20px;
}

.popupModelEquipmentItemList li div, .popupModelEquipmentItemList li span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.popupModelEquipmentItemList li div {
    color: #949494;
}

.popupModelEquipmentItemPrice {
    margin-bottom: 10px;
    padding-top: 26px;
    position: relative;
    z-index: 1;
}

.popupModelEquipmentItemPrice p {
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
}

.model-name {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
    font-weight: 300;
}

.select-engine-tabs .nav-tabs .nav-link, .select-engine-tabs .nav-tabs .nav-link.active {
    background: none;
    border: none;
    font-weight: 300;
    font-size: 23px;
    color: #6f6f6f;
    padding-top: 13px;
    padding-bottom: 0;
    padding-left: 0;
}

.select-engine-tabs .nav-tabs .nav-link.active {
    color: #000;
}

.select-engine-tabs .nav-tabs {
    border-bottom: none;
}

.select-engine-tabs hr {
    margin-top: 10px;
}

.select-engine-separator {
    border-left: 1px solid rgba(0,0,0,.1);
}

.popupModelEquipmentTabList {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

ul.popupModelEquipmentTabList {
    list-style: none;
    padding-left: 0;
}

.popupModelEquipmentTabList li {
    margin-bottom: 30px;
    width: 50%;
}

.popupModelEquipmentTabList p {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 3px;
}

.popupModelEquipmentTabList span {
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,.5);
}

.popupModelFooter {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 0;
}

.popupModelFooter:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    width: 100vw;
    left: 50%;
    right: 50%;
    top: 0;
    margin-left: -50vw;
    margin-right: -50vw;
}

.popupModelFooterPrice .row {
    margin: 5px 0;
}

.popupModelFooterPrice p {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}

.complectation-parent-item {
    border-bottom-color: #ffffff;
    background: rgba(205,205,205,.12);
}

.complectation-parent-item span {
    padding-left: 20px;
    display: block;
}

.complectation-parent-item span:after {
    right: 41px;
}

.complectation-parent .complectation-child {
    padding: 0 20px 30px;
}

.complectation-parent .complectation-child .accordion-link span:after {
    right: 41px;
}

.complectation-tabs .nav-tabs .nav-link, .complectation-tabs .nav-tabs .nav-link.active {
    opacity: .3;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .5px;
    color: #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,.3);
    margin-right: 16px;
    padding: 9px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.complectation-tabs .nav-tabs .nav-link.active  {
    color: #000;
    opacity: 1;
}

.complectation-tabs .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}

.modal360 .view360, .modal360 .view360Wrap:before, .modal360 .view360Carousel {
    background: none!important;
}

.modal360 .view360Carousel__inner {
    max-width: 100%!important;
    width: auto!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    height: auto;
}

.modal360 .view360Carousel__inner .view360CarouselItem > div {
    height: 160px;
}

.modal360 .view360Carousel__inner:before {
    display: none;
}

.popupModelTotalEquipment .popupModelTotalEquipmentMain span {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.popupModelTotalEquipment .popupModelTotalEquipmentMain p {
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
}

.popupModelTotalEquipment div span {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.popupModelTotalEquipment div p {
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,.5);
}

.popupModelBack {
    margin-left: 12px;
    position: absolute;
    color: #2962ff;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}

.popupModelBack h3 {
    font-size: 16px;
    line-height: 16px;
}

.popupModelBack:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 4px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #2962ff;
    border-bottom: 1px solid #2962ff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sliderTabs.nav-tabs {
    border: none;
}

#sliderTabs li a {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-right: 30px;
    font-weight: 300;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

#sliderTabs li a, #sliderTabs li a:hover {
    border: none;
}

#sliderTabs li a.active {
    font-size: 26px;
    color: #fff;
}

.model-wrx  .model-gallery.shadow-layer {
    top: 60px;
    height: 100%;
}

.model-wrx .model-gallery-inner {
    z-index: 2;
    bottom: 20px;
}

.blue_checkbox label {
    position: relative;
    z-index: 1;
    padding-left: 34px;
}

.blue_checkbox label input{
    display: none;
}

.blue_checkbox .iconCheck {
    position: absolute;
    top: 0;
    left: auto;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px rgba(0,0,0,.2);
}

.blue_checkbox  .iconCheck:before {
    content: '';
    display: block;
    width: 16px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blue_checkbox  label input:checked~.iconCheck:before {
    display: block;
}

.blue_checkbox .iconCheck {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px rgba(0,0,0,.2);
}

.blue_checkbox  label input:checked~.iconCheck {
    background: #2962ff;
    border-color: #2962ff;
}

.blue_checkbox  .checkBoxText {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
}

.blue_checkbox .specialOffersItemText {
    line-height: 21px;
    font-size: 16px;
    color: rgba(0,0,0,.5);
}

.blue_checkbox a {
    color: #2962ff;
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px;
    letter-spacing: 1px;
    white-space: nowrap;
    position: relative;
}

.modalModelTotalPrice {
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
}

.blue_checkbox a:hover {
    border: none;
}

.blue_checkbox .privacy a {
    border-bottom: 1px solid rgba(41,98,255,.4);
}

.blue_checkbox .privacy a:hover {
    border-bottom: 0;
}

@media (min-width: 1280px) {

    .mfp-close {
        top: 39px;
        right: 0;
        left: 0;
        margin: 0 auto;
        -webkit-transform: translateX(600px);
        -ms-transform: translateX(600px);
        transform: translateX(600px);
    }

}

@media (min-width: 1200px) {

    .otherNewsListItem {
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    .otherNewsListItem:last-child {
        border: none;
    }

    .other-news {
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-toggler {
        display: none!important;
    }

    .popupModelFooterWrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .modal360 .view360Carousel__inner .view360CarouselItem > div {
        height: 240px!important;
    }

    #sliderTabs li a {
        font-size: 26px;
    }

    #sliderTabs li a.active {
        font-size: 36px;
    }

}

@media (min-width: 768px) {

    .topDealerLineTitle {
        font-size: 16px;
    }

    #infoModelCarousel .carousel-inner {
        position: absolute;
        width: 5000px;
        height: 2500px;
        line-height: 2500px;
        top: 50%;
        left: 50%;
        margin-top: -1250px;
        margin-left: -2500px;
        text-align: center;
    }

    .mfp-close {
        top: 39px;
        right: 88px;
    }

    .modal-back-img {
        min-height: 262px;
    }

    .credit-page-title h2 {
        font-size: 31px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .credit-page-title h3 {
        font-size: 18px;
    }

    .specialOffersListСreditors {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 600px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popupModelEquipmentTabList {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popupModelEquipmentTabList li {
        width: auto;
        min-width: 20%;
        padding-right: 20px;
    }

    .modal360 .view360Carousel {
        min-height: 240px;
    }

    #sliderTabs li a {
        font-size: 23px;
    }

    #sliderTabs li a.active {
        font-size: 31px;
    }

}

@media (max-width: 992px) {

    ul.info-indicators li span {
        display: inline-block;
        font-size: 19px;
        line-height: inherit;
        color: #7e7e7e;
        font-style: normal;
        padding-right: 20px;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    #infoCarousel ul.info-indicators:after, #infoCarousel ul.info-indicators li span.active:after {
        display: none;
    }

    ul.info-indicators li span.active {
        font-size: 19px;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .feedback-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feedback-title h3 {
        font-size: 31px;
        line-height: 37px;
    }

    .models h1 {
        font-size: 44px;
        letter-spacing: 1px;
    }

    .model-gallery_mfp-zoom .mfp-content {
        min-width: 80vw;
    }

    .special-offer-block .bs-item {
        padding: 0 5px;
    }

    .special-offer-block .bs-item {
        position: relative;
    }

    .model-carousel-nav {
        padding-bottom: 15px;
    }

    .model-gallery-nav-exterior img, .model-gallery-nav-interior img {
        width: 100px;
        height: 76px!important;
    }

    .news-list-item hr {
        margin-top: 0px;
    }

    .mfp-close {
        right: 22px;
    }

    .accordion-body-item:nth-child(1n+2):before {
        display: block;
    }

    .accordion-body-item:nth-child(2n+2):before {
        display: none;
    }

    .accordion-body-item:nth-child(3n+3):after {
        display: none;
    }

    .accordion-body-item:nth-child(even):after {
        content: '';
        height: 1px;
        display: block;
        background: rgba(0,0,0,.1);
        position: absolute;
        margin: 0;
        right: 15px;
        left: 15px;
        bottom: 0;
        margin-left: -100%;
    }

    .navbar-expand-lg.home>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal360 .view360:after {
        bottom: 160px;
    }

}

@media (max-width: 768px) {

    h1 {
        font-weight: 300;
        font-size: 31px;
        letter-spacing: 0.73px;
    }

    h2 {
        font-weight: 300;
        font-size: 27px;
        letter-spacing: 0.64px;
        line-height: 36px;
    }

    h3 {
        font-weight: 300;
        font-size: 22px;
        letter-spacing: 0.52px;
    }

    h5 {
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .p3 {
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 0.42px;
        line-height: 26px;
    }

    .navbar-expand-md.main>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-model-item {
        width: 25%;
    }

    footer {
        padding-top: 30px;
    }

    .footer-social {
        margin-bottom: 40px;
    }

    .footer-social ul {
        margin-bottom: 40px;
    }

    .apps {
        margin-bottom: 40px;
    }

    .apps a, .apps a:hover {
        opacity: 1;
    }

    .slideshow .flex-control-nav {
        bottom: 0;
    }

    .slideshow .flex-control-nav li {
        width: 140px;
        height: 60px;
        margin-left: 15px;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background-position: center;
    }

    .slideshow .flex-control-nav li img {
        opacity: 0;
    }

    .slideshow .flex-control-nav li:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: rgba(255,255,255,.3);
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: 0;
    }

    .tech-modal .slideshow .flex-control-nav li:before {
        display: none;
    }

    .slideshow .flex-control-nav li.flex-active:before {
        background-color: #fff;
    }

    .flex-direction-nav {
        display: none;
    }

    .slideshow_clickArea {
        left: 0;
        right: 0;
    }

    .slideshow {
        height: auto;
    }

    .model.slideshow {
        height: 90vh;
    }

    .slider-image {
        display: block;
    }

    .models-item {
        padding-top: 50%;
    }

    .modal-back-img {
        height: 262px;
    }

    .models h1 {
        font-size: 30px;
        letter-spacing: .7px;
    }

    .get-test {
        margin-top: 0;
    }

    .dealers-head h2 {
        font-size: 34px;
    }

    .configure {
        margin-top: 25px;
    }

    .model-info-price, .model-info-doc, .btn-testdrive, a.model-in-stock {
        margin-bottom: 25px;
    }

    #infoModelCarousel .carousel-inner {
        overflow-x: scroll;
    }

    #infoModelCarousel .model-carousel-img img {
        min-width: 1000px;
    }

    #infoModelCarousel .carousel-inner {
        height: 500px;
    }

    #infoModelCarousel .model-carousel-img>span:after {
        width: 8px;
        height: 8px;
        top: 3px;
        left: 3px;
    }

    #infoModelCarousel .model-carousel-container {
        height: 500px;
    }

    .model-carousel-nav ul li span {
        margin-right: 10px;
    }

    #infoModelCarousel .carousel-item .model-carousel-img:after {
        height: 500px;
        margin-top: -250px;
    }

    .model-carousel-img>span {
        width: 18px;
        height: 18px;
        margin-left: -9px;
        margin-top: -9px;
        border-width: 2px;
    }

    #infoModelCarousel.carousel {
        height: 500px;
    }

    .special-offer-block .bar-slider {
        padding-top: 0;
    }

    .news-list-item .date {
        margin-top: 20px;
    }

    .news-list-item-year {
        margin-bottom: 15px;
    }

    .pageBannerImg {
        height: 375px;
    }

    .special-offer-for-links {
        margin-bottom: 20px;
    }

    .special-offer-for-links a {
        margin-left: 0;
    }

    .instruction-download a {
        width: 100%;
    }

    .select-engine-separator {
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 20px;
        border-left: none;
    }

    .modal360 .view360:after {
        right: 0;
        bottom: 160px;
        text-align: right;
        left: auto;
    }

    .modal360 .view360ColorName {
        text-align: left;
    }

}

/* Elements For Mobile */
@media (max-width: 576px) {

    h1 {
        font-weight: 300;
        font-size: 26px;
        letter-spacing: 0.61px;
    }

    h2 {
        font-weight: 300;
        font-size: 22px;
        letter-spacing: 0.52px;
        line-height: normal;
    }

    h3 {
        font-weight: 300;
        font-size: 17px;
        letter-spacing: 0.4px;
    }

    .p3 {
        font-weight: 300;
        font-size: 17px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    .navbar-expand-md .container {
        padding: 0 15px;
    }

    .modal-nav-top {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-brand img {
        width: 95px;
        height: 32px;
    }

    #navModal .modal-content {
        background: #FFFFFF;
    }

    #navModal .modal-body {
        margin: 0;
    }

    .nav-modal-menu-items {
        margin-top: 0px;
        padding: 0 20px;
    }

    .nav-modal-menu-items span {
        cursor: pointer;
        color: rgba(0,0,0,.6);
    }

    .nav-modal-menu-items span.open {
        color: #000000;
    }

    .nav-modal-menu-items ul {
        display: none;
    }

    .nav-modal-menu-items ul.visible {
        display: block;
        margin-top: 20px;
    }

    .nav-modal-menu-items ul li {
        padding: 9px 0;
    }

    footer {
        padding-top: 30px;
    }

    .models-item {
        padding-top: 100%;
    }

    .model-feature-container:before {
        left: -15px;
        right: -15px;
    }

    .tc-link-img {
        float: none;
        margin-bottom: 15px;
    }

    .model-carousel-nav ul li span {
        font-size: 17px;
    }

    .model-carousel-nav ul li span.active {
        font-size: 28px;
    }

    .model-gallery-nav {
        margin-top: 20px;
    }

    .navbar-expand-xl.second-navbar>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tech-modal .modal-dialog {
        max-width: 100%;
    }

    .news-list-item-year .dropdown-menu {
        left: 0!important;
    }

    .modal-back-img {
        min-height: 220px;
    }

    .pageBannerImg {
        height: 245px;
    }

    .accordion-body-item:nth-child(odd):before {
        content: '';
        width: 1px;
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
        background: rgba(0,0,0,.1);
        position: absolute;
        top: 0;
        right: 0;
    }

    .special-offer-item {
        margin-top: 40px;
    }

    .modal360 .view360Carousel {
        margin-top: 0;
    }

    .models-item.filter {
        padding-top: 0;
    }

    .filter-container {
        position: unset;
    }

    .info {
        padding: 40px 0;
    }

    .models {
        margin-top: 60px;
    }

    .dealers-block {
        padding-top: 40px;
    }

    .copyright {
        padding: 0 15px;
    }

    .tech-modal button.close {
        right: 5%;
        top: 40px;
    }

    .model-wrx .model-gallery-inner {
        bottom: -85px;
    }

}

/* New styles */
.model-advantages {
    top: 0 !important;
    height: auto !important;
    z-index: 0 !important;
    padding-bottom: 55px;
    background: #202020;
}

.model-advantages h2 {
    padding-top: 45px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 36px;
    border-bottom: 1px solid rgba(236,236,236,.1);
    line-height: 72px;
    letter-spacing: 1px;
}

.model-advantages .nav-pills .nav-link, .model-advantages .nav-link,
.model-safety .nav-pills .nav-link, .model-safety .nav-link {
    border-radius: 0;
    padding: 0 0 5px 0;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #939393;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.model-advantages .nav-pills .nav-link.active,
.model-advantages .nav-pills .show>.nav-link,
.model-safety .nav-pills .nav-link.active,
.model-safety .nav-pills .show>.nav-link {
    background-color: transparent;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.model-advantages .nav-pills .nav-link:after,
.model-advantages .nav-link:after,
.model-safety .nav-pills .nav-link:after,
.model-safety .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.model-advantages .nav-pills .nav-link.active:after,
.model-advantages .nav-pills .show>.nav-link:after,
.model-safety .nav-pills .nav-link.active:after,
.model-safety .nav-pills .show>.nav-link:after {
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.model-advantages .nav-pills .nav-link:hover,
.model-safety .nav-pills .nav-link:hover {
    border: none;
}

.model-advantages li.nav-item {
    margin-right: 25px;
}

.model-advantages .nav.nav-pills {
    margin-bottom: 40px;
    padding-top: 25px;
}

.advantages-slider {
    font-family: Roboto, sans-serif;
}
.advantages-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.advantages-slider .advantages-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}
.advantages-slider__media-wrapper {
    width: -webkit-calc((100% - 40px) * 0.55);
    width: calc((100% - 40px) * 0.55);
}
.advantages-slider__text {
    width: -webkit-calc((100% - 40px) * 0.45);
    width: calc((100% - 40px) * 0.45);
}
.advantages-slider__img,
.advantages-slider__video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.advantages-slider__title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    border-bottom: 1px solid rgba(236, 236, 236, 0.1);
}
.advantages-slider__desc {
    padding-bottom: 30px;
}
.advantages-slider__desc p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a8a8a8;
}
.advantages-slider__desc p:last-child {
    margin-bottom: 0;
}
.advantages-slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc((100% - 40px) * 0.45);
    width: calc((100% - 40px) * 0.45);
    margin-left: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(236, 236, 236, 0.1);
}
.advantages-slider__btn {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: rgba(196, 196, 196, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    outline: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.advantages-slider__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #868686;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.advantages-slider__btn_prev::before {
    margin-left: -4px;
    border-top-color: transparent;
    border-right-color: transparent;
}
.advantages-slider__btn_next::before {
    margin-left: -8px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.advantages-slider__btn:hover {
    background-color: rgba(196, 196, 196, 0.3);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.advantages-slider__counter {
    font-weight: 300;
    font-size: 16px;
    color: #a8a8a8;
}
.advantages-slider__footnote {
    font-size: 11px;
}

@media screen and (max-width: 1024px) {
    .model-advantages h2 {
        padding-top: 15px;
    }
    .advantages-slider__counter,
    .advantages-slider__desc {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 900px) {
    .model-advantages {
        padding-bottom: 35px;
    }
    .model-advantages .tabs .nav-pills {
        margin-bottom: 25px;
    }
    .advantages-slider .advantages-slider__item {
        display: block!important;
    }
    .advantages-slider__media-wrapper,
    .advantages-slider__text {
        width: 100%;
    }
    .advantages-slider__media-wrapper {
        margin-bottom: 30px;
    }
    .advantages-slider__title {
        margin-bottom: 20px;
    }
    .advantages-slider__desc {
        padding-bottom: 20px;
    }
    .advantages-slider__controls {
        width: 100%;
        margin-left: 0;
    }
}

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

.video-section {
    margin-bottom: 0;
    margin-top: -68px;
    padding-top: 68px;
    padding-bottom: 90px;
    background: #202020;
}
.video-section__wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.video-section__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-section__playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
    height: 100px;
    width: 100px;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    opacity: 0.95;
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
    -webkit-appearance: none;
}
.video-section__playbutton::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}
.video-section__playbutton:hover {
    background: 0 0;
    opacity: 0.6;
}
.video-section .tc-head {
    margin-bottom: 60px;
    padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
    .video-section {
        padding-bottom: 50px;
    }
    .video-section .tc-head {
        padding-bottom: 16px;
    }
    .video-section .tc-head-title {
        padding-top: 25px;
    }
}
@media screen and (max-width: 600px) {
    .video-section__playbutton {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
        border-width: 6px;
    }
    .video-section__playbutton::before {
        right: -7px;
        border-width: 15px 0 15px 30px;
    }
}
@media screen and (max-width: 480px) {
    .video-section .tc-head {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}
.eyesight {
    padding-bottom: 120px;
    font-family: Roboto, sans-serif;
    background: #fff;
}
.eyesight__bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 32.4%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.eyesight__bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 10.5%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.01));
    -webkit-background-size: cover;
    background-size: cover;
}
.eyesight_xv .eyesight__bg::after {
    padding-top: 10.5%;
}
.eyesight_xv .eyesight__bg.bg-desktop {
    background-image: url(https://subaru.ru/img/model-pages/xv/eyesight-bg.jpg);
}
.eyesight_xv .eyesight__bg.bg-tablet {
    background-image: url(https://subaru.ru/img/model-pages/xv/eyesight-bg_tablet.jpg);
}
.eyesight_xv .eyesight__bg.bg-mobile {
    background-image: url(https://subaru.ru/img/model-pages/xv/eyesight-bg_mobile.jpg);
}
.eyesight_legacy .eyesight__bg.bg-desktop {
    padding-top: 28.75%;
    background-image: url(https://subaru.ru/img/model-pages/legacy/eyesight/eyesight-bg.jpg);
}
.eyesight_legacy .eyesight__bg.bg-tablet {
    padding-top: 58.5%;
    background-image: url(https://subaru.ru/img/model-pages/legacy/eyesight/eyesight-bg_tablet.jpg);
}
.eyesight_legacy .eyesight__bg.bg-tablet::after {
    padding-top: 17%;
}
.eyesight_legacy .eyesight__bg.bg-mobile {
    padding-top: 73.6%;
    background-image: url(https://subaru.ru/img/model-pages/legacy/eyesight/eyesight-bg_mobile.jpg);
}
.eyesight_legacy .eyesight__bg.bg-mobile::after {
    padding-top: 20%;
}
.eyesight_forester .eyesight__bg.bg-desktop {
    padding-top: 28.75%;
    background-image: url(https://subaru.ru/img/model-pages/forester/eyesight-bg.jpg);
}
.eyesight_forester .eyesight__bg.bg-desktop::after {
    padding-top: 6.5%;
}
.eyesight_forester .eyesight__bg.bg-tablet {
    padding-top: 61.72%;
    background-image: url(https://subaru.ru/img/model-pages/forester/eyesight-bg_tablet.jpg);
}
.eyesight_forester .eyesight__bg.bg-tablet::after {
    padding-top: 20%;
}
.eyesight_forester .eyesight__bg.bg-mobile {
    padding-top: 81.1%;
    background-image: url(https://subaru.ru/img/model-pages/forester/eyesight-bg_mobile.jpg);
}
.eyesight_forester .eyesight__bg.bg-mobile::after {
    padding-top: 23%;
}
.eyesight_outback .eyesight__bg.bg-desktop {
    padding-top: 28.75%;
    background-image: url(https://subaru.ru/img/model-pages/outback/eyesight-bg.jpg);
}
.eyesight_outback .eyesight__bg.bg-tablet {
    padding-top: 58.5%;
    background-image: url(https://subaru.ru/img/model-pages/outback/eyesight-bg_tablet.jpg);
}
.eyesight_outback .eyesight__bg.bg-tablet::after {
    padding-top: 17%;
}
.eyesight_outback .eyesight__bg.bg-mobile {
    padding-top: 73.6%;
    background-image: url(https://subaru.ru/img/model-pages/outback/eyesight-bg_mobile.jpg);
}
.eyesight_outback .eyesight__bg.bg-mobile::after {
    padding-top: 20%;
}
.eyesight__title {
    margin-bottom: 36px;
    padding-top: 50px;
}
.eyesight__desc {
    margin-bottom: 70px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    color: #626262;
}
.eyesight__desc p {
    margin-bottom: 20px;
}
.eyesight__desc p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .eyesight {
        padding-bottom: 70px;
    }
    .eyesight__bg {
        padding-top: 39%;
    }
    .eyesight__desc {
        margin-bottom: 55px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    .eyesight__bg {
        padding-top: 61.5%;
    }
}
@media screen and (max-width: 480px) {
    .eyesight__bg {
        padding-top: 79.5%;
    }
    .eyesight__title {
        margin-bottom: 25px;
        padding-top: 45px;
    }
}
.btn_showmore {
    display: inline-block;
    padding: 0 25px;
    border: 1px solid #626262;
    height: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #626262;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn_showmore:focus, .btn_showmore:hover {
    color: #fff;
    background: #3044fa;
    border-color: #3044fa;
}
.model-safety {
    background: #202020;
    padding-bottom: 55px;
}
.model-safety h2 {
    padding-top: 80px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 36px;
    border-bottom: 1px solid rgba(236,236,236,.1);
    line-height: 72px;
}
@media screen and (max-width: 900px) {
    .model-safety__title {
        padding-top: 45px;
    }
}
.safety-tabs__content-item {
    width: 100%;
    padding-bottom: 25px;
}
.safety-tabs__content-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.safety-tabs__text {
    width: -webkit-calc((100% - 38px) * 0.45);
    width: calc((100% - 38px) * 0.45);
}
.safety-tabs__media-wrapper {
    width: -webkit-calc((100% - 38px) * 0.55);
    width: calc((100% - 38px) * 0.55);
    margin-right: 37px;
}
.safety-tabs__img,
.safety-tabs__video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
}
.safety-tabs__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(236, 236, 236, 0.1);
}
.safety-tabs__desc {
    padding: 25px 0;
}
.safety-tabs__desc p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    color: #a8a8a8;
}
.safety-tabs__desc p:last-child {
    margin-bottom: 0;
}
.safety-tabs__link.btn_showmore {
    border-color: #fff;
    color: #fff;
}
.safety-tabs__link.btn_showmore:focus,
.safety-tabs__link.btn_showmore:hover {
    color: #737373;
    border-color: #737373;
    background: 0 0;
}
@media screen and (max-width: 900px) {
    .model-safety {
        padding-bottom: 30px;
    }
    .safety-tabs__content-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .safety-tabs__title {
        padding-bottom: 22px;
    }
    .safety-tabs__media-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .safety-tabs__text {
        width: 100%;
    }
    .safety-tabs__desc {
        padding-top: 22px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 500px) {
    .safety-tabs__title {
        font-size: 20px;
        line-height: 24px;
    }
    .safety-tabs__desc {
        padding-bottom: 40px;
    }
}
.safety-tabs__head-item {
    margin-right: 70px;
    width: auto;
}
.safety-tabs__btn {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    height: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #939393;
}
.safety-tabs__head-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(236,236,236,.1);
    margin-bottom: 60px;
}
.model-safety .nav-pills .nav-link, .model-safety .nav-link {
    padding: 10px 0 15px 0;
}
.subaru-tech {
    margin-top: -68px;
    padding-top: 68px;
    background: #202020;
    padding-bottom: 115px;
}
.subaru-tech__title {
    margin-bottom: 62px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 36px;
    border-bottom: 1px solid rgba(236,236,236,.1);
    line-height: 72px;
    letter-spacing: 1px;
}
.subaru-tech__content-wrapper {
    position: relative;
}
.subaru-tech__wrx-switcher .subaru-tech__content {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.subaru-tech__wrx-switcher .subaru-tech__content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 0;
}
.subaru-tech__content {
    position: relative;
}
.subaru-tech__controls {
    display: none;
}
.subaru-tech__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -40px -40px;
    font-family: Roboto, sans-serif;
}
.subaru-tech__item {
    margin: 15px 22px;
    width: -webkit-calc((100% - 90px)/ 2);
    width: calc((100% - 90px) / 2);
}
.subaru-tech__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.subaru-tech__img-wrapper {
    width: 265px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.subaru-tech__img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.subaru-tech__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.subaru-tech_vertical-centered .subaru-tech__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
}
.subaru-tech-popup.mfp-bg {
    background: rgba(0, 0, 0, 0.5);
}
.subaru-tech-popup .tech-popup {
    position: relative;
    max-width: 880px;
    margin: 61px auto;
    font-family: Roboto, sans-serif;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.subaru-tech-popup .tech-popup__img,
.subaru-tech-popup .tech-popup__video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.subaru-tech-popup .tech-popup__text {
    padding: 40px 55px 50px;
    max-width: 780px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subaru-tech-popup .tech-popup__title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}
.subaru-tech-popup .tech-popup__desc {
    margin-bottom: 68px;
}
.subaru-tech-popup .tech-popup__desc p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #a8a8a8;
}
.subaru-tech-popup .tech-popup__desc p:last-child {
    margin-bottom: 0;
}
.subaru-tech-popup .tech-popup button.mfp-close {
    position: absolute;
    top: 21px;
    left: auto;
    right: 21px;
    margin: 0;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #202020;
}
.subaru-tech-popup .tech-popup button.mfp-close::after,
.subaru-tech-popup .tech-popup button.mfp-close::before {
    margin-top: 15px;
    width: 17px;
    height: 1px;
    background: #fff;
}
@media screen and (max-width: 1200px) {
    .subaru-tech__list {
        margin: -15px;
    }
    .subaru-tech__item {
        margin: 15px;
        width: -webkit-calc((100% - 91px)/ 3);
        width: calc((100% - 91px) / 3);
    }
    .subaru-tech__link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subaru-tech__img,
    .subaru-tech__img-wrapper {
        width: 100%;
    }
    .subaru-tech__desc {
        padding-left: 0;
        padding-right: 0;
    }
    .subaru-tech_vertical-centered .subaru-tech__desc {
        padding: 25px 0;
    }
}
@media screen and (max-width: 900px) {
    .subaru-tech {
        padding-bottom: 15px;
    }
    .subaru-tech__list {
        position: relative;
        margin: 0 -5px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 560px;
        margin: 0 auto;
        z-index: 1;
    }
    .subaru-tech__item {
        width: 275px;
        margin: 0 5px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .subaru-tech__link {
        width: 275px;
        padding: 0 5px;
    }
    .subaru-tech__img-wrapper {
        width: 265px;
        height: 184px;
    }
    .subaru-tech__controls {
        position: absolute;
        top: 80px;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .subaru-tech__counter {
        display: none;
    }
    .subaru-tech__btn {
        display: inline-block;
        position: relative;
        width: 42px;
        height: 42px;
        background-color: rgba(196, 196, 196, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-appearance: none;
        outline: 0;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
    .subaru-tech__btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
        border: 1px solid #868686;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .subaru-tech__btn_prev::before {
        margin-left: -4px;
        border-top-color: transparent;
        border-right-color: transparent;
    }
    .subaru-tech__btn_next::before {
        margin-left: -8px;
        border-left-color: transparent;
        border-bottom-color: transparent;
    }
    .subaru-tech__btn:hover {
        background-color: rgba(196, 196, 196, 0.3);
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
}
@media screen and (max-width: 700px) {
    .subaru-tech__list {
        width: 275px;
    }
}
@media screen and (max-width: 560px) {
    .subaru-tech__content-wrapper {
        margin-top: 17px;
        padding-top: 35px;
        border-top: 1px solid rgba(236, 236, 236, 0.1);
    }
}
@media screen and (max-width: 420px) {
    .subaru-tech {
        padding-bottom: 45px;
    }
    .subaru-tech__list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .subaru-tech__link {
        width: 100%;
        padding: 0;
    }
    .subaru-tech__img,
    .subaru-tech__img-wrapper {
        width: 100%;
        height: auto;
    }
    .subaru-tech__controls {
        position: relative;
        top: 0;
        left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 25px;
        border-top: 1px solid rgba(236, 236, 236, 0.1);
    }
    .subaru-tech__counter {
        display: block;
        font-weight: 300;
        font-size: 16px;
        color: #a8a8a8;
    }
    .subaru-tech-popup .tech-popup__text {
        padding-left: 40px;
        padding-right: 40px;
    }
}
ul.subaru-tech__list li {
    list-style: none;
}
.subaru-tech__link:hover {
    text-decoration: none;
    border: none;
}
.subaru-tech-popup .tech-popup__img,
.subaru-tech-popup .tech-popup__video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.subaru-tech-popup .tech-popup__text {
    padding: 40px 55px 50px;
    max-width: 780px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subaru-tech-popup .tech-popup__title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}
.subaru-tech-popup .tech-popup__desc {
    margin-bottom: 68px;
}
.subaru-tech-popup .tech-popup__desc p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #a8a8a8;
}
.subaru-tech-popup .tech-popup__desc p:last-child {
    margin-bottom: 0;
}
.features-view {
    background: #202020;
    padding-bottom: 60px;
}
.features-view#feature {
    top: 0;
    margin-top: -68px;
    padding-top: 68px;
    height: auto;
    z-index: 1;
}
.features-view .btn-default {
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}
.features-view__title-block {
    position: relative;
    width: 100%;
}
.features-view__content-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.features-view__title {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 1px;
}
.features-view__compare {
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    z-index: 2;
}
.features-view__links {
    width: 40%;
    margin-right: 10%;
}
.features-view .mfb-btn {
    margin: auto 0 0;
    padding-top: 70px;
    width: 100%;
}
.features-view .mfb-btn .features-view__links-bottom,
.features-view .mfb-btn .features-view__links-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.features-view .mfb-btn .features-view__links-top a.mfb-btn-doc-download,
.features-view .mfb-btn .features-view__links-top > span.mfb-btn-doc-download {
    width: 195px;
}
.features-view .mfb-btn .features-view__links-top a::before,
.features-view .mfb-btn .features-view__links-top > span::before {
    width: 45px;
    height: 45px;
    background: url(../images/file-pdf-icon-white.png) no-repeat center center;
}
.features-view .mfb-btn .features-view__links-top a span,
.features-view .mfb-btn .features-view__links-top > span span {
    font-weight: 400;
    font-size: 14px;
}
.features-view .mfb-btn .features-view__links-bottom a.btn-get-available {
    width: 195px;
    border-color: #fff !important;
    color: #fff !important;
    cursor: pointer;
}
.features-view .mfb-btn .features-view__links-bottom a.btn-get-available:hover {
    border-color: #bdbdbd !important;
    color: #bdbdbd !important;
}
.features-view .mfb-btn .features-view__links-bottom .btn-default {
    border-color: #fff !important;
    color: #fff !important;
}
.features-view .mfb-btn .features-view__links-bottom .btn-default:hover {
    border-color: #bdbdbd !important;
    color: #bdbdbd !important;
}
.model-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    margin-right: 60%;
}
.model-features.nModel-feature {
    padding: 0;
    background: 0 0;
}
.nMf-head-menu {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .6px;
    font-weight: 300;
}
.model-features .nMf-head-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}
.model-features .nMf-head-menu__caption {
    line-height: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    letter-spacing: .8px;
    color: rgba(255,255,255,.5);
    position: relative;
    top: -5px;
}
.model-features__tabs-head {
    width: 43%;
    margin-right: 0 !important;
}
.model-features__tabs-head .nav-item {
    margin-left: 25px;
}
.model-features__tabs-head .nav-item:first-child {
    margin-left: 0;
}
.model-features__tabs-head .nav-item .nav-link {
    padding: 0;
    background-color: transparent;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .6px;
    font-weight: 300;
}
.model-features__tabs-head .nav-item .nav-link.active,
.model-features__tabs-head .nav-item .nav-link:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}
.model-features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.model-features__item:last-child {
    margin-bottom: 0;
}
.model-features__value {
    display: inline-block;
    width: 43%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
.model-features__num {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 28px;
}
.model-features__name,
.model-features__text {
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
}
.model-features__name {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 57%;
}
.model-features_wrx .model-features__tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.model-features_wrx .model-features__tabs-head a {
    margin-left: 0;
}
.model-features_wrx .model-features__tabs-head a:first-child {
    width: 43%;
    padding-right: 15px;
}
.model-features_wrx .nMf-head-menu {
    position: relative;
}
.model-features_wrx .nMf-head-menu__caption {
    position: absolute;
    top: 11px;
    right: 0;
    margin-right: 0;
}
@media screen and (max-width: 1300px) {
    .model-features_wrx .model-features__tabs-head a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .features-view__content-block {
        margin-bottom: 90px;
    }
    .features-view .nMf-head-menu__caption {
        font-size: 14px;
    }
    .features-view .nMf-head {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1023px) {
    .features-view__title {
        width: 250px;
        padding-right: 0;
        line-height: 1.2;
    }
    .features-view .nMf-head-menu {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 991.98px) {
    .model-features {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .model-features__tabs-head,
    .model-features__value {
        width: 192px;
    }
    .model-features_wrx .model-features__tabs-head a {
        font-size: 26px;
    }
    .model-features_wrx .model-features__tabs-head a:first-child {
        width: 192px;
    }
    .features-view__links {
        width: 100%;
        margin-right: 0;
    }
    .features-view .mfb-btn {
        padding-top: 40px;
    }
    .features-view .mfb-btn .features-view__links-top {
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .features-view .mfb-btn .features-view__links-top a:first-child {
        margin-right: 25px;
    }
}
@media screen and (max-width: 650px) {
    .features-view .mfb-btn {
        padding-top: 45px;
    }
}
@media screen and (max-width: 600px) {
    .features-view__title {
        margin-bottom: 10px;
    }
    .features-view__compare {
        position: relative;
        top: 0;
        left: 0;
    }
    .features-view .nMf-head-menu {
        padding-bottom: 10px;
    }
    .features-view .nMf-head {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .model-features__item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .model-features__value {
        width: auto;
        white-space: nowrap;
    }
    .model-features__name {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: right;
    }
    .model-features .nMf-head-menu__caption {
        margin-right: 0;
        text-align: right;
    }
    .model-features_wrx .model-features__tabs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .model-features_wrx .model-features__tabs-head a:first-child {
        margin-bottom: 15px;
    }
    .features-view {
        padding-bottom: 45px;
    }
    .features-view .mfb-btn {
        padding-top: 35px;
    }
    .features-view__content-block {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 400px) {
    .features-view .mfb-btn .features-view__links-bottom {
        display: block;
    }
    .features-view .mfb-btn .features-view__links-bottom > div {
        display: block !important;
        margin-bottom: 45px;
    }
}
.model-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}
.model-view .view360 {
    overflow: visible !important;
    padding: 0 !important;
    background: 0 0 !important;
}
.model-view .view360::after {
    display: none;
}
.model-view .view360.-mode-not-view360 .view360Carousel__inner {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
}
.model-view .view360.-mode-not-view360 .view360Carousel__inner .view360CarouselItem {
    height: auto;
}
.model-view .view360Wrap:before {
    display: none;
}
.model-view .view360__progress {
    display: none;
}
.model-view .view360Carousel {
    margin-top: 0;
    background: 0 0;
}
.model-view .view360Carousel__inner .view360CarouselItem > div {
    height: 350px;
}
.model-view .view360Color {
    position: relative;
    top: 0;
    left: 0;
}
.model-view .view360ColorLine {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.model-view .view360ColorLine div {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: 0 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.model-view .view360ColorLine div:last-child {
    margin-right: 0;
}
.model-view .view360ColorLine div.active {
    -webkit-box-shadow: 0 0 1px 3px #202020, 0 0 1px 4px #fff;
    box-shadow: 0 0 1px 3px #202020, 0 0 1px 4px #fff;
}
.model-view .view360ColorLine div.active .view360ColorItem__tick {
    display: none;
}
.model-view .view360ColorName {
    font-family: Roboto, sans-serif;
}
.model-view .view360ColorName span {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.model-view .view360ColorName p {
    font-weight: 300;
    font-size: 14px;
    color: #a8a8a8;
}
.model-view .modelViewBtn {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 9px 17px;
    width: auto;
    height: 37px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.model-view .modelViewBtn::after,
.model-view .modelViewBtn::before {
    display: none;
}
.model-view .modelViewBtn:hover {
    border-color: #bdbdbd;
    color: #bdbdbd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.model-view .modelViewBtn br {
    display: none;
}
@media screen and (max-width: 991.98px) {
    .model-view {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .model-view .view360Carousel__inner .view360CarouselItem > div {
        position: relative;
    }
    .model-view .view360Color {
        padding-bottom: 0;
    }
    .model-view .view360ColorName span {
        width: 100%;
        margin-right: 0;
    }
    .model-view .modelViewBtn {
        bottom: 75px;
    }
}
@media screen and (max-width: 767px) {
    .model-view .view360ColorName {
        text-align: left;
    }
}
@media screen and (max-width: 650px) {
    .model-view .modelViewBtn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 45px;
    }
    .model-view .view360Carousel__inner .view360CarouselItem > div {
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .model-view .view360Carousel__inner .view360CarouselItem > div {
        height: 230px;
    }
    .model-view .view360Carousel {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .model-view .view360Carousel__inner .view360CarouselItem > div {
        height: 180px;
    }
}

.model-features .nMf-tab {
    display: none;
}

.model-features .nMf-tab.active.show {
    display: block;
}
.nModel-feature {
    background: #141414;
    color: #fff;
    padding: 94px 0 0;
}
ul.model-features__list {
    padding-left: 0;
}
.nMf-head-row {
    margin: 22px 0 15px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.nMf-head {
    margin-bottom: 31px;
    padding-top: 10px;
}
.mfb-btn-doc-download.mfb-btn-doc-download-two-line {
    padding-top: 30px;
}
.mfb-btn-doc-download:hover,
.mfb-btn-simple:hover {
    border-color: #fff;
}
.mfb-btn-doc-download:before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    display: inline-block;
    width: 38px;
    height: 56px;
    background: url(../images/file-pdf-icon-white.png) no-repeat center;
    -webkit-background-size: 38px auto;
    background-size: 38px auto;
    vertical-align: middle;
    margin-right: 10px;
}
.model-info-price a, .model-info-doc a {
    color: white;
}
.model-info-price a:hover, .model-info-doc a:hover {
    border: none;
    color: white;
    opacity: 0.8;
}
.model-media {
    padding-top: 75px;
    padding-bottom: 25px;
    background: #fff;
}
.model-media__content-wrapper {
    position: relative;
}
.model-media__wrx-switcher .model-media__slider {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.model-media__wrx-switcher .model-media__slider.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 0;
}
.model-media__title {
    margin-bottom: 20px;
    border: none;
    color: #000;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 1px;
}
.model-media__slider {
    position: relative;
}
.model-media__controls {
    position: absolute;
    top: 50%;
    left: -67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -16px;
    width: -webkit-calc(100% + 134px);
    width: calc(100% + 134px);
}
.model-media__counter {
    display: none;
}
.model-media__btn {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: rgba(20, 20, 20, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    outline: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.model-media__btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.model-media__btn_prev::before {
    margin-left: -4px;
    border-top-color: transparent;
    border-right-color: transparent;
}
.model-media__btn_next::before {
    margin-left: -8px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.model-media__btn:hover {
    background-color: #141414;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.model-media__counter {
    font-weight: 300;
    font-size: 16px;
    color: #a8a8a8;
}
.model-media__content-list {
    z-index: 1;
}
.model-media__content {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.model-media__list {
    width: 50%;
}
.model-media__link {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.model-media__link:focus .model-media__img,
.model-media__link:hover .model-media__img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.model-media__list:first-child .model-media__item:first-child .model-media__link,
.model-media__list:last-child .model-media__item:last-child .model-media__link {
    padding-top: 47%;
}
.model-media__list:first-child .model-media__item:last-child .model-media__link,
.model-media__list:last-child .model-media__item:first-child .model-media__link {
    padding-top: 96%;
}
.model-media__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media screen and (max-width: 560px) {
    .model-media__title {
        margin-bottom: 60px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .model-media__content-wrapper {
        margin-top: 17px;
        padding-top: 35px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 1024px) {
    .model-media {
        padding-top: 38px;
    }
}
@media screen and (max-width: 1023px) {
    .model-media__controls {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 32px;
    }
    .model-media__counter {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .model-media__content-list {
        margin-left: -40px;
        margin-right: -40px;
    }
    .model-media__list:first-child .model-media__item:first-child .model-media__link,
    .model-media__list:last-child .model-media__item:last-child .model-media__link {
        padding-top: 68.75%;
    }
    .model-media__list:first-child .model-media__item:last-child .model-media__link,
    .model-media__list:last-child .model-media__item:first-child .model-media__link {
        padding-top: 100%;
    }
}
@media screen and (max-width: 767px) {
    .model-media__content-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}
ul.model-media__list, ul.model-media__content-list {
    padding: 0;
}
ul.model-media__list li, ul.model-media__content-list li {
    list-style: none;
}
.model-media__item a {
    border-bottom: 0;
}
.nModel-gallery__disclaimer {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 1.5;
    opacity: .3;
}
.nModel-gallery .model-icons {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.nModel-gallery .model-icons .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nModel-gallery .model-icons .japan-build,
.nModel-gallery .model-icons .model-awards {
    position: relative;
    top: 0;
    width: auto;
    max-width: 40%;
}
.nModel-gallery .model-icons .japan-build__img-wrapper {
    width: 100%;
}
.nModel-gallery .japan-build,
.nModel-gallery .model-awards {
    width: 30%;
}
.nModel-gallery .japan-build__img-wrapper,
.nModel-gallery .model-awards__img-wrapper {
    display: block;
    width: 100%;
}
.nModel-gallery .japan-build__img,
.nModel-gallery .model-awards__img {
    display: block !important;
    -o-object-fit: initial;
    object-fit: initial;
    max-width: 100%;
    height: auto;
}
.nModel-gallery .model-awards {
    text-align: right;
}
.nModel-gallery .model-awards__img-wrapper {
    max-width: 253px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    background-color: rgba(0, 0, 0, 0.01);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.nModel-gallery .model-awards__img-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.ar-subaru {
    margin-top: 55px;
    margin-bottom: 0;
}
.ar-subaru::before {
    background: #141414;
}
.ar-subaru::before {
    top: -3px;
    bottom: -5px;
}
.ar-subaru__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ar-subaru__title {
    font-size: 27px;
    font-weight: 300;
    color: #fff;
}
.ar-subaru__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10%;
    margin-left: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ar-subaru__item:first-child {
    margin-right: 15px;
}
.ar-subaru__img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .ar-subaru__title {
        margin-bottom: 10px;
        width: 100%;
    }
    .ar-subaru__list {
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    .ar-subaru__title {
        margin-bottom: 0;
    }
    .ar-subaru::before {
        top: -18px;
        left: -80px;
        right: -80px;
        bottom: -28px;
    }
}
@media screen and (max-width: 1023px) {
    .ar-subaru::before {
        left: -40px;
        right: -40px;
    }
}
@media screen and (max-width: 420px) {
    .ar-subaru {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .ar-subaru::before {
        top: 0;
        bottom: 0;
    }
    .ar-subaru__title {
        margin-bottom: 10px;
    }
    .ar-subaru__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .ar-subaru__item {
        width: 100%;
    }
    .ar-subaru__item:first-child {
        margin-bottom: 10px;
    }
}
.android .ar-subaru__item_ios {
    display: none;
}
.android .ar-subaru__item_android {
    margin: 0 0 0 -10px;
}
.ios .ar-subaru__item_android,
.ios-device .ar-subaru__item_android {
    display: none;
}
.ios .ar-subaru__item_ios,
.ios-device .ar-subaru__item_ios {
    margin: 0 0 0 -11px;
}
ul.ar-subaru__list li {
    list-style: none;
}
.ar-subaru:before {
    top: -3px;
    bottom: -5px;
}
.nMf-char {
    position: relative;
}
.nMf-char * {
    position: relative;
    z-index: 10;
}
.nMf-char:before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #141414;
    top: -10px;
    bottom: 0;
    left: -30px;
    right: -30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}