@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, #FF6F1E);
  --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, #ff7f35);
  --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, #ff8d4b);
  --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, #ffb88f);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #FF6F1E);
  --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, #ff7f35);
  --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, #ff8d4b);
  --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, #ffb88f);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, circle);
  --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, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, Montserrat);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1);
  --heading-weight: var(--draft-heading-weight, 300);
  --collection_count: var(--draft-collection_count, 20);
  --search_count: var(--draft-search_count, 24);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --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, true);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --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, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --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); }

@font-face {
  font-family: 'NocturneSerif';
  src: url("NocturneSerif-Regular.woff") format("woff"), url("NocturneSerif-Regular.otf") format("opentype"), url("NocturneSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* line 8, theme.scss */
:root body {
  --font-family-heading: 'NocturneSerif'; }

/* line 12, theme.scss */
.button {
  font-family: var(--font-family-heading); }

/* line 16, theme.scss */
.content_2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-auto-rows: minmax(300px, auto); }

@media (max-width: 767px) {
  /* line 19, theme.scss */
  .content_2cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-auto-rows: minmax(300px, auto); } }
/* line 21, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 25, theme.scss */
.sticker-preorder {
  display: none !important; }

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

/* line 32, theme.scss */
.widget-type_system_widget_v4_cart_2 .item-title {
  text-transform: uppercase; }

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

/* line 40, theme.scss */
.button {
  color: #000;
  border: var(--controls-border-width) solid #000000;
  text-transform: uppercase;
  background-color: var(--bg); }

/* line 46, theme.scss */
.button:hover {
  color: #000;
  background-color: var(--color-btn-bg);
  border: var(--controls-border-width) solid var(--color-btn-bg); }

/* line 51, theme.scss */
.button:focus {
  color: #000; }

/* line 55, theme.scss */
.button.add-cart-counter__controls-btn {
  color: var(--bg);
  background-color: #000000;
  border: var(--controls-border-width) solid #000000; }

/* line 60, theme.scss */
.button.add-cart-counter__controls-btn:hover {
  color: #000000;
  background-color: var(--bg);
  border: var(--controls-border-width) solid #000000; }

/* line 66, theme.scss */
a.button.add-cart-counter__detail, a.buuton.add-cart-counter__detail:hover {
  text-transform: none;
  font-size: 13px;
  background-color: #f7f7f7;
  border: var(--controls-border-width) solid #f7f7f7; }

/* line 72, theme.scss */
.product__photo-tumb.img-ratio img, .product__photo.img-ratio img {
  object-fit: cover !important; }

/* line 75, theme.scss */
.ucase {
  text-transform: uppercase; }

/* line 78, theme.scss */
.product__title.heading {
  font-size: 20px; }

/* line 81, theme.scss */
.product__price .product__price-cur {
  font-size: 26px; }

/* line 84, theme.scss */
.product .product-form {
  gap: 0 !important; }

/* line 87, theme.scss */
.micro-alert-item.is-success-notice {
  background-color: var(--color-btn-bg-minor-shade); }

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

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

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

  /* line 101, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .group-btn {
    opacity: 1 !important;
    transform: translateX(0) !important;
    display: flex !important; }

  /* line 107, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__area-link {
    grid-area: calculate-delivery !important; }

  /* line 110, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__price {
    margin-top: 1.5rem; }

  /* line 113, theme.scss */
  .modal__header {
    padding: 20px 10px 10px 10px; } }
@media screen and (max-width: 1024px) {
  /* line 119, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product {
    flex-flow: row wrap;
    grid-template-areas: "title" "photo" "info" "variants" "price" "properties" "buy" "description" "calculate-delivery" !important; }

  /* line 123, theme.scss */
  .widget-type_widget_v4_catalog_6_e225dbcffe489e3793a0d252ffdf4840 .product__area-title {
    margin-bottom: 14px !important; } }
@media screen and (max-width: 768px) {
  /* line 130, theme.scss */
  [data-theme-template="index"] header > .layout > .layout__content {
    padding-bottom: 0 !important; } }
/* line 136, theme.scss */
.ctsocial__bgimg {
  background-image: url("Znak_black.png"); }

/* line 141, theme.scss */
.side-panel__head__controls {
  display: none !important; }

/* line 146, theme.scss */
.main-module_close__0BnEN {
  z-index: 99999999999 !important; }

/* line 150, theme.scss */
.btn-on-top.is-show {
  width: 63px !important;
  height: 63px !important;
  border-radius: 50% !important;
  right: 67px;
  bottom: 75px; }
  @media screen and (max-width: 768px) {
    /* line 150, theme.scss */
    .btn-on-top.is-show {
      right: 8px !important;
      bottom: 84px !important; } }

/* line 163, theme.scss */
.messenger_link.soclinks__item svg {
  fill: #000; }

/* line 169, theme.scss */
div[class*="main-module_close"] {
  /*
  	border-radius: 50% !important; 
  	padding: 10px !important; 
  	background-color: #FF6F1E !important; 
  */
  width: 42px !important;
  height: 42px !important;
  left: 50% !important;
  top: 50% !important; }

/* line 182, theme.scss */
div[class*="main-module_close"]:before, div[class*="main-module_close"]:after {
  left: 20px !important;
  height: 23px !important; }

@media (max-width: 767px) {
  /* line 188, theme.scss */
  div[class*="main-module_close"] {
    transform: translate(calc(-50% + 145px), calc(-50% - 205px)) !important; }

  /* line 191, theme.scss */
  div[class*="container-module_container__"] {
    max-width: 340px !important;
    min-width: 340px !important; }

  /* line 196, theme.scss */
  #gridster_block_7_main_img {
    width: 120% !important;
    max-width: 120% !important;
    height: auto !important;
    max-height: unset !important;
    margin-left: -10% !important;
    margin-right: -10% !important; } }
@media (min-width: 768px) {
  /* line 207, theme.scss */
  div[class*="main-module_close"] {
    transform: translate(calc(-50% + 200px), calc(-50% - 235px)) !important; }

  /* line 211, theme.scss */
  #gridster_block_7_main_img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: unset !important; } }
/* line 219, theme.scss */
#gridster_block_10_main_img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: unset !important; }

/* line 226, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(1) > tbody > tr > td > table > tbody > tr > td > table {
  margin-left: -20px !important;
  margin-right: -20px !important; }

/* line 237, theme.scss */
[class*="container-module_container__"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-x: hidden !important; }

/* line 243, theme.scss */
#unisender-subscribe-form {
  display: block !important;
  margin-left: -5px !important;
  margin-right: -5px !important; }

/* line 249, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(4) > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td {
  border: none !important;
  border-radius: unset !important;
  padding: unset !important;
  background-color: unset !important;
  height: unset !important;
  min-height: unset !important; }

/* line 258, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(4) > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 100% !important;
  font-weight: var(--font-weight) !important;
  line-height: 1 !important;
  border-radius: var(--controls-btn-border-radius) !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  background: var(--color-btn-bg) !important;
  box-shadow: var(--color-btn-shadow) !important;
  padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x) !important;
  outline: none !important;
  transition: var(--btn-transition) !important;
  font-family: var(--font-family-heading) !important;
  border: var(--controls-border-width) solid var(--color-btn-bg) !important;
  text-transform: uppercase !important;
  height: var(--controls-height-l) !important;
  font-size: var(--controls-font-size-l) !important;
  background-color: var(--color-btn-bg) !important;
  color: #fff !important;
  cursor: pointer !important;
  min-width: 250px !important; }

/* line 290, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > label {
  display: none !important; }

/* line 294, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div {
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  padding-bottom: 10px !important; }

/* line 301, theme.scss */
#static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
  margin: 0 !important;
  display: inline-block !important;
  padding: var(--controls-form-padding-y) var(--controls-form-padding-x) !important;
  font-family: var(--font-family) !important;
  font-weight: var(--font-weight) !important;
  line-height: var(--line-height) !important;
  background: #fff !important;
  border-radius: var(--controls-form-border-radius) !important;
  box-shadow: var(--color-form-controls-shadow) !important;
  outline: 0 !important;
  vertical-align: middle !important;
  transition: var(--input-transition) !important;
  height: var(--controls-height-l) !important;
  width: 100% !important;
  background-color: #fff !important;
  font-size: var(--controls-font-size-m) !important;
  color: var(--color-text) !important;
  border: var(--controls-border-width) solid #000 !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (max-width: 767px) {
  /* line 325, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
    max-width: 250px !important; } }
@media (min-width: 768px) {
  /* line 330, theme.scss */
  #static-form-container > form > div > table > tbody > tr > td > table > tbody > tr > td > table:nth-child(3) > tbody > tr > td > table > tbody > tr > td > div > div > input[type=text] {
    max-width: 250px !important; } }
/* line 335, theme.scss */
.pagination-span {
  font-size: 1.25rem;
  background: #fe6f1f; }

/* line 341, theme.scss */
.link-sale {
  color: #921913 !important;
  font-weight: 600 !important; }

/* line 345, theme.scss */
.link-novinki {
  color: #FF6F1E !important;
  font-weight: 600 !important; }

/* line 358, theme.scss */
.co-checkout-title, .co-title--h1 {
  --heading-ratio: 2;
  font-size: calc(var(--font-size)*var(--heading-ratio, 2));
  font-weight: 500;
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 358, theme.scss */
    .co-checkout-title, .co-title--h1 {
      font-size: calc(var(--font-size)*var(--heading-ratio, 2)*.75); } }

/* line 368, theme.scss */
.co-title.co-title--h2 {
  --heading-ratio: 1.5;
  font-size: calc(var(--font-size)*var(--heading-ratio, 2));
  font-weight: 500;
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 368, theme.scss */
    .co-title.co-title--h2 {
      font-size: calc(var(--font-size)*var(--heading-ratio, 2)*.75); } }

/* line 377, theme.scss */
#delivery_address {
  margin-top: 1rem; }

/* line 380, theme.scss */
.co-sidebar {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 384, theme.scss */
button.co-sidebar-toggler {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  background-color: var(--bg);
  padding: 1rem 0 0 0;
  align-items: center; }

/* line 391, theme.scss */
button.co-sidebar-toggler:hover, button.co-sidebar-toggler:focus {
  background-color: var(--bg); }

/* line 394, theme.scss */
.co-sidebar-toggler_title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 0.25em;
  margin-right: 0.25rem; }

/* line 400, theme.scss */
.halfling-shopping-cart:before {
  content: '\ea15';
  font-family: 'insales-icons' !important;
  font-size: 1.5rem; }

/* line 405, theme.scss */
.halfling-menu-down:before {
  content: "\ea08";
  font-family: 'insales-icons' !important;
  font-size: 1.25rem; }

/* line 410, theme.scss */
.co-sidebar-toggler--opend .halfling-menu-down {
  transform: rotate(180deg); }

/* line 413, theme.scss */
.co-sidebar-toggler:focus, .co-sidebar-toggler.picker-input--active, .co-sidebar-toggler--opend {
  box-shadow: none; }

@media screen and (max-width: 767px) {
  /* line 417, theme.scss */
  .co-checkout-block--padded {
    padding-left: 0;
    padding-right: 0; } }
/* line 422, theme.scss */
.co-button--checkout#create_order {
  font-size: var(--controls-font-size-l); }

/* Переключающиеся элементы checkbox и radio */
/* line 426, theme.scss */
.toggable-field, .co-toggable_field {
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  cursor: pointer; }

/* line 433, theme.scss */
.co-input--checkbox .co-input-title {
  display: none; }
/* line 436, theme.scss */
.co-input--checkbox .co-input-description {
  color: var(--color-text);
  margin-top: 0; }
/* line 441, theme.scss */
.co-input--checkbox.co-input--required .co-input-description > p::after {
  font-size: 0.9em;
  margin-left: 0.2em;
  line-height: 0.7em;
  content: '*';
  color: red; }

/* line 450, theme.scss */
.input-checkbox, .co-toggable_field-input.co-toggable_field-input--checkbox {
  display: flex;
  width: fit-content;
  margin-right: 0.5rem;
  flex: 0 0 auto;
  align-self: baseline; }
  /* line 457, theme.scss */
  .input-checkbox input, .co-toggable_field-input.co-toggable_field-input--checkbox input {
    width: 0;
    height: 0;
    display: none;
    border: none;
    opacity: 0; }
    /* line 464, theme.scss */
    .input-checkbox input:checked + span, .co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span {
      -webkit-box-shadow: inset 0 0 0 0.75rem var(--color-btn-bg);
      box-shadow: inset 0 0 0 0.75rem var(--color-btn-bg); }
      /* line 468, theme.scss */
      .input-checkbox input:checked + span:after, .co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span:after {
        content: '\ea17';
        color: #fff; }
    /* line 473, theme.scss */
    .input-checkbox input + span, .co-toggable_field-input.co-toggable_field-input--checkbox input + span {
      flex: 0 0 1.375rem;
      width: 1.375rem;
      height: 1.375rem;
      border-radius: 0;
      position: relative;
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      transition-duration: 0.3s; }
      /* line 483, theme.scss */
      .input-checkbox input + span:after, .co-toggable_field-input.co-toggable_field-input--checkbox input + span:after {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 1rem;
        line-height: 1;
        font-family: "insales-icons"; }

/* line 495, theme.scss */
.input-radio, .co-toggable_field-input.co-toggable_field-input--radio {
  display: flex;
  width: fit-content;
  margin-right: 0.5rem;
  flex: 0 0 auto; }
  /* line 500, theme.scss */
  .input-radio input, .co-toggable_field-input.co-toggable_field-input--radio input {
    width: 0;
    height: 0;
    display: none;
    border: none;
    opacity: 0; }
    /* line 507, theme.scss */
    .input-radio input:checked + span, .co-toggable_field-input.co-toggable_field-input--radio input:checked + span {
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg); }
      /* line 510, theme.scss */
      .input-radio input:checked + span:after, .co-toggable_field-input.co-toggable_field-input--radio input:checked + span:after {
        content: '';
        height: 0.625rem;
        width: 0.625rem;
        border-radius: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: var(--color-btn-bg); }
    /* line 522, theme.scss */
    .input-radio input + span, .co-toggable_field-input.co-toggable_field-input--radio input + span {
      flex: 0 0 1.375rem;
      width: 1.375rem;
      height: 1.375rem;
      position: relative;
      -webkit-box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      box-shadow: inset 0 0 0 1px var(--color-btn-bg);
      transition-duration: 0.3s; }

/* line 535, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title {
  visibility: hidden;
  position: relative; }

/* line 539, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title:before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Курьером СДЭК"; }

/* line 546, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title + .co-delivery_method-description {
  display: none; }

/* line 549, theme.scss */
[data-delivery-tariffs-8001494] .co-delivery_method-title + .co-delivery_method-description + .co-delivery_method-description:before {
  content: "Доставка курьерской службой СДЭК."; }
