.home-mobile-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  body {
    background: #fff;
  }

  .mainBody,
  #header,
  #content,
  #footer,
  #hero,
  #main,
  .catalog.home {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .mainBody > .bg {
    display: none;
  }

  #header,
  #content,
  #footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .head,
  .head .header,
  .head .main,
  .head .menu,
  .head .menu.large {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .head .header {
    height: 84px !important;
    min-height: 84px;
    padding-top: 10px;
    box-sizing: border-box;
    background-size: 145px auto !important;
    background-position: right 12px top 30px !important;
  }

  .head .header .mmlogo {
    left: 0 !important;
    top: 26px !important;
    transform: scale(0.5);
    transform-origin: left top;
  }

  .head .main {
    width: 100%;
    float: none;
    clear: both;
  }

  .head .menu {
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 0 !important;
    background: #26272b !important;
    border-radius: 4px;
    overflow: hidden;
  }

  .home-mobile-menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    border: 0;
    position: relative;
    padding: 13px 15px 13px 50px;
    background: #26272b;
    color: #fff;
    cursor: pointer;
    font: 700 18px/1 'Roboto Condensed', Arial, sans-serif;
    text-transform: uppercase;
  }

  .home-mobile-menu-toggle span {
    display: block;
    position: absolute;
    left: 16px;
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .home-mobile-menu-toggle span:nth-child(1) {
    top: 16px;
  }

  .home-mobile-menu-toggle span:nth-child(2) {
    top: 23px;
  }

  .home-mobile-menu-toggle span:nth-child(3) {
    top: 30px;
  }

  .home-mobile-menu-toggle strong {
    font-weight: 700;
  }

  .head .menu ul {
    display: none;
    width: 100% !important;
    float: none !important;
    padding: 0 0 8px 0;
    margin: 0;
    background: #26272b;
  }

  .head .menu.home-menu-open ul {
    display: block;
  }

  .head .menu li,
  .head .menu li:first-child {
    width: 100% !important;
    height: auto !important;
    display: block;
    float: none;
    text-align: left;
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .head .menu li .selected {
    display: none;
  }

  .head .menu li a,
  .head .menu li:first-child a,
  .head .menu li.current a {
    display: block;
    float: none;
    width: 100%;
    padding: 13px 15px !important;
    margin: 0;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.15;
  }

  .head .menu .search.toggle {
    display: none;
  }

  .head .menu .search.collapsed {
    display: block !important;
    position: static;
    float: none;
    width: 100%;
    padding: 12px 15px 15px 15px;
    box-sizing: border-box;
    background: #161719;
  }

  .head .menu .search.collapsed form#search {
    position: static;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .head .menu .search.collapsed form#search input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .catalog.home {
    padding: 0 !important;
  }

  .catalog.home .center {
    width: 100%;
    float: none;
    margin-top: 14px;
  }

  .catalog h1 {
    font-size: 32px;
    line-height: 1.05;
    text-align: left;
    padding: 6px 0 12px 0;
  }

  .catalog h1 a {
    color: #111;
    text-decoration: none;
  }

  span.circle {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    margin-left: 4px;
    background: none;
    color: #d3141b;
  }

  .catalog.home .center .btns,
  .catalog.home .search-box,
  .catalog.home .tagblock {
    width: 100%;
    float: none;
    clear: both;
    box-sizing: border-box;
  }

  .catalog.home .center .btns > a {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }

  .catalog.home .center .btns .btn,
  .catalog.home .center .btns .selection.btn {
    width: 100% !important;
    height: auto !important;
    min-height: 106px;
    float: none !important;
    margin: 0 !important;
    padding: 13px 12px 14px 76px;
    box-sizing: border-box;
  }

  .catalog.home .center .btns .btn .icon {
    left: 12px !important;
    top: 12px !important;
    transform: scale(0.72);
    transform-origin: left top;
  }

  .catalog.home .center .btns .btn .small-title,
  .catalog.home .center .btns .btn .title,
  .catalog.home .center .btns .btn .call-to-action {
    position: static;
    display: block;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
  }

  .catalog.home .center .btns .btn .small-title {
    font-size: 16px;
    line-height: 1.1;
  }

  .catalog.home .center .btns .btn .title {
    font-size: 26px;
    line-height: 1.04;
    padding-right: 82px;
  }

  .catalog.home .center .btns .btn .title div.makes {
    font-size: 15px;
    line-height: 1.15;
    margin-top: 4px;
    padding-right: 0;
  }

  .catalog.home .center .btns .btn .title span.reference {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 2px;
  }

  .catalog.home .center .btns .btn .call-to-action {
    position: absolute;
    top: 64px;
    right: 12px;
    float: none;
    margin-top: 0;
    border-width: 1px;
    font-size: 18px;
    line-height: 1;
    padding: 5px 14px;
  }

  .catalog.home .search-box {
    margin-top: 20px;
  }

  .catalog.home .search-box .search-type {
    padding: 8px 0 4px 0;
  }

  .catalog.home .search-box .search-type .subtitle,
  .catalog.home .search-box .search-type .subtitle.withborder {
    font-size: 24px;
    line-height: 1.13;
    text-align: left;
    padding-bottom: 8px;
  }

  .makes,
  .makes .col,
  .makes .col.five {
    width: 100% !important;
    float: none;
    margin: 0;
  }

  .makes a.make {
    margin: 6px 0;
    padding: 10px 8px 10px 74px;
    border-color: #d7d7d7;
    font-size: 18px;
    line-height: 1.25;
    background-position: 18px center;
  }

  .catalog.home .tagblock .header {
    margin-top: 18px;
  }

  .catalog.home .tagblock .header .title {
    font-size: 30px;
    line-height: 1.05;
  }

  .tagblock .content {
    width: 100% !important;
    overflow: visible !important;
  }

  .tagblock .content .nuggetList {
    width: 100% !important;
    margin-left: 0 !important;
    float: none;
  }

  .tagblock .content .space,
  .tagblock .prev-btn,
  .tagblock .next-btn {
    display: none !important;
  }

  .nuggetList .nugget,
  .selection .nuggetList .nugget {
    width: 100% !important;
    height: 236px !important;
    float: none !important;
    display: block;
    position: relative;
    margin: 0 0 12px 0 !important;
    box-sizing: border-box;
  }

  .nuggetList .nugget .header,
  .selection .nuggetList .nugget .header {
    top: 138px !important;
    left: 10px !important;
    width: calc(100% - 20px);
    max-width: none;
    z-index: 3;
  }

  .nuggetList .nugget .header .make,
  .selection .nuggetList .nugget .header .make {
    max-width: 100%;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
  }

  .nuggetList .nugget .version,
  .selection .nuggetList .nugget .version {
    width: calc(100% - 96px);
    height: 32px;
    font-size: 13px;
    line-height: 14px;
  }

  .nuggetList .nugget img.photo,
  .selection .nuggetList .nugget img.photo {
    top: 44px !important;
    left: 50% !important;
    transform: translateX(-50%);
    max-width: 170px;
    height: auto;
  }

  .nuggetList .nugget > div.makelogo,
  .selection .nuggetList .nugget > div.makelogo {
    top: 8px !important;
    left: 8px !important;
    transform: scale(0.72);
    transform-origin: left top;
  }

  .nuggetList .nugget .fuelBlock,
  .selection .nuggetList .nugget .fuelBlock {
    top: 108px !important;
    bottom: auto !important;
    left: 10px !important;
    z-index: 2;
  }

  .nuggetList .nugget .stock,
  .selection .nuggetList .nugget .stock {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
  }

  .nuggetList .nugget .crossout,
  .selection .nuggetList .nugget .crossout {
    display: none !important;
  }

  .nuggetList .nugget .emv,
  .selection .nuggetList .nugget .emv {
    display: none !important;
  }

  .nuggetList .nugget .clientPrice,
  .selection .nuggetList .nugget .clientPrice {
    bottom: 6px !important;
    left: 10px !important;
    font-size: 26px;
    line-height: 1;
  }

  .nuggetList .nugget .discount,
  .selection .nuggetList .nugget .discount {
    right: -1px !important;
    left: auto !important;
    bottom: -1px !important;
    background: #ee1c25 !important;
    padding: 4px 5px 5px 10px !important;
  }

  .nuggetList .nugget .discount .value,
  .selection .nuggetList .nugget .discount .value {
    color: #fff !important;
    font-size: 21px !important;
    letter-spacing: 0 !important;
  }

  .categories .pictos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: left;
  }

  .categories .pictos:after {
    display: none;
  }

  .categories .pictos a,
  .categories .pictos > .dead-link-block {
    display: block;
    width: auto !important;
    height: 72px;
    margin: 0;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    color: #111;
  }

  .categories .pictos .picto {
    width: 100% !important;
    height: 42px;
    background-position: center 8px !important;
  }

  .categories .pictos .picto .title {
    margin-top: 45px;
    font-size: 14px;
  }

  #footer {
    height: auto !important;
    padding: 24px 0 28px 0;
    margin-top: 22px;
  }

  #footer div.hline {
    width: 100%;
    position: static;
    margin-bottom: 18px;
  }

  #footer div.column,
  #footer div.column.last {
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 18px 0;
    padding-left: 16px;
    box-sizing: border-box;
  }

  #footer div.column .title,
  #footer div.column .link,
  #footer div.column .link a {
    float: none;
    width: auto;
    white-space: normal;
  }

  #footer div.column .title {
    font-size: 13px;
  }

  #footer div.column .link a {
    font-size: 14px;
    line-height: 1.45;
  }

  #footer div.vline {
    display: none;
  }

  #footer .copyright {
    position: static;
    clear: both;
    padding-top: 8px;
  }

  .dctsacookiespolicy {
    display: none !important;
  }
}

@media (min-width: 821px) {
  .head .menu ul {
    display: block !important;
  }
}
