@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, #d4a87d);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #dbb894);
  --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, #f2e6d9);
  --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, #aaaaac);
  --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, #a3a3a5);
  --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, #575759);
  --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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, 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, #cae9d2);
  --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, #bee4c7);
  --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, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, 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, #f6ccd0);
  --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, #f3bcc1);
  --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, #c52330);
  --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, #bedeff);
  --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, #acd4ff);
  --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, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, 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 40, theme.scss */
.co-sidebar--menu {
  flex: 0 0 15rem; }

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

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

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

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

/* line 66, 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 70, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active:hover {
  color: #C96; }

/* line 73, 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 77, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active::before {
  width: 100%; }

/* line 80, 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 88, theme.scss */
.co-discount-list .header__area-logo.discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 40px; }

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

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

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

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

/* line 117, 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 125, theme.scss */
.co-discount-list .co-discount:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

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

/* line 134, 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 141, theme.scss */
  .co-sidebar--menu {
    padding-top: 0;
    flex: 1 1 100%; } }
/* Личный кабинет */
/* Страница чекаута */
/* line 149, theme.scss */
.co-checkout-block.co-contact-fields,
div#delivery_variants,
div#payment_gateways {
  box-shadow: 0 0 4px 0 #00000061;
  padding: 30px; }

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

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

/* line 165, 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 172, theme.scss */
div[data-delivery-tariffs-8517444="true"][data-delivery-tariffs-body-8517444="true"] > * {
  width: 49%;
  margin-bottom: 2%; }

/* line 176, 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 187, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method .co-delivery_method-input {
  display: none; }

/* line 190, 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 197, theme.scss */
div#delivery_variants .co-tabs-content .co-delivery_method * {
  margin: 0 0;
  padding: 0 0; }

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

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

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

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

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

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

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

  /* line 238, 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 247, theme.scss */
div#payment_gateways .co-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

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

/* line 255, 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 266, theme.scss */
div#payment_gateways .co-payment_method * {
  margin: 0 0;
  padding: 0 0;
  flex: initial; }

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

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

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

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

/* line 286, 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 295, theme.scss */
  div#delivery_variants .co-tabs-content .co-delivery_method {
    padding: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 362, 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 375, theme.scss */
.list.video__detail .item .links .product__item:hover {
  transition: 0.3s;
  transform: scale(1.03); }

/* line 379, 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 385, theme.scss */
.list.video__detail .item .links .product__item .title {
  margin: 15px 10px;
  line-height: initial; }

/* line 389, 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 396, theme.scss */
  .list.video__detail .item {
    flex-direction: column;
    align-items: center;
    padding: 10px; }

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

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

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

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

  /* line 428, theme.scss */
  .layout__content {
    background-color: transparent !important; } }
@media (max-width: 768px) {
  /* line 435, theme.scss */
  .product__controls {
    display: flex !important;
    flex-wrap: wrap; }

  /* line 439, theme.scss */
  .product__controls-left {
    flex: 0 0 100%; }

  /* line 442, theme.scss */
  .product__controls-right,
  .product__link_size {
    flex: 0 0 50%; } }
