@media (max-width: 1201px) {
  .finance-page-topbanner {
    height: 16vw;
  }
  .stock-item__image {
    height: 200px;
  }
}

@media (max-width: 1181px) {
  .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;
  }
}


@media (max-width: 991px) {
  body, .container {
    min-width: 980px;
  }
  .menu-btn {
    height: 28px;
    width: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .menu-btn:after {content: "Меню";position: absolute;left: -70px;top: 0;bottom: 0;line-height: 29px;font-weight: bold;color: #fff}

  .main-navigation.menu-expanded {
    display: none;
    padding-top: 45px;
    margin-top: -45px;
    margin-bottom: 25px;
    max-height: 65vh;
    overflow-y: auto;
  }

  .mobile-nav {
    background-color: #988787;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    padding-right: 15px;
    position: relative;
    border-bottom: 1px solid #7f6f6f;
  }

  .menu-btn span {
    width: 100%;
    display: block;
    background-color: #fff;
    height: 4px;
  }

  .main-navigation.menu-expanded.expanded {
    display: block;
  }

  .header-top {
    flex-wrap: wrap;
  }

  .header-top-geo {
    order: 2;
    width: 50%;
  }

  .header-top-phone {
    order: 2;
    display: block;
    width: 50%;
    text-align: right;
  }

  .header-top-logo {
    width: 50%;
    margin-bottom: 10px;
  }

  .header-top-button {
    margin-bottom: 10px;
  }

  #popup_toggle {
    bottom: 10px;
    right: -5px;
  }

  .compl-btn {
    display: flex;
    height: 45px;
    line-height: 45px;
    width: 200px;
    align-items: center;
    justify-content: center;
  }

  .compl-buttons {
    flex-direction: column;
  }

  .compl-buttons .compl-separator {
    display: none;
  }

  .table-row > .table-cell:last-child {
    width: 32.5%;
  }

  #main-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 210px;
    background-color: #fff;
    z-index: 55;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.4);
    border-radius: 4px;
  }

  .compl-btn {
    width: 150px;
  }

  .model-body-collum.model-body-gallerysmall {
    display: none;
  }

  .model-body-mainimage {
    width: 38%;
  }

  .flip-clock-divider {
    width: 5px;
  }
}

@media (max-width: 767px) {
  body, .container {
    min-width: 768px;
  }
  .hide-banks {
    display: none;
  }
  button.show-hide-banks {
    margin: 15px auto;
    display: block;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
    width: 100%;
  }
  .bank-item {
    width: 46%;
    background-size: auto;
    margin: 15px 2%;
  }
  #mainslider {
    height: 310px;
  }
  .special-cars-section .row > .col,
  .main-cars-section .row > .col{
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .main-express-form-titles {
    width: 50%;
  }

  .main-express-form {
    flex-wrap: wrap;
  }

  .main-express-form-inputs {
    width: 100%;
    margin-top: 25px;
  }

  .express-bg-new {
    margin: 0;
  }

  .footer-navigation, .footer-data {
    padding-left: 0px;
  }

  #model-body {
    flex-wrap: wrap;
  }

  .model-body-mainimage {
    width: 55%;
  }

  .model-body-form {
    width: 100%;
  }

  .table-row > .table-cell:last-child {
    width: 23%;
  }

  .table-row > .table-cell:nth-of-type(2), .table-row > .table-cell:nth-of-type(3), .table-row > .table-cell:nth-of-type(4) {
    width: 17%;
  }

  .benefit-price {
    font-size: 12px;
  }

  .spec-price {
    font-size: 12px;
  }

  .roz-price {
    font-size: 12px;
  }

  .table-head {
    font-size: 12px;
  }

  .tradein-theme .finance-page-info {
    width: 100%;
    margin-top: 45px;
  }

  .finance-page-wrap {
    flex-wrap: wrap;
  }

  .finance-page-collum.finance-page-car {
    width: 65%;
  }

  .finance-page-collum.finance-page-info {
    width: 100%;
    margin-top: 25px;
  }

  .mob-enable {
    display: block;
  }

  .mob-disable {
    display: none;
  }

  .credit-page-wrap.finance-page-wrap > .finance-page-collum:not(:last-child) {
    margin-right: 0;
  }

  .credit-page-wrap .finance-page-collum.finance-page-form {
    width: 100%;
    order: 0;
  }

  .credit-page-wrap .finance-page-collum.finance-page-car {
    width: 100%;
    margin-top: 25px;
  }

  .page-credit-thumbnail {
    display: block;
    margin: auto;
  }

  .gosapp-page-form {
    margin-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }

  .gosapp-wrapper {
    flex-wrap: wrap;
  }

  .main-section-title > h2 {
    font-size: 18px;
  }

  .form_container h2 {
    font-size: 19px;
    padding-bottom: 5px;
  }

  .form_container {
    padding: 10px;
  }

  .new-tradein-form {
    padding: 10px;
  }

  .header-top-geo {
    width: 35%;
  }

  .header-top-phone {
    width: 25%;
  }

  .rpf-grid .rpf-grid-col:nth-of-type(3) {
    width: 100%;
    margin-top: 20px;
  }

  .rpf-grid {
    flex-wrap: wrap;
  }

  .rpf-grid .rpf-grid-col:nth-of-type(1) {
    width: 50%;
  }

  .video-reviews .row > .col {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .reviews-page-form button[type="submit"] {
    height: 50px;
  }

  .catalog-item-price-newest span, .footer-navigation a, .main-navigation a, .main-navigation .dropdown-menu {
    font-size: 13px;
  }

  #gift-popup .base-popup-container {
    width: 93%;
    max-width: 100%;
    margin-right: 0;
  }

  #gift-popup .close {
    right: 15px;
  }

  .gf-animated-corousel {
    margin-left: -70px;
    max-width: 59%;
  }

  .gf-form h2 {
    font-size: 24px;
  }

  .gf-form h3:not(.mbnc-label) {
    font-size: 18px;
  }

  .gf-animated-corousel .anim-gift-items {
    max-width: 80%;
  }

  .new_benefit-form h2 {
    font-size: 24px;
  }

  .new_benefit-form p {
    font-size: 12px;
  }

  .row.stocks-row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stock-item__image {
    height: 43.4vw;
  }

  .stocks-form {
    flex-direction: column;
  }

  .stocks-form input {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .stocks-form button {
    width: 100%;
  }

  .table-row > .table-cell:nth-of-type(2), .table-row > .table-cell:nth-of-type(3), .table-row > .table-cell:nth-of-type(4) {
      width: 20%;
  }

  .beforeform-financeimg {
    margin-bottom: 2em;
    margin-top: 1em;
  }

  .model-body-special-offer-form {
    margin: 10px 0 60px;
  }

  .model-body-price-credit {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  body, .container {
    min-width: 320px;
  }
  .newdiscount_block {
    flex-wrap: wrap;
  }
  .header-top-geo > span, .catalog-item-body > h2, .main-express-form-inputs > input[type="text"], .main-express-form-inputs > button[type="submit"], .text-reviews-item > h4, .footer-data-callback > a, .footer-data-phone > a {
    font-size: 13px;
  }
  .catalog-item-price-newest {
    font-size: 12px;
  }
  .catalog-item-credit-price-month {
    font-size: 9px;
  }
  .catalog-item {
    margin-bottom: 15px;
  }
  .footer-flexed-line-first {
    display: block;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-flexed-line {
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }

  .footer-navigation {
    display: none;
  }

  .footer-data {
    display: block;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-data > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-express-form {
    padding: 15px;
  }

  .express-bg-new {display: none;}

  .main-express-form-titles {
    width: 100%;
    margin-left: 0;
  }

  .main-express-form-titles-inline {
    justify-content: center;
    margin-bottom: 1em;
  }

  .special-cars-section .row > .col,
  .main-cars-section .row > .col{
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .complectations-footer {
    display: inline;
  }

  .complectations-footer > *, .complectations-footer > *:not(:last-child), .complectations-footer > .main-checkbox:last-child {
      line-height: 20px;
      margin: 5px;
  }

  .model-marks-item {
    width: 16.5%;
  }

  .model-marks-item span {
    font-size: 11px;
  }

  .model-marks-item-image {
    background-size: 46%;
  }

  #mainslider {
    height: calc(40vw);
  }

  .special-offer-block-inner {
    min-height: auto;
  }

  .main-contacts-section_content {
    order: 0;
    width: 100%;
    margin-bottom: 25px;
  }

  .main-contacts-section-flex {
    flex-direction: column;
  }

  .main-contacts-section_map {
    order: 1;
    padding-right: 0;
  }

  .main-contacts-section_map iframe {
    height: 245px !important;
  }

  #discount .base-popup-container, #kaskogift .base-popup-container {
    max-height: 100vh;
    overflow: auto;
    margin-top: 0;
  }

  .ndb-main {
    min-width: 100%;
    text-align: center;
  }

  .ndb-formside {
    width: 100%;
    text-align: center;
  }

  .mcsc-block-title {
    font-size: 18px;
  }

  .model-body-information {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    order: 1;
  }

  .model-body-techspecs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .model-body-price {
    width: 50%;
  }

  .afterprice-btns {
    width: 50%;
  }

  .model-body-price-newest {
    font-size: 24px;
  }

  .model-body-afterform-btn {
    width: 100%;
    max-width: 100%;
  }

  #model-body > .model-body-collum:not(:last-child) {
    margin-right: 0;
  }

  .model-body-techspecs-title {
    display: block;
    width: 100%;
  }

  .model-body-techspecs-item {
    width: 50%;
    max-width: 50%;
    text-align: left;
  }

  .model-body-mainimage {
    width: 100%;
    order: 0;
  }

  .benefit-block {
    justify-content: center;
  }

  .model-body-form {
    order: 2;
  }

  .table-row > .table-cell.compl-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }

  .table-row > .table-cell:nth-of-type(2) {
    display: none;
  }

  .table-row > .table-cell:nth-of-type(2), .table-row > .table-cell:nth-of-type(3), .table-row > .table-cell:nth-of-type(4) {
    width: 37%;
  }
  .gt-tabs ul {
    justify-content: center;
  }

  .gt-tabs li {
    font-size: 16px;
    flex-grow: 1;
    text-align: center;
  }

  .model-body-gallery-main {
    width: 100%;
    margin-right: 0;
  }

  .model-body-gallery {
    flex-wrap: wrap;
  }

  .model-body-gallery-others {
    width: calc(100% + 20px);
    margin-right: -10px;
    max-height: 255px;
    margin-top: 20px;
    -webkit-box-shadow:inset 0 -8px 5px -4px rgba(0,0,0,0.2);
    box-shadow:inset 0 -8px 5px -4px rgba(0,0,0,0.2);
  }

  .finance-page-collum.finance-page-car {
    width: 100%;
    order: 0;
  }

  .finance-page-collum.finance-page-form {
    width: 100%;
    order: 1;
  }

  .tradein-theme .finance-page-info {
    order: 2;
  }

  .finance-page-wrap > .finance-page-collum:not(:last-child) {
    margin-right: 0;
  }

  .gosapp-page-content .row > .col,
  .footer-gos-list .row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gosapp-page-content .row > .col:first-child img {
    margin-bottom: 45px;
    display: block;
  }

  #page-title > h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .gosapp-page-form > h2:not(:first-child) {
    margin-top: 1em;
  }

  .service-row .row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-item {
    margin-bottom: 45px;
  }

  .service-row:last-child:before {
    display: none;
  }

  .service-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #footer {
    margin-top: 30px;
  }

  .model-body-gallery-main {
    height: 310px;
  }

  .model-body-gallery-main a > div {
    height: 310px;
  }

  .model-body-price.mob-dis,
  .afterprice-btns.mob-dis{
    display: none;
  }

  .mobile-prices {
    display: flex;
    margin-top: 25px;
  }

  .model-body-mainimage > .model-review-img {
    margin-top: 5px;
  }

  .desktophide {
    display: block;
    width: 100%;
    height: 100%;
  }

  .desktophide-inverted {
    display: none;
  }

  #model-body {
    padding-bottom: 0;
  }

  .finance-page-collum.finance-page-form > .desktophide {
    margin-top: 25px;
  }

  .gosapp-page-form > .desktophide {
    margin-top: 25px;
  }

  .footer-copyright {
    display: none;
  }

  .showcopy {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    margin: 15px auto;
    max-width: 320px;
  }

  .gos_programs.visible {
    visibility: hidden;
    display: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
  }

  .header-top-geo {
    width: 100%;
    text-align: center;
  }

  .header-top-phone {
    order: 1;
    width: 45%;
  }

  .page-textreviews-wrap .row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #gift-popup .base-popup-container {
    max-height: unset;
    width: 100%;
    min-width: 320px;
    margin-top: 40px;
  }

  .base-popup-gift-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .gf-animated-corousel {
    margin-left: 0;
  }

  #gift-popup {
    overflow: auto;
    height: 100%;
  }

  .gf-form {
    padding: 10px 20px;
  }

  .gf-form .btn.btn-accent {margin-top: 0px;}

  .gf-form > .mbnc-label {
    display: none;
  }

  .gf-form > input[type="text"] {
    margin-bottom: 10px;
  }

  .gf-form br {
    display: none;
  }

  .gf-form h3:not(.mbnc-label) {
    margin-bottom: 20px;
  }

  #new_benefit {
    height: 100%;
    overflow: auto;
  }

  #new_benefit .base-popup-container {
    max-width: 420px;
    margin-top: 25px;
  }

  #new_benefit .new-form-wrapper > img {
    display: none;
  }
  .inner-wrap {
    position: relative;
    flex-direction: column;
  }

  .new_benefit-form {
    width: 100%;
    background-image: url(../img/new-popup-benefit.png);
    background-size: 225%;
    background-position: left;
    order: 1;
  }


  .car-preview {
    order: 0;
    width: 100%;
    background-image: url(../img/new-popup-benefit.png);
    background-position: top right;
    background-repeat: no-repeat;
  }

  .new_freepays-form input[type="text"] {
    border: 1px solid #a8cce1;
  }

  .new_freepays-form button[type="submit"] {
    font-size: 13px;
  }

  .page-textreviews-wrapper .row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .table-row > .table-cell:first-child {
      width: 70%;
  }

  .table-row > .table-cell:nth-of-type(3) {
      width: auto;
  }
  .table-row > .table-cell:nth-of-type(4) {
      width: 100%;
  }

  .compl-separator {
      display: none;
  }

  .sales-date-container .name-block {
      width: 100%;
  }

  .sales-date-container {
      display: flow-root;
  }

  .sales-date-container .name-block {
      width: auto;
      float: left;
  }

  .sales-date-container .date-block {
    width: auto;
    float: right;
    text-align: center;
    font-size: 14px;
}

  .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:not(:last-child) {
    margin-right: 0;
    margin-bottom: unset;
  }

  .option-tab-content_sidebar-wrap .sidebar-widget_gifts .main_minibanners.vertical-style .mmb_item {
      width: 50%;
      padding: 5px;
  }

}

@media (max-width: 491px) {
  .catalog-item-footer {
    flex-direction: column;
  }

  .catalog-item-price {
    text-align: center;
    margin-bottom: 10px;
  }
  .catalog-item-credit-price {
    font-size: 10px;
    font-weight: bold;
  }

  .catalog-item-credit-price:before {
    display: none;
  }

  .header-top-geo > span {
    font-size: 13px;
  }

  .header-top-phone > a {
    font-size: 14px;
  }

  .header-top-button-btn {
    font-size: 12px;
    padding: 0 10px;
  }

  .header-top-logo img {
    max-width: 100px;
  }

  .model-marks-item-image {
    height: 25px;
    background-size: contain;
  }

  .model-marks-item span {display: none;}

  .main-section-title {
    padding: 25px 0;
  }

  .ndb-main img {
    max-width: 150px;
  }

  .model-body-price {
    width: 60%;
  }

  .afterprice-btns {
    width: 40%;
  }

  .benefit-block-entry span {
    font-size: 22px;
  }

  .model-body-price-oldest {
    font-size: 14px;
  }

  .model-body-price-newest {
    font-size: 19px;
  }

  .model-body-price {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .gt-tabs li {
    font-size: 12px;
  }

  .table-row > .table-cell:nth-of-type(3),
  .table-row > .table-cell:nth-of-type(4) {
    width: 50%;
    margin-top: 15px;
  }


  .table-head {
    display: none;
  }

  .table-row > .table-cell:first-child {
    width: 100%;
  }

  .compl-separator {
    display: none;
  }

  .model-options-tabscontents {}

  .model-options-tabscontents-wrapper {
    padding-top: 5px;
  }

  .cplbtn-blue {
    order: 1;
  }

  .model-body-techspecs-item-content > span {
    display: block;
  }

  .gt-tabs ul {
    flex-direction: column;
  }

  .gt-tabs li:not(:last-child) {
    margin-right: 0;
  }

  .gt-tabs li {
    width: 100%;
    padding: 5px 0;
  }

  .gostab-lists {
    column-count: auto;
  }

  #main-dropdown {
    padding: 10px 0;
  }

  span.morecontent {
    display: block;
    text-align: right;
    padding-top: 5px;
  }

  .video-reviews .row > .col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .new_benefit-form {
    background-position: left top;
    background-size: 245%;
    order: 1;
  }

  .new_benefit-form button[type="submit"] {
    font-size: 14px;
  }

  .new_benefit-form p {
    margin-top: 8px;
  }

  .car-preview {
    background-size: 225%;
    background-repeat: no-repeat;
    background-color: #fff;
    order: 0;
    background-position: right bottom;
    padding-bottom: 55px;
  }

  .car-preview h2 {
    text-align: center;
  }

  #new_freepays {
    height: 100%;
    overflow: auto;
  }

  #new_freepays .new-form-wrapper {
    background-image: url(../img/new-popup-freepays.png);
    padding-top: 45vw;
    background-size: 103%;
    background-repeat: no-repeat;
  }

  #new_freepays .new-form-wrapper > img {
    display: none;
  }

  #new_freepays .new_freepays-form {
    background: #fff;
    margin-top: 75px;
    flex-direction: column;
  }

  #new_freepays .new_freepays-form input[type="text"] {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .table-row > .table-cell:first-child {
      width: 70%;
  }

  .table-row > .table-cell:nth-of-type(3) {
      width: auto;
  }
  .table-row > .table-cell:nth-of-type(4) {
      width: 100%;
  }

  .specialoffer-burunov-btn {
    max-width: 105px;
    bottom: 126px;
    left: 25px;
  }

  .tradein-bottom-form {
    max-width: 207px;
  }

  img.trdcar {
    margin-top: -89px;
  }

  .tradein-bottom-form > h2 {
    font-size: 11px;
  }
}

@media (max-width: 450px) {
  .header-top-button {
    order: 1;
    width: 50%;
  }

  .header-top-phone {
    width: 100%;
    text-align: center;
  }

  .header-gift-btnwrap {
    order: 3;
    margin-top: 5px;
    text-align: center;
    width: 100%;
  }

  .giftbtn {
    display: inline-block;
  }  

  .sales-date-container .name-block {
      width: 100%;
      text-align: center;
  }

  .sales-date-container .date-block {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 369px) {
  .main-express-form-titles > h2 {
    font-size: 23px;
  }
  .base-popup#best-offer .base-popup-container {
    width: 100%;
    max-height: 100vh;
    margin-top: 0;
    overflow: auto;
  }
  .compl-btn {
    width: auto;
    font-size: 10px;
  }
  .comp-items {
    column-count: auto;
  }
  .page-textreviews-wrap .row > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
  }

  .car-preview {
    background-image: none;
  }

  .new_benefit-form > h4 b {
    font-size: 20px;
    margin-right: 5px;
  }

  .table-row > .table-cell:first-child {
    width: 66%;
  }

  .table-row > .table-cell:nth-of-type(3) {
      width: auto;
  }
  .table-row > .table-cell:nth-of-type(4) {
      width: 100%;
  }
}
