@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, #D20A11);
  --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, #ed0b13);
  --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, #f52128);
  --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, #f87479);
  --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, #D20A11);
  --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, #ed0b13);
  --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, #f52128);
  --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, #f87479);
  --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, 10px);
  --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, 20);
  --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, 1920px);
  --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 3, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h4, .h5, .h6, .heading {
  --font-family-heading: Roboto;
  font-family: Roboto;
  font-weight: 600; }

/* line 8, theme.scss */
h1, .h1, h2, .h2 {
  font-size: 36px !important; }
  @media screen and (min-width: 1600px) {
    /* line 8, theme.scss */
    h1, .h1, h2, .h2 {
      font-size: 40px !important; } }
  @media screen and (max-width: 767px) {
    /* line 8, theme.scss */
    h1, .h1, h2, .h2 {
      font-size: 22px !important; } }

/* line 18, theme.scss */
h3 .h3, h4, .h4 {
  --font-family-heading: Roboto;
  font-family: Roboto;
  font-weight: 600;
  font-size: 30px !important; }
  @media screen and (min-width: 1600px) {
    /* line 18, theme.scss */
    h3 .h3, h4, .h4 {
      font-size: 36px !important; } }
  @media screen and (max-width: 767px) {
    /* line 18, theme.scss */
    h3 .h3, h4, .h4 {
      font-size: 22px !important; } }

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

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

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

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

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

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

  /* line 51, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media screen and (max-width: 768px) {
  /* line 58, 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 66, theme.scss */
  .checkout-v2-wrapper .co-title--h2 {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
  /* line 73, theme.scss */
  .checkout-v2-wrapper .co-checkout-block--padded {
    padding-left: 0;
    padding-right: 0; }
  /* line 77, 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 86, theme.scss */
    .checkout-v2-wrapper .co-sidebar-toggler .halfling-menu-down {
      position: absolute;
      top: 20px;
      bottom: 10px;
      right: 10px; }
      /* line 91, 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 97, theme.scss */
    .checkout-v2-wrapper .co-sidebar-toggler span {
      display: flex;
      align-items: center; }
    /* line 101, 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 106, 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 113, 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 120, theme.scss */
  .checkout-v2-wrapper .co-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 124, 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 135, theme.scss */
  .checkout-v2-wrapper .co-basket_item-image_container {
    grid-area: photo; }
  /* line 138, 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 147, 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 156, 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 163, 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 173, 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 180, 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 187, 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 193, 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 201, 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 208, theme.scss */
  .checkout-v2-wrapper .co-checkout-block {
    margin-bottom: 3rem; }
    /* line 210, 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 222, 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 240, 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 247, 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 254, 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 263, 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 270, 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 281, theme.scss */
  .checkout-v2-wrapper .co-tabs-content--active {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  /* line 286, 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 293, theme.scss */
  .checkout-v2-wrapper .co-toggable_field {
    align-items: flex-start; }
    /* line 296, 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 305, 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 315, 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 323, theme.scss */
    .checkout-v2-wrapper .co-toggable_field .co-toggable_field-information {
      padding: 0; }
  /* line 327, theme.scss */
  .checkout-v2-wrapper .co-toggable_field-input--radio > span {
    color: #1A9AE1; }
  /* line 330, 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 337, 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 341, theme.scss */
  .checkout-v2-wrapper .co-customer {
    margin-bottom: 2rem; }
  /* line 345, 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 352, theme.scss */
  .checkout-v2-wrapper .co-payment_method-list .co-payment_method {
    margin-bottom: 24px; }
  /* line 356, 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 377, theme.scss */
  .checkout-v2-wrapper.co-section--content_wrapper {
    margin-left: 0;
    margin-right: 0; }

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

  /* line 388, 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 398, 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 405, theme.scss */
    .co-order-information_value .co-price {
      width: 100%; }
    /* line 408, 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 426, 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 437, 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 456, theme.scss */
  .co-order-information_value > * {
    margin: 0.25rem 1.5em 1rem 0; }

  /* line 459, 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 467, 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 475, 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 482, 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 489, theme.scss */
  .co-social_login-button_group {
    margin: 0; }
    /* line 491, 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 494, theme.scss */
    .co-social_login-button_group div {
      display: none; }
    /* line 497, 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 500, theme.scss */
    .co-social_login-button_group .co-social_login-button {
      width: 40px;
      height: 40px; }

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

  /* line 511, theme.scss */
  .co-table--to_card {
    padding-bottom: 4rem; } }
/* line 515, theme.scss */
div, p, a, span {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    /* line 515, theme.scss */
    div, p, a, span {
      font-size: 12px; } }

@media screen and (max-width: 767px) {
  /* line 523, theme.scss */
  .footer-wrap div, .footer-wrap p, .footer-wrap a, .footer-wrap span {
    font-size: 14px; } }
