* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: inherit;
}

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

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

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

button,
select,
input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: none;
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.img-container {
  position: relative;
  display: block;
  mix-blend-mode: darken;
}

picture,
.img {
  display: block;
  width: 100%;
  height: 100%;
}

.img {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  display: inline-flex;
  justify-content: center;
}

hr {
  border: none;
  height: 1px;
  background: #C4C4C4;
  margin: 4rem auto;
  opacity: 0.45;
}

.hidden-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sticky {
  position: sticky;
  top: 3rem;
}

.img-load img[data-src] {
  -webkit-filter: blur(0.2em);
          filter: blur(0.2em);
}

.img-load img {
  -webkit-filter: blur(0em);
          filter: blur(0em);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

@font-face {
  font-family: BMW;
  src: url("../../fonts/bmw/BMWTypeNextTT-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: BMW;
  src: url("../../fonts/bmw/BMWTypeNextTT-Regular.woff2");
  font-weight: normal;
}

@font-face {
  font-family: BMW;
  src: url("../../fonts/bmw/BMWTypeNextTT-Bold.woff2");
  font-weight: bold;
}
@font-face {
  font-family: BMW_KK;
  src: url("../../fonts/bmw/BMWType-Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: BMW_KK;
  src: url("../../fonts/bmw/BMWType-Regular.woff2");
  font-weight: normal;
}

@font-face {
  font-family: BMW_KK;
  src: url("../../fonts/bmw/BMWType-Bold.woff2");
  font-weight: bold;
}
.font-kk {
  font-family: BMW_KK!important;
}
.font-ru {
  font-family: BMW!important;
}
h1,
h2,
.title {
  font-weight: 300;
}

h3,
h4,
.sub-title {
  font-weight: 400;
}

h1,
.title-lg {
  font-size: 5rem;
}

h2,
.title {
  font-size: 3.5rem;
}

h3,
.sub-title {
  font-size: 2.5rem;
}

h4,
.title-sm {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-md {
  font-size: 1.5rem;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-border {
  border: 1px solid #1C69D4;
  padding: 5rem 8rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.title-underline {
  position: relative;
}

.title-underline::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #1C69D4;
  margin: 2rem 0;
  display: block;
}

.underline span {
  border-bottom: 1px solid;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text p:not(:last-child) {
  margin-bottom: 3rem;
}

.text{font-size: 18px;line-height:1.6;}
.text:after{content:"";display:block;clear:both;height:1px;width:100%;}
.text small{color: #8E8E8E;}
.text a:not(.btn){color: #1C69D4;text-decoration: underline;}
.text ul{list-style-type: disc;padding-left: 2rem;margin-top: -1rem;}
.text ol{list-style-type: decimal;padding-left: 2rem;margin-top: -1rem;}
.text ul:not(:last-child),.text ol:not(:last-child){margin-bottom: 3rem;}
.text ul li:not(:last-child),
.text ol li:not(:last-child){margin-bottom: 1rem;}
.text ul li::marker{color: #1C69D4;}
.text h3{font-weight: 400;font-size:22px;}
.text h4{font-weight: 400;font-size:20px;}
.text img{height:auto;}
.text sub{line-height:1;}
.text .fleft{float:left;margin-right:3.5vw;margin-bottom:1.5vw;}
.text .fright{float:right;margin-left:3.5vw;margin-bottom:1.5vw;}
.text .width50{max-width:50%;}
.clear{clear:both;}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
}

.container-sm {
  padding-left: 120px;
  padding-right: 120px;
}

.container-flex {
  display: flex;
  flex-flow: row wrap;
}

.container-flex .col.full-width {
  width: 100%;
}

.container-grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.container-flex .col{display:flex;position:relative;margin-bottom:8rem;align-items:center;justify-content:space-between;}

.flex-1 .col{width:100%;}
.flex-1 .col .img-container{width:100%; height: 36.771vw;}
.flex-1 .col.text_left .img-container,
.flex-1 .col.text_right .img-container {
  height: 16.979vw;
}
.flex-1 .col.text_top{flex-direction:column-reverse;}
.flex-1 .col.text_inside .text-group{position:absolute;top:0;left:0;right:0;padding:4rem 5rem 3rem;background:linear-gradient(0deg,transparent,rgba(0,0,0,.4));color:#fff;}
.flex-1 .col.text_inside .text-group h3{font-size:3.5rem;margin-bottom:2rem;}
.flex-1 .col.text_inside .text-group p{font-size:18px;}

.flex-1 .col.text_left{flex-direction:row-reverse;}
.flex-1 .col.text_left > div{width:46%;}
.flex-1 .col.text_right > div{width:46%;}


@media screen and (max-width: 640px) {
	.flex-1 .col{flex-wrap:wrap;margin-bottom:4rem;}
  .flex-1 .col.text_left > div,
	.flex-1 .col.text_right > div{width:100%;}
	.flex-1 .col .img-container{margin-bottom:20px;}

	.flex-1 .col.text_inside .text-group h3{font-size:2.4rem;}
	.flex-1 .col.text_inside .img-container{margin-bottom:0;}

	.text .fleft{float:none;margin-right:0;margin-bottom:20px;}
	.text .fright{float:none;margin-left:0;margin-bottom:20px;}
	.text .width50{max-width:100%;}

	.lifestyle .buttons{flex-wrap:wrap;}
	.lifestyle .buttons .btn{width:auto !important;margin-bottom:20px;}
}


.row-reverse {
  flex-flow: row-reverse wrap;
}

.flex-2 .col {
  width: 50%;
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn-group .btn-default{background:#e6e6e6;color:#666;border-color:#e6e6e6;}

.btn-group .btn:not(:last-child) {
  margin-right: 2rem;
}

.btn {
  font-weight: bold;
  padding: 1.6rem 3rem;
  min-width: 24rem;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background: #1C69D4;
  border: 1px solid #1C69D4;
}

.btn-default {
  background: transparent;
  border: 1px solid #fff;
}

.btn-default.blue {
  color: #1C69D4;
  border-color: #1C69D4;
}

.btn-default.gray {
  color: #353535;
  border-color: #DCDCDC;
  background: #DCDCDC;
}

.btn-default.black {
  border-color: #262626;
}
.loading:not([href]){
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  text-indent:300%;
  white-space:nowrap;
	overflow:hidden;
  pointer-events: none;
}
.link-to {
  display: flex;
  align-items: center;
  mix-blend-mode: darken;
}

.link-to::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin: -1rem 0 0 1rem;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3439 0.047133C10.1733 0.10801 9.97313 0.296943 9.88717 0.47806C9.85184 0.552599 9.82653 0.687943 9.82699 0.800226C9.82836 1.14405 9.99463 1.41121 10.2955 1.553C10.4507 1.62617 10.5012 1.628 12.821 1.64525L15.1882 1.66286L10.9444 5.90558C8.40005 8.44928 6.67045 10.2047 6.62532 10.2891C6.47615 10.5683 6.53662 10.9464 6.77087 11.199C7.00405 11.4505 7.41908 11.5273 7.70841 11.3726C7.79281 11.3274 9.54769 9.59728 12.0906 7.05214L16.332 2.80698L16.3496 5.17492C16.3658 7.3585 16.3721 7.55377 16.4306 7.68366C16.5685 7.9897 16.8518 8.17032 17.1943 8.17057C17.4242 8.17071 17.597 8.09652 17.7702 7.92322C18.0166 7.67679 18.0063 7.85513 17.9957 4.01678L17.9863 0.565802L17.8798 0.393487C17.8137 0.286697 17.7077 0.180612 17.6009 0.114559L17.4287 0.00801536L13.9589 0.00164246C10.9811 -0.00381499 10.4685 0.00262832 10.3439 0.047133ZM0.538779 3.31734C0.343429 3.38959 0.197251 3.51107 0.0933456 3.68739L0 3.84584V10.644V17.4422L0.10651 17.6145C0.172542 17.7214 0.278559 17.8274 0.38535 17.8935L0.557645 18H7.35368H14.1497L14.3105 17.9054C14.4917 17.7989 14.635 17.6105 14.6941 17.4014C14.7229 17.2993 14.7309 16.0945 14.7233 13.0179L14.7128 8.77515L14.6371 8.63431C14.5397 8.45333 14.4347 8.35693 14.2377 8.26757C13.759 8.0505 13.2101 8.34221 13.1107 8.86641C13.0895 8.97852 13.0761 10.4584 13.0761 12.7058V16.3628H7.35642H1.63672V10.6412V4.91972H5.29254C7.53924 4.91972 9.01862 4.90638 9.13069 4.88511C9.65473 4.78571 9.94634 4.23659 9.72935 3.75781C9.64001 3.56071 9.54364 3.45568 9.36272 3.35829L9.22193 3.28249L4.94535 3.27587C1.4056 3.27041 0.64638 3.27756 0.538779 3.31734Z' fill='%231C69D4'/%3E%3C/svg%3E%0A") no-repeat center;
}

.show-on-map {
  display: inline-flex;
  align-items: center;
  color: #1C69D4;
}

.show-on-map::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background: url("/static/img/bmw/svg/location-map_lt_blue.svg") no-repeat center;
	background-size:100% auto;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 6.2rem;
  height: 6.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-arrow.arrow-right {
  background-image: url(../../img/bmw/svg/arrow-right.svg);
}

.btn-arrow.arrow-left {
  background-image: url(../../img/bmw/svg/arrow-left.svg);
}

.h-scale img{transition:0.5s;}
.h-scale:hover img{transform:scale(1.06);}

.h-opacity {
  transition: opacity 0.3s;
}

.h-opacity:hover {
  opacity: 0.75;
}

.h-underline:hover {
  text-decoration: underline;
}

.link-underline {
  position: absolute;
  height: 3px;
  background: #1C69D4;
  bottom: -1px;
  transition: 0.35s ease;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
  color: #262626;
}
.header .logo a{
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  background-image: url('/static/img/bmw/logos/bmw_black_lg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-inverse .logo a {
  background-image: url('/static/img/bmw/logo.svg');
}
.header .cars {
  width: 100%;
}
.header .cars .car {
  align-items: center;
}
.site__header {
  display: flex;
  align-items: center;
  margin-left: auto;
  z-index: 10;
}
.site__header .dealer__info {
  margin-right: 2rem;
}

.site__header .dealer__info .text-sm {
  margin-bottom: 3px;
  text-align: right;
  color: #8E8E8E;
}
.site__header .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: bold;
  color: #262626;
  width: 100%;
}

.site__header .dealer__phone svg {
  margin-right: .25em;
  margin-top: .2em;
}
.header-inverse {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.header-inverse .site__header .dealer__info .text-sm,
.header-inverse .site__header .dealer__info .phone-link {
  color: #fff;
}
.header-inverse .site__header .dealer__info path {
  fill: #fff;
}

main {
  position: relative;
}
main.no-fixed {
  padding-top: 6rem;
}
.main-nav {
  position: relative;

  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;

}

.main-nav.master .nav__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.nav__icon img{width:27px;display: none;}


.header-inverse {
  color: #fff;
}
.header-inverse .main-nav.active {
  color: #262626;
}
.main-nav.active,
.main-nav.no-transition {
  background: #fff;
}

.main-icon.nav__icon {
  display: none
}

.main-nav.active .nav__icon,
.main-nav.no-transition .nav__icon {
  -webkit-filter: none;
          filter: none;
}

.main-nav-clone {
  position: fixed;
  bottom: 0;
  width: 120px;
  overflow: hidden;
  z-index: 100;
}

.main-nav-clone .main-nav {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #dcdcdc;
}

.main-icon.toggle .icon-menu {
  display: none;
}

.main-icon.toggle .icon-close {
  display: flex;
  width: 21px;
}
.nav__menu {
  display: flex;
  align-items: center;
}

.nav__menu .item.active .nav__body {
  position: absolute;
  top: 7.7rem;
  width: 100%;
  min-width: 1000px;
  height: auto;
  opacity: 1;
  padding: 3rem 4.688vw;
  left: 0;

}

.nav__menu .item.active .nav__body::-webkit-scrollbar {
  width: 7px;
  background: #ccc;
}

.nav__menu .item.active .nav__body::-webkit-scrollbar-thumb {
  background: darkgray;
}

.nav__menu .item.active .nav__menu-title,
.nav__menu .item:hover .nav__menu-title {
  color: #1C69D4;
}

.nav__menu .item.active svg path,
.nav__menu .item:hover svg path {
  fill: #1C69D4;
}
.main-nav-clone .nav__menu .item.active .nav__icon img,
.main-nav-clone .nav__menu .item:hover .nav__icon img,
.nav__menu .item.active .nav__icon img,
.nav__menu .item:hover .nav__icon img {
  filter: invert(29%) sepia(93%) saturate(1039%) hue-rotate(188deg) brightness(104%) contrast(97%);
}

.nav__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
}
.nav__menu .item.active .nav__menu-title::after {
  content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    left: 0;
    background: #1C69D4;
}
.nav__menu .nav__icon svg rect,
.nav__menu .nav__icon svg path {
  fill: #262626;
}

.nav__menu .nav__icon .nav__menu-title {
  font-size: 15px;
  font-weight: 500;
  padding: 2.8rem 2rem;
}

.nav__body {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  background: #fff;
  z-index: -1;
  display: flex;
  flex-direction: column;
  opacity: 0;
}

.nav__img {
  max-width: 45%;
  height: 260px;
  overflow: hidden;
  flex: 1;
  margin-left: 4rem;
}

.nav__content {
  flex: 1 1 auto;
  display: flex;

}

.nav__content .sns .link:not(:last-child) {
  margin-bottom: 0;
}

.nav__menu .nav__content .sns svg path {
  fill: #262626;
}

.nav__links {
  min-width: 600px;
  flex: 1;
}

.nav__links .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 28rem;
  margin: 0 1rem;
}
.nav__content .promo {
  flex: 1;
}
.nav__links .link {
  font-size: 15px;
  font-weight: bold;
	margin-bottom: 1rem;
}

.nav__content-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
  flex: 0 0 auto;

}

.nav__body .cars .tab-content.active {
  grid-gap: 3rem 2rem;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 0;
}
.close-menu {
  display: none;
  margin-left: auto;
  cursor: pointer;
}
.close-menu.active {
  display: flex;
}
.nav__body .group-links {
  font-size: 12px;
}
.nav__body .fast-links {
  margin-right: auto;
  margin-left: 4rem;
}
.group-links {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.group-links a:not(:last-child):after {
  content: "|";
  margin: 0 3.5rem;
}

.main-icon .icon-close {
  display: none;
}

.footer {
  flex: 0 0 auto;
  background: #353535;
  color: #fff;
}

.footer hr {
  margin: 0 auto;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}

.footer__nav .col3{width:75%;column-count:3;column-gap:60px;}

.footer__nav .col {
  width: 25%;
}

.footer__nav .col:not(:first-child) {
  margin-left: 6.25vw;
}

.footer__nav .item{break-inside: avoid-column;}

.footer__nav .group{
  margin-bottom: 3rem;
}

.footer__nav .list {
  display: flex;
  flex-direction: column;
	break-inside: avoid-column;
}

.footer__nav h4 {
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer__nav .main-link {
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  line-height: 2.4rem;
}

.footer__nav .link {
  font-size: 14px;
}

.footer__nav .list:not(:last-child) {
  margin-bottom: 1.5rem;
}

.footer__nav .list.nosubmenu{margin-bottom:0;}

.footer__nav ul {
  margin-top: 7px;
}

.footer__nav li {
  display: flex;
}

.footer__nav li:not(:last-child) {
  margin-bottom: 5px;
}

.footer__nav li::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  align-self: center;
  margin-right: 1rem;
}

.footer__nav .social__media {
  margin-bottom: 4rem;
}

.footer__nav .sns {
  margin-bottom: 3rem;
}

.footer__bottom-bar {
  justify-content: space-between;
  padding: 3rem 0;
}

.footer__bottom-bar .text-xs {
  max-width: 600px;
  opacity: 0.6;
}

.logos {
  display: flex;
  align-items: center;
}

.logos a:not(:last-child) {
  margin-right: 3.5rem;
}

.copyright {
  opacity: 0.6;
}

.banner {
  position: relative;
  background: #262626;
}

.banner .banner-content {
  display: flex;
  align-items: center;
  height: 85vh;
  min-height: 65rem;
}
.banner .banner-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(0,0,0,.45) 100%);
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner .text-group {
  position: absolute;
  margin-left: calc(0px + 4.688vw);
  max-width: 630px;
  color: #fff;
  z-index: 1;
}
.banner .text-group.text_bottom {
  bottom: 15vh;
}
.banner .text-group.text_top {
  top: 15vh;
}
.banner .text-group h2 {
  margin-bottom: 1rem;
	font-size:5rem;
	font-weight:300;
}

.banner .text-group h3 {
  margin-bottom: 3rem;
	font-size:3.5rem;
	font-weight:300;
}

.banner .text-group h2 sub{font-size:16px;}

.banner .btn-group{flex-direction:column;align-items:flex-start;}
.banner .btn-group .btn:not(:last-child){margin:0;margin-bottom:20px;}

.slider {
  position: relative;
  overflow: hidden;
}

.slider .swiper-pagination {
  bottom: 3rem;
}

.slider .swiper-pagination-bullet {
  background: #fff;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.post__item {
  position: relative;
  padding: 7rem 4.688vw;
}

.post__item:not(:nth-child(3n)) {
  border-right: 1px solid #DCDCDC;
}

.post__title {
  margin-bottom: 1.5rem;
}

.post__text {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

.post__date {
  font-size: 14px;
}

.post__tag {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post__tag,
.post__date {
  color: #8E8E8E;
}

.post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index:1;
}

.post__img {
  margin-bottom: 4rem;
}

.submenu_item img{height:13vw;display:block;margin-bottom:1.7vw;object-fit:cover;}
.submenu_item .post__title{font-weight:300;}

#posts {
  border-top: 1px solid #DCDCDC;
}
.post .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.post .flex.flex-reverse {
  flex-direction: row-reverse;
}
.post .flex .col2{
  width: 48.5%;
}


.page__main #posts {
  border: none;
}

.page__news .post__item {
  border-bottom: 1px solid #DCDCDC;
}

.page__news .post {
  padding-top: 4rem;
  padding-bottom: 8rem;
	max-width:1100px;
}

.page__news .post .post__date {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.sns {
  display: flex;
  align-items: center;
}

.sns .link {
  display: inline-flex;
  align-items: center;
}

.sns .link:not(:last-child) {
  margin-right: 2rem;
}

.icv {
  position: relative;
  overflow: hidden;
}

.icv__icv--vertical {
  cursor: row-resize;
}

.icv__icv--horizontal {
  cursor: col-resize;
}

.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}

.icv__is--fluid .icv__img {
  display: none;
}

.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}

.icv__img-b {
  height: 100% !important;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}

.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}

.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}

.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icv__control {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}

.icv__icv--vertical .icv__control {
  flex-direction: row;
  left: 0;
  width: 100%;
}

.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}

.icv__icv--vertical .icv__control-line {
  width: 50%;
}

.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}

.icv__icv--vertical .icv__theme-wrapper {
  flex-direction: column;
}

.icv__arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-out 0s;
}

.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}

.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}

.icv__circle {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 999px;
}

.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}

.icv__label.on-hover {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}

.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.icv__label-before {
  left: 1rem;
}

.icv__label-after {
  right: 1rem;
}

.icv__label-before.vertical {
  top: 1rem;
}

.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}

.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.share-block {
  position: relative;
  margin-top: 6rem;
}

.share .ya-share2__container_shape_round .ya-share2__badge {
  border: 1px solid #000;
  opacity: 0.3;
  margin: 0 5px;
}

.share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 12px 0 0;
}

.share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.share .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 32px 32px;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.breadcrumbs .sep {
  margin: 0 0.9em;
}

.page__pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.page__pagination .page__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.page__pagination .page__link.active {
  background: #1C69D4;
  color: #fff;
}

.page__pagination .page__link:not(.active):hover {
  color: #1C69D4;
}

.page__pagination .prev {
  margin-right: 3rem;
}

.page__pagination .next {
  margin-left: 3rem;
}

.page__pagination .prev,
.page__pagination .next {
  border-radius: 50%;
}

.page__pagination .prev.disabled,
.page__pagination .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.page__pagination .prev:hover path,
.page__pagination .next:hover path {
  fill: #1C69D4;
}

.accordion__item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion__item:not(:last-child) {
  margin-bottom: 3rem;
}

.accordion__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.4rem 3rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion__title::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4zMDQgMEwwIDEuMjQxIDUgNmw1LTQuNzU5TDguNjk2IDAgNSAzLjUxNyAxLjMwNCAweiIgZmlsbD0iIzI2MjYyNiIvPjwvc3ZnPg==");
  position: absolute;
  right: 3rem;
  top: 35%;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.accordion__content .table {
  margin: 0 -4rem;
  width: calc(100% + 8rem);
}

.row:not(:last-child) {
  margin-bottom: 3rem;
}

.accordion__item {
  background: rgba(242, 242, 242, 0.75);
}

.accordion__item.active .accordion__title {
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.05);
}

.accordion__item.active .accordion__title::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4zMDQgNkwwIDQuNzU5IDUgMGw1IDQuNzU5TDguNjk2IDYgNSAyLjQ4MyAxLjMwNCA2eiIgZmlsbD0iIzI2MjYyNiIvPjwvc3ZnPg==");
}

.accordion__item.active .accordion__content {
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 4rem;
}

.tabs {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tabs .tab {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 2rem 3rem;
  white-space: nowrap;
  position: relative;
	color:#666;
}

.tabs .tab.active {
  color: #1C69D4;
}

.tabs .tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
  background: #1C69D4;
}

.cars .tab-content.active {
  grid-gap: 6rem 0;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-nav {
  position: relative;
  margin-right: 10rem;
}

.tab-nav .tabs {
  flex-direction: column;
  align-items: start;
  border-bottom: none;
  margin-bottom: 0;
  position: sticky;
  top: 18rem;
  z-index: 90;
}

.tab-nav .tab {
  font-size: 1.6rem;
  padding: 0;
  color: #262626;
}

.tab-nav .tab:not(:last-child) {
  margin-bottom: 2rem;
}

.tab-nav .tab.active::after {
  content: none;
}

.tab-info {
  flex: 1;
}

.form-container {
  border: 1px solid #E7E7E7;
  padding: 7rem 10rem;
  border-radius: 5px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: -3rem auto 0;
}

.form.full-width .form-row {
  width: 100%;
}

.form .form-row {
  width: 47%;
  margin-top: 3rem;
}

.form .form-row.full-width {
  width: 100%;
}

.form .col {
  max-width: 47%;
  flex: 1;
}

.form .col .form-row {
  width: 100%;
}

.form ::-webkit-input-placeholder {
  color: #262626;
}

.form ::-moz-placeholder {
  color: #262626;
}

.form :-ms-input-placeholder {
  color: #262626;
}

.form ::-ms-input-placeholder {
  color: #262626;
}

.form ::placeholder {
  color: #262626;
}

.form label,
.form-label{
  margin-bottom: 1rem;
  display: block;
  color: #8E8E8E;
}

.form input[type=text],
.form input[type=number],
.form input[type=search],
.form select,
.form textarea,
.form-field{
  width: 100%;
  border: 0;
  padding: 1.6rem 2rem;
  border: 1px solid #bbb;
  font-size: 1.5rem;
  color: #000;
  background: none;
  height: 5.4rem;
}
.form textarea{min-height: 12rem;}

/* .error input[type=text],
.error select,
.error textarea{border-color:#ff000045;background-color:rgb(255,0,0,0.08);} */

.errorMessage{color:red;font-size:13px;margin-top:5px;}

.form-message{font-size: 24px;font-weight: 500;border: 2px dashed #1C69D4;padding:5rem;align-items: center; justify-content: center; text-align:center; flex:1; display: none;margin: 0 3vw;}
.form-message.is-show {
  display: flex;
}
.sidebar .form-message{
  margin: 0;
  font-size: 1.8rem;
  padding: 2rem;
}


.form-btn {
  width: 100%;
  height: 6.5rem;
  color: #fff;
  background-color: #1C69D4;
  font-weight: bold;
  font-size: 15px;
}

.form-select,
#search {
  position: relative;
}

.form-select .icon,
#search .icon {
  position: absolute;
  right: 2rem;
  top: 45%;
  pointer-events: none;
}

.form-select select {
  -webkit-appearance: none;
  cursor: pointer;
}

#search .form-field {
  padding-right: 4rem;
}

#search .icon {
  top: 35%;
}

#search-result {
  display: none;
  margin-left: 4rem;
}

.checkbox,
.radio {
  display: inline-flex;
  align-items: center;
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox + label {
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  align-items: center;
}

.form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-checkbox:not(:disabled):active + label::before {
  background-color: #1C69D4;
  border-color: #1C69D4;
}

.form-checkbox:checked + label::before {
  border-color: #1C69D4;
  background-color: #1C69D4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjc5IDQuNjg2bC0uOTUzLjkzLS40NzYuNDY1TDQuNzc0IDEwLjVsOC44MS04LjYwNUwxMi4xNTMuNWwtNy4zOCA3LjIxLTMuMDk1LTMuMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.form-checkbox:disabled + label::before {
  background-color: #fff;
}

.radio label {
  margin-left: 1rem;
	margin-bottom:0;
  cursor: pointer;
}

.form-radio {
  background: #fff;
  width: 20px;
  height: 20px;
  color: #1C69D4;
  border-color: #1C69D4;
  border-radius: 50%;
  cursor: pointer;
}

.form-range {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  display: block;
  background: #bbb;
  outline: none;
  position: relative;
  z-index: 1;
}

.form-range:hover {
  opacity: 1;
}

.page__forms .info {
  flex: 1;
  max-width: 31.45%;
  min-width: 32rem;
  padding-right: 4.688vw;
  position: relative;
}

.page__forms .info::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: -4.688vw;
  right: -4.688vw;
  width: calc(100% + 4.688vw);
  height: 100vh;
  background-color: #f2f2f2;
  z-index: -1;
}

.page__forms .form {
  flex: 1;
  max-width: 68.55%;
  padding-left: 4.688vw;
}

.page__forms .cars {
  margin-top: 3.5rem;
}

.page__forms .cars h3 {
  font-weight: 300;
}

.page__forms .cars .car__info {
  margin-top: 4px;
  font-size: 14px;
}

.page__forms .cars .car__img {
  width: 200px;
  mix-blend-mode: darken;
}

.page__forms .cars .car__price {
  font-size: 1.5rem;
}

.page__forms .sub-title {
  font-weight: 300;
}

#form-container {
  overflow: hidden;
}

#form-container .container-flex {
  align-items: flex-start;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead {
  background: #E6E6E6;
}

.table th {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  padding: 2rem 4rem;
}

.table th,
.table td {
  min-width: 25rem;
}

.table tr:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}

.table td {

  padding: 3rem 4rem;
  vertical-align: top;
}

.table td p:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion__content .table td {
  font-size: 1.5rem;
}
.data .table td {
  padding: 2rem;
  min-width: 8rem;
}
.data .table td:first-child {
  padding-left: 0;
}
.fancybox-slide--html {
  display: flex;
}
.fancybox-slide.fancybox-slide--html:before {
  height: auto;
}
.popup {
  padding: 6rem;
  max-width: 900px;
  margin: auto;
}

.popup .title {
  margin-bottom: 5rem;
}

.popup .fancybox-close-small {
  padding: 5px !important;
  top: 1rem !important;
  right: 2rem !important;
}
.lang-kk {
  font-family: BMW_KK!important;
}
.footer__bottom-bar .am-logo {
  filter: invert(1);
}
body {
  font-family: BMW, Verdana;
  font-size: 1.4rem;
  font-weight: 300;
  background: #fff;
  color: #262626;
  overflow-x: hidden!important;
}

body::-webkit-scrollbar {
  width: 12px;
  background: #ccc;
}

body::-webkit-scrollbar-thumb {
  background: darkgray;
}
.overflow-hidden {
  overflow: hidden;
}
.content {
  padding-left: 4.688vw;
  padding-right: 4.688vw;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section .sub-title {
  margin-bottom: 3rem;
}

#cta .item:nth-child(odd) {
  border-right: 5px solid #fff;
}
.grid-section .item.full-width {
  flex: 100%;
  height: 340px;
}

.grid-section .item {
  flex: 1;
  min-width: 50%;
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 4.688vw;
  overflow: hidden;
  border-top: 5px solid #fff;

}
.grid-section .item:nth-child(even):not(:last-child) {
  border-right: 5px solid #fff;
}
.grid-section .item .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.grid-section .item .btn {
  margin-top: 2rem;
  text-transform: none;
}

.grid-section .item .text-md {
  text-transform: none;
  font-weight: 400;
}

.grid-section .item.t-right {
  justify-content: flex-end;
}

.grid-section .item.t-right .sub-title {
  max-width: 50%;
}

.grid-section .item .sub-title {
  width: 300px;
}

.grid-section .dark .text-group {
  color: #262626;
}

.grid-section .dark .btn-default {
  border-color: #262626;
  background: none;
}

.cars .list {
  padding: 6rem 4.688vw 8rem;
}

.cars .car {
  display: flex;
  align-items: center;
}

.cars .car .text-group {
  margin-left: 2rem;
}

.cars h4 {
  font-weight: 400;
}

.cars .car__img {
  width: 176px;
  mix-blend-mode: darken;
}

.cars .car__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cars .car__price {
  font-size: 15px;
}

.cars .car__info {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 4px;
}

.types,
.promo-tabs {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.types .tabs {
  display: none;
}
.promo-tabs .tabs {
  width: 100%;
}

.types .more-link,
.promo-tabs .more-link {
  right: 0;
  position: absolute;
  z-index: 10;
}
.promo-tabs .tabs .tab {
  padding-bottom: 2rem;
}

.more-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}

.more-link .icon {
  margin-left: 10px;
  width: 8px;
  height: 13px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.815.843l-.812.844 2.299 2.39L4.6 6.465l-2.3 2.39L0 11.249l.853.876.853.876 3.147-3.267L8 6.467 4.887 3.233C3.176 1.455 1.742 0 1.701 0c-.04 0-.439.38-.886.843z' fill='%23000'/%3E%3C/svg%3E");
}

.promo .promo__text {
  color: #8E8E8E;
  font-weight: 300;
}

.promo .promo__img {
  width: 100%;
  display: block;
}

.promo .promo__title {
  margin: 2rem 0;
  font-weight: bold;
}

.promo h5 {
  margin: 1.5rem 0 2rem;
}

.promo .tab-content.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
  justify-content: space-between;
}

#promo .promo {
  padding-bottom: 6rem;
}

#promo .tabs {
  margin-bottom: 4.5rem;
  border-bottom: 0;
}

#promo .tabs::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #DCDCDC;
  bottom: 0;
  left: calc(-50vw + 50%);
}

#promo .tab-content.active {
  grid-gap: 6rem 8rem;
}

#promo .page__pagination::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #DCDCDC;
  top: 0;
  left: calc(-50vw + 50%);
}

.bg-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.bg-overlay.active {
  opacity: 1;
  z-index: 999;
}

.nav__footer {
  display: none;
}

.page__car .title-lg {
  margin-bottom: 5.5rem;
}

.car__nav {
  font-size: 2rem;
  position: sticky;
  top: 7.2rem;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #DCDCDC;
}

.navbar {
  position: relative;
  display: flex;
  padding: 2.5rem 0 0;
}

.navbar::-webkit-scrollbar {
  height: 0;
}

.navbar .navbar__name {
  margin-right: 4.167vw;
  font-weight: bold;
}

.navbar nav {
  flex: 1;
  max-width: 1000px;
  display: flex;
  justify-content: space-evenly;
  font-weight: 500;
}

.navbar .link {
  position: relative;
  padding-bottom: 2.5rem;
}

.navbar .link.active {
  color: #1C69D4;
}

.inner .container-grid {
  margin-top: 8rem;
  grid-gap: 8rem;
  align-items: center;
}

.inner .container-grid:nth-of-type(odd) .col:first-child {
  order: 2;
}

.inner h3 {
  font-weight: 400;
}

.inner h3,
.inner p:not(:last-child) {
  margin-bottom: 2.5rem;
}
/*
.inner p {
  font-size: 15px;line-height:1.4;
}
*/
.inner hr {
  margin: 7rem auto;
}

.inner .text hr {
  margin: 2rem auto;
}

.inner-banner {
  position: relative;
  height: 36rem;
  overflow: hidden;
}

.inner-banner h2 {
  position: absolute;
  top: 5rem;
  left: 5rem;
}

#highlights {
  border-bottom: 1px solid #DCDCDC;
}


#prices .config {
  margin: 6rem 0;
  grid-gap: 6rem;
}

#prices .config img {
  margin-bottom: 4rem;
}

#prices li {
  line-height: 1.4;
}

#prices li:not(:last-child) {
  margin-bottom: 1.5rem;
}

#prices li::before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34146 2.83871L0 4.12903L4.02439 8L11 1.29032L9.65854 0L4.02439 5.41935L1.34146 2.83871Z' fill='black'/%3E%3C/svg%3E%0A");
  margin-right: 1rem;
}

#prices .prices {
  border-bottom: 1px solid #f2f2f2;
}

#prices .grid-2 {
  color: #fff;
  font-weight: 700;
}

#prices .prices {
  background: #1C69D4;
}

#prices .manuals {
  background: #262626;
}

#prices .link {
  display: flex;
  align-items: center;
  padding: 2rem 7rem;
}

#prices .link:last-child {
  border-left: 1px solid #f2f2f2;
}

#prices .title-sm {
  margin-left: 2rem;
  flex: 1;
}

#gallery{background:#F2F2F2;}

#gallery .container-flex {
  justify-content: space-between;
  align-items: flex-start
}

#gallery .container-grid {
  grid-gap: 3rem;
  grid-auto-flow: column;
}
#gallery .title-group {
  max-width: 13.802vw;
  margin-right: 7rem;
}
#gallery .slider-controls {
  position: relative;
}
#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  margin-top: 0;
  user-select: none;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #1C69D4;
}
#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  font-size: 2rem;
}
#gallery .swiper-button-prev {
  left: 0;
}
#gallery .swiper-button-next {
  left: 10rem;
  right: auto;
}

#gallery .carousel {
  flex: 1;
}
#gallery .swiper-pagination {
  display: block;
  position: relative;
  bottom: 0;
  margin: 2rem auto 3rem;
}

#stock .title-lg {
  margin-bottom: 3.5rem;
}

#stock .btn {
  width: 100%;
  margin-top: 4rem;
}

#stock .col:first-child {
  width: 265px;
  margin-right: 7rem;
	flex-wrap:wrap;
}

#stock .col:first-child .text-md {
  line-height: 1.6;
}

#stock .col:last-child {
  width: calc(100% - 265px - 7rem);
}

#stock .container-flex {
  align-items: center;
}

#forms .tabs {
  justify-content: center;
  margin-bottom: 7rem;
}

#forms .tabs .tab {
  font-size: 2rem;
  margin: 0 2rem;
}

#forms .tabs .tab:not(.active) {
  color: #262626;
}

#forms .car__model {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-right: 5rem;
}

#forms .car__model h3 {
  margin-bottom: 2rem;
}

#forms .car__model img {
  mix-blend-mode: darken;
}

#forms .form {
  flex: 1;
}
#forms #test-drive .container-flex {
  align-items: flex-start;
}
.video {
  position: relative;
}

.video::after {
  content: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 65 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.85' cx='32.5' cy='32.5' r='32.5' fill='%231C69D4'/%3E%3Cpath d='M45 32.5L26.25 43.3253L26.25 21.6747L45 32.5Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
}

.page_cars .list .tab-content.active{margin-bottom:8rem;}

.stock-slider {
  position: relative;
  overflow: hidden;
	width:100%;
}
.stock-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3rem;
}
.stock-slider .swiper-button-prev,
.stock-slider .swiper-button-next {
  zoom: 70%;
}
.car__item {
  padding: 4rem;
  background: #f2f2f2;
	overflow:hidden;
  position: relative;
}
.ribbon {
  position: absolute;
  top: 2rem;
  right: -4rem;
  background: #FCC53E;
  color: white;
  padding: 3px 5rem;
  font-size: 1.3rem;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.stock-slider .car__item .btn{
	min-width:auto;margin-top:2rem !important;
}

.car__item .car__year {
  color: #8E8E8E;
}

.car__item .car__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 1rem auto 3rem;
	background:#f2f2f2;
}

.bps_label{font-size:12px;display:flex;font-weight:normal;user-select:none;cursor:help;margin-top:10px;z-index: 10;}
.bps_title{background: #1C69D4;color: #fff;white-space: nowrap;padding: 5px 10px;border-radius: 15px;}
.bps_title:hover + .bps_text,.bps_title:active + .bps_text{display:block;}
.bps_text{display:none;background:#fff;padding:20px;box-shadow:0 3px 14px -0.5px rgb(0 8 16 / 8%);border:1px solid #ccc;font-size:12px;width:300px;max-width:90vw;position:absolute;left:0;top:35px;transition:0.3s;border:0;border-radius:15px;}

.page_tradein .car__item{overflow:visible;}
.page_tradein .bps_label{position:absolute;left:10px;top:0;}
.page_tradein_single .bps_text{left:auto;top:auto;margin-top:35px;}


.car__item .car__img img {
  position: relative;
  z-index: 1;
  margin: auto;
	mix-blend-mode: multiply;
}

.car__item .car__img::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.car__item .slider .swiper-pagination{bottom:1rem;}
.car__item .slider .swiper-pagination-bullet{background:#000;}
.car__item .slider .swiper-pagination-bullet-active{background:#007aff;}

.car__item h4 {
  margin-bottom: 2rem;
}

.car__item .car__spec {
  margin-bottom: 3rem;
}

.car__item .car__spec .icon {
	min-width:1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.5rem;
}

.car__item .car__spec .text-md {
  display: flex;
  align-items: center;
  color: #8E8E8E;
}

.car__item .car__spec .text-md:not(:last-child) {
  margin-bottom: 1.2rem;
}

.car__item .car__price {
  font-size: 2rem;
}

.icon-engine {
  background-image: url(../../img/bmw/svg/engine.svg);
}

.icon-trans {
  background-image: url(../../img/bmw/svg/trans.svg);
}

.icon-drive {
  background-image: url(../../img/bmw/svg/drive.svg);
}

.icon-location{background-image: url(/static/img/bmw/icons/4.png);}

.page__header {
  padding: 5rem 0 3rem;
  border-bottom: 1px solid #DCDCDC;
}
.page__header h2 {
  max-width: 1000px;
}
.sidebar-content {
  padding-right: 4.688vw;
  flex: 1;
  max-width: 68.45%;
}

.sidebar-content .sub-title {
  margin-bottom: 3rem;
}

.sidebar-content .text {
  margin-bottom: 5rem;
}

.sidebar-content .accordion__content .text {
  margin-bottom: 4rem;
}

.sidebar-content .accordion__content .text:last-child {
  margin-bottom: 0;
}

.sidebar-content .finance .tab {
  padding: 0 0 2rem;
  margin-right: 4.4rem;
}

.finance-programms .accordion__title img{max-height:30px;}
.finance-programms .accordion__content .text{font-size:16px;}

.sidebar {
  position: relative;
  max-width: 31.55%;
  flex: 1;
  padding-left: 4.688vw;
  display: flex;
  flex-direction: column;
}

.sidebar::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  width: 1px;
  height: calc(100% + 16rem);
  background: #DCDCDC;
}

#calcApp {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#calcApp .appTitle {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
#calcApp .radio:not(:last-child) {
  margin-right: 2rem;
}

#calcApp .label {
  background: #fff;
  font-weight: 300;
}

#calcApp .form-field {
  padding-right: 8rem;
}

#calcApp .disabled {
  pointer-events: none;
  opacity: 0.5;
}

#calcApp .field-group {
  position: relative;
  font-weight: 400;
}

#calcApp .field-group .label {
  position: absolute;
  top: -1rem;
  left: 1rem;
  padding: 0 1rem;
  color: #8E8E8E;
}

#calcApp .field-group .text-md {
  position: absolute;
  right: 2rem;
  margin-top: 1.6rem;
}

#calcApp .btn {
  width: 100%;
  line-height: 1.6;
  color: #353535;
  border-color: #DCDCDC;
  background: #DCDCDC;
}

#calcApp .amount {
  font-size: 2rem;
}

#calcApp .currency__symbol::after {
  content: " ₸";
}

#calcApp .percent__symbol::after {
  content: " %";
}

#total {
  display: flex;
  flex-wrap: wrap;
}

#total .col {
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

#total .col:not(:last-child) {
  margin-right: 3rem;
}

#total .col:last-child {
  color: #1C69D4;
}

#dealers .content {
  padding-right: 0;
}

#dealers .info,
#dealers .map-container {
  min-height: 65rem;
  height: 45vw;
}

#dealers .info {
  position: relative;
  overflow: auto;
  flex: 1;
  min-width: 32rem;
  max-width: 31.5%;
  padding: 6rem 4.688vw 0 0;
}

#dealers .info::-webkit-scrollbar {
  width: 7px;
  background: #ccc;
}

#dealers .info::-webkit-scrollbar-thumb {
  background: #1C69D4;
}

#dealers .map-container {
  position: relative;
  flex: 1;
  max-width: 68.5%;
}
#search{margin-bottom:6rem;}
#dealers .dealers-list {
  grid-template-columns: repeat(1, 1fr);
	padding-top:0;
}
#dealers.change-width .info {
  max-width: 80%;
}

#dealers.change-width .map-container {
  max-width: 20%;
}

#dealers.change-width .dealers-list {
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

#dealers.change-width .dealer__item {
  padding-left: 0;
  padding-right: 0;
}


#dealers .btn-arrow {
  position: absolute;
  top: calc(50% - 3.1rem);
  left: 6.2rem;
  z-index: 9;
}

.dealers-list {
  padding: 6rem 0;
  font-size: 1.5rem;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -4rem;
  grid-gap: 0 5rem;
}

.dealer__item {
  padding-right: 4rem;
  padding-left: 4rem;
	line-height:1.8;
}

.dealer__item:not(:last-of-type) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DCDCDC;
}

.dealer__item .row:not(:last-child) {
  margin-bottom: 2rem;
}

.dealer__item .row.phones span{float:left;margin-right:5px;}
.dealer__item .row.phones div{overflow:hidden;}

.dealer__item b{font-weight:500;}

.dealer__item a{color: #1C69D4;transition:0.3s;}
.dealer__item a:hover{opacity:0.7;}

.dealer__name {
  display: flex;
  align-items: center;
}

#map {
  width: 100%;
  height: 100%;
}
.map-hint {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}
.map-hint a {
  color: #1C69D4;
}
#car-stock {
  background: #f2f2f2;
}

#car-stock .cars {
  position: relative;
  background: #f1f1f1;
  box-shadow: 0px 11px 45px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

#car-stock .cars .tab-content.active {
  grid-gap: 4rem;
}

#car-stock .cars .list {
  padding: 4rem 4.688vw;
}

#car-stock .cars .tabs {
  margin-bottom: 0;
}

#car-stock .cars .tabs .text-md {
  align-self: flex-start;
  margin-right: 5rem;
  font-weight: 400;
}
#car-stock .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

#car-stock .photo-gallery a {
  width: 20%;
	max-height:6vw;
	overflow:hidden;
}
#car-stock .photo-gallery a:first-child {
  width: 100%;max-height:none;
}
#car-stock .photo-gallery a img{width:100%;height:100%;object-fit:cover;border:1px solid transparent;}
#stock-list {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}
#stock-list .sticky {
  top: 11rem;
}
#stock-list .sidebar {
  padding-right: 4.688vw;
}

#stock-list .sidebar::before {
  content: none;
}

#stock-list .car__items {
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}

#stock-list .car__item {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

#stock-list .accordion__item {
  box-shadow: none;
}

#stock-list .accordion__item.active {
  background: none;
}

#stock-list .accordion__item.active .accordion__title {
  box-shadow: none;
  border-bottom: 0;
}

#stock-list .accordion__item.active .accordion__content {
  padding: 0;
  overflow: visible;
}

#stock-list .accordion__title {
  padding: 0 0 3rem;
  border-bottom: 1px solid #DCDCDC;
}

#stock-list .accordion__title::after {
  top: 0;
  right: 0;
}

#stock-list .accordion__content {
  display: flex;
  flex-direction: column;
}

#stock-list .car-models .checkbox{display:block;}

#stock-list .checkbox:not(:last-child) {
  margin-bottom: 1.6rem;
}

#stock-list .form-checkbox + label::before {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
}

#stock-list .form-checkbox:checked + label {
  text-shadow: 0 0 0 #000000;
}

#stock-list .btn-group {
  font-size: 1.5rem;
}

#stock-list .btn-group .btn:first-child {
  color: #1C69D4;
  margin-right: 3rem;
}

#stock-list .btn:not(.btn-default) {
  min-width: auto;
  padding: 0;
}

#stock-list .car__item .btn:not(.btn-default){padding:12px 25px;margin-top:25px;}

#stock-list .btn-default {
  width: 100%;
}

#stock-list .btn-default:not(:last-of-type) {
  margin-bottom: 2rem;
}

#stock-list .sticky {
  min-width: 29rem;
}

#car-stock-info .info .text-lg:not(:last-child) {
  margin-bottom: 10px;
}
#car-stock-info .info .text-lg {
  display: flex;
  align-items: center;
}
#car-stock-info .info .text-group{
  margin-bottom: 2rem;
}
#car-stock-info .info .title {
  margin-bottom: 2rem;
}
#car-stock-info .status {
  margin: 2rem 0;
}
#car-stock-info .grid-2 {
  grid-gap: 5vw;
}

#car-stock-info .info-icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

#car-stock-info .icon-1 {
  background: url(/static/img/bmw/icons/1.png) no-repeat center / contain
}

#car-stock-info .icon-2 {
  background: url(/static/img/bmw/icons/2.png) no-repeat center / contain
}

#car-stock-info .icon-3 {
  background: url(/static/img/bmw/icons/3.png) no-repeat center / contain
}

#car-stock-info .icon-4 {
  background: url(/static/img/bmw/icons/4.png) no-repeat center / contain
}

#car-stock-info .icon-5 {
  background: url(/static/img/bmw/icons/5.png) no-repeat center / contain
}

#car-stock-info .icon-6 {
  background: url(/static/img/bmw/icons/6.png) no-repeat center / contain
}
.status::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 5px
}

.status.pending {
  color: #ffcc00;
}

.status.pending::before {
  background: #ffcc00
}

.status.status_1{
  color: #00b727;
}

.status.status_1::before {
  background: #00b727
}

.status.status_2{
  color: #1c69d4;
}

.status.status_2::before {
  background: #1c69d4;
}

.status span{color:#8E8E8E;}

.photo-gallery a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-models {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.back-to-models span {
  font-size: 1.5rem;
  margin-left: 1rem;
}
body.compensate-for-scrollbar {
  overflow: hidden!important;
}

.scrollbar {
  display: flex;
  flex-direction: column;
  max-height: 16rem;
  margin-bottom: 2.5rem;
  overflow-y: scroll;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background: #ccc;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #1C69D4;
}

.irs--flat {
  height: 1.5rem;
  margin: 0;
}

.irs--flat .irs-handle {
  background-color: #1C69D4;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0;
  cursor: pointer;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  height: 2px;
  background: #bbb;
  top: 0.7rem;
  border-radius: 0;
}

.irs--flat .irs-bar {
  background: #1C69D4;
}

.extra-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.extra-controls .flex-row {
  position: relative;
  flex: 1;
}

.extra-controls .flex-row span {
  position: absolute;
  top: -1.1rem;
  left: 1rem;
  padding: 0 1rem;
  z-index: 1;
  background: #f2f2f2;
}

.extra-controls .sep {
  width: 1rem;
  height: 1px;
  background: #666;
  margin: 0 1rem;
}

.extra-controls .form-field {
  font-weight: 400;
}

#gridToggle{position:relative;}
#gridToggle.load:after {
	content: "";
	position: absolute;
	left:-35px;
	top:-50px;
	right:0;bottom:0;
	background: rgba(255, 255, 255, 0.5);
	z-index:10;
}

.car__items-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.car__items-bar .sort,
.car__items-bar .sort__item {
  display: flex;
  align-items: center;
}

.car__items-bar .sort__item {
  cursor: pointer;
}

.car__items-bar .sort__item:hover {
  color: #1C69D4;
}

.car__items-bar .sort__item:hover rect {
  fill: #1C69D4;
}

.car__items-bar .sort__item .icon {
  margin-right: 1rem;
}

.car__items-bar .sort__item .icon.price_asc{transform:scale(1,-1);}

#image-compare {
  max-width: 675px;
  width: 100%;
  margin: 6rem auto;
}

.icv__circle {
  background: #1C69D4;
  border-width: 0 !important;
  width: 60px;
  height: 60px;
}

.become-a-dealer img {
  margin-right: 4rem;
}

.lifestyle .buttons{display:flex;justify-content:space-between;}
.lifestyle .buttons .btn{font-weight:300;width:49.4%;}

.lifestyle-collections .col {
  position: relative;
  margin-bottom:0;
  border: 5px solid #fff;
}

.lifestyle-collections .col:nth-child(3n){width:100%;}

.lifestyle-collections h4 {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
}

.lifestyle-collections .color-white {
  color: white;
}

.lifestyle-collections .text-md {
  margin-bottom: 3rem;
}
.notice {
  background-color: #fbedc9;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 1.4rem;
}
.notice .content {
  position: relative;
  display: flex;
  align-items: center;
}
.notice .text {
  flex: 1;
  font-size: 1.4rem;
}
.notice .btn-close {
  cursor: pointer;
  width: 1.8rem;
  margin-left: 3rem;
}
.icon-warning {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 2rem;
}
.none{display:none !important;}
.popup .form {
  max-width: 500px;
}
.popup .form .form-row {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
@media screen and (max-width: 1680px) {
  .list .tab-content.active {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1440px) {
  .nav__links .group {
    max-width: 24rem;
  }
  .nav__links .group h4 {
    font-size: 1.8rem;
  }
  .nav__img {
    margin-left: 3rem;
  }
  h1,
  .title-lg {
    font-size: 3.5rem;
  }

  h2,
  .title {
    font-size: 2.5rem;
  }

  h3,
  .sub-title {
    font-size: 2rem;
  }
  .page__header h2 {
    max-width: 60%;
  }
  .page__forms .cars .car {
    flex-direction: column;
  }

  .page__forms .car .text-group {
    margin: 1.5rem 0 0 0;
  }

  .nav__body .cars .tab-content.active {
    grid-template-columns: repeat(3, 1fr);
  }

  #gallery .container-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #promo .tab-content.active {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem 7rem;
  }

  #stock-list .car__items {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 4rem;
  }

  #stock-list .sidebar {
    padding-right: 4rem;
  }
}

@media screen and (max-width: 1280px) {

  .slider .text-group {
    margin-left: 17rem;
  }

  .post__item {
    padding: 4rem;
  }

  .list .tab-content.active {
    grid-template-columns: repeat(2, 1fr);
  }

  #stock-list .car__items {
    margin-left: 8rem;
  }
}

@media screen and (max-width: 1140px) {
  #stock-list .car__items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 10rem;
  }
}

@media screen and (max-width: 1000px) {
  .banner .banner-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(0,0,0,.8) 100%);
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .notice .content {
    align-items: flex-start;
  }
  .notice .btn-close {
    margin-left: 2rem;
  }
  .page__header h2 {
    max-width: 100%;
  }
  h1 {
    font-size: 2.4rem;
  }

  h2,
  .title,
  .title-lg {
    font-size: 2rem;
  }

  h3,
  .sub-title {
    font-size: 1.8rem;
  }

  h4,
  .title-sm {
    font-size: 1.6rem;
  }

  .text,
  .text-lg,
  .text-md,
  .text-sm,
  .text-xs {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text p:not(:last-child) {
    margin-bottom: 2.5rem;
  }

	.text .title-sm{font-size:18px;}

  .text-border {
    padding: 3rem;
    font-size: 1.8rem;
  }

  .banner-sm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
    display: block;
    z-index: 1;
  }

  .banner .banner-content {
    width: 100%;
    height: 540px;
    min-height: auto;
    display: flex;
    align-items: center;
  }

  .banner .banner-content picture {
    position: absolute;
  }

  .banner.banner-sm .banner-content {
    height: 320px;
  }

	.banner .text-group h2 {font-size:2.4rem;}
	.banner .text-group h3 {font-size:2rem;}

  .banner .text-group.centred {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: relative;
    width: calc(100% - 4rem);
  }

  .banner .text-group.centred .breadcrumbs {
    justify-content: center;
  }

  .banner .text-group {
    z-index: 2;
  }

  .banner .banner-slide {
    height: auto;
  }

  .banner .btn-group .btn {
    width: 100%;
  }

  .banner .text-group {
    margin-left: 2rem;
    margin-right: 2rem;
    bottom: 4rem;
  }

  .slider .text-group {
    bottom: 6.5rem;
  }

  .slider .swiper-pagination {
    bottom: 2.5rem;
  }

  .post__img {
    margin-bottom: 2.5rem;
  }

  .post__item {
    padding: 4rem 2rem;
  }

  .post__item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }

  .post__item:not(:first-child) {
    border-left: none;
  }

  .post__text {
    margin-bottom: 2rem;
  }

  .page__news .post {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .page__news .post .post__date {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .share-block {
    margin-top: 3rem;
  }

  .page__pagination {
    padding: 3rem 0;
  }

  .page__pagination .page__link {
    width: 36px;
    height: 36px;
    margin: 0 3px;
  }

  .accordion__title {
    padding: 2rem;
  }

  .accordion__item .img-container {
    max-width: 120px;
  }

  .accordion__item img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .accordion__item .btn {
    width: 100%;

  }

  .accordion__title::after {
    right: 2rem;
    top: 33%;
  }

  .accordion__item.active .accordion__content {
    padding: 3rem 2rem;
  }

  .finance-programms .finance .tab {
    margin-right: 3rem;
  }

  .accordion__content .table {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .list .tab-content.active {
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs::-webkit-scrollbar {
    height: 0;
  }

  .form {
    width: 100%;
    margin-top: 0;
  }

  .form .form-row {
    width: 100%;
    margin-top: 2.5rem;
  }

  .form-field {
    font-size: 14px;
    padding: 1.5rem;
    height: 4.8rem;
  }

  .form-msg {
    min-height: 8rem;
  }

  .form-btn {
    height: 5.5rem;
  }

  .page__forms .info,
  .page__forms .form {
    max-width: 100%;
  }

  .page__forms .info {
    padding-right: 0;
    padding-bottom: 4rem;
  }

  .page__forms .info::before {
    top: -4rem;
    left: -2rem;
    right: -2rem;
    width: 100vw;
    height: calc(100% + 4rem);
  }

  .page__forms .form {
    padding-left: 0;
    margin-top: 2rem;
  }

  .page__forms .cars .car__img {
    width: 160px;
  }

  .page__forms .cars .car {
    flex-direction: row;
  }

  .page__forms .car .text-group {
    margin: 0 0 0 2rem;
  }

  .table th {
    font-size: 1.6rem;
    vertical-align: top;
  }

  .table th,
  .table td {
    min-width: 10rem;
    padding: 2rem;
  }
  html {
    overflow-x: hidden;
  }
  .popup {
    padding: 5rem 2rem;
    max-width: 100%;

  }

  .popup .title {
    margin-bottom: 0;
  }

  .popup .fancybox-close-small {
    right: 1rem !important;
  }

  main {
    padding-top: 6.7rem;
  }

  .header {
    position: fixed;
    top: 0;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 6.8rem;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #dcdcdc;
  }
  .header .content {
    padding: 0;
    width: 100%
  }
  .main-icon .icon-menu {
    display: flex;
  }
  .header .logo a{
    width: 35px;
    height: 35px;
  }

  .header .logo img {
    display: none;
  }
	.site__header{width:100%;}
  .site__header .dealer__info {
    margin-right: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
  }
  .site__header .dealer__info .text-sm {
    color: #8E8E8E;
    margin-bottom: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .site__header .phone-link {
    color: #262626;
    font-size: 14px;
  }
  .site__header .dealer__phone path {
    fill: #262626;
  }
  .nav__menu {
    background: #fff;
    position: fixed;
    top: 6.8rem;
    width: 100vw;
    height: calc(100% - 6.8rem);
    left: 0;
    overflow-y: auto;
    display: none;
  }

  .nav__menu.active {
    display: block;
  }

  .nav__menu .item {
    width: 100%;
  }

  .nav__menu .item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }

  .nav__menu .item.active .nav__icon::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: 7px;
  }
  .nav__menu .item .nav__target-link::after {
    content: none;
  }
  .nav__menu .item.active .nav__body {
    position: relative;
    width: 100%;
    opacity: 1;
    padding: 2rem;
    left: 0;
    z-index: 1;
    display: block;
    border-top: 1px solid #dcdcdc;
    top: 0;
    min-width: auto;
  }

  .nav__menu .nav__icon {
    width: 100%;
    height: 6rem;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 2rem;
  }

  .nav__menu .nav__icon::after {
    content: url("/static/img/bmw/svg/down.svg");
    -webkit-filter: invert(1);
            filter: invert(1);
    margin-left: auto;
    position: absolute;
    margin-top: -3px;
    right: 2rem;
  }

  .nav__menu .nav__icon svg {
    width: 25px;
  }

  .nav__menu .nav__icon .nav__menu-title {
    margin: 0 0 0 1.5rem;
    font-size: 1.5rem;
  }
  .nav__menu .nav__target-link .nav__menu-title {
    margin: 0;
  }
  .main-nav {
    position: relative;
    width: auto;
    background: none;
    border-right: none;
    overflow: visible;
    display: flex;
    align-items: center;

  }
  .main-icon.nav__icon {
    display: block;
  }
  .main-icon {
    width: auto;
    height: auto;
    min-height: auto;
  }
  .nav__icon img {
    display: block;
  }
  .nav__menu .nav__icon .nav__menu-title {
    padding: 0;
  }
  .nav__content-footer,
  .nav__img {
    display: none;
  }

  .nav__links {
    padding-top: 0;
    min-width: auto;
  }

  .nav__links .group {
    max-width: 100%;
		margin-bottom:15px;
  }
  .nav__links .group .title-underline::after{
    margin:1rem 0;
  }

  .nav__links .group:last-child {
    margin-bottom: 0;
  }

  .nav__body {
    display: none;
  }

  .nav__body .cars .tab-content.active {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 2rem;
  }

  .nav__content .tabs .tab,
  .nav__content .more-link {
    font-size: 14px;
  }

  .nav__content .sns {
    margin: 1rem 0 5px;
  }

  .nav__content h4 {
    /*display: none;*/
  }

  .promo-tabs {
    margin-top: 0;
  }

  .container {
    padding: 0;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }

  .btn-group .btn {
    min-width: 24rem;
    text-align: center;
    width: 100%;
  }

  .btn-group .btn:not(:last-child) {
    margin: 0 0 1.5rem;
  }

  .grid-section .item {
    flex: 100%;
    padding: 4rem 2rem;
    align-items: center;
    min-width: auto;
    justify-content: flex-start;
    height: 200px;
  }

  .grid-section .item.full-width {
    height: 200px;
  }

  .grid-section .item .btn {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: none;
    margin-top: 1rem;
  }

  .grid-section .item .btn::after {
    content: "";
    margin-left: 10px;
    width: 8px;
    height: 13px;
    margin-top: 2px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.815.843l-.812.844 2.299 2.39L4.6 6.465l-2.3 2.39L0 11.249l.853.876.853.876 3.147-3.267L8 6.467 4.887 3.233C3.176 1.455 1.742 0 1.701 0c-.04 0-.439.38-.886.843z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-filter: invert(1);
            filter: invert(1);
  }

  .grid-section .item.dark .btn::after {
    -webkit-filter: none;
            filter: none;
  }

  .grid-section .item .sub-title {
    width: 50%;
  }

  .grid-section .item .sub-title br {
    display: none;
  }

  .grid-section .item.t-right .sub-title {
    max-width: 100%;
  }

  .tab-content.active {
    grid-template-columns: repeat(1, 1fr);
  }

  .cars .list {
    padding: 3rem 2rem 5rem;
  }

  .cars .tab-content.active {
    grid-gap: 3rem;
    padding-top: 1rem;
  }

  .cars .car__img {
    width: 160px;
  }

  .tabs {
    overflow-x: auto;
  }

  .tabs .tab {
    padding: 0 1.35rem 2rem;
  }

  .footer__nav {
    flex-wrap: wrap;
    padding: 3rem 0;
  }

  .footer__nav .group{
    display: none;
  }

  .footer__nav .col {
    width: 100%;
  }

  .footer__nav .col:not(:first-child) {
    margin-left: 0;
  }

  .footer__nav .group,
  .footer__nav .group:not(:last-child) {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .footer__nav .sns {
    margin: 2rem 0;
  }

  .footer__nav h4 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    position: relative;
  }

  .footer__nav h4::after {
    content: url(../../img/bmw/svg/down.svg);
    position: absolute;
    right: 0;
    margin-top: -2px;
  }

  .footer__nav h4.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: 7px;
  }

  .footer__nav h4.active + .group {
    display: block;
  }

  .footer__nav .main-link {
    font-size: 14px;
  }

  .footer__nav .list:not(:last-child) {
    margin-bottom: 5px;
  }

  .footer__nav .col:last-child .group {
    display: block;
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .footer__bottom-bar {
    align-items: center;
  }

  .footer__bottom-bar .logos {
    order: 1;
  }

  .footer__bottom-bar .am-logo {
    order: 2;
  }

  .footer__bottom-bar .text-xs {
    order: 3;
    margin-top: 2rem;
  }

  .nav__footer {
    display: block;
    padding: 2rem;
  }

  .nav__footer .logos {
    margin-bottom: 1.5rem;
  }

  .nav__footer .logos a:not(:last-child) {
    margin-right: 2.5rem;
  }

  .nav__footer .group-links a {
    margin: 5px 0;
  }

  .group-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .group-links a:not(:last-child):after {
    content: none;
  }

  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section .sub-title {
    margin-bottom: 2.5rem;
  }

  .promo {
    padding-bottom: 1rem;
  }

  .promo-tabs .tabs {
    margin-bottom: 2rem;
  }

  .promo h5 {
    margin: 1rem 0;
  }

  .promo .post__text {
    margin-bottom: 0;
  }

  .promo .tab-content.active {
    grid-gap: 2rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .promo .post__img {
    margin-bottom: 0;
  }

  .promo .promo__item:not(:first-child) {
    margin-top: 1rem;
  }

  #promo .promo {
    padding-bottom: 4rem;
  }

  #promo .tabs {
    margin-bottom: 2rem;
  }

  #promo .tabs .tab {
    padding-top: 2rem;
  }

  #promo .tab-content.active {
    grid-gap: 5rem;
  }

  #promo .promo__item {
    position: relative;
  }

  #promo .promo__item:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #DCDCDC;
    bottom: -3.5rem;
    left: calc(-50vw + 50%);
  }

  .page__car .title-lg,
  #stock .title-lg {
    margin-bottom: 3rem;
  }

  .car__nav {
    font-size: 14px;
    position: relative;
  }

  .navbar {
    padding: 1.5rem 0 0;
    overflow-y: hidden;
    overflow-x: auto;
		margin-top:-7rem;
  }

  .navbar .link {
    padding-bottom: 1.5rem;
    margin-right: 3rem;
    white-space: nowrap;
  }

  .navbar .navbar__name {
    display: none;
  }

  .tab-nav {
    margin: 0;
		margin-top:7rem;
    width: 100%;		
  }

  .tab-nav .tabs {
    position: relative;
    top: 0;
    box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.05);
    margin: -5px -2rem 0;
    padding: 0 2rem 1.5rem;
    flex-flow: row wrap;
  }

  .tab-nav .tabs .tab {
    width: 100%;
    padding: 0;
    position: relative;
    font-size: 1.4rem;
    padding: 5px 0;
  }

  .tab-nav .tabs .tab.active::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30435 0L0 1.24138L5 6L10 1.24138L8.69565 0L5 3.51724L1.30435 0Z' fill='%231C69D4'/%3E%3C/svg%3E%0A") no-repeat center;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 35%;
    right: 0;
    left: auto;
  }

  .tab-nav .tab:not(.active) {
    display: none;
  }

  .tab-nav .tab:not(:last-child) {
    margin-bottom: 0;
  }

  .tab-nav .tab span {
    pointer-events: none;
  }

  .tab-info {
    padding-top: 4rem;
  }

  .video::after {
    zoom: 0.65;
  }

  .inner .container-grid {
    grid-gap: 3rem;
    margin-top: 0;
  }

  .inner .container-grid:not(:last-child) {
    margin-bottom: 4rem;
  }

  .inner .container-grid:nth-child(odd) .col:first-child {
    order: 1;
  }

  .inner .container-grid:nth-child(odd) .col:last-child {
    order: 2;
  }

  .inner hr {
    margin: 4rem auto;
  }

  .inner .text hr {
    margin: 2rem auto;
  }

  .inner-banner {
    display: none;
    height: auto;
  }

  .inner-banner h2 {
    top: 3rem;
    left: 2rem;
  }

  .inner h3 {
    font-size: 1.6rem;
  }

  .inner h3,
  .inner p:not(:last-child) {
    margin-bottom: 2rem;
  }

  #highlights .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

	#stock .col{margin-bottom:0;}

  #highlights .title-lg,
  #stock .col:first-child .text-md{
    display: none;
  }

  #prices {
    /*padding-top: 4rem;*/
    overflow: hidden;
  }

  #prices .title-lg {
    margin-left: 2rem;
  }

  #prices .link {
    padding: 2rem;
    flex-direction: column;
    align-items: center;
  }

  #prices .link:last-child {
    padding: 2rem;
  }

  #prices .icon {
    zoom: 0.65;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  #prices .title-sm {
    margin-left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }

  #prices .config {
    padding: 0 2rem 4rem;
    display: flex;
    margin: 0;
    grid-gap: 2rem;
    overflow-x: scroll;
  }

  #prices .config .item {
    min-width: 24rem;
  }

  #prices .prices,
  #prices .manuals {
    grid-template-columns: repeat(2, 50%);
    padding: 0;
  }

  #gallery .section {
    padding-bottom: 0;
  }

  #gallery .container-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    margin: 0 -2rem;
  }

  #forms .tabs {
    margin-bottom: 3rem;
  }

  #forms .tabs .tab {
    margin: 0;
    font-size: 1.4rem;
  }

  #forms .car__model {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
  }

  #forms .car__model h3 {
    order: 2;
    margin: 0;
  }

  #forms .car__model img {
    max-width: 12rem;
    order: 1;
    margin-right: 2rem;
  }

  #forms .tabs {
    justify-content: flex-start;
  }

  .car__item {
    padding: 3rem;
  }

  .car__item .car__spec {
    margin-bottom: 2rem;
  }

  .car__item .car__price {
    font-size: 1.6rem;
  }

  .car__item .car__spec .text-md:not(:last-child) {
    margin-bottom: 0.7rem;
  }

  #stock .col:first-child,
  #stock .col:last-child {
    width: 100%;
    display: block;
  }

	#car-stock-info .info .title{font-weight:400;font-size:24px}
	#car-stock-info .info .sub-title{font-size:22px}
	#car-stock .photo-gallery a{max-height:12vw;}

  .page__header {
    padding: 2.5rem 0 2rem;
  }

  #promo .tab-content.active {
    grid-template-columns: repeat(1, 1fr);
  }

  .sidebar-content,
  .sidebar {
    padding: 0;
    flex: 100%;
    max-width: 100%;
  }

  .sidebar::before {
    content: none;
  }

  .sidebar {
    margin-top: 4rem;
  }

  .sidebar .form {
    margin-top: -2.5rem;
  }

  .sidebar-content .text {
    margin-bottom: 3rem;
  }

  .sidebar-content hr {
    margin: 2.5rem -2rem;
  }

  .sidebar-content .accordion__content .text {
    margin-bottom: 0;
  }

  .finance-calculator .field-group .label {
    font-size: 1.2rem;
    top: -0.9rem;
  }

  #dealers .content {
    padding: 0 2rem;
  }

  #dealers .info {
    padding: 4rem 0 0;
  }

  #dealers .btn-arrow {
    display: none;
  }

  #dealers .info,
  #dealers .map-container {
    max-width: 100%;
    flex: 100%;
    min-width: auto;
  }

  #dealers .info {
    height: auto;
  }

  #dealers .map-container {
    height: 32rem;
    min-height: auto;
    margin: 0 -2rem;
  }

  #map {
    width: 100vw;
  }

  .dealers-list {
    padding: 4rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  #car-stock .cars {
    display: none;
  }

  #stock-list {
    padding-top: 0;
  }

  #stock-list .sidebar {
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    margin-top: 0;
  }

  #stock-list .sidebar.active {
    position: fixed;
    top: 6rem;
    left: 0;
    opacity: 1;
    height: calc(100% - 6rem);
    overflow: auto;
    padding: 4rem 2rem 4rem;
    z-index: 98;
    background: #f2f2f2;
  }

  #stock-list .sticky {
    position: relative;
    min-width: auto;
  }

  #stock-list .accordion__title {
    padding: 0 0 2rem;
  }

  #stock-list .btn-group {
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }

  #stock-list .btn-group .btn:first-child {
    margin-bottom: 0;
  }

  #stock-list .btn-group .btn {
    width: auto;
  }

  #stock-list .sidebar-content {
    padding: 0;
  }
  #stock-list .sidebar-content p {
    padding: 0 2rem;
  }
  #stock-list .car__items {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    border-left: 0;
    zoom: 0.8;
  }

  #stock-list .car__item {
    padding: 2.5rem 2rem;
  }

  #stock-list .car__item:nth-child(2n+2) {
    border-right: 0;
  }

  .quantity-info {
    display: none;
  }

  .car__items-bar {
    padding: 0 2rem;
    margin: 0;
  }

  .car__items-bar .sort {
    width: 100%;
  }

  .car__items-bar .filter-btn {
    display: inline-flex;
    background: #1C69D4 url(../../img/bmw/svg/filter.svg) no-repeat center;
    width: 5.2rem;
    height: 5.2rem;
    margin-left: auto;
    margin-right: -2rem;
  }

  .filter-close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 2rem;
    left: 1.4rem;
    font-weight: bold;
  }

  .filter-close svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 5px;
    margin-top: 2px;
  }

  .become-a-dealer {
    margin-top: 4rem;
  }

  .become-a-dealer .btn {
    width: 100%;
  }

  .become-a-dealer img {
    margin: 0 0 2rem;
    width: 100%;
  }

  .lifestyle-collections h4 {
    padding: 2rem;
    max-width: 70%;
  }

  .lifestyle-collections .col {
    height: 20rem;
  }

  .lifestyle-collections .col:not(:last-child) {
    margin-bottom: 2rem;
  }
  #gallery .title-group {
    max-width: 100%;
    margin-right: 0;
  }
  #gallery .carousel {
    flex: 100%;
  }

  #gallery .slider-controls {
    display: none;
  }
  #cta .item:nth-child(odd),
  .grid-section .item:nth-child(even):not(:last-child) {
    border-right: 0;
  }
  .footer__nav .col3 {
    width: 100%;
    column-count: 1;
    column-gap: 0;
  }
  .breadcrumbs {
    flex-wrap: wrap;
    align-items: center;
		display:none;
  }
  .breadcrumbs .link {
    margin-bottom: 2px;
  }
  .banner .text-group.centred .breadcrumbs {
    margin: 0 auto 5px;
    max-width: 80%;
  }
  #dealers.change-width .info,
  #dealers.change-width .map-container {
    max-width: 100%;
  }
  #dealers .info {
    overflow: hidden;
  }
  #dealers.change-width .dealers-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .flex-1 .col .img-container,
  .flex-1 .col.text_left .img-container,
  .flex-1 .col.text_right .img-container {
    height: auto;
  }

  .data {
    overflow-x: scroll;
  }

  .post .flex.flex-reverse {
    flex-direction: row;
  }
  .post .flex .col2{
    width: 100%;
  }
  .post .flex .col2:first-child {
    margin-bottom: 3rem;
  }
  body::-webkit-scrollbar {
    width: 0;
  }

	.submenu_items{display:flex;flex-wrap:wrap;}

	.submenu_item{padding:6vw 5vw;width:50%;border-right:1px solid #DCDCDC !important;}
	.submenu_item:nth-child(2n){border-right:0 !important;}
	.submenu_item img{height:35vw;margin-bottom:5vw;}
	.submenu_item .post__title{font-size:4.8vw;margin-bottom:0;}

  #calcApp .appTitle {
    font-size: 1.8rem;
  }
  .main-nav {
    border: none;
  }
  .header-inverse {
    color: #262626;
  }
  .header-inverse .main-nav.active {
    color: #262626;
  }
  .nav__menu .item.active .nav__menu-title::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 100%);
  }

  .flex-2 .col {
    width: 100%;
  }

}

#lang-selection {
	width: 100%;
	max-width: 500px;
	padding: 30px;
}
#lang-selection .btn-group{
flex-direction: column;
background: #efefef;
padding: 30px;
}
#lang-selection .btn-row {
	display: flex;
	align-items: center;
  width: 100%;
  justify-content: space-between;
}
#lang-selection .lang-label {
	flex: 1;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 500;
}
#lang-selection .btn {
color: inherit;
text-transform: unset;
width: 100%;
padding: 18px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
width: 180px;
font-weight: bold;
border-width: 2px;
border-style: solid;
border-color: #1547ac;
outline: none;
font-family: inherit;
letter-spacing: 1px;
min-width: auto;
line-height: 1.2;
}
#lang-selection .btn-row:not(:last-child) {
margin: 0 0 10px;
}
#lang-selection .btn.active {
background: #1547ac;
color: #fff;
}
#lang-selection .fancybox-button{
	padding: 3px;
	width: 32px;
	height: 32px;
	top: 0 !important;
	right: 0 !important;
}
@media screen and (max-width: 640px) {
  #lang-selection {
    padding: 20px;
  }
	#lang-selection .btn-group {
			padding: 20px;
	}
	#lang-selection .btn-group .btn {
			padding: 16px 20px;
			width: 100%;
	}
  #lang-selection .btn-row:not(:last-child) {
    margin-bottom: 15px;
  }
	#lang-selection .lang-label {
			font-size: 14px;
      margin-bottom: 7px;
	}
  #lang-selection .btn-row {
    flex-wrap: wrap;
  }
}
.langs a:not(:last-child):after {
  margin: 0 1.5rem;
}
.langs .active {
  color: #1547ac;
}
@media screen and (max-width: 640px) {
  .langs.group-links a:not(:last-child):after {
    width: 1px;
    height: 1.2rem;
    display: inline-flex;
    align-self: center;
    content: '';
    background: #000;
  }
  .langs.group-links {
    flex-direction: row;
  }
  .langs.group-links a {
    border-bottom: 0;
  }

}
