.option-tab-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.option-tab-content_content-wrap {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}

.option-tab-content_sidebar-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding-left: 15px;
  padding-top: 25px;
}

.main_minibanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_minibanners.vertical-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_minibanners.vertical-style .mmb_item:not(:last-child) {
  margin-bottom: 10px;
}

.main_minibanners .mmb_item {
  text-decoration: none;
}

.main_minibanners .mmb_item > img {
  display: block;
  width: 100%;
}

.main_minibanners .mmb_item:hover {
  opacity: 0.8;
}

.sidebar-widget_gifts {
  margin-bottom: 20px;
}

.wc-block_wrapper {
  border: 1px solid #308dca;
  padding-bottom: 20px;
}

.wc-block_wrapper .contact-block {
  padding: 10px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wc-block_wrapper .contact-block > .contact-block_line:nth-of-type(2) {
  color: #308dca;
}

.wc-geoinfo {
  padding: 5px 15px 10px;
  line-height: 15px;
}

.wc-block_wrapper .btn.callmodal {
  width: 100%;
  max-width: 245px;
  margin: auto;
  display: block;
}

.wc-geoinfo > h2 {
  font-size: 14px;
}

.wc-geoinfo span {
  font-size: 12px;
  font-weight: bold;
}

.swg-credit-page {
  margin-bottom: 25px;
}

.bottom_mobile_lists {margin-top: 30px;}

.bottom_mobile_lists h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.credit-futures-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.credit-futures-section {
  background: #e8e8e8;
  padding: 50px 0;
}

.credit-future-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.credit-future-item > img {
  margin-bottom: 20px;
}

.credit-future-item > h2 {
  font-size: 24px;
  font-weight: bold;
}

.credit-future-item > span {
  font-size: 18px;
  font-weight: bold;
}

.credit-future-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -60px;
}

.credit-future-separator i {
  background: #c6c6c6;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
}

.bottom-fullwidth-callback-section {
  text-align: center;
  padding: 60px 10px 80px;
}

.bottom-fullwidth-callback-section h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}

.bottom-fullwidth-callback-section h4 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.bfcs-phone > a {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  text-decoration: none;
  color: #308dca;
}

.bfcs-phone > span {
  font-size: 18px;
  font-weight: bold;
  color: #aaaaaa;
}

.bfcs-phone {
  margin-bottom: 20px;
}

.bottom-fullwidth-callback-section .btn.callmodal {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding: 0 55px;
  border-radius: 30px;
}

/*update to +*/
#nav-icon1 {
  width: 27px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 0 auto 4px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

.btn-menu:after {content: "Меню";font-weight: 600;font-size: 13px;text-transform: uppercase;}

.header_main.jw-visible #nav-icon1 span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header_main.jw-visible #nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header_main.jw-visible #nav-icon1 span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn-menu {
  background-color: #f4e000;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 5px;
  overflow: hidden;
  display: none;
  z-index: 15;
}

.header_main.jw-visible .header_main-navigation {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.fulltech-specs-wrapper {
  overflow: auto;
}

.resp-table_overflow {
  overflow: auto;
}

.resp-table_overflow > table {
  min-width: 1160px;
}

.fulltech-specs-wrapper > div {
  min-width: 1160px;
}

.hide_on--767more {
  display: none;
}

.hide_on--767less {
  display: block;
}

#getbank .getbank_discount-girl {
  max-width: 130px;
  width: 100%;
  display: block;
  margin: 15px auto 0;
}

.getbank-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 280px;
  margin-top: 10px;
}

.getbank-form > *:not(:last-child) {
  margin-bottom: 10px;
}

.getbank-form > * {
  width: 100%;
}

#getbank > h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#getbank > h3 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banks-item {
  cursor: pointer;
}

.banks-item:hover {
  opacity: 0.8;
}

.wc-block_wrapper .contact-block_line {
  margin-bottom: 5px;
}

@media (max-width: 1495px) {
  .btn-fly-ss > img {
    max-width: 120px;
  }

  .btn-fly-tradein > img {
    max-width: 96px;
  }

  .btn-fly-tradein {
    left: 20px;
  }
}

@media (max-width: 1181px) {
  .topbar-phone > a, .line-type_phone > a, .bottombar-phone > a {
    font-size: 15px;
  }

  .topbar-geo, .bottombar-geo, .line-type_geo, .line-type_phone {
    font-size: 11px;
  }

  .topbar-callback > .btn {
    font-size: 13px;
  }

  .contacts-content a {
    font-size: 18px;
  }

  .option-tab-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .option-tab-content_sidebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .sidebar-widget_contacts {
    display: none;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners.vertical-style .mmb_item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .sci-oldprice {
    font-size: 15px;
  }

  .sci-newprice {
    font-size: 22px;
  }

  .sci-main_collum.action-collum {
    width: 26%;
  }

  .catalog-filter-wrapper-special .btn {
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  body, .container {
    min-width: 960px
  }

  .header_main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .btn-menu {
    display: block;
  }
  .header_main-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
    transition: all 0.23s ease;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
    opacity: 0;
    z-index: 15;
  }

  .main-navigation_separator {display: none;}

  .header_main-navigation > a {
    font-size: 18px;
    margin: 5px 0px;
    color: #000;
  }

  .header_main.jw-visible .btn-menu {
    top: 10px;
    right: 10px;
    position: fixed;
  }

  .fullwidth-tradein-form {
    min-width: auto;
  }

  .main-slider-section-wrapper .swiper-slide {
    height: 27vw;
  }

  .btn {
    font-size: 14px;
  }

  .future-item_title {
    font-size: 15px;
  }

  .main-dealer-discount-section_title > span:first-child {
    font-size: 16px;
  }

  .main-dealer-discount-section_title > strong {
    font-size: 32px;
  }

  .main-dealer-discount-section_title > strong:last-child > span {
    font-size: 42px;
  }

  .header_main-logo, .footer_main-logo {
    height: 40px;
  }

  .header_main-logo img, .footer_main-logo img {
    max-width: 185px;
  }

  .header_main, .footer_main {
    padding-top: 10px;
    border-bottom: 1px solid #e8e8e8;
  }

  .header_main-logo {
    border-right: 0;
  }

  .layer-marks_item-icon {
    height: 30px;
    width: 30px;
    background-size: contain;
  }

  .layer-marks_item {
    margin-bottom: 0;
  }

  .topbar_wrap, .bottombar_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar-callback > .btn {
    height: 32px;
    line-height: 32px;
  }

  .cpl-buttons .btn:first-child {
    margin-right: 0;
  }

  .main-breadcrumbs ~ .main-title > .main-title-wrap {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .christmas-theme:after {
    top: 10px;
  }

  .topbar-phone {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .topbar-phone [data-src] {
    display: none;
  }

  .nw-gift img {
    max-width: 120px;
  }

  .nw-gift h3 {
    font-size: 18px;
  }

  .nw-separator {
    margin: 1.0vw 2% auto;
  }

  .credit-future-item > h2 {
    text-align: center;
    font-size: 18px;
  }

  .credit-future-item > span {
    font-size: 13px;
  }

  /*Quiz mobile version*/

  .new-quiz-scene {
    min-width: auto;
    margin: 10px 0 15px;
  }

  .nqs-heading {
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .nqs-select {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .nqs-col {
    width: 50%;
  }

  .nqs-car-item-inner h2 {
    font-size: 13px;
    line-height: 13px;
  }

  .nqs-car-item-inner {
    margin-bottom: 0;
  }

  .nqs-car-select {
    margin-bottom: 0;
  }

  .nqs-select-mod .nqs-select {
    width: 100%;
  }

  .nqs-select-mod .nqs-select div h2 {
    font-size: 13px;
    line-height: 18px;
  }

  .nqs-select-mod .nqs-select div span {
    font-size: 13px;
  }

  .nqs-select-mod + .nqs-heading {
    margin-top: 15px;
  }

  .nqs-checkboxes .nqs-select {
    width: 100%;
  }

  .nqs-checkboxes .nqs-select div h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .nqs-checkboxes .nqs-select div span {
    font-size: 13px;
  }

  .nqs-discount-price > h2 {
    font-size: 17px;
  }

  .nqs-car-and-gift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nqs-cag-block {
    width: 100%;
  }

  .nqs-cag-separator {
    display: block;
    margin: 10px 0;
  }

  .nqs-car-price div {
    font-size: 17px;
    line-height: 17px;
  }

  .nqs-car-price div span b {
    font-size: 24px;
    line-height: 24px;
  }

  .nqs-final-result {
    margin-bottom: 20px;
  }

  .nqs-bottom-btn p {
    font-size: 14px;
  }

  .nqs-mark-item {
    width: 20%;
    margin-bottom: 10px;
  }

  .nqs-cars-list {
    max-height: 295px;
  }

  .nqs-checkboxes .nqs-select {
    min-height: 51px;
    padding-top: 10px;
  }

  .catalog-filter-wrapper-special .catalog-filter-form .select2-container {
    max-width: 49%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  body, .container {
    min-width: 720px
  }
  .fullwidth-tradein-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tradein-fullwidth-form-section > .container > img {
    max-width: 56%;
  }

  .main-title h2, .main-title h1 {
    font-size: 24px;
  }

  .catalog-item > h2 {
    font-size: 18px;
  }

  .catalog-item > .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }

  .catalog-item > a img {
    margin-bottom: 10px;
  }

  .main-dealer-discount-section_title > span:first-child {
    font-size: 15px;
  }

  .main-dealer-discount-section_title > strong {
    font-size: 27px;
  }

  .main-dealer-discount-section_title > strong:last-child > span {
    font-size: 33px;
  }

  .footer_main-logo img {
    max-width: 120px;
  }

  .bottombar-callback .btn {
    height: 35px;
    line-height: 35px;
  }

  .topbar-geo:after, .topbar-phone:after, .bottombar-geo:after, .bottombar-phone:after, .line-type_geo:after, .line-type_phone:after {
    height: 15px;
    width: 15px;
    background-size: contain;
  }

  .topbar-phone > a, .line-type_phone > a, .bottombar-phone > a {
    font-size: 17px;
  }

  .topbar-geo, .topbar-phone, .bottombar-geo, .bottombar-phone, .line-type_geo, .line-type_phone {
    padding-left: 20px;
    margin-right: auto;
    margin-left: 10px;
  }

  .topbar-phone:nth-of-type(3) {
    display: none;
  }

  .future-item {
    margin-bottom: 25px;
  }

  .main-title-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .body-main_benefit {
    width: 160px;
    height: 160px;
  }

  .body-main_price-oldest {
    font-size: 16px;
  }

  .body-main_price-newest {
    font-size: 15px;
  }

  .body-main_price-newest span {
    font-size: 20px;
  }

  .model-main_expressform h2 {
    font-size: 18px;
  }

  .model-main_expressform h2 span {
    font-size: 24px;
  }

  .gifts-heading {
    text-align: center;
    padding-bottom: 2em;
  }

  .gift-item_image {
    width: 120px;
    height: 120px;
  }

  .gifts-wrapper {
    padding: 20px;
  }

  .gift-item_title {
    font-size: 13px;
  }

  .gift-item_title strong {
    font-size: 16px;
  }

  .bm-spec-item:not(:last-child) {
    margin-right: 0px;
  }

  .bm-spec-item {
    width: 50%;
  }

  .cpl-buttons .btn {
    font-size: 10px;
    padding: 0 10px;
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
  }

  .cpl-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cpl-buttons .btn:last-child {
    margin-left: 0;
    margin-top: 5px;
  }

  .fullwidth-sale-banner {
    overflow: hidden;
  }
  
  .complectation-item_col.cpl-print {
    display: none;
  }

  .complectation-item_col.cpl-buttons {
    margin-right: 0;
  }

  .body-main_benefit > div:last-child span {
    font-size: 17px;
  }

  .catalog-filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-filter-title {
    margin-bottom: 10px;
  }

  h4.fin-pag-price_item-title {
    font-size: 16px;
  }

  .fin-pag-price_item-value span {
    font-size: 24px;
  }

  .finance-page-price {
    margin-bottom: 25px;
  }

  .hide_on--767more {
    display: block;
  }
  .hide_on--767more.bottom_mobile_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_on--767less {
    display: none;
  }
  .bottom_mobie_gifts {
    margin-top: 40px;
  }
  .bottom_mobile_lists {
    margin: 30px 0 0;
  }
  .finance-documents {
    margin-top: 20px;
  }

  .finance-documents a {
    width: 20%;
  }

  .gos-app_banner-image {
    height: 40vw;
  }

  .gos-app_banner-links {
    padding-right: 6vw;
    margin-top: -12vw;
  }

  .popup-special-offer-form > button[type="submit"] {
    font-size: 12px;
  }

  .express-credit-info_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ex-credit-info-separator {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 4px;
  }

  .express-credit-info h2 {
    display: none;
  }

  .ex-credit_value {
    font-size: 32px;
  }

  .nw-separator {
    display: none;
  }

  .flip-clock-wrapper ul {
    width: 18px;
  }

  #countdown .flip-clock-divider .flip-clock-label {
    font-size: 11px;
    right: -45px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 21px;
  }

  .footer_main-navigation {
    display: none;
  }

  .footer_main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .credit-future-separator {
    display: none;
  }

  .credit-future-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  .credit-futures-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .complectation-minititle .cpl-newprice {
    margin-right: 47px;
  }

  .body-main_benefit {
    padding-top: 28px;
  }

  .last {
    font-size: 14px;
  }

  .body-main_benefit > div:first-child {
    font-size: 16px;
  }

  .body-main_benefit div:nth-of-type(2) {
    font-size: 14px;
  }

  .special-catalog-item {
    flex-wrap: wrap;
  }

  .sci-image {
    width: 100%;
    height: 256px;
  }

  .sci-content {
    padding-left: 0;
  }

  .sci-heading {
    flex-wrap: wrap;
  }

  .sci-heading div:first-child {
    width: 100%;
    padding: 10px 0;
  }

  .sci-heading div + div {
    width: 100%;
    justify-content: flex-start;
  }

  .sci-heading div + div p br {
    display: none;
  }

  .sci-heading div + div span {
    margin-left: 5px;
  }

  .sci-main_collum.main-collum {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    order: 2;
  }

  .sci-main_collum:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sci-pts {
    margin-top: 0;
  }

  .sci-main_collum.description-collum {
    order: 3;
    width: 100%;
  }

  .sci-main_collum.action-collum {
    width: 100%;
    order: 2;
    margin: 0 0 10px;
  }

  .action-collum .btn.btn-green-bordered {
    margin-top: 10px;
  }

  .sci-description {
    border: 1px solid #308dca;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  body, .container {
    min-width: 540px
  }
  .footer_main-navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_main-navigation > a {
    height: 30px;
    line-height: 30px;
  }

  #footer {
    padding-top: 0;
  }

  .topbar-phone > a, .line-type_phone > a, .bottombar-phone > a {
    font-size: 12px;
    white-space: nowrap;
  }

  .bottombar_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottombar-geo, .bottombar-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .footer_copyright-zone > p {
    font-size: 9px;
  }

  .footer_copyright-zone > p:not(:last-child) {
    margin-bottom: 10px;
  }

  .topbar_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topbar-callback {
    display: none;
  }

  .topbar-geo, .topbar-phone {
    margin: 0;
  }

  .layer-marks_item-icon {
    height: 7vw;
    width: 100%;
  }

  .layer-marks_item-title {
    display: none;
  }

  .main-title h2, .main-title h1 {
    font-size: 18px;
  }

  .fullwidth-tradein-form > h2 > span:last-child > span {
    font-size: 23px;
  }

  .fullwidth-tradein-form > h2 > span:first-child {
    font-size: 16px;
  }

  .main-dealer-discount-section_title > span:first-child {
    font-size: 12px;
  }

  .main-dealer-discount-section_title > strong {
    font-size: 20px;
  }

  .main-gifts-section {
    overflow: hidden;
  }

  .model-body_main {
    margin-bottom: 20px;
  }

  .body-main_gallery-item {
    width: 49%;
    display: block;
    float: left;
  }

  .body-main_gallery-item:nth-child(2n+1) {margin-right: 2%;}

  .body-main_gallery-more {
    margin-bottom: 20px;
  }

  .gift-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gift-item {
    margin-bottom: 20px;
    width: 50%;
  }

  .gifts-heading h2 {
    font-size: 29px;
  }

  .gifts-heading h3 {
    font-size: 28px;
  }

  .option-links span {
    font-size: 14px;
  }

  .model-body-section {
    padding-bottom: 30px;
  }

  .complectation-item_row {
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cpl-name {
    font-size: 12px;
  }

  .cpl-buttons {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
  }

  .cpl-buttons .btn:last-child {margin-top: 0;}

  .cpl-buttons .btn:first-child {
    margin-right: 25px;
  }

  .fullwidth-sale-banner img {
    height: 40px;
    object-fit: cover;
  }

  .body-main_imagepreview {
    padding-top: 95px;
  }

  .body-main_price {
    max-width: 65%;
  }

  .comp-wrapper {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    max-width: 100%;
  }

  .catalog-filter-form {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-filter-wrapper {
    padding: 10px 10px;
  }

  .catalog-filter-form .select2-container {
    max-width: 40%;
    margin-right: auto;
  }

  .input-with-label {
    width: 60%;
    margin-right: 0;
    padding-left: 15px;
  }

  .input-with-label input[type="text"] {
    width: 100%;
  }

  .catalog-filter-form .btn {
    width: 100%;
    margin-top: 10px;
  }

  .finance-page-form {
    padding: 5px 15px 20px;
  }

  .finance-page-form input[type="text"] {
    width: 50%;
    float: left;
  }

  .finance-page-form .select2-container {
    max-width: 50%;
    float: left;
  }

  .finance-page-form input[type="text"]:last-of-type {
    width: 100%;
  }
  .finance-page-form h2:not(:first-child) {
    margin-top: 15px;
  }

  .gifts-on-line:after {
    display: none;
  }

  .banks-item {
    min-width: 12%;
  }

  .gos-app_banner-links > span {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 10px;
    max-width: 45%;
  }

  .map-info {
    margin-right: 0;
    margin-top: 25px;
  }

  .bottom-form-indiform > div {
    display: none;
  }

  .popup-indi-offer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-filter-wrapper-special .catalog-filter-form .select2-container {
    max-width: 100%;
  }

  .catalog-filter-wrapper-special .input-with-label {
    width: 100%;
  }


  .popup-indi-offer-form input[type="text"] {
    min-width: auto;
  }

  .popup-indi-offer-form button[type="submit"] {
    font-size: 11px;
  }
  .indi-car-preview {
    bottom: 55px;
  }

  .gifts-form-wrapper {
    background-color: #fff;
    padding-top: 10px;
  }

  .popup-gifts-form > input[type="text"], .popup-gifts-form > button[type="submit"] {
    width: 100%;
  }

  .popup-gifts-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gifts-form-wrapper {
    position: relative;
    margin-top: -60px;
  }

  .popup-gifts-form > input[type="text"], .popup-gifts-form > button[type="submit"] {
    margin-bottom: 10px;
  }

  .popup-special-offer-form {
    padding: 0 20px;
    background-color: #fff;
    padding-top: 15px;
    position: relative;
    margin-top: -32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-special-offer-form > input[type="text"], .popup-special-offer-form > button[type="submit"] {
    margin-bottom: 10px;
  }

  .popup-special-offer-form > *:not(:last-child) {
    margin-right: 0;
  }

  .topbar_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .header-phone > .topbar-phone:not(:last-child) {
    margin-right: 20px;
  }

  .nw-gifts-items_wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;}

  .main-gifts-section img {
    max-width: 110px;
  }

  .nw-gift {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .main-gifts-section {
    background-repeat: repeat;
    background-color: #308dca;
  }

  .nw-gifts-wrapper h2 {
    margin-top: 0px;
  }

  .sales-item_form-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sales-item_form-form > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sales-item_form-form input[type="text"], .sales-item_form-form button[type="submit"] {
    width: 100%;
  }

  .sales-item_form > h2 {
    font-size: 28px;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners.vertical-style .mmb_item {
    width: 50%;
    padding: 5px;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners.vertical-style .mmb_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: unset;
  }

  .bottom-fullwidth-callback-section h2 {
    font-size: 22px;
  }

  .bfcs-phone > a {
    font-size: 39px;
  }

  a[href="#recall"] {
    display: none;
  }

  a.onlymobile {
    display: block;
  }
}

@media (max-width: 480px) {
  body, .container {
    min-width: 440px
  }
  .main-slider-section-wrapper .swiper-slide {
    height: 25vw;
  }

  .catalog-item_creditprice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-item_creditprice > div {
    width: 100%;
  }

  .tradein-fullwidth-form-section > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tradein-fullwidth-form-section > .container > img {
    max-width: 76%;
  }

  .fullwidth-tradein-form {
    max-width: 70%;
    width: 100%;
  }

  .main-dealer-discount-section_title > span:first-child {
    font-size: 16px;
  }

  .fullwidth-map-section_content {
    right: 0;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .contact-block.block_type-one {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #cbcbcb;
  }

  .map-section iframe {
    height: 320px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .map-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banks-item {
    min-width: 20%;
  }

  .catalog-items-slider:after, .catalog-items-slider:before {
    display: none;
  }

  .express-credit-info_items {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .express-credit-info {
    padding-right: 0;
    width: 90%;
  }

  .ex-credit-info-separator {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 4px;
    margin: 20px 0px;
  }

  .topbar-geo {
    display: block;
    font-size: 9px;
    font-weight: bold;
  }

  .btn-menu {
    padding: 5px 5px 5px;
  }

  .btn-menu::after {
    font-size: 11px;
  }

  #nav-icon1 {
    height: 15px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 8px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 16px;
  }

  #nav-icon1 span {
    height: 3px;
  }

  .header_main {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .video-reviews_person-name > div:first-child {
    font-size: 15px;
  }

  .reviewsslider-container.gallery-top {
    height: 256px;
  }
}

@media (max-width: 340px) {

}

@media (max-width: 600px) {
  .bm-spec-item {
      width: 100%;
  }

  .header_main-navigation .js-marks-catalog {
    display: none;
}
}

@media (max-width: 980px) {
  body.--hidden-marks-open .top_layer-fullwidth.hide-marks .top_layer-marks {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mobile-layout {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-right: 10px;
}

.mobile-layout > * {
    flex: 1;
    height: 45px;
}

.mobile-layout > *, .mobile-layout + button {
    height: 45px;
    border-radius: 20px;
    font-size: 14px;
}

.mobile-show-marks-btn {
    background: #ffffff;
    font-weight: 600;
    color: #265282;
}
}