

/* Start:/local/templates/lisna_home/components/bitrix/catalog/cards/style.css?1734074458519*/
.sidebar-filter-wrapper {
  position: relative;
}

.sidebar-filter {
  margin-top: 30px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  z-index: 100;
}
.sidebar-filter.active {
  display: block;
}

.filter-control {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-control span {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sidebar-filter {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .filter-control span {
    display: none;
  }
}
/* End */


/* Start:/local/templates/lisna_home/components/bitrix/catalog.section.list/cards/style.css?17798966511211*/
.section-card {
  border-radius: 10px 10px 10px 10px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-card:hover .section-card__title {
  background-color: #8AAFCC;
}
.section-card:hover .section-card__title h2 {
  color: #fff;
}
.section-card__img {
  width: 100%;
}
.section-card__img img {
  object-fit: cover;
  min-height: inherit;
  max-height: 432px;
}
.section-card__img-empty {
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #235984;
}
.section-card__title {
  width: 100%;
  padding: 30px 30px;
  background-color: #EEF2F6;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  transition: background 0.3s;
}
.section-card__title h2 {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 480px) {
  .section-card__title {
    padding: 20px 20px;
  }
}
/* End */


/* Start:/local/templates/lisna_home/components/bitrix/catalog.item/card/style.css?17798966512774*/
.catalog-item {
  border-radius: 10px 10px 20px 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
.catalog-item__image {
  height: 350px;
  position: relative;
  display: block;
}
.catalog-item__image img {
  object-fit: cover;
  height: 100%;
}
.catalog-item__image-mask {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.catalog-item__content {
  background-color: #E9EFF3;
  padding: 20px 20px;
  flex: 1 auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog-item__prices {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
}
.catalog-item__prices-discount {
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #237284;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.catalog-item__price {
  line-height: 38px;
  display: flex;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
}
.catalog-item__price-current {
  color: #1E1E1E;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.catalog-item__price-current span:first-letter {
  text-transform: uppercase;
}
.catalog-item__price-old {
  color: #8C8C8C;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.catalog-item__price span.currency {
  font-size: 1.15em;
}
.catalog-item__availability {
  padding: 4px 7px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 10px;
  background: #235984;
  color: #fff;
}
.catalog-item__name {
  color: #5B5B5B;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding: 10px 0;
  margin-top: auto;
}
.catalog-item__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.catalog-item__actions-btn {
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  border: 1.5px solid #235984;
  text-align: center;
  color: #235984;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.catalog-item__actions-btn:hover {
  color: #fff;
  background: #235984;
}
.catalog-item:hover .catalog-item__image-mask {
  background-color: rgba(0, 0, 0, 0);
}

@keyframes pulse {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
/* End */


/* Start:/local/templates/lisna_home/components/bitrix/catalog.top/cards/section/style.css?1734074458407*/
.cards-h2 {
  font-family: "Comfortaa";
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}

.catalog-top-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}
/* End */


/* Start:/local/templates/lisna_home/components/rutego/block/novelties/style.css?17798966512119*/
.novelties {
  margin-bottom: 100px;
}
.novelties .novelty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: #E9EFF3;
  padding: 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.novelties .novelty::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 90%);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.novelties .novelty:hover .novelty__img {
  transform: scale(1.1);
}
.novelties .novelty:hover::after {
  opacity: 0.2;
}
.novelties .novelty__info {
  position: relative;
  z-index: 1;
}
.novelties .novelty__title {
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
}
.novelties .novelty__desc {
  color: #9ECBEC;
  font-size: clamp(20px, 3vw, 30px);
  text-transform: none;
  font-weight: 800;
  margin-bottom: 15px;
}
.novelties .novelty__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.novelties .novelty__btn {
  display: inline-block;
  background: #237384;
  border-radius: 76px;
  color: #FFF;
  font-size: clamp(14px, 3vw, 20px);
  text-align: center;
  padding: 20px 35px;
  align-self: flex-end;
  margin-top: 100px;
}
.novelties .novelty--big {
  height: 100%;
  padding: 50px;
}
.novelties .novelty--big .novelty__title {
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 500;
  padding-bottom: 30px;
}
.novelties .novelty--big .novelty__title span {
  color: #235984;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: 1.76px;
}
.novelties .novelty--big .novelty__btn {
  margin-top: 0;
  align-self: flex-start;
}
.novelties .novelty--big__desc {
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .novelties .novelty {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .novelties {
    margin-bottom: 50px;
  }
  .novelties .novelty {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .novelties .novelty {
    padding: 33px 20px;
    height: 300px;
  }
}
/* End */
/* /local/templates/lisna_home/components/bitrix/catalog/cards/style.css?1734074458519 */
/* /local/templates/lisna_home/components/bitrix/catalog.section.list/cards/style.css?17798966511211 */
/* /local/templates/lisna_home/components/bitrix/catalog.item/card/style.css?17798966512774 */
/* /local/templates/lisna_home/components/bitrix/catalog.top/cards/section/style.css?1734074458407 */
/* /local/templates/lisna_home/components/rutego/block/novelties/style.css?17798966512119 */
