

/* Start:/local/templates/abukva/components/bitrix/catalog/extEshopTemplate/style.css?17780779582530*/
.grid .bx_content_section {
  margin-bottom: 15px;
}

.grid .bx_sidebar {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .ext-eshop-template-section-horizontal .container-custom {
    padding: 0 10px;
  }
}

/* grid2x1 */
.grid2x1 .bx_content_section {
  float: left;
  width: 66%;
  margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
  float: right;
  width: 33%;
  margin-bottom: 15px;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
}
@media (max-width: 640px) {
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }
}
@media (max-width: 479px) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
}
.catalog-block-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

body.bx-theme-blue .catalog-block-header {
  border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
  border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
  border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
  border-color: #f4b236;
}

.catalog-detail-page {
  padding-top: 10px;
}

.catalog-detail-page__layout {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.catalog-detail-page__layout--with-sidebar {
  -ms-grid-columns: minmax(0, 1fr) 300px;
  grid-template-columns: minmax(0, 1fr) 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.catalog-detail-page__full-width {
  width: 100%;
}

.popular-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.popular-section__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.popular-section__title {
  margin: 0;
  text-align: center;
  color: var(--main-main);
  font-family: "Europe", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 1000px) {
  .catalog-detail-page__layout--with-sidebar {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .popular-section__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .popular-section__title {
    font-size: 28px;
  }
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.smart.filter/.default/style.css?178101901624374*/
.list-filter {
  position: sticky;
  top: calc(var(--bx-panel-offset, 0px) + var(--site-header-height, 64px) + 20px);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--main-accent2);
  background: var(--color-surface);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
@media (min-width: 769px) {
  .list-filter {
    top: calc(var(--bx-panel-offset, 0px) + var(--site-header-height, 120px) + 20px);
    will-change: transform;
  }
}
@media (max-width: 768px) {
  .list-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 minmax(0, 1fr) 0 auto;
    grid-template-rows: auto minmax(0, 1fr) auto;
        grid-template-areas: "head" "content" "foot";
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    overflow: hidden;
    gap: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    will-change: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .list-filter {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 768px) {
  .list-filter__viewport {
    display: contents;
  }
}
.list-filter__form {
  display: contents;
}
.list-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .list-filter__header {
    grid-area: head;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 8px 1fr 8px auto;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 52px;
    padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
    border-bottom: 1px solid var(--color-border-lite);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__header {
    min-height: 44px;
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) 8px max(8px, env(safe-area-inset-left));
  }
}
.list-filter__title {
  margin: 0;
  font-family: "Europe", sans-serif;
  font-size: var(--text-20);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: var(--txt-color);
}
@media (max-width: 768px) {
  .list-filter__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    font-family: "Europe", sans-serif;
    font-size: var(--h5);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}
.list-filter__reset {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 10px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--third-main);
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .list-filter__reset:hover {
    color: var(--second-main);
    text-decoration: underline;
    text-decoration-color: currentColor;
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
@media (hover: none), (pointer: coarse) {
  .list-filter__reset:active {
    color: var(--second-main);
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
.list-filter__reset:focus-visible {
  outline: 2px solid var(--third-main);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .list-filter__reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    min-height: 48px;
    padding: 8px 4px 8px 0;
    font-family: "Europe", sans-serif;
    font-size: var(--text-16);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__reset {
    min-height: 44px;
    padding: 4px 4px 4px 0;
  }
}
.list-filter__close {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: none;
  color: var(--txt-muted);
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 768px) {
  .list-filter__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    margin-right: -8px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__close {
    width: 44px;
    height: 44px;
    margin-right: -4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-filter__close:hover {
    color: var(--txt-color);
    background: var(--color-bg-second-soft, #F0FDF8);
  }
}
@media (max-width: 768px) {
  .list-filter__body {
    grid-area: content;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-anchor: none;
    overscroll-behavior-x: none;
    overscroll-behavior-y: contain;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    padding: 12px max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__body {
    padding: 8px max(8px, env(safe-area-inset-right)) 8px max(8px, env(safe-area-inset-left));
  }
}
.list-filter__empty {
  margin: 0;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--txt-muted);
}
.list-filter__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .list-filter__groups {
    min-width: 0;
    max-width: 100%;
  }
}
.list-filter__group {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid var(--color-border-lite);
}
.list-filter__group.is-modef-visible {
  z-index: 3;
}
.list-filter__group:last-child {
  border-bottom: 0;
}
.list-filter__group.is-collapsed .list-filter__group-body {
  display: none;
}
.list-filter__group-modef {
  display: block;
  width: 0;
  height: 0;
}
.list-filter__group-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 768px) {
  .list-filter__group-head {
    min-height: 52px;
    margin-inline: -12px;
    padding: 16px 12px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__group-head {
    min-height: 44px;
    margin-inline: -8px;
    padding: 10px 8px;
  }
}
.list-filter__group-title {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: var(--txt-color);
}
@media (max-width: 768px) {
  .list-filter__group-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-18);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}
.list-filter__group-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--third-main);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 768px) {
  .list-filter__group-toggle {
    width: 24px;
    height: 24px;
  }
}
.list-filter__group.is-collapsed .list-filter__group-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.list-filter__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
.list-filter__group:last-child .list-filter__group-body {
  padding-bottom: 0;
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__group-body {
    gap: 6px;
    padding-bottom: 10px;
  }
}
.list-filter__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .list-filter__options {
    gap: 0;
  }
}
.list-filter__option {
  display: block;
}
@media (max-width: 768px) {
  .list-filter__option {
    margin-inline: -12px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__option {
    margin-inline: -8px;
  }
}
.list-filter__options:not(.is-expanded) > .list-filter__option:nth-child(n+6) {
  display: none;
}
@media (max-width: 768px) {
  .list-filter__options:not(.is-expanded) > .list-filter__option:nth-child(n+6) {
    display: block;
  }
}
.list-filter__options-toggle {
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
  padding: 8px 10px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--third-main);
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .list-filter__options-toggle:hover {
    color: var(--second-main);
    text-decoration: underline;
    text-decoration-color: currentColor;
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
@media (hover: none), (pointer: coarse) {
  .list-filter__options-toggle:active {
    color: var(--second-main);
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
.list-filter__options-toggle:focus-visible {
  outline: 2px solid var(--third-main);
  outline-offset: 2px;
}
.list-filter__options-toggle.is-visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 768px) {
  .list-filter__options-toggle {
    display: none !important;
  }
}
.list-filter__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .list-filter__label {
    min-height: 52px;
    gap: 14px;
    padding: 12px 12px;
    font-family: "Europe", sans-serif;
    font-size: var(--text-16);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__label {
    min-height: 44px;
    gap: 12px;
    padding: 8px 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-filter__label:hover {
    color: var(--txt-color);
  }
}
.list-filter__label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list-filter__label:has(input:checked) {
  color: var(--txt-color);
}
.list-filter__label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: none), (pointer: coarse) {
  .list-filter__option:active .list-filter__label {
    background: var(--color-bg-second-soft, #F0FDF8);
  }
}
.list-filter__option-text {
  min-width: 0;
}
.list-filter__control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--color-border-neutral);
  background: var(--color-surface);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 768px) {
  .list-filter__control {
    width: 24px;
    height: 24px;
    border-width: 2px;
  }
}
.list-filter__control--checkbox {
  border-radius: 4px;
}
.list-filter__control svg {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.list-filter__label:has(input:checked) .list-filter__control {
  border-color: var(--main-main);
  background: var(--main-main);
}
.list-filter__label:has(input:checked) .list-filter__control svg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list-filter__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border-lite);
}
@media (max-width: 768px) {
  .list-filter__actions {
    grid-area: foot;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 12px;
    margin-top: 0;
    padding: 16px max(12px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-top: 1px solid var(--color-border-lite);
    background: var(--color-surface);
    -webkit-box-shadow: 0 -4px 20px rgba(0, 38, 64, 0.08);
            box-shadow: 0 -4px 20px rgba(0, 38, 64, 0.08);
  }
}
@media (max-width: 768px) {
  .list-filter__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .list-filter__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .list-filter__actions {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    padding: 8px max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    -webkit-box-shadow: 0 -2px 12px rgba(0, 38, 64, 0.06);
            box-shadow: 0 -2px 12px rgba(0, 38, 64, 0.06);
  }
}
.list-filter__modef {
  margin: 0;
  text-align: center;
}
.list-filter__modef[hidden] {
  display: none;
}
@media (min-width: 769px) {
  .list-filter__modef {
    display: none !important;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__modef {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }
}
.list-filter__modef-text {
  font-family: "Europe", sans-serif;
  font-size: var(--text-12);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
}
@media (max-width: 768px) {
  .list-filter__modef-text {
    font-family: "Europe", sans-serif;
    font-size: var(--text-14);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__modef-text {
    font-family: "Europe", sans-serif;
    font-size: var(--text-12);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
.list-filter__modef-text [data-filter-count] {
  font-weight: 500;
  color: var(--main-main);
}
.list-filter__actions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .list-filter__actions-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__actions-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-filter__submit-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .list-filter__submit-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__submit-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
.list-filter__submit-wrap:has(.list-filter__submit.is-pending)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  -webkit-animation: list-filter-submit-spin 0.7s linear infinite;
          animation: list-filter-submit-spin 0.7s linear infinite;
  pointer-events: none;
}
.list-filter__submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.list-filter__submit.is-pending, .list-filter__submit.is-pending:disabled {
  cursor: wait;
  pointer-events: none;
  color: transparent !important;
  background-color: #00AC6B;
  border-color: #00AC6B;
}
@media (max-width: 768px) {
  .list-filter__submit {
    width: 100%;
    min-height: 52px;
    padding: 16px 20px;
    font-family: "Europe", sans-serif;
    font-size: var(--text-16);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .list-filter__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    min-width: 148px;
    min-height: 44px;
    padding: 10px 28px;
  }
}
.list-filter__modef-bubble {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  z-index: 20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--color-border-lite);
  border-radius: 8px;
  background: var(--color-surface);
  -webkit-box-shadow: 0 4px 16px rgba(0, 38, 64, 0.12);
          box-shadow: 0 4px 16px rgba(0, 38, 64, 0.12);
  white-space: nowrap;
  pointer-events: auto;
}
.list-filter__modef-bubble .arrow {
  position: absolute;
  right: 100%;
  top: 16px;
  border: 7px solid transparent;
  border-right-color: var(--color-border-lite);
}
.list-filter__modef-bubble .arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  border: 6px solid transparent;
  border-right-color: var(--color-surface);
}
@media (max-width: 768px) {
  .list-filter__modef-bubble {
    display: none !important;
  }
}
.list-filter__modef-bubble-text {
  font-family: "Europe", sans-serif;
  font-size: var(--text-12);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
}
.list-filter__modef-bubble-text #modef_num {
  font-weight: 500;
  color: var(--main-main);
}
.list-filter__modef-bubble-apply {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 10px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--third-main);
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, text-decoration-color 0.2s ease;
  padding: 4px 6px;
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (hover: hover) and (pointer: fine) {
  .list-filter__modef-bubble-apply:hover {
    color: var(--second-main);
    text-decoration: underline;
    text-decoration-color: currentColor;
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
@media (hover: none), (pointer: coarse) {
  .list-filter__modef-bubble-apply:active {
    color: var(--second-main);
    background-color: var(--color-bg-second-soft, #F0FDF8);
  }
}
.list-filter__modef-bubble-apply:focus-visible {
  outline: 2px solid var(--third-main);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  body.is-filter-drawer-open .list-filter {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 768px) {
  body.is-filter-drawer-closing .list-filter {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes list-filter-submit-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes list-filter-submit-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1777598929302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.section/custom/style.css?178099981168336*/
@media (min-width: 769px) {
  .catalog-products__grid--focus-mode .catalog-product-row:not(.catalog-product-row--focus) {
    position: relative;
    z-index: 0;
    -webkit-filter: blur(2.5px) saturate(0.88);
            filter: blur(2.5px) saturate(0.88);
    opacity: 0.52;
    -webkit-transform: scale(0.994);
            transform: scale(0.994);
    -webkit-transition: opacity 0.4s ease, border-color 0.2s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, border-color 0.2s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
    transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease, border-color 0.2s ease;
    transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease, border-color 0.2s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  }
  .catalog-products__grid--focus-mode .catalog-product-row:not(.catalog-product-row--focus)::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.42) 0%, rgba(246, 249, 251, 0.28) 55%, rgba(255, 255, 255, 0.38) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .catalog-products__grid--focus-mode .catalog-product-row--focus {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 6px 28px rgba(0, 38, 64, 0.08), 0 0 0 1px rgba(0, 172, 107, 0.14);
            box-shadow: 0 6px 28px rgba(0, 38, 64, 0.08), 0 0 0 1px rgba(0, 172, 107, 0.14);
    -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.4s ease;
    transition: border-color 0.2s ease, -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, border-color 0.2s ease;
    transition: box-shadow 0.4s ease, border-color 0.2s ease, -webkit-box-shadow 0.4s ease;
  }
}
@media (min-width: 769px) and (prefers-reduced-motion: reduce) {
  .catalog-products__grid--focus-mode .catalog-product-row:not(.catalog-product-row--focus) {
    -webkit-filter: none;
            filter: none;
    opacity: 0.62;
  }
  .catalog-products__grid--focus-mode .catalog-product-row:not(.catalog-product-row--focus)::after {
    background: rgba(255, 255, 255, 0.35);
  }
}
.catalog-products__grid.catalog-products__grid--rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  width: 100%;
  min-width: 0;
}
@media (max-width: 480px) {
  .catalog-products__grid.catalog-products__grid--rows {
    gap: 10px;
  }
}

.catalog-list-layout:not(.catalog-list-layout--no-filter) .catalog-products__grid.catalog-products__grid--rows {
  container-type: inline-size;
  container-name: catalog-list-main;
}

.catalog-product-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(220px, 260px) 20px minmax(140px, 1fr) 20px minmax(280px, 300px);
  grid-template-columns: minmax(220px, 260px) minmax(140px, 1fr) minmax(280px, 300px);
  -ms-grid-rows: auto 15px auto;
      grid-template-areas: "title title title" "media info  calc";
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px;
  border: 1px solid var(--main-accent2);
  border-radius: 8px;
  background-color: var(--color-surface);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.catalog-product-row:hover {
  border-color: var(--second-main);
}
.catalog-product-row:hover .catalog-product-row__title a {
  color: var(--second-main);
}
@media (max-width: 1200px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(200px, 240px) 15px minmax(140px, 1fr) 15px minmax(260px, 320px);
    grid-template-columns: minmax(200px, 240px) minmax(140px, 1fr) minmax(260px, 320px);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 12px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        grid-template-areas: "title" "media" "info" "calc";
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
  }
}

@media (max-width: 1000px) {
  .catalog-list-layout--no-filter .catalog-product-row,
  .ext-eshop-template-section-horizontal .catalog-product-row {
    -ms-grid-columns: minmax(180px, 220px) minmax(140px, 1fr);
    grid-template-columns: minmax(180px, 220px) minmax(140px, 1fr);
        grid-template-areas: "title title" "media info" "calc  calc";
  }
}
.catalog-product-row__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: title;
  margin: 0;
  text-align: left;
}
.catalog-product-row__title a {
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--main-main);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.catalog-product-row__title a:hover {
  color: var(--second-main);
  text-decoration: none;
}

.catalog-product-row__media {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: media;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 4/3;
  background-color: var(--color-surface);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
.catalog-product-row__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .catalog-product-row__media {
    max-width: 320px;
    margin: 0 auto;
  }
}

.catalog-product-row__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-accent2);
}

.catalog-product-row__info {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 0;
  text-align: left;
}

.catalog-product-row__meta {
  font-family: "Europe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
  margin: 0;
  text-align: left;
}

.catalog-product-row__description {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #848A94;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-product-row__calc {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: calc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .catalog-product-row__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .catalog-product-row__media {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row__info {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .catalog-product-row__calc {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

@media (max-width: 1000px) {
  .catalog-list-layout--no-filter .catalog-product-row > .catalog-product-row__title, .ext-eshop-template-section-horizontal .catalog-product-row > .catalog-product-row__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .catalog-list-layout--no-filter .catalog-product-row > .catalog-product-row__media, .ext-eshop-template-section-horizontal .catalog-product-row > .catalog-product-row__media {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .catalog-list-layout--no-filter .catalog-product-row > .catalog-product-row__info, .ext-eshop-template-section-horizontal .catalog-product-row > .catalog-product-row__info {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .catalog-list-layout--no-filter .catalog-product-row > .catalog-product-row__calc, .ext-eshop-template-section-horizontal .catalog-product-row > .catalog-product-row__calc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.catalog-product-row__pay-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.catalog-product-row .calc-sidebar__price-hint {
  font-family: "Europe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
  text-align: center;
}

.catalog-product-row .product-item-detail-price-container {
  width: 100%;
  text-align: center;
}

.catalog-product-row .product-item-detail-price-current {
  font-family: "Europe", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: var(--third-main);
}

.catalog-product-row .calc-sidebar.is-stale .product-item-detail-price-current,
.catalog-product-row .calc-sidebar.is-empty .product-item-detail-price-current {
  display: none;
}

.catalog-product-row .calc-sidebar.is-stale .product-item-detail-price-container,
.catalog-product-row .calc-sidebar.is-empty .product-item-detail-price-container {
  font-size: 0;
  line-height: 0;
}

.catalog-product-row .calc-sidebar.is-stale .product-item-detail-price-container::before,
.catalog-product-row .calc-sidebar.is-empty .product-item-detail-price-container::before {
  content: "";
  display: block;
  width: 140px;
  height: 24px;
  margin: 0 auto;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #eef3f6), color-stop(50%, #f6f9fb), color-stop(75%, #eef3f6));
  background: linear-gradient(90deg, #eef3f6 25%, #f6f9fb 50%, #eef3f6 75%);
  background-size: 220% 100%;
  -webkit-animation: calc-price-skeleton 1.2s ease-in-out infinite;
          animation: calc-price-skeleton 1.2s ease-in-out infinite;
}

.catalog-product-row .calc-sidebar.is-ready .calc-sidebar__price-hint {
  display: none;
}

@-webkit-keyframes calc-price-skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@keyframes calc-price-skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.catalog-product-row .catalog-product-row__copy-inline {
  color: var(--txt-faded);
  font-family: "Europe", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.catalog-product-row .cheaper-block-info,
.catalog-product-row .delivery-current-days {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #848A94;
  text-align: center;
  width: 100%;
}

.catalog-product-row .product-item-detail-cheaper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--main-accent2);
  background: var(--color-surface-soft, #f6f6f6);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .catalog-product-row .product-item-detail-cheaper-block:hover {
    border-color: var(--main-main);
    background: var(--color-surface);
  }
}

.catalog-product-row .cheaper-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog-product-row .cheaper-block-title {
  width: 100%;
  color: var(--txt-faded);
  font-family: "Europe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.catalog-product-row .cheaper-block-price {
  width: 100%;
  font-family: "Europe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
}

.catalog-product-row .cheaper-block-arrow svg {
  width: 6px;
  height: 12px;
}

.catalog-product-row__calc-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.catalog-product-row__calc-fields .eshopCtrlElContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.catalog-product-row__calc-fields .extraNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: left;
  width: 100%;
}
.catalog-product-row__calc-fields .extraNumber.gap-2 {
  gap: 4px;
}
.catalog-product-row__calc-fields .extraNumberLabel {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
  margin: 0;
}
.catalog-product-row__calc-fields .extraNumberControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.catalog-product-row__calc-fields .extraNumberControls.gap-3 {
  gap: 4px;
}
.catalog-product-row__calc-fields .extraNumberControls input.bx_col_input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 6px 8px;
  text-align: center;
  border: 1px solid var(--main-accent2);
  border-radius: 4px;
  background: var(--color-surface);
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.catalog-product-row__calc-fields .extraNumberControls input.bx_col_input:focus {
  outline: none;
  border-color: var(--main-main);
}
.catalog-product-row__calc-fields .extraNumberControls .extra_controls_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  padding: 0;
  border: 1px solid var(--main-accent2);
  border-radius: 4px;
  background: var(--color-surface);
  color: var(--txt-color);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.catalog-product-row__calc-fields .extraNumberControls .extra_controls_btn:hover {
  border-color: var(--main-main);
  background: var(--main-main);
  color: var(--color-surface);
}
.catalog-product-row__calc-fields select.extrachoice {
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 6px 36px 6px 12px;
  border: 1px solid var(--main-accent2);
  border-radius: 4px;
  background-color: var(--color-surface);
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
  font-family: "Europe", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  line-height: normal;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23002640' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.catalog-product-row__calc-fields select.extrachoice:focus, .catalog-product-row__calc-fields select.extrachoice:focus-visible {
  outline: none;
  border-color: var(--main-main);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
}

.catalog-product-row__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.catalog-product-row__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.catalog-product-row__price-current {
  font-family: "Europe", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.catalog-product-row__sum {
  color: var(--third-main);
}

.catalog-product-row__copy {
  color: var(--txt-faded);
  font-family: "Europe", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.catalog-product-row__price-hint {
  font-family: "Europe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-faded);
}

.catalog-product-row__order-btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .catalog-list-layout--no-filter .catalog-product-row .catalog-product-row__calc,
  .ext-eshop-template-section-horizontal .catalog-product-row .catalog-product-row__calc {
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    background: var(--color-surface-soft, #f6f6f6);
    border: 1px solid var(--main-accent2);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(180px, 260px);
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "fields pay" "cheaper cheaper";
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .catalog-list-layout--no-filter .catalog-product-row__calc-fields,
  .ext-eshop-template-section-horizontal .catalog-product-row__calc-fields {
    grid-area: fields;
    min-width: 0;
    width: 100%;
    gap: 10px;
    -ms-grid-row-align: end;
        align-self: end;
  }
  .catalog-list-layout--no-filter .catalog-product-row__calc-fields .eshopCtrlElContainer,
  .ext-eshop-template-section-horizontal .catalog-product-row__calc-fields .eshopCtrlElContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .catalog-list-layout--no-filter .catalog-product-row__calc-fields .extraNumber,
  .ext-eshop-template-section-horizontal .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: calc(50% - 5px);
    min-width: 0;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block {
    grid-area: pay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-grid-row-align: end;
        align-self: end;
    gap: 8px 10px;
    width: 100%;
    max-width: 260px;
    min-width: 0;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .product-item-detail-price-container,
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .calc-sidebar__price,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .product-item-detail-price-container,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .calc-sidebar__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .product-item-detail-price-container::before,
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .calc-sidebar__price::before,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .product-item-detail-price-container::before,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .calc-sidebar__price::before {
    margin: 0;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .catalog-product-row__order-btn,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .catalog-product-row__order-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .delivery-current-days,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .delivery-current-days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .calc-sidebar__price-hint,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .calc-sidebar__price-hint {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    text-align: center;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .product-item-detail-price-current,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .calc-sidebar.is-empty .product-item-detail-price-container::before,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .cheaper-block-title,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block .cheaper-block-price,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block {
    grid-area: cheaper;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 10px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: white;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block .product-item-detail-price-current,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-empty .product-item-detail-price-container::before,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-title,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-price,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-list-layout--no-filter .catalog-product-row .cheaper-block-text,
  .ext-eshop-template-section-horizontal .catalog-product-row .cheaper-block-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-list-layout--no-filter .catalog-product-row .cheaper-block-title,
  .catalog-list-layout--no-filter .catalog-product-row .cheaper-block-price,
  .ext-eshop-template-section-horizontal .catalog-product-row .cheaper-block-title,
  .ext-eshop-template-section-horizontal .catalog-product-row .cheaper-block-price {
    text-align: left;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pricing,
  .ext-eshop-template-section-horizontal .catalog-product-row__pricing {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    text-align: left;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pricing .catalog-product-row__order-btn,
  .ext-eshop-template-section-horizontal .catalog-product-row__pricing .catalog-product-row__order-btn {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row__pay-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row__pay-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 768px) {
  .catalog-product-row .catalog-product-row__calc {
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    background: var(--color-surface-soft, #f6f6f6);
    border: 1px solid var(--main-accent2);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto;
        grid-template-areas: "fields" "pay" "cheaper";
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px;
  }
  .catalog-product-row__calc-fields {
    grid-area: fields;
    width: 100%;
    min-width: 0;
    gap: 10px;
  }
  .catalog-product-row__calc-fields .eshopCtrlElContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: calc(50% - 5px);
    min-width: 0;
  }
  .catalog-product-row__pay-block {
    grid-area: pay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container,
  .catalog-product-row__pay-block .calc-sidebar__price {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pay-block .calc-sidebar__price-hint,
  .catalog-product-row__pay-block .cheaper-block-info,
  .catalog-product-row__pay-block .delivery-current-days {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pay-block .catalog-product-row__order-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-product-row__pay-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row__pay-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row__pay-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row__pay-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row__pay-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container::before,
  .catalog-product-row__pay-block .calc-sidebar__price::before {
    margin: 0;
  }
  .catalog-product-row .product-item-detail-cheaper-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    grid-area: cheaper;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .catalog-product-row .cheaper-block-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .catalog-product-row .cheaper-block-title,
  .catalog-product-row .cheaper-block-price {
    width: auto;
    text-align: left;
  }
  .catalog-product-row__pricing {
    grid-area: pay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  .catalog-product-row__pricing .product-item-detail-price-container,
  .catalog-product-row__pricing .calc-sidebar__price {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pricing .calc-sidebar__price-hint,
  .catalog-product-row__pricing .cheaper-block-info,
  .catalog-product-row__pricing .delivery-current-days {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pricing .catalog-product-row__order-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields,
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block,
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .product-item-detail-cheaper-block,
  .catalog-product-row .catalog-product-row__calc > .product-item-detail-cheaper-block {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .product-item-detail-cheaper-block {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .product-item-detail-cheaper-block {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__pricing {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  }
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__pricing {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  }
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  }
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  }
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
@container catalog-list-main (min-width: 621px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(150px, 190px) 12px minmax(140px, 1fr) 12px minmax(210px, 250px);
    grid-template-columns: minmax(150px, 190px) minmax(140px, 1fr) minmax(210px, 250px);
    -ms-grid-rows: auto 12px auto;
        grid-template-areas: "title title title" "media info  calc";
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
    padding: 15px;
  }
  .catalog-product-row .catalog-product-row__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    -ms-grid-columns: none;
    grid-template-columns: none;
        grid-template-areas: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .catalog-product-row__calc-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    grid-area: unset;
    -ms-grid-row-align: auto;
        align-self: auto;
  }
  .catalog-product-row__calc-fields .eshopCtrlElContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
    min-width: 0;
  }
  .catalog-product-row__pay-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -ms-grid-row-align: auto;
        align-self: auto;
    -ms-grid-column-align: auto;
        justify-self: auto;
    grid-area: unset;
    text-align: center;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container,
  .catalog-product-row__pay-block .calc-sidebar__price {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .catalog-product-row__pay-block .catalog-product-row__order-btn {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-row__pay-block .delivery-current-days,
  .catalog-product-row__pay-block .calc-sidebar__price-hint {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    text-align: center;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    grid-area: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-grid-row-align: auto;
        align-self: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 10px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-product-row .cheaper-block-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog-product-row .cheaper-block-title,
  .catalog-product-row .cheaper-block-price {
    text-align: center;
    width: 100%;
  }
  .catalog-product-row__pricing {
    grid-area: unset;
    grid-column: unset;
    display: block;
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}
@container catalog-list-main (min-width: 820px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(200px, 240px) 15px minmax(140px, 1fr) 15px minmax(260px, 300px);
    grid-template-columns: minmax(200px, 240px) minmax(140px, 1fr) minmax(260px, 300px);
    -ms-grid-rows: auto 12px auto;
        grid-template-areas: "title title title" "media info  calc";
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 12px;
    padding: 15px;
  }
}
@container catalog-list-main (max-width: 620px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(140px, 220px) 15px minmax(160px, 1fr);
    grid-template-columns: minmax(140px, 220px) minmax(160px, 1fr);
    -ms-grid-rows: auto 12px auto 12px auto;
        grid-template-areas: "title title" "media info" "calc  calc";
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 12px;
  }
  .catalog-product-row .catalog-product-row__calc {
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    background: var(--color-surface-soft, #f6f6f6);
    border: 1px solid var(--main-accent2);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(140px, 200px);
    grid-template-columns: minmax(0, 1fr) minmax(140px, 200px);
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "fields pay" "cheaper cheaper";
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .catalog-product-row__calc-fields {
    grid-area: fields;
    min-width: 0;
    width: 100%;
    gap: 10px;
    -ms-grid-row-align: end;
        align-self: end;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row__calc-fields .eshopCtrlElContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: calc(50% - 5px);
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 120px;
            flex: 1 1 120px;
    max-width: calc(50% - 5px);
    min-width: 100px;
  }
  .catalog-product-row__pay-block {
    grid-area: pay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-grid-row-align: end;
        align-self: end;
    gap: 8px 10px;
    width: 100%;
    max-width: 260px;
    min-width: 0;
    -ms-grid-column-align: end;
        justify-self: end;
    max-width: 200px;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container,
  .catalog-product-row__pay-block .calc-sidebar__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container::before,
  .catalog-product-row__pay-block .calc-sidebar__price::before {
    margin: 0;
  }
  .catalog-product-row__pay-block .catalog-product-row__order-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-product-row__pay-block .delivery-current-days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
  }
  .catalog-product-row__pay-block .calc-sidebar__price-hint {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    text-align: center;
  }
  .catalog-product-row__pay-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row__pay-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row__pay-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row__pay-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row__pay-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    grid-area: cheaper;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 10px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: white;
  }
  .catalog-product-row .product-item-detail-cheaper-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row .cheaper-block-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-product-row .cheaper-block-title,
  .catalog-product-row .cheaper-block-price {
    text-align: left;
  }
  .catalog-product-row__info {
    min-width: 160px;
  }
}
@container catalog-list-main (max-width: 560px) {
  .catalog-product-row {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        grid-template-areas: "title" "media" "info" "calc";
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
  }
  .catalog-product-row .catalog-product-row__calc {
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    background: var(--color-surface-soft, #f6f6f6);
    border: 1px solid var(--main-accent2);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 10px auto 10px auto;
        grid-template-areas: "fields" "pay" "cheaper";
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px;
  }
  .catalog-product-row__calc-fields {
    grid-area: fields;
    width: 100%;
    min-width: 0;
    gap: 10px;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .catalog-product-row__calc-fields .eshopCtrlElContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: calc(50% - 5px);
    min-width: 0;
  }
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .catalog-product-row__pay-block {
    grid-area: pay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .catalog-product-row__pay-block .product-item-detail-price-container,
  .catalog-product-row__pay-block .calc-sidebar__price {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pay-block .calc-sidebar__price-hint,
  .catalog-product-row__pay-block .cheaper-block-info,
  .catalog-product-row__pay-block .delivery-current-days {
    width: 100%;
    text-align: left;
  }
  .catalog-product-row__pay-block .catalog-product-row__order-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-product-row__pay-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row__pay-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row__pay-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row__pay-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row__pay-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
    grid-area: cheaper;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  @media (max-width: 1000px) {
  .catalog-list-layout--no-filter .catalog-product-row__calc-fields,
  .ext-eshop-template-section-horizontal .catalog-product-row__calc-fields {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .catalog-list-layout--no-filter .catalog-product-row__pay-block,
  .ext-eshop-template-section-horizontal .catalog-product-row__pay-block {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .catalog-list-layout--no-filter .catalog-product-row .product-item-detail-cheaper-block,
  .ext-eshop-template-section-horizontal .catalog-product-row .product-item-detail-cheaper-block {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
  }
  .catalog-product-row__calc-fields {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .catalog-product-row__pay-block {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .catalog-product-row .product-item-detail-cheaper-block {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
  }
  .catalog-product-row__pricing {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  }
  @media (max-width: 768px) {
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__calc-fields {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pay-block {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .product-item-detail-cheaper-block {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
  }
  .catalog-product-row .catalog-product-row__calc > .catalog-product-row__pricing {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
  }
  }
  .catalog-product-row .product-item-detail-cheaper-block .product-item-detail-price-current {
    font-family: "Europe", sans-serif;
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-stale .product-item-detail-price-container::before,
  .catalog-product-row .product-item-detail-cheaper-block .calc-sidebar.is-empty .product-item-detail-price-container::before {
    height: 28px;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-title {
    font-family: "Europe", sans-serif;
    font-size: var(--text-main);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
  .catalog-product-row .product-item-detail-cheaper-block .cheaper-block-price {
    font-family: "Europe", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .catalog-product-row .cheaper-block-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .catalog-product-row .cheaper-block-title,
  .catalog-product-row .cheaper-block-price {
    width: auto;
    text-align: left;
  }
  .catalog-product-row__media {
    max-width: 320px;
    margin: 0 auto;
  }
}
.catalog-product-row .extshop-order {
  grid-column: 1/-1;
  width: 100%;
  margin-top: 15px;
}

.delivery-speed-modal__dialog {
  position: relative;
  width: min(100%, 880px);
  border: 1px solid var(--main-accent2);
  border-radius: 8px;
  padding: 30px;
}

.delivery-speed-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-right: 40px;
}

.delivery-speed-modal__title {
  font-family: "Europe", sans-serif;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
}

.delivery-speed-modal__close.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--main-main);
  border-radius: 100px;
  background: transparent;
  color: var(--main-main);
  font-size: 28px;
  line-height: 1;
}

.delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.delivery-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--color-border, var(--main-accent2));
  cursor: pointer;
}
.delivery-option:last-child {
  border-bottom: 0;
}
.delivery-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery-option__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--third-main);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56% 56%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.delivery-option__icon--slow {
  background-image: url("/local/templates/abukva/components/bitrix/catalog.section/custom/../../catalog.element/custom/images/urgency-cheaper.svg");
}

.delivery-option__icon--standard {
  background-image: url("/local/templates/abukva/components/bitrix/catalog.section/custom/../../catalog.element/custom/images/urgency-standard.svg");
}

.delivery-option__icon--fast {
  background-image: url("/local/templates/abukva/components/bitrix/catalog.section/custom/../../catalog.element/custom/images/urgency-faster.svg");
}

.delivery-option__title,
.delivery-option__price,
.delivery-option__days {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
}

.delivery-option__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.delivery-option__price {
  color: var(--third-main);
}

.delivery-option__apply {
  min-width: 132px;
  border-radius: 16px;
}

.delivery-option__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-width: 0;
}

.delivery-option__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(80px, auto) 40px minmax(80px, auto) 40px auto;
  grid-template-columns: minmax(80px, auto) minmax(80px, auto) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.delivery-option--active {
  background: var(--color-surface-soft, #f6f6f6);
}

.delivery-option__current-badge {
  display: none;
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
  background: var(--main-main);
  color: var(--color-surface);
  font-family: "Europe", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.delivery-option__badge-text-short {
  display: none;
}

.delivery-option--current-applied {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.72;
}
.delivery-option--current-applied .delivery-option__current-badge {
  display: inline-block;
}
.delivery-option--current-applied .delivery-option__apply {
  visibility: hidden;
}

@media (max-width: 768px) {
  .delivery-speed-modal__dialog {
    padding: 20px;
  }
  .delivery-option {
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .delivery-option__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .delivery-option__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .delivery-option__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .delivery-option__price,
  .delivery-option__days {
    text-align: center;
    width: 100%;
  }
  .delivery-option__badge-text-full {
    display: none;
  }
  .delivery-option__badge-text-short {
    display: inline;
  }
  .delivery-speed-modal__close.modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .catalog-product-row__calc-fields .extraNumber {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .catalog-product-row__calc-fields .extraNumberControls {
    max-width: none;
  }
  .catalog-product-row__calc-fields .extraNumberControls .extra_controls_btn.btn {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .catalog-product-row__calc-fields .extraNumberControls input.bx_col_input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 72px;
  }
  .delivery-speed-modal__dialog {
    padding: 16px;
  }
  .delivery-speed-modal__close.modal__close {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .delivery-speed-modal__header {
    margin-right: 36px;
  }
}
/* End */


/* Start:/bitrix/components/arsisprint/extshop.ctrl/templates/.default/style.css?177945088016331*/
@charset "UTF-8";
.eshopCtrlEl {
  text-align: center;
}

.bx_rt .eshopCtrlEl {
  text-align: left;
}

.eshoploader {
  position: relative;
}

.bx_price.show_loader,
.item_current_price.show_loader {
  background: url(/bitrix/components/arsisprint/extshop.ctrl/templates/.default/images/loader_25.gif) center center no-repeat;
}

.eshoploader div {
  background: top center url(/bitrix/components/arsisprint/extshop.ctrl/templates/.default/images/preloader.gif) no-repeat;
  position: absolute;
  bottom: 0.4em;
  font-size: 85%;
  padding: 1.5em 0 0;
  width: 100%;
}

.bx_rt .eshoploader div {
  background-position: top left;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.show-waiting:before {
  -webkit-animation: 1.5s linear infinite spinner;
          animation: 1.5s linear infinite spinner;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  border: solid 2.8px #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  /* line-height: 1.5; */
  /* position: absolute; */
  top: 10%;
  left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  display: inline-block;
  margin-right: 1rem;
  /* margin-bottom: -0.6rem; */
  /* margin-left: 0.5rem; */
}

.extraNumberLabel {
  margin: 0;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.extra_controls_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid var(--main-main);
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
}

.extraNumberControls .bx_col_input {
  min-height: 40px;
  height: 40px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.extraNumberControls .bx_col_input::-webkit-outer-spin-button, .extraNumberControls .bx_col_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.extra_controls_btn:hover,
.extra_controls_btn:active,
.extra_controls_btn:active:focus {
  background-color: var(--main-main);
  color: #fff;
  outline: 0;
}

.extra_controls_btn:focus {
  border: 1px solid var(--main-main);
  background-color: #fff;
  color: var(--txt-color);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.eshopCtrlEl input:focus-visible,
.eshopCtrlEl select:focus-visible {
  outline: 0;
  border-color: var(--main-main);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
}

.eshopCtrlEl select.extrachoice {
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 6px 36px 6px 12px;
  border: 1px solid var(--main-accent2);
  border-radius: 4px;
  background-color: var(--color-surface);
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
  font-family: "Europe", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  line-height: normal;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23002640' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.eshopCtrlEl select.extrachoice:focus, .eshopCtrlEl select.extrachoice:focus-visible {
  outline: none;
  border-color: var(--main-main);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
          box-shadow: 0 0 0 2px rgba(0, 172, 107, 0.15);
}

:root {
  --red: var(--main-main);
  --green: #18DB25;
  --gray: #B9B9B9;
  --divider: #E3E3E3;
}

.calc-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 434px;
  max-width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--color-border-dark);
  background: var(--color-surface, #fff);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-family: "Europe", sans-serif;
}

@media (max-width: 480px) {
  .calc-result {
    width: 100%;
    min-width: 0;
  }
}
.calc-result__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-10);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-result__title {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
  text-align: center;
  display: block;
}

.calc-result__subtitle {
  color: var(--txt-muted);
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  line-height: normal;
}

.calc-result__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.calc-result__row,
.mainCalc-result-copyset-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid var(--color-border-lite);
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  background: none;
  padding: 10px;
  border-radius: 5px;
}

.calc-result__row:hover,
.mainCalc-result-copyset-item:hover {
  opacity: 0.8;
}

.calc-result__row:last-child,
.mainCalc-result-copyset-item:last-child {
  border-bottom: none;
}

.calc-result__radio,
.mainCalc-result-copyset-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.calc-result__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.calc-result__checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gray);
  background: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calc-result__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-main);
}

.calc-result__radio:checked ~ .calc-result__left .calc-result__checkmark,
.mainCalc-result-copyset-input:checked ~ .calc-result__left .calc-result__checkmark {
  border-color: var(--main-main);
}

.calc-result__radio:checked ~ .calc-result__left .calc-result__checkmark::after,
.mainCalc-result-copyset-input:checked ~ .calc-result__left .calc-result__checkmark::after {
  display: block;
}

.calc-result__row_selected,
.mainCalc-result-copyset-item_selected {
  background-color: #F0FDF8;
  -webkit-box-shadow: inset 3px 0 0 #00AC6B;
          box-shadow: inset 3px 0 0 #00AC6B;
  opacity: 1;
}
.calc-result__row_selected .calc-result__copy,
.mainCalc-result-copyset-item_selected .calc-result__copy {
  font-weight: 500;
  color: var(--txt-color);
}
.calc-result__row_selected .calc-result__price-per-item,
.calc-result__row_selected .calc-result__total-price,
.mainCalc-result-copyset-item_selected .calc-result__price-per-item,
.mainCalc-result-copyset-item_selected .calc-result__total-price {
  font-weight: 600;
}

.calc-result__row_selected:hover,
.mainCalc-result-copyset-item_selected:hover {
  opacity: 1;
  background-color: #F0FDF8;
}

.calc-result__copy {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.calc-result__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 88px;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  font-weight: 500;
}

.calc-result__price-per-item {
  color: var(--third-main);
  text-align: right;
  font-size: var(--text-16, 16px);
  font-style: normal;
  line-height: normal;
  white-space: nowrap;
}

.calc-result__currency-sup,
.calc-result__piece-sub {
  font-size: 10.32px;
  font-weight: 400;
  color: var(--third-main);
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.calc-result__currency-sup {
  top: -0.35em;
  margin-left: 1px;
}

.calc-result__piece-sub {
  bottom: -0.2em;
  margin-left: 0;
}

.calc-result__total-price {
  color: var(--txt-muted);
  text-align: right;
  font-size: var(--text-12, 12px);
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

.calc-result__cheaper.product-item-detail-cheaper-block--in-calc {
  margin-top: 0;
  width: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0;
  gap: 5px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc-result__cheaper.product-item-detail-cheaper-block--in-calc .cheaper-block-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 5px;
}
.calc-result__cheaper.product-item-detail-cheaper-block--in-calc .cheaper-block-title {
  color: var(--txt-muted);
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.calc-result__cheaper.product-item-detail-cheaper-block--in-calc .cheaper-block-price {
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.calc-result__cheaper.product-item-detail-cheaper-block--in-calc .cheaper-block-arrow {
  color: var(--txt-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.calc-result__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc-result__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: var(--second-main);
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: none;
}

.calc-result__button:hover {
  opacity: 0.9;
}

.calc-result__button:active {
  opacity: 0.8;
}

.calc-result__button:disabled {
  background: var(--gray);
  cursor: not-allowed;
  opacity: 0.6;
}

/* Адаптив для маленьких экранов */
@media (max-width: 480px) {
  .calc-result {
    padding: 16px;
  }
  .calc-result__row {
    gap: 12px;
  }
  .calc-result__left {
    gap: 8px;
  }
  .calc-result__checkmark {
    width: 16px;
    height: 16px;
  }
  .calc-result__checkmark::after {
    width: 8px;
    height: 8px;
  }
  .calc-result__copy {
    font-size: 13px;
  }
  .calc-result__prices {
    min-width: 76px;
  }
  .calc-result__price-per-item {
    font-size: 14px;
  }
  .calc-result__currency-sup,
  .calc-result__piece-sub {
    font-size: 9px;
  }
  .calc-result__total-price {
    font-size: 11px;
  }
  .calc-result__button {
    max-width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
}
#extshop-order-result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extshop-order {
  width: 100%;
}

/* БЭМ-стили для промо-блока */
.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #E8E8E8;
}

.promo__title {
  color: #000;
  font-family: "Europe", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 0 0 8px 0;
}

.promo__text {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.promo__text p {
  margin: 0 0 8px 0;
}

.promo__text p:last-child {
  margin-bottom: 0;
}

.promo__selection {
  color: var(--third-main);
  font-weight: 500;
}

.promo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 5px;
  background: var(--third-main);
  color: #FFF;
  font-family: "Europe", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.promo__link:hover {
  opacity: 0.9;
  color: #FFF;
  text-decoration: none;
}

.promo__link:active {
  opacity: 0.8;
}

.promo__card {
  display: none;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  margin-top: 12px;
}

.promo__card_visible {
  display: block;
}

/* Адаптив */
@media (max-width: 480px) {
  .promo {
    padding: 12px;
    gap: 10px;
  }
  .promo__title {
    font-size: 15px;
  }
  .promo__text {
    font-size: 13px;
  }
  .promo__link {
    padding: 6px 12px;
    font-size: 13px;
  }
}
/* End */


/* Start:/bitrix/components/arsisprint/extshop.order/templates/.default/style.css?177996222315103*/
@charset "UTF-8";
.extshop-order {
  margin: 0 auto;
  /* max-width: 800px; */
  padding: 0;
  position: relative;
}

.extshop-order .main-user-consent-request-announce-link {
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-muted);
  text-align: left;
}
@media (max-width: 480px) {
  .extshop-order .main-user-consent-request-announce-link {
    font-size: var(--text-12);
  }
}

.extshop-order .main-user-consent-request {
  position: relative;
}

.main-user-consent-request-popup-cont {
  max-height: calc(100vh - 50px);
}

.bx_catalog_list_home .extshop-order {
  padding: 0;
}

.extshop-order-item-header {
  font-size: 1.2rem;
  color: #1453c0;
  font-family: "Roboto", "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.extshop-order-item-header-num {
  width: 3rem;
  height: 3rem;
  border: 2px solid #1453c0;
  border-radius: 50%;
  margin: 0 1rem 0 -1.5rem;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  background: #fff;
  min-width: 3rem;
}

.extshop-order-item-header-text {
  padding: 1rem;
}

.extshop-order-item-header-subtext {
  font-size: 0.8rem;
}

.extshop-order-item {
  /*border-left: 2px solid  #1453c0;*/
}

.extshop-order-item_disable {
  border-color: #808080;
}

#extshop-order-promo {
  padding: 0 1rem;
  text-align: center;
}

.extshop-order-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7882352941);
  z-index: 8000;
}

.extshop-order-form-overlay {
  display: none;
}

.extshop-order-form-overlay-show .extshop-order-form-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 1rem;
}

.extshop-order_hide .extshop-order-item_without-num .extshop-order-item-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: 0 0 1rem;
  text-align: center;
}

.extshop-order_hide .extshop-order-item_without-num .extshop-order-item-header .extshop-order-item-header-num {
  display: none;
}

.extshop-order-item-inner {
  overflow: hidden;
  max-height: 1000px;
  -webkit-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}

.extshop-order-item_disable .extshop-order-item-header {
  color: #808080;
}

.extshop-order-item_disable .extshop-order-item-header-num {
  border-color: #808080;
}

.extshop-order-item_disable .extshop-order-item-inner {
  height: 0;
  padding: 0;
  max-height: 0;
}

.extshop-order_hide .extshop-order-item-header {
  display: none !important;
  /*opacity: 0;*/
}

.extshop-order_hide .extshop-order-item {
  border-left: none;
}

.extshop-order-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.82);
  z-index: 100100;
}

.extshop-order-overlay-inner {
  text-align: center;
  font-size: 1.5rem;
  color: #1453c0;
  border: 1px solid #9e9e9e;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin: 5rem 1rem;
  max-width: 500px;
}

/*.extshop-order-waiting:before {
  animation: changeContentOrder .8s linear infinite;
  display: inline-block;
  content: "⠋";
  font-size: 1em;
  margin-right: 1rem;
}*/
@-webkit-keyframes changeContentOrder {
  10% {
    content: "⠙";
  }
  20% {
    content: "⠹";
  }
  30% {
    content: "⠸";
  }
  40% {
    content: "⠼";
  }
  50% {
    content: "⠴";
  }
  60% {
    content: "⠦";
  }
  70% {
    content: "⠧";
  }
  80% {
    content: "⠇";
  }
  90% {
    content: "⠏";
  }
}
@keyframes changeContentOrder {
  10% {
    content: "⠙";
  }
  20% {
    content: "⠹";
  }
  30% {
    content: "⠸";
  }
  40% {
    content: "⠼";
  }
  50% {
    content: "⠴";
  }
  60% {
    content: "⠦";
  }
  70% {
    content: "⠧";
  }
  80% {
    content: "⠇";
  }
  90% {
    content: "⠏";
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.extshop-order-waiting:before {
  -webkit-animation: 1.5s linear infinite spinner;
          animation: 1.5s linear infinite spinner;
  -webkit-animation-play-state: inherit;
          animation-play-state: inherit;
  border: solid 2.8px #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  /* line-height: 1.5; */
  /* position: absolute; */
  top: 10%;
  left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  display: inline-block;
}

.extshop-order-container_100 {
  width: 100%;
}

/* Основной контейнер формы */
.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-20);
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid var(--main-accent2);
}

/* Заголовок формы */
.order-form__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-10);
}

.order-form__title {
  font-family: "Europe", sans-serif;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--main-main);
}

.order-form__subtitle {
  font-family: "Europe", sans-serif;
  font-size: var(--text-14);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-muted);
  margin: 0;
}

/* Контент формы */
.order-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* Поле формы */
.order-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* Лейбл */
.order-form__label {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-faded);
  margin: 0;
  text-align: left;
}

.order-form__required {
  color: #db0000;
}

/* Инпут */
.order-form__input {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order-form__input::-webkit-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::-moz-placeholder {
  color: var(--txt-faded);
}

.order-form__input:-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__input::placeholder {
  color: var(--txt-faded);
}

.order-form__input:hover {
  border-color: #999;
}

.order-form__input:focus {
  border-color: var(--main-main);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-form__input.order-form__input--error {
  border-color: #db0000;
}

/* Textarea */
.order-form__textarea {
  font-family: "Europe", sans-serif;
  font-size: var(--text-16);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--txt-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  outline: none;
  resize: vertical;
  min-height: 104px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.order-form__textarea::-webkit-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::-moz-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea:-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::-ms-input-placeholder {
  color: var(--txt-faded);
}

.order-form__textarea::placeholder {
  color: var(--txt-faded);
}

.order-form__textarea:hover {
  border-color: #999;
}

.order-form__textarea:focus {
  border-color: var(--main-main);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Сообщение об ошибке */
.order-form__error {
  font-family: "Europe", sans-serif;
  font-size: var(--text-12);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #db0000;
  margin-top: 4px;
  display: none;
}

.order-form__error.active {
  display: block;
}

/* Согласие на обработку данных */
.order-form__agreement {
  margin-top: 2px;
}

.order-form__agreement label {
  font-family: "Europe", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--txt-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.order-form__agreement input[type=checkbox] {
  margin-top: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: var(--second-main);
}

.order-form__agreement a {
  color: var(--third-main);
  text-decoration: underline;
}

.order-form__agreement a:hover {
  text-decoration: none;
}

/* Кнопки */
.order-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-10);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.order-form__button {
  font-family: "Europe", sans-serif;
  font-size: var(--text-btn);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 12px 24px;
  border: 1.5px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  outline: none;
}

.order-form__button--primary {
  background: var(--second-main);
  color: #fff;
  border-color: var(--second-main);
}

.order-form__button--primary:hover {
  background: var(--second-main);
  opacity: 0.9;
}

.order-form__button--primary:active {
  opacity: 0.85;
}

.order-form__button--primary:disabled {
  background: var(--main-accent2);
  cursor: not-allowed;
}

.order-form__button--secondary {
  background: transparent;
  color: var(--txt-color);
  border-color: var(--second-main);
}

.order-form__button--secondary:hover {
  background: rgba(255, 108, 0, 0.06);
}

.order-form__button--secondary:active {
  background: rgba(255, 108, 0, 0.12);
}

/* Адаптив */
@media (max-width: 768px) {
  .order-form {
    max-width: 100%;
  }
  .order-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-form__button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .order-form {
    padding: 20px;
    border-radius: 0;
  }
}
/* Контейнер формы в оверлее */
.extshop-order-form-container {
  /* max-width: 800px; */
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: calc(100vh - 100px);
  overflow: auto;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .extshop-order-form-container {
    max-height: calc(100vh - 50px);
  }
}

/* Оверлей */
.extshop-order-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(51, 51, 51, 0.79);
  z-index: 8000;
  display: none;
}

.extshop-order-form-overlay-show .extshop-order-form-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .extshop-order-form-overlay-show .extshop-order-form-overlay {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

/* Промо-блок внутри формы */
#extshop-order-promo {
  margin-bottom: 24px;
}

#extshop-order-promo:empty {
  display: none;
}

/* Состояние загрузки */
.extshop-order-waiting .order-form__button--primary {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.extshop-order-waiting .order-form__button--primary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spinner 0.8s linear infinite;
          animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Оверлей с сообщениями */
.extshop-order-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.51);
  z-index: 100100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.extshop-order-overlay.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.extshop-order-overlay-inner {
  text-align: center;
  font-family: "Europe", sans-serif;
  font-size: var(--text-20);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--third-main);
  border: 1px solid #9e9e9e;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  margin: 5rem 1rem;
  max-width: 500px;
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/.default/style.css?17775989294920*/
.webform-field-upload-list del {
	display: inline-block;
	margin: 0 3px 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.webform-field-upload-list del:hover {
	background: #E00101;
	color: #fff;
}
.webform-field-upload-list .error-text {
	color: #E00101;
}
.webform-field-upload-list i {
	vertical-align:top;
	display: none;
	width: 15px;
	height: 15px;
	background: url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px;
	margin: 0 0 0 8px; }

.hidden-caption {display: none;}

/* from intranet-common.css */
.webform-field-upload-list {
	margin:0 0 11px 2.8em;
	padding:0;}
.webform-field-upload-list a.upload-file-name { margin: 0 0 0 -4px; color: #0069c4; text-decoration: underline;}
.webform-field-upload-list a.upload-file-name:hover { color: #1c91e7; }
.webform-field-upload-list li {
	white-space: nowrap;
	width: 100%;
}
.webform-field-upload-list li div.webform-field-item-wrap {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3px 0;
	color: #888;
	white-space: nowrap;
}
.webform-field-upload-list li.uploading { color: #bbbbbb; }
.webform-field-upload-list li.uploading a.upload-file-name { cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.webform-field-upload-list li.uploading i {  display: inline-block; }

.webform-field-upload-list li .upload-file-name {
	padding: 0 5px 0 0;
}

.webform-field-upload {
	overflow: hidden;
	width: 250px;
	max-width: 100%;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.file-input .webform-field-upload input[type=file],
.file-input .webform-field-upload input[type=button] {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}
.webform-field-upload .webform-small-button {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.webform-field-upload-list ~ .webform-field-upload .webform-button-replace { display: none; }
.webform-field-upload-list.webform-field-upload-list-single {list-style: none; margin:0 0 11px 10px;}
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload { display: none; }
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace { display: none; }

.webform-field-upload-icon {
	display: none;
	margin: 0 10px 0 0;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #535c6a no-repeat center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);
	vertical-align: top;
	background-size: 50%;
	overflow: hidden;
}
.webform-field-upload-icon canvas, .webform-field-upload-icon img {
	width: 100%;
}

.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon {
	display: inline-block;
}
.webform-field-upload-notice {
	font-size: 11px;
	font-style: italic;
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17776696524416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/abukva/components/bitrix/catalog/extEshopTemplate/style.css?17780779582530 */
/* /local/templates/abukva/components/bitrix/catalog.smart.filter/.default/style.css?178101901624374 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1777598929302 */
/* /local/templates/abukva/components/bitrix/catalog.section/custom/style.css?178099981168336 */
/* /bitrix/components/arsisprint/extshop.ctrl/templates/.default/style.css?177945088016331 */
/* /bitrix/components/arsisprint/extshop.order/templates/.default/style.css?177996222315103 */
/* /bitrix/components/bitrix/main.file.input/templates/.default/style.css?17775989294920 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17776696524416 */
