/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url(/fonts/Gilroy-Regular.eot?1d051d9d4215c09cbcaa846199555107);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Gilroy-Regular.eot?1d051d9d4215c09cbcaa846199555107?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Regular.woff?31d54a4b841c0e438f130447e373792b) format("woff"), url(/fonts/Gilroy-Regular.ttf?b91b0127c56a8e5f9e83a2a49ba4e315) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/Gilroy-Medium.eot?b84941b7bdcce7cbba6db36330079273);
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url(/fonts/Gilroy-Medium.eot?b84941b7bdcce7cbba6db36330079273?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Medium.woff?2bc7f5d7ea77ee1bddb3d9388913a8d1) format("woff"), url(/fonts/Gilroy-Medium.ttf?f9f832b0ed3f1ab138c962ada983dbcc) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/fonts/Gilroy-Bold.eot?a732fed1bc6140852a0bcc237f16618e);
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url(/fonts/Gilroy-Bold.eot?a732fed1bc6140852a0bcc237f16618e?#iefix) format("embedded-opentype"), url(/fonts/Gilroy-Bold.woff?5fb38b9fa452b5814397d5bcce0d2d5e) format("woff"), url(/fonts/Gilroy-Bold.ttf?b900325e44ec0c673e88af6e02e3b453) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9?#iefix) format("embedded-opentype"), url(/fonts/Roboto-Regular.woff?31012f9b3e3da44f87e842e419bc267a) format("woff"), url(/fonts/Roboto-Regular.ttf?25e40da956314b12d333fe72cc420957) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(/fonts/ptsans.ttf?3ff70cab6e253afad2863ede9b7795a2);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/ptsans.woff?6709fc9b0a38c075d1976fab71a01beb) format("woff"), url(/fonts/ptsans.ttf?3ff70cab6e253afad2863ede9b7795a2) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
  color: #DD4303;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.title_left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .title_left {
    text-align: center;
  }
}
.title::after {
  content: "";
  display: block;
  width: 346px;
  border-bottom: 1px solid #3B3B97;
  margin: 0 auto;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .title::after {
    display: none;
  }
}
.title_left::after {
  margin: inherit;
  margin-top: 10px;
}
.title__blue {
  color: #3B3B97;
}
.title_page {
  font-size: 2.6rem;
  text-align: left;
  margin-bottom: 2rem;
}
.title_page::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .title_page {
    font-size: 20px;
  }
}
.title_black {
  font-size: 2.6rem;
  text-align: left;
  color: #000;
  text-transform: none;
  font-weight: 500;
}
.title_black::after {
  display: none;
}
.title_black-color {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .title_category {
    display: none;
  }
}
.title_category-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .title_category-mob {
    display: block;
  }
}

.red {
  color: red;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #fff;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  height: 100%;
  color: #000;
}

h1, .h1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

p, ul, ol {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

.wrapper {
  min-height: 100%;
  padding-bottom: 297px;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-bottom: 0;
  }
}

.content-width {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  padding: 3px 0 3.5rem 0;
}
.content_padding-min {
  padding-top: 0;
}
.content__aside {
  width: 320px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .content__aside {
    width: 100%;
    padding-right: 0;
  }
}
.content__wrapper {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .content__inner {
    flex-direction: column;
  }
}

.add_to_favorite {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(/images/heart.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.add_to_favorite_active {
  background-image: url(/images/heartfill.svg);
}

.button {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  transition: 0.5s background-color, 0.5s opacity;
}
@media only screen and (max-width: 1024px) {
  .button {
    padding: 0 1.5rem;
  }
}
.button_orange {
  background-color: #DD4303;
  color: #fff;
}
.button_orange:hover {
  background-color: #782402;
}
.button_white {
  background-color: #fff;
  color: #000;
  border: 1px solid #929292;
}
.button_white:hover {
  opacity: 0.5;
}
.button_gray {
  background-color: #F6F6F6;
  color: #000;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
}
.button_gray:hover {
  opacity: 0.5;
}
.button_blue {
  background-color: #3B3B97;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
}
.button_blue:hover {
  opacity: 0.5;
}
.button_large {
  height: 45px;
  line-height: 45px;
  padding: 0 14rem;
  font-family: Gilroy;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .button_large {
    padding: 0 4rem;
  }
}
.button_fullwidth {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.button__icon {
  margin-right: 15px;
  vertical-align: -6px;
}
.button__icon_min {
  margin-right: 5px;
  vertical-align: -4px;
}

.shield {
  padding: 1rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.shield_blue {
  background-color: #3B3B97;
  color: #fff;
}

.help {
  position: relative;
}
.help__circle {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  background: #C4C4C4;
  color: #676767;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.help__body {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  padding: 10px;
  background: #fff;
}
.help:hover .help__body {
  display: block;
}

.select {
  padding: 5px;
  border-radius: 3px;
}

.textinput {
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  height: 35px;
  padding: 0 15px;
}
.textinput_textarea {
  height: 145px;
  font-family: Gilroy;
  padding-top: 8px;
}

.radio {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.radio:last-child {
  margin-right: 0;
}
.radio__input {
  display: none;
}
.radio__circle {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #C9C9C9;
  margin-right: 5px;
}
.radio__input:checked + .radio__circle {
  background: #DD4303;
}

.header {
  position: relative;
  z-index: 2;
}
.header__menu {
  padding: 6px 0 8px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 768px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }
}
.header__menu-wrapper {
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__menu-wrapper {
    flex-direction: column;
  }
}
.header__menu-item {
  list-style: none;
  margin-right: 4rem;
}
@media only screen and (max-width: 1024px) {
  .header__menu-item {
    margin-right: 2rem;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-link {
  color: #676767;
}
@media only screen and (max-width: 768px) {
  .header__menu-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
  }
}
.header__menu-link:hover {
  text-decoration: underline;
}
.header__menu-link_orange {
  color: #DD4303;
}
.header__info {
  padding: 1.7rem 0;
}
@media only screen and (max-width: 768px) {
  .header__info {
    padding: 0.7rem 0;
  }
}
.header__info-wrapper {
  align-items: center;
}
.header__mobile-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__mobile-button {
    display: block;
    width: 35px;
    min-width: 35px;
    margin-right: 13px;
  }
}
.header__mobile-line {
  height: 5px;
  margin-bottom: 5px;
  background: #DD4303;
}
.header__mobile-line:last-child {
  margin-bottom: 0;
}

.header__logo {
    width: 260px;
    font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 132px;
  }
}
.header__logo-text {
  font-size: 1.2rem;
  font-family: Roboto;
  margin-bottom: 0;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 768px) {
  .header__logo-text {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts-column:first-child {
  margin-right: 7rem;
}
.header__contacts-line {
  margin-bottom: 4px;
}
.header__contacts-line:last-child {
  margin-bottom: 0;
}
.header__contacts-citylink {
  color: #000;
  padding-left: 23px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .header__contacts-citylink {
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.header__contacts-citylink:hover {
  text-decoration: none;
}
.header__contacts-icon {
  margin-right: 10px;
  vertical-align: -3px;
}
.header__addresses {
  color: #757575;
  border-bottom: 1px dashed #757575;
  cursor: pointer;
}
.header__phone {
  font-weight: bold;
  font-size: 1.6rem;
  color: #DD4303;
  vertical-align: -1px;
}
.header__mail {
  font-size: 1.6rem;
  color: #000;
  vertical-align: -1px;
}
.header__contacts-triangle {
  vertical-align: -2px;
}
.header__panel {
  padding: 5px 0;
  background-color: #F6F6F6;
}
.header__panel_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__panel-inner {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__catalog-button-wrapper {
    display: none;
  }
}
.header__catalog-button {
  font-size: 1.6rem;
  color: #000;
  padding-right: 3rem;
}
.header__catalog-button-lines {
  display: inline-block;
  vertical-align: -5px;
  width: 25px;
  margin-left: 12px;
}
.header__catalog-button-line {
  height: 4px;
  margin-bottom: 4px;
  background-color: #DD4303;
}
.header__catalog-button-line:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}
.header__form {
  flex: 1;
}
.header__form-inner {
  width: 100%;
  position: relative;
}
.header__form-input {
  height: 35px;
  padding: 0 10px;
  padding-right: 50px;
  border: 1px solid #DAD9D9;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-family: Gilroy;
}
.header__form-button {
  position: absolute;
  right: 20px;
  top: 9px;
  background: none;
  border: none;
  cursor: pointer;
}
.header__mob-phone {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__mob-phone {
    display: block;
  }
}
.header__funct {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .header__funct {
    padding-left: 0;
  }
}
.header__funct-item {
  width: 64px;
  text-align: center;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .header__funct-item {
    width: 50px;
  }
}
.header__funct-item:last-child {
  margin-right: 0;
}
.header__funct-image {
  height: 31px;
  position: relative;
}
.header__funct-image img {
  width: 28px;
}
.header__funct-title {
  font-size: 1.2rem;
  color: #929292;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__funct-title {
    font-size: 1rem;
    display: none;
  }
}
.header__countcircle {
  position: absolute;
  right: 6px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: red;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.header__countcircle_no {
  display: none;
}

.breadcrumbs {
  padding: 1.6rem 0;
}
.breadcrumbs__wrapper {
  margin-bottom: 0;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  color: #757575;
}
.breadcrumbs__item::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  margin-right: 5px;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  color: #757575;
}

.categories-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .categories-wrapper_main {
    display: flex;
  }
}

.category-products {
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.show-more {
  margin-top: 3rem;
}

.category-content {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.category-content ul {
  margin-left: 3rem;
}
.category-content li {
  margin-bottom: 1rem;
}
.category-content li:last-child {
  margin-bottom: 0;
}

.category-title-bottom {
  margin-top: 20px;
}

.category-title-bottom span {
  text-transform: lowercase;
}

.category-table td {
  padding: 10px;
}
.category-table tr:nth-child(2n) td {
  background: #f3f3f3;
}

.filter-links {
  margin-bottom: 4.5rem;
}
.filter-links__block {
  margin-bottom: 2.4rem;
}
.filter-links__block:last-child {
  margin-bottom: 0;
}
.filter-links__top {
  justify-content: flex-start;
  align-items: center;
}
.filter-links__title {
  font-weight: 500;
  margin-right: 5px;
}
.filter-links__button {
  display: inline-block;
  margin-left: 17px;
  width: 15px;
  height: 9px;
  background: url(/images/arrow-bottom.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.filter-links__button_active {
  transform: rotate(180deg);
}
.filter-links__button:hover {
  opacity: 0.8;
}
.filter-links__body {
  padding-top: 2rem;
  display: none;
}
.filter-links__body_active {
  display: block;
}
.filter-links__link {
  font-weight: 500;
  padding: 6px 17px;
  color: #676767;
  background: #F6F6F6;
  border-radius: 10px;
  margin-right: 2.2rem;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .filter-links__link {
    margin-right: 1rem;
  }
}
.filter-links__link:last-child {
  margin-right: 0;
}
.filter-links__link:hover {
  opacity: 0.8;
}

.filters {
  padding: 2rem 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
}
@media only screen and (max-width: 768px) {
  .filters {
    display: none;
  }
}
.filters__item {
  margin-bottom: 2rem;
}
.filters__item:last-child {
  margin-bottom: 0;
}
.filters__title {
  font-weight: 500;
  position: relative;
  padding-right: 32px;
}
.filters__arrow {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(/images/arrow-bottom.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.filters__arrow:hover {
  opacity: 0.8;
}
.filters__arrow_active {
  transform: rotate(180deg);
}
.filters__body {
  font-size: 0;
  display: none;
}
.filters__body_active {
  display: block;
}
.filters__body_fullwidth .filters__checkbox {
  width: 100%;
}
.filters__checkbox {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 1.5rem;
  vertical-align: top;
}
.filters__slider {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.filters__inputs {
  margin-bottom: 3rem;
}
.filters__input {
  width: 100px;
  height: 30px;
  border: 1px solid #929292;
  border-radius: 3px;
  font-family: Gilroy;
  text-align: center;
}
.filters__buttons {
  margin-top: 4rem;
}
.filters__button {
  width: 48%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.checkbox {
  display: inline-block;
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #929292;
  border-radius: 3px;
}
.checkbox__input:checked + .checkbox__item {
  background: url(/images/checkbox.svg) no-repeat 50% 50% #DD4303;
  border-color: #DD4303;
}
.checkbox__val {
  margin-left: 10px;
  color: #676767;
  vertical-align: 4px;
  font-size: 1.4rem;
}
.checkbox__input:checked ~ .checkbox__val {
  color: #000;
}

.ui-slider {
  height: 2px;
  background: #929292;
}

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #DD4303;
  display: block;
  top: -6px;
  margin-left: -7px;
  z-index: 1;
}

.ui-slider-range {
  background: #DD4303;
}

.catalog-menu {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .catalog-menu {
    padding-bottom: 1rem;
  }
}
.catalog-menu__wrapper {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__wrapper {
    display: none;
  }
}
.catalog-menu__wrapper-inner {
  display: none;
}
.catalog-menu__flag {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  vertical-align: -2px;
  width: 9px;
  margin-right: 10px;
  color: #929292;
  font-size: 20px;
  cursor: pointer;
}
.catalog-menu__flag::after {
  content: "+";
}
.catalog-menu__flag_active::after {
  content: "-";
}
@media only screen and (max-width: 768px) {
  .catalog-menu__flag {
    font-size: 0;
    position: absolute;
    right: -11px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: url(/images/icons/menu-arrow-right.svg) no-repeat 50% 50%;
  }
}
.catalog-menu__item {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__item {
    margin-bottom: 0;
    position: relative;
    padding-left: 22px;
  }
}
.catalog-menu__link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__link {
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid #C6C6C6;
  }
}
.catalog-menu__link:hover {
  text-decoration: underline;
}
.catalog-menu__link_active {
  color: #d54103;
}
.catalog-menu__wrapper-inner {
  list-style: none;
  padding-left: 1rem;
  padding-top: 1rem;
}
.catalog-menu__item-inner {
  margin-bottom: 1.5rem;
}
.catalog-menu__link-inner {
  font-size: 1.6rem;
  color: #000;
}
.catalog-menu__link-inner:hover {
  text-decoration: underline;
}
.catalog-menu__link-inner_active {
  color: #d54103;
}
.catalog-menu__mobile-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__mobile-button {
    font-family: Gilroy;
    display: flex;
    width: 100%;
    background: #fff;
    padding: 8px;
    border: 1px solid #929292;
    border-radius: 3px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .catalog-menu__mobile-button img {
    margin-left: 5px;
  }
  .catalog-menu__mobile-button_none {
    display: none;
  }
}

.category-item {
  width: 15.8333333%;
  height: 170px;
  padding: 1.5rem 1rem;
  margin-right: 1%;
  margin-bottom: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 100% 100%;
  background-size: 105px auto;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
}
.category-item:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .category-item, .category-item:nth-child(6n) {
    width: 23%;
    margin-right: 2.6666%;
  }
  .category-item:nth-child(4n), .category-item:nth-child(6n):nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .category-item, .category-item:nth-child(6n), .category-item:nth-child(4n) {
    width: 48%;
    margin-right: 4%;
    box-shadow: none;
    border: 1px solid #C6C6C6;
  }
  .category-item:nth-child(2n), .category-item:nth-child(6n):nth-child(2n), .category-item:nth-child(4n):nth-child(2n) {
    margin-right: 0;
  }
}
.category-item_long, .category-item_long:nth-child(6n) {
  width: 23%;
  margin-right: 2.6666%;
}
.category-item_long:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .category-item_long, .category-item_long:nth-child(6n), .category-item_long:nth-child(4n) {
    width: 32%;
    margin-right: 2%;
  }
  .category-item_long:nth-child(3n), .category-item_long:nth-child(6n):nth-child(3n), .category-item_long:nth-child(4n):nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .category-item_long, .category-item_long:nth-child(6n), .category-item_long:nth-child(4n) {
    width: 49%;
    margin-right: 2%;
  }
  .category-item_long:nth-child(3n), .category-item_long:nth-child(6n):nth-child(3n), .category-item_long:nth-child(4n):nth-child(3n) {
    margin-right: 2%;
  }
  .category-item_long:nth-child(2n), .category-item_long:nth-child(6n):nth-child(2n), .category-item_long:nth-child(4n):nth-child(2n) {
    margin-right: 0;
  }
}
.category-item__title {
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .category-item__title {
    font-size: 1.4rem;
  }
}
.category-item__move {
  color: #7E7E7E;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  margin-bottom: 0;
}

.panel {
  padding: 1rem 2rem;
  background-color: #F6F6F6;
  align-items: center;
}
.panel__wrap {
  margin-top: -3px;
}
.panel__city {
  margin-top: 5px;
}
.panel__city select {
  width: 150px;
  margin-left: 10px;
  font-family: Gilroy;
  color: #676767;
}
@media only screen and (max-width: 1024px) {
  .panel__sort {
    align-items: center;
  }
}
.panel__select-mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .panel__select-mob {
    font-family: Gilroy;
    display: inline-block;
    width: 110px;
    margin-left: 10px;
  }
}
.panel__title {
  color: #676767;
}
.panel__title_spec {
  margin-top: 4px;
}
.panel__link {
  margin-left: 15px;
  color: #676767;
}
@media only screen and (max-width: 1024px) {
  .panel__link {
    display: none;
  }
}
.panel__link:hover {
  text-decoration: underline;
}
.panel__link_active {
  color: #000;
  margin-left: 15px;
}
.panel__select {
  margin-left: 10px;
  font-family: Gilroy;
  color: #676767;
}
@media only screen and (max-width: 768px) {
  .panel__count {
    display: none;
  }
}
.panel__button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .panel__button {
    display: block;
  }
}
.panel__button-filter {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.product-item {
  padding: 10px 10px 20px 10px;
  border: 1px solid #EAE7E7;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .product-item {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .product-item {
    width: 100%;
  }
}
.product-item_slider {
  width: 100%;
  background: #fff;
}
.product-item__image {
  height: 100px;
  text-align: center;
  position: relative;
}
.product-item__image-item {
  max-height: 100%;
}
.product-item__title {
  font-size: 1.6rem;
  height: 63px;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.product-item__title::before {
  content: "";
  height: 21px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
}
.product-item__title a {
  color: #000;
}
.product-item__line {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #929292;
}
.product-item__line-val {
  color: #000;
}
.product-item__line-val_line {
  text-decoration: underline;
}
.product-item__price-line {
  font-size: 1.6rem;
  margin-top: 2rem;
  color: #929292;
  font-weight: 700;
}
.product-item__price {
  color: #000;
  margin-right: 3px;
}
.product-item__features {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  padding: 10px 10px 25px 10px;
  background: #fff;
  border: 1px solid #EAE7E7;
  border-top: none;
  font-size: 1.2rem;
  color: #929292;
  font-weight: 500;
  z-index: 1;
  display: none;
}
.product-item:hover .product-item__features {
  display: block;
}
.product-item__features-line {
  margin-bottom: 5px;
}
.product-item__features-line:last-child {
  margin-bottom: 0;
}
.product-item__features-val {
  color: #000;
}

.pagination {
  margin-top: 2rem;
}
.pagination__wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #929292;
}
.pagination__item {
  margin: 0 8px;
  color: #DD4303;
}
.pagination__item:last-child, .pagination__item:first-child {
  margin-top: 7px;
}
.pagination__link {
  color: #929292;
}
.pagination__link:hover {
  color: #DD4303;
}
