@charset "UTF-8";
/*  Цвет текста  */
/*  фон сайта  */
/*  Шрифты  */
.button-compare,
.button-wishlist {
  font-size: 13px;
  color: #444;
  transition: all 0.2s linear;
  cursor: pointer;
}
.button-compare:hover,
.button-wishlist:hover {
  color: #D9D9D9;
}
.button-compare svg,
.button-wishlist svg {
  margin-right: 10px;
}

.expert {
  border: 1px solid #E0E0E0;
  padding: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .expert__image {
    max-width: 75px;
  }
}
.expert__text {
  margin-left: 15px;
}
@media (max-width: 550px) {
  .expert__text {
    margin-left: 10px;
  }
}
.expert__text__title {
  font-size: 16px;
  line-height: 130%;
  color: #222;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (max-width: 550px) {
  .expert__text__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.expert__text__callback ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.expert__text__callback ul li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 31px;
}
@media (max-width: 550px) {
  .expert__text__callback ul li {
    background-size: 17px;
    padding-left: 20px;
  }
}
.expert__text__callback ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 550px) {
  .expert__text__callback ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.expert__text__callback ul li a {
  font-size: 14px;
  color: #222;
}
@media (max-width: 550px) {
  .expert__text__callback ul li a {
    font-size: 13px;
  }
}
.expert__ask {
  cursor: pointer;
}

.in-cart a {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C42D27;
  cursor: pointer;
  border: 1px solid #C42D27;
  transition: all 0.2s linear;
}
.in-cart a svg path {
  transition: all 0.2s linear;
}
.in-cart a:hover {
  background-color: #fff;
}
.in-cart a:hover span {
  color: #C42D27;
}
.in-cart a:hover svg path {
  fill: #C42D27;
}
@media (max-width: 550px) {
  .in-cart a {
    padding: 5px 0;
  }
}
.in-cart a span {
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
  color: #fff;
  transition: all 0.2s linear;
}

.product-name__list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 30px;
}
.product-name__list__item {
  border: 1px solid #E0E0E0;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 100%;
  margin: 5px;
  cursor: pointer;
  padding: 8px 10px;
  color: #222;
}

.site__body .block-header__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  margin: 10px 0 0 !important;
  padding: 0;
}
@media (max-width: 550px) {
  .site__body .block-header__title {
    font-size: 18px;
  }
}
.site__body .block-header__breadcrumb {
  padding-bottom: 0;
}

.product-view-counter {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  margin-bottom: 0;
}
.product-view-counter-text {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #4066B0;
}
@media (max-width: 550px) {
  .product-view-counter-text {
    font-size: 11px;
  }
}
.product-view-counter.active .product-view-counter-text {
  width: 100%;
}

.product {
  font-family: "Inter", sans-serif;
}
.product__code {
  font-size: 13px;
  color: #999;
}
@media (max-width: 768px) {
  .product__code {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .product__code {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
.product__buttons {
  margin-bottom: 10px;
}
.product__buttons .flex {
  justify-content: space-between;
  align-items: center;
}
.product__buttons__items {
  display: flex;
  align-items: center;
  flex: 0 0 340px;
}
@media (max-width: 550px) {
  .product__buttons__items {
    flex: 0 0 100%;
    justify-content: space-between;
  }
}
.product__buttons__items .button-wishlist {
  margin-right: 50px;
}
@media (max-width: 550px) {
  .product__buttons__items .button-wishlist {
    margin-right: 0;
  }
}
.product__buttons__items .button-wishlist:not(.active) .in-wishlist {
  display: none;
}
.product__buttons__items .button-wishlist.active span {
  display: none;
}
.product__buttons__items .button-wishlist.active span.in-wishlist {
  display: inline-block;
}
.product__buttons__items .button-compare:not(.active) .in-compare {
  display: none;
}
.product__buttons__items .button-compare.active span {
  display: none;
}
.product__buttons__items .button-compare.active span.in-compare {
  display: inline-block;
}
.product__images {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
@media (max-width: 1400px) {
  .product__images {
    flex: 1 0 60%;
    padding-right: 0;
    order: -1;
  }
}
@media (max-width: 992px) {
  .product__images {
    flex: 0 0 100%;
    order: 0;
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 550px) {
  .product__images {
    margin-bottom: 20px;
  }
}
.product__images__slider-thumbs {
  min-width: 0;
  min-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  width: 110px;
  margin-right: 20px !important;
  max-height: 450px;
}
@media (max-width: 992px) {
  .product__images__slider-thumbs {
    max-height: 80px;
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0 !important;
    margin-top: 20px;
  }
}
.product__images__slider-thumbs .swiper-slide {
  border: 1px solid #E0E0E0;
}
.product__images__slider-thumbs .swiper-slide.swiper-slide-active {
  border-color: #4066B0;
}
.product__images__slider-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__images__slider-main {
  height: 450px;
}
@media (max-width: 768px) {
  .product__images__slider-main {
    height: 300px;
  }
}
.product__images__slider-main .swiper-slide {
  border: 1px solid #E0E0E0;
  text-align: center;
}
.product__images__slider-main img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 88%;
}
.product__min-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .product__min-desc {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .product__min-desc > .column-left {
    flex: 0 0 60%;
  }
}
@media (max-width: 1150px) {
  .product__min-desc > .column-left {
    flex: 1;
  }
}
@media (max-width: 992px) {
  .product__min-desc > .column-left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
  }
  .product__min-desc > .column-left .product__info__container {
    order: -1;
    margin-bottom: 20px;
  }
}
.product__min-desc__rating {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .product__min-desc__rating {
    order: -1;
  }
}
@media (max-width: 550px) {
  .product__min-desc__rating {
    margin-bottom: 20px;
  }
}
.product__min-desc__rating > .flex {
  align-items: center;
  justify-content: space-between;
}
.product__min-desc__status {
  display: flex;
  align-items: center;
}
.product__min-desc__status__icon {
  margin-right: 7px;
}
.product__min-desc__status__icon svg {
  fill: transparent;
}
.product__min-desc__status__text {
  font-size: 14px;
}
.product__min-desc__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .product__min-desc__list {
    order: -1;
  }
}
@media (max-width: 550px) {
  .product__min-desc__list {
    margin: 0 0 20px;
  }
}
.product__min-desc__list li {
  display: flex;
  justify-content: space-between;
  color: #444;
  border-bottom: 1px dashed;
  font-size: 14px;
}
.product__min-desc__list li:not(:last-child) {
  margin-bottom: 25px;
}
.product__min-desc__list li span {
  background-color: #fff;
  margin-bottom: -5px;
}
.product__min-desc__list li span:first-child {
  padding-right: 5px;
  font-weight: 600;
}
.product__min-desc__list li span:last-child {
  padding-left: 5px;
}
.product__min-desc__dealer {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product__min-desc__dealer__title {
  font-size: 14px;
  margin-right: 19px;
  line-height: 160%;
  min-width: 170px;
}
.product__min-desc__city {
  font-size: 13px;
  line-height: 160%;
  min-width: 170px;
  margin-right: 19px;
}
.product__min-desc__pickup {
  background-image: url(/upload/images/icon/product/delivery.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 27px;
  position: relative;
}
.product__min-desc__pickup__title {
  font-size: 13px;
  line-height: 160%;
  color: #4066B0;
  cursor: pointer;
}
.product__min-desc__pickup__title:hover + div {
  opacity: 1;
  visibility: visible;
}
.product__min-desc__pickup__text {
  font-size: 13px;
  line-height: 160%;
}
.product__min-desc__pickup__pop-up {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 155px;
  padding: 5px;
  font-size: 12px;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1411764706);
}
.product__min-desc__pickup__pop-up:hover {
  opacity: 1;
  visibility: visible;
}
.product__min-desc__expert {
  margin-top: 25px;
}
@media (max-width: 1400px) {
  .product__min-desc__expert {
    margin-top: 0;
    padding-left: 40px;
  }
  .product__min-desc__expert .expert {
    width: max-content;
  }
}
@media (max-width: 992px) {
  .product__min-desc__expert {
    padding-left: 0;
    margin-top: 25px;
  }
}
.product_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.product__info {
  flex: 0 0 360px;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .product__info {
    flex: 0 0 40%;
    padding-left: 40px;
    order: -1;
  }
}
@media (max-width: 992px) {
  .product__info {
    flex: 0 0 100%;
    padding-left: 0;
    order: 0;
  }
}
@media (max-width: 768px) {
  .product__info {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.product__info__container {
  border: 1px solid #E0E0E0;
  background-color: #f8f8f8;
  padding: 23px 25px 40px;
  position: relative;
}
@media (max-width: 550px) {
  .product__info__container {
    padding: 15px 15px 25px;
  }
}
.product__info a.fast-buy {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  cursor: pointer;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.product__info a.fast-buy:hover {
  color: #C42D27;
}
.product__info__notice {
  font-size: 13px;
  color: #4066B0;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__info__notice span {
  margin-left: 7px;
}
.product__info__price {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #222;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .product__info__price {
    font-size: 23px;
  }
}
.product__info__price__history {
  position: relative;
}
.product__info__price__history svg {
  cursor: pointer;
}
.product__info__price__history:hover .product__info__price__history__window {
  opacity: 1;
  visibility: visible;
}
.product__info__price__history__window {
  position: absolute;
  right: 0;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 10px;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.product__info__price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product__info__price-container {
    margin-bottom: 20px;
  }
}
.product__info__rating {
  margin-right: 10px;
}
.product__info__rating > div {
  height: 0;
}
@media (max-width: 550px) {
  .product__info__reviews-count {
    font-size: 10px;
  }
}
.product__info__reviews-count, .product__info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__info__reviews-count > span, .product__info_flex > span {
  font-size: 13px;
  margin: 0 10px;
}
.product__info__advantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__info__advantages ul li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 10px;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .product__info__advantages ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 550px) {
  .product__info__advantages ul li {
    flex: 0 0 100%;
  }
}
.product__info__advantages ul li:nth-child(1) {
  background-size: 35px;
  background-position: 5px 0;
}
.product__info__advantages ul li:nth-child(2) {
  background-size: 40px;
}
.product__info__advantages ul li:nth-child(3) {
  background-size: 32px;
  background-position: 5px 0;
}
.product__info__advantages ul li:nth-child(4) {
  background-size: 38px;
}
.product__info__advantages ul li:hover {
  text-decoration: underline;
}
.product__info__advantages ul li a {
  color: #444;
}
.product__info__advantages ul li b {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #222;
}
.product__tabs {
  margin-top: 0;
  flex: 0 0 630px;
}
@media (max-width: 1400px) {
  .product__tabs {
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .product__tabs {
    margin-top: 0;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.product__tabs__button {
  width: max-content;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 550px) {
  .product__tabs__button {
    width: 100%;
  }
}
.product__tabs__button__item {
  background: none;
  border-bottom: 3px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  line-height: 1;
  padding: 0 0 0;
  vertical-align: top;
  color: #222;
  text-transform: uppercase;
  margin-bottom: -1px;
}
@media (max-width: 575px) {
  .product__tabs__button__item {
    font-size: 12px;
    height: 28px;
  }
}
@media (max-width: 550px) {
  .product__tabs__button__item {
    height: auto;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
.product__tabs__button__item:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 575px) {
  .product__tabs__button__item:not(:last-child) {
    margin-right: 15px;
  }
}
.product__tabs__button__item.active {
  border-color: #C42D27;
  font-weight: 500;
}
.product__tabs__button__item.active:hover {
  text-shadow: none;
}
.product__tabs__button__item:hover {
  text-shadow: 0 0 0 #111;
}
.product__tabs__content {
  padding: 20px 0 20px;
}
.product__tabs__content__item {
  margin-bottom: 20px;
}
.product__tabs__content__item .product-card__actions-list {
  left: auto !important;
}
.product__tabs_flex {
  display: flex;
  flex-wrap: wrap;
}
.product__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
.product__description__attr {
  margin-bottom: 70px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .product__description__attr {
    margin-bottom: 40px;
  }
}
.product__description__attr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product__description__attr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed;
}
.product__description__attr ul li:not(:last-child) {
  margin-bottom: 17px;
}
.product__description__attr ul li span {
  background-color: #fff;
  padding: 0;
  margin-bottom: -5px;
  word-break: break-all;
  font-size: 14px;
  line-height: 160%;
  color: #222;
}
@media (max-width: 550px) {
  .product__description__attr ul li span {
    font-size: 12px;
  }
}
.product__description__attr ul li span:first-child {
  font-weight: 600;
}
.product__description__applicability {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .product__description__applicability {
    margin-bottom: 40px;
  }
}
.product__description__applicability__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.product__description__applicability__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.product__description__applicability__value .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__description__applicability__value .flex:not(:last-child) {
  margin-bottom: 15px;
}
.product__description__applicability__value__name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.product__description__applicability__value .tags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0;
}
.product__description__applicability__value .tags__item:first-child:after {
  display: none;
}
.product__accessories-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 155px;
}
.product__accessories {
  border: 1px solid #E0E0E0;
  padding: 30px;
  position: sticky;
  top: 60px;
}
.product__accessories__title {
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  margin-bottom: 25px;
}
.product__accessories__title:after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #4066B0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product__accessories__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product__accessories__items__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  padding: 5px 10px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__accessories__items__item:hover span {
  text-decoration: underline;
}
.product__accessories__items__item span {
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #111;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product__accessories__items__item img {
  max-width: 140px;
  margin: 0 auto;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
.product__accessories__more {
  display: block;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  max-width: 300px;
  margin: 20px auto 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product__accessories__more:hover {
  background-color: #111;
  color: #fff;
}
.product__analog {
  margin-bottom: 25px;
}
.product__analog__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}
.product__analog__titles__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 122px;
  flex: 0 0 122px;
  text-align: center;
}
.product__analog__titles__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 16px;
}
.product__analog__titles__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 192px;
  flex: 0 0 192px;
  text-align: right;
  padding-right: 88px;
}
.product__analog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #E0E0E0;
  padding: 10px 0;
  align-items: center;
}
.product__analog__item:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.product__analog__item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  border: 1px solid #E0E0E0;
  padding: 2px 0;
}
.product__analog__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__analog__item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__analog__item__name a {
  font-size: 16px;
  line-height: 140%;
  color: #222;
}
.product__analog__item__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 16px;
}
.product__analog__item__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  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;
}
.product__analog__item__in-cart {
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 100%;
  background: #f8f8f8;
  z-index: 0;
  transition: all 0.2s linear;
}
.product__analog__item__in-cart:hover {
  background-color: #C42D27;
}
.product__analog__item__in-cart:hover path {
  stroke: #fff;
  fill: #fff;
}
.product__analog__item__in-cart svg {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product__analog__item__in-cart svg path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product__analog__item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
}
.product__analog__item__quantity .quantity__minus, .product__analog__item__quantity .quantity__plus {
  background-color: #ebebeb;
  width: 26px;
  border: none;
}
.product__analog__item__quantity .quantity__input {
  width: 36px;
}
.product__analog__item__quantity .quantity__input input {
  border: none;
  height: 36px;
  font-size: 15px;
  background-color: #ebebeb;
}
.product__analog__item:active .product__analog__item__in-cart:before, .product__analog__item:hover .product__analog__item__in-cart:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #e52727;
}
.product__analog__item:active .product__analog__item__in-cart svg, .product__analog__item:hover .product__analog__item__in-cart svg {
  fill: #fff;
}
.product__analog__item:active .product__analog__item__in-cart:hover:before, .product__analog__item:hover .product__analog__item__in-cart:hover:before {
  background-color: #333;
}
.product .h3,
.product h3 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}
@media (max-width: 550px) {
  .product .h3,
.product h3 {
    padding-bottom: 7px;
    font-size: 16px;
  }
}
.product .h3:after,
.product h3:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4066B0;
}

.analog__text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #999;
  font-size: 11px;
  line-height: 16px;
}
.analog__text svg {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 15px;
  fill: #999;
}

#delivery {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  #delivery {
    flex-wrap: wrap;
  }
}
#delivery > div {
  flex: 0 0 50%;
}
@media (max-width: 992px) {
  #delivery > div {
    flex: 0 0 100%;
  }
}
#delivery .b-address__map iframe {
  width: 100% !important;
}
#delivery .b-address__text {
  padding-right: 100px;
}
@media (max-width: 992px) {
  #delivery .b-address__text {
    padding-right: 0;
  }
}
#delivery .b-address__text > div {
  margin-bottom: 20px;
}
#delivery .b-address__text > p, #delivery .b-address__text > div {
  font-size: 14px;
  color: #222;
  line-height: 150%;
}
#delivery .b-address__text .tabs__content-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
}
#delivery .b-address__text__address {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
  font-size: 14px;
  line-height: 150%;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.reviews_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.reviews__column-left {
  flex: 0 0 630px;
}
@media (max-width: 1200px) {
  .reviews__column-left {
    flex: 0 0 48%;
  }
}
@media (max-width: 992px) {
  .reviews__column-left {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.reviews__column-right {
  flex: 0 0 410px;
}
@media (max-width: 1200px) {
  .reviews__column-right {
    flex: 0 0 48%;
  }
}
@media (max-width: 992px) {
  .reviews__column-right {
    flex: 0 0 100%;
  }
}
.reviews__list__item {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .reviews__list__item {
    padding: 10px 0;
    position: relative;
  }
}
.reviews__list__item:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.reviews__list__item__image {
  flex: 0 0 70px;
}
@media (max-width: 550px) {
  .reviews__list__item__image {
    position: absolute;
    left: 0;
    top: 10px;
  }
}
.reviews__list__item__image img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 550px) {
  .reviews__list__item__image img {
    width: 40px;
    height: 40px;
  }
}
.reviews__list__item__content {
  flex: 1;
  padding-left: 20px;
}
@media (max-width: 550px) {
  .reviews__list__item__content {
    padding-left: 0;
  }
}
.reviews__list__item__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #222;
}
.reviews__list__item__date {
  font-size: 14px;
  line-height: 140%;
  color: #999;
}
.reviews__list__item__auto {
  font-size: 14px;
  line-height: 140%;
  color: #222;
  margin-bottom: 9px;
}
@media (max-width: 550px) {
  .reviews__list__item__auto {
    padding-left: 70px;
  }
}
.reviews__list__item__rating {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .reviews__list__item__rating {
    margin-bottom: 10px;
  }
}
.reviews__list__item__title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 140%;
  color: #222;
}
@media (max-width: 550px) {
  .reviews__list__item__title {
    font-size: 16px;
  }
}
.reviews__list__item__text {
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 550px) {
  .reviews__list__item_flex {
    padding-left: 70px;
  }
}
.reviews__view-more {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4066B0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .reviews__view-more {
    height: 40px;
    font-size: 12px;
  }
}
.reviews__rating {
  background-color: #f8f8f8;
  padding: 30px;
}
@media (max-width: 550px) {
  .reviews__rating {
    padding: 10px;
  }
}
.reviews__rating__total {
  font-size: 40px;
  line-height: 1;
  color: #999;
  margin-bottom: 10px;
  text-align: center;
}
.reviews__rating__total span {
  color: #444;
}
.reviews__rating__total-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.reviews__rating__total-icon .c-star {
  width: 26px;
  height: 25px;
}
.reviews__rating__review-item {
  font-size: 14px;
  border-bottom: 1px solid;
  color: #4066B0;
  width: max-content;
  margin: 0 auto 20px;
}
.reviews__rating__list {
  margin-bottom: 20px;
}
.reviews__rating__list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.reviews__rating__list__item:not(:last-child) {
  margin-bottom: 1px;
}
.reviews__rating__list__item__progress {
  flex: 0 0 200px;
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 550px) {
  .reviews__rating__list__item__progress {
    flex: 1;
  }
}
.reviews__rating__list__item__progress span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #C42D27;
  border-radius: 2px;
}
.reviews__rating__list__item__icon {
  flex: 1;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.reviews__add-button {
  width: 100%;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4066B0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .reviews__add-button {
    height: 40px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.reviews__add-note {
  max-width: 341px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  color: #999;
}
@media (max-width: 550px) {
  .reviews__add-note {
    font-size: 8px;
  }
}

.selecting {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .selecting {
    padding-left: 0;
  }
}
.selecting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.selecting__container {
  background-color: #f8f8f8;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .selecting__container {
    padding: 40px 40px;
  }
}
@media (max-width: 480px) {
  .selecting__container {
    padding: 0;
    background-color: transparent;
  }
}
.selecting__column-left {
  flex: 0 0 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.selecting__column-right {
  flex: 0 0 100%;
}
.selecting__title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .selecting__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 22px;
    text-align: left;
  }
  .selecting__title:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4066B0;
  }
}
.selecting__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 480px) {
  .selecting__desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
.selecting__vin {
  flex: 0 0 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.selecting__vin input {
  width: 100%;
}
.selecting__vin__toggle {
  margin-bottom: 8px;
  color: #444;
  font-size: 13px;
  line-height: 16px;
  background: 0 0;
  border: 0;
  border-bottom: 1px dashed;
  outline: 0;
  cursor: pointer;
  width: max-content;
}
.selecting__callback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.selecting__callback input {
  flex: 1;
  width: 100%;
}
.selecting__callback__list {
  position: relative;
}
.selecting__callback__list__item-selected {
  border-radius: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  color: #222;
  display: flex;
  align-items: center;
  height: 49px;
  padding: 0 32px 0 16px;
  position: relative;
  cursor: pointer;
  width: 115px;
  margin-right: 8px;
}
.selecting__callback__list__item-selected:after, .selecting__callback__list__item-selected:before {
  content: "";
  width: 6px;
  height: 1.5px;
  background-color: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.selecting__callback__list__item-selected:before {
  right: 14px;
  transform: rotate(45deg);
}
.selecting__callback__list__item-selected:after {
  transform: rotate(-45deg);
}
.selecting__callback__list ul {
  position: absolute;
  left: 0;
  right: 8px;
  top: 57px;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.selecting__callback__list ul.active {
  opacity: 1;
  visibility: visible;
}
.selecting__callback__list ul li {
  padding: 5px 16px;
  cursor: pointer;
}
.selecting__callback__list ul li.active {
  background-color: #eaeaea;
}
.selecting__footer {
  display: flex;
}
@media (max-width: 1400px) {
  .selecting__footer {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .selecting__footer {
    flex-direction: column-reverse;
  }
}
.selecting__footer__text {
  padding: 8px 64px 0 0;
  color: #999;
  font-size: 11px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .selecting__footer__text {
    padding: 8px 0 0;
  }
}
.selecting__footer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear, color 0.25s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 24px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  background-color: #C42D27;
  border: 0;
}
.selecting textarea {
  width: 100%;
  margin: 20px 0;
  height: 140px;
}
.selecting input,
.selecting textarea {
  padding: 12px 16px;
  font-size: 18px;
  border-radius: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.selecting input::placeholder,
.selecting textarea::placeholder {
  color: #999;
}
.selecting input {
  padding: 0 16px;
  height: 49px;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.c-star {
  width: var(--size, 13px);
  height: var(--size, 13px);
  fill: lightgrey;
}
.c-star.active {
  fill: #FFB800;
}

.block-header__breadcrumb {
  padding-bottom: 16px;
}

.block-products-carousel {
  margin-bottom: 50px;
}

.tabs__content-title {
  font-size: 20px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 25px;
  margin-top: 25px;
}

.product-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 98;
  padding-top: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 575px) {
  .product-fixed {
    padding: 10px;
  }
}
.product-fixed__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product-fixed__info {
    padding-right: 10px;
  }
}
.product-fixed__info__price {
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 768px) {
  .product-fixed__info__price {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    flex: 0 0 100%;
  }
}
.product-fixed__info__name {
  line-height: 28px;
  font-size: 16px;
  margin: 0 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .product-fixed__info__name {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
  }
}
.product-fixed__info__image {
  height: 36px;
}
@media (max-width: 768px) {
  .product-fixed__info__image {
    display: none;
  }
}
.product-fixed__info__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-fixed > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-fixed > .container {
    align-items: flex-end;
    position: relative;
  }
}
.product-fixed > .container .column-right {
  position: absolute;
  right: 10px;
  bottom: 3px;
}
@media (max-width: 992px) {
  .product-fixed__tabs {
    display: none;
  }
}
.product-fixed__tabs .product__tabs__button__item {
  padding: 0;
  height: 27px;
  font-size: 14px;
  margin-top: 15px;
}
.product-fixed__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-fixed__buttons .btn {
  background-color: #068922;
  color: #fff;
  padding: 11px 58px !important;
}
@media (max-width: 768px) {
  .product-fixed__buttons .btn {
    background-color: #068922;
    color: #fff;
    padding: 3px 35px !important;
    font-size: 13px !important;
  }
}
.product-fixed__wishlist {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin-right: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-fixed__wishlist {
    display: none;
  }
}

.question-form {
  max-width: 1000px !important;
  padding: 50px 400px 50px 50px !important;
  background-size: 310px !important;
  background-color: #fff !important;
}
@media (max-width: 1100px) {
  .question-form {
    padding: 50px 285px 50px 50px !important;
    background-size: 225px !important;
  }
}
@media (max-width: 750px) {
  .question-form {
    padding: 50px !important;
    background: #fff !important;
  }
}
@media (max-width: 500px) {
  .question-form {
    padding: 30px !important;
  }
}
@media (max-width: 500px) {
  .question-form .h2 {
    font-size: 22px;
    text-align: center;
  }
}
.question-form__expert {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 500px) {
  .question-form__expert {
    margin: 15px 0;
  }
}
.question-form__expert select {
  flex: 0 0 48%;
  margin-right: 30px;
}
.question-form input[type=tel],
.question-form input[type=text] {
  flex: 0 0 48%;
}
.question-form textarea {
  margin: 30px 0;
  min-height: 100px;
}
@media (max-width: 500px) {
  .question-form textarea {
    margin: 15px 0;
  }
}
.question-form select,
.question-form input,
.question-form textarea {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 13px;
  padding: 8px 13px 7px;
  width: 100%;
}
.question-form .flex {
  justify-content: space-between;
}
.question-form form button {
  border: 2px solid #1976d2;
  padding: 2px 15px;
  background: #1976d2;
  color: #fff;
  transition: all 0.2s linear;
}
.question-form form button:hover {
  background-color: #fff;
  color: #333;
}
.question-form .license {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 1100px) {
  .question-form .license {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .question-form .license {
    flex: 0 0 100%;
    order: 1;
    margin-top: 10px;
  }
}
.question-form .license input {
  width: 12px;
  margin-right: 10px;
}

.advantages-modal {
  background: #fff;
  color: #464646;
  overflow: hidden;
  padding: 32px;
  max-width: 740px;
}
.advantages-modal__title {
  color: #068922;
  margin-bottom: 8px;
  font-size: 31px;
}
.advantages-modal__subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
}
.advantages-modal p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #111;
}
.advantages-modal .carousel__button.is-close {
  position: absolute;
  top: 0 !important;
  right: 0;
  color: #000 !important;
}

.no-not-original-analogs-text {
  font-size: 17px;
}

.product-tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
}
.product-tile .products-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.product-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .product-filter {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.product-filter_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.product-filter__title {
  display: none;
}
.product-filter__list__item {
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #E0E0E0;
}
@media (max-width: 550px) {
  .product-filter__list__item {
    padding: 10px 20px;
  }
}
.product-filter__list__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .product-filter__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.product-filter__list__item__name {
  position: relative;
  cursor: pointer;
}
.product-filter__list__item__name:after, .product-filter__list__item__name:before {
  content: "";
  position: absolute;
  background-color: #111;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.product-filter__list__item__name:before {
  right: 0;
  width: 12px;
  height: 2px;
}
.product-filter__list__item__name:after {
  right: 5px;
  width: 2px;
  height: 12px;
}
.product-filter__list__item__name.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-filter__list__item__value {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.product-filter__list__item__value > div {
  padding-bottom: 10px;
}
.product-filter__list__item__value input[type=text] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 15px;
}
.product-filter__list__item__value label {
  display: block;
}
.product-filter__list__item__value label input {
  display: none;
}
.product-filter__list__item__value label input:checked + span:before {
  background: #0d6efd;
  border: 1px solid #0d6efd;
}
.product-filter__list__item__value label input:checked + span:after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.product-filter__list__item__value label span {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  font-style: normal;
}
.product-filter__list__item__value label span:before {
  background: #fff;
  border: 1px solid #0d6efd;
  border-radius: 1px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-filter__list__item__value label span:after {
  border: 2px solid #fff;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  width: 10px;
  margin: auto;
}
.product-filter__list__item__value__list {
  max-height: 210px;
  overflow: auto;
}
.product-filter__list__item__value__list label span span {
  padding-left: 0;
}
.product-filter__list__item__value__list label span span:after, .product-filter__list__item__value__list label span span:before {
  display: none;
}
.product-filter__list__item__value__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.product-filter__list__item__value__list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.product-filter__list__item__value__list::-webkit-scrollbar-thumb {
  background-color: #555;
}
.product-filter__grid {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  min-width: 0;
  overflow: hidden;
  margin: 0 -5px;
}
@media (max-width: 992px) {
  .product-filter__grid {
    flex: 0 0 100%;
  }
}
.product-filter__grid > div {
  min-width: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 calc(33.333% - 10px);
  margin: 0 5px 10px;
}
@media (max-width: 1400px) {
  .product-filter__grid > div {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .product-filter__grid > div {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
}
.product-filter__grid .image--type--product .image__body {
  padding-bottom: 0;
}
.product-filter__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-filter__buttons-slide {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.product-filter__buttons-slide > div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filter__buttons-slide > div:first-child {
  margin-right: 20px;
}
.product-filter__buttons-slide .swiper-button-disabled svg {
  filter: grayscale(1);
}

.product-min {
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
  position: relative;
  display: flex;
}
@media (max-width: 575px) {
  .product-min {
    padding: 5px 5px;
  }
}
.product-min__image {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 575px) {
  .product-min__image {
    max-width: 70px;
    max-height: 70px;
  }
}
.product-min__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-min__info {
  padding-left: 15px;
  flex: 1;
}
@media (max-width: 575px) {
  .product-min__info {
    padding-left: 5px;
  }
}
.product-min__info__rating {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .product-min__info__rating {
    margin-bottom: 5px;
  }
}
.product-min__info__btn .in-cart {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  background-color: #f8f8f8;
  transition: all 0.2s linear;
  border: 1px solid #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-min__info__btn .in-cart circle,
.product-min__info__btn .in-cart path {
  fill: #ccc;
  transition: all 0.2s linear;
}
.product-min__info__btn .in-cart:hover {
  background-color: #C42D27;
}
.product-min__info__btn .in-cart:hover circle,
.product-min__info__btn .in-cart:hover path {
  fill: #fff;
}
.product-min__info__price {
  font-size: 12px;
}
@media (max-width: 575px) {
  .product-min__info__price {
    font-weight: bold;
  }
}
.product-min__name {
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  min-height: 36px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .product-min__name {
    max-height: 36px;
    min-height: 0;
  }
}
.product-min .product__info__reviews-count {
  font-size: 13px;
  color: #999;
}

.swiper-slide .product-min:first-child {
  margin-bottom: 20px;
}

.product-view-counter .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product-filter__grid .image--type--product .image__body img {
  height: 100%;
  object-fit: contain;
  max-height: 92px;
  display: block;
  margin: 0 auto;
}

.price-form__code {
  color: #858585;
  margin-top: 5px;
  font-size: 14px;
}
.price-form__name {
  font-size: 20px;
}
@media (max-width: 500px) {
  .price-form__name {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .price-form .callback-form__icon {
    width: 50px;
    height: 50px;
  }
}
.price-form .hystmodal__window {
  max-width: 570px;
  padding: 70px;
  border: 2px solid #C42D27;
}
@media (max-width: 600px) {
  .price-form .hystmodal__window {
    max-width: 95%;
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .price-form .hystmodal__window {
    padding: 40px 20px;
  }
}
.price-form .hystmodal__close {
  right: 10px;
  filter: invert(1);
  top: 10px;
}
.price-form form {
  margin-top: 20px;
}
.price-form form button {
  display: block;
  width: 100%;
  background: #C42D27;
  border: 1px solid #C42D27;
  border-radius: 4px;
  height: 63px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 22px;
  transition: all 0.2s linear;
}
.price-form form button:hover {
  opacity: 0.7;
}
@media (max-width: 450px) {
  .price-form form button {
    height: 50px;
    margin-top: 10px;
  }
}
.price-form form label.license {
  display: flex;
}
@media (max-width: 500px) {
  .price-form form label.license {
    display: inline-block;
  }
}
.price-form form label.license input {
  display: block;
  margin-right: 17px;
}
@media (max-width: 500px) {
  .price-form form label.license input {
    display: inline-block;
    width: 12px;
  }
}

@media (max-width: 500px) {
  .block-header__breadcrumb + .block-header__title {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */
