/* line 1, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s ease all;
}
/* line 8, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
/* line 18, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-height: calc(100vw * 9 / 16);
  z-index: 2;
}
/* line 36, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .container .site-title {
  color: #fff;
}
/* line 41, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .bot {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
/* line 57, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .scroll-info {
  color: #fff;
}
/* line 61, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
  width: 300px;
  background: #fff;
  border-radius: 16px;
  padding: 5px;
}
/* line 75, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .img {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 14px;
  width: 190px;
  height: 120px;
}
/* line 84, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
/* line 93, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 13px 0;
  width: calc(300px - 190px - 8px);
  padding: 8px;
  padding-bottom: 0;
}
/* line 113, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .info .icon {
  position: relative;
  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: #00B85F;
  width: 42px;
  height: 42px;
}
/* line 127, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .info .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #012824;
  transition: 0.3s ease all;
}
/* line 139, ../sass/activity-category/activity-category-top.scss */
.ActivityCategoryTop .go-down .info .icon svg {
  display: block;
  position: relative;
  z-index: 2;
  width: 20px;
}
@media (hover: hover) {
  /* line 151, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down:hover .img img {
    transform: scale(1.1);
  }
  /* line 158, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down:hover .info .icon:before {
    transform: scale(1.1);
  }
}

/* line 169, ../sass/activity-category/activity-category-top.scss */
.lang-he .ActivityCategoryTop {
  direction: rtl;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  /* line 177, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .bot {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  /* line 183, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down {
    gap: 7px;
    width: 270px;
    border-radius: 14px;
  }
  /* line 188, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .img {
    border-radius: 13px;
    width: 171px;
    height: 108px;
  }
  /* line 194, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info {
    gap: 12px 0;
    width: calc(270px - 171px - 7px);
    padding: 7px;
    padding-bottom: 0;
  }
  /* line 200, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info .icon {
    width: 38px;
    height: 38px;
  }
  /* line 204, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info .icon svg {
    width: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 217, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .bot {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  /* line 223, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down {
    gap: 6px;
    width: 243px;
    border-radius: 12px;
  }
  /* line 228, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .img {
    border-radius: 11px;
    width: 154px;
    height: 97px;
  }
  /* line 234, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info {
    gap: 8px 0;
    width: calc(243px - 154px - 6px);
    padding: 6px;
    padding-bottom: 0;
  }
  /* line 240, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info .icon {
    width: 34px;
    height: 34px;
  }
  /* line 244, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info .icon svg {
    width: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 257, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .container {
    height: 140vw;
    max-height: initial;
  }
  /* line 262, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .bot {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  /* line 268, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .scroll-info {
    display: none;
  }
  /* line 272, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down {
    width: 100%;
    background: transparent;
    justify-content: center;
  }
  /* line 277, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .img {
    display: none;
  }
  /* line 281, ../sass/activity-category/activity-category-top.scss */
  .ActivityCategoryTop .go-down .info {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: auto;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
  }
}
/* line 1, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout {
  position: relative;
}
/* line 4, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .svg-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #B6FECC;
}
/* line 11, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .svg-wrapper svg {
  width: 100%;
  height: 100%;
}
/* line 16, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .svg-wrapper .svg-path {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #012824;
}
/* line 25, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .container {
  position: relative;
  z-index: 2;
}
/* line 30, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .photo-wr {
  position: relative;
  overflow: hidden;
}
/* line 34, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .photo-wr .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.6s ease all;
  transform: scale(0.5) rotate(20deg);
  opacity: 0;
}
/* line 47, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .photo-wr .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 54, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAbout .photo-wr .img.active {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 62, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutTop {
  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;
  justify-content: space-between;
}
/* line 76, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutTop .left {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 55%;
}
/* line 90, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutTop .left .site-text {
  -ms-align-self: flex-end;
  align-self: flex-end;
  background: #fff;
  width: 55%;
  margin-top: calc(18vw * 9 /16);
}
/* line 99, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutTop .right {
  position: relative;
  width: 31%;
}
/* line 104, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutTop .photo-wr {
  width: 100%;
  height: 515px;
}

/* line 110, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutMid {
  position: relative;
  margin-top: calc(8vw * 9 /16);
}
/* line 114, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutMid .photo-wr {
  width: 250px;
  height: 250px;
}

/* line 120, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutBot {
  position: relative;
  margin-top: calc(8vw * 9 /16);
}
/* line 124, ../sass/activity-category/activity-category-about.scss */
.ActivityCategoryAboutBot .photo-wr {
  margin: 0 auto;
  width: 410px;
  height: 275px;
}

/* line 132, ../sass/activity-category/activity-category-about.scss */
.lang-he .ActivityCategoryAbout {
  direction: rtl;
}
/* line 135, ../sass/activity-category/activity-category-about.scss */
.lang-he .ActivityCategoryAbout .svg-wrapper {
  transform: rotateY(180deg);
}

@media only screen and (min-width: 1281px) and (max-width: 1439px) {
  /* line 144, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .photo-wr {
    height: 465px;
  }

  /* line 150, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutMid .photo-wr {
    width: 225px;
    height: 225px;
  }

  /* line 157, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutBot .photo-wr {
    width: 370px;
    height: 245px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  /* line 168, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .photo-wr {
    height: 370px;
  }
  /* line 173, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left .site-text {
    width: 65%;
  }

  /* line 180, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutMid .photo-wr {
    width: 180px;
    height: 180px;
  }

  /* line 187, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutBot .photo-wr {
    width: 296px;
    height: 196px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 198, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .photo-wr {
    height: 285px;
  }
  /* line 202, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left {
    width: calc(100% - 31% - 30px);
  }
  /* line 205, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left .site-text {
    width: 75%;
  }

  /* line 212, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutMid .photo-wr {
    width: 140px;
    height: 140px;
  }

  /* line 219, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutBot .photo-wr {
    width: 228px;
    height: 150px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 229, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop {
    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;
    justify-content: space-between;
  }
  /* line 243, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left {
    display: contents;
    width: 100%;
  }
  /* line 247, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left .site-title {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
  /* line 255, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .left .site-text {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  /* line 266, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .right {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  /* line 276, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutTop .photo-wr {
    height: 455px;
  }

  /* line 281, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutMid {
    margin-top: 30px;
  }
  /* line 284, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutMid .photo-wr {
    width: 240px;
    height: 240px;
  }

  /* line 290, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutBot {
    margin-top: 30px;
  }
  /* line 293, ../sass/activity-category/activity-category-about.scss */
  .ActivityCategoryAboutBot .photo-wr {
    margin-left: auto;
    margin-right: 0;
    width: 300px;
    height: 200px;
  }

  /* line 303, ../sass/activity-category/activity-category-about.scss */
  .lang-he .ActivityCategoryAboutBot .photo-wr {
    margin-right: auto;
    margin-left: 0;
  }
}
/* line 1, ../sass/activity-category/activity-category-full-photo.scss */
.ActivityCategoryFullPhoto {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.3s ease all;
  height: 100vh;
  max-height: calc(100vw * 9 / 16);
}
/* line 9, ../sass/activity-category/activity-category-full-photo.scss */
.ActivityCategoryFullPhoto .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 17, ../sass/activity-category/activity-category-full-photo.scss */
.ActivityCategoryFullPhoto .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, ../sass/catalog-object/co-similar.scss */
.CO-Similar {
  position: relative;
  contain: content;
}
/* line 5, ../sass/catalog-object/co-similar.scss */
.CO-Similar .title-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 16, ../sass/catalog-object/co-similar.scss */
.CO-Similar .arrows {
  position: relative;
  display: none;
  gap: 0 15px;
}
/* line 22, ../sass/catalog-object/co-similar.scss */
.CO-Similar .nav {
  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: 8px;
  margin-bottom: 30px;
}
/* line 37, ../sass/catalog-object/co-similar.scss */
.CO-Similar .nav li {
  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;
  cursor: pointer;
  font-weight: 600;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  transition: all .25sease-out;
  background: #b2fac8;
  color: #012824;
}
/* line 55, ../sass/catalog-object/co-similar.scss */
.CO-Similar .nav li.active {
  background: #012824;
  color: #00B85F;
}
@media (hover: hover) {
  /* line 61, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .nav li:hover:not(.active) {
    background: #012824;
    color: #00B85F;
  }
}
/* line 69, ../sass/catalog-object/co-similar.scss */
.CO-Similar .CO-SimilarB {
  position: relative;
  display: none;
}
/* line 73, ../sass/catalog-object/co-similar.scss */
.CO-Similar .CO-SimilarB.active {
  display: block;
}
/* line 77, ../sass/catalog-object/co-similar.scss */
.CO-Similar .CO-SimilarB.catalog {
  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: 20px;
}
/* line 90, ../sass/catalog-object/co-similar.scss */
.CO-Similar .CO-SimilarB.catalog .CatalogTPL {
  width: calc((100% - 20px * 3) / 4);
}
/* line 96, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper {
  overflow: visible;
}
/* line 100, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper-button-prev, .CO-Similar .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  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: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 10px;
}
/* line 120, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper-button-prev:after, .CO-Similar .swiper-button-next:after {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media (hover: hover) {
  /* line 127, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .swiper-button-prev:hover, .CO-Similar .swiper-button-next:hover {
    background: #012824;
    border-color: #012824;
  }
  /* line 131, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .swiper-button-prev:hover:after, .CO-Similar .swiper-button-next:hover:after {
    color: #00B85F;
  }
}
@media (hover: hover) {
  /* line 139, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .arrows {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /* line 147, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .swiper-pagination {
    display: none;
  }
}
/* line 152, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 15px;
}
/* line 158, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper-slide {
  width: 350px;
}
/* line 162, ../sass/catalog-object/co-similar.scss */
.CO-Similar .swiper-pagination-bullet-active {
  background-color: #00B85F !important;
}

/* line 168, ../sass/catalog-object/co-similar.scss */
.lang-he .CO-Similar {
  direction: rtl;
}
/* line 171, ../sass/catalog-object/co-similar.scss */
.lang-he .CO-Similar .swiper-button-prev, .lang-he .CO-Similar .swiper-button-next {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  /* line 181, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog {
    gap: 14px;
  }
  /* line 184, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog .CatalogTPL {
    width: calc((100% - 14px * 2) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 197, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog {
    gap: 14px;
  }
  /* line 200, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog .CatalogTPL {
    width: calc((100% - 14px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 213, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 0 15px;
  }
  /* line 222, ../sass/catalog-object/co-similar.scss */
  .CO-Similar .CO-SimilarB.catalog .CatalogTPL {
    width: 300px;
    min-width: 300px;
  }
}
/* 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;
  }
}
