@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #F0F1EB);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #eff0e9);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #eeefe8);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #e7e9df);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #727958);
  --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, #828b64);
  --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, #929a73);
  --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, #bbc0a8);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-btn-bg-hover: var(--draft-color-btn-bg-hover, #4B5038);
  --color-btn-bg-hover-is-dark: var(--draft-color-btn-bg-hover-is-dark, true);
  --color-btn-bg-hover-minor-shade: var(--draft-color-btn-bg-hover-minor-shade, #616748);
  --color-btn-bg-hover-minor-shade-is-dark: var(--draft-color-btn-bg-hover-minor-shade-is-dark, true);
  --color-btn-bg-hover-major-shade: var(--draft-color-btn-bg-hover-major-shade, #767d57);
  --color-btn-bg-hover-major-shade-is-dark: var(--draft-color-btn-bg-hover-major-shade-is-dark, true);
  --color-btn-bg-hover-half-shade: var(--draft-color-btn-bg-hover-half-shade, #acb391);
  --color-btn-bg-hover-half-shade-is-dark: var(--draft-color-btn-bg-hover-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #68320E);
  --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, #8a4213);
  --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, #ac5318);
  --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, #e78e52);
  --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, #68320E);
  --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, #8a4213);
  --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, #ac5318);
  --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, #e78e52);
  --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);
  --color-text-dark-1: var(--draft-color-text-dark-1, #252525);
  --color-text-dark-1-is-dark: var(--draft-color-text-dark-1-is-dark, true);
  --color-text-dark-1-minor-shade: var(--draft-color-text-dark-1-minor-shade, #3c3c3c);
  --color-text-dark-1-minor-shade-is-dark: var(--draft-color-text-dark-1-minor-shade-is-dark, true);
  --color-text-dark-1-major-shade: var(--draft-color-text-dark-1-major-shade, #525252);
  --color-text-dark-1-major-shade-is-dark: var(--draft-color-text-dark-1-major-shade-is-dark, true);
  --color-text-dark-1-half-shade: var(--draft-color-text-dark-1-half-shade, #939393);
  --color-text-dark-1-half-shade-is-dark: var(--draft-color-text-dark-1-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 30px);
  --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, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Exo 2");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 9);
  --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, 1340px);
  --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, false);
  --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, 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); }

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

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

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

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

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

  /* line 24, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 28, theme.scss */
body:not([data-theme-template="index"]) header {
  position: sticky;
  top: 0;
  z-index: 3; }

@media screen and (max-width: 834px) {
  /* line 32, theme.scss */
  :root {
    --layout-side-padding-mobile: 10px; } }
/* line 36, theme.scss */
.splide__list::-webkit-scrollbar {
  height: 0;
  background-color: transparent; }

/* line 39, theme.scss */
svg {
  overflow: visible !important; }

/* line 42, theme.scss */
body .is-success-notice {
  background-color: var(--color-btn-bg-hover);
  color: var(--color-btn-color); }

/* line 46, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-size: 52px;
  font-family: var(--font-family-heading);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    /* line 46, theme.scss */
    .co-checkout-title, .co-title--h1 {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 10px; } }

/* line 53, theme.scss */
.co-discount-list:empty:before {
  content: 'Пока у вас нет накопленных скидок и бонусов'; }

/* line 57, theme.scss */
.co-basket_item-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%; }

/* line 60, theme.scss */
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden; }

/*---------------------------------------*/
/* line 66, theme.scss */
.overlay {
  background: transparent url("//files.a2-express.com/calc_kolhoz2/overlay.png") repeat top left;
  position: fixed;
  /* фиксим и далее растягиваем на весь экран*/
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  /* поднимем его выше основной разметки*/ }

/* line 75, theme.scss */
a.box-close {
  float: right;
  width: 26px;
  height: 26px;
  background: url("//files.a2-express.com/calc_kolhoz2/close.png") repeat top left;
  margin: -30px -30px 0px 0px;
  cursor: pointer; }

/* line 84, theme.scss */
.nonebox {
  text-align: center;
  position: fixed;
  top: -1500px;
  z-index: 101;
  /* а его выше фонового блока*/
  width: 100%; }

/* line 91, theme.scss */
.inner_nonbox {
  margin: 18px auto;
  max-width: 1026px;
  min-width: 320px;
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden; }

/* line 100, theme.scss */
.plus_m_bl table {
  background: #727958 !important; }

/* line 103, theme.scss */
.ch_str_pr b {
  /*overflow-wrap: break-word;*/
  word-break: break-all; }

/* line 107, theme.scss */
.but_ck1 {
  /*float: right;*/
  display: inline-block;
  /* padding: 12px 16px; */
  border-radius: 8px;
  padding: 1px 24px;
  padding-left: 51px;
  line-height: 43px;
  background: url("//files.a2-express.com/calc_kolhoz2/row2.png") no-repeat 13px center #68320e;
  line-height: 43px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff; }

/* line 124, theme.scss */
.h_ckh {
  /*display:block;*/
  font-size: 12px;
  font-weight: bold; }

/* line 129, theme.scss */
.desc_kn1 {
  color: #683f21;
  font-size: 11px;
  display: none;
  max-width: 340px; }

/* line 135, theme.scss */
.block_kn1 {
  margin-bottom: 8px;
  padding: 8px;
  /*border:1px dotted #683f21;*/ }

/* line 141, theme.scss */
.but_ck1:hover {
  /*color:#683f21;*/
  /*background:#fcca95;*/
  text-decoration: none; }

/* line 149, theme.scss */
.add_list_in_kn1 {
  display: inline-block;
  padding: 1px 24px;
  padding-left: 51px;
  line-height: 43px;
  background: url("//files.a2-express.com/calc_kolhoz2/row1.png") no-repeat 13px center #68320e;
  cursor: pointer;
  position: absolute;
  left: 24px;
  top: 14px;
  /*top:10px;
  left:24px;*/
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8px #7e7e7e;
  -moz-box-shadow: 0px 0px 8px #7e7e7e;
  box-shadow: 0px 0px 8px #7e7e7e;
  color: #fff;
  z-index: 902; }

/* line 170, theme.scss */
.add_list_in_kn1:hover {
  -webkit-box-shadow: 0px 0px 0px #7e7e7e;
  -moz-box-shadow: 0px 0px 0px #7e7e7e;
  box-shadow: 0px 0px 0px #7e7e7e; }

/* line 175, theme.scss */
.inner_nonbox_cont {
  background: #e2e3dc;
  padding: 20px;
  padding-bottom: 30px;
  overflow-y: scroll;
  max-height: 79vh;
  position: relative;
  z-index: 901;
  /*display: flex;
  align-items: flex-start;
  flex-wrap: wrap;*/
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%; }

/* line 192, theme.scss */
.cont_ck1 {
  /* background: #e0dbd5; */
  /* padding: 18px; */
  /* margin: 18px; */
  /* border: 2px solid #683e25; */
  max-width: 726px;
  width: 100%; }

/* line 200, theme.scss */
.product_br_kn1:hover {
  /*border:1px solid #68320e;*/ }

/* line 204, theme.scss */
.product_br_kn1 {
  text-align: center;
  /*border:1px solid #fff;*/
  cursor: pointer;
  width: 220px;
  height: 319px;
  margin: 10px;
  float: left;
  border-radius: 18px;
  background: #fff;
  overflow: hidden; }

/* line 216, theme.scss */
.product_br_kn1 img {
  width: 100%;
  max-height: 190px; }

/* line 221, theme.scss */
.plus_m_bl {
  display: block;
  width: 110px;
  background: #727958;
  border-radius: 6px;
  padding: 5px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 12px auto; }

/* line 232, theme.scss */
.product_br_kn1 .img_bl_kn1 {
  /*height:220px;*/
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 19px;
  position: relative; }

/* line 241, theme.scss */
.min_desc_a1 {
  display: inline-block;
  background: #000;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 60px; }

/* line 252, theme.scss */
.product_br_kn1 .plus_m_bl {
  margin-bottom: 0; }

/* line 255, theme.scss */
.unit_ds {
  display: none;
  padding: 4px;
  padding-top: 1px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  width: 50px;
  background: #727958;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

/* line 268, theme.scss */
.product_br_kn1 b {
  display: block;
  text-align: center; }

/* line 272, theme.scss */
.product_br_kn1 b em {
  font-weight: normal; }

/* line 275, theme.scss */
.product_br_kn1 b {
  line-height: 16px;
  padding: 0 8px; }

/* line 279, theme.scss */
#myModal_kn1 {
  display: none;
  z-index: 901;
  position: fixed;
  width: 100%;
  top: 0; }

/* line 286, theme.scss */
#myModal_kn1 #myModal__close_kn1 {
  position: absolute;
  right: 24px;
  top: 14px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 18px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 902;
  border-radius: 60px;
  /*margin-bottom: 10px;*/ }

/* line 303, theme.scss */
.inner_bl_1 {
  position: absolute;
  z-index: 902;
  text-align: center;
  /* padding: 4px; */
  background: #68320e;
  color: #fff;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0; }

/* line 317, theme.scss */
#myModal_kn1 #myModal__close_kn1:hover {
  text-decoration: underline; }

/* line 320, theme.scss */
#myOverlay_kn1 {
  z-index: 400;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

/* line 332, theme.scss */
#myModal_kn1 .close_kn1 {
  color: #000;
  opacity: 1; }

/* line 336, theme.scss */
.ch_str_pr img {
  width: 90px; }

/* line 339, theme.scss */
.ch_str_pr table {
  background: #ffffff; }

/* line 342, theme.scss */
.cont_choose_kn1 {
  border-radius: 16px;
  position: relative;
  margin-top: 10px;
  min-height: 60px;
  overflow: hidden; }

/* line 349, theme.scss */
.plus_but_qty_kn1, .minus_but_qty_kn1 {
  display: block;
  width: 16px;
  font-weight: 600;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding: 3px;
  cursor: pointer;
  border: 0px solid #ccc;
  text-align: center;
  background: #727958; }

/* line 362, theme.scss */
.brief_check {
  background: #d8ead5; }

/* line 366, theme.scss */
.plus_inbr_qty_kn1, .minus_inbr_qty_kn1 {
  display: block;
  width: 16px;
  font-weight: 600;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding: 3px;
  cursor: pointer;
  border: 0px solid #ccc;
  text-align: center;
  background: #727958; }

/* line 379, theme.scss */
.pre_list_kn1 {
  position: absolute;
  display: none;
  margin: 10px auto;
  z-index: 601;
  left: 181px;
  top: 20%; }

/* line 388, theme.scss */
.str_bott_kn1 {
  z-index: 901;
  position: relative;
  bottom: 0;
  padding: 12px;
  background: #ffd4d1;
  color: #f44336;
  text-align: center; }

/* line 398, theme.scss */
.overlay_list_kn1 {
  z-index: 600;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

/* line 407, theme.scss */
.plus_inbr_qty_kn1:hover, .minus_inbr_qty_kn1:hover {
  /*color:red;*/ }

/* line 411, theme.scss */
.del_str_kn1 {
  color: red;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  width: 30px;
  height: 28px;
  background: url("//files.a2-express.com/calc_kolhoz2/trash.png") no-repeat center center transparent; }

/* line 421, theme.scss */
.del_str_kn1:hover {
  /*color:#333;*/ }

/* line 424, theme.scss */
.plus_but_qty_kn1:hover, .minus_but_qty_kn1:hover {
  /*color:red;*/ }

/* line 427, theme.scss */
.ch_str_pr input {
  padding: 3px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #727958;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600; }

/* line 438, theme.scss */
.product_br_kn1 input {
  padding: 3px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #727958;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600; }

/* line 449, theme.scss */
.img_str_kn1 {
  width: 90px;
  height: 90px;
  background-size: 100% auto !important;
  border-radius: 10px;
  overflow: hidden; }

/* line 456, theme.scss */
.calc_block {
  display: none; }

/* line 459, theme.scss */
.second_b {
  display: none; }

/* line 462, theme.scss */
.but_rass {
  display: inline-block;
  /* padding: 12px 16px; */
  border-radius: 8px;
  padding: 1px 24px;
  background: #68320e;
  line-height: 43px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff; }

/* line 476, theme.scss */
.err_kn1 {
  color: red;
  display: inline-block;
  padding: 5px;
  background: #feaaa4; }

/* line 482, theme.scss */
.but_rass:hover {
  /*background: #ffe7a2;
  color:#683e25;*/ }

/* line 486, theme.scss */
.total_calc {
  float: right; }

/* line 489, theme.scss */
.total_summ_ans {
  font-size: 24px;
  font-weight: bold;
  color: #24b32a; }

/* line 495, theme.scss */
.create_nabor_div {
  margin: 16px 0; }

/* line 499, theme.scss */
.kult_select_ck1 {
  margin-bottom: 14px; }

/* line 503, theme.scss */
.add_to_cart_nabor {
  cursor: pointer;
  background: #727958;
  color: #fff;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-block; }

/* line 516, theme.scss */
.add_to_cart_nabor:hover {
  background: #969b83; }

/* line 520, theme.scss */
.preloder_add_tc {
  display: none; }

@media (max-width: 500px) {
  /* line 525, theme.scss */
  .ch_str_pr .plus_m_bl {
    padding: 5px 6px; }

  /* line 528, theme.scss */
  .product_br_kn1 {
    width: 314px; }

  /* line 531, theme.scss */
  .product_br_kn1 img {
    width: auto; }

  /* line 534, theme.scss */
  .product_br_kn1 .img_bl_kn1 {
    background: #fff; }

  /* line 537, theme.scss */
  #myModal_kn1 {
    width: auto;
    left: 0;
    margin: 0 10px; }

  /* line 542, theme.scss */
  .inner_nonbox_cont center img {
    margin-top: 63px; }

  /* line 545, theme.scss */
  .err_kn1 {
    max-width: 180px; }

  /* line 548, theme.scss */
  .plus_m_bl tr td {
    text-align: center; }

  /* line 551, theme.scss */
  .plus_but_qty_kn1, .minus_but_qty_kn1 {
    margin: 0 auto; }

  /* line 554, theme.scss */
  .total_calc {
    max-width: 180px; } }
/*===============================*/
/*===============================*/
/* line 561, theme.scss */
.o_nas_my {
  margin-top: 20px;
  padding: 57px 61px 57px 61px;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 20px;
  background: url(https://static.insales-cdn.com/files/1/1680/36292240/original/o_nas.jpg) no-repeat left center #fff;
  overflow: hidden;
  background-size: auto 100%; }

/* line 571, theme.scss */
.o_nas_my_header {
  text-transform: uppercase;
  font-family: var(--font-family-heading);
  font-size: 42px;
  margin: 0 0 30px;
  line-height: 1.2;
  color: #69310f; }

/* line 579, theme.scss */
.o_nas_my_desc {
  max-width: 531px;
  font-size: 14px;
  font-weight: 500;
  opacity: .8;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #69310f; }

/* line 588, theme.scss */
.o_nas_my_link:hover {
  color: #fff;
  background: #68320e; }

/* line 592, theme.scss */
.o_nas_my_link {
  display: flex;
  width: 208px;
  text-align: left;
  height: 45px;
  padding: 0 48.5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #69310f;
  margin: auto 0 0;
  border-radius: 25px;
  text-decoration: none;
  color: #69310f; }

/* line 606, theme.scss */
.o_nas_my_right {
  max-width: 680px;
  float: right;
  text-align: left; }

@media (max-width: 1200px) {
  /* line 613, theme.scss */
  .o_nas_my_right {
    max-width: 680px;
    float: right;
    text-align: left;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px; }

  /* line 623, theme.scss */
  .o_nas_my_header {
    font-size: 40px; } }
@media (max-width: 600px) {
  /* line 628, theme.scss */
  .o_nas_my_header {
    font-size: 32px; }

  /* line 631, theme.scss */
  .o_nas_my {
    padding: 47px 31px 47px 31px; } }
/*===============================*/
/*===============================*/
/* line 637, theme.scss */
.tri_dost_my {
  padding: 57px 61px 57px 61px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 20px; }

/* line 649, theme.scss */
.tri_dost_my_row {
  width: 33%;
  min-width: 300px;
  padding: 0 14px; }

/* line 654, theme.scss */
.tri_dost_my img {
  display: block;
  max-width: 123px; }

/* line 658, theme.scss */
.tri_dost_my_header {
  margin: 20px 0 10px;
  color: #69310f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1; }

/* line 666, theme.scss */
.tri_dost_my_desc {
  font-size: 14px;
  font-weight: 500;
  opacity: .8;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #69310f; }

@media (max-width: 1000px) {
  /* line 675, theme.scss */
  .tri_dost_my {
    padding: 47px 31px 47px 31px; } }
/*===============================*/
/*===============================*/
/* line 682, theme.scss */
.nabori_dva_my {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 20px; }

/* line 689, theme.scss */
.nabori_dva_row_my {
  width: 50%;
  min-width: 300px; }

/* line 693, theme.scss */
.nabori_dva_my_header {
  text-transform: uppercase;
  font-family: var(--font-family-heading);
  font-size: 42px;
  margin: 0 0 30px;
  line-height: 1.2;
  color: #69310f; }

/* line 701, theme.scss */
.right_nab_my .nabori_dva_my_header {
  max-width: 490px; }

/* line 704, theme.scss */
.nabori_dva_my_desc {
  font-size: 14px;
  font-weight: 500;
  opacity: .8;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #69310f;
  max-width: 227px; }

/* line 713, theme.scss */
.nabori_dva_my_link:hover {
  color: #fff;
  background: #68320e; }

/* line 717, theme.scss */
.nabori_dva_my_link {
  display: flex;
  width: 208px;
  text-align: left;
  height: 45px;
  padding: 0 48.5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #69310f;
  margin: auto 0 0;
  border-radius: 25px;
  text-decoration: none;
  color: #69310f; }

/* line 731, theme.scss */
.left_nab_my, .right_nab_my {
  padding: 57px 61px 57px 61px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  min-height: 540px; }

/* line 738, theme.scss */
.left_nab_my {
  background: url(https://static.insales-cdn.com/files/1/5507/36304259/original/dva_left.jpg) no-repeat right bottom #fff;
  background-size: auto 77%;
  margin-right: 10px; }

/* line 743, theme.scss */
.right_nab_my {
  background: url(https://static.insales-cdn.com/files/1/5506/36304258/original/dva_right.jpg) no-repeat right bottom #fff;
  background-size: auto 77%;
  margin-left: 10px; }

@media (max-width: 1200px) {
  /* line 749, theme.scss */
  .left_nab_my {
    margin: 0px; }

  /* line 752, theme.scss */
  .right_nab_my {
    margin: 0px;
    margin-top: 20px; }

  /* line 756, theme.scss */
  .right_nab_my, .left_nab_my {
    padding: 47px 31px 47px 31px; }

  /* line 759, theme.scss */
  .nabori_dva_my {
    display: block; }

  /* line 762, theme.scss */
  .nabori_dva_row_my {
    width: 100%; }

  /* line 765, theme.scss */
  .nabori_dva_my_desc, .nabori_dva_my_header {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px; }

  /* line 772, theme.scss */
  .nabori_dva_my_link {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }

  /* line 777, theme.scss */
  .right_nab_my .nabori_dva_my_header {
    word-break: break-all; }

  /* line 780, theme.scss */
  .nabori_dva_my_header {
    font-size: 32px; } }
/*===============================*/
/*===============================*/
/* line 786, theme.scss */
.widget-type_widget_v4_video_clip_9d63673d60e21939899c1440e4eb2161 .layout__content {
  overflow: hidden;
  background: #ffffff;
  padding-top: 57px;
  border-radius: 20px;
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 20px; }

/* line 795, theme.scss */
.pad_l_r_57 {
  padding: 0 57px; }

/* line 798, theme.scss */
.widget-type_widget_v4_video_clip_9d63673d60e21939899c1440e4eb2161 .layout__content .video {
  border-radius: 20px; }

/* line 801, theme.scss */
.hid_div {
  display: none; }

/* line 805, theme.scss */
body > div.page_layout.page_layout-clear > main > div.layout.widget-type_widget_v4_simple_text_2_1ebfba3bee6592a3c941a530ae02b022 > div {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 600px) {
  /* line 811, theme.scss */
  .widget-type_widget_v4_special_products_1_9f5112f62e70cff7b2aee4a489db4e93 .layout__content {
    padding-right: 10px;
    padding-left: 10px; }

  /* line 815, theme.scss */
  .widget-type_widget_v4_article_previews_2_33d4760763a93e43b3109d4c84350224 .layout__content {
    padding-right: 10px;
    padding-left: 10px; }

  /* line 819, theme.scss */
  .widget-type_widget_v4_special_products_1_9f5112f62e70cff7b2aee4a489db4e93 .layout__content [data-product-id] .img picture img {
    aspect-ratio: 1.1; }

  /* line 822, theme.scss */
  .widget-type_widget_v4_catalog_4_2f914c6cbede2b75115e19bca4e5a87d .img picture img {
    aspect-ratio: 1 !important; }

  /* line 826, theme.scss */
  .widget-type_widget_v4_catalog_4_2f914c6cbede2b75115e19bca4e5a87d .layout__content [data-product-id] .info {
    opacity: 0.7 !important; }

  /* line 830, theme.scss */
  .widget-type_widget_v4_special_products_1_9f5112f62e70cff7b2aee4a489db4e93 .layout__content [data-product-id] .info {
    opacity: 0.7 !important; } }
/*===============================*/
/*===============================*/
/* line 837, theme.scss */
.on_white_mob {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px; }

/* line 843, theme.scss */
.on_pic_mob {
  border-radius: 20px;
  margin-bottom: 20px;
  max-height: 328px;
  overflow: hidden; }

/* line 849, theme.scss */
.on_pic_mob img {
  max-height: 500px; }

/* line 853, theme.scss */
.o_nas_my_mob {
  margin-top: 20px; }

/* line 856, theme.scss */
.on_white_mob .nabori_dva_my_desc, .on_white_mob .nabori_dva_my_header {
  padding: 0; }

/* line 859, theme.scss */
.shw_in_mobile .nabori_dva_my_header {
  max-width: 274px; }

/* line 862, theme.scss */
.shw_in_mobile .nabori_dva_my_header, .shw_in_mobile .o_nas_my_header {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.2; }

/* line 868, theme.scss */
.shw_in_mobile .nabori_dva_my_desc, .shw_in_mobile .o_nas_my_desc {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 19px; }

/* line 873, theme.scss */
.hid_in_mobile {
  display: block; }

/* line 876, theme.scss */
.shw_in_mobile {
  display: none; }

@media (max-width: 700px) {
  /* line 880, theme.scss */
  .on_pic_mob {
    background: #fff;
    text-align: center; }

  /* line 884, theme.scss */
  .on_pic_mob img {
    max-height: 314px; }

  /* line 887, theme.scss */
  .nabori_dva_my_desc {
    max-width: 285px; }

  /* line 890, theme.scss */
  .widget-type_widget_v4_video_clip_9d63673d60e21939899c1440e4eb2161 .layout__content {
    padding-top: 20px; }

  /* line 893, theme.scss */
  .pad_l_r_57 {
    padding: 0 20px; }

  /* line 896, theme.scss */
  .hid_in_mobile {
    display: none; }

  /* line 899, theme.scss */
  .shw_in_mobile {
    display: block; }

  /* line 902, theme.scss */
  .o_nas_my_link, .nabori_dva_my_link {
    padding: 0 16px;
    height: 30px;
    line-height: 26px;
    border: 1px solid var(--color-accent-text);
    border-radius: 25px;
    display: inline-block;
    width: auto;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin: auto 0 0; }

  /* line 917, theme.scss */
  .widget-type_widget_v4_video_clip_9d63673d60e21939899c1440e4eb2161 .layout__content .title {
    line-height: 1.2; } }
/*===============================*/
/*===============================*/
/* line 923, theme.scss */
.calc_desc_view_cart {
  padding: 8px;
  border-radius: 8px;
  background: #727958;
  color: #fff;
  font-size: 13px; }

/* line 930, theme.scss */
.edit_link_calc {
  margin-top: 12px;
  color: #efefef;
  display: inline-block; }

/* line 935, theme.scss */
.err_min_td {
  font-size: 12px;
  color: #f0130f;
  font-weight: bold; }

/* line 940, theme.scss */
.err_img_pr {
  border: 1px solid #f0130f; }

/*-------------------------------*/
/*-------------------------------*/
/* line 945, theme.scss */
.plash_top {
  /*position:fixed;*/
  /*top:79px;*/
  left: 0;
  line-height: 38px;
  height: 38px;
  background-color: #aab193;
  color: #fff;
  text-align: center;
  width: 100%;
  display: none;
  z-index: 90;
  cursor: pointer; }

/* line 959, theme.scss */
.plash_text_div {
  text-align: center;
  top: 85px;
  position: fixed;
  display: none;
  z-index: 91;
  left: 0;
  width: 100%; }

/* line 968, theme.scss */
.plash_text {
  max-width: 660px;
  padding: 40px;
  border-radius: 28px;
  background: #eff1eb;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 500; }

/* line 978, theme.scss */
.plash_text h3 {
  margin-left: 120px; }

/* line 983, theme.scss */
.plash_text_close_div {
  right: 0;
  position: relative;
  top: -15px;
  text-align: right; }

/* line 990, theme.scss */
.plash_text_close_div span {
  font-size: 24px;
  cursor: pointer; }

/* line 994, theme.scss */
.plash_top span {
  text-decoration: underline; }

/*---------------------*/
/* line 1000, theme.scss */
.new_qty_change {
  background: #727958;
  border-radius: 6px;
  padding: 5px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 12px auto;
  width: fit-content; }

/* line 1011, theme.scss */
.new_plus_calc, .new_minus_calc {
  display: block;
  width: 16px;
  font-weight: 600;
  font-size: 16px;
  padding: 3px;
  cursor: pointer;
  border: 0px solid #ccc;
  text-align: center;
  background: #727958; }

/* line 1023, theme.scss */
.new_unit_qty_div {
  padding: 3px;
  color: #fff;
  background: #727958;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600; }

/* line 1033, theme.scss */
.product_br_kn1 .plus_m_bl, .ch_str_pr .plus_m_bl {
  display: none; }

/* line 1037, theme.scss */
.new_text_rkp {
  text-align: left; }

/* line 1040, theme.scss */
#tabs-person .co-input-title {
  font-weight: 600; }

/* line 1043, theme.scss */
#tabs-person .co-input-title, #tabs-person .co-input-description {
  font-size: 12px; }

/*---------------------*/
@media (max-width: 800px) {
  /* line 1050, theme.scss */
  .plash_top {
    height: auto;
    line-height: 20px;
    padding: 4px; }

  /* line 1055, theme.scss */
  .plash_text_div {
    top: 0; }

  /* line 1058, theme.scss */
  .plash_text {
    font-size: 12px; } }
/*-------------------------------*/
/*-------------------------------*/
