@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, #CC9966);
  --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, #d1a375);
  --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, #d6ad85);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #e6ccb3);
  --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, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #adadae);
  --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, #aaaaab);
  --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, #87878a);
  --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, #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, insales-default);
  --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, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Istok Web");
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 24);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --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, 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; }

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

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

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

  /* line 26, theme.scss */
  .header__content .header__area-bottom_menu li[data-index="1"],
  .header__content .header__area-bottom_menu li[data-index="2"] {
    display: none; } }
/* custom */
/* line 33, theme.scss */
body {
  background-image: url(/files/1/931/35128227/original/bg-img.jpg);
  background-size: contain; }

/* Личный кабинет */
/* line 39, theme.scss */
.co-sidebar--menu {
  flex: 0 0 15rem; }

/* line 42, theme.scss */
.co-menu--personal {
  box-shadow: 0 0 6px 0 #0000004a;
  padding: 30px;
  margin-top: 20px; }

/* line 47, theme.scss */
.co-menu-item a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }

/* line 53, theme.scss */
.co-menu-item a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #CC9966;
  bottom: -1px;
  left: 0; }

/* line 62, theme.scss */
.co-menu-item.co-menu-item--personal {
  margin-bottom: 10px; }

/* line 65, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active {
  font-weight: 600;
  color: #C96; }

/* line 69, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active:hover {
  color: #C96; }

/* line 72, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active:hover::before {
  width: 100%;
  transition: 0.3s; }

/* line 76, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active::before {
  width: 100%; }

/* line 79, theme.scss */
.co-discount-list {
  background-image: url(https://static.insales-cdn.com/files/1/4405/36122933/original/discount__card_bg.jpg);
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  position: relative; }

/* line 87, theme.scss */
.co-discount-list .header__area-logo.discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 40px; }

/* line 94, theme.scss */
.co-discount-list .co-discount:first-child {
  position: absolute;
  top: 37%;
  left: 10%;
  transform: translateY(-50%);
  flex-wrap: nowrap; }

/* line 101, theme.scss */
.co-discount-list .co-discount:first-child .co-discount-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

/* line 106, theme.scss */
.co-discount-list .co-discount:first-child .co-discount-description {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex; }

/* line 113, theme.scss */
.co-discount-list .co-discount:first-child .co-discount-description div:first-child {
  font-size: 100px; }

/* line 116, theme.scss */
.co-discount-list .co-discount:first-child .co-discount-description div:last-child {
  color: #C96;
  font-size: 60px;
  position: absolute;
  right: -55px;
  font-weight: 700;
  top: 15px; }

/* line 124, theme.scss */
.co-discount-list .co-discount:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/* line 130, theme.scss */
.co-discount-list .co-discount:nth-child(2) .co-discount-title {
  display: none; }

/* line 133, theme.scss */
.co-discount-list .co-discount:nth-child(2) .co-discount-description {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 300; }

@media (max-width: 768px) {
  /* line 140, theme.scss */
  .co-sidebar--menu {
    padding-top: 0;
    flex: 1 1 100%; } }
/* Личный кабинет */
/* Страница чекаута */
/* line 148, theme.scss */
.co-checkout-block.co-contact-fields,
div#delivery_variants,
div#payment_gateways {
  box-shadow: 0 0 4px 0 #00000061;
  padding: 30px; }

/* line 154, theme.scss */
div#delivery_variants .co-tabs-content {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 160, theme.scss */
div#delivery_variants .co-tabs-content > * {
  width: 49%;
  margin-bottom: 2%; }

/* line 164, theme.scss */
div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  justify-content: space-between; }

/* line 171, theme.scss */
div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] > * {
  width: 49%;
  margin-bottom: 2%; }

/* line 175, theme.scss */
div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] label:before {
  content: '';
  background-image: url(https://static.insales-cdn.com/files/1/4891/36123419/original/sdek_1724612323980-1724612325475.png);
  width: 55px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  bottom: 5px; }

/* line 186, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-input {
  display: none; }

/* line 189, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method {
  flex-direction: column;
  padding: 20px 10px;
  box-shadow: 0 0 6px 0 #0000005e;
  background-color: #ffffffb3;
  position: relative; }

/* line 196, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method * {
  margin: 0 0;
  padding: 0 0; }

/* line 200, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-information {
  flex: initial;
  padding: 0 0; }

/* line 204, theme.scss */
div#delivery_variants .co-delivery_method-price {
  padding: 0 0;
  font-weight: 300;
  margin-top: 10px !important;
  font-size: 16px; }

/* line 210, theme.scss */
div#delivery_variants .co-delivery_method-title {
  line-height: initial;
  font-size: 18px;
  font-weight: 500; }

/* line 215, theme.scss */
div#delivery_variants .co-delivery_method-description {
  font-size: 10px; }

/* line 218, theme.scss */
div#delivery_variants .checkout__basket,
div#payment_gateways .checkout__basket {
  position: absolute;
  left: 10px;
  bottom: 5px;
  max-width: 55px;
  object-fit: contain;
  max-height: 15px;
  object-position: left; }

@media (max-width: 992px) {
  /* line 229, theme.scss */
  div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] > * {
    width: 48%;
    margin-bottom: 1%; }

  /* line 233, theme.scss */
  div#delivery_variants .co-tabs-content > * {
    width: 48%;
    margin-bottom: 1%; }

  /* line 237, theme.scss */
  div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] label:before {
    width: 35px;
    height: 10px;
    left: 5px;
    bottom: 5px; } }
/*Оплаты */
/* line 246, theme.scss */
div#payment_gateways .co-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 251, theme.scss */
div#payment_gateways .co-title {
  width: 100%; }

/* line 254, theme.scss */
div#payment_gateways .co-payment_method {
  width: 48%;
  flex-direction: column;
  padding: 20px 10px;
  box-shadow: 0 0 6px 0 #0000005e;
  background-color: #ffffffb3;
  margin-bottom: 30px;
  align-items: center;
  text-align: center;
  position: relative; }

/* line 265, theme.scss */
div#payment_gateways .co-payment_method * {
  margin: 0 0;
  padding: 0 0;
  flex: initial; }

/* line 270, theme.scss */
div#payment_gateways .co-payment_method .co-payment_method-input {
  display: none; }

/* line 273, theme.scss */
div#payment_gateways .co-payment_method-title {
  line-height: initial;
  font-size: 18px;
  font-weight: 500; }

/* line 278, theme.scss */
div#payment_gateways .co-payment_method-description {
  font-size: 10px; }

/* line 281, theme.scss */
div#payment_gateways .co-payment_method.active {
  border: 1px solid #CC9966;
  box-shadow: 0 0 6px 0 #cc996661; }

/* line 285, theme.scss */
div#payment_gateways .co-payment_method.active .co-payment_method-title,
div#payment_gateways .co-payment_method.active .co-payment_method-price {
  color: #CC9966;
  font-weight: 600; }

@media (max-width: 992px) {
  /* line 294, theme.scss */
  div#delivery_variants .co-tabs-content .co-delivery_method {
    padding: 10px; }

  /* line 297, theme.scss */
  div#delivery_variants .co-delivery_method-title {
    font-size: 12px; }

  /* line 300, theme.scss */
  div#delivery_variants .co-tabs-content .co-delivery_method * {
    font-size: 12px; }

  /* line 303, theme.scss */
  .co-checkout-block.co-contact-fields, div#delivery_variants, div#payment_gateways {
    padding: 15px; }

  /* line 306, theme.scss */
  .co-checkout-block--padded {
    padding: 0 0 !important;
    margin-top: 20px; }

  /* line 310, theme.scss */
  div#delivery_variants .co-tabs-content {
    grid-gap: 10px; }

  /* line 313, theme.scss */
  div#delivery_variants .checkout__basket,
  div#payment_gateways .checkout__basket {
    left: 5px;
    bottom: 5px;
    max-width: 50px;
    max-height: 10px; } }
/* Страница чекаута */
/* Страница каталога */
/* line 324, theme.scss */
.product-preview__area-photo .sticker {
  font-size: 12px; }

/* Страница каталога */
/* Страница с Видео */
/* line 331, theme.scss */
.list.video__detail {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px; }

/* line 336, theme.scss */
.list.video__detail .item {
  display: flex;
  box-shadow: 0px 0px 5px 1px #00000057;
  padding: 30px;
  border-radius: 10px;
  margin: 5px 5px; }

/* line 343, theme.scss */
.list.video__detail .item .video {
  cursor: pointer; }

/* line 346, theme.scss */
.list.video__detail .item .video video {
  height: 400px !important;
  max-width: 210px;
  object-fit: contain; }

/* line 351, theme.scss */
.list.video__detail .item .desc {
  margin: 0 15px;
  max-width: 240px;
  display: flex;
  align-items: center; }

/* line 357, theme.scss */
.list.video__detail .item .links {
  display: flex; }

/* line 361, theme.scss */
.list.video__detail .item .links .product__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #CC9966;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  text-align: center;
  align-items: center;
  margin: 0 10px;
  max-width: 200px;
  padding-bottom: 15px; }

/* line 374, theme.scss */
.list.video__detail .item .links .product__item:hover {
  transition: 0.3s;
  transform: scale(1.03); }

/* line 378, theme.scss */
.list.video__detail .item .links .product__item img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 5px 5px 0 0; }

/* line 384, theme.scss */
.list.video__detail .item .links .product__item .title {
  margin: 15px 10px;
  line-height: initial; }

/* line 388, theme.scss */
.list.video__detail .item .links .product__item .more {
  background-color: #CC9966;
  color: #fff;
  font-weight: 500;
  padding: 5px 15px; }

@media (max-width: 992px) {
  /* line 395, theme.scss */
  .list.video__detail .item {
    flex-direction: column;
    align-items: center;
    padding: 10px; }

  /* line 400, theme.scss */
  .list.video__detail .item .desc {
    max-width: 100%;
    margin: 0 0;
    font-size: 12px; }

  /* line 405, theme.scss */
  .list.video__detail .item .links .product__item {
    margin: 0 0;
    box-shadow: 0 0 2px #CC9966; }

  /* line 409, theme.scss */
  .list.video__detail .item .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px; }

  /* line 414, theme.scss */
  .list.video__detail .item .links .product__item img {
    height: 200px !important; } }
/* Страница с Видео */
@media (min-width: 992px) {
  /* line 424, theme.scss */
  .layout {
    background-color: transparent !important; }

  /* line 427, theme.scss */
  .layout__content {
    background-color: transparent !important; } }
