@media (max-width: 768px) {
  .header .loginBlock {
    display: none;
  }

  .leftSide .loginBlock {
    display: block;
  }

  .header .loginBlock .loginItemList li.logout a span {
    display: none;
  }

  .table-mobile-sm {
    display: block;
  }

  .table-mobile-sm .listFlume {
    margin-left: 0;
  }

  .table-mobile-sm .mobile {
    float: left;
  }

  .table-mobile-sm .mobil-label {
    display: block;
  }

  .table-mobile-sm .mobile-hidden {
    display: none;
  }

  .table-mobile-sm tbody,
  .table-mobile-sm thead {
    display: block;
  }

  .table-mobile-sm tbody > tr,
  .table-mobile-sm thead > tr {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #DCDCDC;
  }

  .table-mobile-sm tbody > tr:nth-child(even),
  .table-mobile-sm thead > tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .table-mobile-sm tbody > tr:hover td,
  .table-mobile-sm thead > tr:hover td,
  .table-mobile-sm tbody > tr:hover th,
  .table-mobile-sm thead > tr:hover th {
    background: transparent!important;
  }

  .table-mobile-sm tbody > tr > td,
  .table-mobile-sm thead > tr > td,
  .table-mobile-sm tbody > tr > th,
  .table-mobile-sm thead > tr > th {
    padding: 1px 15px 7px 15px!important;
    display: inline-block;
    vertical-align: top!important;
    text-align: left;
    border: 0!important;
    width: 32%!important;
    line-height: 16px;
    font-size: 13px;
  }

  .table-mobile-sm tbody > tr > td.actionTd,
  .table-mobile-sm thead > tr > td.actionTd,
  .table-mobile-sm tbody > tr > th.actionTd,
  .table-mobile-sm thead > tr > th.actionTd {
    width: 100%!important;
    text-align: right;
  }

  .table-mobile-sm tbody > tr > td .input-group,
  .table-mobile-sm thead > tr > td .input-group,
  .table-mobile-sm tbody > tr > th .input-group,
  .table-mobile-sm thead > tr > th .input-group {
    display: table;
  }

  .table-mobile-sm tbody > tr > td .input-group .input-group-addon,
  .table-mobile-sm thead > tr > td .input-group .input-group-addon,
  .table-mobile-sm tbody > tr > th .input-group .input-group-addon,
  .table-mobile-sm thead > tr > th .input-group .input-group-addon {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .table-mobile-sm tbody > tr > td *,
  .table-mobile-sm thead > tr > td *,
  .table-mobile-sm tbody > tr > th *,
  .table-mobile-sm thead > tr > th * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
  }

  .table-mobile-sm tbody > tr .inline-100,
  .table-mobile-sm thead > tr .inline-100 {
    width: 100%!important;
  }

  .table-mobile-sm tbody > tr .inline-30,
  .table-mobile-sm thead > tr .inline-30 {
    width: 30%!important;
  }

  .table-mobile-sm tbody > tr .inline-70,
  .table-mobile-sm thead > tr .inline-70 {
    width: 70%!important;
  }

  .table-mobile-sm tbody > tr .inline-50,
  .table-mobile-sm thead > tr .inline-50 {
    width: 50%!important;
  }

  .table-mobile-sm thead tr {
    background: #f8f8f8!important;
  }

  .table-mobile-sm thead tr th {
    background: #f8f8f8!important;
  }

  .table-mobile-sm .table-rowClear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
  }

  .container-fluid {
    display: block;
  }

  .form-group {
    margin-bottom: 15px;
  }

  label {
    font-weight: normal;
    margin-bottom: 2px;
  }

  .oneLine {
    line-height: 2;
    height: auto;
  }

  .loginPage .container-default {
    padding-left: 0;
    padding-top: 60px!important;
  }

  .loginPage .middle {
    background-position: 100% -89px;
    background-size: 350px 350px;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-center-sm {
    text-align: center !important;
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  .loginPage .container-default {
    padding-left: 0;
    padding-top: 20px!important;
  }

  .table-mobile-sm tbody,
  .table-mobile-sm thead {
    display: block;
  }

  .table-mobile-sm tbody > tr > td,
  .table-mobile-sm thead > tr > td,
  .table-mobile-sm tbody > tr > th,
  .table-mobile-sm thead > tr > th {
    width: 49%!important;
  }
}

@media (max-width: 420px) {
  .header .deliveryDateBlock {
    display: none;
  }
}

@media (max-width: 360px) {
  .table-mobile-sm tbody,
  .table-mobile-sm thead {
    display: block;
  }

  .table-mobile-sm tbody > tr > td,
  .table-mobile-sm thead > tr > td,
  .table-mobile-sm tbody > tr > th,
  .table-mobile-sm thead > tr > th {
    width: 100%!important;
  }
}

@media (min-width: 620px) {
  .mobile-visible {
    display: none !important;
  }

  .table-rowClear {
    display: none;
  }
}

@media (max-width: 619px) {
  .breadcrumb {
    background: #F7F7F7;
    padding: 7px;
  }

  .dl-mobile {
    display: block!important;
  }

  .dl-mobile .dl-row {
    display: block!important;
    padding-bottom: 10px!important;
  }

  .dl-mobile .dl-row dt {
    display: block!important;
    padding-right: 0!important;
    padding-bottom: 3px!important;
    width: 100%!important;
  }

  .dl-mobile .dl-row dd {
    display: block!important;
    text-align: left!important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .btn-mobile-block {
    width: 100%;
    display: block;
  }

  .header .searchBlock {
    width: 25%;
  }

  .loginPage .nav.mobile-visible {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #202b46;
    padding: 15px 10px;
  }

  .loginPage .nav.mobile-visible ol {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }

  .loginPage .nav.mobile-visible ol li {
    width: 50%;
    float: left;
    padding: 5px 10px;
    font-weight: 500;
  }

  .loginPage .middle {
    position: relative;
    padding-bottom: 100px;
    padding-top: 10px;
  }

  .loginPage .middle .anonymousMenu ol li {
    width: 100%;
  }

  .loginPage .middle .anonymousMenu ol li a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .loginPage .middle {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .middle {
    background: #fff;
    padding: 0 10px;
  }

  .searchBlock {
    margin-bottom: 40px;
    width: 35%;
  }

  .searchBlock .input-group .btnsIn .btn {
    font-size: 11px;
  }

  .searchBlock .input-group .form-control {
    padding-left: 170px;
  }

  .detailPage,
  .border-content {
    border: 0;
  }

  .basketPage .bottom-layout-border {
    padding-left: 0;
    padding-right: 0;
  }

  .content,
  .border-content {
    padding: 7px;
  }

  .mobile-text-right {
    text-align: right !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  .mobile-text-center {
    text-align: center !important;
    margin-top: 10px;
  }

  .mobil-p0 {
    padding: 0!important;
  }

  .simulationPage .catalogueTable tbody > tr.infoTr,
  .simulationPage .catalogueTable thead > tr.infoTr {
    margin-top: -14px;
  }

  .simulationPage .catalogueTable tbody > tr.infoTr .mobile-transparent,
  .simulationPage .catalogueTable thead > tr.infoTr .mobile-transparent {
    background: transparent !important;
  }

  .simulationPage .catalogueTable tbody > tr .inputEditTd .inputAction,
  .simulationPage .catalogueTable thead > tr .inputEditTd .inputAction {
    left: 5px;
    right: auto;
    overflow: visible;
  }

  .table-mobile {
    display: block;
  }

  .table-mobile .mobile {
    float: left;
  }

  .table-mobile .mobil-label {
    display: inline-block;
  }

  .table-mobile .mobile-hidden {
    display: none;
  }

  .table-mobile .mobile-transparent {
    background: transparent !important;
  }

  .table-mobile.catalogueTable tbody > tr,
  .table-mobile.catalogueTable thead > tr {
    border: 1px solid #DCDCDC;
    margin-bottom: 13px;
  }

  .table-mobile.catalogueTable tbody > tr > td.imgTd,
  .table-mobile.catalogueTable thead > tr > td.imgTd,
  .table-mobile.catalogueTable tbody > tr > th.imgTd,
  .table-mobile.catalogueTable thead > tr > th.imgTd {
    padding-top: 0!important;
    text-align: left;
  }

  .table-mobile.catalogueTable tbody > tr > td.basketTd,
  .table-mobile.catalogueTable thead > tr > td.basketTd,
  .table-mobile.catalogueTable tbody > tr > th.basketTd,
  .table-mobile.catalogueTable thead > tr > th.basketTd,
  .table-mobile.catalogueTable tbody > tr > td.priceTd,
  .table-mobile.catalogueTable thead > tr > td.priceTd,
  .table-mobile.catalogueTable tbody > tr > th.priceTd,
  .table-mobile.catalogueTable thead > tr > th.priceTd {
    padding-top: 10px!important;
    -webkit-box-shadow: inset 0px 7px 7px -7px #aaaaaa;
    box-shadow: inset 0px 7px 7px -7px #aaaaaa;
    min-height: 55px;
  }

  .table-mobile tbody,
  .table-mobile thead {
    display: block;
  }

  .table-mobile tbody > tr,
  .table-mobile thead > tr {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #DCDCDC;
  }

  .table-mobile tbody > tr:nth-child(even),
  .table-mobile thead > tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .table-mobile tbody > tr:hover td,
  .table-mobile thead > tr:hover td,
  .table-mobile tbody > tr:hover th,
  .table-mobile thead > tr:hover th {
    background: transparent!important;
  }

  .table-mobile tbody > tr > td,
  .table-mobile thead > tr > td,
  .table-mobile tbody > tr > th,
  .table-mobile thead > tr > th {
    padding: 1px 15px!important;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    border: 0!important;
    width: 100%;
  }

  .table-mobile tbody > tr > td.actionTd,
  .table-mobile thead > tr > td.actionTd,
  .table-mobile tbody > tr > th.actionTd,
  .table-mobile thead > tr > th.actionTd {
    width: 100%!important;
    text-align: right;
  }

  .table-mobile tbody > tr > td *,
  .table-mobile thead > tr > td *,
  .table-mobile tbody > tr > th *,
  .table-mobile thead > tr > th * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
  }

  .table-mobile tbody > tr > td .radio-inline,
  .table-mobile thead > tr > td .radio-inline,
  .table-mobile tbody > tr > th .radio-inline,
  .table-mobile thead > tr > th .radio-inline,
  .table-mobile tbody > tr > td .radio,
  .table-mobile thead > tr > td .radio,
  .table-mobile tbody > tr > th .radio,
  .table-mobile thead > tr > th .radio {
    overflow: visible;
  }

  .table-mobile tbody > tr > td .radio-inline span,
  .table-mobile thead > tr > td .radio-inline span,
  .table-mobile tbody > tr > th .radio-inline span,
  .table-mobile thead > tr > th .radio-inline span,
  .table-mobile tbody > tr > td .radio span,
  .table-mobile thead > tr > td .radio span,
  .table-mobile tbody > tr > th .radio span,
  .table-mobile thead > tr > th .radio span {
    overflow: visible;
  }

  .table-mobile tbody > tr > td .checkbox-inline,
  .table-mobile thead > tr > td .checkbox-inline,
  .table-mobile tbody > tr > th .checkbox-inline,
  .table-mobile thead > tr > th .checkbox-inline,
  .table-mobile tbody > tr > td .checkbox,
  .table-mobile thead > tr > td .checkbox,
  .table-mobile tbody > tr > th .checkbox,
  .table-mobile thead > tr > th .checkbox {
    overflow: visible;
  }

  .table-mobile tbody > tr > td .checkbox-inline span,
  .table-mobile thead > tr > td .checkbox-inline span,
  .table-mobile tbody > tr > th .checkbox-inline span,
  .table-mobile thead > tr > th .checkbox-inline span,
  .table-mobile tbody > tr > td .checkbox span,
  .table-mobile thead > tr > td .checkbox span,
  .table-mobile tbody > tr > th .checkbox span,
  .table-mobile thead > tr > th .checkbox span {
    overflow: visible;
  }

  .table-mobile tbody > tr > td .icon,
  .table-mobile thead > tr > td .icon,
  .table-mobile tbody > tr > th .icon,
  .table-mobile thead > tr > th .icon {
    overflow: visible;
  }

  .table-mobile tbody > tr > td .input-group,
  .table-mobile thead > tr > td .input-group,
  .table-mobile tbody > tr > th .input-group,
  .table-mobile thead > tr > th .input-group {
    display: table;
  }

  .table-mobile tbody > tr > td .input-group .form-control,
  .table-mobile thead > tr > td .input-group .form-control,
  .table-mobile tbody > tr > th .input-group .form-control,
  .table-mobile thead > tr > th .input-group .form-control {
    display: table-cell;
  }

  .table-mobile tbody > tr > td .input-group .input-group-addon,
  .table-mobile thead > tr > td .input-group .input-group-addon,
  .table-mobile tbody > tr > th .input-group .input-group-addon,
  .table-mobile thead > tr > th .input-group .input-group-addon {
    display: table-cell;
    vertical-align: middle;
  }

  .table-mobile tbody > tr > td .input-group .input-group-btn,
  .table-mobile thead > tr > td .input-group .input-group-btn,
  .table-mobile tbody > tr > th .input-group .input-group-btn,
  .table-mobile thead > tr > th .input-group .input-group-btn {
    display: table-cell;
    vertical-align: middle;
  }

  .table-mobile tbody > tr .inline-100,
  .table-mobile thead > tr .inline-100 {
    width: 100%!important;
  }

  .table-mobile tbody > tr .inline-30,
  .table-mobile thead > tr .inline-30 {
    width: 30%!important;
  }

  .table-mobile tbody > tr .inline-70,
  .table-mobile thead > tr .inline-70 {
    width: 70%!important;
  }

  .table-mobile tbody > tr .inline-50,
  .table-mobile thead > tr .inline-50 {
    width: 50%!important;
  }

  .table-mobile tbody > tr .inline-45,
  .table-mobile thead > tr .inline-45 {
    width: 45%!important;
  }

  .table-mobile tbody > tr .inline-55,
  .table-mobile thead > tr .inline-55 {
    width: 55%!important;
  }

  .table-mobile thead tr {
    background: #f8f8f8!important;
  }

  .table-mobile thead tr th {
    background: #f8f8f8!important;
    width: auto!important;
  }

  .table-mobile .table-rowClear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
  }

  .lg-forms-items .form-control,
  .lg-forms-items .btn {
    font-size: 17px;
  }

  .radio-inline,
  .checkbox-inline {
    display: block;
  }

  .low-items {
    text-align: center;
    border: 2px solid #b51818;
  }
}

@media (max-width: 430px) {
  .mobile-hidden-xss {
    display: none!important;
  }
}

.tabletMenuVisible {
  display: none;
}

.tabletMenu .header .basketBlock .btnBasket {
  padding-top: 3px;
  padding-bottom: 3px;
}

.tabletMenu.container-fluid {
  display: block;
}

.tabletMenu .tabletMenuVisible {
  display: block;
}

.tabletMenu .leftSide {
  background: #013e82;
}

.tabletMenu .middle {
  display: block;
  min-height: 100%;
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
}

.tabletMenu .middle .filterBlock .helpBlock {
  border-color: #002C73!important;
  border-radius: 0;
  border-width: 10px;
  margin-bottom: 0;
}

.tabletMenu .middle .content {
  padding: 15px;
}

.tabletMenu .middle .panel-body {
  padding: 15px 8px;
}

.tabletMenu .middle .anonymousMenu {
  display: block;
}

.tabletMenu .middle .basketPage .basketPanel {
  padding: 0;
}

.tabletMenu .middle .basketPanel .catalogueTable {
  font-size: 13px;
}

.tabletMenu .middle .basketPanel .catalogueTable > thead > tr > th {
  font-size: 12px;
}

.tabletMenu .middle .basketPanel .catalogueTable .priceTd {
  width: 15vw;
}

.tabletMenu .middle .basketPanel .catalogueTable .titleTd {
  width: 30vw;
}

.tabletMenu .middle .basketPanel .catalogueTable .catalogueTable .titleTd {
  width: calc(30vw - 55px);
}

.tabletMenu .middle .basketPanel .catalogueTable .idEanTd {
  width: 0px;
  padding: 0;
}

.tabletMenu .middle .basketPanel .catalogueTable .idEanTd .idEanTdIn {
  display: none;
}

.tabletMenu .middle .basketPanel .unitPriceTd .price2 {
  font-size: 12px;
  text-decoration: line-through;
  color: #ccc;
}

.tabletMenu .middle .simulationPage .basketPanel .catalogueTable .priceTd {
  width: 20vw;
}

.tabletMenu .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 65px;
}

.tabletMenu .header .searchBlock {
  left: 100px;
  top: 9px;
}

.tabletMenu .header .basketBlock {
  height: 65px;
  line-height: 61px;
}

.tabletMenu .header .basketBlock .btnBasket .numberItem {
  bottom: -7px;
  right: -5px;
  height: 30px;
  width: 30px;
  line-height: 27px;
}

.tabletMenu .header .menuBtn {
  top: 7px;
}

.tabletMenu .header .loginBlock .loginItemList {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tabletMenu .header .loginBlock .loginItemList li span {
  font-size: 13px;
}

.tabletMenu .header .loginBlock .loginItemList li a {
  font-size: 13px;
}

.tabletMenu .panel.filterPanel {
  min-height: 0;
}

.tabletMenu .panel.filterPanel .panelMaxHeight {
  position: relative;
  max-height: 100%;
}

.tabletMenu .panel.filterPanel .panelMaxHeight .filterContentBlock {
  max-height: 300px;
  overflow-y: auto;
}

.tabletMenu .panel.filterPanel .searchGroupItem {
  box-shadow: inset 0px 5px 13px -8px rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(195, 195, 195, 0.62);
}

.tabletMenu .panel.filterPanel .searchInput {
  height: 32px;
  line-height: 32px;
}

.tabletMenu .panel.filterPanel .checkbox-inline {
  min-height: 32px;
}

.tabletMenu.loginPage .middle {
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}

.tabletMenu.loginPage .container-default {
  padding-left: 0;
  padding-top: 80px;
}