.main--borders {
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
}
@media (max-width: 1023px) {
  .main--borders {
    border-top: 0;
    position: relative;
  }
  .main--borders:after {
    position: absolute;
    content: "";
    top: 72px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f5f7fa;
  }
}
.cat {
  display: block;
  width: 100%;
  padding-left: 75px;
  padding-right: 65px;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .cat {
    display: block;
    width: 100%;
    padding-left: 50px;
    padding-right: 40px;
  }
}
@media (max-width: 1279px) {
  .cat {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.cat__breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 4px 0;
  position: relative;
  z-index: 2;
}
.cat__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #f6f7fb;
  border: 1px solid #cccccc;
  width: 294px;
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 1;
}
.cat__li {
  display: block;
  position: relative;
  margin-right: 39px;
  padding: 13px 0;
}
.cat__li:last-child {
  margin-right: 0;
}
.cat__breadcrumbs-link {
  display: block;
  position: relative;
  color: #111;
  font-size: 17px;
  line-height: 19px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__breadcrumbs-link span {
  color: #111;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__breadcrumbs-link:hover span {
  color: #00aeff;
  border-bottom: 1px solid transparent;
}
.cat__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  color: #111;
  font-size: 17px;
  line-height: 19px;
  cursor: pointer;
}
.cat__item span {
  color: #111;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__item svg {
  display: block;
  margin-left: 8px;
  stroke: #111;
  will-change: transform;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__breadcrumbs-link:before,
.cat__item:before {
  position: absolute;
  content: "/";
  right: -24px;
  top: 0;
  color: #111;
  z-index: -1;
}
.cat__li:last-child .cat__item:before {
  display: none;
}
.cat__li:last-child .cat__breadcrumbs-link:before {
  display: none;
}
.cat__item:hover span {
  color: #00aeff;
  border-bottom: 1px solid transparent;
}
.cat__item:hover svg {
  stroke: #00aeff;
  transform: rotate(180deg);
}
.cat__li:hover .cat__submenu {
  opacity: 1;
  visibility: visible;
}
.cat__submenu-links {
  display: none;
  width: 100%;
}
.cat__submenu li {
  display: block;
  width: 100%;
}
.cat__submenu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  padding-left: 29px;
}
.cat__submenu-item span {
  color: #111;
  font-size: 17px;
  line-height: 36px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__submenu-item svg {
  display: block;
  margin-left: 8px;
  stroke: #111;
}
.cat__submenu-item--opened svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cat__submenu-links a {
  display: block;
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  background: transparent;
  padding-left: 47px;
  font-size: 17px;
  line-height: 36px;
}
.cat__submenu-links a span {
  font-size: 17px;
  line-height: 19px;
  color: #111;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__submenu-links a:hover {
  background: #e8eaed;
}
.cat__submenu-links a:hover span {
  color: #00aeff;
  border-bottom: 2px solid #00aeff;
}
@media (max-width: 1200px) {
  .cat__breadcrumbs-link:hover span {
    color: #111;
    border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  }
  .cat__item:hover span {
    color: #111;
  }
  .cat__item:hover svg {
    stroke: #111;
    transform: none;
  }
  .cat__submenu-links a:hover {
    background: transparent;
  }
  .cat__submenu-links a:hover span {
    color: #111;
    border-bottom: 2px solid transparent;
  }
}
.cat__title {
  display: block;
  width: 100%;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  padding-top: 27px;
  padding-bottom: 13px;
}
/*.cat__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 14px;
}*/
.cat__sidebar,
.cat__sidebar2 {
  display: block;
  width: auto;
  position: relative;
  z-index: 1;
}
.cat__sidebar-link {
  display: block;
  width: 100%;
  background: transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cat__sidebar-link span {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #111111;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__sidebar-link:hover {
  background: #f6f7fb;
}
.cat__sidebar-link:hover span {
  color: #00aeff;
  border-bottom: 2px solid #00aeff;
}
@media (max-width: 1200px) {
  .cat__sidebar-link:hover {
    background: transparent;
  }
  .cat__sidebar-link:hover span {
    color: #111111;
    border-bottom: 2px solid transparent;
  }
}
.cat__content,
.cat__content2 {
  display: block;
  /*width: calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	padding-left: 40px;*/
  position: relative;
  z-index: 0;
  width: 100%;
}
.cat__tags-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 21px;
  border-bottom: 1px solid #cccccc;
}
.cat__tag {
  display: block;
  margin-right: 9px;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.5);
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.5);
  border-radius: 10px;
  padding: 13px 21px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.cat__tag:last-child {
  margin-right: 0;
}
.cat__tag:hover {
  color: #00aeff;
  border: 1px solid #00aeff;
}
@media (max-width: 1200px) {
  .cat__tag:hover {
    color: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(17, 17, 17, 0.5);
  }
}
.cat__border {
  display: block;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.cat__border:after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: 0;
  height: 1px;
  width: calc(100% + 10px);
  width: -webkit-calc(100% + 10px);
  background: #cccccc;
  z-index: -1;
}
.cat__cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}
.cat__card-wrap {
  display: block;
  width: 25%;
  border: 10px solid transparent;
}
.cat__card {
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 47px;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  padding-right: 33px;
}

.cat__card svg,
.cat__card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  fill: #a1a1a1;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 93px;
  height: 93px;
}
.cat__card span {
  display: block;
  color: #111;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__card:hover svg {
  fill: #00aeff;
}
.cat__card:hover span {
  color: #00aeff;
}
@media (max-width: 1200px) {
  .cat__card:hover svg {
    fill: #a1a1a1;
  }
  .cat__card:hover span {
    color: #111;
  }
}
.cat__block {
  display: block;
  width: 100%;
  padding-top: 63px;
  padding-bottom: 76px;
  border-bottom: 1px solid #cccccc;
}
.cat__block:last-child {
  border-bottom: 0;
}
.cat__block-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 38px;
}
.cat__posts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cat__post-wrap {
  display: block;
  background: #ffffff;
  width: 23%;
  border: 10px solid transparent;
}
.cat__post-wrap--last {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cat__post {
  display: block;
  position: relative;
  width: auto;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  z-index: 1;
  background: #fff;
}
.cat__post-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  max-height: 192px;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 310/192;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat__post-img img {
  display: block;
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  margin: 0 auto;
}
.cat__post-like {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 18px;
  z-index: 1;
  opacity: 0;
}
.cat__post-like svg {
  display: block;
  fill: none;
  stroke: #b8b8b8;
}
.cat__post-like--liked svg {
  fill: #ff1938;
  stroke: #ff1938;
}
.cat__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding-left: 29px;
  padding-right: 29px;
}
.cat__post-title {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #111111;
  margin-right: 15px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.cat__post-title span {
  font-size: 24px;
  line-height: 24px;
  color: #111111;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__post-title:hover span {
  color: #00aeff;
  border-bottom: 2px solid #00aeff;
}
.cat__post-info {
  display: block;
  position: relative;
  padding-left: 14px;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  color: #111111;
}
.cat__post-info:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB4SURBVHgBfZHBDYAwCEWJOkBH6AgePXYER3EDR9Cj23QURmicQNFAQhD8yUtb+j8hAeCrRIzy6BzDyiZXhbgiw1NEokXpjdNVFwc+M7GoerZp5LRll6m9T+S53smFqgwFHFXd2lPTra2S17pX94k4iQMCzfCzg1A3czwfL1I956UAAAAASUVORK5CYII=")
    no-repeat center;
  opacity: 0.5;
}
.cat__new-price {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-right: 16px;
}
.cat__old-price {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: rgba(17, 17, 17, 0.3);
  text-decoration: line-through;
}
.cat__color {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cat__color:last-child {
  margin-right: 0;
}
.cat__color--white {
  background: #fff;
  border: 1px solid #cccccc;
}
.cat__color--gray {
  background: #cccccc;
}
.cat__color--black {
  background: #111;
}
.cat__stock-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat__stock-txt {
  margin-left: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #16c67a;
}
.cat__stock-txt--gray {
  color: #aaaaaa;
}
.cat__stock {
  display: block;
  margin-right: 2px;
  width: 4px;
  height: 10px;
  background: #16c67a;
  border-radius: 1px;
}
.cat__post-hidden {
  display: block;
  position: absolute;
  /*width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);*/
  width: 100%;
  height: auto;
  left: -1px;
  top: 100%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  padding-top: 18px;
  padding-bottom: 27px;
  opacity: 0;
  visibility: hidden;
}
.cat__post:hover {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  z-index: 2;
}
.cat__post:hover .cat__post-hidden {
  opacity: 1;
  visibility: visible;
}
.cat__post:hover .cat__post-like {
  opacity: 1;
}
@media (max-width: 767px) {
  .cat__post-like {
    opacity: 1;
  }
}
.cat__post-txt {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-left: 29px;
  padding-right: 29px;
}
.cat__post-hidden .cat__row p {
  display: block;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
}
.cat__post-hidden .cat__row p:last-child {
  margin-right: 0;
}
.cat__show-options {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding-left: 29px;
  color: #0070c9;
  cursor: pointer;
  margin-top: 7px;
}
.cat__show-options span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.cat__show-options:hover span {
  border-bottom: 1px solid #0070c9;
}
.cat__post-more {
  display: block;
  text-align: center;
  width: 145px;
  margin-left: 29px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff1938;
  border-radius: 10px;
  padding: 8px 0;
  margin-top: 20px;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}
.cat__post-more2 {
  display: block;
  text-align: center;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff1938;
  border-radius: 10px;
  padding: 8px 0;
  margin-top: 22px;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}
.cat__post-more:hover,
.cat__post-more2:hover {
  background: #cc142d;
}
@media (max-width: 1200px) {
  .cat__post-more:hover,
  .cat__post-more2:hover {
    background: #ff1938;
  }
}
.cat__row--1 {
  margin-top: 13px;
  min-height: 50px;
}
.cat__row--2 {
  margin-top: 11px;
}
.cat__row--3 {
  margin-top: 8px;
}
.cat__row--4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 28px;
}
.cat__row--5 {
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .cat__post-title:hover span {
    color: #111111;
    border-bottom: 2px solid transparent;
  }
  .cat__show-options:hover span {
    border-bottom: 1px solid transparent;
  }
}
.cat__show-all {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 160px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #0070c9;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
}
.cat__show-all span {
  display: block;
  margin-right: 9px;
}
.cat__show-all a {
  display: block;
  margin-right: 9px;
  color: #0070c9;
}
.cat__show-all svg {
  display: block;
  margin-top: 6px;
}
.full-cards .cat__post-wrap {
  width: 100%;
}
.full-cards .cat__post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: center;
  -webkit-align-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #cccccc;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.full-cards .cat__post-img {
  width: 24%;
}
.full-cards .cat__post-hidden {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  border: 0;
  opacity: 1;
  visibility: visible;
  padding: 0;
  width: 24%;
}
.full-cards .cat__post-wrap:after {
  display: none;
}
.cat__row-wrap {
  display: block;
}
.full-cards .cat__row-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -webkit-align-content: center;
  width: 24%;
}
.full-cards .cat__row--1 {
  margin-top: 0;
}
.cat__wrap2 {
  display: none;
}
.full-cards .cat__wrap2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 24%;
}
.cat__prices {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
.full-cards .cat__post-more {
  display: none;
}
.full-cards .cat__row--2 {
  display: none;
}
.full-cards .cat__row,
.full-cards .cat__post-txt,
.full-cards .cat__show-options {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1600px) {
  .cat__post-wrap {
    /*width: 33.33%;*/
    width: 31%;
    margin-bottom: 40px;
  }
  .cat__card-wrap {
    width: 33.33%;
  }

  .cat__show-all {
    margin-top: 0;
  }
  .cat__block {
    padding-bottom: 56px;
  }
  .cat__sidebar {
    width: 280px;
  }
  .cat__content {
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 280px);
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  .cat__prices .cat__new-price {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .cat__prices .cat__old-price {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
  .cat__post-more2 {
    margin-top: 12px;
  }
  .full-cards .cat__post-title span {
    font-size: 18px;
  }
  .full-cards .cat__post-info {
    font-size: 18px;
    margin-top: 2px;
  }
  .full-cards .cat__post-info:after {
    top: 4px;
  }
}
@media (max-width: 1279px) {
  .cat__sidebar-link {
    padding-left: 0;
  }
  .cat__title {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .cat__breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat__sidebar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
  }
  .cat__content {
    width: 100%;
    padding-left: 0;
  }
  .cat__post-wrap {
    width: 47%;
    margin-bottom: 40px;
  }
  .full-cards .cat__post-wrap {
    margin-bottom: 0;
  }
  .cat__card-wrap {
    width: 50%;
  }
  .cat__border:after {
    right: 0;
    width: 100%;
  }
  .cat__block-title {
    font-size: 40px;
    line-height: 46px;
  }
  .full-cards .cat__row--1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__row--2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__row--3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__row--4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__post-txt {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__row--5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-cards .cat__show-options {
    padding-left: 5px;
  }
  .full-cards .cat__post-more {
    margin-left: 5px;
  }
}
@media (max-width: 1250px) {
  .full-cards .cat__post-hidden {
    display: none;
  }
  .full-cards .cat__post-img,
  .full-cards .cat__row-wrap,
  .full-cards .cat__wrap2 {
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .cat__title {
    padding-top: 10px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .cat__post-more2 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 14px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 26px;
    overflow-x: hidden;
  }
  .cat__card-wrap {
    border: 5px solid transparent;
  }
  .cat__tags-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cat__sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cat__card span {
    font-size: 14px;
    line-height: 16px;
  }
  .cat__card svg,
  .cat__card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .cat__border {
    display: none;
  }
  .cat__title {
    font-size: 26px;
    line-height: 32px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 5px;
  }
  .cat__breadcrumbs-link,
  .cat__item {
    font-size: 14px;
  }
  .cat__item svg {
    margin-bottom: 1px;
  }
  .cat__card {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .cat__breadcrumbs {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .cat__sidebar-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cat__sidebar-link span {
    font-size: 14px;
  }
  .cat__wrap {
    padding-top: 1px;
  }
  .cat__tag {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
  }
  .cat__cards {
    margin-top: 20px;
  }
  .cat__block-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .cat__post-wrap {
    width: 49%;
    margin-right: 1%;
    border: 0;
    margin-bottom: 0;
  }
  .cat__post-wrap:nth-child(2n) {
    /*margin-right: 0;*/
  }
  .cat__block {
    padding-top: 34px;
    border-bottom: 0;
    padding-bottom: 8px;
  }
  .cat__post-title {
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
  }
  .cat__post-title span {
    font-size: 14px;
    line-height: 20px;
  }
  .cat__post-info {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    border-bottom: 0;
  }
  .cat__stock-txt {
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
  }
  .cat__row {
    padding-left: 0;
    padding-right: 0;
  }
  .cat__post-info:after {
    top: -1px;
  }
  .cat__post-like {
    top: 10px;
    right: 14px;
  }
  .cat__old-price {
    font-size: 14px;
    line-height: 15px;
    margin-right: 0;
    width: 100%;
  }
  .cat__new-price {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-right: 0;
    margin-top: 4px;
  }
  .cat__post-hidden {
    display: none;
  }
  .cat__post {
    border: 0;
  }
  .cat__post:hover {
    border: 0;
  }
  .cat__color {
    width: 10px;
    height: 10px;
  }
  .cat__row--2 {
    margin-top: 0;
  }
  .cat__row--3 {
    margin-top: 8px;
  }
  .cat__row--4 {
    margin-top: 8px;
  }
  .cat__show-all {
    font-size: 14px;
    width: 120px;
  }
  .cat__submenu {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
  }
  .cat__submenu-item span {
    display: block;
    font-size: 14px;
    line-height: 14px;
  }
  .cat__submenu-links a {
    line-height: 26px;
    padding-left: 30px;
  }
  .cat__submenu-links a span {
    font-size: 14px;
    line-height: 15px;
  }
  .cat__submenu-item {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .cat__submenu-item svg {
    margin-top: 4px;
  }
  .cat__li {
    padding: 5px 0;
    margin-right: 26px;
  }
  .cat__breadcrumbs-link:before,
  .cat__item:before {
    right: -17px;
  }
  .cat__posts--borders .cat__row--4 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 420px) {
  .cat {
    padding-left: 9px;
    padding-right: 9px;
  }
  .cat__title {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media (max-width: 1023px) {
  .cat {
    padding-top: 20px;
  }
}
.ovh {
  overflow: hidden;
}
.cat__sidebar-content {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 8px;
}
.cat__range {
  display: block;
  width: 100%;
}
.cat__sidebar-block {
  display: block;
  width: auto;
  position: relative;
  padding-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.cat__sidebar-block:last-child {
  border-bottom: 0;
}
.cat__mobile-btns {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.cat__show {
  display: none;
}
.cat__reset {
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #f6f7fb;
  border: 1px solid #111111;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #111111;
  padding: 11px 0;
}
.cat__sidebar-heading {
  display: block;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
}
.cat__sidebar-heading svg {
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 8px;
  transform: none;
  -webkit-transform: none;
}
.cat__sidebar-inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.cat__sidebar-inputs input {
  display: block;
  width: 48%;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  color: #111111;
  padding: 14px 20px;
}
.cat__sidebar-inputs input:focus {
  border: 1px solid #00aeff;
}
.cat__modal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: calc(100% + 20px);
  left: -webkit-calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 228px;
  height: 145px;
  background: #f6f7fb;
  border: 1px solid #cccccc;
}
.cat__modal:after {
  left: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #f6f7fb;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  z-index: 2;
}
.cat__range-loading {
  display: block;
  width: 58px;
  height: 58px;
  background: url("../images/loading.svg") no-repeat center;
}
.cat__sidebar-checkboxes {
  display: block;
  width: 100%;
  padding-top: 6px;
}
.cat__checkbox-wrap {
  display: block;
  width: 100%;
  position: relative;
  background: transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__checkbox-wrap:hover {
  background: #f6f7fb;
}
.cat__checkbox-wrap input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
}
.cat__checkbox-label {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding-left: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  color: #111;
  font-size: 18px;
  line-height: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__checkbox-label:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 10px;
  left: 14px;
  background: #fff;
  border: 1px solid #00aeff;
  border-radius: 1px;
  box-sizing: border-box;
}
.cat__checkbox-label:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  top: 14px;
  left: 17px;
  background: url("../images/check.svg") no-repeat center;
}
.cat__all-checkbox {
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  padding-top: 6px;
  color: #00aeff;
}
.cat__all-checkbox span {
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__all-checkbox:hover span {
  border-bottom: 1px solid #00aeff;
}
@media (max-width: 1200px) {
  .cat__all-checkbox:hover span {
    border-bottom: 1px solid transparent;
  }
  .cat__checkbox-wrap:hover {
    background: transparent;
  }
}
.cat__checkbox-wrap input:checked + .cat__checkbox-label:before {
  background: #00aeff;
}
.cat__modal p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}
.cat__modal-btn {
  display: block;
  cursor: pointer;
  border: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  height: 48px;
  background: #ff1938;
  border-radius: 10px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat__modal-btn:hover {
  background: #cc142d;
}
@media (max-width: 1200px) {
  .cat__modal-btn:hover {
    background: #ff1938;
  }
}
.cat__sidebar-block--visited .cat__sidebar-heading {
  color: #00aeff;
}
.cat__sidebar-block--closed .cat__sidebar-content {
  display: none;
}
.cat__white {
  display: block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
.cat__gray {
  display: block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #a1a1a1;
}
.cat__black {
  display: block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #111111;
}
.cat__radio-label {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding-left: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  color: #111;
  font-size: 18px;
  line-height: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__radio-label:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 10px;
  left: 14px;
  background: #fff;
  border: 1px solid #00aeff;
  border-radius: 50%;
  box-sizing: border-box;
}
.cat__radio-label:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  top: 13px;
  left: 17px;
  border-radius: 50%;
}
.cat__checkbox-wrap input:checked + .cat__radio-label:after {
  background: #00aeff;
}
.pagination {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pagination ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.pagination ul li {
  display: block;
}
.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #111;
}
.prev {
  width: 140px;
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.3);
  font-size: 20px;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.3);
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-left: 36px;
  font-weight: 700;
  margin-right: 30px;
}
.prev:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  left: 23px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBjZDRDYAgDERbJoANWMUN3ERGcwNHkRG6QT2MGoNQueR93QtcSoR47xcQqRUUKYSgYG9JDqwgg8jMWy3x9cpZFqnIqjqJSH4ES+Jqz0dy9JOxL8yRVnnfYe6V7/Wpd+oD4ORCcNOz6ZsAAAAASUVORK5CYII=")
    no-repeat center;
  opacity: 0.3;
}
.next {
  width: 140px;
  position: relative;
  border: 1px solid #111111;
  opacity: 0.3;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  cursor: pointer;
  text-transform: uppercase;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding-left: 23px;
  font-weight: 700;
  margin-left: 30px;
}
.next:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 23px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBjZDRDYAgDERbJoANWMUN3ERGcwNHkRG6QT2MGoNQueR93QtcSoR47xcQqRUUKYSgYG9JDqwgg8jMWy3x9cpZFqnIqjqJSH4ES+Jqz0dy9JOxL8yRVnnfYe6V7/Wpd+oD4ORCcNOz6ZsAAAAASUVORK5CYII=")
    no-repeat center;
}
.pagination .current {
  background: #00aeff;
  color: #fff;
}
@media (max-width: 767px) {
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pagination ul {
    padding-bottom: 68px;
    position: relative;
  }
  .prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 0;
  }
  .next {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.cat__show-posts {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px 0;
  margin-top: 60px;
  margin-bottom: 10px;
}
.cat2 {
  padding-bottom: 50px;
}
.cat__content-nav {
  display: block;
  width: 100%;
}
.cat__select-wrapper {
  display: block;
  padding-left: 10px;
  width: 100%;
  max-width: 280px;
}
.cat__select-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
}
.cat__select-wrapper select {
  opacity: 0;
  visibility: hidden;
}
.cat__posts--borders .cat__post-wrap {
  position: relative;
}
.cat__posts--borders .cat__post-wrap:after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -1px;
  width: calc(100% + 20px);
  height: 1px;
  background: #ccc;
  z-index: 0;
}
.cat__posts--borders .cat__row--4 {
  margin-bottom: 58px;
}
.full-cards .cat__row--4 {
  margin-bottom: 0;
}
.open-content svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cat__sidebar-nav {
  display: none;
}
.cat__sidebar-close {
  display: none;
}
.cat__switch-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat__switch1 {
  display: block;
  cursor: pointer;
  margin-right: 11px;
}
.cat__switch1 svg {
  display: block;
  fill: rgba(17, 17, 17, 0.2);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__switch2 {
  display: block;
  cursor: pointer;
  margin-right: 11px;
}
.cat__switch2 svg {
  display: block;
  fill: rgba(17, 17, 17, 0.2);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.cat__switch--active svg {
  fill: #111;
}
@media (max-width: 1279px) {
  .cat__sidebar2 {
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .cat__sidebar-close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 21px;
    top: 26px;
  }
  .cat__select-wrapper {
    padding-left: 0;
  }
  .cat__sidebar-close:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #111;
    top: 11px;
    right: 0;
    transform: rotate(-45deg);
  }
  .cat__sidebar-close:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #111;
    top: 11px;
    left: 0;
    transform: rotate(45deg);
  }
  .cat__sidebar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    padding-left: 10px;
    margin: 22px 0;
  }
  .cat__sidebar-nav span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 11px;
  }
  .cat__content2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
  }
  .cat__modal {
    display: none;
  }
  .cat__sidebar2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-top: 79px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 80px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    z-index: 0;
  }
  .cat__sidebar2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f7fa;
    top: 72px;
    left: 0;
  }
  .cat__sidebar2:before {
    position: absolute;
    content: "";
    width: 122px;
    height: 19px;
    /*background: url(../images/general/logo.svg) no-repeat center;*/
    background-size: cover;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .cat__content-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 52px;
  }
  .cat__tags-wrap {
    padding-bottom: 15px;
    border-bottom: 0;
    order: 2;
    -webkit-order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  .cat__select-container {
    order: 1;
    -webkit-order: 1;
    margin-top: 28px;
    padding-left: 0;
    max-width: none;
    margin-bottom: 21px;
  }
  .cat__switch-wrap {
    display: none;
  }
  .cat__sidebar2--opened {
    visibility: visible;
    opacity: 1;
    z-index: 101;
    margin-top: 100px;
  }
  .cat__mobile-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 15px 24px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    width: auto;
    z-index: 105;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  }
  .cat__reset {
    width: 49%;
    color: #999999;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    margin: 0;
  }
  .cat__show {
    display: block;
    width: 49%;
    background: #ff1938;
    border-radius: 10px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 11px 0;
  }
  .cat__sidebar-content {
    max-width: none;
  }
  .cat__sidebar-block:last-child {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .cat__reset,
  .cat__show {
    font-size: 16px;
  }
  .cat__show-posts {
    padding: 14px 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .cat__posts--borders .cat__post-wrap:after {
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    left: -5px;
  }
  .cat__posts--borders .cat__post-wrap:last-child:after {
    display: none;
  }
  .cat__sidebar-nav {
    padding-left: 0;
  }
  .cat__content2 {
    padding-left: 0;
    padding-right: 0;
  }
  .cat__select-wrapper {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 420px) {
  .cat__sidebar-nav {
    padding-left: 5px;
  }
  .cat__content2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cat__sidebar-close {
    left: 12px;
  }
  .cat__sidebar2 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .cat__mobile-btns {
    padding-left: 14px;
    padding-right: 14px;
  }
  .cat__reset {
    font-size: 12px;
    width: 48%;
  }
  .cat__show {
    font-size: 12px;
    width: 48%;
  }
  .cat__mobile-nav {
    padding-left: 5px;
  }
  .cat__tags-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cat__post--popular {
  border: 0;
}
.cat__post--popular:hover {
  border: 0;
}
@media (max-width: 640px) {
  .cat__submenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .cat__li:nth-child(1) .cat__submenu,
  .cat__li:nth-child(2) .cat__submenu {
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media (max-width: 499px) {
  .cat__li:nth-child(1) .cat__submenu,
  .cat__li:nth-child(2) .cat__submenu {
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .cat__li:nth-child(4) .cat__submenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (max-width: 360px) {
  .cat__li:nth-child(4) .cat__submenu {
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
}

.cat__sidebar-block__modal.hidden {
  display: none;
}

.cat__sidebar2 {
  width: 21%;
  max-width: 370px;
  padding-top: 14px;
}
.cat__wrap {
  width: calc(79% - 20px);
}
.cat__sidebar2 .cat__sidebar2 {
  width: 100%;
}

@media (max-width: 1023px) {
  .cat__sidebar2--opened {
    width: auto;
    padding-top: 80px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .cat__wrap {
    width: auto;
    padding-left: 0 !important;
  }

  .cat__wrapper.cat__wrapper--items {
    row-gap: 10px;
  }

  .cat__select-container {
    gap: 20px;
  }

  .cat__select-wrapper {
    padding-left: 0 !important;
  }
}
