@charset "UTF-8";
@import url(core.css);
@import url(jquery.fancybox.css);
@import url(selectric.css);
@import url(insales.ui.swiper.css);
/* 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);
  --rev-bg-input: var(--draft-rev-bg-input, #FFFFFF);
  --rev-bg-input-is-light: var(--draft-rev-bg-input-is-light, true);
  --rev-bg-input-minor-shade: var(--draft-rev-bg-input-minor-shade, #f7f7f7);
  --rev-bg-input-minor-shade-is-light: var(--draft-rev-bg-input-minor-shade-is-light, true);
  --rev-bg-input-major-shade: var(--draft-rev-bg-input-major-shade, #ededed);
  --rev-bg-input-major-shade-is-light: var(--draft-rev-bg-input-major-shade-is-light, true);
  --rev-bg-input-half-shade: var(--draft-rev-bg-input-half-shade, #808080);
  --rev-bg-input-half-shade-is-dark: var(--draft-rev-bg-input-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #A99163);
  --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, #b29d74);
  --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, #bba783);
  --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, #d4c8b2);
  --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, #313131);
  --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, #454545);
  --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, #5a5a5a);
  --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, #989898);
  --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, rounded);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --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, #fdeee9);
  --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, #fdece7);
  --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, #fdece6);
  --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, #fce4dc);
  --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, Montserrat);
  --collection_count: var(--draft-collection_count, 12);
  --rev_sticker_discount: var(--draft-rev_sticker_discount, true);
  --rev_bg_stiker_discount: var(--draft-rev_bg_stiker_discount, #f36464);
  --rev_bg_stiker_discount-is-dark: var(--draft-rev_bg_stiker_discount-is-dark, true);
  --rev_bg_stiker_discount-minor-shade: var(--draft-rev_bg_stiker_discount-minor-shade, #f47272);
  --rev_bg_stiker_discount-minor-shade-is-dark: var(--draft-rev_bg_stiker_discount-minor-shade-is-dark, true);
  --rev_bg_stiker_discount-major-shade: var(--draft-rev_bg_stiker_discount-major-shade, #f68282);
  --rev_bg_stiker_discount-major-shade-is-dark: var(--draft-rev_bg_stiker_discount-major-shade-is-dark, true);
  --rev_bg_stiker_discount-half-shade: var(--draft-rev_bg_stiker_discount-half-shade, #f9b1b1);
  --rev_bg_stiker_discount-half-shade-is-light: var(--draft-rev_bg_stiker_discount-half-shade-is-light, true);
  --rev_product_buttons: var(--draft-rev_product_buttons, custom);
  --rev_product_redirect: var(--draft-rev_product_redirect, /new_order);
  --product_not_available: var(--draft-product_not_available, hidden);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 12);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1340px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, 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); }

/* line 8, theme.scss */
svg {
  max-width: 100%;
  max-height: 100%; }

/* line 13, theme.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 18, theme.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 23, theme.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 28, theme.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 33, theme.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 38, theme.scss */
.flex-top {
  align-items: flex-start; }

/* line 40, theme.scss */
.flex-middle {
  align-items: center; }

/* line 43, theme.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 45, theme.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 49, theme.scss */
* {
  box-sizing: border-box; }

/* line 53, theme.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 59, theme.scss */
.wrap {
    /*
width: 100%;
max-width: 1310px;
padding: 0 15px;
margin: 0 auto;*/ }

/* line 65, theme.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden; }

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

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

@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Light.eot");
  src: url("PTRootUI_Light.eot") format("embedded-opentype"), url("PTRootUI_Light.woff2") format("woff2"), url("PTRootUI_Light.woff") format("woff"), url("PTRootUI_Light.ttf") format("truetype"), url("PTRootUI_Light.svg#PTRootUI_Light") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Regular.eot");
  src: url("PTRootUI_Regular.eot") format("embedded-opentype"), url("PTRootUI_Regular.woff2") format("woff2"), url("PTRootUI_Regular.woff") format("woff"), url("PTRootUI_Regular.ttf") format("truetype"), url("PTRootUI_Regular.svg#PTRootUI_Regular") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Medium.eot");
  src: url("PTRootUI_Medium.eot") format("embedded-opentype"), url("PTRootUI_Medium.woff2") format("woff2"), url("PTRootUI_Medium.woff") format("woff"), url("PTRootUI_Medium.ttf") format("truetype"), url("PTRootUI_Medium.svg#PTRootUI_Medium") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Bold.eot");
  src: url("PTRootUI_Bold.eot") format("embedded-opentype"), url("PTRootUI_Bold.woff2") format("woff2"), url("PTRootUI_Bold.woff") format("woff"), url("PTRootUI_Bold.ttf") format("truetype"), url("PTRootUI_Bold.svg#PTRootUI_Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: "KudryashevHeadlineSans";
  src: url("7cc5851e0c8bd544920b3f8d93bf34a1.eot");
  src: url("7cc5851e0c8bd544920b3f8d93bf34a1.eot?#iefix") format("embedded-opentype"), url("7cc5851e0c8bd544920b3f8d93bf34a1.woff2") format("woff2"), url("7cc5851e0c8bd544920b3f8d93bf34a1.woff") format("woff"), url("7cc5851e0c8bd544920b3f8d93bf34a1.ttf") format("truetype"), url("7cc5851e0c8bd544920b3f8d93bf34a1.svg#KudryashevHeadlineSans") format("svg");
  font-display: swap; }
/* line 136, theme.scss */
body {
  font-family: "PTRootUI" !important; }
  /* line 138, theme.scss */
  body .spec-font {
    font-family: "KudryashevHeadlineSans" !important; }
  @media all and (min-width: 768px) {
    /* line 142, theme.scss */
    body.padding-top {
      padding-top: 50px; } }
  @media all and (min-width: 768px) {
    /* line 147, theme.scss */
    body.padding-bottom {
      padding-bottom: 50px; } }
  @media all and (max-width: 767px) {
    /* line 152, theme.scss */
    body.padding-top-sm {
      padding-top: 40px; } }
  @media all and (max-width: 767px) {
    /* line 157, theme.scss */
    body.padding-bottom-sm {
      padding-bottom: 40px; } }

/* line 163, theme.scss */
.widget-type_revmag_widget_sort .sort-title {
  font-family: "PTRootUI" !important; }

/* line 166, theme.scss */
b, strong {
  font-weight: 700; }

/* line 170, theme.scss */
.rev-notice-warning {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-warning) !important; }

/* line 171, theme.scss */
.rev-notice-success, .insales-ui-discount-item {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-success) !important; }

/* line 172, theme.scss */
.rev-notice-error, .insales-ui-discount-error, .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-error) !important; }

/* line 173, theme.scss */
.rev-notice-info {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-info) !important; }

/* line 174, theme.scss */
[style*="--color-notice-warning-is-dark:true;"] .rev-notice-warning {
  color: var(--color-text-light) !important; }

/* line 175, theme.scss */
[style*="--color-notice-success-is-dark:true;"] .rev-notice-success, [style*="--color-notice-success-is-dark:true;"] .insales-ui-discount-item {
  color: var(--color-text-light) !important; }

/* line 176, theme.scss */
[style*="--color-notice-error-is-dark:true;"] .rev-notice-error, [style*="--color-notice-error-is-dark:true;"] .insales-ui-discount-error, [style*="--color-notice-error-is-dark:true;"] .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-light) !important; }

/* line 177, theme.scss */
[style*="--color-notice-info-is-dark:true;"] .rev-notice-info {
  color: var(--color-text-light); }

/*
[style*="--rev-bg-input:#"]{
	.rev-input,
	.form-control,
	.co-input-field,
	.m-input-field{
		background-color: var(--rev-bg-input);
		color: var(--color-text-dark);
		border-color: var(--color-text-dark-half-shade);

		&:focus{
			color: var(--color-text-dark);
		}

		&::placeholder{
			color: var(--color-text-dark-half-shade);
		}
	}
}
*/
/* line 200, theme.scss */
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field {
  color: var(--color-text-light);
  border-color: var(--color-text-light-half-shade); }
  /* line 207, theme.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field:focus {
    color: var(--color-text-light);
    border-color: var(--color-text-light); }
  /* line 212, theme.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field::placeholder {
    color: var(--color-text-light-half-shade); }

/* line 218, theme.scss */
.editor {
  font-weight: 400; }
  /* line 221, theme.scss */
  .editor > *:first-child {
    margin-top: 0; }
  /* line 224, theme.scss */
  .editor > *:last-child {
    margin-bottom: 0; }
  /* line 228, theme.scss */
  .editor img,
  .editor iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }
  /* line 235, theme.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6,
  .editor strong {
    font-weight: 500; }
  /* line 245, theme.scss */
  .editor iframe {
    width: 100%; }
  /* line 249, theme.scss */
  .editor ol, .editor ul {
    list-style: none;
    padding-left: 0; }
    /* line 253, theme.scss */
    .editor ol li, .editor ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 5px; }
      /* line 258, theme.scss */
      .editor ol li:last-child, .editor ul li:last-child {
        margin-bottom: 0; }
  /* line 264, theme.scss */
  .editor ol {
    counter-reset: section; }
    /* line 268, theme.scss */
    .editor ol li::marker {
      display: none; }
    /* line 272, theme.scss */
    .editor ol li:before {
      counter-increment: section;
      content: counter(section) ". ";
      position: absolute;
      left: 0;
      color: var(--color-text-half-shade); }
  /* line 285, theme.scss */
  .editor ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-text-half-shade);
    margin-top: calc(1.5em / 2 - 3px); }
  /* line 298, theme.scss */
  .editor .table-wrapper {
    overflow-y: auto; }

/* line 303, theme.scss */
.page_layout_section_top {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom" "footer footer footer footer";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content); }

/* line 308, theme.scss */
.page_layout > aside {
  max-width: 200px; }

/* line 312, theme.scss */
.page_layout_normal_left > main, .page_layout_sticky_left > main {
  grid-column-start: calc(var(--initial-main-start) + 0.3); }

/* line 315, theme.scss */
.page_layout_normal_left > main, .page_layout_sticky_left > main {
  grid-column-start: calc(var(--initial-main-start) - +2.6);
  max-width: 1100px;
  margin-left: 16px; }
  @media (max-width: 1199px) {
    /* line 315, theme.scss */
    .page_layout_normal_left > main, .page_layout_sticky_left > main {
      grid-column-start: calc(var(--initial-main-start) - +1.6); } }

/* line 323, theme.scss */
.page_section_bottom {
  grid-area: section-bottom;
  grid-column: 1 / -1; }
  /* line 326, theme.scss */
  .page_section_bottom:empty {
    display: none; }

/* line 330, theme.scss */
.fs0 {
  font-size: 0; }

/* line 333, theme.scss */
div.row.is-grid {
  margin: -12px; }
  /* line 335, theme.scss */
  div.row.is-grid [class*="cell-"] {
    padding: 12px; }
  @media (max-width: 767px) {
    /* line 333, theme.scss */
    div.row.is-grid {
      margin: -10px; }
      /* line 340, theme.scss */
      div.row.is-grid [class*="cell-"] {
        padding: 10px; } }

@media (max-width: 991px) {
  /* line 347, theme.scss */
  .is-blog main .layout,
  .is-collection main .layout {
    --layout-side-padding: 0 !important; }

  /* line 352, theme.scss */
  .is-blog
  .page_layout,
  .is-collection
  .page_layout {
    grid-template-columns: auto !important; }

  /* line 358, theme.scss */
  .is-blog .page_layout,
  .is-collection .page_layout {
    grid-template-columns: auto !important; }

  /* line 362, theme.scss */
  .is-blog main,
  .is-collection main {
    margin-right: 0px;
    margin-left: 0;
    grid-column-start: 1 !important;
    grid-column-end: 5 !important;
    padding-right: var(--layout-side-padding);
    padding-left: var(--layout-side-padding); }

  /* line 371, theme.scss */
  .is-blog aside,
  .is-collection aside {
    margin-left: 0px;
    position: absolute;
    display: none; }

  /* line 377, theme.scss */
  [data-fixed-panels] {
    z-index: 10001; } }
/* line 382, theme.scss */
.is-collection .rev-title .page-title {
  max-width: 200px; }
/* line 385, theme.scss */
.is-collection aside {
  height: calc(100% - 50px); }
  /* line 387, theme.scss */
  .is-collection aside [data-sidebar] {
    position: sticky;
    top: 70px; }

@media (max-width: 767px) {
  /* line 404, theme.scss */
  .is-collection .rev-title .page-title {
    max-width: calc(100% - 86px); }

  /* line 408, theme.scss */
  header {
    top: 0;
    z-index: 100; }

  /* line 413, theme.scss */
  .is-blog main,
  .is-collection main {
    margin-right: 0px;
    margin-left: 0;
    grid-column-start: 1 !important;
    grid-column-end: 5 !important;
    padding-right: 0;
    padding-left: 0; }

  /* line 423, theme.scss */
  .is-collection header {
    margin-bottom: 8px; }
  /* line 426, theme.scss */
  .is-collection .layout.widget-type_revmag_widget_sort {
    margin-top: 8px;
    z-index: initial; }
  /* line 430, theme.scss */
  .is-collection .page_section_top {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    padding: 11px 0;
    transition: 0.2s top cubic-bezier(0.65, 0, 0.65, 0); }
    /* line 437, theme.scss */
    .is-collection .page_section_top:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      left: 0;
      bottom: 100%; }
    /* line 447, theme.scss */
    .is-collection .page_section_top .collection-title {
      margin-top: 0; }
      /* line 449, theme.scss */
      .is-collection .page_section_top .collection-title .page-title {
        padding: 0 0; }
      /* line 452, theme.scss */
      .is-collection .page_section_top .collection-title .title {
        transition: .3s all; }
        /* line 454, theme.scss */
        .is-collection .page_section_top .collection-title .title.on-scroll {
        				            /*
        					font-weight: 400;
      					font-size: 16px;
      					line-height: 150%;*/ }
    /* line 461, theme.scss */
    .is-collection .page_section_top.is-active {
      top: 53px; } }
/* line 469, theme.scss */
.c-gold {
  color: #A99163; }

/* line 473, theme.scss */
a.c-gold:hover {
  color: #89734B; }
  /* line 475, theme.scss */
  a.c-gold:hover svg path {
    fill: #89734B; }

/* line 480, theme.scss */
h2, .h2, .heading {
  margin: 0 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  font-family: inherit !important; }
  @media (max-width: 767px) {
    /* line 480, theme.scss */
    h2, .h2, .heading {
      font-size: 20px;
      line-height: 130%; } }

/* line 491, theme.scss */
.fw-500 {
  font-weight: 500; }

/* line 494, theme.scss */
.fs-s {
  font-size: 14px;
  line-height: 130%; }

/* line 498, theme.scss */
.m-t-8 {
  margin-top: 8px; }

/* line 501, theme.scss */
.m-t-24 {
  margin-top: 24px; }

/* line 504, theme.scss */
.m-r-8 {
  margin-right: 8px; }

/* line 507, theme.scss */
.m-b-8 {
  margin-bottom: 8px; }

/* line 510, theme.scss */
.m-l-8 {
  margin-left: 8px; }

/* line 513, theme.scss */
p {
  margin-bottom: 0.5rem; }

/* line 516, theme.scss */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  transition: .3s all;
  border-radius: 4px;
  height: 48px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0; }
  /* line 531, theme.scss */
  .btn.btn-secondary {
    color: #A99163 !important;
    background: #F2EFE8; }
    /* line 534, theme.scss */
    .btn.btn-secondary:hover {
      background: #E6E0D2 !important;
      color: #A99163 !important; }
  /* line 541, theme.scss */
  .btn.btn-light-primary {
    color: #A99163;
    background: #F2EFE8;
    padding: 15px;
    height: auto; }
    /* line 546, theme.scss */
    .btn.btn-light-primary:hover {
      background: #E6E0D2 !important;
      color: #A99163 !important; }

/* line 554, theme.scss */
h4, .h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%; }

/* line 559, theme.scss */
.is-index header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  /* line 566, theme.scss */
  .is-index header .widget-type_revmag_widget_header_3 .layout__content {
    background: transparent; }
    /* line 568, theme.scss */
    .is-index header .widget-type_revmag_widget_header_3 .layout__content a {
      color: #fff; }
    /* line 571, theme.scss */
    .is-index header .widget-type_revmag_widget_header_3 .layout__content svg path {
      fill: #fff; }
  /* line 575, theme.scss */
  .is-index header .widget-type_revmag_widget_header_3 .header {
    border-bottom: 0px solid #E6E6E6; }
  /* line 579, theme.scss */
  .is-index header .widget-type_revmag_widget_header_3 .header-icons .header-icon .header-count {
    background: #fff;
    color: #A99163; }

/* line 586, theme.scss */
body:not(.is-index) .header-menu li a:hover {
  color: #89734B !important; }
/* line 592, theme.scss */
body .widget-type_revmag_widget_header_3 .layout__content a {
  color: #000; }
/* line 595, theme.scss */
body .widget-type_revmag_widget_header_3 .layout__content svg path {
  fill: #000; }
/* line 599, theme.scss */
body .widget-type_revmag_widget_header_3 .header {
  border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    /* line 599, theme.scss */
    body .widget-type_revmag_widget_header_3 .header {
      border-bottom: 0; } }
@media (max-width: 767px) {
  /* line 590, theme.scss */
  body .widget-type_revmag_widget_header_3 {
    border-bottom: 1px solid #E6E6E6; } }
/* line 610, theme.scss */
body.is-index .widget-type_revmag_widget_header_3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }
@media (max-width: 767px) {
  /* line 613, theme.scss */
  body.is-index .widget-type_revmag_widget_header_3 {
    border-bottom: 0; } }
/* line 619, theme.scss */
body .widget-type_revmag_widget_header_3 .header-icons .header-icon .header-count {
  background: #A99163;
  font-weight: 700;
  font-size: 12px;
  color: #fff; }

/* line 626, theme.scss */
.button, .co-button:not(.co-button--link),
.picker-button, .m-modal-button,
.co-tabs-controls--customer .co-tabs-node {
  border-radius: 4px;
  padding: 15px 60px;
  height: 48px;
  border: 0;
  font-weight: 700;
  font-family: "PTRootUI" !important;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: .4s all; }
  /* line 640, theme.scss */
  .button:hover, .button:active, .co-button:not(.co-button--link):hover, .co-button:not(.co-button--link):active,
  .picker-button:hover,
  .picker-button:active, .m-modal-button:hover, .m-modal-button:active,
  .co-tabs-controls--customer .co-tabs-node:hover,
  .co-tabs-controls--customer .co-tabs-node:active {
    background: #957E52;
    opacity: 1; }
  /* line 644, theme.scss */
  .button[disabled], .co-button:not(.co-button--link)[disabled],
  .picker-button[disabled], .m-modal-button[disabled],
  .co-tabs-controls--customer .co-tabs-node[disabled] {
    opacity: 0.5; }

/* line 649, theme.scss */
.layout input[type="text"],
.layout input[type="email"],
.layout .form-control, .layout .co-input-field, .layout .m-input-field, * input[type="text"],
* input[type="email"],
* .form-control, * .co-input-field, * .m-input-field {
  width: 100%;
  height: 48px !important;
  background: #F2EFE8;
  border-radius: 4px;
  border: 1px solid #F2EFE8 !important;
  padding: 0 16px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #000 !important;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  font-family: "PTRootUI" !important; }
  /* line 665, theme.scss */
  .layout input[type="text"]::placeholder,
  .layout input[type="email"]::placeholder,
  .layout .form-control::placeholder, .layout .co-input-field::placeholder, .layout .m-input-field::placeholder, * input[type="text"]::placeholder,
  * input[type="email"]::placeholder,
  * .form-control::placeholder, * .co-input-field::placeholder, * .m-input-field::placeholder {
    color: #404040; }
  /* line 669, theme.scss */
  .layout input[type="text"]:focus::placeholder,
  .layout input[type="email"]:focus::placeholder,
  .layout .form-control:focus::placeholder, .layout .co-input-field:focus::placeholder, .layout .m-input-field:focus::placeholder, * input[type="text"]:focus::placeholder,
  * input[type="email"]:focus::placeholder,
  * .form-control:focus::placeholder, * .co-input-field:focus::placeholder, * .m-input-field:focus::placeholder {
    color: transparent; }
  /* line 673, theme.scss */
  .layout input[type="text"]:hover, .layout input[type="text"]:focus,
  .layout input[type="email"]:hover,
  .layout input[type="email"]:focus,
  .layout .form-control:hover,
  .layout .form-control:focus, .layout .co-input-field:hover, .layout .co-input-field:focus, .layout .m-input-field:hover, .layout .m-input-field:focus, * input[type="text"]:hover, * input[type="text"]:focus,
  * input[type="email"]:hover,
  * input[type="email"]:focus,
  * .form-control:hover,
  * .form-control:focus, * .co-input-field:hover, * .co-input-field:focus, * .m-input-field:hover, * .m-input-field:focus {
    border: 1px solid #BFBFBF !important; }
  /* line 676, theme.scss */
  .layout input[type="text"][disabled],
  .layout input[type="email"][disabled],
  .layout .form-control[disabled], .layout .co-input-field[disabled], .layout .m-input-field[disabled], * input[type="text"][disabled],
  * input[type="email"][disabled],
  * .form-control[disabled], * .co-input-field[disabled], * .m-input-field[disabled] {
    background: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important; }
  /* line 680, theme.scss */
  .layout input[type="text"].error, .layout input[type="text"].is-error-feedback-input,
  .layout input[type="email"].error,
  .layout input[type="email"].is-error-feedback-input,
  .layout .form-control.error,
  .layout .form-control.is-error-feedback-input, .layout .co-input-field.error, .layout .co-input-field.is-error-feedback-input, .layout .m-input-field.error, .layout .m-input-field.is-error-feedback-input, * input[type="text"].error, * input[type="text"].is-error-feedback-input,
  * input[type="email"].error,
  * input[type="email"].is-error-feedback-input,
  * .form-control.error,
  * .form-control.is-error-feedback-input, * .co-input-field.error, * .co-input-field.is-error-feedback-input, * .m-input-field.error, * .m-input-field.is-error-feedback-input {
    border: 1px solid #955254 !important; }
/* line 689, theme.scss */
.layout textarea.form-control, * textarea.form-control {
  resize: none;
  padding: 8px 16px !important;
  height: 76px !important; }
/* line 694, theme.scss */
.layout .input-group, * .input-group {
  position: relative; }
/* line 697, theme.scss */
.layout .error-text, * .error-text {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #955254;
  transition: .3s all;
  opacity: 0;
  visibility: hidden; }
/* line 710, theme.scss */
.layout .is-error-feedback-field input[type="text"],
.layout .is-error-feedback-field input[type="email"],
.layout .is-error-feedback-field .form-control, .layout .is-error-feedback-field .co-input-field, .layout .is-error-feedback-field .m-input-field, * .is-error-feedback-field input[type="text"],
* .is-error-feedback-field input[type="email"],
* .is-error-feedback-field .form-control, * .is-error-feedback-field .co-input-field, * .is-error-feedback-field .m-input-field {
  border: 1px solid #955254 !important; }
/* line 715, theme.scss */
.layout .is-error-feedback-field .error-text, * .is-error-feedback-field .error-text {
  opacity: 1;
  visibility: visible; }
/* line 721, theme.scss */
.layout .icon-gold svg path, * .icon-gold svg path {
  transition: .3s all;
  fill: #A99163 !important; }
/* line 726, theme.scss */
.layout .icon-gold:hover svg path, * .icon-gold:hover svg path {
  fill: #89734B !important; }
/* line 732, theme.scss */
.layout .product-item .absolute, * .product-item .absolute {
  background: #F2EFE8;
  border-radius: 4px; }
  /* line 735, theme.scss */
  .layout .product-item .absolute .preloader, * .product-item .absolute .preloader {
    width: 40px;
    height: 40px; }
    /* line 738, theme.scss */
    .layout .product-item .absolute .preloader svg, * .product-item .absolute .preloader svg {
      animation: 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite rotate;
      -webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite rotate; }
/* line 744, theme.scss */
.layout .product-item.product-item-cart, * .product-item.product-item-cart {
  position: relative;
  min-height: 100%;
  padding-bottom: 46px; }
  @media (max-width: 767px) {
    /* line 744, theme.scss */
    .layout .product-item.product-item-cart, * .product-item.product-item-cart {
      padding-bottom: 40px; } }
/* line 752, theme.scss */
.layout .product-item .product-item_rating, * .product-item .product-item_rating {
  display: none !important; }
/* line 755, theme.scss */
.layout .product-item form, * .product-item form {
  padding-bottom: 0 !important; }
/* line 758, theme.scss */
.layout .product-item .product-item_image .img-container, * .product-item .product-item_image .img-container {
  padding-top: 152.55%; }
/* line 761, theme.scss */
.layout .product-item .product-item_image img, * .product-item .product-item_image img {
  border-radius: 4px; }
/* line 764, theme.scss */
.layout .product-item .product-item_image .hover-images, * .product-item .product-item_image .hover-images {
  padding: 0 4px; }
  /* line 766, theme.scss */
  .layout .product-item .product-item_image .hover-images .hover-image > div:first-child, * .product-item .product-item_image .hover-images .hover-image > div:first-child {
    opacity: 0;
    transition: .3s all; }
  /* line 771, theme.scss */
  .layout .product-item .product-item_image .hover-images:hover .hover-image > div:first-child, * .product-item .product-item_image .hover-images:hover .hover-image > div:first-child {
    opacity: 1; }
/* line 776, theme.scss */
.layout .product-item .product-item_image .hover-images .hover-image > div:first-child:after, * .product-item .product-item_image .hover-images .hover-image > div:first-child:after {
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.25; }
/* line 783, theme.scss */
.layout .product-item .product-item_image .hover-images .hover-image.is-active > div:first-child:after, * .product-item .product-item_image .hover-images .hover-image.is-active > div:first-child:after {
  background: #fff;
  opacity: 1; }
/* line 787, theme.scss */
.layout .product-item .fav-container a, * .product-item .fav-container a {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  font-size: 0; }
  /* line 797, theme.scss */
  .layout .product-item .fav-container a:hover svg path, * .product-item .fav-container a:hover svg path {
    fill: #A99163; }
  @media (max-width: 767px) {
    /* line 787, theme.scss */
    .layout .product-item .fav-container a, * .product-item .fav-container a {
      width: 20px;
      height: 20px; }
      /* line 804, theme.scss */
      .layout .product-item .fav-container a svg, * .product-item .fav-container a svg {
        width: 12px;
        height: 12px; } }
/* line 810, theme.scss */
.layout .product-item .fixed-buttons, * .product-item .fixed-buttons {
  top: 8px;
  right: 8px; }
/* line 814, theme.scss */
.layout .product-item .product-item_bottom, * .product-item .product-item_bottom {
  display: none; }
/* line 817, theme.scss */
.layout .product-item .product-item_image, * .product-item .product-item_image {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    /* line 817, theme.scss */
    .layout .product-item .product-item_image, * .product-item .product-item_image {
      margin-bottom: 8px; } }
/* line 823, theme.scss */
.layout .product-item .product-item_title, * .product-item .product-item_title {
  padding: 0 0;
  margin: 0 0;
  font-size: 0; }
  /* line 827, theme.scss */
  .layout .product-item .product-item_title a, * .product-item .product-item_title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000; }
/* line 835, theme.scss */
.layout .product-item .product-item_info.js-preload-block, * .product-item .product-item_info.js-preload-block {
  opacity: 1; }
/* line 838, theme.scss */
.layout .product-item .product-item_prices-option, * .product-item .product-item_prices-option {
  margin-top: 4px; }
/* line 841, theme.scss */
.layout .product-item .product-item_prices, * .product-item .product-item_prices {
  padding: 0 0;
  margin: 0 0; }
  /* line 844, theme.scss */
  .layout .product-item .product-item_prices .price_min, * .product-item .product-item_prices .price_min {
    display: none !important; }
  /* line 847, theme.scss */
  .layout .product-item .product-item_prices .price_min + span,
  .layout .product-item .product-item_prices .price_min + span + span, * .product-item .product-item_prices .price_min + span,
  * .product-item .product-item_prices .price_min + span + span {
    display: inline !important; }
/* line 852, theme.scss */
.layout .product-item .product-preview__price, * .product-item .product-preview__price {
  display: flex;
  align-items: flex-end; }
  /* line 855, theme.scss */
  .layout .product-item .product-preview__price .product-price, * .product-item .product-preview__price .product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%; }
    @media (max-width: 767px) {
      /* line 855, theme.scss */
      .layout .product-item .product-preview__price .product-price, * .product-item .product-preview__price .product-price {
        font-size: 14px; } }
  /* line 863, theme.scss */
  .layout .product-item .product-preview__price .product-old_price, * .product-item .product-preview__price .product-old_price {
    margin-left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.5; }
    @media (max-width: 767px) {
      /* line 863, theme.scss */
      .layout .product-item .product-preview__price .product-old_price, * .product-item .product-preview__price .product-old_price {
        margin-left: 8px; } }
/* line 876, theme.scss */
.layout .product-item .product-item-option, * .product-item .product-item-option {
  display: flex;
  margin-left: 16px;
  font-size: 0; }
  @media (max-width: 767px) {
    /* line 876, theme.scss */
    .layout .product-item .product-item-option, * .product-item .product-item-option {
      margin-left: 8px; } }
  /* line 883, theme.scss */
  .layout .product-item .product-item-option div, * .product-item .product-item-option div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden; }
    /* line 888, theme.scss */
    .layout .product-item .product-item-option div.color-item-white, * .product-item .product-item-option div.color-item-white {
      border: 1px solid #BFBFBF; }
    @media (max-width: 767px) {
      /* line 883, theme.scss */
      .layout .product-item .product-item-option div, * .product-item .product-item-option div {
        width: 8px;
        height: 8px; } }
    /* line 895, theme.scss */
    .layout .product-item .product-item-option div img, * .product-item .product-item-option div img {
      width: 10px;
      height: 10px; }
      @media (max-width: 767px) {
        /* line 895, theme.scss */
        .layout .product-item .product-item-option div img, * .product-item .product-item-option div img {
          width: 8px;
          height: 8px; } }
    /* line 903, theme.scss */
    .layout .product-item .product-item-option div + div, * .product-item .product-item-option div + div {
      margin-left: 4px; }
      @media (max-width: 767px) {
        /* line 903, theme.scss */
        .layout .product-item .product-item-option div + div, * .product-item .product-item-option div + div {
          margin-left: 2px; } }
/* line 911, theme.scss */
.layout .product-item .product-item_variants, .layout .product-item .product-item_sku, * .product-item .product-item_variants, * .product-item .product-item_sku {
  display: none !important; }
/* line 914, theme.scss */
.layout .product-item .product-item-stiker, * .product-item .product-item-stiker {
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #A99163; }
/* line 922, theme.scss */
.layout .product-item .product-item-bottom, * .product-item .product-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  /* line 927, theme.scss */
  .layout .product-item .product-item-bottom a.btn, * .product-item .product-item-bottom a.btn {
    padding: 8px 24px;
    width: 116px;
    height: 32px;
    background: #F2EFE8;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap; }
@media (max-width: 767px) {
  /* line 941, theme.scss */
  .layout .grid-list-favorite .product-item:nth-child(3n+1) form, * .grid-list-favorite .product-item:nth-child(3n+1) form {
    padding-bottom: 40px !important; } }

/* line 947, theme.scss */
.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  /* line 951, theme.scss */
  .navigation .swiper-next {
    margin-left: 8px; }
  /* line 954, theme.scss */
  .navigation .swiper-prev,
  .navigation .swiper-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F2EFE8;
    cursor: pointer; }
    /* line 965, theme.scss */
    .navigation .swiper-prev:hover:not(.swiper-button-disabled), .navigation .swiper-prev:hover:not(.is-disabled),
    .navigation .swiper-next:hover:not(.swiper-button-disabled),
    .navigation .swiper-next:hover:not(.is-disabled) {
      background: #E6E0D2; }
    /* line 970, theme.scss */
    .navigation .swiper-prev.swiper-button-disabled,
    .navigation .swiper-next.swiper-button-disabled {
      cursor: inherit;
      opacity: 0.5; }

/* line 977, theme.scss */
.navigation {
  position: absolute;
  top: 0;
  right: 0; }

/* line 982, theme.scss */
.btn-form-send {
  background: none;
  border: 0;
  outline: none !important;
  padding: 0 0;
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
  cursor: pointer; }
  /* line 992, theme.scss */
  .btn-form-send svg path {
    transition: .3s all; }
  /* line 996, theme.scss */
  .btn-form-send:hover svg path {
    fill: #89734B; }

@media (max-width: 767px) {
  /* line 1002, theme.scss */
  .layout {
    padding: 0 16px; } }
@media (max-width: 991px) {
  /* line 1007, theme.scss */
  .slider-heading {
    display: block;
    margin-bottom: 24px !important; } }
/* line 1014, theme.scss */
.mobile-menu-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: .3s all;
  left: -100%; }
  /* line 1023, theme.scss */
  .mobile-menu-container.js-active {
    left: 0; }
  /* line 1026, theme.scss */
  .mobile-menu-container svg path {
    fill: #000 !important; }
  /* line 1029, theme.scss */
  .mobile-menu-container * a {
    color: #000 !important; }

/* line 1033, theme.scss */
.mobile-menu-heading {
  font-size: 0;
  padding: 9px 16px 15px;
  border-bottom: 1px solid #E9E9E9; }

/* line 1038, theme.scss */
.mobile-menu {
  padding: 16px;
  height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: auto; }

/* line 1045, theme.scss */
.mobile-menu-list > li {
  padding: 10px 0; }
  /* line 1047, theme.scss */
  .mobile-menu-list > li > div > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }
  /* line 1052, theme.scss */
  .mobile-menu-list > li > div .arr-down {
    font-size: 0;
    position: relative; }
    /* line 1055, theme.scss */
    .mobile-menu-list > li > div .arr-down:after {
      content: '';
      display: block;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 1066, theme.scss */
  .mobile-menu-list > li > div .arr-down.js-active {
    transform: scale(1, -1); }
  /* line 1069, theme.scss */
  .mobile-menu-list > li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9; }

/* line 1074, theme.scss */
.mobile-menu-sublist {
  padding: 8px 0;
  display: none; }
  /* line 1077, theme.scss */
  .mobile-menu-sublist a {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.75; }
  /* line 1083, theme.scss */
  .mobile-menu-sublist li {
    padding: 10px 16px; }

/* line 1090, theme.scss */
.insales_widget-delivery.insales_widget-delivery--box-shadow
.insales_widget-delivery_info--title.with-description > i {
  font-size: 0;
  border: 0;
  padding: 0;
  background: url("info.svg") no-repeat center;
  background-size: contain;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

/* line 1103, theme.scss */
li:first-child .insales_widget-delivery_info--description {
  display: block;
  opacity: 1;
  font-size: inherit;
  padding-top: 8px; }

/* line 1111, theme.scss */
.modal {
  padding: 40px;
  border-radius: 4px;
  position: relative;
  max-width: 420px;
  width: 100%;
  color: #404040;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }
  /* line 1121, theme.scss */
  .modal .is-close {
    display: none !important; }
  /* line 1124, theme.scss */
  .modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 24px;
    right: 24px;
    font-size: 0; }
  /* line 1132, theme.scss */
  .modal .input-group + .input-group {
    margin-top: 24px; }
  /* line 1136, theme.scss */
  .modal .input-group-bttns {
    margin-top: 32px; }
  /* line 1139, theme.scss */
  .modal .submit-modal-form {
    width: 100%; }
  /* line 1142, theme.scss */
  .modal .form-bottom-text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #404040; }

/* line 1150, theme.scss */
.form-modal {
  margin-top: 24px; }

/* line 1153, theme.scss */
.modal-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000000; }

/* line 1160, theme.scss */
.input-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1168, theme.scss */
.thanks-text .modal-title {
  margin-bottom: 8px; }
/* line 1171, theme.scss */
.thanks-text .text {
  margin-bottom: 16px; }

/* line 1175, theme.scss */
.modal-thanks-content {
  display: none; }

/* line 1178, theme.scss */
.info-product-add {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 25;
  background: #A99163;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0;
  display: none; }
  /* line 1193, theme.scss */
  .info-product-add .text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em; }

@media (max-width: 767px) {
  /* line 1203, theme.scss */
  .is-product
  .fancybox__slide.has-inline {
    padding: 0;
    background: #fff; }
    /* line 1207, theme.scss */
    .is-product
    .fancybox__slide.has-inline:before, .is-product
    .fancybox__slide.has-inline:after {
      display: none; }

  /* line 1211, theme.scss */
  .modal {
    border-radius: 0;
    padding: 0 16px 16px; }

  /* line 1216, theme.scss */
  .modal .close-modal {
    top: 16px;
    right: 16px;
    z-index: 5; }

  /* line 1221, theme.scss */
  .modal-title {
    padding: 12px 32px 12px 16px;
    margin: 0 -16px 24px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%; } }
/* line 1231, theme.scss */
.is-cart .widget-type_revmag_widget_products_slider_1 .rev-products:last-child {
  padding: 32px 0; }
/* line 1234, theme.scss */
.is-cart .widget-type_widget_v4_viewed_products_1_21130166e129b702e0f2600c16283c6d .viewed-products {
  padding-top: 32px; }
/* line 1238, theme.scss */
.is-cart .slider-heading .title {
  font-family: "KudryashevHeadlineSans" !important;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    /* line 1238, theme.scss */
    .is-cart .slider-heading .title {
      font-size: 28px;
      line-height: 130%; } }

/* line 1250, theme.scss */
.delete-modal {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }

/* line 1253, theme.scss */
.delete-modal-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000; }

/* line 1260, theme.scss */
.delete-modal-bttns {
  width: 186px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

/* line 1266, theme.scss */
.close-delete-modal {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%; }

@media (max-width: 767px) {
  /* line 1274, theme.scss */
  .is-cart .delete-modal {
    padding: 32px;
    max-width: 330px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  /* line 1280, theme.scss */
  .is-cart .delete-modal-title {
    font-size: 16px; } }

/* line 1285, theme.scss */
.checkout-header-menu {
  display: none; }

/* line 1288, theme.scss */
.checkout-menu {
  display: none; }

/* line 1292, theme.scss */
.is-checkout .checkout-header-menu {
  display: flex; }
/* line 1295, theme.scss */
.is-checkout .index-header-menu {
  display: none !important; }
/* line 1299, theme.scss */
.is-checkout .header-wrap .header-icons, .is-checkout .header-inside .header-icons {
  display: none; }
/* line 1302, theme.scss */
.is-checkout .header-wrap .flex-between, .is-checkout .header-inside .flex-between {
  justify-content: flex-start; }
@media (max-width: 767px) {
  /* line 1306, theme.scss */
  .is-checkout .header-wrap .flex-between, .is-checkout .header-inside .flex-between {
    justify-content: space-between; }
  /* line 1309, theme.scss */
  .is-checkout .header-wrap .cell-4:first-child, .is-checkout .header-inside .cell-4:first-child {
    display: none; }
  /* line 1312, theme.scss */
  .is-checkout .header-wrap .cell-4.text-center, .is-checkout .header-inside .cell-4.text-center {
    text-align: left; } }
/* line 1318, theme.scss */
.is-checkout .widget-type_revmag_widget_header_3 .mobile-nav,
.is-checkout .widget-type_revmag_widget_header_fixed .mobile-nav {
  display: none !important; }
@media (max-width: 767px) {
  /* line 1323, theme.scss */
  .is-checkout .checkout-menu {
    display: block;
    position: relative;
    margin-right: 10px; }
  /* line 1328, theme.scss */
  .is-checkout .logo {
    text-align: left;
    width: 100%; } }
/* line 1333, theme.scss */
.is-checkout .checkout-menu-conteiner {
  position: absolute;
  width: 328px;
  right: 0;
  top: calc(100% + 8px);
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 10;
  display: none; }
  /* line 1344, theme.scss */
  .is-checkout .checkout-menu-conteiner li {
    font-size: 0;
    padding: 10px 16px; }
    /* line 1347, theme.scss */
    .is-checkout .checkout-menu-conteiner li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%; }
/* line 1355, theme.scss */
.is-checkout .checkout-menu-open svg path {
  fill: #808080 !important; }
/* line 1359, theme.scss */
.is-checkout .footer-top {
  display: none !important; }
/* line 1362, theme.scss */
.is-checkout .footer-bottom {
  padding-top: 64px;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    /* line 1362, theme.scss */
    .is-checkout .footer-bottom {
      padding-top: 32px;
      padding-bottom: 64px;
      font-size: 14px; } }
  /* line 1370, theme.scss */
  .is-checkout .footer-bottom .footer-left {
    width: 230px !important;
    min-width: initial !important; }
    @media (max-width: 767px) {
      /* line 1370, theme.scss */
      .is-checkout .footer-bottom .footer-left {
        width: 100% !important;
        margin-bottom: 16px; } }
/* line 1391, theme.scss */
.is-checkout .co-section--checkout_content {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between; }
/* line 1397, theme.scss */
.is-checkout .co-section--checkout_order {
  max-width: 649px; }
  /* line 1399, theme.scss */
  .is-checkout .co-section--checkout_order .co-checkout-block--padded {
    padding: 0 0; }
/* line 1403, theme.scss */
.is-checkout .co-input-description a:not([class]), .is-checkout .co-menu-link, .is-checkout .co-link, .is-checkout .link, .is-checkout a {
  color: var(--color-accent-text); }
/* line 1406, theme.scss */
.is-checkout .co-section--checkout_order
.co-section--checkout_header {
  padding-top: 40px;
  padding-bottom: 24px;
  display: block; }
  /* line 1411, theme.scss */
  .is-checkout .co-section--checkout_order
  .co-section--checkout_header .co-title--h1 {
    margin-bottom: 0; }
/* line 1415, theme.scss */
.is-checkout .cart-link-back {
  margin-bottom: 16px; }
  /* line 1417, theme.scss */
  .is-checkout .cart-link-back a {
    display: inline-flex;
    align-items: center;
    color: #808080; }
    /* line 1421, theme.scss */
    .is-checkout .cart-link-back a .title {
      margin-left: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%; }
/* line 1429, theme.scss */
.is-checkout .co-sidebar-wrapper {
  display: none !important; }
@media (max-width: 991px) {
  /* line 1434, theme.scss */
  .is-checkout .co-tabs {
    display: block; } }
/* line 1438, theme.scss */
.is-checkout .co-tabs-content, .is-checkout .co-tabs {
  margin-bottom: 0 !important; }

/* line 1442, theme.scss */
a:not([class]):focus, .picker-input--active:not([class]), a:not([class]):hover, .link:focus, .link.picker-input--active,
.link:hover, .co-link:focus, .co-link.picker-input--active, .co-link:hover,
.co-input-description a:hover:not([class]), .co-menu-link:hover, .co-link:hover, .link:hover, a:hover {
  color: var(--color-accent-text-minor-shade);
  text-decoration: none; }

/* line 1448, theme.scss */
.co-input-label {
  line-height: 150%; }

/* line 1451, theme.scss */
.co-title--h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000000; }

/* line 1457, theme.scss */
.dynamic_basket {
  padding-top: 128px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

/* line 1463, theme.scss */
.order-basket {
  position: sticky;
  top: 60px;
  right: 0;
  padding: 24px;
  width: 100%;
  max-width: 420px;
  background: #F2EFE8;
  border-radius: 4px; }

/* line 1474, theme.scss */
.dynamic_item + .dynamic_item {
  margin-top: 16px; }

/* line 1478, theme.scss */
.dynamic_item-img {
  width: 60px;
  margin-right: 16px; }
  /* line 1481, theme.scss */
  .dynamic_item-img img {
    border-radius: 4px; }

/* line 1485, theme.scss */
.dynamic_item-info {
  width: calc(100% - 76px);
  margin-top: -4px; }

/* line 1489, theme.scss */
.dynamic_item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1495, theme.scss */
.dynamic_item-price {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1502, theme.scss */
.dynamic_item-variants {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040; }

/* line 1509, theme.scss */
.checkout-block h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 32px; }

/* line 1521, theme.scss */
.checkout-block-delivery .co-input > .co-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
/* line 1527, theme.scss */
.checkout-block-delivery .co-input-label {
  margin-bottom: 0; }
  /* line 1529, theme.scss */
  .checkout-block-delivery .co-input-label:after {
    display: none; }
/* line 1533, theme.scss */
.checkout-block-delivery .co-input:after {
  display: none; }
/* line 1536, theme.scss */
.checkout-block-delivery .co-input-select, .checkout-block-delivery .co-input-field {
  max-width: 420px; }
/* line 1539, theme.scss */
.checkout-block-delivery .co-checkout-block {
  margin-bottom: 0; }

/* line 1543, theme.scss */
.fieldWithErrors,
.co-input-group {
  width: 100%;
  max-width: 420px; }

/* line 1550, theme.scss */
div.co-input-select:after {
  content: '';
  display: block;
  opacity: 1;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 16px;
  background: url("slct-down.svg") no-repeat center; }

/* line 1560, theme.scss */
.co-input + .co-input, .co-tabs-content + .co-input {
  margin-top: 2rem; }

/* line 1563, theme.scss */
.delivery_variants {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px; }
  /* line 1567, theme.scss */
  .delivery_variants .co-toggable_field--bordered .co-toggable_field-description {
    display: none; }
  /* line 1570, theme.scss */
  .delivery_variants .co-tabs-content {
    margin-bottom: 0; }

/* line 1574, theme.scss */
.co-toggable_field--bordered {
  padding: 0 0;
  border: 0 !important; }
  /* line 1577, theme.scss */
  .co-toggable_field--bordered + .co-toggable_field--bordered {
    margin-top: 24px; }

/* line 1581, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1588, theme.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0 0; }

/* line 1591, theme.scss */
.co-toggable_field {
  display: block;
  position: relative;
  padding-left: 32px; }

/* line 1596, theme.scss */
.co-toggable_field-input {
  flex: 0 0 0; }

/* line 1599, theme.scss */
.co-toggable_field-input input + span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  box-shadow: 0 0 0 !important;
  border: 1px solid #BFBFBF;
  display: block; }

/* line 1610, theme.scss */
.co-toggable_field-input input[type="radio"] + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A99163;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
  opacity: 0; }

/* line 1624, theme.scss */
.co-toggable_field-input input:checked + span:before {
  opacity: 1; }

/* line 1627, theme.scss */
.co-toggable_field-price {
  padding: 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1634, theme.scss */
.delivery-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040;
  margin-bottom: 24px; }
  /* line 1640, theme.scss */
  .delivery-description p {
    margin-bottom: 8px; }
    /* line 1642, theme.scss */
    .delivery-description p:last-child {
      margin: 0 0; }

/* line 1647, theme.scss */
.delivery-adress {
  margin-top: 32px;
  display: flex;
  justify-content: space-between; }
  /* line 1651, theme.scss */
  .delivery-adress .co-delivery_adress-form {
    margin-bottom: 0;
    justify-content: space-between; }
    /* line 1654, theme.scss */
    .delivery-adress .co-delivery_adress-form .co-input-label {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040;
      margin-bottom: 8px; }
    /* line 1661, theme.scss */
    .delivery-adress .co-delivery_adress-form .co-input--house {
      margin: 0 0;
      flex-basis: initial;
      flex: 0 0 124px; }
    /* line 1666, theme.scss */
    .delivery-adress .co-delivery_adress-form .co-input--flat,
    .delivery-adress .co-delivery_adress-form .co-input--entrance,
    .delivery-adress .co-delivery_adress-form .co-input--floor {
      flex-basis: initial;
      flex: 0 0 124px; }
  /* line 1673, theme.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 272px;
    max-width: 100%; }

/* line 1678, theme.scss */
.delivery-comment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px; }
  /* line 1683, theme.scss */
  .delivery-comment label:first-child {
    display: none; }
  /* line 1686, theme.scss */
  .delivery-comment label {
    display: inline-block;
    margin-top: 12px; }
  /* line 1690, theme.scss */
  .delivery-comment textarea.co-input-field {
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
    height: 96px !important; }

/* line 1697, theme.scss */
.co-contact-fields {
  margin: 64px 0 0 0; }
  /* line 1699, theme.scss */
  .co-contact-fields h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }
  /* line 1709, theme.scss */
  .co-contact-fields .co-input-label {
    margin-bottom: 0; }
    /* line 1711, theme.scss */
    .co-contact-fields .co-input-label:after {
      display: none; }
  /* line 1715, theme.scss */
  .co-contact-fields .co-input:after {
    display: none; }
  /* line 1718, theme.scss */
  .co-contact-fields .co-input-field {
    max-width: 420px; }
  /* line 1721, theme.scss */
  .co-contact-fields .co-checkout-block {
    margin-bottom: 0; }

/* line 1725, theme.scss */
.co-input-user {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 1729, theme.scss */
  .co-input-user + .co-input-user {
    margin-top: 32px; }
  /* line 1732, theme.scss */
  .co-input-user label {
    margin-top: 12px; }
  /* line 1736, theme.scss */
  .co-input-user .co-input--phone:after {
    content: 'Пришлём уведомление о заказе';
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    height: auto;
    color: #808080; }
  /* line 1747, theme.scss */
  .co-input-user .co-input.co-input--checkbox.co-input--subscribe {
    margin-top: 16px; }
    /* line 1749, theme.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field {
      margin-top: 0; }
    /* line 1752, theme.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field-information {
      padding: 0 0; }
    /* line 1755, theme.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field-title {
      margin: 3px 0 0;
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040; }
  /* line 1764, theme.scss */
  .co-input-user .co-toggable_field-input--checkbox input + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("check.svg") no-repeat center;
    transition: .3s all;
    opacity: 0; }
  /* line 1772, theme.scss */
  .co-input-user .co-toggable_field-input--checkbox input:checked + span:after {
    opacity: 1;
    content: ''; }

/* line 1779, theme.scss */
[for="order_use_bonus_points"] {
  display: none !important; }

/* line 1785, theme.scss */
.checkout-block-three {
  width: 100%;
  margin-top: 64px; }
  /* line 1788, theme.scss */
  .checkout-block-three h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }

/* line 1799, theme.scss */
.co-input-three-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 1803, theme.scss */
  .co-input-three-group + .co-input-three-group {
    margin-top: 32px; }
  /* line 1809, theme.scss */
  .co-input-three-group:nth-child(2) label, .co-input-three-group:nth-child(3) label, .co-input-three-group:last-child label {
    display: inline-block;
    margin-top: 12px; }
  /* line 1813, theme.scss */
  .co-input-three-group:nth-child(2) .co-input-description, .co-input-three-group:nth-child(3) .co-input-description, .co-input-three-group:last-child .co-input-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #808080;
    max-width: 320px; }

/* line 1822, theme.scss */
.co-input-spec-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 32px 0; }

/* line 1828, theme.scss */
.co-input-size-text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040;
  width: 100%; }

/* line 1836, theme.scss */
.co-input-spec-group-right {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  /* line 1843, theme.scss */
  .co-input-spec-group-right .co-input-three-group {
    display: block;
    max-width: 198px;
    font-size: 0; }
    /* line 1847, theme.scss */
    .co-input-spec-group-right .co-input-three-group + .co-input-three-group {
      margin-top: 24px; }
    /* line 1850, theme.scss */
    .co-input-spec-group-right .co-input-three-group:nth-child(3) {
      margin-top: 0; }
    /* line 1853, theme.scss */
    .co-input-spec-group-right .co-input-three-group label {
      margin-top: 0;
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040; }
      /* line 1860, theme.scss */
      .co-input-spec-group-right .co-input-three-group label:after {
        display: none; }

/* line 1866, theme.scss */
.checkout-block-payment {
  margin-top: 64px; }
  /* line 1868, theme.scss */
  .checkout-block-payment h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }
    /* line 1874, theme.scss */
    .checkout-block-payment h3:after {
      display: none !important; }

/* line 1879, theme.scss */
.co-input-four-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 1884, theme.scss */
  .co-input-four-group > .co-input-label:after {
    display: none !important; }
  /* line 1888, theme.scss */
  .co-input-four-group .co-basket_total {
    font-size: 0; }
    /* line 1890, theme.scss */
    .co-input-four-group .co-basket_total .co-basket_total-title {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
    /* line 1896, theme.scss */
    .co-input-four-group .co-basket_total .co-basket_total-price {
      font-weight: 700;
      font-size: 20px;
      line-height: 130%;
      color: #000000; }
  /* line 1903, theme.scss */
  .co-input-four-group .co-button--checkout#create_order {
    margin: 32px 0 16px;
    height: 56px; }

/* line 1908, theme.scss */
.order-finish-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #808080; }
  /* line 1913, theme.scss */
  .order-finish-text a {
    color: #808080 !important;
    text-decoration: underline !important; }
    /* line 1916, theme.scss */
    .order-finish-text a:hover {
      color: #000 !important;
      text-decoration: none !important; }

/* line 1922, theme.scss */
.variants.payment_variants {
  margin-bottom: 120px; }
  /* line 1924, theme.scss */
  .variants.payment_variants .co-basket_subtotal-list {
    padding: 0 0;
    margin: 40px 0 8px;
    border: 0 !important;
    display: flex;
    flex-direction: column; }
    /* line 1930, theme.scss */
    .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal {
      order: 2; }
      /* line 1932, theme.scss */
      .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title {
        font-size: 0; }
        /* line 1934, theme.scss */
        .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title:before {
          content: 'Товаров на сумму';
          font-size: 16px; }
    /* line 1941, theme.scss */
    .variants.payment_variants .co-basket_subtotal-list #discounts-block {
      order: -1; }
      /* line 1943, theme.scss */
      .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal {
        order: 1;
        margin: 8px 0; }
        /* line 1946, theme.scss */
        .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal .co-basket_subtotal-title {
          font-size: 0; }
          /* line 1948, theme.scss */
          .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal .co-basket_subtotal-title:before {
            content: 'Доставка';
            font-size: 16px; }
      /* line 1954, theme.scss */
      .variants.payment_variants .co-basket_subtotal-list #discounts-block .discount-subtotal-description {
        font-size: 0; }
        /* line 1956, theme.scss */
        .variants.payment_variants .co-basket_subtotal-list #discounts-block .discount-subtotal-description:before {
          content: 'Промокод';
          font-size: 16px; }
    /* line 1962, theme.scss */
    .variants.payment_variants .co-basket_subtotal-list .co-price--current {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
      /* line 1967, theme.scss */
      .variants.payment_variants .co-basket_subtotal-list .co-price--current.discount-subtotal-amount {
        color: #955254 !important; }

/* line 1973, theme.scss */
.checkout-login-in-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0;
  padding: 16px 0 64px; }
  @media (max-width: 991px) {
    /* line 1973, theme.scss */
    .checkout-login-in-block {
      display: block;
      padding: 0 0 40px; } }
  /* line 1983, theme.scss */
  .checkout-login-in-block .co-tabs-header {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 1990, theme.scss */
  .checkout-login-in-block > .co-checkout-block {
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; }
    @media (max-width: 991px) {
      /* line 1990, theme.scss */
      .checkout-login-in-block > .co-checkout-block {
        max-width: 100%; } }
    /* line 1997, theme.scss */
    .checkout-login-in-block > .co-checkout-block .co-login-text {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      margin: 16px 0 0; }
      /* line 2003, theme.scss */
      .checkout-login-in-block > .co-checkout-block .co-login-text p {
        margin: 0 0; }
        /* line 2005, theme.scss */
        .checkout-login-in-block > .co-checkout-block .co-login-text p a {
          color: inherit; }

@media (max-width: 1199px) {
  /* line 2013, theme.scss */
  .co-section--checkout_order {
    width: 75%;
    padding-right: 32px; }

  /* line 2017, theme.scss */
  .fieldWithErrors,
  .co-input-spec-group-right,
  .co-input-group {
    max-width: 380px; }

  /* line 2022, theme.scss */
  .co-input-spec-group-right .co-input-three-group {
    width: calc(50% - 12px); }

  /* line 2025, theme.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 calc(67% - 12px); }

  /* line 2028, theme.scss */
  .delivery-adress .co-delivery_adress-form .co-input--house {
    flex: 0 0 calc(33% - 12px); }

  /* line 2031, theme.scss */
  .delivery-adress .co-delivery_adress-form .co-input--flat,
  .delivery-adress .co-delivery_adress-form .co-input--entrance,
  .delivery-adress .co-delivery_adress-form .co-input--floor {
    flex: 0 0 calc(33% - 12px); } }
@media (max-width: 991px) {
  /* line 2038, theme.scss */
  .is-checkout .co-section--checkout_content {
    display: block;
    max-width: 500px;
    margin: 0 auto; }

  /* line 2043, theme.scss */
  .co-section--checkout_order {
    width: 100%;
    max-width: 100%;
    padding-right: 0; }

  /* line 2048, theme.scss */
  .fieldWithErrors,
  .co-input-spec-group-right,
  .co-input-group {
    max-width: 100%;
    width: 100%; }

  /* line 2054, theme.scss */
  .is-checkout .co-section--checkout_order .co-section--checkout_header {
    padding: 24px 0 16px; }

  /* line 2057, theme.scss */
  .is-checkout .cart-link-back {
    margin-bottom: 8px; }

  /* line 2060, theme.scss */
  .is-checkout .cart-link-back a .icon {
    width: 12px; }

  /* line 2063, theme.scss */
  .is-checkout .cart-link-back a .title {
    font-size: 12px; }

  /* line 2066, theme.scss */
  .co-title--h1 {
    font-size: 20px;
    line-height: 130%; }

  /* line 2070, theme.scss */
  .checkout-block-delivery .co-input > .co-input {
    display: block; }
    /* line 2072, theme.scss */
    .checkout-block-delivery .co-input > .co-input .co-input-label {
      line-height: 130%;
      margin-bottom: 8px; }

  /* line 2077, theme.scss */
  .co-input + .co-input, .co-tabs-content + .co-input {
    margin-top: 24px; }

  /* line 2080, theme.scss */
  .delivery_variants, .delivery-adress, .delivery-comment {
    display: block;
    margin-top: 24px; }

  /* line 2084, theme.scss */
  .checkout-block-delivery .co-input-label {
    line-height: 130%;
    margin-bottom: 16px; }

  /* line 2088, theme.scss */
  .delivery-description {
    margin-bottom: 16px; }

  /* line 2092, theme.scss */
  .delivery-comment label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2098, theme.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 calc(67.333333% - 8px); }

  /* line 2101, theme.scss */
  .delivery-adress .co-delivery_adress-form .co-input--house {
    flex: 0 0 calc(33.3333% - 8px); }

  /* line 2104, theme.scss */
  .delivery-adress .co-delivery_adress-form .co-input--flat,
  .delivery-adress .co-delivery_adress-form .co-input--entrance,
  .delivery-adress .co-delivery_adress-form .co-input--floor {
    flex: 0 0 calc(33.33333% - 8px);
    margin-top: 16px; }

  /* line 2110, theme.scss */
  .co-contact-fields, .checkout-block-three {
    margin-top: 40px; }

  /* line 2113, theme.scss */
  .checkout-block h2, .co-contact-fields h2,
  .checkout-block-three h3, .checkout-block-payment h3 {
    margin-bottom: 16px; }

  /* line 2117, theme.scss */
  .co-input-user {
    display: block; }

  /* line 2120, theme.scss */
  .co-contact-fields .co-input-label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2125, theme.scss */
  .co-input-user + .co-input-user {
    margin-top: 24px; }

  /* line 2128, theme.scss */
  .co-input-three-group {
    display: block; }

  /* line 2131, theme.scss */
  .co-input-three-group:nth-child(2) label,
  .co-input-three-group:nth-child(3) label,
  .co-input-three-group:last-child label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2138, theme.scss */
  .co-input-three-group + .co-input-three-group {
    margin-top: 24px; }

  /* line 2141, theme.scss */
  .co-input-spec-group {
    display: block;
    margin: 24px 0; }

  /* line 2145, theme.scss */
  .co-input-spec-group-right .co-input-three-group {
    width: calc(50% - 8px);
    max-width: 100%; }

  /* line 2149, theme.scss */
  .co-input-spec-group-right .co-input-three-group + .co-input-three-group {
    margin-top: 16px; }

  /* line 2152, theme.scss */
  .co-input-size-text {
    margin: 8px 0 16px; }

  /* line 2155, theme.scss */
  .co-input-spec-group-right .co-input-three-group:nth-child(3) {
    margin-top: 0; }

  /* line 2158, theme.scss */
  .checkout-block-payment {
    margin-top: 40px; }

  /* line 2161, theme.scss */
  .co-input-four-group {
    display: block; }
    /* line 2163, theme.scss */
    .co-input-four-group .co-input-label {
      line-height: 130%;
      margin-bottom: 16px;
      margin-top: 0; }

  /* line 2169, theme.scss */
  .co-toggable_field--bordered + .co-toggable_field--bordered {
    margin-top: 16px; }

  /* line 2172, theme.scss */
  .co-input-four-group .co-button--checkout#create_order {
    margin-top: 24px; }

  /* line 2175, theme.scss */
  .variants.payment_variants {
    margin-bottom: 40px; }

  /* line 2178, theme.scss */
  .dynamic_basket {
    display: block;
    padding: 0 0 64px;
    margin: 0 -16px; }

  /* line 2183, theme.scss */
  .order-basket {
    padding: 24px 16px;
    max-width: 100%;
    border-radius: 0; }

  /* line 2188, theme.scss */
  .co-contact-fields .co-input-field,
  .checkout-block-delivery .co-input-select, .checkout-block-delivery .co-input-field {
    max-width: 100%; } }
/* line 2200, theme.scss */
.layout-page-404 {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0; }
  /* line 2207, theme.scss */
  .layout-page-404 .btn.btn-light-primary {
    font-size: 12px;
    width: 170px;
    height: 32px; }
  @media (max-width: 767px) {
    /* line 2200, theme.scss */
    .layout-page-404 {
      padding: 64px 0 180px; } }

/* line 2216, theme.scss */
.page-404-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 767px) {
    /* line 2216, theme.scss */
    .page-404-title {
      font-size: 28px;
      line-height: 130%; } }

/* line 2227, theme.scss */
.page-404-text {
  margin: 16px 0 24px;
  font-size: 14px; }

/* line 2232, theme.scss */
.page-login main .layout {
  min-height: 100%;
  padding: 40px 0; }
  @media (max-width: 767px) {
    /* line 2232, theme.scss */
    .page-login main .layout {
      padding: 24px 16px 64px; } }
/* line 2239, theme.scss */
.page-login main .layout__content {
  width: 100%;
  max-width: 420px; }
  /* line 2242, theme.scss */
  .page-login main .layout__content .co-title--h1 {
    text-align: center;
    padding-bottom: 32px; }
    @media (max-width: 767px) {
      /* line 2242, theme.scss */
      .page-login main .layout__content .co-title--h1 {
        padding-bottom: 24px; } }
  /* line 2249, theme.scss */
  .page-login main .layout__content .co-login {
    flex: 0 0 100%; }
    /* line 2251, theme.scss */
    .page-login main .layout__content .co-login.co-login--social_login {
      display: none; }
  /* line 2255, theme.scss */
  .page-login main .layout__content .co-section--content_wrapper {
    margin: 0 0; }
    /* line 2257, theme.scss */
    .page-login main .layout__content .co-section--content_wrapper .co-checkout-block--padded {
      padding: 0 0; }
  /* line 2261, theme.scss */
  .page-login main .layout__content .co-input--required .co-input-label:after {
    display: none; }
  /* line 2264, theme.scss */
  .page-login main .layout__content .co-input-label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 2271, theme.scss */
  .page-login main .layout__content .co-login-text:empty,
  .page-login main .layout__content .co-input:empty,
  .page-login main .layout__content .co-input:after {
    display: none; }
  /* line 2276, theme.scss */
  .page-login main .layout__content .js-modal-submit--login {
    margin-top: 24px; }
  /* line 2279, theme.scss */
  .page-login main .layout__content .co-login-text + p,
  .page-login main .layout__content .co-countdown-block {
    margin-top: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #404040; }
    @media (max-width: 767px) {
      /* line 2279, theme.scss */
      .page-login main .layout__content .co-login-text + p,
      .page-login main .layout__content .co-countdown-block {
        text-align: left; } }
  /* line 2291, theme.scss */
  .page-login main .layout__content .co-modal-login_form .co-input + .co-input {
    margin: 24px 0 0 0; }
  /* line 2294, theme.scss */
  .page-login main .layout__content .co-input--error .co-input-notice {
    text-align: left; }

/* line 2299, theme.scss */
.order-page {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 128px;
  flex-wrap: wrap; }
  /* line 2305, theme.scss */
  .order-page .cabinet-menu li + li {
    margin-top: 8px; }
  /* line 2308, theme.scss */
  .order-page .cabinet-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    text-decoration: none; }
    /* line 2314, theme.scss */
    .order-page .cabinet-menu a.co-link--active {
      color: #000000; }
    /* line 2317, theme.scss */
    .order-page .cabinet-menu a:hover {
      color: #000; }
  /* line 2322, theme.scss */
  .order-page .co-checkout-block--padded {
    padding: 0 0; }

/* line 2326, theme.scss */
.cabinet-menu {
  width: 190px;
  margin-right: 40px; }

/* line 2330, theme.scss */
.order-temp {
  width: calc(100% - 230px); }
  /* line 2332, theme.scss */
  .order-temp .cart-link-back {
    margin-bottom: 16px; }
    /* line 2334, theme.scss */
    .order-temp .cart-link-back a {
      display: flex;
      align-items: center; }
    /* line 2338, theme.scss */
    .order-temp .cart-link-back .title {
      margin-left: 8px;
      color: #808080;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%; }
  /* line 2346, theme.scss */
  .order-temp .co-order-information {
    margin: 0 0;
    padding: 0 0;
    border: 0; }
  /* line 2351, theme.scss */
  .order-temp .co-order-information_row {
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0;
    align-items: flex-start; }
    /* line 2356, theme.scss */
    .order-temp .co-order-information_row:first-child {
      border-top: 1px solid #E6E6E6; }
  /* line 2360, theme.scss */
  .order-temp .co-order-information_title {
    opacity: 1;
    margin: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    flex: 0 0 40%; }
  /* line 2369, theme.scss */
  .order-temp .co-order-information_value {
    margin: 0 0;
    flex: 0 0 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
    /* line 2376, theme.scss */
    .order-temp .co-order-information_value > * {
      margin: 0 0; }
    /* line 2379, theme.scss */
    .order-temp .co-order-information_value .co-price {
      display: block;
      width: 100%;
      font-weight: 700;
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      margin: 0 0 8px; }
    /* line 2388, theme.scss */
    .order-temp .co-order-information_value .co-order-state {
      margin: 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      height: 32px;
      background: #F2EFE8;
      border-radius: 4px;
      font-weight: 700;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #A99163;
      transition: .3s all;
      border: 0;
      min-height: initial; }
      /* line 2405, theme.scss */
      .order-temp .co-order-information_value .co-order-state + .co-order-state {
        margin-left: 8px; }
      /* line 2408, theme.scss */
      .order-temp .co-order-information_value .co-order-state:hover {
        background: #E6E0D2; }
    /* line 2412, theme.scss */
    .order-temp .co-order-information_value .co-button--small {
      margin: 0 0 0 8px;
      padding: 8px 24px;
      height: 32px;
      font-weight: 700;
      font-size: 12px;
      line-height: 130%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #FFFFFF; }
    /* line 2423, theme.scss */
    .order-temp .co-order-information_value .co-social_login-button_group {
      width: auto;
      align-items: flex-start;
      margin: 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080; }
      /* line 2431, theme.scss */
      .order-temp .co-order-information_value .co-social_login-button_group + .co-social_login-button_group {
        margin-left: 40px; }
    /* line 2435, theme.scss */
    .order-temp .co-order-information_value .co-social_login-button_group .co-social_login-button {
      width: 32px;
      height: 32px;
      margin: 0 0 8px 0; }
  /* line 2441, theme.scss */
  .order-temp .co-section--content {
    width: 100%;
    max-width: 880px; }

/* line 2446, theme.scss */
.order-info-title {
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 2453, theme.scss */
.order-content {
  margin-top: 64px; }
  /* line 2455, theme.scss */
  .order-content-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 2462, theme.scss */
  .order-content .co-table {
    border: 0;
    border-top: 1px solid #E6E6E6;
    border-radius: 0; }
    /* line 2466, theme.scss */
    .order-content .co-table tr {
      display: flex;
      width: 100%;
      align-items: flex-start; }
      /* line 2470, theme.scss */
      .order-content .co-table tr td {
        width: 20%; }
        /* line 2473, theme.scss */
        .order-content .co-table tr td:first-child {
          width: 60%; }
        /* line 2476, theme.scss */
        .order-content .co-table tr td:last-child {
          text-align: left; }
    /* line 2481, theme.scss */
    .order-content .co-table .co-table-cell--body {
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
    /* line 2486, theme.scss */
    .order-content .co-table .co-table-row--body {
      border-radius: 4px;
      padding: 16px 0 16px 8px;
      border: 0; }
      /* line 2490, theme.scss */
      .order-content .co-table .co-table-row--body td {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000000;
        padding-right: 8px; }
      /* line 2497, theme.scss */
      .order-content .co-table .co-table-row--body:nth-child(even) {
        background: #F2F2F2; }
    /* line 2501, theme.scss */
    .order-content .co-table .co-table-cell--head {
      opacity: 1;
      padding: 16px 0;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      border-bottom: 0; }
  /* line 2513, theme.scss */
  .order-content .co-table-row--foot .co-table-cell--foot:nth-child(2) {
    text-align: right; }
  /* line 2516, theme.scss */
  .order-content .co-table-row--foot .co-order_history-total_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #000000;
    margin-right: 8px; }
  /* line 2524, theme.scss */
  .order-content .co-table-row--foot .co-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }

/* line 2532, theme.scss */
.co-order-information_value-bttns {
  margin: -4px !important; }
  /* line 2534, theme.scss */
  .co-order-information_value-bttns > * {
    margin: 4px !important; }

/* line 2539, theme.scss */
.body-order .co-section--content_wrapper {
  margin: 0 0; }

/* line 2543, theme.scss */
.cabinet-menu-slct {
  display: none;
  position: relative;
  margin-bottom: 16px;
  width: 100%; }

/* line 2549, theme.scss */
.cabinet-menu-slct-heading {
  padding: 0 16px;
  height: 48px;
  background: #F2EFE8;
  border-radius: 4px;
  flex-wrap: nowrap; }
  /* line 2555, theme.scss */
  .cabinet-menu-slct-heading .slct-heading-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }

/* line 2562, theme.scss */
.cabinet-menu-slct-list {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  padding: 8px 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  width: 100%;
  display: none; }
  /* line 2573, theme.scss */
  .cabinet-menu-slct-list li {
    padding: 10px 16px; }
    /* line 2575, theme.scss */
    .cabinet-menu-slct-list li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000 !important;
      text-decoration: none !important; }

@media (max-width: 767px) {
  /* line 2585, theme.scss */
  .cabinet-menu, .cart-link-back {
    display: none; }

  /* line 2588, theme.scss */
  .order-temp {
    width: 100%; }

  /* line 2591, theme.scss */
  .order-page {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 16px 0 48px; }

  /* line 2597, theme.scss */
  .cabinet-menu-slct {
    display: block; }

  /* line 2600, theme.scss */
  .order-info-title {
    margin: 16px 0; }

  /* line 2603, theme.scss */
  .order-temp .co-order-information_row {
    flex-wrap: wrap; }

  /* line 2606, theme.scss */
  .order-temp .co-order-information_title {
    flex: 0 0 100%;
    margin-bottom: 4px; }

  /* line 2611, theme.scss */
  .order-temp .co-order-information_value {
    flex: 0 0 100%; }

  /* line 2614, theme.scss */
  .order-temp .co-order-information_value .co-order-state {
    display: inline-flex; }

  /* line 2617, theme.scss */
  .order-temp .co-order-information_value .co-social_login-button_group .co-social_login-button {
    margin-top: 12px; }

  /* line 2620, theme.scss */
  .order-content {
    margin-top: 40px; }

  /* line 2623, theme.scss */
  .co-table--to_card .co-table-row--head {
    display: none !important; }

  /* line 2626, theme.scss */
  .order-content .co-table tr {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 16px 0 !important;
    border-bottom: 1px solid #E6E6E6 !important;
    border-top: 0 !important; }
    /* line 2632, theme.scss */
    .order-content .co-table tr:last-child {
      border-bottom: 0 !important; }

  /* line 2636, theme.scss */
  .order-content .co-table .co-table-row--body:nth-child(even) {
    background: none; }

  /* line 2639, theme.scss */
  .order-content .co-table tr td {
    padding: 0 0 !important;
    width: 100% !important; }

  /* line 2643, theme.scss */
  .co-table--to_card .co-table-cell:before {
    display: block !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #808080; }

  /* line 2650, theme.scss */
  .order-content .co-table-cell.co-table-cell--foot.co-table-cell--foot-total {
    display: flex !important;
    align-items: center; }

  /* line 2654, theme.scss */
  .order-content .co-table-row--foot .co-order_history-total_title {
    display: block !important;
    margin-right: 16px;
    text-align: left; } }
/* line 2670, theme.scss */
.cabinet-body .co-section--content_wrapper {
  margin: 0 0;
  max-width: 100%;
  padding: 40px 0 128px; }
  @media (max-width: 768px) {
    /* line 2670, theme.scss */
    .cabinet-body .co-section--content_wrapper {
      padding: 16px 0 64px; } }
  /* line 2678, theme.scss */
  .cabinet-body .co-section--content_wrapper .co-checkout-block--padded {
    padding: 0 0; }
/* line 2682, theme.scss */
.cabinet-body .co-sidebar--menu {
  flex: 0 0 190px;
  margin-right: 40px; }
  @media (max-width: 768px) {
    /* line 2682, theme.scss */
    .cabinet-body .co-sidebar--menu {
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 16px;
      position: relative; } }
  /* line 2691, theme.scss */
  .cabinet-body .co-sidebar--menu a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040; }
    /* line 2697, theme.scss */
    .cabinet-body .co-sidebar--menu a.co-link--active {
      color: #000; }
    /* line 2700, theme.scss */
    .cabinet-body .co-sidebar--menu a:hover {
      color: #000; }
/* line 2705, theme.scss */
.cabinet-body .co-title--h1 {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    /* line 2705, theme.scss */
    .cabinet-body .co-title--h1 {
      margin-bottom: 16px; } }
/* line 2711, theme.scss */
.cabinet-body .not-orders-text {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    /* line 2711, theme.scss */
    .cabinet-body .not-orders-text {
      margin-bottom: 16px; } }
  /* line 2716, theme.scss */
  .cabinet-body .not-orders-text + a.btn.btn-secondary {
    width: 192px;
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    height: 32px;
    padding: 2px 0 0 0; }
/* line 2725, theme.scss */
.cabinet-body .co-menu-toggle {
  display: none; }
@media (max-width: 768px) {
  /* line 2729, theme.scss */
  .cabinet-body .co-menu-toggle {
    display: flex;
    padding: 0 16px;
    height: 48px;
    background: #F2EFE8;
    border-radius: 4px;
    flex-wrap: nowrap; }
    /* line 2736, theme.scss */
    .cabinet-body .co-menu-toggle:before {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
    /* line 2742, theme.scss */
    .cabinet-body .co-menu-toggle:after {
      content: "" !important;
      display: block;
      width: 16px;
      height: 16px;
      background: url("slct-down.svg") no-repeat center;
      background-size: 100%; }
  /* line 2751, theme.scss */
  .cabinet-body .co-menu.co-menu--personal {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 5;
    width: 100%;
    display: none; }
    /* line 2762, theme.scss */
    .cabinet-body .co-menu.co-menu--personal .co-menu-item {
      padding: 10px 16px; }
      /* line 2764, theme.scss */
      .cabinet-body .co-menu.co-menu--personal .co-menu-item a {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000000 !important;
        text-decoration: none !important; } }
/* line 2774, theme.scss */
.cabinet-body .co-section--content {
  flex: initial;
  width: 100%;
  max-width: 880px; }
/* line 2780, theme.scss */
.cabinet-body .co-table {
  border-radius: 0;
  border: 0; }
  /* line 2784, theme.scss */
  .cabinet-body .co-table .co-table-row {
    display: flex;
    justify-content: flex-start;
    padding: 16px 0; }
    /* line 2788, theme.scss */
    .cabinet-body .co-table .co-table-row.co-table-row--head {
      border-top: 1px solid #E6E6E6; }
    /* line 2791, theme.scss */
    .cabinet-body .co-table .co-table-row .co-table-cell {
      padding: 0 0;
      opacity: 1;
      border: 0; }
      /* line 2795, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell a.co-link {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #A99163 !important;
        text-decoration: none; }
        /* line 2801, theme.scss */
        .cabinet-body .co-table .co-table-row .co-table-cell a.co-link:hover {
          color: #89734B !important; }
      /* line 2805, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell.co-table-cell--head {
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #808080; }
      /* line 2811, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(1) {
        width: 20%; }
      /* line 2814, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(2) {
        width: 15%; }
      /* line 2817, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(3) {
        width: 30%; }
      /* line 2820, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(4) {
        width: 20%; }
      /* line 2823, theme.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(5) {
        width: 15%;
        text-align: left; }
  /* line 2830, theme.scss */
  .cabinet-body .co-table .co-table-row--striped .co-table-cell {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
    /* line 2835, theme.scss */
    .cabinet-body .co-table .co-table-row--striped .co-table-cell:first-child {
      padding-left: 8px; }
  /* line 2840, theme.scss */
  .cabinet-body .co-table .co-table-row.co-table-row--foot {
    padding-bottom: 0 !important; }
  /* line 2844, theme.scss */
  .cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
/* line 2852, theme.scss */
.cabinet-body .co-table-row--striped:nth-child(even) {
  background: #F2EFE8;
  border-radius: 4px; }
/* line 2856, theme.scss */
.cabinet-body .co-order_history-total_title {
  text-align: right;
  margin-right: 0;
  padding-right: 16px;
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }
/* line 2866, theme.scss */
.cabinet-body .co-order_history-total_sum {
  text-align: left;
  width: 15%;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%; }

@media (max-width: 767px) {
  /* line 2875, theme.scss */
  .cabinet-body .co-table .co-table-row {
    display: block !important;
    background: none !important;
    border: 0 !important; }

  /* line 2880, theme.scss */
  .cabinet-body .co-table .co-table-row--striped .co-table-cell {
    padding-left: 0 !important;
    width: 100% !important; }

  /* line 2884, theme.scss */
  .co-table--to_card .co-table-cell--body {
    margin-bottom: 16px !important; }
    /* line 2886, theme.scss */
    .co-table--to_card .co-table-cell--body:last-child {
      margin-bottom: 0 !important; }

  /* line 2890, theme.scss */
  .cabinet-body .co-table .co-table-row.co-table-row--body {
    border-bottom: 1px solid #E6E6E6 !important; }

  /* line 2893, theme.scss */
  .cabinet-body .co-table .co-table-row,
  .cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
    justify-content: flex-start; }

  /* line 2897, theme.scss */
  .cabinet-body .co-order_history-total_title,
  .cabinet-body .co-order_history-total_sum {
    width: auto;
    text-align: left; } }
/* line 2903, theme.scss */
.adress-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }
  /* line 2907, theme.scss */
  .adress-container .co-input--subscribe {
    margin-top: 32px; }
  /* line 2910, theme.scss */
  .adress-container .co-input--checkbox {
    display: flex;
    justify-content: space-between; }
    /* line 2913, theme.scss */
    .adress-container .co-input--checkbox.co-input--messenger_subscription {
      margin-top: 32px; }
    /* line 2916, theme.scss */
    .adress-container .co-input--checkbox:before {
      content: ''; }
    /* line 2919, theme.scss */
    .adress-container .co-input--checkbox:after {
      display: none; }
    /* line 2922, theme.scss */
    .adress-container .co-input--checkbox label {
      width: 100%;
      max-width: 420px;
      border: 0;
      font-size: 0; }
      /* line 2927, theme.scss */
      .adress-container .co-input--checkbox label .co-input-title {
        margin: 3px 0 0; }
        /* line 2929, theme.scss */
        .adress-container .co-input--checkbox label .co-input-title:after {
          font-weight: 500;
          font-size: 14px;
          line-height: 130%;
          color: #404040;
          padding: 0 0; }
      /* line 2937, theme.scss */
      .adress-container .co-input--checkbox label .co-input-title,
      .adress-container .co-input--checkbox label .co-toggable_field-information {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #404040;
        padding: 0 0; }
    /* line 2947, theme.scss */
    .adress-container .co-input--checkbox .co-input-description {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      margin: 8px 0 0 -32px; }
      /* line 2953, theme.scss */
      .adress-container .co-input--checkbox .co-input-description a {
        color: #808080 !important;
        text-decoration: none !important; }
        /* line 2956, theme.scss */
        .adress-container .co-input--checkbox .co-input-description a:hover {
          color: #000 !important; }
  /* line 2962, theme.scss */
  .adress-container .co-input--checkbox input + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("check.svg") no-repeat center;
    transition: .3s all;
    opacity: 0; }
  /* line 2970, theme.scss */
  .adress-container .co-input--checkbox input:checked + span:after {
    opacity: 1;
    content: ''; }

/* line 2975, theme.scss */
.co-adress-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 2979, theme.scss */
  .co-adress-inputs label {
    margin: 0 0; }
    /* line 2981, theme.scss */
    .co-adress-inputs label:after {
      display: none !important; }
  /* line 2985, theme.scss */
  .co-adress-inputs .co-input {
    width: 100%;
    max-width: 420px;
    margin-bottom: 0 !important; }
  /* line 2990, theme.scss */
  .co-adress-inputs + .co-adress-inputs {
    margin-top: 32px; }
  /* line 2993, theme.scss */
  .co-adress-inputs.input-date {
    align-items: flex-start;
    margin-bottom: 64px; }
    /* line 2996, theme.scss */
    .co-adress-inputs.input-date label {
      margin-top: 12px; }
    /* line 2999, theme.scss */
    .co-adress-inputs.input-date .co-input-description {
      margin: 8px 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      max-width: 320px; }
      /* line 3006, theme.scss */
      .co-adress-inputs.input-date .co-input-description p {
        margin: 0 0; }

/* line 3012, theme.scss */
.co-adress-inputs-spec {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  /* line 3017, theme.scss */
  .co-adress-inputs-spec .co-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  /* line 3024, theme.scss */
  .co-adress-inputs-spec .co-input {
    width: calc(32.4% - 12px);
    flex: initial;
    margin-right: 0 !important; }
    /* line 3028, theme.scss */
    .co-adress-inputs-spec .co-input:first-child {
      width: calc(67.62% - 12px); }
    /* line 3031, theme.scss */
    .co-adress-inputs-spec .co-input + .co-input {
      margin-top: 24px; }
    /* line 3034, theme.scss */
    .co-adress-inputs-spec .co-input:nth-child(2) {
      margin-top: 0; }
    /* line 3037, theme.scss */
    .co-adress-inputs-spec .co-input label {
      font-size: 14px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #404040; }

/* line 3045, theme.scss */
.co-contacts-inputs-spec {
  margin: 64px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 3050, theme.scss */
  .co-contacts-inputs-spec .co-input-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    /* line 3055, theme.scss */
    .co-contacts-inputs-spec .co-input-group label {
      font-size: 14px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #404040; }
      /* line 3060, theme.scss */
      .co-contacts-inputs-spec .co-input-group label:after {
        display: none !important; }
    /* line 3064, theme.scss */
    .co-contacts-inputs-spec .co-input-group .co-input {
      width: calc(50% - 12px);
      flex: initial; }
      /* line 3067, theme.scss */
      .co-contacts-inputs-spec .co-input-group .co-input + .co-input {
        margin-top: 24px; }
      /* line 3070, theme.scss */
      .co-contacts-inputs-spec .co-input-group .co-input:nth-child(3) {
        margin-top: 0; }
  /* line 3075, theme.scss */
  .co-contacts-inputs-spec .descr-text {
    color: #404040;
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 14px; }

/* line 3082, theme.scss */
.co-adress-section {
  margin-bottom: 40px; }

/* line 3085, theme.scss */
.co-form-controls {
  padding: 0 0;
  margin: 0 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row; }
  /* line 3091, theme.scss */
  .co-form-controls .co-button {
    width: 100%;
    margin: 0 0; }

/* line 3099, theme.scss */
.co-adress-finish-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #808080; }
  /* line 3105, theme.scss */
  .co-adress-finish-text a {
    color: #808080 !important;
    text-decoration: underline; }
    /* line 3108, theme.scss */
    .co-adress-finish-text a:hover {
      color: #000 !important; }

@media (max-width: 991px) {
  /* line 3114, theme.scss */
  .co-adress-inputs {
    display: block; }
    /* line 3116, theme.scss */
    .co-adress-inputs + .co-adress-inputs {
      margin-top: 24px; }
    /* line 3119, theme.scss */
    .co-adress-inputs label {
      margin-bottom: 8px; }

  /* line 3123, theme.scss */
  .co-adress-inputs .co-input {
    max-width: 100%; }

  /* line 3126, theme.scss */
  .co-adress-inputs-spec {
    display: block;
    margin-top: 24px; }
    /* line 3129, theme.scss */
    .co-adress-inputs-spec > .co-input-label {
      margin-bottom: 16px; }

  /* line 3133, theme.scss */
  .co-adress-inputs-spec .co-input:first-child {
    width: calc(67.62% - 8px); }

  /* line 3136, theme.scss */
  .co-adress-inputs-spec .co-input {
    width: calc(32.4% - 8px); }

  /* line 3139, theme.scss */
  .co-adress-inputs-spec .co-input + .co-input {
    margin-top: 16px; }

  /* line 3142, theme.scss */
  .co-adress-inputs-spec .co-input:nth-child(2) {
    margin-top: 0; } }
/* line 3147, theme.scss */
.contacts-container .co-form-controls {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  /* line 3151, theme.scss */
  .contacts-container .co-form-controls:before {
    content: ''; }
  /* line 3154, theme.scss */
  .contacts-container .co-form-controls .co-button {
    max-width: 420px; }

/* line 3159, theme.scss */
.co-contacts-input-password {
  display: none;
  margin-top: 24px; }
  /* line 3162, theme.scss */
  .co-contacts-input-password .co-input {
    display: block !important; }
  /* line 3165, theme.scss */
  .co-contacts-input-password .co-adress-inputs + .co-adress-inputs {
    margin-top: 24px; }

/* line 3169, theme.scss */
.co-notice--flash {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px; }

@media (max-width: 991px) {
  /* line 3177, theme.scss */
  .co-contacts-inputs-spec .co-input-group {
    max-width: 420px; } }
@media (max-width: 768px) {
  /* line 3183, theme.scss */
  .co-contacts-inputs-spec {
    display: block;
    margin: 40px 0 24px; }
    /* line 3186, theme.scss */
    .co-contacts-inputs-spec .co-input-group {
      max-width: 100%; }
    /* line 3189, theme.scss */
    .co-contacts-inputs-spec > label {
      margin-bottom: 16px; }

  /* line 3193, theme.scss */
  .co-contacts-inputs-spec .descr-text {
    margin-bottom: 16px; }

  /* line 3196, theme.scss */
  .adress-container .co-input--checkbox {
    display: block; }
    /* line 3198, theme.scss */
    .adress-container .co-input--checkbox:before {
      display: none; }

  /* line 3202, theme.scss */
  .adress-container .co-input--subscribe,
  .adress-container .co-input--checkbox.co-input--messenger_subscription {
    margin-top: 24px; }

  /* line 3206, theme.scss */
  .co-adress-inputs.input-date {
    margin-bottom: 40px; }

  /* line 3209, theme.scss */
  .co-contacts-inputs-spec .co-input-group .co-input {
    width: calc(50% - 8px); }
    /* line 3211, theme.scss */
    .co-contacts-inputs-spec .co-input-group .co-input + .co-input {
      margin-top: 16px; }
    /* line 3214, theme.scss */
    .co-contacts-inputs-spec .co-input-group .co-input:nth-child(3) {
      margin-top: 0; }

  /* line 3218, theme.scss */
  .co-contacts-input-password,
  .co-contacts-input-password .co-adress-inputs + .co-adress-inputs {
    margin-top: 16px; } }
/* line 3223, theme.scss */
.discounts-container {
  width: 100%;
  flex: 0 0 100%; }
  /* line 3226, theme.scss */
  .discounts-container .co-discount-list {
    margin-bottom: 24px; }
    /* line 3228, theme.scss */
    .discounts-container .co-discount-list .co-discount + .co-discount {
      margin-top: 0; }
    /* line 3231, theme.scss */
    .discounts-container .co-discount-list + h2 {
      display: none; }

/* line 3236, theme.scss */
.body-discount.cabinet-body .co-table .co-table-row .co-table-cell:nth-child(2),
.body-discount.cabinet-body .co-table .co-table-row .co-table-cell:nth-child(3) {
  width: 40%; }

/* line 3242, theme.scss */
.body-discount .co-table .co-table-row .co-table-cell:last-child {
  text-align: left; }
/* line 3246, theme.scss */
.body-discount .co-table-row--striped:nth-child(even) {
  background: #F2F2F2; }
/* line 3249, theme.scss */
.body-discount.cabinet-body .co-order_history-total_title {
  text-align: left;
  padding-right: 4px;
  width: auto; }
/* line 3254, theme.scss */
.body-discount.cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
  justify-content: flex-start; }

@media (max-width: 767px) {
  /* line 3259, theme.scss */
  .body-discount.cabinet-body .co-table .co-table-row.co-table-row--head {
    display: none !important; }

  /* line 3262, theme.scss */
  .body-discount.cabinet-body .co-table {
    border-top: 1px solid #E6E6E6; }

  /* line 3265, theme.scss */
  .discounts-container .co-discount-list {
    margin-bottom: 16px; }

  /* line 3268, theme.scss */
  .is-product,
  .is-cart {
    padding-bottom: 65px; } }
/* line 3273, theme.scss */
.co-modal--fixed {
  min-width: initial;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media (max-width: 767px) {
    /* line 3273, theme.scss */
    .co-modal--fixed {
      border-radius: 0;
      max-width: 420px; } }
  /* line 3283, theme.scss */
  .co-modal--fixed label:after {
    display: none !important; }
  /* line 3286, theme.scss */
  .co-modal--fixed .co-modal-wrapper {
    padding: 40px; }
    @media (max-width: 767px) {
      /* line 3286, theme.scss */
      .co-modal--fixed .co-modal-wrapper {
        padding: 12px 16px 16px; } }
  /* line 3292, theme.scss */
  .co-modal--fixed .co-title--h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%; }
    @media (max-width: 767px) {
      /* line 3292, theme.scss */
      .co-modal--fixed .co-title--h2 {
        font-size: 16px;
        line-height: 150%;
        margin: 0 -16px 24px;
        border-bottom: 1px solid #E6E6E6;
        padding: 0 16px 12px; } }
  /* line 3305, theme.scss */
  .co-modal--fixed .co-modal-close {
    font-size: 0;
    padding: 0 0;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url("close.svg") no-repeat center;
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 3305, theme.scss */
      .co-modal--fixed .co-modal-close {
        top: 16px;
        right: 16px; } }

/* line 3320, theme.scss */
.co-overlay--show {
  background: rgba(0, 0, 0, 0.25); }

/* line 3325, theme.scss */
.checkout-menu-open.js-active:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 3337, theme.scss */
.body--loading .preloader.on-load {
  display: block; }

/* line 3342, theme.scss */
.preloader.on-load {
  display: none;
  position: relative;
  top: initial;
  left: inherit;
  transform: none;
  width: 40px;
  height: 40px; }
  /* line 3351, theme.scss */
  .preloader.on-load svg {
    width: 100%;
    height: 100%;
    animation: 3s linear 0s normal none infinite running rotate;
    -webkit-animation: 3s linear 0s normal none infinite running rotate; }
    /* line 3357, theme.scss */
    .preloader.on-load svg path {
      fill: var(--color-btn-bg) !important; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 3379, theme.scss */
.is-buy.is-checkout .co-section--checkout_content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

/* line 3386, theme.scss */
[data-delivery-tariffs-body-6870148="true"] {
  display: none; }
