

/* 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.show_message/templates/.default/style.css?177759892964*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* 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.show_message/templates/.default/style.css?177759892964 */
/* /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 */
