@charset "UTF-8";
/* line 1, ../sass/comparison/com-fix-house.scss */
.com-fix-house {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
/* line 14, ../sass/comparison/com-fix-house.scss */
.com-fix-house.show {
  opacity: 1;
  pointer-events: all;
}
/* line 18, ../sass/comparison/com-fix-house.scss */
.com-fix-house.show .com-fix-house-wr {
  animation: scaleUp 0.5s ease-in-out 0.1s;
  animation-fill-mode: forwards;
}

/* line 25, ../sass/comparison/com-fix-house.scss */
.com-fix-house-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 50%;
  margin: 10px;
}
/* line 45, ../sass/comparison/com-fix-house.scss */
.com-fix-house-close svg, .com-fix-house-close img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 53, ../sass/comparison/com-fix-house.scss */
  .com-fix-house-close:hover {
    background-color: #00B85F;
    color: #012824;
  }
}

/* line 60, ../sass/comparison/com-fix-house.scss */
.com-fix-house-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 72, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr {
  position: relative;
  max-width: 1400px;
  background: #f4eefc;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  z-index: 2;
  max-height: 90vh;
  overflow: auto;
  transform: scale(0);
  transition: .3s ease-in-out .1s;
}
/* line 86, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .stickybg {
  content: '';
  content: '';
  position: sticky;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #F4EEFC;
  background: -webkit-linear-gradient(0deg, #f4eefc 47%, rgba(244, 238, 252, 0) 100%);
  background: -moz-linear-gradient(0deg, #f4eefc 47%, rgba(244, 238, 252, 0) 100%);
  background: linear-gradient(0deg, #f4eefc 47%, rgba(244, 238, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4EEFC", endColorstr="#F4EEFC", GradientType=0);
}
/* line 101, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result {
  position: relative;
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
/* line 109, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL {
  width: calc(100% / 4 - 8px);
  background-color: #fff;
}
/* line 113, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .params {
  display: none !important;
}
/* line 117, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .longname {
  display: none  !important;
}
/* line 121, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .site-btn {
  margin: 20px;
  width: calc(100% - 40px);
  margin-top: 0;
  background: #f4eefc;
  color: #000;
}
/* line 130, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .site-btn svg:nth-child(2) {
  display: none;
}
/* line 137, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .site-btn span:nth-child(3) {
  display: block;
}
/* line 141, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL .site-btn span:nth-child(4) {
  display: none;
}
/* line 150, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL.disabled .site-btn {
  background-color: #00B85F;
  color: #012824;
  border-color: #00B85F;
}
/* line 155, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL.disabled .site-btn svg {
  display: none;
}
/* line 158, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL.disabled .site-btn svg:nth-child(2) {
  display: block;
}
/* line 165, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL.disabled .site-btn span:nth-child(3) {
  display: none;
}
/* line 169, ../sass/comparison/com-fix-house.scss */
.com-fix-house-wr .result .CatalogTPL.disabled .site-btn span:nth-child(4) {
  display: block;
}

/* line 178, ../sass/comparison/com-fix-house.scss */
.com-fix-house-complete {
  position: sticky;
  bottom: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -ms-align-self: flex-start;
  align-self: flex-start;
  cursor: pointer;
  transition: 0.3s ease all;
  padding: 0 35px;
  background-color: #012824;
  border-color: #012824;
  color: #00B85F;
  border-radius: 100px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-wrap-mode: nowrap;
  margin: 30px auto 0;
  display: flex;
  width: max-content;
}
@media (hover: hover) {
  /* line 209, ../sass/comparison/com-fix-house.scss */
  .com-fix-house-complete:hover {
    background-color: #00B85F;
    color: #012824;
  }
}

/* line 218, ../sass/comparison/com-fix-house.scss */
.lang-he .com-fix-house-close {
  left: 0px;
  right: auto;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
    /* Начальный масштаб - 0 */
  }
  50% {
    transform: scale(1.05);
    /* Пик - 1.2 */
  }
  100% {
    transform: scale(1);
    /* Конец - 1 */
  }
}
/* line 1, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f6f6fc;
  border-radius: 20px;
  width: 350px;
  max-width: 100%;
}
/* line 10, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .badges {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  gap: 5px 10px;
  top: 15px;
  left: 15px;
}
/* line 28, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .badge {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #00B85F;
  color: #012824;
  height: 32px;
  border-radius: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
/* line 45, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
}
/* line 51, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr .msfavorites {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
@media (hover: hover) {
  /* line 72, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .favorite-wr .msfavorites:hover svg path, .CatalogTPL .favorite-wr .msfavorites:hover img path {
    stroke: #c81926;
    fill: #c81926;
  }
}
/* line 80, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr .msfavorites.voted {
  background-color: #facdd0;
}
/* line 85, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr .msfavorites.voted svg path, .CatalogTPL .favorite-wr .msfavorites.voted img path {
  stroke: #c81926;
  fill: #c81926;
}
/* line 92, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr .msfavorites svg, .CatalogTPL .favorite-wr .msfavorites img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* line 98, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .favorite-wr .msfavorites svg path, .CatalogTPL .favorite-wr .msfavorites img path {
  stroke: #fff;
}
/* line 105, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .img {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 220px;
}
/* line 112, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
/* line 121, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .info {
  position: relative;
  padding: 15px 20px;
}
/* line 126, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .name {
  opacity: 0.5;
  transition: 0.3s ease all;
}
/* line 131, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .prices-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
/* line 142, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .price {
  font-size: 26px;
}
/* line 146, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .price-per {
  font-size: 16px;
  margin-top: 5px;
}
/* line 150, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .price-per span {
  opacity: 0.5;
  font-size: 0.8em;
}
/* line 156, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .longname {
  margin-top: 5px;
}
/* line 160, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .params {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 178, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .param {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex: auto;
  gap: 0 5px;
  max-width: 33%;
}
/* line 190, ../sass/catalog/catalog-tpl.scss */
.CatalogTPL .param svg, .CatalogTPL .param img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 201, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL:hover .img img {
    transform: scale(1.1);
  }
  /* line 206, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL:hover .name {
    opacity: 1;
    color: #00B85F;
  }
}

/* line 215, ../sass/catalog/catalog-tpl.scss */
.lang-he .CatalogTPL {
  direction: rtl;
}
/* line 218, ../sass/catalog/catalog-tpl.scss */
.lang-he .CatalogTPL .badges {
  right: 15px;
  left: auto;
}
/* line 223, ../sass/catalog/catalog-tpl.scss */
.lang-he .CatalogTPL .favorite-wr {
  left: 15px;
  right: auto;
}

@media only screen and (min-width: 1281px) and (max-width: 1439px) {
  /* line 235, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .prices-wr {
    margin-top: 10px;
  }
  /* line 239, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .price {
    font-size: 23px;
  }
  /* line 243, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .param {
    font-size: 16px;
  }
  /* line 247, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .params {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  /* line 259, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .prices-wr {
    margin-top: 10px;
  }
  /* line 263, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .price {
    font-size: 23px;
  }
  /* line 267, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .param {
    font-size: 16px;
  }
  /* line 271, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .params {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 281, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .prices-wr {
    margin-top: 10px;
  }
  /* line 285, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .price {
    font-size: 23px;
  }
  /* line 289, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .param {
    font-size: 16px;
  }
  /* line 293, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .params {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 303, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .prices-wr {
    margin-top: 10px;
  }
  /* line 307, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .price {
    font-size: 23px;
  }
  /* line 311, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .img {
    height: 52vw;
    max-height: 300px;
  }
  /* line 316, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .param {
    font-size: 16px;
  }
  /* line 320, ../sass/catalog/catalog-tpl.scss */
  .CatalogTPL .params {
    margin-top: 15px;
    padding-top: 15px;
  }
}
/* line 1, ../sass/comparison/com-fix-type.scss */
.com-fix-type {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
/* line 14, ../sass/comparison/com-fix-type.scss */
.com-fix-type.show {
  opacity: 1;
  pointer-events: all;
}
/* line 18, ../sass/comparison/com-fix-type.scss */
.com-fix-type.show .com-fix-type-wr {
  animation: scaleUp 0.5s ease-in-out 0.1s;
  animation-fill-mode: forwards;
}

/* line 25, ../sass/comparison/com-fix-type.scss */
.com-fix-type-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 50%;
  margin: 10px;
}
/* line 45, ../sass/comparison/com-fix-type.scss */
.com-fix-type-close svg, .com-fix-type-close img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (hover: hover) {
  /* line 53, ../sass/comparison/com-fix-type.scss */
  .com-fix-type-close:hover {
    background-color: #00B85F;
    color: #012824;
  }
}

/* line 60, ../sass/comparison/com-fix-type.scss */
.com-fix-type-bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 70, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr {
  position: relative;
  max-width: 900px;
  background: #f4eefc;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  z-index: 2;
  max-height: 90vh;
  overflow: auto;
  transform: scale(0);
  transition: .3s ease-in-out .1s;
}
/* line 84, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .site-btn {
  margin: 30px auto 0;
  display: flex;
  width: max-content;
}
/* line 90, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
/* line 99, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn {
  display: flex;
  cursor: pointer;
  gap: 10px;
  font-size: 16px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  background: #e9e9e9;
  align-items: center;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
/* line 113, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn.active {
  background-color: #fff;
  box-shadow: 0 0 11px -5px #000;
}
/* line 119, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn.active span:after {
  content: '-';
}
/* line 125, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn span {
  position: relative;
  display: flex;
  gap: 10px;
}
/* line 131, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn span:after {
  content: '+';
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  top: -.1em;
  width: 1em;
}
/* line 142, ../sass/comparison/com-fix-type.scss */
.com-fix-type-wr .com-fix-type-result-btn svg {
  width: 18px;
  height: 18px;
}

/* line 149, ../sass/comparison/com-fix-type.scss */
.com-fix-type-name {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  display: block;
  opacity: .7;
  font-weight: 600;
}

/* line 159, ../sass/comparison/com-fix-type.scss */
.lang-he .com-fix-type-close {
  left: 0px;
  right: auto;
}

/* line 9, ../sass/comparison.scss */
.comparison {
  position: relative;
}

/* line 13, ../sass/comparison.scss */
.com-wr {
  position: relative;
  background: #f4eefc;
}

/* line 18, ../sass/comparison.scss */
.com-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
  border: 1px solid #e2dfdf;
  border-left: none;
  border-right: none;
}

/* line 29, ../sass/comparison.scss */
.com-top-btn, .com-top-item {
  display: flex;
  cursor: pointer;
  gap: 10px;
  font-size: 16px;
  padding: 8px 15px;
  background: #fff;
  border-radius: 7px;
  align-items: center;
}
/* line 39, ../sass/comparison.scss */
.com-top-btn svg, .com-top-item svg {
  width: 18px;
  height: 18px;
}

/* line 45, ../sass/comparison.scss */
.com-top-item {
  background-color: #ffffff82;
  cursor: initial;
}

/* line 50, ../sass/comparison.scss */
.com-open-type {
  order: 99999;
  transition: .3s ease-in;
}
@media (hover: hover) {
  /* line 55, ../sass/comparison.scss */
  .com-open-type:hover {
    background-color: #00B85F;
    color: #012824;
  }
}

/* line 62, ../sass/comparison.scss */
.com-add {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 68, ../sass/comparison.scss */
button.com-add-box {
  background-color: #f9f6fd !important;
  transition: .3s ease-in-out;
}
/* line 72, ../sass/comparison.scss */
button.com-add-box:active {
  transform: scale(0.9);
}

/* line 77, ../sass/comparison.scss */
.com-add-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid #ebeaea;
  background-color: #fff;
  width: calc(100% / 5 - 8px);
  min-height: 290px;
}
/* line 88, ../sass/comparison.scss */
.com-add-box svg {
  width: 30px;
  height: 30px;
}
/* line 93, ../sass/comparison.scss */
.com-add-box .img {
  height: 240px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
/* line 99, ../sass/comparison.scss */
.com-add-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 107, ../sass/comparison.scss */
.com-add-box .site-text {
  padding: 13px 20px;
  text-align: left;
  display: block;
  width: 100%;
}

/* line 115, ../sass/comparison.scss */
.com-row-char {
  position: relative;
  display: flex;
  background-color: #f9f6fd;
  border: 2px solid #ebeaea;
  border-radius: 15px;
  gap: 10px;
  margin-top: -2px;
}
/* line 124, ../sass/comparison.scss */
.com-row-char .com-row-char-label {
  display: flex;
  gap: 10px;
  font-size: 16px;
}
/* line 129, ../sass/comparison.scss */
.com-row-char .com-row-char-label svg {
  width: 18px;
  height: 18px;
}

/* line 136, ../sass/comparison.scss */
.com-row-char-col {
  padding: 20px;
  width: calc(100% / 5 - 8px);
  display: flex;
}
/* line 141, ../sass/comparison.scss */
.com-row-char-col:first-child {
  font-weight: 600;
}
/* line 146, ../sass/comparison.scss */
.com-row-char-col:not(:first-child) {
  justify-content: center;
  text-align: center;
}

/* line 155, ../sass/comparison.scss */
.lang-he .com-wr {
  direction: rtl;
}
