@media (max-width: 855px) {

.content {
  padding-top: 110px;
}

.page__header-opts-item {
  min-width: 160px;
}

.page__header-opts {
  flex-wrap: wrap;
  flex-direction: row;
}

.page__header-opts-item {
  max-width: 200px;
  min-width: 179px;
  flex: 1;
}

a.content-info__cart > span {
  display: none;
}

img.content-info__cart-img {
  display: block;
}

a.content-info__cart {
  background: #F7A500;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
}

.item__price > div {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.item__price .rub-icon {
    width: 9px;
}

li.item-list__item {
  grid-template-columns: 31% 37% 23% 9%;
  padding: 15px 0;
}

.item__info {
  flex-direction: row;
  align-items: center;
}

.home-footer__content {
  flex-direction: column;
}

.home-footer__left, .home-footer__right {
  width: 100%;
}

.home-footer__left-item {
  margin-bottom: 80px;
}

h2.parts-list__title {
  font-size: 30px;
}

a.parts-list__download {
  font-size: 10px;
  max-width: 100px;
  text-align: center;
  line-height: 13px;
  padding: 8px 15px;
}

.item__available {
  padding: 0 5px;
}

.item__available > div {
  font-size: 10px;
  padding: 6px 10px;
}

.parts-list {
  padding: 70px 10px 0;
}

.parts-list:first-child {
  padding: 60px 10px 0;
}

.header__content {
  flex-direction: column;
  min-height: 110px;
  height: fit-content;
  justify-content: center;
  gap: 10px;
  align-items: self-start;
}

.header-content__info {
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}

a.parts-list__button {
  height: 70px;
  font-size: 16px;
}

button.home-footer__button {
  height: unset;
  font-size: 29px;
  padding: 20px 0px;
  margin-top: 40px;
}

.item__title {
  grid-column: 1 / -1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.footer__content {
  grid-template-columns: 50% 50%;
}

.parts-list__header {
  flex-direction: column;
  justify-content: start;
  align-items: baseline;
  gap: 15px;
}

.home-catalog-sections .parts-list__header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-cart li.item-list__item {
    grid-template-columns: 50% 50%;
}

.page-cart .item__info {
  grid-column: 1 / -1;
  margin-top: 3px;
}

.page-cart .item__price {
  justify-content: start;
}

}