@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: 'Tilda Sans', sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
font-family: 'Tilda Sans', sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

input:-webkit-autofill {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
}



.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ch {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.as {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.js {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.je {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.bg-i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-i.contain {
  background-size: contain;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.mt_80 {
  margin-top: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.openShow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(40, 40, 40, 0.24);
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}

.dots-default li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
  border-radius: 8px;
  height: 4px;
  background: #e4e4e4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dots-default li.slick-active {
  background: #e43a2d;
}

.bg-gray {
  background: #f8f8f8;
}

.link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.link svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link-more {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.link-more.link-more_hv {
  padding-right: 28px;
}

.link-more.link-more_hv span {
  position: absolute;
  top: 0;
  right: 0;
}

.link-more.link-more_dn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.link-more.link-more_dn span {
  display: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-more.link-more_center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  border: 1px solid #e43a2d;
  width: 250px;
  height: 40px;
  justify-content: center;
  margin-top: 50px;
  color: #e43a2d;
  border-radius: 4px;
}

.link-more span {
  width: 20px;
  height: 20px;
  -webkit-transition: inherit;
  transition: inherit;
}

.link-more span svg {
  -webkit-transition: inherit;
  transition: inherit;
  stroke: #e43a2d;
  fill: transparent;
}

.subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}

.progress-slider {
  background: #e4e4e4;
  border-radius: 8px;
}

.progress-slider div {
  border-radius: 8px;
  background: #e43a2d;
  height: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-arr {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.16);
  box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.16);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
}

.slider-arr:active {
  -webkit-box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.24);
  box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.24);
}

.slider-arr:active svg {
  stroke: #c7281c;
}

.slider-arr svg {
  width: 28px;
  height: 28px;
  stroke: #e43a2d;
  fill: transparent;
  -webkit-transition: inherit;
  transition: inherit;
}

.slider-arr_next svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon_24 {
  width: 24px;
  height: 24px;
}

.icon_24 img,
.icon_24 svg {
  width: inherit;
  height: inherit;
}

.badge {
  border-radius: 4px 0;
  min-width: 48px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
}

.badge.badge-hit {
  text-transform: uppercase;
  font-weight: 500;
  background: #3eb16c;
}

.badge.badge-new {
  background: #3eb16c;
}

.head-page {
  padding: 24px 0;
}

.breadcrumbs ul {
  gap: 8px;
  overflow-y: auto;
  width: calc(100% + 20px);
  padding-bottom: 4px;
  padding: 0 4px 4px 0;
  margin-bottom: -4px;
}

.breadcrumbs ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8f8f8f;
  line-height: 110%;
  position: relative;
  gap: 8px;
  white-space: nowrap;
  line-height: 20px;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 1px;
  background: #b5b5b5;
}

.title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 140%;
}

.pagin {
  margin-top: 32px;
}

.pagin__list {
  border-radius: 4px;
  border: 1px solid #ededed;
  overflow: hidden;
}

.pagin__link {
  font-size: 16px;
  background: #f5f5f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #707070;
  font-weight: 400;
  line-height: 115%;
  width: 47px;
  height: 38px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pagin__link:not(:last-child) {
  border-right: 1px solid #ededed;
}

.pagin__link:active {
  background: #fff;
  color: #e43a2d;
}

.pagin__link.active {
  background: #fff;
  color: #e43a2d;
}

.tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.tab-head::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 99%;
  z-index: 1;
  background: #fff;
  height: 10px;
}

.tab-head__btn {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  color: #3f3f3f;
  will-change: transform, padding;
  border-radius: 0;
  background: #fff;
}

.tab-head__btn:last-child {
  border-radius: 0 8px 0 0;
  border-right: 1px solid #e4e4e4;
}

.tab-head__btn:first-child {
  border-radius: 8px 0 0 0;
}

.tab-head__btn.active {
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 4px 0 12px 0 rgba(40, 40, 40, 0.08);
  box-shadow: 4px 0 12px 0 rgba(40, 40, 40, 0.08);
  border-bottom-color: transparent;
}

.tab-head__btn.active::after {
  content: "";
  width: 79%;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 90%;
  z-index: 2;
  left: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  color: #fff;
}

.btn:disabled {
  cursor: default;
}

.btn-primary {
  background: #e43a2d;
  gap: 8px;
}

.btn-primary:active {
  background: #e43a2d;
}

.btn-primary:active svg {
  fill: #e4e4e4;
}

.btn-primary:disabled {
  background: #b5b5b5;
}

.btn-primary svg {
  stroke: #fff;
  width: inherit;
  height: inherit;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.btn-secondary {
  background: #333;
  gap: 8px;
}

.btn-secondary img {
  max-width: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.btn-outline {
  color: #282828;
  gap: 8px;
}

.btn-outline img {
  max-width: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.btn-green {
  background: #329359;
}

.input {
  width: 100%;
  font-weight: 400;
  color: #282828;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}

.input:focus {
  border-color: #282828;
}

.input::-webkit-input-placeholder {
  font-weight: 400;
  color: #707070;
}

.input::-moz-placeholder {
  font-weight: 400;
  color: #707070;
}

.input:-ms-input-placeholder {
  font-weight: 400;
  color: #707070;
}

.input::-ms-input-placeholder {
  font-weight: 400;
  color: #707070;
}

.input::placeholder {
  font-weight: 400;
  color: #707070;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
}

.input:focus::placeholder {
  color: transparent;
}

.input-box {
  position: relative;
}

.input-box label {
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  display: inline-block;
  margin-bottom: 4px;
}

.input-box label span {
  color: #e43a2d;
}

.input-box .input {
  height: 38px;
  padding: 12px;
  font-size: 12px;
  line-height: 115%;
  padding-right: 32px;
}

.input-box .input.parsley-error {
  border-color: #c7281c;
}

.input-box .input.parsley-error~.error {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: stroke;
}

.input-box .input+.parsley-errors-list {
  display: none;
}

.error {
  position: absolute;
  bottom: 11px;
  right: 11px;
  opacity: 0;
  z-index: 1;
}

.error__icon {
  width: 16px;
  height: 16px;
  z-index: 1;
}

.error__text {
  position: absolute;
  left: calc(100% + 16px);
  bottom: -4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  white-space: nowrap;
  padding: 5px 8px 5px 12px;
  border-radius: 4px;
  background: #282828;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  pointer-events: none;
}

.error__text::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: calc(50% + 1px);
  background: #282828;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track.simplebar-vertical {
  background: #e4e4e4;
  border-radius: 8px;
  width: 4px;
  right: 8px;
  bottom: 8px;
  top: 8px;
}

.simplebar-scrollbar:before {
  background: #b5b5b5;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(transparent));
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  color: var(--font-family-main);
  font-size: 14px;
  font-family: 'Tilda Sans', sans-serif;
}

input {
  -webkit-appearance: none;
}

body._lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.container {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header {
  -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  background: #000;
  color: #fff;
  position: relative;
  z-index: 2;
}

.header__body {
  padding-top: 12px;
  padding-bottom: 20px;
}

.header__logo {
  width: 266px;
  display: inline-block;
  margin-top: 5px;
}

.header__logo div img {
  max-width: 100%;
}

.header__logo p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

.header__control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 61px;
}

.header__top {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.header__center {
  margin-top: 20px;
}

.hp-picks {
  display: none;
}

.hp-control {
  display: none;
}

.hp-control__item {
  width: 22px;
  height: 22px;
  margin-left: 16px;
  display: inline-block;
}

.hp-control__item svg {
  fill: transparent;
  stroke: #fff;
  width: inherit;
  height: inherit;
}

.location {
  margin-left: -3px;
}

.location__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  margin-right: 6px;
}

.location__icon svg {
  width: 20px;
  height: 20px;
  max-width: 100%;
  fill: #e43a2d;
}

.location__text span {
  display: inline-block;
  margin-left: 16px;
  color: #e43a2d;
}

.lk-header__link.link {
  margin-left: 8px;
  gap: 6px;
}

.lk-header__icon {
  width: 20px;
  height: 20px;
}

.lk-header__icon svg {
  stroke: #b5b5b5;
  fill: transparent;
}

.lk-header__icon_favorite span {
  display: none;
}

.lk-header__icon_favorite.active {
  position: relative;
}

.lk-header__icon_favorite.active::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e43a2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.lk-header__btn {
  margin-left: 12px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-head {
  position: relative;
  width: 397px;
  height: 48px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*overflow: hidden*/
}

.search-head._focus {
  border-color: #3f3f3f;
}

.search-head._clear .search-head__clear {
  opacity: 1;
  pointer-events: all;
}

.search-head__input {
  font-size: 14px;
  line-height: 140%;
  height: 100%;
  padding-left: 16px;
  padding-right: 72px;
  border: none;
}

.search-head__clear {
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.search-head__clear svg {
  stroke: #b5b5b5;
}

.search-head__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 40px;
  height: 40px;
  background: #e43a2d;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-head__btn svg {
  stroke: #fff;
  fill: transparent;
}

.rating-yandex {
  height: 48px;
  /*border-radius: 4px;*/
  /*background: #f6f6f6;*/
  width: 160px;
  /*padding: 8px 6px;*/
  /*font-family: 'Tilda Sans', sans-serif;*/
  margin-left: 21px;
}

.rating-yandex__logo {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.rating-yandex__logo img {
  max-width: 100%;
}

.rating-yandex__num {
  margin-right: 13px;
  font-weight: 600;
  line-height: 115%;
}

.rating-yandex__rating {
  position: relative;
}

.rating-yandex__rating div {
  width: 88px;
  height: 16px;
}

.rating-yandex__rating div._rating_value {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.rating-yandex__img img,
.rating-yandex__img picture {
  width: 88px;
  height: 16px;
}

.rating-yandex__text {
  /*font-family: 'Tilda Sans', sans-serif;*/
  font-size: 12px;
  line-height: 140%;
  margin-top: 7px;
  font-weight: 500;
}

.fb-head {
  position: relative;
  margin-left: 24px;
  margin-right: 32px;
}

.fb-head.active .fb-head__popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.fb-head.active .fb-head__phone .fb-head__icon svg {
  stroke: #e43a2d;
}

.fb-head.active .fb-head__phone .fb-head__arr {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fb-head.active .fb-head__phone .fb-head__arr svg {
  fill: #e43a2d;
}

.fb-head__phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  white-space: nowrap;
}

.fb-head__phone:active .fb-head__icon svg {
  stroke: #e43a2d;
}

.fb-head__phone:active .fb-head__arr svg {
  fill: #e43a2d;
}

.fb-head__phone .fb-head__icon svg {
  stroke: #b5b5b5;
}

.fb-head__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.fb-head__icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fb-head__arr {
  margin-left: 2px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.fb-head__arr svg {
  width: 100%;
  height: 100%;
  fill: #282828;
}

.fb-head__time {
  font-weight: 500;
  line-height: 140%;
  margin-top: 8px;
  font-size: 16px;
}

.fb-head__time .fb-head__icon svg {
  stroke: #b5b5b5;
}

.fb-head__time .fb-head__icon.job svg {
  stroke: #3eb16c;
}

.fb-head__popup {
  position: absolute;
  width: 256px;
  left: -40px;
  top: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 4;
}

.popup {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.16);
  box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.16);
  padding: 16px 22px 22px;
}

.popup::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  display: inline-block;
}

.popup__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
}

.popup__form .input-box {
  margin-bottom: 12px;
}

.popup__polit {
  color: #707070;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 8px;
}

.popup__polit a {
  text-decoration-line: underline;
}

.head-basket {
  margin-left: auto;
}

.head-basket__icon {
  width: 44px;
  height: 44px;
  position: relative;
}

.head-basket__img {
  width: 100%;
  height: 100%;
  background: #e43a2d;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-basket__img svg {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #fff;
}

.head-basket__count {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 2px;
  min-width: 24px;
  height: 18px;
  color: #fff;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  background: #282828;
  z-index: 1;
  border-radius: 12px;
}

.head-basket__text {
  margin-left: 22px;
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 140%;
}

.menu-head {
  padding: 16px 0;
  border-top: 1px solid #ededed;
}

.menu-head__item {
  position: relative;
  z-index: 3;
}

.menu-head__item_center .menu-head__list::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.menu-head__item a {
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

.menu-head__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 16px;
}

.menu-head__btn {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-head__btn svg {
  width: inherit;
  height: inherit;
  fill: #e43a2d;
}

.menu-head__overlay {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 14px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.menu-head__list {
  padding: 16px 22px 10px;
  min-width: 228px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(40, 40, 40, 0.16);
  box-shadow: 0 0 16px rgba(40, 40, 40, 0.16);
  border-radius: 8px;
}

.menu-head__list::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-head__list ul.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-head__list ul li a {
  display: inline-block;
  margin-bottom: 12px;
  white-space: nowrap;
}

.menu-head__list ul li ul {
  padding-left: 14px;
  position: relative;
}

.menu-head__list ul li ul::after {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  left: 0;
  top: 0;
  background: #e4e4e4;
}

.burger {
  position: fixed;
  left: -150%;
  top: 0;
  width: 360px;
  height: calc(100% - 2px);
  background: #fff;
  z-index: 8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.burger._active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.burger .simplebar-track.simplebar-vertical {
  top: 0;
  bottom: 0;
}

.burger__close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 24px;
  height: 24px;
}

.burger__close svg {
  width: inherit;
  height: inherit;
  stroke: #3f3f3f;
}

.burger__location {
  height: 56px;
  padding: 18px 52px 18px 20px;
}

.burger__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.burger__icon svg {
  width: inherit;
  height: inherit;
  fill: transparent;
  stroke: #b5b5b5;
}

.burger__other {
  padding: 16px 20px;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
  line-height: 115%;
}

.burger__search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.burger__contact {
  padding: 16px 20px 28px 20px;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
}

.burger__contact .btn {
  max-width: 246px;
  margin-top: 16px;
  line-height: 110%;
  height: 39px;
  font-size: 14px;
  font-weight: 500;
}

.burger__adres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 120%;
  margin-top: 12px;
}

.burger__adres .burger__icon svg {
  fill: #b5b5b5;
  stroke: none;
}

.burger .simplebar-track.simplebar-vertical {
  right: 0;
}

.burger .fb-head,
.burger .lk-header,
.burger .location,
.burger .menu-head {
  opacity: 1;
  overflow: visible;
  height: auto;
}

#maketbtn {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: all;
}

#maketbtn:checked+.maket {
  display: block;
  pointer-events: none;
}

.maket {
  width: 1536px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
  display: none;
}

.maket .sm {
  display: none;
}

.footer {
  padding-top: 32px;
  padding-bottom: 16px;
  background: #000;
  color: #fff;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #000;
}

.footer__top a {
  line-height: 140% !important;
}

.footer__arr {
  width: 48px;
  flex: 1 1 auto;
  height: 48px;
  display: none;
  transition: all 0.2s ease 0s;
}

.footer__arr svg {
  fill: #fff;
  transition: all 0.2s ease 0s;
}

.footer__bottom {
  margin-top: 30px;
  padding-top: 12px;
  border-top: 1px solid #4d4d4d;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.footer__left p:not(:last-child) {
  margin-bottom: 4px;
}

.footer__right {
  text-align: right;
}

.footer__right a {
  text-decoration: underline;
}

.info-footer {
  width: 304px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-footer__logo {
  width: 233px;
  display: inline-block;
}

.info-footer__logo img {
  max-width: 100%;
}

.info-footer__wrap {
  margin-top: 24px;
}

.info-footer__subtitle {
  font-weight: 600;
  line-height: 115%;
}

.info-footer__form {
  margin-top: 12px;
}

.info-footer__form .input-box .input {
  height: 44px;
  padding: 14px 16px;
  font-size: 14px;
  border-color: #303030;
}

.info-footer__form .input-box .input.parsley-error {
  border-color: #c7281c;
}

.info-footer__form .input-box .error {
  bottom: 14px;
}

.info-footer__form .btn {
  height: 44px;
  margin-top: 8px;
  font-size: 14px;
}

.info-footer__polit {
  color: #707070;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.info-footer__polit a {
  text-decoration-line: underline;
}

.menu-footer {
  gap: 24px;
  margin: 0 24px 0 81px;
}

.menu-footer__col {
  width: 193px;
}

.menu-footer__col li {
  line-height: 20px;
}

.menu-footer__col li:not(:last-child) {
  margin-bottom: 12px;
}

.contact-footer {
  margin-left: auto;
  width: 240px;
}

.contact-footer__item {
  margin-bottom: 12px;
}

.contact-footer__item div {
  font-weight: 500;
  line-height: 120%;
}

.contact-footer__item li {
  line-height: 17px;
}

.contact-footer__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 110%;
}

.contact-footer__item a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

.contact-footer__item a span svg {
  width: inherit;
  height: inherit;
  fill: transparent;
  stroke: #fff;
}

.contact-footer__item p {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 140%;
}

.contact-footer__btn.btn {
  height: 37px;
}

.contact-footer .social {
  margin-top: 20px;
}

.social {
  gap: 8px;
}

.social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.social a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-up {
  position: fixed;
  right: 50px;
  bottom: 48px;
  border-radius: 4px;
  background: #e4e4e4;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
}

.btn-up:active {
  background: #e43a2d;
}

.btn-up:active svg {
  stroke: #e4e4e4;
}

.btn-up svg {
  stroke: #3f3f3f;
  -webkit-transition: inherit;
  transition: inherit;
  width: 28px;
  height: 28px;
}

.btn-up.in {
  opacity: 1;
  pointer-events: all;
}

.popup_modal {
  padding: 40px;
}

.popup_modal.popup::after {
  display: none;
}

.popup_modal .popup__title {
  font-size: 16px;
}

.fancybox-content {
  max-width: 328px;
  overflow: visible;
}

.fancybox-active {
  height: 100%;
}

.fancybox-bg {
  background: #1e1e1e;
}

#popup {
  display: none;
}

.popup-help {
  max-width: 320px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.popup-help__title {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.popup-help__text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

.panel-menu {
  display: none;
  position: fixed;
  bottom: -120%;
  background: #fff;
  -webkit-box-shadow: 0 -4px 8px 0 rgba(40, 40, 40, 0.08);
  box-shadow: 0 -4px 8px 0 rgba(40, 40, 40, 0.08);
  width: 100%;
  z-index: 11;
}

.panel-menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 8px;
}

.panel-menu__item._active .icon,
.panel-menu__item.active .icon {
  stroke: #e43a2d;
}

.panel-menu__icon {
  width: 20px;
  height: 20px;
}

.panel-menu__icon .icon {
  width: inherit;
  height: inherit;
  stroke: #fff;
  fill: transparent;
}

.panel-menu__icon_basket {
  position: relative;
}

.panel-menu__icon_basket span {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 1px 2px;
  border-radius: 12px;
  background: #282828;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 6px;
  font-weight: 600;
  line-height: 115%;
  min-width: 12px;
}

.panel-menu__icon_basket.in span {
  background: #e43a2d;
}

.panel-menu__name {
  margin-top: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 115%;
}

.product-list__btns {
  height: 59px;
}

.product-list__btns button {
  padding: 16px 47px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.product-list__btns button.active {
  padding: 19px 47px 19px;
  height: 59px;
}

.product-list__btns button.active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e43a2d;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: inherit;
  transition: inherit;
}

.product-list__btns button.active::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 90%;
  z-index: 2;
  left: -1px;
}

.product-list__sliders {
  position: relative;
  margin-top: 24px;
}

.product-list__sliders .slider-arr {
  position: absolute;
  z-index: 1;
  bottom: calc(50% + 20px);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.product-list__sliders .slider-arr_prev {
  left: -20px;
}

.product-list__sliders .slider-arr_next {
  right: -20px;
}

.product-list__slider {
  display: none;
}

.product-list__slider.active {
  display: block;
}

.product-list__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  height: inherit;
}

.product-list__slider .slick-track .slick-slide .prod-cart,
.product-list__slider .slick-track .slick-slide>div {
  height: 100%;
}

.product-list__slider .progress-slider {
  display: none;
}

.product-list__list {
  margin: -6px;
  padding: 6px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.product-list__list.slick-initialized {
  opacity: 1;
}

.product-list__list .slick-list {
  overflow: visible;
  width: calc(100% + 12px);
}

.product-list__list .slick-slide>div {
  width: 100%;
}

.prod-cart {
  padding: 11px;
  border-radius: 8px;
  border: 1px solid #ededed;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prod-cart__badges {
  position: absolute;
  top: -1px;
  left: -1px;
  gap: 4px;
  z-index: 1;
}

.prod-cart__img {
  position: relative;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prod-cart__img img {
  max-width: 100%;
  max-height: 100%;
}

.prod-cart__season {
  position: absolute;
  left: 0;
  bottom: 0;
}

.prod-cart__season img {
  width: 24px;
  height: 24px;
}

.prod-cart__body {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.prod-cart__favorite {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.prod-cart__favorite svg {
  fill: transparent;
  stroke: #b5b5b5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prod-cart__favorite.active svg {
  stroke: #e43a2d;
  fill: #e43a2d;
}

.prod-cart__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  min-height: 22px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prod-cart__offers {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 8px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.prod-cart__offer {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prod-cart__offer .help__text {
  max-width: 206px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.prod-cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
}

.prod-cart__bottom.in .prod-cart__add {
  display: none;
}

.prod-cart__bottom.in .prod-cart__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-cart__bottom .btn {
  margin-top: 6px;
  height: 45px;
  color: #fff;
}

.prod-cart__add {
  margin-top: 6px;
  height: 45px;
  font-size: 18px;
  line-height: 25px;
}

.prod-cart__add svg {
  stroke: #fff;
  fill: transparent;
  width: 20px;
  height: 20px;
}

.prod-cart__basket {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}

.prod-cart__basket span {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.5px;
}

.prod-cart__option {
  margin-top: 8px;
}

.prod-cart__option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.prod-cart__option li:not(:last-child) {
  margin-bottom: 4px;
}

.prod-cart__option li::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #b5b5b5;
}

.prod-cart__option li div {
  background: #fff;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.prod-cart__option li div:first-child {
  color: #707070;
  padding-right: 4px;
}

.prod-cart__option li div:last-child {
  font-weight: 500;
  padding-left: 4px;
}

.control-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 1;
  flex-direction: column-reverse;
  align-items: end;
}

.control-pc__season {
  width: 24px;
  height: 24px;
}

.control-pc__article {
  text-align: right;
  display: flex;
  align-items: center;
}

.control-pc__subtext {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.control-pc__num {
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.control-pc__num button {
  width: 12px;
  height: 12px;
}

.control-pc__num button img {
  width: 100%;
}

.info-pc {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-pc__lable .help__text {
  text-transform: none;
}

.prod-cart.marked {
  background-color: #ccffcc;
}

.marked .prod-cart__option li div {
  background: none;
}

.info-pc__icon:not(:last-child) {
  margin-bottom: 4px;
}

.info-pc__icon img {
  max-width: 100%;
}

.info-pc__lable {
  pointer-events: auto;
  margin-top: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 4px;
  background: #3e4364;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.info-pc__lable:first-child {
  margin-top: 4px;
}

.img-resize {
  position: relative;
}

.img-resize__default {
  width: 100%;
  height: auto;
}

.img-resize__visible {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.price-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-pc__value {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.price-pc__one {
  color: #707070;
  /*font-weight: 500;*/
  line-height: 140%;
  margin-left: auto;
  font-size: 16px;
}

.price-pc__one span {
  display: inline-block;
  margin-left: 4px;
}

.filter {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter__head {
  display: none;
}

.filter__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.filter__close svg {
  width: 24px;
  height: 24px;
  stroke: #3f3f3f;
}

.filter__wrap {
  position: relative;
}

.filter__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.filter__item:not(:last-child) {
  margin-bottom: 16px;
}

.filter__item.active .filter__body {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-top: 16px;
  overflow: visible;
}

.filter__item.active .filter__arr {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.filter__item .box-form:not(:first-child) {
  margin-top: 12px;
}

.filter__item .box-form__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 6px;
  display: block;
}

.filter__item .box-form__label span {
  display: inline-block;
  margin-left: 4px;
  color: #8f8f8f;
}

.filter__item .checkbox:not(:first-child) {
  margin-top: 12px;
}

.filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.filter__name {
  font-weight: 600;
  line-height: 16px;
  padding-right: 20px;
}

.filter__arr {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.filter__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  will-change: max-height, padding;
}

.filter__bottom {
  margin-top: 16px;
}

.filter__send {
  height: 40px;
  font-weight: 600;
  line-height: 115%;
  font-size: 14px;
}

.filter-auto__bottom {
  margin-top: 16px;
}

.filter-auto__send {
  width: 100%;
  height: 40px;
  font-weight: 600;
  line-height: 115%;
}

.filter-size.show .filter-size__default {
  display: none;
}

.filter-size.show .filter-size__sport {
  display: block;
}

.filter-size__sport {
  display: none;
}

.filter-size .checkbox {
  margin-top: 12px;
}

.filter-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-season .checkbox:not(:first-child) {
  margin-top: 8px;
}

.filter-season .checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-season .checkbox label span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}

.filter-season .checkbox label span img {
  max-width: 100%;
}

.filter-price.active {
  padding-bottom: 21px;
}

.filter-price__wrap {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
}

.filter-price__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 13px 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 115%;
  min-width: 0;
}

.filter-price__item:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}

.filter-price__item span {
  color: #707070;
  display: inline-block;
  margin-right: 4.5px;
}

.filter-price__item input {
  width: 72px;
  color: #282828;
  font-weight: 500;
  height: 16px;
}

.filter-price__range {
  margin-top: 13px;
}

.noUi-base {
  width: calc(100% - 12px);
  position: relative;
}

.noUi-base::after,
.noUi-base::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  z-index: -1;
  background: #e4e4e4;
}

.noUi-base::after {
  right: -12px;
  border-radius: 0 2px 2px 0;
}

.noUi-base::before {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.noUi-origin {
  will-change: transform;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-handle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -7px;
  font-size: 0;
  position: absolute;
  right: -12px;
  background: #e43a2d;
  right: 0;
}

.noUi-handle-lower {
  right: -12px;
}

.noUi-handle-upper {
  right: -12px;
}

.noUi-connects {
  position: relative;
  height: 2px;
  background: #e4e4e4;
  border-radius: 2px;
}

.noUi-connect {
  background: #e43a2d;
  height: 100%;
  will-change: transform;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.btn-reset {
  color: #8f8f8f;
  font-weight: 600;
  line-height: 115%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: 8px;
}

.btn-reset span {
  display: none;
}

.btn-reset:active {
  color: #e43a2d;
}

.btn-reset:active svg {
  fill: #e43a2d;
}

.btn-reset:disabled {
  color: #8f8f8f;
}

.btn-reset:disabled svg {
  fill: #8f8f8f;
}

.btn-reset svg {
  fill: #8f8f8f;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}

.filter-ackii .checkbox:not(:first-child) {
  margin-top: 8px;
}

.filter-check.show .filter-check__search {
  display: block;
}

.filter-check.show .filter__overlay {
  margin-top: 12px;
}

.filter-check .filter__overlay {
  max-height: 440px;
}

.filter-check .filter__overlay .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-check .filter__overlay .checkbox:not(:first-child) {
  margin-top: 8px;
}

.filter-check .filter__overlay .checkbox.hide {
  display: none;
}

.filter-check__search {
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  height: 44px;
  position: relative;
  padding: 13px 40px 13px 15px;
  display: none;
}

.filter-check__search input {
  border: none;
  width: 100%;
}

.filter-check__send {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  width: 20px;
  height: 20px;
}

.filter-check__send svg {
  fill: transparent;
  stroke: #b5b5b5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.filter-check__btn {
  font-weight: 600;
  line-height: 115%;
  cursor: pointer;
  padding-bottom: 2px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 2px solid #b5b5b5;
  margin-top: 12px;
}

.filter-check .simplebar-track.simplebar-vertical {
  top: 0;
  bottom: 0;
  right: 0;
}

.result-filter {
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  background: #e43a2d;
  height: 47px;
  min-width: 202px;
  font-weight: 600;
  line-height: 15px;
  opacity: 0;
  visibility: hidden;
}

.result-filter.in {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}

.result-filter::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: -3px;
  top: 24px;
  background: #e43a2d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.home-slider {
  padding-top: 16px;
}

.home-slider .container {
  position: relative;
}

.home-slider__list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.home-slider__list.slick-initialized {
  display: block;
  opacity: 1;
}

.home-slider .slick-slide,
.home-slider__slide {
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.home-slider .dots-default {
  display: none !important;
}

.home-slider .slider-arr {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-slider .slider-arr_prev {
  left: 52px;
}

.home-slider .slider-arr_next {
  right: 52px;
}

.slide-hs {
  color: #fff;
}

.slide-hs__text {
  position: absolute;
  left: 157px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.slide-hs__text div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 16px 23px;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 800;
  display: inline-block;
}

.slide-hs__text div:nth-child(1) {
  -webkit-transform: rotate(-2.25deg);
  -ms-transform: rotate(-2.25deg);
  transform: rotate(-2.25deg);
  font-size: 43.735px;
  width: 396px;
}

.slide-hs__text div:nth-child(2) {
  -webkit-transform: rotate(-2.25deg);
  -ms-transform: rotate(-2.25deg);
  transform: rotate(-2.25deg);
  font-size: 36.45px;
  margin-left: 129px;
  margin-top: -14px;
}

.slide-hs__img {
  position: absolute;
  right: 242px;
  z-index: 0;
  top: -37px;
  width: 430px;
}

.slide-hs__img img {
  max-width: 100%;
}

.slide-hs__small {
  position: absolute;
  right: 108px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}

.filter-home {
  padding-top: 16px;
  padding-bottom: 48px;
}

.filter-home__subtitle {
  display: none;
}

.filter-home__btns {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  z-index: 1;
  border-bottom: 0;
}

.filter-home__btn {
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: none !important;
  background: 0 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.filter-home__btn:first-child .filter-home__overlay {
  border-left: 1px solid #ededed;
  border-top-left-radius: 8px;
}

.filter-home__btn:last-child .filter-home__overlay {
  border-top-right-radius: 8px;
}

.filter-home__btn .md {
  display: none;
}

.filter-home__btn.active .filter-home__overlay {
  border-radius: 8px 8px 0 0;
  padding: 19px 32px 19px;
  border-bottom-color: transparent;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 4px 4px 12px rgba(40, 40, 40, 0.08);
  box-shadow: 4px 4px 12px rgba(40, 40, 40, 0.08);
  position: relative;
  z-index: 2;
}

.filter-home__btn.active .filter-home__overlay::after {
  content: "";
  width: calc(100% - 2px);
  height: 20px;
  background: #fff;
  position: absolute;
  top: 90%;
  z-index: 2;
  left: 1px;
}

.filter-home__btn.active .filter-home__overlay svg {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  fill: #e43a2d;
}

.filter-home__overlay {
  padding: 15px 32px;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  background: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  will-change: transform, padding;
}

.filter-home__overlay svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 12px;
  fill: #3f3f3f;
}

.filter-home__overlay svg svg {
  fill: #3f3f3f;
}

.filter-home__items {
  position: relative;
  top: -4px;
  background: #fff;
}

.filter-home__item {
  position: relative;
  padding: 0 32px;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.filter-home__item.active {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 24px 32px 29px;
  opacity: 1;
  visibility: visible;
  border: 1px solid #ededed;
  border-radius: 0 8px 8px 8px;
}

.filter-home__item.active .filter-home__img {
  opacity: 1;
}

.filter-home__item_tire .filter-home__form {
  max-width: 880px;
}

.filter-home__item_tire .filter-home__bottom {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.filter-home__item_auto .filter-home__form {
  max-width: 832px;
}

.filter-home__item_disk .filter-home__form {
  max-width: 864px;
}

.filter-home__item_disk .filter-home__rows {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.filter-home__item_disk .box-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 72px) / 4);
  flex: 0 0 calc((100% - 72px) / 4);
}

.filter-home__rows {
  gap: 32px;
}

.filter-home__line {
  gap: 20px 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-home__line .box-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 16px);
  flex: 0 0 calc(50% - 16px);
}

.filter-home__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 64px) / 3);
  flex: 0 0 calc((100% - 64px) / 3);
}

.filter-home__col .box-form:not(:last-child) {
  margin-bottom: 20px;
}

.filter-home__bottom {
  margin-top: 24px;
}

.filter-home__send {
  max-width: 272px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.filter-home__reset {
  margin-left: 32px;
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.filter-home__reset:active {
  color: #e43a2d;
}

.filter-home__reset:active svg {
  fill: #e43a2d;
}

.filter-home__reset:disabled {
  color: #8f8f8f;
}

.filter-home__reset:disabled svg {
  fill: #8f8f8f;
}

.filter-home__reset svg {
  fill: #8f8f8f;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
}

.filter-home__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 256px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-home__img img {
  max-width: 100%;
}

.box-form.disabled {
  pointer-events: none;
}

.box-form.disabled .box-form__label {
  color: #8f8f8f;
}

.box-form.disabled .select-box__input {
  background: #f8f8f8;
  color: #8f8f8f;
}

.box-form.disabled .select-box__arr svg {
  stroke: #b5b5b5;
}

.box-form__label {
  margin-bottom: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
}

.box-form__label .help {
  margin-left: 4px;
}

.box-form.box-form_checkbox {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.box-form.box-form_checkbox .checkbox:not(:last-child) {
  margin-bottom: 12px;
}

.box-form .select-box:not(:last-child) {
  margin-bottom: 8px;
}

.sport-input {
  display: none;
}

.sport-input.show {
  display: block;
}

.select-box {
  cursor: pointer;
  background: #fff;
  position: relative;
}

.select-box.active .select-box__input {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ededed;
}

.select-box.active .select-box__arr {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.select-box.active .select-box__list {
  padding: 8px 0;
  max-height: 348px;
  border-width: 0 1px 1px 1px;
  visibility: visible;
}

.select-box__input {
  cursor: pointer;
  height: 44px;
  padding: 11px 40px 11px 15px;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
}

.select-box__input:disabled {
  background: #f8f8f8;
  color: #8f8f8f;
  border-color: #e4e4e4;
  cursor: default;
}

.select-box__input:disabled+.select-box__arr {
  cursor: default;
}

.select-box__input:disabled+.select-box__arr svg {
  stroke: #b5b5b5;
}

.select-box__input:focus {
  border-color: #b5b5b5;
}

.select-box__arr {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.select-box__arr svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: transparent;
  stroke: #e43a2d;
}

.select-box__list {
  max-height: 0;
  font-weight: 500;
  line-height: 115%;
  -webkit-transition: inherit;
  transition: inherit;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border-color: #9e9e9e;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  visibility: hidden;
  z-index: 5;
}

.select-box__list li {
  padding: 4px 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
}

.select-box__list li.active {
  color: #e43a2d;
}

.select-box__list li.disabled {
  color: #8f8f8f;
  cursor: default;
}

.select-box__noresult {
  padding: 4px 16px;
  color: #707070;
  cursor: default;
}

.season-form {
  gap: 6px;
}

.season-form__checkbox {
  position: relative;
  height: 44px;
}

.season-form__checkbox:last-child .help {
  left: auto !important;
  right: 0;
}

.season-form__checkbox:last-child .help .help__text::after {
  right: 13px;
  left: auto;
}

.season-form__checkbox input {
  display: none;
}

.season-form__checkbox input:checked+label {
  color: #282828;
}

.season-form__checkbox input:checked+label::after {
  top: -2px;
  height: 48px;
}

.season-form__checkbox input:checked+label .default {
  opacity: 0;
}

.season-form__checkbox input:checked+label .hover {
  opacity: 1;
}

.season-form__checkbox label {
  position: relative;
  width: 48px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b5b5b5;
  font-weight: 500;
  line-height: 115%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding: 13px 9px;
  cursor: pointer;
}

.season-form__checkbox label::after {
  content: "";
  width: 48px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.season-form__checkbox label img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.season-form__checkbox label img.hover {
  opacity: 0.5;
}

.season-form__checkbox .help {
  top: calc(100% + 8px);
  position: absolute;
  z-index: 4;
}

.season-form__checkbox .help .help__text {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  left: 0;
  font-size: 10px;
}

.season-form__checkbox .help .help__text::after {
  content: "";
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}

.checkbox input {
  display: none;
}

.checkbox input:checked+label::before {
  opacity: 1;
}

.checkbox label {
  padding-left: 28px;
  position: relative;
  line-height: 140%;
  font-size: 16px;
  white-space: nowrap;
}

.checkbox label::after,
.checkbox label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.checkbox label::after {
  border: 1px solid #b5b5b5;
}

.checkbox label::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e43a2d url(/images/new/2024/icons/check.svg) center/16px no-repeat;
  opacity: 0;
  z-index: 1;
}

.checkbox .help {
  margin-left: 4px;
}

.help {
  position: relative;
  display: inline-block;
}

.help.help_sport .help__text {
  width: 271px;
}

.help.help_run .help__text {
  width: 298px;
}

.help.help_xl .help__text {
  width: 202px;
}

.help.help_run .help__text,
.help.help_sport .help__text,
.help.help_xl .help__text {
  top: -11px;
}

.help.help_run .help__text::after,
.help.help_sport .help__text::after,
.help.help_xl .help__text::after {
  top: calc(50% + 1px);
}

.help__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.help__icon svg {
  width: inherit;
  height: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  fill: #b5b5b5;
}

.help__text {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  padding: 5px 8px 5px 8px;
  border-radius: 4px;
  background: #282828;
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 4;
  width: 200px;
}

.help__text::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: 9px;
  background: #282828;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}

.help__text.row2 {
  top: -7px;
}

.help__text.row2::after {
  top: 17px;
}

.help__text.row1 {
  top: -1px;
}

.help__text.row1::after {
  top: 12px;
}

.section-nome__list {
  gap: 20px;
}

.section-nome__list .section-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 4);
  flex: 0 0 calc((100% - 60px) / 4);
}

.section-cart {
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
  box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.section-cart__overlay {
  position: relative;
  overflow: hidden;
  padding: 19px;
  height: 190px;
}

.section-cart__name {
  max-width: 247px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.section-cart__img {
  position: absolute;
  right: -28px;
  bottom: -24px;
  width: 184px;
  height: 184px;
}

.section-cart__img img {
  width: 89%;
  height: 89%;
  -o-object-fit: contain;
  object-fit: contain;
}

.season-form__checkbox input:checked+label::after {
  border: 5px double #8f8f8f;
}

.section-cart__btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 24px;
  height: 24px;
}

.section-cart__btn img {
  max-width: 100%;
}

.services-home__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16.5px;
}

.services-home__slider .section-cart {
  width: 242px;
}

.services-home__slider .section-cart__overlay {
  height: 240px;
}

.services-home__slider .section-cart__name {
  max-width: 154px;
}

.services-home__slider .section-cart__img {
  right: -40px;
  bottom: 8px;
  width: 215px;
  height: 156px;
}

.services-home__progress {
  display: none;
}

.services-home__bottom {
  margin-top: 20px;
  gap: 20px;
}

.services-home__bottom .section-cart {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-home__bottom .section-cart__overlay {
  height: 158px;
}

.services-home__bottom .section-cart__name {
  max-width: 178px;
}

.services-home__bottom .section-cart__img {
  width: 424px;
  height: 100%;
  right: 0;
  bottom: 0;
}

.services-home__bottom .section-cart__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

.stock-list__items {
  gap: 20px;
}

.stock-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 4);
  flex: 0 0 calc((100% - 60px) / 4);
  border-radius: 8px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  height: 180px;
}

.stock-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
}

.stock-list .dots-default {
  display: none !important;
}

.stock-rating__desc {
  font-weight: 600;
}

.stock-rating__desc span {
  color: #e43a2d;
  font-size: 36px;
  line-height: 110%;
}

.stock-rating__desc p {
  margin-top: 4px;
  font-size: 28px;
  line-height: 110%;
}

.stock-rating__list {
  margin-left: auto;
  gap: 20px;
}

.stock-rating__item {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ededed;
  background: #fff;
  width: 196px;
}

.stock-rating__rat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  gap: 4px;
}

.stock-rating__rat span {
  width: 24px;
  height: 24px;
}

.stock-rating__rat span img {
  max-width: 100%;
}

.stock-rating__reviews {
  margin-top: 8px;
  color: #8f8f8f;
  line-height: 110%;
}

.stock-rating__logo {
  height: 32px;
  margin-top: 24px;
}

.stock-rating__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-home .container {
  position: relative;
}

.brand-home .subtitle {
  margin-bottom: 32px;
}

.brand-home__list {
  gap: 20px;
}

.brand-home__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 100px) / 6);
  flex: 0 0 calc((100% - 100px) / 6);
  border-radius: 8px;
  border: 1px solid #ededed;
  padding: 15px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  min-height: 88px;
}

.brand-home__item img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
}

.brand-home .link-more {
  position: absolute;
  right: 26px;
  top: 11px;
}

.articles-block__items {
  gap: 20px;
}

.articles-block__items .article-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.articles-block__video {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 608px;
  flex: 0 0 608px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.video-y__player {
  width: 100%;
  height: 100%;
}

.video-y__player iframe {
  width: inherit;
  height: inherit;
}

.video-y__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-y__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-y__poster.hide {
  display: none;
}

.video-y__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-y__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
}

.video-y__btn img {
  max-width: 100%;
}

.video-y__btn.hide {
  display: none;
}

.article-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-cart__img {
  border-radius: 8px;
  overflow: hidden;
}

.article-cart__img img {
  width: 100%;
}

.article-cart__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 8px;
}

.article-cart__name {
  margin-top: 20px;
  height: 44px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.article-cart__desc {
  margin-top: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
}

.article-cart .link-more {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.popular-size {
  padding-bottom: 64px;
  padding-top: 64px;
}

.popular-size .subtitle {
  margin-bottom: 32px;
}

.popular-size__list {
  gap: 17px;
}

.popular-size__col {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 153px) / 10);
  flex: 0 0 calc((100% - 153px) / 10);
  font-size: 16px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.popular-size__col.hide {
  display: none;
  max-height: 0;
  opacity: 0;
}

.popular-size__name {
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}

.popular-size__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.popular-size__links a {
  font-weight: 500;
  line-height: 140%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 7px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.popular-size__links a:active {
  border-color: #b5b5b5;
  background: #f8f8f8;
}

.popular-size__links a.hide {
  display: none;
}

.secton-about.text p+h2,
.secton-about.text p+h3 {
  margin-top: 20px;
}

.secton-about.text ol+h2,
.secton-about.text ol+h3 {
  margin-top: 16px;
}

.secton-about.text h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}

.popular-size__btn.link-more.hide {
  display: none;
}

.text {
  line-height: 150%;
}

.text h2 {
  margin-bottom: 16px;
}

.text h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.text h3:not(:first-child) {
  margin-top: 24px;
}

.text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}

.text h4:not(:first-child) {
  margin-top: 16px;
}

.text p:not(:last-child) {
  margin-bottom: 8px;
}

.text ul li {
  padding-left: 12px;
}

.text ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e43a2d;
  position: absolute;
  left: 0;
  top: 8px;
}

.text ol li,
.text ul li {
  position: relative;
}

.text ol li:not(:last-child),
.text ul li:not(:last-child) {
  margin-bottom: 8px;
}

.text ol {
  list-style-type: none;
  counter-reset: num;
}

.text ol li {
  padding-left: 20px;
}

.text ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #e43a2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.home-about.text p:not(:last-child) {
  margin-bottom: 9px;
}

.home-about__wrap {
  max-width: 1000px;
}

.home-about__desc {
  margin-top: 24px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.home-about__desc.in {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
}

.home-about__all.link-more {
  display: none;
}

.home-about__all.link-more.hide {
  display: none;
}

.catalog__wrap {
  padding-top: 24px;
  gap: 36px;
  /*overflow: hidden*/
}

.catalog__content {
  min-width: 0;
}

.catalog__count {
  font-weight: 500;
  line-height: 140%;
}

.catalog__count span {
  display: inline-block;
  font-weight: 600;
  margin-left: 4px;
}

.catalog__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__filter-btn {
  display: none;
}

.catalog__filter-btn span {
  margin-right: auto;
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 24px;
  height: 15px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 12px;
  background: #282828;
  font-weight: 600;
}

.catalog__products {
  margin-top: 16px;
  gap: 14px;
}

.catalog__products .prod-cart {
  width: calc((100% - 42px) / 4);
}

.catalog .product-list {
  margin-top: 56px;
}

.catalog .product-list .product-list__sliders {
  margin-top: 0;
}

.selected {
  margin-bottom: 16px;
}

.selected__title {
  display: none;
}

.selected__list {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selected__item {
  border-radius: 40px;
  border: 1px solid #b5b5b5;
  padding: 5px 7px 5px 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.selected__item:active svg {
  stroke: #e43a2d;
}

.selected__icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.selected__icon img {
  max-width: 100%;
}

.selected__text {
  line-height: 16px;
  font-weight: 500;
}

.selected__close {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.selected__close svg {
  width: inherit;
  height: inherit;
  stroke: #b5b5b5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-box__text {
  font-weight: 500;
  line-height: 140%;
  margin-right: 12px;
}

.sort-box .select-box {
  width: 244px;
}

.sort-box .select-box.active .select-box__input {
  color: #8f8f8f;
}

.sort-box .select-box .select-box__input {
  height: 38px;
  padding: 9px 11px;
  font-size: 16px;
  line-height: 140%;
}

.sort-box .select-box .select-box__arr {
  top: 8px;
  right: 7px;
}

.section-tags__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}

.section-tags__items {
  gap: 8px;
}

.section-tags__link {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: #fff;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  min-width: 104px;
}

.secton-about {
  margin-top: 56px;
  font-size: 16px;
  line-height: 140%;
}

.secton-about h2 {
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.dp__product {
  padding: 24px 0 32px;
}

.dp__product .container {
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.dp__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 488px;
  flex: 0 0 488px;
  gap: 20px;
}

.dp .product-list {
  margin-top: 80px;
}

.btn-add,
.btn-link {
  height: 42px;
}

.btn-add {
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

.btn-add svg {
  width: 16px;
  height: 16px;
  fill: transparent;
  stroke: #fff;
}

.btn-link {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}

.btn-link span {
  font-size: 10px;
  font-weight: 400;
  line-height: 11.5px;
  margin-top: 2px;
}

.head-db {
  padding: 24px 0 16px;
}

.head-db__bottom {
  margin-top: 16px;
}

.head-db__labels {
  gap: 4px;
  margin-right: 20px;
}

.head-db__label {
  border-radius: 4px;
  border: 1px solid #3eb16c;
  padding: 5px 7px;
  line-height: 15px;
  font-weight: 500;
}

.head-db__control {
  margin-left: auto;
  gap: 16px;
  font-weight: 500;
  line-height: 14px;
}

.head-db__control span.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.head-db__control span.icon img,
.head-db__control span.icon svg {
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.rating-hdb {
  white-space: nowrap;
}

.rating-hdb__icon {
  margin-right: 6px;
  margin-top: -2px;
}

.rating-hdb__count {
  margin-left: 6px;
  color: #707070;
}

.btn-hdb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.btn-hdb.active svg,
.btn-hdb:active svg {
  fill: #e43a2d;
  stroke: #e43a2d;
}

.btn-hdb svg {
  fill: transparent;
  stroke: #b5b5b5;
}

.min-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.min-img.slick-initialized {
  opacity: 1;
}

.min-img .slick-slide {
  height: 88px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #ededed;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.min-img .slick-slide>div {
  height: 100%;
}

.min-img .slick-slide.slick-current {
  border-color: #b5b5b5;
}

.min-img .slick-slide .min-img__slide {
  height: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px;
}

.min-img .slick-slide .min-img__slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.big-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 380px;
  height: 380px;
  position: relative;
}

.big-img .slider-arr {
  display: none !important;
}

.big-img .badge {
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  z-index: 1;
}

.big-img__prev {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
}

.big-img__art {
  display: none;
}

.big-img__art div:nth-child(1) {
  color: #8f8f8f;
  font-size: 8px;
  font-weight: 500;
  line-height: 9px;
}

.big-img__art div:nth-child(2) {
  margin-top: 2px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 500;
  line-height: 13.2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.big-img__art div:nth-child(2) .copy {
  margin-left: 2px;
  margin-bottom: 1px;
}

.big-img__season {
  width: 32px;
  height: 32px;
}

.big-img__season img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.big-img__slider {
  overflow: hidden;
  height: inherit;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.big-img__slider.slick-initialized {
  opacity: 1;
}

.big-img__slider .slick-slide {
  height: 380px;
  border: none;
}

.big-img__slider .slick-slide>div {
  height: 100%;
}

.big-img__slide {
  height: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-img__slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-dp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info-dp__subtitle {
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}

.info-dp__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.info-dp__list li:not(:last-child) {
  margin-bottom: 8px;
}

.info-dp__list li div {
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-dp__list li div:nth-child(1) {
  color: #707070;
  width: 142px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-dp__list li div:nth-child(2) {
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info-dp__list li div a {
  text-decoration-line: underline;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.info-dp__list li div a:active {
  color: #e43a2d;
}

.info-dp__list li div .help {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
}

.info-dp__list li div .help .help__icon {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  margin-left: 4px;
}

.info-dp__list li div .help .help__text {
  max-width: 302px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

li.img-idp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

li.img-idp div {
  display: inline-block !important;
}

li.img-idp .img-idp__value {
  width: 128px;
  height: 48px;
  display: inline-block !important;
}

li.img-idp .img-idp__value img {
  max-width: 100%;
}

.comp-block {
  margin-bottom: 24px;
}

.comp-block.active .comp-block__btn {
  display: none;
}

.comp-block.active .comp-block__result {
  display: block;
}

.comp-block .info-dp__subtitle {
  margin-bottom: 8px;
}

.comp-block__btn {
  width: 307px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  font-weight: 600;
  gap: 8px;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
}

.comp-block__btn:active {
  border-color: #e43a2d;
}

.comp-block__btn svg {
  width: 16px;
  height: 16px;
  fill: #3f3f3f;
}

.comp-block__result {
  display: none;
}

.comp-block__result.successBlock .comp-block__text_success {
  display: block;
}

.comp-block__result.errorBlock .comp-block__text_error {
  display: block;
}

.comp-block__text {
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.comp-block__model {
  margin-top: 2px;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-block__model button {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
}

.comp-block__model button:active svg {
  stroke: #e43a2d;
}

.comp-block__model button svg {
  width: inherit;
  height: inherit;
  stroke: #b5b5b5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.comp-block .link-more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  margin-top: 12px;
  color: #282828;
}

.comp-block .link-more span {
  width: 16px;
  height: 16px;
}

.comp-block .link-more span svg {
  width: inherit;
  height: inherit;
}

.copy {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
}

.copy:active svg {
  stroke: #e43a2d;
}

.copy svg {
  width: inherit;
  height: inherit;
  fill: transparent;
  stroke: #3f3f3f;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.basket-dp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 368px;
  flex: 0 0 368px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.08);
  box-shadow: 0 0 16px 0 rgba(40, 40, 40, 0.08);
  padding: 20px;
}

.basket-dp .stock {
  margin-bottom: 12px;
}

.basket-dp__control {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.basket-dp__control .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.basket-dp__control.in .basket-dp__add {
  display: none;
}

.basket-dp__control.in .basket-dp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket-dp__add {
  gap: 10px;
}

.stock {
  height: 27px;
  border-radius: 4px;
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.stock img {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
}

.stock.stock-max {
  background: #ecf7f0;
}

.stock.stock-min {
  background: #fefae6;
}

.stock.stock-off {
  background: #f8f8f8;
}

.price-dp__price {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}

.price-dp__count {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 2px;
}

.price-dp__list {
  margin-top: 20px;
}

.price-dp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #707070;
  font-weight: 500;
}

.price-dp__item div {
  line-height: 15px;
}

.price-dp__item div span {
  display: inline-block;
  margin-right: 8px;
  text-decoration: line-through;
  font-weight: 500;
}

.price-dp__item div:last-child {
  font-weight: 600;
}

.price-dp__item:not(:last-child) {
  margin-bottom: 8px;
}

.price-dp__item_sale {
  font-weight: 600;
  color: #282828;
}

.price-dp__info {
  margin-top: 20px;
  font-weight: 600;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-dp__info .help {
  margin-left: 4px;
}

.price-dp__info .help .help__icon {
  width: 12px;
  height: 12px;
}

.quantity {
  width: 132px;
  border-radius: 4px;
  background: #f8f8f8;
}

.quantity__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #ededed;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.quantity__btn:active {
  background: #f5f5f5;
}

.quantity__btn:disabled {
  background: #ededed;
}

.quantity__btn:disabled svg {
  stroke: #b5b5b5;
}

.quantity__btn svg {
  stroke: #282828;
}

.quantity__input {
  width: 48px;
  text-align: center;
  background: 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  height: 42px;
}

.delivery-dp {
  margin-top: 24px;
}

.delivery-dp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.delivery-dp__item:not(:last-child) {
  margin-bottom: 8px;
}

.delivery-dp__item div {
  line-height: 15px;
  background: #fff;
}

.delivery-dp__item div:nth-child(1) {
  color: #707070;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.delivery-dp__item div:nth-child(1)::after {
  content: "";
  position: relative;
  bottom: 2px;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dashed #b5b5b5;
}

.delivery-dp__item div:nth-child(2) {
  font-weight: 600;
  max-width: 138px;
  margin-left: 8px;
  text-align: right;
}

.delivery-dp__item div a {
  text-decoration: underline;
}

.tab-dp {
  padding-top: 48px;
}

.tab-dp__list {
  -webkit-box-shadow: 4px 0 12px rgba(40, 40, 40, 0.04);
  box-shadow: 4px 0 12px rgba(40, 40, 40, 0.04);
  border-radius: 0 8px 8px 8px;
  border: 1px solid #ededed;
}

.tab-dp__item {
  overflow: hidden;
  padding: 0 31px;
  background: #fff;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.tab-dp__item.active {
  padding: 31px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 2;
}

.tab-dp__item.tab-content.pdg-dp[data-id="3"] {
  display: none;
}

.tab-dp__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
}

.tab-dp .tab-head {
  height: 46px;
  border: none;
}

.tab-dp .tab-head::after {
  display: none;
}

.tab-dp .tab-head .tab-head__btn {
  padding: 11px 23px;
  color: #3f3f3f;
  font-weight: 600;
  line-height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.tab-dp .tab-head .tab-head__btn.tab-head__btn_reviews {
  padding: 9.5px 23px;
}

.tab-dp .tab-head .tab-head__btn.tab-head__btn_reviews.active {
  padding: 13.5px 23px;
}

.tab-dp .tab-head .tab-head__btn.tab-head__btn_reviews.active span {
  background: #282828;
}

.tab-dp .tab-head .tab-head__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 12px;
  background: #b5b5b5;
  color: #fff;
  font-family: 'Tilda Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  min-width: 24px;
  height: 18px;
}

.tab-dp .tab-head .tab-head__btn.active {
  padding: 15px 23px;
  color: #282828;
}

.tab-dp .tab-head .tab-head__btn.active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e43a2d;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: inherit;
  transition: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-dp .video-y {
  position: relative;
  width: 600px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.text-dp .video-y:not(:first-child) {
  margin-top: 24px;
}

.analog-dp__list {
  gap: 12px;
}

.analog-dp__list .prod-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 36px) / 4);
  flex: 0 0 calc((100% - 36px) / 4);
}

.type-dp .tab-dp__subtitle {
  margin-bottom: 20px;
}

.type-dp__btns {
  gap: 8px;
}

.type-dp__btn {
  width: 88px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.type-dp__btn.active,
.type-dp__btn:active {
  border-color: #e43a2d;
}

.type-dp__list {
  margin-top: 24px;
}

.table-tdp {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  will-change: max-height, visibility;
  overflow: hidden;
}

.table-tdp.active {
  opacity: 1;
  visibility: visible;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.table-tdp__head {
  padding-bottom: 12px;
  border-bottom: 1px solid #b5b5b5;
  gap: 20px;
  padding-right: 16px;
}

.table-tdp__head .table-tdp__td {
  color: #707070;
  font-size: 12px;
  line-height: 13px;
}

.table-tdp .td_d {
  width: 56px;
}

.table-tdp .td_m {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-tdp .td_a {
  width: 87px;
}

.table-tdp .td_n {
  width: 188px;
}

.table-tdp .td_p {
  width: 124px;
  white-space: nowrap;
}

.table-tdp .td_add {
  width: 176px;
}

.table-tdp__size {
  width: 40px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 27.5px;
}

.table-tdp__items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-tdp__line {
  padding: 16px;
  gap: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.table-tdp__line:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.table-tdp__line>div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.table-tdp__line .td {
  color: #282828;
}

.table-tdp__line .td_m {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 500;
  line-height: 15px;
}

.table-tdp__line .td_a {
  font-weight: 500;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-tdp__line .td_add.in .btn-add {
  display: none;
}

.table-tdp__line .td_add.in .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-tdp__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.price-tdp__total {
  margin-top: 2px;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}

.price-tdp__total span {
  display: inline-block;
  margin-right: 4px;
}

.pdg-dp__item {
  gap: 20px;
  padding: 24px 0;
}

.pdg-dp__item:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.pdg-dp__item:first-child {
  padding-top: 0;
}

.pdg-dp__item:last-child {
  padding-bottom: 0;
}

.pdg-dp__wrap {
  gap: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pdg-dp__icon {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pdg-dp__icon img {
  max-width: 100%;
}

.pdg-dp__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 736px;
}

.pdg-dp__content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
}

.pdg-dp__content h5 {
  font-weight: 600;
  line-height: 15px;
}

.pdg-dp__content h5:not(:last-child) {
  margin-bottom: 8px;
}

.pdg-dp__content div:not(:first-child) {
  margin-top: 16px;
}

.pdg-dp__content div:not(:last-child) {
  margin-bottom: 12px;
}

.pdg-dp__content p {
  line-height: 21px;
}

.pdg-dp__content p:not(:last-child) {
  margin-bottom: 8px;
}

.pdg-dp__content p span {
  color: #e43a2d;
  display: contents;
}

.pdg-dp__content p svg {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 2.5px;
}

.pdg-dp__content a {
  color: #e43a2d;
  font-weight: 600;
  text-decoration-line: underline;
}

.pdg-dp__content b {
  font-weight: 600;
  display: inline-block;
}

.pdg-dp__content a.link-more {
  color: #282828;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.pdg-dp__content a.link-more span svg {
  width: inherit;
  height: inherit;
}

.pdg-dp__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

.pdg-dp__img img {
  max-width: 100%;
}

.reviews-dp.active {
  padding-bottom: 39px;
}

.reviews-dp__wrap {
  max-width: 812px;
}

.reviews-dp .tab-dp__subtitle {
  margin-bottom: 20px;
}

.reviews-dp__list {
  margin-top: 32px;
}

.reviews-dp__item {
  padding: 23px;
  border-radius: 8px;
  border: 1px solid #ededed;
}

.reviews-dp__item:not(:last-child) {
  margin-bottom: 16px;
}

.reviews-dp__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.reviews-dp__data {
  color: #8f8f8f;
  line-height: 21px;
}

.reviews-dp__com {
  margin-top: 16px;
  line-height: 21px;
}

.reviews-dp .pagin {
  margin-top: 24px;
}

.rating-dp__icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.rating-dp__icon img {
  max-width: 100%;
}

.rating-dp__num {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rating-dp__count {
  margin-left: 16px;
  color: #707070;
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 1px;
}

.rating-dp__btn {
  width: 272px;
  margin-top: 24px;
  font-size: 16px;
  gap: 8px;
  height: 48px;
}

.rating-dp__btn span {
  width: 24px;
  height: 24px;
}

.rating-dp__btn span img {
  max-width: 100%;
}

.rating-get {
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-get__text {
  font-weight: 600;
  line-height: 15px;
  margin-right: 8px;
}

.rating-get__overlay {
  width: 84px;
  height: 15px;
}

.rating-get__img {
  overflow: hidden;
  height: 15px;
}

.rating-get__img img {
  width: 84px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.trigger-dp {
  padding: 48px 0;
}

.trigger-dp__text {
  font-weight: 600;
}

.trigger-dp__text p {
  color: #e43a2d;
  font-size: 36px;
  line-height: 40px;
}

.trigger-dp__text span {
  display: inline-block;
  margin-top: 4px;
  font-size: 28px;
  line-height: 31px;
}

.trigger-dp__list {
  margin-left: auto;
  gap: 20px;
}

.trigger-dp__item {
  width: 196px;
  height: 126px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
  background: #fff;
}

.trigger-dp__icon {
  width: 40px;
  height: 40px;
}

.trigger-dp__icon img {
  max-width: 100%;
  max-height: 100%;
}

.trigger-dp__desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.tags-block .container {
  gap: 12px 8px;
}

.tags-block__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 7px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.tags-block__link:active {
  border-color: #b5b5b5;
  background: #f8f8f8;
}

.popup_comp {
  max-width: 406px;
  display: none;
}

.popup_comp .popup__title {
  margin-bottom: 24px;
}

.popup_comp .box-form:not(:first-child) {
  margin-top: 20px;
}

.popup_comp .btn-primary {
  height: 52px;
  margin-top: 24px;
  font-size: 16px;
}

.popup_comp .btn-primary span {
  width: 20px;
  height: 20px;
}

.popup_comp .btn-primary span img {
  width: 100%;
}

.comp-result {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}

.comp-result__img {
  width: 160px;
  height: 160px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.comp-result__img img {
  max-width: 100%;
  max-height: 100%;
}

.comp-result__icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(2.4594631195px);
  backdrop-filter: blur(2.4594631195px);
  border: 1.23px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 2px 2px 8px rgba(40, 40, 40, 0.2);
  box-shadow: 2px 2px 8px rgba(40, 40, 40, 0.2);
}

.comp-result__icon img,
.comp-result__icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.comp-result__title {
  font-weight: 600;
  margin-top: 24px;
}

.comp-result__subtitle {
  margin-top: 8px;
  font-weight: 500;
}

.comp-result__btn.btn.btn-primary {
  margin-top: 32px;
}

.comp-result__link.btn {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
}

#comp-error .comp-result__icon {
  background: rgba(63, 63, 63, 0.8);
}

#comp-success {
  padding: 40px 40px 24px;
}

#comp-success .comp-result__icon {
  background: rgba(62, 177, 108, 0.8);
}

.popup_adm {
  max-width: 380px;
  min-height: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_adm .popup__btn {
  height: 40px;
  font-size: 14px;
}

.popup_adm .input-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.popup_adm .popup__text {
  margin-top: 8px;
  color: #707070;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.popup_adm_result {
  padding: 72px 70px;
  text-align: center;
}

@media (min-width: 1023px) {
  .menu-head__item a:hover {
    color: #c7281c;
  }

  .menu-head__item:hover .menu-head__name {
    color: #c7281c;
  }

  .menu-head__item:hover .menu-head__btn {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menu-head__item:hover .menu-head__overlay {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1023px) and (any-hover: hover) {
  .filter-home__btn:hover .filter-home__overlay {
    border-radius: 8px 8px 0 0;
    padding: 19px 32px 19px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@media (max-width: 1319px) {
  .mt_80 {
    margin-top: 64px;
  }

  .pt_80 {
    padding-top: 64px;
  }

  .pb_80 {
    padding-bottom: 64px;
  }

  .subtitle {
    font-size: 24px;
  }

  .title {
    font-size: 24px;
  }

  .header__control {
    margin-left: 40px;
  }

  .search-head {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .rating-yandex {
    display: none;
  }

  .fb-head {
    margin-left: 18px;
    margin-right: 18px;
  }

  .info-footer {
    width: 265px;
  }

  .info-footer__subtitle {
    font-size: 12px;
  }

  .menu-footer {
    margin: 0 18px 0 32px;
    gap: 16px;
  }

  .menu-footer__col {
    width: 148px;
  }

  .menu-footer__col a {
    font-size: 13px;
  }

  .contact-footer__item div {
    font-size: 13px;
  }

  .contact-footer__item a {
    font-size: 13px;
  }

  .btn-up {
    right: 20px;
    bottom: 20px;
  }

  .slide-hs__text {
    left: 98px;
  }

  .slide-hs__text div:nth-child(1) {
    font-size: 36px;
    width: 334px;
  }

  .slide-hs__text div:nth-child(2) {
    font-size: 32px;
    margin-left: 64px;
  }

  .slide-hs__img {
    width: 360px;
    right: 200px;
  }

  .slide-hs__small {
    right: 80px;
  }

  .filter-home__img {
    display: none;
  }

  .section-cart__overlay {
    padding: 16px;
  }

  .section-cart__name {
    font-size: 16px;
    max-width: 164px;
  }

  .section-cart__btn {
    left: 16px;
    bottom: 16px;
  }

  .services-home__progress {
    display: block;
    margin-top: 12px;
  }

  .popular-size__name {
    font-size: 18px;
    line-height: 140%;
  }

  .services-home__bottom .section-cart__overlay {
    height: 146px;
  }

  .services-home__bottom .section-cart__name {
    max-width: 160px;
  }

  .services-home__bottom .section-cart__img {
    width: 74%;
  }

  .stock-list__items {
    gap: 8px;
  }

  .stock-list__items .slick-list {
    width: calc(100% + 20px);
    margin-right: -20px;
  }

  .stock-list__items .slick-slide {
    margin-right: 20px;
  }

  .stock-rating__desc span {
    font-size: 28px;
  }

  .stock-rating__desc p {
    font-size: 24px;
  }

  .stock-rating__list {
    gap: 12px;
  }

  .stock-rating__item {
    padding: 11px;
    width: 156px;
  }

  .stock-rating__rat {
    font-size: 24px;
  }

  .stock-rating__rat span {
    width: 20px;
    height: 20px;
  }

  .stock-rating__logo {
    height: 28px;
  }

  .brand-home .subtitle {
    margin-bottom: 20px;
  }

  .brand-home__list {
    gap: 12px;
  }

  .brand-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 48px) / 5);
    flex: 0 0 calc((100% - 48px) / 5);
  }

  .brand-home .link-more {
    top: 0;
  }

  .articles-block__items {
    gap: 12px;
  }

  .articles-block__items .article-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .articles-block__video {
    margin-left: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .video-y__btn {
    width: 72px;
  }

  .article-cart__name {
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    margin-top: 12px;
  }

  .popular-size__list {
    gap: 20px;
  }

  .popular-size__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
  }

  .popular-size__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popular-size__links a {
    min-width: 104px;
    font-size: 14px;
    line-height: 140%;
    min-height: 32px;
  }

  .popular-size__btn.link-more {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .text h3 {
    font-size: 18px;
  }

  .dp__product .container {
    gap: 24px;
  }

  .dp__img {
    gap: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
  }

  .dp .product-list {
    margin-top: 64px;
  }

  .btn-add {
    font-size: 14px;
  }

  .head-db__label {
    line-height: 13px;
    font-size: 12px;
  }

  .min-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }

  .min-img .slick-slide {
    height: 60px;
  }

  .big-img {
    width: 300px;
    height: 300px;
  }

  .big-img__slider .slick-slide {
    height: 300px;
  }

  .basket-dp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    padding: 12px;
  }

  .tab-dp__subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .analog-dp__list .prod-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 3);
    flex: 0 0 calc((100% - 24px) / 3);
  }

  .table-tdp__head {
    gap: 8px;
    padding-right: 12px;
  }

  .table-tdp__line {
    gap: 8px;
    padding: 12px;
  }

  .trigger-dp__text p {
    font-size: 32px;
    line-height: 35px;
  }

  .trigger-dp__text span {
    font-size: 24px;
    line-height: 27px;
  }

  .trigger-dp__list {
    gap: 12px;
  }

  .trigger-dp__item {
    width: 156px;
    height: 108px;
    padding: 11px;
  }

  .trigger-dp__icon {
    width: 36px;
    height: 36px;
  }

  .trigger-dp__desc {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (any-hover: hover) and (max-width: 1319px) {
  .section-cart:hover .section-cart__btn {
    left: 22px;
  }
}

@media (max-width: 1279px) {
  .dp__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .min-img {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mt_80 {
    margin-top: 52px;
  }

  .pt_80 {
    padding-top: 52px;
  }

  .pb_80 {
    padding-bottom: 52px;
  }

  .subtitle {
    font-size: 20px;
  }

  .slider-arr {
    width: 36px;
    height: 36px;
  }

  .badge {
    min-width: 43px;
    height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 8px;
  }

  .breadcrumbs ul li {
    font-size: 12px;
    line-height: 140%;
  }

  .title {
    font-size: 20px;
  }

  .error__text {
    display: none;
  }

  .header .container .fb-head,
  .header .container .lk-header,
  .header .container .location,
  .header .container .menu-head {
    opacity: 0;
    overflow: hidden;
    height: 0;
  }

  .header__body {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 48px;
  }

  .header__logo {
    width: 132px;
    margin-top: 0;
  }

  .header__logo p {
    display: none;
  }

  .header__control {
    margin-left: 0;
  }

  .header__center {
    margin-top: 0;
  }

  .hp-picks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3f3f3f;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
  }

  .hp-picks picture {
    display: flex;
    align-items: center;
  }

  .hp-picks span {
    margin-left: 8px;
  }

  .hp-picks span img {
    width: 12px;
    height: 12px;
  }

  .hp-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location {
    margin-left: 0;
    opacity: 0;
  }

  .location__icon {
    margin-right: 8px;
  }

  .location__text {
    font-weight: 500;
  }

  .location__text span {
    display: none;
  }

  .lk-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 500;
    line-height: 115%;
    opacity: 0;
  }

  .lk-header__wrap {
    margin-top: 16px;
  }

  .lk-header__link.link {
    margin-left: 0;
    gap: 8px;
  }

  .lk-header__icon svg {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .lk-header__icon_favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lk-header__icon_favorite span {
    display: inline-block;
    margin-left: 8px;
  }

  .search-head {
    display: none;
  }

  .fb-head {
    margin: 0;
    opacity: 0;
  }

  .fb-head__arr {
    display: none;
  }

  .fb-head__time {
    margin-top: 12px;
  }

  .fb-head__popup {
    display: none;
  }

  .head-basket {
    display: none;
  }

  .menu-head {
    padding: 0;
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .menu-head__item {
    /*padding: 12px 24px 12px 20px;*/
    max-height: 48px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease 0s;
    transition: max-height 1s ease 0s;
  }

  .menu-head__item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }

  .menu-head__item.active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    background: #f8f8f8;
    padding-bottom: 0;
    margin-bottom: -4px;
  }

  .menu-head__item.active .menu-head__name {
    color: #e43a2d;
  }

  .menu-head__item.active .menu-head__btn svg {
    -webkit-transform: rotate(-180deg) scale(1.2);
    -ms-transform: rotate(-180deg) scale(1.2);
    transform: rotate(-180deg) scale(1.2);
  }

  .menu-head__item.active .menu-head__btn svg {
    fill: #e43a2d;
  }

  .menu-head__item.active .menu-head__overlay {
    opacity: 1;
  }

  .menu-head__btn {
    margin-left: auto;
  }

  .menu-head__btn svg {
    fill: #3f3f3f;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .menu-head__overlay {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    padding-top: 0;
  }

  .menu-head__list {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0 0;
    width: 100%;
  }

  .menu-head__list::after {
    display: none;
  }

  .menu-head__list ul.col2 {
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .menu-head__list ul li a {
    display: block;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 24px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 32px) / 3);
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .contact-footer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 32px) / 3);
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .panel-menu {
    bottom: 0;
  }

  .product-list__btns {
    height: 38px;
  }

  .product-list__btns button {
    min-width: 144px;
    padding: 7px 12px;
    font-size: 14px;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .product-list__btns button.active {
    padding: 15px 12px 7px;
    height: 36px;
  }

  .product-list__btns button.active::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }

  .product-list__btns button.active::after {
    left: 0;
  }

  .filter {
    position: fixed;
    left: -140%;
    width: 360px;
    background: #fff;
    z-index: 4;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility, left;
  }

  .filter._active {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }

  .filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.08);
  }

  .filter__wrap {
    padding: 20px;
    height: calc(100vh - 90px);
  }

  .filter__wrap .simplebar-track.simplebar-vertical {
    right: 0;
  }

  .filter__item {
    padding-bottom: 12px;
  }

  .filter__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .filter__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .filter__item.active .filter__body {
    padding-top: 12px;
  }

  .filter__item .box-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter__item .box-form:not(:first-child) {
    margin-top: 8px;
  }

  .filter__item .box-form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 4px 0 0;
  }

  .filter__item .box-form__label span {
    margin-left: 0;
  }

  .filter__item .box-form .select-box {
    width: 232px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .filter__item .checkbox:not(:first-child) {
    margin-top: 8px;
  }

  .filter__top {
    padding-right: 4px;
  }

  .filter__name {
    font-size: 12px;
    line-height: 14px;
  }

  .filter__bottom {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -4px 8px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 0 -4px 8px 0 rgba(40, 40, 40, 0.08);
  }

  .filter__send {
    height: 34px;
    font-size: 12px;
    width: 192px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .filter-auto__bottom {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .filter-auto__send {
    height: 34px;
    font-size: 12px;
    width: 192px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .filter-price.active {
    padding-bottom: 17px;
  }

  .filter-price__item {
    padding: 11px;
  }

  .filter-price__item span {
    font-size: 12px;
    margin-right: 12.5px;
    line-height: 14px;
  }

  .filter-price__item input {
    height: 14px;
    width: 104px;
    font-size: 12px;
  }

  .btn-reset {
    height: 34px;
    font-size: 12px;
    font-size: 0;
    margin: 0 8px 0 0;
  }

  .btn-reset span {
    font-size: 12px;
    display: inline-block;
  }

  .btn-reset svg {
    width: 16px;
    height: 16px;
  }

  .filter-check .filter__overlay {
    max-height: 216px;
  }

  .filter-check .filter__overlay .simplebar-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .filter-check .filter__overlay .simplebar-content .checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin-top: 0 !important;
  }

  .filter-check__search {
    padding: 7px 40px 7px 11px;
    height: 36px;
  }

  .filter-check__search input {
    font-size: 12px;
  }

  .filter-check__send {
    right: 7px;
  }

  .filter-check__btn {
    font-size: 12px;
  }

  .result-filter {
    display: none;
  }

  .home-slider .slick-slide,
  .home-slider__slide {
    height: 140px;
  }

  .home-slider .slider-arr_prev {
    left: 32px;
  }

  .home-slider .slider-arr_next {
    right: 32px;
  }

  .slide-hs__text {
    left: 64px;
    top: 12px;
  }

  .slide-hs__text div:nth-child(1) {
    font-size: 28px;
    width: 264px;
  }

  .slide-hs__text div:nth-child(2) {
    font-size: 26px;
    margin-left: 46px;
  }

  .slide-hs__img {
    width: 280px;
    right: 160px;
  }

  .slide-hs__small {
    right: 40px;
  }

  .filter-home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-home__subtitle {
    display: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }

  .filter-home__btns {
    /*margin-top: 12px*/
  }

  .filter-home__btn {
    min-height: 38px;
  }

  .filter-home__btn .xl {
    display: none;
  }

  .filter-home__btn .md {
    display: inline-block;
    line-height: 20px;
  }

  .filter-home__btn.active .filter-home__overlay {
    padding: 11px 17px 8px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .filter-home__btn.active .filter-home__overlay::after {
    height: 12px;
  }

  .filter-home__overlay {
    padding: 7px 12px;
    font-size: 14px;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .filter-home__overlay svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }

  .filter-home__item {
    padding: 0 16px;
    overflow: hidden;
  }

  .filter-home__item.active {
    padding: 22px 15px 23px;
    border-radius: 0 0 8px 8px;
  }

  .filter-home__item_disk .filter-home__rows {
    gap: 12px 18px;
  }

  .filter-home__item_disk .box-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 9px);
    flex: 0 0 calc(50% - 9px);
  }

  .filter-home__form {
    max-width: 100%;
  }

  .filter-home__rows {
    gap: 18px;
  }

  .filter-home__line {
    gap: 18px;
  }

  .filter-home__line .box-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 9px);
    flex: 0 0 calc(50% - 9px);
  }

  .filter-home__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 36px) / 3);
    flex: 0 0 calc((100% - 36px) / 3);
  }

  .filter-home__col .box-form:not(:last-child) {
    margin-bottom: 12px;
  }

  .box-form__label {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 120%;
  }

  .season-form {
    gap: 3px;
  }

  .season-form__checkbox {
    height: 36px;
  }

  .season-form__checkbox input:checked+label::after {
    height: 40px;
  }

  .season-form__checkbox label {
    width: 38px;
    height: 36px;
    font-size: 12px;
    padding: 11px 7px;
  }

  .season-form__checkbox label::after {
    width: 38px;
    height: 36px;
  }

  .season-form__checkbox label img {
    width: 20px;
    height: 20px;
  }

  .season-form__checkbox input:checked+label img {
    width: 26px !important;
    height: 26px !important;
  }

  .help__text {
    display: none;
  }

  .section-nome__list {
    gap: 8px;
  }

  .section-nome__list .section-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 32px) / 4);
    flex: 0 0 calc((100% - 32px) / 4);
  }

  .section-cart__overlay {
    height: 166px;
  }

  .section-cart__name {
    font-size: 14px;
  }

  .section-cart__img {
    width: 144px;
    height: 144px;
    right: -33px;
    bottom: -25px;
  }

  .services-home__slider {
    width: calc(100% + 20px);
  }

  .services-home__slider .slick-track .slick-slide {
    margin-right: 8px;
  }

  .services-home__slider .section-cart {
    width: 168px;
  }

  .services-home__slider .section-cart__overlay {
    height: 166px;
  }

  .services-home__slider .section-cart__name {
    max-width: 124px;
  }

  .services-home__slider .section-cart__img {
    width: 154px;
    height: 112px;
    right: -38px;
    bottom: 0;
  }

  .services-home__bottom {
    gap: 8px;
    margin-top: 24px;
  }

  .services-home__bottom .section-cart__name {
    max-width: 140px;
  }

  .stock-list .dots-default {
    margin-top: 12px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 4px;
  }

  .stock-rating {
    display: block;
  }

  .stock-rating__desc span {
    font-size: 32px;
  }

  .stock-rating__list {
    margin-top: 20px;
  }

  .stock-rating__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand-home.brand-home_tire {
    margin-top: 52px;
  }

  .brand-home__list {
    gap: 8px;
  }

  .brand-home__item {
    padding: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 4);
    flex: 0 0 calc((100% - 24px) / 4);
  }

  .articles-block__video {
    margin-left: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }

  .video-y__btn {
    width: 46px;
  }

  .article-cart__name {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }

  .article-cart__desc {
    margin-top: 8px;
  }

  .popular-size__links {
    gap: 4px;
  }

  .home-about__desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 20px;
  }

  .home-about__all.link-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .catalog__count {
    font-size: 12px;
  }

  .catalog__filter-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    background: #e43a2d;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 32px;
    width: 162px;
    padding-left: 12px;
    padding-right: 8px;
    margin-left: 8px;
  }

  .catalog__filter-btn svg {
    fill: transparent;
    stroke: #fff;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .catalog__products .prod-cart {
    width: calc((100% - 14px) / 2);
  }

  .selected {
    margin-bottom: 20px;
  }

  .selected__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
  }

  .selected__list {
    gap: 4px;
  }

  .selected__item {
    padding: 3px 5px 3px 8px;
  }

  .selected__text {
    font-size: 12px;
  }

  .sort-box .select-box {
    width: 162px;
    font-size: 12px;
  }

  .sort-box .select-box .select-box__input {
    height: 38px;
    padding: 7px 11px;
  }

  .sort-box .select-box .select-box__arr {
    /*width: 16px;*/
    /*height: 16px;*/
    top: 9px;
  }

  .sort-box .select-box .select-box__arr svg {
    width: inherit;
    height: inherit;
  }

  .section-tags__title {
    font-size: 18px;
    line-height: 20px;
  }

  .secton-about h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .dp__product .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dp__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }

  .dp .product-list {
    margin-top: 52px;
  }

  .head-db {
    padding: 16px 0 12px;
  }

  .head-db__bottom {
    margin-top: 8px;
  }

  .head-db__label {
    padding: 3px;
    line-height: 11px;
    font-size: 10px;
  }

  .head-db__control {
    font-size: 10px;
    line-height: 10px;
    gap: 12px;
  }

  .head-db__control span.icon {
    width: 16px;
    height: 16px;
  }

  .rating-hdb__icon {
    margin-right: 4px;
  }

  .rating-hdb__count {
    margin-left: 2px;
  }

  .btn-hdb {
    gap: 4px;
  }

  .info-dp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .basket-dp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tab-dp {
    padding-top: 32px;
  }

  .tab-dp__item {
    padding: 0 20px 0;
  }

  .tab-dp__item.active {
    padding: 19px 20px 20px;
  }

  .tab-dp__item.tab-content.pdg-dp[data-id="3"] {
    display: none;
  }

  .tab-dp .tab-head {
    height: 37px;
  }

  .tab-dp .tab-head .tab-head__btn {
    padding: 11px 15px;
    line-height: 13px;
    font-size: 12px;
  }

  .tab-dp .tab-head .tab-head__btn.tab-head__btn_reviews.active {
    padding: 12.5px 23px;
  }

  .tab-dp .tab-head .tab-head__btn.active::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }

  .text-dp .video-y {
    width: 500px;
    height: 300px;
  }

  .analog-dp__list .prod-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .type-dp .tab-dp__subtitle {
    margin-bottom: 12px;
  }

  .type-dp__btns {
    gap: 4px;
  }

  .type-dp__btn {
    width: 64px;
    height: 36px;
    font-size: 14px;
    line-height: 15px;
  }

  .type-dp__list {
    margin-top: 20px;
  }

  .table-tdp__head {
    display: none;
  }

  .table-tdp__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-tdp__size {
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .table-tdp__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    gap: 13px;
  }

  .table-tdp__line .td_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 93px);
    flex: 0 0 calc(100% - 93px);
  }

  .table-tdp__line .td_a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding-top: 11px;
    position: relative;
    text-align: right;
  }

  .table-tdp__line .td_a .copy {
    width: 12px;
    height: 12px;
  }

  .table-tdp__line .td_a::before {
    content: "Артикул";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #8f8f8f;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .table-tdp__line .td_n {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 26px) / 3);
    flex: 0 0 calc((100% - 26px) / 3);
  }

  .table-tdp__line .td_p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 26px) / 3);
    flex: 0 0 calc((100% - 26px) / 3);
  }

  .table-tdp__line .td_add {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 26px) / 3);
    flex: 0 0 calc((100% - 26px) / 3);
  }

  .table-tdp__line .td_add .btn {
    width: 155px;
  }

  .price-tdp__price {
    font-size: 18px;
    line-height: 20px;
  }

  .pdg-dp__item {
    gap: 12px;
    padding: 12px 0;
  }

  .pdg-dp__wrap {
    gap: 12px;
  }

  .pdg-dp__icon {
    width: 32px;
  }

  .pdg-dp__content h4 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 12px;
  }

  .pdg-dp__content h5 {
    font-size: 12px;
    line-height: 13px;
  }

  .pdg-dp__content p {
    font-size: 12px;
    line-height: 18px;
  }

  .pdg-dp__content p svg {
    margin-top: 0;
  }

  .pdg-dp__content a.link-more {
    font-size: 12px;
    padding-right: 24px;
    line-height: 16px;
  }

  .pdg-dp__content a.link-more span {
    width: 16px;
    height: 16px;
  }

  .pdg-dp__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .trigger-dp {
    padding: 32px 0;
  }

  .trigger-dp .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .trigger-dp__list {
    margin: 16px 0 0 0;
  }

  .tags-block .container {
    gap: 4px;
  }

  .tags-block__link {
    font-size: 12px;
    line-height: 13px;
    padding: 3px 5px;
  }

  .comp-result {
    font-size: 16px;
    line-height: 18px;
  }

  .comp-result__img {
    width: 135px;
    height: 135px;
  }

  .comp-result__title {
    margin-top: 16px;
  }

  .comp-result__btn.btn.btn-primary {
    margin-top: 20px;
  }
}

@media (any-hover: hover) and (max-width: 1023px) {
  .product-list__btns button:hover {
    padding: 12px;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .services-home__slider .slick-track .slick-slide {
    width: 168px;
  }
}

@media (max-width: 1023px) and (max-width: 719px) {
  .services-home__slider .slick-track .slick-slide {
    width: 156px;
    height: 168px;
  }
}

.footer__body a {
  line-height: 140%;
}

@media (max-width: 800px) {
  .head-db__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .head-db__labels {
    margin: 0;
  }

  .head-db__control {
    margin: 8px 0 0 0;
  }
}

@media (max-width: 719px) {
  .mt_80 {
    margin-top: 48px;
  }

  .pt_80 {
    padding-top: 48px;
  }

  .link-more {
    font-size: 14px;
  }

  .subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
  }

  /*.icon_24 {*/
  /*    width: 20px;*/
  /*    height: 20px*/
  /*}*/

  .head-page {
    padding: 16px 0;
  }

  .breadcrumbs ul {
    gap: 4px;
  }

  .breadcrumbs ul li {
    gap: 4px;
    /*font-size: 8px;*/
    /*line-height: 9px*/
  }

  .breadcrumbs ul li:not(:last-child)::after {
    width: 4px;
  }

  .title {
    margin-top: 8px;
  }

  .pagin {
    margin-top: 20px;
  }

  .pagin__link {
    width: 37px;
    height: 28px;
    font-size: 12px;
  }

  .pagin__link_hide {
    display: none;
  }

  /*.btn-primary svg {*/
  /*    width: 16px;*/
  /*    height: 16px*/
  /*}*/

  .btn-secondary {
    gap: 4px;
  }

  .btn-secondary img {
    width: 16px;
    height: 16px;
  }

  .btn-outline {
    gap: 4px;
  }

  .btn-outline img {
    width: 16px;
    height: 16px;
  }

  .header .container {
    padding-right: 16px;
  }

  .maket {
    width: 360px;
  }

  .maket .xl {
    display: none;
  }

  .maket .sm {
    display: block;
  }

  .footer {
    padding-bottom: 58px;
    margin-top: 48px;
  }

  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content {
    display: block;
  }

  .footer__drop {
    border-bottom: 1px solid #4d4d4d;
  }

  .footer__drop.active {
    background: #000;
  }

  .footer__drop.active .footer__body {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    opacity: 1;
    visibility: visible;
    padding-bottom: 16px;
  }

  .footer__drop.active .footer__arr svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .footer__top {
    padding: 0px;
    margin-bottom: 0;
    border: none;
  }

  .footer__top a {
    padding: 16px 0 16px 20px;
  }

  .footer__arr {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
  }

  .footer__body {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__bottom {
    margin-top: 24px;
    padding-top: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
  }

  .footer__right {
    text-align: left;
  }

  .info-footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .info-footer__logo {
    width: 200px;
  }

  .info-footer__form {
    margin-top: 8px;
  }

  .info-footer__form .input-box .input {
    height: 38px;
    padding: 12px;
    font-size: 12px;
  }

  .info-footer__form .input-box .error {
    bottom: 11px;
  }

  .info-footer__form .btn {
    margin-top: 6px;
    font-size: 12px;
    height: 38px;
  }

  .info-footer__polit {
    margin-top: 8px;
    text-align: center;
  }

  .menu-footer {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-footer__col {
    width: 100%;
  }

  .menu-footer__col li:not(:last-child) {
    margin-bottom: 16px;
  }

  .menu-footer__col a {
    font-size: 14px;
  }

  .contact-footer {
    width: 100%;
  }

  .contact-footer__item div {
    font-size: 14px;
  }

  .contact-footer__item a {
    font-size: 14px;
  }

  .contact-footer__btn.btn {
    max-width: 240px;
    height: 39px;
  }

  .contact-footer .social {
    margin-top: 16px;
  }

  .btn-up {
    display: none;
  }

  .popup_modal .popup__title {
    font-size: 14px;
    line-height: 15px;
  }

  .product-list__sliders .slider-arr {
    display: none !important;
  }

  .product-list__slider .slick-track .slick-slide {
    width: 304px;
    margin-right: 8px;
  }

  .product-list__slider .progress-slider {
    display: block;
    margin-top: 16px;
  }

  .product-list__list {
    width: calc(100% + 26px);
  }

  .prod-cart__img {
    height: 180px;
  }

  .prod-cart__season img {
    width: 20px;
    height: 20px;
  }

  .prod-cart__name {
    /*font-size: 12px;*/
    -webkit-line-clamp: 1;
    height: 22px;
  }

  .prod-cart__offers {
    margin-top: 6px;

    gap: 2px;
  }

  .prod-cart__offer {
    height: 28px;
  }

  .prod-cart__bottom {
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center*/
  }

  .prod-cart__bottom .btn {
    width: 100%;
    height: 45px;
    margin-top: 6px;
  }

  .prod-cart__add {
    width: 156px;
    height: 36px;
    font-size: 18px;
    margin-top: 0;
  }

  .prod-cart__option li div {
    /*font-size: 10px;*/
    /*line-height: 11px*/
  }

  .control-pc {
    /*gap: 24px*/
  }

  /*.control-pc__season {*/
  /*    width: 20px;*/
  /*    height: 20px*/
  /*}*/

  .info-pc__lable {
    min-height: 15px;
  }

  .price-pc {
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-align: start;*/
    /*-ms-flex-align: start;*/
    /*align-items: start*/
  }

  .price-pc__value {
    font-size: 24px;
  }

  .price-pc__one {
    /*font-size: 10px;*/
    margin-top: 2px;
  }

  .home-slider {
    padding-top: 12px;
  }

  .home-slider .slick-slide,
  .home-slider__slide {
    height: 88px;
    background-size: cover;
  }

  .home-slider .dots-default {
    margin-top: 8px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 8px;
  }

  .home-slider .slider-arr {
    display: none !important;
  }

  .slide-hs__text {
    left: -4px;
  }

  .slide-hs__text div {
    padding: 8px 12px;
  }

  .slide-hs__text div:nth-child(1) {
    font-size: 22.21px;
    width: 198px;
  }

  .slide-hs__text div:nth-child(2) {
    font-size: 18.51px;
    margin-left: 20px;
    margin-top: -8px;
  }

  .slide-hs__img {
    top: 0;
    right: -34px;
    width: 194px;
  }

  .slide-hs__small {
    right: auto;
    left: 8px;
    bottom: 8px;
    font-size: 10px;
  }

  .slide-hs__small br {
    display: none;
  }

  .filter-home {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .filter-home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-home__subtitle {
    font-size: 12px;
  }

  .filter-home__btns {
    /*margin-top: 6px;*/
    height: 38px;
  }

  .filter-home__items {
    margin-bottom: -2px;
  }

  .filter-home__item_tire .filter-home__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-home__item_tire .box-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }

  .filter-home__item_tire .box-form {
    margin-bottom: 12px;
  }

  .filter-home__item_tire .box-form label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-bottom: 0;
  }

  .filter-home__item_tire .box-form .select-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0 !important;
  }

  .filter-home__item_tire .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .filter-home__item_tire .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .filter-home__item_tire .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .filter-home__item_tire .order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 2px;
  }

  .filter-home__item_tire .order5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: block;
    margin-top: 4px;
  }

  .filter-home__item_tire .order5 .box-form__label {
    margin-bottom: 8px;
  }

  .filter-home__item_tire .order6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .filter-home__item_disk .filter-home__rows {
    gap: 12px;
  }

  .filter-home__item_disk .box-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-home__item_disk .box-form label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-bottom: 0;
  }

  .filter-home__item_disk .box-form .select-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0 !important;
  }

  .filter-home__item_disk .box-form.box-form_full {
    display: block;
  }

  .filter-home__item_disk .box-form.box-form_full label {
    margin-bottom: 8px;
  }

  .filter-home__line {
    gap: 16px;
  }

  .filter-home__line .box-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .filter-home__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }

  .filter-home__send {
    height: 42px;
    max-width: 100%;
    font-size: 16px;
    line-height: 115%;
    font-weight: 600;
    gap: 8px;
  }

  .filter-home__reset {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 115%;
  }

  .filter-home__reset svg {
    width: 16px;
    height: 16px;
  }

  .box-form.box-form_checkbox {
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 0 !important;
  }

  .box-form.box-form_checkbox .checkbox:not(:last-child) {
    margin-bottom: 0;
  }

  .select-box.active .select-box__list {
    max-height: 5000px;
  }

  .select-box__input {
    height: 46px;
    font-size: 14px;
    line-height: 160%;
    padding: 10px 32px 10px 11px;
  }

  .select-box__arr {
    top: 13px;
    right: 8px;
  }

  .select-box__list li {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 13.8px;
  }

  .checkbox label {
    font-size: 14px;
    line-height: 160%;
  }

  .section-nome__list .section-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 8px) / 2);
    flex: 0 0 calc((100% - 8px) / 2);
  }

  .section-nome__list .section-cart:nth-child(1) .section-cart__overlay,
  .section-nome__list .section-cart:nth-child(2) .section-cart__overlay {
    height: 155px;
  }

  .section-nome__list .section-cart:nth-child(1) .section-cart__overlay .section-cart__btn,
  .section-nome__list .section-cart:nth-child(2) .section-cart__overlay .section-cart__btn {
    bottom: 13px;
    left: 13px;
  }

  .section-nome__list .section-cart .section-cart__overlay {
    height: 145px;
  }

  .section-nome__list .section-cart .section-cart__overlay .section-cart__btn {
    left: 13px;
    bottom: 3px;
  }

  .section-cart__overlay {
    padding: 13px;
    height: 155px;
  }

  .section-cart__name {
    font-size: 14px;
    line-height: 140%;
    max-width: 124px;
  }

  .section-cart__btn {
    width: 20px;
    height: 20px;
    left: 13px;
    bottom: 13px;
  }

  .services-home__slider .section-cart__overlay {
    padding: 11px;
  }

  .services-home__slider .section-cart__name {
    font-size: 14px;
  }

  .services-home__slider .section-cart__btn {
    left: 13px;
    bottom: 13px;
  }

  .services-home__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-home__bottom .section-cart:nth-child(2) .section-cart__name {
    max-width: 82px;
  }

  .services-home__bottom .section-cart__overlay {
    height: 100px;
  }

  .services-home__bottom .section-cart__name {
    font-size: 14px;
  }

  .stock-list {
    padding-bottom: 48px;
  }

  .stock-rating {
    margin-top: 48px;
  }

  .stock-rating__desc p {
    font-size: 16px;
  }

  .stock-rating__list {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stock-rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }

  .stock-rating__logo {
    height: 24px;
  }

  .brand-home.brand-home_tire {
    margin-top: 48px;
  }

  .brand-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 16px) / 3);
    flex: 0 0 calc((100% - 16px) / 3);
    min-height: 90px;
    padding: 11.69px 15px;
  }

  .brand-home__item img {
    max-width: 100%;
  }

  .brand-home .link-more {
    position: relative;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .articles-block__wrap {
    display: block;
  }

  .articles-block__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .articles-block__items .article-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .articles-block__video {
    margin: 32px 0 0 0;
  }

  .video-y__player {
    height: 360px;
  }

  .article-cart__body {
    padding-right: 0;
  }

  .article-cart__name {
    height: auto;
    display: inline-block;
  }

  .article-cart .link-more {
    margin-top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .popular-size {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .popular-size .subtitle {
    margin-bottom: 20px;
  }

  .popular-size__btn.link-more {
    font-size: 16px;
  }

  .text h2 {
    margin-bottom: 12px;
  }

  .text h3 {
    font-size: 16px;
  }

  .text h3:not(:first-child) {
    margin-bottom: 12px;
  }

  .text h4 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 6px;
  }

  .catalog__wrap {
    padding-top: 12px;
  }

  .catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    z-index: 4;
  }

  .catalog__top.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.08);
  }

  .catalog__count {
    /*font-size: 10px;*/
    /*line-height: 11px;*/
    /*margin-top: 12px*/
  }

  .catalog__count span {
    font-size: 14px;
  }

  .catalog__control {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .catalog__filter-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }

  .catalog__products {
    gap: 8px;
    margin-top: 20px;
  }

  .catalog__products .prod-cart {
    width: 100%;
  }

  .catalog .product-list {
    margin-top: 48px;
  }

  .sort-box {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    margin-bottom: 12px;
  }

  .sort-box__text {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 4px 0;
  }

  .sort-box .select-box {
    width: 100%;
    font-size: 10px;
  }

  .sort-box .select-box .select-box__input {
    font-size: 14px;
  }

  .sort-box .select-box .select-box__list li {
    font-size: 10px;
  }

  .section-tags__title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .section-tags__items {
    gap: 4px;
  }

  .secton-about {
    margin-top: 48px;
  }

  .secton-about h2 {
    font-size: 16px;
    line-height: 18px;
  }

  .dp__product {
    padding: 12px 0 24px;
  }

  .dp__product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .dp__img {
    width: 100%;
  }

  .dp .product-list {
    margin-top: 48px;
  }

  .btn-add,
  .btn-link {
    height: 40px;
  }

  .btn-add {
    font-weight: 700;
  }

  .big-img {
    height: auto;
    width: 100%;
  }

  .big-img .slider-arr {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 28px;
    height: 28px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .big-img .slider-arr.slider-arr_prev {
    left: 0;
  }

  .big-img .slider-arr.slider-arr_next {
    right: 0;
  }

  .big-img__prev {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .big-img__art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .big-img__season {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .big-img__slider .slick-slide {
    height: 280px;
  }

  .info-dp {
    width: 100%;
    margin-top: 24px;
  }

  .info-dp__subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  .info-dp__list li div {
    font-size: 12px;
    line-height: 14px;
  }

  .info-dp__list li div:nth-child(1) {
    width: calc(50% - 26px);
  }

  li.img-idp {
    gap: 12px;
  }

  .comp-block {
    margin-bottom: 20px;
  }

  .comp-block .info-dp__subtitle {
    margin-bottom: 6px;
  }

  .comp-block__btn {
    width: 100%;
    font-size: 12px;
  }

  .comp-block__text {
    font-size: 12px;
    line-height: 14px;
  }

  .comp-block__model {
    font-size: 12px;
    line-height: 14px;
  }

  .comp-block .link-more {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
  }

  .copy {
    width: 12px;
    height: 12px;
  }

  .basket-dp {
    width: 100%;
    margin-top: 12px;
  }

  .basket-dp .stock {
    margin-bottom: 6px;
  }

  .basket-dp__control {
    margin-top: 12px;
  }

  .stock {
    height: 20px;
    padding: 0 6px;
    line-height: 11px;
    font-size: 10px;
  }

  .stock img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }

  .price-dp__price {
    font-size: 24px;
    line-height: 26px;
  }

  .price-dp__count {
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 17px;
  }

  .price-dp__list {
    margin-top: 12px;
  }

  .price-dp__item div {
    line-height: 13px;
    font-size: 12px;
  }

  .price-dp__item div span {
    margin-right: 4px;
  }

  .price-dp__item:not(:last-child) {
    margin-bottom: 4px;
  }

  .price-dp__info {
    margin-top: 12px;
    line-height: 14px;
    font-size: 12px;
  }

  .quantity {
    width: 116px;
  }

  .quantity__btn {
    width: 36px;
    height: 40px;
  }

  .quantity__input {
    height: 40px;
    width: 44px;
    font-size: 14px;
    line-height: 16px;
  }

  .delivery-dp {
    margin-top: 16px;
  }

  .delivery-dp__item:not(:last-child) {
    margin-bottom: 4px;
  }

  .delivery-dp__item div {
    line-height: 13px;
    font-size: 12px;
  }

  .delivery-dp__item div:nth-child(2) {
    max-width: 120px;
  }

  .tab-dp .container {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-dp__item {
    border-radius: 0 0 8px 8px;
  }

  .tab-dp__subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }

  .text-dp {
    font-size: 12px;
    line-height: 18px;
  }

  .text-dp .video-y {
    width: 360px;
    height: 260px;
  }

  .analog-dp__list {
    gap: 8px;
  }

  .analog-dp__list .prod-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .type-dp__btn {
    width: 48px;
    height: 27px;
    font-size: 10px;
    line-height: 11px;
  }

  .table-tdp__line {
    gap: 6px;
  }

  .table-tdp__line .td_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
    font-size: 12px;
    line-height: 13px;
  }

  .table-tdp__line .td_a {
    font-size: 12px;
    line-height: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67px;
    flex: 0 0 67px;
  }

  .table-tdp__line .td_a .copy {
    margin-left: 2px;
    margin-bottom: 1px;
  }

  .table-tdp__line .td_a::before {
    font-size: 8px;
    line-height: 9px;
  }

  .table-tdp__line .td_n {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .table-tdp__line .td_p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .table-tdp__line .td_add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
  }

  .table-tdp__line .td_add .btn {
    height: 36px;
  }

  .table-tdp__line .td_add .btn-add {
    font-size: 12px;
  }

  .price-tdp__price {
    font-size: 16px;
    line-height: 18px;
  }

  .price-tdp__total {
    font-size: 10px;
    line-height: 11px;
  }

  .pdg-dp__item {
    display: block;
  }

  .pdg-dp__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }

  .pdg-dp__icon {
    width: 24px;
    height: 24px;
  }

  .pdg-dp__content h5:not(:last-child) {
    margin-bottom: 6px;
  }

  .pdg-dp__content div:not(:first-child) {
    margin-top: 12px;
  }

  .pdg-dp__content div:not(:last-child) {
    margin-bottom: 8px;
  }

  .pdg-dp__img {
    width: 320px;
    margin-top: 16px;
  }

  .reviews-dp .tab-dp__subtitle {
    margin-bottom: 16px;
  }

  .reviews-dp__list {
    margin-top: 20px;
  }

  .reviews-dp__item {
    padding: 15px;
  }

  .reviews-dp__name {
    font-size: 14px;
    line-height: 15px;
  }

  .reviews-dp__data {
    font-size: 12px;
  }

  .reviews-dp__com {
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
  }

  .reviews-dp .pagin {
    margin-top: 16px;
  }

  .rating-dp__icon {
    width: 20px;
    height: 20px;
  }

  .rating-dp__num {
    font-size: 20px;
    line-height: 20px;
  }

  .rating-dp__count {
    margin: 0 0 0 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .rating-dp__btn {
    width: 320px;
    margin-top: 12px;
    height: 40px;
    font-size: 14px;
  }

  .rating-dp__btn span {
    width: 16px;
    height: 16px;
  }

  .rating-get {
    margin-top: 8px;
  }

  .rating-get__text {
    font-size: 12px;
    line-height: 13px;
  }

  .rating-get__overlay {
    width: 64px;
    height: 12px;
  }

  .rating-get__img {
    height: 12px;
  }

  .rating-get__img img {
    width: 64px;
    height: 12px;
  }

  .trigger-dp__text span {
    font-size: 16px;
    line-height: 18px;
  }

  .trigger-dp__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  .trigger-dp__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2px);
    flex: 0 0 calc(50% - 2px);
    height: 96px;
  }

  .trigger-dp__icon {
    width: 32px;
    height: 32px;
  }

  .trigger-dp__desc {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
  }

  .tags-block {
    margin-top: 32px;
  }

  .popup_comp {
    max-width: 320px;
    padding: 20px;
  }

  .popup_comp .popup__title {
    margin-bottom: 16px;
  }

  .popup_comp .box-form:not(:first-child) {
    margin-top: 16px;
  }

  .popup_comp .btn-primary {
    height: 40px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 700;
  }

  .popup_comp .btn-primary span {
    width: 16px;
    height: 16px;
  }

  .comp-result__link.btn {
    margin-top: 4px;
    height: 40px;
    font-size: 12px;
  }

  #comp-success {
    padding: 20px;
  }

  .popup_adm {
    max-width: 320px;
    padding: 20px;
    min-height: 193px;
  }

  .popup_adm .popup__btn {
    font-size: 12px;
    height: 38px;
  }

  .popup_adm .input-box label {
    font-size: 10px;
    line-height: 11px;
  }

  .popup_adm .popup__text {
    font-size: 10px;
    line-height: 13px;
  }

  .popup_adm_result {
    padding: 72px 22px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 479px) {
  /*.title {*/
  /*    font-size: 16px;*/
  /*    line-height: 18px*/
  /*}*/

  .filter-home__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter-home__overlay {
    width: 100%;
  }

  .services-home__bottom .section-cart:nth-child(1) .section-cart__img {
    width: 230px;
    right: -21px;
  }

  .services-home__bottom .section-cart:nth-child(2) .section-cart__img {
    width: 228px;
    right: -38px;
  }

  .services-home__bottom .section-cart__overlay {
    height: 84px;
    padding: 11px;
  }

  .stock-list__items .slick-slide {
    height: 189px;
  }

  .stock-list__item {
    height: 189px;
  }

  .brand-home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    height: 70px;
    min-height: 70px;
  }

  .video-y__player {
    height: 220px;
  }

  .article-cart__img {
    min-height: 160px;
  }

  .article-cart__img img {
    max-height: 160px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .big-img__slider .slick-slide {
    height: 240px;
  }

  .text-dp .video-y {
    width: 320px;
    height: 214px;
  }
}

@media (any-hover: hover) {
  .link:hover {
    color: #e43a2d;
  }

  .link:hover svg {
    stroke: #e43a2d;
  }

  .link-more.link-more_hv:hover span {
    right: -6px;
  }

  .link-more.link-more_hv:hover span svg {
    stroke: #c7281c;
  }

  .slider-arr:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.24);
    box-shadow: 0 0 24px 0 rgba(24, 24, 24, 0.24);
  }

  .slider-arr:hover svg {
    stroke: #c7281c;
  }

  .pagin__link:hover {
    background: #fff;
  }

  .tab-head__btn:hover {
    border-radius: 8px 8px 0 0 !important;
  }

  .btn-primary:hover {
    background: #c7281c;
  }

  .btn-secondary:hover {
    background: #282828;
  }

  .input:hover {
    border-color: #9e9e9e;
  }

  .error__icon:hover~.error__text {
    opacity: 1;
  }

  .lk-header__link.link:hover {
    color: #3f3f3f;
  }

  .lk-header__icon_favorite.active:hover svg {
    stroke: #e43a2d;
  }

  .lk-header__btn:hover {
    color: #3f3f3f;
    text-decoration: none;
  }

  .search-head:hover {
    border-color: #3f3f3f;
  }

  .search-head__btn:hover {
    background: #c7281c;
  }

  .fb-head__phone:hover .fb-head__icon svg {
    stroke: #e43a2d;
  }

  .fb-head__phone:hover .fb-head__arr svg {
    fill: #e43a2d;
  }

  .head-basket:hover .head-basket__img {
    background: #c7281c;
  }

  .footer__content a:hover {
    text-decoration-line: underline;
  }

  .info-footer__form .input-box .input:hover {
    background: #f8f8f8;
  }

  .info-footer__form .input-box .input:focus:hover {
    background: #fff;
  }

  .contact-footer__item a:hover {
    text-decoration: none;
  }

  .contact-footer__btn.btn:hover {
    text-decoration: none;
  }

  .btn-up:hover {
    background: #c7281c;
  }

  .btn-up:hover svg {
    stroke: #fff;
  }

  .product-list__btns button:hover {
    padding: 18px 47px 18px;
  }

  .prod-cart:hover {
    -webkit-box-shadow: 2px 2px 16px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 2px 2px 16px 0 rgba(40, 40, 40, 0.08);
  }

  .prod-cart__favorite:hover svg {
    stroke: #e43a2d;
  }

  .prod-cart__offer:hover {
    border-color: #b5b5b5;
  }

  .btn-reset:hover {
    color: #c7281c;
  }

  .btn-reset:hover svg {
    fill: #c7281c;
  }

  .filter-check__send:hover svg {
    stroke: #c7281c;
  }

  .filter-home__reset:hover {
    color: #c7281c;
  }

  .filter-home__reset:hover svg {
    fill: #c7281c;
  }

  .select-box:hover .select-box__input {
    border-color: #9e9e9e;
  }

  .select-box:hover .select-box__input:disabled {
    border-color: #e4e4e4;
  }

  .select-box:hover .select-box__arr svg {
    stroke: #c7281c;
  }

  .select-box__list li:hover {
    background: #fff3f2;
  }

  .select-box__list li.disabled:hover {
    background: #fff;
  }

  .season-form__checkbox:hover .help__text {
    opacity: 1;
  }

  .season-form__checkbox:hover label::after {
    border-color: #b5b5b5;
  }

  .checkbox label:hover::after {
    border-color: #e43a2d;
  }

  .help:hover .help__icon svg {
    width: inherit;
    height: inherit;
    fill: #3f3f3f;
  }

  .help:hover .help__text {
    opacity: 1;
  }

  .section-cart:hover {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.08);
    box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.08);
  }

  .section-cart:hover .section-cart__btn {
    left: 26px;
  }

  .brand-home__item:hover {
    border-color: #c7281c;
  }

  .popular-size__links a:hover {
    border-color: #b5b5b5;
  }

  .selected__item:hover svg {
    stroke: #c7281c;
  }

  .section-tags__link:hover {
    border-color: #b5b5b5;
  }

  .btn-add:hover svg {
    fill: transparent;
  }

  .btn-hdb:hover svg {
    stroke: #c7281c;
  }

  .info-dp__list li div a:hover {
    color: #c7281c;
  }

  .comp-block__btn:hover {
    border-color: #c7281c;
  }

  .comp-block__model button:hover svg {
    stroke: #c7281c;
  }

  .comp-block .link-more:hover span {
    right: -4px;
  }

  .copy:hover svg {
    stroke: #c7281c;
  }

  .quantity__btn:hover {
    background: #e4e4e4;
  }

  .tab-dp .tab-head .tab-head__btn:hover {
    padding: 15px 23px;
  }

  .tab-dp .tab-head .tab-head__btn.tab-head__btn_reviews:hover {
    padding: 13.5px 23px;
  }

  .type-dp__btn:hover {
    border-color: #c7281c;
  }

  .table-tdp__line:hover {
    background: #f8f8f8;
  }

  .tags-block__link:hover {
    border-color: #b5b5b5;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

@media (max-width: 719px) {
  .filter-home .select-box__list {
    padding: 0px !important;
    box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.1);
    border: 1px solid #ededed;
    border-radius: 4px;
    opacity: 0;
    /*overflow: hidden;*/
  }

  .filter-home__item.active {
    overflow: visible;
  }

  .filter-home .select-box.active .select-box__list {
    opacity: 1;
    position: fixed;
    top: 6px;
    right: 36px;
    width: 198px;
  }

  .select-box__list li {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .select-box__list li:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }

  .select-box.active .select-box__list {
    /*max-height: 370px !important;*/
  }
}

.filter-home__subtitle {
  display: none;
}

* {
  font-family: 'Tilda Sans', sans-serif;
}

.menu-head__btn svg {
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .menu-head__item {
    padding: 0px !important;
  }

  .menu-head__name {
    position: relative;
  }

  .menu-head__name a {
    padding: 12px 24px 12px 20px !important;
    width: 100%;
  }

  .menu-head__item.active .menu-head__list {
    padding: 12px 24px 0px 20px !important;
  }

  .menu-head__btn {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}