

/* Start:/local/components/sprint.editor/blocks/templates/myEditor/_style.css?17717799765672*/
/*p {*/
/*    font-family: ProximaNova, sans-serif;*/
/*    --tw-text-opacity: 1;*/
/*    color: rgb(76 92 105 / var(--tw-text-opacity));*/
/*}*/

/*strong {*/
/*    font-weight: 800 !important;*/
/*}*/

 :root {
    --sp-my-color1: #7A7A7A; 
    --sp-my-color-origin: rgb(54, 166, 82);
    --sp-my-filter1: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(621%) hue-rotate(85deg) brightness(100%) contrast(100%);

    --sp-my-filter2: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(621%) hue-rotate(55deg) brightness(100%) contrast(100%);
}

/*p,
a,
h2 {
    font-family: "ProximaNova" !important;
} */

.sp-my-filter{
    filter: var(--sp-my-filter1);
}

.sp-my-color{
    color: var(--sp-my-color1);
}

.sp-my-b-color{
    border-color: var(--sp-my-color1);
}

.spr-edit-link {
    position: absolute;
    /* left: -150px; */
    transform: translateY(-50%);
    /* display: none; */
}
.spr-plus-link {
    position: absolute;
    /* display: none; */
    z-index: 999;
    bottom: -25px!important;
    transform: none!important;

    left: calc(50% - 25px)!important;
    width: 50px;
    height: 50px;
    background: blue;
    border-radius: 50%;
    background-image: url("/local/components/sprint.editor/blocks/templates/myEditor/./_img/Plus.svg");
    background-repeat:no-repeat;
    background-position: center center;
}

.spr-edit-container{
    position: relative;
}
/*h1{

    color: var(--pink-color) !important;
}*/
h2{

    color: var(--pink-color)!important;
}
/*h3{

    color: var(--pink-color)!important;
}*/
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp_widget__title {
    color: var(--pink-color);
    text-transform: unset;
    font-weight: 700;
    font-size: 18px;
    line-height: 10px;.sp_widget__title:hover{color:var(--pink-color);}
    margin-bottom: 10px;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: 700;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

.bottomRow{
    border-bottom: 2px dashed blue;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

.spr-line{
    border-bottom: 2px dashed blue;
    margin-bottom: 10px;
}


/* End */


/* Start:/local/components/kitchen/catalog.cards/templates/.default/style.css?17798298676039*/
.catalog-masonry {
  width: 100%;
}

.catalog-section-header {
  margin-bottom: 1.5rem;
}

.catalog-section-title {
  margin: 0 0 0.5rem;
  color: #101828;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.catalog-section-desc {
  margin: 0;
  color: rgba(67, 70, 85, 0.7);
  font-size: 1rem;
  line-height: 1.6;
}

.kitchen-catalog-masonry .masonry-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 1.25rem;
}

.kitchen-catalog-masonry[data-column-count="1"] .masonry-list {
  column-count: 1;
}

.kitchen-catalog-masonry[data-column-count="2"] .masonry-list {
  column-count: 2;
}

.kitchen-catalog-masonry[data-column-count="3"] .masonry-list {
  column-count: 3;
}

.kitchen-catalog-masonry[data-column-count="4"] .masonry-list {
  column-count: 4;
}

@media (max-width: 1200px) {
  .kitchen-catalog-masonry .masonry-list {
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .kitchen-catalog-masonry .masonry-list {
    column-count: 2;
    column-gap: 1rem;
  }

  .kitchen-catalog-masonry[data-mobile-one-column="Y"] .masonry-list {
    column-count: 1;
    column-gap: 0;
  }
}

@media (max-width: 500px) {
  .kitchen-catalog-masonry .masonry-list {
    column-count: 2;
    column-gap: 0.5rem;
  }

  .kitchen-catalog-masonry[data-mobile-one-column="Y"] .masonry-list {
    column-count: 1;
    column-gap: 0;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.masonry-card {
  display: block;
  overflow: hidden;
}

.masonry-img-link {
  display: block;
  text-decoration: none;
}

.masonry-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f4f6;
  border-radius: 1rem;
}

.masonry-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.masonry-img-link:hover .masonry-media {
  transform: scale(1.035);
}

.masonry-info {
  padding: 0.5rem 0 0.95rem;
}

.masonry-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.masonry-title-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.masonry-name {
  margin: 0;
  color: #101828;
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 600;
}

.masonry-title-link:hover .masonry-name {
  color: #0146dc;
}

.masonry-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.masonry-comparison-btn,
.masonry-like-btn,
.product-edit {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #101828;
  cursor: pointer;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.masonry-comparison-btn:hover,
.masonry-like-btn:hover,
.product-edit:hover {
  color: #0146dc;
  background: #f1f3ff;
}

.masonry-like-btn.is-liked {
  color: #ef4444;
}

.masonry-like-btn.is-liked svg path {
  fill: #ef4444;
  fill-rule: nonzero;
}

.masonry-comparison-btn:active,
.masonry-like-btn:active,
.product-edit:active {
  transform: scale(0.94);
}

.masonry-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.masonry-buy-kitchen {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  text-decoration: none;
}

.masonry-buy {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.masonry-price-label {
  color: rgba(67, 70, 85, 0.7);
  font-size: 0.75rem;
  line-height: 1.3;
}

.masonry-price {
  color: rgba(67, 70, 85, 0.9);
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 600;
}

.masonry-calc-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(67, 70, 85, 0.24);
  border-radius: 0.75rem;
  color: rgba(67, 70, 85, 0.78);
  background: #ffffff;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.masonry-calc-link:hover {
  color: #0146dc;
  border-color: rgba(1, 70, 220, 0.35);
  background: #f1f3ff;
  box-shadow: 0 0.5rem 1.25rem rgba(25, 33, 49, 0.08);
}

.masonry-calc-link svg {
  flex-shrink: 0;
}

.masonry-empty {
  margin: 0;
  padding: 1.25rem 0;
  color: rgba(67, 70, 85, 0.7);
}

@media (max-width: 500px) {
  .masonry-item {
    margin-bottom: 0.65rem;
  }

  .masonry-img-wrap {
    border-radius: 0.75rem;
  }

  .masonry-info {
    padding: 0.35rem 0 0.6rem;
  }

  .masonry-head {
    gap: 0.4rem;
    margin-bottom: 0.35rem;
  }

  .masonry-name {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .masonry-actions {
    gap: 0.2rem;
  }

  .masonry-comparison-btn,
  .masonry-like-btn,
  .product-edit {
    width: 1.2rem;
    height: 1.2rem;
  }

  .masonry-comparison-btn svg,
  .masonry-like-btn svg,
  .product-edit svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .masonry-buy-kitchen {
    gap: 0.25rem;
  }

  .masonry-price-label {
    font-size: 0.625rem;
  }

  .masonry-price {
    font-size: 0.6875rem;
  }

  .masonry-calc-link {
    min-height: 1.5rem;
    padding: 0.2rem 0.35rem;
    gap: 0.25rem;
    border-radius: 0.45rem;
    font-size: 0.55rem;
    letter-spacing: 0;
  }

  .masonry-calc-link svg {
    width: 0.65rem;
    height: 0.65rem;
  }
}
/* End */


/* Start:/local/components/table/catalog.cards/templates/.default/style.css?17798298671258*/
.catalog-masonry {
    width: 100%;
}

.masonry-list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: var(--masonry-columns, 3);
    column-gap: 1.25rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.25rem;
}

.masonry-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-catalog-masonry .masonry-like-btn.is-liked {
    color: #ef4444;
}

.table-catalog-masonry .masonry-like-btn.is-liked svg path {
    fill: #ef4444;
    fill-rule: nonzero;
}

.table-catalog-masonry .masonry-like-btn:active {
    transform: scale(0.94);
}

@media (max-width: 1200px) {
    .masonry-list {
        column-count: 3;
    }
}

@media (max-width: 800px) {
    .masonry-list {
        column-count: 2;
    }
}

@media (max-width: 500px) {
    .masonry-list {
        column-count: 2;
        column-gap: 0.625rem;
    }

    .masonry-item {
        margin-bottom: 0.875rem;
    }
}

.table-catalog-masonry .masonry-media {
    transform: scale(1);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.table-catalog-masonry article:hover .masonry-media {
    transform: scale(1.045);
}
/* End */
/* /local/components/sprint.editor/blocks/templates/myEditor/_style.css?17717799765672 */
/* /local/components/kitchen/catalog.cards/templates/.default/style.css?17798298676039 */
/* /local/components/table/catalog.cards/templates/.default/style.css?17798298671258 */
