﻿@charset "UTF-8";
.page-blocks {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 3px;
}
.page-blocks h1 {
  margin: 20px;
}
.page-blocks .pager {
  margin-left: 20px;
}
.page-blocks--padding {
  padding: 20px;
}
.page-blocks--padding .pager {
  margin-left: 0;
}
.page-blocks--padding h1 {
  margin: 0 0 20px 0;
}
.page-blocks--padding-vertical {
  padding: 20px 0;
}
.page-blocks--padding-vertical h1 {
  margin: 0 20px 20px;
}
.page-blocks--padding-vertical .menu-tab {
  margin-left: 20px;
}
.page-blocks--margin-right {
  margin-right: 20px;
}

#datalayer .page-blocks {
  padding: 0;
  box-shadow: none;
}

.page-content-wrapper {
  float: left;
  width: 100%;
}
.page-content-wrapper--side {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 850px) {
  .page-content-wrapper--side {
    width: 100%;
  }
}

.car-info--mainpage, .car-info--garage-menu, .car-info--addnew, .car-info--catalogs, .car-info--reset {
  margin-bottom: 0;
  box-shadow: none;
}

.mainheader {
  margin-bottom: 20px;
}

.content-page {
  background: #eee;
  padding: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #e39191;
  }
  100% {
    transform: scale(1);
    background-color: #cc5e5e;
  }
}
.car-info__toggle-car-btn {
  float: right;
}

.car-info__header {
  float: left;
}

@media only screen and (max-width: 850px) {
  .page-blocks--padding {
    padding: 10px;
  }
}
/*colors*/
/*fonts*/
/*Mixins*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  float: left;
  width: 200px;
}

.row {
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
  clear: both;
  padding: 12px 20px 8px;
  overflow: hidden;
  transition: background 0.2s ease;
  position: relative;
  flex: 3 0 350px;
  padding-left: 20px;
  max-width: 100%;
  display: flex;
}

.row .art {
  margin-right: 7px;
  float: left;
}

.row .descr {
  float: left;
  max-width: 400px;
  width: 50%;
  margin-right: 5px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  color: #363636;
}

.row:hover .descr {
  color: #C54141;
}

.row:hover .info {
  background: rgb(235.2, 235.2, 235.2);
}

.allOffers {
  float: right;
  border-top: 1px solid #e4e4e4;
  flex: 1 0 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.allOffers .placeholder {
  margin: 10px 20px 0 0;
}

.topdescr {
  margin-left: 1px;
  float: left;
}

.bestOffers {
  clear: both;
}
.bestOffers--new {
  overflow: hidden;
  transition: max-height 0.3s ease;
  width: 100%;
}
.bestOffers--exp {
  max-height: none;
}

.button {
  display: inline-block;
  background: url("//s.exist.ru/img2/showHide.png") 21px 7px no-repeat;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  transition: background-color 0.2s ease;
}

.row:hover .button {
  background-color: #e2eee9;
}

.pricerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  transition: background-color 0.3s ease;
  overflow: hidden;
  width: 100%;
  padding-left: 15px;
  padding-right: 20px;
  box-sizing: border-box;
  min-height: 38px;
  max-height: 50px;
  margin: 4px 0;
  max-height: 99px;
}
.pricerow.pricerow--direct {
  justify-content: flex-end;
  align-items: center;
}

.pricerow.ie {
  display: table;
}

.pricerow:first-of-type {
  border-top-color: transparent;
}

.prc-table__show-buttons {
  margin: 0 0 0 15px;
}

.prc-table__addbuttons {
  visibility: hidden;
  max-width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-left: 0;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.pricerow.slide .prc-table__addbuttons {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  max-width: 105px;
  height: auto;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  padding: 8px;
}
.pricerow.slide .prc-table__show-buttons span {
  background: transparent;
}
.pricerow.slide .prc-table__show-buttons span::before {
  transform: rotate(45deg);
  width: 11px;
  top: -3px;
}
.pricerow.slide .prc-table__show-buttons span::after {
  transform: rotate(-45deg);
  width: 11px;
  bottom: -4px;
}

.pricerow .avail,
.pricerow .pack,
.pricerow .statis,
.pricerow .price,
.pricerow .basket {
  display: block;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-end;
}

.pricerow .price {
  flex-direction: row;
}

.pricerow .statis {
  width: 105px;
  flex-shrink: 0;
  align-items: flex-end;
}

.pricerow .params {
  padding-top: 10px;
}
.pricerow .params .params__value-and-price {
  display: flex;
  align-items: center;
}
.pricerow .params .provider {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pricerow .params .provider.small {
  width: 130px;
}
.pricerow .params .provider .provider__icon {
  width: 20px;
  height: 20PX;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.pricerow .params .provider .provider__icon img {
  width: 100%;
  mix-blend-mode: darken;
}
.pricerow .params .provider .provider__name {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #363636;
}

.pricerow .basket-and-params {
  height: 100%;
  display: flex;
  align-items: center;
}

.pricerow.ie .avail,
.pricerow.ie .pack,
.pricerow.ie .statis,
.pricerow.ie .price,
.pricerow.ie .basket {
  display: table-cell;
}

.pricerow .avail {
  width: 45px;
  align-items: flex-start;
}
.pricerow .avail.big {
  width: 80px;
}
.pricerow .avail .icons {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pricerow .avail .icons .not-return-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 6px;
  background: url("//s.exist.ru/img2/icons/notReturn2.svg");
  position: relative;
  flex-shrink: 0;
}
.pricerow .avail .icons .not-return-icon:hover .not-return-tooltip {
  opacity: 1;
  z-index: 1;
}
.pricerow .avail .icons .not-return-icon .not-return-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  background: #92b6c8;
  color: white;
  text-align: center;
  transition: 0.2s;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
}

.pricerow .pack {
  white-space: nowrap;
  color: gray;
  font-style: italic;
  width: 65px;
  font-size: 12px;
}

.statis.statis--other-shop {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  flex-basis: 150px;
  text-align: right;
}

.pricerow .price {
  font-family: Arial, Tahoma, sans-serif;
  color: #646464;
  font-size: 15px;
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
  padding: 0 20px;
  width: 110px;
  padding-top: 10px;
}
@media (max-width: 450px) {
  .pricerow .price {
    width: 90px;
    padding: 0 5px;
    padding-top: 10px;
  }
}

.pricerow .price span img {
  cursor: pointer;
  margin-bottom: -3px;
  margin-right: 9px;
}

.pricerow .basket {
  width: 40px;
  height: 38px;
  min-width: 40px;
  background: #ffe289 url(//s.exist.ru/img2/cartnew2.png) center center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.pricerow .basket a {
  display: inline-block;
}

.pricerow .basket.shopsMap {
  background-color: #cecece;
  background-image: url(//s.exist.ru/img2/shops-map.png);
}

.pricerow .basket.shopsMap:hover {
  background-color: #6d6d6d;
}

.pricerow .basket:hover {
  background-color: rgb(244.8, 216.96, 131.52);
}

.pricerow .basket.loading {
  background: url(//s.exist.ru/img/loading.gif) no-repeat center;
}

.pricerow.inbasket {
  background: aliceblue;
}

.basket.inbasket {
  background-color: #badbe6;
}

.basket.inbasket i {
  background-color: #e0595d;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 0;
  border-radius: 50%;
  float: right;
  margin-top: -8px;
  height: 15px;
  line-height: 15px;
  width: 20px;
  text-align: center;
  left: 19px;
  position: relative;
  top: -5px;
}

.name-container {
  float: left;
  width: 35%;
}

.name-container .art {
  font-weight: bold;
  color: #363636;
}
.name-container .art.art-exist {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: -5px;
}

.name-container .partno {
  color: gray;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 23px;
}

.toggleEntries {
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 0;
  margin: 0px 20px 0px 0;
  position: relative;
  float: right;
  clear: both;
}
.toggleEntries.loading {
  background: url(//s.exist.ru/img/loading.gif) right center no-repeat;
}
.toggleEntries.loading i {
  opacity: 0;
}

.toggleEntries i {
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url(//s.exist.ru/img2/icons-new.png) -33px -380px no-repeat;
  margin-left: 8px;
  transition: all 0.2s ease;
}

.toggleEntries.notactive {
  pointer-events: none;
  color: #a1a1a1;
}

.row-container.expnd .toggleEntries i,
.toggleEntries.exp i {
  transform: rotate(180deg);
}

.toggleEntries:hover {
  color: #C54141;
}

@keyframes fadeRowOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    margin: 0;
  }
}
@keyframes fadeRowIn {
  from {
    max-height: 0;
    min-height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    min-height: 47px;
  }
}
.hidden {
  animation: fadeRowOut 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.appearing {
  animation: fadeRowIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.row-container {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: flex-start;
  min-height: 47px;
  max-height: 999999px;
  transition: all 0.5s ease-in-out;
}
.row-container__fav {
  margin-right: 7px;
}
.row-container__fav-btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(//s.exist.ru/img2/star.png) no-repeat;
  cursor: pointer;
}
.row-container__fav-btn.add-fav {
  background-position: -2px -17px;
}
.row-container__fav-btn.remove-fav {
  background-position: -2px -1px;
}
.row-container__fav-btn.loading {
  -ms-animation: rotate 0.3s linear infinite;
  -webkit-animation: rotate 0.3s linear infinite;
  animation: rotate 0.3s linear infinite;
}

.row-container.expnd .row {
  /*background: #f1f0df;*/
}

.row-container.expnd .button {
  background: #ebeacf url("//s.exist.ru/img2/showHide.png")-11px 7px no-repeat;
}

.row-container.expnd .phPrice.rowsHidden + .toggleEntries {
  display: block;
}

.row-container .phImage {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 30px;
  border: 1px solid #e4e4e2;
  pointer-events: none;
  transition: all 0.7s ease;
}

.row-container.expnd .phImage {
  max-height: 80px;
  opacity: 1;
}

.row-container.expnd .descr {
  white-space: normal;
}

/*.row-container:first-of-type .row,
.row-container:first-of-type .allOffers {
    border: none;
}*/
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.placeholder--price-results {
  clear: both;
  padding: 20px;
  text-align: center;
}

.phPrice {
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  display: none;
}

.phPrice.loading {
  background: url(//s.exist.ru/img/loading.gif) center center no-repeat;
  height: 0 !important;
}

a.gal {
  width: 16px;
  height: 17px;
  display: inline-block;
  background: url(//s.exist.ru/img/gal2.png) no-repeat;
  background-position: center;
  margin-bottom: -2px;
}

.rating {
  display: block;
  width: 18px;
  height: 17px;
  border-radius: 20%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 9px;
  float: left;
  line-height: 18px;
  position: relative;
  top: 2px;
}

.rating.brn {
  background: #c3c6c8;
}

.rating.slv {
  background: #c8b795;
}

.rating.gld {
  background: #ebc552;
}

.price-legend {
  margin-left: 10px;
}

.price-legend div {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
  color: gray;
}

.price-legend div:last-of-type {
  margin: 0;
}

.rating.text {
  float: left;
  display: block;
  color: gray;
  padding-left: 20px;
  font-weight: normal;
  width: 190px;
  font-size: 12px;
  margin-top: 1px;
}

.inform {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  margin-top: -6px;
  top: 4px;
}

.inform > a {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0px 0px 3px 4px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.inform > a:hover {
  background-color: #92b6c8;
  border-color: #92b6c8;
}

.inform > a:hover span {
  filter: brightness(0%) invert(1);
}

.inform > div {
  float: left;
  margin-right: 5px;
}

.info {
  float: right;
  padding: 3px;
  background: #f5f5f5;
  border-radius: 3px;
  margin-top: -2px;
  right: 0;
  top: 7px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.info span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("//s.exist.ru/img2/inform10.png") no-repeat;
  margin-right: 3px;
  margin-top: 3px;
}

.info .img {
  background-position: 0 0;
}

.info .params {
  background-position: -16px 0;
}

.info .appl {
  background-position: -32px 0;
}

.info .compl {
  background-position: -48px 0;
}

.info .doc {
  background-position: -64px 0;
}

#priceBody {
  float: right;
  border-top: 1px solid #e4e4e2;
  width: 78%;
  width: calc(100% - 260px);
  box-sizing: border-box;
}

#priceBody .table-header {
  float: left;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #507B8A;
  background: #d8e6eb;
  padding: 5px 0;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #c9cfd2;
  display: flex;
  align-items: center;
  padding-right: 115px;
}
#priceBody .table-header .descTip {
  position: relative;
  right: -7px;
}
#priceBody .table-header .sort-column {
  position: relative;
}
#priceBody .table-header .sort-column.selected::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #256892 transparent;
  right: -12px;
  -webkit-transform: scaleX(-0.6);
  -moz-transform: scaleX(-0.6);
  -ms-transform: scaleX(-0.6);
  -o-transform: scaleX(-0.6);
  transform: scaleX(-0.6);
}
#priceBody .table-header .sort-column.selected.asc::after {
  top: -2px;
}
#priceBody .table-header .sort-column.selected.desc::after {
  -webkit-transform: rotate(180deg) scaleX(-0.6);
  -moz-transform: rotate(180deg) scaleX(-0.6);
  -ms-transform: rotate(180deg) scaleX(-0.6);
  -o-transform: rotate(180deg) scaleX(-0.6);
  transform: rotate(180deg) scaleX(-0.6);
  top: 3px;
}

#priceBody .table-header > div {
  float: left;
}

#priceBody .table-header > div:nth-of-type(2) {
  width: 100px;
  margin-left: auto;
}

#priceBody .table-header > div:nth-of-type(3) {
  width: 155px;
}

.price-wrapper {
  float: left;
  width: 100%;
}
.price-wrapper__left-col {
  float: left;
  width: 250px;
}
.price-wrapper__left-col.sticked {
  /*.price-wrapper__banner {
              opacity:0;
              height:0;
              margin:0;
  pointer-events:none;
          }*/
}
.price-wrapper.loading {
  background: pink;
}
.price-wrapper__banner {
  width: 240px;
  height: 400px;
  float: left;
  display: none;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

.price-banner {
  margin-bottom: 20px;
  height: 110px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: none;
}
.price-banner .close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  padding: 2px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.price-banner .close:hover {
  background: rgba(0, 0, 0, 0.7);
}
.price-banner .close::before, .price-banner .close::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  left: 11px;
  top: 5px;
}
.price-banner .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.price-banner .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.price-banner.hidden {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
}

#priceFilters {
  float: left;
  width: 240px;
  padding: 15px;
  padding-top: 0;
  background: #fff;
  border-top: 1px solid #e4e4e2;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 249px;
}

#priceFilters > div {
  width: 100%;
}

.priceFilters__legend-square {
  border: 1px solid #adadad;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.price-level {
  float: right;
  margin-right: 20px;
}

.currPriceInfo {
  margin-top: 5px;
}

.left-column {
  clear: left;
  float: left;
  width: 220px;
}

.sort-type {
  float: right;
  margin-bottom: 5px;
}

#ddlFirms {
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}

#ddlFirms .firms {
  overflow: hidden;
  max-height: 250px;
  transition: max-height 0.3s ease;
}
#ddlFirms .firms > div {
  margin-bottom: 5px;
}
#ddlFirms .firms .strikethrough {
  text-decoration: line-through;
  color: #989898;
}

#ddlFirms .firms.expnd {
  max-height: 500px !important;
  overflow: auto;
}

.showMore {
  text-transform: uppercase;
  font-size: 11px;
  color: #256892;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 3px;
}
.showMore.hd {
  display: none;
}

.showMore:hover {
  color: #C54141;
  background: #f5f5f5;
}

span.priceFilters_header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background: #f2f2f2;
  display: inline-block;
  width: calc(100% + 15px);
  padding: 5px 0 5px 15px;
  margin-left: -15px;
  margin-bottom: 5px;
  color: #111111;
  letter-spacing: 2px;
}

.showFilters {
  display: none;
}

.priceFilters_close {
  display: none;
}

.filter-slider {
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.filter-slider__input {
  float: left;
  width: 45%;
  position: relative;
}
.filter-slider__input--min::after {
  content: "—";
  color: #b5b5b5;
  position: absolute;
  top: 5px;
  right: -17px;
}
.filter-slider__input--max {
  float: right;
}
.filter-slider__input input {
  width: 100%;
  padding-right: 20px;
}
.filter-slider__currency {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #a7a7a7;
  font-size: 16px;
  font-family: Roboto, Arial, Tahoma, sans-serif;
}
.filter-slider .noUi-target {
  margin: 0 auto 15px;
  width: 90%;
  border: 1px solid #c7c7c7;
}
.filter-slider .noUi-connect {
  background: #c1d7e1;
}
.filter-slider .noUi-handle {
  background: #f9f9f9;
  border: 1px solid #c7c7c7;
}
.filter-slider .noUi-horizontal {
  height: 12px;
}
.filter-slider .noUi-horizontal .noUi-handle {
  width: 26px;
  height: 22px;
  right: -13px !important;
}
.filter-slider .noUi-handle:after, .filter-slider .noUi-handle:before {
  height: 12px;
  left: 10px;
  top: 4px;
}
.filter-slider .noUi-handle:after {
  left: 13px;
}

.sort-button {
  cursor: pointer;
  position: relative;
  line-height: 16px;
  text-transform: lowercase;
}
.sort-button.selected::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #256892 transparent;
  right: -12px;
  -webkit-transform: scaleX(-0.6);
  -moz-transform: scaleX(-0.6);
  -ms-transform: scaleX(-0.6);
  -o-transform: scaleX(-0.6);
  transform: scaleX(-0.6);
}
.sort-button.selected.asc::after {
  top: 1px;
}
.sort-button.selected.desc::after {
  -webkit-transform: rotate(180deg) scaleX(-0.6);
  -moz-transform: rotate(180deg) scaleX(-0.6);
  -ms-transform: rotate(180deg) scaleX(-0.6);
  -o-transform: rotate(180deg) scaleX(-0.6);
  transform: rotate(180deg) scaleX(-0.6);
  top: 7px;
}

.sortings-list .sort-button.selected {
  font-weight: bold;
}

.back-to-old-price {
  font-family: Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #256892;
  float: left;
  float: left;
  text-align: center;
  padding-left: 13px;
  position: relative;
}
.back-to-old-price::after {
  content: "";
  position: absolute;
  border: 2px solid #9fb5c3;
  border-top-color: transparent;
  border-right-color: transparent;
  display: block;
  width: 5px;
  height: 5px;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 800px) {
  h1 {
    width: 100%;
  }
  #priceFilters {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  #priceFilters.sh {
    left: 0;
  }
  #priceFilters.hd {
    left: -300px;
  }
  #priceBody {
    width: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    padding-top: 10px;
  }
  .showFilters {
    display: block;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    padding: 3px 10px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  .priceFilters_close {
    display: block;
    width: 20px !important;
    height: 20px;
    background: url(//s.exist.ru/img2/iframe-close.png) center center no-repeat;
    float: right;
    margin-left: 200px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .row {
    border: none;
  }
  .row-container {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 850px) {
  .page-blocks--padding-vertical h1 {
    white-space: normal;
    box-sizing: border-box;
    padding-right: 40px;
    margin-left: 10px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .row, .data-row.header {
    padding: 10px;
    flex: 3 0 500px;
  }
  .data-row.header {
    font-size: 12px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-top: 5px;
    background-color: #e4e0d6;
  }
  .pricerow {
    padding: 0 10px;
  }
  .price-root-move {
    transition: transform 0.5s ease;
  }
  .price-level {
    float: left;
    margin: 2px 0 10px 0;
    font-size: 12px;
  }
  .table-header {
    display: none !important;
  }
  .pricerow .count {
    width: 70px;
  }
  .currPriceInfo {
    display: none;
  }
  .name-container {
    margin-right: 5px;
  }
  .row .price {
    margin-right: 5px;
  }
  .button {
    height: 35px;
    bottom: auto;
  }
  .data-row.header.sticked {
    margin-top: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .price-wrapper__banner {
    display: none !important;
  }
}
.statis a {
  overflow: hidden;
  display: block;
}

.statis span {
  float: right;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin: 2px 0 0 4px;
}

.statis .bad {
  background-color: #932a2a;
}

.statis .poor {
  background-color: #E65427;
}

.statis .well {
  background-color: #f79000;
}

.statis .good {
  background-color: #f3d600;
}

.statis .excellent {
  background-color: #7ACF72;
}

.statis .stock {
  width: 10px;
  height: 10px;
  border: 2px solid #3e89b9;
  background-color: #83f578;
}

.restoredHelp {
  margin-top: 20px;
  display: block;
  float: left;
  font-size: 12px;
}

#ddlFirms, .sort-type {
  clear: both;
  float: left;
}

.empty-result {
  float: right;
  color: gray;
  font-size: 15px;
  padding: 15px;
}

.up, .down {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 6px;
}

.up {
  background: url(//s.exist.ru/img/arrow-small2.png) no-repeat 8px 4px;
  transform: rotate(180deg);
  margin-top: -3px;
}

.down {
  background: url(//s.exist.ru/img/arrow-small2.png) no-repeat 8px 4px;
}

.hide {
  display: none !important;
}

.catalogs li {
  border-bottom: 1px solid #e4e4e2;
  float: left;
  width: 100%;
}

.catalogs li a {
  float: left;
  padding: 10px 20px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
}

.catalogs li a:hover {
  background-color: #f5f5f5;
}

.catalogs li a span {
  float: left;
  width: 250px;
}

.catalogs li a dd {
  float: left;
  color: gray;
}

.timer-counter {
  color: gray;
  float: right;
  font-size: 11px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 800px) {
  .page-blocks--padding-vertical h1 {
    margin-left: 0;
  }
}
