body,
.main-content,
footer {
    width: 100%;
    position: relative;
    background-color: #fff;
    font: normal normal 13px 'PT Sans', sans-serif;
    display: block;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 20px;
}

h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #1d232b;
    font-family: Georgia;
}

.main-content {
    margin-bottom: 100px;
}

.container {
    position: relative;
}

.menu-icon,
.close {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4));
}

header .container-flex {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

header .logo {
    margin-right: 15px;
}

header .logo a {
    display: block;
    background: url('../../img/preload/new_mini.png') center / contain no-repeat;
    width: 80px;
    height: 40px;
    filter: invert(1)
}

header.bg,
header.active {
    background: #fff
}

header.bg .container-flex,
header.active .container-flex {
    border-bottom: none
}

header.bg .nav-menu a,
header.active .nav-menu a {
    color: #000;
}

header.bg .logo a,
header.active .logo a {
    filter: none
}

header .nav-menu a {
    position: relative
}

.dropdown_item .main__link.active::after,
.dropdown-auto.active::after,
header .nav-menu a:hover::after,
header.bg .nav-menu a:hover::after,
header.active .nav-menu a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 0;
    bottom: 0;
}

.logo-right {
    top: 0px;
    display: flex;
    align-items: center;
    margin-left: auto
}

.logo-right a {
    display: block;
    width: 80px;
    height: 40px;
}

.logo-right .bmw {
    background: url(../../img/preload/bmw_white.svg) center / contain no-repeat;
}

.logo-right .mini,
.lineup_item.mini {
    background: url(../../img/preload/new_mini.png) center / contain no-repeat;
}

.logo-right .moto,
.lineup_item.moto {
    background: url(../../img/preload/new_moto_text.png) center / contain no-repeat;
}

.logo-right .mini,
.logo-right .moto {
    filter: invert(1);
    min-width: 65px
}

header.bg .logo-right .bmw,
header.active .logo-right .bmw,
.logo-right .bmw.logo_grey,
.lineup_item.bmw {
    background: url(../../img/preload/bmw_grey.svg) center / contain no-repeat;
}

header.active .logo-right .moto,
header.bg .logo-right .moto {
    filter: none
}


/* Меню */

.nav-menu {
    text-align: left;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.nav-models {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
}

.nav-menu li,
.nav-models li {
    display: inline-block;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}


/*Авто в наличие*/

#add_link li {
    margin-left: 25px;
}

#add_link .have {
    display: inline-block;
}

.nav-menu .have {
    display: none;
}

.have a {
    color: #1d6d9e !important;
}

#add_link li:first-child,
.nav-menu li:first-child,
.nav-models li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.nav-menu a,
.nav-models a,
.lineup_item a {
    color: #000;
    display: block;
    /*	font-family: PT Sans Caption;*/
    font-size: 12px;
    font-weight: 400;
    font-family: 'Georgia', sans-serif;
}

.nav-menu a {
    color: #fff;
    padding: 30px 7px;
}

.nav-models li:not(:first-child) a:hover,
.nav-models li:not(:first-child).current a {
    color: white;
    background-color: #000;
}


/* Модельный ряд. Навигация*/

#open-nav-models,
.open-model,
.menu-arrow {
    display: none;
}


/* показать модельный ряд в меню */

header .all-models-container {
    background: #fff;
    transition: .35s;
    top: 74px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    display: none;
    height: 0;
    border-bottom: 1px solid transparent;
}

.dropdown-auto.active .all-models-container {
    display: flex;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    transition: .35s;
}

header .all-models-container .container,
header .open-models .item {
    display: flex;
    flex-wrap: wrap
}

header .all-models-container .open-models {
    width: 25%;
    height: 220px;
}

header .all-models-container .item {
    justify-content: center;
    align-items: center;
    flex-direction: column
}

header .all-models-container .item {
    border: none
}

header .all-models-container .item .model-name {
    position: relative;
    top: auto
}

header .all-models-container .item img {
    position: relative;
    top: auto;
    left: auto;
}

.dropdown-auto {
    position: relative;
    z-index: 1
}

.dropdown_item .main__link {
    cursor: pointer
}

.dropdown_item .main__link.active {
    color: #000;
    position: relative
}

.dropdown_item .dropdown.active {
    display: block
}

.dropdown_item .dropdown {
    display: none;
    position: absolute;
    left: calc(-50vw + 50%);
    right: 0;
    width: 100vw;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 0 20px;
}

.dropdown_item .dropdown-menu {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
}

.dropdown_item .dropdown-menu a {
    color: #000
}

.open-models .item {
    border: 1px solid #e8e8e8;
    border-top: none;
    border-left: none
}

.open-models .item:after {
    display: none;
}


/* MINI/MOTO/ROLLS */

header .lineup {
    margin-left: -5px;
}

.lineup {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

.lineup_item {
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 50px;
    width: 88px;
}

.lineup_item a {
    padding-top: 30px;
    padding-bottom: 7px;
    font-size: 12px;
}

.lineup_item.bmw {
    background: url(../../img/mini/ico_bmw.png) no-repeat center 28%;
}

.lineup_item.mini {
    background: url(../../img/mini/ico_mini.png) no-repeat center 28%;
}

.lineup_item.moto {
    background: url(../../img/mini/ico_moto.png) no-repeat center 28%;
}

.lineup_item.rols {
    background: url(../../img/mini/roll_royce.png) no-repeat center 29%;
}


/* Кнопка */

.btn {
    position: relative;
    /*width: 160px;*/
    /*background-color: #000;*/
    display: block;
    text-transform: uppercase;
}

.btn a {
    padding: 11px 25px;
    color: white;
    text-align: center;
    font-size: 15px;
    background: #000;
    border: 2px solid #000;
    display: inline-block;
    font-weight: bold;
}


/* Слайдер */

.header-slider {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-slide {
    overflow: hidden;
}

.header-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #000;
    bottom: 50px;
    top: auto !important;
}

.header-slider .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
    background: #000 url(../../img/mini/arr-left-white.png) no-repeat center !important;
}

.header-slider .swiper-button-next {
    background: #000 url(../../img/mini/arr-right-white.png) no-repeat center !important;
}


/*
.swiper-button-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 35%; left: 40%; right: auto;
    border-top: 6px solid transparent;
    border-right: 8px solid white;
    border-bottom: 6px solid transparent;
}
.swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 35%; right: 35%; left: auto;
    border-top: 6px solid transparent;
    border-left: 8px solid white;
    border-bottom: 6px solid transparent;
}
*/

.swiper-pagination {
    right: 105px !important;
    bottom: 61px !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin-left: 15px;
    background-color: #fff !important;
    border: 2px solid #fff;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 0;
    width: 14px !important;
    height: 14px !important;
    vertical-align: -4%;
}

.swiper-pagination-bullet-active:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    top: -5px;
    right: 5px;
}

.swiper-scrollbar {
    height: 7px !important;
    background: rgba(255, 255, 255, .5) !important;
    border-radius: 0 !important;
    bottom: 0px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1;
}

.swiper-scrollbar-drag {
    background-color: #000 !important;
    border-radius: 0 !important;
}


/* Слайдер текст*/

.text-slider {
    position: absolute;
    color: white;
    left: 0px;
    right: 0;
    width: 1100px;
    margin: 0 auto;
    text-shadow: 0 0 5px #333;
    top: 20%;
    z-index: 9
}

.text-slider .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin-top: 50px;
    text-align: left;
    color: #fff;
    font-family: 'Georgia', sans-serif;
}

.text-slider p {
    font-size: 20px;
    margin: 25px 0 20px;
}


/*===============================МОДЕЛЬНЫЙ РЯД=======================*/

.car-content {
    padding-top: 70px;
}


/* Пагинация. Модельный ряд*/

ul.tabs {
    line-height: normal;
    font-size: 14px;
    list-style: none;
    display: block;
    text-align: center;
    margin: 20px auto 30px;
}

ul.tabs li {
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    border-left: none;
    padding: 10px 20px;
    display: inline-block;
    margin-left: -4px;
    font-size: 15px;
    text-transform: uppercase;
}

ul.tabs li:first-child {
    border-left: 1px solid #000;
}

ul.tabs li.current {
    background: #000;
    color: #fff;
}


/* Слайдер модельный ряд */

.lineup-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.lineup-slider.current {
    display: block;
}

.lineup-slider .swiper-button-prev,
.lineup-slider .swiper-button-next {
    background-color: transparent;
    bottom: auto;
    top: 0% !important;
    z-index: 1 !important;
    background-size: 10px 16px;
    border: 2px solid #000;
}

.lineup-slider .swiper-button-prev {
    right: auto;
    left: 0 !important;
}

.lineup-slider .swiper-button-next {
    left: auto;
    right: 0 !important;
}

.lineup-slider .swiper-button-prev:before {
    border-right: 8px solid #000;
}

.lineup-slider .swiper-button-next:before {
    border-left: 8px solid #000;
}

.lineup-slider .container {
    width: 900px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
}


/* Слайд. Авто*/

.lineup-slider .swiper-slide {
    transition: 0.5s;
}

.lineup-slider .swiper-slide,
.car-item {
    width: 770px !important;
    margin: 0 auto;
    color: #1d232b;
    height: 360px;
    position: relative;
    opacity: .5;
}

.lineup-slider .swiper-slide-active {
    opacity: 1;
}

.lineup-slider .swiper-slide-active .item-block {
    display: block;
}

.lineup-slider .swiper-slide-prev .item-block,
.lineup-slider .swiper-slide-next .item-block {
    display: none;
}


/* Карточка авто. Инфо */

.car-item span {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-family: Georgia;
    color: black;
}

.item-block {
    padding: 30px 80px 0;
    display: none;
}

.right-block {
    float: right;
}

.right-block p {
    font-size: 22px;
    color: black;
}

.right-block .ico {
    width: 85px;
    height: 85px;
    position: relative;
    z-index: -1;
    background-color: #ffcb2c;
    border-radius: 100%;
    margin-top: 20px;
    overflow: hidden;
    float: right;
}

.right-block .ico-text {
    font: normal 12px 'PT Sans', sans-serif;
    position: absolute;
    top: 14%;
    left: 20%;
}

.right-block .ico-text strong {
    font-size: 16px;
    margin-left: -2px;
}

.big-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    z-index: -1;
    font-size: 490px;
    color: #efefef;
    text-align: center;
    width: 100%;
    line-height: 0.75;
}

.car-item .btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: transparent;
    bottom: 0;
    text-align: center;
}

.car-item .btn a {
    color: #000;
    background: #fff;
    display: inline-block;
}


/* Авто картинка */

.model-car {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    display: block;
    width: 443px;
    padding: 0;
}

.model-car img {
    width: 443px;
}


/*===============================КОНЕЦ=======================*/


/*===============================УСЛУГИ======================*/

.services {
    background: #e0e0e0;
    padding: 60px 0;
    margin-top: 60px;
}

.services h2,
.last_news h2 {
    margin-bottom: 40px;
}

.service_item {
    position: relative;
    max-width: 966px;
    margin: 0 auto;
    text-align: center;
}

.service_item img {
    margin-bottom: 20px;
    width: 100%;
}

.service_item h3 {
    font: 25px Georgia;
    text-transform: uppercase;
}

.service_item p {
    font: 14px Georgia;
    color: #6f6f6f;
    margin-top: 20px;
}

.service_item a {
    color: #000;
}

.service_item div {
    background: #fff;
    padding: 30px;
}

.service_item div:first-child {
    border-right: 20px solid #e0e0e0;
}

.service_item div:last-child {
    border-left: 20px solid #e0e0e0;
}

.service_item .md-3 {
    padding: 50px 35px;
    height: 311px;
    text-align: center;
}

.service_item .md-3 a {
    color: #1d6d9e;
}

.service_ico {
    width: 100px;
    height: 101px;
    margin: 0 auto;
}

.s_ico_1 {
    background: url(../../img/mini/services/ico_1.png) no-repeat center;
}

.s_ico_2 {
    background: url(../../img/mini/services/ico_2.png) no-repeat center;
}

.s_ico_3 {
    background: url(../../img/mini/services/ico_3.png) no-repeat center;
}

.s_ico_4 {
    background: url(../../img/mini/services/ico_4.png) no-repeat center;
}

.service_text {
    font-size: 20px;
    font-weight: normal;
    margin: 20px auto;
}


/*===============================КОНЕЦ=======================*/


/*==============================НОВОСТИ======================*/

.last_news {
    margin-top: 100px;
}

.last_news .btn {
    /*width: 220px;*/
    margin: 40px auto 0;
    text-align: center;
}

.last_news .btn a {
    color: #000;
    background: #fff;
}

.last_news .news_single .btn {
    text-align: left;
}

.news_item .md-4 {
    max-width: 340px;
}

.news_item .md-4:nth-child(2),
.news_item .md-4:nth-child(3) {
    margin-left: 40px;
}

.news_item h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia;
    color: #1d232b;
    margin: 20px 0 10px;
}

.news_item img {
    width: 100%;
    display: block;
}

.news_item p {
    font: 14px/1.4 Georgia;
    color: #454545;
    margin-top: 20px;
}

.news_date {
    font: 14px PT Sans;
    color: #858585;
}


/*===============================КОНЕЦ=======================*/


/*===============================ФУТЕР=======================*/

footer .container {
    text-align: left;
}

footer .nav-menu {
    background-color: #e8e8e8;
}

footer .nav-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .nav-menu .container::before,
footer .nav-menu .container::after {
    content: none
}

#footer_block .nav-menu li {
    margin-left: 12px;
}

#footer_block .nav-menu li:first-child {
    margin-left: 0px;
}

footer .nav-menu ul a {
    color: #000;
    padding: 25px 0;
}

footer .lineup {
    display: none
}

#footer_block .lineup_item {
    display: inline-block;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 50px;
    width: 75px;
}

footer .nav-menu li {
    margin-left: 1rem;
}

.footer {
    background-color: #fff;
    height: 135px;
    color: #1d232b;
    padding-top: 30px;
}

.follow,
.social,
.copyright {
    display: inline-block;
}

.social {
    display: none;
}

.follow {
    width: 340px;
    font-size: 12px;
    display: none;
}

.follow .btn {
    display: inline-block;
    width: 130px;
    float: right;
}

.follow form {
    display: inline-block;
}

.follow label {
    margin-bottom: 10px;
}

form button {
    height: 40px;
    outline: none;
    border: none;
    background-color: #000;
    text-transform: uppercase;
    color: white;
    font-family: 'PT Sans', sans-serif;
    vertical-align: top;
    margin-top: 7px;
}

form input {
    width: 198px;
    height: 40px;
    background-color: #e9e9e9;
    outline: none;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-top: 7px;
}

footer .text {
    margin: 30px 0 10px;
    font-size: 11px;
    text-align: center;
}

.errorMessage {
    color: red;
    text-align: center;
}

.social {
    width: 150px;
    font-size: 12.41px;
    vertical-align: top;
    margin-left: 130px;
}

.social p {
    text-align: center;
}

.social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 9px 12px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 100%;
    background-color: #1d232b;
    color: white;
    position: relative;
    opacity: 1;
    transition: all .3s ease;
    box-shadow: 0 0 50px -13px #000;
}

.social a:first-child {
    margin-left: 0;
}

.social a:last-child {
    margin-right: 0;
}

.social a:hover {
    opacity: 1;
}

.copyright {
    width: 315px;
    font-size: 13px;
}


/*=============================СТРАНИЦА. О НАС=========================*/

.bg-header {
    background: url(../../img/mini/bg/about.png) no-repeat center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.bg-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

h1 {
    color: white;
    font-size: 40px;
    font-family: Georgia;
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    text-align: center;
    font-weight: normal;
}


/* Пагинация */

.about-content {
    width: 850px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.about-content ul {
    margin-bottom: 30px
}

#about .about-content.current {
    display: block;
}

.header-text,
.h3 {
    font: normal 20px 'Georgia';
    text-align: center;
    margin: 40px auto 30px;
}

.h3 {
    margin-top: 0;
    text-align: left;
}

#about .header-text:first-child {
    margin: 0px auto 30px;
}

.txt {
    font-family: Georgia;
    font-size: 16px;
    margin-top: 20px;
    color: #2b2a28;
    line-height: 1.6;
}

.txt p {
    margin-bottom: 20px;
}

.txt img {
    margin: 0 auto;
}

.about-content span {
    font: bold 13px 'PT Sans', sans-serif;
    margin-right: 15px;
    color: #1d6d9e;
}

.about-content .br {
    margin-bottom: 15px;
    display: block;
}


/*=============================КОНЕЦ=========================*/


/*=============================СТРАНИЦА.СЕРВИС=========================*/

#service .main-content {
    margin-bottom: 0 !important;
}

#service .bg-header {
    background: url(../../img/mini/bg/service.png) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}

#service .bg-header:before {
    background-color: rgba(0, 0, 0, 0);
}

.service-content,
.content,
._form {
    width: 850px;
    margin: 0 auto;
}

.form-container {
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
    height: auto;
    background: #000;
}

.form-container ._form .md-6:first-of-type {
    padding-right: 10px;
}

.form-container ._form .md-6:nth-of-type(2) {
    padding-left: 10px;
}

.form-container p {
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 25px;
}

.form-container p span {
    opacity: 0.5;
    cursor: pointer;
    transition: 0.35s;
}

.form-container p span.active {
    opacity: 1;
}

.form-container p span:nth-child(2) {
    border-left: 1px solid #fff;
    margin-left: 20px;
    padding-left: 20px;
}

.form-container p.right {
    text-align: right;
}

.form-container p.right span:first-child {
    margin-left: -500px;
}

.form-container p.forminfo {
    white-space: normal;
}

._form {
    position: relative;
}

._form .form_row {
    margin-bottom: 20px;
}

._form .form_row.error input,
._form .form_row.error textarea {
    border-color: red;
}

._form .md-6 input {
    width: 100%;
    margin: 0;
}

._form .md-6.fright input {
    float: right;
}

._form .md-6 input,
select,
textarea {
    border: 1px solid #cfcfcf;
    outline: none;
    display: block;
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
}

._form .md-6 input {
    text-align: center;
}

select {
    height: 40px;
    width: 100%;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/mini/triangle.png);
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
    text-align-last: center;
    text-align: center;
}

select option {
    background-color: #222;
}

textarea {
    resize: none;
    width: 100%;
    padding: 10px 15px;
}

textarea::-webkit-scrollbar {
    width: 0px;
}

._form textarea {
    height: 100px;
}

._form .btn {
    background-color: #000;
    color: #fff;
    transition: all .2s ease;
    margin: 20px auto 0;
    width: 200px;
    border: 2px solid #fff;
    font-size: 14px;
}

.form-container .message {
    color: #d4e5ef;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    font-family: PT Sans;
}


/*Стилизация placeholder */

#accessories ::-webkit-input-placeholder,
#service ::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#accessories ::-moz-placeholder,
#service ::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/* Firefox 19+ */

#accessories :-moz-placeholder,
#service :-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
}


/* Firefox 18- */

#accessories :-ms-input-placeholder,
#service :-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #fff !important;
}

input:-moz-placeholder {
    color: #fff !important;
}


/* FF 4-18 */

input::-moz-placeholder {
    color: #fff !important;
}


/* FF 19+ */

input:-ms-input-placeholder {
    color: #fff !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}

input:focus:-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* IE 10+ */

footer input::-webkit-input-placeholder {
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

footer input:-moz-placeholder {
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}


/* FF 4-18 */

footer input::-moz-placeholder {
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}


/* FF 19+ */

footer input:-ms-input-placeholder {
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

footer input:focus::-webkit-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}

footer input:focus:-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 4-18 */

footer input:focus::-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 19+ */

footer input:focus:-ms-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* IE 10+ */

textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 3.7%;
}

textarea::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 3.7%;
}


/* Firefox 19+ */

textarea:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 3.7%;
}


/* Firefox 18- */

textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 3.7%;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
    transition: all 0.2s ease;
}


/* IE 10+ */


/*=============================КОНЕЦ=========================*/


/*=============================СТРАНИЦА.АКСЕССУАРЫ=========================*/

#accessories .bg-header {
    background: url(../../img/mini/bg/accessories.png) no-repeat center;
    background-size: cover;
}

#accessories .bg-header:before {
    background-color: rgba(0, 0, 0, 0);
}

#accessories .bg-header:after {
    content: 'Аксессуары';
    width: 220px;
}

#accessories .content {
    margin-top: 40px;
}

#accessories .content .txt {
    margin-top: 30px;
}

#accessories .header-text {
    margin-bottom: 30px;
}

.catalog {
    display: grid;
    width: 1100px;
    grid-template-columns: repeat(5, 220px);
    grid-template-rows: auto;
    padding-bottom: 30px;
}

.item-catalog {
    border: 1px solid #efefef !important;
    border-left: 0;
    padding: 20px;
    text-align: center;
    color: #1d232b;
}

.item-catalog:hover {
    background-color: #fff;
    transition: all .3s;
}

.item-catalog p {
    margin-top: 10px;
    padding: 0 30px;
}


/*=============================КОНЕЦ=========================*/


/*=============================TRADE-IN=========================*/

#trade-in .bg-header {
    background: url(../../img/mini/bg/trade-in.png) no-repeat center;
    background-size: cover;
}

#trade-in .bg-header:before {
    background-color: rgba(0, 0, 0, .25);
}

#trade-in .bg-header:after {
    content: 'BMW с пробегом';
    width: 320px;
}

#trade-in .content {
    margin: 40px auto;
}

#trade-in .content .txt strong {
    color: #1d232b;
}


/* Trade-in пагинация / фильтр*/

.categories-grid {
    margin: 0 auto 50px;
}

.categories ul {
    line-height: normal;
    display: inline-grid;
    grid-template-columns: repeat(4, 170px);
    grid-template-rows: auto;
}

.categories ul li {
    float: left;
    border: 1px solid #efefef;
    border-right: 0;
    height: 50px;
}

.categories ul li:last-child {
    border-right: 1px solid #efefef;
}

.categories ul li a {
    display: block;
    color: #1d6d9e;
    padding: 15px 0;
    font-size: 15px;
}

.categories ul li a:hover {
    color: #a6a6a6;
}

.categories ul li a.active {
    margin-left: 0;
    color: #1d232b;
    margin: 0;
}

.item_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.trade-in-container {
    position: relative;
    padding: 0px !important;
}

.padding {
    border: 1px solid #efefef;
    padding: 20px 0;
}

.trade-in-item {
    position: relative;
    display: block;
    border: 1px solid transparent;
    /*    padding: 20px;*/
    text-align: center;
    height: 300px;
}

.trade-in-item:after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #efefef;
    text-align: center;
    height: 100%;
    z-index: 0;
    width: 100%;
    padding: 20px;
    top: -20px;
}

.trade-in-item p,
.car-price,
.car-city {
    font-family: 'PT Sans', sans-serif;
}

.car-name {
    font-size: 16px;
    color: #1d232b;
    margin: 15px auto 10px;
}

.car-price {
    color: #1d232b;
    margin-bottom: 10px;
    font-weight: 600;
}

.trade-in-item p,
.car-city {
    color: #9e9e9e;
}

.car-city {
    margin: 10px auto 15px;
}

.trade-in-item img {
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.no-padding [class^="md-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding [class^="sm-"] {
    padding-left: 0;
    padding-right: 0;
}


/*==============================================================================*/


/*=================================НОВОСТИ СТРАНИЦА=============================*/

#news_block .bg-header {
    background: url(../../img/mini/bg/news.png) no-repeat center;
    background-size: cover;
    position: relative;
}

#news_block .bg-header .container {
    height: 100%;
}

#news_block .follow {
    z-index: 1;
    color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: auto;
}

#news_block .bg-header h1 {
    text-align: left !important;
    width: 1100px;
}

#follow_news label {
    display: inline-block;
    padding-right: 30px;
    vertical-align: -50%;
    width: 210px;
    font-family: PT Sans;
    font-size: 12px;
}

#follow_news input {
    margin-right: 10px;
    background-color: rgba(255, 255, 255, .1);
    font-family: PT Sans;
    font-size: 14px;
    width: 200px;
}

#follow_news ::-webkit-input-placeholder {
    color: #fff;
    font-family: PT Sans;
}

.news_single {
    position: relative;
    border: 1px solid #efefef;
}

.news_single h3 {
    font: 25px/1.6 Georgia;
}

.news_single .md-12 {
    padding: 40px;
}

.news_single .news_date {
    margin: 25px 0;
}

.news_single p {
    font: 14px/1.6 Georgia;
    color: #454545;
}

.news_single .btn {
    margin: 30px 0 0;
}

.news_single img {
    width: 100%;
}

#news_block .news_item {
    margin-top: 40px;
}

.last_news .pagination {
    display: grid;
    grid-template-columns: repeat(7, 40px);
    grid-template-columns: repeat(7, 40px);
    grid-column-gap: auto;
    width: 290px;
    margin: 0 auto;
    margin-top: 50px;
}

.last_news .pagination a {
    display: block;
    padding: 10px;
    border: 1px solid #efefef;
    border-left: 0;
    color: #1d232b;
    text-align: center;
}

.last_news .pagination a:first-child {
    border-left: 1px solid #efefef;
}

.last_news .pagination a:hover,
.last_news .pagination a.active {
    background-color: #efefef;
}


/*==============================================================================*/


/*====================================НОВОСТЬ===================================*/

.header_news {
    display: block;
    text-align: center;
    margin: 40px auto 30px;
    font: 16px PT Sans;
}

.header_news .news_date {
    display: inline-block;
    margin-right: 25px;
    color: #a6a6a6;
    font: 16px PT Sans;
}

.header_news a {
    color: #000;
    font: 16px PT Sans;
}

.header_news a:hover {
    text-decoration: underline;
}

.header_news span,
.pager {
    font: 16px PT Sans;
    font-weight: bold;
    color: #000;
}

.pager:hover {
    color: #000;
    text-decoration: underline;
}

.single_news {
    margin: 150px auto 0;
    display: block;
    width: 850px;
    position: relative;
}

.single_news .news_item .md-4 {
    max-width: 258px;
}

.single_news .news_item .md-4:nth-child(2) {
    margin-left: 35px;
}

.single_news h1 {
    font: 40px Georgia;
    text-align: center;
    padding: 0 10%;
    margin: 0 auto;
    font-weight: normal;
    color: #1d232b;
    margin-bottom: 34px;
    position: static;
}

.single_news:first-child .text-center {
    font: 16px PT Sans;
    font-weight: normal;
    color: #a6a6a6;
}

.single_news img {
    margin: 30px auto;
}

.single_news .announce {
    font: 16px/1.6 Georgia !important;
    color: #a6a6a6;
}

.social-color {
    display: block;
    margin: 60px auto 76px;
    border: 1px solid #efefef;
    padding: 15px 20px;
    width: 205px;
}

.social-color p {
    font: 14px PT Sans;
    text-align: center;
    color: #a6a6a6;
}

.social-color a {
    background-color: transparent;
    box-shadow: none;
    width: 42px;
    height: 45px;
    padding: 0;
    margin: 12px 5px 0;
}

.social-color i {
    font-size: 24px;
    vertical-align: top;
}

.social-color .fa-facebook,
.social-color .fa-twitter,
.social-color .fa-google-plus,
.social-color .fa-whatsapp,
.social-color .fa-vk {
    width: 45px;
    height: 45px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-color .fa-facebook {
    background-color: #48649f;
}

.social-color .fa-twitter {
    background-color: #55acee;
}

.social-color .fa-google-plus {
    background-color: #dd4b39;
}

.social-color .fa-vk {
    background: #4c75a3;
}

.social-color .fa-whatsapp {
    background: #2cc538;
}

#single-page .text-center {
    font-size: 20px;
}


/*==============================================================================*/


/*============================ДИЛЕРСКАЯ СЕТЬ====================================*/

#dealers {
    overflow: hidden;
}


/* Пагинация */

#dealers ul.tabs {
    display: block;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    margin: 40px auto 0;
    line-height: 50px;
    font-size: 14px;
    list-style: none;
}

#dealers ul.tabs li {
    color: #1d6d9e;
    cursor: pointer;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    padding: 15px 35px;
    position: relative;
    height: 50px;
    margin-left: -4px;
    display: inline;
}

#dealers ul.tabs li a {
    color: #1d6d9e;
}

#dealers ul.tabs li.current,
#about ul.tabs li.current,
#car-info ul.tabs li.current {
    color: #fff;
    background-color: #000;
    margin-top: 30px;
}


/* caret */

#car-info .tabs a,
#dealers .tabs a {
    padding-right: 10px !important;
}

#car-info .tabs a:after,
#dealers .tabs a:after {
    content: '';
    margin-top: 6px;
    margin-left: 10px;
    position: absolute;
    border: 3px solid transparent;
    border-top: 6px solid #333;
}

#dealers .content {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    display: none;
}

#dealers .about-content {
    max-width: 850px;
}

#dealers .content.current {
    display: block;
}

.map:first-child {
    margin-top: 50px
}

.map .md-6:last-child {
    padding-left: 40px;
}

.map .header-text {
    text-align: left;
    margin: 20px 0;
}

#dealers .txt {
    margin: 20px 0;
}

#dealers .txt a {
    color: #0280ba;
}

.time_schedule {
    margin: 20px 0;
    font: 16px Georgia;
}

.time_schedule p:first-child {
    color: #a6a6a6;
}

.line {
    width: 200%;
    height: 1px;
    background-color: #efefef;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: -50%;
}

#map_1,
#map_2,
#map_3,
#map_4,
#map_5,
#map_6 {
    width: 100%;
    height: 380px;
}


/*==============================================================================*/


/*========================СТРАНИЦА МОДЕЛЬНЫЙ РЯД================================*/

#models {
    overflow: hidden;
}

#models .h3 {
    text-align: left;
}

#models .bg-header {
    background: url(../../img/mini/bg/models.jpg) no-repeat center;
    background-size: cover;
}


/* Фильтр контейнер */

.item-container {
    position: relative;
}

.item {
    height: 220px;
    position: relative;
    border: 1px solid transparent;
}

.item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
}

.item-container a:hover {
    background-color: #f2f2f2;
}

.item img {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
}

.item .model-name {
    font: 17px PT Sans;
    color: #1d232b;
    position: absolute;
    top: 165px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px
}

.item .series {
    position: absolute;
    font: 170px;
    color: #ddd;
    line-height: 125px;
    left: 20px;
    top: 25px;
}

.item.is-filtered {
    border-style: dotted;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.stocklocator .models_content{margin-top:25px;}
.stocklocator .item{height:auto;padding:20px;border-color:#f4f4f4;}
.stocklocator .item:after{display:none;}
.stocklocator .item img{position:static;}
.stocklocator .item .model-name{position:static;padding:0;text-align:left;}
.stocklocator .item .status{margin:10px 0;color:#00b727;}
.stocklocator .item .status.status_2{color:#1c69d4;}
.stocklocator .item .car__price{font-size:20px;color:#000;margin-bottom:20px;}
.stocklocator .item .btn a{font-size:13px;padding:8px 20px;}

#models .model {
    margin: 30px auto;
}

#models label,
#models label p {
    color: #1d232b;
    font: 15px;
}


/* Стилизация checkbox */

.option {
    position: relative;
    display: inline-block;
    margin-left: 36px;
    margin-bottom: 10px;
    vertical-align: top;
}

.option:nth-child(5),
.option:nth-child(6),
.option:nth-child(7) {
    width: 125px;
}

.option:nth-child(7) {
    width: 120px;
}

.option:nth-child(7) p {
    width: 95px;
}

.option:nth-child(1) {
    margin-left: 0;
}

.option input[type=checkbox] {
    display: none;
}

.option p {
    float: right;
    width: 100px;
    vertical-align: top;
    margin-top: 0px;
    cursor: pointer;
}

.option label {
    color: #666;
    cursor: pointer;
}

.option input[type=checkbox]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #5b616a;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}


/* Неактивный*/

.option input[type=checkbox]+label span {
    background-color: transparent;
}


/* Активный */

.option input[type=checkbox]:checked+label span {
    background-color: #fff;
    border: 2px solid #1d6d9e;
}

.option input[type=checkbox]:checked+label span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #1d6d9e;
    position: absolute;
    top: 3px;
    left: 3px;
}

#models .line {
    margin-top: 0;
    margin-bottom: 50px;
}


/*==============================================================================*/


/*===============================ИНФО О МАШИНЕ ================================*/

.header-slider .right-block {
    left: 0;
    right: auto;
    position: absolute;
    z-index: 1;
}

.header-slider .ico {
    margin-top: 10px;
}

.header-slider .ico-text {
    color: #1d232b;
    left: 18px;
}

#car-info ul.tabs {
    display: block;
    text-align: center;
    width: 850px;
    height: 50px;
    margin: 0 auto;
    margin: 40px auto 50px;
    font-size: 14px;
    list-style: none;
}

#car-info ul.tabs li {
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    margin-left: -4px;
    border-left: none;
}

#car-info ul.tabs li:first-child {
    border-left: 1px solid #000;
}

#car-info a {
    color: #000;
}

#car-info .content {
    width: 850px;
    margin: 0 auto;
    position: relative;
    display: none;
}

#car-info .content.current {
    display: block;
}


/* ТАБЛИЦА */

.table-container .table-scrollbar {
    display: none;
}

.table {
    display: table;
    width: 850px;
    text-align: center;
    color: #fff;
    margin: 0 auto 35px;
    border: 1px solid #e5eef3;
}

.table tr {
    display: table-row;
    color: #484c51;
    font: 14px PT Sans;
}

.table tr:first-child {
    color: white;
}

.table td {
    vertical-align: middle;
    height: 60px;
    padding: 20px 0;
    display: table-cell;
    width: 140px;
}

.table td p {
    margin-bottom: 0;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.none {
    display: none;
}


/*==============================================================================*/

#popup {
    display: none;
}

.open-form {
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    background: rgba(0, 0, 0, .55);
    align-items: center;
    align-self: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#open_form input,
#open_form select {
    display: block;
    margin: 0 auto 20px;
    max-width: 300px;
    background-color: #111 !important;
    border-color: rgba(255, 255, 255, .75);
    width: 100%;
}

#open_form select {
    max-width: 300px;
}

#open_form input:nth-of-type(3) {
    margin-bottom: 40px;
}

#open_form .form-container {
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width:400px;
}

#open_form ._form {
    width: 100%;
}

#open_form .form-container p {
	padding: 10px 20px;
}

#open_form button {
    cursor: pointer;
}

#open_form select {
    background: url(../../img/mini/triangle.png) no-repeat 95%;
}

#open_form input {
    color: white !important;
}

#open_form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#open_form .form_message {
    position: relative;
    color: #d4e5ef;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 24px;
}

.close-form {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.close-form:before,
.close-form:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 32px;
    width: 3px;
    background-color: #fff;
}

.close-form:before {
    transform: rotate(45deg);
}

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

.forminfo {
    font-size: 11px !important;
    color: #fefefe !important;
    font-family: "Open Sans";
    font-weight: normal;
    margin-top: 10px;
}

.tech-table {
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
    background: none;
    border-collapse: collapse;
    color: #333;
    table-layout: fixed;
}

#car-info a {
    color: #fff
}

#car-info .header-slider .btn {
    padding: 11px 15px;
    color: white;
    text-align: center;
    font-size: 14px;
    background: #000;
    border: 2px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}

.overrides table.tech-table td {
    background: none;
    width: auto;
    padding: 10px;
    height: auto;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
    word-wrap: break-word;
    vertical-align: top
}

.media-content {
    max-width: 1100px;
    margin: 60px auto;
}


/* gallery thumbs*/

#slideshow {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.gallery-slider,
.thumbs {
    position: relative;
    overflow: hidden;
}

.gallery-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 450px;
}

.thumbs .img-container {
    cursor: grab;
}

.thumbs .img-container img {
    display: block;
}

.thumbs .img-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    left: 0;
    top: 0;
}

.thumbs .img-container:hover::before,
.thumbs .swiper-slide-thumb-active .img-container::before {
    background: rgba(0, 0, 0, 0);
}

.media-tab {
    display: flex;
}

.media-tab .tab-link {
    cursor: pointer
}

.media-tab .tab-link {
    opacity: .5
}

.media-tab .tab-link.active {
    opacity: 1
}

.media-tab .sep {
    width: 2px;
    height: 35px;
    background: #333;
    display: inline-block;
    margin: 0 20px;
}

#video-youtube iframe {
    width: 100%;
    height: 565px;
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.items_images {
    position: relative;
    max-width: 1100px;
    margin: 60px auto;
    overflow: hidden;
}

#car-info h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#car-info h2.title {
    margin-bottom: 0;
    text-align: inherit;
}

.slides-item {
    position: relative;
}

.slides-item .swiper-slide {
    width: 28%;
    margin-right: 30px;
}

.slides-item .swiper-slide:last-child {
    margin-right: 0px;
}

.slides-item .swiper-slide span {
    display: block;
    overflow: hidden;
    /*width:309px;height:173px;*/
}

.slides-item .swiper-slide span img {
    object-fit: cover;
    transition: .35s;
}

.slides-item .swiper-slide:hover img {
    transform: scale(1.1);
}

.slides-item .swiper-button-next,
.slides-item .swiper-button-prev {
    top: 50% !important;
    bottom: auto !important;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.slides-item .swiper-button-next {
    right: 0 !important;
    background-image: url(/static/img/mini/svg/right.png) !important;
}

.slides-item .swiper-button-prev {
    right: auto !important;
    left: 0 !important;
    background-image: url(/static/img/mini/svg/left.png) !important;
}

.slides-item .swiper-button-next.swiper-button-disabled,
.slides-item .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    display: none;
}

.slides-item h5 {
    font-size: 20px;
    margin: 25px 0 20px;
    font-family: BMWBold;
    text-transform: uppercase;
}

.slides-item p {
    font-family: Open Sans;
    line-height: 1.6;
}

.slides-item:hover .swiper-button-next,
.slides-item:hover .swiper-button-prev {
    opacity: 1;
}

.items_images .swiper-pagination {
    display: none
}

.table-container .table-scrollbar {
    display: none
}

.table,
#car-info table {
    display: table;
    width: 100% !important;
    text-align: left;
    margin: 0 auto 35px;
    /*
	color: #fff;
  border: 1px solid #e5eef3
	*/
    color: #222;
    border: 0;
}

.table tr,
#car-info table tr {
    display: table-row;
    color: #484c51;
    font: 14px Open Sans;
    border-bottom: 1px solid #e6e6e6;
}

.table tr:first-child,
#car-info table tr:first-child {
    /*color: #fff*/
}

.table th,
#car-info table th {
    vertical-align: middle;
    padding: 15px 0;
    display: table-cell;
    width: 140px;
    border: 0;
    color: #222;
    font-weight: bold;
}

.table td,
#car-info table td {
    vertical-align: middle;
    padding: 15px;
    display: table-cell;
    width: 140px;
    border: 0;
    color: #222;
}

.table td p,
#car-info table td p {
    margin-bottom: 0;
    line-height: 1.4 !important;
    color: #222;
}

.table tr:first-child td:nth-child(odd),
#car-info table tr:first-child td:nth-child(odd) {
    /*background-color: #4a8ab1*/
    color: #222;
}

.table tr:first-child td:nth-child(even),
#car-info table tr:first-child td:nth-child(even) {
    /*background-color: #427c9f*/
    color: #222;
}

.table tr:nth-child(2) td:nth-child(odd),
#car-info table tr:nth-child(2) td:nth-child(odd) {
    background-color: transparent
}

.table tr:nth-child(2) td:nth-child(even),
#car-info table tr:nth-child(2) td:nth-child(even) {
    /*background-color: #f6f9fb*/
}

.table tr:nth-child(3) td:nth-child(1),
#car-info table tr:nth-child(3) td:nth-child(1) {
    background-color: transparent !important
}

.table tr:nth-child(3) td:nth-child(odd),
#car-info table tr:nth-child(3) td:nth-child(odd) {
    /*background-color: #edf3f7*/
}

.table tr:nth-child(3) td:nth-child(even),
#car-info table tr:nth-child(3) td:nth-child(even) {
    /*background-color: #e5eef3*/
}

.table tr:nth-child(4) td:nth-child(odd),
#car-info table tr:nth-child(4) td:nth-child(odd) {
    background-color: transparent
}

.table tr:nth-child(4) td:nth-child(even),
#car-info table tr:nth-child(4) td:nth-child(even) {
    /*background-color: #f6f9fb*/
}

footer .nav-menu ul {
    margin-left: 0
}

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex .col2 {
    max-width: 48%;
}

.flex.flex-reverse {
    flex-direction: row-reverse;
}

.flex.flex-reverse .col2:first-child {
    order: 1;
}

@media screen and (max-width:480px) {
    .flex .col2 {
        max-width: 100%;
    }
    #open_form .form-container {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
        overflow: hidden;
    }
    #open_form .form-container p {
        margin-bottom: 20px;
    }
    #open_form input {
        max-width: 80%;
        width: 70%;
    }
    #open_form select {
        width: 70%;
    }
    #open_form input:nth-of-type(3) {
        margin-bottom: 20px;
    }
    #car_gallery .rsSlide,
    #car_gallery.rsDefault img.rsImg,
    #car_gallery {
        width: 100% !important
    }
    #car_gallery {
        height: 300px !important;
    }
    .items_images .swiper-pagination-bullet {
        background: #000 !important;
        vertical-align: middle
    }
    .items_images .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        opacity: .65 !important
    }
    .items_images .swiper-pagination-bullet,
    .items_images .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
        border: none !important;
        padding: 0 !important;
        float: none
    }
    .items_images .swiper-pagination-bullet-active:before {
        content: none
    }
    .items_images .swiper-pagination {
        padding: 0;
        bottom: 0 !important;
    }
    .slides-item p {
        padding-bottom: 40px;
    }
    .media-content {
        margin: 40px auto;
    }
    .items_images .swiper-pagination {
        display: block
    }
    #car-info h2 {
        margin-bottom: 20px;
    }
}


/* модельный ряд страница */

.models_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.models_content .itemModel {
    width: calc(25% - 10px);
    position: relative;
    margin: 0 5px 5px;
    margin-bottom: 40px;
}

.models_content .item {
    width: 100%;
    display: block;
}

.models_content .item::after {
    top: 0;
    left: 0;
}

.swiper-progress {
    z-index: 99;
    position: absolute;
    top: auto;
    left: 0;
    width: 0;
    bottom: 0;
    height: 7px;
    background-color: rgba(0, 0, 0, 1);
}

.swiper-progress.full {
    width: 100%;
    transition: width 4.8s;
    transition-timing-function: linear;
}

.header-slider .swiper-slide img {
    transition: .15s ease
}

.header-slider .swiper-slide img.zoom-in {
    transform: scale(1.2);
    transition-delay: .2s;
    transition: 4.5s;
}

@media screen and (max-width:480px) {
    .models_content .itemModel {
        width: calc(50% - 10px);
    }
}

#popup_widget .popup-content {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

.popup-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../../img/mini/btn-layer-close.png) no-repeat center;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .5
}

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

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

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

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

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

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

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

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

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.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:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

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

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

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}


/* mc-finance*/

.mc-finance-wrapper .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.mc-finance-wrapper .flex-container .row {
    width: calc(50% - 10px);
    padding: 0 15px;
}

.mc-finance-wrapper .text-center img {
    display: inline-block;
    margin: 40px auto
}

.mc-finance-wrapper .h3 {
    margin-bottom: 0;
}

.mc-finance-wrapper .terms p:first-child {
    margin-bottom: 15px
}

.mc-finance-wrapper .tb-content {
    position: relative;
    min-height: 400px;
}

.mc-finance-wrapper .info.active {
    display: block
}

.mc-finance-wrapper .info {
    display: none
}

ul.mc-finance-tabs {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: normal
}

ul.mc-finance-tabs li {
    margin: 0;
    padding: 15px 30px;
    border: 1px solid #eee;
    cursor: pointer;
    color: #000;
}

ul.mc-finance-tabs li.active {
    color: #fff;
    background-color: #000;
}

ul.mc-finance-tabs li:last-child {
    border-left: none
}

.mc-finance-calc {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    max-width: 420px;
}

.mc-finance-calc .row_calc {
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc-finance-calc .row_calc:first-child {
    justify-content: flex-start
}

.mc-finance-calc .row_calc:first-child div {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-family: Asimov;
}

.mc-finance-calc .row_calc:first-child span:not(:last-child) {
    margin-right: 20px;
}

.mc-finance-calc .row_calc:first-child span {
    font-family: Asimov;
    font-weight: 300;
}

.mc-finance-calc .row_calc label {
    margin: 0;
}

.mc-finance-calc .TotSum {
    margin-right: 30px;
}

.mc-finance-calc .row_calc input {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
}

.mc-finance-calc .row_calc input::placeholder {
    color: #2b2a28 !important;
}

.mc-finance-calc .row_calc input:read-only {
    background: #f3f3f3;
    cursor: default;
}

.mc-finance-calc .row_calc #TotalSumInput {
    max-width: 140px;
}

.mc-finance-calc .row_calc #amount {
    max-width: 100px;
}

.mc-finance-calc .row_calc #vznos {
    max-width: 50px;
}

.mc-finance-calc .row_calc #vznosSum {
    max-width: 140px;
}

.mc-finance-calc .row_buttons {
    text-align: right;
}

.mc-finance-calc .row_buttons input {
    cursor: pointer;
    padding: 3px 10px;
}

.mc-finance-calc .row_calc:first-child {
    flex-wrap: wrap;
}

.mc-finance-calc .row_calc:first-child div {
    margin-right: 30px;
}

.mc-finance-calc .row_calc:first-child span {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #da241e;
}

.mc-finance-calc .row_calc:first-child input {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.mc-finance-calc .row_calc:first-child label {
    margin-left: 7px;
    cursor: pointer;
}

@media (max-width:800px) {
    .mc-finance-calc .row_calc {
        flex-wrap: wrap;
    }
    .mc-finance-calc .row_calc label {
        width: 100%;
    }
    .mc-finance-calc .row_calc input {
        width: 100%;
        max-width: none !important;
    }
    .mc-finance-calc .row_calc #vznos {
        max-width: 50px !important;
    }
    .mc-finance-calc .row_calc #vznosSum {
        max-width: calc(100% - 65px) !important;
    }
    .mc-finance-calc .row_calc:first-child div {
        width: 100%;
        margin-bottom: 10px;
    }
    .mc-finance-wrapper .flex-container .row {
        width: 100%;
    }
    .mc-finance-calc .row_calc:first-child div br {
        display: none;
    }
    .mc-finance-wrapper .flex-container .row:before,
    .mc-finance-wrapper .flex-container .row:after {
        content: none
    }
}


/*-------------*/