@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #D30300);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #ef0400);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #ff120e);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #ff6b69);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #D30300);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #ef0400);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ff120e);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ff6b69);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #121220);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #23233e);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #33335b);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #6c6cac);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, solid);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #FF0017);
  --color-notice-error-is-dark: var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #ff1a2d);
  --color-notice-error-minor-shade-is-dark: var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #ff3344);
  --color-notice-error-major-shade-is-dark: var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #ff808a);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #CCE5FF);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Manrope);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1280px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, true);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, true);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

/* line 15, theme.scss */
.product-description.static-text .table-wrapper {
  overflow-y: visible !important; }

@media (max-width: 768px) {
  /* line 19, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 22, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 25, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media screen and (max-width: 768px) {
  /* line 32, theme.scss */
  .checkout-v2-wrapper .co-checkout-title, .checkout-v2-wrapper .co-title--h1 {
    color: #251612;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
  /* line 40, theme.scss */
  .checkout-v2-wrapper .co-title--h2 {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
  /* line 47, theme.scss */
  .checkout-v2-wrapper .co-checkout-block--padded {
    padding-left: 0;
    padding-right: 0; }
  /* line 51, theme.scss */
  .checkout-v2-wrapper .co-sidebar-toggler {
    padding: 10px;
    border-radius: 5px;
    background: #1A9AE1;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 15%; }
    /* line 60, theme.scss */
    .checkout-v2-wrapper .co-sidebar-toggler .halfling-menu-down {
      position: absolute;
      top: 20px;
      bottom: 10px;
      right: 10px; }
      /* line 65, theme.scss */
      .checkout-v2-wrapper .co-sidebar-toggler .halfling-menu-down::before {
        content: url("https://static.insales-cdn.com/files/1/143/31727759/original/Стрелка2.svg");
        transform: rotateX(180deg); }
    /* line 71, theme.scss */
    .checkout-v2-wrapper .co-sidebar-toggler span {
      display: flex;
      align-items: center; }
    /* line 75, theme.scss */
    .checkout-v2-wrapper .co-sidebar-toggler .halfling-shopping-cart::before {
      content: url("https://static.insales-cdn.com/files/1/65/31727681/original/shopping-cart.svg"); }
  /* line 80, theme.scss */
  .checkout-v2-wrapper .co-sidebar-toggler_title {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 87, theme.scss */
  .checkout-v2-wrapper .co-basket_total-price {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 20px !important; }
  /* line 94, theme.scss */
  .checkout-v2-wrapper .co-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 98, theme.scss */
  .checkout-v2-wrapper .co-basket_item {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    padding: 10px;
    display: grid;
    grid-template-areas: "photo title" "photo price";
    grid-template-columns: 115px 1fr;
    gap: 8px 12px; }
  /* line 109, theme.scss */
  .checkout-v2-wrapper .co-basket_item-image_container {
    grid-area: photo; }
  /* line 112, theme.scss */
  .checkout-v2-wrapper .co-basket_item-description {
    grid-area: title;
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0; }
  /* line 121, theme.scss */
  .checkout-v2-wrapper .co-basket_item-total {
    grid-area: price;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
    margin-left: 0; }
    /* line 130, theme.scss */
    .checkout-v2-wrapper .co-basket_item-total .co-price--current {
      font-weight: 700;
      font-size: 18px;
      font-family: Roboto;
      line-height: 20px; }
  /* line 137, theme.scss */
  .checkout-v2-wrapper .co-basket_subtotal-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 5px;
    border: 1px solid #908E8E;
    background: #FFF;
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    padding: 8px; }
  /* line 147, theme.scss */
  .checkout-v2-wrapper .co-basket_subtotal-title {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 154, theme.scss */
  .checkout-v2-wrapper .co-price--current {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 161, theme.scss */
  .checkout-v2-wrapper .co-basket_total {
    border-radius: 5px;
    border: 1px solid var(--grey, #908E8E);
    background: var(--white, #FFF);
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    padding: 8px; }
    /* line 167, theme.scss */
    .checkout-v2-wrapper .co-basket_total .co-basket_total-price {
      font-family: Roboto;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px; }
  /* line 175, theme.scss */
  .checkout-v2-wrapper .co-basket_total-title {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 182, theme.scss */
  .checkout-v2-wrapper .co-checkout-block {
    margin-bottom: 3rem; }
    /* line 184, theme.scss */
    .checkout-v2-wrapper .co-checkout-block .co-button--checkout-login {
      border-radius: 10px;
      background: #D20A11;
      font-family: Noto Sans;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; }
  /* line 196, theme.scss */
  .checkout-v2-wrapper .co-client .co-button {
    display: flex;
    max-width: 114px;
    width: 100%;
    height: 35px;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--red, #D20A11);
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff; }
  /* line 214, theme.scss */
  .checkout-v2-wrapper .co-client .co-client-logged {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; }
  /* line 221, theme.scss */
  .checkout-v2-wrapper .co-client .co-client-name {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; }
  /* line 228, theme.scss */
  .checkout-v2-wrapper .co-client .co-client-field {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 237, theme.scss */
  .checkout-v2-wrapper .co-input-label {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 244, theme.scss */
  .checkout-v2-wrapper .co-input-field {
    border-radius: 10px;
    border: 1px solid var(--grey-light, #DCDCDC);
    background: var(--white, #FFF);
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
  /* line 255, theme.scss */
  .checkout-v2-wrapper .co-tabs-content--active {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  /* line 260, theme.scss */
  .checkout-v2-wrapper .co-toggable_field--bordered {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--grey-light, #DCDCDC);
    background: var(--white, #FFF);
    box-shadow: 2px 2px 5px 0px #D9D9D9; }
  /* line 267, theme.scss */
  .checkout-v2-wrapper .co-toggable_field {
    align-items: flex-start; }
    /* line 270, theme.scss */
    .checkout-v2-wrapper .co-toggable_field .co-toggable_field-title {
      font-family: Noto Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      margin: 0;
      margin-bottom: 12px; }
    /* line 279, theme.scss */
    .checkout-v2-wrapper .co-toggable_field .co-toggable_field-description {
      color: var(--black, #19192C);
      font-family: Noto Sans;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin: 0;
      margin-bottom: 12px; }
    /* line 289, theme.scss */
    .checkout-v2-wrapper .co-toggable_field .co-toggable_field-price {
      font-family: Roboto;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      padding: 0rem 0.5rem 0.5rem 2rem; }
    /* line 297, theme.scss */
    .checkout-v2-wrapper .co-toggable_field .co-toggable_field-information {
      padding: 0; }
  /* line 301, theme.scss */
  .checkout-v2-wrapper .co-toggable_field-input--radio > span {
    color: #1A9AE1; }
  /* line 304, theme.scss */
  .checkout-v2-wrapper .co-toggable_field-input input + span {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  /* line 311, theme.scss */
  .checkout-v2-wrapper .co-toggable_field-input--radio input:checked + span {
    -webkit-box-shadow: inset 0 0 0 5px currentColor;
    box-shadow: inset 0 0 0 5px currentColor; }
  /* line 315, theme.scss */
  .checkout-v2-wrapper .co-customer {
    margin-bottom: 2rem; }
  /* line 319, theme.scss */
  .checkout-v2-wrapper .co-payment_method-list .co-input-label {
    font-family: Roboto;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; }
  /* line 326, theme.scss */
  .checkout-v2-wrapper .co-payment_method-list .co-payment_method {
    margin-bottom: 24px; }
  /* line 330, theme.scss */
  .checkout-v2-wrapper .co-button--checkout#create_order {
    display: flex;
    max-width: 355px;
    width: 100%;
    height: 38px;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--red, #D20A11);
    font-family: Noto Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 auto; }

  /* line 351, theme.scss */
  .checkout-v2-wrapper.co-section--content_wrapper {
    margin-left: 0;
    margin-right: 0; }

  /* line 355, theme.scss */
  .co-order-information {
    padding: 0rem 0 1rem;
    margin-top: 0;
    margin-bottom: 2rem;
    border-top: none;
    border-bottom: none; }

  /* line 362, theme.scss */
  .co-order-information_title {
    color: #19192C;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    opacity: 1;
    flex: none; }

  /* line 372, theme.scss */
  .co-order-information_value {
    color: #19192C;
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; }
    /* line 379, theme.scss */
    .co-order-information_value .co-price {
      width: 100%; }
    /* line 382, theme.scss */
    .co-order-information_value .co-order-state {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      border: none;
      color: #D20A11;
      font-family: Noto Sans;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      width: 100%;
      max-width: 138px;
      height: 33px;
      padding: 0 !important;
      min-height: unset; }
    /* line 400, theme.scss */
    .co-order-information_value .co-button.co-button--small {
      border-radius: 10px;
      background: var(--red, #D20A11);
      font-family: Noto Sans;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      max-width: 139px;
      height: 34px; }
    /* line 411, theme.scss */
    .co-order-information_value a {
      font-family: Noto Sans;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      border: 1px solid var(--red, #D20A11);
      text-decoration: none;
      height: 33px;
      color: #000;
      padding: 4px 10px;
      width: 100%;
      max-width: 138px; }

  /* line 430, theme.scss */
  .co-order-information_value > * {
    margin: 0.25rem 1.5em 1rem 0; }

  /* line 433, theme.scss */
  .co-table--to_card .co-table-row--body {
    border-radius: 10px;
    border: 1px solid var(--grey-light, #DCDCDC);
    background: var(--white, #FFF);
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    padding: 10px;
    margin-bottom: 10px; }

  /* line 441, theme.scss */
  .co-table-cell[data-title]:before {
    font-family: Noto Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: var(--black, #19192C); }

  /* line 449, theme.scss */
  .co-table--to_card .co-table-cell--body {
    font-family: Noto Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

  /* line 456, theme.scss */
  .co-table--to_card .co-table-row--foot {
    border-radius: 5px;
    border: 1px solid var(--grey-light, #DCDCDC);
    background: var(--white, #FFF);
    box-shadow: 2px 2px 5px 0px #D9D9D9;
    padding: 12px; }

  /* line 463, theme.scss */
  .co-social_login-button_group {
    margin: 0; }
    /* line 465, theme.scss */
    .co-social_login-button_group .co-social_login-button#subscribe_viber {
      background-image: url("https://static.insales-cdn.com/files/1/4783/31863471/original/vider.svg"); }
    /* line 468, theme.scss */
    .co-social_login-button_group div {
      display: none; }
    /* line 471, theme.scss */
    .co-social_login-button_group .co-social_login-button#subscribe_telegram {
      background-image: url("https://static.insales-cdn.com/files/1/6938/31734554/original/icon__telegram.svg"); }
    /* line 474, theme.scss */
    .co-social_login-button_group .co-social_login-button {
      width: 40px;
      height: 40px; }

  /* line 479, theme.scss */
  .co-social_login-button_group {
    display: flex;
    flex-direction: column;
    width: 62px;
    align-items: flex-start; }

  /* line 485, theme.scss */
  .co-table--to_card {
    padding-bottom: 4rem; } }
