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

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

  .mainBody,
  #header,
  #content,
  #footer,
  #main,
  div#content div#main.wide,
  .catalog,
  .catalog.wide {
    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;
  }

  .brand-mobile-menu-toggle {
    display: flex;
    align-items: center;
    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;
  }

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

  .brand-mobile-menu-toggle span:nth-child(1) { top: 16px; }
  .brand-mobile-menu-toggle span:nth-child(2) { top: 23px; }
  .brand-mobile-menu-toggle span:nth-child(3) { top: 30px; }

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

  .head .menu.brand-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.wide {
    padding: 0 !important;
  }

  .catalog .left,
  .catalog .center,
  .catalog .right {
    width: 100% !important;
    float: none !important;
    clear: both;
    margin: 0 !important;
    box-sizing: border-box;
  }

  #breadcrumb {
    font-size: 14px;
    line-height: 1.35;
    margin-top: 16px;
  }

  .catalog h1 {
    font-size: 36px;
    line-height: 1;
    padding: 10px 0 16px;
  }

  .catalog h1 .reference {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .catalog .search.filters.left {
    margin: 0 0 18px 0;
    padding: 12px;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    box-sizing: border-box;
  }

  .catalog .search.filters.left .header,
  .catalog .search.filters.left .searchHeader,
  .catalog .search.filters.left .resetFilter {
    display: none !important;
  }

  .catalog .search.filters.left .fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .catalog .search.filters.left .field,
  .catalog .search.filters.left select,
  .catalog .search.filters.left input[type="text"],
  .catalog .search.filters.left input[type="search"] {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .catalog .search.filters.left select {
    min-height: 36px;
    font-size: 15px;
  }

  .catalog .models.selection {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
  }

  .catalog .selection a.model {
    width: 100% !important;
    min-height: 96px;
    display: block;
    float: none;
    position: relative;
    margin: 0;
    padding: 12px 12px 12px 112px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background: #fff;
  }

  .catalog .selection a.model img.photo {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 82px;
    height: auto;
    padding: 0;
  }

  .catalog .selection a.model span.model {
    width: auto;
    display: block;
    overflow: visible;
    font-size: 22px;
    line-height: 1.05;
  }

  .catalog .selection a.model .discount {
    position: static;
    display: block;
    margin-top: 8px;
    font-size: 15px;
  }

  .catalog .list .header,
  .catalog .list .sort {
    display: none;
  }

  .catalog .list .item {
    position: relative;
    min-height: 168px;
    padding: 12px 12px 12px 112px !important;
    margin: 0 0 12px 0;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    background: #fff;
  }

  .catalog .list .item > div {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-align: left !important;
    box-sizing: border-box;
  }

  .catalog .list .item .photo {
    position: absolute;
    left: 12px;
    top: 14px;
    width: 82px !important;
  }

  .catalog .list .item .photo img {
    width: 82px !important;
    max-height: none;
  }

  .catalog .list .item .title {
    font-size: 20px;
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .catalog .list .item .title .engine {
    font-size: 14px;
    line-height: 1.2;
  }

  .catalog .list .item .version {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .catalog .list .item .version .color {
    max-height: none;
  }

  .catalog .list .item .energy,
  .catalog .list .item .body,
  .catalog .list .item .gear,
  .catalog .list .item .availability {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 6px 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .catalog .list .item .discount {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    background: #ee1c25;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }

  .catalog .list .item .clientPrice {
    position: static;
    margin-top: 8px;
    font-size: 24px;
    line-height: 1;
    color: #111;
    text-align: left !important;
    white-space: normal;
  }

  .catalog .list .item .clientPrice .comment {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
  }

  #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;
  }
}
