/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlKatalogComponent/bl-katalog.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ea1917;
  }
  to {
    background-color: #ee4746;
  }
}
@keyframes colorSignal {
  from {
    color: #ea1917;
  }
  to {
    color: #ee4746;
  }
}
@keyframes borderSignal {
  from {
    border-color: #ea1917;
  }
  to {
    border-color: #ee4746;
  }
}
.blKatalogTit, .blKatalogImg a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.blKatalogTit:hover, .blKatalogImg a:hover, .blKatalogTit:focus, .blKatalogImg a:focus {
  text-decoration: none;
  outline-color: transparent;
}

.blFitsProductList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapBlKatalog {
  position: relative;
  z-index: 1;
}
.wrapBlKatalog.hovered {
  z-index: 5;
}

@media only screen and (min-width: 590px) {
  .blKatalogTable {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    text-align: left;
  }
}
@media only screen and (min-width: 590px) {
  .blKatalogTable td {
    border: 1px solid #e5e5e5;
    padding: 3px 10px;
  }
}
@media only screen and (min-width: 590px) {
  .blKatalogTable td:first-child {
    width: 170px;
  }
}
.blKatalogTable td.katalogTableValue p {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
@media only screen and (min-width: 590px) {
  .blKatalogTable p {
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    line-height: 15px;
  }
}

.blKatalog {
  background-color: #ffffff;
  text-align: center;
  padding: 3.125vw 2.5vw 5.31vw 2.5vw;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 590px) {
  .blKatalog {
    padding: 20px 20px 20px 20px;
  }
}
.blKatalog.active {
  display: flex;
}
@media (hover: hover) {
  .blKatalog:hover {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 8 !important;
  }
}
.blKatalog:hover .pulse.hoverPulse:before, .blKatalog:hover .pulse.hoverPulse:after {
  display: block;
}
@media only screen and (min-width: 590px) {
  .blKatalog.openTable {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
  }
}
@media only screen and (min-width: 590px) {
  .blKatalog.openTable .wrapBlKatalogTable {
    animation: catTableOpen 0.3s linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    will-change: max-height;
  }
}
@media only screen and (min-width: 590px) {
  .blKatalog.closeTable {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 590px) {
  .blKatalog.closeTable .wrapBlKatalogTable {
    animation: catTableClose 0.2s linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    will-change: max-height;
  }
}
.blKatalog.openList {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blKatalog.openList .wrapBlFitsProduct {
  animation: catTableOpen 0.3s linear;
  animation-delay: 0.05s;
  animation-fill-mode: forwards;
  will-change: max-height;
}
@media only screen and (min-width: 590px) {
  .blKatalog.openList .wrapBlFitsProduct {
    animation: catTableOpen 0.3s linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
}
.blKatalog.closeList {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
.blKatalog.closeList .wrapBlFitsProduct {
  animation: catTableClose 0.1s linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  will-change: max-height;
}
.blKatalog .wrapButCompare {
  margin-top: 2vw;
}
@media only screen and (min-width: 590px) {
  .blKatalog .wrapButCompare {
    margin-top: 0px;
  }
}
.blKatalog.alwaysOpen .wrapBlKatalogTable {
  max-height: none;
}

.blKatalogBottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 590px) {
  .blKatalogBottom {
    justify-content: space-between;
  }
}

.wrapBlKatPresent {
  width: 100%;
  height: 6.25vw;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -2.75vw;
  gap: 1.56vw;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
@media only screen and (min-width: 590px) {
  .wrapBlKatPresent {
    height: auto;
    min-height: 30px;
    gap: 10px;
    margin-bottom: -27px;
  }
}
.wrapBlKatPresent:hover {
  z-index: 3;
}

.presentCircle {
  width: 6.25vw;
  height: 6.25vw;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/wp-content/themes/kentavr/assets-dist/icons/ico-present.7815622b01cabc33e358.svg);
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 590px) {
  .presentCircle {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
}
.presentCircle strong {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
}
.presentCircle div {
  display: none;
  min-width: 152px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 16px, 0px);
  opacity: 0;
  z-index: -2;
  box-shadow: -1px 0px 11px rgba(0, 0, 0, 0.25);
  text-align: center;
  background-color: #ffffff;
}
.presentCircle div img {
  width: 115px;
  height: auto;
  display: inline-block;
  margin: 18px auto 18px auto;
}
.presentCircle div span {
  display: block;
  width: 100%;
  height: auto;
  background-color: #efefef;
  font-weight: 400;
  font-size: 16px;
  color: #262a2b;
  padding: 5px 10px;
}
.presentCircle div:before {
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  transform: translate3d(-50%, 0px, 0px) rotate(45deg);
  position: absolute;
  top: -8px;
  left: 50%;
  box-shadow: 0px 0vw 15px rgba(102, 102, 102, 0.6);
}
.presentCircle.active {
  z-index: 3;
}
.presentCircle.active div {
  display: block;
  z-index: 2;
  opacity: 1;
}

.blKatalogTit {
  font-weight: 300;
  font-size: 3.75vw;
  line-height: 140%;
  color: #262a2b;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  position: relative;
  z-index: 2;
  text-align: left;
  hyphens: auto;
  min-height: 15.75vw;
}
@media only screen and (min-width: 590px) {
  .blKatalogTit {
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    min-height: 72px;
    padding: 0vw 10px;
  }
}
.blKatalogTit:hover {
  color: #f66f06;
}

.markSearch {
  font-weight: 700;
}

.wrapBlPrices {
  margin: 3.125vw 0;
}
@media only screen and (min-width: 590px) {
  .wrapBlPrices {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    align-items: center;
    margin: 25px 0 22px 0;
    /* padding: 0vw 10px;*/
  }
}

.blKatPriceOld {
  font-weight: 400;
  font-size: 3.125vw;
  color: #c4c4c4;
  text-decoration: line-through;
  margin-bottom: 1vw;
}
@media only screen and (min-width: 590px) {
  .blKatPriceOld {
    font-size: 20px;
    letter-spacing: -0.05em;
    margin-bottom: 0;
  }
}
.blKatPriceOld span {
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.blKatPrice {
  font-weight: 700;
  font-size: 6.25vw;
  color: #262a2b;
}
@media only screen and (min-width: 590px) {
  .blKatPrice {
    font-weight: 400;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .blKatPrice {
    font-size: 28px;
  }
}
.blKatPrice span {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 590px) {
  .blKatPrice span {
    font-weight: 400;
  }
}

.wrapBlKatButtons {
  width: 37.5vw;
  margin: 0vw auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25vw;
  align-items: center;
}
@media only screen and (min-width: 590px) {
  .wrapBlKatButtons {
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    padding: 0vw 10px;
  }
}
@media only screen and (min-width: 590px) {
  .wrapBlKatButtons .wrapBut40 {
    height: 50px;
  }
}
@media only screen and (min-width: 590px) {
  .wrapBlKatButtons .wrapBut40 button {
    height: 50px;
    font-size: 16px;
  }
}

.butBlKatMore {
  width: 100%;
}

.blKatCompare {
  display: inline-block;
  font-size: 3.125vw;
  color: #9a9a9a;
  text-decoration: none;
}
@media only screen and (min-width: 590px) {
  .blKatCompare {
    font-size: 0px;
    width: 50px;
    height: 50px;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(/wp-content/themes/kentavr/assets-dist/icons/ico-compare.a28ed152263b15c68033.svg);
    -webkit-mask-image: url(/wp-content/themes/kentavr/assets-dist/icons/ico-compare.a28ed152263b15c68033.svg);
    background-color: #666666;
    display: block;
  }
}
.blKatCompare.inCompare {
  color: #f66f06;
}
@media only screen and (min-width: 590px) {
  .blKatCompare.inCompare {
    background-color: #f66f06;
  }
}
@media (hover: hover) {
  .blKatCompare:hover {
    color: #f66f06;
    cursor: pointer;
    text-decoration: none;
  }
}
@media only screen and (hover: hover) and (min-width: 590px) {
  .blKatCompare:hover {
    cursor: pointer;
    background-color: #f66f06;
  }
}

.wrapBlKatalogTable {
  display: none;
}
@media only screen and (min-width: 590px) {
  .wrapBlKatalogTable {
    overflow: hidden;
    max-height: 0vw;
    display: block;
    padding-top: 10px;
  }
}

.blKatalogImg {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 590px) {
  .blKatalogImg {
    margin-bottom: 17px;
    position: relative;
    width: 100%;
    height: 242px;
  }
}
.blKatalogImg img,
.blKatalogImg video {
  width: 100%;
  aspect-ratio: 1.778/1;
  border-radius: 1.56vw;
}
@media only screen and (min-width: 590px) {
  .blKatalogImg img,
  .blKatalogImg video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    max-width: none;
    width: 450px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 5px;
  }
}
.blKatalogImg video {
  object-fit: cover;
}

@keyframes catTableOpen {
  0% {
    max-height: 0vw;
  }
  100% {
    max-height: 400px;
  }
}
@keyframes catTableClose {
  0% {
    max-height: 400px;
  }
  100% {
    max-height: 0vw;
  }
}
.pulseBlKatalog {
  left: 3.44vw;
  top: 3.44vw;
}
@media only screen and (min-width: 590px) {
  .pulseBlKatalog {
    left: 16px;
    top: 16px;
  }
}

.wrapBlKatTyres {
  display: flex;
  gap: 4px;
  justify-content: center;
  min-height: 6.56vw;
  margin: 3.125vw 0vw 0 0;
}
@media only screen and (min-width: 590px) {
  .wrapBlKatTyres {
    min-height: 46px;
    margin: 15px 0px;
  }
}
.wrapBlKatTyres.fleft {
  justify-content: flex-start;
  overflow-x: auto;
}
@media only screen and (min-width: 590px) {
  .wrapBlKatTyres.fleft {
    justify-content: center;
  }
}

.blKatTyreIn {
  width: 6.56vw;
  height: 6.56vw;
  border-radius: 1.56vw;
  border: 1px solid #c4c4c4;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 590px) {
  .blKatTyreIn {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blKatTyreIn.active, .blKatTyreIn:hover {
  cursor: pointer;
  border-color: #f66f06;
}
.blKatTyreIn img {
  width: 5.625vw;
  height: 5.625vw;
  object-fit: contain;
  object-position: center;
}
@media only screen and (min-width: 590px) {
  .blKatTyreIn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
  }
}

.noProcutBlPrice {
  font-weight: 300;
  font-size: 2.625vw;
  color: #262a2b;
  text-align: left;
  line-height: 166%;
  width: 100%;
}
@media only screen and (min-width: 590px) {
  .noProcutBlPrice {
    font-size: 14px;
  }
}

.wrapBlFitsProduct {
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  padding-top: 3.5vw;
}
@media only screen and (min-width: 590px) {
  .wrapBlFitsProduct {
    padding-top: 20px;
  }
}

.blFitsTit {
  font-weight: 300;
  font-size: 3.125vw;
  color: #262a2b;
  margin-bottom: 1.5vw;
}
@media only screen and (min-width: 590px) {
  .blFitsTit {
    font-size: 16px;
    color: #262a2b;
    margin-bottom: 9px;
  }
}

.blFitsProductList {
  list-style-type: disc;
  list-style-position: inside;
}
.blFitsProductList li {
  font-weight: 300;
  font-size: 2.33vw;
  color: #666666;
  margin-bottom: 1.2vw;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  padding-left: 1.5vw;
  position: relative;
  line-height: 100%;
}
@media only screen and (min-width: 590px) {
  .blFitsProductList li {
    font-size: 12px;
    color: #666666;
    margin-bottom: 2px;
    padding-left: 11px;
    line-height: 140%;
  }
}
.blFitsProductList li:before {
  content: " ";
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background-color: #c4c4c4;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0.5vw;
}
@media only screen and (min-width: 590px) {
  .blFitsProductList li:before {
    width: 4px;
    height: 4px;
    background-color: #666666;
    top: 6px;
  }
}
